/*==================================================

Item: Plunk - WordPress blog theme
Author: http://themeforest.net/user/navigator
Only At: ThemeForest.net


* * * CONTENTS * * *

- HTML5 RESET
- GENERAL
- CONTENT
	- Preloader
	- Navigation
	- Bootstrap dropdown
	- Articles
	- Image hover effect
	- Post Format: Quote
	- Post Format: Link
	- Post Format: Aside
	- Post Format: Chat
	- Single Article
	- Comments
	- Comments Navigation
	- Forms
	- Archives page
	- HTML elements
	- WP classes
	- Post Format: Gallery
	- Gallery captions
	- prettyPhoto custom styles
- FOOTER
	- Widget polishing
	- Bottom footer
	- Social Networks
	- To Top button
- MEDIA QUERIES

==================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  outline: none;
}

img {
  line-height: 0;
}

a:focus,
a:active {
  outline: 0;
  border: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/*----------------------------------------------------------*/
/*----------  GENERAL  ----------*/
html {
  overflow-y: scroll;
}

body {
  background: #414347;
  color: #141618;
  font: 300 20px/30px "Source Sans Pro", Arial, sans-serif;
  letter-spacing: 0.01em;
}

p, ol, ul {
  margin-bottom: 30px;
}

a {
  color: #f59505;
}

a:hover,
a:focus {
  color: #141618;
  text-decoration: none;
}

h1 {
  margin-bottom: 30px;
  color: #141618;
  font: 300 40px/60px "Roboto", Arial, sans-serif;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 20px;
  color: #141618;
  font: 300 32px/48px "Roboto", Arial, sans-serif;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 20px;
  color: #141618;
  font: 300 30px/40px "Source Sans Pro", Arial, sans-serif;
  letter-spacing: 0;
}

h4 {
  margin-bottom: 20px;
  color: #848688;
  font: 500 18px/30px "Roboto", Arial, sans-serif;
  letter-spacing: 0.01em;
}

h5 {
  margin-bottom: 10px;
  color: #141618;
  color: #949698;
  font: 300 16px/24px "Roboto", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h6 {
  margin-bottom: 5px;
  color: #141618;
  font: 400 14px/21px "Source Sans Pro", Arial, sans-serif;
  letter-spacing: 0.01em;
}

.heading-group {
  margin-bottom: 30px;
}

b,
strong {
  font-weight: 400;
}

em {
  font-style: italic;
}

small {
  font: 300 16px/24px "Source Sans Pro", Arial, sans-serif;
}

hr {
  margin: 40px 0;
  height: 0px;
  border-top: 1px solid #e7e8e9;
}

iframe {
  width: 100%;
}

::selection {
  background: #303339;
  color: #fff;
}

::-moz-selection {
  background: #303339;
  color: #fff;
}

/*----------  CONTENT  ----------*/
/*  Preloader  */
#preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 100000;
}

#preloader {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -25px 0 0 -25px;
}

/*  Navigation  */
header .container {
  position: relative;
  background: white;
}

header .navbar {
  margin: 0;
  margin-right: 45px;
  padding: 90px 2.5%;
  border: 0;
  border-radius: 0;
}

header .navbar-toggle {
  margin: 0;
  padding: 8px 6px;
  border: 0;
  border-radius: 0;
}

header .navbar-toggle .icon-bar {
  background-color: #141618;
}

header .navbar-brand {
  padding: 0px;
  height: 30px;
  color: #303339;
  font: 700 32px/32px Helvetica, Arial, sans-serif;
  letter-spacing: -0.015em;
}

header .navbar-brand img {
  display: block;
}

header .nav,
header .nav ul {
  margin-bottom: 0;
  list-style: none;
}

header .nav > li {
  margin-left: 30px;
}

header .nav > li > a {
  padding: 0;
  color: #303339;
  font: 300 18px/28px "Roboto", Arial, sans-serif;
  letter-spacing: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

header .nav > li > a:hover,
header .nav > li > a:focus {
  background: 0;
  border-bottom: 2px solid #e7e8e9;
}

header .nav > li.active > a {
  border-bottom: 2px solid #f59505;
}

.container.main {
  background: white;
}

/*  Bootstrap dropdown  */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-bottom: none;
}

