html, body {
  font-family: 'Didact Gothic', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Didact Gothic', sans-serif;
}
body {
	padding-top: 0;
}
body::-webkit-scrollbar {
	width: 5px;
}
body::-webkit-scrollbar-track {
	background: #1d1d1b;
}
body::-webkit-scrollbar-thumb {
	background-color: #e30614;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1680px;
		padding: 0px 30px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 1680px;
	}
}
.container {
	padding: 0px 60px;
}

/* logo */

#request-form {
  display: none;
}

a.navbar-brand img {
	display: inline-block;
	min-width: 80px;
	width: 7vw;
	max-width: 100px;
}

#header {
	position: absolute;
	background: transparent;
}

#header .navbar-brand {
	padding: 0;
}

/* Bootstrap mobile menu everywhere */
.navbar-header {
	float: none;
	margin-top: 10px;
}

.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	max-height: 100%;
	padding-left: 0;
	padding-right: 0;
}

.navbar-collapse.collapse {
	display: none!important;
}

.navbar-nav {
  width: 100%;
  padding-top: 20px;
  margin: 0;
}

.navbar-nav>li {
	float: none;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-collapse.mobile-menu {
  float: right;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
}
.overlay {
  background: #0000005e;
  height: 100%;
  padding: 0px;
  margin: 0px;
}
.right-menu {
  padding: 0;
  height: 100%;
  background: #222;
}
/* Bootstrap mobile menu everywhere */

.navbar-toggle {
  display: block;
	position: relative;
	float: right;
	padding: 9px 6px;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 1px;
	background-color: #333333;
	border: 1px solid transparent;
	border-radius: 0;
}

.navbar-nav {
	margin-top: 0;
}

@media (max-width: 768px) {
	#mobile-menu {
		padding-right: 0;
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	#mobile-menu {
		padding-right: 0;
	}
}

.btn,
#main-slider .carousel .btn {
	display: inline-block;
	font-weight: 100;
	color: rgb(255, 255, 255);
	font-size: 1.3em;
	background: rgb(237, 29, 0);
	border: 2px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: 0.4rem 2rem;
	padding-bottom: 0.4rem;
	padding-bottom: 0.45rem;
	border-radius: 2rem;
	vertical-align: middle;
	text-shadow: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#main-slider .wet-asphalt {
  background-color: #111;
}

.full-screen {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
}

.carousel .credits {
  background: rgba(0,0,0,0.7);
  border-radius: 5px;
  padding: 10px;
  right: 5%;
  position: absolute;
  bottom: 10%;
  border: 1px solid black;
  text-align: center;
}

.btn:hover,
#main-slider .carousel .btn:hover {
	background: rgb(29, 29, 27);
	border-color: rgb(237, 29, 0);
	color: rgb(237, 29, 0);
}

.sea-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 200px;
}
.grad-sea {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
}

#main-slider .prev {
	background: url("assets/images/prev.png") no-repeat 50%;
	background-size: 45%;
}

#main-slider .next {
	background: url("assets/images/next.png") no-repeat 50%;
	background-size: 45%;
}

#main-slider .prev i, #main-slider .next i {
	display: none;
}
#main-slider .carousel h2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  font-size: 3.5em;
}

/*** video-background ***
#main-slider .page-hero::before {
  background: rgba(0,0,0,.6);
}

#main-slider .page-hero::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    background-color: rgba(39, 39, 39, 0.5);
}
/*** video-background ***/

#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	color: transparent;
	display: inline-block;
	margin-top: -25px;
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 5;
}

#main-slider .prev:hover, #main-slider .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.boxed.animated-item-2 {
	background-color: transparent;
	width: 0;
}

.carousel-content hr {
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	max-width: 50%;
}

.carousel-indicators li {
  margin: 0 3px;
	background-color: white;
	border-color: white;
	-webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.carousel-indicators li.active {
	background-color: rgb(237, 29, 0);
	border-color: rgb(237, 29, 0);
	-webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.entry-thumbnail img {
	width: 100%;
}

#title {
	background-color: #f2f2f2;
	color: #1a1a1a;
	padding-bottom: 0;
	padding-top: 0px;
}

#bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
}

