/*
Theme Name: Spicy Broccoli 2019
Theme URI: http://spicybroccoli.com
Description: Spicy Broccoli template for WordPress sites. Good for you company's health!
Author: Spicy Broccoli Media
Author URI: http://spicybroccoli.com/
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
    height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	color: #075087;
	height: 100%;
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .title-header {
	clear: both;
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}
.title-header.small {
	font-size: 25px;
	line-height: 30px;
}
.title-header.xsmall {
	font-size: 15px;
	line-height: 22px;
}
.title-header span,
.title-header strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	display: block;
	color: #075087;

}
/* PAGE CONFIG */
#page .content h1,
#page .content h2,
#page .content h3,
#page .content h4,
#page .content h5,
#page .content h6 {
	text-align: left;
	font-size: 25px;
	line-height: 30px
}
#page .content h3 { font-size: 23px; line-height: 30px; }
#page .content h4 { font-size: 21px; line-height: 28px; }
#page .content h5 { font-size: 19px; line-height: 26px; }
#page .content h6 { font-size: 17px; line-height: 24px; }
/* END PAGE CONFIG */
ol, ul {
	list-style: none;
}
p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 30px;
}
p.large {
	font-size: 20px;
	line-height: 30px;
}
p:last-child {
	margin-bottom: 0px;
}
article .content p:last-child {
    margin-bottom: 0;
}
article ul > li,
article ol > li {
    padding-left: 0px;
    line-height: 24px;
}
article ol{
	list-style: decimal;
}
article ul {
	list-style: square;
}
article ol,
article ul {
	list-style-position: outside;
	margin-bottom: 30px;
	margin-left: 18px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
}
a:active, a:hover {
	color: #ff6b00;
}
a, a *, a:before, a:after,
.btn,
.sub-menu,
.header-wrapper {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
figure img {
    vertical-align: bottom;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}
.txt-upper {
	text-transform: uppercase;
}
.align-center > p,
.align-center {
	text-align: center;
}
.img-center,
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
figure > img,
.content img {
	max-width: 100%;
	height: auto;
}
.content-wrap img {
	margin-bottom: 30px;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-transform {
	text-transform: initial !important;
}
.no-letterspacing {
	letter-spacing: 0 !important;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.clearfix:after, .container:after, .row:after {
	content: "";
	display: table;
	clear: both;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1201px) {
    .container {
    	width: 1230px;
    }

}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before, .row:after {
	display: flex !important;
	}
/* COLUMNS CONFIGURATION
 * See instruction at https://getbootstrap.com/docs/4.0/layout/grid/;
 */
 .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
	.container-limit,
  .container-limit p{
    width: 75%;
    margin-right: auto;
		margin-left: auto;
	}
  @media (min-width: 576px) {
	.container {
	  max-width: 540px;
	}
  }

  @media (min-width: 768px) {
	.container {
	  max-width: 720px;
	}
  }

  @media (min-width: 992px) {
	.container {
	  max-width: 960px;
	}
  }

  @media (min-width: 1024px) {
	.container {
	  max-width: 1024px;
	}
	.container.splitted {
	  max-width: 512px;
	}
  }

  @media (min-width: 1171px) {
	.container {
	  max-width: 1170px;
	}
	.container.splitted {
	  max-width: 570px;
	}
	}

	.container-wide {
		max-width: 1600px;
	}

  .container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }

  .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
  }

  .no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  .no-gutter-right {
	margin-right: 0;
  }
  .no-gutter-left {
	margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
  }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
  }

  .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }

  .col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
  }

  .col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }

  .col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }

  .col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }

  .col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }

  .col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }

  .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }

  .col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }

  .col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }

  .col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }

  .col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }

  .col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }

  .col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }

  .order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
  }

  .order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
  }

  .order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
  }

  .order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
  }

  .order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
  }

  .order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
  }

  .order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
  }

  .order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
  }

  .order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
  }

  .order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
  }

  .order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
  }

  .order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
  }

  .order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
  }

  .order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
  }

  .order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
  }

  .offset-1 {
	margin-left: 8.333333%;
  }

  .offset-2 {
	margin-left: 16.666667%;
  }

  .offset-3 {
	margin-left: 25%;
  }

  .offset-4 {
	margin-left: 33.333333%;
  }

  .offset-5 {
	margin-left: 41.666667%;
  }

  .offset-6 {
	margin-left: 50%;
  }

  .offset-7 {
	margin-left: 58.333333%;
  }

  .offset-8 {
	margin-left: 66.666667%;
  }

  .offset-9 {
	margin-left: 75%;
  }

  .offset-10 {
	margin-left: 83.333333%;
  }

  .offset-11 {
	margin-left: 91.666667%;
  }

  @media (min-width: 576px) {
	.col-sm {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-sm-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-sm-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-sm-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-sm-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-sm-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-sm-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-sm-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-sm-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-sm-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-sm-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-sm-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-sm-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-sm-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-sm-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-sm-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-sm-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-sm-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-sm-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-sm-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-sm-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-sm-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-sm-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-sm-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-sm-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-sm-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-sm-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-sm-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-sm-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-sm-0 {
	  margin-left: 0;
	}
	.offset-sm-1 {
	  margin-left: 8.333333%;
	}
	.offset-sm-2 {
	  margin-left: 16.666667%;
	}
	.offset-sm-3 {
	  margin-left: 25%;
	}
	.offset-sm-4 {
	  margin-left: 33.333333%;
	}
	.offset-sm-5 {
	  margin-left: 41.666667%;
	}
	.offset-sm-6 {
	  margin-left: 50%;
	}
	.offset-sm-7 {
	  margin-left: 58.333333%;
	}
	.offset-sm-8 {
	  margin-left: 66.666667%;
	}
	.offset-sm-9 {
	  margin-left: 75%;
	}
	.offset-sm-10 {
	  margin-left: 83.333333%;
	}
	.offset-sm-11 {
	  margin-left: 91.666667%;
	}
  }

  @media (min-width: 768px) {
	.col-md {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-md-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-md-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-md-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-md-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-md-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-md-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-md-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-md-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-md-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-md-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-md-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-md-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-md-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-md-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-md-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-md-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-md-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-md-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-md-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-md-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-md-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-md-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-md-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-md-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-md-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-md-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-md-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-md-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-md-0 {
	  margin-left: 0;
	}
	.offset-md-1 {
	  margin-left: 8.333333%;
	}
	.offset-md-2 {
	  margin-left: 16.666667%;
	}
	.offset-md-3 {
	  margin-left: 25%;
	}
	.offset-md-4 {
	  margin-left: 33.333333%;
	}
	.offset-md-5 {
	  margin-left: 41.666667%;
	}
	.offset-md-6 {
	  margin-left: 50%;
	}
	.offset-md-7 {
	  margin-left: 58.333333%;
	}
	.offset-md-8 {
	  margin-left: 66.666667%;
	}
	.offset-md-9 {
	  margin-left: 75%;
	}
	.offset-md-10 {
	  margin-left: 83.333333%;
	}
	.offset-md-11 {
	  margin-left: 91.666667%;
	}
  }

  @media (min-width: 992px) {
	.col-lg {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-lg-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-lg-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-lg-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-lg-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-lg-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-lg-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-lg-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-lg-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-lg-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-lg-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-lg-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-lg-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-lg-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-lg-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-lg-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-lg-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-lg-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-lg-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-lg-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-lg-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-lg-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-lg-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-lg-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-lg-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-lg-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-lg-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-lg-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-lg-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-lg-0 {
	  margin-left: 0;
	}
	.offset-lg-1 {
	  margin-left: 8.333333%;
	}
	.offset-lg-2 {
	  margin-left: 16.666667%;
	}
	.offset-lg-3 {
	  margin-left: 25%;
	}
	.offset-lg-4 {
	  margin-left: 33.333333%;
	}
	.offset-lg-5 {
	  margin-left: 41.666667%;
	}
	.offset-lg-6 {
	  margin-left: 50%;
	}
	.offset-lg-7 {
	  margin-left: 58.333333%;
	}
	.offset-lg-8 {
	  margin-left: 66.666667%;
	}
	.offset-lg-9 {
	  margin-left: 75%;
	}
	.offset-lg-10 {
	  margin-left: 83.333333%;
	}
	.offset-lg-11 {
	  margin-left: 91.666667%;
	}
  }

  @media (min-width: 1200px) {
	.col-xl {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-xl-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-xl-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-xl-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-xl-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-xl-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-xl-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-xl-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-xl-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-xl-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-xl-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-xl-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-xl-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-xl-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-xl-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-xl-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-xl-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-xl-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-xl-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-xl-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-xl-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-xl-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-xl-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-xl-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-xl-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-xl-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-xl-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-xl-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-xl-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-xl-0 {
	  margin-left: 0;
	}
	.offset-xl-1 {
	  margin-left: 8.333333%;
	}
	.offset-xl-2 {
	  margin-left: 16.666667%;
	}
	.offset-xl-3 {
	  margin-left: 25%;
	}
	.offset-xl-4 {
	  margin-left: 33.333333%;
	}
	.offset-xl-5 {
	  margin-left: 41.666667%;
	}
	.offset-xl-6 {
	  margin-left: 50%;
	}
	.offset-xl-7 {
	  margin-left: 58.333333%;
	}
	.offset-xl-8 {
	  margin-left: 66.666667%;
	}
	.offset-xl-9 {
	  margin-left: 75%;
	}
	.offset-xl-10 {
	  margin-left: 83.333333%;
	}
	.offset-xl-11 {
	  margin-left: 91.666667%;
	}
	}
	.flex-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

/* END COLUMNS CONFIGURATIONS */
/* SECTION CONFIG  */
.section-space {
	padding-top: 60px;
    padding-bottom: 60px;
}
.section-space-bottom {
    padding-bottom: 60px;
}
.section-space-top {
    padding-top: 60px;
}
.section-space-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-space-bottom-sm {
    padding-bottom: 30px;
}
.section-space-top-sm {
    padding-top: 30px;
}
.section-space-xs {
    padding-top: 15px;
    padding-bottom: 15px;
}
.section-space-bottom-xs {
    padding-bottom: 15px;
}
.section-space-top-xs {
    padding-top: 15px;
}
.section-space-double {
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-space-bottom-double {
    padding-bottom: 120px;
}
.section-space-top-double {
    padding-top: 120px;
}
/* END SECTION CONFIG */
/* BG & COLORS */
.bg-cover {
	background-size: cover;
	background-position: center center;
}
.color-white,
.color-white * {
	color: #ffffff;
}
.color-blue,
.color-blue * {
	color: #06144b;
}
.color-green,
.color-green * {
	color: #52c329;
}
.color-grey,
.color-grey * {
	color: #221f20;
}
.bg-green {
	background-color: #52c329;
}
.bg-blue {
	background-color: #06144b;
}
.bg-orange {
	background-color: #ff6b00;
}
.bg-orange a:active,
.bg-orange a:hover {
	color: #06144b;
}
.bg-grey-light {
	background-color: #cccccc;
}
/* END BG & COLORS */
/* BTNs */
.btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btn-wrapper.multi {
	justify-content: space-around;
}
.btn-wrapper.right {
	justify-content: flex-end;
}
.btn-wrapper.left {
	justify-content: flex-start;
}
.btn,
.btn-white:hover,
.btn-white-orange,
.btn-green:hover {
	padding: 15px 30px;
	border-radius: 50px;
	background: #06144b;
	color: #ffffff;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.btn.small,
.btn.xsmall  {
	padding: 7px 20px;
	border-radius: 15px;
	line-height: 13px;
}
.btn.xsmall {
	font-size: 11px;
	line-height: 11px;
}
.btn-orange,
.btn-white-orange:hover {
	background: #ff6b00;
}
.btn-green {
	background: #52c329;
}
.btn-orange:hover,
.btn-white,
.btn-white-orange,
.btn-white-orange:hover {
	color: #06144b;
}
.btn-white-orange,
.btn-white {
	background: #ffffff;
}
/* END BTNs */
/* HEADER */
header {
	font-size: 13px;
	height: 120px;
}
.header-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.scrolled .header-wrapper {
	top: -45px;
	box-shadow: 0px 4px 7px rgba(0,0,0,.3);
}
.header-blurb p {
    font-size: 12px;
}
.header-blurb p span {
    display: inline-block;
    margin: 0 20px;
}
.header-wrapper-top {
	padding: 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.header-wrapper-bottom {
	padding: 10px;
}
.main-menu-wrapper nav ul {
	display: flex;
	justify-content: space-between;
}
.main-menu-wrapper nav ul li {
	position: relative;
}
.main-menu-wrapper nav ul a{
	color: #075087;
	text-transform: uppercase;
	font-weight: 700;
}
.main-menu-wrapper nav ul.sub-menu {
    position: absolute;
    display: block;
    padding: 27px 0 0 0;
    left: -20px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-5px);
}
.main-menu-wrapper nav li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.main-menu-wrapper nav ul.sub-menu li {
    white-space: nowrap;
    background: #0a4f84;
}
.main-menu-wrapper nav ul.sub-menu li a {
    display: block;
    padding: 5px 20px;
	color: white;
}
.main-menu-wrapper nav ul.sub-menu li a:hover {
    background-color: rgba(255,255,255,.2);
}
.main-menu-wrapper nav ul.sub-menu li:last-child {
	padding-bottom: 15px;
}
.main-menu-wrapper nav > ul > li > a:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
	left: 0;
	border-left: 5px solid transparent;
  	border-right: 5px solid transparent;
	border-bottom: 5px solid #ffffff;
	visibility: hidden;
	opacity: 0;
	transform: translateY(5px);
}
.main-menu-wrapper nav > ul > li.menu-item-has-children > a:after {
	border-top: 5px solid #ffffff;
	border-bottom: transparent;
	transform: translateY(-5px);
}
.main-menu-wrapper nav > ul > li.menu-item-has-children:hover > a:after,
.main-menu-wrapper nav > ul > li > a:hover:after {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.branding img {
	display: block;
	margin: 0 auto;
	max-width: 193px;
}

/* HEADER */
/* HERO */
div#hero-top,
div#hero-bottom {
	height: 565px;
	background-size: cover;
	background-position: center top;
	display: flex;
}
div#hero-bottom {
	align-items: flex-end;
}
div#hero-top {
	background-position: center bottom;
	align-items: center;

}
div#hero-internal .hero-overlay{
	padding: 110px 0;
	background: rgba(0,0,0,.5);
}
.free-quote-wraper h6 {
    color: #fff;
}
.free-quote-wraper textarea {
    height: 70px;
}
div#heroHomeSlider {
    width: 100%;
}
.hero-text-wrapper {
    background: rgba(240,90,41,.85);
    width: 56%;
    margin: 0 auto;
    padding: 15px 30px;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #ffffff;
}
/* END HERO */
/* REPAIR */
.repair-wrapper {
	padding-left: 40px;
	padding-right: 40px;
}
.repair-wrapper .phone{
	font-size: 45px;
}
.repair-wrapper p {
	padding: 0 50px;
	font-weight: 600;
}

/* END REPAIR */
/* WHY US */
.icons-section span {
	display: flex;
    justify-content: center;
	width: 150px;
	height: 150px;
	border: 4px solid #0a4f84;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.icons-section ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.icons-section ul li {
	max-width: 180px;
}
.icons-section strong {
	display: block;
    padding: 0 10px;
}
.icon-wrapper svg {
    width: 80px;
    height: auto;
    fill: #06144b;
}
/* END WHY US */
/* TESTIMONIALS */
.testimonial-card {
	background: #ffffff;
	border-radius: 5px;
	padding: 30px;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
}
.testimonial-card blockquote {
	margin-bottom: 15px;
}
.testimonial-card blockquote:before {
	content: '“';
	display: block;
	margin: 0 auto;
	font-size: 140px;
	color: #0a4f84;
	line-height: 15px;
	margin-top: 65px;
	text-align: center;
	font-weight: 600;
}
.testimonial-card span {
	display: block;
	font-size: 11px;
}
.testimonial-card span.author {
	font-size: 15px;
	font-weight: 600;
}
/* END TESTIMONIALS */
/* FORMS */
.field-wrap {
	padding: 4px;
	display: block;
}
.field-wrap.two {
	width: 50%;
	display: inline-block;
}
.field-wrap.three {
	width: 33.33334%;
	display: inline-block;
}
.wpcf7-form-control-wrap {
	display: block;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 2;
    font-size: 10px;
    white-space: nowrap;
    bottom: 0;
    left: 10px;
}
.wpcf7-response-output {
    background: rgba(255,255,255,.5);
    padding: 15px;
    text-align: center;
}
input, textarea {
	width: 100%;
	line-height: 50px;
	border: 1px solid #075087;
	padding-left: 10px;
}
textarea {
	line-height: 20px;
	height: 130px;
	padding-top: 10px;
}
input[type=submit] {
	margin-top: 15px;
	width: auto;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
form.wpcf7-form p {
	margin: 0;
}
div.contact-page form .field-wrap input,
div.contact-page form .field-wrap textarea {
    border: 1px solid #ccc;
}
div.contact-page form .btn {
	background: #52c329;
	color: #fff;
}
div.contact-page form  {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
/* FORMS */
/* NEWS */
.news-detail-wrapper {
	display: flex;
}
.news-date span {
	display: block;
	padding: 5px 10px;
	border: 2px solid #06144b;
	margin-bottom: -2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	line-height: 11px;
}
.news-detail-wrapper .detail-wrap{
	padding-left: 10px;
}
.news-detail-wrapper .title-header {
	font-size: 17px;
	line-height: 17px;
	text-align: left;
	margin-bottom: 5px;
}
.more-news-wrap {
	border: 2px solid #0a4f84;
	border-radius: 5px;
	padding: 30px;
}
.more-news-wrap .title-header{
	font-size: 20px;
	margin-bottom: 15px;
}
.more-news-wrap p {
	font-size: 13px;
	font-weight: 700;
	line-height: 15px;
}
.more-news-wrap input {
	border-color: #ccc;
}
.news-card figure {
    margin-bottom: 10px;
}
/* END NEWS */
/* ENQUIRE */
.address-wrapper {
	padding: 30px;
	font-size: 17px;
	line-height: 30px;
}
.address-wrapper > div {
	margin-bottom: 30px;
}
.address-wrapper strong {
	display: block;
}
/* END ENQUIRE */
div#breadcrumb {
	font-size: 9px;
	padding: 13px 0;
	line-height: 16px;
	text-transform: uppercase;
}
/* FOOTER SECTION */
div#footer-section ul {
	display: flex;
	flex-wrap: wrap;
}
div#footer-section ul li {
	width: 33.3334%;
	padding: 0 15px;
}
div#footer-section ul a{
	padding: 10px 4px;
	display: block;
	border-bottom:1px solid rgba(255,255,255,.5);
	color: #075087;
}
div#footer-section ul a:hover{	
	background-color: rgba(255,255,255,.5);
}
.footer-logo img {
	max-width: 193px;;
}
div#copyright {
	font-size: 11px;
	padding: 20px 0;
}
div#copyright,
div#copyright a {
	color: rgba(0,0,0,.5);
}
div#copyright .sbm {
	text-align: right;
}
section#enquire form p:first-of-type {
	color: #ffffff;
	text-align: center;
	margin-bottom: 15px;
}
/* END FOOTER SECTION */
.search-form input {
	width: 108px;
	line-height: 25px;
	background-color: transparent;
	border-radius: 15px;
	color: #075087;
}
.magnif-search {
    position: absolute;
    top: 2px;
	right: 13px;
	cursor: pointer;
}
/* do not group these rules */
.search-form ::-webkit-input-placeholder {
    color: #075087;
}
.search-form :-moz-placeholder {
    /* FF 4-18 */
    color: #075087;
    opacity: 1;
}
.search-form ::-moz-placeholder {
    /* FF 19+ */
    color: #075087;
    opacity: 1;
}
.search-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #075087;
}
.search-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #075087;
}
.search-form ::placeholder {
    /* modern browser */
    color: #075087;
}
.magnif-search svg {
    fill: #075087;
    width: 15px;
}
.header-nav-main.right,
.search-sm {
	display: flex;
	align-items: center;
}
.right nav.menu-header {
	flex-grow: 1;
}
.search-form {
    padding-left: 25px;
	padding-right: 7px;
	position: relative;
}
.search-form input{
	text-transform: uppercase;
}
.sm ul {
	display: flex;
}
.sm li a {
	border: 1px solid #075087;
	overflow: hidden;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	text-align: center;
	margin-left: 3px;
}
.sm li svg {
    fill: #075087;
    width: 16px;
    margin: 2px;
}
.sm li a:hover {
	background: rgba(255,255,255,.7);
}
.sm li a:hover svg {
	fill: #06144b;
}
.search-wrapper h6 {
    margin: 0;
}
.search-wrapper h6 {
    margin: 0;
}
.search-wrapper {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.search-wrapper:last-child {
	border: 0;
}
/* SIDEBAR */
.sidebar-wrapper .repair-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sidebar-wrapper .title-header {
    font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
}
.sidebar-wrapper .title-header.phone {
    font-size: 30px;
}
.sidebar-wrapper p {
    font-size: 15px;
    line-height: 20px;
}
/* END SIDEBAR */
/* SERVICES */
.services-container-wrap > div:nth-of-type(odd) {
	background-color:#ececec;
}
.service-card .title-header {
    font-size: 25px;
    line-height: 25px;
    text-align: left;
    margin: 15px 0 5px;
}
.service-gallery figure {
    margin: 7px 0;
}
/* END SERVICES */

/* Accordiane CSS */
/* Style the element that is used to open and close the accordion class */
p.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom:10px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion.active, p.accordion:hover {
    background-color: #ddd;
}

/* Unicode character for "plus" sign (+) */
p.accordion:after {
    content: '\2795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

/* Unicode character for "minus" sign (-) */
p.accordion.active:after {
    content: "\2796";
}

/* Style the element that is used for the panel class */

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin-bottom:10px;
	line-height:1.7em;
}

div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}





