/*
Template: Arise Primecare Services HTM/*
Template: Arise Primecare Services HTML5 Responsive template
Author: O.N. Chigbo <chiggy.2010@yahoo.co.uk>
Theme URI: http://www.ariseprimecareservices.co.uk
Version: 1.0
*/

/* === Default CSS properties ====*/
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    
}  


.row{
    max-width: 1140px;
    margin:0 auto; /*to center a container inside another container*/

}

html,body {
width: 100%;
height: 100%;
}

body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
color: #999;
background: #fff;
}

/*h1*/
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 20px 0;
text-transform: none;
color: rgba(254, 82, 76, 1);
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
letter-spacing: 1px;
line-height: 1.5;
}

p{
margin: 0 0 25px;
font-size:18px;
line-height: 1.5;
}

a{
color: #fff;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
}

a:hover,
a:focus {
text-decoration: none;
color: rgba(254, 82, 76, 1);
}

.light{
font-weight: 100;
}

.white{
color: #fff;
}

.gray {
color: #a5a5a5;
}

.buffer-twenty{
margin: 20px o;
}

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

.buffer-twenty-bottom{
margin-bottom: 20px;
}

.buffer-forty{
margin:40px 0;
}

.buffer-forty-top{
margin-top:40px;
}

.no-bottom-pad{
padding-bottom: 0 !important;
}

.no-top-pad{
padding-top: 0 !important;
}

.highlight{
font-weight: 700;
color: rgba(254,82,76,1);
}

.list-ord{
list-style: none;
margin: 0;
padding: 10px 0;
font-size: 16px;
line-height: 28px;
}

.no-bg{
background: none !important;
}

/*=== Common Section styles===*/
.content-section{
	padding:100px 0;
}

.content-section .alt-bg{
	background-color:#222;
}

.content-section alt-bg-light {
	background-color:#fafafa;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #d2d2d2;
}

/*
.caption{
	font-weight:100;
	font-size: 20px;
}

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

.align-middlez{
	margin:0 auto;
}

.sans-border{
	border-radius: 0;
}

.sans-shadow{
	box-shadow:none;
}

blockquote{
	display:block;
	font-size:22px;
	position:relative;
	padding-left:90px;
	color:rgba(254, 82, 76, 1);
	border-color:rgba(254, 82, 76, 1)
}

blockquote:before{
	content: "\f10d";
	font-size:55px;
	font-family: FontAwesome;
	position:absolute;
	top:-4px;
	left:20px
}

blockquote span:before{
	content: "--";
	padding: o 10px 0 0;
}

blockquote span{
	padding: 10px 0;
	display: block;
	font-size: 14px;
	color: #999;
}

*/


/* === Logo CSS properties ====*/
img.logo-img {
	width: 100px;
	height: 45px;
	padding: 2px 0;
}

img.logo-img.logo-img2 {
	display: none;
}

/* Navigation CSS properties */
li.about.about-active a,
li.contact.contact-active a,
li.recruitment.recruitment-active a{
    color: white;
}

.navbar .container{
	/*height: 65px;*/
}

nav.navbar.nav-border {
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-left: none;
}

.navbar-custom .navbar-collapse {
    padding-top: 10px;
}

.navbar-nav li {
    padding: 0px 10px;
}

.navbar-below-768 {
	display: none;
}

/* Admin Nav */
ul.nav.navbar-nav-admin  li {
	/*padding: 0px 8px !important;*/
}

.navbar-custom{
	margin-bottom:0;
	/*text-transform: uppercase;*/
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	background-color: #4f81bd ;
	padding: 0px 20px;
}

.navbar-custom .navbar-brand:focus {
	outline:0;
}

.navbar-custom .navbar-fixed-top{
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
}

.navbar-custom .top-nav-collapse{
	background:rgba(254,82,76,1);
}

.navbar-custom .navbar-brand .navbar-toggle{
	padding:4px 6px;
	font-size:16px;
	colour:#fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline:0;
}

.navbar-custom a {
	color: #d2d0d0;
	position: relative;
    top: -10px;
}

ul.nav.navbar-nav {
    height: 0px;
}
.navbar-custom .active a{
	color:#fff !important;
	background-color: #124789 !important; 
}

.navbar-custom a:visited {
	color: #d2d0d0;
}

.navbar-custom .nav li a {
	transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	font-family: "brandon-grotesque-n7","brandon-grotesque",sans-serif;
	font-size: 14px;
}

.navbar-custom .nav li a:hover {
	outline:0;
	/*color: rgba(255, 255, 255, .8);*/
	color: #fff;
	background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:focus {
	outline: 0;
	background-color: transparent;
}

.nav-custom .nav li.active{
	outline:0;
}

.navbar-custom .nav li.active a{
	background-color:rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover{
	color: #fff;
}

.navbar-custom .navbar-brand {
	padding-top: 13px;
}

.navbar-custom .fa-bars{
	color:#fff;
}

.navbar-collapse.navbar-right.navbar-main-collapse.collapse.in {
    height: 210px;
}

/*=== Nav Bar Sticky ===*/
nav.navbar.navbar-custom.navbar-fixed-top.nav-border.sticky {
    background-color: rgba(254,82,76, 1); /*#dc4444*/;
}

nav.navbar-custom.sticky .nav li.active a {
    background-color: rgba(255,255,255,.3) !important;
}

nav.navbar-custom .nav li.home-active a {
    background-color: #124789 !important;
}

nav.navbar-custom.sticky .nav li.about-active a {
    background-color: rgba(255,255,255,.3) !important;
}

nav.navbar-custom.sticky .nav li.recruitment-active a {
    background-color: rgba(255,255,255,.3) !important;
}

nav.navbar-custom.sticky .nav li.contact-active a {
    background-color: rgba(255,255,255,.3) !important;
}


/*==== Main Slider ======= */
section#home {
    height: 85vh;
    padding: 0px 0px;
}

section #home li {
  height: 80vh;
}

.banner{
	padding: 0 0;
	/*opacity:1;*/
}

#slides .slide-caption{
	padding: 10px 20px;
	position: relative;
	text-align: left;
	max-width:100%;
	z-index: 3;
	margin: 0 auto;
	margin-top: 18%;
	margin-bottom: 25%;
	/*margin-right:10%;*/
	margin-left:-1.5%;
}

.banner a{
	text-decoration: none;
}

.banner h1{
	/*min-width: 500px;
	width: 100%;
	border-style:none;
	border-color: transparent;
	color: #fff;
	display: block;
	padding: 15px; 20px;
	font-size: 35px;
	margin:0;
	text-decoration:none;
	line-height:30px;
	font-family:"Raleway",sans-serif;
	text-align:center;
	
	
	display: block;
	color: #fff;
	line-height:1.2;
	min-width: 500px;
    font-weight: 800;
    font-size: 50px;
    text-transform:uppercase;
    margin:0;
    font-family:"Raleway",sans-serif;
    */
    
    display: block;
    color: #fff;
    line-height: 1.2;
    min-width: 500px;
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
    margin-top: -170px;
    margin-right: -220px !important;
    margin-left: -170px;
    /* margin-bottom: -60px; */
    font-family: "Raleway",sans-serif;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 150px;
    padding-bottom: 340px;
    padding-left: 170px;
    padding-right: 20px;
}

.banner h1:hover{
	color: #E035611;
}

.banner p{
	/*text-align:left;
	min-width:470px;
	border-style: none;
	display:inline-block;
	padding:35px 0px;
	float:left;
	font-weight:bold;*/
	
    width:100%;
	margin:0;
	color:#fff;
	font-weight:normal;
	background-color: transparent;
    font-family: "AvenirLTStd-Medium","avenir-medium",sans-serif;
	min-width:470px;
	border-style: none;
	display:inline-block;
	padding:35px 0px;
	float:left;
	font-size: 1.125em;
    line-height: 1.375;
}

.slides-pagination a{
	border:0;
	width:25px;
	height:25px;
	background:#fff;
	text-indent:-200%;
	border-radius: 25px;
}

.slides-pagination {
	margin-bottom:30px;
	top: 540px !important;
}

/* slider plugin edit */
.slides-pagination a.current {
    background: #4f81bd !important;
    border: 2px solid #4f81bd !important;
}

.slides-pagination a {
	background: gray !important;
    border: 2px solid gray !important;
    width: 13px !important;
    height: 13px !important;
}


.fadeInDown{
	background:#E03561;
}

#home #slides ul{
	height: 85vh !important;
	position:fixed;
}

div#slides {
    /* position: fixed !important;  for making the superslide images fixed */
    
}



/*===== Responsive Website ====*/
@media only screen and (max-width:480px) {
	.banner h2{min-width: 280px; width:100%;}
	.banner p{font-size:15px; width:100%;, min-width: 310px;}
}

@media(max-width:776px) {
	.banner h2{font-size:18px; margin-top:25%;}
	.banner p{font-size:14px;}
}

@media only screen and (max-width:992px) {
	.banner h2{margin-top:70px;}
}

/*== Button Properties -slider ====*/
.buttons-wrapper {
    position: absolute;
    z-index: 100;
    left: 170px;
    top: 452px;
}

.buttons-wrapper .btn {
 	margin-right: 15px;
    margin-bottom: 20px;
    min-width: 180px;
    max-width: 200px;
    /*text-transform: uppercase;*/
    font-size: 14px;
    line-height: 25px;
}

