body {
    font-family: 'Lato', sans-serif;
}
/*hr {
    border-color: #ef5451;
    border-width: 3px;
    max-width: 50px;
}*/
hr{

	border-color: black;
}
.nav-dropdown:active{
    background-color: #de2d27;
    color: white;

}

/*hamburger icon*/
.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}

.lv-lights-logo {
	position: absolute;
	left: 80%;
	top: 200px;
}

.ncshow-logo-img {
	position: absolute;
	left: 5%;
	top: 250px;
	height: 130px;
	width: 430px;
}

.lv-logo-img {
	height: 200px;
}

.lv-lights-logo a, .lv-lights-logo a:hover
{
	color: black;
}
.official-seal-text {
	position: absolute;
	top: 30px;
	left: -140px;
	font-weight: 300;
	font-style: italic;
	text-align: right;
}


.dropdown-menu{
	border: none;
}
.navbar-toggler span {
	display: block;
	background-color: #444;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;

}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: relative;
	left: 0px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: relative;
	left: 0px;
	top: -13px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
/*hamburger icon*/

.list-style-uppercase{
	list-style-type:upper-alpha;
}


.nobutton a:hover{
	color: #00A3E0;
}
.nobutton a:focus{
	outline: none !important;
	box-shadow:none;
}
.margin-add{
	margin-top: 5em;
}
.lato-thin{
	font-family: 'Lato' !important;
	font-weight: 100 !important;
}
.lato-light{
	font-family: 'Lato' !important;
	font-weight: 300 !important;
}
.lato-bold{
	font-family: 'Lato' !important;
	font-weight: 900 !important;
}
.lato-normal{
	font-family: 'Lato' !important;
	font-weight: 400 !important;
}
 .navbar-brand {
    padding: 5px;
}
.nav{
	background: #f2f2f2; 

	
}
.nav-content{
	background: transparent;
	height: auto;
}

