/*
	Theme Name: Peak 2017
	Author URI: http://peakstudios.com
*/

/*------------------------------------*\
    FONTS
\*------------------------------------*/

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Bold.eot');
  src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.eot');
  src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Light.eot');
  src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Light.woff2') format('woff2'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype'), url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
  font-size: 62.5%;
}

body {
  font: 400 16px/1.4 'Montserrat', Helvetica, Arial, sans-serif;
  color: #666666;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s ease;
}

/* clear */

.clear:before, .clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.ls-wp-container {
  z-index: -1;
}

/* wrapper */

.wrapper, body.page-id-937 #home-test-form .wrapper {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

body.page-id-937 .wrapper,
body.page-id-1087 .wrapper  {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* header */

.header {
  display: block;
  position: fixed;
  z-index: 40;
  width: 100%;
  padding: 20px 40px;
}

/* logo */

.logo {
  float: left;
}

.logo-img {}

/* nav */

nav {
  margin: 32px 300px 0 0;
}

nav ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: center;
}

nav ul li {
  list-style: none;
  text-align: center;
}

nav li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}

nav ul li a {
  display: block;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 20px;
  color: #1e486e;
  text-transform: uppercase;
}

nav ul li:hover>a {
  color: #7fa3d4;
}

nav ul li.req-alt a {
  color: #fff;
  background-color: #0f1d41;
}

nav ul li.req-alt a:hover {
  background-color: #7fa3d4;
}

nav ul li.menu-item-has-children>a:after {
  font-family: 'FontAwesome';
  content: '\f107';
  margin: 0 0 0 5px;
  line-height: 90%;
}

nav .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 90;
  margin: 0 0 0 25px;
}

.sub-menu li {
  margin: 0;
  display: block;
  text-align: left;
  border-bottom: 1px solid #bdd9ff;
  background: #7fa3d4;
}

.sub-menu li a {
  color: #fff;
}

.sub-menu a {
  padding: 10px 15px;
  font-size: 16px;
}

nav ul li .sub-menu a:hover {
  background-color: #0f1d41;
  color: #ffffff;
}

/* head-phone */

.head-phone {
  position: absolute;
  right: 40px;
  top: 38%;
}

.head-phone a {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  color: #1e486e;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 0 56px
}

/* sidebar */

.sidebar {}

/* split content */

.split-content {
  display: table;
  width: 100%;
  position: relative;
  padding: 40px;
}

.split-content:nth-child(odd) {
  background-color: #f7f4e3;
}

.split-content-row {
  display: table-row-group;
}

.split-content-left {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}

.split-content-right {
  display: table-cell;
  width: 50%;
}

/* footer */

.footer {
  padding: 100px 0 40px;
  text-align: center;
  color: #fff;
  background-color: #1e486e;
  overflow: visible;
  position: relative;
}

.footer a {
  color: #699acb;
}

.footer a:hover {
  color: #fff;
}

.footer .foot-logo {
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -50px;
}

/*------------------------------------*\
    HOME SECTIONS
\*------------------------------------*/

#home-intro {
  margin-top: -100px;
  padding: 0 0 60px;
  text-align: center;
}

#home-intro h2 {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 38px;
  color: #1e486e;
}

#home-intro a, a.button-blue {
  color: #fff;
  font-weight: 700;
  background-color: #1e486e;
  border: 2px solid #699acb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 28px;
  display: inline-block;
}

#home-intro a:hover, a.button-blue:hover {
  background-color: #699acb;
  border: 2px solid #1e486e;
}

#home-intro ul.logo-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  align-items: center;
}

#home-intro ul.logo-list li {
  padding: 20px;
  width: 15%;
  margin-bottom: 20px;
}

#home-intro ul.logo-list li img {
  height:auto;
}

#home-services {
  background: #000000 url("img/galaxy-bg-2.jpg") no-repeat scroll center center / cover;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
}

