html {
    overflow-x: hidden !important;
}

::selection {
    color:#fff;
    background:#90bb5c;
}
::-moz-selection {
    color:#fff;
    background:#90bb5c;
}

h2,
 h3 {
    text-align: center;
}

h2 {
    font-size: 36px;
    font-weight: 400;
    color: #414a5d;
    line-height: 20px;
}

h3 {
    font-size: 18px;
    font-weight: 400;
    color: #8a93a4;
    margin-bottom: 20px;
}

p {
    line-height: 20px;
    margin-bottom: 20px;
}

blockquote {
    border-left: 1px solid #519bd7;
    color: #767676;
}

.hero {
    position: relative;
    width: 100%;
    background: #549dd8;
    margin-bottom: 210px;
}

.hero .container {
    padding: 125px 0px 270px;
}

.hero * {
    color: #fff;
    text-align: center;
}

.hero a {
    color: #94cfff;
}

.hero a:hover, .hero a.btn {
    color: #fff;
    text-decoration: none;
}

.hero h1 {
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 25px;
}

.hero p {
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 54px;
}

.hero .btn-primary {
  margin-top: 15px;
}

.hero.small .container {
    padding: 120px 0 30px 0;
}

.hero.blue {
    background-color: #519bd7;
}

.grey-full {
    padding: 50px 0;
    background: #f6f6f7;
}

.blue-full {
    padding: 50px 0;
    background: #519bd7;
    overflow: hidden;
}

.blue-full p {
    line-height: 30px;
}

.contains-carousel {
    padding: 50px 0 100px 0;
}

.dark-full {
    padding: 50px 0;
    background: #30394c;
}

.dark-full h2, .light-full h2 {
    color: #fff;
}

.dark-full h3, .light-full h3 {
    color: #bcbcbc;
}

.light-full {
    padding: 50px 0;
    background: #414a5d;
}

.no-image {
    background-image: none;
}

.form-wrap {
    position: relative;
}

.map {
    background-image: url(../img/map.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.map input, .map textarea {
    background: #30394c;
    border: none;
    color: #989a9f;
    font-size: 16px;
    padding: 15px 7px;
    text-indent: 10px;
    margin-bottom: 30px;
}

.map .icheckbox_square-blue, .contact-page .icheckbox_square-blue {
    float: left;
    margin-right: 15px;
}

.map p {
    color: #fff;
    font-size: 14px;
}

.map .newsletter, .contact-page .newsletter {
    padding-top: 15px;
}

.contact-page textarea, .contact-page input {
    background: #f6f6f7;
    border: none;
    color: #989a9f;
    font-size: 16px;
    padding: 15px 7px;
    text-indent: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
        -moz-box-shadow: none;
            box-shadow: none;
}

.contact-page textarea:focus, .contact-page input:focus {
    background: #989a9f;
    color: #fff;
    -webkit-box-shadow: none;
        -moz-box-shadow: none;
            box-shadow: none;
}

.form-search {
    display: none;rr
}

.form-search input {
    border: none;
    text-align: left;
    color: #989a9f;
    font-size: 16px;
    padding: 15px 7px;
    text-indent: 15px;
    width: 70%;
    -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
            border-radius: 50px;
}

.form-search .search-btn {
    height: 25px;
    width: 25px;
    text-indent: -9999px;
    border: none;
    margin-left: -45px;
    background: url(../img/search.png) no-repeat 0 0;
}

.form-search .search-btn:hover {
    background: url(../img/search.png) no-repeat 0 -25px;
}

.blue-full * {
    color: #fff;
}

.top-margin {
    margin-top: 50px;
}

.center {
    text-align: center;
}

.blue {
    color: #519bd7;
}

.column h4 {
    font-size: 18px;
    color: #414a5d;
    font-weight: 400;
}

.column h4 span {
    font-size: 14px;
    font-weight: 600;
}

span.circle {
    display: table;
    position: relative;
    height: 125px;
    width: 125px;
    margin: 0 auto;
    margin-bottom: 25px;
    overflow: hidden;
    background: #519bd7;
    -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
            border-radius: 50%;
}

span.circle a {
    display: inline-block;
    height: 100%;
}

span.icon:hover {
    background-color: #262d40;
    transform:rotate(360deg);
        -ms-transform:rotate(360deg); /* IE 9 */
            -webkit-transform:rotate(360deg);
}

span.icon {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
            transition: all .5s ease;
}

span.icon.service-responsive {
    background-image: url(../img/responsive.png);
}

span.icon.service-hosting {
    background-image: url(../img/cloud.png);
}

span.icon.service-email {
    background-image: url(../img/email.png);
}

span.icon.service-seo {
    background-image: url(../img/seo.png);
}

span.icon.service-webdesign {
    background-image: url(../img/webdesign.png);
}

span.icon.service-cms {
    background-image: url(../img/cms.png);
}

span.icon.service-apps {
    background-image: url(../img/apps.png);
}

span.icon.service-ecommerce {
    background-image: url(../img/ecommerce.png);
}

.white, span.white {
    background: #ffffff;
}

.cbp-qtrotator {
    position: relative;
    width: 100%;
}

.cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    border-top: 1px solid #f4f4f4;
    padding: 2em 0;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
}

.cbp-qtcontent i {
    font-size: 16px;
    margin-top: 15px;
}

.cbp-qtcontent p {
    position: relative;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}

/* Currently visible */
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

.cbp-qtprogress {
    position: absolute;
    background: #47a3da;
    height: 1px;
    width: 0%;
    top: 0;
    z-index: 1000;
}

.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
}

.cbp-qtrotator blockquote p {
    font-size: 2em;
    color: #888;
    font-weight: 300;
    margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
    font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
    content: '? ';
}

.cbp-qtrotator .cbp-qtcontent img {
    float: right;
    margin-left: 3em;
}


/*.navbar.affix *, .navbar.affix-top * {
    -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
            transition: all 1s ease;
}
*/

.navbar .navbar-inner {
    -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
            transition: all 1s ease;
}

.navbar.affix .navbar-inner {
    background: rgba(48, 57, 76, .8);
    padding: 5px 0 10px 0;
    -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
            transition: all 1s ease;
}

.navbar.affix-top .navbar-inner {
    -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
            transition: all 1s ease;
}

.navbar.affix .navbar-inner li a {
    font-size: 13px;
}

.navbar.affix .navbar-inner .brand {
    margin:15px 0;
}

.navbar.affix .nav {
    margin: 1px 0 0 0;
}

.affix .nav-collapse {
    width: 940px;
}

.timeline {
    margin-top: 50px;
}

.timeline ul {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.timeline ul li {
    display: inline-block;
    width: 8%;
    padding: 0 0 50px 0;
    position: relative;
}

.timeline .horz-line {
    height: 2px;
    background: #e3e3e7;
    position: relative;
}

.timeline .pip {
    height: 6px;
    width: 6px;
    display: block;
    border: 3px solid #fff;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -3px;
    z-index: 100;
    background: #8a93a4;
    -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
            border-radius: 50%;
}

.timeline .pip a {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
            border-radius: 50%;
}

.timeline .pip a:hover {
    background: #519bd7;
}

.timeline .pip.current {
    height: 12px;
    width: 12px;
    bottom: -10px;
    background: #519bd7;
    -webkit-box-shadow: 0 0 0 2px #e3e3e7;
        -moz-box-shadow: 0 0 0 2px #e3e3e7;
            box-shadow: 0 0 0 2px #e3e3e7;
}

.mobile-about {
    display: none;
}

.timeline .details {
    background: #519bd7;
    padding: 25px;
    position: absolute;
    color: #fff;
    text-align: left;
    width: 300%;
    left: -125%;
    top: 100px;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
            transition: all .5s ease;
}

.timeline ul li:hover .details {
    opacity: 1;
    margin-top: 10px;
}

.timeline .details h4 {
    font-weight: 400;
}

.timeline .details h4 span {
    color: #30394c;
    font-size: 13px;
    font-weight: 600;
}

.timeline .details:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.timeline .details:after {
    border-color: rgba(81, 155, 215, 0);
    border-bottom-color: #519bd7;
    border-width: 10px;
    left: 51%;
    margin-left: -10px;
}

.dark-full .container r{
    overflow: hidden;
}

.team, .projects {
    position: relative;
}

.team .span3 {
    position: relative;
}

.projects#Grid .span3 {
    min-height: 375px;

}