.logo-img {
    height: 40px;
}
.logo-img2 {
	height: 100px;
	margin-top: 0.25em;
}
.img{
	height: 25em;
	width: auto;
}
.navbar-light {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    /*font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.bg-dark {
 	background-color: #45484c !important;
    color: white;
}

.height-24{
min-height: 1.6em;

}
footer p {
    font-size: 13px;
}
footer ul{
	list-style-type: none;
	margin-bottom: 3.6em;
}
footer li{
	margin: 0.8em 0 0.8em 0;
}
.features-borgo p{
	margin-top: 15px;
}

.btn-default {
    color: #222222;
    background-color: white;
    border-color: white;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-grey {
    color: #222222;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn {
    border: none;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
	background-color: transparent;

}

.btn-danger, .btn-primary {
    background-color: #ef5451;
}
.text-mute{
	color: #c6c9ce;
}
.text-light-grey{
	color: #f1f1f1;
}
.text-red{
	color: #ef5451;
}
.text-dark-red{
    color: #e62739
}
.text-grey {
    color: #757575;
}
.text-green{
	color: #00A3E0;
}
.text-downy{
	color: #6ed3cf;
}
.text-white{
	color:white;
}
.footer-contact a:hover{
		text-decoration: none !important;
}
.mobile-app-borgo{
background-color: #f2f2f2;
}
.mobile-text-right{
	text-align: right;
}
.mobile-app-borgo-body p{
	color: #757575;
	font-size: 13px;
}
.box-white{
	border: none;
    color: #ef5451;
    background-color: white;
    padding: 5px;
    font-weight: 700;

}
.pricing-borgo ul{
	list-style-type: none;
}
.pricing-borgo li{
	font-size: 13px;
}
.pricing-borgo li:before {
	content: "- ";
}

.pricing-borgo-border{
	border: solid;
	border-width: 1px;
	border-radius: 10px;
	padding: 5px 15px 5px 15px;
}

.pricing-borgo-border p{
	font-weight: 300;
}
.toppage-borgo .a-links{
		text-align: right !important;
	}
.toppage-borgo .img-borgo-tm{
	height: 12em;
	width: auto;
}

.img-borgo-tm1{
	height: 10em;
}

.font-14{
	font-size: 14px;
}

.font-13{
	font-size: 13px;
}
.font-55{
	font-size: 55px;
}
.font-35{
	font-size: 35px;
}
.bold{
	font-weight: 900;
}
.a-right{
	text-align: right;
}

.bg-green{
	background-color: #00A3E0;
	color: white;
}
.bg-downy{
	background-color: #6ed3cf; 
	color: white;
}
.bg-downy:hover {
	color: white;
	opacity: 0.8;
}
.
.bg-red{
	background-color: #ef5451; 
	color: white;
}
.pricing-borgo-border ul{
	padding-left: 0px;
}

.mobile-app-borgo-body img{
	height: 490px;
}

.pricing-box{
	margin: 0 -20px 0 -20px;
	color: white;
}
.f-13-c-lg{
font-size: 12px; 
color: #c5c7cc;
}
.f-13{
    font-size: 13px;
}
.footer-uls ul{
	font-weight: 600;
}
.footer-ul-nav{
		margin-left: -1.6em;
	}

.right-footer li a{
	color: black;
	background-color: transparent;
}
.right-footer li a:hover, .features-borgo div.feature-link a:hover{
	color: #00A3E0;
	text-decoration: none;
}

.emp-ss-img{
    max-height: 40em;
}
.proj-man-img{
    max-height: 20em;
}
.rep-and-res-img{
    max-height: 40em;
}

.form-control{
	border-radius: 0px;
}
#subscriber-form .btn{
	margin-left: 0.051em;
}
.features-borgo div.feature-link a{
	color: black;
}



/*media tabs*/
@media (min-width: 992px) and (max-width: 1119px){
	.mobile-text{
	text-align: center;
	padding: 0 !important;
	}
}



@media (min-width: 768px) and (max-width: 991px){
	.toppage-borgo .img-borgo-tm{
		height: 90px;
		width: auto;
	}
	.img-borgo-tm1{
		height: 10em;
		width: auto;
	}
	.navbar-header{
		margin-left: 0px !important;
	}
	.top-pricing{
		margin-top: 50px !important;
	}
	img.logo-img{
		height: 2em !important;
		width: auto;
	}
	img.logo-img2{
		height: 1.6em !important;
		width: auto;
	}
	.container{
		margin: 0 auto 0 auto !important;
	}
	.mobile-text{
	text-align: center;
	padding: 0 !important;
	}
	.footer-ul-nav2 li{
	margin-left: -4em;
	}
	.right-footer{
		margin-left: -3.5em;
	}
	.subscription{
		margin-left: -1.5em !important;
	}
	.toppage-borgo .img{
		height: 20em;
		width: auto;
	}
	.lv-logo-img {
		height: 150px;
	}

	.official-seal-text {
		top: 80px;
	}
	.lv-lights-logo {
		left: 85% !important;
		top: 170px;
	}
}
@media (min-width: 576px) and (max-width: 767px){
	.top-pricing{
		margin-top: 50px !important;
	}
	.mobile-text{
		text-align: center;
		padding: 0 !important;
	}
	.features-desc h3{
		text-align: center;
	}
	.rep-and-res-img{
		max-height: 19em;
	}
	.proj-man-img{
		max-height: 17em;
		margin-bottom: 2em;
	}
	.emp-ss-img{
		max-height: 19em;
		margin-top: 2em;
	}
	.payroll-img{
		max-height: 17em;
	}
	.toppage-borgo .img{
		height: 16em;
		width: auto;
	}
	.footer-contact {
		margin: 3em auto 2em auto !important;
	}

}
@media (max-width: 575px){
	.office-location {
		margin-top: 30px;
	}
	.footer-contact {
		margin: 0 auto 2em auto !important;
	}
	.a-center{
		text-align: center !important;
		align-content: center;
		margin-top: 15px;
	}
	.toppage-borgo .img{
		height: 9.5em;
		width: auto;
	}
	.toppage-borgo .img-borgo-tm{
		height: 50px;
		width: auto;
	}

	.img-borgo-tm1{
		height: 7.5em;
		width: auto;
	}
	.navbar-header{
		margin-left: 0px !important;
	}
	.pricing-borgo-border{
		margin-top: 20px;
	}
	.top-50{
		margin-top: 50px !important;
	}
	.mobile-text{
	text-align: center;
	padding: 0 !important;
	}
	.mobile-app-borgo-body img{
	height: 25em;
	width: auto;
	}

	img.logo-img {
	    height: 2em;
	}
	img.logo-img2 {
		height: 1.6em;
	}
	.img-container{
		align-content: center;
	}
	.footer-ul-nav{
		margin-left: -1em;
	}
	.footer-ul-nav2{
		padding-left: 0;
	}
	table{
		margin: 2em 0 0 2em;
	}
	.footer-ul li{
		margin-bottom:0.92em;
	}
	.subscription div{
		justify-content: center;
		margin: 0 0 0 0 !important;
	}
	.navbar-header{
		margin-top: 1em;
	}
	.sub-form{
		padding-left: 0 !important;
	}
    .emp-ss-img{
        max-height: 13em;
    }
    .rep-and-res-img{
        max-height: 13em;
    }
    .proj-man-img{
        max-height: 15em;
        margin-bottom: 2em;
    }
	.payroll-img{
		max-height: 13em;
	}
	.features-desc h3{
		text-align: center;
	}
}


/*from backoffice*/


html,
body {
    height: 100%;
    width: 100%;
}
body {
    font-family: 'Lato', sans-serif;
}

hr.light {
    border-color: white;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    /*color: #ef5451;*/
}
a:hover,
a:focus {
    /*color: #ef5451;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.bg-primary {
    background-color: #ef5451;
}
.bg-dark {
    background-color: #222222;
    color: white;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}
.fade-hover:hover{
    opacity: 0.7;
}
section {
    padding: 50px 0;
}
aside {
    padding: 50px 0;
}
.no-padding {
    padding: 0;
}
.row2 div, .row3 div, .row4 div{
    height: 150px;
}
.row2 div h3, .row3 div h3, .row4 div h3{
    margin-top: 60px;
}
.row2 div p, .row3 div p, .row4 div p{
    margin-top: 10px;
}
.navbar-light {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    /*font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.nobutton a:focus{
    outline: none !important;
    box-shadow:none;
}
.navbar-light .navbar-header .navbar-brand {
    color: #ef5451;
    /*font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-light .navbar-header .navbar-brand:hover,
.navbar-light .navbar-header .navbar-brand:focus {
    color: #ef5451;
}
.navbar-light .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
}
.navbar-light .nav > li > a,
.navbar-light .nav > li > a:focus {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #222222;
}
.navbar-light .nav > li > a:hover,
.navbar-light .nav > li > a:focus:hover {
    color: #ef5451;
}
.navbar-light .nav > li.active > a,
.navbar-light .nav > li.active > a:focus {
    color: #ef5451 !important;
    background-color: transparent;
}
.navbar-light .nav > li.active > a:hover,
.navbar-light .nav > li.active > a:focus:hover {
    background-color: transparent;
}
@media (min-width: 768px) {
    .navbar-light {
        background-color: rgba(0, 0, 0, .7);
        border-color: rgba(255, 255, 255, 0.3);
    }
    .navbar-light .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-light .navbar-header .navbar-brand:hover,
    .navbar-light .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-light .nav > li > a,
    .navbar-light .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-light .nav > li > a:hover,
    .navbar-light .nav > li > a:focus:hover {
        color: white;
    }
    .navbar-light.affix {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.05);
    }
    .navbar-light.affix .navbar-header .navbar-brand {
        color: #ef5451;
        font-size: 14px;
    }
    .navbar-light.affix .navbar-header .navbar-brand:hover,
    .navbar-light.affix .navbar-header .navbar-brand:focus {
        color: #ef5451;
    }
    .navbar-light.affix .nav > li > a,
    .navbar-light.affix .nav > li > a:focus {
        color: #222222;
    }
    .navbar-light.affix .nav > li > a:hover,
    .navbar-light.affix .nav > li > a:focus:hover {
        color: #ef5451;
    }
}
header {
    position: relative;
    width: 100%;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('../img/header.jpg');
    text-align: center;
    color: white;
}
header .header-content {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%;
}
header .header-content h1 {
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5rem;
}

header .header-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3em;
    letter-spacing: 4px;
}

header .header-content ul li {
    margin-left: 15px;
    margin-right: 15px;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}
header .header-content .header-content-inner p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
    }
    header .header-content .header-content-inner {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }
    header .header-content .header-content-inner h1 {
        font-size: 8rem;
        letter-spacing: 5px;
    }
    header .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
.section-heading {
    margin-top: 0;
}
.service-box {
    max-width: 400px;
    margin: 50px auto 0;
}
@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
    .service-description {
        min-height: 230px;
    }
}
.service-box p {
    margin-bottom: 0;
}
.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    background: rgba(240, 95, 64, 0.9);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}
.portfolio-box:focus {
    outline: none;
}
@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}
.call-to-action h2 {
    margin: 0 auto 20px;
}
.text-primary {
    color: #ef5451;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.btn-default {
    color: #222222;
    background-color: white;
    border-color: white;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #222222;
    background-color: #f2f2f2;
    border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: white;
}
.btn-default .badge {
    color: white;
    background-color: #222222;
}
.btn-primary {
    color: white;
    background-color: #ef5451;
    border-color: #ef5451;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: white;
    background-color: #00A3E0;
    border-color: #0787b7;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #ef5451;
    border-color: #ef5451;
}
.btn-primary .badge {
    color: #ef5451;
    background-color: white !important;
}
.btn-white {
    color: #de2d27;
    background-color: white !important;
}
.btn {
    border: none;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-xl {
    padding: 15px 30px;
}
::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}
::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}
img::selection {
    color: white;
    background: transparent;
}
img::-moz-selection {
    color: white;
    background: transparent;
}
body {
    webkit-tap-highlight-color: #222222;
}

/* custom styles */
img.logo-img {
    height: 80px;
}

.no-padding {
	padding: 0 16px 0 0 !important;
}

.navbar-brand {
    padding: 5px;
}

.footer-logo {
    /*margin-bottom: 20px;*/
    height: 50px;
}
.payroll-comparison1{
    display: none;
}
@media screen and (min-width: 768px) {
    /*footer .col-md-4 {*/
        /*border-right: 1px solid #ffffff;*/
    /*}*/
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    footer .col-md-4:first-child {
        border-right: 1px solid #ffffff;
        height: 324px;
    }
}

@media screen and (min-width: 992px) {
    footer .col-md-4 {
        border-right: 1px solid #ffffff;
        height: 190px;
    }

    footer .col-md-4:last-child {
        border-right: none;
    }
}

.popup-gallery img {
    margin: 50px auto;
    max-height: 150px;
}

footer {
    padding: 40px 20px 20px 20px;
}

footer h3 {
    margin-top: 0px;
    margin-bottom: 25px;
}
.margin-0{
    margin: 0 !important;
}
#services img {
    margin-top: 20px;
}

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

.margin-auto {
    margin: 0 auto;
}

blockquote p {
    font-size: .7em;
}

.theme-alert {
    position: fixed;
    bottom: 40px;
    left:10px;
    max-width: 50%;
    z-index: 1;
    background-color: rgba(51,51,51,.9);
    border: none;
    border-radius: 0px;
    color: #eee;
    box-shadow: 2px 2px 3px 0px #333;
}



.form-control {
    border-color: transparent;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.form-control:focus {
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.enroll-now-form label {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #666666;
}

.enroll-now-form .form-group {
    margin-bottom: 0px;
    padding: 32px 0px;
    border-bottom: 1px solid #EEEEEE;
}

.spacer {
    height: 50px;
}

.no-border {
    border: none !important;
}

.red {
    color: #ef5451;
}

.green {
    color: #00A3E0;
}

.form-errors ul {
    list-style: none;
    padding: 0;
    color: #B71C1C;
}

footer p {
    font-size: 13px;
}

.carousel-inner img {
    display: inline-block;
    max-height: 100%;
}

.carousel-inner .item .row > div {
    height: 150px;
    line-height: 150px;
}

.about-page blockquote {
    border-left: 5px solid #ef5451;
}

.about-page .section-heading {
    margin-top: 15px;
}

.blog-article article {
    margin-bottom: 20px;
    overflow: auto;
}

.blog-article .article-preview {
    margin: 20px 0px;
    padding: 20px;
    border: 1px solid #DDDDDD;
    background: #EEEEEE;
    box-shadow: 2px 2px 4px 0px #aaaaaa;
}

.blog-article .article-preview img {
    margin: 0 auto;
}

#peo-section, #ems-section, #staffing-section, #services, #ems-vs-peo, #sollutions {
    padding-top: 50px;
}

#peo-section h2, #ems-section h2, #staffing-section h2, #services h2, #ems-vs-peo h2 {
    background: #ef5451;
    padding: 10px;
    margin: 0px -15px 60px -15px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

#peo-section h2:after, #ems-section h2:after, #staffing-section h2:after, #services h2:after, #ems-vs-peo h2:after {
    content: "";
    position: absolute;
    border: 37px solid transparent;
    border-top-color: #ef5451;
    left: 50%;
    bottom: -37px;
    border-bottom-width: 0;
    margin-left: -37px;
}

#peo-section i.fa, #ems-section i.fa, #staffing-section i.fa {
    font-size: 70px;
}

