/*@font-face {
    font-family: 'sauna-romanregular';
    src: url('../fonts/sauna-roman-webfont.eot');
    src: url('../fonts/sauna-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sauna-roman-webfont.woff') format('woff'),
         url('../fonts/sauna-roman-webfont.ttf') format('truetype'),
         url('../fonts/sauna-roman-webfont.svg#sauna-romanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Viga');
* {
	margin: 0;
	padding: 0;
	max-height: 100000px;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset, mejs-container { margin: 0 0 14px; }
html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	background: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }
html { background: #3f3f40; }
body {
	margin: 0;
	background: #fff;
	color: #666;
	font: 16px/25px 'Open Sans', sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
}
#wrapper, .container, #header, header.header, .header-section, #header, .home .header-content, .home .header-holder, .home .header-holder .holder, #nav, .intro-section, .intro-section .header, .two-columns, .two-columns .col, .fact-section, .fact-list, .fact-list li, .info-area, .info-area ul li, .testimonial-block, .testimonial-block .text, .bottom-section, #footer, .footer-nav, .contact-nav, .intro-block, .intro-block .video-holder, .intro-block .text, .text-row, .text-container {
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
a {
	color: dodgerblue;
	/* color: #f26522; */
	text-decoration: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
img {
	border: 0 none;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
video, iframe, object, embed { max-width: 100%; }
input, textarea, select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #414042;
	overflow: auto;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	background: #fff;
	margin: 0;
	border: 1px solid #ccc;
	padding: 3px 4px;
}
label { vertical-align: middle; }
button, input {
	width: auto;
	overflow: visible;
}
button::-moz-focus-inner {
 padding:0;
 border:0;
}
h1, h2, h3, h4, h5, h6, b, strong, th { font-weight: bold; }
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }
i, cite, em, var, dfn, address { font-style: italic; }
u, ins { text-decoration: underline; }
s, strike, del { text-decoration: line-through; }
blockquote, blockquote:before, blockquote:after, q, q:before, q:after { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 14px;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}
th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}
ul { margin-left: 1px; }
ul, ol { padding-left: 3em; }
ul ul, ul ol, ol ul, ol ol {
	padding-left: 3em;
	margin: 0;
}
ul>li { list-style-type: disc; }
dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

/*
	Header component rewritten
	Leo Knudsen
*/
header.header {
	display:flex;
	justify-content: space-between;
	height: 70px;
	padding: 1rem;
}

header.header .logo-col {
	flex: 30%;
}

header.header .logo-col a img{
	height: 100%;
}

header.header .navigation {
	width: 100%;
	margin: 0px 0px 0px 0px;
	position:relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

header.header .navigation .nav-toggle {
	position: absolute;
	top: 20px;
	right: 35px;
	z-index: 9999;
	height: 28px;
	width: 28px;
	outline: none;
	cursor: pointer;
	align-items: center;
}

header.header .navigation .nav-toggle.active > span::after{
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
}

header.header .navigation .nav-toggle.active > span::before {
	transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
}

header.header .navigation .nav-toggle.active > span::before, 
header.header .navigation .nav-toggle.active > span::after {
	top: 0px;
}

header.header .navigation .nav-toggle span::before { 
	top: -8px;
}

header.header .navigation .nav-toggle span::after {
	top: 8px;
}

header.header .navigation .nav-toggle span, 
header.header .navigation .nav-toggle span::before, 
header.header .navigation .nav-toggle span::after {
	position: absolute;
	content: '';
	width: 28px;
	height: 2.5px;
	background: dodgerblue;
	border-radius: 20px;
	transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

header.header .navigation .nav-toggle,
header.header .navigation .mobile-menu {
	display:none;
}

header.header .navigation .mobile-menu{
	position:fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999;
	transition: ;
	transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

header.header .navigation ul {
	display:flex;
	justify-content: flex-end;
	height: 100%;
	align-items:center;
}

header.header .navigation ul li {
	margin-right: 1.5rem;
	list-style-type:none;
}

/* header.header .navigation ul li:last-child a {
	background: #E77A01;
    color: #fff;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
} */

header.header .navigation ul li:last-child a:hover{
	transition: ease-in-out 0.2 all;
	-webkit-transition: ease-in-out 0.2 all;
	-moz-transition: ease-in-out 0.2 all;
	-ms-transition: ease-in-out 0.2 all;
	-o-transition: ease-in-out 0.2 all;
	box-shadow: 2px 2px 2px 2px #ddd;
}

header.header .navigation ul li a {
	font-size: 18px;
}

@media (min-width: 320px) and (max-width: 1023px) {

	header.header .logo-col {
		flex:100%;
	}

	header.header .navigation ul.nav-list {
		display:none;
	}

	header.header .navigation .mobile-menu.active {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	header.header .navigation .nav-toggle {
		display: flex;
	}

	header.header .navigation .mobile-menu ul.nav-list{
		display:flex; 
		flex-direction:column;
		justify-content: space-around;
		height: 40%;
	}
	
}

.widget {
	margin-bottom: 14px;
	overflow: hidden;
}
.widget ul { padding-left: 2em; }
.widget select { min-width: 150px; }
.comment-form textarea, .post-password-form input[type="password"], .comment-form input[type="text"], .search-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}
.post-password-form input[type="password"], .search-form input[type="text"] { width: 150px; }
.commentlist { margin: 0 0 14px; }
.commentlist .edit-link { margin: 0; }
.commentlist-item .commentlist-item { padding: 0 0 0 3em; }

@media only screen and (max-width: 767px) {
.commentlist-item .commentlist-item { padding: 0; }
}
.comment, .commentlist-holder { overflow: hidden; }
.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item { padding-top: 14px; }
.commentlist .avatar-holder {
	float: left;
	margin: 0 14px 4px 0;
}
.comment-form label {
	display: block;
	padding-bottom: 4px;
}
.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
}
.gallery-item dt {
	float: none;
	padding: 0;
}
.navigation {
	overflow: hidden;
	margin: 0 0 14px;
}
.navigation .next { float: left; }
.navigation .prev { float: right; }
.wp-caption {
	max-width: 98%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
}
.wp-caption img { vertical-align: top; }
.wp-caption p { margin: 10px 0 0; }
div.aligncenter { margin: 0 auto 14px; }
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 14px 4px 0;
}
.alignright {
	float: right;
	margin: 0 0 4px 14px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px;
	margin: 0;
}
input[type="image"] {
	padding: 0;
	border: none;
}
input[type=submit] { -webkit-appearance: none; }
input[type=password], input[type=file] {
	-webkit-appearance: none;
	-webkit-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
 -webkit-appearance:none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
*::-webkit-input-placeholder {
 color: #999;
}
*::-moz-placeholder {
 opacity: 1;
 color: #999;
}
*:-moz-placeholder {
 color: #999;
}
#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.fluid {
	max-width: 100% !important;
	margin: 0 !important;
}
.container {
	max-width: 960px;
	margin: 0 auto;
}
.container:after {
	display: block;
	content: "";
	clear: both;
}
/*MIN SIDE MODIFICATIONS*/
.container_minside {
	max-width: 100% !important;
}
.container_minside:after {
	display: block;
	content: "";
	clear: both;
}
.header_minside{
	margin-bottom: 0px !important;
}
/*MIN SIDE MODIFICATIONS*/
.header-section {
	width: 100%;
	margin:0 0 0px;
	position: relative;
	z-index: 5;
	height: 550px;
	background: #9D55FF;
}
.header-section .container{
	background:none;
	position:relative;
	z-index:99;
}
#main{
	position:relative;
	z-index:1;
	width:100%;
}
.home #main{
	background:#fff;
}
.bg-video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index:0;
	width:100%;
	height:100%;
	/*background: url(../images/none.png) center;
	background-size: cover;
	background-repeat: no-repeat;*/
	background: #000;
}
.bg-video img{
	width:100%;
	height:auto;
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
}
/*.header-video {
	position:relative;
	overflow:hidden;
}
iframe, video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height:100% !important;
  width:100% !important;
}

iframe {
  height: 100% !important;
  width: 100% !important;
}

.teaser-video {
  width: 100% !important;
  height: auto; 
}

.header-video--media {
  width: 100% !important;
  height: auto;
}

.video-trigger {
  z-index: 5;
  display:none;
  position: absolute;
  background: #222;
  text-align: center;
  color: white;
  text-decoration: none;
  width: 200px;
  height: 60px;
  top: 0;
  z-index: 5;
  left: 50%;
  line-height: 60px;
  margin-left: -100px;
  top: 50%;
  margin-top: -30px;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
}

.video-trigger:hover {
  background: #363636;
}
*/
.video-box {
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.video-box .main-img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
}
.video-box:after{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	content:"";
	background: url(../images/none.png);
	z-index:9999;
	width:100%;
	height:100%;
}
#wrapper .ytp-large-play-button.html5-center-overlay.ytp-scalable-icon-shrink,
#wrapper .html5-info-bar,
#wrapper .html5-video-controls{display:none !important;}
.video-box iframe{
	display:block;
	width:100%;
	height:auto;
	margin:0;
}
.bg-video video {
	max-width: none;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100% !important;
	height:100% !important;
}
#wrapper .mejs-container.svg.mejs-video{
	width:100% !important;
	height:100% !important;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
#wrapper .mejs-controls{display:none !important;}
#wrapper .mejs-poster{
	background:none !important;
}
#wrapper .mejs-container.svg.mejs-video video{
	width:135% !important;
	max-width:135% !important;
	min-width:135% !important;
	height:135% !important;
	min-height:135% !important;
	margin:0 0 0 -18%;
}
#wrapper .bg-video video source{
	display:block !important;
	width:100% !important;
	height:100% !important;
}
#header {
	position: relative;
	border-bottom: 1px solid #dedfe0;
	-webkit-box-shadow: 0 1px 3px 0 #dedfe0;
	box-shadow: 0 1px 3px 0 #dedfe0;
	padding: 17px 0 17px;
	/*margin: 0 0 45px;*/
	background: white;
	height: 63px;
}
.home #header {
	border: 0;
	/* margin: 0; */
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 100%;
	padding: 0px 1rem;
}
#header:after {
	display: block;
	content: "";
	clear: both;
}
.home .header-content {
	float: right;
	max-width: 165px;
	color: #fff;
	text-align: center;
}

.home .header-content .logo{ display:none;}
.home .header-content .link {
	display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
    position: relative;
    color: #fff;
    font: 14px/18px Arial, Helvetica, sans-serif;
    background: dodgerblue;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 0.8rem;
    border-radius: 10px 10px 10px 10px;
}
.home .header-content .link:after {
	position: absolute;
	content: "";
	background: url(../images/person.png) no-repeat -3px -3px;
	width: 15px;
	height: 15px;
	left: 8px;
	top: 8px;
}
.home .header-content .link:hover {
	text-decoration: none;
	/*color: #f26522;*/
}
.home .header-content .text {
	position: absolute;
	overflow: hidden;
	padding: 75px 0 0;
	font: 18px/18px 'Open Sans', sans-serif;
	/*font:italic 18px/18px 'sauna-romanregular', Arial, Helvetica, sans-serif;*/
}
.home .header-content .text:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 15px;
	background: url(../images/sprite_new.png) no-repeat -3px -25px;
	width: 17px;
	height: 48px;
	margin: 0 0 0 -8px;
}
.home .header-holder { 
	/* overflow: hidden;  */
	display: flex; 
	flex-direction: row; 
}
.home .header-holder .holder {
	    /* overflow: hidden; */
    padding: 12px 0 0 2rem;
    float: left;
    /* padding-right: 3rem; */
    display: flex;
    /* flex-direction: row-reverse; */
}
.home .header-holder .holder.logo{
	float: left;
    height: 100%;
    width: 50%;
}
.header-box .tel {
	float: right;
	margin: 0 0 0 20px;
	padding: 0 0 0 28px;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	position: relative;
	display: none;
}
.header-box .tel:after {
	left: 0;
	top: 3px;
	position: absolute;
	content: "";
	background: url(../images/sprite_new.png) no-repeat -32px -41px;
	width: 17px;
	height: 12px;
}
.logo {
	float: left;
	width: 123px;
	height: 54px;
}
.home .logo {
	    float: none;
    display: block;
    /*margin: 1px auto 10px;*/
    width: 101px;
    height: 101px;

}
.home .logo img {
	width: 100%;
	height: auto;
}
.home #nav {
	    /* overflow: hidden; */
    margin: 0 0 77px;
    /*padding-left: 100rem;*/

}
.home #nav .slide {
/*	padding: 0;*/
	margin: 0;
	text-align: center;
	font: 14px/18px Arial, Helvetica, sans-serif;
}
.home #nav .slide li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 12px 0 14px;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
}

