/* ----------------------------------------------------------------------------------------------- */
/* formulaire Contact*/ 
/* ----------------------------------------------------------------------------------------------- */

.contact-formulaire {
                     display:table-cell;
	}

.contact-formulaire .bloc {
	display: inline-block;
	margin: 0px 2em 1em 0px;
                     vertical-align: top;
	}

.contact-coord {
                     display:table-cell;
	float: left;
	margin: 0px 4em 0px 0px;
	}

/*******************************************************

MAIN STYLE

********************************************************/

.ml-widthed {
    max-width: 1200px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.centered {
    display: block;
    width: 100%;
}

    .centered .row > div {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px;
    }

.caret {
    color: #44bef1;
}

.optional-logo {
    display: none;
}


/* localisation */

.gm-style-mtc {
    display: none;
}

/* top header */

#top-header {
    display: none;
}

/* main header */

#main-header {
    /*background-color: #efefef;*/
}

@media (max-width: 767px) {
    #main-header .navbar-default {
        margin: 0 -15px !important;
    }
}

#main-header .navbar-default {
    margin: 0;
    border: none;
}

    #main-header .navbar-default .navbar-collapse {
        background-color: #323946;
        margin: 0 -15px;
        border: none;
    }

#main-header img {
    margin: 0 auto;
    max-height: 150px;
}

#main-header .header-contact {
    margin: 15px 0;
}


    #main-header .header-contact span {
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
    }

        #main-header .header-contact span:first-child {
            font-weight: bold;
        }

    #main-header .header-contact .telephone {
        text-align: right;
    }
    #main-header .header-contact .telephone span{
        font-size:22px;
    }


@media (max-width: 767px) {
    #main-header .header-contact .telephone {
        text-align: left;
    }

        #main-header .header-contact .telephone:before {
            right: initial;
            left: 0;
        }
}

#main-header .header-contact .adresse,
#main-header .header-contact .telephone {
    position: relative;
    padding-left: 40px;
}

    #main-header .header-contact .adresse:before {
        content: "\f041";
        position: absolute;
        font-family: FontAwesome;
        left: 0;
        top: -5px;
        font-size: 40px;
        color: #44bef1;
    }

    #main-header .header-contact .telephone:before {
        content: "\f095";
        position: absolute;
        font-family: FontAwesome;
        right: 170px;
        top: -5px;
        font-size: 30px;
        color: #44bef1;
    }

#main-header .optional-nav {
    background-color: #323946;
    margin: 0 -15px;
}


#main-header .navbar {
    min-height: initial;
}

#main-header .navbar-nav {
    float: none;
    text-align: center;
}

    #main-header .navbar-nav > li {
        float: none;
        display: inline-block;
        font-weight: bold;
    }

        #main-header .navbar-nav > li.active a {
            background-color: transparent;
            color: #44bef1;
        }

        #main-header .navbar-nav > li > a {
            padding: 20px;
            font-size: 16px;
            color: white;
        }

#main-header .dropdown-menu {
    border: 1px solid rgba(50, 57, 70, 0.5);
    border-radius: 0;
}

    #main-header .dropdown-menu > li > a {
        line-height: 2 !important;
    }

#main-header .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.centered.col-md-10 {
    display: none;
}

/* footer */

.main-footer {
    background-color: #323946;
    text-align: center;
    padding: 20px;
}

.main-footer .reseau-sociaux {
    padding: 10px;
    display: none;
}

    .main-footer .fa-stack {
        margin: 0 5px;
    }

    .main-footer .fa-circle {
        color: #c5c5c5;
    }

    .main-footer .fa-facebook,
    .main-footer .fa-twitter,
    .main-footer .fa-pinterest {
        color: #323946;
    }

    .main-footer .navbar-default {
        background-color: transparent;
        border: none;
    }

    .main-footer .navbar {
        margin-bottom: 0;
    }


    .main-footer .navbar-nav {
        float: none;
    }

        .main-footer .navbar-nav > li {
            float: none;
            text-align: center;
            font-size: 16px;
            display: inline-block;
        }

            .main-footer .navbar-nav > li a {
                color: #949494;
            }

                .main-footer .navbar-nav > li a:hover {
                    color: #44bef1;
                }

footer .copyright {
    background-color: #282e39;
    text-align: center;
    color: white;
    padding: 10px 0;
}

    footer .copyright p {
        margin: 0;
    }