.font-indigo {
    color: #3F51B5;
}

.font-red {
    color: #ef5451;
}

.font-pink {
    color: #E91E63;
}

.font-blue {
    color: #2196F3;
}

.font-teal {
    color: #009688;
}

.font-green {
    color: #00A3E0;
}

.font-lime {
    color: #CDDC39;
}

.font-yellow {
    color: #FFEB3B;
}

.font-orange {
    color: #FF9800;
}

.margin-top-bottom-10 {
    margin: 10px 0px;
}

.margin-top-bottom-20 {
    margin: 20px 0px;
}

.margin-top-bottom-50 {
    margin: 50px 0px;
}

.hr-management-page #first-section {
    background-image: url("../img/services/hr-managemnt-bg.jpg");
    color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.benefit-adm-page #first-section {
    color: #ffffff;
    background-size: cover;
    background: url("../img/services/healthcare_bg.jpg") center;
    background-repeat: no-repeat;
}

.workers-comp-page #first-section {
    background-image: url("../img/services/workerscomp_header.jpg");
    color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
h4 img{
    height: 0.75em;
    width: 4.2em;
    margin-left: 0.15em;
    margin-top: -0.21em;
}
.border-bottom{
    border-bottom: solid;
    border-width: 1px;
}
.payroll-adm-page #first-section {
    background-image: url("../img/services/payroll_bg.jpg");
    color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.free-time-pto-tracking h1 span{
    background: #de2d27;
    color: white;
    padding: 0.1em 0.3em;
}

.hr-management-page h1 {
    margin-bottom: 50px;
}

.peo-page #first-section {
    background-image: url("../img/peo_secondsds.jpg");
    color: #ffffff;
    background-size: cover;
    background-position: center;
}

.peo-page #second-section {
    background-image: url("../img/peo_second.jpg");
    color: #ffffff;
    background-size: cover;
    background-position: center;
}

.peo-page section i.fa {
    font-size: 60px;
}

.overflow-auto {
    overflow: auto;
}

.peo-page .section-block {
    padding: 50px;
}

.ems-page #first-section {
    background-image: url("../img/ems-sixth.jpg");
    color: #ffffff;
    background-size: cover;
    background-position: center;
}

.staffing-page #first-section {
    color: #ffffff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/staffing_second.jpg");
}

.ems-page #second-section {
    background-image: url("../img/ems_fith.jpg");
    color: #ffffff;
    background-size: cover;
    background-position: center;
}

.ems-page section i.fa, .staffing-page section i.fa {
    font-size: 60px;
}

.ems-page .section-block, .staffing-page .section-block {
    padding: 50px;
}

.moto {
    font-weight: 900;
    color: #ffffff;
    line-height: 50px;
    display: block;
    width: 360px;
}
.circle1, .circle2 {
    display: none;
}
.affix .moto {
    color: #000000;
}

@media all  and (max-width: 989px) and (min-width: 768px) {
    .moto {
        display: none;
    }
}

@media all  and (max-width: 450px) {
    .moto {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .moto {
        color: #000000;
    }
}

.nav > li > a {
    padding-left: 11px;
    padding-right: 11px;
}

/*@media (min-width: 768px) {*/
    /*header .header-content {*/
        /*top: 15%;*/
    /*}*/
/*}*/

.margin-top-10 {
    margin-top: 10px;
}

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

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

header p {
    font-size: 20px;
}

.service-container {
    background: rgba(0,0,0, .5);
    color: white;
    padding:30px 10px 10px 10px;
    margin-top: 50px;
    position: relative;
    min-height: 470px;
}

@media all and (max-width: 1199px) and (min-width: 992px) {
    .service-container {
        min-height: 570px;
    }
}

.service-container img {
    position: absolute;
    width: 100px;
    top: -50px;
    left: 50%;
    margin-left: -50px;
}

#partners img {
    max-width: 120px;
    margin: 10px 20px;
}

