﻿/*  ----------------------------------------------------------------------------------
Theme Name LXPortfolio 2
Description: Twitter Bootstrap Portfolio Theme
Author: Unzathemes.com
Version: 2.0
--------------------------------------------------------------------------------------

Table of Contents

01 - General Page Styles
02 - Header Slider
03 - Theme Features
04 - Promo Space
05 - Featured Clients
06 - Footer
07 - Featured Video
08 - From Blog
09 - About Page
10 - Services Page
11 - Portfolio Pages
12 - Blog Pages
13 - Form Builder
14 - Pricing table
15 - Icons
16 - Contact Page

*/

/* ----------------------------------------------------------------------
01 - General Page Styles 
-----------------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

.load-anim {
    opacity: 0;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
}


#topcontrol img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.start {
    opacity: 1;
}

hr {
}

.page-content {
    background-color: White;
}

.page-section {
    background-color: white;
    padding: 70px 0px;
}

    .page-section.container {
        padding: 0px;
    }
    
.page-section-g {
    background-color: #f5f5f5;
    padding: 70px 0px;
}


.page-header {
    background: #f5f5f5;
    margin-top: 60px;
    padding: 15px 0px;
}

    .page-header h1 {
        margin: 0;
        color: #1b1b1b;
        font-weight: 600;
        font-size: 30px;
        text-rendering: optimizeLegibility;
    }

    .page-header p {
        margin: 0;
    }


        .page-header p a {
            font-size: 12px;
            color: Dimgray;
        }

            .page-header p a.active {
                font-weight: 700;
                color: #c0392b;
            }

        .page-header p span.divider {
            color: #ccc;
            font-size: 12px;
            padding: 0px 2px;
        }

.section-description {
    text-align: center;
    width: 75%;
    margin: 30px auto;
    font-size: 12px;
}

a.brand:hover {
    text-decoration: none;
}

span.text-logo {
    color: White;
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 12px;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    font-family: Open Sans;
}

    span.text-logo b {
        font-weight: 900;
        color: #c0392b;
    }

.section-title {
    font-size: 1.5em;
    margin: 0 auto 0px;
    clear: both;
    text-align: center;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: bold;
}

    .section-title.left {
        text-align: left;
    }

        .section-title.left .bottom-line {
            margin: 15px 0px;
        }

        .section-title.left span {
            padding-left: 0px;
            padding-right: 20px;
        }

.section-title-s {
    font-weight: 600;
    font-size: 18px;
    color: #1b1b1b;
    margin-bottom: 30px;
}


.section-title span {
    display: block;
    font-size: 14px;
    text-transform: none;
    font-weight: 100;
    color: #777;
    padding: 5px 0px;
}

.section-title .bottom-line {
    display: block;
    border-top: 1px solid rgba(0,0,0, .2);
    width: 100px;
    margin: 15px auto;
}

.section-title span b {
    color: #c0392b;
    font-weight: 900;
}


/* ----------------------------------------------------------------------
02 - Header Slider
-----------------------------------------------------------------------*/

	
	
	
	
	


.feature-top {
    width: 100%;
    background-image: url('../img/slider/slider06.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 768px;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

#imghome {
	width:100%;
	height:100%;
}

    .feature-top .wrp-welcome {
        background-color: #121212;
        float: right;
        margin-top: 130px;
        width: 320px;
        overflow: hidden;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

        .feature-top .wrp-welcome h2 {
            font-weight: 100;
            text-transform: uppercase;
            color: #c0392b;
            line-height: 1;
            padding: 20px;
            margin-bottom: 0;
            border-bottom: 1px solid #1F1F1F;
            text-shadow: 1px 1px 1px #141414;
            font-size: 28px;
        }

        .feature-top .wrp-welcome .welcome-text {
            color: rgba(153, 153, 153, 0.65);
            line-height: 1.7;
            font-weight: 100;
            padding: 20px;
            font-size: 13px;
            border-top: 1px solid #131313;
        }

        .feature-top .wrp-welcome .switcher-content {
            float: left;
        }

            .feature-top .wrp-welcome .switcher-content .switcher-nav {
                margin: 0px 0 0 0;
                width: 100%;
            }

                .feature-top .wrp-welcome .switcher-content .switcher-nav li {
                    float: left;
                    margin-right: 1px;
                    list-style: none;
                }

                .feature-top .wrp-welcome .switcher-content .switcher-nav li {
                    display: block;
                    cursor: pointer;
                    width: 40px;
                    height: 40px;
                    text-align: center;
                    color: #1b1b1b;
                    padding-top: 10px;
                    font-size: 12px;
                    background-color: #f5f5f5;
                    -moz-transition: background-color 0.3s;
                    -webkit-transition: background-color 0.3s;
                    -o-transition: background-color 0.3s;
                }

                    .feature-top .wrp-welcome .switcher-content .switcher-nav li:last-child {
                        -webkit-border-top-right-radius: 4px;
                        -moz-border-radius-topright: 4px;
                        border-top-right-radius: 4px;
                    }


                    .feature-top .wrp-welcome .switcher-content .switcher-nav li:hover {
                        background-color: #d8d8d8;
                    }

                    .feature-top .wrp-welcome .switcher-content .switcher-nav li.active {
                        background-color: #0098d1;
                        color: #f5f5f5;
                    }

            .feature-top .wrp-welcome .switcher-content .content-text {
                width: 100%;
                list-style: none;
                margin: 0;
            }

                .feature-top .wrp-welcome .switcher-content .content-text li {
                    width: 100%;
                    display: none;
                    float: left;
                    background-color: #0098d1;
                    color: #f5f5f5;
                    padding: 20px;
                }


                    .feature-top .wrp-welcome .switcher-content .content-text li.active {
                        display: block;
                    }

                    .feature-top .wrp-welcome .switcher-content .content-text li .title-switcher {
                        font-size: 18px;
                        font-weight: 700;
                        color: whiteSmoke;
                    }

                    .feature-top .wrp-welcome .switcher-content .content-text li .desc-switcher {
                        margin: 10px 0px 0px 0px;
                        font-weight: 100;
                        color: rgba(255, 255, 255, 0.5);
                        font-size: 14px;
                    }

                    .feature-top .wrp-welcome .switcher-content .content-text li .bg-img {
                        display: none;
                    }


#preview {
    position: absolute;
    background: rgba(27, 27, 27, 0.8);
    padding: 3px;
    display: none;
    color: #fff;
    width: 200px;
    height: 100px;
    -webkit-box-shadow: 0px 0px 10px black;
    -moz-box-shadow: 0px 0px 10px black;
    box-shadow: 0px 0px 10px black;
}


    #preview img {
        height: 100%;
    }