footer .footer-adresse {
    color: white;
    margin-top: 30px;
    font-size: 16px;
    position: relative;
}

    footer .footer-adresse:before {
        position: absolute;
        content: "";
        width: 50%;
        height: 1px;
        top: -22px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: rgba(255, 255, 255, 0.1);
    }

/* carousel */

.carousel .carousel-control {
    text-shadow: none;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}

.carousel .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

.carousel .carousel-control.right,
.carousel .carousel-control.left {
    background-color: transparent;
    background-image: none;
    margin-right: 0;
}

.carousel .carousel-control .glyphicon-chevron-right {
    margin-right: 0;
    transform: translateY(-50%);
    margin-top: 0;
}

.carousel .carousel-control .glyphicon-chevron-left {
    margin-left: 0;
    transform: translateY(-50%);
    margin-top: 0;
}

.carousel .glyphicon {
    color: white;
    background-color: #44bef1;
    padding: 20px 10px;
    width: auto;
    height: auto;
}

/* formulaire */

/*.form input,
.form select,
.form textarea {
    border: 1px solid #c5c5c5;
    box-shadow: none;
    border-radius: 0;
    padding: 20px;
    color: #828282;
}

.form .input-group-addon {
    background-color: #c5c5c5;
    color: white;
    border: none;
}

.form .form-control:focus {
    border: 1px solid #c5c5c5;
    box-shadow: none;
}

.form .radio input,
.form .checkbox input {
    display: none;
}

.form .radio label {
    padding: 0;
}

.form .radio .radio-label {
    position: relative;
    padding-left: 25px;
    color: #828282;
}

.form .radio input:checked + .radio-label:before {
    background-color: #c5c5c5;
    box-shadow: inset 0 0 0 3px white;
}

.form .radio .radio-label:before {
    content: '';
    position: absolute;
    height: 17px;
    width: 17px;
    border-radius: 50px;
    border: 2px solid #c5c5c5;
    top: 0;
    left: 0;
}

.form .checkbox label {
    padding: 0;
}

.form .checkbox .checkbox-label {
    position: relative;
    padding-left: 25px;
    color: #828282;
}

.form .checkbox input:checked + .checkbox-label:before {
    background-color: #c5c5c5;
    box-shadow: inset 0 0 0 3px white;
}

.form .checkbox .checkbox-label:before {
    content: '';
    position: absolute;
    height: 17px;
    width: 17px;
    border: 2px solid #c5c5c5;
    top: 0;
    left: 0;
}

.form #file {
    display: none;
}

    .form #file + label {
        text-align: center;
        background-color: #c5c5c5;
        color: white;
        padding: 15px 20px;
    }

        .form #file + label:hover {
            cursor: pointer;
        }

.form button[type="submit"] {
    background-color: #222;
    color: white;
    border-radius: 0;
    border: none;
    padding: 10px 20px;
}

    .form button[type="submit"]:hover {
        background-color: #222;
        color: white;
        border-radius: 0;
        border: none;
        padding: 10px 20px;
    }*/

/* code textarea */

.copy-btn {
    background-color: #efefef;
    color: #222;
    border-radius: 0;
    border: 1px solid #c5c5c5;
    border-bottom: 0px;
}

.code-area {
    margin: 0px;
    height: 217px;
    color: white;
    resize: none;
    width: 100%;
    padding: 20px;
    border: none;
    background-color: #585858;
}

@media (max-width: 991px) {
    .copy-btn {
        margin-top: 20px;
    }
}


.copy-alert {
    color: green;
    margin-left: 10px;
}

/************************************ RESPONSIVE **************************************/


@media (max-width: 767px) {

    #main-header .optional-nav {
        margin: 0;
    }

    .centered .row > div {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }

    #top-header {
        padding: 0;
    }

        #top-header .telephone span {
            display: none;
        }

        #top-header .telephone .fa {
            background-color: #222;
            color: white;
            height: 30px;
            width: 30px;
            line-height: 30px;
            text-align: center;
            margin-right: 0;
        }

        #top-header .slogan {
            text-align: center;
        }

    #main-header .navbar-header {
        text-align: center;
        display: block;
    }

    #main-header button {
        float: none;
        margin-right: 0;
        border: none;
    }

        #main-header button .icon-bar {
            background-color: #c5c5c5;
            width: 30px;
            height: 3px;
        }

        #main-header button:hover,
        #main-header button:focus,
        #main-header button:active {
            background-color: transparent;
        }


    #main-header img {
        display: block;
        margin: 20px auto 0 auto;
        position: initial;
    }

    #main-header .navbar-nav > li {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }

    #main-header .navbar-nav {
        text-align: center;
        float: none;
        margin: 0 -15px;
    }

    .bottom-nav {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: white;
    }
}