#home-services h2 {
  color: #669abc;
  display: inline;
  font-size: 48px;
  line-height: 72px;
  font-weight: 400;
  margin-bottom: 40px;
}

#home-services h2 span {
  color: #fff;
  display: inline;
  font-size: 36px;
  line-height: 72px;
  font-weight: 400;
  margin-bottom: 40px;
}

#home-services ul h2 {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

#home-services ul#packages {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

#home-services ul#packages img {
  width: auto;
  max-height: 100px;
}

#home-services ul#packages li {
  padding: 40px;
  background-color: rgba(255, 255, 255, .8);
  width: 100%;
  border: 2px dotted rgba(107, 107, 107, 0.40);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#home-services ul#packages li ul {
  display: block;
  margin: 40px 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

#home-services ul#packages li ul li {
  width: 32%;
  color: #1e486e;
  text-align: left;
  margin-bottom: 26px;
  list-style: none;
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
}

#home-services ul#packages li ul li:before {
  font-family: 'FontAwesome';
  content: '\f14a';
  margin: 0 5px 0 -15px;
  color: #669abc;
}

#home-services #services-inner {
  padding: 140px 40px;
  width: 100%;
  background-image: url(img/service-top.png), url(img/service-bottom-2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0px -1px, 0px 101%;
  background-size: 100% auto, 100% auto;
}

#layerslider_5 {
  z-index: 2;
  margin: 0 !important;
}

#layerslider_5 p.client-test, #layerslider_5 p.client-author {
  border-radius: 10px;
  color: #fff;
  margin: 1em 0 3em;
  padding: 20px;
  position: relative;
}

#layerslider_5 p.client-test {
  background: rgba(30, 73, 110, 0.8) repeat scroll 0 0;
}

#layerslider_5 p.client-author {
  display: inline-block;
  color: #1e486e;
  background: #fff repeat scroll 0 0;
  font-weight: 200;
}

#layerslider_5 p.client-test::after {
  border-color: rgba(30, 73, 110, 0.8) transparent;
  border-style: solid;
  border-width: 20px 0 0 20px;
  bottom: -20px;
  content: "";
  display: block;
  left: 50px;
  position: absolute;
  width: 0;
}

#video-container {
  position: absolute;
}

#video-container {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

video {
  position: absolute;
  z-index: 0;
}

video.fillWidth {
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#home-test-form {
  text-align: center;
  padding: 80px 0 0;
  display: block;
  width: 100%;
  background: transparent url(img/test-form-bg.jpg) no-repeat scroll 0 -2px / cover;
  position: relative;
  overflow: visible;
}

#home-test-form.no-bg {
	text-align: center;
	padding: 0 0;
	display: block;
	width: 100%;
	background: none;
	position: relative;
	overflow: visible;
}



#home-test-form .faded {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 40px 0;
}

body.page-id-937 #home-test-form .faded {
  display:none;
}

body.page-id-937 ul#input_4_9 {
  column-count: 4;
}

#home-test-form h2 {
  text-align: left;
  color: #fff;
}

#home-test-form h3.gform_title {
  color: #1e486e;
  font-family: "Montserrat";
  font-size: 38px;
  font-weight: 400;
}

body #home-test-form .gform_wrapper ul li.gfield, body #support-form .gform_wrapper ul li.gfield {
  margin-top: 0;
  padding-top: 0;
}

body #home-test-form .gform_wrapper ul li.gfield .ginput_container_textarea textarea, body #home-test-form .gform_wrapper ul li.gfield .ginput_container_text input, body #support-form .gform_wrapper ul li.gfield .ginput_container_textarea textarea, body #support-form .gform_wrapper ul li.gfield .ginput_container_text input, body #support-form .gform_wrapper ul li.gfield .ginput_container_select select, body #gform_wrapper_4 .ginput_container_number input{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #1e486e;
  padding: 10px;
}

.gform_wrapper ul li#field_4_13 {
  vertical-align: top;
  margin-top: -11px !important;
}

body #support-form .gform_wrapper ul li.gfield .ginput_container_select {
  position: relative;
}

