/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

#response {
    display: none;
    color: #fff;
    padding: 10px;
    width: 200px;
    font-size: 12px;
    background-color: #725C05;
    margin: 0px 0px 10px 180px;
}

a,
img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font32 {
    font-size: 32px;
}

.font45 {
    font-size: 45px;
}

.font38 {
    font-size: 38px;
}

.font50 {
    font-size: 50px;
}

.font60 {
    font-size: 60px;
}

.whiteCol {
    color: #fff;
}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold-webfont.eot');
    src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-bold-webfont.woff') format('woff'), url('fonts/roboto-bold-webfont.ttf') format('truetype'), url('fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.robotobold {
    font-family: 'robotobold';
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-light-webfont.woff') format('woff'), url('fonts/roboto-light-webfont.ttf') format('truetype'), url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.robotolight {
    font-family: 'robotolight';
}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.eot');
    src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-medium-webfont.woff') format('woff'), url('fonts/roboto-medium-webfont.ttf') format('truetype'), url('fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.robotomedium {
    font-family: 'robotomedium';
}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-regular-webfont.woff') format('woff'), url('fonts/roboto-regular-webfont.ttf') format('truetype'), url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.robotoregular {
    font-family: 'robotoregular';
}

@font-face {
    font-family: 'robotothin';
    src: url('fonts/roboto-thin-webfont.eot');
    src: url('fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-thin-webfont.woff') format('woff'), url('fonts/roboto-thin-webfont.ttf') format('truetype'), url('fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

.robotthin {
    font-family: 'robotothin';
}

body {
    font-family: 'robotoregular' !important;
}

.wrapper {
    width: 85%;
    margin: 0 auto;
}

.olivegreeenbg {
    background-color: #9e8417;
}

.olivegreeenCol {
    color: #9e8417;
}

.shadows {
    -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.75);
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.margin10px {
    margin: 10px;
}

.padding10px {
    padding: 10px;
}

.padding5px {
    padding: 5px;
}

.noborder {
    border: none;
}

.greendarkbg {
    background-color: #5a8325;
}

.blackbg {
    background-color: #000;
}

.purplebg {
    background-color: #8243d6;
}

.pinkCol {
    color: #ee3d96;
}

.bluelightbg {
    background-color: #00a0c5;
}

.graydarkbg {
    background-color: #1d1d1c;
}

.bluebg {
    background-color: #1D5995;
}

.bluelightbg {
    background-color: #018FD7;
}

.greenCol {
    color: #00b26c;
}

.borderleftGreen {
    border-left: 1px solid #00b26c;
}

.blueCol {
    color: #0062c6;
}

.purpleCol {
    color: #c33ebe;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.greenbg {
    background-color: #00b26c;
}


/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: -90px;
    /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}

.navbar-wrapper .navbar {}


/* Remove border and change up box shadow for more contrast */

.navbar .navbar-inner {
    border: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    opacity: 0.95;
}


/* Downsize the brand/project name a bit */

.navbar .brand {
    padding: 14px 20px 16px;
    /* Increase vertical padding to match navbar links */
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}


/* Navbar links: increase padding for taller navbar */

.navbar .nav>li>a {
    padding: 15px 20px;
}


/* Offset the responsive button for proper vertical alignment */

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

.navbar .nav>li>a:hover {
    background: #E5E5E5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    color: #555555;
    text-decoration: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: #009bd6;
    color: #fff;
    background-image: none;
    filter: none;
}

li.dropdown ul {
    margin-top: -1px;
}

li.dropdown:hover ul {
    display: block;
}


/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */


/* Carousel base class */

.carousel {
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.75);
}

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel .item {
    height: 660px;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}

.carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 590px;
    padding: 0 20px;
    margin-top: 200px;
    margin-right: 60px;
    margin-left: 60px;
}

.carousel-caption h1,
.carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.carousel-caption .btn {
    margin-top: 10px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 100%;
}

.navbar-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.navbar .nav>li>a {
    color: #0062c6;
}

.navbar .nav>li.active>a {
    font-weight: bold;
    color: #0062c6;
}