.buttons-wrapper .button-a {
	color: #fff;
	text-decoration: none;
	padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 48px;
    padding-left: 55px;
}

.buttons-wrapper .btn-lg {
    padding: 10px 1px;
}

/*===  Button Contact ===*/
#ContactForm .btn{
	border-radius:0;
	border:0;
	padding:10px 30px;
	text-transform:none;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:200;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

#ContactForm .fa{
	color:#fff;
}

#ContactForm .btn-default{
	color:#fff;
	border:1px solid rgba(254,82,76, 1);
	background:rgba(254,82,76, 1);
}

#ContactForm .btn-default:hover,
#ContactForm .btn-default:focus,
.btn-overcolor:hover,
.btn-overcolor:focus{
	border:1px solid #fff;
	outline:0;
	color:#fff;
	background:#df514c;
}
/*
.btn-lg{
margin: 15px 0;
}

.btn-outlined{
border:1px solid rgba(9,113,178, 1);
color:#fff;
background: rgba(9,113,178, 1);
}
.btn-outlined:hover,
.btn-outlined:focus{
border:1px solid rgba(9,113,178, 1);
color: rgba(9,113,178, 1);
background:transparent;
}

.btn-overcolor{
border:1px solid rgba(255, 255, 255, 1);
color:#fff;
background:rgba(254,82,76, 1);
}
*/

/*== Fixed social Properties ==*/
.fixed-social {
    position: fixed;
    z-index: 39000;
    right: 0px;
    top: 262px;
}

.fixed-social ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul li {
    line-height: 22px;
}

.fixed-social ul li a {
    background: #124789;
    width: 50px;
    height: 50px;
    padding: 13px 0 0 0;
    margin-bottom: 3px;
    display: block;
}

.fixed-social ul li a i {
    background: #fff;
    border-radius: 50px;
    color: #124789;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    padding: 4px 0px 0 0;
    width: 25px;
    height: 25px;
}

.fa-facebook-f:before, .fa-facebook:before {
    /*content: "\f09a";*/
}

/*==== ABOUT US SECTION ====*/
section{
    padding: 80px 0px;
    
}

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

#about-us h2 {
	/*margin: 190px 0 40px;*/
}

/*section h2 {
	margin: 20px 0 40px;
}*/

section h3 {
	margin: 30px 0 10px;
}

/* 5.3 Services Section ("what we do") */
#services p{
	text-align: center;
}

.row .services-item {
    margin-right: -15px;
    margin-left: 10px;
}

.services-item:before{
content: "";
position: absolute;
top: 0;
right: 0;
border-width: 0 30px 30px 0;
border-style:solid;
border-color: #fff #fff rgba(254,82,76, 1) rgba(254,82,76, 1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
transition: border-color .2s ease-in-out;
-moz-transition: border-color .2s ease-in-out;
-webkit-transition: border-color .2s ease-in-out;
display:block;
width:0;
}

.services-item{
background:#f9f9f9;
padding:30px 20px 20px;
margin:15px 0;
position:relative;
color:#fff;
overflow:hidden;
transition: background .5s ease-in-out;
-webkit-transition: background .5s ease-in-out;
-moz-transition: background .5s ease-in-out;
}
.services-item h4{
margin:0 0 10px 0;
padding:0;
font-size:20px;
font-weight:600;
transition:all .5s ease-in-out;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
color: rgba(254,82,76, 1);
}
.services-item p{
padding:0;
margin:0;
color:#999;
font-size:16px;
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
}
.services-item i{
color:rgba(254,82,76, 1);
padding:0;
margin:0 0 10px 0;
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
}
.services-item:hover{
background:rgba(254,82,76, 1);
transition:background .2s ease-in-out;
-webkit-transition:background .2s ease-in-out;
-moz-transition:background .2s ease-in-out;
}
.services-item:hover h4{
color:#fff;
transform: translate(0,-5px);
-moz-transform: translate(0,-5px);
-webkit-transform: translate(0,-5px);
-o-transform: translate(0,-5px);
transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-webkit-transition:all .3s ease-in-out;
cursor:pointer;
}
.services-item:hover p{
color:#fff;
transform: translate(0,-10px);
-moz-transform: translate(0,-10px);
-webkit-transform: translate(0,-10px);
-o-transform: translate(0,-10px);
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
cursor:pointer;
}
.services-item:hover i{
color:#fff;
transform: translate(0,-5px);
-moz-transform: translate(0,-5px);
-webkit-transform: translate(0,-5px);
-o-transform: translate(0,-5px);
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
cursor:pointer;
}
.services-item:hover:before{
border-color: #fff #fff #a5a5a5 #a5a5a5;
transition: border-color .2s ease-in-out;
-moz-transition: border-color .2s ease-in-out;
-webkit-transition: border-color .2s ease-in-out;
cursor:pointer;
}


/*==== FONT AWESOME STYLING ===*/
#about-us .section-header {
    margin-top: -50px;
    text-align: center;
    
}

#about-us img {
	border-radius: 50%;
	border: 2px solid #fff;
    padding: 2px;
    /*position: absolute;
    top: 715px;
    left:650px;
    color: #f0ad4e;
    */
}

#about-us {
	background: url('../img/generic-bg.jpg');
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

.fa {
color: #842525; /*#842525;*/
}

#about-us .about-us-row{
    margin-top: 60px;
}

/*==== RECRUITMENT SECTION STYLING ===*/
#recruitment {
	background: url('../img/recruitment4.jpg') 50% 70% repeat fixed;/* 'fixed' ensures the parallex scrolling effect*/
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.3)), url(../img/recruitment4.jpg);background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.3)), url(../img/recruitment4.jpg);
	min-height: 500px;
	padding:40px 0;
	color: white;
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
	background-size: cover;
	text-align: center;
}

section#recruitment {
	/*height: 75vh;*/
}

#recruitment-bottom{
	height:180px;
	background-color: rgba(254,82, 76, 1);
}

.register-now {
	text-decoration: none;
	color: #fff;
}

#recruitment .register-now:visited {
	color: #fff;
	text-decoration: none !important;
}

#recruitment .register-now:hover {
	text-decoration: none;
	color: rgba(254,82,76, 1) !important;
}

.steps-box:first-child{
    text-align:right; /*text-align works for any inline block element not just text*/
    padding-right: 3%; /*want our layout to be fluid*/
    margin-top: 30px;
    width: 40%;

}

.steps-box:nth-child(2){
    padding-left: 3%;
    margin-top:70px;
    width: 50%;
   
}


.app-screen{
    width: 100%;
    height: 400px;
    margin-top: 100px;
   
}

.works-step p{
    margin-bottom: 40px;
    padding:5px;
    
}

.works-step:last-of-type{
    margin-bottom: 60px;

}

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

.works-step div{
    color: rgba(249, 249, 19, 0.92);
    border: 2px solid rgba(249,249,50, 10);
    display: inline-block;
    border-radius: 50%;
    height: 49px;
    width: 49px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 190%;
    margin-right: 28px;
}

#recruitment p {
	text-align: left; 
	font-size: 22px;
	
}

#recruitment span a{
	color: rgba(249, 249, 19, 0.92);
    text-decoration: none;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    cursor: pointer;
}

#recruitment span a:hover {
    color: rgba(249, 249, 19, 0.92);
    text-decoration: none;
    font-size: 18px;
}

/*===== MODALS =====*/
.modal-steps {
	margin-top: 50px;
}

.modal-steps h3 {
	color: rgba(254,82,76, 1);
}

.modal-steps p {
	color: black;
    font-size: 17px !important;
    padding: 0 35px;
}

.modal-content {
	width: 120%;
    margin-left: -60px;
}

.modal-content li {
	color: black;
	text-align: left;
	list-style-position: inside;
    margin-left: 40px;
}

/*==== Contact SECTION STYLING ===*/
#contact {
	background: url('../img/generic-bg.jpg');
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#contact h3 {
	color: rgba(254,82,76, 1);/*#dc4444*/;
	
}

.contact-address {
	text-align: left;
}

ul.contact-address-ul li {
    font-size: 15px !important;
}

#contact img.img-circle {
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 2px;
}

#contact .fa-add {
    text-align: left;
    color: #999;
}

.contact-form,
.contact-address{
	padding-top:60px;
}

.contact-form .form-group{
	padding:5px 0;
	min-height:0%;
}

.contact-form .form-group label{
	font-weight:600;
}

.contact-form .form-group button{
	display:inline-block;
	/*min-height:100%;*/
}

.contact-form .form-group input,
.contact-form .form-group textarea{
	border-radius:0;
	padding:20px 10px;
	min-width:100%;
	font-size:16px;
}

.contact-form .form-group textarea{
	padding-top:10px;
}

.contact-form .form-group .btn-default{
	min-width:100%;
}

.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="phone"],
.contact-form .form-group input[type="text"]{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:42px;
	margin-bottom:0px;
	padding:0 10px;
}

.contact-address ul{
	list-style:none;
	padding:0;
	margin:0;
}

.contact-address ul li{
	font-size:16px;
}

.contact-address ul li span{
	font-weight:600;
	display:inline-block;
	min-width:80px;
}

.contact-form label .error,
.contact-form label.error.valid{
	color:#f00;
	padding-top:10px;
}