body #support-form .gform_wrapper ul li.gfield .ginput_container_select select {
  padding: 6px 10px;
  color: #666666;
  margin-top: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

body #support-form .gform_wrapper ul li.gfield .ginput_container_select:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #1e486e;
  padding: 20px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

body #home-test-form .gform_wrapper ul li.gfield.Tell {
  margin-top: 20px;
}

body #home-test-form .gform_wrapper .gform_footer input[type="submit"], body #support-form .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #1e486e;
  border: 2px solid #699acb;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 20px;
}

body #home-test-form .gform_wrapper .gform_footer input[type="submit"]:hover, body #support-form .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #699acb;
  border: 2px solid #1e486e;
}

#home-test-form img.glider {
  position: absolute;
  top: -75px;
  right: 80px;
}

#gform_wrapper_1 #field_1_5,
#gform_wrapper_1 #field_1_6  {
  padding-top:20px !important;
}

/*------------------------------------*\
    Interior Items
\*------------------------------------*/

body.page-template-template-plain #home-intro {
  padding: 0;
}

ul#team-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
}

ul#team-list li {
  padding: 20px;
  background-color: rgba(12, 30, 50, 1);
  width: 32%;
  border: 2px solid #1e486e;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

ul#team-list li h3, ul#team-list li p {
  color: #fff;
}

ul#team-list li h4 {
  font-size: 20px;
  color: #6A99C9;
}

body.page-template-template-plain #home-test-form::before {
  background: transparent url("img/service-bottom-2.png") no-repeat scroll left bottom / 100% auto;
  content: "";
  display: block;
  height: 140px;
  margin-top: -210px;
  position: relative;
  width: 100%;
}

body.page-template-template-plain #home-test-form.no-bg::before {
	display:none;
}

body.page-template-template-plain main {
  padding-bottom: 100px;
}

body.page-template-template-plain .gform_wrapper {
  margin: 0;
  padding: 20px 0;
}

ul.package-boxes {
  margin: 0 auto 40px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  list-style: none;
}

ul.package-boxes li.package {
  width: 33%;
  background-color: #1e486e;
  max-width: 300px;
  flex: 0 0 auto;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

ul.package-boxes li.package h2 {
  padding: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #1e486e;
}

ul.package-boxes li.package:nth-child(1) h2 {
  background-color: #DFDFDF;
}

ul.package-boxes li.package:nth-child(2) h2 {
  background-color: #42d65d;
  color: #ffffff;
}

ul.package-boxes li.package:nth-child(3) h2 {
  background-color: #FFE25F;
}

ul.package-boxes li.package h3 {
  background: #A0B9D2;
  padding: 20px;
  font-size: 52px;
  line-height: 56px;
  color: #1e486e;
}

ul.package-boxes li.package h3 sup {
  font-size: 20px;
  line-height: 20px;
  top: -1.5em;
}

ul.package-boxes li.package h3 span {
  display: block;
  font-size: 20px;
  line-height: 24px;
}

ul.package-boxes li.package ul {
  padding: 20px;
  list-style: none;
}

ul.package-boxes li.package ul li {
  padding: 10px 0;
  border-bottom: 1px solid #A0B9D2;
  color: #fff;
}

ul.package-boxes li.package:nth-child(2) ul li {
  padding: 12px 0;
}

ul.package-boxes li.package ul li strong {
  display: block;
  color: #A0B9D2;
}

ul.package-boxes li.package ul li:last-child {
  border: none;
}

ul.package-boxes li.package:nth-child(2) {
  margin: 0 -1px;
  z-index: 3;
}

section.also-included {
  width: 100%;
  background-color: #1e486e;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  display: block;
	margin-bottom: 40px;
}

section.also-included h2 {
  color: #A0B9D2;
  text-align: center;
}

section.also-included ul {
  list-style: none;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
}

section.also-included ul li {
  flex: 0 0 auto;
  margin: 5px;
  width: 32%;
}

.flex-half {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: auto;
	align-content: start;
	padding: 40px;
}

.flex-half:nth-child(even) {
  background-color: #f7f4e3;
}

.flex-half:nth-child(even) .flex-half-cont {
  padding-right:40px;
}

.flex-half:nth-child(odd) .flex-half-cont {
  padding-left:40px;
}

.flex-half.rev {
  flex-direction: row-reverse;
}

.flex-half > div {
  flex: 0 0 auto;
  width:50%;
}

.flex-half .flex-half-cont {
}

.flex-half-img .ls-inner {
  border:1px solid #A0B9D2;
}

.flex-half-img .ls-wp-container {
	z-index: 1;
}

ul.col-list {
  column-count: 3;
  column-gap: 40px;
}

ul.col-list li {
  margin-bottom:10px;
  list-style: none;
}

ul.col-list li::before {
	font-family: 'FontAwesome';
	content: '\f14a';
	margin: 0 5px 0 -15px;
	color: #669abc;
}

.sign-up-call {
  text-align: center;
  border:1px solid #1E486E;
  background-color:#dce8ef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding:40px 40px 20px;
}

.inner-wrap {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/*------------------------------------*\
    CLOUDS
\*------------------------------------*/

ul#clouds {
  position: fixed;
  z-index: 4;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0px;
  list-style: none;
  width: 100%;
}

ul#clouds li {
  position: absolute;
  left: 0;
  top: 0;
  transition: top 2s ease-out;
  transition: left 2s ease-out;
}