.dropdown-menu {
  padding: 0;
  border: 1px solid #e3e4e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-menu li {
  margin: 0;
  border-bottom: 1px dotted #e3e4e5;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu li a {
  padding: 5px 15px;
}

/*  Articles  */
article .post-content {
  padding: 60px 0 90px;
}

article .date-featured {
  position: absolute;
  top: -90px;
  padding: 0 12px;
  background: #212327;
  color: #fff;
  font: 500 16px/30px "Roboto", Arial, sans-serif;
  letter-spacing: 0.01em;
}

article.sticky .date-featured::after {
  position: absolute;
  right: -30px;
  width: 30px;
  height: 30px;
  content: '';
  background-color: #f59505;
  background-image: url("../images/pin.png");
  background-repeat: no-repeat;
  background-position: center center;
}

a.post-thumb {
  display: block;
  overflow: hidden;
}

a.post-thumb img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a.post-thumb:hover img {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
}

.no-thumb-bg {
  height: 30px;
  background: #212327;
}

.no-thumb-bg-light {
  height: 30px;
  background: #f3f4f5;
}

.no-posts {
  padding: 100px 0;
  text-align: center;
}

.top-bar {
  padding-top: 25px;
  padding-bottom: 10px;
  background: #f3f4f5;
}

h1 a,
h2 a,
h3 a {
  color: #141618;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus {
  color: #545658;
}

.more-link,
.more-link:hover,
.more-link:focus,
.more-link:active {
  color: #f59505;
  font: 500 16px/30px "Roboto", Arial, sans-serif;
  letter-spacing: 0.01em;
}

.more-link span {
  padding-left: 0px;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in;
}

.more-link:hover span {
  padding-left: 3px;
  color: #b4b6b8;
}

/*  Image hover effect  */
a:not(.post-thumb) span.mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  z-index: 1;
}

a:not(.post-thumb):hover span.mask {
  background: rgba(0, 0, 0, 0.5);
}

a:not(.post-thumb) span.mask i {
  background-color: #f59505;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$arg)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0) rotate(60deg);
  -moz-transform: scale(0) rotate(60deg);
  -ms-transform: scale(0) rotate(60deg);
  -o-transform: scale(0) rotate(60deg);
  transform: scale(0) rotate(60deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:not(.post-thumb):hover span.mask i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$arg)";
  filter: alpha(opacity=1);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1) rotate(60deg);
  -moz-transform: scale(1) rotate(60deg);
  -ms-transform: scale(1) rotate(60deg);
  -o-transform: scale(1) rotate(60deg);
  transform: scale(1) rotate(60deg);
}

.rhex {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 50px;
  margin-top: -25px;
  margin-left: -18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.rhex::before, .rhex::after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: inherit;
}

