/*

Tera CSS
Version 2.3
Made by Themanoid

	TABLE OF CONTENTS
	_________________

	00. Presets
	01. General
	02. Typography
	03. Elements
	04. Sections
	05. Slider
	06. Portfolio
	07. Modes
	08. Pagination
	09. Wordpress Core

*/
/*-----------	

 	00 Presets 	

-------------*/
@import url("tera-slider.css");
@import url("tera-lightbox.css");
::selection {
  background: yellow;
  color: #403E3B; }

::-moz-selection {
  background: yellow;
  color: #403E3B; }

* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/*-----------

	01 General 	

-------------*/
html, body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background: #fff;
  color: #403E3B;
  width: 100%;
  /*height: 100%;*/
  min-height: 100%;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    html, body {
      font-size: 14px; } }
  @media screen and (min-width: 1300px) {
    html, body {
      font-size: 14px; } }

body {
  overflow-x: hidden; }

.container-fluid {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: opacity 0.6s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: opacity 0.6s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: opacity 0.6s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  .container-fluid.loaded {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

/*-----------

	02 Typography 	

-------------*/
.title-block {
  padding-bottom: 30px; }
  .title-block h1, .title-block h2, .title-block h3, .title-block h4, .title-block h5, .title-block h6 {
    padding-top: 0;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .title-block h1, .title-block h2, .title-block h3, .title-block h4, .title-block h5, .title-block h6 {
        margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .title-block {
      padding-bottom: 20px;
      text-align: center; } }

h1, h2, h3, h4, h5, h6 {
  color: #403E3B;
  font-weight: normal; }

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 100; }

h3 {
  margin-bottom: 20px;
  font-weight: 300; }

h4 {
  font-family: "Inconsolata", sans-serif;
  font-weight: 400;
  font-size: 1em;
  border-bottom: 1px solid #403E3B;
  padding-bottom: 5px; }

p {
  font-size: .9em;
  line-height: 1.6em;
  font-family: "Inconsolata", sans-serif;
  color: #888;
  margin: 10px 0 30px 0; }
  p a {
    font-weight: bold; }

blockquote {
  border-left: 1px solid #bbb;
  width: 100%;
  border-right: 1px solid #bbb;
  text-align: center;
  margin-bottom: 40px; }

strong {
  font-weight: bold;
  color: #403E3B; }

.subtitle {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  font-family: "Inconsolata", sans-serif; }

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/*-----------

	03 Elements 	

-------------*/
.blog-date {
  margin-top: 25px;
  color: #999;
  font-size: .9em; }

.comment-box {
  border: 1px solid #fff;
  padding: 0 20px 15px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  .comment-box #reply-title {
    margin: 0 -20px;
    background: #fff;
    padding: 30px 20px; }
  .comment-box:hover {
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1); }
  .comment-box .logged-in-as, .comment-box .form-allowed-tags {
	margin-bottom: 10px; }
  .comment-box .form-submit {
    margin-bottom: 0; }

ul.comments {
  list-style: none;
  margin: 30px 0;
  padding: 0; }
  ul.comments li.comment {
    border: 1px solid #fff;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
    ul.comments li.comment:hover {
      -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); }
    ul.comments li.comment .user {
      background: #fff;
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #fff; }
      ul.comments li.comment .user img {
        height: 50px;
        float: left; }
      ul.comments li.comment .user h5 {
        margin: 0 25px;
        line-height: 50px;
        display: inline-block;
        float: left;
        width: auto; }
      ul.comments li.comment .user a.btn {
        float: right;
        display: inline-block;
        margin-right: 10px;
        background: #ddd; }
        ul.comments li.comment .user a.btn:hover {
          background: #403E3B; }
    ul.comments li.comment .comment-body {
      padding: 0 25px;
      display: block;
      float: none;
      clear: both; }
    ul.comments li.comment ul {
      list-style: none; }
      ul.comments li.comment ul li {
        margin-bottom: 15px; }

.back-to-top {
  background: #403E3B;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 40px;
  bottom: -40px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  .back-to-top.active {
    bottom: 40px; }
  .back-to-top:after {
    content: ' ';
    position: absolute;
    top: 13px;
    left: 14px;
    border: 5px solid transparent;
    border-bottom-color: #fff; }
  .back-to-top:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  @media screen and (max-width: 767px) {
    .back-to-top {
      right: 10px; }
      .back-to-top.active {
        bottom: 10px; } }

.service {
  padding: 20px 0; }
  .service .fa {
    margin-top: 15px;
    font-size: 2em;
    float: right; }
  @media screen and (max-width: 992px) {
    .service .fa {
      float: none;
      text-align: center; } }

.top-line {
  border-top: 1px solid #eee; }

.bottom-line {
  border-bottom: 1px solid #eee; }

.brand {
  font-size: 1.1em;
  padding: 10px 0;
  width: auto;
  display: block;
  float: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #403E3B;
  font-weight: 300; }
  .brand:hover {
    color: #403E3B;
    text-decoration: none; }

.fa-icon {
  padding: 10px 0; }
  .fa-icon i {
    width: 30px; }

figure.profile {
  margin: 0 10px;
  text-align: center; }
  figure.profile .social a.icon {
    color: #403E3B;
    background: #eee;
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin: 0 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
    figure.profile .social a.icon:hover {
      background: #403E3B;
      color: #eee;
      text-decoration: none; }
  figure.profile .avatar img {
    width: 100%; height: auto; }
  figure.profile .description h3 {
    margin: 40px 0 15px 0; }
  figure.profile .description h5 {
    margin-bottom: 18px; }
  @media screen and (max-width: 1300px) {
    figure.profile {
      margin: 30px 0 50px; } }

label {
  margin: 20px 0 7px; }

input.form-element,
textarea.form-element,
input.form-control,
textarea.form-control,
input.wpcf7-text,
textarea.wpcf7-textarea,
input.wpcf7-form-control,
textarea.wpcf7-form-control {

  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
 background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  color: #403E3B;
  margin: 7px 0;
  padding: 9px 20px;
  width: 100%;
  line-height: 22px;
  display: block !important;
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  input.form-control,
  textarea.form-control{
    min-height: 40px;
  }
  input.form-control.error,
  textarea.form-control.error,
  input.form-element.error,
  textarea.form-element.error,
  input.wpcf7-text.wpcf7-not-valid,
  textarea.wpcf7-textarea.wpcf7-not-valid {
    background: #e74c3c;
    color: #fff; }
  input.form-control:focus,
  textarea.form-control:focus,
  input.form-element:focus,
  textarea.form-element:focus,
  input.wpcf7-form-control:focus,
  textarea.wpcf7-form-control:focus {
    -webkit-box-shadow: inset 0 3px 0 #ddd;
    -moz-box-shadow: inset 0 3px 0 #ddd;
    -ms-box-shadow: inset 0 3px 0 #ddd;
    box-shadow: inset 0 3px 0 #ddd;
    outline: none; }

.placeholder {
  color: #aaa; }

textarea.form-element,
textarea.form-control,
textarea.wpcf7-textarea {
  padding: 10px 20px;
  height: 150px;
  resize: vertical; }
textarea.form-control,
textarea.wpcf7-textarea{
  height: 100px; }
  @media screen and (max-width: 767px) {
    textarea.form-element, textarea.wpcf7-textarea {
      height: 80px; } }

#form .block {
  padding: 40px 20px; }

.progress {
  height: 20px;
  padding: 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0; }
  .progress .progress-bar {
    height: 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -ms-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }
    .progress .progress-bar.progress-bar-gray {
      background: #403E3B; }

.nav-tabs li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #aaa; }
  .nav-tabs li a.active {
    color: #403E3B; }

.tab-content {
  border: 1px solid #ddd;
  border-top: 1px solid transparent;
  margin-top: -1px;
  padding: 10px 30px 0; }
  .tab-content img {
    margin-bottom: 30px; }

.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  color: #fff;
  border: 0;
  margin: 10px 0 0;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  .btn.btn-default, .wpcf7-submit {
    background: #403E3B; }
    .btn.btn-default:hover, .btn.btn-default.active {
      background: #222;
      color: #fff; }
  .btn.btn-lg {
    padding: 20px 35px; }
  .btn.btn-sm {
    padding: 10px 25px; }
  .btn.btn-xs {
    padding: 5px 20px; }
  .btn .fa {
    margin-right: 10px; }

::-webkit-input-placeholder {
  color: #403E3B;
}
::-moz-placeholder {
  color: #403E3B;
}
:-ms-input-placeholder {
  color: #403E3B;
} 
.wpcf7-form { 
  padding: 0 20px 0 20px;
}

.wpcf7-form .wpcf7-form-control {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #403E3B;
}

.comment-form .submit,
.wpcf7-form .wpcf7-submit {
  display: inline-block !important;
  width: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  background: #403E3B;
  color: #fff;
  border: 0;
  margin: 10px auto 0 auto;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  .comment-form .submit{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 30px; }
    .comment-form .submit:hover,
    .wpcf7-form .wpcf7-submit:hover {
      background: #222;
      color: #fff; }
    .comment-form .submit:active,
    .comment-form .submit:focus,
    .wpcf7-form .wpcf7-submit:active,
    .wpcf7-form .wpcf7-submit:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
  div.wpcf7 .wpcf7-form img.ajax-loader {
    display: block;
    margin: 9px auto; }
  .wpcf7-form > p {
    margin-top: 0;
    margin-bottom: 0;
  }

.wpcf7-form span.wpcf7-form-control-wrap + br { 
	display: none; 
}

.wpcf7-form .wpcf7-not-valid-tip {
	display: none !important;
}
  
.wpcf7-form div.wpcf7-validation-errors {
	border: 0;
}

.icon-caption {
	display: inline;
	padding: 0 15px;
}

/*----------------
	03.b Navigation
-----------------*/
#navigation {
  float: right;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 43px 0;
  width: auto;
  position: relative; }
  #navigation li {
    display: inline-block;
    margin: 2px 5px;
    background: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
    #navigation li a {
      color: #ffffff;
      font-family: 'Trebuchet MS', Helvetica, sans-serif;
      display: inline-block;
      padding: 5px 10px; }
    #navigation li:hover a {
      text-decoration: none;
      color: #999; }
    #navigation li:last-child {
      margin-right: 0; }
    #navigation li ul {
      position: absolute;
      top: 40px;
      right: 0;
      left: 0;
      max-height: 0;
      padding: 0 20px;
      background: transparent;
      overflow: hidden;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      -webkit-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -moz-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -o-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      text-align: center; }
      #navigation li ul li, #navigation li ul li:last-child {
        margin: 1px 0 2px;
        padding: 0;
        background: #fff; }
        #navigation li ul li a, #navigation li ul li:last-child a {
          padding: 3px 5px; }
    #navigation li:hover {
      background: #fff; }
      #navigation li:hover ul {
        padding: 4px 20px;
        max-height: 400px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
        #navigation li:hover ul li {
          padding: 0; }
          #navigation li:hover ul li:hover {
            background: #403E3B; }
  @media screen and (max-width: 767px) {
    #navigation {
      padding: 5px 0;
      position: absolute;
      top: 0;
      right: 5px;
      left: 5px; }
      #navigation li {
        display: block;
        padding: 5px;
        margin: 0;
        text-align: right; }
        #navigation li:hover {
          background: #fff; }
        #navigation li:last-child {
          padding: 5px; }
        #navigation li ul li:hover {
          background: #403E3B !important; }
        #navigation li ul li:last-child {
          padding: 0; } }

/*-----------

	04 Sections 	

-------------*/
header {
  position: fixed;
  padding-top: 30px;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    header {
      padding-top: 5px; } }

section {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 50px; }
  section.block {
    padding: 100px; }
    section.block.small {
      padding: 20px; }
    @media screen and (max-width: 1300px) {
      section.block {
        padding: 60px; } }
    @media screen and (max-width: 992px) {
      section.block {
        padding: 40px; } }
    @media screen and (max-width: 767px) {
      section.block {
        padding: 20px; } }
	
  section.block.row-container {
    padding: 0 100px; }
    @media screen and (max-width: 1300px) {
      section.block.row-container {
        padding: 0 60px; } }
    @media screen and (max-width: 992px) {
      section.block.row-container {
        padding: 0 40px; } }
    @media screen and (max-width: 767px) {
      section.block.row-container {
        padding: 0 20px; } }
	
  section.block.row-container .row {
    padding: 100px 0; }
    @media screen and (max-width: 1300px) {
      section.block.row-container .row {
        padding: 60px 0; } }
    @media screen and (max-width: 992px) {
      section.block.row-container .row {
        padding: 40px 0; } }
    @media screen and (max-width: 767px) {
      section.block.row-container .row {
        padding: 20px 0; } }
	
	section.block.row-container .row.narrow {
		padding-left: 50px;
		padding-right: 50px; 
		margin-left: 0;
		margin-right: 0 }
	
	section.block.row-container .row.no-padding {
      padding-top: 0;
	  padding-bottom: 0; }
	section.block.row-container .row.padding-top-only {
      padding-bottom: 0 !important; }
	section.block.row-container .row.padding-bottom-only {
      padding-top: 0 !important; }
	
	section.block.row-container .row.no-margin {
      margin-top: 0;
      margin-bottom: 0; }
	
	section.block.row-container .row.margin-top-only {
      margin-top: 100px;
	  margin-bottom: 0 !important; }
	@media screen and (max-width: 1300px) {
      section.block.row-container .row.margin-top-only {
        margin-top: 60px; } }
    @media screen and (max-width: 992px) {
      section.block.row-container .row.margin-top-only {
        margin-top: 40px; } }
    @media screen and (max-width: 767px) {
      section.block.row-container .row.margin-top-only {
        margin-top: 20px; } }
	
	section.block.row-container .row.margin-bottom-only {
      margin-top: 0 !important; 
	  margin-bottom: 100px }
	@media screen and (max-width: 1300px) {
      section.block.row-container .row.margin-bottom-only {
        margin-bottom: 60px; } }
    @media screen and (max-width: 992px) {
      section.block.row-container .row.margin-bottom-only {
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      section.block.row-container .row.margin-bottom-only {
        margin-bottom: 20px; } }
	
	section.block.row-container .row.margin-top-bottom {
      margin-top: 100px;
      margin-bottom: 100px; }
	@media screen and (max-width: 1300px) {
      section.block.row-container .row.margin-top-bottom {
        margin-top: 60px;
        margin-bottom: 60px; } }
    @media screen and (max-width: 992px) {
      section.block.row-container .row.margin-top-bottom {
        margin-top: 40px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      section.block.row-container .row.margin-top-bottom {
        margin-top: 20px;
        margin-bottom: 20px; } }

	section article > section {
		padding: 0; }
	section article > section section.block.row-container {
		padding: 0; }
	
  section.wide {
    max-width: 100%;
    padding: 0; }
  section.gray {
    background: #eee; }
  section.jumbotron {
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block; }
    section.jumbotron.small {
      height: 400px !important; }
    section.jumbotron .bg {
      background-attachment: static;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
	section.jumbotron.page-404 {
		background-color: #fff; }
    section.jumbotron h1 {
      font-size: 4em; }
    section.jumbotron h3 {
      font-size: 1.1em; }
    section.jumbotron p {
      font-size: 1.1em;
      color: #403E3B; }
    section.jumbotron .btn {
      margin-bottom: 10px; }
    section.jumbotron > section {
      position: absolute;
      bottom: 60px;
      left: -10px;
      right: 0; }
      @media screen and (max-width: 767px) {
        section.jumbotron > section {
          bottom: 5px; } }
      section.jumbotron > section.top {
        bottom: auto;
        top: 90px; }
        @media screen and (max-width: 767px) {
          section.jumbotron > section.top {
            bottom: auto;
            top: 70px; } }
  section .block {
    padding: 100px;
    max-width: 1200px;
    margin: 0 auto; }
    section .block.small {
      padding: 10px !important; }
    @media screen and (min-width: 1300px) {
      section .block {
        max-width: 1400px; } }
    @media screen and (max-width: 1300px) {
      section .block {
        padding: 40px 20px; } }
    section .block img {
      max-width: 100%; }
    section .block .block {
      padding: 80px 50px; }
      section .block .block.small {
        padding: 50px; }
  section.work {
    max-width: 1400px;
    padding-top: 20px; }
  @media screen and (min-width: 1300px) {
    section {
      max-width: 1400px; } }
  @media screen and (max-width: 767px) {
    section {
      padding: 0 20px; }
      section .block {
        padding: 10px; } }

.sidebar:not(.widget) {
  padding: 20px 30px; }
  @media screen and (max-width: 767px) {
    .sidebar:not(.widget) {
      padding: 20px 0; } }
    .widget .widget-title {
      margin-top: 24px; }
    .widget ul {
      list-style: none;
      padding: 0; }
      .widget ul li {
        font-size: 16px;
        padding: 11px 0;
        border-bottom: 1px solid #ddd;
        -webkit-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        -moz-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        -o-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
        .widget ul li a {
          color: #403E3B;
          font-family: "Inconsolata", sans-serif; }
          .widget ul li a:hover {
            text-decoration: none; }
        .widget ul li ul.children,
        .widget ul li ul.sub-menu {
          margin-top: 10px;
          border-top: 1px solid #ddd; }
          .widget ul li ul.children li,
          .widget ul li ul.sub-menu li {
            padding-left: 0px; }
            .widget ul li ul.children li:hover,
            .widget ul li ul.sub-menu li:hover {
              padding-left: 5px; }
          .widget ul li ul.children li:last-child,
          .widget ul li ul.sub-menu li:last-child {
            border: none;
            padding-bottom: 0; }
        .widget ul li:hover {
          padding-left: 5px;
          border-bottom: 1px solid #403E3B; }
        .widget.widget_rss ul li:hover {
          padding-left: 0;
          border-bottom: 1px solid #403E3B; }
    .widget select {
      width: 100%;
      border: 1px solid #ddd;
      padding: 5px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .widget select:focus {
        border-color: #403a3b;
        outline: none; }
    .widget_calendar table{
      font-size: 16px;
      width: 100%;
      border: 1px solid #ddd; }
      .widget_calendar table caption,
      .widget_calendar table th,
      .widget_calendar table td{
        padding: 7px 5px; }
      .widget_calendar table caption{
        border: 1px solid #ddd;
        border-bottom: none; }
      .widget_calendar table thead th{
        text-align: center; }
      .widget_calendar table tbody td{
        text-align: center; }
      .widget_calendar table tfoot td{
        border-top: 1px solid #ddd; }
      .widget_calendar table tfoot a{
        color: #403a3b; }
      .widget_calendar table tfoot a:hover{
        text-decoration: none; }
    .widget_search:before,
    .widget_search:after{
      content: " ";
      display: table; }
    .widget_search:after{
      clear: both; }
    .widget_search .widget-title {
      width: 30%;
      float: left;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.5em;
      margin: 19px 0 7px; }
    .widget_search .widget-title:after {
      content: ":"; }
    .widget_search form {
      width: 100%;
      float: left;
      display: inline-block;
      position: relative; }
      .widget_search form ::-webkit-input-placeholder {
        color: #eee; }
      .widget_search form ::-moz-input-placeholder {
        color: #eee; }
      .widget_search form :-ms-input-placeholder {
        color: #eee; }
    .widget_search .widget-title + form{
      width: 70%; }
      .widget_search form:before {
        content: "\f002" !important;
        font-family: "FontAwesome" !important;
        width: 29px;
        height: 30px;
        line-height: 30px;
        right: 1px;
        top: 17px;
        position: absolute;
        z-index: 1;
        text-align: center;
        color: #403E3B !important; }
        .widget_search form label {
          width: 100%;
          margin: 0; }
        .widget_search form input[type=search] {
          float: left;
          width: 100%;
          margin-top: 17px;
          padding: 3px;
          border: 0;
          background: #eee;
          font-weight: 300; }
        .widget_search form input[type=submit] {
          position: absolute;
          right: 1px;
          top: 17px;
          z-index: 10;
          border: 0;
          width: 30px;
          height: 29px;
          color: transparent;
          background: transparent; }
    .widget_tag_cloud a {
      color: #403E3B;
      font-size: 14px !important;
      line-height: 20px;
      margin: 4px 2px;
      padding: 5px 8px;
      border-bottom: 1px solid #ddd;
      display: inline-block;
      -webkit-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -moz-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -o-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
      .widget_tag_cloud a:hover {
      text-decoration: none;
      border-color: #403e3b; }
	.widget img {
	  max-width: 100%; }

.content {
  padding: 60px 0; }
  .content img {
    max-width: 100%;
    margin: 30px 0; }
  .content .blog-media img {
	  width: 100%;
	  height: auto; }
  

a.blog-item {
  height: auto; }
  a.blog-item .thumbnail {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    position: relative;
    background: #403E3B; }
    a.blog-item .thumbnail img {
      -webkit-transition: opacity 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -moz-transition: opacity 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -o-transition: opacity 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      transition: opacity 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
    a.blog-item .thumbnail .date {
      position: absolute;
      right: 0;
      top: 0;
      padding: 0 0 10px 10px;
      color: #403E3B;
      background: #fff;
      z-index: 9; }
  a.blog-item:hover {
    text-decoration: none; }
    a.blog-item:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=30);
      -moz-opacity: 0.3;
      -khtml-opacity: 0.3;
      opacity: 0.3; }
  a.blog-item:after {
    padding: 0 !important; }
  a.blog-item.sticky .thumbnail:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 7px solid rgba(255, 255, 255, 0.5);
  }

.contact p {
  margin: 0 0 6px; }
@media screen and (max-width: 992px) {
  .contact .fa {
    margin-top: 20px; } }

footer {
  background: #eee;
  margin-top: -5px; }
  footer section {
    padding: 30px 0;
    font-family: "Inconsolata", sans-serif;
    font-size: 16px; }
  footer a.icon {
    margin: 0 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #403E3B;
    cursor: pointer;
    -webkit-transition: color 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: color 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: color 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: color 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
    footer a.icon:hover {
      text-decoration: none;
      color: #bbb; }
  footer .copy {
    margin-top: 10;
    color: #403E3B;
    font-size: .8em; }
  @media screen and (max-width: 992px) {
    footer section {
      padding: 80px 0; } }
  @media screen and (max-width: 767px) {
    footer section {
      padding: 40px 0; }
    footer a.icon {
      width: 10px; } }

/*---------

	05 Slider 	

-----------*/
/*-----------------

	06 Portfolio

------------------*/
#grid {
  list-style: none;
  margin: 30px -2%;
  padding: 0;
  max-width: 1200px;
  width: 104%;
  -webkit-transition: height 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: height 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: height 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: height 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  @media screen and (min-width: 1300px) {
    #grid {
      max-width: 1400px; } }
  #grid .item {
    padding: 0;
    margin: 2%;
    width: 46%; }
    @media screen and (max-width: 767px) {
      #grid .item {
        width: 100% !important;
        margin: 1% 0 !important; } }
    #grid .item:after {
      padding-top: 80%;
      display: block;
      content: ''; }
    #grid .item .inner {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      -webkit-transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -moz-transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -o-transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=10);
      -moz-opacity: 0.1;
      -khtml-opacity: 0.1;
      opacity: 0.1; }
    #grid .item.visible .inner {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    #grid .item.high:after {
      padding-top: 168.4%; }
    #grid .item.wide {
      width: 96%; }
      #grid .item.wide:after {
        padding-top: 40%; }
    #grid .item.cap-2 {
      position: relative;
      background: none; }
      #grid .item.cap-2:after {
        padding: 0 !important; }
      #grid .item.cap-2 img {
        width: 100%;
		height: auto;
        -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        -moz-transition: opacity 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        -o-transition: opacity 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        transition: opacity 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
      #grid .item.cap-2 .inner {
        overflow: initial;
        display: inline-block;
        position: relative; }
        #grid .item.cap-2 .inner:hover {
          text-decoration: none; }
          #grid .item.cap-2 .inner:hover img {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
            filter: alpha(opacity=40);
            -moz-opacity: 0.4;
            -khtml-opacity: 0.4;
            opacity: 0.4; }
        #grid .item.cap-2 .inner .caption {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          transform: scale(1, 1);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1;
          background: rgba(255, 255, 255, 0.95);
          position: relative;
          padding: 10px;
          margin-right: -2px;
          height: 75px; }
          #grid .item.cap-2 .inner .caption .field {
            padding: 10px 0 0;
            top: 0;
            right: 10px;
            position: absolute;
            color: #403E3B; }
            @media screen and (max-width: 1200px) {
              #grid .item.cap-2 .inner .caption .field {
                display: none; } }
          #grid .item.cap-2 .inner .caption .titles {
            border: 0 !important;
            top: 7px;
            padding-bottom: 0;
		    background-color: #FFF;
		    padding-right: 15px; }
            #grid .item.cap-2 .inner .caption .titles .title {
              text-transform: none;
              color: #403E3B; }
            #grid .item.cap-2 .inner .caption .titles .subtitle {
              color: #403E3B; }
  #grid.no-spacing {
    margin: 30px 0;
    width: 100%; }
    #grid.no-spacing .item {
      margin: 0;
      width: 50%; }
      #grid.no-spacing .item.high:after {
        padding-top: 160%; }
      #grid.no-spacing .item.wide {
        width: 100%; }
  #grid.col-3 {
    margin: 30px -1.6666%;
    width: 103.3333%; }
    #grid.col-3 .item {
      width: 30%;
      margin: 1.6666%; }
      #grid.col-3 .item.wide {
        width: 63.3333%; }
        #grid.col-3 .item.wide:after {
          padding-top: 37.85%; }
      #grid.col-3 .item.high:after {
        padding-top: 171%; }
    #grid.col-3.no-spacing {
      margin: 30px 0;
      width: 100%; }
      #grid.col-3.no-spacing .item {
        margin: 0;
        width: 33.3333%; }
        #grid.col-3.no-spacing .item.high:after {
          padding-top: 160%; }
        #grid.col-3.no-spacing .item.wide {
          width: 66.64%; }
          #grid.col-3.no-spacing .item.wide:after {
            padding-top: 40%; }

