.locoContent {
    color: rgb(51, 51, 51);
    font-weight: 400;
    font-family: 'Work Sans', sans-serif !important;
}
.locoContent .blockedScroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}
.locoContent #unexpectedJsErrorContainer {
    display: none;
    font-size: 15px;
    padding: 10px;
}
.locoContent #wrongIEVersion {
    display: none;
}
.locoContent #wrapper {
    display: none;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
}
.locoContent input[type="text"],
.locoContent input[type="button"],
.locoContent select,
.locoContent textarea {
    border: 1px solid #A5A5A5;
    box-sizing: border-box;
    font-size: 14px;
    height: 22px;
    padding: 0px 3px !important;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif !important;
    text-transform: none !important;
}
.locoContent input[type="text"],
.locoContent input[type="button"],
.locoContent textarea {
    -webkit-appearance: none;
}
.locoContent textarea {
    padding: 2px 3px;
}
.locoContent input[type="button"] {
    background-color: #f9f9f9;
    cursor: pointer;
    min-width: 100px;
    color: rgb(51, 51, 51)
}
.locoContent input[type="button"]:hover {
    background-color: #ffffff !important;
}
.locoContent input[type="button"][disabled]:hover {
    background-color: #f9f9f9 !important;
    cursor: default !important;
}
.locoContent select {
    min-width: 45px;
}
.locoContent .floatLeft {
    float: left;
}
.locoContent .floatRight {
    float: right;
}
.locoContent .clearBoth {
    clear: both;
}
.locoContent .textCenter {
    text-align: center;
}
.locoContent .displayBlock {
    display: block !important;
}
.locoContent .displayNone {
    display: none;
}
.locoContent .unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.locoContent .ellipsisContainer {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.locoContent noscript {
    font-size: 15px;
}

/* Errors*/
.locoContent #controllerError {
    padding-top: 20px;
    padding-bottom: 30px;
}
.locoContent #controllerError #errorTitle {
    color: red;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}
.locoContent #controllerError #errorText {
    color: red;
    font-weight: bold;
    font-size: 14px;
}
.locoContent #header {
    padding-top: 7px;
  }
.locoContent #header .logo img {
    width: 250px;
    margin: 0px 0px 9px 0px;
}
.locoContent .navbar-right {
    margin-top: 20px; 
}
.locoContent div.menu {
    float: right;
    width: calc(100% - 250px);
    position: absolute;
    right: 15px;
    z-index: 10;
    top: 0px;
  }
/* Body */
.locoContent #bodyContent {
    box-sizing: border-box;
    font-size: 14px;
    margin: 0px auto;
    padding: 20px 10px;
    position: relative;
    min-height: 265px;
    /*min-width: 300px;*/
    max-width: 900px;
    min-width: 510px;
}
.locoContent #bodyContent * {
    font-size: 14px;
}
.locoContent .curtain {
    background-color: rgba(247, 246, 244, 0.5);
    display: none;
    height: 100%;
    position: fixed;
    min-width: 510px;
    top: 0;
    left: 0;
    width: 100%;
    z-index:11;
}
.locoContent .curtain .windowContainer {
    background-color: #F9F9F9;
    border: 1px solid #a5a5a5;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px #888888;
    margin: 10px auto;
    padding: 15px;
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: -225px;
    width: 450px;
}
.locoContent .curtain .title,
.locoContent .curtain .windowContainer .title {
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.locoContent .curtain .windowContainer p {
    font-size: 14px;
    line-height: 1.3em;
    z-index: 100;
}
.locoContent .curtain .windowContainer .content {
    font-size: 14px;
    line-height: 17px;
    overflow: auto;
    margin-bottom: 15px;
    max-height: 200px;
}
.locoContent .curtain .windowContainer .content ul {
    list-style: disc;
    margin-left: 16px;
}
.locoContent .curtain .horizontalLine {
    background-color: #a5a5a5;
    height: 1px;
    margin: 5px 0px 15px 0px;
    width: 100%;
}

.locoContent .locoContent #push {
    height: 40px;
}

/* Footer */
.locoContent #footerLine {
    display: none;
    min-width: 510px;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #d1d1d1;
}
.locoContent #footer #footerContent {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    /*min-width: 300px;*/
    max-width: 900px;
    min-width: 510px;
}
.locoContent #footer #footerContent > div {
    clear: both;
    float: right;
}
.locoContent #footer #footerContent > div a {
    color: #000;
    text-decoration: none;
}
.locoContent #footer #footerContent > div .separator {
    background-color: #A5A5A5;
    float: left;
    height: 29px;
    margin: 0px 10px;
    width: 1px;
}
#footer #footerContent > div p {
    font-family: 'Work Sans', sans-serif;
    font-size: 10pt;
    float: left;
    margin-top: 8px;
}
#footer #footerContent > div p:last-child {
    margin-right: 5px;
}
.locoContent #serialNumber, 
.locoContent #searchButton {
    height:30px;
}
.locoContent #serialNumber:focus {
    outline: none;
}
/*Tooltip*/
.locoContent #tooltip {
    background-color: #fff;
	border: 1px solid #d1d1d1;
    border-radius: 2px;
	color: #000;
	display: none;
	font-size: 14px;
	padding: 3px 5px;
	position: fixed;
    z-index: 999;
}