.contact-form label.error.valid{
	color:#018804;
}

.form-alerts.alert{
	border-radius:0;
	border:0;
}

.form-alerts .alert.alert-success,
.form-alerts .alert.alert-danger{
	color:#fff;
	background: #85ceab;
}

.form-alerts .alert.alert-danger{
	background:#fe8080;
}

/*div#thank-you {
	margin-top: 240px !important;
}
*/

/*=== Map ====*/
#map {
    margin-top: 70px;
    width: 100%;
    height: 400px;
}


/*===  FOOTER Section ====*/
footer{
	background:rgba(54,53,54,.96);
	color:#fff;
	padding:80px 0 0 0;
}

footer h2{
	display:inline-block;
	color:#fff;
}

footer h4{
	margin:0 0 20px 0;
	padding:0;
	color:#fff;
}

footer p{
	margin:10px 0;
	font-size:14px;
}

footer .fa {
	color: #fff;
}

footer .copynote{
	padding:20px 0;
	margin-top:40px;
	background:rgba(54, 53, 54, 1);
}

footer .segment{
	padding-bottom:20px;
}

footer .social a{
	display:inline-block;
	padding:6px;
}

i.fa.fa-facebook.fa-3x:hover,
i.fa.fa-twitter.fa-3x:hover,
i.fa.fa-linkedin.fa-3x:hover  {
    color: rgba(254,82,76, 1);
}

.scroll-top{
	display:none;
	position:fixed;
	bottom:4%;
	right:1%;
	z-index:100;
}
.scroll-top a:link,
.scroll-top a:visited {
	display:inline-block;
	padding:5px 15px;
	color:#fff;
	border: 1px solid rgba(254,82,76, 1);
	background: rgba(254,82,76, 1);
	font-size:30px;
}

.scroll-top a:hover{
	border: 1px solid #fff;
	outline:0;
	color:#fff;
	background:#df514c;
}

/* Animate on scroll */
.js--wp-1 {
	opacity: 0;
}
.js--wp-1.animated {
	opacity: 1;
}

.js--wp-2 {
	opacity: 0;
}
.js--wp-2.animated {
	opacity: 1;
}

.js--wp-3 {
	opacity: 0;
}
.js--wp-3.animated {
	opacity: 1;
}

.js--wp-4 {
	opacity: 0;
}
.js--wp-4.animated {
	opacity: 1;
}

.js--wp-5 {
	opacity: 0;
}
.js--wp-5.animated {
	opacity: 1;
}

.js--wp-6 {
	opacity: 0;
}
.js--wp-6.animated {
	opacity: 1;
}

.js--wp-7 {
	opacity: 0;
}
.js--wp-7.animated {
	opacity: 1;
}

.js--wp-8 {
	opacity: 0;
}
.js--wp-8.animated {
	opacity: 1;
}


/* register subsection `*/
.cta-two-section p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 100;
    margin: 0px;
    color: #fff;
}

.cta-two-section h3 {
    font-size: 25px;
    line-height: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 2px;
    margin-top: 10px;
}
.cta-two-section {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: rgba(254,82,76, 1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}

.cta-two-section .btn{
	margin:0;
}

#recruitment-bottom .btn-overcolor {
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    background: rgba(254,82,76, 1);
}

#recruitment-bottom img {
	height: 60px;
    width: 120px;
    margin-left: 120px;
}

#recruitment-bottom .btn {
	border-radius: 0;
    padding: 15px 30px;
    text-transform: none;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 100;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    margin-left: 150px
}


#recruitment-bottom .btn:hover {
	background-color: rgba(230, 9, 1, 1);
}

/*Registration Nav Bar */
.navbar-custom-registration {
    background-color: rgba(254,82,76, 1);
}

.navbar-custom .active.register-active a,
.navbar-custom .active.login-active a{
    color: #fff !important;
    background-color: rgba(255,255,255,.3) !important;
}


/* Registration Form */
#RegistrationForm .btn,
#AddForm .btn,
#editForm .btn{
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 12px 10px;
    text-transform: none;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 200;
    /*opacity: .60 !important;*/
    height: 42px;
    color: #9a9999;
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

#RegistrationForm .btn-default,
#AddForm .btn-default,
#editForm .btn-default {
    /* color: #fff; */
    border: 1px solid #CCCCCC;
    background: white;
}


#RegistrationForm .btn-default.register,
#AddForm .btn-default.register,
#editForm .btn-default.register,
#adminEditForm .btn-default.register,
#booking .btn.register,
#bookingEdit .btn.register {
    color: #fff;
    border: 1px solid rgba(254,82,76, 1);
    background: rgba(254,82,76, 1);
}

#RegistrationForm .btn.register,
#booking .btn.register,
#bookingEdit .btn.register {
    border-radius: 0;
    border: 0;
    padding: 10px 30px;
    text-transform: none;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 200;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    margin-bottom: 40px !important;
}

#AddForm .btn.register,
#editForm .btn.register,
#adminEditForm .btn.register{
	border-radius: 0;
	border: 0;
	padding: 10px 330px;
	text-transform: none;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 200;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	margin-bottom: 40px !important;
}

#editForm .btn.register,
#AddForm .btn.register,
#adminEditForm .btn.register{
	padding: 10px 32px !important;
	border-radius: 5px;
}

#bookingEdit .btn.register{
	padding: 12px 32px !important;
	font-size: 15px;
	border-color: #3c763d;
	background-color: #3c763d;
	color: white;
	margin-left: 20px;
}

#bookingEdit .btn.cancel-edit{
	padding: 11px 2px !important;
	border-radius: 0px;
	margin-left: 40px;
	font-size: 15px;
	border-color: #3c763d;
	color: #3c763d;
	background-color: transparent;
}
#bookingEdit .btn.cancel-edit i{
	color: #3c763d;
}

#editForm .btn.cancel-edit i,
#bookingForm .btn.cancel-edit i,
#AddForm .btn.cancel-edit i,
#adminEditForm .btn.cancel-edit i{
	color: #3c763d;
}

#editForm .btn.cancel-edit,
#adminEditForm .btn.cancel-edit,
#AddForm .btn.cancel-edit{
	padding: 8px 22px !important;
	font-size: 15px;
	border-color: #3c763d;
	background-color: transparent;
	float: right;
	color: #3c763d;
	margin-left: 30px;
	margin-top: 25px;
}

#bookingForm .btn.cancel-edit{
	padding: 9px 2px !important;
	font-size: 15px;
	border-color: #3c763d;
	background-color: transparent;
	/* float: right; */
	color: #3c763d;
	margin-left: 60px;
	margin-top: 25px;
}
.buttons-move{
	margin-left: 300px;
}
#editForm .btn.register,
#adminEditForm .btn.register,
#AddForm .btn.register {
	 padding: 8px 22px !important;
	 font-size: 15px;
	 margin-left: 260px;
	 border-radius:0px;
	 margin-top: 25px;
	 border-color: #3c763d;
	 background-color: #3c763d;
 }

button.btn.btn-default.btn-lg.cancel-edit.userprofile-cancel-edit {
	margin-left: -100px;
	background-color: transparent !important;
	color: rgba(254,82,76,1) !important;
	border: 1px solid rgba(254,82,76,1) !important;
}

button.btn.btn-default.btn-lg.cancel-edit.userprofile-cancel-edit i {
	color: rgba(254,82,76,1) !important;
}

#adminEditForm .btn.register,
#AddForm .btn.register{
	padding: 8px 20px !important;
	margin-left: 260px;
	border: 1px solid #3c763d;
	border-radius: 3px;
}

#bookingForm .btn.register{
	padding: 9px 35px !important;
	font-size: 15px;
	/* margin-left: 40px; */
	border-radius: 3px;
	margin-top: 25px;
	border: 1px solid #3c763d;
	background-color: #3c763d;
}

#AddForm .btn.cancel-edit {
	border: 1px solid #3c763d;
	border-radius: 3px;
}

#adminEditForm .btn.register i{
	color: white;
}

.float-button{
	float: left;
}

section#user-display {
	/*height: 100vh;*/
}

#RegistrationForm .fa,
#AddForm .fa ,
#editForm .fa ,
#booking .fa,
#bookingEdit .fa {
    color: #fff;
}

#AddForm input,
#editForm input{
	height: 50px;
}

h1.registration-h1,
h1.login-h1 {
    text-align: center !important;
    text-transform: uppercase;
}

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

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

.has-error .help-block {
    font-size: 15px;
}

.help-block.with-errors.email_error,
.help-block.with-errors.type_error,
.help-block.with-errors.confirmEmail_error,
.help-block.with-errors.password_error,
.help-block.with-errors.confirmPassword_error,
.help-block.with-errors.title_error,
.help-block.with-errors.fname_error,
.help-block.with-errors.lname_error,
.help-block.with-errors.gender_error,
.help-block.with-errors.status_error,
.help-block.with-errors.house_number_error,
.help-block.with-errors.address1_error,
.help-block.with-errors.address_error,
.help-block.with-errors.city_error,
.help-block.with-errors.country_error,
.help-block.with-errors.postcode_error,
.help-block.with-errors.phone_error{
	 color: #a94442; !important;
}


span.glyphicon.form-control-feedback.glyphicon-remove {
    margin-top: 10px !important;
}


.reg-message {
    margin-top: 40px !important;
    display: none;
    text-align: center;
}