ul#clouds li:nth-child(1) {
  left: -15%;
  top: 0px;
}

ul#clouds li:nth-child(2) {
  left: 10%;
  top: 20px;
}

ul#clouds li:nth-child(3) {
  left: 45%;
  top: 0;
}

ul#clouds li:nth-child(4) {
  left: 50%;
  top: 10px;
}

ul#clouds li:nth-child(5) {
  left: 60%;
  top: 15px;
}

ul#clouds li:nth-child(6) {
  left: 15%;
  top: 45px;
}

ul#clouds li:nth-child(7) {
  left: 5%;
  top: 20px;
}

ul#clouds li:nth-child(8) {
  left: 0;
  top: 10px;
}

ul#clouds li:nth-child(9) {
  left: 67%;
  top: 30px;
}

ul#clouds li:nth-child(10) {
  left: 70%;
  top: 15px;
}

ul#clouds li:nth-child(11) {
  left: 60%;
  top: -20px;
}

ul#clouds li:nth-child(12) {
  left: 15%;
  top: 30px;
}

ul#clouds li:nth-child(13) {
  left: -100px;
  top: -20px;
}

ul#clouds li:nth-child(14) {
  left: -50px;
  top: -30px;
}

ul#clouds li:nth-child(15) {
  left: -15px;
  top: -15px;
}

ul#clouds li:nth-child(16) {
  left: -300px;
  top: -15px;
}

ul#clouds li:nth-child(17) {
  left: -300px;
  top: 5;
}

ul#clouds li:nth-child(18) {
  left: -300px;
  top: 0;
}

/*------------------------------------*\
    Blog
\*------------------------------------*/



body.single-post article.type-post {
  position: relative;
  max-width: 1200px;
  margin:0 auto;
  padding: 150px 20px;
}

/*------------------------------------*\
   scrolled
\*------------------------------------*/

ul#clouds.scrolled li {
  transition: top 1s ease-out;
  transition: left 1s ease-out;
}

ul#clouds.scrolled li:nth-child(6) {
  left: 65%;
  top: 5px;
}

ul#clouds.scrolled li:nth-child(7) {
  left: 30%;
  top: -10px;
}

ul#clouds.scrolled li:nth-child(8) {
  left: 10%;
  top: -50px;
}

ul#clouds.scrolled li:nth-child(13) {
  left: 20%;
  top: -5px;
}

ul#clouds.scrolled li:nth-child(14) {
  left: 45%;
  top: -10px;
}