.parallax {
    background-attachment: fixed !important;
    /*background-position: center;*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

#mainNav.affix {
    -webkit-box-shadow: 0px 2px 2px 0px #aaa;
    -moz-box-shadow: 0px 2px 2px 0px #aaa;
    box-shadow: 0px 2px 2px 0px #aaa;
}

.btn {
    white-space: initial;
}

section h3 {
    margin-top: 0px;
}

.row.service-list {
    margin-bottom: 30px;
}

.row.service-list:last-child {
    margin-bottom: 0px;
}

/*#ems-section h2 {*/
    /*background: #4CAF50;*/
/*}*/

/*#ems-section h2:after {*/
    /*border-top-color: #4CAF50;*/
/*}*/

/*#staffing-section h2 {*/
    /*background-color: #3F51B5;*/
/*}*/

/*#staffing-section h2:after {*/
    /*border-top-color: #3F51B5;*/
/*}*/

.about-page .img-thumbnail {
    max-height: 200px;
}

.text-drop-shadow {
    text-shadow: 1px 1px 0px #333;
}

.service-list i.fa {
    font-size: 5em;
    color: #ef5451;
}

.text-red {
    color: #ef5451;
}
.text-dark-red {
    color: #de2d27;
}
.text-white{
    color: white;
}
div#contact_request_services label {
    margin-right: 20px;
}

#sollutions, #ems-vs-peo {
    background: #EEEEEE;
}

#contact-us, #why-choose-peo {
    background: #FFFFFF;
}

.bold-caption {
    font-weight: 900;
}

.plan-wrapper {
    border: 1px solid #CCCCCC;
}

.plan-wrapper .plan-header {
    color: #FFFFFF;
    overflow: auto;
    background-color: #ef5451;
    text-transform: uppercase;
}

.plan-wrapper .plan-header h3 {
    margin: 10px;
    font-weight: 900;
}

.plan-wrapper {
    text-align: center;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0, .1);
    position: relative;
    margin-bottom: 20px;
}

.plan-wrapper .plan-body {
    margin: 20px 5px;
    height: 50px;
}

.plan-wrapper .most-popupar-badge {
    position: absolute;
    color: #ffffff;
    padding: 5px;
    bottom: -20px;
    left: -5px;
    width: 60px;
    font-size: 12px;
    text-shadow: 1px 1px 0px black;
    font-weight: 900;
}

.plan-wrapper .most-popupar-badge:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid transparent;
    left: -60px;
    bottom: -60px;
    position: absolute;
    border-bottom: 60px solid #00A3E0;
    transform: rotateZ(-135deg);
    z-index: -1;
}

.plan-body {
    position: relative;
}

.plan-features {

}

.plan-features ul li {
    margin: 10px 0px;
}

.feature-name td {
    background-color: #ef5451;
    color: #ffffff;
    font-weight: 900;
    text-shadow: 1px 1px 5px black;
}

.plan-title {
    display: block;
    padding: 10px;
    background: #ef5451;
    color: white;
    font-weight: 900;
    font-size: 20px;
    text-shadow: 1px 1px 5px black;
    margin-top: 10px;
}

.plan-footer button {
    display: block;
    width: 100%;
    border-radius: 0;
    background: #00A3E0;
    color: white !important;
}

.pagination>li {
	display: inline;
}


.pagination>li>a, .pagination>li>span {
    color: #00A3E0 !important;
	z-index: 2;
	background-color: #eee;
	border-color: #dddddd;
	position: relative;
	float: left;
	text-decoration: none;
	border: 1px solid #dddddd;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
}

.pagination>.disabled>a, .pagination>.disabled>a:hover{
	cursor: not-allowed;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li.active>a {
    color: #FFFFFF !important;
    background-color: #00A3E0;
    border-color: #0781af;
}

.pagination>li.active>a:hover {
    background-color: #00A3E0;
}

section.bg-white {
    background-color: #FFFFFF;
}

section.bg-grey {
    background-color: #EEEEEE;
}

.section-icon {
    font-size: 50px;
    margin-top: 20px;
}

.section-icon-img {
    max-height: 70px;
}

section p {
    margin-top: 20px;
}

#subscriber-form input {
    margin-bottom: 10px;
}

#subscriber-form button {
    border-radius: 0px !important;
}

.login-link {
    padding: 8px 15px !important;
    margin: 7px 5px !important;
    background: #ef5451;
    color: #ffffff !important;
}

.login-link:hover {
    background-color: rgba(244, 67, 54, .7) !important;
}

section.white-bg-section h2, section.white-bg-section h3 {
    color: #ef5451;
}

#hr-duties .btn {
    margin: 25px 0px;
}

section.grey-bg-section {
    background: #e0e0e0;
}

#what-we-offer h2 {
    color: #434343;
}

#sollutions {
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-image: url("../img/our-solutions-backdrop.jpg");
    background-size: cover;
}

@media screen and (max-width: 991px) {
    .service-container {
        min-height: initial;
    }
}

#peo-vs-ems h2 {
    color: #434343;
}

#who-we-are {
    background: #E0E0E0;
    /*background-repeat: no-repeat;*/
    /*background-image: url("../img/who-we-are-backdrop.jpg");*/
    /*background-size: cover;*/
    /*background-position: center;*/
}

section h2 {
    margin-top: 0px;
    margin-bottom: 50px;
}
.circle{
    border-radius: 5em;
    border: transparent;
    background-color: white;
    padding: 0.1px 6px;
    margin: 3px;
    margin-left: 6px;

    height: 12px;
}
.circle-lower{
    border-radius: 5em;
    border: transparent;
    background-color: white;
    padding: 0.1px 10px;
    margin-top: 15px;
    margin-left: -5px;
}
.divider{
/*    border-color: black;*/
    border-width: 1px;
}
.lato-bold {
    font-weight: 700;
}

.lato-black {
    font-weight: 900;
}
.lato-thin{
    font-family: 'Lato' !important;
    font-weight: 100 !important;
}
.lato-f200{
    font-family: 'Lato' !important;
    font-weight: 200 !important;
}
.lato-light{
    font-family: 'Lato' !important;
    font-weight: 300 !important;
}
.f-13-c-lg{
    font-size: 12px;
    color: #c5c7cc;
}
.text-dodger-blue{
    color: #3399ff;
}
.text-bor-red{
    color: #de2d27;
}
.font-55{
    font-size: 55px;
}
.font-14{
    font-size: 14px;
}
.btn-danger {
    background-color: #ef5451;
}

.btn-primary {
	background-color: #00A3E0;
}

.btn-danger:hover {
    color: #fff;
    background-color: #B82122 !important;
    border-color: #ac2925 !important;
}

.btn-primary:hover {
	background-color: #00A3E0;
}

a:hover, a:hover h3 {
    color: #B82122;
    text-decoration: none;
}

.panel.red-bg {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background: #ef5451;
    color: #FFFFFF;
    border-radius: 0px;
    -webkit-box-shadow: 4px 4px 0px 0px #B82122;
    -moz-box-shadow: 4px 4px 0px 0px #B82122;
    box-shadow: 4px 4px 0px 0px #B82122;
}

.panel.red-bg ul {
    padding-left: 15px;
}

.panel.red-bg ul li {
    line-height: 30px;
}

h3.inline-red-bg {
    display: inline-block;
    background-color: #ef5451;
    color: #FFFFFF;
    padding: 15px;
    margin-bottom: 40px;
}