.registration-message-para{
    text-align: left;
}

#recruitment .col-sm-5.form_download{
	margin-top: -100px;
}
#recruitment .col-sm-5.form_download a{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-right: 30px;
	text-decoration: none;
	background-color: #f0ad4e;
	padding:15px;
	border-radius: 5px;
}

/*For select error message*/
#RegistrationForm .form-group .btn-group small.help-block {
    margin-bottom: 0 !important;
    margin-top: 18px !important;
}


/* LOGIN Page */
section#login {
	/*background-color: #fff;*/
	background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0,0,0,0.6)), url("../img/hand2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
	width: 100%;

}

div.login-form{
	width: 50%;
	height: 100%;
	background-color: #222;
	margin-top: 30px;
}

#loginForm h3,
#adminLoginForm h3,
#userForgotForm h3{
	font-size: 24px;
	text-transform:uppercase;
	color: #fff;
}

#loginForm p,
#adminLoginForm p{
	color: rgba(254,82,76, 1);
	margin-top:-30px;
}

#loginForm input,
#loginForm button,
#adminLoginForm input,
#adminLoginForm button,
#userForgotForm input,
#userForgotForm button{
	height: 65px;
}

#loginForm input,
#adminLoginForm input,
#userForgotForm input {
	border-radius: 5px;
}

#loginForm button,
#adminLoginForm button,
#userForgotForm button{
	background-color:rgba(254,82,76, 1);
	border:1px solid rgba(254,82,76, 1);
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

#loginForm span,
#adminLoginForm span{
	margin-top: 20px !important;
}

#loginForm .login-email-input,
#adminLoginForm .login-email-input,
#userForgotForm .login-email-input {
	margin-top: 40px;
}

#loginForm i.input-icon,
#adminLoginForm i.input-icon,
#userForgotForm i.input-icon {
	float: right;
	margin-top: -40px;
	margin-right: 30px;
	color: rgba(254,82,76, 1);
}

#loginForm i,
#adminLoginForm i,
#userForgotForm i{
	color: #fff;
	padding-right: 10px;
}

#loginForm input[type="text"],
#loginForm input[type="email"],
#adminLoginForm input[type="text"],
#adminLoginForm input[type="email"],
#userForgotForm input[type="text"],
#userForgotForm input[type="email"]{
	font-size: 18px;
	font-weight: 400;
}

.login-errors{
	color: rgba(254,82,76, 1);
	margin-top:24px !important;
	margin-bottom: 20px !important;
}

.as-admin,
.as-client {
	margin-top: 30px;
	text-align: center;
	margin-left: 5px !important;
}

.as-admin p{
	color: gray !important;
	width: 33%;
	margin-left: 190px;

}

.as-admin-text p{
	width: 50%;
	margin-left: 140px;
}

.as-client p{
	color: gray !important;
	width: 22%;
	margin-left: 230px;
}

.as-admin p:hover,
.as-client p:hover{
	cursor: pointer;
	color: rgba(254,82,76, 1) !important;
}

/*form#adminLoginForm {
	display: none;
}
*/

.as-admin p a,
.as-client p a {
	color: gray !important;
}

.as-admin p a:hover,
.as-client p a:hover {
	color: rgba(254,82,76, 1) !important;
	text-decoration: none;
}

.admin-login-errors {
	color: rgba(254,82,76, 1) !important;
	margin-top: 24px !important;
	margin-bottom: 20px !important;
}


/* User profile */
#userProfile {
	background-color: #dadada;
}
.user-profile {
	background-color: #f9f9f9;
	padding-top: 30px;
}

.h1-wrapper h1 {
	font-size: 46px;
	line-height: 50px;
	font-weight: 300;
	text-align: center;
	padding: 40px 0;
}

.h2-wrapper h2 {
	font-size: 36px;
	line-height: 50px;
	font-weight: 300;
	padding: 20px 219px;
	text-transform: capitalize;
}

.h2-wrapper span {
	float: right;
	margin-top: -53px;
	margin-right: 200px;
	color: rgba(254,82,76, 1);
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}

.h2-wrapper.h2-wrapper-bottom span {
	float: right;
	margin-top: 33px;
	margin-right: 200px;
	color: rgba(254,82,76, 1);
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}

.table-para {
	/* padding: 10px 0; */
	font-size: 15px;
	text-transform: capitalize;
}
.email-para {
	text-transform: lowercase;
}

table td.active{
	background-color: #a3a3a3 !important;
	color: #fff;
}

.userProfile-pre {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.42857143;
	color: #333;
	background-color: transparent;
	border: none;
}

.verified-para {
	color: rgba(254,82,76, 1);
	font-weight: 600;
}



/*  Admin Panel */
/*.admin-logo img.logo-img {
	width: 180px;
	height: 75px;
	margin-top: -70px;
	display:none;
}

nav.navbar.nav-border.navbar-custom-admin {

}
*/

.admin-logo img.logo-img {
	width: 180px;
	height: 75px;
	margin-top: -40px;
	margin-left: -35px;

}
.navbar-brand.navbar-brand-admin {
	float: none;
}
section.admin-logo-section {
	background-color: #2f2f2f; /*#abaaaa;*/
	height: 10vh;
}

/*
.admin-header {
	float: right;
	margin-top: -80px;
	width: 1210px;
}
.admin-header h1 {
	padding-bottom: 94px;
	padding-top: 20px;
	padding-left: 300px;
}
.admin-header p {
	padding-left: 350px;
	margin-top: -62px;
}
*/
.admin-header h1 {
	color: #fff;
	text-align: center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-top: -60px;
}

.admin-header p {
	color: white;
	text-align: center;
}

nav.navbar.nav-border.navbar-custom-admin {
	background-color: #abaaaa;
	height:50px;
}

.navbar-custom-admin{
	font-weight: 300;
}
.navbar-custom-admin .nav li a {
	font-size: 15px;
	color: black;
}

ul.nav.navbar-nav-admin {
	margin-left: -53px;
}

ul.nav.navbar-nav.navbar-right.nav-right-admin {
	margin-right: -20px;
}

.navbar-custom-admin .active a{
	color:#fff !important;
	background-color: #2f2f2f !important;
}

.navbar-custom-admin a:visited {
	color:black;
}
.navbar-custom-admin .nav li a:hover{
	color: black;
	font-weight: 400;
}

.admin-icon {
	color:black;
	padding: 0 5px;

}

section#admin-panel{
	background-color: whitesmoke;
	height: 60vh;
}

footer.admin-panel-footer {
	background: rgba(54,53,54,.96);
	color: #fff;
	padding: 10px 0 0 0 !important;
}

nav.navbar.nav-border.navbar-custom-admin {
	border: 1px solid #fff;
	border-right: none;
	border-left: none;
}

.navbar.navbar-custom-admin {
	min-height: 52px;
	margin-bottom: 0px;

}

.admin-panel-h2{
	text-align: center;
	padding-top: 80px;
	padding-bottom:10px;
	font-size: 32px;
	color: #575757;
	margin-left:10px;
}

.admin-panel-p {
	text-align: center;
}

footer.footer-admin-panel {
	padding: 0;
}


/* Add Admin */
.text-center-admin{
	padding-bottom: 5px;
}

#admin-add h2,
#user-display h2{
	text-align: center;
	padding-bottom: 30px;
}
button.btn.btn-default.register.add-admin-button.disabled {
	width: 100%;
}

#AddForm button.btn.btn-default.register.add-admin-button.disabled{
	width: 26.0%;
}

#admin-add .new-admin-added {
	text-align: center;
	color: red;
	font-size: 24px;
	/*display: none;*/
}

#admin-add .new-admin-added p{
	font-size: 22px;
	font-weight: 400;
	margin-left: 40px;
}

.userProfile-pre.userDisplay-pre {
	font-size: 13px;
}

input#submitEdit,
input#submitDelete,
input#updateVerify,
input#undo,
input#updateNotResponded,
input#undoNotResponded {
	border: none;
	color: blue;
	font-size: 13px;
	background-color: transparent;
}

form.form-display,
.response-user-delete {
	display: inline;
}

.response-user-delete button{
	width: 80px;
	height: 40px;
	font-size: 18px;
	background-color: #2f2f2f;
	border-color: black;
	margin: 0px 20px 0px 20px;

}

.response-user-delete a {
	color: white;
}

.response-user-delete a:hover {
	text-decoration: none;
	color: white;
}

.user-delete-para {
	font-size: 24px;
	padding:0 0 30px 0;
}

.user-delete-message{
	background-color: #abaaaa;
	width: 70%;
	text-align: center;
	padding: 52px 0;
	margin-top: 8%;
}
.display-verified-p {
	font-size: 14px;
	margin: 0 0 -10px;
}

/*  FORGOT Password */
#loginForm .forgot_password_link a,
#login .forgot_password_link a {
	color: rgba(254,82,76, 1) !important;
}

#loginForm .forgot_password_link a:hover,
#login .forgot_password_link a:hover {
	text-decoration: none;
}

div.login-form.forgot-form {
	height: 80%;
}

.form-close {
	float: right;
	margin-top: -20px;
	color: rgba(254,82,76, 1) !important;
}

/* ACTIVTAION */
#activation .message-reg-activation {
	/*color: rgba(254,82,76, 1);*/
	font-size: 20px;
}