.home #nav .slide li .sub-menu{
	display:none;
	/* transition: ease-in-out 0.2 all;
	position: absolute;
	background: #fff;
	padding: 0.5rem;
	-webkit-transition: ease-in-out 0.2 all;
	-moz-transition: ease-in-out 0.2 all;
	-ms-transition: ease-in-out 0.2 all;
	-o-transition: ease-in-out 0.2 all; */
}

.home #nav .slide li .sub-menu li{
	position: unset;
	margin-bottom: 0.5rem;
}

.home #nav .slide li .sub-menu li a{
	color: #000;
}

.home #nav .slide li:hover .sub-menu.active{
	/* display:flex;
	flex-direction: column;
	padding: 0.5rem 0rem;
	background: dodgerblue;
	width: 200px;
	margin-top: 0.1rem;
	border-radius: 5px 5px 5px 5px; */

	display:grid;
	position: absolute;
	padding-top: 23px;
	z-index: 99;
	font-weight: bold;
	left: 15px;
	text-align: left;
	background: #fff !important;
	grid-template-rows: repeat(18,auto);
	grid-auto-flow: column;
	left: -510px;
	padding: 0;
}

.home #nav .slide li:hover .sub-menu a{
	color: #000;
}

.home #nav .slide li:hover .sub-menu a:hover{
	text-decoration: underline;
	background: dodgerblue;
	margin-left: 0;
	padding-left: 1rem;
}
  
.home #nav .slide li:first-child:after { display: none; }
.home #nav .slide li:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #575757;
	width: 1px;
	height: 14px;
}
.home #nav .slide li a { color: #fff; }
.home #nav .slide li a:hover, .home #nav .slide li.active a {
	text-decoration: none;
	/*color: #f26522;*/
	color: dodgerblue;
}
.intro-section { 
	background-size: cover; 
	background-position: 50%; 
	width: 50%; 
	margin: 0 auto; 
	min-height: auto; 
	display: flex; 
	padding: 0rem 1.5rem;
	height: 100%;
	align-items:center;
	justify-content: space-around;
}
.intro-section:after {
	display: block;
	content: "";
	clear: both;
}
.intro-section .header {
	/* overflow: hidden; */
	/* text-align: center; */
	margin: 5rem 0 55px;
}
.intro-section .header h1 {
	color: #fff;
	font: 64px/64px 'Open Sans', sans-serif;
	/*font:italic 64px/64px 'sauna-romanregular', Arial, Helvetica, sans-serif;*/
	margin: 0 0 25px;
	font-size: 65px;
	width: 60%;
	font-weight:bold;
}

.intro-section .header .contact-button {display:none;}
.intro-section .header .sub-head {
	display: block;
	color: #f26522;
	font: 24px/30px Arial, Helvetica, sans-serif;
	margin-bottom: 3rem;
}

.intro-section .header .tilbud_button{
	max-height: 20px;
	width: auto;
	color: #fff;
	background: dodgerblue;
	padding: 0.4rem;
	border-radius: 10px 10px 10px 10px;
}

.intro-section .scroll{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 150px;
}

.hero-contact-form{
	background-color: #fff;
	padding: 2rem;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	position: relative;
	top: 6.5rem;
	box-shadow: 0px 0px 10px 0px #ddd;
	width: 10%;
}

.hero-contact-form h3{
	font-size: 20px;
	font-weight: lighter;
}

.hero-contact-form form p br{
	display:none;
}

.hero-contact-form input,
.hero-contact-form textarea {
	width: 100%;
	margin: 0.5rem 0rem;
	width:100%;
	background: #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 0.25rem 0rem;
}

.hero-contact-form input::placeholder {
	color: #000;
	padding-left: 0.5rem;
}

.hero-contact-form input[type="submit"]{
	background: #E77A01;
	color: #fff;
	border:none;
	padding: 0.5rem 0rem;
}

.hero-contact-form .wpcf7-not-valid-tip {
	display:none;
}

.hero-contact-form .wpcf7-response-output {
	margin: -2rem 0em 1em !important;
	background: #9D55FF;
	color: #fff;
	border-color: #9D55FF !important;
	border:none;
}

.intro-section .hero-contact-form {
	width: 30%;
}

.two-columns {
	width: 100%;
    padding: 0px 0 100px;
    margin-top: 8em;
    display: none;
}
.two-columns:after {
	display: block;
	content: "";
	clear: both;
}
.two-columns .col {
	float: right;
	width: 47.8%;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	position: relative;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.two-columns .col:first-child { float: left; }
.two-columns .img {
	position: absolute;
	right: -25px;
	bottom: -1px;
	width:59%;
}
.two-columns .img.img2{
	right: -20px;
	width:auto;
	bottom: -15px;
}
.two-columns .col .text-box {
	overflow: hidden;
	opacity:0.7;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.two-columns .col:hover{
	background:#fff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.two-columns .col:hover .text-box{
	opacity:1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.two-columns .col h2 {
	/* background: #f26522; */
	background: dodgerblue;
	border-radius: 5px 5px 0 0;
	color: #fff;
	margin: 0 0 30px;
	font: 34px/41px 'Open Sans', sans-serif;
	/*font:34px/41px 'sauna-romanregular', Arial, Helvetica, sans-serif;*/
	padding: 16px 176px 16px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.two-columns .col .text {
	padding: 0 176px 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.two-columns .col ul {
	padding: 0;
	margin: 0 0 15px;
	overflow: hidden;
	font: 14px/18px Arial, Helvetica, sans-serif;
}
.two-columns .col ul li {
	list-style: none;
	overflow: hidden;
	position: relative;
	padding: 0 0 10px 25px;
}
.two-columns .col ul li:after {
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	background: url(../images/sprite_new.png) no-repeat -78px -4px;
	width: 16px;
	height: 13px;
}
.two-columns .btn-holder {
	overflow: hidden;
	margin: 0 0 35px;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	/* background: #f26522; */
	background: dodgerblue;
	color: #fffcf5;
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 5px;
	margin: 0 5px 0 0;
}
.btn:hover {
	color: #fff;
	background: #dd4700;
	text-decoration: none;
}
.two-columns .btn-holder .link, .two-columns .btn-holder span {
	display: inline-block;
	vertical-align: middle;
	font: italic 14px/18px Arial, Helvetica, sans-serif;
}
.fact-section {
	background: #E4EEF8;
	text-align: center;
	/* color: #f26522; */
	color: #174fa2;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding: 2rem 0rem;
}
.fact-section p { margin: 0 0 10px;}
.fact-list {
	overflow: hidden;
	padding: 0;
	margin: 0 0 30px;
	text-align: center;
	position: relative;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	width: 60%;
	margin: 0 auto;
}
.fact-list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 2%;
	position: relative;
	width: 24.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fact-list li:not(:first-of-type):after {
	position: absolute;
	content: "";
	left: 0;
	background: url(../images/sep1.png) no-repeat;
	width: 1px;
	height: 181px;
	top: 50%;
	margin-top: -90px;
}
.fact-list:after {
	position: absolute;
	content: "";
	right: 0;
	background: url(../images/sep1.png) no-repeat;
	width: 1px;
	height: 181px;
	top: 50%;
	margin-top: -90px;
}
.fact-list li .img-holder {
	overflow: hidden;
	display: table;
	height: 59px;
	width: 100%;
	margin: 0 0 10px;
}
.fact-list li .img-holder .frame {
	display: table-cell;
	vertical-align: middle;
}
.fact-list li .title {
	display: block;
	color: #f26522;
	font: 36px/50px 'Open Sans', sans-serif;
	/*font:bold 50px/50px 'sauna-romanregular', Arial, Helvetica, sans-serif;*/
	margin: 0 0 5px;
	color: #174fa2;
	font-weight: 600;
	margin: 5px 0;
}
.fact-list li .text {
	font-size: 25px;
	line-height: 16px;
	display: block;
	color: #666;
	line-height: 1.25;
	font-weight: 100;
}

.services-block-section{
	display:flex;
	flex-direction: column;
	height: 100%;
	
}

.services-block-section .top-section{
	height: 250px;
	background: #CBD8E9;
	display:flex;
	justify-content: center;
	align-items:center;
}

.services-block-section .top-section h1{
	color: #2D5491 !important;
	font-size: 60px !important;
}

.services-block-section .services-section {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: center;
	margin: 5.5rem 0rem;
}

.services-block-section .services-section .service {
	height: 250px;
	width: 350px;
	border: 1.5px solid #174fa2;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	box-shadow: 6px 6px 10px 4px #ddd;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-direction:column;
	overflow:hidden;
	margin-right: 2rem;
	margin-bottom: 3rem
}

.services-block-section .services-section .service .icon {
	background: #174fa2;
	border-radius: 20%;
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	-ms-border-radius: 20%;
	-o-border-radius: 20%;
	margin-top: 1rem;
}
.services-block-section .services-section .service .icon img {
	height: 100px;
}

.services-block-section .services-section .service .title {
	width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #174fa2;
}

.services-block-section .services-section .service .title h3{
	margin-bottom: 0;
}

.services-block-section .services-section .service .title h3 a {
	color: #fff;
	font-size: 28px;
}

.services-block-section .services-section .service .title h3 a::after{
	content: "";
	display:block;
}

.two-col-area {
	background: #000;
    color: #fff;
    min-height: 500px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
}

.two-col-area .col-one{
	width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 4rem;
}
.two-col-area .col-one p{line-height: 2.5rem; padding: 10rem;}

.two-col-area .col-two{
	width: 50%;
	/*height: 100%;*/
	float:right;
}

.two-col-area .col-two iframe{
	width: 100%;
	height: 100%;
}

#wrapper #main .container .two-col-area .col-two .mejs-container{
	max-height: 32%;
	max-width: 80%;
	left: 40rem;
}

#wrapper #main .container .two-col-area .col-two .mejs-container.svg.mejs-video video{
	width: 53% !important;
    height: 33% !important;
    position: absolute;
    left: -6rem;
    right: 1rem;
    top: 0;
    bottom: 0;
}

.info-area {
	background: #fff;
    color: #000;
    text-align: center;
    padding: 65px 0 32.5px 0;
    margin: 0 0 80px;
    height: 380px;
    max-width: 80%;
    margin: 0 auto;
}
.info-area h2 {
	margin: 0 0 60px;
	font: 46px/50px 'Open Sans', sans-serif;
	/*font:italic 46px/50px 'sauna-romanregular', Arial, Helvetica, sans-serif;*/
}
.info-area ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;

}
.info-area ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2%;
	border-radius: 35%;
	box-shadow: -1px -1px 18px 2px #ddd;
	width: 13%;
	height: 70%;
	margin: 0rem 5rem;
}
.info-area ul li .img-holder {
	overflow: hidden;
	margin: 0 0 43px;
}
.info-area ul li .text {
	overflow: hidden;
	/* color: #f6b798; */
	color: #1a1a1a;
	font: 16px/26px Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.info-area ul li h3 {
	color: #fff;
	margin: 0 0 10px;
}
.page.page-template-template-home .info-area ul li h3{
	display:none;
}
.info-area ul li p { margin: 0 0 10px; }

/*
* contact content block section
*/
.contact-content-section {
	min-height: 600px;
	width: 100%;
	display:flex;
	justify-content: center;
	margin: 0rem 0rem 5.5rem 0rem;
	
}

.contact-content-section .inner {
	width: 50%;
	background: #9D55FF;
	display:flex;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	box-shadow: 0px 0px 10px 0px #ddd;
}

.contact-content-section .inner .left-content {
	width: 50%;
	background: #fff;
	padding: 2rem;
	display:flex;
	justify-content: space-around;
	flex-direction:column;
	border-radius: 25px 0px 0px 25px;
	-webkit-border-radius: 25px 0px 0px 25px;
	-moz-border-radius: 25px 0px 0px 25px;
	-ms-border-radius: 25px 0px 0px 25px;
	-o-border-radius: 25px 0px 0px 25px;
}

.contact-content-section .inner .left-content h2{
	font-size: 85px;
	line-height: 1;
	color: #174fa2;
}

.contact-content-section .inner .left-content p{
	width: 70%;
	line-height: 2;
}

.contact-content-section .inner .left-content a.link-btn{
	background: #E77A01;
	color: #fff;
	font-weight: lighter;
	width: 100px;
	text-align:center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 0.5rem 1rem;
	font-size: 17px;
}

#footer {
	/*background: #3f3f40;*/
	display:flex;
	flex-direction: column;
}

#footer h2{
	font-size: 60px !important;
	color: #1246A2 !important;
	line-height: 1.25;
}