.why-choose-peo-block img {
    display: inline-block;
    max-width: 100px;
}

.why-choose-peo-block p {
    font-weight: 900 !important;
}

span.red-font {
    color: #D32F2F !important;
}

@media all and (max-width: 479px) {
    .list-inline>li {
        width: 34px;
    }
    .header-content h1 {
        font-size: 3rem !important;
    }
    .header-content h2 {
        font-size: 2rem !important;
        letter-spacing: 1px !important;
    }
}

@media all and (max-width: 991px) {
    .panel.red-bg {
        margin-top: 50px;
    }

    .service-list .img {
        margin: 10px auto 20px auto;
    }

    #why-choose-peo .col-md-4 {
        margin-bottom: 50px;
    }
}

.about-us h1 {
    color: #D32F2F;
    font-weight: 900;
}

.card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 300px;
    margin: 1rem;
    position: relative;
    width: 300px;
    overflow: hidden;
}

.card-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-shadow:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.employee-card img {
    width: 100%;
}

.card .card-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.employee-card .card-content {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    padding: 16px;
    transition: all 1s cubic-bezier(.25,.8,.25,1);
}

.employee-card .card-footer {
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    background-color: rgba(0,0,0, .5);
}

.employee-card .card-footer p {
    margin: 0;
}

.employee-card .card-content-overlay {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    background-image: url("/img/persons/rebbg.png");
    color: #FFFFFF;
    opacity: 0;
    transition: all 1s cubic-bezier(.25,.8,.25,1);
    text-align: left;
    padding: 8px;
}

.employee-card .card-content-overlay p {
    font-size: 11px;
    margin: 0;
}

.employee-card:hover .card-content-overlay {
    top: 0px;
    opacity: 1;
}

.employee-card:hover .card-content {
    opacity: 0;
    top: 100%;
}

.employee-card.risk-safety .card-footer {
    top: 0%;
    text-align: center;
}

.employee-card.risk-safety .card-footer p {
    font-size: 50px;
    line-height: 60px;
    margin-top: 45px;
}

@media all and (min-width: 1200px) {
    .employee-card {
        width: 360px;
        height: 360px;
    }

    .employee-card.risk-safety .card-footer p {
        margin-top: 80px;
    }

    .employee-card .card-content-overlay p {
        font-size: 13px;
    }
}

.about-page {
    background-color: #FAFAFA;
}

.core-values-section {
    background-color: #D32F2F;
    color: #FFFFFF;
}

.core-values-section p {
    margin-bottom: 24px;
    font-size: 2rem;
}

section#referral-header {
    background-size: cover;
    background-position: 50% 50%;
    background: linear-gradient(rgba(0,0,0, .7), rgba(0,0,0, .3)), url("../img/referral.jpg");
    color: #FFFFFF;
}

section#referral-header h1 {
    margin-top: 150px;
    font-size: 10rem !important;
}

.font-weight-700 {
    font-weight: 700;
}

section#partner-benefits ol li {
    margin-bottom: 8px;
}

section#partner-benefits ol {
    padding-left: 13px;
}

#our-solutions .card {
    height: initial;
    width: initial;
}

#our-solutions .card-content {
    padding: 16px;
}

.bg-red {
    background-color: #D32F2F;
    color: #FFFFFF;
}
.bg-grey {
    background-color: #EEEEEE;
}

#industries-we-service ul li {
    display: inline-block;
    color: white;
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 2rem;
    margin: 8px;
}

.bg-purple {
    background-color: #7B1FA2;
}

.bg-blue {
    background-color: #1976d2;
}
.bg-bor-red {
    background-color: #de2d27;
}
.bg-tale {
    background-color: #0097A7;
}

.bg-green {
    background-color: #00A3E0;
}
.bg-dodger-blue{
    color: white;
    background-color: #3399ff;
}

.bg-yellow {
    background-color: #FBC02D;
}

.bg-orange {
    background-color: #F57C00;
}

.contact-us-banner {
    display: inline-block;
    padding: 16px 24px;
    color: #FFFFFF !important;
    box-shadow: 4px 4px 0px 0px #B82122;
}

.contact-us-banner a {
    color: #ffffff;
}

@media all and (max-width: 767px) {
    section#referral-header h1 {
        font-size: 5rem !important;
    }
}

.enroll-now-form .services-enrolling-in input {
    display: block;
    float: left;
    margin-right: 16px;
}

.enroll-now-form .services-enrolling-in label {
    display: block;
}

.menu-item-red {
    background-color: #D32F2F;
    border-right: 1px solid #B82122;
}

.affix .menu-item-red a {
    color: white !important;
    text-align: center;
}

.navbar-fixed-top {
    border: 0px;
}

.craue_formflow_steplist {
    list-style: none;
    background-color: #D32F2F;
}

.craue_formflow_steplist li {
    display: inline-block;
    margin: 8px;
    padding: 0px 8px;
    border-bottom: 1px solid transparent;
    color: white;
    font-weight: 900;
    margin: 0px 16px;
    line-height: 48px;
    position: relative;
    z-index: 1;
}

.craue_formflow_steplist .craue_formflow_current_step {
    background-color: #eeeeee;
    color: #D32F2F;
}

.craue_formflow_steplist .craue_formflow_current_step:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    right: -18px;
    top: 7px;
    background-color: #eeeeee;
    transform: rotate(45deg);
    z-index: -1;
}


.online-plan-header {
    color: white;
    font-weight: 900;
    font-size: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    height: 60px;
    line-height: 60px;

}

.online-plan-header.bg-yellow {
    background-color: #FBC02D;
}

.online-plan-body {
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    border-top-color: transparent;
    margin: 0px 8px 8px 8px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding-bottom: 16px;
    cursor: pointer;
    overflow: hidden;
}

