body#landing-body {
    background-color: #f1f1f1;
}
body#landing-body .container {
    padding: 0;
    background-color: #fff;
}
body#landing-body .row {
    margin: 0 !important;
}
#ladning-page-container {
    background-color: #fff;
}
body#landing-body #content {
	margin-top: 0;
}
body#landing-body .title-wrap {
    position: relative;
}
body#landing-body .title-wrap:before {
    background: rgba(62, 42, 81, .5);
    background: -webkit-radial-gradient(rgba(62, 42, 81, .5) 30%, rgba(255, 255, 0, 0));
    background: -o-radial-gradient(rgba(62, 42, 81, .5) 30%, rgba(255, 255, 0, 0));
    background: -moz-radial-gradient(rgba(62, 42, 81, .5) 30%, rgba(255, 255, 0, 0));
    background: radial-gradient(rgba(62, 42, 81, .5) 30%, rgba(255, 255, 0, 0));
    content:'';
    display:inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
#ladning-page-container .titles {
    position: absolute;
    top: 0;
    text-align: center;
    max-width: 550px;
    right: 50%;
    display: inline-block;
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    color: #91d210;
	background-color: rgba(0,0,0,0);
	width: 90%;
}
body#landing-body img {
    max-width: 100%;
	height: auto;
}
#ladning-page-container h1 {
    color: inherit;
    font-size: 14px;
    line-height: 1;
    margin-top: 24px;
}
#ladning-page-container h2 {
    font-size: 12px;
    color: #91d210;
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
    margin-bottom: 0;
}
#ladning-page-container h3 { 
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
}

body#landing-body .contact-form {
    max-width: 445px;
    background: #fff;
	padding: 34px;
	margin: 48px auto;
}
body#landing-body .scissors {
	border: dashed 4px #231f20;
    border-radius: 48px;
	position: relative;
}
body#landing-body .scissors:before,
body#landing-body .scissors:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 35px;
	height: 26px;
	background-size: 100%;	
	background:url('../promorris/style/scissors.png') no-repeat;
}
body#landing-body .scissors:before {
	top: -17px;
	left: 14%;
}
body#landing-body .scissors:after {
    bottom: -13px;
    right: 14%;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";  
}
body#landing-body .contact-form h2 {
    color: #ff6600;
	margin-bottom: 22px;
	font-size: 22px;
}
body#landing-body form.wpcf7-form p {
    position: relative;
}
body#landing-body .wpcf7 input[type=submit] {
    background-color: #ff6600;
    font-size: 20px;
    line-height: 1;
    padding: 14px 0 !important;
    width: 100% !important;
    border-radius: 9px;
    box-shadow: none !important;
    outline: 0 !important;
    border: 0 !important;
    margin-top: 24px;
}

body#landing-body img.ajax-loader {
    position: absolute;
    top: 6px;
    right: 6px;
}
body#landing-body input,
body#landing-body input:focus,
body#landing-body input:hover {
	border: 0 !important;
	outline: 0 !important;
	border-bottom: 1px solid #a6a6a6!important;
	padding: 0 !important;
	margin-bottom: 24px !important;
	color: #000;
	font-weight: bold;
	font-size: 18px !important;
}
body#landing-body ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
body#landing-body ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
body#landing-body :-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
body#landing-body span.wpcf7-not-valid-tip {
    position: relative;
    top: -18px;
}
body#landing-body ul {
    margin-top: 12px;
	list-style: none;
}
body#landing-body li {
    font-size: 18px;
    line-height: 1;
    background: url(../promorris/style/checked.jpg) no-repeat;
    background-position: 100%;
    padding: 24px 42px;
	
}
body#landing-body .bottom_title h2 {
    color: #000;
    font-size: 24px;
    margin-top: 36px;
}
body#landing-body .logos {
    margin-top: 30px;
}
body#landing-body footer#colophon {
    padding: 0;
    background: #f1f1f1;
	margin-bottom: 0px;
}

body#landing-body footer .row {
    margin-top: 48px !important;
    padding-top: 48px !important;
}
body#landing-body .dotted-border {
    background-image: linear-gradient(to right,rgba(255,255,255,0) 60%,  #d3d4d6 0);
    background-position: top;
    background-size: 15px 3px;
    background-repeat: repeat-x;
    border:0;
}
body#landing-body .footer-logo {
    max-width: 445px;
    margin: 0 auto;
    text-align: left;
	padding: 0 34px 48px;
}
@media (min-width: 320px) {
	body#landing-body h1 {
		font-size: 26px;
		margin-top: 12px;
	}
	body#landing-body h2 {
		font-size: 18px;
	}
	body#landing-body h3 {
		font-size: 14px;
	}	
}
@media (min-width: 480px) {
	body#landing-body h1 {
		font-size: 40px;
	}
	body#landing-body h2 {
		font-size: 30px;
	}
	body#landing-body h3 {
		font-size: 22px;
	}
	body#landing-body li {
		font-size: 26px;
	}	
}
@media (min-width: 640px) {
	body#landing-body .title-wrap:before {	
		background: -webkit-radial-gradient(rgba(62, 42, 81, .5) 10%, rgba(255, 255, 0, 0));
		background: -o-radial-gradient(rgba(62, 42, 81, .5) 10%, rgba(255, 255, 0, 0));
		background: -moz-radial-gradient(rgba(62, 42, 81, .5) 10%, rgba(255, 255, 0, 0));
		background: radial-gradient(rgba(62, 42, 81, .5) 10%, rgba(255, 255, 0, 0));
	}
	body#landing-body h1 { 
		font-size: 50px;
		margin-top: 24px;
	}
	body#landing-body h2 {
		font-size: 30px;
		margin-bottom: 10px; 
	}
	body#landing-body h3 {
		font-size: 24px;
	}		
}
@media (min-width: 768px) {
	body#landing-body .title-wrap:before {
		display: none;
	}
	body#landing-body .col:first-of-type {
		padding-right: 30px !important;
	}
	body#landing-body .col:last-of-type {
		padding-left: 30px !important;
	}	
	body#landing-body .contact-form {
		top: -140px;
		margin-bottom: -102px;
	} 

	body#landing-body .contact-form h2 {
		margin-bottom: 42px;
		font-size: 30px;
	}	
	body#landing-body .bottom_title h2 {
		font-size: 33px;
	}	
	body#landing-body footer#colophon {
		margin-bottom: 88px;
	}
	body#landing-body .footer-logo {
		padding: 0 34px 88px;
	}	
}
@media (min-width: 992px) {
	
}
@media (min-width: 1200px) {
	

	
}