.rhex::before {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.rhex::after {
  background-image: url(../images/enlarge.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

/*  Post Format: Quote  */
article .post-quote {
  background: #f3f4f5 url(../images/quote-bg.png) no-repeat 93% 0;
}

article .post-quote blockquote {
  margin: 0;
  padding: 0 0 30px 0;
  border: 0;
}

article .post-quote blockquote p {
  margin: 0;
  color: #444648;
  font: 300 40px/50px "Source Sans Pro", Arial, sans-serif;
  letter-spacing: 0;
}

article .post-quote blockquote cite::before {
  content: "\2014 \00A0";
}

article .post-quote blockquote cite,
article .post-quote blockquote cite a {
  color: #c4c6c8;
  font: 500 20px/40px "Roboto", Arial, sans-serif;
  letter-spacing: 0;
}

article .post-quote-single {
  background: #fafbfc url(../images/quote-bg-single.png) no-repeat 93% 0;
}

article .post-quote-single blockquote {
  margin: 60px 0 90px;
  padding: 0;
}

/*  Post Format: Link  */
article .post-link p a {
  padding-left: 0;
  font: 500 20px/30px "Roboto", Arial, sans-serif;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in;
}

article .post-link p a:hover,
article .post-link p a:focus {
  padding-left: 5px;
  color: #b4b6b8;
}

/*  Post Format: Aside  */
article .post-aside aside {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f3f4f5;
  font: 300 18px/30px "Source Sans Pro", Arial, sans-serif;
  border-left: 30px solid #e3e4e5;
}

article .post-aside aside .date-featured {
  margin-left: -60px;
}

/*  Post Format: Chat  */
article .chat-content p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e3e4e5;
}

article .chat-content p:last-child {
  padding-bottom: 0px;
  margin-bottom: 30px;
  border-bottom: none;
}

article .chat-content p:nth-of-type(2n) {
  color: #949698;
}

.post-nav {
  margin-top: 30px;
  color: #a2a4a6;
  font: 300 16px/30px "Roboto", Arial, sans-serif;
}

.meta-special-link a {
  color: #f59505;
  font: 500 14px/21px "Roboto", Arial, sans-serif;
  border-bottom: 1px dotted transparent;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.meta-special-link a:hover {
  border-bottom: 1px dotted #f59505;
}

.content-404 {
  padding: 90px 0 120px 0;
  text-align: center;
}

/*  Single Article  */
blockquote {
  margin-bottom: 30px;
  margin-left: 30px;
  padding-left: 25px;
  border-left: 3px solid #f59505;
}

blockquote p {
  color: #848688;
  font: 300 30px/40px "Source Sans Pro", Arial, sans-serif;
}

blockquote cite::before {
  content: "\2014 \00A0";
}

blockquote cite {
  display: block;
  margin-top: 14px;
  color: #c4c6c8;
  font: 300 16px/30px "Roboto", Arial, sans-serif;
}

blockquote cite a {
  color: #c4c6c8;
  font: 300 16px/30px "Roboto", Arial, sans-serif;
}

.meta {
  margin-top: 60px;
  padding-top: 8px;
  color: #b4b6b8;
  font: 300 14px/30px "Roboto", Arial, sans-serif;
  border-top: 1px solid #e7e8e9;
}

.meta.pin-sticky {
  padding-left: 18px;
  background: url(../images/pin-dark.png) no-repeat 0px 15px;
}

.meta a {
  color: #747678;
}

.meta a:hover {
  color: #747678;
  text-decoration: underline;
}

.meta .meta-date a {
  color: #f59505;
  margin-right: 8px;
}

.meta .meta-tags::before {
  content: "/";
  margin: 0 8px;
  color: #f59505;
}

/*  Comments  */
.comments {
  margin-top: -10px;
}

.comments .row.comments-bg {
  padding: 90px 0 90px;
  background: #f3f4f5;
}

.comments .commentlist {
  list-style: none;
  counter-reset: comment-num 0;
}

.comments .commentlist > li::before {
  counter-increment: comment-num 1;
  content: counter(comment-num,decimal-leading-zero);
  position: absolute;
  top: -2px;
  left: -60px;
  color: #c4c6c8;
  font: 300 30px/30px "Roboto", Arial, sans-serif;
}

.comments .commentlist > li {
  position: relative;
  margin-left: 60px;
  margin-bottom: 40px;
  padding: 0;
  border-bottom: 1px solid #e3e4e5;
}

.comments .commentlist li img {
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.comments .commentlist li .comment-meta {
  margin-bottom: 30px;
  line-height: 1px;
}

.comments .commentlist li .comment-meta .comment-author {
  display: block;
  margin-bottom: 4px;
  color: #141618;
  font: 500 18px/18px "Roboto", Arial, sans-serif;
}

.comments .commentlist li .comment-meta .comment-author a {
  color: #141618;
}

.comments .commentlist li .comment-meta .comment-author a:hover {
  text-decoration: underline;
}

.comments .commentlist li .comment-meta .comment-date {
  display: block;
  color: #a2a4a6;
  font: 300 13px/20px "Roboto", Arial, sans-serif;
}

.comments .commentlist li .comment-meta .reply a {
  font: 300 13px/20px "Roboto", Arial, sans-serif;
}

.comments .commentlist li .comment-meta .reply a:hover,
.comments .commentlist li .comment-meta .reply a:active {
  color: #f59505;
  text-decoration: underline;
}

.comments .commentlist .bypostauthor .comment-author::after {
  position: absolute;
  margin-left: 10px;
  padding: 3px 5px;
  content: 'Author';
  background-color: #c4c6c8;
  color: #fff;
  font: 500 9px/11px "Roboto", Arial, sans-serif;
  text-transform: uppercase;
}

.comments .commentlist li .comment-body p {
  font: 300 18px/27px "Source Sans Pro", Arial, sans-serif;
}

.comments .commentlist li .children {
  margin: 0;
  padding-top: 40px;
  padding-left: 75px;
  list-style: none;
  border-top: 1px solid #e3e4e5;
}

.comments .commentlist li .children li {
  margin: 0;
}

.comments .commentlist .comment-body p.awaiting-moderation {
  color: #a2a4a6;
  font-size: 16px;
  font-style: italic;
}

.comments .commentlist .comment-body p.pingback-link a {
  font-weight: 400;
}

/*  Comments Navigation  */
.comments-nav {
  margin-top: -15px;
  margin-left: 60px;
  overflow: hidden;
}

.comments-nav p {
  margin-bottom: 0;
}

.comments-nav a {
  color: #a2a4a6;
  font: 300 14px/21px "Roboto", Arial, sans-serif;
  -webkit-transition: all 0.12s ease-in;
  -moz-transition: all 0.12s ease-in;
  -ms-transition: all 0.12s ease-in;
  -o-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in;
}

.comments-nav a:hover {
  color: #141618;
}

/*  Forms  */
input {
  padding: 7px 12px;
  color: #141618;
  font: 300 18px/30px "Source Sans Pro", Arial, sans-serif;
  background-color: #e3e4e5;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: none;
}

input[type="submit"] {
  color: #fff;
  background: #444648;
}

input[type="submit"]:hover,
input[type="submit"]:active {
  color: #141618;
  background: #f59505;
}

#respond {
  margin: 30px 0 60px 60px;
}

#respond.respond-full,
.children #respond {
  margin: 0 0 60px;
}

#comment-form label,
#contact-form label {
  color: #848688;
  font: 300 16px/46px "Roboto", Arial, sans-serif;
}

#comment-form label.required::after,
#contact-form label.required::after {
  content: "\00A0 *";
  color: #ff4444;
}

