/* 
Custom CSS for...
'Skarstind' HTML Theme

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
    height: 100%;
}

body {
    padding-top: 50px; /* body padding for fixed top nav */
}

.focus {
    text-decoration: underline;
}

.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 {
    /* change this to change the background color of a colored section */
    background-color: #e1e1e1;
}

.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;
}


/* Responsive Styles */
@media (max-width: 767px) {

    .carousel {
        height: 70%; /* increases the carousel height so it looks good on phones */
    }
}

.img-center {
    margin: 0 auto;
}




/* Footer Styles */
footer {
    font-size: 90%;
    margin: 20px 0;
    position: relative;
}

    footer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    footer li {
        float: left;
        margin: 0;
        padding: 10px 0 2px 0;
    }

        footer li a,
        footer li span {
            display: block;
            text-decoration: none;
            padding: 0 6px;
        }

        footer li a {
            border-left: solid 1px #26292E;
        }

        footer li.tagline {
            float: right;
            padding-right: 10px;
            font-weight: normal;
            font-size: 90%;
        }

        footer li.logo {
            float: left;
            font-weight: bold;
            font-family: 'Bauhaus 93', Arial, Helvatica, Sans-Serif;
            font-size: 140%;
        }

            footer li.logo.small {
                font-size: 80%;
            }


/* Flipant icons */

.flipant-icon ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.flipant-icon ul li {
    display: inline-block;
    margin: 15px;
    list-style: none;
    cursor: pointer;
}

.flipant-icon ul li a {
    display: block;
    width: 70px;
    height: 70px;
    background: #26292E;
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flipant-icon ul li a span {
    display: inline-block;
    margin: 0;
    color: #55606a;
    font-size: 32px;
    line-height: 70px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flipant-icon ul li:hover a, .icons-example ul li.active a {
    background-color: #428bca;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipant-icon ul li:hover a span, .icons-example ul li.active a span {
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
