/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Fonts */

html, body {
    width: 100%;  
    height: 100%; 
    margin:0;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font:300 15px/22px "Roboto", Arial, Helvetica, sans-serif ;
    color:#444;
    background: #fff;
    min-width:300px;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.text-muted {
    color: #888;
    font-weight: 300;
}

.text-justify {
    color: #888;
    font-weight: 300;
}

.text-uppercased {
    text-transform: uppercase;
    font-weight: 400;
    color: #777;
}

.text-primary {
    color: #fed136;
}

.text-info p {
    font-size: 17px;
    line-height: 25px !important;
    color: #333;
}

.text-larger {
    font-size: 20px !important;
    font-weight: 400;
    font-style: italic;
    color: #333;
}

strong {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 800;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #333;
}

p.large {
    font-size: 17px;
}

p.white {
    color: #fff;
    margin: 0 0 25px;
}

p.small {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0 10px;
}

p.download {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-transform: none;
    margin: 30px 0 30px 0;
}

.squared {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    display: inline;
    background-color: #FF007F;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 10px 5px 10px;
    float: left;
}

.squared-slogan {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 27px;
    display: inline;
    background-color: #ED6600;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 10px 5px 10px;
    margin: 10px 0 0 0; 
    float: left;
}

.squared-big {
    display: inline;
    background-color: #2BA7E2;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 8px 8px 8px;
    position: absolute;
    bottom:0;
    left:0;
}

.squared-bigger {
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    padding: 15px 8px 8px 8px;
    margin: 15px 0 0 0;
}

.framed {
    display: inline;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    padding: 15px 20px 10px 20px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
}

h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color:#F17B00;  
}

#logo {
    background-color: transparent !important;
    background-image: url(../img/logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 224px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 9999;
}

.fat {
    font-weight: 700;
}

.thin {
    font-weight: 300;
}

.symbol {
    font-size: 100px;
    color: #F17B00;
}

.border-bottom {
    border-bottom:1px dotted #ccc;
    margin-bottom: 10px;
}

.spacer {padding-bottom: 30px;}
.spacer-up {margin-top: 50px;}
.extra-spacer {padding: 50px 0;}
#spacer {padding: 450px 0;}

.img-border {
    border:8px solid #fff;
}

.img-centered {
    margin: 0 auto;
}

.img-padder {
    padding:5px;
}

.row-padder {
    padding: 5px 0;
}

.bg-white {
    background-color: #fff;
}

/*
.bg-light-gray {
    background-color: #FBF8F3;
    background-image: url(../img/pattern-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
}
*/

.bg-light-gray {
    background-color: #FBF8F3;
}

.bg-medium-gray {
    background-color: #F3EDDE;
}

.bg-gray {
    background-color: #ddd;
}

.bg-darkest-gray {
    background-color: rgba(255,255,255,0.8);
}

.bg-blue {
    background-color: #2BA7E2;
}

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