#comment-form p,
#contact-form p {
  margin-bottom: 25px;
  overflow: hidden;
}

#comment-form p .form-control,
#contact-form p .form-control {
  font: 300 18px/20px "Roboto", Arial, sans-serif;
  letter-spacing: 0.01em;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
}

#contact-form p .form-control {
  border: 1px solid #f3f4f5;
}

#comment-form p .form-control:focus,
#contact-form p .form-control:focus {
  border: 1px solid #f59505;
}

#comment-form p input[type="text"],
#comment-form p textarea,
#contact-form p input[type="text"],
#contact-form p textarea {
  float: left;
  margin-right: 20px;
  width: 60%;
  height: 46px;
}

#comment-form p textarea,
#contact-form p textarea {
  padding-top: 12px;
  width: 100%;
  min-height: 190px;
  resize: vertical;
}

#contact-form p input[type="text"],
#contact-form p textarea {
  background-color: #f3f4f5;
}

#comment-form input[type="submit"],
#contact-form input[type="submit"] {
  padding: 13px 25px;
  background: #444648;
  color: #fff;
  font: 300 18px/20px "Roboto", Arial, sans-serif;
  letter-spacing: 0.01em;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: none;
}

#comment-form input[type="submit"]:hover,
#comment-form input[type="submit"]:active,
#contact-form input[type="submit"]:hover,
#contact-form input[type="submit"]:active {
  background: #212327;
}

#contact-form p.err-input label {
  color: #ff4444;
}

#reply-title {
  position: relative;
}

#cancel-comment-reply-link {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 0;
  background: url(../images/close-reply.png) no-repeat center center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#cancel-comment-reply-link:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#search-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#search-form .turn-search {
  position: absolute;
  top: 98px;
  right: 15px;
  width: 15px;
  height: 15px;
  margin-right: 2.5%;
  background: url(../images/magnifier.png) no-repeat right center;
  cursor: pointer;
}

#search-form input {
  display: none;
  width: 100%;
  height: 210px;
  padding: 90px;
  background: #f7f8f9;
  color: #848688;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  border: 0;
}

/*  Archives page  */
ol.archive-posts {
  list-style: none;
  counter-reset: post-num -1;
}

ol.archive-posts li::before {
  counter-increment: post-num 1;
  content: counter(post-num,decimal-leading-zero) "\00a0 \22C5";
  color: #b4b6b8;
}

ol.archive-posts li:first-child::before {
  content: '';
}

