/*
Theme Name: Cluster
Theme URI: http://codestag.com/themes/cluster
Description: A Bold Portfolio WordPress Theme for Creative People.
Author: Ram Ratan Maurya
Author URI: http://codestag.com
Version: 1.0.1
Text Domain: stag
*/
/*-----------------------------------------------------------------------------------*/
/*  $CSS Reset & Clearfix
/*-----------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::selection {
  background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}

.clearfix, .container, .section-block.latest-posts .posts-wrapper, .portfolio-items, .gateway-show .portfolio, .paging-navigation, .comments-header {
  *zoom: 1;
}
.clearfix:after, .container:after, .section-block.latest-posts .posts-wrapper:after, .portfolio-items:after, .gateway-show .portfolio:after, .paging-navigation:after, .comments-header:after {
  clear: both;
}
.clearfix:after, .container:after, .section-block.latest-posts .posts-wrapper:after, .portfolio-items:after, .gateway-show .portfolio:after, .paging-navigation:after, .comments-header:after, .clearfix:before, .container:before, .section-block.latest-posts .posts-wrapper:before, .portfolio-items:before, .gateway-show .portfolio:before, .paging-navigation:before, .comments-header:before {
  content: " ";
  display: table;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

.grids {
  max-width: 105%;
  margin: 0 0 0 -3%;
}

.grids [class*="grid-"] {
  display: inline-block;
  margin: 0 0 0 3%;
  margin-right: -.25em;
  vertical-align: top;
}

.grid-1 {
  width: 6.15%;
}

.grid-2 {
  width: 14.583%;
}

.grid-2-5 {
  width: 17.07%;
}

.grid-3 {
  width: 22.05%;
}

.grid-4, .grid-one-third {
  width: 30.36%;
}

.grid-5 {
  width: 39.583%;
}

.grid-6, .grid-half {
  width: 47%;
}

.grid-7 {
  width: 56.25%;
}

.grid-8, .grid-two-thirds {
  width: 63.666666666%;
}

.grid-9 {
  width: 72%;
}

.grid-10 {
  width: 81.25%;
}

.grid-11 {
  width: 89.583%;
}

.grid-12 {
  width: 97.917%;
  margin: 0;
}

@media screen and (max-width: 700px) {
  .grids {
    margin: 0;
    width: auto;
  }

  .grids [class*="grid-"] {
    display: block;
    width: auto;
    margin: 0 0 40px 0;
  }

  .hentry-inner .grid-10 {
    margin-bottom: 0!important;
  }
}
.site-width, .header .header-inner, #primary-menu, .container, .footer, .footer .inside, footer.copyright {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: "Open Sans";
}

/*-----------------------------------------------------------------------------------*/
/*  $Document Setup
/*-----------------------------------------------------------------------------------*/
html {
  text-rendering: optimizeLegibility;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  color: #5c5c5c;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.4;
  position: relative;
  overflow-x: hidden;
}

hidden, .hidden {
  display: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

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

.aligncenter {
  margin: 15px auto;
  display: block;
  clear: both;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  padding: 0;
  margin: 0;
  line-height: 1;
}

p {
  margin: 0;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.05s;
  -moz-transition: all 0.05s;
  -o-transition: all 0.05s;
  transition: all 0.05s;
}
a img {
  vertical-align: top;
}
a:hover {
  color: #333;
}

img, video, object {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  $Header Styles
/*-----------------------------------------------------------------------------------*/
.header {
  padding-bottom: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100px;
  overflow: visible;
  height: auto;
  z-index: 200;
}
.header .header-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.header #logo {
  float: left;
  margin-top: 50px;
}

/*-----------------------------------------------------------------------------------*/
/*  $Navigation Styles
/*-----------------------------------------------------------------------------------*/
#navigation {
  float: right;
  display: inline-block;
  vertical-align: top;
}
#navigation.overlay-visible {
  padding-right: 70px;
}
#navigation.overlay-visible #mobile-nav {
  right: 60px;
}

#mobile-primary-menu, #mobile-nav {
  display: none;
}

#primary-menu {
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #69ae43;
  list-style: none;
}
#primary-menu .current-menu-item a, #primary-menu .sfHover a {
  border-color: #fff;
}
#primary-menu ul a {
  color: #969696;
  font-weight: 400;
}
#primary-menu li {
  list-style: none;
}
#primary-menu ul {
  margin: 0;
  padding: 0;
}
#primary-menu > li > a {
  padding-top: 50px;
  padding-bottom: 20px;
  border-top: 5px solid transparent;
  display: inline-block;
  text-transform: uppercase;
}
#primary-menu > li > a:hover {
  border-color: #fff;
}
#primary-menu a {
  color: #fff;
}
#primary-menu > li {
  position: relative;
  display: inline-block;
  margin-left: 30px;
}
#primary-menu > li:first-child {
  border-left: none;
  padding-left: 0;
}
#primary-menu > li:hover ul, #primary-menu > li.sfHover ul {
  right: 0;
  margin-top: 8px;
  /* Added to push sub-menu down */
  top: 88px;
  /* match top ul list item height */
  z-index: 99;
}
#primary-menu ul:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  top: -9px;
  right: 20px;
}
#primary-menu ul ul:before {
  display: none;
}
#primary-menu ul {
  position: absolute;
  top: -9999em;
  width: 180px;
  background: #fff;
  border: 1px solid #ebebeb;
  font-weight: 300;
  font-size: 15px;
}
#primary-menu ul li {
  max-width: 100%;
  padding: 10px;
  position: relative;
  border-top: 1px solid #ebebeb;
  margin: 0;
}
#primary-menu ul li:first-child {
  border: none;
}
#primary-menu ul li:hover ul, #primary-menu ul li.sfHover ul {
  margin-top: 10px;
  /* Added to push sub-menu down */
  top: 3.125em;
  /* match top ul list item height */
  z-index: 99;
}
#primary-menu ul ul {
  position: absolute;
  left: 0;
  top: 0;
}

#primary-menu ul li:hover ul, #primary-menu ul li.sfHover ul {
  top: 0px;
}

.sub-menu {
  overflow: visible!important;
}

/* Hide all subs subs (4 levels deep) -------------------------------------*/
#primary-menu ul li:hover li ul,
#primary-menu ul li.sfHover li ul,
#primary-menu ul li li:hover li ul,
#primary-menu ul li li.sfHover li ul,
#primary-menu ul li li li:hover li ul,
#primary-menu ul li li li.sfHover li ul {
  top: -9999em;
}

