﻿/*
* Author: Vasterad
* Template: Astrum
* URL: http://themeforest.net/user/Vasterad/
*/


/* =================================================================== */
/* Miscellaneous
====================================================================== */
.headline {
    font-size: 20px;
    background-color: #fff;
    padding-right: 10px;
    position: relative;
    float: left;
}

.line {
    background: #ddd;
    width: 100%;
    float: left;
    height: 1px;
    display: inline-block;
    margin: -26px 0 25px 0;
}

.widget .line {
    margin-bottom: 22px;
}

.bold {
    font-weight: bold;
}

/* Tagline
====================================*/
#tagline {
    margin: 60px 0 40px 0;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #505050;
}

    #tagline p {
        line-height: 28px;
        margin: 3px 0;
    }

    #tagline span,
    #tagline a {
        background: #a0a0a0;
        color: #fff;
        padding: 0 7px 1px 7px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        box-shadow: inset 0 -1px 0 0 #000000;
        box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.05);
    }


/* Breadcrumbs
====================================*/
#breadcrumbs ul {
    float: right;
    font-size: 13px;
    margin-top: 27px;
    font-weight: 500;
}

    #breadcrumbs ul li {
        display: inline-block;
        color: #999;
        margin: 0 0 0 5px;
    }

        #breadcrumbs ul li:after {
            content: "";
            font-family: "FontAwesome";
            font-size: 12px;
            color: #ccc;
            margin: 0 0 0 9px;
        }

        #breadcrumbs ul li:last-child:after,
        #breadcrumbs ul li:first-child:after {
            content: "";
            margin: 0;
        }

        #breadcrumbs ul li:last-child a,
        #breadcrumbs ul li a {
            color: #888;
            font-weight: 600;
        }

            #breadcrumbs ul li a:hover {
                color: #a0a0a0;
            }

        #breadcrumbs ul li:first-child {
            padding-right: 0;
            margin-left: 0;
        }

        #breadcrumbs ul li:first-child,
        #breadcrumbs ul li:last-child {
            color: #999;
            background: none;
        }

        #breadcrumbs ul li:last-child {
            padding: 0;
            background: none;
        }



/* Google Maps
====================================*/
#googlemaps {
    padding-bottom: 30%;
    border-radius: 3px;
}

.google-map-container {
    margin: 0 0 35px 0;
}

    .google-map-container img {
        max-width: none !important;
    }

.map-locations {
    padding-left: 15px;
    padding-top: 15px;
}

    .map-locations .location-container span.location-name {
        color: #666;
    }

/* Contact Details
====================================*/
.contact-informations {
    margin: 20px 0 0 0;
}

    .contact-informations p {
        margin: 0;
    }

.contact-details-alt p {
    margin: -2px 0 0 22px;
    line-height: 18px;
}

.contact-informations li i {
    float: left;
    margin: 3px 5px 0 0;
    color: #909090;
}

.contact-informations li,
.contact-informations.second li {
    margin: 3px 0;
}


/* Tooltips
====================================*/
#tiptip_holder {
    display: none;
    position: absolute;
    left: -12px;
    top: 0;
    z-index: 99999;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    #tiptip_holder.tip_bottom {
        padding-top: 5px;
    }

    #tiptip_holder.tip_right {
        padding-left: 5px;
    }

    #tiptip_holder.tip_left {
        padding-right: 5px;
    }

#tiptip_content {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 10px;
    background-color: #666;
    /* ReSharper disable once CssBrowserCompatibility */
    border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #666;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #666;
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #666;
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #666;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #666;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #666;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #666;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #666;
}


/* Tabs
====================================*/
.tabs-nav {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    .tabs-nav li {
        float: left;
        line-height: 38px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }

        .tabs-nav li a {
            background-color: #f2f2f2;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            color: #888;
            font-weight: 500;
            display: block;
            letter-spacing: 0;
            outline: none;
            padding: 0 20px;
            text-decoration: none;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            /* ReSharper disable once RequiresFallbackColor */
            box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.05);
        }

        .tabs-nav li:first-child a {
            /* ReSharper disable once CssBrowserCompatibility */
            border-radius: 3px 0 0 3px;
        }

        .tabs-nav li:last-child a {
            /* ReSharper disable once CssBrowserCompatibility */
            border-radius: 0 3px 3px 0;
        }

        .tabs-nav li.active a {
            background: #a0a0a0;
            color: #fff;
            /* ReSharper disable once CssBrowserCompatibility */
            /* ReSharper disable once RequiresFallbackColor */
            box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.1);
        }