.bg-light-creme {
    background-color: #FBF8F3;
    background-image: url(../img/petsitters-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.bg-animals {
    background-color: #F3EDDE;
    background-image: url(../img/services-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.award {
    height: 60px;
    line-height: 60px;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    width: 250px;
    padding: 20px 20px 15px 20px;
    border-color: #EB5900;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    background-color: #EB5900;
}

.btn-xl.login {
    width: 450px;
    padding: 20px 20px 15px 20px;
    border-color: #F0F0E8;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    color: #777;
    background-color: #F0F0E8;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #333;
    color: #fff;
    background-color: #333;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

a.btn-chevron {
    color:#fff;
    font-size: 35px;
}

a.btn-chevron:hover {
    color:#333;
}

.navbar-nav {
    display: block;
}

@media(min-width:768px) {
    .navbar-nav {
        float: right;
    }  
}

.navbar-brand {
    background-image: url(../img/small.png);
    background-position: left center;
    background-size: auto 65px;
    background-repeat: no-repeat;
    width: 225px;
    height: 90px;
    display: block;
    margin: 0;
    padding: 0 15px 0 15px;
}

nav {
    background: rgba(247, 165, 0, 0.8) !important;
    width:100%;
    height:auto;
    position:fixed;
    top: 0;
    left: 0;
    z-index:999;
}
nav ul {
    text-align:center;
}
nav ul li {
    display:block;
}
nav ul li a {
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}

.navbar-related{
    background-color:#EEEEEE;
    width: 100%;
    height: 35px;
}

.sermec-brand {
    background-image: url(../img/sermec-brand.png);
    background-position: left center;
    background-size: auto 27px;
    background-repeat: no-repeat;
    width: 225px;
    height: 35px;
    display: block;
    margin: 0;
    padding: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a {
    font-weight: 800;
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    font-weight: 800;
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FCA664;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #FCA664;
    background-color: transparent;
}

.navbar-default .nav li li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
}

.navbar-default .nav li li a:hover,
.navbar-default .nav li li a:focus {
    outline: 0;
    color: #444;
    background-color: transparent;
}

.caret {display: none;}

.navbar-nav .dropdown-menu {
    background-color: #ED6600;
    text-align: left;
    list-style: none;
    padding: 0 25px;
    margin: 0 0 10px 0 !important;
}

.navbar-nav .dropdown-menu > li > a {
    display: block;
    padding: 2px 30px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
    color: #444;
    text-decoration: none;
}

.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:hover,
.navbar-nav .dropdown-menu > .active > a:focus {
    color: #ED6600;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ED6600;
    background-color: transparent;
}

.navbar-nav .active {
    background-color: transparent;
}

.private-nano-icon {
    display: none;
}

@media (max-width: 990px) {
    .navbar-default .nav li a {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    padding: 5px 30px;
}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 25px 0 30px 0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media(min-width:990px) {
    .navbar-brand {
        background-image: url(../img/small.png);
        background-position: center bottom;
        background-size: auto 80px;
        background-repeat: no-repeat;
        width: 225px;
        height: 90px;
        display: block;
        margin: 0;
        padding: 0 15px 0 15px;
    }
    .navbar-default .nav li a {
        font-size: 16px;
        color: #fff;
        padding: 15px;
        font-weight: 500;
        text-transform: lowercase;
        font-family: 'Rubik', sans-serif;
    }

    .navbar-default .nav li a:hover,
    .navbar-default .nav li a:focus {
        outline: 0;
        color: #333 !important;
        font-weight: 500;
        background-color: transparent;
    }

    .navbar-default .navbar-nav>.active>a {
        font-weight: 500;
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        font-weight: 500;
        color: #333;
        background: transparent;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
      font-weight: 500 !important;
      text-decoration: none;
      background-color: transparent;
      outline: 0;
    }

    .navbar-default .nav li li a {
        font-size: 14px;
        font-weight: 700;
        text-transform: none;
        color: #fff;
    }

    .navbar-default .nav li li a:hover,
    .navbar-default .nav li li a:focus {
        outline: 0;
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #ED6600;
    }

    .caret {display: none;}

    .navbar-nav .dropdown-menu {
        background-color: #ED6600;
        text-align: left;
        list-style: none;
        padding: 15px 5px 20px 5px;
        margin: 0 !important;
    }

    .navbar-nav .dropdown-menu > li > a {
        display: block;
        padding: 2px 30px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap;
    }

    .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-nav .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: none;
    }

    .navbar-nav .dropdown-menu > .active > a,
    .navbar-nav .dropdown-menu > .active > a:hover,
    .navbar-nav .dropdown-menu > .active > a:focus {
        font-weight: 700;
        color: #444;
        text-decoration: none;
        background-color: transparent;
        outline: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-nav .dropdown-menu > .active > a,
    .navbar-nav .dropdown-menu > .active > a:hover,
    .navbar-nav .dropdown-menu > .active > a:focus {
        font-weight: 700;
        color: #ED6600;
        text-decoration: none;
        background-color: transparent;
        outline: 0;
    }

    .navbar-nav .active {
        background-color: transparent;
    }
}
    
    ul.language {
        margin: 0;
        padding: 0;
        width: auto;
        height: 35px;
    }
    ul.language li {
        position: relative;
        display: inline-block;
        margin:0;
        padding: 0;
    }

    a.lang {
        font-family: 'Lato', sans-serif;
        text-transform: lowercase !important;
        padding: 5px !important;
        color: #000;
        font-weight: 800;
        font-style: italic;
        line-height: 35px;
        text-decoration: none;
    }

    a.lang:hover {
        color: #ED6600;
    }

    a.lang.active {
        font-weight: 800;
        color: #ED6600;
    }

/*styling open close button*/
.button-login {
    height: 50px;
    display:inline;
    position:fixed;
    right:80px;
    top:6px;
    z-index:999;
    font-size:35px;
}
.button-logout {
    height: 50px;
    display:inline;
    position:fixed;
    right:100px;
    top:6px;
    z-index:999;
    font-size:35px;
}
.msg-hello {
    font-size:16px;
    font-weight: 400;
    color: #fff;
    margin:0 5px 0 5px;
}
.button {
    height: 50px;
    display:inline;
    position:fixed;
    right:30px;
    top:6px;
    z-index:999;
    font-size:35px;
}
.button a {
    text-decoration:none;
}
.btn-open:after {
    color:#333;
    content:"\f0c9";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
    color:#F17B00;
}
.btn-close:after {
    color: #F17B00;
    content:"\f00d";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
    color: #fff;
}
.btn-login:after {
    color:#333;
    content:"\f007";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-login:hover:after {
    color:#F17B00;
}
.btn-logout:after {
    color:#F17B00;
    content:"\f235";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-logout:hover:after {
    color:#fff;
}
.add {color: #333 !important;}

/*overlay*/
.overlay {
    display:none;
    position:fixed;
    top:0;
    height:100%;
    width:100%;
    background-color:rgba(34,34,34,0.9);
    overflow:auto;
    z-index:777;
}
.wrap {
    color:#e9e9e9;
    text-align:center;
    max-width:90%;
    margin:0 auto;
}
.wrap ul.wrap-nav .title {
    /*border-bottom:1px solid #575757;*/
    text-transform:uppercase;
}
.wrap ul.wrap-nav {
    /*border-bottom:1px solid #575757;*/
    text-transform:capitalize;
    padding:130px 0px 100px;
}
.wrap ul.wrap-nav li {
    font-family: 'Roboto', sans-serif;
    font-size:28px;
    display:block;
    vertical-align:top;
    width:95%;
    position:relative;
    text-align:center;
}
.wrap ul.wrap-nav li a {
    color:#F17B00;
    line-height:28px;
    display:block;
    padding:8px 0;
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
    color:#f0f0f0;
}
.wrap ul.wrap-nav li.active a {
    color:#f0f0f0 !important;
}
.wrap ul.wrap-nav ul {
    padding:20px 0;
}
.wrap ul.wrap-nav ul li {
    display:block;
    font-size:30px;
    width:100%;
    color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
    color:#f0f0f0;
    font-size:25px;
    line-height: 25px
}
.wrap ul.wrap-nav ul li a:hover {
    color:#F17B00;
}
.wrap ul.wrap-nav li .backoffice {
    font-size:20px;
    display:inline-block;
    vertical-align:top;
    width:24%;
    position:relative;
}
.wrap ul.wrap-nav li a .backoffice {
    color:#34B484;
    display:block;
    padding:8px 0;
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover .backoffice {
    color:#f0f0f0;
}
.wrap ul.wrap-nav ul .backoffice {
    padding:20px 0;
}
.wrap ul.wrap-nav ul li .backoffice {
    display:block;
    font-size:13px;
    width:100%;
    color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a .backoffice {
    color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover .backoffice {
    color:#34B484;
}

.container-fluid {
    width:100%;
    height:100%;
    min-height:100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container-particles{
    width:100%;
    height:100%;
    min-height:100%;
    overflow: auto;
    margin-top: 50px;
}

#particles {
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-image: url(../img/header-bg.jpg);
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#simulation {
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-image: url(../img/inner-header-bg.jpg);
  background-position: top center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

#more-particles {
  width: 100%;
  background-attachment: scroll;
  background-image: url(../img/header-bg.jpg);
  background-position: center center;
  background-repeat: repeat-y;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
  z-index: 1;
}

.positioning {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
    z-index: 999;
}

#fixed-menu {
    background: #F0F0E8;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    margin:0;
    padding:0;
    z-index: 555;
    display: none;
}

header {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: auto;
    position: relative;
}

header .intro-text {
    width: 100%;
    height: auto;
    text-align: center;
}

header .intro-text .intro-lead-in {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 30px;
}

header .intro-text .intro-login {
    width: 450px;
    margin: auto;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 30px;
}

header .intro-text .intro-lead-in-img {
    text-align: center;
    margin:30px 0 10px 0;
}

header .intro-text .intro-lead-in-img img {
    width: 280px;
    height: auto;
}

header .intro-text .intro-heading {
    margin-bottom: 80px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}

header .intro-text .recover {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding: 15px;
}

@media(min-width:768px) {
    header .intro-text {
        width: 100%;
        height: auto;
        text-align: center;
    }

    header .intro-text .intro-lead-in {
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 60px;
        line-height: 60px;
    }

    header .intro-text .intro-lead-in-img {
        text-align: center;
        margin:20px 0;
    }

    header .intro-text .intro-lead-in-img img {
        width: 450px;
        height: auto;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        font-family: 'Roboto', sans-serif;
        font-size: 35px;
        line-height: 60px;
    }
}

#small-logo {
    background: transparent;
    margin:5px 0 0 25px;
    float: left;
}

.area-heading {
    width: 100%;
    height: 285px !important;
    overflow: hidden;
}

.area-heading-title {
    position:absolute;
    bottom: 15px;
}

.area-heading-title-alt{
    display: block;
}

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

.areas-liner {
    background-color: #fff;
    color: #fff;
    margin: 10px 5px 10px 5px;
    padding:0px;
    position:relative;
}

.img-responsive {
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    section#areas img {
    width: 100%;
    }
}

.areas-liner .smaller {
    display: block;
    margin: 5px 0;
}

.areas-liner a {
    background-color: #eee;
    font-family: 'Roboto', sans-serif;
    display:block;
    font-size: 60px;
    color: #F17B00;
    line-height: 45px;
    text-decoration: none;
    padding: 60px 0 40px 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.areas-liner a:hover,
.areas-liner a:focus,
.areas-liner a:active {
    background-color: #F17B00;
    color: #fff !important;
}

.smaller {
    font-size: 20px;
    color: #444;
}

.areas-liner a:hover .smaller { color: #fff; }


.more-sections p {
    font-size: 18px;
}

.more-sections {
    padding:5px;
}

.more-sections a {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    display:inline-block;
    font-size: 25px;
    text-decoration: none;
    padding: 22px 25px 20px 25px;
    margin: 100px 20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.more-sections a:hover,
.more-sections a:focus,
.more-sections a:active {
    background-color: #F17B00;
    border: 2px solid #F17B00;
    color: #fff !important;
}

video {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

section h2.area-title {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    border-bottom: none;
    margin: 20px 0 0 0;
    padding: 15px 0;
    width: 100%;
    letter-spacing: -1px;
    text-align: left;
    text-transform: uppercase;
}

section {
    padding-top: 145px;
    padding-right: 0;
    padding-bottom: 165px;
    padding-left: 0;
}

section#about {
    padding-top: 145px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
}

section#break {
    height: 365px;
    padding:0;
}

section#short-message h2.section-heading {
    margin:0;
    padding: 0 0 25px 0;
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

section#short-message p {
    color: #fff;
}

section h3.section-highlight {
    color: #222;
}

section h3.section-highlight:before {
    content: ' ';
    display: block;
    width: 80px;
    height: 2px;
    margin: 0 0 15px 0;
    background-color: #1FA6E5;
}

.bullets ul {
    list-style-type: none;
    padding: 5px 10px;
    margin: 0px;
}

.bullets ul li {
    background-image: url(../img/list.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    font-size: 15px; 
    line-height: 1.75;
    color: #888;
    padding-left: 20px;
}

section h2.section-heading {
    font: 500 55px 'Rubik', Arial, sans-serif;
    color: #000;
    text-transform: lowercase;
    letter-spacing: -2px;
    margin: 0 0 15px 0;
}


section h1.section-heading {
    font: 700 32px 'Roboto', Arial, sans-serif;
    color: #000;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
}

.slogan {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    color: #555;
    margin: 0 0 45px 0;
}

.since {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    color: #000;
    padding: 15px 0 15px 0;
    display: inline-block;
}

.price {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #ED6600;
    padding: 15px 5px 15px 5px;
    display: inline-block;
}

.slogan-big {
    font-family: 'rubik', Arial, sans-serif;
    font-weight: 500;
    /* font-style: italic; */
    font-size: 20px;
    color: #000;
    padding: 20px 0 10px 0;
}

.slogan-bigger {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 28px;
    color: #000;
    padding: 20px 0 10px 0;
}

.slogan-small {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #222;
    margin: 0;
    padding: 5px 0 0 0;
}

section h2.section-heading-white {
    margin:0;
    padding: 0 0 25px 0;
    font-size: 28px;
    color: #fff;
}

section h2.section-heading-heavywhite {
    font-family: 'Roboto', sans-serif;
    margin:0;
    padding: 15px 0 15px 0;
    font-size: 25px;
    color: #fff;
}

section h3.section-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ED6600;
    text-transform: uppercase;
    margin:0;
    padding: 15px 0 15px 0;
}

section h3.section-heading-out {
    background-color: #85B200;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin:0;
    padding: 15px 0 15px 0;
}

section#simulation h2.section-heading {
    color: #fff;
}

section#simulation p.slogan {
    color: #444;
    font-weight: 700;
}

section#simulation h2.section-heading-theme {
    color: #fff;
    font-weight: 700;
}

section h2.section-heading-theme {
    margin: 10px 0;
    font-size: 20px;
}

.section-heading-slogan {
    margin:10px 0;
    font-size: 20px;
}

.section-heading-slogan-white {
    display: block;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    padding: 0;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    line-height: 30px;
    margin: auto;
}

section#company {
    background-attachment: fixed;
    background-image: url(../img/clouds.jpg);
    background-position: bottom center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:200px 0;
}

section#company .container {
    max-width: 1500px;
}

/* SERVICES */

section#services {
    padding-bottom: 0;
}

section#services p {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    /* font-style: italic; */
}

section#services .slogan {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    color: #555;
    margin: 0;
}

section#services .sub-slogan {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    color: #555;
    margin: 0 0 25px 0;
}

section#services .slogan-big {
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 700;
    /* font-style: italic; */
    font-size: 25px;
    color: #000;
    margin: 0;
    letter-spacing: -1px;
}

