/*
Theme Name: (Shared on MafiaShare.net) Burogu
Theme URI: http://www.mafiashare.net
Description:  Wordpress Theme created by <a href="http://colorlabsproject.com">ColorLabs & Company</a> 
Author: ColorLabs & Company
Author URI: http://www.mafiashare.net
Version: 1.0.4
Tags: brown, light, red, fixed-width, custom-background, post-formats, featured-images, one-column, two-columns, theme-options, translation-ready, threaded-comments, right-sidebar, left-sidebar
License: 
License URI:
*/
/*====================================================================
  #CSS Normalize
====================================================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/*====================================================================
  #Typography
====================================================================*/
p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 24px;
}
p small {
  color: #7d7d7d;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
}

h1 {
  font-size: 30px;
  line-height: 48px;
}
h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 48px;
}
h2 small {
  font-size: 18px;
}

h3 {
  line-height: 36px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}

h4, h5, h6 {
  line-height: 24px;
}

h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  text-transform: uppercase;
}

ul, ol {
  padding: 0;
  margin: 0 0 12px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 24px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 12px;
}

hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

blockquote {
  position: relative;
  padding: 10px 0 10px 23px;
  margin: 0 0 24px;
}
blockquote p {
  color: black;
  margin-bottom: 0;
  font-weight: 300;
  font-family: 'Georgia', serif;
  font-style: italic;
  line-height: 30px;
}
blockquote p:before {
  left: 0;
  content: "\201C";
  font-size: 36px;
  font-style: normal;
  font-family: Georgia, serif;
  position: absolute;
}
blockquote small {
  display: block;
  line-height: 24px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  display: inline;
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

.show, address, legend, label, .aligncenter,
img.aligncenter {
  display: block;
}

address {
  margin-bottom: 24px;
  line-height: 24px;
  font-style: normal;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 13px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 24px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 24px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  width: 100%;
  padding: 0;
  margin-bottom: 36px;
  font-size: 21px;
  line-height: 48px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 18px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

input,
button,
select,
textarea {
  font-family: Georgia, serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

label {
  margin-bottom: 5px;
  color: #333333;
}

input,
textarea,
select {
  display: inline-block;
  width: 210px;
  padding: 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: normal;
  color: #555555;
  border: 1px solid #ccc;
  border-color: #8f8f8f #b9b9b9 #cdcdcd;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */
}

input[type="image"] {
  border: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

select {
  width: 220px;
  background-color: white;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  height: auto;
  resize: vertical;
}

input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition-delay: 0, 0;
  -moz-transition: border linear 0.2s 0, box-shadow linear 0.2s 0;
  transition: border linear 0.2s 0, box-shadow linear 0.2s 0;
}

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/*====================================================================
  #Button Set
====================================================================*/
.btn,
.pagination a,
.pagination span,
.comment-reply-link,
.form-submit #submit {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  font-family: sans-serif;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,.1));
  background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0,.1));
  background-image: -o-linear-gradient(top, transparent, rgba(0,0,0,.1));
  background-image: -ms-linear-gradient(top, transparent, rgba(0,0,0,.1));
  background-image: linear-gradient(top, transparent, rgba(0,0,0,.1));
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.pagination a:hover,
.pagination a:active,
.comment-reply-link:hover,
.comment-reply-link:active,
.form-submit #submit:hover,
.form-submit #submit:active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.comment-reply-link:active,
.form-submit #submit:active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.pagination a:hover,
.comment-reply-link:hover,
.form-submit #submit:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn-primary,
.pagination a,
.pagination span,
.comment-reply-link,
.form-submit #submit {
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, .5);
  background-color: #B75A5A;
  border: 1px solid #5F3939;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, .5) inset;
     -moz-box-shadow: 0 1px rgba(255, 255, 255, .5) inset;
          box-shadow: 0 1px rgba(255, 255, 255, .5) inset;
}
.btn-primary:hover,
.pagination a:hover,
.comment-reply-link:hover,
.form-submit #submit:hover {
  color: #fff;
  background-color: #AF5252
}


/*====================================================================
  #Structural Layout
====================================================================*/
body {
  margin: 0;
  padding-top: 40px;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 24px;
  color: #323232;
  background-color: #74665f;
  background-image: url(images/dot-brown.png);
  -webkit-font-smoothing: antialiased;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-radial-gradient(48.6% top, rgba(255, 255, 255, .1), transparent);
  background: -moz-radial-gradient(48.6% top, rgba(255, 255, 255, .1), transparent);
  background: -o-radial-gradient(48.6% top, rgba(255, 255, 255, .1), transparent);
  background: -ms-radial-gradient(48.6% top, rgba(255, 255, 255, .1), transparent);
  background: radial-gradient(48.6% top, rgba(255, 255, 255, .1), transparent);
}

a {
  color: #453b37;
  text-decoration: none;
}
a:hover {
  color: #1a1715;
}

.main-container {
  margin-bottom: 36px;
}
.main-content {
  margin-bottom: 18px
}

.one-col .main-content,
.one-col .portfolio-slider-wrapper {
  /*width: 63.63636%;*/
  margin-left: auto;
  margin-right: auto;
  width: 85%
}

.two-col-left .main-content,
.two-col-right .main-content {
  width: 65.63636%;
}
.two-col-left.archive .main-content,
.two-col-right.archive .main-content,
.two-col-left.search .main-content,
.two-col-right.search .main-content {
  width: 100%
}
.portfolio-list {
  width: 100% !important
}
.single-attachment .main-content {
  width: 85%
}

@media (max-width: 767px) {
  .two-col-left .main-content,
  .two-col-right .main-content {
    width: 100%;
    float: none;
  }
}

.two-col-left .main-content {
  float: left;
}

.two-col-right .main-content {
  float: right;
}
.two-col-right .sidebar {
  margin-left: 0
}

.main-content {
  margin-left: 0;
  position: relative;
}