/* Displays all subs subs (4 levels deep) ---------------------------------*/
#primary-menu ul li li:hover ul,
#primary-menu ul li li.sfHover ul,
#primary-menu ul li li li:hover ul,
#primary-menu ul li li li.sfHover ul,
#primary-menu ul li li li li:hover ul,
#primary-menu ul li li li li.sfHover ul {
  left: 178px!important;
  /* match .nav ul width */
  top: -180px!important;
}

/*-----------------------------------------------------------------------------------*/
/*  $Main Content Styles
/*-----------------------------------------------------------------------------------*/
dl {
  margin-left: 30px;
}

dd {
  margin-bottom: 20px;
}

.error-404 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

input, textarea, select, button {
  font-family: inherit;
  max-width: 100%;
}

textarea {
  width: 100%;
  resize: none;
  line-height: 1.5!important;
}

input[type="submit"],
button,
.button {
  -webkit-appearance: none;
  border: none;
  font-weight: 100;
  font-size: 20px;
  padding: 11px 10px;
  display: inline-block;
  cursor: pointer;
  width: 200px;
  max-width: 100%;
  line-height: 1;
  text-align: center;
  background: #69ae43;
  border-radius: 2px;
  color: white;
  font-weight: bold;
}
input[type="submit"]:hover,
button:hover,
.button:hover {
  color: white;
}
input[type="submit"].big,
button.big,
.button.big {
  width: 340px;
  padding: 18px 10px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=number],
textarea {
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  padding: 13px 10px;
  word-break: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font: inherit;
  font-weight: 100;
  color: #696868;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
  background: #fff;
}

address {
  font-style: italic;
}

abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #666666;
}

strong, b {
  font-weight: bold;
}

em,
dfn,
cite {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

sup {
  font-size: 11px;
  vertical-align: top;
}

sub {
  font-size: 11px;
  vertical-align: bottom;
}

small {
  font-size: 11px;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

.mt40 {
  margin-top: 40px;
}

.bypostauthor {
  color: #626060!important;
}

.sticky,
.gallery-caption {
  color: #5c5c5c;
}

/*-----------------------------------------------------------------------------------*/
/*  $Post Content Styles
/*-----------------------------------------------------------------------------------*/
.container {
  background: #fff;
  padding: 30px;
  margin-top: -140px;
  position: relative;
  z-index: 10;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}
@media screen and (min-width: 700px) {
  .home .container {
    margin-top: -300px;
  }
}

@media (max-width: 768px) {
  .container {
    margin-top: 0px;
  }
}
#primary.full {
  width: 100%!important;
}

@media screen and (min-width: 768px) {
  .layout-2cr #primary {
    width: 66%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .layout-2cr #secondary {
    width: 29%;
    float: right;
  }
}

@media screen and (min-width: 768px) {
  .layout-2cl #primary {
    width: 66%;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .layout-2cl #secondary {
    width: 29%;
    float: left;
  }
}

.homepage-1-widgets {
  margin: -30px;
}

blockquote {
  border: 1px solid #ebebeb;
  padding: 30px 30px 30px 100px;
  position: relative;
  font-weight: 100;
  line-height: 1.3;
  font-size: 28px;
  color: #929292;
  margin: 20px 0;
}
blockquote:before {
  position: absolute;
  content: "\e01d";
  top: 35px;
  left: 30px;
  font-family: 'stag';
  font-size: 30px;
}
blockquote p:only-of-type {
  margin: 0;
}

.entry-content {
  line-height: 1.6;
}
.entry-content p {
  margin: 0 0 20px 0;
}
.entry-content .more-link {
  display: inline-block;
  font-size: 16px;
  background-color: transparent;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 1em 0;
  font-weight: normal;
}

.post-meta {
  color: #bbb;
  font-size: 14px;
  margin-bottom: 5px;
}

.portfolio-meta {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding: 15px;
  text-transform: uppercase;
  font-size: 13px;
  color: #6c6c6c;
}
.portfolio-meta span:before {
  content: '/';
  margin-left: 15px;
  margin-right: 15px;
}
.portfolio-meta span:first-child:before {
  display: none;
}