/*******************************************************

EFFECTS

********************************************************/

max-width {
    max-width: 1200px;
    margin: 0 auto;
}

.image-paragraphe {
    margin-bottom: 30px;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

/*************************** HOVER *****************************/

/* effect 1 */

.effect a {
    display: block;
    position: relative;
}

.effect p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 20px;
    width: 100%;
    color: white;
}

.effect > div {
    padding: 0;
}

.effect .hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #c5c5c5;
    box-shadow: inset 0 -5px 0 0 #222;
    opacity: 0;
    transition: opacity .3s ease;
}

.effect a:hover .hover {
    opacity: 1;
    transition: opacity .3s ease;
}

/* effect 2 */

.effect-2 a {
    position: relative;
    display: block;
    color: white;
}

.effect-2 .hover {
    position: absolute;
    overflow: hidden;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.00);
}

.effect-2 a:hover .hover {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid white;
    transition: width .3s ease, height .3s .3s ease;
}

.effect-2 .hover p {
    padding: 10px;
    display: none;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.effect-2 a:hover p {
    display: block;
}

.effect-2 a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100% !important;
    background-color: #c5c5c5;
    opacity: 0;
    top: 0;
    width: 0;
    transition: opacity .3s ease;
}

.effect-2 a:hover:before {
    opacity: 0.8;
    transition: opacity .3s ease;
}

/* effect 3 */

.effect-3 a {
    display: block;
    position: relative;
    color: white;
}

.effect-3 .hover {
    position: absolute;
    overflow: hidden;
    width: 0%;
    height: 80%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(34, 34, 34, 0.00);
    transition: background-color .3s ease, width .3s ease;
}

.effect-3 a:hover .hover {
    position: absolute;
    width: 90%;
    height: 80%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(34, 34, 34, 0.70);
    transition: background-color .3s ease, width .3s ease;
}

.effect-3 a:hover p {
    opacity: 1;
    transition: opacity .3s .3s ease;
}

.effect-3 .hover p {
    position: absolute;
    padding: 10px;
    top: 50%;
    text-align: center;
    opacity: 0;
    transform: translateY(-50%);
}

/* effect 4*/

.effect-4 a {
    position: relative;
    display: block;
    color: white;
    overflow: hidden;
}

.effect-4 img {
    transform: translateY(0);
    transition: transform .6s ease;
}

.effect-4 a:hover img {
    transform: translateY(101%);
    transition: transform .6s ease;
}

.effect-4 .hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    text-align: center;
    left: 0;
    z-index: -1;
    background-color: #c5c5c5;
}

.effect-4 .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
}

.effect-4 .hover .btn {
    border: 2px solid white;
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    border-radius: 0;
    margin-top: 10px;
}

/* effect 5*/

.effect-5 a {
    position: relative;
    display: block;
    overflow: hidden;
    color: white;
}

.effect-5 .hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    text-align: center;
    left: 0;
    z-index: 2;
    transform: translateX(-101%);
    transition: transform .3s ease-out;
}

.effect-5 a:hover .hover {
    transform: translateX(0);
    transition: transform .3s .3s ease-out;
}

.effect-5 .content {
    position: absolute;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.effect-5 a:before {
    content: "";
    background-color: #c5c5c5;
    position: absolute;
    opacity: 0.5;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: width .3s ease;
}

.effect-5 a:after {
    content: "";
    background-color: #c5c5c5;
    position: absolute;
    opacity: 0.5;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: width .3s 0.2s ease;
}

.effect-5 a:hover:before {
    width: 100%;
    transition: width .3s ease;
}

.effect-5 a:hover:after {
    width: 100%;
    transition: width .3s 0.2s ease;
}

.effect-5 .hover .btn {
    border: 2px solid white;
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    border-radius: 0;
    margin-top: 10px;
}

/* effect 6*/

.effect-6 a {
    position: relative;
    display: block;
    overflow: hidden;
    color: white;
}

    .effect-6 a:before {
        content: '';
        position: absolute;
        height: 0;
        width: 5px;
        bottom: 0;
        left: 0;
        background-color: #c5c5c5;
    }

    .effect-6 a:hover:before {
        height: 100%;
        transition: height .3s ease;
    }

    .effect-6 a:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        top: 0;
        left: 0;
        background-color: #c5c5c5;
        transition: width .5s ease;
    }

    .effect-6 a:hover:after {
        width: 100%;
        transition: width .5s .3s ease;
    }