/* #Fonts
--------------------------------------------------------------------*/
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("fonts/bebas-neue/BebasNeue-webfont.eot");
  src: url("fonts/bebas-neue/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebas-neue/BebasNeue-webfont.woff") format("woff"), url("fonts/bebas-neue/BebasNeue-webfont.ttf") format("truetype"), url("fonts/bebas-neue/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*====================================================================
  #Header
====================================================================*/
.header {
  text-align: center;
}

/* #Logo
--------------------------------------------------------------------*/
.logo {
  margin-bottom: 27px;
}

.blogname,
.footer-logo {
  line-height: 1;
  font-size: 74px;
  font-weight: normal;
  font-family: "BebasNeueRegular", sans-serif;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.9), 0 1px rgba(255, 255, 255, 0.35);
}

.tagline {
  line-height: 1;
  color: #ae9a91;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}

/*====================================================================
  #Navigation
====================================================================*/
.topnav {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 27px;
}
.topnav select,
.topnav .select-wrapper {
  display: none
}
.topnav, .topnav > ul > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.topnav ul {
  margin: 0;
  list-style: none;
}
.topnav a {
  display: block;
  padding: 10px 18px;
  font-family: "BebasNeueRegular", sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.topnav > ul > li > a {
  color: #d7cbc6;
  font-size: 22px;
  position: relative;
  z-index: 10;
}
.topnav > ul > li > a:hover,
.topnav > ul > .current-menu-item > a,
.topnav > ul > .current_page_item > a,
.topnav > ul > .sfHover > a {
  color: #fff;
  background-color: #9c2525;
  background-image: url(images/pat-checker.png);
  background-image: url(images/pat-checker.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(255, 255, 255, 0.15)));
  background-image: url(images/pat-checker.png), -webkit-linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: url(images/pat-checker.png), -moz-linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: url(images/pat-checker.png), linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), inset 0 -1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), inset 0 -1px rgba(255, 255, 255, 0.35);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), inset 0 -1px rgba(255, 255, 255, 0.35);
}

.topnav {
  border-top: 2px solid #857167;
  border-bottom: 2px solid #857167;
}

.generatedcontent.cssgradients .topnav {
  border: none;
}
.generatedcontent.cssgradients .topnav:after {
  bottom: 0;
}
.generatedcontent.cssgradients .topnav:before,
.generatedcontent.cssgradients .topnav:after {
  left: 0;
  right: 0;
  height: 2px;
  content: "";
  position: absolute;
  -webkit-mask-image: url(images/noise-mask.png);
  -moz-mask-image: url(images/noise-mask.png);
  -o-mask-image: url(images/noise-mask.png);
  mask-image: url(images/noise-mask.png);
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

/* Superfish Dropdown Menu essential styles
--------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 200px;
  /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 45px;
  /* match top ul list item height */
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 200px;
  /* match ul width */
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 200px;
  /* match ul width */
  top: 0;
}


/* Dropdown Menu
--------------------------------------------------------------------*/
.topnav .sub-menu {
  display: none;
  margin-top: -1px;
  border: 1px solid rgba(0,0,0,.2);
  border-top: none;
  background: #A84343 url(images/pat-checker.png);
}
.topnav .sub-menu li {
  text-align: left;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.topnav .sub-menu a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  font-size: 15px;
}
.sf-sub-indicator {
  margin-left: 5px;
  font-size: 25px;
}
.sub-menu .sf-sub-indicator {
  float: right;
}
.topnav .sub-menu a:hover,
.topnav .sub-menu .sfHover > a {
  background: #882323 url(images/pat-checker.png);
}


/*====================================================================
  #Entry Post
====================================================================*/
.post {
  margin-top: 3px;
  padding: 18px 24px 18px 18px;
  position: relative;
  margin-bottom: 32px;
  background: white url(images/paper-texture.png) repeat-x 28px 0;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
}

.post:before,
.post:after {
  content: "";
  position: absolute;
  background-repeat: repeat-x;
  background-position: -3px bottom;
  background-size: 7px 6px;
  height: 6px;
  right: 0;
  left: 0;
}

