@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .ph_main__sidebar
3. Navigation / .ph_sidebar__nav
4. Social Sidebar / .ph_social__sidebar
5. Social list / .ph_social__list
6. About section / .ph_about
7. Services section / .ph_services
8. Gallery section / .ph_gallery
9. Prices section / .ph_prices
10. Team section / .ph_team
11. Contact section / .ph_contacts
12. Toast grid / $TOAST-GRID
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color codes]

Background:	#21282e (black)
Content: #ffffff (white)
Header h2:	#ffffff (white)
Header h2 accent:	#FFDC00 (yellow)
Accent color:	#FFDC00 (yellow)
a (standard):	#39cccc (teal)
a (hover):	#FFDC00 (yellow)
-------------------------------------------------------------------*/
/*------------------------------------------------------------------

[Typography]

Body copy:		14px/1.5 Raleway, sans-serif;
Headers:		27px/1.5 Capriola, sans-serif;

-------------------------------------------------------------------*/
/**********************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700|Capriola");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: none;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-----------------------------------*  $TOAST-GRID
  An insane grid.
  You'd be mad to use it.
  Usage
  =====
  Assuming default values:
  <div class="grid">
    <div class="grid__col grid__col--1-of-2">
      A half-width column.
    </div>
    <div class="grid__col grid__col--1-of-4 grid__col--pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>
  Customisation
  =============
  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.
  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.
  $toast-gutter-width is—you guessed it—the gutter
  width. Accepts any unit.
  That's it. Have fun.
\*-----------------------------------*/
.ph_row {
  list-style: none;
  margin-left: -40px;
}

.col--2-of-2, .col--3-of-3, .col--4-of-4, .col--5-of-5, .col--6-of-6, .col--8-of-8, .col--12-of-12 {
  width: 100%;
}

.col--1-of-2, .col--2-of-4, .col--3-of-6, .col--4-of-8, .col--6-of-12 {
  width: 50%;
}

.col--1-of-3, .col--2-of-6, .col--4-of-12 {
  width: 33.33333%;
}

.col--2-of-3, .col--4-of-6, .col--8-of-12 {
  width: 66.66667%;
}

.col--1-of-4, .col--2-of-8, .col--3-of-12 {
  width: 25%;
}

.col--3-of-4, .col--6-of-8, .col--9-of-12 {
  width: 75%;
}

.col--push-2-of-2, .col--push-3-of-3, .col--push-4-of-4, .col--push-5-of-5, .col--push-6-of-6, .col--push-8-of-8, .col--push-12-of-12 {
  margin-left: 100%;
}

.col--push-1-of-2, .col--push-2-of-4, .col--push-3-of-6, .col--push-4-of-8, .col--push-6-of-12 {
  margin-left: 50%;
}

.col--push-1-of-3, .col--push-2-of-6, .col--push-4-of-12 {
  margin-left: 33.33333%;
}

.col--push-2-of-3, .col--push-4-of-6, .col--push-8-of-12 {
  margin-left: 66.66667%;
}

.col--push-1-of-4, .col--push-2-of-8, .col--push-3-of-12 {
  margin-left: 25%;
}

.col--push-3-of-4, .col--push-6-of-8, .col--push-9-of-12 {
  margin-left: 75%;
}

.col--pull-2-of-2, .col--pull-3-of-3, .col--pull-4-of-4, .col--pull-5-of-5, .col--pull-6-of-6, .col--pull-8-of-8, .col--pull-12-of-12 {
  margin-left: -100%;
}

.col--pull-1-of-2, .col--pull-2-of-4, .col--pull-3-of-6, .col--pull-4-of-8, .col--pull-6-of-12 {
  margin-left: -50%;
}

.col--pull-1-of-3, .col--pull-2-of-6, .col--pull-4-of-12 {
  margin-left: -33.33333%;
}

.col--pull-2-of-3, .col--pull-4-of-6, .col--pull-8-of-12 {
  margin-left: -66.66667%;
}

.col--pull-1-of-4, .col--pull-2-of-8, .col--pull-3-of-12 {
  margin-left: -25%;
}

.col--pull-3-of-4, .col--pull-6-of-8, .col--pull-9-of-12 {
  margin-left: -75%;
}

.col--1-of-5 {
  width: 20%;
}

.col--push-1-of-5 {
  margin-left: 20%;
}

.col--pull-1-of-5 {
  margin-left: -20%;
}

.col--2-of-5 {
  width: 40%;
}

.col--push-2-of-5 {
  margin-left: 40%;
}

.col--pull-2-of-5 {
  margin-left: -40%;
}

.col--3-of-5 {
  width: 60%;
}

.col--push-3-of-5 {
  margin-left: 60%;
}

.col--pull-3-of-5 {
  margin-left: -60%;
}

.col--4-of-5 {
  width: 80%;
}

.col--push-4-of-5 {
  margin-left: 80%;
}

.col--pull-4-of-5 {
  margin-left: -80%;
}

.col--1-of-6 {
  width: 16.66667%;
}

.col--push-1-of-6 {
  margin-left: 16.66667%;
}