.online-plan-wrapper:hover .online-plan-body {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.online-plan-body h4 {
    font-weight: 900;
    line-height: 40px;
}

.online-plan-wrapper .online-price {
    font-weight: 900;
}

.online-plan-wrapper .online-price .currency {
    vertical-align: top;
    line-height: 50px;
    font-size: 20px;
}

.online-plan-wrapper .online-price .price {
    font-size: 50px;
}

.online-plan-wrapper .online-price .info {
    margin-top: -15px;
}

.online-plan-wrapper .online-price .info span {
    font-size: 17px;
}

.online-plan-body .plus {
    font-weight: 900;
    font-size: 35px;
}

.underlined-text {
    text-decoration: underline;
    font-weight: 700;
}

.sign-up-btn {
    color: white;
    font-size: 20px;
}

.online-plan-body .selected-mark {
    position: absolute;
    bottom: -40px;
    left: 23px;
    right: 23px;
    background: red;
    color: white;
    text-align: center;
    font-weight: 700;
    opacity: 0;
    padding: 8px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.online-plan-body.selected .selected-mark {
    bottom: 8px;
    opacity: .6;
}

.employees-widget {
    font-size: 60px;
}

.employees-widget .number-of-employees {
    font-size: 90px;
    margin: 0px 40px;
}

.employees-widget .decrease-employees, .employees-widget .increase-employees {
    line-height: 90px;
    vertical-align: text-bottom;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 0px 16px;
}

.employees-widget .decrease-employees:hover, .employees-widget .increase-employees:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.total-widget {
    font-weight: 900;
}

.total-widget .currency {
    line-height: 90px;
    vertical-align: top;
    font-size: 30px;
}

.total-widget .price {
    font-size: 90px;
}

.craue_formflow_buttons button {
    margin: 0px 8px;
}

input.invalid {
    border-color: #D32F2F;
}
.carousel-inner .item img {
    width: 100%
}
.border-red{
    height: 2em;
    background-color: #D32F2F;
}
.bor-go-heading {
    display: inline-block;
    padding-right: 50px;
    background-image: url("../img/logo/app_logo.png");
    background-repeat: no-repeat;
    background-position-x: 100%;
    margin-top: 60px;
}

.bor-go-heading span {
    font-size: 20px;
    vertical-align: super;
    margin-right: 10px;
}

.blog-header .header-content h2 {
    font-size: 2em;
}

.blog-header {
    background-image: url("../img/blog_pattern1.jpg");
    background-repeat: repeat;
    background-size: auto;
    min-height: initial;
}

.blog-header h1 {
    font-size: 6rem;
    font-weight: 900;
}

.blog-header .header-content {
    position: relative;
}

.blog-header .header-content-inner {
    margin: 100px 0px;
}

.header-footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    background-color: #00A3E0;
    padding-bottom: 20px;
}

.blog-header .btn {
    color: #00A3E0;
    background-color: white;
    line-height: 22px;
    vertical-align: baseline;
}

.blog-header .form-control {
    width: initial;
    display: inline-block;
}

.text-grey {
    color: #757575
}

.text-dark-grey {
    color: #424242;
}

.post-image-wrapper {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 16px;
}

.carousel-inner img {
	display: inline-block;
	max-height: 100%;
}

.carousel-inner .item .row > div {
	height: 150px;
	line-height: 150px;
}

#index-carousel {
    height: 700px;
}

#index-carousel .carousel-inner {
    height: 100%;
}

#index-carousel .carousel-inner .item {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

#index-carousel .carousel-inner .item.slide-1 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../img/index_slider/header.jpg");
}
#index-carousel .carousel-inner .item.slide-2 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../img/index_slider/payroll.jpg");
}
#index-carousel .carousel-inner .item.slide-3 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../img/index_slider/peo.jpg");
}
#index-carousel .carousel-inner .item.slide-4 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../img/index_slider/hr_compliance.jpg");
}
#index-carousel .carousel-inner .item.slide-5 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../img/index_slider/borgo.jpg");
}

/*#index-carousel > a.carousel-control > span.glyphicon {*/
    /*border: 2px solid white;*/
    /*display: block;*/
    /*height: 50px;*/
    /*width: 40px;*/
    /*padding-top: 6px;*/
/*}*/

#index-carousel .carousel-caption {
    top: 40%;
}

#index-carousel h2 {
    font-size: 4rem;
    font-weight: 900;
}

#index-carousel h3 {
    font-weight: 900;
}

@media all and (max-width: 767px) {
    #index-carousel {
        height: 500px;
    }
    #index-carousel .carousel-caption {
        top: 10%;
    }
    #index-carousel h2 {
        font-size: 3rem;
        font-weight: 900;
    }
    #index-carousel h3 {
        font-size: 2rem;
    }
    /*#index-carousel > a.carousel-control > span.glyphicon {*/
        /*border: 2px solid white;*/
        /*display: block;*/
        /*height: 50px;*/
        /*width: 40px;*/
        /*padding-top: 12px;*/
    /*}*/
}

.btn {
    border-radius: 0px;
}

#service-links {
    background-color: #D32F2F;
    color: white;
    padding: 16px 16px 16px 16px;
}

#service-links div[class^="col-"] {
    min-height: 150px;
    border-right: 3px solid #b82122;
}

#service-links div[class^="col-"]:last-child {
    border: none;
}

#hr-resources {
    background-color: #E0E0E0;
}

#contact-us {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url('../img/office_building.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

#contact-us p {
    margin-top: 0px;
}

.margin-top-30 {
    margin-top: 30px;
}

#service-links a {
    color: white;
}

#service-links a:hover h3 {
    color: #EEEEEE;
}

.payroll-page header {
    background: url("../img/services/payroll-header.jpg") no-repeat fixed center;
}
.outsourcing-software{
    padding: 0 16em;
}

.payroll-form {
    background: white;
    color: #424242;
    border: solid;
    border-color: #D32F2F;
    border-width: 2em;
    border-left: none;
    border-right: none;
    box-shadow: 10px 10px 5px black;
}
.circle-container{
    margin-top: 15em;
}
.features-payroll p{
    margin-top: 1em;
    font-weight: 700;
}
.img-container90px{
    height: 90px;
}



.business-days h2{
    border-radius: 5em;
    border: transparent;
    background-color: white;
    color: #de2d27;
    padding: 0.3em;
    font-weight: 900;
    width: 54px;
    margin-top: 14em;
}

.payroll-form h1 {
    color: #D32F2F;
}
.payroll-form a.btn, .btn-redbg{
    background: #D32F2F;

}
.payroll-form a:hover, .payroll-form a.btn h3{
    color: white !important;
}
.payroll-form .btn span {
    font-size: 25px;
}
.payroll-pricing{
    background: #efeded;
}
.payroll-pricing ul{
    list-style-type: none;
}
.payroll-pricing li{
    font-size: 13px;
}
.payroll-pricing li:before {
    content: "- ";
}
.payroll-pricing-border ul{
    padding-left: 0px;
}
.payroll-pricing-border hr{
    border-color: black;
    border-width: 1px;
}
.payroll-pricing-border{
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    background: white;
}
.payroll-pricing-border p{
    font-weight: 300;
}
.payroll-pricing-box{
    margin: 0 -20px 0 -20px;
    color: white;
}

.margin-horizontal-auto {
    margin: 0 auto;
}

.payroll-page section#sign-up {
    background: #FAFAFA;
}
.free-time-pto-tracking p, .more-functions-available p{
    padding: 0 5em;
}







.pricing-column .column-header {
    color: white;
    text-align: center;
    font-weight: 900;
    font-size: 25px;
    padding: 8px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0, .3);
    z-index: 2;
    position: relative;
}
.how-it-works{
    background-color: #de2d27;
    color: white;
    text-align: center;
}
.how-it-works p{
    padding: 1.6em;
    text-align: start;
    color: black;
    border: solid;
    background-color: white;
    border-color: white;
    border-radius: 1em;
    margin-bottom: 1.6em;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 0.6em solid transparent;
    border-right: 0.6em solid transparent;
    border-top: 1em solid white;
}



.column-content {
    background: white;
    overflow: auto;
    margin: 0px 8px;
    border: 1px solid #E0E0E0;
    border-top: none;
    padding: 8px 8px 0px 8px;
    z-index: 1;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0, .1);
    overflow: hidden;
}

.price {
    text-align: center;
    font-weight: 900;
    font-size: 60px;
}

.price sup {
    font-size: 33px;
}

.price sub {
    font-size: 23px;
    bottom: 0;
}