.post:after {
  bottom: -6px;
  background-image: -webkit-linear-gradient(135deg, transparent 75%, #ffffff 75%), -webkit-linear-gradient(45deg, transparent 75%, #ffffff 75%);
  background-image: -moz-linear-gradient(135deg, transparent 75%, #ffffff 75%), -moz-linear-gradient(45deg, transparent 75%, #ffffff 75%);
  background-image: linear-gradient(135deg, transparent 75%, #ffffff 75%), linear-gradient(45deg, transparent 75%, #ffffff 75%);
}

.post:before {
  top: -6px;
  background-image: -webkit-linear-gradient(135deg, #ffffff 25%, transparent 25%), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%);
  background-image: -moz-linear-gradient(135deg, #ffffff 25%, transparent 25%), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%);
  background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%), linear-gradient(45deg, #ffffff 25%, transparent 25%);
}

.inner-container {
  margin-left: 80px;
  padding-left: 18px;
  padding-bottom: 24px;
  border-left: 1px solid #dababa;
}

.entry-top,
.widget_colabs_flickr a,
.entry-content img,
.gallery-icon a {
  margin: 0;
  padding: 8px;
  background-color: #faf7ef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.entry-top img {
  display: block;
  padding: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.entry-content .entry-top img {
  margin: 0;
}

.entry-content {
  margin-left: -18px;
  padding-left: 18px;
  margin-right: -10px;
  padding-right: 20px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(95%, rgba(197, 231, 228, 0)), color-stop(100%, #6bc2ba));
  background-image: -webkit-linear-gradient(rgba(197, 231, 228, 0) 95%, #6bc2ba);
  background-image: -moz-linear-gradient(rgba(197, 231, 228, 0) 95%, #6bc2ba);
  background-image: linear-gradient(rgba(197, 231, 228, 0) 95%, #6bc2ba);
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  background-size: 24px 24px;
}

.more-link {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-style: italic;
  color: #323232;
  text-align: right;
  background: url(images/link-brush.png) no-repeat right 20px;
}

.entry-title {
  font-size: 34px;
  line-height: 1;
  font-weight: normal;
  font-family: "BebasNeueRegular", sans-serif;
}
.entry-title, .entry-title a {
  color: #b75a5a;
}

.entry-header {
  margin-bottom: 12px;
}

.entry-meta {
  color: #6f615a;
  font-size: 12px;
  margin-bottom: 0;
  font-family: sans-serif;
}

.entry-meta span {
  margin-right: 18px;
  position: relative;
}
.entry-meta span:before {
  right: -13px;
  content: "//";
  position: absolute;
}

.entry-comment-count {
  font-weight: bold;
}

.entry-icon {
  top: 18px;
  left: 18px;
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(images/format-sprite.png) no-repeat;
}
.format-standard .entry-icon {
  background-position: 0 0;
}
.format-image .entry-icon,
.format-gallery .entry-icon {
  background-position: 0 -65px;
}
.format-quote .entry-icon {
  background-position: 0 -130px;
}
.format-link .entry-icon {
  background-position: 0 -195px;
}
.format-video .entry-icon {
  background-position: 0 -260px;
}
.format-audio .entry-icon {
  background-position: 0 -325px;
}
.format-chat .entry-icon,
.format-status .entry-icon {
  background-position: 0 -390px;
}

.single_video,
.widget_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.single_video iframe,
.widget_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Format Chat
--------------------------------------------------------------------*/
.chat-transcript {
  overflow: hidden;
  list-style: none;
  margin-left: -18px;
  margin-right: -20px;
}
.chat-transcript strong {
  margin-right: 5px
}
.chat-transcript li {
  padding: 0 20px 0 18px;
}
.chat-highlight {
  background: #f0f0f0;
}

/* Format Gallery
--------------------------------------------------------------------*/
.gallery-icon {
  padding: 0 5px
}
.gallery-icon a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.gallery-icon img {
  padding: 0;
  width: 100%;
  display: block;
  border: none !important;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.archive .gallery-icon a,
.search .gallery-icon a {
  padding: 3px;
}

/* Format Aside
--------------------------------------------------------------------*/
.format-aside .entry-header, 
.format-aside .more-link {
 
}

/* Format Quote
--------------------------------------------------------------------*/
.format-quote .entry-header {
  margin-left: -18px;
  padding-left: 18px;
  margin-right: -20px;
  padding-right: 20px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(96%, rgba(197, 231, 228, 0)), color-stop(100%, #6bc2ba));
  background-image: -webkit-linear-gradient(rgba(197, 231, 228, 0) 96%, #6bc2ba);
  background-image: -moz-linear-gradient(rgba(197, 231, 228, 0) 96%, #6bc2ba);
  background-image: linear-gradient(rgba(197, 231, 228, 0) 96%, #6bc2ba);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  background-size: 40px 40px;
}
.format-quote .entry-title {
  color: #6f615a;
  font-size: 24px;
  font-family: Georgia, serif;
}
.format-quote .entry-title,
.format-quote .entry-meta {
  line-height: 40px;
}

/* Format Status
--------------------------------------------------------------------*/
.format-status blockquote p:before,
.category-status blockquote p:before {
  content: "";
}
.format-status .twitter-tweet-rendered,
.format-status .twt-border,
.category-status .twitter-tweet-rendered,
.category-status .twt-border {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important
}


/*====================================================================
  #Single Post
====================================================================*/
.entry-content .gallery-item img {
  margin-bottom: 0
}

/* Social Share
--------------------------------------------------------------------*/
.social_share {
  overflow: hidden;
  margin-top: 24px
}
.social_share .fl {
  float: left;
  margin-top: 1px;
  height: 23px;
  margin-right: 8px;
}
.colabs-sc-twitter {
  width: 80px;
}
.shortcode-google-plusone {
  width: 60px;
}
.colabs-fblike {
  width: 75px
}
#singlead {
  margin: 21px 0;
  text-align: center;
}

/* Related Post
--------------------------------------------------------------------*/
.related-posts {
  margin-bottom: 48px
}
.related-posts h3 {
  font-size: 24px;
  line-height: 37px;
  font-weight: normal;
  font-family: "BebasNeueRegular", sans-serif;
}
.related-posts ul {
  margin-left: 16px;
}
.related-posts h3,
.comment-header h4 {
  margin-left: -28px;
  padding-left: 17px;
  margin-right: -22px;
  background: #fff;
  border-left: 10px solid #dababa;
  border-top: 1px solid #dababa;
  border-bottom: 1px solid #dababa
}


/*====================================================================
  #Pagination
====================================================================*/
.colabs-pagination {
  text-align: center;
  margin-bottom: 18px;
  clear: both;
}
.pagination a,
.pagination span {
  background-color: #453B37;
  border-color: #1A1715
}
.pagination a:hover,
.pagination span {
  background-color: #1A1715  
}


/*====================================================================
  #Footer
====================================================================*/
.footer {
  text-align: center;
  margin-bottom: 24px;
}

.footer-logo {
  font-size: 36px;
}

.copyright {
  color: #ae9a91;
  font-size: 11px;
  margin-bottom: 0;
  font-family: sans-serif;
}

/*====================================================================
  #Shelf Rack Decoration
====================================================================*/
.shelf-rack {
  display: block;
  position: relative;
  height: 13px;
  margin: 0 -20px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  background-color: #65574e;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.25), transparent);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.25), transparent);
  -webkit-box-shadow: 0 1px 3px 1px rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0 1px 3px 1px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 3px 1px rgba(255, 255, 255, 0.2) inset;
}
.csstransforms3d .shelf-rack:before {
  content: "";
  position: absolute;
  height: 30px;
  left: 10px;
  right: 10px;
  top: -21px;
  background-color: #534943;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
  -webkit-transform: rotateX(65deg);
  -moz-transform: rotateX(65deg);
  -ms-transform: rotateX(65deg);
  transform: rotateX(65deg);
  -webkit-transform-origin: 0 30px 50%;
  -moz-transform-origin: 0 30px 50%;
  -ms-transform-origin: 0 30px 50%;
  transform-origin: 0 30px 50%;
}
.csstransforms3d .shelf-rack:after {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  height: 10px;
  bottom: 0;
  content: "";
  -webkit-box-shadow: 0 18px 28px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 18px 28px rgba(0, 0, 0, 0.7);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotateX(-55deg) scaleX(0.95);
  -moz-transform: rotateX(-55deg) scaleX(0.95);
  -ms-transform: rotateX(-55deg) scaleX(0.95);
  transform: rotateX(-55deg) scaleX(0.95);
}

/*====================================================================
  #Portfolio Slider
====================================================================*/
.portfolio-slider-wrapper {
  margin-bottom: 36px;
}
.portfolio-slider-wrapper img {
  display: block;
}
.portfolio-slider-wrapper .flex-viewport {
  z-index: 10;
}
.portfolio-slider-wrapper .shelf-rack {
  margin-top: 6px;
}
.portfolio-slider-wrapper .flex-control-nav {
  margin: 15px 0 0 0;
  list-style: none;
  text-align: center;
}
.portfolio-slider-wrapper .flex-control-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px;
  margin: 0 3px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 1px rgba(255, 255, 255, 0.4);
}
.portfolio-slider-wrapper .flex-control-nav a {
  display: block;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  background-color: #453b37;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset;
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset;
}
.portfolio-slider-wrapper .flex-control-nav a:hover {
  background-color: #1a1715;
}
.portfolio-slider-wrapper .flex-control-nav .flex-active {
  background-color: #1a1715;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px rgba(255, 255, 255, 0.4);
}

.porto-slider .image-inner-wrapper,
.portfolio-list .image-inner-wrapper,
.comment-avatar .image-inner-wrapper {
  position: relative;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.45) inset;
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.45) inset;
  box-shadow: 0 1px rgba(255, 255, 255, 0.45) inset;
}
.porto-slider .image-inner-wrapper:after,
.portfolio-list .image-inner-wrapper:after,
.comment-avatar .image-inner-wrapper:after {
  left: 3px;
  right: 2px;
  top: 3px;
  bottom: 0;
  position: absolute;
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
  background-image: -webkit-linear-gradient(-71deg, transparent, rgba(255, 255, 255, 0.65) 50%, transparent 50%);
  background-image: -moz-linear-gradient(-71deg, transparent, rgba(255, 255, 255, 0.65) 50%, transparent 50%);
  background-image: linear-gradient(-71deg, transparent, rgba(255, 255, 255, 0.65) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position: 0 -35px;
}
.porto-slider .image-inner-wrapper:after {
  background-position: 0 -64px
}
.porto-slider .image-inner-wrapper:before,
.portfolio-list .image-inner-wrapper:before,
.comment-avatar .image-inner-wrapper:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
  opacity: 0.45;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.45)), color-stop(100%, rgba(255, 255, 255, 0.45)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.45), rgba(255, 255, 255, 0.45));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.45), rgba(255, 255, 255, 0.45));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.45), rgba(255, 255, 255, 0.45));
}

.porto-slider .slide {
  overflow: hidden;
  position: relative;
}
.slide-title {
  font-family: 'BebasNeueRegular';
  font-weight: normal;
  font-size: 60px;
  position: absolute;
  z-index: 10;
  color: #fff;
  top: 30px;
  right: 30px;
  text-align: right;
  width: 45%;
  text-shadow: 0 1px 3px rgba(0,0,0,.9);
}
.slide-desc {
  position: absolute;
  color: #fff;
  text-shadow: 0 1px #000;
  font-family: sans-serif;
  padding: 15px;
  width: 350px;
  bottom: 50px;
  left: 50px;
  background: #000;
  background: rgba(0,0,0,.5)
}
.slide-desc p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 18px;
}


/*====================================================================
  #Portfolio List
====================================================================*/
.portfolio-list .rack {
  margin-bottom: 10px;
}
.portfolio-list .shelf-rack {
  top: -18px;
  clear: both;
}

.portfolio-item {
  float: left;
  margin: 0 12px 24px;
  position: relative;
  z-index: 10;
  top: 0;
  -webkit-box-shadow: 15px 0 15px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 15px 0 15px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 15px 0 15px -8px rgba(0, 0, 0, 0.2);
}
.portfolio-item img {
  display: block;
}

.dynamic-title,
.widget-title {
  text-align: center;
  margin-bottom: 20px;
}
.dynamic-title h2,
.widget-title h4 {
  color: #D7CBC6;
  font-size: 27px;
  font-weight: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 18px;
  position: relative;
  font-family: 'BebasNeueRegular', sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.generatedcontent .dynamic-title h2:before,
.generatedcontent .dynamic-title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  -webkit-mask-image: url(images/noise-mask.png);
  -moz-mask-image: url(images/noise-mask.png);
  -o-mask-image: url(images/noise-mask.png);
  mask-image: url(images/noise-mask.png);
}
.generatedcontent .dynamic-title h2:before {
  left: -100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.3)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
}
.generatedcontent .dynamic-title h2:after {
  right: -100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

/* Portfolio Overlay
-------------------- */
.portfolio-item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 10;
  background: rgba(0,0,0,.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset, 0 0 100px 10px rgba(0,0,0,.7) inset;
     -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset, 0 0 100px 10px rgba(0,0,0,.7) inset;
          box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset, 0 0 100px 10px rgba(0,0,0,.7) inset;
  -webkit-transition: opacity 0.4s ease-in;
     -moz-transition: opacity 0.4s ease-in;
          transition: opacity 0.4s ease-in;
}
.portfolio-item:hover .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.portfolio-item .overlay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  padding: 10px;
  border: 3px solid #555;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.5);
     -moz-box-shadow: 0 1px 10px rgba(0,0,0,.5);
          box-shadow: 0 1px 10px rgba(0,0,0,.5);
}
.portfolio-item .overlay a:hover {
  border-color: #9C2525;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.5)
     -moz-box-shadow: 0 1px 10px rgba(0,0,0,.5)
          box-shadow: 0 1px 10px rgba(0,0,0,.5)
}
.portfolio-item .overlay .portfolio-link {
  left: 25%;
  background-image: url(images/view-icon.png);
  background-position: center 11px;
}
.portfolio-item .overlay .portfolio-lightbox {
  right: 25%;
  background-image: url(images/luv-icon.png);
}


/*====================================================================
  #Archive Page
====================================================================*/
.archive.one-col .main-content,
.search.one-col .main-content {
  width: 100%;
}

.archive .post-list,
.search .post-list {
  margin-left: auto;
  margin-right: auto;
  float: none
}
.archive .post,
.search .post {
  float: left;
  width: 264px;
  margin: 5px 5px 10px;
}
.archive .entry-title,
.search .entry-title {
  font-size: 30px
}
.archive .entry-title,
.archive .entry-meta,
.search .entry-title,
.search .entry-meta {
  padding-right: 60px;
}
.archive .entry-meta span,
.archive .entry-comment-count,
.search .entry-meta span,
.search .entry-comment-count {
  display: inline-block;
  *display: inline;
  *zoom: 1
}
.archive .inner-container,
.search .inner-container {
  margin-left: 0;
}
.archive .entry-icon,
.search .entry-icon {
  left: auto;
  right: 18px;
}
.archive .post.notfound,
.search .post.notfound {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.archive .post.notfound .entry-icon,
.search .post.notfound .entry-icon {
  display: none
}
.archive .post.notfound,
.search-no-results .post .entry-content {
  background-size: 0 36px;
}
.archive .colabs-pagination,
.search .colabs-pagination {
/*  display: none*/
}
#infscr-loading {
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 50%;
  bottom: 31%;
  width: 200px;
  padding: 10px;
  color: white;
  margin-left: -100px;
  font-family: 'BebasNeueRegular', sans-serif;
  text-shadow: 0 1px rgba(0, 0, 0, .5);

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  -webkit-box-shadow: 0 1px rgba(255, 255, 255, .5) inset, 0 0 10px 1px rgba(0,0,0,.5);
     -moz-box-shadow: 0 1px rgba(255, 255, 255, .5) inset, 0 0 10px 1px rgba(0,0,0,.5);
          box-shadow: 0 1px rgba(255, 255, 255, .5) inset, 0 0 10px 1px rgba(0,0,0,.5);

  background-color: #453B37;
  border: 1px solid #000;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,.1));
  background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0,.1));
  background-image: -o-linear-gradient(top, transparent, rgba(0,0,0,.1));
  background-image: -ms-linear-gradient(top, transparent, rgba(0,0,0,.1));
  background-image: linear-gradient(top, transparent, rgba(0,0,0,.1));
}
#infscr-loading img {
  padding: 2px 0;
  background: rgba(0,0,0,.5);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#infscr-loading em {
  font-size: 17px;
  font-style: normal;
}