#footer .footer_content{
	display:flex;
	flex-direction: column;
}

#footer .footer_content .top-footer {
	width: 100%;
	height: 100%;
	display:flex;
	background: #E4EEF8;
	align-items:center;
	justify-content: space-evenly;
	padding: 2rem 0rem;
}

#footer .footer_content .top-footer .left-top-footer{
	width: 20%;
}

#footer .footer_content .top-footer .hero-contact-form {
	top: 0;
}

#footer .footer_content .bottom-footer {
	background: #13469F;
	/* height: 450px; */
	height: auto;
	display:flex;
	justify-content: space-evenly;
	padding: 1.5rem 0rem;
}

#footer .footer_content .bottom-footer .logo img{
	max-width: unset;
	height: 110px;
	width: 300px;
}

#footer .footer_content .bottom-footer .company-information h3,
#footer .footer_content .bottom-footer .shortcut-menu h3{
	color: #fff;
	font-size: 28px;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.25rem;
	padding-bottom: 1rem;
}

#footer .footer_content .bottom-footer .company-information .information{
	display:flex;
	align-items:center;
	border-bottom: 1px solid #fff;
	
}

#footer .footer_content .bottom-footer .company-information .information .text{
	margin: 0.5rem 0rem; 
	color: #fff;
}

#footer .footer_content .rights-reserved{min-width: 50%;}
#footer .footer_content .contact-nav{ min-width: 50%; float:right;}
#footer .footer_content .social-media-links{width: 100%;}
#footer .footer_content .social-media-links .social-media{float:right; margin-left: 1rem;}
#footer .footer_content .social-media-links .social-media a .fa-youtube,
#footer .footer_content .social-media-links .social-media a .fa-facebook{font-size: 22px;}
#footer .footer_content .social-media-links .social-media a .fa-youtube:hover{color: #ff0000;}
#footer .footer_content .social-media-links .social-media a .fa-facebook:hover{color: #29487d;}

#footer a { color: #fff; }
#footer a:hover { color: #f6b798; }
.footer-nav ul li a::after, .footer-nav ul li:first-child a::after {display:none;}
.footer-nav {
	/* float: left; */
	/* max-width: 48%; */
	font: 14px/18px Arial, Helvetica, sans-serif;
}
.footer-nav ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.footer-nav ul li,
.footer-nav ul li:first-child {
	float: left;
	position: relative;
	/* padding: 0 12px 0 14px; */
	list-style: none;
	padding: 0.75rem 0rem;
	border-bottom: 1px solid #fff;
}
.footer-nav ul li:after {
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	/* background: #5d5d5d; */
	width: 2px;
	height: 14px;
}
.footer-nav ul li:first-child:after { display: none; }
.contact-nav { overflow: hidden; }
.contact-nav ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: right;
	font: 14px/18px Arial, Helvetica, sans-serif;
}
.contact-nav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 11px 0 13px;
	margin: 0 0 0 -4px;
	position: relative;
}
.contact-nav ul li:after {
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	background: #5d5d5d;
	width: 2px;
	height: 14px;
}
.contact-nav ul li:first-child { padding: 0 12px 0 0; }
.contact-nav ul li:first-child:after { display: none; }
#main .text-area {
	/* overflow: hidden; */
	border-bottom: 1px solid #dedfe0;
	padding: 0 0 30px;
	margin: 0 0 55px;
}


#main .text-area .image-block{
	background-image: url(../images/PGH54253.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	width: 100%;
}

#main .text-area .image-block .inner {height: 100%; display:flex; flex-direction: column; justify-content: center; align-items: center;}
#main .text-area .image-block .inner .heading {color: #fff; font-size: 50px; font-weight: bold; line-height: 1;}
#main .text-area .image-block .inner .sub-heading{color: #fff; font-size: 25px;}
#main .text-area .layout-content{
	margin: 0 auto;
	height: auto;
	width: 90%;
	padding: 5rem;
}
#main .text-area img { margin: 0 0 30px; }
#main h1 {
	font-size: 40px;
	line-height: 45px;
	color: #000;
	margin: 0 0 15px;
}
.video-block {
	overflow: hidden;
	border-bottom: 1px solid #dedfe0;
	padding: 0 0 55px;
	margin: 0 0 60px;
}
.video-block .video-holder {
	float: left;
	position: relative;
	margin: 0 43px 10px 0;
}
.video-block .video-holder:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	background: url(../images/sprite_new.png) no-repeat -66px -42px;
	width: 110px;
	height: 110px;
	margin: -55px 0 0 -55px;
}
.video-block .text {
	overflow: hidden;
	padding: 30px 0 0;
}
.video-block .text h2 {
	color: #000;
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 15px;
}
.info-block {
	overflow: hidden;
	padding: 0 0 12px;
	/*margin: 0 0 65px;*/
	border-bottom: 1px solid #dedfe0;
	max-width: 90%;
	margin: 0 auto;
}
.info-block h2 {
	color: #000;
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 25px;
}
.info-block ul {
	padding: 0;
	margin: 0 -0.8%;
	overflow: hidden;
	padding-left: 10px;
}
.info-block ul li {
	display: inline-block;
	vertical-align: top;
	width: 23.3%;
	margin: 0 0.4% 30px 0.8%;
	list-style: none;
}
.info-block ul li img { margin: 0 0 15px; }
.info-block ul li .text {
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
}
.info-block ul li .text h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px;
}
.info-block ul li .text h3 a { color: #000; }
.info-block ul li .text h3 a:hover { color: #f26522; }
.info-block ul li .text p { word-spacing: -1px; }
.col-holder {
	/* overflow: hidden; */
	padding: 0 0 35px;
	margin: 0 0 55px;
	border-bottom: 1px solid #dedfe0;
}
.col-holder .col {
	float: right;
	width: 48.5%;
}
.col-holder .col:first-child { float: left; }
.col-holder .col img { margin: 0 0 18px; }
.col-holder .col .text {
	overflow: hidden;
	line-height: 26px;
}
.col-holder .col h2 {
	color: #000;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 10px;
}
.col-holder .col .text p { word-spacing: -1px; }
.btn-block {
	overflow: hidden;
	margin: 0 0 70px;
}
.btn-block .btn-box {
	float: right;
	width: 48.5%;
	margin: 0 0 30px;
}
.btn-block .btn-box:first-child { float: left; }
.btn-block a {
	display: table;
	table-layout: fixed;
	width: 100%;
	color: #000;
	border-radius: 5px;
	font-size: 18px;
	line-height: 23px;
}
.btn-block a:first-child { float: left; }
.btn-block a .text {
	display: table-cell;
	vertical-align: middle;
	background: #f0f0f0;
	width: 65%;
	border-radius: 5px 0 0 5px;
	padding: 25px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.btn-block a .link {
	display: table-cell;
	vertical-align: middle;
	border-radius: 0 5px 5px 0;
	width: 35%;
	background: dodgerblue;
	/*background: #f26522;*/
	color: #fff;
	text-align: center;
	padding: 25px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.btn-block a:hover .text {
	background: #ccc;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.btn-block a:hover .link {
	background: #666;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.intro-block {
	background: #f3f3f3;
    /*margin: -45px 0 0;*/
    padding: 70px 0 50px;
    height: 400px;
    background-image: url(../images/PGH54146.png);
    background-size: cover;
    display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
}
.intro-block .video-holder {
	float: right;
	position: relative;
	margin: 0 0 10px 30px;
}
.intro-block .video-holder a {
	display: block;
	position: relative;
}
.intro-block .video-holder a:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	margin: -55px 0 0 -55px;
	background: url(../images/sprite_new.png) no-repeat -66px -42px;
	width: 110px;
	height: 110px;
}
.intro-block .text { overflow: hidden; }
#main .intro-block .text h1 { margin: 0 0 10px; color: #fff;}
.intro-block .text p { margin: 0 0 20px; color: #fff;}
.btn-container {
	padding: 0 1rem 35px 1rem; 
	position: relative;
}
.btn-container:after {
	display: block;
	content: "";
	clear: both;
}
.btn-container:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background: url(../images/sprite_new.png) no-repeat -203px -15px;
	width: 93px;
	height: 64px;
	display: none;
}
.btn-container .btn-private {
	/*float: left;*/
	position: relative;
	padding: 10px 45px 10px 20px;
	background: dodgerblue;
	/*background: #f26522;*/
	color: #fffcf5;
	border-radius: 5px;
	margin: 0 20px 0 0;
	font-weight: 700;
	/*text-transform: uppercase;*/
	min-width: 100px;
}
.btn-container .btn-private:hover {
	color: #fff;
	background: #395fae;
}
/*.btn-container .btn-private:after {
	position: absolute;
	content: "";
	right: 10px;
	top: 15px;
	background: url(../images/sprite_new.png) no-repeat -221px -100px;
	width: 23px;
	height: 20px;
}*/
.btn-container .btn-business {
	float: left;
	position: relative;
	padding: 10px 45px 10px 20px;
	background: #395fae;
	color: #fffcf5;
	font-weight: 700;
	border-radius: 5px;
	text-transform: uppercase;
	min-width: 100px;
}
.btn-container .btn-business:hover {
	background: #2b4886;
	color: #fff;
}
.btn-container .btn-business:after {
	position: absolute;
	content: "";
	right: 10px;
	top: 15px;
	background: url(../images/sprite_new.png) no-repeat -261px -100px;
	width: 23px;
	height: 20px;
}
.text-row {
	background: dodgerblue;
	/*background: #f26522;*/
	text-align: center;
	padding: 23px 0;
	color: #fff;
}
.text-row .tel {
	color: #fff;
	font-weight: 700;
}
.text-row p{margin:0;}
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom checkbox styles */
.chk-area {
	background: url(../images/sprite_new.png) no-repeat -14px -213px; width: 20px; height: 20px;
	margin: 0 8px 0 0;
	float: left;
}
.chk-checked { background-position:-40px -213px; }
.jcf-label-disabled { color: #ccc; }
/* custom radio styles */
.rad-area {
	background: url(../images/sprite_new.png) no-repeat -14px -173px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin: 0 10px 0 0;
	float: left;
}
.rad-checked { background-position:-37px -173px; }
.text-container {
	overflow: hidden;
	padding: 15px 1rem 50px 1rem;
	font: 14px/24px Arial, Helvetica, sans-serif;
	border-top: 1px solid #dbdbdb;
}
.text-container h2 {
	margin: 0 0 10px;
	color: #000;
	font-size: 18px;
}
.text-container p { margin: 0 0 25px; }
#two-columns{
	height:auto;
	padding:0 50px;
	margin:0 -50px 50px;
	overflow:hidden;
}
#two-columns:after{
	display:block;
	content:"";
	clear:both;
}
#content{
	float:left;
	/*width:60.11%;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
#content:after{
	position:absolute;
	content:"";
	right:-40px;
	top:10px;
	background:#dbdbdb;
	width:1px;
	height:9999px;
}
#content h2{
	margin:0 0 20px;
	padding:0 0 25px;
	border-bottom:1px dotted #9e9e9e;
	font-size:36px;
	line-height:43px;
	color:#000;
	position:relative;
}
#content h2 span{
	color: dodgerblue;
	/*color:#f26522;*/
}
#content h2:after{
	background: url(../images/sprite_new.png) no-repeat -321px -35px;
	width: 26px;
	height: 69px;
	position:absolute;
	content:"";
	left:-40px;
	bottom:-30px;
}
.rad-row{
	overflow:hidden;
	padding:0 0 10px;
	margin:0 0 30px;
	border-bottom:1px dotted #9e9e9e;
}
.rad-list{
	overflow:hidden;
	padding:0;
	margin:0 -2%;
}
.rad-list .wpcf7-list-item{
	float:left;
	width:46%;
	margin:0 2% 10px;
	padding:13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style:none;
	border:1px solid #ccc;
	background: #fbfbfb url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
}