.tab-content {
    padding: 10px 0;
}

.tabs-container {
    overflow: hidden;
    width: 100%;
}


/* Accordions & Toggles
====================================*/
.ui-accordion .ui-accordion-header,
.trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    line-height: 26px;
    font-weight: bold;
    outline: none;
    font-size: 15px;
    background-color: #fff;
    /* ReSharper disable once RequiresFallbackColor */
    box-shadow: 0 3px 10px 1px rgba(0,0,0, 0.25);
    padding: 10px 12px;
    margin-bottom: 10px;
    border: 0 none;
}

    .ui-accordion .ui-accordion-header .ui-icon {
        position: absolute;
        right: .5em;
        top: 50%;
        margin-top: -8px;
        left: auto;
    }

.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
.trigger.active a,
.trigger.active a:hover {
    background: #a0a0a0;
    color: #fff;
    /* ReSharper disable once CssBrowserCompatibility */
    /* ReSharper disable once RequiresFallbackColor */
    box-shadow: 0 3px 10px -1px rgba(0,0,0, 0.25);
}

.ui-accordion .ui-accordion-content,
.toggle-container {
    border: 0 none;
}

    .ui-accordion .ui-accordion-content p {
        margin: 0;
    }

.ui-accordion-icon:before,
.ui-accordion-icon-active:before,
.toggle-icon:before {
    font-family: "FontAwesome";
    content: "";
    color: #a0a0a0;
    font-size: 18px;
    display: block;
    float: left;
    line-height: 25px;
    margin: 0 8px 0 0;
}

.toggle-container p {
    margin: 0;
}

.ui-accordion-icon-active:before,
.trigger.active .toggle-icon:before {
    content: "";
    color: #fff;
}

.faq .toggle-icon:before,
.faq .trigger.active .toggle-icon:before {
    content: "";
}


/* Skill Bars
===================================== */
.skill-bar {
    height: 38px;
    position: relative;
    margin: 0 0 14px 0;
    background-color: #f2f2f2;
    box-shadow: inset 0 -1px 0 0 #000000;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.05);
    /* ReSharper disable once CssBrowserCompatibility */
    border-radius: 3px;
}

.skill-title {
    color: #fff;
    font-size: 14px;
    background-color: #000000;
    background-color: rgba(0,0,0, 0.05);
    /* ReSharper disable once CssBrowserCompatibility */
    border-radius: 3px 0 0 3px;
    padding: 7px 14px;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
}

    .skill-title i {
        margin: 0 3px 0 0;
    }

.skill-bar-value {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #a0a0a0;
    box-shadow: inset 0 -1px 0 0 #000000;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.1);
    /* ReSharper disable once CssBrowserCompatibility */
    border-radius: 3px;
    overflow: visible !important;
}


/* Regular Table
====================================*/
table.standard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px;
    /* ReSharper disable once CssBrowserCompatibility */
    box-shadow: 0 1px 1px 0 #000000;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03);
}

    table.standard-table th {
        border: 1px solid #e4e4e4;
        border-right: none;
        background-color: #fafafa;
        text-align: left;
        padding: 10px 15px;
        color: #444;
        vertical-align: top;
        font-size: 14px;
        font-weight: 600;
    }

        table.standard-table th:first-child {
            /* ReSharper disable once CssBrowserCompatibility */
            border-radius: 3px 0 0 0;
        }

        table.standard-table th:last-child {
            /* ReSharper disable once CssBrowserCompatibility */
            border-radius: 0 3px 0 0;
            border-right: 1px solid #e4e4e4;
        }

    table.standard-table td:last-child {
        padding: 0 0 0 15px;
        border-right: 1px solid #e4e4e4;
    }

    table.standard-table td {
        /*padding: 10px 15px;*/
        border: #e4e4e4 1px solid;
        border-top: none;
        border-right: none;
    }

    table.standard-table tr:hover td {
        background-color: #fafafa;
    }