/*====================================================================
  #Conatct Page
====================================================================*/
#frmcontact input[type="text"],
#frmcontact textarea {
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#frmcontact textarea {
  width: 100%;
}
#frmcontact .input-text {
  position: relative;
}
#frmcontact .input-text label {
  top: 6px;
  left: 7px;
  color: #999;
  position: absolute;
}
#frmcontact input[type="checkbox"] {
  margin-top: 0;
}
#frmcontact .sendCopy {
  margin: 0 0 9px 5px;
}
#frmcontact .sendCopy, #frmcontact label.screenReader {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
#frmcontact input.screenReader {
  width: 30px;
  padding: 3px;
  margin: 0 0 0 5px;
}
.errordiv {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}


/*====================================================================
  #Comments
====================================================================*/
#reply-title, .comment-header h4 {
  font-size: 24px;
  line-height: 37px;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: "BebasNeueRegular", sans-serif;
}
.comment-header {
  margin-bottom: 21px
}

/* Comment List
--------------------------------------------------------------------*/
.commentlist {
  list-style: none;
  margin-left: 0;
  position: relative;
}
.commentlist .children {
  list-style: none
}
.commentlist .author-name {
  margin: 0;
  font-size: 17px;
  font-family: "BebasNeueRegular", sans-serif;
}
.commentlist .comment-entry {
  margin-bottom: 18px;
  position: relative;
}
.comment-inner {
  margin-left: 95px;
  padding: 10px;
  position: relative;
}
.comment-inner .comment-meta {
  margin: 0
}
.comment-inner .comment-author {
  margin-bottom: 9px;
}
.commentlist .comment-entry:after {
  border-bottom: 1px solid #DABABA;
  height: 1px;
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  margin-top: 18px;
  margin-left: -20px;
  margin-right: -20px;
}
.comment-reply-link {
  font-weight: bold;
  font-size: 11px;
  font-weight: bold;
  padding: 0 9px;
  position: absolute;
  top: 10px;
  right: 10px
}
.comment-inner:before,
.comment-inner:after {
  content: '';
  position: absolute;
  top: 8px;
  left: -20px;
  border: 10px solid transparent;
}
.comment-inner:after {
  border-right-color: #FAF7EF;
}
.comment-inner:before {
  left: -21px;
  border-right-color: #E6E0D1;
}

