html, body, div, span, applet, object, iframe,
blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    /**** background-color: #192836; ****/
    background: #cbc7bd; /* Old browsers */
    background: -moz-linear-gradient(top, #cbc7bd 0%, #e5e3dd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cbc7bd 0%,#e5e3dd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cbc7bd 0%,#e5e3dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-repeat: no-repeat;
    background-attachment: fixed; 
}


.container {
    padding-right: 75px;
    padding-left: 75px;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
    background-color:#ffffff;
}

.nav-container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; 
}
#bs-example-navbar-collapse-1{
    max-width: 1175px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 650px) {
    .container  {
        max-width: 360px;
        padding-right: 12px;
        padding-left: 12px;
    }
    .panel {
        max-width: 100%;
    }
}

@media only screen and (max-width: 2000px) {
    .nav-container   {
        max-width: 1200px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .navbar-nav {
        margin-left: 425px;
        float: left !important;
    } 
}
@media only screen and (max-width: 1200px) {
    .nav-container   {
        max-width: 1000px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .navbar-nav {
        margin-left: 260px;
        float: left !important;
    } 
}
@media only screen and (max-width: 1100px) {
    .nav-container   {
        max-width: 700px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .navbar-nav {
        margin-left: 30px;
        float: left !important;
    } 
}
@media only screen and (max-width: 1000px) {
    .nav-container   {
        max-width: 800px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .navbar-nav {
        margin-left: 30px;
        float: left !important;
    } 
}

@media only screen and (max-width: 650px) {
    .nav-container  {
        width: auto;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
    }
    .navbar-inverse .navbar-nav > li > p {
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    font-weight:medium;
    color: #ff5400;
    line-height: 24px;
    margin-top: 15px;
    margin-left: 16px;
    }
    .panel-heading {
    height: 50px;
    }
    h2 {
    margin-top: 2px;
    }
}






.img-hover:hover {
    opacity: 0.3;
}


/********** Navigation **********/
/********** Navigation **********/
/********** Navigation **********/
/********** Navigation **********/

.navbar {
    height: 75px;
    border-bottom: 1px solid #ffffff;
}
.container > .navbar-collapse {
    margin-top: 10px;
    background-color: #1e1d1d;
}
.navbar-inverse {
    background-image: url("../images/topology.png");
    background-repeat: repeat;
    background-position: top left;
    display: block;
}
.navbar-header {
    max-width: 640px;
    margin-top: 1px
}
.navbar-brand {
   margin-top: 5px;
   width: 60px;
   height: 60px;
   background-image: url("../images/home_logo.png");
   background-repeat: no-repeat;
   background-position: top left;
   display: block;
   letter-spacing: 3px;
}

.navbar-brand:hover {
    background-image: url("../images/home_logo_hover.png");
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media only screen and (max-width: 650px) {
    #bs-example-navbar-collapse-1{
    margin-right: auto;
    margin-left: auto;
    background-color: #1e1d1d;
}
    ul.nav.navbar-nav.navbar-right {
        background-color: #1e1d1d;
        width: 650px;
    }
}

.navbar-nav {
    margin-top: 12px;

}
.nav>.navbar-nav>.navbar-right>li>a {
    color: #ffffff;
}
.navbar-toggle {
    margin-top: 18px;
    background-color: #ffffff;
}
button.navbar-toggle:hover {
    margin-top: 18px;
    background-color: #red;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #101631;
}
.navbar-inverse .navbar-nav > li > a {
    font-family: 'Exo', sans-serif;
    font-weight:600;
    font-size: 14px;
    font-weight:medium;
    color: #e5e3dd;
    line-height: 24px;
    letter-spacing: 2px;
    
} 
.navbar-inverse .navbar-nav > li > a:hover {
    font-family: 'Exo', sans-serif;
    font-weight:600;
    font-size: 14px;
    font-weight:medium;
    color: #ff2400;
    line-height: 24px;
    
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
    background-position: 0 100%;
    background-size: auto 6px;
    background-repeat: repeat-x;
    text-decoration: none;
    padding-bottom: 3px;
} 

@-webkit-keyframes move {
from {
    background-position: 2px 19px;
  }
  to {
    background-position: 500px 19px;
  }
}

@keyframe move {
from {
    background-position: 2px 19px;
  }
  to {
    background-position: 500px 19px;
  }
}

.navbar-inverse .navbar-nav > li > p {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ff2400 !important;
    line-height: 24px;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 15px;
    letter-spacing: 1px;
}
.brand > .vert-align-fix {
    display:inline-block;
    width: 1px;
    height:100%;
    vertical-align:middle;
    background:transparent;
    margin-left:-10px;
}

/**************************/
/********** Text **********/
/********** Text **********/
/********** Text **********/
/**************************/

h1.page-header-main {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #ff2400;
    border-bottom: none;
    margin-top: 0px;
    margin-bottom: 20px;
}
h1.page-header {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #ff2400;
    border-bottom: none;
    margin-top: 35px;
    margin-bottom: 20px;
}
h1.brand {
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #ff2400;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 13px;
    margin-left: 6px;
    float: none;
    display: inline-block;
    max-width: 200px;
}

h1.small {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #777;
    line-height: 30px;
    text-align: center;
}
@media only screen and (max-width: 650px) {
        h1.page-header-main {
        font-family: 'Exo', sans-serif;
        font-weight:600;
        font-size: 20px;
        font-weight:bold;
        line-height: 30px;
        color: #ff2400;
        border-bottom: none;
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

h2 {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-weight: bold;
    color: #ff2400;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: -2px;
}

h3 {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #ff2400;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

h3>a {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-weight: bold;
    color: #ff2400;
    line-height: 30px;
    text-align: left;
}
h3>a:hover {
    color: #2c5276;
    text-decoration: none;
}

h4 {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 22px;
    font-weight: bold;
    color: #ff2400;
    line-height: 30px;
    text-align: center;
}

h6 {
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 20px;
    font-weight: bold;
    color: #ff2400 !important;
    line-height: 26px;
}

em {
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 19px;
    color: #ff2400;
    line-height: 24px;
    line-height: 26px;
}

p {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 10px; 
}

p.important {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px; 
}

p.important-bolded{
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #ff2400 !important;
    line-height: 24px;
    letter-spacing: 1px; 
}

/****************************************/
/****************************************/
/********** Home Page Carousel **********/
/********** Home Page Carousel **********/
/********** Home Page Carousel **********/
/****************************************/
/****************************************/



header.carousel {
    height: 65%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-indicators li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0;
    background-color: #fff;
}

.page-header {
padding-bottom: 9px;
margin: 20px 0px 0px;
border-bottom: 0px;
}

.page-header-padded {
margin: 50px 0 70px;
border-bottom: 2px solid #2c2c2c;
}

.panel-default > .panel-heading {
    background-color: #1e1d1d;
}
.panel-default {
    border-color: #1e1d1d;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-radius: 0px;
}
.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.services-panel-default {
    margin: 50px 0 20px;
    border-color: #192836;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.services-panel-default > .panel-heading {
    background-color: #2c5276;
}
.tab-pane {
    padding-top: 30px;
}
.row-footer {
    background-color: red;
}

hr {
    border-color: #192836;
    border-bottom: 1px solid;
    margin-top: 50px;
    margin-bottom: 50px;
}

.img-responsive.img-related{
    margin: 5px 0px 0px 0px;
}

.error-404 {
    font-size: 100px;
}

/****************/
/****************/
/***** Milo *****/
/****************/
/****************/

figure.effect-milo {
    background: #cbc7bd;
    width: auto;
    height: 300px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
figure.effect-milo-portfolio {
    background: #cbc7bd;
    width: auto;
    height: 395px;
    overflow: hidden;
    /* margin-top: 40px; */
    margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
    figure.effect-milo-portfolio {
    height: 360px;
    } 
}

@media only screen and (max-width: 650px) {
    figure.effect-milo-portfolio {
    height: 260px;
    }
}

figure.effect-milo img {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.12);
    transform: translate3d(-10px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-milo-portfolio img {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.12);
    transform: translate3d(-10px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-milo:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}
figure.effect-milo-portfolio:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
}

figure.effect-milo p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-milo img > .img-responsive .img-portfolio .img-hover {
    width: 300px;
    height: 320px;
}

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

/********* Services **********/
/********* Services **********/
/********* Services **********/

.nav-tabs.nav-justified > .active {
    border-bottom-color: #192836;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: none;
    border-left: 2px solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
} 

.nav-tabs.nav-justified > li {
    border-bottom-color: #192836;
    border-bottom: 2px solid;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: none;
}


/* Footer Styles */

footer {
    margin: 30px 10px 0px 10px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.footer {
    width: 100%;
    background-color: #1e1d1d;
}
.footer-container {
    width: 1170px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 75px;
    padding-left: 75px;
}
@media only screen and (max-width: 2000px) {
        .footer-container  {
        max-width: 1270px;
        height: 400px;
        padding-right: 14px;
        padding-left: 14px;
    }
        /*.footer {
        margin-right: 18px;
        margin-left: 18px;
    } */
}
@media only screen and (max-width: 1200px) {
        .footer-container  {
        max-width: 970px;
        height: 300px;
        padding-right: 14px;
        padding-left: 14px;
    }
}
@media only screen and (max-width: 1000px) {
        .footer-container  {
        /*  max-width: 753px; */
        height: 650px;
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 650px) {
        .footer-container  {
        max-width: 360px;
    }
        h1.page-header {
        font-family: 'Exo', sans-serif;
        font-weight: 800;
        font-size: 20px;
        color: #ff2400;
        border-bottom: none;
        margin-top: 15px;
        margin-bottom: 1px;
    }
        header.carousel {
        height: 45%;
        border-top: 1px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }
    
        h3 {
        font-family: 'Exo', sans-serif;
        font-weight: 600;
        font-size: 18px;
        font-weight: bold;
        color: #ff2400;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    
    em {
        font-family: 'Exo', sans-serif;
        font-weight: 800;
        font-size: 16px;
        color: #ff2400;
        line-height: 24px;
        line-height: 26px;
    }
    p {
        font-family: 'Exo', sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #000000;
        line-height: 20px;
        margin-bottom: 10px;  
    }
}
.footer-container footer p {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ff2400 !important;
    line-height: 26px;
}

.footer-social {
    width: 50px;
    height: 50px;
    background-image: url("../images/instagram_logo.png");
    background-repeat: no-repeat;
    background-position: top left;
    display: inline-block;
}

.footer-social a:hover {
    background-image: url("../images/instagram_logo.png");
    background-repeat: no-repeat;
    background-position: top left;
    display: inline-block;
    opacity: .3 !important;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footer-container footer p a {
    font-family: 'Exo', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #e5e3dd !important;
    line-height: 12px;
}

.footer-container footer p a:hover {
    font-family: 'Exo', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #ff2400 !important;
    line-height: 12px;
    
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
    background-position: 0 100%;
    background-size: auto 6px;
    background-repeat: repeat-x;
    text-decoration: none;
    padding-bottom: 3px;
}


.footer a img {
    opacity: 1 !important;
}
.footer a img:hover {
    opacity: .3 !important;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*********************/
/*********************/
/* Responsive Styles */
/*********************/
/*********************/


.pagination > li > a {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px; 
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0d0e13;
    font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 14px;
    color: #000000;
}

.pagination > .active > a, .pagination >
.active > a:focus, .pagination > .active >
a:hover, .pagination > .active > span,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff2400;
    border-color: #ff2400;
}

.pagination > li >  a:hover {
    background-color: #ff8a00;
}

.col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:48%;
    position:relative;
    height:0;
    margin-left: 10px;
    margin-right: 10px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*********************/
/*********************/
/**** Pinch Zoom *****/
/*********************/
/*********************/