.inner {
  background-size: cover !important;
  background-position: center !important; }
  .inner .caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: all 0.25s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: all 0.25s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: all 0.25s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    background: #403E3B;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 40px;
    font-size: 15px; }
    .inner .caption .field {
      font-family: "Inconsolata", sans-serif;
      color: #fff;
      position: absolute;
      text-transform: uppercase;
      top: 40px;
      font-size: 12px;
      letter-spacing: 1px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      opacity: 0.7; }
    .inner .caption .titles {
      position: absolute;
      bottom: 40px;
      width: auto;
      border-bottom: 1px solid #777;
      padding-bottom: 20px; }
      .inner .caption .titles .title {
        text-transform: uppercase; }
      .inner .caption .titles .subtitle {
        font-size: 14px; }
      .inner .caption .titles .title, .inner .caption .titles .subtitle {
        color: #fff; }
    @media screen and (max-width: 767px) {
      .inner .caption {
        padding: 0 10px; }
        .inner .caption .field {
          top: 10px; }
        .inner .caption .titles {
          bottom: 10px;
          padding-bottom: 5px; } }
  .inner:hover .caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }

#filter-trigger {
  margin: 25px 0 0;
  padding: 0;
  background: #ccc;
  text-align: center;
  font-family: "Inconsolata", sans-serif;
  color: #fff;
  line-height: 35px;
  display: inline-block;
  padding: 0 13px;
  float: right;
  cursor: pointer;
  font-size: .8em;
  -webkit-transition: background 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: background 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: background 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: background 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  #filter-trigger:hover {
    background: #403E3B; }
  @media screen and (max-width: 992px) {
    #filter-trigger {
      float: left;
      margin: 10px 0; } }