@media only screen and (min-width: 768px) {
	#content .quote-form {
		width: 60%;
		float:left;
	}
}

#content .quote-form .rad-list .wpcf7-list-item label{
	font-size:14px;
	line-height:18px;
	color:#666;
	float:left;
	margin:0;
	font-weight:normal;
}
#content .rad-list .wpcf7-list-item label strong{
	color:#000;
	font-weight:bold;
}
.quote-form label,
.quote-form .title {
	color:#000;
	font-size:18px;
	line-height:22px;
	font-weight:700;
	display:inline-block;
	vertical-align:top;
	margin:0 0 7px;
}
.quote-form input[type="email"],
.quote-form .email,
.quote-form input[type="tel"],
.quote-form .tel,
.quote-form input[type="text"]{
	/*border:1px solid #ccc;*/
	border:none;
	background:#bdc3c7;
	height:46px;
	width:100%;
	/*padding:11px 40px 11px 11px*/;
	color:#fff;
	font: 18px/24px 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0 5px;
	float:left;
}
.quote-form textarea{
	border:none;
	background: #bdc3c7;
	min-height: 150px;
	width: 100%;
	color:#fff;
	font: 18px/24px 'Open Sans', sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 5px;
	float:left;
}
.input-row .text-col.error input[type="email"],
.input-row .text-col.error .email,
.input-row .text-col.error input[type="tel"],
.input-row .text-col.error .tel,
.input-row .text-col.error input[type="text"]{
	border-color:#f26522;
	background:#fff;
}
.input-row.add .text-col{
	width:70%;
	float:right;
}
.input-row.add .text-col:first-child{
	float:left;
	width:27%;
}
.quote-form .text-holder{
	position:relative;
}
.quote-form .text-holder:after{
	display:block;
	content:"";
	clear:both;
}
.input-row .text-col{position:relative;}
.input-row .text-col.success:after{
	position:absolute;
	content:"";
	background: url(../images/sprite_new.png) no-repeat -81px -170px;
	width: 27px;
	height: 26px;
	right:5px;
	top:10px;
}
.input-row{
	margin:0 0 30px;
	width:100%;
}
.input-row:after{
	display:block;
	content:"";
	clear:both;
}
.quote-form .text{
	display:block;
	color:#999;
	font-size:14px;
	line-height:18px;
}
.mejs-container{
	width:100% !important;
	height:100% !important;
}
.input-area{
	overflow:hidden;
	margin:0 0 30px;
}
.input-outer{overflow:hidden;}
.input-outer .holder{
	float:right;
	width:70%;
}
.input-outer .holder:first-child{
	float:left;
	width:27%;
}
.check-list{
	overflow:hidden;
	padding:0;
	margin:0;
}
/*float:right;
	width:48%;
	padding:13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style:none;
	border:1px solid #ccc;
	background: #fbfbfb url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);*/
    
.check-list li{
	float: right;
    width: 48%;
    border: none;
    padding: 10.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    background: #bdc3c7;
    /* border: 1px solid #ccc; */
    /* background: #FBFBF3 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
}
.check-list li:first-child{float:left;}
#content .quote-form .check-list li label{
	font-size:14px;
	line-height:20px;
	color:#fff;
	float:left;
	margin:0;
	font-weight:normal;
}
#content .quote-form .check-list li label strong{font-weight:bold;}
.quote-form .btn-holder{
	position:relative;
	overflow:hidden;
}
.quote-form .btn-holder .btn-submit{
	display:block;
	background: dodgerblue;
	/*background:#f26522;*/
	position:relative;
	display:block;
	border-radius:50px;
	color:#fffcf5;
	font-size:15px;
	line-height:24px;
	font-weight:700;
	/*text-transform:uppercase;*/
	padding:13px 40px 13px 20px;
	text-decoration:none;
	text-align: center;
	
}
.quote-form .btn-holder:hover .btn-submit{
	color:#fff;
	/*background:#d54f0f;*/
	background: dodgerblue;
	text-decoration:none;
}
.quote-form{margin:0;}
.quote-form .btn-holder .btn-submit:after{
	/*background: url(../images/sprite_new.png) no-repeat -14px -247px;
	width: 22px;
	height: 21px;
	position:absolute;
	right:15px;
	top:14px;
	content:"";*/
}
.quote-form .btn-holder input[type="submit"]{
	position:absolute;
	left:-9999px;
	top:-9999px;
	background:none;
	border:0;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
.quote-form .btn-holder:hover input[type="submit"]{
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}
#aside{
	float:right;
	width:30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:14px;
	line-height:24px;
}
#aside h2{
	color: #000;
	/*color:#f26522;*/
	margin:0 0 25px;
	font-size:20px;
	line-height:1.4;
}
#aside p{margin:0 0 30px;}
#aside ul{
	padding:0 0 15px;
	margin:0;
	overflow:hidden;
	font-size:18px;
	line-height:24px;
}
#aside ul li{
	list-style:none;
	overflow:hidden;
	position:relative;
	padding:0 0 15px 35px;
}
#aside ul li:after{
	position:absolute;
	content:"";
	left:0;
	top:1px;
	background: url(../images/sprite_new.png) no-repeat -46px -247px;
	width: 23px;
	height: 19px;
}
.header-text{display:none;}
.testimonial-block .pagination{display:none;}
/*woocommerce styling*/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea, .voucher-fields input[type="text"], .voucher-fields textarea {
	box-sizing: border-box;
	line-height: 15px;
	margin: 0;
	padding: 7px 10px;
	outline: 0 none;
	width: 100%;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{font-size:14px;}
.woocommerce legend {
	font-size: 20px;
	font-weight: bold;
}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li{
	list-style:none;
	}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table,.woocommerce table.shop_table, .woocommerce-page table.shop_table, .woocommerce table.shop_table, .woocommerce-page table.shop_table{border-collapse: collapse !important;}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table, .woocommerce table.shop_table, .woocommerce-page table.shop_table{width:100%;}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th {border-top:1px solid #999 !important;}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th{width:30% !important;}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th{padding:6px 12px !important;text-align:left;} 
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td{
	padding:6px 12px !important;
	text-align:right !important;
	}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{text-align:left;}
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td{border-top:1px solid #ccc !important;}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{margin-bottom:20px !important;}

.woocommerce #content div.product form.cart table, .woocommerce div.product form.cart table, .woocommerce-page #content div.product form.cart table, .woocommerce-page div.product form.cart table{width: 100% !important;}
.woocommerce #content div.product form.cart table td, .woocommerce div.product form.cart table td, .woocommerce-page #content div.product form.cart table td, .woocommerce-page div.product form.cart table td{padding:6px 12px !important;}
.voucher-fields textarea{resize:vertical !important;}
.woocommerce-cart form{overflow:auto;}
.content-single{clear:both;}

/*
	Default / service page layout 
	Leo Knudsen
*/

body.page-template-template-service #header {
	display:flex;
	align-items: center;
	padding-left: 1rem;
}

#main .page-hero {
	background: rgb(157,85,255);
	background: linear-gradient(18deg, rgba(157,85,255,1) 49%, rgba(255,255,255,1) 100%); 
	height: 450px;
	width: 100%;
	display:flex;
	flex-direction:column;
	justify-content: space-evenly;
	align-items: center;
	color: #fff;
	font-size: 28px;
}

#main .page-hero .hero-logo img{
	height: 80px;
	max-width: 300px;
}

#main .page-hero .inner .contact-button{display:none;}

#main .about-section{
	display: flex;
	justify-content: space-between;
	/* height: 500px; */
	height: auto;
	padding: 2rem; 
	max-width: 1200px;
	margin: 5rem auto;
}

#main .about-section .left-about-section.mobile,
#main .about-section .right-about-section.mobile{
	display:none;
}

#main .about-section .left-about-section {
	width: 55%;
}

#main .about-section .left-about-section h3,
#main .about-history .left-history h3,
#main .employee-container h3,
#main.service-landingpage .service-before-after-container .column h3,
#main.service-landingpage .service-customer-story .inner h3,
#main.service-landingpage .related-services-container .services-section .contact-section h3 {
	font-size: 45px;
	font-weight: 600;
	color: #174fa2;
	line-height: 1;
}

#main .about-section .right-about-section {
	display:flex;
	justify-content:center;
}

#main .about-section .right-about-section .about-img {
	height: 250px;
    width: 400px;
    background: rgb(157,85,255);
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px #ddd;
}

#main .about-history {
	display:flex;
	justify-content:space-between;
	max-width: 1200px;
	margin: 5rem auto;
}

#main .about-history .left-history {
	display:flex;
	flex-direction: column;
	padding-top: 3rem;
	width: 75%;
}

#main .about-history .right-history {
	width: 25%;
}

#main .about-history .left-history p {
	width: 70%;
	font-size: 20px;
	line-height: 1.6;
}

#main .about-history .hero-contact-form{
	width: 100%;
	top:0;
}

#main .about-history .hero-contact-form h3{
	font-size: 27px;
}

#main .employee-container {
	background: #E4EEF8;
	height: auto;
	max-width: 90%;
	border-radius: 0px 100px 100px 0px;
	-webkit-border-radius: 0px 100px 100px 0px;
	-moz-border-radius: 0px 100px 100px 0px;
	-ms-border-radius: 0px 100px 100px 0px;
	-o-border-radius: 0px 100px 100px 0px;
	box-shadow: 10px 0px 7px 0px #ddd;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 2rem 2rem;
}

#main .employee-container .inner {
	width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#main .employee-container h3{
	text-align:center;
}

#main .employee-container .inner .employee{
	flex: 18%;
	background: #fff;
	margin-bottom: 1rem;
	margin-right: 0.01rem;
	margin: 0.5rem;
	height: 420px;
	width: 25%;
	margin-bottom: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-right: 2rem;
	margin-bottom: 2rem;
	text-align:center;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

#main .employee-container .inner .employee .employee__image img{
	height: 300px;
	max-width: 100%;
	border-radius: 25px 25px 0px 0px;
	-webkit-border-radius: 25px 25px 0px 0px;
	-moz-border-radius: 25px 25px 0px 0px;
	-ms-border-radius: 25px 25px 0px 0px;
	-o-border-radius: 25px 25px 0px 0px;
	object-fit: cover;
}

#main .employee-container .inner .employee .employee__meta-position p,
#main .employee-container .inner .employee .employee__meta-name {
	margin-bottom: 0;
}

#main .employee-container .inner .employee .employee__meta{
	margin-bottom: 1.5rem;
}