/* ----------------------------------------------------------------------
03 - Theme Features
-----------------------------------------------------------------------*/


.theme-features {
    list-style: none;
    margin: 60px auto 0px;
    display: table;
    width: 100%;
    float: left;
}

    .theme-features li {
        float: left;
        text-align: center;
        margin-left: 0px;
        margin-bottom: 60px;
        padding: 30px;
        background-color: white;
        margin: 2px;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        margin-right: 17px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .theme-features li:last-child {
            margin-right: 0;
        }

        .theme-features li:hover {
            background-color: rgba(255, 255, 255, 0.5);
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0,0.05);
        }

        .theme-features li span {
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	border-radius: 9999px;
	background-color: #0098d1;
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	padding-top: 15px;
	text-align: center;
        }

        .theme-features li h3 {
            float: left;
            font-size: 14px;
            padding-left: 20px;
            margin: 0;
            line-height: 1;
            padding-bottom: 5px;
        }

        .theme-features li p {
            width: 70%;
            margin: auto;
            text-align: left;
            padding-left: 20px;
            float: left;
        }

        .theme-features li a:hover p {
            color: #333 !important;
        }



        .theme-features li span img {
        }

.home-port {
    list-style: none;
    float: left;
    margin: 5px auto;
    width: 100%;
}


    .home-port li {
        margin-right: 20px;
        overflow: hidden;
        margin-left: 0px;
        border: 2px solid white;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }



        .home-port li:last-child {
            margin-right: 0 !important;
        }

        .home-port li .div-img {
            overflow: hidden;
        }

            .home-port li .div-img a {
            }

                .home-port li .div-img a img {
                    width: 100%;
                    -moz-transition: all 0.3s;
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                }

        .home-port li .div-desc {
            padding: 14px;
            text-align: center;
            background-color: #121212;
            line-height: 1.3;
        }

            .home-port li .div-desc a {
            }

            .home-port li .div-desc .title {
                font-size: 12px;
                font-weight: 700;
                color: #f5f5f5;
            }

                .home-port li .div-desc .title:hover {
                    text-decoration: none;
                }


        .home-port li:hover .title {
            color: #c0392b;
        }

        .home-port li:hover img {
            width: 200%;
        }


        .home-port li .div-desc .cat {
            font-size: 12px;
            font-style: italic;
            color: #919191;
            margin: 0;
        }

.featured-portfolio {
    float: left;
    margin-top: 60px;
}

    .featured-portfolio .carousel-inner {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
        border: 0px;
    }


    .featured-portfolio .slider-description {
        background-color: #121212;
        width: 320px;
        float: left;
        padding: 30px 40px;
        height: 406px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .featured-portfolio .slider-description h3 {
            color: #c0392b;
        }

        .featured-portfolio .slider-description p {
            color: rgba(153, 153, 153, 0.65);
            font-size: 12px;
            text-align: left;
            line-height: 1.5;
            height: 175px;
            overflow: hidden;
        }

        .featured-portfolio .slider-description .btn {
            float: left;
            margin-top: 20px;
        }

    .featured-portfolio .carousel-control.left {
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }


    .featured-portfolio .carousel-control.right {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }



    .featured-portfolio .carousel {
        margin-left: 0;
        float: left;
        overflow: hidden;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .featured-portfolio .site-award {
        position: absolute;
        right: 0;
        z-index: 999;
        top: 10px;
    }

.feature-services {
    margin-top: 60px;
    float: left;
}

    .feature-services h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 1;
        color: #c0392b;
        padding-bottom: 25px;
    }

    .feature-services .services-info {
        margin-bottom: 40px;
    }

    .feature-services .ctls-lk {
        float: left;
        width: 100%;
    }

        .feature-services .ctls-lk .btn {
            float: none;
        }

        .feature-services .ctls-lk a:first-child {
            margin-right: 5px;
        }

.product-img {
    text-align: right;
    margin: auto;
    width: 50%;
}

.video-context {
}

    .video-context .video-title {
        font-weight: bold;
        font-size: 14px;
        margin-top: 20px;
    }

    .video-context p {
        font-size: 12px;
    }

.check-portfolio {
    float: left;
    margin-top: 20px;
}

    .check-portfolio a {
        font-size: 10px;
        display: block;
    }


/* ----------------------------------------------------------------------
04 - Promo Space
-----------------------------------------------------------------------*/


.promo-space {
    padding: 45px 25px;
    background-image: url('../img/portfolio/xxl/port1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 172px;
    color: White;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 100px;
    border: 4px solid white;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0,0.05);
}

    .promo-space h1 {
        margin-bottom: 0;
        font-weight: 500;
    }

    .promo-space p {
    }

    .promo-space .btn-cont {
        margin-right: 45px;
        margin-top: 10px;
        float: right;
        background-color: white;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.25);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    }

        .promo-space .btn-cont .btn {
            font-size: 20px;
            text-transform: uppercase;
            padding: 17px 60px;
            font-size: 14px;
        }



/* ----------------------------------------------------------------------
05 - Featured Clients
-----------------------------------------------------------------------*/