/* Dropcaps
====================================*/
.dropcap {
    float: left;
    color: #a0a0a0;
    font-size: 58px;
    line-height: 54px;
    padding-top: 4px;
    padding-right: 10px;
    margin-top: -2px;
}

    .dropcap.gray {
        color: #555;
    }


/* Highlights
====================================*/
.highlight.color,
.highlight.gray,
.highlight.light {
    padding: 2px 6px;
    color: #fff;
    /* ReSharper disable once CssBrowserCompatibility */
    border-radius: 3px;
    /* ReSharper disable once CssBrowserCompatibility */
    /* ReSharper disable once RequiresFallbackColor */
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.1);
}

.highlight.color {
    background: #a0a0a0;
}

.highlight.gray {
    background: #aaa;
}

.highlight.light {
    background: #f2f2f2;
    color: #888;
    /* ReSharper disable once RequiresFallbackColor */
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.05);
}


/* Blockquote
====================================*/
blockquote {
    border-left: 3px solid #e8e8e8;
    padding-left: 20px;
    color: #a0a0a0;
    line-height: 24px;
    margin: 5px 0 20px 15px;
}


/* Large Notice
====================================*/
.large-notice {
    padding: 32px;
    border-radius: 3px;
    background-color: #fcfcfc;
    border: 1px solid #e4e4e4;
}

    .large-notice h2 {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 22px;
    }

    .large-notice p {
        font-size: 14px;
        color: #888;
        line-height: 22px;
    }


/* Notice Boxes
====================================*/
.notice-box {
    background: #f8f8f8;
    padding: 32px 28px;
    border-radius: 4px;
    margin: 0 0 20px 0;
    /* ReSharper disable once RequiresFallbackColor */
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.05);
    border-radius: 3px;
    text-align: center;
}

    .notice-box,
    .notice-box i,
    .notice-box p,
    .notice-box h3 {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .notice-box p {
            margin: 0;
            color: #777;
        }

        .notice-box h3 {
            line-height: 26px;
            padding-bottom: 8px;
        }

        .notice-box i {
            font-size: 80px;
            height: 80px;
            color: #a0a0a0;
            margin: 10px 0;
            display: block;
        }

        .notice-box:hover {
            background: #a0a0a0;
            color: #fff;
            box-shadow: inset 0 -1px 0 0 #000000;
            box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.1);
        }

            .notice-box:hover h3,
            .notice-box:hover p,
            .notice-box:hover i {
                color: #fff;
            }


/* List Styles
====================================*/
.list-1 li,
.list-2 li,
.list-3 li,
.list-4 li {
    list-style: none;
    margin: 7px 0;
    margin-left: 2px;
}

    .list-1 li:first-child,
    .list-2 li:first-child,
    .list-3 li:first-child,
    .list-4 li:first-child {
        margin-top: 0;
    }

    .list-1 li:before,
    .list-2 li:before,
    .list-3 li:before,
    .list-4 li:before {
        content: "";
        font-family: "FontAwesome";
        margin: 0 7px 0 0;
        position: relative;
        color: #a0a0a0;
    }

    .list-1 li:before {
        content: "";
    }

    .list-2 li:before {
        content: "";
    }

    .list-3 li:before {
        content: "";
    }

    .list-4 li:before {
        content: "";
    }


/* Pricing Tables 
===================================== */
.plan {
    box-shadow: 0 1px 1px 0 #000000;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03);
}

    .plan h3 {
        width: 100%;
        font-size: 22px;
        padding: 18px 0;
        color: #fff;
        font-weight: 300;
        text-align: center;
        background-color: #b4b4b4;
        border-radius: 3px 3px 0 0;
    }

.plan-price {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 25px 0 22px 0;
    position: relative;
    background-color: #a7a7a7;
}

.plan-currency {
    font-size: 24px;
    color: #fff;
    position: absolute;
    margin: 0 -20px;
}

.period {
    display: block;
    font-size: 16px;
    margin: 5px 0 0 0;
    opacity: 0.6;
}