#activation .message-reg-activation a{
	color: rgba(254,82,76, 1);
	/*text-decoration: underline;*/

}

#activation .message-reg-activation a:hover{
	text-decoration: none;
	font-size: 22px;

}

#activation {
	height: 50%;
}

.activation-p {
	padding-top: 60px;
}


.hide-activation-message {
	display: none;
	padding-top: 100px;
}

.verified-span{
	display: none;
}

.user-profile-icon {
	color:rgba(254,82,76, 1);
}

.document-upload-p {
	padding:30px 0;
}

.document-upload{
	background-color: #dadada;
	border-radius: 5px;
	border: 1px solid #dadada;
}

/* InputFile - https://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way/ */
.inputfile,
.inputfile1 {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label,
.inputfile1 + label{
	font-size: 16px;
	font-weight: 300 !important;
	color: #222;
	/* background-color: rgba(254,82,76, 1); */
	display: inline-block;
	padding: 10px 20px;
	/* border-radius: 5px; */
	margin-left: 130px;
}

.inputfile:focus + label,
.inputfile1:focus + label,
.inputfile + label:hover,
.inputfile1 + label:hover {
	color: rgba(254,82,76, 1);
}
.inputfile + label,
.inputfile1 + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label,
.inputfile1:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * ,
.inputfile1 + label * {
	pointer-events: none;
}

.upload-i-user-profile {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 10px;
	color: rgba(254,82,76, 1);
}

.js .inputfile,
.js .inputfile1 {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.no-js .inputfile + label,
.no-js .inputfile1 + label {
	display: none;
}

.inputfile:focus + label,
.inputfile1:focus + label,
.inputfile.has-focus + label,
.inputfile1.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

button.btn.btn-default.register.user-profile {
	margin-left: 150px;
	margin-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(254,82,76, 1);
	color: white;
}

button.btn.btn-default.register.user-profile i{
	color: white;
}

.span-p {
	font-weight:500;
	font-size: 15px;
}

button.edit-details {
	background-color: rgba(254,82,76, 1);
	border-color: rgba(254,82,76, 1);
	color: white;
	margin-bottom: 40px;
	margin-top: 40px;
}

button.manage-password {
	border-color: rgba(254,82,76, 1);
	background-color: transparent;
	margin-top: 40px;
	float: right;
	color: rgba(254,82,76, 1);
}

button.manage-password a {
	color: rgba(254,82,76, 1);
}

button.edit-details a {
	color: white;
}

button.manage-password a:hover,
button.edit-details a:hover {
 	text-decoration: none;
	font-size: 15px;
}

button.edit-details i {
	color: white;
	padding-right: 10px;
}


button.manage-password i {
	color: rgba(254,82,76, 1);
	padding-right: 10px;
}

/* User Profile Edit */
#userProfileEdit button {
	padding: 12px 35px;
	background-color: rgba(254,82,76, 1);
	color: white;
	margin-bottom: 80px;
	margin-top: 20px;
}

#userProfileEdit button i{
	color: white;
}

#userProfileEdit form {
	margin-top: 25px;
}

#userProfileEdit span.glyphicon.form-control-feedback.glyphicon-remove {
	margin-top: 0px !important;
}

.col-sm-8.col-sm-offset-2.table-responsive.show-uploads {
	margin-top: 50px;
}

p.message {
	font-size: 15px;
	color: red;
	margin-left: 100px;
	padding-bottom: 20px;
}

a.documentDelete {
	border: none;
	color: blue;
	font-size: 13px;
	background-color: transparent;
}

button.documentDelete {
	border: none;
	background-color: transparent;
}

.active i{
	color: white;
}

.bootstrap-select.confSent .dropdown-toggle.bs-placeholder {
	height: 42px !important;
	border-radius: 0px !important;
}

#booking .booking-form {
	display: none;
}

.display-bookings p{
	float: left;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 20px;
	background-color: green;
	color: white;
	margin-left: 17px;

}

.display-bookings p:hover{
	background-color: #009400;
	cursor: pointer;

}

.display-bookings i {
	padding-right: 20px;
	padding-left: 15px;
}

.display-bookings h1 {
	padding-bottom: 60px;
}

table.booked-shifts-display td {
	font-size: 13px;
	color: red;
	font-weight: 500;
}
table.booked-shifts-display td.number{
	color: black;
	font-weight: 500;
}


table.booked-shifts-display td strong {
	color: black;
	font-weight: 300;
}

img.ui-datepicker-trigger {
	margin-top: -30px !important;
	float: right;
	margin-right: 10px;
}

h4.new-record-message {
	color: red;
	font-size: 15px;
	font-weight: 400;
	margin-left: 15px;
	display: none;
}

.col-sm-8.col-sm-offset-2.document-upload.timesheet-upload {
	display: none ;
}

#adminEditForm button.btn.edit-button-recent {
	padding: 10px 314px !important;
}

#adminEditForm button.btn.edit-button-recent i {
	color: white;
}

#user-edit-from-display {
	display: none;
}

#user-edit-from-display h2 {
	text-align: center;
}

.no-data,
.no-document,
.no-enquiry,
.no-admin,
.display-bookings p.no-booking,
.no-timesheet{
	margin-left: 37%;
	margin-top: 100px;
}

.no-enquiry{
	margin-left: 40%;
}

.no-admin {
	margin-left: 39%;
}


.display-bookings p.no-booking {
	margin-left: 40%;
	background-color: transparent;
	color: black;
}

p.no-booking {
	font-size: 18px;
}

.login-errors {
	padding-top: 30px !important;
}
.login-errors.login-errors-forgot-password {
	padding-top: 0 !important;
}



/*==========================================
============ Media Queries ==================*/
/* A === LAPTOP FROM 1439 and above ====*/
@media only screen and (min-width: 1439px) {

}

/* B === LAPTOP FROM 1024 TO 1199. I DID THIS SO THE STYLING DOES NOT AFFECT THE LARGE LAPTOP STYLING (1440PX) ====*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.buttons-wrapper {
		left: 65px;
		top: 452px;
	}
	.buttons-wrapper {
		top: 385px;
	}
	.slides-pagination {
		top: 500px !important;
	}

	/*Login form*/
	div.login-form {
		width: 90%;
		height: 110%;
		margin-top: 10px;
	}
	.as-admin, .as-client {
		margin-left: 65px !important;
	}

	/* Admin Nav */
	.navbar-nav-admin  li {
		padding: 0px 0px !important;
	}

	/* admin add admin */
	.form-group.float-button.float-button-first {
		margin-left: -58px;
	}

	/* user delete */
	.user-delete-message {
		margin-left: 240px !important;
	}

	/*bookings */
	.display-bookings p.no-booking {
		margin-top: 0px;
	}

	/* users */
	#user-display p.no-data {
		margin-left: 34%;
	}

	/* admins */
	#user-display p.no-admin {
		margin-left: 34%;
	}

	/* document */
	#user-display p.no-document {
		margin-left: 34%;
	}

	/* enquiry */
	#user-display p.no-enquiry {
		margin-left: 37%;
	}

	/* timesheet */
	#user-display p.no-timesheet {
		margin-left: 37%;
	}

}

@media only screen and (max-width: 1024px) {

}

/* C === SIZE 769 TO 1022PX ====*/
@media only screen and (min-width:769px) and (max-width: 1023px)  {
	/* Do styling if required */
}


/* D ====== TABLETS - anything greater than 480px and less than 640px =======*/
@media only screen and (min-width:481px) and (max-width: 769px) {
	.banner h1 {
		font-size: 35px;
	}
	.buttons-wrapper {
		left: 40px;
		top: 312px;
	}
	.slides-pagination {
		top: 420px !important;
	}
	#about-us img {
		margin-top: 50px;
	}
	.col-md-8.service-new{
		padding-right: 40px;
	}
	.col-sm-6.steps-box {
		float: left;
	}
	.works-step .first-child a{
		margin-left: 70px;
	}
	.modal-content {
		width: 100%;
		margin-left: 0px;
	}
	#recruitment .col-sm-5.form_download a {
		font-size: 15px;
		margin-right: 450px;
	}
	#recruitment .col-sm-5.form_download {
		margin-top: -150px;
	}
	.col-sm-5.animated,
	.col-sm-2.animated,
	.col-sm-3.animated {
		float: left;
	}
	.cta-two-section h3 {
		font-size: 20px;
	}
	#recruitment-bottom img {
		width: 80px;
		margin-left: 60px;
	}
	#recruitment-bottom .btn {
		font-size: 14px;
		font-weight: 100;
		margin-left: 60px;
	}
	.col-sm-5.contact {
		float: left;
		margin-left: 150px;
		margin-top: 25px;
	}
	.col-sm-6.contact {
		float: left;
		margin-left: 40px;
		margin-top: 25px;
	}

	/*Login form*/
	div.login-form {
		width: 90%;
		height: 110%;
		margin-top: 10px;
		padding: 50px;
		padding-top: 10px;
	}
	.as-admin, .as-client {
		margin-left: 35px !important;
	}

	/*user profile */
	.h2-wrapper h2 {
		font-size: 28px;
		padding: 20px 59px;
	}
	.h2-wrapper span {
		margin-top: -63px;
		margin-right: 70px;
		font-size: 15px;
	}
	.document-upload {
		padding: 40px;
	}
	.col-sm-8.col-sm-offset-2.table-responsive {
		padding: 40px;
	}
	.profile-buttons{
		padding: 20px;
	}
	.document-upload-p {
		padding: 30px 40px;
	}

	/*registration complete */
	.row.col-sm-7.col-sm-offset-3.reg-para {
		padding: 80px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* user edit profile */
	#userProfileEdit button {
		margin-bottom: 0px;
	}
	button.btn.btn-default.btn-lg.cancel-edit.userprofile-cancel-edit {
		margin-top: -103px !important;
		margin-left: 530px;

	}

	/* table admin in all pages */
	.table-responsive-admin {
		width: 94.5% !important;
		margin-left: 20px;
	}

	/* Admin header section */
	.admin-header h1 {
		margin-left: 135px;
	}

	/* user delete */
	.user-delete-message {
		margin-left: 110px !important;
	}

	/*booking edit*/
	#bookingEdit .btn.register {
		margin-left: -30px;
		margin-top: 50%;
	}
	#bookingEdit .btn.cancel-edit {
		margin-top: 37%;
	}
	.buttons-move {
		margin-left: 220px;
	}

	/*bookings */
	.display-bookings p{
		margin-left: 35px;
	}
	.display-bookings p.no-booking {
		margin-left: 30%;
		margin-top: 0px;
	}

	/* users */
	#user-display p.no-data {
		margin-left: 30%;
	}

	/* admins */
	#user-display p.no-admin {
		margin-left: 30%;
	}

	/* document */
	#user-display p.no-document {
		margin-left: 30%;
	}

	/* enquiry */
	#user-display p.no-enquiry {
		margin-left: 32%;
	}

	/* timesheet */
	#user-display p.no-timesheet {
		margin-left: 32%;
	}


}

