@font-face {
    font-family:"DaxlineOffc";
    src: url("fonts/daxlineoffc.ttf") /* TTF file for CSS3 browsers */
}

html, body {
    font-family: 'DaxlineOffc', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 30px;
    text-align: center;
    overflow-x: hidden;
    background-color: black;
}

strong { 
    font-weight: 400;
}

strong.appgarten { 
    color: #1f9cc5; 
    font-style: normal !important;
}

a, a:hover, a:focus {
	color: #1f9cc5;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #444;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #444;
    line-height: 30px;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

.blue { color: #1f9cc5; }

::-moz-selection { background: #1f9cc5; color: #fff; text-shadow: none; }
::selection { background: #1f9cc5; color: #fff; text-shadow: none; }


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.top-buffer { margin-top: 20px; }

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
    background-color: white;
}

.section-container-gray-bg {
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.section-container-black-bg {
	background: #000;
    margin: 0 0 0 0;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	background: #fff;
}

.section-description {
	margin-top: 25px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 30px;
}

.btn-link-1 {
	position: relative;
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #1f9cc5;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.1);
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 100;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; border: 1px solid rgba(255, 255, 255, 0.5); color: #fff; }

.btn-link-3 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.0);
	border: 1px solid #000;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #000;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-3:hover, .btn-link-3:focus, 
.btn-link-3:active, .btn-link-3:active:focus { outline: 0; opacity: 0.6; border: 1px solid rgba(0, 0, 0, 0.3); color: rgba(0, 0, 0, 0.3); }


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	height: 1px;
	background: #ddd;
}

.about-us-divider span {
    display: inline-block;
	width: 200px;
	height: 1px;
	background: #ddd;
    margin-top: 40px;
    margin-bottom: 10px;
}

/***** Modal *****/

.modal-content {
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	text-align: left;
}

.modal-body {
	padding: 0 25px 15px 25px;
}

.modal-body img {
	margin-bottom: 15px;
}

.modal-header {
	padding: 25px 25px 15px 25px;
}

.modal-footer {
	padding: 15px 25px 25px 25px;
}

.modal-header, .modal-footer { border: 0; }

.modal-header .close {
	font-size: 36px;
	color: #888;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

.modal-footer button {
	height: 50px;
	margin: 0;
    padding: 0 20px;
	background: none;
	border: 1px solid #888;
	font-size: 16px;
    font-weight: 300;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.modal-footer button:hover { outline: 0; opacity: 0.6; background: none; border: 1px solid #888; color: #888; }

.modal-footer button:focus, .modal-footer button:active:focus, .modal-footer button.active:focus { 
	outline: 0; opacity: 0.6; background: none; border: 1px solid #888; color: #888; 
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal-footer button:before {
	background: none;
}


/***** Top menu *****/

.navbar {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li a { color: #fff; opacity: 0.8; border-bottom: 1px solid transparent; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px solid #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px solid #fff; }

.navbar-inverse ul.navbar-nav li a.btn-link-2 {
	height: auto;
	margin: 4px 0 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #fff;
}
.navbar-inverse ul.navbar-nav li a.btn-link-2:hover, 
.navbar-inverse ul.navbar-nav li a.btn-link-2:focus, 
.navbar-inverse ul.navbar-nav li a.btn-link-2:active, 
.navbar-inverse ul.navbar-nav li a.btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }

.navbar-brand {
	width: 181px;
    padding-top: 5px;
    margin-left: 20px;
    background-image: url(../img/logo.png);
}


/***** Top content *****/

.inner-bg {
    padding: 40px 0 90px 0 !important;
}

.header-content {
    background-color: black;
}

.header-content h3 { 
    font-weight: 300;
    font-size: 36px;
    font-family: 'DaxlineOffc', sans-serif;
	color: white;
    margin: 0;
    padding: 20px;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { 
    color: #fff; 
    font-family: 'DaxlineOffc', sans-serif;
    font-weight: 300;
    font-size: 48px;
    padding-bottom: 30px;
}

.top-content .description {
    font-weight: 300;
	margin: 40px 60px 10px 40px;
}

.top-content .description strong { font-style: italic; font-weight: 300; }

.top-content .description p {
    font-size: 26px;
    line-height: 1.5;
}

.request { margin-top: 30px; }
.request .request-result { position: relative; margin-top: 10px; }
.request .request-result.success { margin-top: 0; }
.request .request-result-message { display: none; position: absolute; top: 0; left: 0; width: 100%; opacity: 1.0; color: #000; }

.appCare-request .appCare-request-result { position: relative; margin-top: 10px; }
.appCare-request .appCare-request-result.success { margin-top: 0;}
.appCare-request .appCare-request-result-message { display: none; position: absolute; top: 0; left: 0; width: 100%; opacity: 1.0; color: #1f9cc5; }
.appCare-request .appCare-request-error-message { display: none; position: absolute; top: 0; left: 0; width: 100%; opacity: 1.0; color: #e8643e; }

.appCare-request input[type="text"] {
	width: 90%;
	height: 50px;
    padding: 0 20px;
    margin-left: 5%;
    vertical-align: middle;
    font-family: 'DaxlineOffc', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.appCare-request button.btn {
	position: relative;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #1f9cc5;
    border: 0;
    font-family: 'DaxlineOffc', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.request input[type="text"] {
	width: 100%;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-family: 'DaxlineOffc', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.request input[type="text"].subscribe-error { color: #e8643e; }

.request input[type="text"]:focus {
	outline: 0; background: #fff; color: black;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.request input[type="text"]::-moz-placeholder { color: #888; }
.request input[type="text"]:-ms-input-placeholder { color: #888; }
.request input[type="text"]::-webkit-input-placeholder { color: #888; }

.request button.btn {
	position: relative;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #1f9cc5;
    border: 0;
    font-family: 'DaxlineOffc', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.request button.btn:hover { opacity: 0.6; color: #fff; }
.request button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.request button.btn:focus { outline: 0; opacity: 0.6; background: #e8643e; color: #fff; }
.request button.btn:active:focus, .subscribe button.btn.active:focus { outline: 0; opacity: 0.6; background: #e8643e; color: #fff; }

.request button.btn:before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 50%; background: rgba(0, 0, 0, 0.1); }


.subscribe { margin-top: 50px; }
.subscribe .success-message { display: none; opacity: 1.0; color: #1f9cc5;}
.subscribe .error-message { display: none; opacity: 1.0; color: #e8643e;}

.subscribe input[type="text"] {
	width: 380px;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    font-family: 'DaxlineOffc', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.subscribe input[type="text"].subscribe-error { color: #e8643e; }

.subscribe input[type="text"]:focus {
	outline: 0; background: #fff; color: black;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.subscribe input[type="text"]::-moz-placeholder { color: #888; }
.subscribe input[type="text"]:-ms-input-placeholder { color: #888; }
.subscribe input[type="text"]::-webkit-input-placeholder { color: #888; }

.subscribe button.btn {
	position: relative;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #1f9cc5;
    border: 0;
    font-family: 'DaxlineOffc', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.subscribe button.btn:hover { opacity: 0.6; color: #fff; }
.subscribe button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.subscribe button.btn:active:focus, .subscribe button.btn.active:focus { outline: 0; opacity: 0.6; background: #1f9cc5; color: #fff; }

.subscribe button.btn:before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 50%; background: rgba(0, 0, 0, 0.1); }

/*
.top-content {
    background:url("/assets/img/backgrounds/1.jpg") no-repeat;
    background-size: 100%;    
}
*/

.top-content .video {
	margin-top: 50px;
}

.top-content .list {
	margin-top: 50px;
	color: #fff;
	text-align: left;
}

.top-content .list-box {
	margin-top: 30px;
	padding-left: 15px;
	overflow: hidden;
}
.top-content .list-box:first-child { margin-top: 0; }

.top-content .list-box-icon {
	float: left;
    font-size: 58px;
    color: #fff;
    line-height: 58px;
    text-align: center;
}

.top-content .list-box h3 {
	float: right;
	width: 82%;
	margin-top: 0;
	color: #fff;
}

.top-content .list-box-description {
	float: right;
	width: 82%;
	opacity: 0.8;
}

.top-content .top-big-link {
	margin-top: 60px;
}

/***** How does it work *****/

.how-description {
	margin-top: 10px;
    padding-bottom: 10px;
}

/***** Features *****/

.features {
	padding-bottom: 30px;
}

.features-box {
	padding-top: 15px;
	padding-bottom: 55px;
    background: #fff;
}

.features-box-gray {
	background: #f8f8f8;
}

.features-box .features-box-icon {
    font-size: 80px;
    color: #1f9cc5;
    line-height: 80px;
}

.features-box h3 {
	margin-top: 15px;
}

.features .features-big-link {
	margin-top: 60px !important;
}


/***** Pricing *****/

.pricing {
	padding-bottom: 30px;
}

.pricing-box {
	padding-top: 30px;
	padding-bottom: 20px;
}

.pricing-box-inner {
	background: #fff;
}

.pricing-box-inner-gray {
	background: #f8f8f8;
}

.pricing-box-price {
	position: relative;
	padding: 20px 0 7px 0;
	background: #ddd;
	font-size: 42px;
	color: #555;
    line-height: 54px;
}

.pricing-box-price-top {
	position: relative;
	padding: 20px 0 20px 0;
	background: #f3f3f3;
	font-size: 42px;
	color: #555;
    line-height: 54px;
}

.pricing-box-price.contact-sales {
	font-size: 28px;
}

.pricing-box-best .pricing-box-price {
	background: #1f9cc5;
	color: #fff;
}

.pricing-box-price span {
	font-size: 18px;
	color: #888;
    line-height: 32px;
}
.pricing-box-best .pricing-box-price span {
	color: #fff;
}

.pricing-box-icon {
	position: absolute;
	top: -32px;
	right: 20px;
	width: 63px;
	height: 63px;
	padding-top: 5px;
	background: #1f9cc5;
	border: 3px solid #fff;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.pricing-box-icon span {
	display: block;
    color: #fff;
	font-size: 40px;
    line-height: 40px;
}

.pricing-box h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	background: #ddd;
	color: #888;
}
.pricing-box.pricing-box-best h3 {
	background: #1f9cc5;
	color: #fff;
}

.pricing-box h4 {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 10px 20px;
	background: #d2d2d2;
	font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.pricing-box.pricing-box-best h4 {
	background: #1d8db2;
	color: #fff;
}

.pricing-box-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-box-features li {
	padding: 7px 20px;
	border-bottom: 1px solid #eee;
}

.pricing-box-features a {
    color: #000;
}

.pricing-box-sign-up {
	padding: 25px 0;
}


/***** Call to action *****/

/*
.call-to-action-container {
    background:url("/assets/img/backgrounds/cta.jpg") no-repeat;
    background-size: 100%;    
}
*/

.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}


/***** About us *****/

.about-us-container {
	padding-bottom: 65px;
}

.about-us-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.about-us-box-text {
	margin-top: 40px;
	overflow: hidden;
	text-align: left;
}
.about-us-box-text:first-child { margin-top: 20px; }

.about-us-box-text-icon {
	float: left;
	width: 60px;
	height: 60px;
	padding-top: 9px;
    padding-left: 2px;
	background: #1f9cc5;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.about-us-box-text h3 {
	float: right;
	width: 86%;
	margin-top: 0;
}

.about-us-box-text-description {
	float: right;
	width: 86%;
}

/***** Blog *****/

.post-preview > a {
  color: #333333;
  text-align: left;
}
.post-preview > a > .post-title:hover,
.post-preview > a > .post-title:focus {
  text-decoration: none;
  color: #1f9cc5;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  font-size: 20px;
  margin: 0;
  font-weight: 100;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #777777;
  font-size: 16px;
  font-style: italic;
  margin-top: 0;
  text-align: left;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #333333;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #1f9cc5;
  text-decoration: underline;
}

/***** Footer *****/

footer {
	padding: 0 0 0 0;
}

.footer-social {
    padding-top: 30px;
	font-size: 50px;
    line-height: 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.footer-social a { color: #ddd; }
.footer-social a:hover, .footer-social a:focus { color: #1f9cc5; }

.footer-copyright {
	margin-top: 25px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/***** Modals *****/

.bubble {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #eee;
    max-width: 60%;
    padding:10px;
    font-family: 'DaxlineOffc', sans-serif;
    font-size: 18px;
    margin: 30px auto;
    border-radius:6px;
    float: left;
}

.bubble:after,
.bubble:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bubble:after {
	border-color: rgba(255, 255, 204, 0);
	border-right-color: #FFF;
	border-width: 15px;
	margin-top: -15px;
}

.bubble:before {
	border-color: rgba(255, 204, 0, 0);
	border-right-color: #EEE;
	border-width: 16px;
	margin-top: -16px;
}

.contact {
	margin-bottom: 20px;
    margin-top: 30px;
    text-align: left;
}

.contact .contact-image {
	position: relative;
	float: left;
	max-width: 30%;
	margin: 30px 20px 20px 30px;
}

.contact .contact-image img {
	max-width: 120px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.contact .contact-image .contact-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	padding-top: 3px;
	background: #1d8db2;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	font-size: 32px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.contact .contact-image:hover .contact-icon { opacity: 0; }

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .form-links {
	display: inline-block;
	width: 275px;
	text-align: right;
	vertical-align: top;
}

.form-bottom form .form-links a { color: #888; }
.form-bottom form .form-links a:hover, 
.form-bottom form .form-links a:focus { color: #888; border-bottom: 1px dotted #888; }

.form-centered {
    text-align: center;
}

/***** Thank you *****/

.thankyou-box .thankyou-box-icon {
    font-size: 120px;
    color: #d5d5d5;
    line-height: 120px;
}

/***** Login Form 1 *****/

.l-form-1-container { padding: 60px 0 90px 0; background: #d5d5d5; }
.l-form-1 { padding-bottom: 40px; }
.l-form-1 p { padding: 0; }

.l-form-1-top {
	overflow: hidden; padding: 0 25px 15px 25px; background: #fff; text-align: left;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}
.l-form-1-top-left { 
    float: left; 
    width: 70%; 
    padding-top: 40px; 
}
.l-form-1-top-left h2 { 
    font-family: 'DaxlineOffc', sans-serif;
    font-size: 28px;
    color: #555; 
    margin-bottom: 60px !important;
}
.l-form-1-top-left p { 
    font-family: 'DaxlineOffc', sans-serif;
    font-size: 18px;
    color: #000; 
    margin-bottom: 25px !important;
}
.l-form-1-top-right { float: left; width: 30%; padding-top: 5px; font-size: 120px; color: #fff; line-height: 120px; text-align: right; }

.l-form-1-bottom {
	padding: 25px 25px 90px 25px; 
    background: #1f9cc5; 
    text-align: left;
	-moz-border-radius: 0 0 4px 4px; 
    -webkit-border-radius: 0 0 4px 4px; 
    border-radius: 0 0 4px 4px;
}
.l-form-1-bottom-left { 
    float: left; 
    width: 60%; 
}
.l-form-1-bottom-left p { 
    font-family: 'DaxlineOffc', sans-serif;
    font-size: 18px;
    color: #fff; 
    margin-top: 10px;
}
.l-form-1-bottom-right { float: left; width: 40%; color: #fff; text-align: right; }

.l-form-1-btn {
	display: inline-block;
	height: 50px;
	margin-top: 5px;
	padding: 15px 20px 0 20px;
	background: none;
	border: 1.5px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.l-form-1-btn:hover, .btn-link-2:focus, 
.l-form-1-btn:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.2); color: #fff; }