.projects .span3 a {
    display: block;
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
    background: #519bd7;
    overflow: hidden;
    position: relative;
}

.projects .span3 a .view-more {
    background: #fff url(../img/magnifying-glass.png) center center no-repeat;
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    margin: 0 0 -50px -25px;
    z-index: 500;
    -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
            transition: all .5s ease;
}

.projects .span3 a:hover .view-more {
    bottom: 50%;
    margin: 0 0 -25px -25px;
}

.projects .span3 a .view-more:hover {
    background-color: #262d40;
}

.projects .span3 img:hover, .projects .span3 a .view-more:hover + img {
    opacity: .1;
    -webkit-transform: scale(1.5) rotate(15deg);
        -moz-transform: scale(1.5) rotate(15deg);
            transform: scale(1.5) rotate(15deg);
}

.projects .span3 img {
    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
            transition: all .5s ease;
}

#Grid .mix {
    opacity: 0;
    display: none;
}

.mixitup {
    margin: 25px 0 0 0;
}

.mixitup li {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #519bd7;
    margin: 0 5px 10px 0;
}

.mixitup li:hover, .mixitup li.active {
     background-color: #f5f5f5;
     cursor: pointer;
}

.social .circle {
    background-color: #262d40;
    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
            transition: all .5s ease;
}

.item .span3 {
    position: relative;
}

.social .circle, .projects .circle img {
    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
            transition: all .5s ease;
}

.social .circle:hover {
    transform:rotate(360deg);
        -ms-transform:rotate(360deg); /* IE 9 */
            -webkit-transform:rotate(360deg);
}

.social .circle a {
    display: block;
    height: 125px;
    width: 125px;
}