@media screen and (min-width:426px) and (max-width:480px){
	.banner h1 {
		font-size: 25px;
		margin-top: -100px;
	}
	.buttons-wrapper {
		left: 40px;
		top: 292px;
	}
	.buttons-wrapper .btn {
		min-width: 140px;
	}
	#about-us img {
		margin-top: 50px;
	}
	.slides-pagination {
		top: 450px !important;
	}
	.col-md-8.service-new{
		padding-right: 40px;
	}
	#recruitment h2 {
		font-size: 24px;
	}
	.col-sm-6.steps-box {
		float: left;
	}
	.img-rounded {
		border-radius: 6px;
		width: 180px;
		height: 180px;
	}
	.works-step div {
		height: 35px;
		width: 35px;
		font-size: 110%;
	}
	.steps-box:nth-child(1) {
		padding-left: 3%;
		width: 30%;
	}
	.steps-box:nth-child(2) {
		padding-left: 15%;
		margin-top: 70px;
		width: 70%;
	}
	.works-step {
		margin-top: 20px;
	}
	.works-step p {
		margin-bottom: 10px;
	}
	#recruitment span a {
		font-size: 12px;
	}
	#recruitment p {
		text-align: left;
		font-size: 15px;
	}
	.works-step .first-child a{
		margin-left: 60px;
	}
	#recruitment .col-sm-5.form_download a {
		font-size: 12px;
		padding: 10px;
		margin-right: 269px;
	}
	#recruitment .col-sm-5.form_download {
		margin-top: -150px;
	}
	.modal-content {
		width: 100%;
		margin-left: 0px;
	}
	.col-sm-5.animated,
	.col-sm-2.animated,
	.col-sm-3.animated {
		float: left;
	}
	.cta-two-section h3 {
		font-size: 25px;
	}
	#recruitment-bottom img {
		width: 80px;
		margin-left: 120px;
	}
	#recruitment-bottom .btn {
		font-size: 14px;
		font-weight: 100;
		margin-left: 60px;
	}
	.col-sm-5.contact {
		float: left;
		margin-left: 120px;
		margin-top: 25px;
	}
	.col-sm-6.contact {
		float: left;
		margin-left: 120px;
		margin-top: 25px;
	}

	/* Registration */
	.row.form-header {
		margin-left: 5px;
		margin-right: 5px;
	}
	p.registration-p {
		font-size: 16px;
	}

	/*Login form*/
	div.login-form {
		width: 90%;
		height: 110%;
		margin-top: 10px;
		padding: 50px;
		padding-top: 10px;
	}
	.as-admin, .as-client {
		margin-left: -44px !important;
		text-align: center;
	}

	/*registration complete */
	.row.col-sm-7.col-sm-offset-3.reg-para {
		padding: 80px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/*user profile */
	.h2-wrapper h2 {
		font-size: 22px;
		padding: 20px 59px;
	}
	.h2-wrapper span {
		margin-top: -63px;
		margin-right: 50px;
		font-size: 13px;
	}
	.document-upload {
		padding: 40px;
	}
	.col-sm-8.col-sm-offset-2.table-responsive {
		padding: 40px;
	}
	.profile-buttons{
		padding: 20px;
	}
	.document-upload-p {
		padding: 30px 40px;
	}

	/* user edit profile */
	#userProfileEdit button {
		margin-bottom: 0px;
	}
	button.btn.btn-default.btn-lg.cancel-edit.userprofile-cancel-edit {
		margin-top: -103px !important;
		margin-left: 240px;

	}

	/* table admin in all pages */
	.table-responsive-admin {
		width: 91.8% !important;
		margin-left: 20px;
	}

	/* Admin header section */
	.admin-header h1 {
		margin-left: 115px;
		font-size: 20px;
	}
	.admin-header p {
		margin-left: 100px;
		font-size: 15px;
	}
	.admin-logo img.logo-img {
		width: 100px !important;
		height: 45px !important;
	}

	/* add admin */
	.form-group.float-button.float-button-first {
		margin-left: -150px;
	}

	/* user delete */
	.user-delete-message {
		margin-left: 65px !important;
	}

	/*booking edit*/
	.form-group.float-button.float-button-first.first {
    	margin-left: -250px !important;
		margin-top: 25px;
	}
	.form-group.float-button.float-button-second.second {
		margin-left: -110px;
		margin-top: 25px;
	}
	/*
	#bookingEdit .btn.register {
		margin-left: -30px;
		margin-top: 50%;
	}
	#bookingEdit .btn.cancel-edit {
		margin-top: 37%;
	}
	.buttons-move {
		margin-left: 220px;
	}
	*/

	/*bookings */
	.display-bookings p{
		margin-left: 35px;
	}
	.display-bookings h1.registration-h1 {
		font-size: 30px;
	}
	.display-bookings p.no-booking {
		margin-left: 25%;
		margin-top: 0px;
	}

	/* users */
	#user-display p.no-data {
		margin-left: 19%;
	}

	/* admins */
	#user-display p.no-admin {
		margin-left: 19%;
	}

	/* document */
	#user-display p.no-document {
		margin-left: 19%;
	}
	#user-display h1.document-h1 {
		font-size: 30px;
	}

	/* enquiry */
	#user-display p.no-enquiry {
		margin-left: 25%;
	}
	#user-display h1.enquiry-h1 {
		font-size: 30px;
	}

	/* timesheet */
	#user-display p.no-timesheet {
		margin-left: 25%;
	}
	#user-display h1.timesheet-h1 {
		font-size: 30px;
	}
}

/* E === MOBILE - for screens less than than 479px. I had to do styling for some that didnt quite fit in ====*/
@media only screen and (max-width: 479px)  {

}