/* Comment Avatar
----------------- */
.comment-avatar,
.comment-inner {
  background: #FAF7EF;
  border-radius: 2px;
  position: relative;
  border: 1px solid #E6E0D1;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, .9) inset;
     -moz-box-shadow: 0 1px rgba(255, 255, 255, .9) inset;
          box-shadow: 0 1px rgba(255, 255, 255, .9) inset;
}
.comment-avatar {
  position: absolute;
  left: 0;
  padding: 5px;
}
.comment-avatar img {
  display: block;
}
.comment-avatar .image-inner-wrapper {
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, .7), 0 0 5px rgba(0,0,0,.3) inset;
     -moz-box-shadow: 0 1px rgba(255, 255, 255, .7), 0 0 5px rgba(0,0,0,.3) inset;
          box-shadow: 0 1px rgba(255, 255, 255, .7), 0 0 5px rgba(0,0,0,.3) inset;
}
.comment-avatar .image-inner-wrapper:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.comment-avatar .image-inner-wrapper:after {
  background-position: 0 0;
}

/* Comment Form
--------------------------------------------------------------------*/
#respond label {
  font-size: 13px;
}
#respond input[type="text"],
#respond textarea {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: 31.273%;
  margin-left: 3.091%;
  margin-bottom: 21px;
}
.comment-form-author {
  margin-left: 0
}
.comment-form-comment {
  clear: both;
}
.comment #respond {
  padding-bottom: 18px
}