@media all and (max-height: 440px) {
    .locoContent .curtain .windowContainer {
        top: 5px;
    }
}
@media all and (max-height: 340px) {
    .locoContent .curtain .windowContainer {
        max-height: 100%;
        overflow: auto;
        margin-top: 0;
        margin-bottom: 0;
        top: 0;
    }
    .locoContent .curtain .windowContainer .content {
        max-height: none;
    }
}

@media all and (max-width: 750px) {
    .locoContent #bodyContent .top .form label {
        display: block;
        margin-bottom: 10px;
    }
    .locoContent #bodyContent .top .form #serialNumber {
        margin-left: 0px;
    }
}
@media all and (max-width: 460px) {
    .locoContent .curtain .windowContainer {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
}

/* design Immitis */
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
    font-family: 'Work Sans', sans-serif;
    background:#ffffff;
    margin: 0;
}
p,ul li,ol li{
    margin:0;
    font-size:16px;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
/*
.content_page p, .content_page h2 {
    margin:20px 0px;
}
*/
.locoContent .content_page p {
    text-align: justify;
}
.locoContent .content_page h2 {
    font-size:1.3em;
}
.locoContent .content_page {
    min-height: calc(10vh);
    font-family: "Work Sans", sans-serif !important;
}
.locoContent .content_page .form {
    margin:40px 0px 100px 0px;
    text-align:center;
}
.locoContent .content_page .container.title-containter {
    margin-top: 20px;
}
.locoContent .content_page .container.title-containter,
.content_page .container.title-containter p {
    padding: 20px 0px;
    text-align: center;
}
.locoContent .content_page .container.title-containter h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;    
}
.locoContent .content_page .container.title-containter p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(122, 122, 122);
}
.locoContent body a:hover{
    text-decoration:none;
}