.social .circle.twitter {
    background-image: url(../img/twitter.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.social .circle.twitter:hover {
    background: #00aced url(../img/twitter-hover.png) no-repeat center center;
}

.social .circle.facebook {
    background-image: url(../img/facebook.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.social .circle.facebook:hover {
    background: #3b5998 url(../img/facebook-hover.png) no-repeat center center;
}


.social .circle.googleplus {
    background-image: url(../img/googleplus.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.social .circle.googleplus:hover {
    background: #dd4b39 url(../img/googleplus-hover.png) no-repeat center center;
}

.social .circle.pinterest {
    background-image: url(../img/pinterest.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.social .circle.pinterest:hover {
    background: #b6262f url(../img/pinterest-hover.png) no-repeat center center;
}

.project-desc * {
    text-align: left;
}

.project-desc h2 {
    margin-bottom: 30px;
}

footer {
    text-align: center;
    color: #fff;
}

.plane {
    position: relative;
}

.plane img {
    position: absolute;
    right: -25px;
    bottom: 50px;
}

.carousel-indicators {
    bottom: -65px;
    z-index: 5;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #d4d6da;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #519bd7;
}

.home-projects .span3 {
    margin-bottom: 30px;
    background-color: #519bd7;
}

.home-projects .span3 img {
    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
            transition: all .5s ease;
}
.HomePage {
    overflow: hidden;
}
.home-projects .span3 img:hover {
    opacity: .1;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.grey {
    background: #f6f6f7;
    width: 100%;
}
.hiro{
    position: relative;
    width: 100%;
    background: #4d97d3 url(../img/landing-page.png) no-repeat;
    background-size: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    margin-top: 80px;
    height: 227px;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}
.hiro h1 {
    font-size: 60px;
    font-weight:300;
    line-height: 47px;
    padding: 50px 0 20px;
}
.hiro p {
    font-size: 22px;
    padding: 10px 0;
    line-height: 30px;
    font-weight:300;
}
.landing-form {
    margin-bottom: 50px;
}
.landing-form h2 {
    color: #414a5d;
    font-weight: 300;
    font-size: 36px;
    padding-bottom: 20px;
    text-align: left;
    line-height: 40px;
}
.landing-form h3 {
    color: #414a5d;
    font-weight: 300;
    font-size: 24px;
    padding-bottom: 20px;
    text-align: left;
}
.landing-form input.infusion-field-input-container {
    background: #f6f6f7;
    border: none;
    box-shadow: none;
    padding: 15px 10px;
    color: #989a9f;
    font-size: 16px;
    width: 340px;
    margin: 10px 0;
}
.landing-form #inf_field_Title {
    background: #f6f6f7;
    border: none;
    box-shadow: none;
    color: #989a9f;
    font-size: 16px;
    width: 360px;
    -webkit-appearance: none;
    padding: 0px 10px;
    height: 50px;
    margin: 10px 0;
}
.landing-form .infusion-submit {
    margin-top: 5px;
}
.homemap {
    position: absolute;
}
.navbar .social {
    width: 42px;
    height: 42px;
    position: relative;
    left: 0;
    float: right;
    margin: 25px 0px 0 10px;
}
.navbar.affix .social {
    margin: 1px 0 0 10px;
}
.social.google{
    background: url(../img/icons/googlesprite.png) no-repeat;
}
.social.google:hover{
    background-position: 0px -43px;
}
.social.facebook{
    background: url(../img/icons/facebooksprite.png) no-repeat;
}
.social.facebook:hover{
    background-position: 0px -43px;
}
.social.linkedin{
    background: url(../img/icons/linkedinsprite.png) no-repeat;
}
.social.linkedin:hover{
    background-position: 0px -43px;
}
.social.twitter{
    background: url(../img/icons/twittersprite.png) no-repeat;
}
.social.twitter:hover{
    background-position: 0px -43px;
}
.navbar .nav li a:hover{
    color: #ffffff;
    background-color: #519bd7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.navbar-inverse .nav .active > a:hover{
    background-color: #519bd7;
}
.map-icon {
    display: block;
    position: absolute;
}
.base-icon {
    /*right: 238px;
    bottom: 70px;*/
    right: 19%;
    bottom: 19%;
}
.base-tooltip {
    /*right: 170px;
    top: 105px;*/
    right: 13.4%;
    top: 23%;

    -webkit-animation: base-tooltip-load 1.5s 1; /* Safari 4+ */
    -moz-animation:    base-tooltip-load 1.5s 1; /* Fx 5+ */
    -o-animation:      base-tooltip-load 1.5s 1; /* Opera 12+ */
    animation:         base-tooltip-load 1.5s 1; /* IE 10+ */
}
.staff-icon-1 {
    bottom: 100px;
    left: 220px;
}
.staff-tooltip {
    left: 131px;
    bottom: 190px;
    z-index: 100;

    -webkit-animation: staff-tooltip-load 1.5s 1; /* Safari 4+ */
    -moz-animation:    staff-tooltip-load 1.5s 1; /* Fx 5+ */
    -o-animation:      staff-tooltip-load 1.5s 1; /* Opera 12+ */
    animation:         staff-tooltip-load 1.5s 1; /* IE 10+ */
}
.staff-icon-2 {
    right: 490px;
    bottom: 148px;
}
.staff-icon-3 {
    top: 28px;
    width: 40px;
    left: 345px;
}
.staff-icon-4 {
    top: 101px;
    width: 45px;
    right: 486px;
}
.staff-icon-5 {
    top: 101px;
    width: 45px;
    right: 486px;
}
.staff-icon-5 {
    top: 11px;
    width: 35px;
    right: 360px;
}
.fire-icon {
    bottom: 213px;
    left: 466px;
}
.fire-tooltip {
    top: 20px;
    left: 387px;

    -webkit-animation: fire-tooltip-load 2s 1; /* Safari 4+ */
    -moz-animation:    fire-tooltip-load 2s 1; /* Fx 5+ */
    -o-animation:      fire-tooltip-load 2s 1; /* Opera 12+ */
    animation:         fire-tooltip-load 2s 1; /* IE 10+ */
}
.clear {
    clear: both;
}
.greybg {
    width: 100%;
    background: #f6f6f7;
}
.half-text, .half-text h2, .half-text h3 {
    text-align: left;
}
.parallax-right {
    padding: 80px 0;
}
.half-image {
    position: relative;
}
.half-image .map-icon {
    bottom: -30px;
    right: -7px;
}
.container.parallax-left {
    padding: 160px 0 120px;
}
.absolute {
    position: absolute;
    top: -120px;
}
.tab-bg {
    width: 100%;
    background: #549dd8;
    color: #fff;
}
.tab-bg h2, .tab-bg h3 {
    color: #fff;
}
.tab-pane {
    padding: 60px 0;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.tab-icon-bg {
    padding: 44px 42px;
    background: #549dd8;
    border-radius: 90px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 91px;
    width: 55px;
    position: relative;
}
.active .tab-icon-bg, .nav-tabs li.active a:hover .tab-icon-bg {
    background: #f6f6f7;
}
.tab-icon.locate{
    background: url(../img/icons/locatesprite.png) no-repeat 0px -48px;
    width: 36px;
    height: 48px;
    margin: 0 auto;
}
.active .tab-icon.locate{
    background-position: 0px 0px;
}
.active .tab-icon.phone{
    background-position: 0px 0px;
}
.active .tab-icon.plane{
    background-position: 0px 0px;
}
.tab-icon.phone{
    background: url(../img/icons/phonesprite.png) no-repeat 0px -48px;
    width: 34px;
    height: 48px;
    margin: 0 auto;
}
.tab-icon.plane{
    background: url(../img/icons/planesprite.png) no-repeat 0px -45px;
    width: 55px;
    height: 44px;
    margin: 2px auto;
}
.nav-tabs li a:hover .tab-icon-bg{
    background: #f6f6f7;
}
.nav-tabs li a:hover{
    text-decoration: none;
}
.nav-tabs li a:hover .tab-icon.locate {
    background: url(../img/icons/locatesprite.png) no-repeat 0px 0px;
}
.nav-tabs li a:hover .tab-icon.phone {
    background: url(../img/icons/phonesprite.png) no-repeat 0px 0px;
}
.nav-tabs li a:hover .tab-icon.plane {
    background: url(../img/icons/planesprite.png) no-repeat 0px 0px;
}
.nav-tabs li a h4, .nav-tabs li a:hover h4{
    color: #414a5d;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
}
.nav-tabs > li{
    float: none;
    padding: 10px;
    display: inline-block;
    margin: 0 30px;
}
.nav-tabs > .active{
    background:  url(../img/icons/nav.png) no-repeat bottom center;
}
.nav-tabs {
    margin: 0 auto;
    width: 801px;
}
.half-image {
    text-align: center;
}
#Tab1 .half-text {
    margin-top: 50px;
}

#CheckIn {
    padding: 140px 0;
}
.parallax-right .half-text, .parallax-left .half-text, .dashboard-img{
    position: relative;
}
.dashboard-img3 {
    margin: 0px 0px 0px -120px;
}
.dashboard-img2 {
    margin-top: 80px;
}
.tabs-c {
    padding: 70px 0 0;
}
.sidebar {
    background: #414a5d;
    width: 300px;
    float: left;
    height: 100%;
    position: fixed;
    overflow-y:scroll;
}
.sidebar2 {
    background: #fff;
    max-width: 300px;
    float: left;
    height: 100%;
    position: fixed;
    left: 300px;
    top: 0;
    z-index:10;
}
.brand{
    width: 145px;
    height: 42px;
    background: url(../img/logo.png) no-repeat;
    text-indent: -9999px;
    text-transform: capitalize;
    display: block;
}
.logo-container,.logo-containersmall, .sidebar-footer {
    background: #30394c;
}
.logo-container,.logo-containersmall {
    padding: 39px 30px;
}
.sidebar-footer {
    padding: 20px 30px;
    position: fixed;
    bottom: 0;
    width: 240px;
}
.edit-users{
    clear: both;
    margin-top: 50px;
}
.main-sidebar {
    padding: 15px 30px 30px 30px;

}
.main-sidebar form{

    white-space: normal;
}
.sidebar-footer p{
    margin: 0px;
    color: #a6a6a6;
    font-size: 13px;
}
.Dashboard{
    color: #fff;
}
.dashboard-title {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 300;
}
.tour {
    width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.tour:hover{
    text-decoration: none;
}
#Positionmap {
    width: 100%;
    min-height: 100%;
    background: #30394c;
    float: left;
    box-sizing: border-box;
    margin-left: 300px;
    color: #30394c;
}
/********* Needed for full page mapp *****/
.Dashboard{
    height: 100%;
    overflow: hidden
}
/******************************************/
.sidebar .nav-tabs{
    width: 100%;
    margin-bottom: 110px;
}
.sidebar .nav-tabs > li {
    float: none;
    padding: 0px;
    display: block;
    margin: 0;
}
.sidebar .nav-tabs > .active{
    background: #519bd7;
}
.sidebar .nav-tabs > li > a {
    line-height: 20px;
    padding: 20px 20px 20px 80px;
    color: #fff;
    font-size: 13px;
    position: relative;
}
.sidebar .nav-tabs > .active > a, .sidebar .nav-tabs > .active > a:hover, .sidebar .nav-tabs > .active > a:focus {
    color: #fff;
    cursor: pointer;
}
.sidebar .nav-tabs > .active#peoplelink > a,
.sidebar .nav-tabs > .active#peoplelink > a:hover,
.sidebar .nav-tabs > .active#peoplelink > a:focus ,
.sidebar .nav-tabs > .active#emergencylink > a,
.sidebar .nav-tabs > .active#emergencylink > a:hover,
.sidebar .nav-tabs > .active#emergencylink > a:focus ,
.sidebar .nav-tabs > .active#locationlink > a,
.sidebar .nav-tabs > .active#locationlink > a:hover,
.sidebar .nav-tabs > .active#locationlink > a:focus {
    color: #fff;
    cursor: pointer;
}
#message-icon {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icons/messagesprite.png) 0 -32px no-repeat;
    top: 13px;
    left: 30px;
}
#location-icon {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icons/locationsprite.png) 0 -32px no-repeat;
    top: 13px;
    left: 30px;
}
.active #staff-icon, .active #location-icon, .active #emergency-icon{/*, .active #subscription-icon, .active #myaccount-icon, .active #staff-icon, .active #history-icon, .active #settings-icon, .active #logout {*/
    background-position: 0px 0px;
}
#emergency-icon {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icons/boltsprite.png) 0 -32px no-repeat;
    top: 13px;
    left: 30px;
}
#subscription-icon {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icons/subscriptionsprite.png) 0 -32px no-repeat;
    top: 13px;
    left: 30px;
}
#staff-icon {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icons/userssprite.png) 0 -32px no-repeat;
    top: 13px;
    left: 30px;
}
#myaccount-icon {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icons/usersprite.png) 0 -32px no-repeat;
    top: 13px;
    left: 30px;
}
#history-icon {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icons/historysprite.png) 0 -32px no-repeat;
    top: 13px;
    left: 30px;
}
#message-icon {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icons/messagesprite.png) 0 -32px no-repeat;
    top: 13px;
    left: 30px;
}
#settings-icon {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icons/settingsprite.png) 0 -32px no-repeat;
    top: 13px;
    left: 30px;
}
#logout {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icons/logout.png) 0 -32px no-repeat;
    top: 13px;
    left: 30px;
}
#emergency-edit h2 span,#emergency-add h2 span,#emergency h2 span{
    background: url(../img/icons/boltsprite.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 44px;
    left: 30px;
}
#staff h2 ,
#emergency h2 ,
#location h2  {
    color:#fff;
}
#staff .sidebar3 h2 ,
#emergency .sidebar3 h2 ,
#location .sidebar3 h2  {
    color:#333;
}
#myaccount h2 span{
    background: url(../img/icons/usersprite.png) 0 -32px no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 44px;
    left: 30px;
}

#staff-add h2 span,#staff-edit h2 span,#staff h2 span{
    background: url(../img/icons/userssprite.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 44px;
    left: 30px;
}
#location-add h2 span,#location-edit h2 span,#location h2 span{
    background: url(../img/icons/locationsprite.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 44px;
    left: 30px;
}
#message-add h2 span,#message-edit h2 span,#messages h2 span{
    background: url(../img/icons/messagesprite.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 44px;
    left: 30px;
}
#messages h2 span{
    background: url(../img/icons/messagesprite.png) 0 -32px no-repeat;

}