section#download {
    background-color: #ED6600;
    padding: 70px 0;
}

section#download h4 {
    color: #fff;
}

section#download p {
    color: #fff;
}

section h4.section-heading {
    margin:0;
    padding: 0 0 30px 0;
    font-weight: 400; 
    font-size: 38px; 
    font-family: 'Roboto', Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
}

section#services-outside {

}

section#services-alt {
    background-attachment: scroll;
    background-image: url(../img/bluesky-alt.jpg);
    background-position: bottom right;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-bottom: 350px;
}

section#ask {
    background-attachment: scroll;
    background-image: url(../img/ask.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:120px 0;
}

section#ask h3 {
    color: #fff;
}

section#break-services {
    background-attachment: scroll;
    background-image: url(../img/open-road.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:150px 0;
}

section#break-services-inside {
    background-attachment: scroll;
    background-image: url(../img/workbench-services.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding:150px 0;
}

@media(min-width:1200px) {

    section#break-services {
        background-attachment: fixed;
        background-image: url(../img/open-road.jpg);
        background-position: top center;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        padding:350px 0;
    }

}

@media(min-width:1200px) {

    section#break-services-inside {
        background-attachment: fixed;
        background-image: url(../img/workbench-services.jpg);
        background-position: top center;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        padding:350px 0;
    }

}

