@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,500);

@import url(http://fonts.googleapis.com/css?family=Montserrat);
/* ==========================================================================

  Mimesis Framework - Responsive Grid & UI Elements
  Fragments Premium Template

========================================================================== */
/*	--------------------------------------------------
:: Variables
-------------------------------------------------- */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
  width: 100%;
}
pre {
  word-break: break-all;
  /* webkit */

  word-wrap: break-word;
  white-space: pre;
  white-space: -moz-pre-wrap;
  /* fennec */

  white-space: pre-wrap;
  white-space: pre\9;
  /* IE7+ */

}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*	--------------------------------------------------
:: Grid Layout
-------------------------------------------------- */
/* Rows */
.row {
  margin: auto 0;
  padding: 0;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-full {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
/* Fluid Grid */
.col {
  margin-left: 2%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
}
.col:first-child {
  margin-left: 0;
}
/* Columns */
.one {
  width: 6.5%;
  *width: expression(Math.floor(0.065 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.two {
  width: 15%;
  *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.three {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.four {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.five {
  width: 40.5%;
  *width: expression(Math.floor(0.40.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.six {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.seven {
  width: 57.5%;
  *width: expression(Math.floor(0.575 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.eight {
  width: 66%;
  *width: expression(Math.floor(0.66 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.nine {
  width: 74.5%;
  *width: expression(Math.floor(0.745 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.ten {
  width: 83%;
  *width: expression(Math.floor(0.83 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.eleven {
  width: 91.5%;
  *width: expression(Math.floor(0.915 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.twelve {
  width: 100%;
  float: none;
}
.quarter {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.half {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.one-third {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
@media only screen and (min-width: 749px) and (max-width: 999px) {
  .container,
  .tablet-container {
    width: 720px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Tablet Grid
  * For stacking full width columns, please use the new class .tablet-full */
  .tablet-one {
    width: 6.5%;
  }
  .tablet-two {
    width: 15%;
  }
  .tablet-three {
    width: 23.5%;
  }
  .tablet-four {
    width: 32%;
  }
  .tablet-five {
    width: 40.5%;
  }
  .tablet-six {
    width: 49.0%;
  }
  .tablet-seven {
    width: 57.5%;
  }
  .tablet-eight {
    width: 66%;
  }
  .tablet-nine {
    width: 74.5%;
  }
  .tablet-ten {
    width: 83%;
  }
  .tablet-eleven {
    width: 91.5%;
  }
  .tablet-twelve {
    width: 100%;
    float: none;
  }
  .tablet-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  .tablet-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-center:first-child {
    margin-left: auto;
  }
  .tablet-center-text {
    text-align: center;
  }
  .tablet-left {
    float: left;
  }
  .tablet-right {
    float: right;
  }
  .tablet-no-float {
    float: none;
  }
  .no-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
}
/* End Tablet Media Query */
@media only screen and (max-width: 739px) {
  /* Mobile Grid
  * For stacking full width columns, please use the new class .mobile-full */
  .mobile-one {
    width: 6.5%;
  }
  .mobile-two {
    width: 15%;
  }
  .mobile-three {
    width: 23.5%;
  }
  .mobile-four {
    width: 32%;
  }
  .mobile-five {
    width: 40.5%;
  }
  .mobile-six {
    width: 49.0%;
  }
  .mobile-seven {
    width: 57.5%;
  }
  .mobile-eight {
    width: 66%;
  }
  .mobile-nine {
    width: 74.5%;
  }
  .mobile-ten {
    width: 83%;
  }
  .mobile-eleven {
    width: 91.5%;
  }
  .mobile-twelve {
    width: 100%;
    float: none;
  }
  .mobile-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }
  .mobile-full:first-child {
    margin-top: 0;
  }
  .mobile-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-center:first-child {
    margin-left: auto;
  }
  .mobile-center-text {
    text-align: center;
  }
  .mobile-left {
    float: left;
  }
  .mobile-right {
    float: right;
  }
  .mobile-no-float {
    float: none;
  }
  .container,
  .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Mobile Tables */
  table th,
  table td {
    padding: 4px;
  }
  .no-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
/* End Mobile Media Query *//*	--------------------------------------------------
:: General
-------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #555555;
  background-color: #eeeeee;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
b,
strong {
  font-weight: bold;
}
a {
  color: #909090;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #696969;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.divider {
  background-color: #2f2f2f;
  height: 5px;
  width: 100px;
}
.ie6 body,
.ie7 body,
.ie8 body {
  background-color: white;
}
.upgrade-notice {
  display: none;
}
.ie6 .upgrade-notice,
.ie7 .upgrade-notice,
.ie8 .upgrade-notice {
  display: inline-block;
  text-align: center;
  width: 40%;
  color: #333333;
  position: absolute;
  top: 40%;
  left: 30%;
  font-size: 13px;
}
.ie6 .upgrade-notice h1,
.ie7 .upgrade-notice h1,
.ie8 .upgrade-notice h1 {
  text-transform: none;
  color: #a9a9a9;
}
.ie6 .upgrade-notice a,
.ie7 .upgrade-notice a,
.ie8 .upgrade-notice a {
  color: #2f2f2f;
}
.ie6 #mars-portfolio,
.ie7 #mars-portfolio,
.ie8 #mars-portfolio {
  display: none;
}
/*	--------------------------------------------------
:: Helper Classes
-------------------------------------------------- */
/* Micro Clearfix */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
.checkbox:before,
.checkbox:after {
  content: "";
  display: table;
}
.checkbox:after {
  clear: both;
}
.checkbox {
  zoom: 1;
}
/* Helpers */
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.inline {
  display: inline;
}
.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.none,
[hidden] {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.visuallyvisible {
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0;
}
/* Alert */
.alert {
  background-color: #ffc;
  display: block;
  padding: 8px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5;
}
.no-desktop {
  display: none;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
@media only screen and (max-width: 739px) {
  .no-padding {
    padding: 0 10px;
  }
}
/*	--------------------------------------------------
:: Typography
-------------------------------------------------- */
p {
  margin: 1em 0;
}
.lead {
  margin-bottom: 25px;
  font-size: 28;
  font-weight: 800;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.4;
  margin: 0;
}
small {
  font-size: 80%;
}
abbr[title] {
  border-bottom: 1px dotted;
}
/* Audio */
audio,
canvas,
video {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-family: "Montserrat", Arial, sans-serif;
  color: inherit;
}
h1,
.h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: .2em;
}
h2,
.h2 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: .33em;
}
h3,
.h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: .5em;
}
h4,
.h4 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: .5em;
}
h5,
.h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: .5em;
  font-weight: normal;
}
h6,
.h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: .5em;
  font-weight: normal;
}
/* Reset Heading */
.no-style-heading {
  margin: 0;
  font-size: 100%;
}
/* Horizontal Rule */
hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 2em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.8;
  color: #626262;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
cite {
  color: #5d5d5d;
  font-style: normal;
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.8;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
.circle-list {
  list-style: disc;
}
dd {
  margin: 0 0 0 40px;
}
dt {
  font-weight: bold;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* Remove Styling from List */
.no-style-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.no-style-list-2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.no-style-list-2 > li {
  display: inline-block;
  margin-right: 3px;
}
.no-style-list-2 > li:last-child {
  margin-right: 0;
}
/*	--------------------------------------------------
::  Forms styling. Credits:  https://raw.github.com/twbs/bootstrap/master/less/forms.less
-------------------------------------------------- */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 100;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.8;
  color: #eeeeee;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #eeeeee;
  background-color: #2f2f2f;
  background-image: none;
  border: 1px solid #555555;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.2);
  outline: 0;
}
.form-control:-moz-placeholder {
  color: #a9a9a9;
}
.form-control::-moz-placeholder {
  color: #a9a9a9;
}
.form-control:-ms-input-placeholder {
  color: #a9a9a9;
}
.form-control::-webkit-input-placeholder {
  color: #a9a9a9;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #a9a9a9;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 40px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 35px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 35px;
  line-height: 35px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 65px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.65;
  border-radius: 6px;
}
select.input-lg {
  height: 65px;
  line-height: 65px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@media (min-width: 739px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin: auto 0;
  padding: 0 10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 739px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 5;
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pagination {
  margin: 0 auto;
  margin-top: 100px;
  background-color: #fbfbfb;
  color: #555555;
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pagination:after {
  clear: both;
}
.pagination .copyright {
  float: left;
  width: 70%;
  padding: 20px;
}
@media (max-width: 570px) {
  .pagination .copyright {
    float: none;
    display: block;
    width: 100%;
  }
}
.pagination .load-more {
  float: right;
  width: 30%;
  text-align: center;
  padding: 20px;
  background-color: #50ceb6;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.pagination .load-more:hover {
  background-color: #e16a48;
}
.pagination .load-more a {
  color: white;
}
@media (max-width: 570px) {
  .pagination .load-more {
    float: none;
    display: block;
    width: 100%;
  }
}
footer {
  background-color: #2f2f2f;
  color: white;
  margin: 0;
  padding: 50px;
}
@media (max-width: 370px) {
  footer {
    padding: 15px;
  }
}
/*	--------------------------------------------------
:: Twitter
-------------------------------------------------- */
.twitter-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
.twitter-widget > li {
  padding: 5px 0;
  margin-bottom: 10px;
}
.twitter-widget > li:first-child {
  padding-top: 0;
}
.twitter-widget > li abbr {
  display: block;
  font-size: 12px;
}
.flickr-gallery {
  width: 100%;
  margin-top: 0;
  margin-bottom: 3em;
}
.flickr-gallery:before,
.flickr-gallery:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.flickr-gallery:after {
  clear: both;
}
.flickr-gallery div {
  width: 22%;
  float: left;
  margin: 1%;
  margin-bottom: 0;
}
.flickr-gallery div img {
  width: 100%;
  height: 70px;
}
.dribbble-gallery {
  width: 100%;
  margin-top: 0;
}
.dribbble-gallery:before,
.dribbble-gallery:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.dribbble-gallery:after {
  clear: both;
}
.dribbble-gallery div {
  width: 28.3333%;
  float: left;
  margin: 2%;
  margin-bottom: 0;
}
.dribbble-gallery div img {
  width: 100%;
  height: 80px;
}
/*	--------------------------------------------------
:: Social Icons Section
-------------------------------------------------- */
.social {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  text-align: left;
}
.social > li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.social > li div {
  display: inline-block;
}
.social > li > a {
  padding: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 0;
  background-color: transparent;
  color: #a9a9a9;
  border: 2px solid #a9a9a9;
}
.social > li > a:hover {
  color: white;
}
.social > li .facebookicon:hover {
  background-color: #89a3df;
  border-color: #89a3df;
}
.social > li .twittericon:hover {
  background-color: #b1e7ef;
  border-color: #b1e7ef;
}
.social > li .pinteresticon:hover {
  background-color: #ea6d6d;
  border-color: #ea6d6d;
}
.social > li .googleplusicon:hover {
  background-color: #5f5d56;
  border-color: #5f5d56;
}
.social > li .linkedinicon:hover {
  background-color: #6273b8;
  border-color: #6273b8;
}
.social > li .dribbbleicon:hover {
  background-color: #f7abca;
  border-color: #f7abca;
}
.social > li .lastfmicon:hover {
  background-color: #f56262;
  border-color: #f56262;
}
.social > li .vkicon:hover {
  background-color: #acbdee;
  border-color: #acbdee;
}
.social > li .yticon:hover {
  background-color: #f15050;
  border-color: #f15050;
}
.social > li .vimeoicon:hover {
  background-color: #50bef1;
  border-color: #50bef1;
}
.social > li .instaicon:hover {
  background-color: #adc1e4;
  border-color: #adc1e4;
}
.social > li .flickricon:hover {
  background-color: #f696d8;
  border-color: #f696d8;
}
.social > li .soundicon:hover {
  background-color: #fdb58e;
  border-color: #fdb58e;
}
.social > li .daicon:hover {
  background-color: #bbccb8;
  border-color: #bbccb8;
}
ul#likes {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
li.like_post {
  width: 100%;
  padding: 0 40px 0 0;
  float: left;
}
li.like_post img {
  max-width: 100%;
}
li.like_post blockquote {
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 1px solid #eee;
}
li.like_post ol,
li.like_post ul {
  margin: 0 0 0 15px;
  padding: 0;
}
li.like_post .like_link a {
  font-weight: bold;
}
li.like_post .like_title {
  font-weight: bold;
}
li.like_post .post_info_bottom {
  margin: 10px 0 0 0;
  display: block !important;
}
/*	--------------------------------------------------
:: Buttons Styling
-------------------------------------------------- */
.button {
  background-color: #e16a48;
  display: inline-block;
  padding: 13px 30px;
  margin: 0 0 5px 0;
  color: #eeeeee;
  font-weight: normal;
  border: 2px solid none;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  vertical-align: baseline;
  text-transform: uppercase;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus {
  color: white;
  text-decoration: none;
  background-color: #f9c424;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button-warning {
  background-color: #efa843;
  border: 1px solid #ed9d2b;
}
.button-warning:hover,
.button-warning:focus {
  background-color: #ed9d2b;
}
.button-danger {
  background-color: #e33f52;
  border: 1px solid #e0293e;
}
.button-danger:hover,
.button-danger:focus {
  background-color: #e0293e;
}
.button-info {
  background-color: #5cace5;
  border: 1px solid #46a1e1;
}
.button-info:hover,
.button-info:focus {
  background-color: #46a1e1;
}
.button-success {
  background-color: #50ceb6;
  border: 1px solid #3cc8ae;
}
.button-success:hover,
.button-success:focus {
  background-color: #3cc8ae;
}
.button-medium {
  padding: 10px 25px;
  margin: 0 0 5px 0;
  font-size: 13px;
}
.button-small {
  padding: 8px 20px;
  margin: 0 0 5px 0;
  font-size: 12px;
}
.button-block {
  display: block;
  background-color: #a9a9a9;
  border: 1px solid #9c9c9c;
  color: white !important;
  width: 100%;
  text-align: center;
}
.button-block:hover,
.button-block:focus {
  background-color: #b6b6b6;
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*	--------------------------------------------------
:: Owl Carousel Styling
-------------------------------------------------- */
.owl-carousel {
  position: relative;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
  margin-bottom: 50px;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}
/*	--------------------------------------------------
:: Owl Controls Styling
-------------------------------------------------- */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  right: 0;
}
.owl-controls .owl-page {
  display: none;
}
.owl-buttons {
  width: 110px;
  height: 50px;
  color: #555555;
  font-size: 24px;
  font-size: 1.5rem;
  cursor: pointer;
  background-color: #a9a9a9;
  color: white;
}
.owl-prev,
.owl-next {
  line-height: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-prev:hover,
.owl-next:hover,
.owl-prev:focus,
.owl-next:focus {
  color: #eeeeee;
}
.owl-prev {
  right: 50px;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-captions {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.owl-captions h3,
.owl-captions h6 {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  padding: 10px 15px;
  border-radius: 3px;
}
.owl-captions span {
  display: block;
}
/*
* Owl Carousel CSS3 Transitions
* v1.3.2
*/
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
nav {
  width: 100%;
  background-color: #e16a48;
  padding: 10px 0;
  z-index: 200;
  font-weight: 500;
}
@media (max-width: 767px) {
  nav {
    position: relative;
  }
}
nav .text-logo {
  color: white;
  margin: .50em 0 0 0;
  font-family: "Montserrat", Arial, sans-serif;
}
@media (max-width: 767px) {
  nav .left,
  nav .right {
    float: none;
  }
}
@media (max-width: 767px) {
  nav h1 {
    padding-left: 20px;
  }
}
nav .logo-image {
  margin: 0 auto;
  margin-top: 25%;
}
@media (max-width: 860px) {
  nav .logo-image {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  nav .logo-image {
    margin-top: 5%;
  }
}
.menu {
  display: block;
  text-transform: capitalize;
  background-color: #e16a48;
}
@media (max-width: 860px) {
  .menu {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .menu {
    display: none;
  }
}
.menu > li {
  display: inline-block;
  position: relative;
  z-index: 100;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .menu > li {
    display: block;
    margin: 0;
    padding: 10px 20px;
  }
}
.menu > li:first-child {
  margin-left: 0;
}
.menu > li > a {
  text-decoration: none;
  padding: 11px;
  display: block;
  color: #eeeeee;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.menu > li > a:hover {
  color: white;
}
.menu ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 150px;
  position: absolute;
  top: 84px;
  left: 0px;
  background: #e16a48;
}
@media (max-width: 767px) {
  .menu ul {
    display: block;
    position: relative;
    top: 0;
    left: 25px;
    width: 100%;
    border: 0;
  }
}
.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .menu ul li {
    border-left: 1px solid white;
    border-bottom: 0;
  }
}
.menu ul li a {
  display: block;
  color: #eeeeee;
}
.menu ul li a:hover {
  color: white;
}
.menu li:hover > ul {
  display: block;
}
.menu ul ul {
  left: 149px;
  top: 0px;
}
.mobile-menu {
  display: none;
  width: 100%;
  text-transform: uppercase;
  padding: 25px;
  background-color: #e16a48;
  color: white !important;
}
@media (max-width: 767px) {
  .mobile-menu {
    display: block;
    margin-top: 1px;
  }
}
/*	--------------------------------------------------
:: Pager
-------------------------------------------------- */
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #a9a9a9;
  border-radius: 4px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #2f2f2f;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/**** Infinite Scroll ****/
#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 50px;
  left: 40%;
  z-index: 100;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  color: #555555;
}
/*	--------------------------------------------------
:: Portfolio Styling
-------------------------------------------------- */
section {
  margin: 0;
}
/*	--------------------------------------------------
:: Intro Section Styling
-------------------------------------------------- */
.description-section {
  background-color: #50ceb6;
  padding: 50px !important;
}
@media (max-width: 860px) {
  .description-section {
    padding: 25px !important;
  }
}
.welcome-heading {
  letter-spacing: -2px;
  color: white;
  margin: 0;
  font-size: 42px;
}
@media (max-width: 570px) {
  .welcome-heading {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .welcome-heading {
    font-size: 30px;
  }
}
@media (max-width: 370px) {
  .welcome-heading {
    font-size: 28px;
  }
}
.welcome-description {
  color: white;
  margin: 0;
  padding: 0;
}
@media (max-width: 570px) {
  .welcome-description {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .welcome-description {
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .welcome-description {
    font-size: 14px;
  }
}
/*	--------------------------------------------------
:: Portflio Section Styling
-------------------------------------------------- */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.grid-sizer,
.project {
  width: 25%;
  margin: 0;
  padding: 0 ;
  height: auto;
}
@media (max-width: 1024px) {
  .grid-sizer,
  .project {
    width: 33.3333%;
  }
}
@media (max-width: 860px) {
  .grid-sizer,
  .project {
    width: 50%;
  }
}
@media (max-width: 470px) {
  .grid-sizer,
  .project {
    width: 100%;
  }
}
.project {
  position: relative;
  float: left;
  font-size: 13px;
}
.project .type_photo {
  width: 100%;
}
.project-preview {
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 860px) {
  .project-preview {
    width: 100%;
  }
}
.caption-project {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f2f2f;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.caption-inner {
  text-align: center;
  display: block;
  width: 100%;
  height: 25%;
  margin: auto;
  padding: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.caption-inner a {
  color: white;
}
.caption-inner ul > li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 17px 15px;
  margin-right: 5px;
  font-weight: bold;
  border: 2px solid white;
  line-height: 0;
  cursor: pointer;
}
.caption-inner ul > li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.caption-inner i:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.project:hover .caption-project {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
/*	--------------------------------------------------
:: Post Types
-------------------------------------------------- */
.photo_caption {
  padding: 50px;
  background-color: #f8f8f8;
}
@media (max-width: 370px) {
  .photo_caption {
    padding: 25px;
  }
}
.entry_text {
  -webkit-font-smoothing: antialiased;
  background-color: #f8f8f8;
  display: block;
  padding: 50px;
  color: #555555;
}
.entry_text a {
  color: #a9a9a9;
}
.entry_text a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (max-width: 370px) {
  .entry_text {
    padding: 25px;
  }
}
.entry_text h4 {
  line-height: normal;
}
.entry_text h4 a {
  color: #2f2f2f;
}
.entry_text h4 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.entry_text p {
  text-align: justify;
}
.entry_quote {
  background-color: #2f2f2f;
  color: #a9a9a9;
  text-align: left;
  display: block;
  position: relative;
}
.entry_quote a {
  color: white;
}
.entry_quote .quote-title {
  display: block;
  padding: 50px ;
  padding-bottom: 0;
  margin: 0;
  font-size: 19px;
  color: white;
}
.entry_quote .quote-title a {
  color: white;
}
@media (max-width: 720px) {
  .entry_quote .quote-title {
    padding: 25px 25px 0;
  }
}
@media (max-width: 370px) {
  .entry_quote .quote-title {
    padding: 15px 15px 0;
  }
}
.entry_quote .quote-caption {
  padding: 50px;
  padding-top: 25px;
}
@media (max-width: 370px) {
  .entry_quote .quote-caption {
    padding: 25px;
  }
}
.entry_link {
  text-align: left;
  display: block;
  position: relative;
  background-color: white;
}
.entry_link .link-url {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 40px;
  font-weight: bold;
  font-size: 19px;
  background-color: #f9c424;
  word-wrap: break-word;
  text-align: center;
}
.entry_link .link-url a {
  color: white;
}
.entry_link .link-caption {
  padding: 40px;
  color: #555555;
}
.entry_link .link-caption a {
  color: #a9a9a9;
}
.entry_link .link-caption a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (max-width: 370px) {
  .entry_link .link-caption {
    padding: 20px;
  }
}
.entry_link .post-type-icon {
  color: white;
  font-size: 40px;
  line-height: 0;
}
.entry_link #post_meta {
  padding: 0 50px 50px;
}
@media (max-width: 370px) {
  .entry_link #post_meta {
    padding: 0 25px 25px;
  }
}
.entry_video {
  padding: 0;
  background-color: white;
}
.entry_video iframe {
  width: 100% !important;
}
.entry_video #post_meta {
  padding: 0 50px 50px;
}
@media (max-width: 370px) {
  .entry_video #post_meta {
    padding: 0 25px 25px;
  }
}
.entry_audio {
  padding: 0;
  background-color: white;
}
.entry_audio iframe {
  width: 100% !important;
}
.entry_audio #post_meta {
  padding: 0 50px 50px;
}
@media (max-width: 370px) {
  .entry_audio #post_meta {
    padding: 0 25px 25px;
  }
}
.caption_audio_video {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  display: block;
  padding: 50px;
  color: #555555;
}
.caption_audio_video a {
  color: #a9a9a9;
}
.caption_audio_video a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (max-width: 370px) {
  .caption_audio_video {
    padding: 25px;
  }
}
.entry_chat {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  text-align: justify;
  display: block;
  padding: 50px;
  color: #555555;
}
.entry_chat a {
  color: #a9a9a9;
}
.entry_chat a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (max-width: 370px) {
  .entry_chat {
    padding: 25px;
  }
}
.entry_chat h4 {
  line-height: normal;
}
.entry_chat h4 a {
  color: #2f2f2f;
}
.entry_chat h4 a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.entry_chat p {
  padding: 25px 0;
  position: relative;
  font-size: 12px;
  margin: .2em 0;
  border-bottom: 1px solid #eeeeee;
}
.entry_chat p:nth-child(even) {
  border-color: #f8f8f8;
}
.entry_chat p:nth-child(odd) {
  border-color: #f1f1f1;
}
.entry_chat p span {
  font-weight: bold;
}
.entry_answer {
  padding: 15px;
  background: #5cace5;
  /* Old browsers */

  background: -moz-repeating-linear-gradient(-45deg, #e33f52, #e33f52 30px, #fefefe 30px, #fefefe 40px, #a5dfcb 40px, #a5dfcb 70px, #fefefe 70px, #fefefe 80px);
  background: -webkit-repeating-linear-gradient(-45deg, #e33f52, #e33f52 30px, #fefefe 30px, #fefefe 40px, #a5dfcb 40px, #a5dfcb 70px, #fefefe 70px, #fefefe 80px);
  background: -o-repeating-linear-gradient(-45deg, #e33f52, #e33f52 30px, #fefefe 30px, #fefefe 40px, #a5dfcb 40px, #a5dfcb 70px, #fefefe 70px, #fefefe 80px);
  background: repeating-linear-gradient(-45deg, #e33f52, #e33f52 30px, #fefefe 30px, #fefefe 40px, #a5dfcb 40px, #a5dfcb 70px, #fefefe 70px, #fefefe 80px);
  /* FF3.6+ */

}
@media (max-width: 370px) {
  .entry_answer {
    padding: 5px;
  }
}
.entry_answer .message {
  background-color: white;
  padding: 25px;
  color: #555555;
}
.entry_answer .message b {
  letter-spacing: 2px;
}
.entry_answer .message a {
  color: #a9a9a9;
}
.entry_answer .message a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.entry_answer a {
  color: #555555;
}
.entry_answer a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.entry_answer .header_answer {
  padding: 25px 0;
  text-align: center;
  line-height: 0;
}
.entry_answer hr {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.entry_answer #post_meta {
  display: none;
}
/*	--------------------------------------------------
:: Single Page Project
-------------------------------------------------- */
#permalink_page .single-col {
  width: 70%;
  margin: 100px auto;
}
@media (max-width: 480px) {
  #permalink_page .single-col {
    width: 80%;
    margin: 50px auto;
  }
}
@media (max-width: 370px) {
  #permalink_page .single-col {
    width: 90%;
    margin: 20px auto;
  }
}
#permalink_page .entry_text h4,
#permalink_page .entry_chat h4 {
  font-size: 38px;
}
#permalink_page .entry_chat .no-style-list-2 {
  margin-top: 2em;
}
.project-permalink {
  width: 100%;
  clear: both;
}
/*	--------------------------------------------------
:: Notes' Styles
-------------------------------------------------- */
#permalink-footer {
  margin: 100px 0;
}
ol.notes {
  padding: 0px;
  margin: 25px 0px;
  list-style-type: none;
  border: 0;
  margin: 0;
}
ol.notes li.note {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  padding: 10px;
}
ol.notes li.note img.avatar {
  vertical-align: -4px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
ol.notes li.note span.action {
  font-weight: normal;
}
ol.notes li.note .answer_content {
  font-weight: normal;
}
ol.notes li.note blockquote {
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
  padding: 4px 8px;
  margin: 10px 0px 0px 25px;
  font-size: 13px;
  font-size: 0.8125rem;
}
ol.notes li.note blockquote a {
  text-decoration: none;
}
.share-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.share-buttons ul > li {
  display: inline;
  margin: 0 2px;
  line-height: 0;
  padding: 4px 5px;
  cursor: pointer;
}
.share-buttons ul > li a {
  color: white;
}
.share-buttons ul > li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.share-buttons ul .facebook {
  background-color: #4583d8;
}
.share-buttons ul .twitter {
  background-color: #88c2ec;
}
.share-buttons ul .googleplus {
  background-color: #d34a23;
}
.share-buttons ul .pinterest {
  background-color: #e16a48;
}
.share-buttons ul .like {
  background-color: #fa8072;
}
.share-buttons ul .reblog {
  background-color: #50ceb6;
}
#disqus-comments {
  margin: 2em 0;
}
#notes-list {
  margin: 2em 0;
}
/*	--------------------------------------------------
:: Preloader
-------------------------------------------------- */
#infscr-loading {
  background-color: rgba(0, 0, 0, 0.6);
  color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 25px auto;
}
#infscr-loading .spinner {
  left: 25%;
}
.preloader {
  margin: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}
.spinner {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 48%;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #eeeeee;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*	--------------------------------------------------
:: Responsive Tables
-------------------------------------------------- */
table {
  border-collapse: separate;
  background: white;
  border: 1px solid #eeeeee;
  width: 100%;
}
thead th {
  background-color: #a9a9a9;
  border-bottom: 1px solid #9c9c9c;
  color: white;
  padding: 15px 30px;
  text-align: left;
}
tfoot tr > td {
  background-color: #f8f8f8;
  font-weight: 400;
  text-align: left;
  padding: 15px 0 15px 30px;
}
tbody tr td {
  font-weight: 400;
  font-size: 13px;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #eeeeee;
}
tbody tr:nth-child(2n) {
  background: #f0f3f5;
}
/* 
	Thanks to http://css-tricks.com/responsive-data-tables/
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #eeeeee;
  }
  td {
    /* Behave  like a "row" */
  
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
  
    position: absolute;
    /* Top/left values mimic padding */
  
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