/*-- header --*/ 
.locoContent .navbar {
    margin-bottom: 0px;
}
.locoContent .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
.locoContent nav.navbar.navbar-default.navbar-fixed-top {
    background:rgba(0, 0, 0, 0.35);
    background: transparent;
    border: none;
    padding: 2em 0;
    -webkit-transition:.5s all;
    -moz-transition:.5s all; 
    transition:.5s all;
}
.locoContent .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #000;
    line-height: 1.42857143;
    white-space: nowrap;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #01bcfa;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
    padding: .5em 0;
    background: rgba(25, 25, 25, 0.8);
} 
.navbar-nav > li > a {
    padding: 10px 15px
}
.navbar-inverse .navbar-brand {
    /* color: #fff;
    font-size: 40px;
    border: 4px solid #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    line-height: 25px;
    min-height: 50px;
    font-family: 'BenchNine', cursive;
    letter-spacing: 4px;
    font-weight: 600; */
}
.navbar-inverse .navbar-brand img {
    max-width:100px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.navber{
    margin-bottom: 0px;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
/*-- //header --*/ 

.banner .header-bg {
    height:100px;
    background:white;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    display:none;
}

/*-- banner --*/
.banner {
    background: url(../../img/App/pexels-picjumbocom-461077.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 380px;
    position: relative;
}
.banner .title {
    position: absolute;
    bottom: 0;
    padding: 20px 40px;
    font-size: 2em;
    background: rgb(255,255,255,0.7);
    border-radius: 30px 30px 0 0;
    width: 1170px;
    text-align: center;
}
.agileinfo-dot {
    min-height: 380px;
    padding: 1em 0;
}
.w3_agileits_banner_main_grid{
	padding:2em 0 0;
	position:relative;
}
.w3_agile_logo{
	float:left;
}
.w3_agile_logo h1 a{
	font-size:1em;
	color:#fff;
	text-decoration:none;
	display:block;
}
.w3_agile_logo h1 a span{
    padding: .2em .5em;
    background: #a4dd25;
    display: inline-block;
    color: #212121;
}
.w3_agile_logo h1 a i{
	display: block;
    font-size: .25em;
    text-align: right;
    line-height: 0;
    letter-spacing: 2.5px;
	text-transform:capitalize;
}
.footer-agile {
    text-align: center;
    background: #1b1b1b;
    padding: 70px 0 50px 0px
}
.footer-agile ul {
    margin: 0;
    padding: 0;
}
.social li,.footer-nav li {
    display: inline-block;    
}

.footer-logo h3 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 40px;
    font-family: 'Work Sans', sans-serif;    
    font-weight: 600;
    margin-bottom: 30px;
}
.footer-nav {
    margin-bottom: 5px;
}
.footer-nav li a {
    color: #b5b5b5;
    font-size: 16px;
    text-transform: uppercase;    
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    text-decoration: none;
    font-weight: 600;
    line-height: 20px;
    transition: .3s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.footer-nav li a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;   
    transition: .3s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.copyright-agile {
    text-align: center;
    padding: 25px 0px 25px 0px;
    background: #151515;
}
.copyright-agile p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
}
.copyright-agile a {
    color: #00bcd4;
    text-decoration: none;
}
.copyright-agile a:hover {
    color: #ffffff;
}
.social {
    margin: 1em 0 0;
}
/*-- //footer--*/
/* //copyright */

/* main logo animated */
.main_logo {
    width:110px;
    height:110px;
    position:relative;
}
.main_logo .static {
    display:none;
}
.main_logo .animated div {
    width:110px;
    height:110px;
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    display:none;
}

.nav {
    border-radius:15px;
}
.navbar-collapse {
    position:relative;
    z-index:2;
}
.navbar-header {
    position:relative;
    z-index:1;
}
/*-- //subscribe --*/



.shy-menu-panel ul li.active a,.link-effect-8 a:hover{
	color:#a4dd25;
}
.w3_banner_info {
    margin: 11em auto 0;
    width: 100%;
    text-align: center;
}
.w3_banner_info_grid h1{
    font-size: 4em;
    letter-spacing: 6px;
    color: #fff;
    line-height: 1.3em;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}
.w3_banner_info_grid ul li{
	display:inline-block;
	font-size:1em;
}
.w3_banner_info_grid ul li a{
	padding:10px 40px;
	text-decoration:none;
	color:#212121;
}
.w3l_contact, .w3ls_more:hover {
    border: 2px solid #fff;
    color: #ffffff !important;
    background: none;
}
.w3ls_more, .w3l_contact:hover {
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #000 !important;
}
.w3ls_more:focus{
	outline:none;
}
span.char3 {
    text-transform: initial;
}
.w3_banner_info_grid p {
    margin: 1em 0 4em;
    color: #fff;
    line-height: 2em;
    font-style: italic;
    letter-spacing: 2px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    border-radius: 4px;
  }
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #4EE5BB;
  }
/* Responsive design */
@media screen and (max-width: 1366px){
    .banner .title {
        width:100%;
        font-size: 1.8em;
        left:0;
        border-radius: 0;
    }
}
@media screen and (max-width: 1024px){
    .banner .title {        
        font-size: 1.7em;        
    }
}
@media screen and (max-width: 991px){
    .banner .title {        
        font-size: 1.5em;        
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 13px;
        padding: 18px 10px;
    }
    #header .logo img {
        width: 200px;
    }
    div.menu {
        width: calc(100% - 20px);
      }
      .navbar-inverse .navbar-nav > li > a {
        font-size: 13px;
      }
}
@media screen and (max-width: 900px) {
    .container {
      width: 100%;
    }
  }
@media screen and (max-width: 767px) {
    .navbar-nav {
      margin: 0;
      text-align: center;
      background: rgba(0, 0,0, 0.8);
    }
    .nav {
        border-radius: 15px;
      }
      .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
       
      }
      .navbar-inverse .navbar-nav > li > a,
      .navbar-inverse .navbar-nav > li > a:hover,
      .navbar-inverse .navbar-nav > li > a:active {
          color: #fff;
      }
      .w3_banner_info {
        margin: 6em auto 0;
      }
      .w3_banner_info_grid h1 {
        font-size: 2em;
      }
      .w3_banner_info_grid p {
        font-size: 13px;
      }
      .agileinfo-dot, .banner {
        min-height: 400px;
      }
      .navbar-collapse {
        margin-top: 44px;
      }
      .navbar-toggle {
        margin: 0;
      }
      .navbar-inverse .navbar-nav > li > a {
        padding: 12px 12px;
      }
      #header .logo img {
        width: 150px;
      }
}
@media screen and (max-width: 440px){
    .banner .title {        
        font-size: 1.6em;        
    }
    .banner {
        min-height: 400px;
    }
    .agileinfo-dot {
        min-height: 400px;
    }
}

@media all and (max-width: 320px) {
    .footer-logo h3 {
        font-size: 35px;
    }
}