/* RESOURCES */

/* 
section#repair {
    background-attachment: scroll;
    background-image: url(../img/repair.jpg);
    background-position: top right;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-bottom: 200px;
}

section#repairmeca {
    background-attachment: scroll;
    background-image: url(../img/repairmeca.jpg);
    background-position: top right;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
}
*/

section#break-repairmeca {
    background-attachment: scroll;
    background-image: url(../img/repairmeca.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding:200px 0;

}

@media(min-width:1200px) {
    section#break-repairmeca {
        background-attachment: fixed;
        padding:350px 0;
    }
}

section#repairgear {
    /* background-attachment: scroll;
    background-image: url(../img/repairgear.jpg);
    background-position: top right;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
}

section#break-repair-inloco {
    background-attachment: scroll;
    background-image: url(../img/repair-inloco.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:200px 0;
}

@media(min-width:1200px) {
    section#break-repair-inloco {
        background-attachment: fixed;
        padding:350px 0;
    }
}

section#break-hofler {
    background-attachment: scroll;
    background-image: url(../img/hofler.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:200px 0;
}

@media(min-width:1200px) {
    section#break-hofler {
        background-attachment: fixed;
        padding:350px 0;
    }
}

section#break-repairgear {
    background-attachment: scroll;
    background-image: url(../img/repairgear.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:200px 0;
}

@media(min-width:1200px) {
    section#break-repairgear {
        background-attachment: fixed;
        padding:350px 0;
    }
}

section#break-repairgeardetail {
    background-attachment: scroll;
    background-image: url(../img/repairgeardetail.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:200px 0;
}

@media(min-width:1200px) {
    section#break-repairgeardetail {
        background-attachment: fixed;
        padding:350px 0;
    }
}

section#break-qualitycontrol {
    background-attachment: scroll;
    background-image: url(../img/qualitycontrol.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:200px 0;
}

@media(min-width:1200px) {
    section#break-qualitycontrol {
        background-attachment: fixed;
        padding:350px 0;
    }
}

section#break-workbench {
    background-attachment: scroll;
    background-image: url(../img/workbench.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:200px 0;
}

@media(min-width:1200px) {
    section#break-workbench {
        background-attachment: fixed;
        padding:350px 0;
    }
}

section#break-video {
    background-attachment: scroll;
    background-image: url(../img/video.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:200px 0;
}

@media(min-width:1200px) {
    section#break-video {
        background-attachment: fixed;
        padding:350px 0;
    }
}

section#break-alignments {
    background-attachment: scroll;
    background-image: url(../img/alignments.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:200px 0;
}

@media(min-width:1200px) {
    section#break-alignments {
        background-attachment: fixed;
        padding:350px 0;
    }
}

section#break-thermography {
    background-attachment: scroll;
    background-image: url(../img/thermography.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:200px 0;
}

@media(min-width:1200px) {
    section#break-thermography {
        background-attachment: fixed;
        padding:350px 0;
    }
}

section#break-engineering {
    background-attachment: scroll;
    background-image: url(../img/engineering.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:200px 0;
}

@media(min-width:1200px) {
    section#break-engineering {
        background-attachment: fixed;
        padding:350px 0;
    }
}

section ul {
    list-style: none;
    max-width: 58%; 
    margin: auto;
    padding: 0 20px;
}

section ul li {
    list-style-image: url("../img/list.png");
    list-style-position: inside;
    font: 400 15px/1.8 'Roboto', sans-serif;
    border-bottom: 1px solid #E1CEAC;
    padding: 2px 0 !important;
    text-decoration: none;
    color: #000 !important;
    text-align: center ;
    text-indent: 15px;
}

section ul li.odd {
    background-color: #fff;
}


section ul li.even {
    background-color: #ddd;
}


section ul li.petsitting {
    /* list-style-image: url("../img/list.png"); */
    font: 300 15px/1.8 'Roboto', sans-serif;
    border-bottom: 1px solid #eee;
    padding: 2px 0 !important;
    text-decoration: none;
    color: #000 !important;
    text-align: left;
    text-indent: 15px;
}