.font-16 {
    font-size: 16px;
}
.font-13 {
    font-size: 13px;
}

.font-32 {
    font-size: 32px;
}

.collapsable a {
    color: #424242;
    display: block;
    border-top: 1px solid #E0E0E0;
    margin: 0px -8px;
    padding: 8px;
    position: relative;
}

.collapsable a i.fa {
    position: absolute;
    right: 8px;
    top: 10px;
}

.collapsable a.collapsed i.fa-chevron-up {
    display: none;
}

.collapsable a.collapsed i.fa-chevron-down {
    display: initial;
}

.collapsable a i.fa-chevron-up {
    display: initial;
}

.collapsable a i.fa-chevron-down {
    display:  none;
}

.display-block {
    display: block;
}

#plan-comparison table thead {
    background: #D32F2F;
    color: white;
}

#plan-comparison thead:first-child tr th:first-child {
    background: white;
}

#plan-comparison thead:first-child {
    margin-bottom:20px;
}

#plan-comparison thead:first-child th {
    text-align: center;
}

#plan-comparison tbody tr td {
    text-align: center;
}

#plan-comparison tbody tr td:first-child {
    text-align: left;
}

#plan-comparison thead tr th {
    border: none;
}

#plan-comparison tbody tr:first-child td {
    border: none;
}

#plan-comparison tbody td:nth-child(even) {
    background: #FAFAFA;
}

.bg-white {
    background: white !important;
}

.hr-compliance-page header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../img/services/hrcompliance/header.jpg");
}

.hr-compliance-page header div {
    position: absolute;
    top: 30%;
    left: 0px;
    right: 0px;
}

.hr-compliance-page header h1 {
    font-size: 7rem;
}

.hr-compliance-page .card {
    height: initial;
    width: initial;
    display: block;
    padding: 16px 32px 16px 32px;
}

.float-price .price {
    display: inline-block;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-10 {
    margin-right: 10px
}

.hr-compliance-page .price {
    min-height: 130px;
}

.card-corner {
    position: absolute;
    top: -70px;
    right: -70px;
    background-color: #D32F2F;
    height: 140px;
    width: 140px;
    transform: rotate(45deg);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0, .5);
}

.card-corner-text {
    position: absolute;
    color: white;
    top: 10px;
    right: 10px;
    font-weight: 900;
}

.padding-top-10 {
    padding-top: 10px;
}

@media all and (min-width: 768px) {
    section#what-you-get {
        bottom: -200px;
        left: 0px;
        right: 0px;
        position: absolute;
    }
}

.borgo-page h1 {
    font-size: 50px;
}

.borgo-page h1 img {
    position: relative;
    top: -4px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }


}

.borgo-dashicons i.fa {
    font-size: 50px;
}

.borgo-dashicons div[class^="col-"] {
    padding: 16px;
    border: 1px solid #B82122;
}

.borgo-page .body-container hr {
    border-color: #E0E0E0;
    border-width: 1px;
    max-width: initial;
}

#pricing-tabs .nav-tabs li:last-child a {
    border-right: none;
}

#pricing-tabs .nav-tabs a {
    color: #424242;
    font-weight: 700;
    border: none;
    border-top: 10px solid #757575;
    border-radius: 0px;
    margin: 0px;
    padding-bottom: 20px;
    background: #FAFAFA;
    border-right: 1px solid #E0E0E0;
}

#pricing-tabs .nav-tabs li {
    padding: 0px;
    text-align: center;
}

#pricing-tabs .nav-tabs li.active.peo-nav a {
    border-top-color: #1976D2;
}

#pricing-tabs .nav-tabs li.active.payroll-nav a {
    border-top-color: #00A3E0;
}

#pricing-tabs .nav-tabs li.active.hr-compliance-nav a {
    border-top-color: #7B1FA2;
}

#pricing-tabs .nav-tabs li.active.hr-platform-nav a {
    border-top-color: #D32F2F;
}

.plans-page .pricing-column .column-content {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.pricing-column p {
    font-size: 14px;
}

.peo-page header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../img/index_slider/peo.jpg") ;
    background-size: cover;
    background-repeat: no-repeat;
    height: initial;
    min-height: 65%;
}

@media all and (min-width: 1000px){
    .peo-page header {
        /*background-position-y: -110px;*/
    }
}

.peo-page header h1 {
    margin-top: 20%;
    font-size: 7rem;
}

.peo-page header h2 {
    font-size: 4rem;
    margin-bottom: 10%;
}

.peo-page header h1, .peo-page header h2 {
    text-shadow: 2px 2px 5px rgba(0,0,0, .5);
}

@media all and (max-width: 767px) {
    .peo-page header h1 {
        margin-top: 30%;
        font-size: 3rem;
    }

    .peo-page header h2 {
        font-size: 2rem;
    }
}

.font-white, .font-white:hover {
    color: white;
}

.peo-page #free-consultation {
    background: #D32F2F;
}

.peo-page form[name="contact_request"] button {
    background-color: #FBC02D;
}

.peo-page #what-is-peo {
    background-image: url("../img/index_slider/hr_compliance.jpg");
    background-position: center;
}

.peo-page #what-is-peo .container .col-md-8 {
    background-color: rgba(255, 255, 255, .7);
}

.peo-page #what-we-offer {
    background: #FAFBFC;
}

.what-we-offer-block h3 {
    margin-left: 23px;
}

.what-we-offer-block {
    padding-left: 70px;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.what-we-offer-block.hr-management {
    background-image: url("../img/icons/RED_many-people-outline.png");
}

.what-we-offer-block.payroll-tax-administration {
    background-image: url("../img/icons/red_money-outline.png");
}

.what-we-offer-block.benefits-administration {
    background-image: url("../img/icons/RED_heart-compact-outline.png");
}

.what-we-offer-block.wc-safety {
    background-image: url("../img/icons/RED_medical.png");
}

.what-we-offer-block.hr-technology {
    background-image: url("../img/icons/tech.png");
}

.what-we-offer-block.hr-compliance {
    background-image: url("../img/icons/scale.png");
}

.peo-page #borgo h2 {
    font-size: 50px;
    margin-bottom: 0px;
}

.peo-page #borgo a, .peo-page #borgo a i.fa {
    font-size: 18px;
}

.peo-page #borgo h2 img {
    vertical-align: top;
}

.peo-page #why-us {
    background: #FAFBFC;
}

.peo-page #why-us .why-us-red {
    background: #D32F2F;
    color: white;
    padding: 4px 16px 16px 16px;
    box-shadow: 5px 5px 0px 0px #B82122;
}

.peo-page #why-us .why-us-red p {
    padding-left: 50px;
    background-image: url("../img/icons/tick.png");
    background-repeat: no-repeat;
    min-height: 35px;
}

@media all and (max-width: 991px) {
    #service-links .col-md-3 {
        border-bottom: 3px solid #b82122;;
    }
}

form[name="contact_request"] input {
    margin-bottom: 8px;
}

.office-location {
    margin-bottom: 30px;
}

.margin-top-30 {
    margin-top: 30px;
}

.payroll-page header {
    position: relative;
}
.img-more-features span{
    margin-top: 1em;
}