.col--pull-1-of-6 {
  margin-left: -16.66667%;
}

.col--5-of-6 {
  width: 83.33333%;
}

.col--push-5-of-6 {
  margin-left: 83.33333%;
}

.col--pull-5-of-6 {
  margin-left: -83.33333%;
}

.col--1-of-8 {
  width: 12.5%;
}

.col--push-1-of-8 {
  margin-left: 12.5%;
}

.col--pull-1-of-8 {
  margin-left: -12.5%;
}

.col--3-of-8 {
  width: 37.5%;
}

.col--push-3-of-8 {
  margin-left: 37.5%;
}

.col--pull-3-of-8 {
  margin-left: -37.5%;
}

.col--5-of-8 {
  width: 62.5%;
}

.col--push-5-of-8 {
  margin-left: 62.5%;
}

.col--pull-5-of-8 {
  margin-left: -62.5%;
}

.col--7-of-8 {
  width: 87.5%;
}

.col--push-7-of-8 {
  margin-left: 87.5%;
}

.col--pull-7-of-8 {
  margin-left: -87.5%;
}

.col--1-of-12 {
  width: 8.33333%;
}

.col--push-1-of-12 {
  margin-left: 8.33333%;
}

.col--pull-1-of-12 {
  margin-left: -8.33333%;
}

.col--2-of-12 {
  width: 16.66667%;
}

.col--push-2-of-12 {
  margin-left: 16.66667%;
}

.col--pull-2-of-12 {
  margin-left: -16.66667%;
}

.col--5-of-12 {
  width: 41.66667%;
}

.col--push-5-of-12 {
  margin-left: 41.66667%;
}

.col--pull-5-of-12 {
  margin-left: -41.66667%;
}

.col--7-of-12 {
  width: 58.33333%;
}

.col--push-7-of-12 {
  margin-left: 58.33333%;
}

.col--pull-7-of-12 {
  margin-left: -58.33333%;
}

.col--10-of-12 {
  width: 83.33333%;
}

.col--push-10-of-12 {
  margin-left: 83.33333%;
}

.col--pull-10-of-12 {
  margin-left: -83.33333%;
}

.col--11-of-12 {
  width: 91.66667%;
}

.col--push-11-of-12 {
  margin-left: 91.66667%;
}

.col--pull-11-of-12 {
  margin-left: -91.66667%;
}

.col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}

@media (max-width: 960px) {
  .col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 960px) and (min-width: 480px) {
  .col[class*=col--m-] {
    display: inline-block;
    margin-right: -0.24em;
  }

  .col.col--m-1-of-2, .col.col--m-2-of-4 {
    width: 50%;
  }

  .col.col--m-1-of-3 {
    width: 33.33333%;
  }

  .col.col--m-2-of-3 {
    width: 66.66667%;
  }

  .col.col--m-1-of-4 {
    width: 25%;
  }

  .col.col--m-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .col[class*=col--s-] {
    display: inline-block;
    margin-right: -0.24em;
  }

  .col.col--s-1-of-2, .col.col--s-2-of-4 {
    width: 50%;
  }

  .col.col--s-1-of-3 {
    width: 33.33333%;
  }

  .col.col--s-2-of-3 {
    width: 66.66667%;
  }

  .col.col--s-1-of-4 {
    width: 25%;
  }

  .col.col--s-3-of-4 {
    width: 75%;
  }
}
.col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col--d-first {
  float: left;
}

.col--d-last {
  float: right;
}

.ph_row--no-gutter {
  margin-left: 0;
  width: 100%;
}

.ph_row--no-gutter .col {
  padding-left: 0;
}

.ph_row--no-gutter .col--span-all {
  margin-left: 0;
  width: 100%;
}

.col--ab {
  vertical-align: bottom;
}

.col--am {
  vertical-align: middle;
}

/* colors by MRMRS */
/* clrs.cc */
* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #dadada;
  background-color: #21282e;
  line-height: 1.5;
}

/* SCROLL BAR STYLES */
body::-webkit-scrollbar {
  width: 9px;
}

body::-webkit-scrollbar-thumb {
  background-color: #21282e;
}

body::-webkit-scrollbar-track {
  background-color: #2a323a;
}

/* PAGE PRELOADER STYLES START */
.ph_preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #21282e;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 99999;
}

.ph_preloader .ph_spinner {
  width: 60px;
  height: 60px;
  background-color: rgba(33, 40, 46, 0.9);
  border-radius: 50%;
  position: relative;
  margin: 30px;
  display: inline-block;
  -webkit-animation: spinner_s 1s linear infinite;
  animation: spinner_s 1s linear infinite;
}

.ph_preloader .ph_spinner:after, .ph_preloader .ph_spinner:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.ph_preloader .spr:after {
  position: absolute;
  top: -3px;
  left: -3px;
  border: 3px solid transparent;
  border-top-color: #FFDC00;
  border-bottom-color: #FFDC00;
  -webkit-animation: spinner 1s linear infinite;
  animation: spinner 1s linear infinite;
}