section ul li.slogan-small {
    list-style: none;
}

section ul li:last-child {
    border: none;
}

section#workshops ul {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    min-height: 155px;
}

section#workshops ul li.petsitting {
    /* list-style-image: url("../img/list.png"); */
    font: 300 15px/1.8 'Roboto', sans-serif;
    border-bottom: 1px solid #ccc;
    padding: 2px 0 !important;
    text-decoration: none;
    color: #000 !important;
    text-align: left;
    text-indent: 15px;
}

section#workshops ul li:last-child {
    border: none !important;
}

section#contact {
    margin:0;
    padding: 130px 0 100px 0;
}

.shadow {
    
    /*background-color: #fff;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.1);*/

    margin:20px 0;
    padding: 30px 15px;
}
.noshadow{
    margin:20px 0;
    padding: 30px 0;
}

.input-field {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control {
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Roboto', sans-serif;
    color: #818181;
    font-size: 16px;
    height: 50px;
}

textarea.form-control  {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 165px;
}

#submit:hover {
  color: #fff;
}

#submit:before {
  background-color: #ED6600;
}

#submit.btn-effect:after {
  background: #2E2E2E;
}

.btn-orange  {
    background-color: #F7A500;
    border: 2px solid #F7A500;
    border-radius: 99px;
    display: inline-block;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    font-size: 20px;
    color: #333;
    width: 55px;
    text-align: center;
    line-height: 37px;

}
.btn-orange:hover {
    border: 2px solid #F7A500;
    background-color: #fff;
    color:#333;
}