.effect-6 .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-101%);
    transition: transform .3s ease;
}

.effect-6 a:hover .hover {
    transform: translateX(0);
    transition: transform .5s .5s ease;
}

.effect-6 .content {
    position: absolute;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.effect-6 .hover .btn {
    border: 2px solid white;
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    border-radius: 0;
    margin-top: 10px;
}

/* effect 7*/

.effect-7 a {
    position: relative;
    display: block;
    overflow: hidden;
    color: white;
}

    .effect-7 a:after {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        background-color: #222;
        opacity: .4;
    }

    .effect-7 a:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        background-color: #c5c5c5;
        transform: skewX(-10deg) translateX(-114%);
        transition: transform .5s .1s ease;
        z-index: 2;
    }

    .effect-7 a:hover:before {
        transform: skewX(-10deg) translateX(-35%);
        transition: transform .5s ease;
    }

.effect-7 img {
    transform: translateX(0);
    transition: transform .5s ease;
}

.effect-7 a:hover img {
    transform: translateX(30%);
    transition: transform .5s 0.05s ease;
}

.effect-7 .main-content,
.effect-7 .hover-content {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 60%;
    height: 100%;
    padding: 10px;
}

.effect-7 .main-content {
    right: 0;
    text-align: right;
    transform: translateX(0);
    transition: transform .5s ease;
}

.effect-7 a:hover .main-content {
    transform: translateX(100%);
    transition: transform .5s ease;
}

.effect-7 .hover-content {
    left: 0;
    text-align: left;
    transform: translateX(-101%);
    transition: transform .5s ease;
}

.effect-7 a:hover .hover-content {
    transform: translateX(0);
    transition: transform .5s .2s ease;
}

/* effect 8*/

.effect-8 a {
    position: relative;
    display: block;
    overflow: hidden;
}

    .effect-8 a:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #222;
        opacity: 0.5;
        top: 0;
        left: 0;
        transition: background-color .3s ease, opacity .3s ease;
    }

    .effect-8 a:hover:before {
        background-color: #c5c5c5;
        opacity: 0.8;
        transition: background-color .3s ease, opacity .3s ease;
    }

.effect-8 .shape {
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(45deg);
    border: 2px solid white;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: width .3s ease, height .3s ease, opacity .3s ease;
}

    .effect-8 .shape:before {
        position: absolute;
        width: 80%;
        height: 80%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        background-color: white;
    }

.effect-8 .content {
    padding: 10px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: white;
    opacity: 1;
    transition: opacity .3s ease;
}

.effect-8 a:hover .content {
    opacity: 0;
    transition: opacity .3s ease;
}

.effect-8 a:hover .shape {
    width: 100px;
    height: 100px;
    opacity: 1;
    transition: width .3s ease, height .3s ease, opacity .3s ease;
}

.effect-8 .content h3 {
    margin: 0;
}

.effect-8 .fa {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
    transform: translateY(-50%);
    color: #222;
    font-size: 30px;
    opacity: 0;
}

.effect-8 a:hover .fa {
    opacity: 1;
    transition: opacity .3s ease;
}


/*************************** SERVICE BOX *****************************/

/* service 1 */

.service-1 {
    text-align: center;
    /*margin-top:50px;*/
}

    .service-1 .content {
        padding: 20px 30px;
        border: 1px solid #c5c5c5;
        position: relative;
        margin-top: 50px;
    }

    .service-1 h3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .service-1 .fa {
        position: absolute;
        color: #c5c5c5;
        background-color: white;
        border: 1px solid #c5c5c5;
        font-size: 30px;
        line-height: 72px;
        width: 72px;
        height: 72px;
        border-radius: 50%;
        left: 0;
        top: -32px;
        right: 0;
        margin: auto;
    }

/* service 2 */