#main .employee-container .inner .employee .employee__meta-name h4{
	font-size: 25px;
	color: #000;
}

#main .employee-container .inner .employee .employee__meta-position p {
	font-size: 16px;
	line-height: 1.25;
}

/* landigpage layout */
#main.service-landingpage .page-hero.service-hero {
	background: rgb(157,85,255);
	height: 600px;
	width: 100%;
}

#main.service-landingpage .page-hero.service-hero .inner{
	max-width: 1200px;
	display:flex;
	justify-content:space-between;
	color: #000;
	padding: 1.5rem 0rem;
}

#main.service-landingpage .page-hero.service-hero .inner .hero-contact-form{
	width: 25%;
}

#main.service-landingpage .page-hero.service-hero .inner .hero-contact-form h3{
	font-size: 30px;
}

#main.service-landingpage .page-hero.service-hero .inner .hero-contact-form p{
	font-size: 24px;
}

#main.service-landingpage .page-hero.service-hero .inner .hero-contact-form form p{
	font-size: 16px;
}

#main.service-landingpage .service-solution-container {
	height: auto;
	width: 100%;
	position:relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#main.service-landingpage .service-solution-container .inner{
	margin: 2.5rem auto;
	display:flex;
	justify-content: space-between;
	height: 100%;
}

#main.service-landingpage .service-solution-container .inner .column{
	flex: 50%;
	display:flex;
	justify-content:center;
	flex-direction:column;
}

#main.service-landingpage .service-solution-container .inner .column .headline{
	display:flex;
}

#main.service-landingpage .service-solution-container .inner .column .headline {
	height: 100px;
    align-items: center;
    background: #E4EEF8;
    justify-content: center;
    box-shadow: 2px 5px 8px 0px #ddd;
    border-radius: 0px 15px 15px 0px;
    -webkit-border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    -ms-border-radius: 0px 15px 15px 0px;
    -o-border-radius: 0px 15px 15px 0px;
    position: absolute;
    top: 20px;
    left: 0;
    width: 50%;
}

#main.service-landingpage .service-solution-container .inner .column .headline h3{
	font-size: 30px;
    font-weight: 600;
    color: #174fa2;
    width: 55%;
    line-height: 1.15;
    margin-bottom: 0;
}

#main.service-landingpage .service-solution-container .inner .column .description{
	margin-top: 5rem;
	display:flex;
	justify-content: flex-end;
}
#main.service-landingpage .service-solution-container .inner .column .description p{
	width: 77%;
}

#main.service-landingpage .service-solution-container .inner .column .find-solution-link {
	margin-top: 1.5rem;
	justify-content: center;
	display:flex;
}

#main.service-landingpage .service-solution-container .inner .column .find-solution-link a {
	background: #13469F;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    color: #fff;
    font-size: 22px;
    width: 47%;
    padding: 0.75rem 1.5rem;
    text-align: center;
    height: auto;
    box-shadow: 2px 3px 5px 0px #ddd;
}

#main.service-landingpage .service-solution-container .inner .right-solution .solution-video{
	height: 100%;
	padding: 1rem;
	display:flex;
	justify-content:center;
}

#main.service-landingpage .service-before-after-container {
	height: auto;
	display:flex;
	max-width: 1110px;
	justify-content: center;
	margin: 2.5rem auto;
}

#main.service-landingpage .service-before-after-container .column {
	flex: 50%;
}

#main.service-landingpage .service-before-after-container .column:first-child p{
	width: 90%;
}

#main.service-landingpage .service-customer-story {
	height: 350px;
	width: 100%;
	background: #CBD8E9;
	padding:1rem 0rem;
}

#main.service-landingpage .service-customer-story .inner {
	height: 100%;
	max-width: 1110px;
	margin: 2.5rem auto;
}

#main.service-landingpage .service-customer-story .inner p {
	width: 60%;
}

#main.service-landingpage .related-services-container {
	height: auto;
}

#main.service-landingpage .related-services-container .top-section{
	height: 250px;
	background: #13469F;
	display:flex;
	justify-content:center;
	align-items: center;
}

#main.service-landingpage .related-services-container .top-section h3{
	font-size: 45px; 
	color: #fff;
	font-weight: 600;
}

#main.service-landingpage .related-services-container .services-section {
	height: 100%;
	width: 100%;
	display:flex;
}

#main.service-landingpage .related-services-container .services-section .services{
	width: 65%;
	display:flex;
	flex-wrap: wrap;
	padding: 2rem;
}

#main.service-landingpage .related-services-container .services-section .services .service {
	height: 250px;
	width: 350px;
	border: 1.5px solid #174fa2;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	box-shadow: 6px 6px 10px 4px #ddd;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-direction:column;
	overflow:hidden;
	margin-right: 2rem;
	margin-bottom: 3rem;
	flex: 40%;
}

#main.service-landingpage .related-services-container .services-section .services .service .icon {
	background: #174fa2;
	border-radius: 20%;
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	-ms-border-radius: 20%;
	-o-border-radius: 20%;
	margin-top: 1rem;
}

#main.service-landingpage .related-services-container .services-section .services .service .icon img{
	height: 80px;
}

#main.service-landingpage .related-services-container .services-section .services .service .title {
	width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #174fa2;
}

#main.service-landingpage .related-services-container .services-section .services .service .title h3 a { 
	color: #fff;
	font-size: 28px;
}

#main.service-landingpage .related-services-container .services-section .services .service .title h3 a { 
	content: "";
	display:block;
}

#main.service-landingpage .related-services-container .services-section .contact-section {
	width: 35%;
	background: #CBD8E9;
	border-radius: 25px 0px 0px 25px;
	-webkit-border-radius: 25px 0px 0px 25px;
	-moz-border-radius: 25px 0px 0px 25px;
	-ms-border-radius: 25px 0px 0px 25px;
	-o-border-radius: 25px 0px 0px 25px;
	padding: 2rem;
}


#main.service-landingpage .related-services-container .services-section .contact-section .hero-contact-form {
	width: 80%;
	top: 0;
}

#main.service-landingpage .related-services-container .services-section .contact-section .hero-contact-form h3{
	font-size: 27px;
	color: #666;
}

/*---------------------------------------------------------------------*/

@media (min-width: 320px) and (max-width: 599px) {
	#main .employee-container .inner .employee {
		flex: 50%;
	}
}

@media (min-width: 600px) and (max-width: 767px) {
	#main .employee-container .inner .employee {
		flex: 40%;
	}
}

/*378px*/
@media only screen and (min-width: 320px) and (max-width: 767px){

	.page.page-template-template-home #main .info-area ul li{
		borader-radius: 20px;
	}

	.page.page-template-template-home #main .info-area ul li .img-holder{
		height: 50%;
		margin: 0 !important;
	}
	.page.page-template-template-home #main .info-area ul li .img-holder img{
		height: 70px;
		width: 70%;
	}

	/*
		Service landing page
		Leo Knudsen
	*/

	#main.service-landingpage .page-hero.service-hero {
		height: 520px;
	}
	#main.service-landingpage .page-hero.service-hero .inner .hero-contact-form {
		display:none;
	}

	#main.service-landingpage .service-solution-container .inner .column .solution-video{
		margin-top: 0.5rem;
	}

	#main.service-landingpage .service-solution-container {
		padding: 0rem 0rem 5rem 0rem;
	}

	#main.service-landingpage .service-solution-container,
	#main.service-landingpage .service-solution-container .inner{
		height: 100%;
	}

	#main.service-landingpage .service-solution-container .inner{
		margin: 0rem auto;
		flex-direction: column;
	}

	#main.service-landingpage .service-solution-container .inner .column .headline h3,
	#main.service-landingpage .service-before-after-container .column h3,
	#main.service-landingpage .service-customer-story .inner h3,
	#main.service-landingpage .related-services-container .top-section h3,
	#main.service-landingpage .related-services-container .services-section .contact-section h3 {
		font-size: 30px;
	}

	#main.service-landingpage .service-solution-container .inner .column .headline,
	#main.service-landingpage .service-solution-container .inner .column .headline h3,
	#main.service-landingpage .service-solution-container .inner .column .description p{
		width: 100%;
	}

	#main.service-landingpage .service-solution-container .inner .column .headline {
		top: 0;
		text-align:center;
		position:static;
		border-radius: 0px 0px 0px 0px;
	}

	#main.service-landingpage .service-solution-container .inner .column .description{
		max-width: 768px;
		margin: 0 auto;
		padding: 1.5rem;
		text-align:center;
	}

	#main.service-landingpage .service-solution-container .inner .column .description p {
		line-height: 1.5;
		font-size: 18px;
	}

	#main.service-landingpage .service-solution-container .inner .column .find-solution-link a {
		font-size: 0; /* remove regular text */
		background: #E77A01;
		display:flex;
		justify-content: center;
	}

	#main.service-landingpage .service-solution-container .inner .column .find-solution-link a::after {
		content: "Kontakt os";
		font-size: 22px;
	}

	#main.service-landingpage .fact-section {
		display: flex;
	}

	#main.service-landingpage .fact-section .fact-list{
		display:flex;
		flex-direction: column;
		align-items:center;
		width: 100%;
	}

	#main.service-landingpage .fact-section .fact-list li {
		width: 80%;
		border-width: 0px 0px 1px 0;
		padding: 2rem 0rem;
	}

	#main.service-landingpage .service-before-after-container {
		flex-direction: column-reverse;
		padding: 0rem 2rem;
	}

	#main.service-landingpage .service-before-after-container .column {
		padding: 1rem 0rem;
		text-align:center;
	}

	#main.service-landingpage .service-before-after-container .column h3{
		margin-bottom: 1rem;
	}

	#main.service-landingpage .service-before-after-container .column:first-child p{
		width: 100%;
	}

	#main.service-landingpage .service-customer-story{
		height: 100%;
		display:flex;
		flex-direction: column;
		align-items:center;
		text-align:center;
	}

	#main.service-landingpage .service-customer-story .inner{
		margin: 2.5rem 2rem;
	}

	#main.service-landingpage .service-customer-story .inner p{
		width: 100%;
	}

	#main.service-landingpage .related-services-container .services-section {
		flex-direction: column;
	}

	#main.service-landingpage .related-services-container .services-section .services,
	#main.service-landingpage .related-services-container .services-section .contact-section {
		width: 100%;
	}

	#main.service-landingpage .related-services-container .services-section .services {
		padding: 1rem;
		width: 100%;
	}

	#main.service-landingpage .related-services-container .services-section .services .service{
		flex:100%;
	}

	#main.service-landingpage .related-services-container .services-section .contact-section {
		border-radius:0px 0px 0px 0px;
		-webkit-border-radius:0px 0px 0px 0px;
		-moz-border-radius:0px 0px 0px 0px;
		-ms-border-radius:0px 0px 0px 0px;
		-o-border-radius:0px 0px 0px 0px;
		width: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 4rem;
	}

	#main.service-landingpage .related-services-container .services-section .contact-section .hero-contact-form,
	{
		width: 65%;
	}

	#main.service-landingpage .related-services-container .services-section .contact-section h3,
	#main.service-landingpage .related-services-container .services-section .contact-section p{
		width: 92%;
	}

	#main.service-landingpage .related-services-container .services-section .contact-section h3 {
		margin-bottom: 1rem;
	}

	#main.service-landingpage .related-services-container .services-section .contact-section p {
		margin-bottom: 1.5rem;
	}

	#main.service-landingpage .related-services-container .services-section .contact-section .hero-contact-form h3,
	#main.service-landingpage .related-services-container .services-section .contact-section .hero-contact-form p{
		width: 100%;
	}

	#main.service-landingpage .related-services-container .services-section .contact-section h3 {
		text-align:left;
		font-size: 35px;
	}

	/*
		------------------------------------------------------------
	*/

	/*
		About page
	*/

		#main .page-hero .hero-logo{
			display:none;
		}

		#main .page-hero .inner .contact-button{
			display: flex;
			background: #E77A01;
			color: #fff;
			padding: 0.5rem 1.5rem;
			border-radius: 2px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			-ms-border-radius: 2px;
			-o-border-radius: 2px;
			width: 20%;
			font-size: 17px;
		}

		#main .about-section, 
		#main .about-history{
			flex-direction: column;
		}

		#main .about-section {
			margin: 0;
			height: 100%;
		}

		#main .about-section .left-about-section.desktop,
		#main .about-section .right-about-section.desktop {
			display:none;
		}

		#main .about-section .left-about-section.mobile,
		#main .about-section .right-about-section.mobile{
			display:flex;
			text-align:center;
		}

		#main .about-section .left-about-section,
		#main .about-section .right-about-section {
			width: 100%;
			flex-direction: column;
		}

		#main .about-section .left-about-section.mobile h3,
		#main .about-section .right-about-section.mobile h3,
		#main .about-history .left-history h3{
			font-size: 33px;
			font-weight: 600;
			color: #174fa2;
			line-height: 1;
		}

		#main .about-section .left-about-section.mobile p,
		#main .about-section .right-about-section.mobile p{
			width: 80%;
			margin: 0 auto;
		}

		#main .about-section .right-about-section.mobile .about-img{
			margin: 2rem auto;
			width: 100%;
		}

		.facts-container .fact-section{
			display:flex;
			flex-direction:column;
		}

		.facts-container .fact-section .fact-list{
			width: 100%;
			flex-direction: column;
			align-items:center;
		}

		#main .about-history {
			text-align:center;
			align-items:center;
			margin: 2rem auto;
		}

		#main .about-history h3{
			font-size:33px;
		}

		#main .about-history .left-history{
			align-items:center;
			padding-top: 0;
			padding-bottom: 3rem;
		}

		#main .about-history .left-history p {
			font-size: 15px;
		}

		#main .about-history .right-history,
		#main .about-history .right-history .hero-contact-form{
			width: auto;
		}

		#main .about-history .right-history{
			padding: 2rem 4rem;
			background: #E4EEF8;
		}

		#main .employee-container,{
			max-width: 100%;
		}

		#main .employee-container .inner {
			width: 100%;
		}

		#main .employee-container{
			background:#fff;
			box-shadow: unset;
			border-radius:unset;
			-webkit-border-radius:unset;
			-moz-border-radius:unset;
			-ms-border-radius:unset;
			-o-border-radius:unset;
		}

		#main .employee-container {
			padding:0;
			max-width: 100%;
		}  

		#main .employee-container .inner .employee{
			box-shadow: 5px 6px 10px 0px #ddd;
			margin-right: 1rem;
			margin-left: 1rem;
			height: auto;
		}

		#main .employee-container .inner .employee .employee__image{
			margin-bottom: 1.5rem;
		}

		#main .employee-container .inner .employee .employee__image img{
			height: auto;
			width: 550px;
		}
	/*
		-----------------------------------------------------------
	*/

	.two-col-area .col-two{display:block;}
	.intro-section .scroll{
		display:none;
	}

	#main .text-area .image-block .inner .heading{font-size: 30px;}
	#main .text-area .image-block .inner .sub-heading{font-size: 15px;}

	#main .text-area .image-block .inner .heading,
	#main .text-area .image-block .inner .sub-heading{
		text-align: center;
		line-height: 1;
	}

	#main .text-area .layout-content{
		/*width: 100%;*/
		padding: 0;
	}
}