.btn-send  {
    border: 2px solid #F7A500;
    background-color: #fff;
    border-radius: 99px;
    display: inline-block;
    padding: 15px 25px;
    margin: 0; 
    line-height: 18px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    font-size:15px;
    color: #000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.btn-send:hover {
    border: 2px solid #F7A500;
    background-color: #fff;
    color: #F7A500;
}
.btn-more {
    border: 2px solid #ED6600;
    background-color: #eee;
    border-radius: 99px;
    display: inline-block;
    padding: 10px 20px;
    margin: 20px; 
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    font-size:15px;
    color: #777;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
}
.btn-more:hover {
    background-color: #ED6600;
    border: 2px solid #ED6600;
    color:#fff;
}

.btn-invert-blue  {
    border: 1px solid #ED6600;
    background-color: #ED6600;
    border-radius: 40px;
    display: inline-block;
    padding: 15px 35px;
    margin: 30px 0; 
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    font-size:18px;
    color: #fff;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-style: italic;
}
.btn-invert-blue:hover
{
    background-color: transparent;
    border: 1px solid #ED6600;
    color:#fff;
}


/*============================================================
    Google Maps
==============================================================*/

#google-map {
    padding: 0;
}

#map-canvas {
    width: 100%;
    height: 650px;
}

section#login .form-group {
    margin-bottom: 25px;
}