.plan-features {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 12px 25px;
    border-radius: 0 0 3px 3px;
}

    .plan-features ul li {
        padding: 12px 0;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
    }

    .plan-features a.button {
        position: relative;
        display: block;
        width: 80px;
        margin: 0 auto;
        margin-top: 22px;
        margin-bottom: 10px;
        text-align: center;
        background-color: #b4b4b4;
        color: #fff;
    }

        .plan-features a.button:hover {
            background-color: #a7a7a7;
        }

/* Premium Plan Style */
.premium .plan-price,
.premium .plan-features a.button:hover {
    background-color: #68a914;
}

.premium.plan h3,
.premium .plan-features a.button {
    background-color: #a0a0a0;
}

.featured .plan-price,
.featured .plan-features a.button:hover {
    background-color: #5c5c5c;
}

.featured.plan h3,
.featured .plan-features a.button {
    background-color: #666;
}


/* Get In Touch
====================================*/
.get-in-touch {
    margin: 15px 0 0 0;
}

    .get-in-touch li p strong {
        color: #888;
        float: left;
        font-weight: 600;
        margin: 0 5px 5px 0;
    }

    .get-in-touch .icon-map-marker {
        font-size: 16px;
    }

    .get-in-touch li {
        margin: 0 0 15px 0;
    }

    .get-in-touch p,
    .get-in-touch li,
    .get-in-touch a {
        color: #888 !important;
    }

    .get-in-touch p {
        margin: -2px 0 0 25px;
        line-height: 20px;
    }

    .get-in-touch li i {
        float: left;
        margin: 2px 0 0 0;
        color: #a6a6a6;
    }