@-webkit-keyframes spinner_s {
  0% {
    -webkit-transform: rotate(0deg) scale(1.3);
    transform: rotate(0deg) scale(1.3);
  }
  50% {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    background-color: #0c0e10;
  }
  70% {
    -webkit-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1.3);
    transform: rotate(360deg) scale(1.3);
  }
}
@keyframes spinner_s {
  0% {
    -webkit-transform: rotate(0deg) scale(1.3);
    transform: rotate(0deg) scale(1.3);
  }
  50% {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    background-color: #0c0e10;
  }
  70% {
    -webkit-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1.3);
    transform: rotate(360deg) scale(1.3);
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    border-top-color: #01FF70;
    border-bottom-color: #01FF70;
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    border-top-color: #01FF70;
    border-bottom-color: #01FF70;
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
/* PAGE PRELOADER STYLES END */
a {
  text-decoration: none;
  color: #39cccc;
  display: inline-block;
  outline: none;
  transition: all 200ms ease-in-out;
}

a:hover {
  color: #FFDC00;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.space {
  height: 500px;
}

.ph_page__holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ph_container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.ph_page__content {
  width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100vh;
}

section {
  width: calc(100% - 120px);
  margin: 0 auto;
  overflow: hidden;
}

section.ph_contacts, section.ph_about, section.ph_prices {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

aside, header.ph_main__sidebar {
  width: 60px;
  background-color: #21282e;
  height: 100vh;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2), 0 0 2px 1px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
}

aside {
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.2), 0 0 2px 1px rgba(0, 0, 0, 0.04);
}

h2.ph_section__title {
  font-size: 27px;
  font-family: "Capriola";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

h2.ph_section__title:after {
  content: "";
  width: 100px;
  height: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -50px;
}

p.ph_section__description {
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 80px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.ph_btn {
  display: inline-block;
  padding: 0.6em 1.5em;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0 0;
  border: 2px solid #fff;
  background-color: transparent;
  transition: all 250ms ease-in-out;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.ph_btn:hover {
  background-color: #FFF;
}

ul.ph_social__list li {
  margin: 10px 0;
}

ul.ph_social__list li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  transition: all 300ms ease-in-out;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2), 0 0 2px 1px rgba(0, 0, 0, 0.04);
}

ul.ph_social__list li a:hover {
  background-color: #FFDC00;
  color: #fff;
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.6), 0 0 2px 1px rgba(0, 0, 0, 0.04);
}

.prev_arrow, .next_arrow {
  position: absolute;
  font-size: 27px;
  bottom: 30px;
  transition: color 300ms ease-in-out;
  z-index: 27;
  color: rgba(255, 255, 255, 0.6);
}

.prev_arrow:hover, .next_arrow:hover {
  cursor: pointer;
  color: #fff;
}

.prev_arrow {
  right: 155px;
}

.next_arrow {
  right: 125px;
}

ul.slick-dots {
  position: absolute;
  bottom: 40px;
  left: 125px;
  list-style-type: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
  background-color: #FFDC00;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  cursor: pointer;
  transition: background 300ms ease-in-out;
  color: transparent;
  border: 0;
  outline: none;
  background-color: rgba(33, 40, 46, 0.6);
  border-radius: 50%;
}