@media all and (min-width: 768px) {
    .payroll-page header .container {
        position: absolute;
        left: 0;
        right: 0;
        top: 12%;
        bottom: 0;
    }
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.contact-phone {
    font-size: 1.8rem;
}

.what-is-peo-block {
    padding: 40px;
}


.peo-page #accordion i.fa {
    font-size: 20px;
    position: absolute;
    right: 25px;
}

.peo-page #accordion h4 a[aria-expanded="true"] i.fa-chevron-right, .peo-page #accordion h4 a[aria-expanded="false"] i.fa-chevron-down, .peo-page #accordion h4 a i.fa-chevron-down {
    display: none;
}

.peo-page #accordion h4 a[aria-expanded="true"] i.fa-chevron-down {
    display: inline-block;
}

.peo-page #accordion h4 a {
    color: black;
    font-weight: 700;
}

.hr-compliance-page .card h3 {
    min-height: 52px;
}

.hr-compliance-page #what-you-get-section {
    background: #FAFBFC;
}

.asterisk-text {
    font-size: 12px;
}

.borgo-page .body-container .row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.borgo-page section#header {
    padding-bottom: 0px;
}

.borgo-page .body-container h2 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.small-price {
    font-size: 30px;
}

.small-price sup {
    font-size: 18px;
}

.small-price sub {
    font-size: 14px;
}

.borgo-page .pricing-column .column-content {
    min-height: 450px;
}

.font-handwriting {
    font-family: 'Condiment', cursive;
}

.carousel-btn-red{
    font-size: 28px;margin-right: 20px;font-weight: normal;
}
.margin-30{
    margin-top:30px;
    margin-bottom:30px;
}

.pos-relative{
    position: relative;
}

.btn-center{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.font-12{
    font-size: 12px;
}

.font-11{
    font-size: 11px;
}

.font-20{
    font-size: 20px;
}

.btn-reverse{
    font-size: 13px;
    font-weight: normal;
    width: 80%;
    border: #fff;
    border: 1px solid #ffffff;
    border-radius: 15px;
}

.height-50{
    height: 100px;
}

.min-170{
    min-height: 140px;
}

.margin-top-5{
    margin-top: 5px;

}

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

.logo-bg{
    background-image: url("/img/logo/app_logo.png");
}

.img-logo{
    display: inline-block;
    max-width: 100%;
    height: 40px;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: -10px;
    margin-left: -5px;
}

.color-gray{
    color: #bbb;
}

.modal-borgo-desc{
    font-weight: bolder;
    color: #dd291d;
    font-size: 30px;
}

.big-btn{
    font-weight: 900;
    font-size: 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0, .3);
}
.btn-bottom{
    /*position: absolute;
    bottom: 5px;*/
}
@media (max-width: 1500px){
    .circle1 {
        display: block;
    }
    .business-days h2{
        margin-top: 16em;
    }
}
@media (max-width: 1341px){
    .business-days h2{
        margin-top: 17em;
    }
    .circle-container{
        margin-top: 18em !important;
    }
	.lv-lights-logo {
		left: 88%
	}
}
@media (max-width: 1199px){
    .outsourcing-software{
        padding: 0 10em !important;
    }
	/*.lv-lights-logo {*/
		/*left: 80%;*/
	/*}*/
}
@media (max-width: 1076px){
    .circle2 {
        display: block;
    }

}
@media (max-width: 991px){
    .circle-container{
        display: none;
    }
    .business-days h2, .business-days{
        margin: 0 auto 0 !important;
    }
    .business-days h6{
        margin-top: 1em;
        text-align: center !important;
    }
    .outsourcing-software{
        padding: 0 5em !important;
    }
    .free-time-pto-tracking p{
        padding: 0 3em;
    }
    .row2 div, .row3 div, .row4 div{
        height: 200px;
    }
    .row2 div h3, .row3 div h3, .row4 div h3{
        margin-top: 75px;
    }
    .row2 div p, .row3 div p, .row4 div p{
        margin-top: 10px;
    }
}
@media (max-width: 767px){
    div.payroll-pricing-border{
        margin-top: 1em;
    }
    .outsourcing-software{
        padding: 0 !important;
    }
    .free-time-pto-tracking p, .more-functions-available p{
        padding: 0 1em;
    }
    .payroll-comparison{
        display: none;
    }
    .payroll-comparison1{
        display: block;
    }
	.lv-lights-logo {
		display: none;
	}
}

.alert {
	position: fixed;
	left: 16px;
	bottom: 16px;
	color: white;
	background-color: grey;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0, .5);
	border-radius: 0px;
	cursor: pointer;
}

.alert.alert-error {
	background-color: #ef5451;
}

.alert.alert-warning {
	background-color: #efbb51;
}

.event-app-borgo-body{
	color: #757575;
}

.event-app-borgo-body p{
	color: #757575;
	font-size: 18px;
}

.event-app-borgo-body-text {
	text-align: justify;
}

.event-app-input-style{
	box-shadow: none;
	outline: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid black;
}

.bg-green {
	background-color: #00A3E0;
}

/* Make the image fully responsive */
.carousel-inner .row {
	width: 100%;
	height: 900px;
	opacity: 0.8;
}



#carouselExampleIndicators .carousel-caption {
	top: 40%;
}

#sectionSlider{
	background: #00A3E0;
}

#carouselExampleIndicators h2 {
	font-size: 4rem;
	font-weight: 900;
}

#carouselExampleIndicators p{
	font-size: 20px;
	color: white;
}

#carouselExampleIndicators h3 {
	font-weight: 900;

}

#privacy-statement {
	background: #f5f5f5;
}
.paragraph {
	text-align: justify;
	text-justify: inter-word;
}

.privacy-h2 {
	margin-top: 30px;
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 5px;
}

#more {display: none;}

#cookie-banner {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 110px;
	z-index: 888;
	left: 0px;
	background: #000000bf;
	color: #f3f3f3;
	padding-top: 20px;
}
@media all and (max-width: 767px) {
	#carouselExampleIndicators {
		height: 500px;
	}
	#carouselExampleIndicators .carousel-caption {
		top: 10%;
	}
	#carouselExampleIndicators h2 {
		font-size: 2rem;
		font-weight: 900;
	}
	#carouselExampleIndicators h3 {
		font-size: 1rem;
	}

	#carouselExampleIndicators p{
		font-size: 8px;
		color: white;
	}

	.carousel-inner .row {
		width: auto;
		height: 450px;
	}

	.carousel-item img {
		width: auto;
		max-height: 17em;
	}

	#cookie-banner {
		height: 175px;
	}
}

@media (max-width: 500px)
{
	#cookie-banner {
		height: 270px;
	}
}


@media (max-width: 1500px)
{
	.ncshow-logo-img {
		left: 20px;
	}
}

@media (max-width: 1466px)
{
	.ncshow-logo-img {
		left: 20px;
		height: 110px;
		width: 330px;
	}
}

@media (max-width: 1200px) {
	.ncshow-logo-img {
		display: none;
	}
}

.btn-primary {
	background-color: #00A3E0 !important;
}

.bg-blue {
	background-color: #00A3E0 !important;
}

.text-blue {
	color: #00A3E0;
}
a .text-blue:hover, a:hover{
	color: #048fc3 !important;
}