/* Search / Newsletter Inputs
====================================*/
.newsletter-btn,
.search-btn {
    background-color: #a0a0a0;
    border-radius: 0 3px 3px 0;
    box-shadow: inset 0 -1px 0 0 #000000;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.1);
    border: 0;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    float: right;
    z-index: 5;
    position: relative;
    padding: 9px 16px;
    line-height: 18px;
    margin: 0;
    height: 38px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .newsletter-btn:hover,
    .search-btn:hover {
        background-color: #a0a0a0;
    }

    .search-btn i {
        float: left;
        margin: -2px 0 0 0;
        padding: 0 3px;
    }

.search-btn {
    padding: 9px 10px;
    width: 38px;
}

input.newsletter,
input.search {
    float: left;
    color: #aaa;
    box-shadow: inset 1px 1px 2px 0 #000000;
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 3px 0 0 3px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    width: 85%;
    margin-top: -38px;
    padding: 9px 12px;
    line-height: 18px;
    height: 18px;
}

/* =================================================================== */
/* Media Queries
====================================================================== */

/* Standard 1180 (devices and browsers) */
@media only screen and (min-width: 1200px) {
    .caption.text {
        margin-left: 0 !important;
    }

    .caption h2,
    .caption h3,
    .caption p {
        margin: 0;
    }
}

/* Smaller than standard 1180 (devices and browsers) */
@media only screen and (min-width: 959px) and (max-width: 1199px) {
    .caption.text {
        margin-left: 50px !important;
    }

    .caption h2,
    .caption h3,
    .caption p {
        margin: 0;
    }

    .menu ul > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    ol li ol.childlist .comment-des {
        float: right;
        width: 78%;
    }

    .comment-des {
        float: right;
        width: 81%;
    }

    .add-comment textarea,
    #contact textarea {
        min-width: 97%;
    }

    .flickr-widget-blog a {
        width: 57px;
        height: 57px;
    }

    #not-found {
        margin: 50px 0 75px 0;
    }

        #not-found h2 {
            font-size: 210px;
            line-height: 210px;
        }

        #not-found p {
            font-size: 28px;
            line-height: 36px;
        }

        #not-found i {
            font-size: 200px;
            top: -5px;
        }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .caption.text {
        margin-left: 30px !important;
    }

    .caption h2 {
        margin-top: -8px;
    }

    .caption p {
        margin-top: 8px;
    }

    .img-1 {
        margin-left: 0 !important;
    }

    .menu ul > li > a {
        padding-left: 14px;
        padding-right: 14px;
    }

    #search-form {
        position: absolute;
        right: 0;
    }

    .search-container {
        margin-left: 50px !important;
    }

    .the-icons {
        font-size: 13px;
    }

    ol li ol.childlist .comment-des {
        float: right;
        width: 71%;
    }

    .comment-des {
        float: right;
        width: 75%;
    }

    .add-comment textarea,
    #contact textarea {
        min-width: 96%;
    }

    .flickr-widget-blog a {
        width: 69px;
        height: 69px;
    }

    #not-found {
        margin: 35px 0 60px 0;
    }

        #not-found h2 {
            font-size: 160px;
            line-height: 160px;
        }

        #not-found i {
            font-size: 155px;
            top: -4px;
        }

        #not-found p {
            font-size: 22px;
            line-height: 32px;
        }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    .caption.text {
        margin-left: 30px !important;
    }

    .caption h2 {
        font-size: 32px;
        margin-top: 10px;
    }

    .caption h3 {
        font-size: 20px;
        margin-top: 15px;
    }

    .caption p {
        display: none;
    }

    .img-1 {
        margin-left: 0 !important;
    }

    .fullwidthbanner-container {
        top: 0;
    }

    .showbiz.our-clients ul li img {
        margin: 0 auto;
    }

    #breadcrumbs ul {
        float: left;
        margin-top: 0;
        padding: 0 0 24px 0;
    }

    #titlebar {
        top: 0;
        margin-bottom: 40px;
    }

        #titlebar h2 {
            margin-top: 3px;
        }

    #googlemaps {
        padding-bottom: 40%;
    }

    .plan-features {
        margin-bottom: 25px;
    }

    .medium .post-img {
        margin-bottom: 20px;
    }

    #filters {
        margin: 10px 0 30px 0;
    }

        #filters a {
            margin: 0 5px 5px 0;
        }

    .line.filters {
        display: none;
    }

    .line.showing {
        display: inline-block;
        margin: -11px 0 0 0;
        z-index: 5;
    }

    .social-icons-footer {
        margin-top: 5px;
        float: left;
    }

    #footer {
        padding-top: 10px;
    }

        #footer h3 {
            margin-top: 30px;
        }

    .featured-boxes {
        margin: 40px 0 5px 0;
    }

    .featured-box {
        margin: 0 0 25px 0;
    }

    a.button.launch {
        margin: 0 0 30px 0;
    }

    #related-work figure {
        margin-bottom: 20px;
    }

    .search-form {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #f0f0f0;
    }

    #contact input[type="submit"] {
        margin: 0 0 30px 0;
    }

    #not-found {
        margin: 15px 0 25px 0;
    }

        #not-found h2 {
            font-size: 110px;
            line-height: 120px;
        }

        #not-found i {
            font-size: 105px;
            top: -2px;
        }

        #not-found p {
            font-size: 22px;
            line-height: 32px;
        }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    ol li ol.childlist .comment-des {
        float: right;
        width: 63%;
    }

    .comment-des {
        float: right;
        width: 68%;
    }

    .add-comment textarea,
    #contact textarea {
        min-width: 95%;
    }

    .flickr-widget-blog a {
        width: 87px;
        height: 87px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    .caption h2 {
        font-size: 32px;
        margin-top: 0;
    }

    .caption h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .caption p {
        display: none;
    }

    ol li ol.childlist .comment-des {
        float: right;
        width: 49%;
    }

    .comment-des {
        float: right;
        width: 56%;
    }

    .add-comment textarea,
    #contact textarea {
        width: 90%;
    }

    .flickr-widget-blog a {
        width: 82px;
        height: 82px;
    }

    .dropcap {
        font-size: 52px;
    }
}

/* =================================================================== */
/* Blue #169fe6
====================================================================== */

.ui-widget-content a, a, a:visited,
#not-found i,
.comment-by span.reply a:hover,
.comment-by span.reply a:hover i,
.categories a:hover,
.testimonials-author,
.happy-clients-author,
.dropcap,
.meta ul li a:hover,
.list-1 li:before,
.list-2 li:before,
.list-3 li:before,
.list-4 li:before {
    color: #169fe6;
    text-decoration: none !important;
}

#current,
.menu ul li a:hover,
.menu ul > li:hover > a,
.flickr-widget-blog a:hover {
    border-color: #169fe6;
}