.entry-meta {
  border-top: 1px solid #ebebeb;
  color: #bbbbbb;
  position: relative;
}
.entry-meta .icon-video {
  font-size: 19px;
  padding-top: 12px!important;
}
.entry-meta.top {
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .entry-meta .published {
    margin-top: 10px;
  }
}
.entry-meta > span {
  margin-right: 15px;
}
@media screen and (max-width: 700px) {
  .entry-meta > span {
    margin-bottom: 5px;
    margin-right: 0;
    display: block;
  }
}
.entry-meta .post-icon {
  margin-top: -1px;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .entry-meta .post-icon {
    float: left;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .entry-meta .post-icon + .divider {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .entry-meta .comment-count {
    display: none;
  }
}
.entry-meta .divider {
  color: #bbbbbb;
}
@media screen and (max-width: 700px) {
  .entry-meta .divider {
    display: none;
  }
}
.entry-meta .icon {
  color: #fff;
  display: inline-block;
  padding-top: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.entry-title {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.entry-title a {
  color: #5c5c5c;
}

.page-title, .format-status .entry-content, .sidebar .widget-title, #reply-title, #comments, .footer .widget-title {
  font-size: 35px;
  margin-bottom: 30px;
}

.page-title {
  margin-bottom: 50px;
}

.format-status .entry-content {
  font-weight: 100;
  line-height: 1.3;
}

.format-chat .entry-content {
  color: #908f8f;
}
.format-chat .entry-content p {
  padding: 7px 10px;
  margin: 4px 0;
}

.format-chat .entry-content p:nth-child(even) {
  background: #f5f5f5;
}

.hfeed .hentry {
  margin-bottom: 80px;
}
.hentry .post-thumb img {
  width: 100%;
}
.hentry .entry-meta {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 30px;
}
.hentry .post-thumb {
  margin-bottom: 30px;
}

.link-wrapper, .quote-wrapper {
  padding: 30px 30px 30px 100px;
  margin-bottom: 30px;
  color: white;
  position: relative;
}
.link-wrapper .entry-title a, .quote-wrapper .entry-title a {
  color: #fff;
}
.link-wrapper .entry-title, .quote-wrapper .entry-title {
  margin-bottom: 10px;
}
.link-wrapper:before, .quote-wrapper:before {
  position: absolute;
  content: "\e01e";
  font-size: 35px;
  font-family: 'stag';
  left: 30px;
  top: 28px;
}
.link-wrapper a, .quote-wrapper a {
  color: #fff;
}

.quote-wrapper {
  background: #2b373c;
}
.quote-wrapper:before {
  content: "\e01d";
  font-size: 30px;
}

.static-content .entry-content,
.section-clients .grids {
  margin-top: 50px;
}

.section-clients figure {
  text-align: center;
}

.section-block {
  border-top: 1px solid #ebebeb;
  padding: 80px 30px;
  position: relative;
}
.section-block:first-child {
  border: none;
}
.section-block:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 6px;
  background: #ebebeb;
  left: 0;
  top: 0;
}
.section-block .section-title {
  font-size: 52px;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .section-block .section-title {
    font-size: 30px;
  }
}
.section-block .subtitle {
  font-size: 14px;
  text-transform: uppercase;
}
.section-block.latest-posts .button {
  width: 100%;
  max-width: 340px;
  min-width: 140px;
}
@media screen and (min-width: 700px) {
  .section-block.latest-posts .button {
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .section-block.latest-posts .button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-block.latest-posts .posts-wrapper {
  margin-top: 50px;
}
@media screen and (min-width: 700px) {
  .section-block.latest-posts .featured-post {
    float: left;
    width: 66%;
  }
}
@media screen and (min-width: 700px) {
  .section-block.latest-posts .regular-posts {
    float: right;
    width: 29%;
  }
}
@media screen and (max-width: 699px) {
  .section-block.latest-posts .regular-posts {
    margin-top: 50px;
  }
}
.section-block.latest-posts .regular-posts .hentry {
  margin-bottom: 30px;
}
.section-block.latest-posts .regular-posts .entry-meta {
  margin: 0 0 5px 0;
}
.section-block.latest-posts .regular-posts .entry-title {
  font-size: 22px;
  line-height: 1.2;
}

.custom-icon {
  float: left;
}

.services-section .icon {
  width: 60px;
  font-size: 65px;
  text-align: center;
  float: left;
}
.services-section .icon-browser {
  font-size: 60px;
}

.service--content {
  padding-left: 100px;
}

.service__title {
  font-weight: normal;
}

.service__description {
  color: #a2a2a2;
  margin-top: 10px;
}

.all-services {
  overflow: visible;
}
.all-services .service {
  margin-top: 50px;
}

@media (min-width: 701px) and (max-width: 1000px) {
  .portfolio-items div.portfolio {
    width: 47%;
  }

  .portfolio-row {
    display: inline;
  }

  .open:before {
    bottom: -27px!important;
  }
}
.portfolio-items .button {
  width: 100%;
  max-width: 340px;
  min-width: 140px;
}
@media screen and (max-width: 480px) {
  .portfolio-items .button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 700px) {
  .portfolio-items .button {
    float: right;
  }
}
.portfolio-items .icon-eye {
  font-size: 17px;
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
}
.portfolio-items .icon-post-link {
  font-size: 14px;
  margin-top: -3px;
}
.home .portfolio-items .portfolios {
  margin-top: 50px;
}
.portfolio-items .portfolio-navigation {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.portfolio-items .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  background: #2b373c;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(43, 55, 60, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 20px;
}
.portfolio-items .overlay a {
  color: #fff;
}
.portfolio-items .overlay .accent-background {
  display: inline-block;
  line-height: 1;
  padding-top: 11px;
  font-size: 18px;
  text-align: center;
  width: 50px;
  height: 40px;
  margin-right: -.16em;
}
.portfolio-items .portfolio {
  position: relative;
  margin-bottom: 3%;
}
@media screen and (max-width: 700px) {
  .portfolio-items .portfolio {
    margin-bottom: 30px;
  }
}
.portfolio-items .portfolio:hover .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.portfolio-items .portfolio.open:before {
  position: absolute;
  content: '';
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #303030;
  bottom: -37px;
  right: 50%;
  margin-right: -15px;
}
.portfolio-items .portfolio img {
  width: 100%;
  vertical-align: bottom;
}

.gateway-close {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 10;
}
.gateway-close a {
  display: block;
}
.gateway-close .icon-close {
  color: #fff;
  cursor: pointer;
  font-size: 22px;
}

.gateway-show {
  width: 100%;
  position: relative;
  z-index: 10000;
  overflow: hidden;
  color: #fff;
  float: left;
  display: block;
  padding: 30px;
  background: #303030;
}
.gateway-show .portfolio {
  margin-bottom: 0;
}
.gateway-show .entry-title {
  display: inline-block;
  padding-right: 20px;
}
.gateway-show .post-thumb {
  margin: 0;
}
.gateway-show a {
  color: #fff;
}
.gateway-show .read-more {
  font-weight: bold;
}
.gateway-show img {
  vertical-align: bottom;
}
.gateway-show .right-side {
  position: relative;
}

.portfolio-filter {
  margin: 30px 0 50px 0;
  padding: 0;
  list-style: none;
  font-weight: 100;
  font-size: 19px;
  color: #d0d0d0;
}
.portfolio-filter a {
  color: #5c5c5c;
}
.portfolio-filter li {
  display: inline-block;
}
.portfolio-filter .divider {
  display: inline-block;
  margin-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .portfolio-filter {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
  .portfolio-filter .divider {
    display: none;
  }
  .portfolio-filter li {
    display: block;
  }
}

.custom-background {
  min-height: 440px;
  repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .custom-background {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .custom-background {
    min-height: 100px;
    height: auto;
  }
}
@media screen and (min-width: 700px) {
  .home .custom-background {
    min-height: 720px;
  }
}

.custom-background-content {
  max-width: 1230px;
  margin: 0px auto 0;
  padding: 140px 30px 0;
  color: #fff;
}
@media screen and (min-width: 700px) {
  .home .custom-background-content {
    padding: 160px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .custom-background-content {
    padding-top: 130px;
    padding-bottom: 40px;
  }
}
.custom-background-content h2 {
  font-family: "Novecento Wide", "Open Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .home .custom-background-content h2 {
    font-size: 80px;
  }
}
.custom-background-content h3 {
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .home .custom-background-content h3 {
    font-size: 40px;
  }
}

.flexslider {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin: 0 0 25px 0;
}

.flex-control-nav {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: auto;
  background: rgba(43, 55, 60, 0.5);
  padding: 9px 20px;
}

.flex-control-paging li a {
  background: none;
  border: 2px solid white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color, background 0.12s linear;
  -moz-transition: color, background 0.12s linear;
  -o-transition: color, background 0.12s linear;
  transition: color, background 0.12s linear;
}
.flex-control-paging li a:hover {
  background: none;
}

.flex-control-paging li a.flex-active {
  background: #fff;
}

.sidebar .widget-title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
}
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar li {
  list-style: none;
  margin-bottom: 15px;
}
.sidebar .widget_archive ul,
.sidebar .widget_categories ul {
  font-size: 22px;
  font-weight: 100;
  color: #a2a1a1;
}
.sidebar a {
  color: #5c5c5c;
}
.sidebar p {
  margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  $Pagination Styles
/*-----------------------------------------------------------------------------------*/
.lr-navigation {
  position: absolute;
  top: -90px;
  right: 30px;
}
.lr-navigation .nav-links > div {
  margin-right: -.15em;
  background: black;
  background: rgba(0, 0, 0, 0.2);
}

.paging-navigation .nav-links > div {
  display: inline-block;
}
.paging-navigation .nav-links a {
  display: inline-block;
  color: #fff;
  padding: 19px 20.5px 15px;
  line-height: 1;
}
.paging-navigation .page-numbers {
  display: inline-block;
  color: #fff;
  padding: 17px 20.5px;
  line-height: 1;
}
.paging-navigation a {
  color: #fff;
}
.paging-navigation .current {
  background: #2b373c;
}

/*-----------------------------------------------------------------------------------*/
/*  $Comment Styles
/*-----------------------------------------------------------------------------------*/
#respond-wrap, #comment-wrap {
  margin: 30px 0;
  position: relative;
  border-top: 1px solid #ebebeb;
  padding-top: 45px;
}
#respond-wrap:before, #comment-wrap:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 6px;
  background: #ebebeb;
  left: 0;
  top: 0px;
}

#reply-title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 45px;
}

.comments-header {
  border-bottom: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 50px;
}

#comments {
  float: left;
}

.avatar-wrap {
  float: left;
}

.comment-area {
  padding-left: 90px;
}

.comment-reply-link {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
}

.portfolio-items .section-title, .latest-posts .section-title, .comment-author, .comment-date {
  display: inline-block;
}

.comment-author {
  margin-right: 20px;
  text-transform: uppercase;
}

.comment-text {
  margin-top: 20px;
}

#respond label, #respond .comment-form-comment span {
  display: block;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 10px;
}
.commentlist #respond {
  margin-top: 40px;
}
#respond .section-description, #respond .comment-form-email span {
  font-size: 16px;
  color: #949494;
  float: right;
  margin-top: 10px;
}
@media screen and (max-width: 899px) {
  #respond .section-description, #respond .comment-form-email span {
    display: block;
    float: none;
    text-align: left;
    margin-top: 15px;
  }
}