.featured-clients {
    margin: 0px 0px 0px 0px;
    padding: 60px;
    background-color: #f5f5f5;
}

    .featured-clients .section-title-s {
        text-align: center;
    }

    .featured-clients .row {
        margin-top: 40px;
    }

    .featured-clients .span3 {
        text-align: center;
        padding: 40px 0px;
        background-color: white;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
        margin-bottom: 30px;
        height: 130px;
    }


/* ----------------------------------------------------------------------
06 - Footer
-----------------------------------------------------------------------*/

footer {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 12px;
}

    footer .span6:last-child {
        text-align: right;
    }

        footer .span6:last-child a {
            color: #444;
            font-weight: bold;
        }


/* ----------------------------------------------------------------------
07 - Featured Video
-----------------------------------------------------------------------*/

.featured-video {
    padding: 40px;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0,0.05);
}

    .featured-video .video-container {
        margin-top: 30px;
    }

        .featured-video .video-container iframe {
            width: 100%;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            overflow: hidden;
        }

    .featured-video .html5-main-video {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }


/* ----------------------------------------------------------------------
08 - From Blog
-----------------------------------------------------------------------*/


.from-blog ul {
    margin: 30px 0px 0px 0px;
    width: 100%;
    float: left;
    list-style: none;
}

    .from-blog ul li {
        margin-bottom: 40px;
        float: left;
        width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        position: relative;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

        .from-blog ul li:hover {
            background-color: white;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0,0.05);
        }

            .from-blog ul li:hover .div-content .post-title a {
                color: #C33430;
            }

        .from-blog ul li .div-img {
            margin: 0;
            overflow: hidden;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            border: 3px solid white;
        }

        .from-blog ul li .div-content {
            font-size: 12px;
            display: block;
            margin-left: 0;
            padding: 15px 15px 0px 15px;
        }

            .from-blog ul li .div-content .post-title {
                margin-bottom: 5px;
            }

                .from-blog ul li .div-content .post-title a {
                    font-weight: 600;
                    font-size: 14px;
                }

            .from-blog ul li .div-content .a-more {
                font-size: 10px;
            }


            .from-blog ul li .div-content .post-title a:hover {
                text-decoration: none;
            }



            .from-blog ul li .div-content .post-excerpt {
                height: 65px;
                overflow: hidden;
            }