#history h2 span{
    background: url(../img/icons/historysprite.png) 0 -32px no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 44px;
    left: 30px;
}
#subscription h2 span{
    background: url(../img/icons/subscriptionsprite.png) 0 -32px no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 44px;
    left: 30px;
}
#settings h2 span{
    background: url(../img/icons/settingsprite.png) 0 -32px no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 44px;
    left: 30px;
}
#emergency-add h2 span,
#emergency-edit h2 span,
#message-add h2 span,
#message-edit h2 span,
#staff-add h2 span,
#staff-edit h2 span{
    background-position: 0 -32px;
}
.sidebar2 .tab-pane {
    padding: 0px 0;
    width: 0;
    overflow: hidden;
    transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    white-space: nowrap;
    display: block;
    height: 0;
}

.sidebar2 .tab-pane.active {
    width: 300px;

    transition: width 0.5s 0.5s ease;
    -moz-transition: width 0.5s 0.5s ease;
    -webkit-transition: width 0.5s 0.5s ease;
    height: 100%;
}
.sidebar2 .tab-pane h2 {
    margin: 0;
    padding: 50px 30px 50px 80px;
    font-size: 20px;
    color: #333;
    background:rgba(0,0,0,0.1);
    text-align: left;
    position: relative;
}
 .sidebar2 #location.tab-pane h2 ,
.sidebar2 #emergency.tab-pane h2 {
    background:rgba(0,0,0,0.2);

}
#EmergencyFrom {
    margin-right: 17px;
}
.sidebar2 .btn-blue, .sidebar2 .btn-green,.sidebar2 .btn-danger {
    padding: 10px 25px;
    float: right;
}

.btn-danger{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #de6463;
    border: none;
    text-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding: 10px 20px;
}
.btn-blue{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #414a5d;
    border: none;
    text-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding: 10px 20px;
}