.menu ul ul {
    border-top-color: #169fe6;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover,
.flexslider .flex-next:hover,
.flexslider .flex-prev:hover,
.featured-box:hover > .circle,
.featured-box:hover > .circle span,
.featured-box:hover > .circle-2,
.featured-box:hover > .circle-3,
.portfolio-item:hover > figure > a .item-description,
.sb-navigation-left:hover,
.sb-navigation-right:hover,
.newsletter-btn,
.search-btn {
    background-color: #169fe6;
}

#filters a:hover, .selected {
    background-color: #169fe6 !important;
}

.premium .plan-price,
.premium .plan-features a.button:hover,
.premium.plan h3,
.premium .plan-features a.button {
    background-color: #169fe6;
}

.featured-box:hover > .circle-2,
.featured-box:hover > .circle-3 {
    box-shadow: 0 0 0 8px #169fe6;
    box-shadow: 0 0 0 8px rgba(22, 159, 230, 0.3);
}

/* =================================================================== */
/* Shortcodes
====================================================================== */

/* Buttons
====================================*/
/* Input Button */
/*input[type="button"],
input[type="submit"],
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background: #117bb2;
    border: none !important;
    padding: 7px 14px;
    font-size: 14px;
    cursor: pointer;
    line-height: normal;
    display: inline-block;
    border: 0;
    font-weight: 500;
    outline: none;
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: inset 0 -1px 0 0 #000000;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.1);
}*/

.button i {
    margin: 0 2px 0 0;
}

.button.gray {
    color: #fff;
    background: #aaa;
}

    .button.gray:hover {
        background: #a0a0a0;
    }

.button.light {
    color: #999;
    background: #f2f2f2;
    box-shadow: inset 0 -1px 0 0 #000000;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.05);
}

    .button.light:hover {
        color: #fff;
        background: #a0a0a0;
        box-shadow: inset 0 -1px 0 0 #000000;
        box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.1);
    }

.button.color {
    color: #fff;
    background: #a0a0a0;
}

    .button.color:hover {
        background: #a0a0a0;
    }

#current:after,
.pagination .current,
.pagination ul li a:hover,
.tags a:hover,
.button.gray:hover,
.button.light:hover,
.button.color,
input[type="button"],
input[type="submit"],
input[type="button"]:focus,
input[type="submit"]:focus,
.tabs-nav li.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
.trigger.active a,
.trigger.active a:hover,
.skill-bar-value,
.highlight.color,
.notice-box:hover {
    /*background: #169fe6;*/
}

/* =================================================================== */
/*  / Blue
====================================================================== */

.footer-links {
    margin-top: 2px;
    padding-left: 0;
}

    .footer-links li {
        display: inline;
        font-size: 12px;
        margin-right: 16px;
    }

.form-control {
    width: 100%;
    box-sizing: border-box;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
    }

.validation-summary-errors,
.field-validation-error {
    color: #F00;
    margin-bottom: 20px;
}

.loginIndicator {
    margin-top: 28px;
    text-align: right;
}

.nomargin {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.profile-edit-links {
    margin-top: 20px;
    margin-bottom: 30px;
}

a.titlebarAccountName {
    color: #444;
    font-weight: bold;
}

a.crudButton {
    color: #444;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

    a.crudButton:hover {
        background: #ebebeb;
    }


/**********************/
/* NOTIFICATION ALERT */

.notifications-alert {
    background-color: #ffe9e9;
    color: #de5959;
    border: 1px solid #fbc4c4;
    border-top-width: 5px;
    border-radius: 3px;
    padding: 8px 10px;
    min-height: 36px;
}

    .notifications-alert a {
        color: inherit;
    }

.notifications-text {
    margin-left: 8px;
}


/**************************/
/* HARDWARE CONFIGURATION */

.scg-id-label {
    font-size: 12px;
    color: #999;
}

.scg-id {
    font-size: 22px;
    font-weight: 600;
}

.scg-firmware {
    margin-top: 8px;
}

div.row.scg {
    margin-bottom: 10px;
}

div.lpcu-container {
    margin-bottom: 0;
}

div.lpcu-list-heading {
    font-size: 20px;
    margin-bottom: 20px;
}

.lpro-id-label {
    font-size: 12px;
    color: #999;
}

.lpro-id {
    font-size: 20px;
    font-weight: 600;
}

td.lpcu-shortid {
    color: #aaa;
    font-size: 10px;
    text-align: center;
}

#activate-discovery {
    margin-bottom: 4px;
}

.discovered-lpcu div {
    margin-bottom: 6px;
}

#stop-discovery {
    font-size: 12px;
    margin-left: 10px;
}

