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

/* Global Styles */

/*@font-face {*/
    /*/!*font-family: Roboto;*!/*/
    /*/!*src: url(../fonts/Roboto);*!/*/

    /*font-family: MyriadPro;*/
    /*src: url(../fonts/MyriadPro);*/
/*}*/

html,
body {
    width: 100%;
    height: 100%;
    /*font-family: Roboto, sans-serif;*/
    font-family: MyriadPro, sans-serif;
}

body {
    /*font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;*/

    min-height: 200px;
    /*padding-top: 60px;*/
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

hr.full {
    width: 100%;
    padding:5px 0;
    border-top:1px solid #aaa;
    margin:0 0px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: calc(100% - 143.6px);
    /*height: 100%;*/
    /*background: url(../img/bg3.jpg) no-repeat center center scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.products,
.services {
    padding: 50px 0;
}

.product-item,
.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.callout-link:link,
.callout-link:visited,
.callout-link:hover,
.callout-link:active {
    text-decoration: none;
    color: #FFFFFF;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

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

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    margin-top: 20px;
    padding: 20px 0 30px 0;
    background-color: #4a4a4a;
    /*background-color: rgba(0,0,0,0.6);*/
    color: #fff;
}

footer

/* navbar */
.navbar-custom {
    background-color: #337ab7;
    border-color: #E7E7E7;
}
/* title */
.navbar-custom .navbar-brand {
    color: #FFF;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #5E5E5E;
}
/* link */
.navbar-custom .navbar-nav > li > a {
    color: #FFF;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: #333;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #E7E7E7;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
}
/* caret */
.navbar-custom .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-custom .navbar-toggle {
    border-color: #FFF;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #FFF;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}

.bg-itigo1 {
    color: #000;
    /*background-color: #305496;*/
    background-color: #2b4c81;
}

.product-item {
    font-size: 150%;
    padding: 10px;
}

.product-row{
    min-width: 20%;
}

.navbar-brand
{
    font-size: 18px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    font-weight: normal;
}

.panel-arrow {
    font-size: 30px;
    color: #305496;
}

.headerLeftColumn {
    float: left;
    width: 200px;
    /*padding-bottom: 500em;*/
    /*margin-bottom: -500em;*/
}

.headerRightColumn {
    margin-left: 200px;
    /*padding-bottom: 500em;*/
    /*margin-bottom: -500em;*/
}
.carouselItemContent {
    margin: 20px;

}

.navbar {
    margin-bottom: 0px;
}

.container {
    padding-top: 5px;
    min-height: 60px;
}

.carousel-inner {
    /*max-height: calc(100vh - 60px) !important;*/
    max-height: 100vh !important;
}

.carousel-inner > .item {
    width: 100%;
    height: auto!important;
    /*max-height: calc(100vh - 60px) !important;*/
    max-height: 100vh !important;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel-container {
    margin-left:0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #8a8a8a;
}

.navbar-default .navbar-text {
    color: #aaa;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #5a5a5a;
}

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

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ccc;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ccc;
    background-color: #8a8a8a;
}

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

/*make the menu sub-menu items drop down on mouse hover*/
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
    /*background-color: #5a5a5a;*/
}

.carousel-caption-top {
    position: absolute;
    top: 80px;
    right: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption-left {
    position: absolute;
    top: 200px;
    right: 0%;
    left: 65%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.info-title {
    z-index: 10;
    text-align: center;
    color: #5a5a5a;
    font-size: 2em;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
    /*color: #337ab7;*/
}

.info-sub-title {
    z-index: 10;
    text-align: left;
    color: #5a5a5a;
    font-size: 2.0em;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
    /*color: #337ab7;*/
}
.container-content {
    position: absolute;
    right: 15%;
    left: 15%;
    z-index: 10;
}

#mobile-header,
#career,
#contact,
#solutions,
#product-analytics,
#product-mdm,
#product-sales,
#product-service,
#product-store-go,
#service-itigo,
#service-business-intelligence,
#service-project-management,
#service-mobile-development
{
    padding-top: 60px;
}

.menu-product,
.menu-service {
    background-color: #2b4c81;
}
.menu-product-item {
    position: relative;
    height: 90px;
    float: left;
    background-color: #2b4c81;
    border: solid 1px #2b4c81;
}

.menu-service-item {
    position: relative;
    height: 90px;
    float: left;
    background-color: #2b4c81;
    border: solid 1px #2b4c81;
}

.menu-product-item > a,
.menu-service-item > a {
    width: 100%;
    position: absolute;
    color: #fff;
    font-size: 15px;
    top: 50%;
    /*bottom: 50%;*/
    left: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*padding: 20px;*/
    text-align: center;
}

.menu-product-item:hover,
.menu-service-item:hover {
    background-color: #4b7abc;
    border: solid 1px #4b7abc;
}

.menu-product-item-active,
.menu-service-item-active {
    background-color: #3a65ab;
    border: solid 1px #3a65ab;
}

.row.menu-product,
.row.menu-service{
    margin-right: 0px;
    margin-left: 0px;
}

.header-title {
    position: absolute;
    top: 70px;
    right: 30%;
    left: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    font-size: 50px;
}

.header-caption {
    position: absolute;
    bottom: 20px;
    right: 30%;
    left: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    font-size: 20px;
}

.header-caption > a{
    color: white;
}

.product-content,
.service-content{
    display: none;
}

.page-content {
    font-size: 20px;
}

.centerpanel{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 390px;
}

/*.centerpanel div{*/
    /*width: 50%;*/
/*}*/

@media (max-width: 767px)  {
    .product-column{
        width: 100%;
        float: none;
    }

    .info-contact .left-content,
    .info-contact-header .left-content {
        width: 100% !important;
    }

    .info-contact .right-content,
    .info-contact-header .right-content{
        display: none !important;
    }

    .form-content {
        width: 100% !important;
    }

    .top-menu{
        background-color: #337ab7;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: rgba(0,0,0,0.2);
    }

    .menu-service-item,
    .menu-product-item {
        width: 100%;
    }

    .contact-form{
        width: 100%;
    }
}

@media (min-width: 768px) {
    .product-column{
        width: 20%;
        float: left;
    }

    .info-contact .left-content {
        width: 50% !important;
    }

    .info-contact .right-content{
        display: table !important;
    }

    .form-content {
        width: 90% !important;
    }

    .top-menu{
        background-color: rgba(0,0,0,0.2);
    }

    .menu-product-item {
        width: 25%;
    }

    .menu-service-item {
        width: 33.3%;
    }

    .contact-form{
        width: 95%;
    }
}

.scrolled{
    background-color: #2b4c81;
}

.left-content {
    float: left;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}

.right-content{
    float: right;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

.right-content > img,
.left-content > img {
    width: 100%;
    max-width: 200px;
    height: auto;
    padding: 10px;
}

.right-content > span,
.left-content > span {
    /*display: inline-block;*/
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

.left-content > img {
    display:block;
    margin:auto;
}

.right-content > img {
    display:block;
    margin:auto;
}

.clearfix{
    clear: both;
}

.font-thin {
    font-weight: 200;
}

.font-light {
    font-weight: 100;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-weight: 300;
    font-style: italic;
}

.large-text {
    font-size: 4vw;
}

.min-text {
    font-size: 12px;
}

.medium-text {
    font-size: 2vw;
}

.font-normal {
    font-weight: normal;
}

.white-text,
.white-text:hover,
.white-text:focus{
    color: #fff;
}

.light-gray-text,
.light-gray-text:hover,
.light-gray-text:focus{
    color: #aaa;
}

.content-center {
    display: table;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
}

.content-center2 {
    margin: 10px auto;
    position: relative;
    text-align:center;
}

.content-center2{
    display:inline-block;
    margin: 10px;
}

.what-is-itigo{
    width: 100%;
    height: auto;
    background-color: #2b4c81;
    padding: 40px 20px ;
    color: #fff;
}

.what-is-itigo > a,
.what-is-itigo > a:hover,
.what-is-itigo > a:focus {
    color: #fff;
}

.what-is-itigo > span {
    display:table;
    margin:0 auto;
}

.info-contact {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 475px;
    padding: 0;
}

.info-contact-header {
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    height: 120px;
}

.form-text {
    font-weight: 100;
}

.form-content {
    min-width: 200px;
    margin: 5px 0px 0px 0px;
}

.form-row > textarea,
.form-row > input[type=text] {
    width: 100%;
}

.form-action{
    float: right;
    text-decoration: none;
    background: #2b4c81 !important;
    color: #fff !important;
    height: 40px;
    border-width: 0px;
    font-size: 1.3em;
}

.btn {
    padding: 6px 12px !important;
}

.required {
    color: #e21444;
    vertical-align: middle;
}

.form-row {
    clear: both;
    display: table;
    width: 100%;
}

textarea {
    resize: none;
    overflow: auto;
    height: 60px;
}

.google-map{
    height: 340px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(0,0,0,0.2);
}

.default-page-header{
    display: table;
    position: relative;
    width: 100%;
    height: 270px !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.page-services {
    background: url(../img/bg7.jpg) no-repeat center center scroll;
}

.page-products {
    background: url(../img/bg3.jpg) no-repeat center center scroll;
}

.page-about {
    background: url(../img/bg14.jpg) no-repeat center center scroll;
}

.page-career {
    background: url(../img/bg10.jpg) no-repeat center center scroll;
}

.mobile-header{
    background: url(../img/bg3.jpg) no-repeat center center scroll;
}

.mobile-menu-solutions{
    display: table;
    position: relative;
    width: 100%;
    height: 90px !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.mobile-menu-solutions .carousel {
    background-color: #337ab7;
    height: 100%;
}

.solutions-header-title{
    height: 100%;
    width: 100%;
    display:table;
    margin-top: 90px;
    padding: 10px;
    font-size: 50px;
    color: #FFFFFF;
}

footer .container .centerpanel {
    height: auto;
    min-height: 280px;
}

.btn-blue {
    border-radius: 0;
    color: #fff;
    background-color: rgba(51,122, 183, 0.8);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active{
    color: #aaa;
}

.btn,
.btn-lg {
    padding: 10px 25px;
}

.footer-line-height{
    line-height: 25px;
}

.right-column{
    float: right;
    width: 230px !important;
}

.language-select {
    margin: auto;
    width: 50%;
    padding: 10px;
    max-width: 191px;
    min-width: 191px;
}

.language-select > span {
    float: left;
}

.copyright{
    width: 100%;
}

.square {
    margin: auto;
    width: 50%;
    min-width: 200px;
    max-width: 300px;
}

.square > i {
    padding: 10px 0;
    right: 50%;
    left: 44.5%;
}

.col-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#contactCountry {
    display: none;
}

/* recaptcha style */
#recaptchaContainer {
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

/* https://developers.google.com/recaptcha/docs/faq */
.grecaptcha-badge { visibility: hidden; }

.recaptcha-disclaimer {
    color: #BBB;
    font-size: 9pt;
    padding-bottom: 15px;
}


.light-gray-text a {
    color: #fff;
}