.service-2 .service-box {
    background-color: #c5c5c5;
    color: white;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

.service-2 .content {
    border: 1px solid white;
    padding: 20px;
}

.service-2 h3 {
    margin: 10px 0 30px 0;
}

.service-2 .fa {
    font-size: 25px;
}

/* service 3 */

.service-3 .service-box {
    text-align: center;
    margin-top: 20px;
    border: 1px solid #c5c5c5;
    overflow: hidden;
}

.service-3 .title {
    background-color: white;
    padding: 20px;
    position: relative;
}

    .service-3 .title .fa {
        font-size: 30px;
        color: #c5c5c5;
    }

    .service-3 .title:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: white;
        top: 0;
        left: -50%;
        transform: skewY(10deg);
        z-index: -1;
    }

    .service-3 .title:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: white;
        top: 0;
        left: 50%;
        transform: skewY(-10deg);
        z-index: -1;
    }


    .service-3 .title h3 {
        margin: 0;
    }

.service-3 .content {
    padding: 60px 20px 20px 20px;
    color: white;
    position: relative;
    /*background-color:#c5c5c5;*/
}

    .service-3 .content:after {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        background-color: #c5c5c5;
        top: 0;
        left: 0;
        z-index: -2;
    }

/*************************** CAROUSEL *****************************/

.carousel-1 {
    margin: 0 -15px;
}

    .carousel-1 .carousel-control {
        background-image: none;
        opacity: 1;
    }

        .carousel-1 .carousel-control:hover {
            opacity: 1;
        }

        .carousel-1 .carousel-control.right,
        .carousel-1 .carousel-control.left {
            background-image: none;
        }

    .carousel-1 .glyphicon-chevron-right {
        margin-right: 0;
        right: 0;
    }

    .carousel-1 .glyphicon-chevron-left {
        margin-left: 0;
        left: 0;
    }

    .carousel-1 .carousel-control .glyphicon-chevron-left,
    .carousel-1 .carousel-control .glyphicon-chevron-right {
        width: 30px;
        height: 30px;
        background-color: #222;
        color: #c5c5c5;
        margin-top: -10px;
        font-size: 30px;
        padding: 20px;
    }

/*************************** TABS *****************************/


/* tab 1*/

.tab-1 {
    margin-top: 20px;
}

    .tab-1 .tab li.active a {
        border: 1px solid #c5c5c5;
        position: relative;
        font-weight: bold;
        color: #222;
    }

    .tab-1 .nav-tabs {
        border-bottom: none;
    }

    .tab-1 .tab a {
        color: #828282;
        border-radius: 0;
    }

        .tab-1 .tab a:hover,
        .tab-1 .tab a:focus {
            background-color: transparent;
            border: none;
        }

        .tab-1 .tab a:active,
        .tab-1 .tab a:focus {
            border: none;
        }

    .tab-1 .tab li.active a:after {
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: white;
        bottom: -2px;
        left: 0;
        content: "";
    }

    .tab-1 .tab-content {
        border: 1px solid #c5c5c5;
        padding: 20px;
    }

        .tab-1 .tab-content h3 {
            color: #c5c5c5;
            margin-top: 0;
        }

/* tab 2*/

.tab-2 {
    margin-top: 20px;
}

    .tab-2 .nav-tabs {
        border-bottom: none;
    }


    .tab-2 .tab li.active a {
        border: none;
        position: relative;
        font-weight: bold;
        color: #222;
    }

        .tab-2 .tab li.active a:after {
            position: absolute;
            content: "";
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid white;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }

    .tab-2 .tab a {
        color: #828282;
        border-radius: 0;
    }

        .tab-2 .tab a:hover {
            background-color: transparent;
            border: none;
        }

        .tab-2 .tab a:active,
        .tab-2 .tab a:focus {
            border: none;
        }

    .tab-2 .tab-content h3 {
        margin-top: 0;
    }

    .tab-2 .tab-content {
        background-color: #c5c5c5;
        color: white;
        padding: 20px;
    }

/* tab 3*/

.tab-3 {
    margin-top: 20px;
}

    .tab-3 .tab li.active a {
        background-color: #222;
        border: none;
        color: white;
    }

    .tab-3 .nav-tabs {
        border-bottom: none;
    }

        .tab-3 .nav-tabs > li {
            margin-bottom: 0;
        }

    .tab-3 .tab a {
        color: #828282;
        border-radius: 0;
    }

        .tab-3 .tab a:hover,
        .tab-3 .tab a:focus {
            background-color: transparent;
            border: none;
        }

        .tab-3 .tab a:active,
        .tab-3 .tab a:focus {
            border: none;
        }

    .tab-3 .tab-content {
        border-bottom: 7px solid #c5c5c5;
        padding: 20px;
        background-color: #efefef;
    }

        .tab-3 .tab-content h3 {
            margin-top: 0;
        }