/* F === MOBILE - MEDIUM ====*/
@media only screen and (min-width:376px) and (max-width: 425px) {
	.banner h1 {
		font-size: 25px;
		margin-top: -100px;
	}
	.buttons-wrapper {
		left: 40px;
		top: 292px;
	}
	.buttons-wrapper .btn {
		min-width: 140px;
	}
	#about-us img {
		margin-top: 50px;
	}
	.slides-pagination {
		top: 400px !important;
	}
	.col-md-8.service-new{
		padding-right: 40px;
	}
	#recruitment h2 {
		font-size: 24px;
	}
	.col-sm-6.steps-box {
		float: left;
	}
	.img-rounded {
		border-radius: 6px;
		width: 160px;
		height: 160px;
	}
	.works-step div {
		height: 25px;
		width: 25px;
		font-size: 100%;
		padding: 1px;
	}
	.steps-box:nth-child(1) {
		padding-left: 3%;
		width: 30%;
	}
	.steps-box:nth-child(2) {
		padding-left: 15%;
		margin-top: 70px;
		width: 70%;
	}
	.works-step {
		margin-top: 20px;
	}
	.works-step p {
		padding: 0px;
		margin-bottom: 0px;
	}
	#recruitment span a {
		font-size: 12px;
	}
	#recruitment p {
		text-align: left;
		font-size: 15px;
	}
	.works-step .first-child a,
	.works-step .third-child a{
		margin-left: 55px;
	}
	#recruitment .col-sm-5.form_download a {
		font-size: 10px;
		padding: 10px;
		margin-right: 250px;
	}
	#recruitment .col-sm-5.form_download {
		margin-top: -150px;
	}
	.modal-content {
		width: 100%;
		margin-left: 0px;
	}
	.col-sm-5.animated,
	.col-sm-2.animated,
	.col-sm-3.animated {
		float: left;
	}
	.cta-two-section h3 {
		font-size: 22px;
	}
	#recruitment-bottom img {
		width: 80px;
		margin-left: 80px;
	}
	#recruitment-bottom .btn {
		font-size: 14px;
		font-weight: 100;
		margin-left: 50px;
	}
	.col-sm-5.contact {
		float: left;
		margin-left: 100px;
		margin-top: 25px;
	}
	.col-sm-6.contact {
		float: left;
		margin-left: 100px;
		margin-top: 25px;
	}

	/* Registration */
	.row.form-header {
		margin-left: 5px;
		margin-right: 5px;
	}
	h1.registration-h1, h1.login-h1 {
		font-size: 34px;
	}
	p.registration-p {
		font-size: 15px;
	}

	/*Login form*/
	div.login-form {
		width: 90%;
		height: 110%;
		margin-top: 10px;
		padding: 50px;
		padding-top: 10px;
	}
	.as-admin, .as-client {
		margin-left: -74px !important;
		text-align: left;
	}

	/*Admin Login form*/
	#adminLoginForm p {
		margin-top: 0px;
	}
	.as-client p {
		width: 100%;
	}

	/*registration complete*/
	.row.col-sm-7.col-sm-offset-3.reg-para {
		padding: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/*user profile */
	.h2-wrapper h2 {
		font-size: 20px;
		padding: 20px 59px;
	}
	.h2-wrapper span {
		margin-top: -63px;
		margin-right: 50px;
		font-size: 11px;
	}
	.document-upload {
		padding: 40px;
	}
	.col-sm-8.col-sm-offset-2.table-responsive {
		padding: 40px;
	}
	.profile-buttons{
		padding: 20px;
	}
	.document-upload-p {
		padding: 30px 40px;
	}

	/* user edit profile */
	#userProfileEdit button {
		margin-bottom: 0px;
	}
	button.btn.btn-default.btn-lg.cancel-edit.userprofile-cancel-edit {
		margin-top: -103px !important;
		margin-left: 190px;

	}

	/* table admin in all pages */
	.table-responsive-admin {
		width: 90.8% !important;
		margin-left: 20px;
	}

	/* Admin header section */
	.admin-header h1 {
		margin-left: 115px;
		font-size: 20px;
	}
	.admin-header p {
		margin-left: 100px;
		font-size: 15px;
	}
	.admin-logo img.logo-img {
		width: 100px !important;
		height: 45px !important;
	}

	/* add admin */
	.form-group.float-button.float-button-first {
		margin-left: -185px;
	}

	/* user delete */
	.user-delete-message {
		margin-left: 60px !important;
	}

	/*booking edit*/
	.form-group.float-button.float-button-first.first {
		margin-left: -280px !important;
		margin-top: 25px;
	}
	.form-group.float-button.float-button-second.second {
		margin-left: -130px;
		margin-top: 25px;
	}

	/*bookings */
	.display-bookings p{
		margin-left: 35px;
	}
	.display-bookings h1.registration-h1 {
		font-size: 30px;
	}
	.display-bookings p.no-booking {
		margin-left: 20%;
		margin-top: 0px;
	}

	/* users */
	#user-display p.no-data {
		margin-left: 15%;
		margin-top: 50px;
	}

	/* admins */
	#user-display p.no-admin {
		margin-left: 15%;
		margin-top: 50px;
	}

	/* document */
	#user-display p.no-document {
		margin-left: 15%;
		margin-top: 50px;
	}
	#user-display h1.document-h1 {
		font-size: 30px;
	}

	/* enquiry */
	#user-display p.no-enquiry {
		margin-left: 20%;
		margin-top: 50px;
	}
	#user-display h1.enquiry-h1 {
		font-size: 30px;
	}

	/* timesheet */
	#user-display p.no-timesheet {
		margin-left: 15%;
		margin-top: 50px;
	}
	#user-display h1.timesheet-h1 {
		font-size: 27px;
	}
}


/*========*/
@media only screen and (min-width:321px) and (max-width: 375px) {
	.banner h1 {
		font-size: 21px;
		margin-top: -100px;
	}
	.buttons-wrapper {
		left: 40px;
		top: 292px;
	}
	.buttons-wrapper .btn {
		min-width: 140px;
	}
	#about-us img {
		margin-top: 50px;
	}
	.slides-pagination {
		top: 400px !important;
	}
	.col-md-8.service-new{
		padding-right: 40px;
	}
	#recruitment h2 {
		font-size: 24px;
	}
	.col-sm-6.steps-box {
		float: left;
	}
	.img-rounded {
		border-radius: 6px;
		width: 160px;
		height: 160px;
	}
	.works-step div {
		height: 25px;
		width: 25px;
		font-size: 100%;
		padding: 1px;
	}
	.steps-box:nth-child(1) {
		display: none;
	}
	.steps-box:nth-child(2) {
		padding-left: 15%;
		margin-top: 70px;
		width: 100%;
	}
	.works-step {
		margin-top: 20px;
	}
	.works-step p {
		padding: 0px;
		margin-bottom: 0px;
	}
	#recruitment span a {
		font-size: 12px;
	}
	#recruitment p {
		text-align: left;
		font-size: 16px;
	}
	.works-step .first-child a{
		margin-left: 55px;
	}
	#recruitment .col-sm-5.form_download a {
		font-size: 15px;
		padding: 15px;
		margin-right: 50px;
	}
	#recruitment .col-sm-5.form_download {
		margin-top: 10px;
	}
	.modal-content {
		width: 100%;
		margin-left: 0px;
	}
	.col-sm-5.animated,
	.col-sm-2.animated,
	.col-sm-3.animated {
		float: left;
	}
	.cta-two-section h3 {
		font-size: 17px;
	}
	#recruitment-bottom img {
		width: 50px;
		margin-left: 50px;
	}
	#recruitment-bottom .btn {
		font-size: 14px;
		font-weight: 100;
		margin-left: 50px;
	}
	.col-sm-5.contact {
		float: left;
		margin-left: 70px;
		margin-top: 25px;
	}
	.col-sm-6.contact {
		float: left;
		margin-left: 70px;
		margin-top: 25px;
	}

	/* Registration */
	.row.form-header {
		margin-left: 5px;
		margin-right: 5px;
	}
	h1.registration-h1, h1.login-h1 {
		font-size: 32px;
	}
	p.registration-p {
		font-size: 14px;
	}

	/*Login form*/
	div.login-form {
		width: 90%;
		height: 110%;
		margin-top: 10px;
		padding: 50px;
		padding-top: 10px;
	}
	.as-admin, .as-client {
		margin-left: -94px !important;
		text-align: center;
	}

	/*Admin Login form*/
	#adminLoginForm p {
		margin-top: 0px;
	}
	.as-client p {
		width: 100%;
		margin-left: 50px;
	}

	/*registration complete */
	.row.col-sm-7.col-sm-offset-3.reg-para {
		padding: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	div#Registration_thank-you h2 {
		font-size: 25px;
	}

	/*user profile */
	.h2-wrapper h2 {
		font-size: 20px;
		padding: 20px 59px;
	}
	.h2-wrapper span {
		margin-top: -23px;
		margin-right: 50px;
		font-size: 11px;
	}
	.document-upload {
		padding: 40px;
	}
	.col-sm-8.col-sm-offset-2.table-responsive {
		padding: 5px;
	}
	.profile-buttons{
		padding: 20px;
	}
	.document-upload-p {
		padding: 30px 29px;
	}
	.inputfile + label,
	.inputfile1 + label {
		margin-left: 90px;
	}
	button.btn.btn-default.register.user-profile {
		margin-left: 110px;
	}

	/* user edit profile */
	#userProfileEdit button {
		margin-bottom: 0px;
	}
	button.btn.btn-default.btn-lg.cancel-edit.userprofile-cancel-edit {
		margin-top: -103px !important;
		margin-left: 155px;
	}
	#userProfileEdit button {
		padding: 12px 26px;
	}

	/* table admin in all pages */
	.table-responsive-admin {
		width: 89.6% !important;
		margin-left: 20px;
	}

	/* Admin header section */
	.admin-header h1 {
		margin-left: 115px;
		font-size: 18px;
		margin-top: -50px !important;
	}
	.admin-header p {
		margin-left: 85px;
		font-size: 12px;
	}
	.admin-logo img.logo-img {
		width: 100px !important;
		height: 45px !important;
	}

	/* add admin */
	.form-group.float-button.float-button-first {
		margin-left: -199px;
	}

	/* user delete */
	.user-delete-message {
		margin-left: 50px !important;
	}
	.response-user-delete button {
		width: 60px;
	}

	/*booking edit*/
	.form-group.float-button.float-button-first.first {
		margin-left: -290px !important;
		margin-top: 25px;
	}
	.form-group.float-button.float-button-second.second {
		margin-left: -160px;
		margin-top: 25px;
	}

	/*bookings */
	.display-bookings p{
		margin-left: 35px;
	}
	.display-bookings h1.registration-h1 {
		font-size: 27px;
	}
	.display-bookings p.no-booking {
		margin-left: 18%;
		margin-top: 0px;
	}

	/* users */
	#user-display p.no-data {
		margin-left: 12%;
		margin-top: 50px;
	}

	/* admins */
	#user-display p.no-admin {
		margin-left: 12%;
		margin-top: 50px;
	}

	/* document */
	#user-display p.no-document {
		margin-left: 12%;
		margin-top: 50px;
	}
	#user-display h1.document-h1 {
		font-size: 27px;
	}

	/* enquiry */
	#user-display p.no-enquiry {
		margin-left: 15%;
		margin-top: 50px;
	}
	#user-display h1.enquiry-h1 {
		font-size: 27px;
	}

	/* timesheet */
	#user-display p.no-timesheet {
		margin-left: 15%;
		margin-top: 50px;
	}
	#user-display h1.timesheet-h1 {
		font-size: 27px;
	}

}

