/* ---------- RESET ---------- *//* 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,
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;
}
input {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol,
li {
  list-style-type: none;
}
input,
textarea {
  outline: none;
}
strong {
  font-weight: bold;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p:empty {
  display: none;
}
/* ---------- PARAMETRIC MIXINS ---------- */
/* VARIABLES */
/* General Styles */
body {
  font: 13px/19px "Open Sans", Helvetica, Arial, sans-serif;
  color: #6a6767;
  overflow-x: hidden;
}
p,
ul,
ol,
figure.wp-caption {
  margin-bottom: 1.5em;
}
a,
p a,
span a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
a:hover,
p a:hover,
span a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #289dcc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", Arial, sans-serif;
  margin: 0.8em 0;
  text-shadow: 0 0 1px #fafafa;
  line-height: 1.1em;
}
h1 {
  font-size: 22px;
  font-weight: 300;
  margin: 0.8em 0;
}
hr {
  margin: 17px 0 18px;
  height: 0;
  clear: both;
  border: solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
h2 {
  font-size: 20px;
  font-weight: 300;
}
h3 {
  font-size: 18px;
  font-weight: 300;
}
h4 {
  font-size: 16px;
  font-weight: 300;
}
h5 {
  font-size: 15px;
  font-weight: 300;
}
h6 {
  font-size: 14px;
  font-weight: 300;
}
p:empty {
  margin: 0;
}
img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.span9 .span12 {
  width: 700px;
}
.span9 .span9 {
  width: 520px;
}
.span9 .span8 {
  width: 460px;
}
.span9 .span6 {
  width: 340px;
}
.span9 .span4 {
  width: 220px;
}
.span9 .span3 {
  width: 160px;
}
#boxed-layout {
  -webkit-box-shadow: 0px 6px 8px 0px #000000;
  box-shadow: 0px 6px 8px 0px #000000;
  margin: 0 auto;
}
#boxed-layout .container-wrapper {
  margin: 0 auto;
}
#boxed-layout,
.container-wrapper {
  width: 980px;
}
#fluid-layout .container-wrapper {
  width: 100%;
}
/* HEADER */
.main-header .container-wrapper {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.fixed-header .main-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
.fixed-header .main-header .container-wrapper {
  background-color: #fff;
}
.fixed-header .fixed-header-fix {
  height: 67px;
}
/* MENU */
.main-menu {
  height: 66px;
  float: right;
}
.main-menu ul {
  margin-bottom: 0;
}
.main-menu ul .current-menu-item > a,
.main-menu ul .current-menu-ancestor > a,
.main-menu ul .current-menu-parent > a {
  border-top: 3px solid #289dcc;
  color: #289dcc;
}
.main-menu ul > li {
  float: left;
  position: relative;
}
.main-menu ul > li .current-menu-item > a,
.main-menu ul > li .current-menu-ancestor > a,
.main-menu ul > li .current-menu-parent > a {
  border-top: none;
  color: #289dcc;
  background-color: #fff;
}
.main-menu ul > li a {
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  line-height: 62px;
  height: 66px;
  padding: 0 1.2em;
  border-top: 3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu ul > li a:hover {
  color: #289dcc;
}
.main-menu ul > li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9998;
  background-color: #f5f5f5;
  border-top: 3px solid #289dcc;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  min-width: 180px;
  top: 64px;
  transition: all 0.3s;
}
.main-menu ul > li ul li {
  float: none;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.main-menu ul > li ul li a {
  border: none;
  color: #333333;
  line-height: 2.5em;
  height: 2.5em;
  display: block;
  font-size: 12px;
  padding: 0 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu ul > li ul li a:hover {
  background-color: #fff;
}
.main-menu ul > li ul li ul {
  border-top: 3px solid #289dcc;
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: -3px;
  position: absolute;
  border-bottom: 1px solid #e5e5e5;
}
.main-menu ul > li ul li:last-child {
  border-bottom: none;
}
.main-menu ul > li ul li:hover > a {
  background-color: #fff;
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.main-menu ul > li:hover > a {
  border-color: #289dcc;
}
.scrolled .container-wrapper {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.scrolled .main-menu {
  height: 40px;
}
.scrolled .main-menu ul > li a {
  font-size: 12px;
  line-height: 36px;
  height: 40px;
  padding: 0 1em;
}
.scrolled .main-menu ul > li ul {
  top: 38px;
}
.scrolled .main-menu ul > li ul li > ul {
  top: -3px;
}
.scrolled .main-menu ul > li ul li a {
  height: 28px;
  line-height: 28px;
}
.scrolled .span3 h1.logo img {
  height: 40px;
}
#menu-item-search form {
  display: none;
  position: absolute;
  top: 70px;
  right: -10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 12px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #e5e5e5;
}
#menu-item-search form .arrow-up:after {
  right: 11px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  top: -20px;
}
#menu-item-search form .arrow-up:before {
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #e5e5e5;
  border-width: 11px;
  top: -23px;
}
#menu-item-search form input {
  border-radius: 0;
  width: 250px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f9f9f9;
  margin-bottom: 0;
}
#menu-item-search form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#menu-item-search .icon-search {
  font-size: 16px;
}
#menu-item-search a {
  line-height: 17px;
  height: 17px;
  width: 17px;
  margin-top: 17px;
  margin-left: 5px;
  display: inline-block;
  padding: 5px;
  border-color: transparent;
}
#menu-item-search a:hover {
  border-color: transparent;
}
#menu-item-search a.active-icon {
  background: #289dcc;
  color: #fff;
}
.scrolled #menu-item-search form {
  top: 44px;
  right: -7px;
}
.scrolled #menu-item-search a {
  margin-top: 4px;
}
.scrolled.main-header .container-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
}
.main-menu-small {
  display: none;
  background: #333333;
  border-radius: 5px;
  margin: 10px 0;
}
.main-menu-small > ul {
  margin: 0.5em 2.5em 0 2.5em;
  padding-bottom: 10px;
  display: none;
}
.main-menu-small > ul li > ul {
  padding-left: 12px;
  margin-bottom: 0;
}
.main-menu-small > ul li a {
  color: #b5b3b3;
  padding: 5px;
  display: block;
  border-top: 1px solid #555353;
}
.main-menu-small > ul li a:hover {
  color: #fff;
  background-color: #289dcc;
}
.main-menu-small .main-menu-small-icon a {
  background: #242424;
  padding: 8px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 5px;
  display: block;
  color: #fff;
  text-align: center;
}
.main-menu-small .main-menu-small-icon a img,
.main-menu-small .main-menu-small-icon a span {
  vertical-align: middle;
}
.span3 h1.logo {
  margin: 0;
  text-align: left;
  transition: all 0.2s ease;
}
#title-container {
  background: #f9f8f8;
  background-size: cover;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5em 0;
}
#title-container h3 {
  margin: 0;
}
#title-container ul {
  float: right;
  margin: 0;
}
#title-container ul li {
  float: left;
  margin-right: 5px;
  font-size: 11px;
}
#title-container ul li:after {
  content: '/';
}
#title-container ul li:last-child:after {
  content: none;
}
#title-container ul li a {
  padding-right: 5px;
  font-size: 11px;
}
#main-content-container {
  background-color: #fff;
}
.slider {
  margin: 0 auto 2em auto;
}
.action,
.post-content blockquote {
  background-color: #f8f7f7;
  padding: 2em;
  margin-bottom: 3em;
  -webkit-box-shadow: 0 8px 6px -7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 6px -7px rgba(0, 0, 0, 0.3);
  border-left: 2px solid #289dcc;
}
.action p,
.post-content blockquote p {
  margin: 1em 0 0;
  font-size: 1em;
}
.action {
  margin-left: 1em;
  margin-right: 1em;
}
.action-icon,
a .action-icon {
  text-align: center;
  display: inline-block;
  background: #f8f7f7;
  border-radius: 100px;
  font-size: 1em;
  width: 21px;
  height: 21px;
  line-height: 21px;
  position: relative;
  color: #fff;
}
a .action-icon:hover {
  cursor: pointer;
}
.action-icon.normal {
  -webkit-box-shadow: 0 0 0 4px #ffffff;
  box-shadow: 0 0 0 4px #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  cursor: default;
  color: #289dcc;
  border: 3px solid #289dcc;
  background: #fff;
  z-index: 1;
}
.action-icon.normal:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #289dcc;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.action-icon.normal:hover {
  color: #fff;
  background: #289dcc;
}
.action-icon.normal:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.action-icon.icon-2x {
  font-size: 2em;
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.action-icon.icon-3x {
  font-size: 3em;
  width: 63px;
  height: 63px;
  line-height: 63px;
}
.action-icon.icon-4x {
  font-size: 4em;
  width: 84px;
  height: 84px;
  line-height: 84px;
}
.action-icon.icon-5x {
  font-size: 5em;
  width: 105px;
  height: 105px;
  line-height: 105px;
}
.action-icon.icon-6x {
  font-size: 6em;
  width: 126px;
  height: 126px;
  line-height: 126px;
}
.action-icon-container {
  text-align: center;
  margin: 5px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.post-preview h1 {
  text-align: left;
}
.main-footer {
  background-color: #242424;
  padding: 1em 0;
}
.main-footer h1,
.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6 {
  text-shadow: none;
}
.copyright {
  background-color: #181819;
}
.copyright .span6 p {
  margin-bottom: 0;
  line-height: 44px;
  font-size: 12px;
  color: #777777;
}
.read-more {
  margin: 15px 15px 0 0;
  width: 85px;
  display: inline-block;
  float: right;
}
.read-more > .icon-double-angle-right {
  transition: all 0.25s ease-in-out;
}
.read-more:hover > .icon-double-angle-right {
  padding-left: 5px;
}
#latest-posts-header {
  margin-top: 3em;
}
#latest-posts-container {
  margin-bottom: 3em;
}
#latest-posts-container #latest-posts-slider {
  position: relative;
}
#latest-posts-container #latest-posts-slider .flex-direction-nav {
  position: absolute;
  top: -20px;
  right: 30px;
}
#latest-posts-container #latest-posts-slider .flex-direction-nav .flex-prev,
#latest-posts-container #latest-posts-slider .flex-direction-nav .flex-next {
  opacity: 0.8;
  left: 0;
  right: 0;
}
#latest-posts-container #latest-posts-slider .flex-direction-nav .flex-prev {
  left: -50px;
}
#latest-posts-container .flex-viewport {
  margin-left: 20px;
}
#latest-posts-container li div {
  margin-right: 20px;
}
#latest-posts-container li img {
  width: 100%;
}
.arrow-container {
  float: right;
  margin-top: 10px;
}
.arrow-container .left-arrow-small,
.arrow-container .right-arrow-small {
  width: 25px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.arrow-container a {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: bolder;
}
.arrow-container a:hover {
  color: #fff;
}
#main-slider,
.camera_slider.camera_wrap {
  margin: 0;
  margin-bottom: 54px;
  border-bottom: 1px solid #e5e5e5;
}
#main-slider .camera_commands,
.camera_slider.camera_wrap .camera_commands {
  position: absolute;
  top: auto;
  bottom: -45px;
  left: 15px;
  background: none;
}
#main-slider .camera_pag .camera_pag_ul,
.camera_slider.camera_wrap .camera_pag .camera_pag_ul {
  text-align: center;
}
#main-slider .camera_pag .camera_pag_ul li,
.camera_slider.camera_wrap .camera_pag .camera_pag_ul li {
  background: none;
  border: 2px solid #434648;
  height: 10px;
  width: 10px;
}
#main-slider .camera_pag .camera_pag_ul li > span,
.camera_slider.camera_wrap .camera_pag .camera_pag_ul li > span {
  height: 10px;
  left: -2px;
  top: -2px;
  width: 10px;
}
#main-slider .camera_pag .camera_pag_ul li:hover > span,
.camera_slider.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background: #434648;
}
.tags.action {
  width: 80%;
  border-left: none;
  margin: 2em auto;
}
.tags.action i.icon-tags {
  font-size: 24px;
  line-height: 24px;
  margin-right: 10px;
}
a.tag {
  cursor: pointer;
  display: inline-block;
  background: #504e4e;
  color: #fff;
  padding: 2px 8px;
  margin: 0 8px 8px 0;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.tag:hover {
  background: #289dcc;
  color: #fff;
}
.main-footer {
  border-bottom: solid 1px #333;
  border-top: 4px solid #4f4f4f;
}
.main-footer p,
.main-footer li {
  color: #918f8f;
  font-size: 12px;
}
.main-footer li {
  margin-bottom: 5px;
}
.main-footer a {
  color: #bebdbd;
}
.main-footer a:hover {
  color: #fff;
}
.main-footer h1 {
  font-size: 18px;
  text-align: left;
  color: #d6d3d3;
  margin: 15px 0;
}
.main-footer .span3 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.main-footer li {
  margin: 0;
  padding: 5px;
  border-top: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 #333;
  -moz-box-shadow: inset 0 1px 0 #333;
  box-shadow: inset 0 1px 0 #333;
}
.main-footer li ul {
  margin: 5px 0 5px 8px;
}
.main-footer li ul li:last-child {
  border-bottom: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 #333;
  box-shadow: inset 0 1px 0 #333;
}
.main-footer li:last-child {
  -webkit-box-shadow: inset 0 1px 0 #333, 0 1px 0 #333;
  box-shadow: inset 0 1px 0 #333, 0 1px 0 #333;
  border-bottom: 1px solid #000;
}
.main-footer a.tag {
  background: #333333;
  color: #777777;
}
.main-footer a.tag:hover {
  background: #289dcc;
  color: #fff;
}
.contact-icon.icon-mobile-phone {
  font-size: 160%;
}
.contact-icon.icon-envelope-alt {
  font-size: 95%;
}
.contact-icon {
  font-size: 16px;
  margin-right: 5px;
}
/* POSTS */
.post,
.post-half,
article.page,
article.post-normal {
  padding: 1em 0;
}
.post h1,
.post-half h1,
article.page h1,
article.post-normal h1 {
  margin: 15px 0 20px;
  text-align: left;
}
.post h1.post-title,
.post-half h1.post-title,
article.page h1.post-title,
article.post-normal h1.post-title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.post .post-meta,
.post-half .post-meta,
article.page .post-meta,
article.post-normal .post-meta {
  color: #9d9a9a;
}
.post .post-meta .seperator,
.post-half .post-meta .seperator,
article.page .post-meta .seperator,
article.post-normal .post-meta .seperator {
  margin: 0 2px;
}
.post .post-image img,
.post-half .post-image img,
article.page .post-image img,
article.post-normal .post-image img {
  width: 100%;
}
.post .post-image-dummy,
.post-half .post-image-dummy,
article.page .post-image-dummy,
article.post-normal .post-image-dummy {
  background: #fff;
  width: 261px;
  height: 191px;
  border: 1px solid #e5e1e1;
}
.blog-normal img {
  border-radius: 5px;
}
.blog-normal a {
  transition: all 0.3s;
}
.blog-normal a:hover {
  opacity: 0.6;
}
.post-half .post-image {
  float: left;
  width: 45%;
  margin-right: 1em;
}
.post-half .post-content {
  margin: 10px 0;
  clear: none;
}
.post-image {
  width: 100%;
  position: relative;
  margin: 5px 0;
  border: none;
}
.post-image .empty-image {
  background: #e5e1e1;
}
.post-image a .more-icon {
  position: absolute;
  -webkit-transform: translateY(-10px);
  top: 42%;
  left: 46%;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
}
.post-image a:hover {
  color: #504e4e;
}
.post-image a:hover .more-icon {
  opacity: 0.9;
  -webkit-transform: translateY(0);
}
.single .post-image {
  margin-bottom: 20px;
}
.post-grid,
.recent-post {
  border: 1px solid #e5e5e5;
  width: 218px;
  background: #fcfcfc;
  padding: 0 0 15px;
  overflow: hidden;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px -2px;
}
.post-grid .post-image,
.recent-post .post-image {
  overflow: hidden;
  margin-top: 0;
  position: relative;
}
.post-grid .post-image a img,
.recent-post .post-image a img {
  -webkit-transition: all 0.5s;
}
.post-grid .post-image a:hover img,
.recent-post .post-image a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
.post-grid .post-image a:hover .icon-search,
.recent-post .post-image a:hover .icon-search {
  opacity: 0.8;
  -webkit-transform: translateY(0);
}
.post-grid .post-image .grid-dummy-image,
.recent-post .post-image .grid-dummy-image {
  -webkit-transition: all 0.5s;
}
.post-grid .post-image .grid-dummy-image .icon-pencil,
.recent-post .post-image .grid-dummy-image .icon-pencil {
  -webkit-transition: all 0.5s;
  position: absolute;
  text-align: center;
  font-size: 24px;
  background: #b2b2b2;
  height: 48px;
  width: 48px;
  display: block;
  line-height: 44px;
  border-radius: 50px;
  top: 56.5px;
  left: 85px;
  color: white;
}
.post-grid .post-image .grid-dummy-image:hover,
.recent-post .post-image .grid-dummy-image:hover {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1);
  opacity: 0.2;
}
.post-grid .post-image .grid-dummy-image:hover .icon-search,
.recent-post .post-image .grid-dummy-image:hover .icon-search {
  opacity: 1;
  -webkit-transform: translateY(0);
}
.post-grid .post-image .icon-search,
.recent-post .post-image .icon-search {
  position: absolute;
  text-align: center;
  font-size: 24px;
  background: #289dcc;
  height: 48px;
  width: 48px;
  line-height: 44px;
  border-radius: 50px;
  top: 56.5px;
  left: 85px;
  color: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.5s;
  -webkit-transform: translateY(-30px);
}
.post-grid .post-meta,
.recent-post .post-meta,
.post-grid .post-content,
.recent-post .post-content,
.post-grid h1,
.recent-post h1 {
  margin: 0 18px ;
}
.post-grid h1,
.recent-post h1 {
  margin-top: 16px;
  margin-bottom: 5px;
  font-size: 20px;
}
.post-grid.post-grid-third {
  width: 31.1%;
  float: left;
  margin: 1.1%;
  border: none;
  padding-bottom: 0;
}
.post-grid.post-grid-third .content-wrapper {
  border: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.post-grid.post-grid-full,
.span12 .post-grid.post-grid-third {
  width: 23%;
  float: left;
  margin: 1%;
  border: none;
  padding-bottom: 0;
}
.post-grid.post-grid-full .content-wrapper,
.span12 .post-grid.post-grid-third .content-wrapper {
  border: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.recent-post {
  position: relative;
  padding-bottom: 0;
}
.recent-post .post-title {
  font-size: 15px;
  width: 100%;
  max-width: 150px;
  padding: 10px;
  position: absolute;
  bottom: 15px;
  left: -170px;
  transition: all .5s;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.recent-post:hover .post-title {
  left: 0;
}
.recent-post:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.recent-post img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.recent-post .post-image {
  margin: 0;
}
.post-two-column .dummy-image {
  width: 570px;
  height: 250px;
  background: #e0e0e0;
  overflow: hidden;
  margin: 10px 0;
}
.post-two-column .icon-minus-sign,
.post-three-column .icon-minus-sign,
.post-four-column .icon-minus-sign,
.post-half .icon-minus-sign {
  -webkit-transition: all 0.3s;
}
.post-two-column .post-image .icon-search,
.post-three-column .post-image .icon-search,
.post-four-column .post-image .icon-search,
.post-half .post-image .icon-search {
  position: absolute;
  text-align: center;
  font-size: 24px;
  background: #289dcc;
  height: 48px;
  width: 48px;
  line-height: 44px;
  border-radius: 50px;
  top: 42%;
  left: 45%;
  color: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.5s;
  -webkit-transform: translateY(-30px);
}
.post-two-column .post-image a:hover img,
.post-three-column .post-image a:hover img,
.post-four-column .post-image a:hover img,
.post-half .post-image a:hover img {
  opacity: 0.4;
}
.post-two-column .post-image a:hover .icon-search,
.post-three-column .post-image a:hover .icon-search,
.post-four-column .post-image a:hover .icon-search,
.post-half .post-image a:hover .icon-search {
  opacity: 0.8;
  -webkit-transform: translateY(0);
}
.post-two-column .post-image a:hover .icon-minus-sign,
.post-three-column .post-image a:hover .icon-minus-sign,
.post-four-column .post-image a:hover .icon-minus-sign,
.post-half .post-image a:hover .icon-minus-sign {
  opacity: 0;
}
.post-image {
  position: relative;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.post-image .icon-minus-sign {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 48px;
}
.post-two-column .post-image .icon-minus-sign {
  top: 39%;
  left: 47%;
}
.post-three-column .post-image .icon-minus-sign {
  top: 35%;
  left: 45%;
  font-size: 36px;
}
.post-three-column .post-image .icon-search {
  top: 38%;
}
.post-four-column .post-image .icon-minus-sign {
  top: 32%;
  left: 43%;
  font-size: 30px;
}
.post-four-column .post-image .icon-search {
  top: 31%;
}
.post-normal .post-image,
.post-half .post-image {
  margin-bottom: 12px;
}
.post-normal h1,
.post-half h1 {
  margin: 5px 0;
}
#article-container {
  position: relative;
  margin-top: 1.5em;
}
.post-content {
  margin: 8px 0 0 0;
}
.post-content blockquote {
  margin: 2em;
}
.post-content blockquote p {
  margin: 0;
}
.post-content blockquote p cite {
  display: block;
  font-style: italic;
}
.post-content strong {
  color: #289dcc;
}
.post-date {
  color: #9d9a9a;
  font-size: 11px;
  line-height: 11px;
}
.post-date i {
  margin-right: 5px;
}
.pagination a {
  color: #289dcc;
}
.pagination.post-pagination {
  text-align: left;
  padding: 2em 0 0;
  margin-bottom: 0;
  border-top: 1px solid #e5e5e5;
}
.pagination.post-pagination h4 {
  margin-top: 5px;
}
.pagination.post-pagination a {
  border: none;
  font-size: 18px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  color: #333333;
}
.pagination.post-pagination a:hover {
  border: none;
  color: #289dcc;
}
.pagination.post-pagination a:hover .previous i {
  left: 0;
}
.pagination.post-pagination a:hover .next i {
  right: 0;
}
.pagination.post-pagination a .text {
  text-transform: uppercase;
  font-size: 13px;
}
.pagination.post-pagination a h4 {
  font-size: 18px;
}
.pagination.post-pagination .next {
  text-align: right;
}
.pagination.post-pagination .previous,
.pagination.post-pagination .next {
  position: relative;
}
.pagination.post-pagination .previous i,
.pagination.post-pagination .next i {
  position: absolute;
  font-size: 24px;
  top: 10px;
  left: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination.post-pagination .previous .text,
.pagination.post-pagination .next .text,
.pagination.post-pagination .previous h4,
.pagination.post-pagination .next h4 {
  margin-left: 40px;
}
.pagination.post-pagination .next i {
  top: 10px;
  left: auto;
  right: 8px;
}
.pagination.post-pagination .next .text,
.pagination.post-pagination .next h4 {
  margin-left: 0;
  margin-right: 40px;
}
.post-share {
  width: 80%;
  margin: 2em auto;
  clear: both;
}
.post-share span {
  float: left;
  line-height: 24px;
  height: 24px;
}
.post-share ul .social-icon {
  margin-top: 0;
  border-radius: 2px;
}
.post-share.social-icon-container ul {
  float: left;
  margin: 0 0 0 2em ;
}
.action.noborder {
  border: none;
}
#comments {
  margin-top: 2.5em;
}
#comments #reply-title {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding: 0.8em 0;
  font-size: 1.5em;
  margin-bottom: 0;
}
#comments .post-comments-heading h2 {
  border-top: 1px solid #e5e5e5;
  margin-top: 0;
  padding-top: 0.8em;
}
#comments .comment {
  padding: 1.5em 0;
}
#comments .comment p {
  margin-bottom: 1em;
}
#comments .comment p:last-child {
  margin-bottom: 0;
}
#comments .comment .avatar {
  float: left;
  width: 80px;
}
#comments .comment .avatar img {
  border-radius: 70px;
  width: 70px;
}
#comments .comment .comment-date {
  margin-left: 5px;
  font-size: 12px;
  background-position: left 4px;
}
#comments .comment .comment-reply {
  margin-left: 1em;
}
#comments .comment .comment-reply i {
  font-size: 11px;
}
#comments li:last-child {
  border-bottom: none;
}
#comments li {
  border-bottom: 1px dashed #e5e1e1;
}
#comments li li {
  border-top: 1px dashed #e5e1e1;
}
#comments .children {
  padding-left: 5em;
  margin: 0;
}
#comments .post-comments-form input,
#comments #post-comments-form input,
#comments .post-comments-form textarea,
#comments #post-comments-form textarea {
  display: block;
  margin: 16px 0;
  transition: all 0.25s ease-in-out;
}
#comments .post-comments-form input[type=text],
#comments #post-comments-form input[type=text],
#comments .post-comments-form textarea,
#comments #post-comments-form textarea {
  height: 2.5em;
  border: 1px solid #e5e1e1;
  padding: 5px;
  width: 100%;
  color: #9e8f8f;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  background-color: #fdfcfc;
}
#comments .post-comments-form input[type=text]:focus,
#comments #post-comments-form input[type=text]:focus,
#comments .post-comments-form textarea:focus,
#comments #post-comments-form textarea:focus {
  border-color: #76c5e4;
  background-color: #fff;
}
#comments .post-comments-form textarea,
#comments #post-comments-form textarea {
  height: 10em;
  margin-top: 0;
}
#about-author {
  padding: 1em 0;
  margin: 2em 0;
  border-top: 1px solid #e5e1e1;
}
#about-author h2 {
  color: #000;
  font-size: 18px;
  padding: 0 0 1em 0;
}
#about-author .avatar {
  float: left;
}
#about-author .avatar img {
  border-radius: 70px;
}
#about-author .author-content {
  margin-left: 85px;
}
/* SIDEBAR */
.main-sidebar .sidebar-widget {
  margin: 2em 0;
  padding: 0 8px;
}
.main-sidebar .sidebar-widget h1 {
  text-align: left;
  margin-top: 0;
}
.main-sidebar .search input {
  padding: 5px;
  width: 94%;
  color: #9e8f8f;
  border: 1px solid #e5e1e1;
  -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  background-color: #fdfcfc;
}
.main-sidebar .search input:focus {
  border-color: #76c5e4;
  background-color: #fff;
}
.main-sidebar .search .text {
  position: relative;
}
.main-sidebar .search .icon-search {
  position: absolute;
  width: 30px;
  height: 30px;
  background: none;
  color: #888888;
  border: none;
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
  right: 2px;
  top: 8px;
}
.main-sidebar .search .icon-search:hover {
  color: #555555;
}
.main-sidebar .search .icon-search:before {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.main-sidebar .widget_categories li,
.main-sidebar .widget_archive li,
.main-sidebar .widget_pages li,
.main-sidebar .widget_nav_menu li,
.main-sidebar .widget_meta li,
.main-sidebar .widget_recent_comments li,
.main-sidebar .widget_rss li,
.main-sidebar .widget_recent_entries li {
  border-bottom: 1px solid #e5e1e1;
  padding: 6px 12px;
  margin-left: 8px;
}
.main-sidebar .widget_categories li:last-child,
.main-sidebar .widget_archive li:last-child,
.main-sidebar .widget_pages li:last-child,
.main-sidebar .widget_nav_menu li:last-child,
.main-sidebar .widget_meta li:last-child,
.main-sidebar .widget_recent_comments li:last-child,
.main-sidebar .widget_rss li:last-child,
.main-sidebar .widget_recent_entries li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main-sidebar .widget_categories li ul.children,
.main-sidebar .widget_archive li ul.children,
.main-sidebar .widget_pages li ul.children,
.main-sidebar .widget_nav_menu li ul.children,
.main-sidebar .widget_meta li ul.children,
.main-sidebar .widget_recent_comments li ul.children,
.main-sidebar .widget_rss li ul.children,
.main-sidebar .widget_recent_entries li ul.children {
  border-top: 1px solid #e5e1e1;
  margin-top: 6px;
}
.main-sidebar .widget_nav_menu #menu-item-search {
  display: none;
}
.main-sidebar .sidebar-posts {
  margin: 8px 0;
}
.main-sidebar .sidebar-posts .sidebar-post-image {
  position: relative;
}
.main-sidebar .sidebar-posts .sidebar-post-image .icon-minus-sign {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
}
.main-sidebar .sidebar-posts .sidebar-post-image img {
  width: 50px;
  height: 50px;
}
.main-sidebar .sidebar-posts .post-title {
  padding-left: 60px;
}
.main-sidebar .sidebar-posts .post-date {
  padding-left: 60px;
}
.widget_calendar table {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #686868;
}
.widget_calendar table th,
.widget_calendar table td,
.widget_calendar table caption {
  text-align: left;
}
.widget_calendar table #next {
  padding-right: 24px;
  padding-right: 1.714285714rem;
  text-align: right;
}
.infinite-recent-posts .sidebar-posts {
  margin: 8px 0;
}
.infinite-recent-posts .sidebar-posts .sidebar-post-image {
  position: relative;
}
.infinite-recent-posts .sidebar-posts .sidebar-post-image .icon-minus-sign {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
}
.infinite-recent-posts .sidebar-posts .sidebar-post-image img {
  width: 50px;
  height: 50px;
}
.infinite-recent-posts .sidebar-posts .post-title {
  padding-left: 60px;
}
.infinite-recent-posts .sidebar-posts .post-date {
  padding-left: 60px;
}
article.error404 .search .text {
  position: relative;
}
article.error404 .search input {
  border: 1px solid #e5e1e1;
  padding: 5px 10px;
  font-size: 1.2em;
  height: 30px;
  width: 100%;
  color: #9e8f8f;
  width: 97%;
  -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  background-color: #fdfcfc;
}
article.error404 .search input:focus {
  border-color: #76c5e4;
  background-color: #fff;
}
article.error404 .search .icon-search {
  position: absolute;
  width: 30px;
  height: 30px;
  background: none;
  color: #888888;
  border: none;
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
  right: 15px;
  top: 4px;
  font-size: 30px;
}
article.error404 .search .icon-search:hover {
  color: #555555;
}
/* General button style (reset) */
.button,
#submit {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 15px 30px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #cb4e4e;
  color: #fff;
  -webkit-box-shadow: 0 6px 0 0 #b23434;
  box-shadow: 0 6px 0 0 #b23434;
  border-radius: 5px;
}
.button {
  margin: 10px 5px;
}
.button.small {
  padding: 10px 20px;
}
.button.big {
  padding: 25px 50px;
}
.button:after,
#submit:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover,
#submit:hover {
  -webkit-box-shadow: 0 4px #b23434;
  box-shadow: 0 4px #b23434;
  top: 2px;
  background: #c63e3e;
  color: #fff;
}
.button-:active,
#submit:active {
  -webkit-box-shadow: 0 0 #b23434;
  box-shadow: 0 0 #b23434;
  top: 6px;
}
.button.alt {
  background: #e5e5e5;
  -webkit-box-shadow: 0 6px #cccccc;
  box-shadow: 0 6px #cccccc;
  color: #7f7f7f;
}
.button.alt:hover {
  background: #dbdbdb;
  -webkit-box-shadow: 0 4px #cccccc;
  box-shadow: 0 4px #cccccc;
  color: #7f7f7f;
}
.button.alt:active {
  -webkit-box-shadow: 0 0 #cccccc;
  box-shadow: 0 0 #cccccc;
  top: 6px;
  color: #7f7f7f;
}
.button.blue {
  background: #0e83cd;
  -webkit-box-shadow: 0 6px #0b649d;
  box-shadow: 0 6px #0b649d;
}
.button.blue:hover {
  background: #0d77ba;
  -webkit-box-shadow: 0 4px #0b649d;
  box-shadow: 0 4px #0b649d;
}
.button.blue:active {
  -webkit-box-shadow: 0 0 #0b649d;
  box-shadow: 0 0 #0b649d;
  top: 6px;
}
.button.light-blue {
  background: #00B4FF;
  -webkit-box-shadow: 0 6px #0090cc;
  box-shadow: 0 6px #0090cc;
}
.button.light-blue:hover {
  background: #00a6eb;
  -webkit-box-shadow: 0 4px #0090cc;
  box-shadow: 0 4px #0090cc;
}
.button.light-blue:active {
  -webkit-box-shadow: 0 0 #0090cc;
  box-shadow: 0 0 #0090cc;
  top: 6px;
}
.button.red {
  background: #cb4e4e;
  -webkit-box-shadow: 0 6px #b23434;
  box-shadow: 0 6px #b23434;
}
.button.red:hover {
  background: #c63e3e;
  -webkit-box-shadow: 0 4px #b23434;
  box-shadow: 0 4px #b23434;
}
.button.red:active {
  -webkit-box-shadow: 0 0 #b23434;
  box-shadow: 0 0 #b23434;
  top: 6px;
}
.button.yellow {
  background: #fcd04b;
  -webkit-box-shadow: 0 6px #fbc319;
  box-shadow: 0 6px #fbc319;
}
.button.yellow:hover {
  background: #fccb37;
  -webkit-box-shadow: 0 4px #fbc319;
  box-shadow: 0 4px #fbc319;
}
.button.yellow:active {
  -webkit-box-shadow: 0 0 #fbc319;
  box-shadow: 0 0 #fbc319;
  top: 6px;
}
.button.green {
  background: #2ecc71;
  -webkit-box-shadow: 0 6px #25a25a;
  box-shadow: 0 6px #25a25a;
}
.button.green:hover {
  background: #2abb68;
  -webkit-box-shadow: 0 4px #25a25a;
  box-shadow: 0 4px #25a25a;
}
.button.green:active {
  -webkit-box-shadow: 0 0 #25a25a;
  box-shadow: 0 0 #25a25a;
  top: 6px;
}
.button.light-green {
  background: #7AEE79;
  -webkit-box-shadow: 0 6px #4de84c;
  box-shadow: 0 6px #4de84c;
}
.button.light-green:hover {
  background: #68ec67;
  -webkit-box-shadow: 0 4px #4de84c;
  box-shadow: 0 4px #4de84c;
}
.button.light-green:active {
  -webkit-box-shadow: 0 0 #4de84c;
  box-shadow: 0 0 #4de84c;
  top: 6px;
}
.button.strawberry {
  background: #F23A65;
  -webkit-box-shadow: 0 6px #ea0f42;
  box-shadow: 0 6px #ea0f42;
}
.button.strawberry:hover {
  background: #f12756;
  -webkit-box-shadow: 0 4px #ea0f42;
  box-shadow: 0 4px #ea0f42;
}
.button.strawberry:active {
  -webkit-box-shadow: 0 0 #ea0f42;
  box-shadow: 0 0 #ea0f42;
  top: 6px;
}
.button.purple {
  background: #9e54bd;
  -webkit-box-shadow: 0 6px #833ea0;
  box-shadow: 0 6px #833ea0;
}
.button.purple:hover {
  background: #9546b6;
  -webkit-box-shadow: 0 4px #833ea0;
  box-shadow: 0 4px #833ea0;
}
.button.purple:active {
  -webkit-box-shadow: 0 0 #833ea0;
  box-shadow: 0 0 #833ea0;
  top: 6px;
}
.button.orange {
  background: #F27435;
  -webkit-box-shadow: 0 6px #e5560f;
  box-shadow: 0 6px #e5560f;
}
.button.orange:hover {
  background: #f16722;
  -webkit-box-shadow: 0 4px #e5560f;
  box-shadow: 0 4px #e5560f;
}
.button.orange:active {
  -webkit-box-shadow: 0 0 #e5560f;
  box-shadow: 0 0 #e5560f;
  top: 6px;
}
/* IMAGE CONTAINERS */
.img-container1 img {
  border: 5px solid #e5e1e1;
}
.img-container2 img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 12px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 12px;
}
.img-container3 img {
  border: 5px solid #e5e1e1;
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.5);
}
/* SOCIAL ICONS */.social-icon-container ul {
  float: right;
  margin: 0;
}
.social-icon-container .social-icon {
  border-radius: 2px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  color: #999;
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px 0 0;
  transition: all 0.3s ease;
}
.social-icon-container .social-icon:hover {
  color: #fff;
  background: #289dcc;
}
.alignleft {
  float: left;
  display: block;
  margin-right: 1em;
}
.alignright {
  float: right;
  display: block;
  margin-left: 1em;
}
.wp-caption-text {
  text-align: center;
}
#related-posts .slides li {
  margin-right: 1em;
  position: relative;
  overflow: hidden;
}
#related-posts .slides li a {
  height: 171px;
  width: 100%;
  display: block;
  background-color: #efefef;
}
#related-posts .slides li a:hover {
  color: #fff;
}
#related-posts .slides li a:hover .related-post-title {
  left: 0;
}
#related-posts .slides li a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
#related-posts .slides li .icon-pencil {
  text-align: center;
  position: absolute;
  top: 65px;
  left: 85px;
  font-size: 28px;
  background: #b2b2b2;
  height: 40px;
  width: 40px;
  display: block;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
}
#related-posts .slides li img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
#related-posts .slides li .related-post-title {
  max-width: 120px;
  padding: 10px;
  position: absolute;
  bottom: 10px;
  left: -140px;
  transition: all 0.5s;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