section#login .form-group.username input,
section#login .form-group.username textarea {
    background:rgba(255,255,255,0.8) url(../img/user.png) no-repeat 5% 50%;
    background-size: 35px 35px;
    font-size: 14px;
    text-indent:50px;
    padding: 10px 20px;
    line-height: 40px;
    color: #333;
}

section#login .form-group.password input,
section#login .form-group.password textarea {
    background:rgba(255,255,255,0.8) url(../img/lock.png) no-repeat 5% 50%;
    background-size: 35px 35px;
    font-size: 14px;
    text-indent:50px;
    padding: 10px 20px;
    line-height: 40px;
    color: #333;
}

section#login .form-group input.form-control {
    height: auto;
}

section#login .form-group textarea.form-control {
    height: 236px;
}

section#login .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#login::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#login:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#login::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#login:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#login .text-danger {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
}

#data {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 2;
}

#data .data-pane {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-size: 14px;
    color: #333;
    padding: 15px;
    margin: 15px 5px 15px 5px;
    min-height: 300px;
}

footer {
    background-color: #333;
    padding: 50px 0 30px 0;
    text-align: center;
    color: #333;
}

footer img {
    padding-right: 5px;
}

footer strong {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}

footer ul {
    text-align: left;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

footer ul li a:link { color: #444; line-height: 25px; text-decoration: none; font-weight: 400;}
footer ul li a:visited { color: #444; }
footer ul li a:hover { color: #000; }

footer#fixed {
    width: 100%;
    position: fixed;
    bottom:0px;
    left:0px;
    z-index:999999;
    padding: 10px 0;
    text-align: center;
}

footer#fixed .container, .row {
    width: 100%;
    margin:auto;
}

footer#fixed .col-xs-6 {
    margin:0;
    padding:0;
}

footer#fixed .line {
    font-family: 'Lato', sans-serif;
    font-size:30px;
    font-weight:100;
    color:#fff;
    margin:0 4px 0 4px;
    padding:0;
}

footer#relative {
    width: 100%;
    position: absolute;
    bottom:0px;
    left:0px;
    z-index:999999;
    padding: 10px 0;
    text-align: center;
}

footer#relative .container, .row {
    width: 100%;
    margin:auto;
}

footer#relative .line {
    font-family: 'Lato', sans-serif;
    font-size:30px;
    font-weight:100;
    color:#fff;
    margin:0 4px 0 4px;
    padding:0;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    line-height: 50px;
}

footer#fixed span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    line-height: 50px;
    color: #fff;
}

footer a:link { color: #fff; line-height: 25px; text-decoration: none; }
footer a:visited { color: #fff; }
footer a:hover { color: #fff; }

footer .text-small { 
    font-size: 14px;
    line-height: 40px;
    color: #fff
}

.sigimg {
    width: auto;
    height: 25px;
}

@media(min-width:990px) {
    .sigimg {
        width: auto;
        height: 40px;
    }
}

ul.social-buttons {
    margin: 0;
}

ul.social-buttons li {
    margin:0 3px 0 0;
    padding:0;
}

ul.social-buttons li a {
    background-color: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    /* add border to the buttons */
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #555;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
}

@media(min-width:990px) {
    ul.social-buttons li a {
        background-color: #fff;
        display: inline-block;
        position: relative;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border: 1px solid #ddd;
        /* add border to the buttons */
        padding: 0px;
        text-decoration: none;
        text-align: center;
        color: #555;
        font-size: 14px;
        font-weight: normal;
        line-height: 42px;
        border-radius: 27px;
        -moz-border-radius: 27px;
        -webkit-border-radius: 27px;
    }
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    color:#333;
}

footer#fixed ul.social-buttons {
    margin-bottom: 0 0 0 10px;
}

footer#fixed ul.social-buttons li {
    margin:0 3px 0 0;
    padding:0;
}

footer#fixed ul.social-buttons li a {
    background-color: transparent;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    /* add border to the buttons */
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 42px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
}