@media only screen and (min-width:1025px) {
	a.tel, .tel-holder a, .footer-text p a.tel {
		cursor: default;
		pointer-events: none;
	}
}
@media only screen and (min-width: 768px) {
	#nav .opener { display: none; }
	#nav .slide { position: static !important; }
}
@media only screen and (max-width: 1200px) {
	#wrapper .mejs-container.svg.mejs-video video {
		height: 100% !important;
		margin: 0 0 0 -25%;
		max-width: 150% !important;
		min-height: 100% !important;
		min-width: 130% !important;
		width: 150% !important;
	}
}

/*
	min width 768px
	max-width: 9999px
	@author: Leo Knudsen
*/
@media (min-width: 768px) and (max-width: 999px) {

	.page.page-template-template-home #main .info-area ul li .img-holder{
		margin: 0;
		height: 70%;
	}
	
	.page.page-template-template-home #main .info-area ul li .img-holder img{
		height: 100%;
		width: 70%;
	}


	/* 
		about page
		Leo Knudsen
	*/

	#main .about-section,
	#main .about-history{
		flex-direction: column;
	}

	#main .about-section{
		flex-direction:column;
		height: 100%;
		margin: 0;
	}

	#main .about-section .left-about-section.desktop,
	#main .about-section .right-about-section.desktop {
		display:none;
	}

	#main .about-section .left-about-section.mobile,
	#main .about-section .right-about-section.mobile{
		display:flex;	
		text-align:center;
	}

	#main .about-section .left-about-section,
	#main .about-section .right-about-section {
		width: 100%;
		flex-direction:column;
	}

	#main .about-section .right-about-section.mobile .about-img {
		width: 100%;
		margin: 2rem auto;
	}

	#main .about-history .left-history{
		display:flex;
		flex-direction:column;
		align-items:center;
		padding: 0rem 0rem 3rem 0rem;
	}

	#main .about-history .left-history p{
		text-align:center;
	}

	#main .about-history .right-history,
	#main .about-history .right-history .hero-contact-form {
		width: auto;
	}

	#main .about-history .right-history {
		width: auto;
		padding: 2rem 4rem;
		background: #E4EEF8;
	}

	#main .employee-container .inner .employee {
		flex: 40%;
	}

	/* ------------------------------------ */

	.header-section .intro-section {
		width: 90%;
	}

	.header-section .intro-section .header {
		margin-top: 1rem;
	}

	.intro-section .header h1 { 
		width: 90%;
	}

	.intro-section .hero-contact-form {
		width: 100%;
	}

	.info-area,
	.info-area ul {
		width: 100%;
	}

	.info-area ul {
		height: 100%;
		overflow:unset;
	}

	.info-area {
		padding: 100px 0 30px !important;
		height: 100%;
		max-width: 100%;
	}

	.info-area ul li {
		flex-direction:row;
		flex:100%;
		margin-bottom: 2rem;
		height: 180px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		-ms-border-radius: 100px;
		-o-border-radius: 100px;
	}

	.contact-content-section .inner {
		width: 83%;
	}

	.contact-content-section .inner .left-content {
		width: 100%;
		border-radius:25px 25px 25px 25px;
		-webkit-border-radius:25px 25px 25px 25px;
		-moz-border-radius:25px 25px 25px 25px;
		-ms-border-radius:25px 25px 25px 25px;
		-o-border-radius:25px 25px 25px 25px;
}

	.contact-content-section .inner .left-content h2 {
		font-size: 45px;
	}

	.fact-list {
		width: 90%;
	}

	.services-block-section .services-section{
		margin: 5.5rem 2rem;
	}

	.services-block-section .services-section .service {
		flex: 40%;
	}

	.services-block-section .services-section .service:nth-child(even),
	.services-block-section .services-section .service:last-child{
		margin-right: 0;
	}

	#footer h2 {
		font-size: 35px !important;
	}

	#footer .footer_content .top-footer .left-top-footer {
		width: 40%;
	}

	#footer .footer_content .top-footer .hero-contact-form {
		width: 30%;
	} 

	#footer .footer_content .bottom-footer .inner {
		width: 100%;
		display:flex;
		flex-wrap:wrap;
	}
	
}

/*
	Min width: 1000px
	Max width: 1199px
	Leo Knudsen
*/
@media (min-width: 1000px) and (max-width: 1199px) {
	.page-template-template-home #main .info-area ul li .img-holder {
		display:flex;
		align-items:center;
		justify-content: center;
		margin: unset;
		height: 30%;
	}

	.page-template-template-home #main .info-area ul li .img-holder img {
		height: 100%;
		width: 100%;
	}

	.page-template-template-home #wrapper {
		height: 700px;
	}
	.intro-section,
	.intro-section .header h1 {
		width: 90%;
	}

	.intro-section .header h1 {
		font-size: 40px;
	}

	.intro-section .hero-contact-form {
		width: 100%;
	}

	.intro-section .hero-contact-form h3 {
		font-size: 33px;
	}

	.info-area {
		background: #fff;
		color: #000;
		text-align: center;
		padding: 65px 0 32.5px 0;
		margin: 0 0 80px;
		height: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.info-area ul{
		padding: 0;
		margin: 0;
		overflow: unset;
		display: flex;
		justify-content: center;
		height: 100%;
		align-items: center;
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.info-area ul li {
		border-radius:60px;
		-webkit-border-radius:60px;
		-moz-border-radius:60px;
		-ms-border-radius:60px;
		-o-border-radius:60px;
		width: auto;
		height: 200px;
		flex:2;
		margin: 0rem 0.5rem;
}

	.contact-content-section .inner {
		width: 90%;
	}

	.contact-content-section .inner .left-content {
		width: 60%;
	}

	.contact-content-section .inner .left-content h2 {
		font-size: 45px;
	}

	.fact-list {
		width: 90%;
	}

	.services-block-section .services-section .service {
		margin-left: 2rem;
		flex:30%;
	}

	/*
		About page
		Leo Knudsen
	*/

	#main .about-history {
		max-width: 850px;
	}

	#main .about-history .left-history p {
		width: auto;
		padding-right: 4rem;
	}

	#footer .footer_content .top-footer .left-top-footer {
		width: 60%;
	}

	#footer .footer_content .top-footer .hero-contact-form {
		width: 20%;
	}
}

/*
	Min width: 1000px
	Max width: 1099px
	Leo Knudsen
	About page employee section
*/
@media (min-width: 1000px) and (max-width: 1099px) {
	#main .employee-container .inner .employee {
		flex: 30%;
	}
}

/*
	Min width: 1000px
	Max width: 1099px
	Leo Knudsen
	About page employee section
*/
@media (min-width: 1100px) and (max-width: 1199px) {
	#main .employee-container .inner .employee {
		flex: 25%;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#footer .footer_content .bottom-footer .inner{
		width: 100%;
		display:flex;
		flex-wrap: wrap;
	}

	#footer .footer_content .bottom-footer .inner .column:nth-child(2), #footer .footer_content .bottom-footer .inner .column:last-child {
		flex: 33%;
		padding: 1rem;
	}

	#footer .footer_content .bottom-footer .inner .logo{
		width: 100%;
		display:flex;
		justify-content:center;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.intro-section .hero-contact-form {
		width: 70%;
	}
}

@media (min-widtH: 1600px) and (max-width: 1799px) {
	.intro-section .hero-contact-form {
		width: 50%;
	}
}

/*
	min width: 1200px
	max width: 1799px
	Leo Knudsen 
*/
@media (min-width: 1200px) and (max-width: 3999px) {
	.page-template-template-home #main .info-area ul li .img-holder {
		display:flex;
		align-items:center;
		justify-content: center;
		margin: unset;
		height: 30%;
	}

	.page-template-template-home #main .info-area ul li .img-holder img {
		height: 100%;
		width: 100%;
	}

	.page-template-template-home #wrapper {
		height: 700px;
	}
	.intro-section,
	.intro-section .header h1 { 
		width: 80%; 
	}
	.intro-section .header h1 {
		font-size: 45px;
	}

	.info-area,
	.info-area ul {
		width: 100%;
		max-width: 100%;
	}

	.info-area ul li {
		width: 20%;
		border-radius: 60px;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-ms-border-radius: 60px;
		-o-border-radius: 60px;
		margin: 0rem 1rem;
	}

	.contact-content-section .inner {
		width: 88%;
	}

	.contact-content-section .inner .left-content h2 {
		font-size: 65px;
	}

	.fact-list {
		width: 100%;
	}

	.services-block-section .services-section .service {
		margin-right: 1rem;
		margin-bottom: 3rem;
		margin-left: 1.5rem;
	}

	#footer .footer_content .top-footer .left-top-footer {
		width: 55%;
	}

	#footer .footer_content .top-footer .hero-contact-form {
		width: 28%;
	}

	#footer .footer_content .bottom-footer .inner{
		width: 100%;
		display:flex;
		justify-content: space-between;
		max-width: 1200px;
		margin:0 auto;
	}

	#footer .footer_content .bottom-footer .inner .column{
		padding: 1rem;
		width: 100%;
	}

	.services-block-section .services-section {
		max-width: 1200px;
		margin: 5.5rem auto;
	}
}