.sidebar2 .btn-green:hover, .sidebar2 .btn-green:focus, .sidebar2 .btn-green:active, .sidebar2 .btn-green.active, {
    background: #3878ad !important;
}
.sidebar3 .btn-green:hover, .sidebar3 .btn-green:focus, .sidebar3 .btn-green:active, .sidebar3 .btn-green.active, {
    background: #91ba61 !important;
}
.sidebar2 .btn-green.disabled, .sidebar2 .btn-green[disabled] {
    background: #e6e6e6 !important;
}
.sidebar3 {
    position: absolute;
    top: 0;
    left: 300px;
    background: #f6f6f7;
    height: 100%;
    color: #414a5d;
    overflow: hidden;
    transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    width: 0;
}
.sidebar3.active {
    display: block;
    width: 300px;
    transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
}
.sidebar2 .tab-pane .sidebar3 h2{
    background: #ececee;
    color: #414a5d;
    font-weight: 400;
}
.sidebar3#location-edit textarea, .sidebar3#location-edit input[type="text"], .sidebar3#location-edit input[type="password"], .sidebar3#location-edit input[type="datetime"], .sidebar3#location-edit input[type="datetime-local"], .sidebar3#location-edit input[type="date"], .sidebar3#location-edit input[type="month"], .sidebar3#location-edit input[type="time"], .sidebar3#location-edit input[type="week"], .sidebar3#location-edit input[type="number"], .sidebar3#location-edit input[type="email"], .sidebar3#location-edit input[type="url"], .sidebar3#location-edit input[type="search"], .sidebar3#location-edit input[type="tel"], .sidebar3#location-edit input[type="color"], .sidebar3#location-edit .uneditable-input,
.sidebar3#emergency-edit textarea, .sidebar3#emergency-edit input[type="text"], .sidebar3#emergency-edit input[type="password"], .sidebar3#emergency-edit input[type="datetime"], .sidebar3#emergency-edit input[type="datetime-local"], .sidebar3#emergency-edit input[type="date"], .sidebar3#emergency-edit input[type="month"], .sidebar3#emergency-edit input[type="time"], .sidebar3#emergency-edit input[type="week"], .sidebar3#emergency-edit input[type="number"], .sidebar3#emergency-edit input[type="email"], .sidebar3#emergency-edit input[type="url"], .sidebar3#emergency-edit input[type="search"], .sidebar3#emergency-edit input[type="tel"], .sidebar3#emergency-edit input[type="color"], .sidebar3#emergency-edit .uneditable-input,
.sidebar3#emergency-add textarea, .sidebar3#emergency-add input[type="text"], .sidebar3#emergency-add input[type="password"], .sidebar3#emergency-add input[type="datetime"], .sidebar3#emergency-add input[type="datetime-local"], .sidebar3#emergency-add input[type="date"], .sidebar3#emergency-add input[type="month"], .sidebar3#emergency-add input[type="time"], .sidebar3#emergency-add input[type="week"], .sidebar3#emergency-add input[type="number"], .sidebar3#emergency-add input[type="email"], .sidebar3#emergency-add input[type="url"], .sidebar3#emergency-add input[type="search"], .sidebar3#emergency-add input[type="tel"], .sidebar3#emergency-add input[type="color"], .sidebar3#emergency-add .uneditable-input,
    .sidebar3#location-add textarea, .sidebar3#location-add input[type="text"], .sidebar3#location-add input[type="password"], .sidebar3#location-add input[type="datetime"], .sidebar3#location-add input[type="datetime-local"], .sidebar3#location-add input[type="date"], .sidebar3#location-add input[type="month"], .sidebar3#location-add input[type="time"], .sidebar3#location-add input[type="week"], .sidebar3#location-add input[type="number"], .sidebar3#location-add input[type="email"], .sidebar3#location-add input[type="url"], .sidebar3#location-add input[type="search"], .sidebar3#location-add input[type="tel"], .sidebar3#location-add input[type="color"], .sidebar3#location-add .uneditable-input{
    border: 1px solid #eaeaea;
    color: #333;
}
.sidebar3 textarea, .sidebar3 input[type="text"], .sidebar3 input[type="password"], .sidebar3 input[type="datetime"], .sidebar3 input[type="datetime-local"], .sidebar3 input[type="date"], .sidebar3 input[type="month"], .sidebar3 input[type="time"], .sidebar3 input[type="week"], .sidebar3 input[type="number"], .sidebar3 input[type="email"], .sidebar3 input[type="url"], .sidebar3 input[type="search"], .sidebar3 input[type="tel"], .sidebar3 input[type="color"], .sidebar3 .uneditable-input{
    background: #fff;
    border: 1px solid #eaeaea;
    color: #8a93a4;
}
.edit-users a {
    /*display: block;
    color: #8a93a4;
    font-weight: 600;
    background: #e8e9eb url(../img/edit.png) no-repeat 210px 12px;
    padding: 10px 15px;
    margin: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;*/
}
.edit-users a:hover {
    text-decoration: none;
}
.edit-users .more {
    background: none;
    color: #414a5d;
    font-size: 22px;
    text-align: center;
    padding: 0;
    letter-spacing: 1px;
}
.date {
    color: #30394c;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}
.activity-note p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activity-log {
    border-left: 2px solid rgba(0,0,0,0.1);
    margin: 0 0 0 16px;
    list-style-type: none;
}
.activity-item{
    position: relative;
    margin: 25px 0;
}
.activity-icon {
    display: block;
    position: absolute;
    width: 32px;
    height: 38px;
    position: absolute;
    left: -17px;
}
.location-icon{
    background: url(../img/icons/locatehistory.png) 0 0 no-repeat;
}

.message-icon{
    background: url(../img/icons/messagehistory.png) 0 0 no-repeat;
}
.member-icon{
    background: url(../img/icons/userhistory.png) 0 0 no-repeat;
}
.bolt-icon{
    background: url(../img/icons/bolthistory.png) 0 0 no-repeat;
}
.activity-note {
    padding-left: 30px;
}
.close-sidebar {
    background: url(../img/icons/close.png) no-repeat;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 15px;
    right: 15px;
}
.parallax-right .half-image {
text-align: left;
}

/*----------- Keyframes -------------------*/
@-webkit-keyframes base-tooltip-load {
  0%   { opacity: 0; top: 18%; }
  100% { opacity: 1; top: 23%; }
}
@-moz-keyframes base-tooltip-load {
  0%   { opacity: 0; margin-top: 25px; }
  100% { opacity: 1; margin-top: 0; }
}
@-o-keyframes base-tooltip-load {
  0%   { opacity: 0; margin-top: 25px; }
  100% { opacity: 1; margin-top: 0; }
}
@keyframes base-tooltip-load {
  0%   { opacity: 0; margin-top: 25px; }
  100% { opacity: 1; margin-top: 0; }
}



@-webkit-keyframes staff-tooltip-load {
  0%   { opacity: 0; bottom: 210px; }
  40%   { opacity: 0; bottom: 210px; }
  100% { opacity: 1; bottom: 190px; }
}
@-moz-keyframes staff-tooltip-load {
  0%   { opacity: 0; bottom: 210px; }
  40%   { opacity: 0; bottom: 210px; }
  100% { opacity: 1; bottom: 190px; }
}
@-o-keyframes staff-tooltip-load {
  0%   { opacity: 0; bottom: 210px; }
  40%   { opacity: 0; bottom: 210px; }
  100% { opacity: 1; bottom: 190px; }
}
@keyframes staff-tooltip-load {
  0%   { opacity: 0; bottom: 210px; }
  40%   { opacity: 0; bottom: 210px; }
  100% { opacity: 1; bottom: 190px; }
}



@-webkit-keyframes fire-tooltip-load {
  0%   { opacity: 0; top: 8px; }
  60%   { opacity: 0; top: 8px; }
  100% { opacity: 1; top: 20px; }
}
@-moz-keyframes fire-tooltip-load {
  0%   { opacity: 0; bottom: 220px; }
  60%   { opacity: 0; top: 8px; }
  100% { opacity: 1; bottom: 190px; }
}
@-o-keyframes fire-tooltip-load {
  0%   { opacity: 0; bottom: 220px; }
  60%   { opacity: 0; top: 8px; }
  100% { opacity: 1; bottom: 190px; }
}
@keyframes fire-tooltip-load {
  0%   { opacity: 0; top: 10px; }
  60%   { opacity: 0; top: 8px; }
  100% { opacity: 1; top: 20px; }
}

.gm-style a.edit {
    padding: 4px;
    border-radius: 3px;
    text-align: center;
    font-size: 1.5em;
    color: #414a5d;
    display: block;
    font-weight: 500;
    font-family: Open Sans;
    padding-right: 21px;
    background-position: center right 4px;
    background-repeat: no-repeat;
    background-color: #f6f6f7;

}
.gmap-overlay {
    background-color: white;
    padding: 10px;
}
.gmap-overlay:after {
    top:8px;
    left:-10px; /* value = - border-left-width - border-right-width */
    bottom:auto;
    border-width:0 10px 15px 0; /* vary these values to change the angle of the vertex */
    border-color:transparent #075698;
}

.logo {
    height: 42px;
    width: 145px;
    float: left;
    position: relative;
}

.logo .signal-top, .logo .signal-middle, .logo .signal-bottom {
    height: 6px;
    width: 21px;
    left: 22px;
    position: absolute;
    background: url(../img/logo-signal.png) no-repeat;
}

.logo .signal-top {
    top: 10px;

    -webkit-animation: top-signal 2s linear infinite;
    -moz-animation:    top-signal 2s linear infinite;
    -o-animation:      top-signal 2s linear infinite;
    animation:         top-signal 2s linear infinite;
}

.logo .signal-middle {
    top: 15px;
    background-position: 0 -5px;

    -webkit-animation: middle-signal 2s linear infinite;
    -moz-animation:    middle-signal 2s linear infinite;
    -o-animation:      middle-signal 2s linear infinite;
    animation:         middle-signal 2s linear infinite;
}

.logo .signal-bottom {
    top: 20px;
    background-position: 0 -10px;

    -webkit-animation: bottom-signal 2s linear infinite;
    -moz-animation:    bottom-signal 2s linear infinite;
    -o-animation:      bottom-signal 2s linear infinite;
    animation:         bottom-signal 2s linear infinite;
}

.navbar.affix .logo {
    margin-top: -5px;
}

.navbar.affix .logo .signal-top {
    top: 5px;
}

.navbar.affix .logo .signal-middle {
    top: 10px;
}

.navbar.affix .logo .signal-bottom {
    top: 15px;
}

@-webkit-keyframes top-signal {
  0%   { opacity: 0; }
  60%   { opacity: 1; }
  100% { opacity: 0; }
}

@-webkit-keyframes middle-signal {
  0%   { opacity: 0; }
  40%   { opacity: 1; }
  100% { opacity: 0; }
}

@-webkit-keyframes bottom-signal {
  0%   { opacity: 0; }
  10%   { opacity: 1; }
  100% { opacity: 0; }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    h2 {
        font-size: 32px;
    }

    .fire-icon {
        bottom: 128px;
    }

    .base-tooltip {
        right: 11.5%;
        top: 6%;
        z-index: 100;
    }

    .staff-icon-4, .staff-icon-2 {
        display: none;
    }

    .dashboard-img2 {
        margin-left: -50px;
    }

    .dashboard-img3 {
        margin: 0px 0px 0px -210px;
    }

    .parallax-right {
        padding: 0 0 80px 0;
    }

    @-webkit-keyframes base-tooltip-load {
      0%   { opacity: 0; top: 1%; }
      100% { opacity: 1; top: 5%; }
    }

    @-moz-keyframes base-tooltip-load {
     0%   { opacity: 0; top: 1%; }
      100% { opacity: 1; top: 5%; }
    }

    @-o-keyframes base-tooltip-load {
     0%   { opacity: 0; top: 1%; }
      100% { opacity: 1; top: 5%; }
    }

    @keyframes base-tooltip-load {
      0%   { opacity: 0; top: 1%; }
      100% { opacity: 1; top: 5%; }
    }

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {


}

@media (max-width: 979px) {

    .HomePage {
        padding-top: 0;
    }

    .homemap, .navbar .social {
        display: none;
    }

    .hero {
        margin-bottom: 0;
    }

    .dashboard-img2 {
        margin-left: -110px;
    }

    .dashboard-img3 {
        margin: 0px 0px 0px -170px;
    }

}

/* Smartphones (portrait and landscape) ----------- */
@media (max-width : 480px) {

    .nav-tabs {
        width: 100%;
    }

    .hero {
        height: auto !important;
    }

    .hero .container {
        padding: 20px 15px 0 15px !important;
    }

    .hero h1 {
        font-size: 32px !important;
    }

    .container.parallax-right, .container.parallax-left {
        padding: 30px 20px;
    }

    .container.parallax-right .half-text {
        margin-top: 30px;
    }

    .dashboard-img3, .dashboard-img2 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0;
    }

    .dashboard-img2 {
        top: -80px;
    }

    .container.parallax-left {
        padding-bottom: 0;
    }

    .nav-tabs > li {
        padding: 0px;
        margin: 0;
    }

    .nav-tabs > li > a {
        margin: 0;
        width: 67px;
    }

    .nav-tabs li a h4, .nav-tabs li a:hover h4 {
        font-size: 14px;
    }

    .tab-icon-bg {
        padding: 13px 10px;
    }

    .tabs-c {
        padding-top: 30px !important;
    }

    .tab-pane {
        padding: 0px 0 60px 0;
    }

    .map {
        background-position: 50% 0px !important;
        padding-bottom: 0;
    }

}
.showOptions{
 float:right;
}
#settings .sidebar3 h2 span {
    background-position: 0 -32px;
}


.gm-style-iw {
    overflow:visible !important;
}

.gm-style-iw > div {
    overflow:visible !important;
}
.gmap-overlay .legend{
    position: absolute;
    right: -26px;
    width: 25px;
    top: -2px;
    height: 105%;
    background-color: #4e91c9;
    border-radius: 2px;
}
.gmap-overlay .legend .e {
    position: absolute;
    top: 20px;
    right: 6px;
}
.gmap-overlay .legend .v {
    position: absolute;
    top: 71px;
    right: 7px;
}