/*************************** PANEL *****************************/

/* panel 1*/

.panel-1 {
    margin-top: 20px;
}

    .panel-1 .panel-group {
        border-radius: 0;
    }

    .panel-1 .panel-default {
        border: none;
    }

    .panel-1 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
    }

    .panel-1 .panel-heading {
        color: #c5c5c5;
        font-weight: bold;
        border-radius: 0;
        border: 1px solid #c5c5c5;
        background-color: white;
    }

        .panel-1 .panel-heading .panel-title a {
            position: relative;
            border-radius: 0;
            padding-left: 25px;
        }

            .panel-1 .panel-heading .panel-title a:before {
                position: absolute;
                content: "\f138";
                font-family: FontAwesome;
                color: #c5c5c5;
                transform: rotate(0);
                left: 0;
                font-size: 20px;
                top: -2px;
                transition: transform .3s ease;
            }

            .panel-1 .panel-heading .panel-title a[aria-expanded="true"]:before {
                transform: rotate(90deg);
            }

            .panel-1 .panel-heading .panel-title a:focus:before {
                transform: rotate(90deg);
                transition: transform .3s ease;
            }


        .panel-1 .panel-heading .panel-title > a:hover,
        .panel-1 .panel-heading .panel-title > a:focus,
        .panel-1 .panel-heading .panel-title > a:active {
            text-decoration: none;
        }


    .panel-1 .panel-group .panel-heading + .panel-collapse > .panel-body {
        border: none;
    }

    .panel-1 .panel-body {
        background-color: #c5c5c5;
        color: white;
    }

        .panel-1 .panel-body p {
            margin: 0;
        }

/* panel 2*/

.panel-2 {
    margin-top: 20px;
}

    .panel-2 .panel-group {
        border-radius: 0;
        position: relative;
    }

        .panel-2 .panel-group:before {
            position: absolute;
            content: "";
            top: 0;
            left: 16px;
            width: 4px;
            height: 100%;
            background-color: #c5c5c5;
        }

    .panel-2 .panel-default {
        border: none;
    }

    .panel-2 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
    }

    .panel-2 .panel-heading {
        border-radius: 0;
        background-color: transparent;
        position: relative;
        padding-left: 50px;
    }

        .panel-2 .panel-heading .panel-title {
            font-weight: bold;
            color: #222;
        }

        .panel-2 .panel-heading:before {
            position: absolute;
            content: "";
            height: 37px;
            width: 37px;
            border-radius: 50%;
            background-color: white;
            top: 0;
            left: 0;
            border: 5px solid #c5c5c5;
        }

        .panel-2 .panel-heading:after {
            position: absolute;
            content: "\f054";
            font-family: FontAwesome;
            left: 14px;
            top: 9px;
            color: #c5c5c5;
        }


        .panel-2 .panel-heading .panel-title > a:hover,
        .panel-2 .panel-heading .panel-title > a:focus,
        .panel-2 .panel-heading .panel-title > a:active {
            text-decoration: none;
        }


    .panel-2 .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: none;
    }

    .panel-2 .panel-body {
        /*border-left:4px solid #c5c5c5;*/
        padding: 15px 32px;
        margin-left: 16px;
    }

        .panel-2 .panel-body p {
            margin: 0;
            background-color: #efefef;
            padding: 20px;
        }

    .panel-2 .panel-group .panel + .panel {
        margin-top: 8px;
    }

/* panel 3 */

.panel-3 {
    margin-top: 20px;
    /*text-align:center;*/
}

    .panel-3.panel-group {
        border-radius: 0;
    }

    .panel-3 .panel-default {
        border: 1px solid #c5c5c5;
    }

    .panel-3 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
    }

    .panel-3 .panel-heading {
        border-radius: 0;
        position: relative;
        background-color: #efefef;
    }

        .panel-3 .panel-heading:before {
            position: absolute;
            content: "\f054";
            font-family: FontAwesome;
            color: white;
            background-color: #c5c5c5;
            height: 100%;
            width: 37px;
            line-height: 37px;
            text-align: center;
            top: 0;
            left: 0;
        }

        .panel-3 .panel-heading .panel-title {
            font-weight: bold;
            color: #c5c5c5;
            padding-left: 40px;
        }

            .panel-3 .panel-heading .panel-title > a:hover,
            .panel-3 .panel-heading .panel-title > a:focus,
            .panel-3 .panel-heading .panel-title > a:active {
                text-decoration: none;
            }


    .panel-3 .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 0px solid transparent;
        border-left: 0px solid transparent;
        background-color: #efefef;
        box-shadow: inset 37px 0 0 0 #c5c5c5;
    }


    .panel-3 .panel-body p {
        margin: 0;
        padding-left: 40px;
    }

    .panel-3 .panel-group .panel + .panel {
        margin-top: 5px;
    }