/* 
 * WordPress formatted content
 * Provided from WYSIWYG Editor Styles
 * Just change and make it suitable with your document
 */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  clear: both;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.wp-caption {
  margin-bottom: 1em;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption .wp-caption-text {
  margin: 0;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
}

.wp-caption-text:before {
  left: 0;
  top: 50%;
  content: "";
  height: 3px;
  width: 30px;
  margin-top: -1px;
  position: absolute;
  background: #ddd;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
  border: none !important;
}

blockquote.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: right;
  margin-left: 0;
  width: 33%;
}
blockquote.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: left;
  margin-right: 0;
  width: 33%;
}


/*====================================================================
  #Widgets
====================================================================*/
.widget {
  margin-bottom: 24px;
  padding: 10px;
  word-wrap: break-word;
  background: #fafafa url(images/paper-texture.png) repeat-x 0 -120px;
  -webkit-box-shadow: 
        0 0 15px 1px rgba(0, 0, 0, .1), 
        0 1px 3px rgba(0, 0, 0, .5), 
        0 9px 0 -5px white, 
        0 9px 3px -5px black, 
        0 17px 0 -10px white, 
        0 17px 3px -10px black;
  -moz-box-shadow: 
        0 0 15px 1px rgba(0, 0, 0, .1), 
        0 1px 3px rgba(0, 0, 0, .5), 
        0 9px 0 -5px white, 
        0 9px 3px -5px black, 
        0 17px 0 -10px white, 
        0 17px 3px -10px black;
  box-shadow: 
        0 0 15px 1px rgba(0, 0, 0, .1), 
        0 1px 3px rgba(0, 0, 0, .5), 
        0 9px 0 -5px white, 
        0 9px 3px -5px black, 
        0 17px 0 -10px white, 
        0 17px 3px -10px black;
}
.widget-title {
  margin: -10px -10px 14px -10px;
  padding: 10px 10px 5px 10px;
  background-color: #9C2525;
  background-image: url(images/pat-checker.png), -webkit-linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: url(images/pat-checker.png), -moz-linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: url(images/pat-checker.png), -o-linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: url(images/pat-checker.png), -ms-linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: url(images/pat-checker.png), linear-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));

  -webkit-box-shadow: 0 1px rgba(255, 255, 255, .3) inset, 0 2px 3px rgba(0, 0, 0, .3);
     -moz-box-shadow: 0 1px rgba(255, 255, 255, .3) inset, 0 2px 3px rgba(0, 0, 0, .3);
          box-shadow: 0 1px rgba(255, 255, 255, .3) inset, 0 2px 3px rgba(0, 0, 0, .3);
  border: 1px solid rgba(0,0,0,.2);
}
.widget-title a {
  color: #D7CBC6
}
.widget-title h4 {
  font-size: 20px;
}
.widget ul {
  margin: 0;
  list-style: none;
  *zoom: 1;
}
.widget ul:before, .widget ul:after {
  display: table;
  content: "";
}
.widget ul:after {
  clear: both;
}

/* Widget social
------------------------------------------------------------------- */
.soc-net {
  overflow: hidden;
}
.soc-net a {
  width: 32px;
  height: 32px;
  float: left;
  display: block;
  margin-right: 3px;
  background: url(images/social-icon.png) no-repeat
}
.soc-net .twitter { background-position: 0 0 }
.soc-net .rss { background-position: 0 -189px }
.soc-net .linked { background-position: 0 -220px }
.soc-net .facebook { background-position: 0 -32px }
.soc-net .google { background-position: 0 -63px }
.soc-net .skype { background-position: 0 -94px }
.soc-net .vimeo { background-position: 0 -126px }
.soc-net .flickr { background-position: 0 -157px }


/* Widget Flickr
------------------------------------------------------------------- */
.widget_colabs_flickr a {
  float: left;
  padding: 3px;
  margin: 0 0 10px 10px;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.widget_colabs_flickr img {
  display: block;
}
.widget_colabs_flickr a:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.8);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,.8);
  box-shadow: 0 2px 6px rgba(0,0,0,.8);
}

/* Widget Search
------------------------------------------------------------------- */
.widget_colabs_search form {
  margin-bottom: 0
}
.widget_colabs_search input[type="text"] {
  width: 100%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie9 .widget_colabs_search input[type="text"] {
  width: 85%
}

/* Widget Subscribe
------------------------------------------------------------------- */
.widget_colabs_subscribe input {
  margin-bottom: 0
}

/* Widget Twitter
------------------------------------------------------------------- */
.widget_colabs_twitter li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #B75A5A
}
.widget_colabs_twitter a {
  color: #B75A5A
}
.widget_colabs_twitter .time {
  display: block;
  font-style: italic;
  text-align: right;
  font-weight: bold;
  color: #B75A5A;
}

/* Widget Maps
------------------------------------------------------------------- */
.widget_colabs_googlemaps .mapbox {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 55.5%
}
.widget_colabs_googlemaps .enlarge {
  text-align: right;
  margin-top: 10px;
}

/* Widget Facebook
------------------------------------------------------------------- */
.widget_colabs_facebook iframe {
  width: 98% !important;
}