@media (min-width: 1800px) {
	.services-block-section .services-section {
		max-width: 1200px;
		margin: 5.5rem auto;
	}
}

/* ---------------------------------------------------------------- */

@media only screen and (max-width: 999px) {
	body {
		font-size: 14px;
		line-height: 20px;
	}
	.home #nav{padding-left:0rem;}
	/*.container { padding: 0 10px; }*/
	.home .header-holder .holder { padding: 0; }
	.intro-section .header h1 {
		font-size: 40px;
		line-height: 44px;
		margin: 0 0 15px;
	}
	.intro-section .header { margin: 0 0 30px; }
	.header-section{max-height: 650px;}
	.two-columns .col h2 {
		padding: 10px 86px 10px 10px;
		font-size: 25px;
		line-height: 31px;
		margin: 0 0 10px;
	}
	.two-columns .col .text { padding: 0 132px 0 10px; }
	.two-columns .col ul {
		font-size: 12px;
		line-height: 16px;
	}
	.two-columns .img,
	.two-columns .img.img2 {
		width: 45%;
		height: auto;
		right: -10px;
	}
	.two-columns .img.img2{
		width:35%;
		bottom:-9px;
	}
	.two-columns { padding: 0 0 30px; }
	.two-columns .btn-holder { margin: 0 0 25px; }
	.btn {
		font-size: 12px;
		line-height: 20px;
		padding: 5px 8px;
	}
	.two-columns .btn-holder .link, .two-columns .btn-holder span {
		font-size: 12px;
		line-height: 16px;
	}
	.info-area {
		padding: 25px 0;
		margin: 0 0 30px;
	}
	.info-area h2 {
		font-size: 35px;
		line-height: 40px;
		margin: 0 0 30px;
	}
	.info-area ul li .img-holder { margin: 0 0 20px; }
	.info-area ul li { width: 27%; }
	.testimonial-block .alignleft {
		width: 45%;
		margin: 0 15px 10px 0;
	}
	.testimonial-block h2 {
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.testimonial-block .text { padding: 50px 0 0; }
	.testimonial-block blockquote { padding: 38px 0 0; }
	.testimonial-block blockquote cite {
		font-size: 14px;
		line-height: 18px;
	}
	.testimonial-block { margin: 0 50px 25px; }
	.bottom-section {
		padding: 20px 0 10px;
		font-size: 22px;
		line-height: 30px;
	}
	.contact-nav ul, .footer-nav { font-size: 12px; }
	/* .contact-nav ul li:first-child, .footer-nav ul li:first-child { padding: 0 5px 0 0; } */
	/* .contact-nav ul li, .footer-nav ul li { padding: 0 5px 0 7px; } */
	.header-section { margin: 0 0 40px; }
	.header-box .tel, .header-box #nav .slide { font-size: 12px; }
	.header-box #nav .slide li { margin: 0 7px; }
	.header-box { padding: 10px 0 0; }
	.header-box .tel {
		margin: 0 0 10px;
		padding: 0 0 0 20px;
	}
	#main h1 {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 10px;
	}
	#main .text-area {
		padding: 0 0 10px;
		margin: 0 0 25px;
	}
	.video-block .video-holder {
		width: 45%;
		margin: 0 20px 10px 0;
	}
	.video-block {
		margin: 0 0 30px;
		padding: 0 0 25px;
	}
	.info-block {
		padding: 0;
		margin: 0 0 30px;
	}
	.btn-block a {
		font-size: 14px;
		line-height: 20px;
	}
	.col-holder {
		margin: 40px 0 30px;
		padding: 0 0 10px;
	}
	.btn-block .btn-box, .btn-block { margin: 0 0 20px; }
	.btn-block a .link, .btn-block a .text { padding: 20px 10px; }
	#main .text-area img { margin: 0 0 20px; }
	.intro-block .video-holder { width: 45%; }
	.btn-container .btn-business:after, .btn-container .btn-private:after { top: 10px; }
	.btn-container .btn-business, .btn-container .btn-private { min-width: 60px; }
	.text-row { padding: 23px 0 9px; }
	#content h2:after{display:none;}
	#content h2{
		font-size:27px;
		line-height:33px;
		padding:0 0 15px;
	}
	#content .quote-form .check-list li label,
	#content .quote-form .rad-list .wpcf7-list-item label{font-size:13px;}
	.check-list li,
	.rad-list .wpcf7-list-item {padding:10px 3px;}
	#content{width:65%;}
	#content:after{right:-23px;}
	.quote-form .btn-holder .btn-submit{
		font-size:15px;
		line-height:20px;
	}
	.quote-form .btn-holder .btn-submit:after{top:13px;}
	#aside ul li{padding:0 0 10px 30px;}
	#aside ul{font-size:16px;}
	#aside p{margin:0 0 20px;}
	#aside h2{margin:0 0 15px;}
	.text-row{padding:10px 0;}
	.home .logo{
		position:relative;
		left:10px;
	}

	#main .text-area .layout-content{padding:0rem;}
	#main .text-area .image-block .inner .heading{font-size:30px;}

}