ol.archive-posts li {
  margin: 0;
}

ol.archive-posts li h3 {
  padding-bottom: 3px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e8e9;
}

/*  HTML elements  */
table {
  margin-bottom: 30px;
  font: 300 18px/30px "Source Sans Pro", Arial, sans-serif;
  border-bottom: 1px solid #e3e4e5;
}

thead {
  font: 500 16px/30px "Roboto", Arial, sans-serif;
  border-bottom: 1px solid #e3e4e5;
}

th, td {
  padding: 4px 12px;
  text-align: left;
  border-bottom: 1px solid #e3e4e5;
}

dl {
  margin-left: 15px;
  margin-bottom: 30px;
}

dt {
  margin-top: 15px;
  font: 500 16px/30px "Roboto", Arial, sans-serif;
}

ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

ul li,
ol li {
  margin-left: 30px;
}

ul li ul,
ul li ol,
ol li ol,
ol li ul {
  margin-left: 30px;
  margin-bottom: 0;
}

address {
  margin-bottom: 30px;
  font-style: italic;
}

acronym {
  border-bottom: 1px dotted;
}

cite {
  color: #c4c6c8;
}

code,
kbd,
pre,
tt,
samp {
  font: 13px/20px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

var,
samp {
  font-style: italic;
}

ins {
  background: #FFF9C0;
  text-decoration: none;
}

pre {
  padding: 22px 30px;
  margin-bottom: 30px;
  background: #f7f8f9;
}

sub, sup {
  font-size: 75%;
}

/*  WP classes  */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.textwidget,
.searchform,
.mejs-container {
  margin-bottom: 30px;
}

.searchform label {
  display: none;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
  position: relative;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto 30px auto;
}

.alignnone {
  margin-bottom: 30px;
}

a.aligncenter,
a.alignnone {
  display: block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 10px 25px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 10px 0px 20px 25px;
}

a.no-margin {
  margin: 0;
}

/*  Post Format: Gallery  */
.gallery {
  padding: 20px 0;
  overflow: hidden;
}

.gallery .gallery-item {
  float: left;
}

.gallery dl,
.gallery dt {
  margin: 0;
}

.gallery dl.gallery-item {
  margin-bottom: 4%;
  margin-right: 4%;
}

.gallery-columns-2 dl.gallery-item {
  width: 48%;
}

.gallery-columns-3 dl.gallery-item {
  width: 30.66%;
}

.gallery-columns-4 dl.gallery-item {
  width: 22%;
}

.gallery-columns-5 dl.gallery-item {
  width: 16.8%;
}

.gallery-columns-6 dl.gallery-item {
  width: 13.33%;
}

.gallery-columns-7 dl.gallery-item {
  width: 10.85%;
}

.gallery-columns-8 dl.gallery-item {
  width: 9%;
}

.gallery-columns-9 dl.gallery-item {
  width: 7.55%;
}

.gallery-columns-2 dl.gallery-item:nth-of-type(2n),
.gallery-columns-3 dl.gallery-item:nth-of-type(3n),
.gallery-columns-4 dl.gallery-item:nth-of-type(4n),
.gallery-columns-5 dl.gallery-item:nth-of-type(5n),
.gallery-columns-6 dl.gallery-item:nth-of-type(6n),
.gallery-columns-7 dl.gallery-item:nth-of-type(7n),
.gallery-columns-8 dl.gallery-item:nth-of-type(8n),
.gallery-columns-9 dl.gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery br {
  display: none;
}

.gallery dl.gallery-item a {
  position: relative;
  display: block;
  line-height: 0;
}

.gallery-count {
  margin-top: -30px;
  color: #b4b6b8;
  font: 300 14px/21px "Roboto", Arial, sans-serif;
}

/*  Gallery captions  */
.wp-caption .wp-caption-text,
.wp-caption:hover .wp-caption-text:hover,
.gallery-item .gallery-caption,
.gallery-item:hover .gallery-caption:hover {
  margin: 0;
  padding: 6px;
  background-color: transparent;
  color: #747678;
  font: 300 14px/21px "Source Sans Pro", Arial, sans-serif;
  text-align: center;
  border: 1px solid #e0e1e2;
  border-top: 0;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  clear: both;
}

.wp-caption:hover .wp-caption-text,
.gallery-item:hover .gallery-caption {
  background-color: #323338;
  color: #fff;
  border: 1px solid #323338;
  border-top: 0;
}

/*  prettyPhoto custom styles  */
div.pp_overlay {
  background: #212327;
}

div.pp_default .pp_description {
  color: #747678;
  font: 300 16px/24px "Source Sans Pro", Arial, sans-serif;
}

.pp_content_container .pp_details {
  line-height: 0;
}

/*----------  FOOTER  ----------*/
footer {
  color: #848688;
  font: 300 16px/30px "Source Sans Pro", Arial, sans-serif;
}

footer ol,
footer ul,
footer ol li,
footer ul li {
  margin-left: 0;
  list-style: none;
}

footer a {
  color: #c4c6c8;
  border-bottom: 1px dotted transparent;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

footer a:hover,
footer a:focus {
  color: #c4c6c8;
  border-bottom: 1px dotted #c4c6c8;
}

footer h4 {
  margin-bottom: 30px;
  color: #747678;
}

footer .container {
  background: #212327;
}

footer .inner {
  padding: 0 2.5%;
}

footer .top-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #e3e4e5;
  font: 300 15px/30px "Roboto", Arial, sans-serif;
  letter-spacing: 0;
}

footer .top-footer a {
  color: #141618;
  border: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

footer .top-footer a.post-nav-left {
  padding-left: 20px;
  background: url(../images/arrow-left.png) no-repeat 0 center;
}

footer .top-footer a.post-nav-left:hover {
  padding-left: 23px;
}

footer .top-footer a.post-nav-right {
  float: right;
  padding-right: 20px;
  background: url(../images/arrow-right.png) no-repeat 100% center;
}

footer .top-footer a.post-nav-right:hover {
  padding-right: 23px;
}

footer .widget-footer {
  padding-top: 60px;
  padding-bottom: 30px;
}

/*  Widget polishing  */
footer .widget-narrow select {
  width: 100%;
}

footer .widget-narrow .wp-caption .wp-caption-text,
footer .widget-narrow .wp-caption:hover .wp-caption-text:hover,
footer .widget-narrow .gallery-item .gallery-caption,
footer .widget-narrow .gallery-item:hover .gallery-caption:hover {
  border-color: #414243;
}

footer .widget-narrow ul li,
footer .widget-narrow ol li {
  margin-left: 4px;
}

footer .widget-narrow ul li ul,
footer .widget-narrow ul li ol,
footer .widget-narrow ol li ol,
footer .widget-narrow ol li ul {
  margin-left: 3px;
  margin-bottom: 0;
}

footer .widget-narrow #searchform input {
  padding: 7px;
  float: left;
  height: 30px;
  font: 300 14px/14px "Source Sans Pro", Arial, sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

footer .widget-narrow #searchform #s {
  width: 65%;
}

footer .widget-narrow #searchform #searchsubmit {
  width: 35%;
}