#footer {
	background: black;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.2em;
}

#footer .ventures {
	width: 50px;
	height: 50px;
	float: left;
}

#footer .ventures a {
	width: 100%;
	height: 100%;
	display: block;
}

.socialize {
	padding-left: 0;
}

.socialize li {
	font-size: 1.2em;
	line-height: 140%;
	padding: 10px 0;
	/* border-bottom: 1px solid #eee; */
	list-style: none;
}

.black_circle {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	float: left;
	margin: 0px 10px;
	margin-left: 0;
	font-size: 17px;
}

.black_circle i {
	font-size: 0.8em;
	line-height: 1.5em;
}

.tick {
  background: green;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	float: left;
	margin: 0px 10px;
	margin-left: 0;
	font-size: 17px;
}
.tick i {
  font-size: 1em;
  width: 100%;
	line-height: 1.5em;
}

.box::-webkit-scrollbar, .halfbox::-webkit-scrollbar {
	width: 0px;
}

.box::-webkit-scrollbar, .halfbox::-webkit-scrollbar {
	background: #3c3c3c;
}

.box::-webkit-scrollbar, .halfbox::-webkit-scrollbar {
	background-color: #3eabbb;
}

.box:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.box .content, .box .su-box-content {
	padding: 10%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.horizonLine {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 600;
}
.horizonLine:before {
  content: "";
  flex: auto;
  background: #8b8b8b;
  height: 1px;
  margin: auto;
  margin-right: 20px;
}
.horizonLine:after {
  content: "";
  flex: auto;
  background: #8b8b8b;
  height: 1px;
  margin: auto;
  margin-left: 20px;
}

.box, .halfbox {
	position: relative;
	float: left;
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

.halfbox:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.halfbox .content, .halfbox .su-box-content {
	padding: 10%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@media (max-width: 768px) {
	.box {
		width: 100%;
	}
	.halfbox {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.box {
		width: 100%;
	}
	.halfbox {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.box {
		width: 50%;
	}
	.halfbox {
		width: 25%;
	}
}

@media (min-width: 1200px) {
	.box {
		width: 50%;
	}
	.halfbox {
		width: 25%;
	}
}
/*** pricing-tables ***/
.pricing-tables {
  align-items: center;
}
.pricing-tables .plan {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 0 1px rgba(39,44,49,.1), 0 3px 16px rgba(39,44,49,.07);
}
.pricing-tables .plan:hover {
  box-shadow:  0 1px 10px rgba(0,0,0,.2);
  transition: all .3s ease;
  transform: translate3D(0,-1.5px,0);
}
.pricing-tables .plan li.plan-ribbon {
    z-index: 2;
    position: absolute;
    line-height: 2.35;
    font-size: .95rem;
    font-weight: 500;
    background: rgba(237, 29, 0, 0.85);
    color: white;
    width: 150px;
    top: 20px;
    left: -40px;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pricing-tables .plan.featured {
  background-color: #fff;
}
.pricing-tables .plan li.plan-price{
  margin-bottom: 0;
}
.pricing-tables .plan li,
.pricing-tables .plan li.plan-name {
  color: #000;
}
.pricing-tables .plan-button-box {
  margin-top: 0px;
}
.pricing-tables .plan li.plan-price > div {
  width: 90px;
  height: 90px;
  padding: 20px;
  background-color: rgba(0,0,0,0.9);
  color: #fff;
}
/*** pricing-tables ***/

/**** page-title ****/
.page-title {
  min-height: 200px;
  background-size: cover;
  background-position: center top;
  color: white;
  padding: 60px 0;
}
.page-title h2 {
  font-size: 5em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.page-title p {
  font-size: 1.5em;
}
/**** page-title ****/

/**** team ****/
.team-member .bg {
  background-position: center;
  background-size: cover;
}
.team-member .overlay {
  background-color: rgb(233, 18, 48);
  opacity: 0;
  min-height: 360px;
  transition: opacity 0.35s;
}
.team-member:hover .overlay {
  opacity: 0.2;
  transition: opacity 0.35s;
}
.team-member .icon-links a {
  padding: 0 7.5px;
}
.team-member figure .icon-links {
  font-size: 100%;
}
.team-member figure .icon-links i:hover {
  color: rgb(233, 18, 48);
}
/**** team ****/

/**** faq ****/
ul li.faq {
  list-style: none;
}
/**** faq ****/

/**** map ****/
section.map {
  padding: 0;
  margin: 0;
}
section.map iframe {
  position: relative;
  bottom: -5px;
}
/**** map ****/

/* Contact Form 7 */

input.wpcf7-submit {
  display: block;
  width: 100%;
  margin-top: 25px;
}

div.wpcf7-response-output {
  margin: 0;
  padding: 15px;
  font-size: 12px;
}

div.wpcf7-mail-sent-ok {
  border: solid 2px #4b4b4b;
}

div.wpcf7 .ajax-loader {
  display: none;
}

.page-template-page-frontpage .wpcf7-form,
.page-template-builder .wpcf7-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-template-page-frontpage .wpcf7-form p,
.page-template-builder .wpcf7-form p {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 5px 15px 5px;
}

.page-template-page-frontpage .wpcf7-form div.wpcf7-response-output,
.page-template-builder .wpcf7-form div.wpcf7-response-output {
  width: 100%;
  margin: 15px 5px 0 5px;
  display: none;
}

.page-template-page-frontpage .wpcf7-form span.wpcf7-form-control-wrap,
.page-template-builder .wpcf7-form span.wpcf7-form-control-wrap {
  padding-bottom: 40px;
}

.page-template-page-frontpage .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.page-template-builder .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
}

/**** wpcf7 ****/
div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.wpcf7-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

div.wpcf7 label {
  display: block;
  margin: 0 0 8px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
}

div.wpcf7 .wpcf7-form p {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 3px 15px;
}

@media (max-width: 767px)
div.wpcf7 input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-form-control-wrap {
  position: relative;
}

div.wpcf7 input,
div.wpcf7 textarea,
div.wpcf7 select {
    display: inline-block;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    height: 48px;
    padding: 6px 12px;
    line-height: normal;
    border: 1px solid #bebebe;
    background-color: #fff;
    background-image: none;
    font-family: inherit;
    color: #4b4b4b;
    -webkit-transition: border-color .18s ease;
    transition: border-color .18s ease;
    box-shadow: 0 3px 1px #ddd;
    border-radius: 0;
}

div.wpcf7 input:hover,
div.wpcf7 input:focus,
div.wpcf7 textarea:hover,
div.wpcf7 textarea:focus,
div.wpcf7 select:hover,
div.wpcf7 select:focus {
  outline: none;
  border-color: #c2c2c2;
}

div.wpcf7 input[type='text'],
div.wpcf7 input[type='email'],
div.wpcf7 input[type='date'],
div.wpcf7 select,
div.wpcf7 textarea {
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0.5em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div.wpcf7 input[type="submit"] {
    display: inline-block;
    font-weight: normal;
    margin: 0;
    line-height: normal;
    border: 0;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
    transition: .18s background-color ease, .18s color ease, .18s border-color ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    width: auto;
    height: auto;
    background: #ed1d00;
    border: 2px solid #ed1d00;
    color: white;
    padding: 13px 40px;
    font-size: 14px;
    -webkit-appearance: button;
    cursor: pointer;
}

div.wpcf7 input[type="submit"]:hover,
div.wpcf7 input[type="submit"]:focus {
  color: #ed1d00;
  border: 2px solid #ed1d00;
  background: #1d1d1b;
}

div.wpcf7 input.wpcf7-submit {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin: 0 0 7px;
}

div.wpcf7  input,
div.wpcf7  textarea,
div.wpcf7  select {
  display: inline-block;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    height: 48px;
    padding: 6px 12px;
    line-height: normal;
    border: 1px solid #ebebeb;
    background-color: #fff;
    background-image: none;
    font-family: inherit;
    color: #4b4b4b;
    -webkit-transition: border-color .18s ease;
    transition: border-color .18s ease;
    box-shadow: 0 3px 1px #ddd;
    border-radius: 0;
}
.page-template-page-frontpage .wpcf7-form div.wpcf7-response-output,
.page-template-builder .wpcf7-form div.wpcf7-response-output {
    width: 100%;
    margin: 15px 5px 0 5px;
    display: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #ed1d00;
}
.page-template-page-frontpage .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.page-template-builder .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
}
.page-template-page-frontpage .wpcf7-form span.wpcf7-form-control-wrap {
  padding-bottom: 30px;
}
/**** wpcf7 ****/

#page:focus {
  outline: none;
}

.pricing-tables .slick-slide .plan {
  margin: 0;
  transform: scale(0.9);
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pricing-tables .slick-slide.slick-current .plan {
  margin: 5px;
  transform: scale(1);
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pricing-tables .slick-slide {
  margin: 1px;
  padding: 1px;
}

.slick-slide:focus {
  outline: none;
}

.slick-list {
  margin: 25px 0;
}

/* slick-dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* slick-dots */
/* Arrows */
.slick-prev,
.slick-next{
  z-index: 100;
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 50px;

  position: absolute;
  top: 50%;

  display: block;

  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background-color: rgba(0,0,0,0.6);
  background-size: 40%;
  background-position: center;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: rgba(0,0,0,0.8);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev {
  left: 10px;
  background-image: url("assets/images/prev.png");
  background-repeat: no-repeat;
}
[dir='rtl'] .slick-prev{
  right: 10px;
  left: auto;
}

.slick-prev:before{
  content: '←';
}
[dir='rtl'] .slick-prev:before{
  content: '→';
}
.slick-next {
  right: 10px;
  background-image: url("assets/images/next.png");
  background-repeat: no-repeat;
}

[dir='rtl'] .slick-next{
  right: auto;
  left: 10px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/*** testimonials ***/
.testimonial .section-title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 40px;
  line-height: normal;
  margin: 0 0 30px;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  color: rgba(255,255,255,1);
  letter-spacing: -.05em;
}

.testimonial .section-title + .section-subtitle,
.testimonial .section-title + .jetpack-testimonial-shortcode {
    margin-top: -30px;
}
.testimonial .jetpack-testimonial-shortcode {
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.testimonial .testimonial-entry {
  margin: 0 auto 50px;
  color: rgba(255,255,255,1);
}

.testimonial .testimonial-entry .testimonial-entry-content {
    margin: 0 20%;
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .testimonial .testimonial-entry .testimonial-entry-content {
    margin: 0 5px;
  }
}
.testimonial-entry .testimonial-entry-title {
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    letter-spacing: .18em;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 15px;
}
.item-testimonial cite::before, .item-testimonial .testimonial-entry-title::before, .testimonial-entry cite::before, .testimonial-entry .testimonial-entry-title::before {
    content: "";
    display: block;
    width: 30px;
    border-top: 1px solid rgba(255,255,255,1);
    margin: 25px auto;
}
.testimonial .testimonial-entry-content p:before {
  content: '\201c';
  position: absolute;
  font-size: 5.5rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  left: 5px;
  line-height: 1;
  color: #ed1d00;
}
/*** testimonials ***/
/*** hero ***/
#page section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-hero-deep {
  background: url(//mironidis.com/pirates/wp-content/uploads/sites/5/2019/04/Pirate-Boats-27.jpeg);
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
}
.home-hero-deep::before {
  background-color: rgba(0,0,0,.65);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-hero-deep h2.horizonLine {
  position: relative;
}
/*** hero ***/

/*** parallax-bg ***/
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*** parallax-bg ***/


#page .entry-content>* {
  padding-left: 50px;
  padding-right: 50px;
}

#page .row.pricing-tables {
  margin-left: 0;
  margin-right: 0;
}

#page .entry-content .full-width {
  padding-left: 0;
  padding-right: 0;
}

/*********** responsive guide ********
@media (max-width: 768px) {
body.home{
border-top: 10px solid yellow !important;
}
}
@media (min-width: 768px) {
body.home{
border-top: 10px solid blue !important;
}
}
@media (min-width: 992px) {
body.home{
border-top: 10px solid green !important;
}
}
@media (min-width: 1200px) {
body.home{
border-top: 10px solid red !important;
}
}
/*********** responsive guide ********/