/* Widget Tabs
------------------------------------------------------------------- */
.widget_colabs_tabs #tabs {
  padding: 5px;
  background: #f0f0f0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.widget_colabs_tabs ul {
  margin: 0;
  bottom: -1px;
  overflow: hidden;
  position: relative;
}
.widget_colabs_tabs li {
  margin: 0;
}
.widget_colabs_tabs .colabsTabs {
  padding-top: 7px;
}
.widget_colabs_tabs .colabsTabs li {
  float: left;
}
.widget_colabs_tabs .colabsTabs a {
  font-size: 10px;
  padding: 3px 7px;
  position: relative;
  margin: 0 -1px 0 0;
  background: #f5f5f5;
  border: 1px solid #ddd;
  text-transform: uppercase;
  display: block;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.widget_colabs_tabs .colabsTabs a:hover, .widget_colabs_tabs .colabsTabs .selected {
  background: white;
  text-decoration: none;
}
.widget_colabs_tabs .colabsTabs .selected {
  top: -7px;
  padding-top: 10px;
  border-bottom: 1px solid white;
}
.widget_colabs_tabs .box {
  background: white;
  border: 1px solid #ddd;
  margin-top: -7px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.widget_colabs_tabs .box a {
  color: #7f7f7f;
}
.widget_colabs_tabs .box a:hover {
  color: #282828;
}
.widget_colabs_tabs .box li {
  overflow: hidden;
  padding: 14px 10px;
  border-bottom: 1px solid #ddd;
}
.widget_colabs_tabs .box img {
  float: left;
  margin: 5px 10px 0 0;
  padding: 2px;
  background: #f2f2f2;
  border: 1px solid #ccc;
}
.widget_colabs_tabs #tab-tags {
  padding: 14px 10px;
}
.widget_colabs_tabs .meta {
  color: #aaa;
  font-size: 90%;
}
#tab-comm .author {
  font-weight: bold;
}
.widget_colabs_tabs .number {
  display: none
}

/* Wordpress Default Widgets
------------------------------------------------------------------- */
/* Widget Calendar
----------------------------- */
#wp-calendar {
  width: 100%;
  text-align: center;
}
#wp-calendar caption {
  margin-bottom: 9px;
}
#wp-calendar tfoot td {
  padding-top: 9px;
  padding-bottom: 0;
}
#wp-calendar tfoot a {
  width: auto;
  float: none;
  display: block;
  padding: 7px 5px;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}

/* Widget Recent Comments
----------------------------- */
.widget_recent_comments li > a {
  display: inline;
}

/* Widget Rss
----------------------------- */
.widget_rss li {
  margin-bottom: 18px;
}
.widget_rss .rsswidget {
  font-weight: bold
}
.widget_rss .rss-date {
  display: block;
  color: #a3a3a3;
}
.widget_rss .widget-inner-container li {
  margin-bottom: 18px;
}
.widget_rss cite {
  font-style: italic;
}

/* Widget List Pages
----------------------------- */
.widget_pages ul ul {
  margin-top: 5px;
  margin-left: 15px;
}
.widget_pages ul ul li {
  position: relative;
}
.widget_pages ul ul li:before, .widget_pages ul ul li:after {
  content: "";
  position: absolute;
  background: #c3c3c3;
}
.widget_pages ul ul li:before {
  top: 8px;
  left: -15px;
  width: 10px;
  height: 1px;
}
.widget_pages ul ul li:after {
  top: 2px;
  width: 1px;
  left: -15px;
  height: 6px;
}
.widget_pages a:hover {
  text-decoration: underline;
}

/* Widget which have a count
----------------------------- */
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_links li {
  clear: both;
  text-align: right;
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_links a {
  float: left;
}


/*====================================================================
  #Responsive Layout
====================================================================*/
@media (max-width: 976px) {
  .image-inner-wrapper {
    background-size: 100% !important
  }

  .portfolio-slider-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}


/* For Tablet & Mobile. Orientation: landscape | portrait
------------------------------------------------------------------- */
@media (max-width: 977px) {

  /* Widget Subscribe
  ------------------- */
  .widget_colabs_subscribe input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .widget_colabs_subscribe input[type="text"] {
    width: 65%
  }
  .widget_colabs_subscribe input[type="submit"] {
    width: 30%;
  }

  /* Portfolio List
  ----------------- */
  .portfolio-list .rack {
    text-align: center;
  }
  .portfolio-item {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
  }
  .portfolio-item .overlay {
    display: none
  }
  .dynamic-title {
    overflow: hidden;
  }

}

/* For Tablet. Orientation: portrait
------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 977px) {
  /* Portfolio List
  --------------------------- */
  .page-template-template-portfolio-php .main-container,
  .tax-portfolio-category .main-container {
    width: 90%
  }

  .header {
    width: 85%;
  }

  /* Slider
  --------------------------- */
  .slide-desc {
    width: 255px;
    bottom: 30px;
    margin-left: -20px
  }
  .slide-desc p {
    font-size: 12px;
    height: 70px;
    overflow: hidden;
  }

}

/* For Mobile Phones. Orientation: landscape | portrait
------------------------------------------------------------------- */
/* Mobile Menu
-------------- */
.topnav .select-wrapper {
  width: 80%;
  display: none;
  margin: 10px;
  padding: 3px 10px;
  background-color: #65574E;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 1px black;
  font-family: sans-serif;
  
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, .2) inset;
  box-shadow: 0 1px rgba(255, 255, 255, .2) inset;

  background-image: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 0, .1) 50%);
  background-image: -moz-linear-gradient(transparent 50%, rgba(0, 0, 0, .1) 50%);
  background-image: -o-linear-gradient(transparent 50%, rgba(0, 0, 0, .1) 50%);
  background-image: -ms-linear-gradient(transparent 50%, rgba(0, 0, 0, .1) 50%);
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, .1) 50%);
}