.logo {
    position: fixed;
    top: 0;
    left: 4%;
    z-index: 9999;
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.form-search {
    padding-top: 10px;
    margin: 0;
}


/*  services  box  

*/

.textShadow {
    text-shadow: 2px 2px 5px #000 !important;
}

h1 {
    text-shadow: 1px 1px 5px #333;
}

.health-fitBox {
    background-image: url(../images/neshore-health-fitness.png);
    background-repeat: no-repeat;
    width: 314px;
    height: 371px;
    margin: 0 auto;
}

.healthcare-ServBox {
    background-image: url(../images/neshore-healthcare-services.png);
    background-repeat: no-repeat;
    width: 314px;
    height: 371px;
    margin: 0 auto;
}

.human-resBox {
    background-image: url(../images/neshore-human-resource.png);
    background-repeat: no-repeat;
    width: 314px;
    height: 371px;
    margin: 0 auto;
}

.serviceslabel {
    padding: 110px 0 0 10px;
}

.serviceslabel+p {
    padding: 5px 25px 0 30px;
    line-height: 18px;
}

.ourservicesBox .span12 img {
    padding: 10px;
}


/*@media (max-width: 950px) {
.human-resBox,
.healthcare-ServBox,
.health-fitBox{
	background-color:#fff;
	background-image:none;
	padding:10px;
	width:90%;
}
  }*/


/*  services  box  
		ends
*/

.positionRel {
    position: relative;
}


/* business page */

.knowmore_abs {
    position: absolute;
    left: 205px;
    bottom: 15px;
}

a.business-Dwnicon {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
    display: block;
}

.carousel-caption_busi {
    margin-top: 450px;
    max-width: 100%;
    padding-left: 44%;
    position: static;
}

.carousel-caption_busi a {
    margin-left: 50px;
}

.bluebg .ourclientele {
    background-image: url(../images/neshore-Clients.png);
    background-repeat: no-repeat;
    width: 560px;
    height: 395px;
}

.bluebg .ourservices {
    background-image: url(../images/neshore-all-services.png);
    background-repeat: no-repeat;
    width: 560px;
    height: 395px;
}

.ourclientele>p,
.ourservices>p,
.ourmission>p,
.ourprofile>p {
    padding: 230px 20px 0 20px;
}

.ourclientele>div,
.ourservices>div {
    padding: 42px 0 0 0;
}

.ourservices>div>a:hover,
.ourclientele>div>a:hover,
.ourmission>div>a:hover,
.ourprofile>div>a:hover {
    color: #fff;
    text-decoration: underline;
}


/* business page  ends*/


/* about us */

a.aboutus-Dwnicon {
    background-image: url(../images/about-down-arrow.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
    display: block;
}

.ourmission {
    background-image: url(../images/neshore-mission.png);
    background-repeat: no-repeat;
    width: 516px;
    height: 447px;
}

.ourprofile {
    background-image: url(../images/neshore-profile.png);
    background-repeat: no-repeat;
    width: 516px;
    height: 447px;
}

.ourmission>div,
.ourprofile>div {
    padding: 15px 0 0 0;
}

.knowmore_abt_abs {
    position: absolute;
    left: 190px;
    bottom: 15px;
}


/* about us ends*/


/* mission page  */

a.mission-Dwnicon {
    background-image: url(../images/mission-down-arrow.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
    display: block;
}


/* mission page ends */


/* profile page */

a.profile-Dwnicon {
    background-image: url(../images/profile-down-arrow.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
    display: block;
}

.list-fltleft li {
    float: left;
    margin: 10px 5% 10px 5%;
}


/* profile page ends */


/* vertical page */

a.vertical-Dwnicon {
    background-image: url(../images/vertical-down-arrow.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
    display: block;
}

.health-fitBox-green {
    background-image: url(../images/neshore-health-fitness-green.png);
    background-repeat: no-repeat;
    width: 314px;
    margin: 0 auto;
    height: 371px;
}

.healthcare-ServBox-lightgreen {
    background-image: url(../images/neshore-healthcare-services-dkgreen.png);
    background-repeat: no-repeat;
    width: 314px;
    height: 371px;
    margin: 0 auto;
}

.human-resBox-lightblue {
    background-image: url(../images/neshore-human-resource-lightblue.png);
    background-repeat: no-repeat;
    width: 314px;
    height: 371px;
    margin: 0 auto;
}


/* vertical page ends */


/* contact us */

a.contactus-Dwnicon {
    background-image: url(../images/contactus-down-arrow.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
    display: block;
    margin-left: 60px;
}

.checkboxinpt label {
    font-size: 22px;
    padding-top: 10px;
}

.contactus-sidebar {
    background-image: url(../images/neshore-contactus-rightbar.png);
    background-repeat: no-repeat;
    width: 413px;
    margin: 0 auto;
    height: 952px;
}

.contactusBox .control-group {
    margin-bottom: 40px;
}

.contactustext address {
    line-height: 26px;
}

.contactustext {
    padding-left: 20px;
}


/* contact us ends*/


/* RESPONSIVE CSS
    -------------------------------------------------- */

@media (max-width: 1320px) {
    .wrapper {
        width: 100% !important;
        margin: 0 auto;
    }
    img.logo {
        width: 160px;
    }
}

@media (max-width: 979px) {
    .wrapper {
        width: 100% !important;
        margin: 0 auto;
    }
    .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
    }
    .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
    }
    .carousel .item {
        height: 500px;
    }
    .carousel img {
        width: auto;
        height: 500px;
    }
    .carousel-caption_busi {
        margin-top: 320px !important;
    }
    img.logo {
        width: 145px;
    }
}

@media (max-width: 767px) {
    /*.navbar-inner {
	margin: -20px;
}*/
    .pull-right {
        float: none;
    }
    img.logo {
        width: 145px;
    }
    .visible-phone .dropdown-menu {
        width: 100%;
    }
    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li.active>a {
        background: #009bd6 !important;
        color: #fff;
        background-image: none;
        filter: none;
    }
    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }
    .carousel .container {}
    .carousel .item {
        height: 300px;
    }
    .carousel img {
        height: 300px;
    }
    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption p {
        color: #333 !important;
    }
    .carousel-caption .lead,
    .carousel-caption .btn {
        font-size: 18px;
    }
}

@media (max-width:467px) {
    img.logo {
        width: 125px;
    }
}


/*  footer
*/

footer ul li {
    line-height: 26px;
}

footer ul.footServ {
    list-style-type: circle;
}

footer ul.footlnks {
    list-style: none;
    margin: 0;
}

footer ul.footlnks a,
.footerlinks a {
    color: #fff;
    text-decoration: none;
}

footer ul.footlnks a:hover,
.footerlinks a:hover {
    color: #00b26c
}

footer ul.followuslinks,
ul.followuslinks {
    list-style: none;
    clear: both;
    height: 200px;
    margin: 0;
}

footer ul.followuslinks2 {
    list-style: none;
    clear: both;
    margin: 0;
}

footer ul.followuslinks li,
footer ul.followuslinks2 li,
ul.followuslinks li {
    float: left;
    padding: 10px;
}

footer ul.followuslinks li a:hover img,
footer ul.followuslinks2 li a:hover img,
ul.followuslinks li a:hover img {
    -webkit-animation: spin 0.7s linear;
    -moz-animation: spin 0.7s linear;
    -o-animation: spin 0.7s linear;
    -ms-animation: spin 0.7s linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}


/*  footer
*/

.carousel-inner img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.st-service {
    float: left;
    color: white;
    margin-top: 30px;
    width: 33.33%;
}

.st-service h2 {
    font-size: 16px;
    margin-top: 0;
    letter-spacing: 1px;
    font-family: 'robotolight';
    margin-bottom: 15px;
}

.st-service h2 i {
    margin-right: 10px;
}

.white-col {
    color: white;
}

.contact-info p i {
    font-size: 16px;
    margin-right: 10px;
}

.bg-blurred {
    background-color: #114e8a;
    margin: 10px;
    padding: 20px;
}

.sub-title {
    font-family: 'robotolight';
    text-align: center;
    font-size: 20px;
}