/*
===========================================================
	TABLE OF CONTENTS
===========================================================
	--Colors
	--Buttons
	--Quote
	--Progress Bar
	--Pricing Tables
	--Typography
	--Basic Styles
	--Sidebar
	--Main Content
	--NProgress
	--Animation
	--Home Page
	--Globals
	--Portfolio
	--Portfolio Masonry
	--Portfolio Projects
	--Portfolio Single
	--About
	--About Single
	--Services
	--Contract
	--Blog
	--404
	--Wordpress Classes
	--Media Queries
	*/
/*
Here are the main colors. Just Ctrl+F and replace them. You'll also only need to
convert them for the RGB values where needed.

*/
/*===========================================================*/
/*	--Colors
/*===========================================================*/
.filters {
  color: #f7f7f7; }

.bg-color, .contactform input, .contactform textarea, .comment-form input[type="text"], .comment-form textarea {
  background-color: #f7f7f7; }

.highlight, .project-pager .slides-total {
  color: #ef97ae; }

.progress-bar, .ps-container .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y, .tagline a, .service-item:hover, .service-item.active {
  background-color: #ef97ae; }

/*===========================================================*/
/*	--Buttons
/*===========================================================*/
.button {
  -webkit-transition: .3s;
          transition: .3s;
  position: relative;
  background-color: transparent;
  outline: 0;
  border: 2px solid #333;
  line-height: 18px;
  display: inline-block;
  padding: 7px 20px;
  z-index: 1; }
  .button:after {
    -webkit-transition: .15s;
            transition: .15s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    z-index: -1; }
  .button:hover, .button:active {
    color: #fff; }
    .button:hover:after, .button:active:after {
      height: 100%;
      color: #fff; }
  .button i {
    margin-right: 10px; }
  .button.filter {
    border: 1px solid #333; }
    .button.filter:hover, .button.filter:active {
      border: 1px solid #333; }

/*===========================================================*/
/*	--Quote
/*===========================================================*/
blockquote {
  border-left: none; }

/*===========================================================*/
/*	--Progress Bar
/*===========================================================*/
.progress {
  border-radius: 0;
  height: 20px;
  background: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 2px 2px 2px;
  overflow: visible;
  margin: 47px 0 40px; }

.progress-bar {
  position: relative;
  height: 40px;
  margin-top: -23px; }

.progress-text {
  position: absolute;
  left: 15px;
  bottom: 6px;
  font-size: 24px; }

/*===========================================================*/
/*	--Pricing Tables
/*===========================================================*/
.priceplan {
  margin-bottom: 40px; }

.priceplan-head {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #333;
  padding: 40px; }
  .priceplan-head:before {
    position: absolute;
    content: "";
    top: 100%;
    margin-left: -10px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #333 transparent transparent transparent; }

.priceplan-name {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 10px; }

.priceplan-icon {
  font-size: 30px; }

.priceplan-price {
  font-size: 24px; }

.priceplan-options {
  padding: 40px;
  font-size: 14px; }
  .priceplan-options li {
    margin-bottom: 10px; }
    .priceplan-options li i {
      margin-right: 10px; }
    .priceplan-options li:last-child {
      margin-bottom: 0; }

.priceplan-button {
  text-align: center;
  position: relative;
  z-index: 1; }

/*===========================================================*/
/* Easy Pie Chart
/*===========================================================*/
.chart-container {
  text-align: center; }

.chart-name {
  display: inline-block;
  width: 80%;
  margin: 0 auto 80px;
  background-color: #333;
  padding: 5px;
  color: #fff; }

.chart {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin: 0 auto 40px;
  text-align: center; }

.chart canvas {
  position: absolute;
  top: 0;
  left: 0; }

.percent {
  display: inline-block;
  line-height: 180px;
  font-size: 24px;
  z-index: 2; }

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em; }

/*===========================================================*/
/*  --Typography
/*===========================================================*/
h1, h2, h3, h4, h5, h6, input, textarea, .h1, .h2, .h3, .h4, .h5, .h6, .caption-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 300; }

h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin {
  font-weight: 100; }

html, body, input[type="submit"] {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #616161; }

input[type="submit"] {
  color: #fff !important; }
  input[type="submit"]:hover {
    color: #000 !important; }

input, textarea {
  color: inherit; }

p, blockquote p {
  font-size: 15px;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin-top: 0; }

h1 {
  font-size: 48px;
  line-height: 51px;
  margin-bottom: 30px; }

h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px; }

h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px; }

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 20px; }

h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px; }

h6 {
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 20px; }

label {
  font-weight: 300; }

/*===========================================================*/
/*	--Basic Styles
/*===========================================================*/
*:after, *:before {
  box-sizing: border-box; }

html, body {
  height: 100%; }

img {
  max-width: 100%;
  height: auto;
  outline: 1px solid transparent; }

a {
  -webkit-transition: .2s;
          transition: .2s;
  color: #555; }
  a:focus {
    outline: none; }

a:hover, a:focus {
  color: #000;
  text-decoration: none; }

.post a:not(.button):not(.bx-prev):not(.bx-next) {
  border-bottom: 1px solid; }

.post h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, input a, textarea a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .caption-title a {
  border-bottom: none !important; }

p {
  margin: 0 0 20px; }

ul {
  padding: 0;
  margin: 0; }

ul ul {
  margin-left: 20px; }

ul li {
  list-style: none; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10,
.col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-1,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11,
.col-sm-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  padding-left: 30px;
  padding-right: 30px; }

.cols-nm > .col-xs-1, .cols-nm > .col-xs-2, .cols-nm > .col-xs-3, .cols-nm > .col-xs-4, .cols-nm > .col-xs-5,
.cols-nm > .col-xs-6, .cols-nm > .col-xs-7, .cols-nm > .col-xs-8, .cols-nm > .col-xs-9, .cols-nm > .col-xs-10,
.cols-nm > .col-xs-11, .cols-nm > .col-xs-12, .cols-nm > .col-sm-1, .cols-nm > .col-sm-2, .cols-nm > .col-sm-3,
.cols-nm > .col-sm-4, .cols-nm > .col-sm-5, .cols-nm > .col-sm-6, .cols-nm > .col-sm-7, .cols-nm > .col-sm-8,
.cols-nm > .col-sm-9, .cols-nm > .col-sm-10, .cols-nm > .col-sm-11, .cols-nm > .col-sm-12, .cols-nm > .col-sm-1,
.cols-nm > .col-sm-2, .cols-nm > .col-sm-3, .cols-nm > .col-sm-4, .cols-nm > .col-sm-5, .cols-nm > .col-sm-6,
.cols-nm > .col-sm-7, .cols-nm > .col-sm-8, .cols-nm > .col-sm-9, .cols-nm > .col-sm-10, .cols-nm > .col-sm-11,
.cols-nm > .col-sm-12, .cols-nm > .col-lg-1, .cols-nm > .col-lg-2, .cols-nm > .col-lg-3, .cols-nm > .col-lg-4,
.cols-nm > .col-lg-5, .cols-nm > .col-lg-6, .cols-nm > .col-lg-7, .cols-nm > .col-lg-8, .cols-nm > .col-lg-9, .cols-nm > .col-lg-10, .cols-nm > .col-lg-11, .cols-nm > .col-lg-12 {
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

.note {
  padding: 20px;
  border: 1px solid; }

.panel-group {
  margin-bottom: 40px; }

.panel-group .panel {
  border-radius: 0; }

.panel-default > .panel-heading {
  background-color: #999; }

.panel-title {
  color: #fff; }

::-moz-selection {
  background: #ef97ae;
  color: #fff; }

::selection {
  background: #ef97ae;
  color: #fff; }

::-moz-selection {
  background: #ef97ae;
  color: #fff; }

.bx-prev, .bx-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  border-color: #fff;
  border-bottom: 2px solid;
  -webkit-transition: all 0.15s ease-in-out 0s;
          transition: all 0.15s ease-in-out 0s; }

.bx-prev {
  border-left: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 24px; }

.bx-next {
  border-right: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 24px; }

/*===========================================================*/
/*	--Sidebar
/*===========================================================*/
#header {
  position: fixed;
  left: 0;
  height: 100%;
  width: 20%;
  padding: 0;
  overflow: hidden; }

#sidebar-content {
  position: relative; }
  #sidebar-content .alert {
    text-align: center; }

.logo {
  padding: 4em 0;
  margin: 0 auto;
  text-align: center; }

.logo-title {
  font-size: 28px; }

#nav-container {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 400;
  padding: 0 20px 60px 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em; }
  #nav-container .fa {
    color: #ef97ae; }
  #nav-container a {
    outline: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px; }
  #nav-container ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #nav-container li {
    position: relative;
    padding-bottom: 20px; }
    #nav-container li i {
      position: absolute;
      top: 5px;
      left: -12px;
      font-size: 10px; }
  #nav-container ul ul {
    padding: 10px;
    margin-top: 10px; }
    #nav-container ul ul li {
      font-size: 12px;
      padding: 0 0.5em;
      margin-bottom: 20px; }
    #nav-container ul ul li:last-child {
      margin-bottom: 0; }
  #nav-container .sub-menu {
    display: none;
    position: relative; }
    #nav-container .sub-menu a {
      font-size: 12px;
      color: #888; }
      #nav-container .sub-menu a:hover {
        color: #000; }

.select-menu {
  display: none;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 30px; }

span.select {
  display: none;
  clear: both;
  cursor: pointer;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  margin-top: 0;
  border: 1px solid;
  position: absolute;
  text-align: left;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1; }
  span.select .icon-menu {
    float: right;
    font-size: 30px;
    margin-top: -1px; }

.subsolar-social-container, #footer {
  text-align: center;
  margin-bottom: 40px; }
  .subsolar-social-container i, #footer i {
    font-size: 17px;
    margin: 0 6px; }