/* calendar widget */
footer #wp-calendar caption {
  text-align: left;
  font-size: 16px;
}

footer #wp-calendar thead {
  font-size: 10px;
}

footer #wp-calendar thead th {
  padding: 3px 7px;
}

footer #wp-calendar tbody td {
  padding: 0;
  background: #e3e4e5;
  color: #848688;
  font-size: 14px;
  text-align: center;
  border: 1px solid #f3f4f5;
}

footer #wp-calendar tbody td a {
  color: #f59505;
}

footer #wp-calendar tbody td:hover {
  background: #fff;
}

footer #wp-calendar tbody .pad {
  background: #fff;
}

footer #wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

footer #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/*  Bottom footer  */
footer .bottom-footer {
  font-size: 14px;
  border-top: 1px solid #303339;
}

footer .bottom-footer .inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .bottom-footer p {
  margin: 0;
}

/*  Social Networks  */
footer .social-networks {
  max-width: 126px;
  float: left;
  margin: 2px 0 7px 0;
}

footer .social-networks li {
  float: left;
  margin: 5px 5px 0 0;
}

footer .social-networks li a {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #444648;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.15s easy-in-out;
  -moz-transition: all 0.15s easy-in-out;
  -ms-transition: all 0.15s easy-in-out;
  -o-transition: all 0.15s easy-in-out;
  transition: all 0.15s easy-in-out;
}