.from-blog .div-img .icon {
    background-color: rgba(195, 52, 48, 0.6);
    display: block;
    height: 25px;
    width: 25px;
    float: right;
    margin-top: -30px;
    z-index: 99;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url('../img/post-icons.png');
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.from-blog .div-img.audio .icon {
    background-position: -6px -42px;
}

.from-blog .div-img.video .icon {
    background-position: -42px -78px;
}

.from-blog .div-img.gallery .icon {
    background-position: -6px -77px;
}


.from-blog ul li:hover .div-img .icon {
    background-color: #C33430;
}

.read-blog {
    float: left;
}

    .read-blog a {
        font-size: 10px;
        display: block;
    }

/* ----------------------------------------------------------------------
09 - About Page
-----------------------------------------------------------------------*/



.about-areas {
    font-size: 12px;
}

.about-top {
    font-size: 12px;
}

    .about-top h2 {
        font-weight: 600;
        color: #c0392b;
        line-height: 1;
        padding-bottom: 20px;
    }

.img-about {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ul-skills {
    list-style: none;
    margin: 0;
}

    .ul-skills li {
        text-align: left;
        font-weight: 700;
    }



.team-profiles {
    margin-bottom: 0px;
}

    .team-profiles .team-item {
        background-color: #f5f5f5;
        overflow: hidden;
        border: 1px solid white;
        transition: all 0.3s;
        -moz-transition: all 0.3s; /* Firefox 4 */
        -webkit-transition: all 0.3s; /* Safari and Chrome */
        -o-transition: all 0.3s; /* Opera */
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 40px;
    }

        .team-profiles .team-item img {
            width: 100%;
        }

        .team-profiles .team-item .team-info {
            padding: 15px 10px 10px 10px;
        }

        .team-profiles .team-item .team-name {
            font-size: 13px;
            font-weight: 700;
            color: #1b1b1b;
            margin: 0;
            transition: opacity 0.3s;
            -moz-transition: opacity 0.3s; /* Firefox 4 */
            -webkit-transition: opacity 0.3s; /* Safari and Chrome */
            -o-transition: opacity 0.3s; /* Opera */
        }

            .team-profiles .team-item .team-name small {
                float: right;
                color: #DA4F49;
                font-weight: 500;
            }

        .team-profiles .team-item .team-bio {
            padding-top: 10px;
            font-size: 12px;
        }

.row.featured-clients {
    margin-bottom: 60px;
}

.team-profiles .team-item:hover .team-name {
    color: #c0392b;
}


.team-profiles .team-item .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid whiteSmoke;
    margin-left: 90%;
    position: relative;
    margin-top: -25px;
    display: block;
    margin-bottom: 20px;
}

.team-profiles .team-item .social-icons {
    position: absolute;
    margin-left: 0;
    margin-right: 4px;
    margin-top: -30px;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari and Chrome */
    -o-transition: all 0.3s; /* Opera */
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.team-profiles .team-item:hover .social-icons {
    opacity: 1;
    margin-top: -39px;
}

.team-profiles .team-item .social-icons li {
    margin: 0;
    border: 0;
    padding: 0;
    float: left;
    list-style-type: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: -5px 1px 1px rgba(50, 50, 50, 0.0);
    -moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.0);
    box-shadow: 1px -1px 0px rgba(50, 50, 50, 0);
}

    .team-profiles .team-item .social-icons li:last-child a {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
    }

.tabs-section {
}

.accord-section {
    background-color: #f6f6f6;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


    .accord-section .accordion-heading .accordion-toggle {
        background: white;
    }

    .accord-section .accordion-inner {
        background: #eee;
    }
    
/* ----------------------------------------------------------------------
10 - Services Page
-----------------------------------------------------------------------*/



.work-process {
    min-height: 150px;
}

    .work-process .process-info {
        height: 270px;
    }

        .work-process .process-info p.name {
            font-weight: 500;
            color: #c0392b;
            font-size: 14px;
        }

            .work-process .process-info p.name .item-num {
                -webkit-border-radius: 999px;
                -moz-border-radius: 999px;
                border-radius: 999px;
                background: #c0392b;
                padding: 3px 8px 3px 8px;
                color: White;
                font-weight: 500;
                margin-right: 10px;
                font-size: 12px;
            }


        .work-process .process-info p.desc {
        }

    .work-process .ul-services {
        list-style: none;
    }

        .work-process .ul-services li {
            width: 100px;
            height: 100px;
            text-align: center;
            padding-top: 40px;
            float: left;
            background: #1b1b1b;
            -webkit-border-radius: 999px;
            -moz-border-radius: 999px;
            border-radius: 999px;
            margin-left: 25px;
            color: whitesmoke;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 11px;
            cursor: pointer;
            transition: all 0.6s;
            -moz-transition: all 0.6s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.6s;
        }

            .work-process .ul-services li.current {
                background: #c0392b;
                color: White;
            }

            .work-process .ul-services li .hideinfo {
                display: none;
            }


.services {
}

    .services .service-item {
    }

        .services .service-item .service-description {
            text-align: left;
        }

ul.services-list {
    list-style-type: none;
    margin: 0;
    margin-top: 15px;
}

    ul.services-list li {
        color: #888;
        padding-left: 20px;
        background: transparent url('../img/check.png') no-repeat left 1px;
        line-height: 16px;
        margin-bottom: 6px;
    }

.tabs-section .nav-tabs i {
    opacity: 0.7;
}

.services-button {
    margin: 60px 0px;
    text-align: right;
}

.examples-port {
    margin: 40px 0 0 0;
    background-color: #f6f6f6;
    float: left;
    padding: 20px;
}


/* ----------------------------------------------------------------------
11 - Portfolio Page
-----------------------------------------------------------------------*/


.port4col .item {
    margin: 15px 10px !important;
}

    .port4col .item a.title {
        font-size: 12px !important;
    }

    .port4col .item p {
        height: 20px;
        overflow: hidden;
    }

.port2col .item a.title {
    font-size: 14px !important;
}

.port2col .item p {
    height: 40px;
    overflow: hidden;
}

.portfolio .item {
    background: white;
    margin-bottom: 30px;
    margin-left: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    margin-right: -2px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .portfolio .item img {
        width: 100%;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .portfolio .item .div-img {
        background-image: url('../img/bgplus.png');
        background-repeat: no-repeat;
        background-position: center, center;
        background-color: rgba(195, 52, 48, 0.9);
        height: auto;
        width: auto;
        display: block;
        max-height: 320px;
        overflow: hidden;
    }

    .portfolio .item a:hover {
        text-decoration: none;
    }

    .portfolio .item:hover {
    }

    .portfolio .item a.title {
        text-align: left;
        font-size: 12px;
        color: #1B1B1B;
        font-weight: 700;
        display: table;
        padding: 0px 10px 0px 10px;
        margin-top: 15px;
        transition: color 0.3s;
        -moz-transition: color 0.3s;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
    }

    .portfolio .item p {
        font-size: 12px;
        text-align: left;
        padding: 0px 10px 0px 10px;
        color: #777;
    }

    .portfolio .item:hover a.title {
        color: #c0392b;
    }

    .portfolio .item img:hover {
        opacity: 0.1;
    }

    .portfolio .item:hover .overlay {
        opacity: 1;
    }


.portfolio-top {
    margin-bottom: 30px;
}

.filter-portfolio {
}

    .filter-portfolio .nav-tabs {
        margin-bottom: 0;
        border-bottom: 0;
    }

        .filter-portfolio .nav-tabs li {
            margin-right: 10px;
            margin-bottom: 10px;
        }

.tabs-section .tab-content {
    margin: 0 !important;
    padding: 20px;
    background: #f6f6f6;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 10px solid #eee;
}

.filter-portfolio .nav-tabs li a {
    cursor: pointer !important;
    color: #1b1b1b;
    border: 0 !important;
    background-color: whitesmoke;
    cursor: default;
    border: 1px solid #DDD;
    border-bottom-color: transparent;
    padding: 3px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

    .filter-portfolio .nav-tabs li a:hover {
        background-color: #dddddd;
    }



.filter-portfolio .nav-tabs a.active {
    color: white;
    background-color: #c0392b;
}

    .filter-portfolio .nav-tabs a.active:hover {
        color: white;
        background-color: #c0392b;
    }

.portfolio-options.glyphicons {
    list-style: none;
    margin-bottom: 0;
    float: right;
}

    .portfolio-options.glyphicons li {
        float: right;
        background-color: whiteSmoke;
        color: #3A3A3A;
        border: 0px;
        margin: 0px;
        height: auto;
        padding: 3px;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }


        .portfolio-options.glyphicons li:first-child {
            --webkit-border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .portfolio-options.glyphicons li:last-child {
            -webkit-border-top-left-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .portfolio-options.glyphicons li:hover {
            background-color: #ddd !important;
        }

        .portfolio-options.glyphicons li a {
            display: block;
            width: 30px;
            height: 30px;
            padding: 6px 9px;
        }


.portfolio .tab-content {
    padding: 0px 2px;
    margin: 0;
    overflow: hidden;
}

.port4col-list {
}

    .port4col-list .item {
        float: left;
        margin-bottom: 0px;
        margin-left: 0px !important;
        border: 0px !important;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0) !important;
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0) !important;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0) !important;
        margin: 10px;
    }

    .port4col-list img:hover {
    }

    .port4col-list .item img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .port4col-list .item .div-img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: 50%;
        float: left;
    }

    .port4col-list .item .left {
        float: left;
        width: 50%;
        padding: 20px 20px 20px 0px;
        border-right: 1px solid whiteSmoke;
    }

    .port4col-list .item .right {
        float: right;
        width: 50%;
        padding-left: 10px;
        padding-top: 20px;
    }

        .port4col-list .item .right .btn {
            float: right;
            margin-bottom: 10px;
        }

    .port4col-list .item a.title {
        font-size: 14px;
        padding-top: 10px;
        margin-top: 0;
    }

    .port4col-list .item p {
        height: 100px;
        display: block;
        margin: 0 0 20px 0px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.portfolio.port4col-list .item .div-img {
    max-height: 165px;
}

.portfolio.port4col .item .div-img {
    max-height: 165px;
}

.portfolio.port4col .item a.title {
    margin-left: auto;
    margin-right: auto;
}

.portfolio.port4col .item p {
    text-align: center;
}


.port4col-list .item:nth-child(1) .left,
.port4col-list .item:nth-child(1) .right,
.port4col-list .item:nth-child(2) .left,
.port4col-list .item:nth-child(2) .right {
    padding-top: 0px;
}


.port2col-list {
}

    .port2col-list .item {
        float: left;
        margin: 20px 0px;
        border-bottom: 1px solid whitesmoke;
        border-left: 0px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
        padding-bottom: 30px;
        width: 100%;
    }

        .port2col-list .item img:hover {
        }

        .port2col-list .item img {
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
        }

        .port2col-list .item .div-img {
            width: 50%;
            max-heightheight: 350px;
            overflow: hidden;
            float: left;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
            -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
        }

        .port2col-list .item .left {
            float: left;
            width: 50%;
            padding: 30px 20px 20px 0px;
            border-right: 1px solid whiteSmoke;
        }

        .port2col-list .item:first-child .left {
            padding-top: 0px;
        }

        .port2col-list .item:first-child .right {
            padding-top: 0px;
        }


        .port2col-list .item .right {
            float: right;
            width: 50%;
            padding-left: 10px;
            padding-top: 20px;
        }

            .port2col-list .item .right .btn {
                float: right;
            }

        .port2col-list .item a.title {
            font-size: 22px;
            margin-top: 35px;
            padding-left: 40px;
            margin-bottom: 10px;
        }

        .port2col-list .item p {
            height: 265px;
            padding-left: 40px;
            overflow: hidden;
            margin: 0px;
        }

.portfolio-detail {
}

    .portfolio-detail .text {
        text-align: justify;
    }

    .portfolio-detail ul {
        list-style: none;
        margin: 10px 0 20px 0;
    }

    .portfolio-detail .span4 {
        margin-top: 50px;
    }

        .portfolio-detail .span4 .btn {
            float: left;
            margin-top: 20px;
        }

    .portfolio-detail .title {
        font-size: 21px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .portfolio-detail .port-video-cont {
        margin-top: 40px;
    }

        .portfolio-detail .port-video-cont iframe {
            width: 100%;
            margin-top: 20px;
        }

        .portfolio-detail .port-video-cont .portfolio-options {
            float: right;
        }

    .portfolio-detail .port-img-slider {
        margin-top: 40px;
    }

        .portfolio-detail .port-img-slider .carousel-inner {
            border: 0;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
        }

    .portfolio-detail .carousel {
        float: right;
    }

        .portfolio-detail .carousel .slide {
            height: 460px;
            margin-top: 85px;
        }

    .portfolio-detail .port-img-slider .portfolio-options {
        float: right;
        margin-bottom: 45px;
    }

    .portfolio-detail .port-img-slider img {
    }

.port-img-slider .carousel .carousel-control-p {
    position: absolute;
    top: 44.15%;
    left: 0px;
    width: 40px;
    height: 60px;
    margin-top: 15px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: white;
    text-align: center;
    background: white;
    filter: alpha(opacity=50);
    padding-top: 7px;
    padding-right: 4px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    color: #1B1B1B;
}

    .port-img-slider .carousel .carousel-control-p:hover {
        text-decoration: none;
        color: rgba(27, 27, 27, 0.5);
        background: rgba(255, 255, 255, 0.5);
    }

    .port-img-slider .carousel .carousel-control-p.left {
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .port-img-slider .carousel .carousel-control-p.right {
        right: 0px;
        left: auto;
        padding-left: 8px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }


/* ----------------------------------------------------------------------
12 - Blog Page
-----------------------------------------------------------------------*/


.blog {
}

    .blog .post-item {
        float: left;
        width: 100%;
        margin-top: 50px;
        padding-bottom: 1s0px;
        border-bottom: 1px solid #e3e3e3;
    }

        .blog .post-item .post-featured-img {
            max-height: 350px;
            overflow: hidden;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
        }


            .blog .post-item .post-featured-img.detail {
                padding: 5px;
                border: 4px solid white;
                -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
                -moz-box-shadow: 0 1px 2px rgba(0,0,0,.25);
                box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
            }

            .blog .post-item .post-featured-img img {
                width: 100%;
                margin-top: -100px;
            }

.post-item.video .post-featured-video {
}

    .post-item.video .post-featured-video iframe {
        width: 100%;
    }


.blog .post-item .post-date {
    background-color: rgba(195, 52, 48, 0.9);
    position: absolute;
    display: inline-block;
    text-align: center;
    padding: 7px 23px;
    color: #DDD;
    margin-top: -57px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

    .blog .post-item .post-date p {
        display: block;
        margin: 0;
    }

        .blog .post-item .post-date p:first-child {
            font-size: 24px;
            margin-bottom: 3px;
        }

.blog .post-item .intropost-container {
    padding: 20px 0;
    float: left;
}

.blog .post-item .post-title {
    font-size: 22px;
    color: #1b1b1b;
    text-rendering: optimizelegibility;
    font-weight: bold;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-top: 30px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

    .blog .post-item .post-title:hover {
        text-decoration: none;
        color: #c0392b;
    }

.blog .post-item .post-info {
    float: left;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.blog .post-item .post-intro {
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.blog .post-item .p-btn {
    text-align: right;
    padding-top: 20px;
    margin-bottom: 0px;
    float: right;
    width: 100%;
}

    .blog .post-item .p-btn .btn {
        padding: 6px 16px;
    }

.blog .pagination {
    float: right;
    margin-top: 30px;
}


.post-item.quote .inner {
    background-color: #f5f5f5;
    padding: 50px 20px;
    line-height: 2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 50px;
}

.post-item.quote .message {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
}


    .post-item.quote .message a {
        padding-bottom: 10px;
        border-bottom: 1px solid #e3e3e3;
    }


        .post-item.quote .message a:hover {
            text-decoration: none;
        }

.post-item.quote .author {
    text-align: center;
    color: gray;
}


.post-item.gallery {
    float: left;
}

    .post-item.gallery .carousel-inner {
        height: 350px;
        border: 0px;
    }


    .post-item.gallery .carousel .carousel-control {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        z-index: 999;
        width: 40px;
        right: 15px;
        height: 40px;
        margin-top: 17%;
        font-size: 30px;
        font-weight: 100;
        line-height: 6px;
        color: white;
        text-align: center;
        background-color: #1b1b1b;
        opacity: 0.5;
        filter: alpha(opacity=50);
        padding-top: 13px;
        padding-right: 5px;
    }

        .post-item.gallery .carousel .carousel-control:hover {
            background-color: #DA4F49;
            opacity: 1;
            filter: alpha(opacity=100);
        }


.comments {
}

    .comments h3 {
        margin-bottom: 20px;
    }

    .comments ul {
        margin: 0;
        display: block;
    }


        .comments ul li {
            list-style: none;
            width: 100%;
            float: left;
        }


            .comments ul li img {
                display: block;
                float: left;
                height: 60px;
                margin: 0 20px 0 0;
                width: 60px;
            }


            .comments ul li .comment-content {
                background: #fff;
                border-radius: 3px;
                margin-left: 80px;
                padding: 20px;
                background: #f6f6f6;
                margin-bottom: 30px;
            }


        .comments ul .comment-content .username {
            font-size: 18px;
            margin: 0;
        }


        .comments ul .comment-content .metadata {
            font-size: 11px;
            margin-bottom: 20px;
        }


        .comments ul .comment-content .text {
            font-size: 14px;
        }

        .comments ul.children {
            margin-left: 80px;
        }

            .comments ul.children li {
            }



.post-comment {
    margin-top: 40px;
    width: 100%;
    float: left;
}

    .post-comment form {
        padding: 40px;
        background: #f6f6f6;
    }

        .post-comment form input[type="input-text"] {
            padding: 10px;
            width: 50%;
            font-size: 12px;
            border: 1px solid #eee;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }


        .post-comment form textarea {
            width: 100%;
            min-height: 150px;
            border: 1px solid #eee;
            padding: 10px;
            font-size: 12px;
            margin-bottom: 50px;
        }


        .post-comment form input[type="submit"] {
            float: right;
            margin-top: -25px;
            position: relative;
        }



.post-item.gallery .carousel-control.left {
    left: auto;
    right: 60px;
}





/* Sidebar */
.sidebar {
    padding-top: 50px;
}

    .sidebar.left {
        float: left;
        margin: 0;
        padding-left: 10px;
    }

    .sidebar.right {
        float: right;
        margin: 0;
        padding-left: 10px;
    }

    .sidebar a {
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .sidebar ul {
        list-style-type: none;
        margin: 0;
    }

    .sidebar a:hover {
        color: #c0392b !important;
        text-decoration: none;
    }

    .sidebar .search-section {
    }

        .sidebar .search-section input {
            font-size: 12px;
            width: 100%;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            border: 1px solid #f5f5f5;
        }

.widget {
    margin-top: 40px;
    float: left;
}


    .widget .label:hover {
        color: White !important;
    }

    .widget .section-title {
        border-bottom: 1px solid whiteSmoke;
        margin-bottom: 15px;
    }

.search-section input {
    height: 40px;
    padding-left: 10px;
}


.recent-posts {
}

    .recent-posts ul {
    }

        .recent-posts ul li {
            display: block;
            float: left;
            margin-bottom: 20px;
        }

            .recent-posts ul li .post-featured-img {
                margin: 0;
                float: left;
            }

                .recent-posts ul li .post-featured-img img {
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                }

            .recent-posts ul li .post-content {
                float: right;
                margin-left: 0px;
            }

                .recent-posts ul li .post-content a {
                    display: block;
                    margin-bottom: 5px;
                    color: #1b1b1b;
                    line-height: 1;
                    font-size: 13px;
                }

                .recent-posts ul li .post-content span {
                    color: #777;
                    font-style: italic;
                    font-size: 10px;
                }

.flickr ul {
}

    .flickr ul li {
        float: left;
        margin: 0px 11px 11px 0px;
    }

        .flickr ul li a {
        }

            .flickr ul li a img {
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                min-height: 79px;
                min-width: 79px;
            }

.ads img {
    border: 4px solid whiteSmoke;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post-categories {
}

    .post-categories ul {
    }

        .post-categories ul li {
            margin-bottom: 5px;
        }

.tags {
}

    .tags ul {
        margin-top: 5px;
        float: left;
    }

        .tags ul li {
            margin: 0px 10px 12px 0px;
            float: left;
        }

.blog.detail {
}

    .blog.detail .post-item {
        background-color: transparent;
        border-bottom: 0;
        border: 0px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    }

    .blog.detail .post-title {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .blog.detail .post-item .post-info {
        margin-top: 7px;
    }

    .blog.detail .post-item .post-featured-img {
        border: 0;
        max-height: none;
        height: auto;
        margin-bottom: 15px;
        margin-top: 30px;
        border: 0;
    }

    .blog.detail .post-item .post {
        font-size: 12px;
    }

    .blog.detail .post-item .bottom-post {
        margin-top: 40px;
        border-top: 1px solid #eee;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .blog.detail .post-item .bottom-post .label span {
            text-decoration: none !important;
        }

        .blog.detail .post-item .bottom-post .label:hover span {
            text-decoration: none !important;
        }

    .blog.detail .post-item #disqus_thread {
        margin-top: 50px;
    }


/* ----------------------------------------------------------------------
13 - Form Builder
-----------------------------------------------------------------------*/


#components {
    min-height: 600px;
}

#target {
    min-height: 200px;
    border: 1px solid #ccc;
    padding: 5px;
}

    #target .component {
        border: 1px solid #fff;
    }

#temp {
    width: 500px;
    background: white;
    border: 1px dotted #ccc;
    border-radius: 10px;
}

.popover-content form {
    margin: 0 auto;
    width: 213px;
}

    .popover-content form .btn {
        margin-right: 10px;
    }

#source {
    min-height: 500px;
}


.form-builder {
    margin-top: 30px;
}

    .form-builder input[type="text"],
    .input-prepend input[type="text"] {
        padding: 12px 0px;
        padding-left: 10px;
        font-size: 12px;
    }

    .form-builder .add-on,
    .input-prepend .add-on {
        height: 30px;
        font-size: 12px;
    }

    .form-builder .main-form {
    }

    .form-builder .list-comps {
    }

    .form-builder .main-form form#target {
        border: 0;
    }

    .form-builder .a-generated-source {
        color: #c0392b;
        font-weight: bold;
    }

    .form-builder .tabbable .nav li.active a {
        color: #c0392b;
        background-color: whitesmoke;
    }

    .form-builder legend {
        font-size: 14px;
        font-weight: bold;
    }

    .form-builder .nav-tabs {
        margin-bottom: 0;
    }

    .form-builder .tab-content > .tab-pane, .pill-content > .pill-pane {
        background-color: whitesmoke;
        padding: 10px;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }


/* ----------------------------------------------------------------------
14 - Pricing Table
-----------------------------------------------------------------------*/


.pricing-table {
    margin-top: 120px;
    margin-bottom: 120px;
    border: 4px solid white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

    .pricing-table .title {
        background-color: #1b1b1b;
        color: White;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        padding: 20px;
        margin: 0;
    }

    .pricing-table.best-deal {
        -webkit-transform: scale(1.1);
        -webkit-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.3);
        box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.3);
    }

    .pricing-table .price {
        color: White;
        font-weight: bold;
        text-align: center;
        font-size: 20px;
        padding: 10px;
        margin: 0;
    }

        .pricing-table .price.info {
            background-color: #49AFCD;
        }

        .pricing-table .price.success {
            background-color: #4D9B4D;
        }

        .pricing-table .price.primary {
            background-color: #006DCC;
        }

    .pricing-table .table {
        font-size: 12px;
        margin: 0;
    }

        .pricing-table .table tr td {
            text-align: center;
        }

    .pricing-table .p-btn {
        text-align: center;
        padding: 25px;
        background-color: #1b1b1b;
        margin: 0;
    }

        .pricing-table .p-btn.info {
            border-bottom: 3px solid #49AFCD;
        }

        .pricing-table .p-btn.success {
            border-bottom: 3px solid #4D9B4D;
        }

        .pricing-table .p-btn.primary {
            border-bottom: 3px solid #006DCC;
        }

        .pricing-table .p-btn .btn {
            font-size: 14px;
            padding: 10px 25px;
            color: White;
            font-weight: bold;
            text-shadow: 0 1px 1px rgba(255, 255, 255, 0.0);
        }

    .pricing-table.basic .price {
        background-color: #DA4F49;
    }

    .pricing-table.basic .btn {
        background-color: #DA4F49;
    }

    .pricing-table.standard .price {
        background-color: #49AFCD;
    }

    .pricing-table.standard .btn {
        background-color: #49AFCD;
    }

    .pricing-table.team .price {
        background-color: #4D9B4D;
    }

    .pricing-table.team .btn {
        background-color: #4D9B4D;
    }

    .pricing-table.corporate .price {
        background-color: #006DCC;
    }

    .pricing-table.corporate .btn {
        background-color: #006DCC;
    }


/* ----------------------------------------------------------------------
15 - Icons
-----------------------------------------------------------------------*/


.glyphicons {
    margin-left: 0;
    list-style: none;
}

    .glyphicons li {
        float: left;
        background-color: whiteSmoke;
        color: #3A3A3A;
        border: 0px;
        margin: 5px;
        height: 39px;
        width: 39px;
        text-align: center;
        padding-top: 10px;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        border: 1px solid white;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
        cursor: pointer;
    }

        .glyphicons li a {
            display: block;
            width: 30px;
            height: 30px;
            padding: 6px 9px;
        }

        .glyphicons li:hover {
            background-color: #ddd;
        }


.social-icons {
    list-style: none;
    margin: 0;
}

    .social-icons li {
        float: left;
        margin: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
    }

        .social-icons li a {
            display: block;
            width: 39px;
            height: 39px;
            background-color: #f5f5f5 !important;
            transition: all 0.3s;
            -moz-transition: all 0.3s; /* Firefox 4 */
            -webkit-transition: all 0.3s; /* Safari and Chrome */
            -o-transition: all 0.3s; /* Opera */
        }


.social-icons li a.instagram {
                background: url('../img/social-icos-g.png') no-repeat 0 -44px;
            }

                .social-icons li a.instagram:hover {
                    background: url('../img/social-icos-g.png') no-repeat 0 0;
                }


            .social-icons li a.twitter {
                background: url('../img/social-icos-g.png') no-repeat 0 -44px;
            }

                .social-icons li a.twitter:hover {
                    background: url('../img/social-icos-g.png') no-repeat 0 0;
                }

            .social-icons li a.rss {
                background: url('../img/social-icos-g.png') no-repeat -50px -44px;
            }

                .social-icons li a.rss:hover {
                    background: url('../img/social-icos-g.png') no-repeat -50px 0;
                }

            .social-icons li a.facebook {
                background: url('../img/social-icos-g.png') no-repeat -100px -45px;
            }

                .social-icons li a.facebook:hover {
                    background: url('../img/social-icos-g.png') no-repeat -100px 0;
                }

            .social-icons li a.dribbble {
                background: url('../img/social-icos-g.png') no-repeat -150px -44px;
            }

                .social-icons li a.dribbble:hover {
                    background: url('../img/social-icos-g.png') no-repeat -150px 0;
                }

            .social-icons li a.googlep {
                background: url('../img/social-icos-g.png') no-repeat -195px -44px;
            }

                .social-icons li a.googlep:hover {
                    background: url('../img/social-icos-g.png') no-repeat -195px 0;
                }

            .social-icons li a.pinterest {
                background: url('../img/social-icos-g.png') no-repeat -243px -44px;
            }

                .social-icons li a.pinterest:hover {
                    background: url('../img/social-icos-g.png') no-repeat -243px 0;
                }

            .social-icons li a.evernote {
                background: url('../img/social-icos-g.png') no-repeat -288px -44px;
            }

                .social-icons li a.evernote:hover {
                    background: url('../img/social-icos-g.png') no-repeat -288px 0;
                }

            .social-icons li a.vimeo {
                background: url('../img/social-icos-g.png') no-repeat -335px -44px;
            }

                .social-icons li a.vimeo:hover {
                    background: url('../img/social-icos-g.png') no-repeat -335px 0;
                }

            .social-icons li a.youtube {
                background: url('../img/social-icos-g.png') no-repeat -394px -44px;
            }

                .social-icons li a.youtube:hover {
                    background: url('../img/social-icos-g.png') no-repeat -394px 0;
                }

            .social-icons li a.linkedin {
                background: url('../img/social-icos-g.png') no-repeat -452px -44px;
            }

                .social-icons li a.linkedin:hover {
                    background: url('../img/social-icos-g.png') no-repeat -452px 0;
                }

            .social-icons li a.flickr {
                background: url('../img/social-icos-g.png') no-repeat -502px -44px;
            }

                .social-icons li a.flickr:hover {
                    background: url('../img/social-icos-g.png') no-repeat -502px 0;
                }

            .social-icons li a.forrst {
                background: url('../img/social-icos-g.png') no-repeat -552px -44px;
            }

                .social-icons li a.forrst:hover {
                    background: url('../img/social-icos-g.png') no-repeat -552px 0;
                }

            .social-icons li a.behance {
                background: url('../img/social-icos-g.png') no-repeat -603px -44px;
            }

                .social-icons li a.behance:hover {
                    background: url('../img/social-icos-g.png') no-repeat -603px 0;
                }

            .social-icons li a.zerply {
                background: url('../img/social-icos-g.png') no-repeat -653px -44px;
            }

                .social-icons li a.zerply:hover {
                    background: url('../img/social-icos-g.png') no-repeat -653px 0;
                }

            .social-icons li a.tumblr {
                background: url('../img/social-icos-g.png') no-repeat -704px -44px;
            }

                .social-icons li a.tumblr:hover {
                    background: url('../img/social-icos-g.png') no-repeat -704px 0;
                }

            .social-icons li a.blogger {
                background: url('../img/social-icos-g.png') no-repeat -754px -44px;
            }

                .social-icons li a.blogger:hover {
                    background: url('../img/social-icos-g.png') no-repeat -754px 0;
                }

            .social-icons li a.digg {
                background: url('../img/social-icos-g.png') no-repeat -804px -44px;
            }

                .social-icons li a.digg:hover {
                    background: url('../img/social-icos-g.png') no-repeat -804px 0;
                }

            .social-icons li a.wordpress {
                background: url('../img/social-icos-g.png') no-repeat -854px -44px;
            }

                .social-icons li a.wordpress:hover {
                    background: url('../img/social-icos-g.png') no-repeat -854px 0;
                }

.row.cols {
    margin-bottom: 40px;
}

    .row.cols .topmr2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }


.div-error {
    margin: 50px 0px 150px 0px;
    padding: 50px 0px 200px 0px;
    background-image: url('../img/404img.png');
    background-repeat: no-repeat;
}

    .div-error p {
        font-weight: 100;
        font-size: 16px;
        margin-bottom: 80px;
    }

    .div-error .btn {
        padding: 10px 20px;
    }


/* ----------------------------------------------------------------------
16 - Contact Page
-----------------------------------------------------------------------*/


.contact-page {
	background-color: rgba(2, 2, 2, 0.93);
	padding: 40px!important;
	top: 284px;
	margin-left: 20px;
	position: absolute;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	left: 177px;
}

    .contact-page .section-title-s {
        color: White;
        display: block;
    }

#map_canvas {
    width: 100%;
    height: 750px;
    left: 0;
    margin-top: -30px;
}

.contact-info {
	margin-left: 0px !important;
	margin-right: 0px !important;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.prova-info {
	
}

#form1 {
	float: right;
	margin-right: 20px;
}
    .contact-info dl {
        width: 40%;
        float: left;
        margin-top: 0;
        margin-bottom: 40px;
    }

        .contact-info dl dt {
            color: #afafaf;
            width: 50px;
            font-size: 12px;
        }

        .contact-info dl dd {
            margin-left: 70px;
        }

.contact-form {
    float: right;
    margin-left: 0px;
}

    .contact-form .input-prepend {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .contact-form .input-prepend:first-child {
            margin-right: 10px;
        }

    .contact-form input[type="input-text"] {
        border: 0;
        height: 30px;
        font-size: 12px;
        padding-left: 10px;
        border-left: 1px solid #DDD;
    }

    .contact-form textarea {
        width: 100%;
        height: 140px;
        font-size: 12px;
        padding: 5px;
    }

    .contact-form .btn {
        float: right;
        height: 30px;
        padding: 0px 20px;
        margin-top: 10px;
    }