.gmap-overlay .legend .d {
    position: absolute;
    top: 37px;
    right: 7px;
}
.gmap-overlay .legend .p {
    position: absolute;
    top: 54px;
    right: 7px;
}
.tab-pane form{
    overflow-y: scroll;
    overflow-x: hidden;
}
#gmap3-menu .item.newStaff{
  background-image: url(../img/icons/smallPins/smallStaff.png);
}
#gmap3-menu .item.newEmergency{
  background-image: url(../img/icons/smallPins/smallEmergency.png);
}
#gmap3-menu .item.newLocation{
  background-image: url(../img/icons/smallPins/smallLocation.png);
}
#gmap3-menu .item.moveSettings{
  background-image: url(../img/icons/smallPins/smallBase.png);
}

#gmap3-menu .item.newMessage{
  background-image: url(../img/icons/smallPins/smallMessage.png);
}
label.error{
    font-style:italic;
}
input[type="text"].error:focus,
 input[type="password"].error:focus,
 input[type="datetime"].error:focus,
 input[type="datetime-local"].error:focus,
 input[type="date"].error:focus,
 input[type="month"].error:focus,
 input[type="time"].error:focus,
 input[type="week"].error:focus,
 input[type="number"].error:focus,
 input[type="email"].error:focus,
 input[type="url"].error:focus,
 input[type="search"].error:focus,
 input[type="tel"].error:focus,
 input[type="color"].error:focus,
 .uneditable-input.error:focus,
 .text.error {
    background-color: #de6463;
    color:white;
}
.edit-users {
    position: relative;
}
.edit-users a.delete {
    display: inline;
    background: none;
    padding: 0;
    position: absolute;
    right: 15px;
    margin-top: 35px;
}
.alert {
    background-color: #90bb5c;
    padding: 12px 30px 12px 30px;
    font-size: 14px;
    border-radius:0;
    color:white;
    text-shadow:none;
}
.alert-error {
    background-color: #de6463;
}
.alert .close {
    position: relative;
    top: -9px;
    right: -23px;
    line-height: 20px;
    color: #fff;
    text-shadow: -1px 1px 0 #333;
    opacity:1;
}
.tab-pane .edit-users {
    margin-top: 0px;
}

.wide.btn-green, .wide.btn-blue, .wide.btn-danger {
    width: 190px;
    text-align: center;
}
.objectitem {
    background:rgba(0,0,0,0.1);
    clear: both;
    margin-bottom: 11px;
    overflow: hidden;
    height:85px;
    position:relative;
}
#emergency .objectitem,
#location .objectitem{
    background:rgba(0,0,0,0.2);
}
#staff .sidebar3 .objectitem > a,
#location .sidebar3  .objectitem > a,
#emergency .sidebar3 .objectitem > a,
.objectitem > a{
    float: left;
    color: #333;
    margin: 10px;
    overflow: hidden;
    width: 190px;
    text-overflow: ellipsis;
}
#staff .objectitem > a,
#location .objectitem > a,
#emergency .objectitem > a {
    float: left;
    color: white;
    margin: 10px;
    overflow: hidden;
    width: 190px;
    text-overflow: ellipsis;
}
.objectitem > div{
    background:rgba(0,0,0,0.1);
    float: right;
    width: 20px;
    height: 100%;
    padding-left: 6px;
    padding-top: 5px;
}
#emergency .objectitem > div,
#locartion .objectitem > div{
    background:rgba(0,0,0,0.2);
}
.objectitem > div > a{

}
.sidebar3 .objectitem {
    background-color: #ececee;
}
.sidebar3 .objectitem > a {
    color: #414a5d;
}
.sidebar3 .objectitem > div {
    background-color: #8a93a4;
}
#slider{width:235px;}
#Positionmap {
    float:right;
    transition: width 0.5s ease;
}
.gm-style div.emergencycluster{color:#de6463;text-align:center;font-size:26px;}
.emergencycluster-1{background:url(/themes/projectx/img/emergencycluster-small.png) no-repeat;line-height:60px;width:60px;height:60px}
.emergencycluster-2{background:url(/themes/projectx/img/emergencycluster-large.png) no-repeat;line-height:72px;width:72px;height:72px}
.gm-style div.staffcluster{color:#80ad4c;text-align:center;font-size:26px;}
.staffcluster-1{background:url(/themes/projectx/img/staffcluster-small.png) no-repeat;line-height:60px;width:60px;height:60px}
.staffcluster-2{background:url(/themes/projectx/img/staffcluster-large.png) no-repeat;line-height:72px;width:72px;height:72px}
.gm-style div.locationcluster{color:#a0a0a0;text-align:center;font-size:26px;}
.locationcluster-1{background:url(/themes/projectx/img/locationcluster-small.png) no-repeat;line-height:60px;width:60px;height:60px}
.locationcluster-2{background:url(/themes/projectx/img/locationcluster-large.png) no-repeat;line-height:72px;width:72px;height:72px}
#emergencylink.active,#emergency.active{background:#de6463}
#locationlink.active,#location.active{background:#a0a0a0}
#peoplelink.active,#staff.active{background:#80ad4c}
.tab-content{height:100%;}
.modal {color:#333333}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    background:#fff;
    color:#333;
    border: 1px solid rgba(3, 3, 3, 0.1);
    border-radius: 2px;
}
#emergency textarea, #emergency input[type="text"], #emergency input[type="password"], #emergency input[type="datetime"], #emergency input[type="datetime-local"], #emergency input[type="date"], #emergency input[type="month"], #emergency input[type="time"], #emergency input[type="week"], #emergency input[type="number"], #emergency input[type="email"], #emergency input[type="url"], #emergency input[type="search"], #emergency input[type="tel"], #emergency input[type="color"], #emergency .uneditable-input textarea:focus, #emergency input[type="text"]:focus, #emergency input[type="password"]:focus, #emergency input[type="datetime"]:focus, #emergency input[type="datetime-local"]:focus, #emergency input[type="date"]:focus, #emergency input[type="month"]:focus, #emergency input[type="time"]:focus, #emergency input[type="week"]:focus, #emergency input[type="number"]:focus, #emergency input[type="email"]:focus, #emergency input[type="url"]:focus, #emergency input[type="search"]:focus, #emergency input[type="tel"]:focus, #emergency input[type="color"]:focus, #emergency .uneditable-input:focus ,
#location textarea, #location input[type="text"], #location input[type="password"], #location input[type="datetime"], #location input[type="datetime-local"], #location input[type="date"], #location input[type="month"], #location input[type="time"], #location input[type="week"], #location input[type="number"], #location input[type="email"], #location input[type="url"], #location input[type="search"], #location input[type="tel"], #location input[type="color"], #location .uneditable-input textarea:focus, #location input[type="text"]:focus, #location input[type="password"]:focus, #location input[type="datetime"]:focus, #location input[type="datetime-local"]:focus, #location input[type="date"]:focus, #location input[type="month"]:focus, #location input[type="time"]:focus, #location input[type="week"]:focus, #location input[type="number"]:focus, #location input[type="email"]:focus, #location input[type="url"]:focus, #location input[type="search"]:focus, #location input[type="tel"]:focus, #location input[type="color"]:focus, #location .uneditable-input:focus {
    background:#fff;
    border :1px solid rgba(3, 3, 3, 0.1);
    border-radius:2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder{
  color: #33333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #33333;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #33333;
}

#emergency input:-moz-placeholder,
#emergency textarea:-moz-placeholder,
#staff input:-moz-placeholder,
#staff textarea:-moz-placeholder,
#location input:-moz-placeholder,
#location textarea:-moz-placeholder {
  color: #6d6d6d;
}

#emergency input:-ms-input-placeholder,
#emergency textarea:-ms-input-placeholder,
#staff input:-ms-input-placeholder,
#staff textarea:-ms-input-placeholder,
#location input:-ms-input-placeholder,
#location textarea:-ms-input-placeholder {
  color: #6d6d6d;
}

#emergency input::-webkit-input-placeholder,
#emergency textarea::-webkit-input-placeholder,
#staff input::-webkit-input-placeholder,
#staff textarea::-webkit-input-placeholder,
#location input::-webkit-input-placeholder,
#location textarea::-webkit-input-placeholder {
  color: #6d6d6d;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color:#333;
}