.subsolar-social-container {
  margin-bottom: 20px; }

.copy {
  font-size: 13px; }

.ps-container .ps-scrollbar-y {
  width: 5px;
  border-radius: 0; }

.footer-widgets {
  margin-top: 80px; }

/*===========================================================*/
/*	--Main Content
/*===========================================================*/
.main-content {
  visibility: hidden;
  min-height: 100%;
  overflow: visible;
  float: right;
  width: 80%; }

/*===========================================================*/
/*	--NProgress
/*===========================================================*/
/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background-color: #ef97ae;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ef97ae, 0 0 5px #ef97ae;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #ef97ae;
  border-left-color: #ef97ae;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*===========================================================*/
/*	--Home Page
/*===========================================================*/
.page-template-template-home-slider .main-content, .full-slider, .full-slider .bx-wrapper, .full-slider .bx-viewport, .full-slider .bx-viewport ul, .full-slider .bx-viewport li {
  height: 100% !important; }

.normal-slider {
  position: relative;
  overflow: hidden; }
  .normal-slider img {
    width: 100%;
    max-height: none;
    height: auto; }
  .normal-slider:hover .bx-next {
    right: 20px; }
  .normal-slider:hover .bx-prev {
    left: 20px; }
  .normal-slider:hover .bx-next:hover, .normal-slider:hover .bx-prev:hover {
    opacity: 1; }
  .normal-slider .bx-prev, .normal-slider .bx-next {
    -webkit-transition: .6s;
            transition: .6s;
    opacity: 0.3;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    z-index: 100; }
  .normal-slider .bx-prev {
    left: -50px; }
  .normal-slider .bx-next {
    right: -50px; }
  .normal-slider .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 0; }
  .normal-slider .slide-caption {
    -webkit-transform: scale(0);
            transform: scale(0);
    position: absolute;
    top: 20%;
    width: 70%;
    color: #616161;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    left: 50%;
    margin-left: -35%;
    padding: 40px 0;
    z-index: 10; }
  .normal-slider .inner-caption {
    width: 80%;
    margin: 0 auto;
    border-top: 4px double #000;
    border-bottom: 4px double #000;
    padding: 20px 20px;
    position: relative; }
  .normal-slider .caption-title {
    font-style: normal;
    font-weight: 100;
    font-size: 33px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px; }
  .normal-slider .highlight {
    text-shadow: 1px 1px 0px black;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6); }
  .normal-slider .caption-subtitle {
    display: block;
    color: #616161;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }

.stripped-shadow {
  position: relative; }
  .stripped-shadow:before {
    position: absolute;
    content: "";
    top: 20px;
    left: 100%;
    right: -20px;
    bottom: -20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJElEQVQIW2NkYGCYCcTpQAwHjFAWigRMECQHl0AWhEugC4IlAPnNBJ8a0zV8AAAAAElFTkSuQmCC) repeat right bottom; }
  .stripped-shadow:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 20px;
    right: 0;
    bottom: -20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJElEQVQIW2NkYGCYCcTpQAwHjFAWigRMECQHl0AWhEugC4IlAPnNBJ8a0zV8AAAAAElFTkSuQmCC) repeat right bottom; }