/*************************** PRICING TABLE *****************************/

/* price 1*/

.price-1 {
    margin-top: 40px;
    font-size: 16px;
}

    .price-1 .pricingTable {
        border: 1px solid #c5c5c5;
        text-align: center;
        padding: 50px 20px;
        position: relative;
    }

    .price-1 .title {
        position: absolute;
        top: -26px;
        margin: 0;
        border: 1px solid #c5c5c5;
        padding: 10px 15px;
        text-transform: capitalize;
        background-color: white;
        left: 50%;
        transform: translateX(-50%);
    }

    .price-1 .month,
    .price-1 .price-value {
        font-size: 25px;
        color: #222;
    }

    .price-1 .pricing-content {
        margin-left: -40px;
        margin-top: 20px;
    }

        .price-1 .pricing-content li {
            list-style-type: none;
            color: #828282;
            margin-bottom: 10px;
        }

        .price-1 .pricing-content span {
            position: relative;
            padding-left: 25px;
        }

            .price-1 .pricing-content span:before {
                position: absolute;
                content: "\f00c";
                font-family: FontAwesome;
                color: #c5c5c5;
                left: 0;
                top: -3px;
            }

    .price-1 .pricingTable-signup {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #c5c5c5;
        color: white;
        width: 100%;
        padding: 10px 15px;
    }

        .price-1 .pricingTable-signup:hover,
        .price-1 .pricingTable-signup:focus {
            text-decoration: none;
        }

/* price 2 */

.price-2 {
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
}

    .price-2 .pricingTable {
        border: 1px solid #c5c5c5;
        background-color: #efefef;
    }

    .price-2 .top-section {
        background-color: #c5c5c5;
        color: white;
        padding: 20px;
        padding-bottom: 45px;
        position: relative;
    }

        .price-2 .top-section .month {
            font-size: 20px;
        }

        .price-2 .top-section .price-value {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            bottom: -13px;
            margin: auto;
            font-size: 18px;
            z-index: 2;
            color: #222;
        }


        .price-2 .top-section:after {
            content: "";
            position: absolute;
            width: 50px;
            height: 50px;
            border: 1px solid #222;
            background-color: white;
            transform: rotate(45deg);
            bottom: -25px;
            left: 0;
            right: 0;
            margin: auto;
        }


        .price-2 .top-section h3 {
            margin: 0;
            text-transform: uppercase;
            color: #222;
            font-size: 30px;
        }

    .price-2 .pricing-content {
        padding: 20px;
        padding-top: 45px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

        .price-2 .pricing-content li {
            list-style-type: none;
            color: #828282;
            margin-bottom: 10px;
        }

    .price-2 .pricingTable-signup {
        background-color: #c5c5c5;
        color: white;
        padding: 10px 20px;
        display: inline-block;
        margin: 15px 0;
    }

        .price-2 .pricingTable-signup:hover,
        .price-2 .pricingTable-signup:focus {
            text-decoration: none;
        }

/* price 3 */

.price-3 {
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
    color: #c5c5c5;
}

    .price-3 .top-section {
        padding: 20px;
        /*background-color:#222;*/
        /*color:white;*/
    }

        .price-3 .top-section h3 {
            margin-top: 0;
            color: #222;
            text-transform: capitalize;
        }

        .price-3 .top-section .month,
        .price-3 .top-section .price-value {
            font-size: 20px;
            color: #222;
        }


    .price-3 .pricingTable {
        /*background-color: #c5c5c5;*/
        position: relative;
        border: 1px solid rgba(34, 34, 34, 0.5);
        /*overflow:hidden;*/
    }

        .price-3 .pricingTable:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border: 1px solid #c5c5c5;
            background-color: #efefef;
            transform: rotate(3deg);
            top: 0;
            left: 0;
            z-index: -1;
        }

    .price-3 .pricing-content {
        /*background-color: #c5c5c5;*/
        /*color: white;*/
        padding: 20px;
        margin-bottom: 0;
        position: relative;
    }

        .price-3 .pricing-content:before {
            /*content: "";
            position: absolute;
            background-color: #c5c5c5;
            top: -17px;
            left: 0;
            width: 100%;
            height: 30px;
            transform: skewY(5deg);*/
            /*content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            border-top: 20px solid #222;*/
            content: "";
            position: absolute;
            height: 1px;
            width: 70px;
            background-color: #222;
            left: 50%;
            transform: translateX(-50%);
            top: -3px;
        }


        .price-3 .pricing-content li {
            list-style-type: none;
            margin-bottom: 10px;
        }

    .price-3 .pricingTable-signup {
        color: white;
        padding: 10px 20px;
        margin-bottom: 20px;
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
        color: #222;
    }

        .price-3 .pricingTable-signup:hover,
        .price-2 .pricingTable-signup:focus {
            text-decoration: none;
        }