.modal-body fieldset {float:left;}
.modal-body .Actions {float:right;clear:both;margin-top:-30px;}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.disabled, .btn-blue[disabled] {
color: #ffffff;
background: #519bd7 !important;
}
#settings,#myaccount,#history {color:#333;}
#message-view .objectitem {
height: inherit;
}
i.ago{
    position: absolute;
    font-style: italic;
    font-size: 0.7em;
    opacity: 0.8;
    bottom: 0;
    left: 10px;
    margin-top: 10px;
    color:#333;
}
#staff i.ago,
#emergency i.ago,
#location i.ago {
    color:#fff;
}
.gmap-overlay h3 {
    text-overflow: ellipsis;
    height: 1em;
    overflow: hidden;
    white-space: nowrap;
    width: 128px;
}
.pagination ul > li > a, .pagination ul > li > span {
    color: #6d6d6d;
}

#emergency.active {
    background: #FFF;
    border-left: 10px solid#de6463;
}
.sidebar2 #emergency.tab-pane h2 {
    background: white;
    color: #de6463;
    border-bottom: 1px solid #e5e5e5;
}
#emergency-icon {
    background-position: 0px 0px;
}
 #emergency h2 span {
    background-position: 0px -32px;
}
#emergency .objectitem > a {
    color: #606060;
    margin: 5px 10px;
}
#emergency i.ago {
    color: #606060;
}
#emergency .objectitem {
background: white;
border: 1px solid #e5e5e5;
border-radius: 3px;
}

#emergency .objectitem > div {
background: #de6463;
}
#emergency .pagination ul > .active > a, .pagination ul > .active > span{
color: #de6463;
background: #fff;
}









#staff.active {
    background: #FFF;
    border-left: 10px solid#80ad4c;
}
.sidebar2 #staff.tab-pane h2 {
    background: white;
    color: #80ad4c;
    border-bottom: 1px solid #e5e5e5;
}
#staff-icon {
    background-position: 0px 0px;
}
 #staff h2 span {
    background-position: 0px -32px;
}
#staff .objectitem > a {
    color: #606060;
    margin: 5px 10px;
}
#staff i.ago {
    color: #606060;
}
#staff .objectitem {
background: white;
border: 1px solid #e5e5e5;
border-radius: 3px;
}

#staff .objectitem > div {
background: #80ad4c;
}
#staff .pagination ul > .active > a, .pagination ul > .active > span{
color: #80ad4c;
background: #fff;
}



#messages.active ,
#history.active ,
#settings.active ,
#myaccount.active ,
#subscription.active ,
#history.active {
    background: #FFF;
    border-left: 10px solid#519bd7;
}
#messages.tab-pane h2 ,
#history.tab-pane h2 ,
#settings.tab-pane h2 ,
#myaccount.tab-pane h2 ,
#subscription.tab-pane h2 ,
#history.tab-pane h2 {
    background: white;
    color: #519bd7;
    border-bottom: 1px solid #e5e5e5;
}
#message-icon ,
#history-icon ,
#settings-icon ,
#myaccount-icon ,
#subscription-icon ,
#history-icon ,
#logout {
    background-position: 0px 0px;
}
#messages h2 span ,
#history h2 span ,
#settings h2 span ,
#myaccount h2 span ,
#subscription h2 span ,
#history h2 span {
    background-position: 0px -32px;
}
#messages .objectitem > a ,
#history .objectitem > a ,
#settings .objectitem > a ,
#myaccount .objectitem > a ,
#subscription .objectitem > a ,
#history .objectitem > a {
    color: #606060;
    margin: 5px 10px;
}
#messages i.ago ,
#history i.ago ,
#settings i.ago ,
#myaccount i.ago ,
#subscription i.ago ,
#history i.ago {
    color: #606060;
}
#messages .objectitem ,
#history .objectitem ,
#settings .objectitem ,
#myaccount .objectitem ,
#subscription .objectitem ,
#history .objectitem {
background: white;
border: 1px solid #e5e5e5;
border-radius: 3px;
}

#messages .objectitem > div ,
#history .objectitem > div ,
#settings .objectitem > div ,
#myaccount .objectitem > div ,
#subscription .objectitem > div ,
#history .objectitem > div {
background: #519bd7;
}
#messages .pagination ul > .active > a, .pagination ul > .active > span,
#history .pagination ul > .active > a, .pagination ul > .active > span,
#settings .pagination ul > .active > a, .pagination ul > .active > span,
#myaccount .pagination ul > .active > a, .pagination ul > .active > span,
#subscription .pagination ul > .active > a, .pagination ul > .active > span,
#history .pagination ul > .active > a, .pagination ul > .active > span{
color: #519bd7;
background: #fff;
}








#location.active {
    background: #FFF;
    border-left: 10px solid#a0a0a0;
}
.sidebar2 #location.tab-pane h2 {
    background: white;
    color: #a0a0a0;
    border-bottom: 1px solid #e5e5e5;
}
#location-icon {
    background-position: 0px 0px;
}
 #location h2 span {
    background-position: 0px -32px;
}
#location .objectitem > a {
    color: #606060;
    margin: 5px 10px;
}
#location i.ago {
    color: #606060;
}
#location .objectitem {
background: white;
border: 1px solid #e5e5e5;
border-radius: 3px;
}

#location .objectitem > div {
background: #a0a0a0;
}
#location .pagination ul > .active > a, .pagination ul > .active > span{
color: #a0a0a0;
background: #fff;
}













.pagination {
  margin: -10px 0 10px 0;
  text-align: center;
}
.sidebar3.active {
    background:#fff;
-webkit-box-shadow: inset 3px 0px 1px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 3px 0px 1px 0px rgba(0,0,0,0.1);
box-shadow: inset 3px 0px 1px 0px rgba(0,0,0,0.1);
}
.sidebar3.active h2 {
    background:#fff;
-webkit-box-shadow: inset 3px 0px 1px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 3px 0px 1px 0px rgba(0,0,0,0.1);
box-shadow: inset 3px 0px 1px 0px rgba(0,0,0,0.1);
}
.actions-sidebar{
    padding: 20px 30px 10px 30px;
}
.modal.fade {
    top:-100% !important;
}
.modal.fade.in {
    top: 10% !important;
}
#findaddress {
    position: absolute;
    width: 300px;
    height: 20px;
    right: 100px;
    top: 5px;
    z-index: 99999;
    background: white;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    padding: 1px 6px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.14902);
    border-right-color: rgba(0, 0, 0, 0.14902);
    border-bottom-color: rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
}
.logo-containersmall{
    display:none;
}
.sidebar2 h2 .btn-green{
    display: none;
}
.actions-sidebar .btn-green{
    display: block;
}
#logoBars{
    display:none;
    padding: 13px 20px 40px 14px;
    line-height: 20px;
}
.logo .signal-top, .logo .signal-middle, .logo .signal-bottom{margin-top:3px;}


#BootstrapForm_RegisterForm fieldset {
    color:white;
    background-color:#414a5d;
}

#BootstrapForm_RegisterForm fieldset div label {
    color: white;
}
#BootstrapForm_RegisterForm h2 {
    color: white;
    margin-bottom: 10px;
    clear: both;
    float: left;
    text-align: left;
    width: 100%;
    font-weight: 100;
    font-size: 22px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
}
 .signup h2 ,
 .planchoice h2 {
    margin-bottom: 30px;
}
.custombox-modal-content .planchoice h2 ,
.custombox-modal-content .signup h2 {
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;

}

#BootstrapForm_RegisterForm div.form-actions,
#BootstrapForm_RegisterForm fieldset div.light{
    background-color: #414a5d;
    width:50%;
    padding: 25px 0 1px 0;
    float:left;
}
#BootstrapForm_RegisterForm div.Actions{
    padding: 0 25px 25px 25px
}

#BootstrapForm_RegisterForm fieldset div.dark{
    background-color: #3a4254;
    width:50%;
    padding:25px 0 1px 0;
    float:left;
}
#BootstrapForm_RegisterForm fieldset input{
    background-color: #2e3543;
    color:white;
    margin-bottom: 0px;
    border:none;
}
/*
#BootstrapForm_RegisterForm fieldset div#CardExpiryMonth,
#BootstrapForm_RegisterForm fieldset div#CardExpiryYear,
#BootstrapForm_RegisterForm fieldset div#CVC {
    float: left;

    /* width: 33%; }*/