footer .social-networks li a.twitter {
  background-image: url(../images/soc/twitter.png);
}

footer .social-networks li a.twitter:hover {
  background-color: #00aced;
  background-image: url(../images/soc/twitter2.png);
}

footer .social-networks li a.facebook {
  background-image: url(../images/soc/facebook.png);
}

footer .social-networks li a.facebook:hover {
  background-color: #3b5998;
  background-image: url(../images/soc/facebook2.png);
}

footer .social-networks li a.dribbble {
  background-image: url(../images/soc/dribbble.png);
}

footer .social-networks li a.dribbble:hover {
  background-color: #ea4c89;
  background-image: url(../images/soc/dribbble2.png);
}

footer .social-networks li a.linkedin {
  background-image: url(../images/soc/linkedin.png);
}

footer .social-networks li a.linkedin:hover {
  background-color: #007bb6;
  background-image: url(../images/soc/linkedin2.png);
}

footer .social-networks li a.behance {
  background-image: url(../images/soc/behance.png);
}

footer .social-networks li a.behance:hover {
  background-color: #1769ff;
  background-image: url(../images/soc/behance2.png);
}

footer .social-networks li a.flickr {
  background-image: url(../images/soc/flickr.png);
}

footer .social-networks li a.flickr:hover {
  background-color: #ff0084;
  background-image: url(../images/soc/flickr2.png);
}

footer .social-networks li a.googleplus {
  background-image: url(../images/soc/googleplus.png);
}

footer .social-networks li a.googleplus:hover {
  background-color: #dd4b39;
  background-image: url(../images/soc/googleplus2.png);
}

footer .social-networks li a.pinterest {
  background-image: url(../images/soc/pinterest.png);
}

footer .social-networks li a.pinterest:hover {
  background-color: #cb2027;
  background-image: url(../images/soc/pinterest2.png);
}

footer .social-networks li a.vimeo {
  background-image: url(../images/soc/vimeo.png);
}

footer .social-networks li a.vimeo:hover {
  background-color: #aad450;
  background-image: url(../images/soc/vimeo2.png);
}

footer .social-networks li a.youtube {
  background-image: url(../images/soc/youtube.png);
}

footer .social-networks li a.youtube:hover {
  background-color: #bb0000;
  background-image: url(../images/soc/youtube2.png);
}

/*  To Top button  */
footer .bottom-footer .to-top {
  float: right;
  display: block;
  margin-top: 3px;
  width: 24px;
  height: 24px;
  background: url(../images/to-top.png) no-repeat center center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$arg)";
  filter: alpha(opacity=0.7);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  border: 0;
}

footer .bottom-footer .to-top:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$arg)";
  filter: alpha(opacity=1);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/*----------  MEDIA QUERIES  ----------*/