ul#clouds.scrolled li:nth-child(15) {
  left: 70%;
  top: 0px;
}

ul#clouds.scrolled li:nth-child(16) {
  left: 10px;
  top: -15px;
}

ul#clouds.scrolled li:nth-child(17) {
  left: 0;
  top: 5px;
}

ul#clouds.scrolled li:nth-child(18) {
  left: -200px;
  top: 40px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, ol, ul, p {
  display: block;
  margin: 0 0 20px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 38px;
  color: #1e486e;
}

h3 {
  font-size: 28px;
}

p {
  line-height: 160%;
  font-weight: 300;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1280px) {
  video.fillWidth {
    width: auto;
    height: 100%;
  }
}

@media only screen and (max-width:1140px) {
  .head-phone {
    position: absolute;
    right: 40px;
    top: 0;
  }
  nav {
    margin: 32px 0 0 0;
  }
  nav ul {
    justify-content: right;
  }
}

@media only screen and (max-width:1024px) {
  video.fillWidth {
    display: none;
  }
  #home-intro ul.logo-list {
    justify-content: flex-start;
  }
  #home-intro ul.logo-list li {
    margin-bottom: 0;
    padding: 20px;
    width: 20%;
  }
}

@media only screen and (max-width:900px) {
  #home-services ul#packages li {
    width: 100%;
    margin-bottom: 40px;
  }
  #home-test-form img.glider {
    height: 400px;
  }
  #home-test-form .wrapper {
    padding-bottom: 100px;
  }
  #home-services ul#packages li ul li {
    width: 45%;
    margin-right:20px;
  }
}

@media only screen and (max-width:840px) {
  .head-phone {
    top: 70px;
  }
  ul#clouds {
    display: none;
  }
  .header {
    padding: 40px 40px;
    position: relative;
  }
  .split-content {
    padding: 20px 0;
  }
  .split-content .split-content-row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: box;
  }
  .split-content-left, .split-content-right {
    width: 100%;
    display: block;
    padding: 20px 40px;
  }
  .split-content-left {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
  .split-content-right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }

  body.single-post article.type-post {
    padding: 20px 20px 150px;
  }

  .flex-half {
	   display: block;
     width:100%;
  }

  .flex-half > div {
	   display: block;
     width:100%;
  }

  ul#team-list {
    width: 100%;
    display: block;
    margin: 0 0 40px;
    padding: 0;
  }

  ul#team-list li {
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
  }


}

@media only screen and (max-width:768px) {
  #layerslider_5 {
    height: 600px !important;
  }
  #layerslider_5 p.client-test, #layerslider_5 p.client-author {
    font-size: 14px !important;
  }
  #home-intro ul.logo-list li {
    margin-bottom: 0;
    padding: 20px;
    width: 25%;
  }
  #home-services ul#packages li ul li {
    width: 100%;
    margin-right:0;
  }

  #home-intro {
    margin-top: -40px;
  }

  ul.col-list, body.page-id-937 ul#input_4_9 {
	   column-count: 2;
  }
}

@media only screen and (max-width:540px) {
  .head-phone {
    position: relative;
    right: auto;
    top: auto;
  }
  .head-phone a {
    padding: 0;
  }
  #home-intro h2, #home-test-form h2 {
    font-size: 28px;
  }
  #home-intro h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width:480px) {
  #home-test-form img.glider {
    height: 300px;
    position: absolute;
    right: 40px;
    top: -100px;
  }
  #layerslider_5 p.client-test, #layerslider_5 p.client-author {
    font-size: 12px !important;
  }
  #home-intro img {
    width: 150px !important;
  }
  #home-intro {
    margin-top: -40px;
  }
  #home-intro ul.logo-list li {
    padding: 5px;
  }
  #home-services #services-inner {
    padding: 100px 10px;
  }
  ul.col-list, body.page-id-937 ul#input_4_9 {
	   column-count: 1;
  }
}

@media only screen and (max-width:320px) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