#filters {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-family: "Inconsolata", sans-serif;
  width: auto;
  display: none;
  font-size: .8em; }
  #filters li {
    display: block;
    float: left; }
    #filters li button {
      line-height: 35px;
      display: block;
      padding: 0 13px;
      text-decoration: none;
      color: #fff;
      border: 0;
      background: transparent;
      background: #403E3B; }
      #filters li button:focus, #filters li button:active {
        outline: none;
        -webkit-appearance: none;
        background: #555; }
      #filters li button:hover {
        background: #555; }
  @media screen and (max-width: 992px) {
    #filters {
      float: left !important;
      margin: 10px 0; } }

.fadeIn {
  -webkit-transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1; }
  .fadeIn.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

/*-----------

	07 Modes 	

-------------*/
body.boxed {
  background: #ccc; }
  body.boxed .container-fluid {
    max-width: 1050px !important;
    margin: 0 auto;
    background: #fff; }
    body.boxed .container-fluid .slider {
      max-width: 1050px !important; }
      body.boxed .container-fluid .slider .slides .slide {
        max-width: 1050px !important; }
/*    body.boxed .container-fluid .block {
      padding: 100px 0 !important; }*/
    body.boxed .container-fluid header {
      max-width: 1050px;
      margin: 0 auto; }
	@media screen and (max-width: 1300px) {
      body.boxed section.block.row-container {
        padding: 0 100px; } }
	@media screen and (max-width: 767px) {
      body.boxed section.block.row-container {
        padding: 0 20px; } }

header {
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  header *, header #navigation, header a {
    -webkit-transition: color 0.25s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: color 0.25s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: color 0.25s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: color 0.25s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  header.affix {
    padding-top: 0;
    background: #403E3B; }
    header.affix * {
      color: #ffffff !important; }
    header.affix .brand {
      padding: 15px 0;
      color: #fff !important; }
    header.affix #navigation {
      margin-top: 0; }
      header.affix #navigation li:hover a {
        color: #403E3B !important; }
      header.affix #navigation li ul li:hover a {
        color: #fff !important; }
      header.affix #navigation li:hover ul {
        padding: 19px 20px; }
      header.affix .trigger .bar {
        background: #fff; }
  @media screen and (max-width: 890px) {
  section.jumbotron.small {
    height: 283px !important;
  }
    header #navigation {
      padding: 0;
      padding-top: 55px; display: none; }
      header .trigger {
        position: absolute;
        right: 10px;
        top: 7px;
        height: 35px;
        width: 30px;
        padding-top: 8px;
        cursor: pointer; 
	    z-index: 10 }
        header .trigger .bar {
          background: #ffffff;
          width: 100%;
          height: 1px;
          margin-bottom: 9px;
          -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
          -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
          -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
          transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
      header #navigation li {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        -moz-transition: opacity 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        -o-transition: opacity 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        transition: opacity 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        margin-top: -1000px;
        background: #fff;
        text-align: center; }
        header #navigation li a {
          padding: 10px; color: #403E3B;}
        header #navigation li ul {
          position: relative;
          top: 0;
          background: #fff; }
      header .activated.trigger .bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0; }
        header .activated.trigger .bar:first-child {
          margin-top: 10px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; }
        header .activated.trigger .bar:last-child {
          margin-top: -20px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; }
      header #navigation.active li {
        margin-top: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; } }

@media screen and (max-width: 992px) {
  .mobile-center {
    text-align: center;
    padding: 30px 0; } }

.dark-slide .brand:hover {
  color: #ccc; }
.dark-slide .next-slide {
  cursor: url(../images/slide-right.png), auto; }
.dark-slide .prev-slide {
  cursor: url(../images/slide-left.png), auto; }
.dark-slide .trigger .bar {
  background: #fff; }
@media screen and (min-width: 767px) {
  .dark-slide #navigation a {
    color: #fff; }
  .dark-slide #navigation li:hover {
    background: #403E3B; }
  .dark-slide #navigation li ul li {
    background: #403E3B; }
    .dark-slide #navigation li ul li:hover {
      background: #fff; } }
.dark-slide header * {
  color: #fff; }
.dark-slide header.affix #navigation li:hover {
  background: #fff !important; }
.dark-slide header.affix #navigation li:hover a {
  color: #403E3B !important; }
.dark-slide header.affix #navigation li:hover ul li a {
  color: #bbb !important; }
  .dark-slide header.affix #navigation li:hover ul li a:hover {
    color: #403E3B !important; }

/*--------------------

	08 Pagination

--------------------*/


.pagination-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.pagination-group>.page-numbers:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination-group>.page-numbers:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.pagination-group>.page-numbers:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination-group .page-numbers {
	font-size: 12px;
	line-height: 1.5;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	-ms-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	color: #fff;
	border: 0;
	margin: 10px 0 0;
	padding: 5px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
	-moz-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
	-o-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
	transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
	background: #403E3B;
}

.pagination-group .page-numbers.current, .pagination-group .page-numbers:hover {
	background: #222;
	color: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	text-decoration: none;
}

.pagination-group>.page-numbers:first-child {
	margin-left: 0;
}

/*--------------------

	09 Wordpress Core

--------------------*/


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.sticky {}

.gallery-caption {}

.bypostauthor {}

@media screen and (max-width: 450px) {
	.brand {
		width: 73%!important;
	}
	.brand img {
		width: 100%;
		height: auto!important;
		}
}


@media screen and (max-width: 550px) {
#click-menu {
	top: 19px!important;
}
}