/* ANIMATIONS */
.ph_Left__scroll {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ph_Right__scroll {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ph_heroTitle__scroll {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ph_title__scroll {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

/* MAIN PAGE SIDEBAR STYLES*/
header.ph_main__sidebar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 15px;
  text-align: center;
  width: 160px;
  left: -95px;
}

header.ph_main__sidebar .toggle_nav {
  font-size: 18px;
  color: #fff;
  display: none;
}

header.ph_main__sidebar .toggle_nav:hover {
  cursor: pointer;
}

header.ph_main__sidebar .ph_sidebar__logo {
  text-align: center;
  transition: all 300ms ease-in-out;
  width: 65px;
  position: absolute;
  right: 0;
}

header.ph_main__sidebar .ph_copy {
  text-align: center;
  width: 65px;
  transition: all 300ms ease-in-out;
  margin-left: calc(100% - 50px);
}

header.ph_main__sidebar .ph_sidebar__logo a {
  color: #fff;
  font-family: "Capriola", "Raleway", sans-serif;
  text-transform: uppercase;
}

header.ph_main__sidebar .ph_sidebar__logo a:hover {
  color: #FFDC00;
}

header.ph_main__sidebar .ph_sidebar__logo a img {
  max-width: 100%;
  padding: 0 5px;
}

header.ph_main__sidebar nav.ph_sidebar__nav ul.ph_main__list {
  text-align: right;
  list-style-type: none;
}

header.ph_main__sidebar nav.ph_sidebar__nav ul.ph_main__list li a {
  color: #fff;
  padding: 10px;
  display: block;
  position: relative;
}

header.ph_main__sidebar nav.ph_sidebar__nav ul.ph_main__list li a i {
  font-size: 18px;
  text-align: center;
  width: 20px;
}

header.ph_main__sidebar nav.ph_sidebar__nav ul.ph_main__list li a span {
  left: 0;
  padding-right: 50px;
  position: absolute;
  transition: left 400ms ease-in-out;
  top: 50%;
  width: 100%;
  margin-top: -10.5px;
  opacity: 1;
}

header.ph_main__sidebar nav.ph_sidebar__nav ul.ph_main__list li a:hover {
  color: #FFDC00;
}

/* HEADER ON HOVER STATEMENT */
header.ph_main__sidebar:hover {
  left: 0;
  background-color: #000;
}

header.ph_main__sidebar:hover nav.ph_sidebar__nav ul.ph_main__list {
  padding-left: 20px;
}

header.ph_main__sidebar:hover nav.ph_sidebar__nav ul.ph_main__list i {
  text-align: center;
}

header.ph_main__sidebar:hover nav.ph_sidebar__nav ul.ph_main__list span {
  font-size: 14px;
  opacity: 1;
  display: inline-block;
}

header.ph_main__sidebar:hover .ph_sidebar__logo, header.ph_main__sidebar:hover .ph_copy {
  margin-left: 0;
  width: 100%;
}

/* SOCIAL SIDEBAR STYLES*/
aside.ph_social__sidebar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  right: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.ph_main__sidebar.hst_1__bg, aside.ph_social__sidebar.hst_1__bg {
  background-color: rgba(33, 40, 46, 0.3);
  transition: all 300ms ease-in-out;
}

header.ph_main__sidebar.hst_1__scroll, aside.ph_social__sidebar.hst_1__scroll {
  background-color: #21282e;
}

/* HERO SECTION STYLES*/
section.ph_hero {
  min-height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.ph_hero:after {
  content: "";
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(33, 40, 46, 0.9);
}

section.ph_hero .ph_hero__container {
  height: 100%;
}

section.ph_hero .ph_hero__content {
  height: 100%;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
  text-align: center;
}

section.ph_hero .ph_hero__content h2.ph_section__title {
  margin-bottom: 25px;
  letter-spacing: 2px;
  max-width: 900px;
  text-transform: uppercase;
  font-size: 32px;
}

section.ph_hero .ph_hero__content h2.ph_section__title span {
  color: #FFDC00;
}

section.ph_hero .ph_hero__content p {
  max-width: 800px;
  margin: 0 auto;
  line-height: 21px;
  font-size: 13px;
}

section.ph_hero .ph_hero__content a.ph_btn {
  display: block;
  padding: 0.8em 3em;
  text-align: center;
  margin: 55px auto 0;
}

section.ph_hero.hst_1:after {
  display: none;
  z-index: 18;
  background: transparent;
}

section.ph_hero.hst_1 {
  width: 100%;
  padding: 0;
  background: transparent;
  position: relative;
}

section.ph_hero.hst_1 .ph_hero__slider, section.ph_hero.hst_1 .ph_hero__slide, section.ph_hero.hst_1 .slick-track, section.ph_hero.hst_1 .slick-list {
  height: 100%;
}

section.ph_hero.hst_1 .ph_hero__container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.ph_hero.hst_1 .ph_hero__slider {
  text-align: left;
  position: relative;
  z-index: 9;
}

section.ph_hero.hst_1 .ph_hero__slider .ph_hero__slide:first-child:after {
  background-color: rgba(33, 40, 46, 0.5);
}

section.ph_hero.hst_1 .ph_hero__slider .ph_hero__slide {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.ph_hero.hst_1 .ph_hero__slider .ph_hero__slide:after {
  display: block;
  z-index: 18;
  content: "";
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 17%, rgba(0, 0, 0, 0.52) 50%, rgba(0, 0, 0, 0.94) 100%);
}

section.ph_hero.hst_1 .ph_hero__slider .ph_slide__content {
  position: relative;
  z-index: 21;
  padding-left: 120px;
  padding-bottom: 120px;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

section.ph_hero.hst_1 .ph_hero__slider .ph_slide__content h2.ph_section__title {
  margin-bottom: 40px;
  max-width: 900px;
  text-align: left;
  text-transform: uppercase;
}

section.ph_hero.hst_1 .ph_hero__slider .ph_slide__content h2.ph_section__title span {
  color: #FFDC00;
}

section.ph_hero.hst_1 .ph_hero__slider .ph_slide__content h2.ph_section__title:after {
  left: 0;
  margin-left: 0;
  bottom: -2px;
}

section.ph_hero.hst_1 .ph_hero__slider .ph_slide__content .ph_hero__desc {
  text-transform: capitalize;
}

section.ph_hero.hst_1 .ph_hero__slider .ph_slide__content .ph_hero__desc .ph_desc__title {
  color: #fff;
  margin-right: 10px;
  font-weight: 700;
}

section.ph_hero.hst_1 .ph_hero__slider .ph_slide__content .ph_item__description {
  margin-top: 40px;
  max-width: 500px;
}

section.ph_hero.hst_1 .ph_hero__slider .ph_slide__content .ph_item__description .ph_desc__title {
  color: #fff;
  margin-right: 10px;
  font-weight: 700;
}

section.ph_hero.hst_1 .ph_hero__slider .ph_slide__content a.ph_btn {
  margin: 55px 0 0;
}

/* ABOUT SECTION STYLES*/
section.ph_about {
  position: relative;
  padding: 30px 0 40px;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.ph_about:after {
  content: "";
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #21282e;
}

section.ph_about .ph_section__title {
  margin-bottom: 90px;
}

section.ph_about .ph_about__container {
  position: relative;
  z-index: 9;
}

section.ph_about .ph_about__content {
  opacity: 1;
  border-left: 3px solid #fff;
  padding-left: 40px;
}

section.ph_about .ph_about__content, section.ph_about .ph_about__container {
  color: #fff;
}

section.ph_about .ph_about__content h3, section.ph_about .ph_about__container h3 {
  font-size: 27px;
  margin: 0 0 30px;
  font-family: "Capriola", "Raleway", sans-serif;
}

section.ph_about .ph_about__content p, section.ph_about .ph_about__container p {
  margin: 20px 0;
  font-size: 14px;
}

section.ph_about .ph_about__content p.about_text, section.ph_about .ph_about__container p.about_text {
  padding-right: 90px;
}

section.ph_about .ph_about__content p.muted, section.ph_about .ph_about__container p.muted {
  color: #a0a0a0;
}

section.ph_about .ph_about__facts {
  margin-top: 30px;
}

section.ph_about .ph_about__facts .ph_fact__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(33, 40, 46, 0.8);
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  margin-top: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.1);
}

section.ph_about .ph_about__facts .ph_fact__icon i {
  font-size: 32px;
}

section.ph_about .ph_about__facts .ph_fact__text {
  margin-left: 20px;
}

/* SERVICES SECTION STYLES */
.ph_services {
  padding: 70px 0 0;
  background-color: #1b2025;
}

.ph_services .ph_section__title {
  margin: 0 0 70px;
}

.ph_services_list {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}

.ph_service {
  width: 25%;
  max-width: 25%;
  flex-basis: 25%;
  display: flex;
  align-items: flex-end;
  padding: 15px 30px 30px;
  height: 435px;
  background-color: pink;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1200px) {
  .ph_service {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    height: 320px;
  }
}
@media (max-width: 768px) {
  .ph_service {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    height: 280px;
  }
}

.ph_service:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(33, 40, 46, 0.8);
  transition: all 0.3s ease-in-out;
}

.ph_service:hover:after {
  background-color: rgba(33, 40, 46, 0);
}

.ph_service_content {
  position: relative;
  z-index: 5;
}

.ph_service_title {
  margin: 0 0 15px;
}

.ph_service_title a {
  font-family: "Capriola";
  color: #ffffff;
}

.ph_service_description {
  font-size: 14px;
  color: #a0a0a0;
}

.ph_service_link {
  font-size: 12px;
  color: #ffffff;
  padding: 0.5em 2em;
}
.ph_service_link:hover {
  color: #1b2025;
}

/* GALLERY SECTION STYLES*/
section.ph_gallery {
  position: relative;
  padding: 70px 0 0;
  overflow: hidden;
  background-color: #21282e;
}

section.ph_gallery .ph_section__title {
  margin-bottom: 70px;
}

section.ph_gallery .ph_gallery__photos {
  clear: both;
}

section.ph_gallery .ph_gallery__photos .ph_gallery__item {
  display: block;
  width: 25%;
  position: relative;
  float: left;
  overflow: hidden;
}

section.ph_gallery .ph_gallery__photos .ph_gallery__item:hover .ph_gallery__photo {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}

section.ph_gallery .ph_gallery__photos .ph_gallery__item:hover .ph_gallery__hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

section.ph_gallery .ph_gallery__photos .ph_gallery__item:hover .ph_gallery__hover i {
  -webkit-transform: scale(1);
  transform: scale(1);
}

section.ph_gallery .ph_gallery__photos .ph_gallery__photo {
  position: relative;
  transition: all 450ms ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.ph_gallery .ph_gallery__photos .ph_gallery__photo:after {
  content: "";
  display: block;
  padding-top: 75%;
}

section.ph_gallery .ph_gallery__photos .ph_gallery__hover {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  font-size: 28px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-color: rgba(33, 40, 46, 0.8);
  color: #FFDC00;
  transition: all 250ms ease-in-out;
  -webkit-transform: scale(0.3) rotate(10deg);
  transform: scale(0.3) rotate(10deg);
}

section.ph_gallery .ph_gallery__photos .ph_gallery__hover i {
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(0.3) rotate(270deg);
  transform: scale(0.3) rotate(270deg);
}

/* PRICES SECTION STYLES*/
section.ph_prices {
  min-height: 100%;
  padding: 50px 0 20px;
  background-color: #1b2025;
}

section.ph_prices .ph_container {
  width: 100%;
  padding: 0 30px;
}

section.ph_prices .ph_price__items {
  margin-top: 50px;
  padding: 0 30px;
}

section.ph_prices .ph_price__single {
  padding: 30px 0;
  margin-bottom: 20px;
  background-color: rgba(33, 40, 46, 0.8);
  text-align: center;
  transition: all 250ms ease-in-out;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
}

section.ph_prices .ph_price__single:hover {
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.4), 0 0 2px 1px rgba(0, 0, 0, 0.04);
}

section.ph_prices .ph_price__single .ph_price__title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}

section.ph_prices .ph_price__single .ph_price {
  margin-bottom: 15px;
  font-size: 35px;
  font-family: "Capriola", "Raleway", sans-serif;
  color: #FFDC00;
}

section.ph_prices .ph_price__single .ph_price span {
  font-size: 24px;
}

section.ph_prices .ph_price__single ul.ph_price__list {
  list-style-type: none;
}

section.ph_prices .ph_price__single ul.ph_price__list li {
  padding: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

section.ph_prices .ph_price__single ul.ph_price__list li:nth-child(odd) {
  background-color: #1b2025;
}

section.ph_prices .ph_price__single ul.ph_price__list li:hover {
  cursor: default;
}

section.ph_prices .ph_price__single .ph_price__submit {
  padding: 0.5em 2em;
  margin-top: 30px;
  background-color: #161b1f;
}

section.ph_prices .ph_price__single .ph_price__submit:hover {
  border: 2px solid #FFDC00;
}

.ph_team {
  padding: 70px 0;
}
.ph_team .ph_section__title {
  margin: 0 0 70px;
}
.ph_team_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .ph_team_list {
    flex-wrap: wrap;
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .ph_team_list {
    padding: 0 15px;
  }
}
.ph_team_member {
  width: calc(25% - 30px);
  flex-basis: calc(25% - 30px);
  max-width: calc(25% - 30px);
  text-align: center;
  padding: 0 0 30px;
  border-bottom: 3px solid #6f7575;
  transition: all 0.3s ease-in-out;
}
.ph_team_member:hover {
  border-bottom-color: #0c0e10;
}
.ph_team_member:hover .ph_team_member_thumb {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7), 0 0 2px 1px rgba(0, 0, 0, 0.04);
}
.ph_team_member_thumb {
  height: 219px;
  width: 100%;
  margin: 0 0 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: box-shadow 0.3s ease-in-out;
}
.ph_team_member_name {
  font-size: 20px;
  font-family: "Capriola", sans-serif;
  margin: 0 0 5px;
  color: #ffffff;
}
.ph_team_member_position {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .ph_team_member {
    width: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .ph_team_member {
    width: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}

.ph_testimonials {
  padding: 70px 0;
  background-color: #1b2025;
}
.ph_testimonials_title {
  margin: 0 0 90px;
}
.ph_testimonials_controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ph_testimonials_control {
  padding: 5px 15px;
  border: 2px solid #21282e;
  color: #21282e;
  border-radius: 2px;
  transition: 0.15s ease-in-out;
  cursor: pointer;
}
.ph_testimonials_control:hover {
  border: 2px solid #4c5c69;
  color: #4c5c69;
}
.ph_testimonials_control_left {
  margin: 0 25px 0 0;
}
.ph_testimonials_list {
  margin: 0;
  position: relative;
}
.ph_testimonials_list .slick-track {
  padding: 45px 0 30px;
}
@media (min-width: 991px) {
  .ph_testimonials_list:before, .ph_testimonials_list:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 10;
    bottom: 0;
  }
  .ph_testimonials_list:before {
    left: 0;
    background: linear-gradient(to left, rgba(27, 32, 37, 0) 0%, rgba(27, 32, 37, 0.1) 33%, rgba(27, 32, 37, 0.5) 68%, rgba(27, 32, 37, 0.59) 75%, #1b2025 100%);
  }
  .ph_testimonials_list:after {
    background: linear-gradient(to right, rgba(27, 32, 37, 0) 0%, rgba(27, 32, 37, 0.1) 33%, rgba(27, 32, 37, 0.5) 68%, rgba(27, 32, 37, 0.59) 75%, #1b2025 100%);
    right: 0;
  }
}

.ph_testimonial {
  text-align: center;
  width: 740px;
  margin: 0 25px;
  background-color: #21282e;
  border-radius: 2px;
  padding: 5px 5px 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.05);
}
.ph_testimonial:focus, .ph_testimonial:active {
  outline: none;
}
.ph_testimonial_thumb {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ececec;
  margin: -50px auto 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.05);
}
.ph_testimonial_author {
  font-weight: 700;
  margin: 0 0 25px;
  font-size: 18px;
  color: #ffffff;
}
.ph_testimonial_text {
  padding: 0 7%;
  font-weight: 600;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .ph_testimonial {
    width: 450px;
    margin: 0 10px;
  }
  .ph_testimonial_author {
    margin: 0 0 15px;
  }
  .ph_testimonial_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 15px;
  }
}
@media (max-width: 450px) {
  .ph_testimonial {
    width: 320px;
    margin: 0 5px;
  }
}

.ph_blog {
  padding: 70px 0;
}
.ph_blog .ph_section__title {
  margin: 0 0 70px;
}
.ph_blog_row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ph_blog_row_inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ph_blog_article {
  background-color: #1b2025;
  color: #ffffff;
  min-height: 260px;
  padding: 25px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.ph_blog_article.large-height {
  height: 520px;
}
.ph_blog_article:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.25s ease-in-out;
  background-color: rgba(27, 32, 37, 0.95);
}
.ph_blog_article:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14), 0 1px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.ph_blog_article:hover:after {
  background-color: rgba(27, 32, 37, 0.8);
}
.ph_blog_article_content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.ph_blog_article_title {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 10px;
}
.ph_blog_article_text {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 33px;
}
.ph_blog_article_more {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.6em 2em;
  margin: 0;
}
.ph_blog_article_more:hover {
  color: #1b2025;
}
.ph_blog_article_center .ph_blog_article_content {
  align-items: center;
  text-align: center;
}
.ph_blog_article_center .ph_blog_article_title {
  margin: 0;
}
.ph_blog_article_large .ph_blog_article_content {
  justify-content: flex-end;
}
.ph_blog_list {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
  .ph_blog_row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ph_blog_row_inner .ph_blog_article_content .ph_blog_article_text {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .ph_blog_row_inner {
    flex-wrap: wrap;
  }
  .ph_blog_row_inner .ph_blog_article {
    width: 100%;
  }
  .ph_blog_article.large-height {
    height: auto;
    min-height: 260px;
  }
}

.article-1-of-2 {
  width: 50%;
}
.article-1-of-3 {
  width: 33.333%;
}
.article-2-of-3 {
  width: 66.666%;
}
.article-2-of-3 .ph_blog_article_text {
  max-width: 80%;
}
@media (max-width: 1200px) {
  .article-1-of-2, .article-2-of-3, .article-1-of-3 {
    width: calc(100% - 120px);
  }
  .article-1-of-2 .ph_blog_article_text, .article-2-of-3 .ph_blog_article_text, .article-1-of-3 .ph_blog_article_text {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .article-1-of-2, .article-2-of-3, .article-1-of-3 {
    width: 100%;
  }
  .article-1-of-2 .ph_blog_article_text, .article-2-of-3 .ph_blog_article_text, .article-1-of-3 .ph_blog_article_text {
    max-width: 100%;
  }
}

/* CONTACT SECTION STYLES*/
section.ph_contacts {
  min-height: 100%;
  height: 100vh;
  background-color: #1b2025;
}

section.ph_contacts .ph_section__title {
  margin-bottom: 50px;
}

section.ph_contacts .ph_contact__form .ph_form__group .form_input {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  height: 50px;
  background-color: transparent;
  border: none;
  transition: border 200ms ease-in-out;
  border-bottom: 2px solid #6f7575;
  padding-left: 10px;
}

section.ph_contacts .ph_contact__form .ph_form__group .form_input:focus {
  border-bottom: 2px solid #0c0e10;
  outline: none;
}

section.ph_contacts .ph_contact__form .ph_form__group textarea.form_input {
  min-height: 150px;
}

section.ph_contacts .ph_contact__form .ph_form__group .form_submit {
  background-color: #FFDC00;
  border: 2px solid #FFDC00;
  padding: 0.8em 2em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 2px 1px rgba(0, 0, 0, 0.04);
}

section.ph_contacts .ph_contact__form .ph_form__group .form_submit:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7), 0 0 2px 1px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  color: #FFDC00;
  border: 2px solid #fff;
}

.ph_contact__content {
  flex: 1;
  padding: 0 7%;
}
.ph_contact__map {
  height: 100%;
  width: 35%;
  background-color: #ececec;
}
@media (max-width: 1200px) {
  .ph_contact__content {
    padding: 70px 0 80px;
    flex: none;
  }
  .ph_contact__map {
    height: 420px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .ph_contact__map {
    width: calc(100% + 40px);
  }
}

@media (max-width: 1200px) {
  section.ph_contacts {
    flex-direction: column;
    height: auto;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .ph_form__group {
    padding: 0 40px;
  }
}
@media (max-width: 800px) {
  section.ph_contacts.map_init {
    padding: 70px 20px 0;
  }
}
/* max-width: 960px */
@media all and (max-width: 960px) {
  section.ph_hero {
    padding: 40px 20px;
  }

  section.ph_hero.hst_1 .ph_hero__slide.fst_slide .ph_hero__content {
    padding: 0 65px;
  }

  section.ph_about .ph_about__content {
    padding: 0 20px;
  }

  section.ph_about .ph_about__content h3 {
    font-size: 24px;
  }

  section.ph_about .ph_about__facts {
    margin-top: 50px;
  }

  section.ph_about .ph_about__facts .ph_fact__item {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 30px;
  }
}
@media all and (max-width: 800px) {
  section.ph_hero .ph_hero__content p {
    color: #fff;
  }

  .ph_page__content {
    height: 100%;
  }

  .ph_page__holder {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  ul.slick-dots {
    left: 20px;
  }

  .prev_arrow {
    right: 50px;
  }

  .next_arrow {
    right: 20px;
  }

  section {
    width: 100%;
    margin: 0 auto;
  }

  section.ph_hero, section.ph_about, section.ph_prices, section.ph_contacts {
    padding: 70px 20px 40px;
    min-height: 100vh;
  }

  section.ph_hero.hst_1 .ph_hero__slide .ph_slide__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  aside, header.ph_main__sidebar {
    width: 100%;
  }

  aside.ph_social__sidebar {
    display: block;
    height: 100%;
    background-color: #161b1f;
    padding: 20px 0;
    position: relative;
  }

  aside.ph_social__sidebar ul.ph_social__list li {
    display: inline-block;
    margin: 0 5px;
  }

  header.ph_main__sidebar.ph_head__resp {
    background-color: rgba(33, 40, 46, 0.5);
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    height: 60px;
    z-index: 12;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 2px 1px rgba(0, 0, 0, 0.04);
  }

  header.ph_main__sidebar.ph_head__resp .ph_copy {
    display: none;
  }

  header.ph_main__sidebar .ph_sidebar__logo, header.ph_main__sidebar:hover .ph_sidebar__logo {
    width: 65px;
    position: static;
  }

  header.ph_main__sidebar.ph_head__resp nav.ph_sidebar__nav ul.ph_main__list li span {
    margin-right: 0;
  }

  header.ph_main__sidebar nav.ph_sidebar__nav ul.ph_main__list {
    text-align: center;
  }

  header.ph_main__sidebar nav.ph_sidebar__nav ul.ph_main__list li a span {
    padding: 0;
  }

  header.ph_main__sidebar.ph_head__resp .ph_header__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header.ph_main__sidebar.ph_head__resp .toggle_nav {
    display: block;
  }

  header.ph_main__sidebar.ph_head__resp nav.ph_sidebar__nav ul.ph_main__list {
    display: none;
  }

  header.ph_main__sidebar.ph_head__resp nav.ph_sidebar__nav ul.ph_main__list li {
    display: block;
    padding: 10px 0;
  }

  header.ph_main__sidebar.ph_head__resp nav.ph_sidebar__nav ul.ph_main__list li i {
    display: none;
  }

  header.ph_main__sidebar.ph_head__resp nav.ph_sidebar__nav ul.ph_main__list li span {
    display: block;
    opacity: 1;
    font-weight: 600;
    position: static;
  }

  header.ph_main__sidebar.ph_head__resp.is-open {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    z-index: 9999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #21282e;
    padding: 20px 20px;
  }

  header.ph_main__sidebar.ph_head__resp.is-open .ph_header__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    padding: 17px 20px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  header.ph_main__sidebar.ph_head__resp.is-open nav.ph_sidebar__nav {
    padding-top: 20px;
    width: 100%;
  }

  header.ph_main__sidebar.ph_head__resp.is-open nav.ph_sidebar__nav ul.ph_main__list {
    display: block;
  }

  header.ph_main__sidebar.ph_head__resp:hover {
    width: 100%;
  }

  header.ph_main__sidebar.ph_head__resp:hover nav.ph_sidebar__nav ul.ph_main__list {
    padding-left: 0;
    text-align: center;
  }

  header.ph_main__sidebar.ph_head__resp:hover nav.ph_sidebar__nav ul.ph_main__list span {
    margin-left: 0;
  }

  section.ph_about .ph_about__content {
    text-align: center;
    border-right: 3px solid #fff;
  }

  section.ph_about .ph_about__content p.about_text {
    padding-right: 0;
    line-height: 1.6;
    font-size: 14px;
  }

  section.ph_about .ph_about__facts {
    margin-top: 60px;
  }

  section.ph_about .ph_about__facts .ph_fact__item {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.ph_gallery .ph_gallery__photos .ph_gallery__item {
    width: 33.3333%;
  }

  section.ph_prices .ph_container {
    width: 100%;
  }

  section.ph_contacts .col {
    padding-left: 0;
  }
}
@media all and (max-width: 600px) {
  ul.slick-dots {
    left: 30px;
  }

  .prev_arrow {
    right: 60px;
  }

  .next_arrow {
    right: 30px;
  }

  section.ph_hero.hst_1 .ph_hero__slide .ph_slide__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  section.ph_about .ph_about__content {
    text-align: center;
    border-right: 3px solid #fff;
  }

  section.ph_about .ph_about__content p.about_text {
    padding-right: 0;
    line-height: 1.6;
    font-size: 14px;
  }

  section.ph_about .ph_about__facts {
    margin-top: 60px;
  }

  section.ph_about .ph_about__facts .ph_fact__item {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.ph_gallery .ph_gallery__photos .ph_gallery__item {
    width: 33.3333%;
  }

  section.ph_prices .ph_price__items {
    padding: 0;
  }
}
@media all and (max-width: 400px) {
  section.ph_hero, section.ph_about, section.ph_prices, section.ph_contacts {
    padding: 70px 10px 40px;
  }
}
@media (min-width: 800px) and (min-height: 1000px) {
  section.ph_hero, section.ph_about, section.ph_prices, section.ph_contacts {
    min-height: 100%;
  }

  aside, header.ph_main__sidebar {
    height: 100%;
    min-height: 100%;
  }
}

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