﻿/* Global Styles */

html, body {
    font-size: 16px;
}

body {
}

.zoom-out {
    -webkit-transform: scale(1.00);
    -moz-transform: scale(1.00);
    transform: scale(1.00);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.container {
    height: 100%;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
    margin-bottom: 30px;
}

.tab-pane {
    margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
    padding: 50px 0;
}

.section-colored {
    background-color: #e1e1e1;
    /* change this to change the background color of a colored section */
}

.sidebar {
    margin-top: 40px;
}

    .sidebar ul {
        border-radius: 5px;
        padding: 5px;
        border: 1px solid #cccccc;
    }

/* Half Page Height Carousel Customization */
.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
    margin-bottom: 45px;
}

.tooltip-social a {
    text-decoration: none;
    color: inherit;
}

.facebook-link a:hover {
    color: #3b5998;
}

.linkedin-link a:hover {
    color: #007fb1;
}

.twitter-link a:hover {
    color: #39a9e0;
}

.google-plus-link a:hover {
    color: #d14836;
}

/* Service Page Styles */
.service-icon {
    font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
    font-size: 8em;
}

/* Pricing Page Styles */
.price {
    font-size: 4em;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.price-month {
    font-size: 35%;
    font-style: italic;
}

/* Footer Styles */
footer {
}

/* Responsive Styles */
@media (min-width: 0px) {

    .col-p-20 {
        width: 50%;
        float: left;
    }

    footer .text-right-xs {
    }

    .navbar-brand {
        height: 100px;
        padding-top: 0px;
    }

    .navbar-toggle {
        padding: 10px;
        margin: 35px 15px 0px 0;
    }
    
    .narbar-shortcut {
        padding-top: 10px;
        letter-spacing: 2px;
        white-space: nowrap;
    }
}

@media (min-width: 768px) {

    .col-p-20 {
        width: 20%;
        float: left;
    }

    body {
    }

    footer .text-right-xs {
        text-align: right;
    }

    .navbar-brand {
        padding-top: 25px;
        padding-right: 5px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-break-line {
        clear: left;
    }

    .nav > li > a {
    }

    .navbar-toggle {
    }

    .narbar-shortcut {
        padding-top: 10px;
        letter-spacing: 2px;
        white-space: nowrap;
    }

    .site-title {
        padding-top: 50px;
        float: left;
        font-size: 13px;
        color: red;
    }
}

@media (min-width: 979px) {
    body {
    }
}

@media (min-width: 1200px) {
    body {
    }
}

.col-half-offset {
    margin-left: 4.166666667%;
}

.accesskey {
    font-size: 13px;
    letter-spacing: 2px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

#font-adjust {
    background: url(../images/home/font-adjust-bg.png) no-repeat;
    background-position: right;
    text-align: right;
    font-size: 13px;
    padding-right: 4px;
}

    #font-adjust > span {
        vertical-align: middle;
    }

.nounderline a, a:hover, a:visited {
    text-decoration: none;
}

.text-overflow-hidden {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.valign-middle {
    vertical-align: middle !important;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

.margin-top-4 {
    margin-top: 4px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.padding-0 {
    padding: 0px !important;
}

.padding-top-4 {
    padding-top: 4px;
}

.padding-top-8 {
    padding-top: 8px;
}

.padding-top-12 {
    padding-top: 12px;
}

#font-adjust a {
    width: 0px;
    height: 0px;
}

#font-adjust img {
    width: 0px;
    height: 0px;
    padding: 13px 11px 12px 11px;
}

.google-advance-search {
    padding-left: 8px;
    padding-right: 2px;
    height: 38px;
    line-height: 40px;    
}

.narbar-xs-pull-right{
    text-align:right;
}
