@charset "utf-8";
/* CSS Document */
.help-block.text-danger u {
    list-style:none;
    padding:5px 0 0 0;
}
.form-error {
	color: #f0f5f8;
    font-style: italic;
    display: block;
}
.laser-block {
	border-right: 2px solid #8ec4de;
    border-left: 1px solid #316d8c;
    padding: 0 15px!important;
}
.laser-block .text-muted.first-child {
	color:#1c1d22!important;
}
.laser-block .text-muted {
	color:#f0f5f8!important;
}
.laser-block:first-child {
	border-left:0;
}
.laser-block:last-child {
	border-right:0;
}
.special-submit {
	border: 1px solid #333333;
    background-color: #e4d5d5;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
    padding:8px 13px;
    font-size:16px;
    font-weight:bold;
	width:100%;
	letter-spacing:1px;
	outline:none;
}
.special-submit:hover, .special-submit:active {
	background-color: #a59393;
	color:#fff;
}
.action-doc {
	height:300px;
	overflow:hidden;
	background:url(../../../images/eye-check-action.jpg) no-repeat center;
	background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
}
@media (min-width: 992px) {
	.action-doc {
		height:640px;
	}
}
.o-form {
	display:block;
}
.o-form.extend {
	padding:20px;
}
.o-form .label-2 {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
    letter-spacing: .05em;
    -moz-letter-spacing: .05em;
    -ms-letter-spacing: .05em;
    -o-letter-spacing: .05em;
    -webkit-letter-spacing: .05em;
	color:#FFF;
	font-size:1.2em;
	text-align:left;
	margin:5px 0;
}
.o-form .textinput, .o-form .selectinput, .o-form .textarea {
	width:100%;
	padding:6px 9px;
	outline:none;
	border:1px solid #1c1d22;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
}
.o-form .textarea {
	overflow: auto!important;
    resize: none!important;
}
.o-form .textinput:focus, .o-form .textarea:focus {
	background-color:lightblue;
}
.o-form .selectinput .option:hover,.option:checked {
	background-color:#ccc;
	border:0!important;
	outline:0!important;
}
p {font-size:1.29em;}
.ollits-container {
	margin:25px 0;
}
.follow {
    width: 65px;
	height: 65px;
	font-size:30px;
	line-height:1.2;
	margin:0;
    text-indent: 92px;
    text-align: left;
	background-size: cover!important;
    -moz-background-size: cover!important;
    -ms-background-size: cover!important;
    -o-background-size: cover!important;
    -webkit-background-size: cover!important;
    display: inline-block;
}
.follow span {
	display: block;
    font-size: 21px;
    font-weight: bold;
}
.follow.fb-lg-white {
	background:url(../../../images/icons/fb-lg-white.png) no-repeat center center;
}
.follow.twitter-lg-white {
	background:url(../../../images/icons/tw-lg-white.png) no-repeat center center;
}
.follow.linkedin-lg-white {
	background:url(../../../images/icons/linked-lg-white.png) no-repeat center center;
}
.navbar {border-radius:0!important;border-width:1px 0!important;}
.navbar-default {border-radius:0;border-width:1px 0;background: #1c1d22bf!important;}
.dropdown-menu {font-size:1.17em;}
.ollits-bg-one {
	background:#292929!important;
}
.ollits-bg-two {
	background:#f78b1e!important;
}
.ollits-bg-three {
	background:#59b8e8!important;
}
.ollits-bg-four {
	background:#355a86!important;
}
.ollits-bg-five {
	background:#7d8a92!important;
}
.ollits-bg-one .featurette-heading, .ollits-bg-one p,
.ollits-bg-three .featurette-heading, .ollits-bg-three p,
.ollits-bg-four .featurette-heading, .ollits-bg-four p,
.ollits-bg-five .featurette-heading, .ollits-bg-five p {color:#f0f5f8;}
.ollits-bg-one .about-title, .ollits-bg-four .about-title {color:#ccc;}
.ollits-bg-two .featurette-heading {color:#f0f5f8;}
.ollits-bg-one .text-muted, .ollits-bg-four .text-muted {color:#c0cb6b;font-size:0.7em;}
.ollits-bg-two .text-muted, .ollits-bg-three .text-muted, .ollits-bg-five .text-muted {color:#1c1d22;font-size:0.7em;}
.video-wrapper.mid-page {
	overflow: hidden;
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 52.2%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper.mid-page .video {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn {font-size:0.91em;}
.btn-primary {font-size:1.2em;}
.btn-dark {
    color: #fff;
	font-size:1.09em;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-secondary:hover {
	color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}
img.rounded-circle {
	margin:auto;
	display:block;
}
.center-text {text-align:center!important;}
.justify-text {text-align:justify!important;}
.section {
	padding: 80px 0 40px 0;
}
.last-section {
	padding: 80px 0 0 0;
}
.obg-light {background-color:#f7f7f7!important;}
#call-to-action {
	color:#FFF;
    background: linear-gradient(rgba(187, 179, 179, 0.6), rgba(107, 96, 96, 0.6)), url(../../../images/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}
#call-to-action .cta-btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}
#call-to-action .cta-btn:hover {
    background: #2dc997;
	text-decoration:none;
    border: 2px solid #fff;
}
.icon {
	float: left;
    background: #fff;
    padding: 25px;
    border-radius: 50%;
    border: 2px solid #f28d1b;
}
.icon.bulb {
	background: #fff url(../../../images/icons/icon-bulb.png) no-repeat center center;
	background-size: 32px;
}
.about-title {
	margin-left: 80px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 1.4em;
    text-transform: uppercase;
}
.about-desc {
	margin-left: 80px;
	font-weight: 300;
    line-height: 24px;
    font-size: 1.29em;
}
.about-container .background {
	min-height: 365px;
    background:url(../../../images/about-img.png) center top no-repeat;
	background-size:contain;
	-moz-background-size:contain;
	-ms-background-size:contain;
	-o-background-size:contain;
	-webkit-background-size:contain;
    margin-bottom: 10px;
}