.respond-button, .project-button, #submit, input[type=submit].contact-form-button {
  display: inline-block;
  float: right;
  width: 230px;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.project-button {
  float: none;
  width: auto;
  width: 300px;
  margin-top: 30px;
}

#load-more {
  float: none;
  width: 370px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  margin: 30px auto 0 auto;
}

#submit {
  float: none;
}

#commentform {
  margin-top: 20px;
}
#commentform p {
  margin-top: 30px;
}

.comment-form-email span {
  margin-top: 0!important;
}
@media screen and (max-width: 899px) {
  .comment-form-email span {
    display: none!important;
  }
}

@media screen and (min-width: 700px) {
  .comment-form-author {
    margin-right: 5%;
  }
}

@media screen and (min-width: 700px) {
  .comment-form-author,
  .comment-form-email {
    display: inline-block;
    vertical-align: top;
    width: 47%;
  }
}
.comment-form-author input,
.comment-form-email input {
  width: 100%;
  max-width: 100%;
}

.avatar {
  width: 70px;
}

.commentlist {
  margin: 0;
  padding: 0;
}
.commentlist > li:last-child {
  border-bottom: none;
}
.commentlist li {
  list-style: none;
  padding: 50px 0;
  border-bottom: 1px solid #ebebeb;
}

/*-----------------------------------------------------------------------------------*/
/*  $Widget Styles
/*-----------------------------------------------------------------------------------*/
.widget_recent_entries li {
  position: relative;
  padding-top: 20px;
  list-style: none;
}
.widget_recent_entries a {
  font-size: 22px;
  font-weight: 100;
  display: inline-block;
}
.widget_recent_entries .post-date {
  color: #bbb;
  font-size: 14px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .widget_recent_entries a {
  color: #fff;
}

.flickr_badge_image {
  display: inline-block;
  margin: 0 0 3% 3%;
  vertical-align: top;
  width: 30%;
  max-width: 75px;
  margin-right: -.25em;
  margin-top: -.25em;
}
.flickr_badge_image img {
  width: 100%;
}

.twitter-feeds li {
  margin-bottom: 25px;
  color: #A2A1A1;
}
.twitter-feeds li a {
  color: #5c5c5c;
}
.twitter-feeds .time {
  font-style: italic;
  font-size: small;
  margin-top: 3px;
}

.social-icons {
  margin: 30px 0;
}
.social-icons .icon {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  width: 69px;
  margin-right: 1px;
  margin-bottom: 1px;
  height: 69px;
  padding-top: 22px;
  text-align: center;
  background: #cccccc;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.social-icons .icon-myspace {
  font-size: 10px;
  padding-top: 32px;
}
.social-icons .icon-soundcloud {
  font-size: 22px;
}
.social-icons .icon-flickr {
  font-size: 18px;
  padding-top: 28px;
}
.social-icons a {
  border: none !important;
  color: #fff;
}
.social-icons a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}

.google-map {
  margin-bottom: 30px;
}

.page-template-template-contact-php .section-description {
  font-size: 16px;
  color: #949494;
  float: right;
  margin-top: 10px;
  vertical-align: top;
}
@media screen and (max-width: 899px) {
  .page-template-template-contact-php .section-description {
    display: block;
    float: none;
    text-align: left;
    margin-top: 15px;
  }
}
.page-template-template-contact-php #reply-title {
  margin-bottom: 50px;
  position: relative;
  border-top: 1px solid #ebebeb;
  padding-top: 45px;
  margin-left: -30px;
  padding-left: 30px;
}
.page-template-template-contact-php #reply-title:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 6px;
  background: #ebebeb;
  left: 0;
  top: 0px;
}