@media (max-width: 1199px) {
  footer .bottom-footer .social-networks {
    max-width: 86px;
  }
}
@media (max-width: 991px) {
  #comment-form textarea {
    width: 91%;
  }

  a:not(.post-thumb):hover span.mask,
  a:not(.post-thumb):hover span.mask i {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$arg)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }

  .wp-caption:hover .wp-caption-text,
  .gallery-item:hover .gallery-caption {
    background-color: transparent;
    color: #747678;
    border: 1px solid #e0e1e2;
    border-top: 0;
  }

  footer .bottom-footer .social-networks {
    margin: 8px 0;
    max-width: 100%;
  }

  footer .bottom-footer .social-networks li {
    margin: 0 5px 0 0;
  }

  footer .bottom-footer .to-top {
    margin: 4px 10px 0 0;
  }
}
@media (max-width: 767px) {
  #preloader-wrapper,
  #preloader {
    display: none;
  }

  body {
    font: 300 18px/27px "Source Sans Pro", Arial, sans-serif;
  }

  h1 {
    font: 300 28px/42px "Roboto", Arial, sans-serif;
  }

  h2 {
    font: 300 24px/36px "Roboto", Arial, sans-serif;
  }

  h3 {
    font: 300 20px/30px "Roboto", Arial, sans-serif;
  }

  header .navbar {
    margin-right: 30px;
    padding: 35px 2.5%;
  }

  header .navbar-header {
    margin: 15px 0;
  }

  header .nav > li {
    margin-left: 0px;
  }

  header .nav > li > a,
  header .nav > li > a:hover,
  header .nav > li > a:focus,
  header .nav > li.active > a {
    border: 0;
  }

  header .nav > li > a:hover,
  header .nav > li > a:focus {
    color: #c4c6c8;
  }

  header .nav > li.active > a {
    color: #f59505;
  }

  #search-form .turn-search {
    top: 58px;
  }

  #search-form input {
    height: 130px;
    padding: 50px;
  }

  article .post-content {
    padding: 40px 0 70px;
  }

  article .date-featured {
    top: -70px;
  }

  article .post-quote blockquote p {
    font: 300 33px/44px "Source Sans Pro", Arial, sans-serif;
  }

  article .post-aside aside {
    padding: 20px;
    border-left: 20px solid #e3e4e5;
  }

  article .post-aside aside .date-featured {
    margin-left: -40px;
  }

  #respond {
    margin-left: 0px;
  }

  #comment-form label,
  #contact-form label {
    line-height: 18px;
  }

  #comment-form p input:not([type="submit"]),
  #comment-form p textarea,
  #contact-form p input:not([type="submit"]),
  #contact-form p textarea {
    width: 100%;
  }

  #cancel-comment-reply-link {
    width: 11px;
    height: 11px;
    top: 12px;
    right: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  footer .inner {
    padding: 0;
  }

  footer .top-footer a.post-nav-left,
  footer .top-footer a.post-nav-right {
    float: none;
    padding: 0;
    padding-left: 20px;
  }

  footer .top-footer a.post-nav-right {
    background-position: 0 center;
  }

  footer .top-footer a.post-nav-left:hover,
  footer .top-footer a.post-nav-right:hover {
    padding: 0;
    padding-left: 23px;
  }

  /* prettyPhoto styling for small screens */
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden;
  }

  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
  }

  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
  }

  .pp_content {
    width: 100% !important;
    height: auto !important;
  }

  .pp_fade {
    width: 100% !important;
    height: 100% !important;
  }

  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
    display: none !important;
  }

  #pp_full_res img {
    width: 100% !important;
    height: auto !important;
  }

  .pp_details {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important;
  }

  a.pp_close {
    right: 10px !important;
    top: 10px !important;
  }
}
@media (max-width: 400px) {
  blockquote {
    margin-left: 0;
    padding-left: 15px;
  }

  blockquote p {
    font: 300 22px/33px "Source Sans Pro", Arial, sans-serif;
  }

  .comments .commentlist > li::before {
    content: counter(comment-num,none);
  }

  .comments .commentlist > li {
    margin-left: 0;
  }

  .comments .commentlist li .children {
    padding-left: 30px;
  }

  .comments .commentlist li .comment-body p {
    font: 300 16px/24px "Source Sans Pro", Arial, sans-serif;
  }

  .comments-nav {
    margin-left: 0;
  }

  a.alignleft,
  img.alignleft,
  .wp-caption.alignleft,
  a.alignright,
  img.alignright,
  .wp-caption.alignright {
    margin: 0 auto 30px auto;
  }

  a.no-margin {
    margin: 0;
  }

  .gallery {
    margin-bottom: 20px;
  }

  .gallery-columns-2 dl.gallery-item:nth-of-type(2n),
  .gallery-columns-3 dl.gallery-item:nth-of-type(3n),
  .gallery-columns-4 dl.gallery-item:nth-of-type(4n),
  .gallery-columns-5 dl.gallery-item:nth-of-type(5n),
  .gallery-columns-6 dl.gallery-item:nth-of-type(6n),
  .gallery-columns-7 dl.gallery-item:nth-of-type(7n),
  .gallery-columns-8 dl.gallery-item:nth-of-type(8n),
  .gallery-columns-9 dl.gallery-item:nth-of-type(9n) {
    margin-right: 4%;
  }

  .gallery dl.gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .gallery-columns-2 dl.gallery-item,
  .gallery-columns-3 dl.gallery-item,
  .gallery-columns-4 dl.gallery-item,
  .gallery-columns-5 dl.gallery-item,
  .gallery-columns-6 dl.gallery-item,
  .gallery-columns-7 dl.gallery-item,
  .gallery-columns-8 dl.gallery-item,
  .gallery-columns-9 dl.gallery-item {
    width: 48%;
  }
}