.cancel-add {
    font-size: 11px;
    margin-left: 16px;
}


/***********************/
/* FIRMWARE MANAGEMENT */

.checkbox-container {
    width: 24px;
    display: inline-block;
}

.firmware-upgrade-status {
    color: red;
    font-size: 11px;
    margin-left: 10px;
}

.show-network a {
    font-size: 11px;
    color: inherit;
}

.scg-network-settings {
    margin-left: 18px;
}

.scg-network-user {
    display: inline;
    margin-left: 10px;
    font-size: 12px;
    font-style: italic;
    color: red;
}

.cancel-fw {
    float: right;
    color: red;
    font-size: 12px;
}

.btn-fw-upgrade-init:disabled {
    cursor: not-allowed;
}

.fw-in-progress-notice {
    margin-left: 15px; 
    color: #0C81DA;
    font-size: 13px;
    font-style: italic;
}



/************************/
/* LOCATION CREATE/EDIT */

.gllpMap {
    width: 100%;
    height: 440px;
}

.gllpMap-footer {
    width: 100%;
    height: 26px;
    background: #e1e1e1;
}

.gllpMap-footer-left {
    float: left;
    font-style: italic;
    margin-bottom: 5px;
}

.gllpMap-footer-right {
    float: right;
}

@media screen and (max-width: 767px) {
    .gllpSearchButton {
        float: right;
    }

    input[type="text"].gllpSearchField {
        margin-bottom: 10px;
    }
}

.toro {
    color: #e11837;
    font-weight: bold;
    text-transform: uppercase;
}

/**********************/
/* NOTIFICATIONS PAGE */

.notification-container {
    border: 1px solid #ddd;
    padding: 6px 12px 6px 12px;
    background-color: #f5f5f5;
    font-size: 13px;
    margin-bottom: 14px;
}

.notification-title {
    font-size: 16px;
    font-weight: bold;
    display: inline;
}

.notification-date {
    display: inline;
    font-size: 11px;
    margin-left: 8px;
    color: #888;
}

.notification-details-label a {
    font-size: 11px;
    color: inherit;
}

/**********************/
/* NOTIFICATION POPUP */

#pop-container {
    position: fixed;
    bottom: 5px;
    left: 5px;
    margin-right: 5px;
    z-index: 99;
}

.pop {
    background-color: #e2e7ee;
    color: #000;
    font-size: 12px;
    margin-top: 10px;
    padding: 8px 15px;
    border: 1px solid #9dabc9;
    border-radius: 3px;
    float: left;
    clear: left;
    line-height: initial;
    min-width: 200px;
    max-width: 250px;
}

    .pop i {
        font-size: 28px;
        float: left;
        color: #666;
        margin-right: 8px;
        margin-top: 4px;
    }

    .pop a {
        display: block;
        height: 100%;
        width: 100%;
        color: #000;
    }

.scene-load {
    margin-right: 6px;
    margin-top: 6px;
}

.spinner {
    display: none;
}

.unrecognized-lpcu {
    float: right;
    font-size: 18px;
    color: red;
}

#activate-discovery-msg {
    color: red;
    display: inline;
    margin-left: 14px;
}

#SceneEdit_popup {
    position: relative;
    align-self: center;
    z-index: 9999;
    opacity: 0;
    display: none;
    background: #fff;
    padding: 10px 15px;
}