/*.price-3 .pricingTable:before  {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-color:#c5c5c5;
    left:0;
    bottom:0;
    transform:skewY(10deg);
}*/

/*************************** LIGHTBOX *****************************/


.lightbox-2 {
    margin-top: 20px;
}

    .lightbox-2 img {
        padding: 5px;
        border: 1px solid #c5c5c5;
    }

    .lightbox-2 a {
        display: block;
        position: relative;
        text-align: center;
    }

        .lightbox-2 a:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            background-color: white;
            opacity: 0;
            top: 0;
            left: 0;
            transition: opacity .3s ease;
        }

        .lightbox-2 a:hover:before {
            opacity: 0.8;
            transition: opacity .3s ease;
        }

        .lightbox-2 a:after {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 1px solid #c5c5c5;
            background-color: white;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transform: rotate(45deg);
            opacity: 0;
            transition: opacity .3s ease, transform .3s ease,width .3s ease, height .3s ease;
        }

        .lightbox-2 a:hover:after {
            width: 50px;
            height: 50px;
            transform: rotate(135deg);
            opacity: 1;
            transition: opacity .3s ease, transform .3s ease,width .3s ease, height .3s ease;
        }

    .lightbox-2 .fa {
        position: absolute;
        color: #c5c5c5;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
        font-size: 25px;
        z-index: 2;
        opacity: 0;
        transition: opacity .3s ease;
    }

    .lightbox-2 a:hover .fa {
        opacity: 1;
        transition: opacity .3s ease;
    }

/*************************** GALLERY *****************************/

/* gallery 1*/

.gallery-1 {
    margin-top: 20px;
}

    .gallery-1 a {
        display: block;
        position: relative;
    }

    .gallery-1 p {
        position: absolute;
        color: white;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        padding: 40px;
        opacity: 0;
    }

    .gallery-1 a:hover p {
        opacity: 1;
        transition: opacity .3s ease;
    }

    .gallery-1 a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: #c5c5c5;
        transition: width .3s ease, height .3s ease, opacity .3s ease;
        transition: opacity .3s ease;
    }

    .gallery-1 a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        border: 1px solid white;
        transition: width .3s ease, height .3s ease, opacity .3s ease;
    }

    .gallery-1 a:hover:after {
        width: 90%;
        height: 85%;
        opacity: 1;
    }

    .gallery-1 a:hover:before {
        opacity: 1;
        transition: opacity .3s ease;
    }


    .gallery-1 img {
        padding: 20px;
        border: 1px solid #c5c5c5;
    }

/* gallery 2*/

.gallery-2 {
    margin-top: 20px;
}

    .gallery-2 a {
        display: block;
        position: relative;
    }

    .gallery-2 h3 {
        text-align: right;
        color: #222;
        margin-bottom: 0;
        padding-right: 10px;
        border-right: 5px solid #c5c5c5;
    }

/* gallery 3*/

.gallery-3 {
    margin-top: 20px;
    text-align: center;
}

    .gallery-3 a {
        display: block;
    }

    .gallery-3 h3:before {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        border-top: 10px solid #c5c5c5;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }

    .gallery-3 img {
        border: 10px solid #efefef;
        box-shadow: 0 0 0 2px #c5c5c5;
    }

    .gallery-3 h3 {
        color: #c5c5c5;
        position: relative;
        margin: 0;
        padding: 20px 0 10px 0;
    }