.modal-dialog {
      max-width: 800px !important;
      margin: 30px auto !important;
  }



.modal-body {
  position:relative;
  padding:0px;
}



.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
   width: 100%;
    height: 100%;
    border: 0;
}


.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}



.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}


button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}


.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.modal-dialog {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.modal-content {
  margin: 0 auto;
}


button.btn.btn-primary.video-btn {
    position: absolute;
    /* text-align: center; */
    top: 30%;
    left: 40%;
}


.play-button {
box-sizing: border-box;
    display: block;
    width: 50px;
    cursor: pointer;
    outline: none;
    height: 50px;
    padding-top: 8px;
    padding-left: 14px;
    line-height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
    font-size: 14px;
    font-weight: bold;
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.play-button:hover {
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.color-brocksblue{
	color: #0a4f84
}
.btn-brocksblue{
	background: #075087
}
#menu-primary-navigation-left-1{
	text-align: center;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
.caption-wrap{
	position: absolute !important;
    width: 500px !important;
    margin-right: 80px !important;
    right: 0 !important;
    left: unset !important;
    top: 0 !important;
	bottom: 0 !important;
	margin: auto !important;
    height: 50% !important;
    font-weight: 800 !important;
	padding: 20px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
    opacity: 1 !important;
    /* font-size: 60px !important; */
    /* line-height: 60px; */
    background-color: transparent!important;
    text-shadow: 0px 0px 1px rgba(0,0,0,1), 0px 0px 5px rgba(0,0,0,.8) !important;
	margin-right: 60px !important;
	border-radius: 30px!important;
}

.caption-wrap .caption {
    font-size: 20px !important;
    line-height: 36px !important;
	padding-top: 50px!important;
	background-color: rgba(0, 0, 0, 0.5)!important;
    border-radius: 30px!important;
}

.metaslider .flexslider .flex-control-nav a{
	border-radius: 20px!important;
	height: 17px!important;
	width: 17px!important;
}
.flex-control-paging li a.flex-active{
	background: #075087!important;
}
.flexslider:hover .flex-direction-nav .flex-next:hover{
	color: #075087!important;
}
#menu-primary-navigation-right{
	padding: 0 30px;
}
#menu-primary-navigation-left-1{
	padding: 0 20px;
} 



.service-card figure {
   overflow: hidden;
}

.service-card figure img {
    transition: all .6s ease-in-out;
}

.service-card figure img:hover {
    transform: scale(1.1);
}

.header-wrapper-mobile{
	display: none;
}

.mp-back {
	background: none repeat scroll 0 0 #075087 !important;
}