@media only screen and (max-width: 767px) {
  .one-col .main-content, 
  .one-col .portfolio-slider-wrapper {
    width: 95%
  }

  /* Format Quote
  ----------------------------------------------------------------- */
  .format-quote .entry-header {
    -webkit-background-size: 0 28px;
       -moz-background-size: 0 28px;
            background-size: 0 28px;
  }
  .format-quote .entry-title {
    font-size: 18px;
  }
  .format-quote .entry-title, 
  .format-quote .entry-meta {
    line-height: 28px
  }
  .format-quote .entry-title,
  .format-quote .entry-meta {
    padding-right: 0;
    padding-top:  28px
  }

  /* Top Menu
  ----------------------------------------------------------------- */
  .topnav {
    padding: 0;
  }
  .topnav ul {
    display: none;
  }

  /* Select Dropdown Replacement
  ------------------------------ */
  .select-wrapper {
    position: relative;
  }
  .select-wrapper .select-text {
    left: 10px;
    width: 80%;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
  }
  .select-wrapper .select-text span {
    width: 100%;
    white-space: nowrap;
  }
  .select-wrapper .select-text, .select-wrapper i {
    z-index: 2;
    line-height: 29px;
    position: absolute;
  }
  .select-wrapper i {
    right: 0;
    text-align: center;
    border: 7px solid transparent;
    border-top-color: rgba(255, 255, 255, .5);
    top: 14px;
    right: 10px;
  }
  .select-wrapper i:before {
    position: absolute;
    content: "";
    border: 7px solid transparent;
    top: -6px;
    left: -7px;
    border-top-color: rgba(0, 0, 0, .3);
  }
  .select-wrapper select {
    margin: 0;
    z-index: 4;
    position: relative;
    opacity: 0;
    width: 100%;
    display: block;
    filter: alpha(opacity=0);
  }

  .topnav {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .topnav .select-wrapper {
    display: inline-block;
  }


  /* Portfolio Slider
  ------------------------------------------------------------------*/
  .slide-desc {
    display: none
  }
  .slide-title {
    width: 90%;
    font-size: 30px;
  }
  .portfolio-list .shelf-rack {
    margin-left: -5px;
    margin-right: -5px;
  }
  .csstransforms3d .shelf-rack:before {
    left: 5px;
    right: 5px;
  }
  .portfolio-item {
    margin-left: 8px;
    margin-right: 8px;
  }


  /* Post Entry
  ----------------------------------------------------------------- */
  .entry-title {
    font-size: 30px
  }
  .entry-title,
  .entry-meta {
    padding-right: 50px;
  }
  .entry-meta span,
  .entry-comment-count {
    display: inline-block;
    *display: inline;
    *zoom: 1
  }
  .post .inner-container {
    margin-left: 0;
  }
  .entry-icon {
    left: auto;
    right: 18px;
    top: 3px;
    right: 14px;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
    
  }
  .gallery-icon a { 
    padding: 3px
  }


  /* Comments
  ------------------------------------------------------------------*/
  .comment-avatar {
    padding: 3px;
    width: 40px;
    position: static;
  }
  .comment-avatar .image-inner-wrapper {
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    background-size: 100% !important;
  }
  .comment-inner {
    margin-left: 0;
    margin-top: 10px;
  }
  .comment-inner .comment-author {
    position: absolute;
    top: -60px;
    left: 60px;
  }
  .comment-reply-link {
    position: static;
  }
  .comment-form-author, 
  .comment-form-email, 
  .comment-form-url,
  #frmcontact input[type="text"],
  #frmcontact textarea {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
  }
  .comment-form-submit {
    margin-bottom: 8px
  }
  #respond label {
    display: none;
  }
  #respond input[type="submit"] {
    width: 100%;
    padding: 7px;
  }


  /* Contact Form
  ------------------------------------------------------------------*/
  #frmcontact .screenReader {
    display: none !important
  }
  #frmcontact .submit {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }


  /* Archive Page
  ----------------------------------------------------------------- */
  .archive .post,
  .search .post {
    width: auto;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }

  .twt-border .twt-actions b {
    font-size: 12px !important
  }

}


/* For Mobile Phones. Orientation: portrait
------------------------------------------------------------------- */
@media only screen and (min-width: 240px) and (max-width:479px) {
  .portfolio-item {
    width: 110px
  }

  .twt-border .twt-tweet .footer .twt-actions a {
    margin-right: 5px !important
  }
  .twt-border .twt-tweet .footer .twt-actions i {
    margin-left: 0 !important
  }

}



/* #Mobile Menu
=================================================================== */
.btn-navbar {
  display: none;
  color: #fff;
  border: 1px solid #000;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -moz-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -o-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -ms-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  float: right;
  margin: 7px 5px;
  padding: 7px 10px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  overflow: visible \9;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* Set Mobile menu style for tablet and below
------------------------------------------------------------------- */
@media (max-width: 977px) {
  .logo {
    float: left;
    width: auto;
    text-align: left;
    max-width: 80%
  }

  .topnav {
    display: block;
    text-align: left;
    padding: 0
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse ul, .topnav ul li {
    float: none;
    display: block;
  }
  .nav-collapse.collapse > div {
    margin-bottom: 20px;
  }
  .nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .btn-navbar {
    display: block;
  }
  .nav-collapse li a:hover:after, 
  .nav-collapse .sf-menu > li:hover > a:after, 
  .nav-collapse .current-menu-item > a:after {
    display: none;
  }
  .topnav .sub-menu li,
  .topnav .sub-menu {
    border: none;
  }

  /* Sub Menu
  ----------------------------------------------------------------- */
  .nav-collapse ul ul {
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    position: static;
    border: none;
    background: none;
    margin-left: 20px;
    width: auto;
    float: none;
    width: auto !important;
    opacity: 1 !important;
    position: static !important;
    background: none !important;
  }
  #top-menu ul li ul li a {
    border: none;
    width: auto;
    font-size: 1em;
    text-shadow: #15191C 1px 1px 0px;;
  }
  .sf-sub-indicator {
    display: none
  }
  .nav-collapse ul ul li {
    border: none;
    width: auto;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important
  }
}

.clearfix, .header {
  *zoom: 1;
}
.clearfix:before, .clearfix:after,
.header:before, .header:after {
  display: table;
  content: "";
}
.clearfix:after,
.header:after {
  clear: both;
}

table
{ border-bottom: 1px solid #ddd; margin: 0 0 1.625em; width: 100%;
}
th {
color: #666; font-size: 10px; font-weight: 500; letter-spacing: 0.1em; line-height: 2.6em; text-transform: uppercase;border:1px solid #DDD; background:#eee;
text-align:center;
}

td {
border-top: 1px solid #ddd; padding: 6px 10px 6px 0; border-right: 1px solid #ddd; border-left: 1px solid #ddd; padding-left:5px;
} 

/* comment navigation*/

.comment-nav .fl{
	float:left;
}
.comment-nav .fr{
	float:right;
}

.comment-nav{
	margin-bottom:20px;
}

.sticky, .bypostauthor, .gallery-caption{}

.pingback .comment-reply-link, .trackback .comment-reply-link{
	display:none;
}