/*
	Max width: 767px
	@author Leo Knudsen
*/
@media only screen and (max-width: 767px) {
	body {
		font-size: 13px;
		line-height: 17px;
	}
	.home .logo{
		position:relative;
		left:0;
	}
	.header-holder .logo {
		display:none;
	}

	.home .header-content .logo { display:block}
	.home #header {

		padding: 10px 0;
		position: relative;
		z-index: 9999;
	}
	.home .header-content {
		float: none;
		width: 100%;
		margin: 0 0 18px;
		max-width: 100%;
	}
	.home .header-content .text { display: none; }
	.home .header-holder .holder, .home .header-holder { overflow: visible; }
	.home .header-holder .holder:after, .home .header-holder:after {
		display: block;
		content: "";
		clear: both;
	}
	.home #nav {
		position: absolute;
		margin: 0;
		top: 80px;
		left: -10px;
		right: -10px;
		z-index: 0;
	}
	#nav .opener {
		color: #666;
		position: relative;
		padding: 0 0 0 40px;
		margin: 0 0 0 5px;
		font-size: 13px;
		font-weight: bold;
		line-height: 24px;
		float: left;
		text-transform: uppercase;
	}
	.home #nav .opener { color: #fff; }
	#nav.active .opener, #nav .opener:hover { color: #f26522; }
	#nav .opener:after {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		background: url(../images/btn-menu.png) no-repeat;
		width: 36px;
		height: 24px;
	}
	#nav.active .opener:after, #nav .opener:hover:after { background-position: 0 -24px; }
	.home #nav .slide {
		overflow: hidden;
		clear: both;
		background: #000;
		padding: 0 10px;
	}
	.home #nav .slide li {
		padding: 0 !important;
		margin: 8px 0;
		width: 100%;
		text-align: center;
	}
	.home #nav .slide li:after { display: none; }
	.home .logo {
		width: 140px;
		height: 62px;
		position: relative;
		z-index: 999;
	}

	.header-section {
		height: 500px;
	}

	.header-section .intro-section { 
		width: 100%;
		padding: 0rem 0rem;
	}

	.header-section .intro-section .header {
		display: flex;
		justify-content: space-evenly;
		text-align: center;
		flex-direction: column;
		margin: 0 auto;
		align-items: center;
		height: 300px;
	}

	.header-section .intro-section .header h1 {
		line-height: 1.5;
	}

	.header-section .intro-section .header .contact-button {
		display:flex;
		justify-content:center;
	}
	.header-section .intro-section .header .contact-button a{
		background: #E77A01;
		color: #fff;
		padding: 0.5rem 1.5rem;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
}

	.intro-section .hero-contact-form {
		display:none;
	}
	.intro-section .header h1 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.intro-section .header .sub-head {
		font-size: 20px;
		line-height: 24px;
	}

	.header-section { margin: 0 0 20px; }

	/**
	 * two col area 
	 */
	.two-col-area {
		display:block;
	}
	.two-col-area .col-one{width: 100%;}
	.two-col-area .col-one p{padding: 2rem;}
	.two-col-area .col-two{/*display:none;*/ width: 100% !important;}

	/**
	 * --------------------------------------
	 */
	.two-columns .col {
		width: 100%;
		float: left;
		margin: 0 0 10px;
	}
	.two-columns .col h2 {
		font-size: 20px;
		line-height: 22px;
		padding: 5px 86px 5px 10px;
	}
	.two-columns .col ul { font-size: 10px; }
	.two-columns .col .text { padding: 0 95px 0 10px; }
	.two-columns .img {
		width: 40%;
		right: -20px;
	}
	.two-columns .btn-holder .link, .two-columns .btn-holder span, .btn {
		font-size: 11px;
		line-height: 16px;
	}
	.fact-list li:after, .fact-list:after { display: none; }
	.fact-list { margin: 0; }
	.fact-list li {
		padding: 0;
		width: 100%;
		margin: 0 0 15px;
	}

	.fact-list li .title {
		font-size: 30px;
		line-height: 35px;
		color: dodgerblue;
	}

	.book-area .book-now-desc{display:flex; flex-direction: column;}

	.info-area h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.info-area {
		height: 100%;
		max-width: 100%;
		margin: 0;
		padding: 1.5rem 0rem;
	}

	.info-area ul{
		padding: 2rem 0rem;
		margin: 0;
		/* overflow: hidden; */
		display: flex;
		/* justify-content: center; */
		height: 100%;
		align-items: center;
		width: 100%;
		margin: 0 auto;
		flex-wrap: wrap;
	}


	.info-area ul li {
		padding: 0;
		width: 100%;
		margin: 0 0 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 2%;
		border-radius: 100px;
		box-shadow: -1px -1px 18px 2px #ddd;
		width: 100%;
		height: 150px;
		margin: 0.5rem 1rem;
	}

	.info-area ul li .text{
		overflow: hidden;
		/* color: #f6b798; */
		color: #1a1a1a;
		font: 16px/26px Arial, Helvetica, sans-serif;
			font-size: 16px;
		font-size: 20px;
	}

	.contact-content-section{
		margin: 0rem;
	}

	.contact-content-section .inner,
	.contact-content-section .inner .left-content {
		width: 100%;
		background: #E4EEF8;
	}

	.contact-content-section .inner .left-content h2{
		font-size: 44px;
		text-align: center;
		width: 100%;
		line-height: 1.5;
	}
	.contact-content-section .inner .left-content p {
		width: 100%;
		text-align:center;
	}

	.contact-content-section .inner .left-content .contact-button{
		display:flex;
		justify-content:center;
	}

	.fact-section{
		display:none;
	}

	.services-block-section .top-section h1{
		font-size: 40px !important;
	}

	.services-block-section .services-section{
		justify-content:center;
	}

	.services-block-section .services-section .service {
		margin-right: 0;
		width: 320px;
	}

	#footer .footer_content .top-footer {
		flex-direction: column;
		width: auto;
		padding: 3rem;
		height: auto;
	}

	#footer .footer_content .top-footer .left-top-footer{
		width: 100%;
	}

	#footer .footer_content .top-footer .left-top-footer h2{
		font-size: 40px !important;
	}

	#footer .footer_content .top-footer .left-top-footer p{
		font-weight: lighter;
		line-height: 1.5;
	}

	#footer .footer_content .top-footer .hero-contact-form {
		width: 85%;
	}

	#footer .footer_content .top-footer .hero-contact-form h3 {
		font-size: 20px;
	}

	#footer .footer_content .bottom-footer {
		height: auto;
		display:block;
	}

	#footer .footer_content .bottom-footer .inner{
		flex-direction:column-reverse;
		padding: 2.5rem;
	}

	#footer .footer_content .bottom-footer .logo {
		display:none;
	}

	#footer .footer_content .bottom-footer .company-information,
	#footer .footer_content .bottom-footer .shortcut-menu{
		margin: 1rem 0rem;
	}

	#footer .footer_content .bottom-footer .company-information h3,
	#footer .footer_content .bottom-footer .shortcut-menu h3{
		font-size: 18px;
		text-align:center;
	}

	#footer .footer_content .bottom-footer .company-information .information{
		justify-content:center;
	}

	.footer-nav ul li, .footer-nav ul li:first-child {
		border-bottom: 1px solid #fff !important;
	}

	.testimonial-block .alignleft {
		float: none !important;
		width: 100%;
		margin: 0 0 10px;
	}
	.testimonial-block h2 {
		font-size: 24px;
		line-height: 28px;
		margin-top: 0.5rem;
	}
	.bottom-section {
		font-size: 18px;
		line-height: 24px;
	}
	.contact-nav ul, .footer-nav { font-size: 11px; }
	.footer-nav {
		width: 100%;
		max-width: 100%;
	}
	.contact-nav { clear: both; }
	.contact-nav ul { text-align: left; }
	.contact-nav ul li { margin: 0; }
	#footer a.tel:hover {
		text-decoration: none;
		color: #fff;
	}
	.header-box .tel {
		position: relative;
		z-index: 999;
	}
	.logo {
		float: none;
		display: block;
		/* margin: 0 auto; */
	}
	.header-box {
		padding: 10px 0 0;
		width: 100%;
	}
	.header-box #nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 80px;
	}
	.header-box #nav .slide { background: #fff; }
	.header-box #nav .slide li {
		width: 100%;
		margin: 8px 0;
		text-align: center;
	}
	#header {
		padding: 15px 0;
		margin: 0 0 20px;
	}
	.home #header { margin: 0; }
	#main .text-area img { margin: 0 0 10px; }
	#main h1 {
		font-size: 24px;
		line-height: 28px;
	}
	.video-block .video-holder {
		width: 100%;
		margin: 0 0 10px;
	}
	.video-block .text {
		clear: both;
		padding: 0;
	}
	.info-block h2, .video-block .text h2 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.video-block {
		padding: 0 0 15px;
		margin: 0 0 20px;
	}
	.info-block ul { margin: 0; }
	.col-holder .col, .info-block ul li {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}
	.btn-block .btn-box {
		width: 100%;
		margin: 0 0 15px;
	}
	.intro-block .video-holder {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	.btn-container:before { display: none; }
	.intro-block {
		margin: -20px 0 0;
		padding: 30px 0 0;
	}
	.two-columns{padding:0 0 10px;}
	.two-columns .col{margin:0 0 30px;}
	.two-columns .img{width:27%;}
	.two-columns .img.img2{width:19%;}
	.home .header-content{
		/*background:#f26522;*/
		background: #fff;
		float:left;
		max-width:none;
		width:100%;
		/* margin:0 0 18px -10px; */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding:12px 15px;
	}
	.header-text{
		display:inline-block;
		vertical-align:top;
		float:left;
		font-size:15px;
		line-height:21px;
		z-index:9999;
		position:relative;
	}
	.home #header{
		padding:0;
		background:none;
	}
	.header_minside .container{
		max-width: 1200px;
	}
	.home .header-content .link{
		overflow:hidden;
		z-index:9999;
		text-indent:-9999px;
		background: url(../images/sprite_new.png) no-repeat -221px -137px;
		width: 16px;
		height: 20px;
		padding:0;
		float:right;
		margin:0 50px 0 0;
	}
	.home .header-content .link:after{display:none;}
	.home #nav,
	.header-box #nav{
		left:auto;
		right:-10px;
		left:-10px;
		top:54px;
		z-index:9990;
	}
	#nav .opener:after{display:none;}
	.header-box #nav .opener{margin:0 20px 11px 0;}
	#nav .opener{
		padding:0;
		float:right;
		background: url(../images/sprite_new.png) no-repeat -259px -138px;
		width: 29px;
		height: 18px;
		overflow:hidden;
		margin:0 10px 14px 0;
		text-indent:-9999px;
	}

	.hove #nav .slide .sub-menu.active{
		background: darkblue;
	}

	.home #nav .slide .sub-menu.active a{
		color: #fff;
	}

	.home #nav .slide li{
		cursor: pointer;
	}

	.home #nav .slide li .sub-menu,
	.home #nav .slide li:hover .sub-menu {
		transition: ease-in-out 0.2s all;
		display:none;
	}

	.home #nav .slide li .sub-menu.active{ 
		border-radius: 0;
		display: flex;
		flex-direction: column;
		padding: 0.5rem 0rem;
		background: darkblue;
		width: 200px;
		margin-top: 0.1rem;
		justify-content: center;
		align-items: center;
		width: 100%;
		position:unset;
	}

	.header-box #nav .slide,
	#nav .slide,
	/*.home #nav .slide{background:#f26522;}*/
	.home #nav .slide{
		background: #9D55FF; 
		width: 100%; 
		box-shadow: 0px 7px 10px 0px #000;
	}

	.header-box #nav .slide li a{color:#fff;}
	.header-box #nav .slide li a:hover, .header-box #nav .slide li.active a,
	#nav .slide li a:hover, #nav .slide li.active a,
	.home #nav .slide li a:hover, .home #nav .slide li.active a{color:#f7f7f7;}
	.home .header-holder .holder, .home .header-holder{clear:both;}
	.intro-section .header .sub-head{display:none;}
	.two-columns .col{
		border-radius:0;
		/*background:#f26522;*/
		margin:0 0 20px;
	}
	.two-columns .col .text{display:none;}
	.two-columns .col h2{
		margin:0;
		border-radius:0;
		font-size:18px;
		line-height:24px;
		padding:25px 90px 25px 20px;
	}
	.two-columns .img{
		width:33%;
		right:-4px;
		bottom:0;
	}
	.two-columns .img.img2{
		width:20%;
		right:-6px;
		bottom:-4px;
	}
	/*.slideshow .slideset{margin:0 0 20px;}*/
	.slideshow .slideset{width: 100%;}
	.contact-nav, .rights-reserved, .social-media-links{display:none;}
	#footer{padding:0;}
	.footer-nav{
		/* max-width:none; */
		/* margin:0 -10px; */
		width:106%;
		font-size:12px;
		line-height:18px;
	}
	.footer-nav ul li,
	.footer-nav ul li:first-child{
		padding:0;
		margin:0;
		float:none;
		width:100%;
		display:flex;
		justify-content:center;
	}
	.footer-nav ul li:after,
	.footer-nav ul li:first-child:after{display:none;}
	.footer-nav ul li a,
	.footer-nav ul li:first-child a{
		display:block;
		position:relative;
		padding:11px 26px 11px 15px;
	}
	.footer-nav ul li a:after,
	.footer-nav ul li:first-child a:after{
		position:absolute;
		content:"";
		right:15px;
		top:14px;
		background: url(../images/sprite_new.png) no-repeat -130px -194px;
		width: 7px;
		height: 12px;
		opacity:0.20;
	}
	.footer-nav ul li a:hover:after,
	.footer-nav ul li:first-child a:hover:after{opacity:1;}
	#footer a:hover{color:#fff;}
	.fact-section{margin:0 0 10px;}
	/*.fact-list li .img-holder{display:none;}*/
	.fact-list{
		border-left:1px solid #dadada;
		border-bottom:1px solid #dadada;
	}
	.fact-section p{display:none;}
	.fact-list li{
		width:50%;
		margin:0 0 0 -3px;
		border-style:solid;
		border-color:#dadada;
		border-width:1px 1px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding:10px 5px;
	}
	.two-columns{padding:70px 0 0;}
	.two-columns .col{margin:0 0 75px;}
	.header-box .tel{display:none;}
	#header{
		border:none;
		box-shadow:none;
		padding:0;
	}
	.container.add{
		display:table;
		width:100%;
		padding:0;
		text-align:center;
	}
	.container.add .logo{
		display:table-footer-group;
	}
	.container.add .header-box{
		display:table-header-group;
		/*background:#f26522;*/
		background: dodgerblue;
		padding:12px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.container.add .header-box .header-text{
		float:left;
		color:#fff;
		font-size:15px;
		line-height:18px;
	}
	.container.add .logo a{
		display:inline-block;
		vertical-align:top;
		margin:15px 0;
	}
	.intro-block{
		margin:0;
		padding:0;
		/*background:#fff;*/
		text-align: center;
		
	}
	.text-row{display:none;}
	#two-columns{
		padding:0;
		margin:0 0 10px;
	}
	#content{width:100%; padding: 0rem 1rem 0rem 1rem;}
	#content:after{display:none;}
	#aside{display:none;}
	#content h2{
		font-size:18px;
		line-height:24px;
	}
	.rad-list{margin:0;}
	.rad-list .wpcf7-list-item {
		width:100%;
		margin:0 0 10px;
	}
	.input-row{margin:0 0 10px;}
	.input-row.add .text-col:first-child{width:32%;}
	.input-row.add .text-col{width:65%;}
	.quote-form .text{display:none;}
	.check-list li,
	.input-outer .holder,
	.input-outer .holder:first-child{width:100%;}
	.input-area,
	.check-list li:first-child{
		margin:0 0 10px;
	}
	.quote-form label, .quote-form .title{
		font-size:14px;
		line-height:18px;
	}
	.quote-form .btn-holder .btn-submit:after{display:none;}
	/*.quote-form .btn-holder .btn-submit{background:#49a434;}*/
	.quote-form .btn-holder .btn-submit{background: dodgerblue;}
	.quote-form .btn-holder:hover .btn-submit{background:#317e20;}
	#wrapper .mejs-container.svg.mejs-video video {
		height: 111% !important;
		min-height: 111% !important;
		margin: 0 0 0 -25%;
		max-width: 200% !important;
		min-width: 200% !important;
		width: 200% !important;
	}
	.video-box{display:none;}

/**
 * -------------------------------------------------------
 * book area
 * -------------------------------------------------------
 */
.book-area{
	height: 400px;
	width: 100%;
}

.book-areay .container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.book-area .container .book-now-desc{font-size: 40px; line-height: 2.5rem; text-align: center;
}
.book-area .container span .book-now-button {
	height: 20px;
	width: auto;
	background: dodgerblue;
	color: #fff;
	padding: 10px;
	border-radius: 20px 20px 20px 20px;
	margin-bottom: 1rem;
}
/* ----------------------------------------------------*/


.slideshow .slide .testimonial:nth-child(2){display:none;}
.slideshow .slide .testimonial:last-child{display:none;}

@media only screen and (max-width: 479px) {
	.two-columns{padding:0 0 10px; margin-top: 6rem;}
	.two-columns .col{margin:0 0 20px;}
	.two-column-area .col-one{
		padding: 0rem 5rem 0rem 5rem;
	}
}
@media only screen and (max-width: 1470px){
	#wrapper .mejs-container.svg.mejs-video video{
	width:150% !important;
	max-width:150% !important;
	min-width:150% !important;
	height:101% !important;
	min-height:101% !important;
	margin:0 0 0 -25%;
}
}

@media only screen and (max-width: 1024px) {
.home .header-holder .holder.logo{width: 28%;}
}


.html5-watermark.ytp-scalable-icon-shrink{
	display:none !important;
	height:0 !important;
	width:0 !important;
	opacity:0 !important;
}
#wrapper .text-col span.wpcf7-form-control-wrap{display:block !important;}
#wrapper span.wpcf7-not-valid-tip{clear:both !important;}
#wrapper .mejs-mediaelement{z-index:2!important;}
}