footer#fixed ul.social-buttons li a:hover,
footer#fixed ul.social-buttons li a:focus,
footer#fixed ul.social-buttons li a:active {
    color:#333;
}

footer#relative ul.social-buttons {
    margin: 0 0 0 10px;
}

footer#relative ul.social-buttons li {
    margin:0 3px 0 0;
    padding:0;
}

footer#relative ul.social-buttons li a {
    background-color: transparent;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    /* add border to the buttons */
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 42px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
}

/* footer#relative ul.social-buttons li a:hover,
footer#relative ul.social-buttons li a:focus,
footer#relative ul.social-buttons li a:active {
    color:#333;
} */

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
    text-align: center;
}

.portfolio-modal .modal-content p {
    font-size: 16px;
    line-height: 1.75;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.portfolio-modal .modal-content .title {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 300;
    color: #F17B00;
}

.portfolio-modal .modal-content ul {
    margin: 0;
    padding: 0; 
}

.portfolio-modal .modal-content ul li {
    background-image: url(../img/list.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    padding-left: 18px;  
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
    background: none;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}

iframe {overflow: hidden;}

#click-to-call {
    position:fixed;
    bottom:200px;
    right: 20px;
    width:138px; 
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    z-index:9999;
}

@media screen and (max-width: 660px) {
    #click-to-call {
        position:fixed;
        bottom:200px;
        right: 20px;
        width:90px; 
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        line-height: 60px;
        z-index:9999;
    }
    #click-to-call img {
        width: 90px;
        height: auto;
    }
}

#to-top {
    border: 2px solid #E1CEAC;
    background-color: #E1CEAC;
    color:#333;
    border-radius: 99px;
    position:fixed;
    bottom:60px;
    right: 20px;
    width:60px; 
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 55px;
    z-index:9999;
    display: none;
}

#to-top a {
    color: #333;
}



.vjs-default-skin .vjs-big-play-button {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8.0em;
    height: 8.0em;
    margin: -42px 0 0 -42px;
    text-align: center;
    vertical-align: center;
    cursor: pointer !important;
    border: 0 !important;
    opacity: .95;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#3f3f3f', GradientType=0);
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.vjs-default-skin div.vjs-big-play-button:hover {
    -webkit-box-shadow: 0 !important;
    -moz-box-shadow: 0 !important;
    box-shadow: 0 !important;
}

.vjs-default-skin div.vjs-big-play-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 35px;
    height: 42px;
    margin: -20px 0 0 -15px;
    background: url('video-js.png') -100px 0
}

section#contact .form-group input,
section#contact .form-group textarea {
    -webkit-appearance: none;
    border-radius: 0;
    padding: 20px 0 20px 0;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 150px;
}

section#contact .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-family: 'HelveticaNeueLTProLt', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.25em;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-top:1px solid transparent;
    border-right:1px solid transparent;
    border-left:1px solid transparent;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#contact .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #000;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #000;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    color: #000;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    color: #000;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    color: #000;
}

section#contact .text-danger {
    color: #e74c3c;
}

.notification_error {
    /* background: #F8F0F1; */
    /* border: 1px solid #A25965; */
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #eb174c;
    text-align: left;
    margin: 0;
    padding: 15px 0;
    float: left;
}

.notification_ok {
    /* background: #f5f9fd; */
    /* border: 1px #567397 solid; */
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #54ABDD;
    text-align: left;
    margin: 0;
    padding: 15px 0;
    float: left;
}
#certificacao {
    width: 100%;
    height:120px;
    text-align: center;
    margin: 50px 0 0 0;
    float: left;
}

#certificacao a {
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}
#certificacao a:hover {
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

#certificacao a img {
    width:120px;
}

.arrow-placer {
    position: absolute ;
    bottom: 100px;
    width: 100%;
    z-index: 888;
}

.arrow {
  text-align: center;
  margin: 8% 0;
}

.arrow a {
  color: #fff;
  text-decoration: none;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}