#related-posts .flex-direction-nav a {
  top: 68%;
}
#related-posts .section-head {
  padding-bottom: 0;
}
h2.section-head {
  border-top: 1px solid #e5e1e1;
  color: #000;
  font-size: 20px;
  padding: 1em 0;
}
.onehalf,
.onethird,
.twothird,
.onefourth,
.twofourth,
.threefourth {
  float: left;
  padding: 0 20px 0 0;
}
.onehalf {
  width: 50%;
}
.onethird {
  width: 33.3%;
}
.twothird {
  width: 66.6%;
}
.onefourth {
  width: 25%;
}
.twofourth {
  width: 50%;
}
.threefourth {
  width: 68%;
}
.portfolio-info {
  padding-bottom: 12px;
}
.portfolio-info h4,
.portfolio h4 {
  margin: 1.2em 0 0.5em 0;
  font-size: 16px;
}
.portfolio-info h4 {
  margin-top: 0.5em;
}
.portfolio-terms {
  margin-left: 0.3em;
}
.portfolio-grid-alt {
  margin: 1.5em 0;
  padding: 0;
  width: 100%;
}
.portfolio-grid-alt-item {
  position: relative;
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.portfolio-grid-alt-item:hover .portfolio-grid-alt-content {
  left: 0;
}
.portfolio-grid-alt-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.portfolio-grid-alt-item img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.portfolio-grid-alt-content {
  max-width: 150px;
  padding: 10px;
  position: absolute;
  bottom: 10px;
  left: -170px;
  transition: all 0.5s;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
}
.portfolio-grid-alt-content h5 {
  margin: 0;
  text-shadow: 0px 0px 8px #000;
}
.portfolio-grid-alt-bg {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.four-column .portfolio-grid-alt-item {
  width: 24.95%;
}
.three-column .portfolio-grid-alt-item {
  width: 33.3%;
}
.two-column .portfolio-grid-alt-item {
  width: 50%;
}
/*BACK TO TOP*/
#back-to-top {
  display: none;
  width: 32px;
  height: 32px;
  position: fixed;
  background-color: rgba(36, 36, 36, 0.5);
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
}
#back-to-top:hover {
  background-color: rgba(36, 36, 36, 0.8);
}
#back-to-top #back-to-top-icon {
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  color: #e5e1e1;
}
#back-to-top #back-to-top-icon:hover {
  color: #fff;
}
.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;
}
#portfolio_filter {
  margin-top: 2em;
}
#portfolio_filter li {
  float: left;
  margin-right: 1em;
}
#portfolio_filter li a {
  padding: 0.5em 1em;
  border-radius: 3px;
  border-right: none;
  display: inline-block;
}
#portfolio_filter li a:hover {
  color: #fff;
  background: #289dcc;
}
#portfolio_filter li a.active {
  background: #289dcc;
  color: #fff;
}
.recent-portfolio {
  position: relative;
  color: #333333;
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.recent-portfolio .icon-minus-sign {
  position: absolute;
  top: 45%;
  left: 45%;
}
.recent-portfolio img {
  width: 90px;
  height: 90px;
  transition: all 0.5s;
}
.recent-portfolio:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
.post-content table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}
.post-content tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.post-content tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.post-content td,
.post-content th {
  display: table-cell;
  vertical-align: inherit;
}
.post-content th {
  font-weight: bold;
}
.post-content ul {
  list-style-position: inside;
  margin-bottom: 10px;
}
.post-content ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.post-content ol {
  list-style-position: inside;
  margin-bottom: 0;
}
.post-content ol li {
  list-style-type: decimal;
}
.post-content ul ul,
.post-content ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 1.5em;
}
.post-content ol ol,
.post-content ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 1.5em;
}
.post-content ul ul li,
.post-content ol ul li {
  list-style-type: circle;
}
.post-content ol ol ul li,
.post-content ol ul ul li,
.post-content ul ol ul li,
.post-content ul ul ul li {
  list-style-type: square;
}
#comments.contactus {
  margin-top: 0;
}
#comments.contactus h1 {
  margin-bottom: 1em;
}
#comments.contactus h3 {
  margin-top: 1.5em;
}
.message {
  background-color: #ffffe0;
  border: 1px solid #e6db55;
  margin: 5px 0 15px;
  padding: .6em;
  width: 60%;
  border-radius: 2px;
}
.one-col {
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
}
.two-col {
  float: left;
  margin-left: 1.8%;
  margin-right: 1.8%;
  width: 46%;
}
.three-col {
  float: left;
  margin-left: 2%;
  margin-right: 1%;
  width: 30%;
}
.four-col {
  float: left;
  margin-left: 1.7%;
  margin-right: 1%;
  width: 22%;
}
.five-col {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 17.5%;
}
.six-col {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 14%;
}
.pricing-table {
  margin: 4em 0 3em;
  text-align: center;
}
.pricing-table .price-item {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.pricing-table .price-item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.6);
  -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;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  cursor: pointer;
}
.pricing-table .price-item:hover h2 {
  text-shadow: #e5e1e0 0px -1px 0px;
}
.pricing-table .price-item.featured {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.6);
  -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;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.pricing-table .price-item.featured h2 {
  text-shadow: #e5e1e0 0px -1px 0px;
}
.pricing-table ul li {
  list-style-type: none;
  margin: 18px 10px;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.pricing-table .header h2 {
  margin: 0;
  padding: 0.8em 0;
  background: #289dcc;
  color: #fff;
}
.pricing-table .price h2 {
  font-size: 2.5em;
  margin: 18px 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
}
.data-table table {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  margin: 3em 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-spacing: 0;
  text-align: center;
}
.data-table table tr th {
  padding: 10px 0;
  background: #289dcc;
  color: #fff;
}
.data-table table tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
  border-collapse: collapse;
}
.data-table table tr:last-child td {
  border-bottom: none;
}
.dropcap {
  color: #289dcc;
  font-size: 48px;
  float: left;
  padding: 3px;
  padding-left: 0;
  margin-top: 4px;
}
/* PAGE SECTIONS */
.bg-section {
  margin-left: -250px;
  margin-bottom: 0;
  padding: 2em 270px;
  overflow: hidden;
  background-color: #1e1f21;
  box-shadow: inset 0 0 22px -10px rgba(0, 0, 0, 0.2);
  background-size: cover;
}
.bg-section h1,
.bg-section h2,
.bg-section h3,
.bg-section h4,
.bg-section h5,
.bg-section h6 {
  text-shadow: none;
}
#boxed-layout .bg-section {
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}
/* TABS & TOGGLES*/
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: none;
}
.tab-container {
  border: 1px solid #e5e5e5;
  margin-bottom: 3em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.normal .nav-tabs {
  position: relative;
  border-bottom: none;
  text-shadow: 0 1px 0 #fff;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
}
.normal .nav-tabs :after {
  width: 100%;
  height: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #289dcc;
}
.normal .nav-tabs > li {
  list-style-type: none;
  border-left: 1px solid #e8e8e8;
  -webkit-box-shadow: -1px 0 0 0 #ffffff;
  box-shadow: -1px 0 0 0 #ffffff;
}
.normal .nav-tabs > li a {
  border: none;
  border-radius: 0;
  color: #908d8d;
}
.normal .nav-tabs > li a:hover {
  background: transparent;
  color: #656262;
}
.normal .nav-tabs > li.active {
  border: none;
  box-shadow: none;
  background: #289dcc;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.normal .nav-tabs > li.active > a {
  border: none;
  background: none;
  color: #fff;
}
.tabs-left.normal .nav-tabs :after {
  width: 2px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  content: '';
  position: absolute;
  right: -3px;
  left: auto;
  top: 0;
  background: #289dcc;
}
.tabs-left.normal .nav-tabs > li {
  list-style-type: none;
  border-left: none;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
.tabs-left.normal .nav-tabs > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tabs-left.normal .nav-tabs > li a {
  margin-bottom: 0;
}
.tabs-left.normal .nav-tabs > li.active:last-child {
  border-bottom: #289dcc;
}
.tab-content {
  margin: 1em;
}
.alt .nav-tabs,
.tabs-left.alt .nav-tabs {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
  border-top: 1px solid #fff;
}
.alt .nav-tabs li,
.tabs-left.alt .nav-tabs li {
  border-left: 1px solid #e8e8e8;
  -webkit-box-shadow: -1px 0 0 0 #ffffff;
  box-shadow: -1px 0 0 0 #ffffff;
  list-style-type: none;
}
.alt .nav-tabs li:first-child,
.tabs-left.alt .nav-tabs li:first-child {
  border-left: none;
  box-shadow: none;
}
.alt .nav-tabs li a,
.tabs-left.alt .nav-tabs li a {
  padding: 12px 15px;
  border: none;
  border-radius: 0;
  margin-right: 0;
  color: #908d8d;
}
.alt .nav-tabs li a:hover,
.tabs-left.alt .nav-tabs li a:hover {
  background: transparent;
  color: #656262;
}
.alt .nav-tabs li.active a,
.tabs-left.alt .nav-tabs li.active a {
  color: #656262;
  background: #fff;
  border-bottom: none;
  margin-right: 0;
}
.tabs-left.alt .nav-tabs li {
  margin-right: -1px;
  margin-bottom: 0;
  border-left: none;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
.tabs-left.alt .nav-tabs li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tabs-left.alt .nav-tabs li a {
  margin-bottom: 0;
}
.normal .nav-tabs.nav-tabs-mob > li {
  list-style-type: none;
  border-left: none;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
.normal .nav-tabs.nav-tabs-mob > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.normal .nav-tabs.nav-tabs-mob > li a {
  margin-bottom: 0;
}
.normal .nav-tabs.nav-tabs-mob > li.active:last-child {
  border-bottom: #289dcc;
}
.alt .nav-tabs.nav-tabs-mob li {
  margin-right: -1px;
  margin-bottom: 0;
  border-left: none;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
.alt .nav-tabs.nav-tabs-mob li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alt .nav-tabs.nav-tabs-mob li a {
  margin-bottom: 0;
}
.alt .nav-tabs.nav-tabs-mob li.active a {
  border-bottom: 1px solid #f4f4f4;
}
.tab-pane-mob {
  padding: 16px 20px;
  background: #fff;
}
.tabs-left .nav-tabs.nav-tabs-mob,
.tab-container .nav-tabs.nav-tabs-mob {
  float: none;
  margin-right: 0;
}
.tabs-left .nav-tabs.nav-tabs-mob :after,
.tab-container .nav-tabs.nav-tabs-mob :after {
  border-right: none;
  border-bottom: none;
  background: none;
  height: 0;
}
.tabs-left .nav-tabs.nav-tabs-mob li,
.tab-container .nav-tabs.nav-tabs-mob li {
  float: none;
}
.tabs-left.alt .nav-tabs.nav-tabs-mob li.active a {
  color: #3b3a3a;
}
.accordion {
  margin-bottom: 3em;
}
.accordion .accordion-group {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  border-radius: 0;
}
.accordion .accordion-group .accordion-heading {
  font-size: 15px;
  position: relative;
}
.accordion .accordion-group .accordion-heading a.expanded .icon-chevron-down,
.accordion .accordion-group .accordion-heading a.expanded .icon-minus {
  visibility: visible;
}
.accordion .accordion-group .accordion-heading a.expanded .icon-chevron-right,
.accordion .accordion-group .accordion-heading a.expanded .icon-plus {
  visibility: hidden;
}
.accordion .accordion-group .accordion-heading a.expanded:hover .icon-chevron-right,
.accordion .accordion-group .accordion-heading a.expanded:hover .icon-plus {
  visibility: hidden;
}
.accordion .accordion-group .accordion-heading a .icon-chevron-right,
.accordion .accordion-group .accordion-heading a .icon-plus {
  visibility: visible;
}
.accordion .accordion-group .accordion-heading .icon-chevron-right,
.accordion .accordion-group .accordion-heading .icon-chevron-down,
.accordion .accordion-group .accordion-heading .icon-minus,
.accordion .accordion-group .accordion-heading .icon-plus {
  position: absolute;
  right: 12px;
  font-size: 12px;
  top: 11px;
  visibility: hidden;
  width: 14px;
  height: 14px;
  line-height: 15px;
  text-align: center;
  border-radius: 2px;
}
.accordion .accordion-group.alt .accordion-heading {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.accordion .accordion-group.alt .accordion-heading a {
  border: none;
  border-radius: 0;
  color: #908d8d;
}
.accordion .accordion-group.alt .accordion-heading a:hover {
  background: transparent;
  color: #656262;
}
#portfolio_accordion {
  margin-top: 2em;
  margin-bottom: 2em;
}
/*PROGRESS BARS*/
.progress {
  position: relative;
  height: 30px;
}
.progress .progressbar-title {
  position: absolute;
  left: 10px;
  top: 4px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 12px;
}
.progress .bar {
  border-radius: 4px;
}
/*TESTIMONIALS*/
.testimonial {
  margin-bottom: 10px;
}
.testimonial .popover {
  position: relative;
  display: block;
  max-width: 100%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 0;
}
.testimonial .popover .arrow {
  left: 64px;
}
.testimonial .popover .popover-content {
  border: 1px solid #fff;
  padding: 10px 15px;
  line-height: 16px;
}
.testimonial .popover .popover-content p {
  margin-bottom: 0;
  font-style: italic;
}
.testimonial .popover.top {
  margin-top: 5px;
}
.testimonial .avatar {
  margin-top: 15px;
  margin-left: 5px;
  width: 50px;
  height: 50px;
  float: left;
}
.testimonial .avatar img {
  border-radius: 50px;
  margin-top: 0;
}
.testimonial .user-info {
  margin-top: 15px;
  margin-left: 20px;
  float: left;
}
.testimonial .user-info h5 {
  margin-bottom: 2px;
  margin-top: 5px;
}
/*CAROUSEL*/
.carousel.carousel-fade .item {
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.carousel.carousel-fade .active.item {
  opacity: 1;
  height: auto;
}
/*ALERT*/
.post-content .alert strong {
  color: #c09853;
}
.post-content .alert-success strong {
  color: #468847;
}
.post-content .alert-info strong {
  color: #3a87ad;
}
.post-content .alert-error strong {
  color: #b94a48;
}
.post-content .alert {
  margin-bottom: 20px;
  padding-bottom: 14px;
  padding-top: 14px;
  padding-right: 25px;
}
.post-content .alert p {
  margin-bottom: 0;
}
.post-content .alert .close {
  padding-right: 5px;
}
/* TWITTER WIDGET */
.infinite-twitter li {
  position: relative;
  padding: 8px 5px 8px 50px;
  min-height: 60px;
}
.infinite-twitter li .twitter-avatar {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 0;
  top: 8px;
}
.infinite-twitter li .twitter-avatar img {
  border-radius: 4px;
}
.infinite-twitter li .tweet-content {
  overflow: hidden;
}
.infinite-twitter li .twitter-username {
  font-weight: bold;
  margin-right: 3px;
}
.infinite-twitter li .twitter-screenname,
.infinite-twitter li .tweet-time {
  color: #848080;
  font-size: 12px;
}
.infinite-twitter li .twitter-screenname:hover,
.infinite-twitter li .tweet-time:hover {
  color: #848080;
}
.infinite-twitter li .profile-link:hover .twitter-screenname {
  color: #848080;
}
.infinite-twitter li .tweet-actions {
  position: absolute;
  right: 12px;
}
.infinite-twitter li .tweet-actions .twitter-reply,
.infinite-twitter li .tweet-actions .twitter-retweet,
.infinite-twitter li .tweet-actions .twitter-favorite {
  color: #848080;
  margin-right: 3px;
}
.infinite-twitter li .tweet-actions .twitter-reply:hover,
.infinite-twitter li .tweet-actions .twitter-retweet:hover,
.infinite-twitter li .tweet-actions .twitter-favorite:hover {
  color: #289dcc;
}
/*FLICR WIDGET*/
.widget_infinite-flickr-widget .infinite-flickr-item {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0 3px 3px;
  width: 70px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
}
.main-footer .widget_infinite-flickr-widget .infinite-flickr-item {
  border: none;
  box-shadow: none;
}
.main-footer .widget_infinite-flickr-widget li.infinite-flickr-item:last-child {
  border: none;
  box-shadow: none;
}
/*GALLERY*/
.gallery-container .gallery-item {
  display: inline-block;
  margin: 5px 5px 5px 0;
  border: 1px solid #e5e5e5;
}
.tp-grid {
  list-style-type: none;
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.tp-grid li {
  position: absolute;
  cursor: pointer;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  display: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-js .tp-grid li {
  position: relative;
  display: inline-block;
}
.tp-grid li a {
  display: block;
  outline: none;
}
.tp-grid li img {
  display: block;
  border: none;
}
.tp-info,
.tp-title {
  position: absolute;
  background: #fff;
  line-height: 20px;
  color: #333;
  top: 40%;
  width: 75%;
  padding: 10px;
  font-weight: 700;
  text-align: right;
  left: -100%;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 5px 0 5px -3px rgba(0, 0, 0, 0.4), inset 0 0 5px rgba(0, 0, 0, 0.04);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 5px 0 5px -3px rgba(0, 0, 0, 0.4), inset 0 0 5px rgba(0, 0, 0, 0.04);
}
.touch .tp-info {
  left: 0px;
}
.no-touch .tp-info {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.no-touch .tp-grid li:hover .tp-info {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  transition-delay: 150ms;
}
.no-touch .tp-open li:hover .tp-info {
  left: 0px;
}
.tp-title {
  padding: 10px 35px 10px 10px;
  left: 0px;
}
.tp-title span:nth-child(2) {
  color: #289dcc;
  padding: 0 5px;
  background: #F7F7F7;
  right: 0px;
  height: 100%;
  line-height: 40px;
  top: 0px;
  position: absolute;
  display: block;
}
.topbar {
  position: relative;
  padding: 15px 0;
  margin: 0 0 10px;
}
.back {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #fff;
  background: #bfbfbf;
  cursor: pointer;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s background ease;
  -moz-transition: 0.3s background ease;
  -o-transition: 0.3s background ease;
  -ms-transition: 0.3s background ease;
  transition: 0.3s background ease;
}
.no-touch .back:hover {
  background: #289dcc;
}
.topbar h2,
.topbar h3 {
  display: inline-block;
  width: 49%;
  min-width: 320px;
}
.topbar h2 {
  padding-right: 20px;
}
.topbar h3 {
  padding-left: 20px;
  color: #aaa;
}
/* Loader */
.loader {
  left: 50%;
  position: absolute;
  margin-left: -120px;
}
.loader i {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-animation: loading 1s linear infinite forwards;
  -moz-animation: loading 1s linear infinite forwards;
  -o-animation: loading 1s linear infinite forwards;
  -ms-animation: loading 1s linear infinite forwards;
  animation: loading 1s linear infinite forwards;
}
.cssanimations .loader span {
  display: none;
}
.no-cssanimations .loader i {
  display: none;
}
.loader i:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loader i:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader i:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader i:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loader i:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes loading {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@-moz-keyframes loading {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@-o-keyframes loading {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@-ms-keyframes loading {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@keyframes loading {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(0.25) rotate(75deg);
    background-color: rgba(155, 155, 155, 0.9);
  }
}
@media screen and (max-width: 680px) {
  .topbar h2,
  .topbar h3 {
    text-align: left;
    padding: 0;
    display: block;
  }
  .back {
    left: auto;
    right: 0px;
    margin-left: 0px;
  }
}
.cbp_tmtimeline {
  margin: 30px 30px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.cbp_tmtimeline li {
  position: relative;
}
/* The line */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #efefef;
  left: 10%;
  margin-left: -10px;
  border-radius: 5px;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime,
.cbp_tmtimeline > li .cbp_author,
.cbp_tmtimeline > li .cbp_comments {
  display: block;
  transition: all 0.5s;
  width: 80px;
  height: 80px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #6a6767;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px #efefef;
  box-shadow: 0 0 0 8px #efefef;
  text-align: center;
  left: 10%;
  top: 8px;
  margin: 0 0 0 -45px;
}
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  margin-top: 15px;
}
.cbp_tmtimeline > li .cbp_tmtime .cbp_month {
  text-transform: uppercase;
  font-size: 14px;
}
.cbp_tmtimeline > li .cbp_tmtime .cbp_date {
  font-size: 22px;
}
.cbp_tmtimeline > li .cbp_tmtime .cbp_year {
  font-size: 11px;
}
.cbp_tmtimeline > li .cbp_author,
.cbp_tmtimeline > li .cbp_comments {
  top: 130px;
  width: 50px;
  height: 50px;
  margin: 0 0 0 -30px;
}
.cbp_tmtimeline > li .cbp_author img,
.cbp_tmtimeline > li .cbp_comments img {
  border-radius: 60px;
}
.cbp_tmtimeline > li .cbp_comments {
  top: 220px;
  line-height: 50px;
  font-size: 20px;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 30px 20%;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  color: #504e4e;
  padding: 2em;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  overflow: hidden;
}
.cbp_tmtimeline > li .cbp_tmlabel .post-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.cbp_tmtimeline > li .cbp_tmlabel .post-image a .icon-search {
  position: absolute;
  text-align: center;
  font-size: 32px;
  background: #289dcc;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
  top: 105px;
  left: 310px;
  color: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.5s;
  -webkit-transform: translateY(-50px);
}
.cbp_tmtimeline > li .cbp_tmlabel .post-image a img {
  -webkit-transition: all 0.5s;
}
.cbp_tmtimeline > li .cbp_tmlabel .post-image a:hover .icon-search {
  opacity: 1;
  -webkit-transform: translateY(0);
}
.cbp_tmtimeline > li .cbp_tmlabel .post-image a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 0.8em 0;
  border-bottom: 1px solid #e5e5e5;
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #f7f7f7;
  border-width: 15px;
  top: 29px;
}
.cbp_tmtimeline > li .cbp_tmlabel:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #e5e5e5;
  border-width: 16px;
  top: 28px;
}
hr.style-two {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.ias_trigger,
.ias_loader {
  text-align: center;
}
body .animated,
.no-js .fadeIn,
.no-js .fromLeft,
.no-js .fromRight,
.no-js .fromTop,
.no-js .fromBottom,
.no-js .scaleUp {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0) scale(1);
  -moz-transform: translateY(0) translateX(0) scale(1);
  -o-transform: translateY(0) translateX(0) scale(1);
  -ms-transform: translateY(0) translateX(0) scale(1);
  transform: translateY(0) translateX(0) scale(1);
}
.fadeIn {
  -webkit-animation: fadeIn 1s forwards;
  -moz-animation: fadeIn 1s forwards;
  -ms-animation: fadeIn 1s forwards;
  -o-animation: fadeIn 1s forwards;
  animation: fadeIn 1s forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fromLeft {
  -webkit-animation: fromLeft 1s forwards;
  -moz-animation: fromLeft 1s forwards;
  -ms-animation: fromLeft 1s forwards;
  -o-animation: fromLeft 1s forwards;
  animation: fromLeft 1s forwards;
}
@-webkit-keyframes fromLeft {
  from {
    -webkit-transform: translateX(-150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fromLeft {
  from {
    -moz-transform: translateX(-150px);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes fromLeft {
  from {
    -o-transform: translateX(-150px);
    opacity: 0;
  }
  to {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromLeft {
  from {
    transform: translateX(-150px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fromRight {
  -webkit-animation: fromRight 1s forwards;
  -moz-animation: fromRight 1s forwards;
  -ms-animation: fromRight 1s forwards;
  -o-animation: fromRight 1s forwards;
  animation: fromRight 1s forwards;
}
@-webkit-keyframes fromRight {
  from {
    -webkit-transform: translateX(150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fromRight {
  from {
    -moz-transform: translateX(150px);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes fromRight {
  from {
    -o-transform: translateX(150px);
    opacity: 0;
  }
  to {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromRight {
  from {
    transform: translateX(150px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fromTop {
  -webkit-animation: fromTop 1s forwards;
  -moz-animation: fromTop 1s forwards;
  -ms-animation: fromTop 1s forwards;
  -o-animation: fromTop 1s forwards;
  animation: fromTop 1s forwards;
}
@-webkit-keyframes fromTop {
  from {
    -webkit-transform: translateY(-150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fromTop {
  from {
    -moz-transform: translateY(-150px);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fromTop {
  from {
    -o-transform: translateY(-150px);
    opacity: 0;
  }
  to {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fromTop {
  from {
    transform: translateY(-150px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fromBottom {
  -webkit-animation: fromBottom 1s forwards;
  -moz-animation: fromBottom 1s forwards;
  -ms-animation: fromBottom 1s forwards;
  -o-animation: fromBottom 1s forwards;
  animation: fromBottom 1s forwards;
}
@-webkit-keyframes fromBottom {
  from {
    -webkit-transform: translateY(150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fromBottom {
  from {
    -moz-transform: translateY(150px);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fromBottom {
  from {
    -o-transform: translateY(150px);
    opacity: 0;
  }
  to {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fromBottom {
  from {
    transform: translateY(150px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.scaleUp {
  -webkit-animation: scaleUp 1s forwards;
  -moz-animation: scaleUp 1s forwards;
  -ms-animation: scaleUp 1s forwards;
  -o-animation: scaleUp 1s forwards;
  animation: scaleUp 1s forwards;
}
@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scaleUp {
  from {
    -moz-transform: scale(0);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes scaleUp {
  from {
    -o-transform: scale(0);
    opacity: 0;
  }
  to {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
*[data-animate="scaleUp"] {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
*[data-animate="fadeIn"] {
  opacity: 0;
}
*[data-animate="fromLeft"] {
  -webkit-transform: translateX(-150px);
  -moz-transform: translateX(-150px);
  -o-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
  opacity: 0;
}
*[data-animate="fromRight"] {
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -o-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
  opacity: 0;
}
*[data-animate="fromTop"] {
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -o-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
  opacity: 0;
}
*[data-animate="fromBottom"] {
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -o-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
}
span.scaleUp,
span.fadeIn,
span.fromLeft,
span.fromRight,
span.fromTop,
span.fromBottom {
  display: inline-block;
}
/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  -moz-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  display: none;
}
.dl-menuwrapper #menu-item-search {
  display: none;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #aaa;
}
.dl-menuwrapper button {
  position: absolute;
  top: -56px;
  right: 0;
}
.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  -webkit-box-shadow: 0 10px 0 #fff, 
	0 20px 0 #fff;
  box-shadow: 0 10px 0 #fff, 
	0 20px 0 #fff;
}
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'FontAwesome';
  font-size: 18px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
}
.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}
.dl-menuwrapper .dl-menu {
  margin: -10px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  -moz-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut4 {
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  -moz-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn4 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  -moz-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn4 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  -moz-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut4 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}
.dl-menuwrapper button,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #289dcc;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.dl-menuwrapper button:hover {
  background: #36a9d8;
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
/* Effect 2: Move Up */
.post-grid.animate {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  -moz-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes moveUp {
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.box {
  width: 70%;
  height: 200px;
  background: #FFF;
  margin: 40px auto;
}
.effect2 {
  position: relative;
}
.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px 0 #777777;
  box-shadow: 0 15px 10px 0 #777777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before,
.effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.call-to-action {
  background: #f8f7f7;
  padding: 2em 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.call-to-action h1,
.call-to-action h2,
.call-to-action h3,
.call-to-action h4,
.call-to-action h5,
.call-to-action h6 {
  display: inline-block;
}
/*SITE SETTINGS*/
#site-settings {
  width: 240px;
  position: fixed;
  top: 100px;
  left: -240px;
  background-color: #fff;
  color: #fff;
  border-radius: 0 0 5px 0;
  z-index: 10000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
#site-settings #site-settings-heading {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
  border-top-right-radius: 5px;
  position: relative;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  padding: 5px 20px;
  text-align: center;
  color: #4d4d4d;
  text-transform: uppercase;
}
#site-settings #site-settings-heading #settings-icon {
  background-color: #f2f2f2;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
  font-size: 24px;
  line-height: 42px;
  color: #4d4d4d;
  position: absolute;
  right: -40px;
  top: 42px;
  width: 30px;
  height: 42px;
  text-align: right;
  border-radius: 0 4px 4px 0;
  padding-right: 8px;
  -webkit-box-shadow: 3px 0 10px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 0 10px -2px rgba(0, 0, 0, 0.4);
  border: 1px solid #e5e5e5;
}
#site-settings hr.fancy {
  margin: 10px 0;
}
#site-settings #bg_patterns img,
#site-settings #skin_colors img,
#site-settings #bg_images img {
  width: 25px;
  height: 25px;
  border: 1px solid #e5e5e5;
  margin-right: 3.5px;
  margin-bottom: 3.5px;
}
#site-settings #site-settings-main {
  padding: 10px 20px 20px;
}
#site-settings #site-settings-main label {
  display: block;
  margin: 10px 0 5px;
  color: #6a6767;
  text-transform: uppercase;
  text-align: center;
}
#site-settings #site-settings-main select {
  padding: 5px;
  width: 100%;
}
#site-settings #site-settings-main .color-scheme.selected img {
  border: 3px solid white;
  margin: 2px;
}
#site-settings #site-settings-main .color-scheme img {
  margin: 5px;
}
hr.fancy {
  border: 0;
  height: 1px;
  background: #e5e5e5;
  background-image: -webkit-linear-gradient(left, #efefef, #e5e5e5, #efefef);
  background-image: -moz-linear-gradient(left, #efefef, #e5e5e5, #efefef);
  background-image: -o-linear-gradient(left, #efefef, #e5e5e5, #efefef);
  background-image: -ms-linear-gradient(left, #efefef, #e5e5e5, #efefef);
  background-image: linear-gradient(left, #efefef, #e5e5e5, #efefef);
}
.alert .close,
.pagination .icon-double-angle-left,
.pagination .icon-double-angle-right {
  font-size: 12px;
}