.contact-form input[type="text"] {
  width: 100%;
}
.contact-form label {
  font-weight: 100;
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}
.contact-form p {
  margin: 30px 0;
}
.contact-form span {
  font-size: 13px;
  float: right;
  color: #cacaca;
}

input[type=submit].contact-form-button {
  float: none;
  font-weight: normal;
  font-size: 17px;
  width: 240px;
}

/*-----------------------------------------------------------------------------------*/
/*  $Player Styles
/*-----------------------------------------------------------------------------------*/
.jp-audio,
.jp-video {
  margin-bottom: 30px;
}

.jp-gui {
  position: relative;
  margin-top: -4px;
}

.jp-interface {
  position: relative;
  background: #2b373c;
  padding: 29px 20px 27.5px 35px;
  max-height: 82px;
  clear: both;
  overflow: hidden;
}
.jp-interface a {
  border: none!important;
  color: #fff;
}
.jp-interface a:hover {
  color: #fff;
}
.jp-interface .icon-play,
.jp-interface .icon-pause {
  font-size: 17px;
}
.jp-interface .icon-volume {
  font-size: 9px;
}

[class*="jp-"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.jp-seek-bar,
.jp-volume-bar {
  background: #222c30;
}

.jp-play, .jp-pause {
  position: absolute;
  top: 32px;
  left: 5%;
  height: 0;
}

.jp-progress {
  width: 47%;
  height: 10px;
  cursor: pointer;
  position: absolute;
  top: 36px;
  left: 10%;
  right: 0;
  bottom: 0;
}

.jp-seek-bar {
  width: 100%!important;
}

.jp-controls {
  float: left;
  vertical-align: top;
}
.jp-controls li {
  display: inline-block;
}

.jp-volume-bar {
  max-width: 180px;
  width: 23.4%;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 36px;
  cursor: pointer;
  right: 4%;
}

.jp-duration {
  position: absolute;
  top: 31px;
  left: 58%;
  font-size: 13px;
}

.jp-full-screen, .jp-restore-screen {
  position: absolute;
  top: 30px;
  right: 20px;
}

.jp-video-full {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
}
.jp-video-full .jp-interface {
  background: #333;
  background: rgba(0, 0, 0, 0.5);
}
.jp-video-full .jp-gui {
  z-index: 100000;
  position: absolute;
  bottom: 50px;
  width: 100%;
  max-width: 860px;
  margin-left: -430px;
  left: 50%;
  right: 50%;
}

.jp-play-bar, .jp-volume-bar-value {
  -webkit-transition: all 0.08s ease-in;
  -moz-transition: all 0.08s ease-in;
  -o-transition: all 0.08s ease-in;
  transition: all 0.08s ease-in;
}

.jp-volume-bar-value {
  height: 10px;
  background: #fff;
}

.jp-play-bar {
  background: #fff;
  height: 10px;
}

.jp-mute, .jp-unmute {
  position: absolute;
  right: 29%;
  top: 28px;
  height: 0;
}

.jp-unmute {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.jp-jplayer {
  width: 100%!important;
  height: auto!important;
}
.jp-jplayer video {
  width: 100%!important;
  height: auto!important;
}

.jp-audio .jp-jplayer {
  height: 0!important;
}

.jp-video .jp-jplayer {
  position: relative;
  overflow: hidden;
}
.jp-video .jp-jplayer video, .jp-video .jp-jplayer object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
}

/*-----------------------------------------------------------------------------------*/
/*  $Footer Styles
/*-----------------------------------------------------------------------------------*/
.footer {
  background: #2b373c;
  color: #fff;
  padding: 45px 30px;
  list-style: none;
}
.footer .widget {
  line-height: 1.4;
}
.footer .widget p {
  margin-bottom: 20px;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer a:hover {
  color: #fff;
}
.footer li {
  margin-bottom: 15px;
}

footer.copyright {
  background: #283135;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
footer.copyright a:hover {
  color: #fff;
}
footer.copyright .grid-4 {
  padding: 25px 0px 25px 30px;
}
footer.copyright .grid-8, footer.copyright .grid-4 {
  margin-bottom: 0;
}
footer.copyright .social-icons {
  margin: 0;
}
@media screen and (min-width: 700px) {
  footer.copyright .social-icons {
    text-align: right;
  }
}
@media screen and (max-width: 699px) {
  footer.copyright .social-icons {
    padding: 0 30px;
  }
}

.portfolio-loading {
  color: white;
  font-size: 30px;
  text-align: center;
  display: none;
}
.ie8 .portfolio-loading, .ie9 .portfolio-loading {
  display: block;
}

/* Media Queries Stuff --------------------------------------------*/
/*------------------------------------------------------------------------*/
/*  Tiny Screens and up
/*------------------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  #primary-menu {
    display: none;
  }

  #navigation {
    position: relative;
    float: none;
    width: 100%;
  }

  #mobile-nav {
    text-align: center;
    display: block;
    position: absolute;
    top: -24px;
    right: 0px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
  }

  #mobile-primary-nav-wrap {
    width: 100%;
  }

  #mobile-primary-menu {
    margin: 20px 0 0 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ebebeb;
    position: absolute;
    width: 100%;
    z-index: 5;
  }
  #mobile-primary-menu a {
    color: #5c5c5c;
  }
  #mobile-primary-menu > li:first-child {
    border: none;
  }
  #mobile-primary-menu li {
    border-top: 1px solid #ebebeb;
    padding: 3px 0;
    list-style: none;
  }
  #mobile-primary-menu li a {
    display: block;
    padding: 5px 0;
  }
  #mobile-primary-menu .sub-menu {
    padding-left: 20px;
  }
}
/* 768 ============================================= */
@media only screen and (max-width: 768px) {
  .gateway-show .left-side {
    margin-bottom: 30px;
  }

  .paging-navigation .nav-links {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lr-navigation {
    top: -105px;
  }
}
@media only screen and (max-width: 700px) {
  .portfolio-meta span:before {
    display: none;
  }

  .portfolio-meta span {
    display: block;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 701px) {
  .gateway-show {
    margin: 0 0 3% 3%;
    width: 97%;
  }
}
@media only screen and (min-width: 769px) {
  .paging-navigation > div {
    display: inline-block;
    vertical-align: top;
  }
  .paging-navigation .nav-links {
    float: right;
  }
  .paging-navigation .pages {
    float: left;
  }

  .gateway-show .right-side {
    float: right;
    width: 30%;
  }
  .gateway-show .left-side {
    width: 66.6%;
    float: left;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .custom-background-content h3 {
    padding-right: 110px;
  }
}
/* 480 ============================================= */
@media (max-width: 480px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .open:before {
    bottom: -30px!important;
  }

  .avatar-wrap {
    display: none;
  }

  .lr-navigation {
    display: none;
  }

  .comment-area {
    padding-left: 0;
  }

  ul.children {
    padding-left: 20px;
  }

  .commentlist li {
    padding: 30px 0;
  }

  blockquote {
    font-size: 23px;
    line-height: 1.4;
    padding: 20px 20px 20px 70px;
  }
  blockquote:before {
    top: 25px;
    left: 20px;
    font-size: 23px;
  }

  .entry-title {
    font-size: 25px;
  }

  .page-title, .format-status .entry-content, .sidebar .widget-title, #reply-title, #comments, .footer .widget-title {
    font-size: 25px;
  }

  .custom-background-content h2 {
    font-size: 35px;
  }

  .custom-background-content h3 {
    font-size: 25px;
  }

  .hfeed .hentry {
    margin-bottom: 50px;
  }

  .jp-volume-bar {
    width: 22%;
    left: 73%;
  }

  .jp-progress {
    width: 35%;
  }

  .jp-duration {
    left: 48%;
  }

  .respond-button, .project-button, #submit, input[type=submit].contact-form-button {
    width: 100%;
    float: none;
    display: block;
    margin-top: 50px;
  }
}
.mobile .jp-progress {
  width: 65%!important;
  left: 13%!important;
}

.mobile .jp-duration {
  left: auto;
  right: 20px;
}

/* Isotope ----------- */
#filterable-portfolio .portfolio,
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.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: top, left, 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;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.fade {
  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;
}

.fade:hover {
  opacity: 0.5;
}

[data-filter-type="filterable"] .portfolio-trigger {
  display: none!important;
}

.spinner {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.spinner li {
  display: inline-block;
  height: 25px;
  width: 6px;
  margin-right: 5px;
  background: #fff;
}
.spinner li:nth-child(1) {
  -webkit-animation: opacity 900ms 800ms linear infinite;
  -moz-animation: opacity 900ms 800ms linear infinite;
  -ms-animation: opacity 900ms 800ms linear infinite;
  -o-animation: opacity 900ms 800ms linear infinite;
  animation: opacity 900ms 800ms linear infinite;
}
.spinner li:nth-child(2) {
  -webkit-animation: opacity 900ms 1000ms linear infinite;
  -moz-animation: opacity 900ms 1000ms linear infinite;
  -ms-animation: opacity 900ms 1000ms linear infinite;
  -o-animation: opacity 900ms 1000ms linear infinite;
  animation: opacity 900ms 1000ms linear infinite;
}
.spinner li:nth-child(3) {
  -webkit-animation: opacity 900ms 1200ms linear infinite;
  -moz-animation: opacity 900ms 1200ms linear infinite;
  -ms-animation: opacity 900ms 1200ms linear infinite;
  -o-animation: opacity 900ms 1200ms linear infinite;
  animation: opacity 900ms 1200ms linear infinite;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes opacity {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes opacity {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.header #logo {margin-top: 20px !important;}
.columns {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.item-alt .item-img img {
    background-color: #EAEAEA;
    display: block;
    margin: 0;
    padding: 2px;
}
.item-info h3 {font-size: 12px; color: #333 !important;}
.five.columns {
    margin-right: 3px !important;
    width: 230px !important;
margin-bottom:15px;
}
.portfolioMain .five.columns {width: 360px !important;}
.sixteen {margin-bottom:30px;}

.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {
    float: none;
    margin-bottom: 2em;
    width: 100% !important;
}
.summary .price {float: right;font-size: 2.25em !important;font-weight: bold;width: 15%;}
.summary li {line-height: 34px;}
.summary h2 {line-height: 44px;}
.summary h3 {line-height: 34px;}
.summary .quantity {display: none;}
.summary .product_meta {display: none;}
.summary .single_add_to_cart_button {margin-top: 30px;}
.woocommerce-cart #secondary {display: none;}
.woocommerce-checkout #secondary {display: none;}
.woocommerce-cart #primary {width: 100% !important;}
.woocommerce-checkout #primary {width: 100% !important;}
.woocommerce-cart .cart_totals {width: 20% !important;}
.woocommerce #order_review {position: relative; float: right; width: 50%;margin-top:-700px;}
.checkout #order_review_heading {display: none;}
.form-row .terms {float:right; margin-top:20px;}
.startProject a {color: #F68525 !important;}
#nextCase h3 {font-size: 22px !important;}

.portfolio-item {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #F8F8F8;
}

.portfolio-item h3 {
	padding-bottom: 10px;
}

.portfolio-image {
	float: left;
	padding-right: 20px;
}
.testimonial {background-color: #EAEAEA; padding: 20px;}
.testimonial-arrow {
    height: 31px;
    left: 119px;
    margin-bottom: 15px;
    margin-top: -45px;
    position: relative;
}
.one-third {
    float: left;
    margin: 10px 30px 20px 0;
    width: 350px;
}
.testimonials-box {
			background:url("http://www.logodesignworks.com/images/testimonials-bg.jpg") repeat-x scroll left top transparent;
			border:1px solid #E1E1E1;
			float:left;
			height:auto;
			margin-bottom:20px;
			padding:16px;
			width:100%;
			}
		.testimonials-box-top  {
			float:left;
			height:auto;
			margin-bottom:8px;
			width:100%;
			}
			.testimonial-image {float:left; margin-right:20px;}
		.testimonials-image-box  {
			background:none repeat scroll 0 0 transparent;
			border:1px solid #EFEFEF;
			float:left;
			height:200px;
			margin-left:0;
			margin-right:15px;
			margin-top:14px;
			padding-left:0;
			padding-top:0;
			width:200px;
			}
		.testimonials-box p {
			padding-bottom:10px;
			width:100%;
			line-height:24px;
			margin:12px 0 0;
			}
		.staffHeading { font-size:18px; }
		
		.gallery-row:after, .navigation-links:after, .container:after, .menu:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#post-author .profile-image {
	border-radius: 3em 3em 3em 3em;
	float: left;
	margin: 0 3.8% 1em 0;
	width: 10%;
}

#post-author .profile-image img {
	border-radius: 4em 4em 4em 4em;
	height: auto;
	width: 100%;
}

#post-author {
	padding: 20px;
	background-color: #EAEAEA;
}

li.stag-button a {
    border-radius: 40px 40px 40px 40px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    margin: 5px 10px;
    outline: medium none;
    padding-bottom: 10px !important;
    padding-top: 5px !important;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    border-color: #f68525 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

li.stag-button.orange a {
    background: none repeat scroll 0 0 #f68525;
}

#topPhone {margin-top:-20px; margin-bottom:20px; text-align:right; font-size: 16px; font-weight:bold;}
#topPhone span {font-size: 26px; color: green;}
.flex-control-nav {display: none !important;}
#google_translate_element {float:right; margin-top:10px;}
.mainPortfolioText {position:absolute; top:4000px; width: 640px;}
.mainPortfolioImages {padding-bottom: 1300px;}
.accountantText {position:absolute; top:3600px;}
.accountantImages {padding-bottom: 800px;}
.autoText {position:absolute; top:1800px; width: 640px;}
.autoImages {padding-bottom: 800px;}
.babyText {position:absolute; top:5100px;}
.babyImages {padding-bottom: 350px;}
.beautyText {position:absolute; top:1850px; width: 640px;}
.beautyImages {padding-bottom: 1200px;}
.blogText {position:absolute; top:900px; width: 640px;}
.blogImages {padding-bottom: 2800px;}
.buildingText {position:absolute; top:900px; width: 640px;}
.buildingImages {padding-bottom: 500px;}
.businessText {position:absolute; top:3150px;}
.businessImages {padding-bottom: 1400px;}
.cafeText {position:absolute; top:1650px; width: 640px;}
.cafeImages {padding-bottom: 900px;}
.churchText {position:absolute; top:2850px; width: 640px;}
.churchImages {padding-bottom: 1000px;}
.cityText {position:absolute; top:900px; width: 640px;}
.cityImages {padding-bottom: 1000px;}
.cleaningText {position:absolute; top:1400px; width: 640px;}
.cleaningImages {padding-bottom: 1400px;}
.clinicText {position:absolute; top:1900px; width: 640px;}
.clinicImages {padding-bottom: 1200px;}
.clothingText {position:absolute; top:3550px; width: 100%;}
.clothingImages {padding-bottom: 1200px;}
.communicationText {position:absolute; top:1700px; width: 640px;}
.communicationImages {padding-bottom: 5200px;}
.computerText {position:absolute; top:1500px; width: 640px;}
.computerImages {padding-bottom: 1100px;}
.constructionText {position:absolute; top:4650px; width: 640px;}
.constructionImages {padding-bottom: 2100px;}
.creditText {position:absolute; top:600px; width: 640px;}
.creditImages {padding-bottom: 900px;}
.dentalText {position:absolute; top:600px; width: 640px;}
.dentalImages {padding-bottom: 1000px;}
.educationText {position:absolute; top:2850px; width: 640px;}
.educationImages {padding-bottom: 1100px;}
.electronicText {position:absolute; top:1050px; width: 640px;}
.electronicImages {padding-bottom: 900px;}
.engineeringText {position:absolute; top:1950px; width: 640px;}
.engineeringImages {padding-bottom: 1200px;}
.entertainmentText {position:absolute; top:2600px; width: 640px;}
.entertainmentImages {padding-bottom: 1200px;}
.environmentalText {position:absolute; top:4200px; width: 640px;}
.environmentalImages {padding-bottom: 400px;}
.fashionText {position:absolute; top:2400px; width: 640px;}
.fashionImages {padding-bottom: 900px;}
.financeText {position:absolute; top:1950px; width: 640px;}
.financeImages {padding-bottom: 2200px;}
.fitnessText {position:absolute; top:1250px; width: 640px;}
.fitnessImages {padding-bottom: 700px;}
.foodText {position:absolute; top:3500px; width: 640px;}
.foodImages {padding-bottom: 1200px;}
.fundingText {position:absolute; top:800px; width: 640px;}
.fundingImages {padding-bottom: 950px;}
.graphicText {position:absolute; top:1050px; width: 640px;}
.graphicImages {padding-bottom: 950px;}
.healthText {position:absolute; top:1250px; width: 640px;}
.healthImages {padding-bottom: 950px;}
.schoolText {position:absolute; top:850px; width: 640px;}
.schoolImages {padding-bottom: 950px;}
.hitechText {position:absolute; top:1050px; width: 640px;}
.hitechImages {padding-bottom: 950px;}
.homeText {position:absolute; top:1250px; width: 640px;}
.homeImages {padding-bottom: 3050px;}
.hotelText {position:absolute; top:850px; width: 640px;}
.hotelImages {padding-bottom: 650px;}
.informationText {position:absolute; top:1050px; width: 640px;}
.informationImages {padding-bottom: 650px;}
.insuranceText {position:absolute; top:1000px; width: 640px;}
.insuranceImages {padding-bottom: 650px;}
.internetText {position:absolute; top:1550px; width: 640px;}
.internetImages {padding-bottom: 1250px;}
.investmentText {position:absolute; top:1250px; width: 640px;}
.investmentImages {padding-bottom: 950px;}
.landscapeText {position:absolute; top:1850px; width: 640px;}
.landscapeImages {padding-bottom: 2050px;}
.legalText {position:absolute; top:3300px; width: 90%;}
.legalImages {padding-bottom: 950px;}
.luxuryText {position:absolute; top:2100px; width: 640px;}
.luxuryImages {padding-bottom: 2350px;}
.manufacturingText {position:absolute; top:850px; width: 640px;}
.manufacturingImages {padding-bottom: 950px;}
.marketingText {position:absolute; top:1400px; width: 640px;}
.marketingImages {padding-bottom: 4350px;}
.mediaText {position:absolute; top:1250px; width: 640px;}
.mediaImages {padding-bottom: 750px;}
.medicalText {position:absolute; top:1700px; width: 640px;}
.medicalImages {padding-bottom: 1550px;}
.militaryText {position:absolute; top:600px; width: 640px;}
.militaryImages {padding-bottom: 950px;}
.mortgageText {position:absolute; top:850px; width: 640px;}
.mortgageImages {padding-bottom: 950px;}
.motorText {position:absolute; top:600px; width: 640px;}
.motorImages {padding-bottom: 950px;}
.musicText {position:absolute; top:1500px; width: 640px;}
.musicImages {padding-bottom: 750px;}
.networkText {position:absolute; top:1050px; width: 640px;}
.networkImages {padding-bottom: 750px;}
.nonprofitText {position:absolute; top:1250px; width: 640px;}
.nonprofitImages {padding-bottom: 1950px;}
.officeText {position:absolute; top:1050px; width: 640px;}
.officeImages {padding-bottom: 650px;}
.outdoorText {position:absolute; top:600px; width: 640px;}
.outdoorImages {padding-bottom: 650px;}
.petText {position:absolute; top:1450px; width: 640px;}
.petImages {padding-bottom: 750px;}
.photoText {position:absolute; top:1500px; width: 640px;}
.photoImages {padding-bottom: 3300px;}
.realestateText {position:absolute; top:3300px; width: 640px;}
.realestateImages {padding-bottom: 6700px;}
.staffingText {position:absolute; top:900px; width: 640px;}
.staffingImages {padding-bottom: 600px;}
.restaurantText {position:absolute; top:1750px; width: 640px;}
.restaurantImages {padding-bottom: 1300px;}
.retailText {position:absolute; top:1050px; width: 640px;}
.retailImages {padding-bottom: 600px;}
.securityText {position:absolute; top:1050px; width: 640px;}
.securityImages {padding-bottom: 600px;}
.softwareText {position:absolute; top:2000px; width: 640px;}
.softwareImages {padding-bottom: 2400px;}
.spaText {position:absolute; top:800px; width: 640px;}
.spaImages {padding-bottom: 600px;}
.sportsText {position:absolute; top:1600px; width: 640px;}
.sportsImages {padding-bottom: 6600px;}
.travelText {position:absolute; top:1700px; width: 640px;}
.travelImages {padding-bottom: 1600px;}
.universityText {position:absolute; top:600px; width: 640px;}
.universityImages {padding-bottom: 600px;}
.webText {position:absolute; top:850px; width: 640px;}
.webImages {padding-bottom: 900px;}
.writerText {position:absolute; top:850px; width: 640px;}
.writerImages {padding-bottom: 2600px;}

#searchsubmit {width: 50px !important;}

.gallery-item {float:left; padidng-right:20px;}
.gallery-item a {font-size: 12px;}

.stag-alert.green {
    background: none repeat scroll 0 0 #39B54A !important;
    color: #FFFFFF;
}

.categoryLinks {display: none;}

.eleven {clear: both;}

@media screen {
.homepage-1-widgets .grids {margin-top:-40px !important;}
#gateway-portfolio {margin-top: 40px !important;}
#stag_widget_portfolio-2 {margin-bottom:-70px !important;}
}
.categoryLinks {display: block; margin-top: -75px; padding-bottom: 75px;}
.categoryButtons {float:right; text-align: right;}

.custom-background.universal {
    background-color: #3F4346 !important;
}
.custom-background.universal .backstretch {
    opacity: 0.4;
}
body {
    background-color: #F5F5F5;
}
body {
    font-family: 'Open Sans';
}
a, .accent-color, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #f68525;
}
.accent-background, .more-link, .button, .page-numbers, .nav-links > div, input[type="submit"], button, .button {
    background-color: #f68525;
}
.page-id-193 #custom-background-193 {
    background-color: #053F4B !important;
}
.page-id-193 #custom-background-193 .backstretch {
    opacity: 1;
}
.page-id-81 #custom-background-81 {
    background-color: #023B47 !important;
}
.page-id-81 #custom-background-81 .backstretch {
    opacity: 0.4;
}
.page-id-51 #custom-background-51 {
    background-color: #2C373C !important;
}
.page-id-46 #custom-background-46 {
    background-color: #3F4346 !important;
}
.page-id-46 #custom-background-46 .backstretch {
    opacity: 0.4;
}
.page-id-44 #custom-background-44 {
    background-color: #0C404B !important;
}
.postid-181 #custom-background-181 {
    background-color: #52AFBD !important;
}
.postid-181 #custom-background-181 .backstretch {
    opacity: 0.35;
}
.postid-179 #custom-background-179 {
    background-color: #4E4E4E !important;
}
.postid-179 #custom-background-179 .backstretch {
    opacity: 0.35;
}
.postid-168 #custom-background-168 {
    background-color: #251F1F !important;
}
.postid-168 #custom-background-168 .backstretch {
    opacity: 0.15;
}
.postid-176 #custom-background-176 {
    background-color: #4E4E4E !important;
}
.postid-159 #custom-background-159 {
    background-color: #65964A !important;
}
.postid-159 #custom-background-159 .backstretch {
    opacity: 0.14;
}
.postid-164 #custom-background-164 {
    background-color: #1387B0 !important;
}
.postid-164 #custom-background-164 .backstretch {
    opacity: 0.17;
}
.postid-152 #custom-background-152 {
    background-color: #2A4545 !important;
}
.postid-152 #custom-background-152 .backstretch {
    opacity: 0.55;
}
.postid-149 #custom-background-149 {
    background-color: #40ADCD !important;
}
.postid-149 #custom-background-149 .backstretch {
    opacity: 0.27;
}
.postid-138 #custom-background-138 {
    background-color: #373636 !important;
}
.postid-138 #custom-background-138 .backstretch {
    opacity: 0.33;
}
.postid-122 #custom-background-122 {
    background-color: #25B8AB !important;
}
.postid-122 #custom-background-122 .backstretch {
    opacity: 0.2;
}
.postid-57 #custom-background-57 {
    background-color: #373837 !important;
}
.postid-57 #custom-background-57 .backstretch {
    opacity: 0.3;
}
.postid-187 #custom-background-187 {
    background-color: #CD3F32 !important;
}
.postid-187 #custom-background-187 .backstretch {
    opacity: 0.2;
}
.postid-6 #custom-background-6 {
    background-color: #5EC0C7 !important;
}
.postid-6 #custom-background-6 .backstretch {
    opacity: 0.2;
}
.postid-114 #custom-background-114 {
    background-color: #AB5965 !important;
}
.postid-114 #custom-background-114 .backstretch {
    opacity: 0.2;
}
.postid-100 #custom-background-100 {
    background-color: #EB631D !important;
}
.postid-100 #custom-background-100 .backstretch {
    opacity: 0.2;
}
.postid-95 #custom-background-95 {
    background-color: #33767C !important;
}
.postid-95 #custom-background-95 .backstretch {
    opacity: 0.3;
}
.postid-79 #custom-background-79 {
    background-color: #D7B367 !important;
}
.postid-65 #custom-background-65 {
    background-color: #6CAD48 !important;
}