/*#BootstrapForm_RegisterForm fieldset input.input-xlarge {
    width: 320px;
}
#BootstrapForm_RegisterForm fieldset input.input-mini {
    width: 70px;
}*/
#BootstrapForm_RegisterForm label.error {
    white-space: nowrap;
    width: 100% ;
    color: #de6463;
    margin: 0;
}
.option {
    width: 20%;
    float: left;
    text-align: center;
    padding: 25px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.option.dark {
    background-color: #3a4254;
}
.option.light {
    background-color: #414a5d;
}
.option .head {
    color: white;
    margin-bottom: 30px;
    clear: both;
    float: left;
    width: 100%;
    font-weight: 100;
    font-size: 22px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 30px;
}

.option .price {
    color: #549dd8;
    margin-bottom: 10px;
    clear: both;
    float: left;
    width: 100%;
    font-weight: 100;
    font-size: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
    min-height: 34px;
}
.price span {
    font-size:13px;
}
.option .description {
    font-size: 17px;
}
#signupformlink {opacity:0;}
#Form_RegisterForm input.error {
    margin: 0;
}
#overview {
    position: absolute;
    width: 15px;
    height: 20px;
    right: 412px;
    top: 5px;
    z-index: 99999;
    background: white;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    padding: 1px 6px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.14902);
    border-right-color: rgba(0, 0, 0, 0.14902);
    border-bottom-color: rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
}
#geolocate {
    position: absolute;
    width: 15px;
    height: 20px;
    right: 439px;
    top: 5px;
    z-index: 99999;
    background: white;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    padding: 1px 6px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.14902);
    border-right-color: rgba(0, 0, 0, 0.14902);
    border-bottom-color: rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
}
#tree1 {
    width: 220px;
}
ul.jqtree-tree .jqtree-element {
    border: 1px solid #e5e5e5;
    padding: 10px 0 10px 10px;
    border-radius: 5px;
}
ul.jqtree-tree .jqtree-closed .jqtree-element.jqtree_common {
    background-color: white;
    /* color: white; */
}
ul.jqtree-tree .jqtree-closed .jqtree_common.jqtree-title {
    color: #1C4257;
}
.jqtree-element a {
    float: right;
    margin-right: 5px;
}
ul.jqtree-tree .jqtree-toggler {
    left: 11px !important;
    top: 35% !important;
    float: left;
    width: 16px;
    height: 16px !important;
    background: url('/themes/projectx/img/contract.png');
    color: transparent !important;
}
ul.jqtree-tree .jqtree-closed.jqtree-toggler {
    background:url('/themes/projectx/img/expand.png')
}
ul.jqtree-tree li.jqtree-folder .jqtree-title {
    padding-left: 23px;

}
ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 0px;
}
ul.jqtree_common {
    background-image: url('/themes/projectx/img/dndpanelopen.png');
    background-repeat: repeat-y;
}
ul.jqtree-tree ul.jqtree_common {
    margin-left: 0px;
    padding-left: 12px;
}
ul.jqtree-tree li.jqtree-selected > .jqtree-element, ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
background:none;
}
ul.jqtree-tree .jqtree-element{
background:white;

}

.jqtree-folder > .jqtree-element.jqtree_common {
    background-color: #519bd7;
    color: white;
}
li.jqtree-folder > .jqtree-element .jqtree-title {
    margin-left: 0;
    color: white;
}
.ThankyouPage .container {
    text-align: center;
}
.ThankyouPage h1 {
    font-weight: 100;
    font-size: 45px;
    color: #414a5d;
    margin-top: 50px;
}
.ThankyouPage > .container p {
    color: #8a93a4;
    font-size: 20px;
    margin-top: 30px;
}
.ThankyouPage img {
    margin-top: 30px;
}
#emergency .objectitem.expired > div {
    background: #b04344;
}
.Actions input[type="submit"]{
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #91ba61 !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.Actions input[type="submit"]:hover{
    color: #ffffff;
    background: #519bd7 !important;
}
.Dashboard .logo .signal-top,.Dashboard .logo .signal-middle,.Dashboard .logo .signal-bottom {
    margin-top: 0px;
}

#signupModal {
    background:none;
    box-shadow:none;
    border:none;
    top:-150% !important;
    margin-left: -560px;
    width:1120px;
}

@media (max-width: 1200px) {
    .option .price{
        font-size: 40px;
    }
}
@media (max-width: 980px) {
    .option .price{
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .container.planchoice-wrap{
        width:400px;
    }
    .option{
        width: 50%;
        padding:15px;
    }
    .option.enterprise{
        width: 100%;
    }
    .option .head{
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .option .price{
        padding-bottom:0;
        margin-bottom: 0px;
    }

    .option .description
    {
        margin-bottom: 5px;
    }
    .container.planchoice-wrap h2{
        display:none;
    }
    .planchoice-wrap .btn-large{
        padding: 4px 13px;
    }


}
#signupModal h2{
    color:white;
}
#signupModal legend {
    padding-left: 0px;
    color: white;
    text-indent: 25px;
}
#signupModal {
    background:none;
    box-shadow:none;
    border:none;
    top:-150% !important;
    margin-left: -560px;
    width:1120px;
}
#signupModal.fade.in {
    top:10% !important;
}
#signupModal .modal-header,
#signupModal .modal-footer{
    display:none;
}
#signupModal .modal-body fieldset{
    float:none;
}
.form-actions {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: none;
    border-top: none;
}
/*
#CardExpiryYear label {
    width: 70px;
}
#CardExpiryYear {
    width: 80px;
}
#CardExpiryYear .controls {
    margin-left: 0;
}
#BootstrapForm_RegisterForm_CardExpiryYear {
    margin-left: 10px;
}
#CVC .control-label {
    width: 20px;
}
#CVC .controls {
    margin-left: 0;
}
#CardExpiryYear {
    width: 31%;
}
#CardExpiryMonth {
    width: 33%;
}
#CVC {
    width: 33%;
}
#BootstrapForm_RegisterForm_CVC {
    margin-left: 10px;
}*/
.form-actions {
    border: 0;
    margin: 0;
}
#BootstrapForm_RegisterForm_action_doRegister {
    margin-left: 160px;
}
#BootstrapForm_RegisterForm div.form-actions {

    margin: 0;
    border: none;
    padding: 0 0 25px 0;
margin-top: -70px;
}
@media (max-width: 1120px) {
    #signupModal {
        margin-left: -490px;
        width: 980px;
    }
}
@media (max-width: 930px) {
    #signupModal {
        width:560px;
        margin-left:-280px;
    }
    #BootstrapForm_RegisterForm fieldset div.dark,
    #BootstrapForm_RegisterForm fieldset div.light{
        float:none;
        width: 100%;
    }
    #BootstrapForm_RegisterForm div.form-actions {
        margin-top: 0px;
        width:100%;
    background-color: #414a5d;
    }
}
.inlined .controls.form-inline {
    margin-left: 120px;
}
.inlined .controls.form-inline input {
    margin: 0 6px;
}
.billing .control-group {display: none;}
.main-sidebar .option {
    width: 100%;
}
.main-sidebar .option .description {
    clear: both;
}
.main-sidebar .option p.head {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.main-sidebar .option p.price {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.main-sidebar .option .btn.btn-large.btn-green {
    float: none;
}

/*Above us only sky banner */
.auosbanner {
    background-color: #91ba61;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}
.auosbanner a {
    color: white;
    font-weight: bold;
}
.auosbanner .button {
    color: #ffffff;
    background-color: #74935b; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;
    padding: 10px 20px 10px;
    margin-left: 30px;
    font-weight: normal;

}
/* remove this when the promo is over */
.container{padding-top:20px;}

.UserDefinedForm .container h1, .PlanChoicePage .container h1 {
    font-size: 36px;
    font-weight: 100;
    color: #414a5d;
    text-align: center;
    margin-top: 50px;
}
.UserDefinedForm .container p {
    font-size: 18px;
    font-weight: 400;
    color: #8a93a4;
    text-align: center;
    margin-bottom: 60px;
}
footer p {
    font-size: 13px !important;
    color: #FFF !important;
}
.HomePage h2 {
    font-weight: 100 !important;
}