/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html
{
    min-height: 100%;
    height: auto;
}
body {
    padding-top: 50px;
    color: #5a5a5a;
    background-color: white;
    overflow-y: scroll;
    position: relative;
    font-size: 15px;
    text-align: justify;
}

.navbar-brand img {
    position: relative;
    top: -12px;
}

#content{
    min-height: 850px;
    text: center;
}

#loading.overview{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 100%;
}
@media (max-width: 1220px) {
    #loading.overview{
      right: 0;
      left: 0;
      margin-left: 10;
  }
}
.your-rack img{
    margin: 20px 0 20px -60px;
}

.second-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.first-heading {
    text-align : center;

}

/*------------  Dropdown menu --------------*/

.dropbtn {
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-submenu >.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6

}

.dropdown-submenu >a:after {
    display: block;
    float: right;
    width: 10;
    height: 10;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover >a:after {
    border-left-color: black;

}

.dropdown-submenu.pull-left {
    float: center;

}

.dropdown-submenu.pull-left >.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.carousel .item {
    height: 500px;
}

/* Service-row
-------------------------------------------------- */

.service-description {
    height: 212px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.services {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-left: 50px;
}

.marketing {
    padding-right: 0px;
    padding-left: 0px;
    margin-top:30px;
    text-align:center;
    margin:20px;
}

/* Cener align the text within the three columns below the carousel */

.marketing .col-md-4 {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-md-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media screen and (max-width: 320px) {
    .btn{
        font-size: 90%;
    }

    .overview > h1 {
        font-size: 14px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 15px;
    }
    h3 {
        font-size: 16px;
    }
}


@media (min-width: 320px) {
    .cloudcix-iaas {
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
    }

}


@media (min-width: 768px) {

    /* Remove the edge padding needed for mobile */
    .cloudcix-iaas {
        padding-right: 10px;
        padding-left: 10px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    h3 {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
    h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px){
    .carousel-caption{
        bottom: 100px;
    }
    h3 {
        font-size: 16px;
    }
    .cloudcix-iaas {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media (min-width: 768px){
    #rackspace .col-sm-3 {
        max-width:20%!important;
    }
    #rackspace .col-sm-3:hover{
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 100;
    }
    #rackspace .col-sm-3:hover .panel{
        -moz-box-shadow: 0 0 3px #333;
        box-shadow: 0 0 3px #333;
    }
}

@media (min-width: 991px){
    #rackspace .col-sm-3 {
        max-width:188px!important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .panel-cix > .panel-heading > h1 {
        line-height:0.5;
    }
    #twitter-widget-0 {
        position:relative;
        left:-8px;
    }
}

/* CIX custom*------------------------------ */
.communications_title {
    text-align: center;
    position: relative;
    text-align: center;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;

}


.logo{
    padding:0px !important;
    overflow: visible;
}
.logo.visible-lg{
    position: absolute !important;
    top: -17px;
    right: 0;
    width: 197px;
    height: 90px;
}

.logo.hidden-lg{
    position: relative;
    height: 46px;
    width: 107px;
    top: 3px;
    left: 0;
    margin-right: 10px;
}

.overview{
    background: url("../img/cix-14.jpg") no-repeat right top;
    position: relative;
    height: 120px;
    color: #fff;
    margin:0 auto;
    margin-bottom: 30px;
    max-width: 1200px;
    text-shadow: 0 1px 3px #000, 0 0 30px #777; /* Fallback */
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
}
.overview .container{
    padding-top: 30px;
    padding-left: 10px;
    position: relative;
    height: 100%;
}
.overview h1{
    position: absolute;
    bottom: 0!important;
    word-break: break-all;
    font-size: 20px;
}

#footer{
    margin-top: 20px;
    padding-bottom: 0px;
    bottom: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;

}

#footer > div{
    border-top: 1x solid black;
}
#footer .row {
    background-color: #D8D8D8;
    padding-top: 25px;
    padding-bottom: 15px;

}

.row img{
    max-width: 100%;
}



table th{
    padding-left: 10px;
    background: #CCCCCC;
}
table td{
    background: #EEEEEE;
    border:0!important;
}
table tr{
    margin-left: 10px;
    text-align: left;
    border-bottom: 2px solid;
}
table tr:last-of-type{
    border-bottom: none;
}

.large{
    font-size: 18px;
}
.bold{
    font-weight: bold;
}
.panel-cix {
    border-color: #333;
    background-color: #EEE;
}
.panel-cix > .panel-heading {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.panel-cix > .panel-heading > h1 {
    font-size: 70px;
    font-weight: bold;
}
.panel-cix > .panel-heading > h1 > sup {
    font-size: 35%!important;
    top:-1.4em;
    font-weight: normal;
}
.panel-cix > .panel-heading > small {
    color: #bbb;
    font-size: 13px;
}
.cix-box{
    padding: 10px;
    border: 3px solid;
    border-radius: 10px;
    background: #EEEEEE;
}
.cix-box .ui-slider-handle{
    border: 1px solid #333;
    background-color: #767676;
    background-image: none;
}
.slider{
    margin: 10px;
}
.right{
    float: right;
}
.vps-sys, .vps-sup{
    margin-right: 10px!important;
}
#vps-total, #comm-total{
    font-size: 53px;
}
#providers img{
    display: block;
    margin: 20px auto;
}
#rackspace .col-sm-3 {
    padding: 1px;
}
/* CLoudCix saas page --------------------- */

.saas-service-icon {

    margin-left: 10px;
    background-color:#E0E0E0;
    border-radius: 6px
    transition-property: background, border-radius;
    transition-duration: 1s;
    transition-timing-function: linear;
}

.saas-service-icon:hover {
    background: #E0E0E0;
    border-radius: 50%;
}

.fa-2x {
    font-size: 2em !important;}

    .fa-3x {
      font-size: 3em !important;}
      .fa-4x {
          font-size: 3em !important;}
          .fa-5x {
              font-size: 5em !important;}

/*team page in www.cloudcix.com
----------------------------------------------------*/

.social-icons li {
    display: inline;
}

.social-icons li a {
    background-color: #D8D8D8 ;
    color: #009999;
    padding: 10px 10px;
    text-decoration: none;

}

.social-icons li a:hover {
    background-color: #FFFFCC;
}

div .team-info {
    text-align: center;
    background-color: #E0E0E0 ;
    height: 156px;
}


div .team-info:hover{
    background-color: #FFFFCC;
}


.box:hover {
    border: 1px solid #009999;
}

.section-title {

    top-padding: 10px;
    width: 200px;
    height: 50px;
    background-color: #D8D8D8;


/* TOOLTIP
-------------------------------------------------- */
#tip {
    background-color: white;
    border: 1px solid black;
    position: absolute;
    left: -9999px;
    top: 100px;
    word-wrap: break-word;
    overflow-x: auto;
}

#wrapper {
    position: relative;
    width: 800px;
    height: 600px;
}

/* RESPONSIVE TABLE */

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
     display: block;
 }

 /* Hide table headers (but not display: none;, for accessibility) */
 #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#no-more-tables tr { border: 1px solid #ccc; }

#no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align:left;
}

#no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
}

/*
Label the data
*/
#no-more-tables td:before { content: attr(data-title); }
}
}