.testimonials-slider {
  position: relative;
  padding: 30px;
  background-color: #fff;
  z-index: 100; }
  .testimonials-slider .bx-pager {
    text-align: center; }
  .testimonials-slider .bx-pager-item {
    display: inline-block;
    margin: 0 4px; }
  .testimonials-slider .bx-pager-link {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #999; }
    .testimonials-slider .bx-pager-link.active {
      background-color: #999; }

.quote-block {
  font-style: italic;
  color: #000;
  overflow: hidden;
  padding-left: 40px; }
  .quote-block p {
    font-weight: 300; }
    .quote-block p:before, .quote-block p:after {
      font-family: Times, serif;
      font-size: 30px;
      margin: 0 10px;
      font-weight: bold; }
    .quote-block p:before {
      content: '\201C'; }
    .quote-block p:after {
      content: '\201D'; }

blockquote {
  overflow: hidden;
  padding: 0;
  margin: 0; }

.client-name {
  float: right; }
  .client-name:before {
    content: "- "; }

.client-portrait {
  float: left; }
  .client-portrait .client-name {
    color: #000; }
  .client-portrait img {
    display: block;
    padding: 5px;
    max-width: none;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border-color: #f02a62;
    border: 1px dashed #999; }

.testimonials-controls .prev, .testimonials-controls .next {
  top: 50%;
  margin-top: -18px;
  font-size: 60px;
  position: absolute;
  bottom: 65px;
  text-align: center;
  opacity: 0.3; }
  .testimonials-controls .prev a, .testimonials-controls .next a {
    color: #999; }
  .testimonials-controls .prev.prev, .testimonials-controls .next.prev {
    right: 100%; }
  .testimonials-controls .prev.next, .testimonials-controls .next.next {
    left: 100%; }
  .testimonials-controls .prev:hover, .testimonials-controls .next:hover {
    opacity: 1; }

/*===========================================================*/
/*	--Globals
/*===========================================================*/
iframe.full-width {
  width: 100%; }

iframe.no-border {
  border: 0; }

.centered {
  text-align: center; }

.o-hidden {
  overflow: hidden; }

.fl {
  float: left; }

.fr {
  float: right; }

.entry-title {
  width: 100%;
  text-align: center; }
  .entry-title h1, .entry-title h2 {
    font-weight: 100; }
  .entry-title h1 {
    font-size: 96px;
    line-height: 100px;
    margin: 0;
    padding: 60px 15px;
    color: #fff; }
  .entry-title h2 {
    display: inline-block;
    padding: 10px;
    background: #fff;
    margin: 0 60px 60px; }

.section-block {
  width: 100%;
  padding: 100px 20px;
  margin: 0;
  color: #616161; }
  .section-block p {
    margin: 0 0 20px; }

.bg-image {
  background-repeat: repeat;
  background-size: 100%;
  background-position: left 0% top 0px;
  position: relative; }
  .bg-image .entry-title_text {
    position: relative;
    z-index: 100; }

.section-title {
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  margin: 0; }

.mask {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .2;
  z-index: 10; }

.divider {
  width: 40px;
  height: 5px;
  margin: 10px auto 60px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999; }

.divider-stripped {
  width: 100%;
  height: 10px;
  margin: 0 auto 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJElEQVQIW2NkYGCYCcTpQAwHjFAWigRMECQHl0AWhEugC4IlAPnNBJ8a0zV8AAAAAElFTkSuQmCC) repeat right bottom; }

.tagline {
  display: block;
  text-align: center;
  color: #616161;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 80px; }
  .tagline a {
    -webkit-transition: .2s;
            transition: .2s;
    color: #fff;
    padding: 0 3px;
    border-bottom: 1px solid #555; }
    .tagline a:hover {
      color: #fff;
      background-color: #555; }
    .tagline a:active {
      position: relative;
      top: 1px; }

.iconbox {
  position: relative;
  text-align: center; }
  .iconbox:hover i {
    color: #ef97ae; }

.iconbox-title i {
  -webkit-transition: .35s;
          transition: .35s;
  font-size: 40px;
  text-align: center;
  display: block;
  margin-bottom: 20px; }

/*===========================================================*/
/*	--Portfolio
/*===========================================================*/
.isotope-item {
  overflow: hidden;
  z-index: 2; }

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

#portfolio {
  overflow: hidden; }

.filters {
  overflow: hidden;
  margin-top: 20px; }
  .filters li {
    margin: 0 10px 20px;
    border: 1px solid #333;
    padding: 3px; }
    .filters li:after {
      -webkit-transition: .3s;
              transition: .3s; }
    .filters li:hover a, .filters li.selected a {
      color: #fff; }
    .filters li.selected {
      background-color: #333; }
    .filters li:first-child {
      margin-left: 0; }
  .filters a {
    color: #000;
    display: block;
    padding: 10px; }

.masonry-grid-item {
  height: auto; }
  .masonry-grid-item img {
    -webkit-transition: .6s;
            transition: .6s;
    width: 100%; }
  .masonry-grid-item .hover-box {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    position: absolute;
    background-color: #fff;
    text-align: center;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .masonry-grid-item .info {
    -webkit-transition: none;
            transition: none;
    z-index: 9999;
    position: absolute;
    top: 40%;
    width: 100%; }
  .masonry-grid-item:hover .hover-box {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .masonry-grid-item:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
  .masonry-grid-item h4 {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .masonry-grid-item span {
    font-style: italic; }
  .masonry-grid-item:active {
    -webkit-transition: all 0.45s ease-in-out;
            transition: all 0.45s ease-in-out; }
    .masonry-grid-item:active .hover-box {
      opacity: 1; }
    .masonry-grid-item:active .info {
      opacity: 1; }

/*===========================================================*/
/*	--Portfolio Masonry
/*===========================================================*/
.masonry-grid .masonry-grid-item {
  font-size: 14px;
  padding: 0;
  max-width: 100%; }
  .masonry-grid .masonry-grid-item a {
    display: block; }

.masonry-grid.masonry-grid_padding .masonry-grid-item {
  padding: 10px; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-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;
  transition-duration: 0s; }

/*===========================================================*/
/*	--Portfolio Projects
/*===========================================================*/
.masonry-grid_projects .project-info {
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  width: 100%;
  height: 85px;
  text-align: center;
  padding: 15px 0;
  z-index: 10; }
  .masonry-grid_projects .project-info h5 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 25px; }
  .masonry-grid_projects .project-info span {
    font-size: 13px;
    line-height: 20px; }
  .masonry-grid_projects .project-info i {
    position: relative;
    background: transparent;
    margin: 50px auto 0;
    left: auto;
    top: auto; }

.masonry-grid-item:hover .project-info {
  background-color: #fff;
  padding-top: 50px;
  height: 100%; }

/*===========================================================*/
/*	--Portfolio Single
/*===========================================================*/
.project-images li {
  margin-bottom: 10px; }

.project-images li:last-child {
  margin-bottom: 40px; }

.project-details {
  margin-bottom: 20px;
  padding: 20px;
  text-transform: uppercase; }
  .project-details li {
    margin-bottom: 20px;
    font-size: 13px; }
    .project-details li i {
      color: #000;
      margin-right: 10px; }

.project-description {
  margin-bottom: 60px; }

.project-title {
  text-align: center; }
  .project-title h1 {
    color: #fff;
    margin-bottom: 0; }

.project-sidebar {
  padding: 0 20px; }

.project-visit-button {
  text-align: center; }

#portfolio-single-slider .project-controls_sidebar {
  margin: 40px 0; }

#portfolio-single-slider .project-details {
  padding: 0;
  text-align: center; }
  #portfolio-single-slider .project-details li {
    display: inline-block;
    margin-left: 20px; }
  #portfolio-single-slider .project-details li:first-child {
    margin-left: 0; }

.project-controls_sidebar {
  text-align: center;
  overflow: hidden;
  margin-top: 40px; }
  .project-controls_sidebar .bx-prev, .project-controls_sidebar .bx-next {
    color: #616161; }
  .project-controls_sidebar .bx-prev {
    -webkit-transform: scale(0.8) rotate(45deg);
            transform: scale(0.8) rotate(45deg); }
    .project-controls_sidebar .bx-prev:hover {
      -webkit-transform: scale(1) rotate(45deg);
              transform: scale(1) rotate(45deg); }
  .project-controls_sidebar .bx-next {
    -webkit-transform: scale(0.8) rotate(-45deg);
            transform: scale(0.8) rotate(-45deg); }
    .project-controls_sidebar .bx-next:hover {
      -webkit-transform: scale(1) rotate(-45deg);
              transform: scale(1) rotate(-45deg); }

.project-pager {
  font-size: 18px;
  padding: 0 10px;
  margin: 0 5px;
  bottom: 6px; }
  .project-pager .slide-current {
    font-size: 30px; }
  .project-pager .slides-divider, .project-pager .slides-total {
    margin: 0 5px;
    vertical-align: super;
    font-size: 20px; }

.project-pager, .prev, .next {
  position: relative;
  display: inline-block;
  line-height: 40px;
  height: 40px; }

.project-slider {
  width: 80%;
  margin: 0 auto 40px; }
  .project-slider > img {
    margin-bottom: 40px; }

.project-slides img {
  width: 100%; }

.project-slides li {
  overflow: hidden; }

/*===========================================================*/
/*	--About
/*===========================================================*/
.member-image {
  position: relative;
  width: 220px;
  margin: 0 auto 20px; }
  .member-image:hover img {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
    bottom: 20px;
    right: 20px; }
  .member-image:hover .member-caption {
    background-color: #fff;
    border: 4px double #000;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px); }
    .member-image:hover .member-caption .member-social {
      -webkit-transition: all 0.4s ease-in-out 0.3s;
              transition: all 0.4s ease-in-out 0.3s;
      opacity: 1; }
      .member-image:hover .member-caption .member-social:before, .member-image:hover .member-caption .member-social:after {
        -webkit-transition: all 0.5s ease-in-out 0.3s;
                transition: all 0.5s ease-in-out 0.3s;
        opacity: 1; }
      .member-image:hover .member-caption .member-social:before {
        top: -20px; }
      .member-image:hover .member-caption .member-social:after {
        bottom: -20px; }
  .member-image img {
    -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
    width: 100%; }

.drop-shadow {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJElEQVQIW2NkYGCYCcTpQAwHjFAWigRMECQHl0AWhEugC4IlAPnNBJ8a0zV8AAAAAElFTkSuQmCC) repeat right bottom; }

.member-caption {
  -webkit-transition: all 0.4s ease-in-out 0s;
          transition: all 0.4s ease-in-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }

.member-social {
  position: relative;
  opacity: 0;
  top: 50%;
  margin-top: -14px;
  font-size: 20px;
  -webkit-backface-visibility: hidden; }
  .member-social a {
    position: relative;
    bottom: 0;
    -webkit-transition: .2s;
            transition: .2s;
    display: inline-block;
    margin: 0 5px; }
    .member-social a:hover {
      bottom: 3px; }
  .member-social:before, .member-social:after {
    opacity: 0;
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background-color: #000;
    left: 50%;
    margin-left: -30px; }
  .member-social:before {
    top: -100px; }
  .member-social:after {
    bottom: -100px; }

.member-position {
  display: block;
  margin-bottom: 20px; }

.member-name-single, .member-position-single {
  position: absolute;
  margin: 0;
  padding: 5px;
  background: #fff;
  left: 15px; }

.member-name {
  bottom: 47px; }

.member-name-single {
  bottom: 50px; }

.member-position, .member-position-single {
  bottom: 15px; }

.member-info {
  padding: 0 30px; }

/*===========================================================*/
/*	--Services
/*===========================================================*/
#services {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.service-box .service-image img {
  -webkit-transition: .3s;
          transition: .3s;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

.service-box:hover .service-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%); }

.service-image, .service-description {
  width: 50%; }

.service-image {
  overflow: hidden; }

.service-image:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  z-index: 20; }

.service-box_left-image .service-description {
  float: right; }

.service-box_left-image .service-image:before {
  right: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent; }

.service-box_right-image .service-description {
  float: left; }

.service-box_right-image .service-image:before {
  left: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff; }

.service-image {
  position: relative;
  height: 100%; }

.service-description {
  text-align: center;
  padding: 40px 20px; }

.services {
  text-align: center;
  word-spacing: -4px; }

.service-item {
  -webkit-transition: .5s;
          transition: .5s;
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 110px;
  width: 110px;
  line-height: 0;
  margin-bottom: -6px; }
  .service-item i, .service-item h4 {
    pointer-events: none;
    -webkit-transition: .5s;
            transition: .5s;
    position: absolute; }
  .service-item i {
    top: 30px;
    left: 50%;
    margin-left: -22px;
    font-size: 30px; }
  .service-item h4 {
    font-size: 17px;
    top: 65px;
    left: 0;
    display: block;
    width: 100%; }
  .service-item:hover i, .service-item:hover h4, .service-item.active i, .service-item.active h4 {
    color: #fff; }
  .service-item:hover i, .service-item.active i {
    top: 50px; }
  .service-item:hover h4, .service-item.active h4 {
    top: 20px; }

/*===========================================================*/
/*	--Contract
/*===========================================================*/
#google-maps {
  display: block;
  width: 80%;
  height: 329px;
  margin: 0 auto; }
  #google-maps .gm-style-mtc {
    display: none; }
  #google-maps iframe {
    display: block;
    width: 100%; }

.contactform li {
  position: relative;
  margin-bottom: 40px; }

.contactform .contact-input-icon {
  position: absolute;
  top: 12px; }

.contactform label {
  display: block; }

.contactform input {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  width: 100%;
  padding: 10px; }
  .contactform input:focus {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    outline: 0;
    background: none; }

.contactform .input-field, .contactform .buttons {
  margin-left: 28px; }

.contactform textarea {
  width: 100%;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  font-size: 15px;
  padding: 10px; }
  .contactform textarea:focus {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    outline: 0;
    background: none; }

label.error {
  margin-bottom: 40px;
  color: #ef97ae; }

/*===========================================================*/
/*	--Blog
/*===========================================================*/
.sticky {
  /**/ }

#blog-section {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #616161; }
  #blog-section p {
    margin: 0 0 20px; }

.blog-post {
  padding: 80px 20px;
  z-index: 0; }
  .blog-post:nth-child(even) {
    background-color: #f7f7f7; }

.post-edit {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  font-size: 13px;
  padding: 10px;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  right: 30px;
  background-color: #fff;
  border: 1px solid; }
  .post-edit a {
    border-bottom: none !important; }
  .post-edit:hover a {
    border-bottom: 1px solid #000; }

.blog-post:hover .post-edit, .page:hover .post-edit {
  opacity: 1; }

.post-title {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px; }
  .post-title a {
    color: #333; }

.post-meta {
  color: #888;
  font-size: 13px;
  margin-bottom: 40px;
  line-height: 20px; }
  .post-meta i {
    margin-right: 10px; }
  .post-meta span {
    margin-right: 20px; }

.post-meta_bottom {
  padding-top: 40px; }
  .post-meta_bottom a {
    border: 1px solid;
    padding: 7px 9px;
    margin-right: 15px; }

.normal-slider.blog-slider .bx-prev, .normal-slider.blog-slider .bx-next {
  width: 20px;
  height: 20px;
  opacity: .5;
  margin: -20px 0 0; }

.normal-slider.blog-slider:hover .bx-next {
  right: 10px; }

.normal-slider.blog-slider:hover .bx-prev {
  left: 10px; }

.single-post .post-thumbnail, .single-post .post-title, .single-post .featured-media {
  margin-bottom: 40px; }

.featured-media {
  width: 100%; }

.featured-media iframe {
  width: 100%; }

.wp-video-shortcode {
  max-width: 100%; }

.featured-media .mejs-container {
  width: 100%; }

.featured-media .mejs-controls .mejs-time-rail .mejs-time-loaded {
  width: 0;
  background: #adb4c4; }

.featured-media .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #69799a;
  border-radius: 0; }

.featured-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0; }

.quote-content {
  font-style: italic;
  color: #000;
  overflow: hidden;
  padding: 40px 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 60px; }
  .quote-content:before, .quote-content:after {
    font-family: Times, serif;
    font-size: 30px;
    margin: 0 10px;
    font-weight: bold; }
  .quote-content:before {
    content: '\201C'; }
  .quote-content:after {
    content: '\201D'; }

.quote-author {
  display: inline-block;
  width: 100%;
  text-align: right; }
  .quote-author:before {
    content: '- '; }

.post-thumbnail, .post-title, .featured-media {
  margin-bottom: 40px; }

.post-thumbnail {
  text-align: center; }
  .post-thumbnail img {
    display: inline-block; }

.pass-label, input[name="post_password"] {
  margin-right: 10px; }

.alert {
  width: 80%;
  margin: 0 auto; }

.commentslist-container, #respond {
  padding: 80px 50px; }

.comments-container ol, .comments-container li {
  list-style: none; }

.comments-container li ol, .comments-container li ul {
  margin-left: 60px; }

.commentlist {
  margin-bottom: 20px; }

#comments {
  margin-top: 0; }

.comment-content {
  padding-top: 20px; }

.comment-header {
  margin-left: 60px;
  margin-bottom: 20px;
  position: relative; }

.comment-header figure {
  position: absolute;
  left: -60px; }

.comment-author {
  margin: 0; }

.comment-meta a {
  font-size: 12px;
  color: #888; }

.comment-meta a:hover {
  background: none;
  color: #333; }

#comment-nav ul {
  margin: 0; }

.logged-in-as {
  margin-bottom: 20px; }
  .logged-in-as a {
    border-bottom: 1px solid; }

.comment-form-comment textarea {
  width: 100%; }

.comment-form > p {
  width: 80%;
  margin: 0 auto 20px; }

.comment-form input[type="text"], .comment-form textarea {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  width: 100%;
  padding: 10px; }
  .comment-form input[type="text"]:focus, .comment-form textarea:focus {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    outline: 0;
    background: none; }

.comment-form input[type="submit"], .pass-input, input[type="submit"] {
  -webkit-transition: .3s;
          transition: .3s;
  color: #fff;
  position: relative;
  background-color: #333;
  outline: 0;
  border: 2px solid #333;
  line-height: 18px;
  display: inline-block;
  padding: 7px 20px; }
  .comment-form input[type="submit"]:hover, .pass-input:hover, input[type="submit"]:hover {
    color: #000;
    background-color: #fff; }

.awaiting-moderation {
  font-style: italic; }

.bypostauthor .comment-author {
  font-style: italic; }

/*===========================================================*/
/*	--404
/*===========================================================*/
.error-header {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 60px; }
  .error-header i, .error-header h1 {
    font-size: 80px;
    line-height: 100px;
    color: #ddd; }
  .error-header h1 {
    margin-top: 40px; }

.error404-message, .error404-search {
  text-align: center;
  margin: 0 auto 60px; }

.error404-search {
  width: 50%; }

.form-wrapper {
  position: relative; }
  .form-wrapper i {
    position: absolute;
    font-size: 15px;
    line-height: 36px;
    left: 10px; }

.searchinput {
  padding: 7px 34px;
  line-height: 18px;
  border: 1px solid;
  width: 100%; }

.searchsubmit {
  position: absolute;
  text-indent: -9999em;
  left: -9999em; }

.additional-content h3 {
  text-align: center;
  margin: 40px 0; }

.articles-nav, .comments-nav {
  padding: 20px; }
  .articles-nav .nav-next, .comments-nav .nav-next {
    float: right; }
  .articles-nav .nav-prev a, .articles-nav .nav-next a, .comments-nav .nav-prev a, .comments-nav .nav-next a {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .articles-nav .nav-prev a:before, .comments-nav .nav-prev a:before {
    content: "\f060"; }
  .articles-nav .nav-next a:before, .comments-nav .nav-next a:before {
    content: "\f061"; }

.articles-nav .nav-prev a, .articles-nav .nav-next a {
  font-size: 20px; }

.comments-nav .nav-prev a, .comments-nav .nav-next a {
  font-size: 17px; }

/*===========================================================*/
/*  --Wordpress Classes
/*===========================================================*/
.gallery a img {
  -webkit-transition: .3s;
          transition: .3s;
  opacity: 1;
  border: 0 !important; }
  .gallery a img:hover {
    opacity: .7; }

.alignnone {
  margin: 1em 0;
  max-width: 100%; }

.aligncenter, .aligncenter img, img.centered {
  margin: 1em auto;
  max-width: 100%; }

.alignleft {
  float: left;
  margin: 1em 2em 1em 0; }

.alignright {
  float: right;
  margin: 1em 0 1em 2em; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.wp-caption img {
  margin: 0; }

.wp-caption-text, .gallery-caption {
  margin-bottom: 0;
  text-align: center;
  font-style: italic;
  font-size: 13px; }

.widget {
  margin-bottom: 40px; }

.widget a {
  font-style: italic; }

.widget-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 1em; }

#wp-calendar {
  width: 100%; }
  #wp-calendar tbody a {
    border-bottom: 1px solid; }
  #wp-calendar caption {
    margin-bottom: 1em; }

/*===========================================================*/
/*	--Media Queries
/*===========================================================*/
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 992px) {
  #footer, .client-portrait {
    display: none; }
  #header {
    position: static;
    height: auto;
    width: 100%; }
  .logo {
    width: 100%;
    padding: 30px 0; }
  .select-menu, span.select {
    display: block; }
  #sidebar-content {
    position: static; }
  #nav-container {
    position: relative;
    width: 70%;
    margin: 0 auto 40px;
    padding: 0;
    overflow: hidden; }
  #nav-container > ul {
    display: none; }
  .main-content {
    margin: 0;
    width: 100%;
    float: none; }
  .normal-slider .slide-caption {
    top: 5%; }
  .normal-slider .caption-title {
    font-size: 20px;
    margin-bottom: 5px; }
  .normal-slider .caption-subtitle {
    font-size: 12px; }
  .filters {
    margin-left: 20px; }
  .bg-image {
    background-size: cover; }
  .parallax {
    background-attachment: scroll !important;
    background-position: 100% 0 !important;
    background-repeat: repeat; }
  .subsolar-social-container {
    bottom: 36px; }
  .service-box:nth-child(even) .service-image:before {
    left: 0;
    right: auto;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #fff; }
  .service-box:nth-child(even) .service-description {
    float: left; }
  .service-box:nth-child(odd) .service-description {
    float: right; }
  .service-box:nth-child(odd) .service-image:before {
    right: 0;
    left: auto;
    border-width: 20px 20px 20px 0;
    border-color: transparent #fff transparent transparent; }
  .service-description {
    padding: 20px 10px; } }

/* Smaller than standart (devices and browser) */
@media only screen and (max-width: 768px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important; }
  #nprogress {
    display: none !important; }
  .logo {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    width: 100%;
    margin: 0;
    padding: 0; }
  .logo-title {
    margin: 0; }
  .subsolar-social-container {
    display: none; }
  .normal-slider .slide-caption .caption-title {
    font-size: 17px;
    line-height: 25px; }
  .normal-slider .slide-caption p {
    font-size: 14px;
    line-height: 18px; }
  .normal-slider .slide-caption {
    padding: 0; }
  .normal-slider .inner-caption {
    border: none;
    padding: 10px 0; }
  .testimonial-container blockquote {
    margin: 50px 0 0; }
  .quote-block .icon-quote-right:before {
    margin-left: 0; }
  .section-title {
    font-size: 25px;
    line-height: 35px; }
  .section-block, .blog-post {
    padding: 40px 0; }
  .commentslist-container, #respond {
    padding: 40px; }
  .post-read-more {
    margin-top: 40px;
    text-align: center;
    float: none; }
  .testimonials-slider {
    margin-top: 20px; }
  .quote-block {
    padding-left: 0; }
  .filters > li:first-child {
    margin-left: 10px; }
  .project-controls_sidebar {
    display: none; }
  .project-slides img {
    margin-bottom: 20px; }
  .project-slider {
    width: 100%; }
  .project-back-button, .project-visit-button {
    float: none !important;
    text-align: center;
    margin-bottom: 20px; }
  .service-item {
    height: 120px;
    min-height: 120px; }
    .service-item i {
      margin-left: -17px;
      font-size: 25px; }
    .service-item h4 {
      font-size: 18px; }
  .entry-title h1 {
    font-size: 40px;
    line-height: 50px; }
  .entry-title h2 {
    font-size: 20px;
    line-height: 30px; }
  .normal-slider .slide-caption {
    top: 10%; }
  .contactform li.buttons {
    text-align: center; } }

/*# sourceMappingURL=styles.css.map */