input.image-button {
    color: #fff;
    background: #169fe6;
    width: 120px;
    height: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.show-lpcu-details a {
    font-size: 14px;
    color: #0099CC;
}

.lpcu-details {
    margin-left: 18px;
}

input[type="text"] {
    border-radius: 4px;
    color: #555;
    height: 34px;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ui-widget {
    font-size: inherit;
}

#popup_js_top {
    overflow-y: visible !important;
}

ul.checkbox-list {
    margin-bottom: 10px;
}

.horizontal {
    display: inline-block;
    padding-right: 10px;
    min-width: 25%;
}

li label {
    display: inline;
}

.padding {
    padding: 10px;
}

.half-padding {
    padding: 5px;
}

.double-padding {
    padding: 20px;
}

.padding-left {
    padding-left: 10px;
}

.half-padding-left {
    padding-left: 5px;
}

.doubl-padding-left {
    padding-left: 20px;
}

.padding-right {
    padding-right: 10px;
}

.half-padding-right {
    padding-right: 5px;
}

.double-padding-right {
    padding-right: 20px;
}

.padding-top {
    padding-top: 10px;
}

.half-padding-top {
    padding-top: 5px;
}

.double-padding-top {
    padding-top: 20px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.half-padding-bottom {
    padding-bottom: 5px;
}

.double-padding-bottom {
    padding-bottom: 20px;
}

.margin {
    margin: 10px;
}

.half-margin {
    margin: 5px;
}

.double-margin {
    margin: 20px;
}

.margin-left {
    margin-left: 10px;
}

.half-margin-left {
    margin-left: 5px;
}

.double-margin-left {
    margin-left: 20px;
}

.margin-right {
    margin-right: 10px;
}

.half-margin-right {
    margin-right: 5px;
}

.double-margin-right {
    margin-right: 20px;
}

.margin-top {
    margin-top: 10px;
}

.half-margin-top {
    margin-top: 5px;
}

.double-margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.half-margin-bottom {
    margin-bottom: 5px;
}

.double-margin-bottom {
    margin-bottom: 20px;
}

.white, .white div, .white a, .white a:link, .white h2, .white h3, .white h4, .white p {
    color: #fff !important;
}

@media screen and (min-width: 992px) {

    /* Customr ddSlick Styles*/
    .dd-option-text-hardware {
        margin-left: 13px;
    }

    .dd-pointer-down-left {
        left: 5px;
    }
}

input.btn-controller-off {
    border-radius: 5px;
    width: 75px;
    white-space: normal;
    padding: 4px 5px 4px 5px;
    line-height: 1.1em;
    cursor: pointer;
}

    input.btn-controller-off:hover,
    input.btn-controller-off:focus,
    input.btn-controller-off:active {
        border-radius: 5px;
        width: 75px;
        white-space: normal;
        padding: 4px 5px 4px 5px;
        line-height: 1.1em;
        cursor: pointer;
    }

    input.btn-controller-off:disabled {
        background: gainsboro;
        border-radius: 5px;
        width: 75px;
        white-space: normal;
        padding: 4px 5px 4px 5px;
        line-height: 1.1em;
    }

    input.btn-schedule-on,
input.btn-program-on,
input.btn-station-on {
    border-radius: 5px;
}


/* Expand More
====================================*/
.expand-more {
    color: inherit;
    display: block;
    position: relative;
    overflow-x: hidden;
    margin: 10px 0;
}
.expand-more:hover,
.expand-more:active,
.expand-more:visited,
.expand-more:focus {
    color: inherit;
}
.expand-more:after {
    content: '\00a0';
    position: absolute;
    margin-top: -12px;
    margin-left: 5px;
    width: 100%;
    border-bottom: 1px solid #eee;
    /*z-index: 0;*/
}
.expand-more .icon-caret-right,
.expand-more .icon-caret-down {
    margin-right: 0.5em;
}

.expand-body {
    display: none;
    margin: 0;
    padding: 0 14px 0 14px;
}
.expand-body.expanded {
    display: block;
}



    


.no-top-margin {
    margin-top:0px;
}
.no-bottom-margin{
    margin-bottom:0px;
}

/****************************************************************/
/* Global @media queries */
/****************************************************************/

@media screen and (max-width: 768px) {
    input[type="submit"]:hover,
    input[type="submit"]:focus,
    input[type="submit"]:active,
    input[type="submit"]:disabled,
    button.btn:not(.btn-xs),
    input[type="submit"] {
        font-size: 80%;
    }
}