/* G === MOBILE - SAmsung galaxy ====*/
@media only screen and (min-width:359px) and (max-width:361px) {

}

/* H === MOBILE - SMALL ====*/
@media only screen and (max-width:320px) {
	.banner h1 {
		font-size: 18px;
		margin-top: -80px;
	}
	.buttons-wrapper {
		left: 40px;
		top: 222px;
	}
	.buttons-wrapper .btn {
		min-width: 100px;
		font-size: 12px;
		line-height: 20px;
	}
	#about-us img {
		margin-top: 50px;
	}
	.slides-pagination {
		top:350px !important;
	}
	.col-md-8.service-new{
		padding-right: 40px;
	}
	#recruitment h2 {
		font-size: 24px;
	}
	.col-sm-6.steps-box {
		float: left;
	}
	.img-rounded {
		border-radius: 6px;
		width: 160px;
		height: 160px;
	}
	.works-step div {
		height: 25px;
		width: 25px;
		font-size: 100%;
		padding: 1px;
	}
	.steps-box:nth-child(1) {
		display: none;
	}
	.steps-box:nth-child(2) {
		padding-left: 15%;
		margin-top: 70px;
		width: 100%;
	}
	.works-step {
		margin-top: 20px;
	}
	.works-step p {
		padding: 0px;
		margin-bottom: 0px;
	}
	#recruitment span a {
		font-size: 12px;
	}
	#recruitment p {
		text-align: left;
		font-size: 16px;
	}
	.works-step .first-child a{
		margin-left: 55px;
	}
	#recruitment .col-sm-5.form_download a {
		font-size: 15px;
		padding: 15px;
		margin-right: 0px;
	}
	#recruitment .col-sm-5.form_download {
		margin-top: 10px;
	}
	.modal-content {
		width: 100%;
		margin-left: 0px;
	}
	.col-sm-5.animated,
	.col-sm-2.animated,
	.col-sm-3.animated {
		float: left;
	}
	.cta-two-section h3 {
		font-size: 15px;
	}
	#recruitment-bottom img {
		width: 40px;
		height: 20px;
		margin-left: 50px;
		display: none
	}
	#recruitment-bottom .btn {
		font-size: 14px;
		font-weight: 100;
		margin-left: 70px;
		margin-top: 10px;
	}
	.col-sm-5.contact {
		float: left;
		margin-left: 20px;
		margin-top: 25px;
	}
	.col-sm-6.contact {
		float: left;
		margin-left: 20px;
		margin-top: 25px;
	}

	/* Registration */
	.row.form-header {
		margin-left: 5px;
		margin-right: 5px;
	}
	h1.registration-h1, h1.login-h1 {
		font-size: 28px;
	}
	p.registration-p {
		font-size: 12px;
	}

	/*Login form*/
	div.login-form {
		width: 90%;
		height: 110%;
		margin-top: 10px;
		padding: 50px;
		padding-top: 10px;
	}
	.as-admin, .as-client {
		margin-left: -114px !important;
		text-align: center;
		font-size: 15px;
	}
	#loginForm p, #adminLoginForm p {
		margin-top: 0px;
	}
	#loginForm .login-email-input, #adminLoginForm .login-email-input, #userForgotForm .login-email-input {
		margin-top: -20px;
	}

	/*Admin Login form*/
	#adminLoginForm p {
		margin-top: 0px;
	}
	.as-client p {
		width: 100%;
		margin-left: 50px;
	}

	/*userforgot password */
	#userForgotForm h3 {
		font-size: 18px;
	}
	#userForgotForm input[type="email"] {
		font-size: 12px;
	}
	.admin_forgot_pass{
		float: none !important;
	}

	/*registration complete */
	.row.col-sm-7.col-sm-offset-3.reg-para {
		padding: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	div#Registration_thank-you h2 {
		font-size: 22px;
	}

	/*user profile */
	.h2-wrapper h2 {
		font-size: 20px;
		padding: 20px 59px;
	}
	.h2-wrapper span {
		margin-top: -23px;
		margin-right: 50px;
		font-size: 11px;
	}
	.document-upload {
		padding: 40px;
	}
	.col-sm-8.col-sm-offset-2.table-responsive {
		padding: 5px;
	}
	.profile-buttons{
		padding: 20px;
	}
	.document-upload-p {
		padding: 30px 29px;
	}
	.inputfile + label,
	.inputfile1 + label {
		margin-left: 60px;
	}
	button.btn.btn-default.register.user-profile {
		margin-left: 80px;
	}

	/* user edit profile */
	#userProfileEdit button {
		margin-bottom: 0px;
	}
	button.btn.btn-default.btn-lg.cancel-edit.userprofile-cancel-edit {
		margin-top: -103px !important;
		margin-left: 125px;
	}
	#userProfileEdit button {
		padding: 12px 15px;
	}

	/* table admin in all pages */
	.table-responsive-admin {
		width: 87.9% !important;
		margin-left: 20px;
	}

	/* Admin header section */
	.admin-header h1 {
		margin-left: 115px;
		font-size: 15px;
		margin-top: -50px !important;
	}
	.admin-header p {
		margin-left: 90px;
		font-size: 10px;
	}
	.admin-logo img.logo-img {
		width: 90px !important;
		height: 45px !important;
	}

	/* add admin */
	.form-group.float-button.float-button-first {
		margin-left: -235px;
	}
	#user-display h2 {
		font-size: 22px;
	}

	/* user delete */
	.user-delete-message {
		margin-left: 50px !important;
	}
	.response-user-delete button {
		width: 45px;
	}
	.response-user-delete button {
		margin: 0px 9px 0px 9px;
	}

	/*booking edit*/
	.form-group.float-button.float-button-first.first {
		margin-left: -320px !important;
		margin-top: 25px;
	}
	.form-group.float-button.float-button-second.second {
		margin-left: -190px;
		margin-top: 25px;
	}

	/*bookings */
	.display-bookings p{
		margin-left: 35px;
	}
	.display-bookings h1.registration-h1 {
		font-size: 22px;
	}
	.display-bookings p.no-booking {
		margin-left: 16%;
		margin-top: 0px;
		font-size: 16px;
	}

	/* users */
	#user-display p.no-data {
		margin-left: 10%;
		font-size: 15px;
		margin-top: 50px;
	}

	/* admins */
	#user-display p.no-admin {
		margin-left: 10%;
		font-size: 15px;
		margin-top: 50px;
	}

	/* document */
	#user-display p.no-document {
		margin-left: 14%;
		font-size: 15px;
		margin-top: 50px;
	}
	#user-display h1.document-h1 {
		font-size: 22px;
	}

	/* enquiry */
	#user-display p.no-enquiry {
		margin-left: 16%;
		font-size: 15px;
		margin-top: 50px;
	}
	#user-display h1.enquiry-h1 {
		font-size: 22px;
	}

	/* timesheet */
	#user-display p.no-timesheet {
		margin-left: 16%;
		font-size: 15px;
		margin-top: 50px;
	}
	#user-display h1.timesheet-h1 {
		font-size: 22px;
	}

}

/* for sorting out horizontal scrolling - any screen size from 667px downwards*/
@media screen and (max-width: 768px) {
	body {
		overflow-x: hidden !important;
	}
	.container {
		max-width: 100% !important;
		/*overflow-x: hidden !important;*/
	}
	form#RegistrationForm {
		margin-left: 30px;
		margin-right: 30px;
	}

	/* user edit profile form */
	#userProfileEdit form {
		margin-top: 25px;
		margin-left: 40px;
		margin-right: 40px;
	}

	/* Admin nav bar */
	.navbar-below-768 {
		display: block;
	}
	.navbar-others {
		display: none;
	}
	.navbar-custom.navbar-below-768 .fa-bars {
		color: black;
	}
	.navbar-custom.navbar-below-768 ul.nav.navbar-nav-admin {
		margin-left: 0;
		background-color: #e2e2e2;
	}
	.navbar-custom.navbar-below-768 ul.nav.navbar-nav {
		height: 420px;
	}
	.admin-navbar-collapse {
		padding-left: 0px !important;
		padding-top: 0px !important;
	}
	.admin-navbar-collapse ul {
		padding-top: 20px !important;
	}
	.col-md-12.text-center {
		z-index: -99999;
	}

	/* Admin logo */
	.admin-logo img.logo-img {
		width: 140px;
		height: 55px;
		margin-left: 0px;
	}

	/* admin footer */
	.col-md-12.text-center-admin {
		z-index: 99999 !important;
	}

	/* booking edit */
	form#editBookingForm {
		width: 85%;
		margin-left: 7%;
		margin-right: 8%;
	}

	/*booking form*/
	.contact-form.booking-form-new {
		margin-left: 20px;
		margin-right: 20px;
	}



}

@media only screen and (max-width: 1439px) {
	/*forgot password*/
	div.login-form.forgot-form {
		height: 80%;
		margin-top: 80px;
	}

}
