/* --------------------------------------------------------	*/
/* Base */
/* --------------------------------------------------------	*/

::-moz-selection {
    background: #353648;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #353648;
    color: #ffffff;
    text-shadow: none;
}

:focus {
    outline-color: transparent!important;
    outline-style: none!important;
}

html {
    overflow-y: scroll;
    background: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    padding-top: 91px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
    line-height: 160%;
    line-height: 24px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    cursor: default;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica;
    font-weight: 300;
    color: #1c1c1c;
    line-height: 1.6em;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    clear: both;
}

h1 {
    font-size: 32px;
}

h2 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 30px;
    color: #c8cfd7;
}

.h2-container {
    position: relative;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

    .h2-container h2 {
        position: relative;
        font-size: 34px;
        color: #c8cfd7;
        background: #ffffff;
        display: inline;
        padding-left: 20px;
        padding-right: 20px;
        z-index: 20;
    }

    .h2-container .h2-line {
        position: absolute;
        top: 30px;
        left: 0px;
        height: 1px;
        width: 100%;
        background: #c8cfd7;
        z-index: 1;
    }

    .h2-container .h2-line-left {
        position: absolute;
        display: block;
        top: 20px;
        left: 0px;
        height: 20px;
        border-left: 1px solid #c8cfd7;
    }

    .h2-container .h2-line-right {
        position: absolute;
        display: block;
        top: 20px;
        right: 0px;
        height: 20px;
        border-right: 1px solid #c8cfd7;
    }


h3 {
    font-size: 24px;
    font-weight: 400;
    font-weight: 500;
}

h4 {
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}

h6 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
    text-transform: uppercase;
}

hr {
    background: #e9ecef;
    height: 1px;
    margin: 30px 0px;
    border: 0px;
}

p {
    margin: 0px 0px 25px 0px !important;
}

ul {
    padding: 0px;
}

select {
    font-family: Verdana, Arial, Helvetica;
    color: #646c78;
    height: 36px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000;
}

blockquote {
    position: relative;
    font-size: 16px;
    font-style: italic;
    color: #000;
    padding: 0px 20px;
    border-left: 5px solid #e3e7eb;
    clear: both;
}

a {
    color: #ed7933;
    text-decoration: none;
    background: transparent;
}

    a:hover {
        color: #e25603;
        text-decoration: none;
    }
.color{
    color: #ed7933;
    text-decoration: none;
}

/*img {
    width: 100%;
}*/

/* --------------------------------------------------------	*/
/* Main Classes */
/* --------------------------------------------------------	*/

.white {
    color: #ffffff;
}

.bold {
    font-weight: bold;
}

.strong {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.space5 {
    height: 5px;
    clear: both;
}

.space10 {
    height: 10px;
    clear: both;
}

.space15 {
    height: 15px;
    clear: both;
}

.space20 {
    height: 20px;
    clear: both;
}

.space25 {
    height: 25px;
    clear: both;
}

.space30 {
    height: 30px;
    clear: both;
}

.space40 {
    height: 40px;
    clear: both;
}

.space50 {
    height: 50px;
    clear: both;
}

.space60 {
    height: 60px;
    clear: both;
}

.space70 {
    height: 70px;
    clear: both;
}

.space80 {
    height: 80px;
    clear: both;
}

.space90 {
    height: 90px;
    clear: both;
}

.space100 {
    height: 100px;
    clear: both;
}

.space110 {
    height: 110px;
    clear: both;
}
.space150 {
    height: 150px;
    clear: both;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.f-left {
    float: left !important;
}

.f-right {
    float: right;
}

.p-t-0 {
    padding-top: 0px;
}

.pos-r {
    position: relative;
}

.c-b {
    clear: both;
}

.o-h {
    overflow: hidden;
}

/* --------------------------------------------------------	*/
/* Header */
/* --------------------------------------------------------	*/

.header {
    background: #ffffff;
}

.logo {
    width: auto;
    padding-top: 28px;
}

.triangle {
    position: absolute;
    width: auto;
    margin-left: -35px;
}

/* Navigation NEW */

.navbar {
    font-size: 15px;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .navbar .nav {
        border: 0px;
        margin: 0px;
        float: right;
        background: #FFFFFF;
    }

.navbar-inner {
    box-shadow: none !important;
    transition: all 0.3s ease-out 0s;
    border-bottom: none !important;
    background-color: transparent;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 0px solid #d4d4d4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    min-height: 91px;
    box-shadow: 5px 5px 3px;
}

.navbar-fixed-top {
    position: fixed;
    background: #FFFFFF;
}

.navbar .nav > li > a {
    position: relative;
    line-height: 35px;
    color: #000 !important;
    text-shadow: none;
    padding: 28px 20px 28px 20px;
}

.navbar .nav > li:hover > a {
    color: #ffffff !important;
    background: #47485f !important;
}

.navbar .nav > li.active > a {
    color: #CF4A30  !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar .nav > li.active > a:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #ffffff !important;
    }

.navbar .nav li ul {
    display: none;
    z-index: 999;
    list-style-type: none;
    margin: 0px;
    padding: 20px 20px 18px 10px;
    background: #CF4A30 ;
    position: relative;
    border: 0px;
    border-radius: 0px;
    right: 0px;
}

    .navbar .nav li ul:after {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        right: 0px;
        width: 0px;
        border-width: 0px 0px 20px 20px;
        border-style: solid;
        border-color: #CF4A30  transparent;
    }

.navbar .nav li:hover ul {
    position: absolute;
    display: block;
    list-style-type: none;
}

.navbar .nav li ul li {
    font-size: 13px;
    line-height: 11px;
    text-align: right;
    margin: 0px;
    padding: 0px;
    width: 160px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

    .navbar .nav li ul li:last-child {
        border-bottom: 0px;
    }

    .navbar .nav li ul li a {
        color: #ffffff;
        padding: 6px 0px 6px 0px;
        margin: 0px;
        display: block;
        text-decoration: none;
    }

    .navbar .nav li ul li:hover a {
        color: #47485f;
    }

    .navbar .nav li ul li.active a {
        color: #47485f !important;
    }

        .navbar .nav li ul li.active a:hover {
            color: #ffffff !important;
        }

/* #######################################################################

	meanMenu
	--------
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: fixed;
    padding: 0px 0;
    top: 0;
    height: 70px;
    z-index: 999;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #464646;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Verdana, Arial, Helvetica;
    font-weight: 700;
    -webkit-transition: all 0ms ease-in;
    -moz-transition: all 0ms ease-in;
    -ms-transition: all 0ms ease-in;
    -o-transition: all 0ms ease-in;
    transition: all 0ms ease-in;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #464646;
        height: 3px;
        margin-top: 3px;
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #FFF;
    margin-top: 0px;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%;
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 94%;
                padding: 1em 3%;
                margin: 0;
                text-align: left;
                color: #464646;
                font-size: 12px;
                border-bottom: 1px solid #464646;
                text-decoration: none;
                text-transform: uppercase;
                -webkit-transition: all 0ms ease-in;
                -moz-transition: all 0ms ease-in;
                -ms-transition: all 0ms ease-in;
                -o-transition: all 0ms ease-in;
                transition: all 0ms ease-in;
            }

            .mean-container .mean-nav ul li li a {
                width: 88%;
                padding: 1em 6%;
                border-bottom: 1px solid #464646;
                text-shadow: none !important;
                visibility: visible;
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: none;
                margin-bottom: 20px;
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 1em 15%;
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 1em 20%;
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 1em 25%;
            }

            .mean-container .mean-nav ul li a:hover {
                background: #f4f4f4;
                color: #464646;
            }

            .mean-container .mean-nav ul li a.mean-expand {
                width: 26px;
                height: 20px;
                border: 0px solid !important;
                padding: 12px !important;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: #FFF;
                    color: #464646;
                }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* --------------------------------------------------------	*/
/* Layer Slider */
/* --------------------------------------------------------	*/

.ls-layer * {
    font-family: Arial, Serif;
    white-space: nowrap;
    font-weight: normal;
    text-shadow: none;
}

.c {
    text-align: center;
}

.sl1, .sl2 {
    font-size: 50px;
    line-height: 100px;
    height: 100px;
}

.sl1 {
    color: #eee;
    background: black;
    background: rgba(0,0,0,.75);
}

.sl2 {
    color: #444;
    background: white;
}

.text-a {
    font-weight: bold;
    box-shadow: -2px -2px 15px -3px black;
    border-radius: 2px;
    padding: 15px 25px;
    font-size: 45px;
    color: #292b38;
    background: #ed7933;
}

.text-b {
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 60px;
    color: #ed7933;
    background: #292b38;
}

.text-c {
    box-shadow: -2px -2px 15px -3px black;
     border-radius: 2px;
    padding: 10px 20px;
    font-size: 40px;
    color: #292b38;
    background: #ed7933;
}

.text-d {
    box-shadow: -2px -2px 10px -2px #292b38;
    border-radius: 2px;
    padding: 15px 30px 15px 30px;
    font-size: 45px;
    color: #ed7933;
    background: #292b38;
}

.text-e {
    padding: 8px 14px;
    font-size: 23px;
    color: #444f70;
    background: rgba(255,255,255,0.75);
}

/* --------------------------------------------------------	*/
/* Owl Carousel carousel-top-navigation */
/* --------------------------------------------------------	*/

.owl-theme .owl-controlls .owl-buttons div {
    position: absolute;
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
    line-height: 30px;
    font-size: 18px;
    background: #c8cfd7;
    font-family: FontAwesome;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.owl-theme .owl-controlls {
    position: absolute;
    top: -40px;
    right: 0;
    text-align: center;
}

    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */

    .owl-theme .owl-controlls.clickable .owl-buttons div:hover {
        opacity: 1;
        text-decoration: none;
        background: #ed7933;
    }

.owl-prev {
    right: 40px;
}

.owl-next {
    right: 0px;
}

.owl-prev:before {
    content: "\f104";
    margin: 0px auto;
    color: #FFFFFF;
}

.owl-next:before {
    content: "\f105";
    margin: 0px auto;
    color: #FFFFFF;
}

.owl-prev.disabled, .owl-next.disabled, .owl-prev.disabled:hover, .owl-next.disabled:hover {
    opacity: 0.7;
}

/* --------------------------------------------------------	*/
/* Parallax */
/* --------------------------------------------------------	*/

.parallax {
    width: 100%;
    height: 260px;
    padding: 0;
    margin: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    text-transform: uppercase;
}

.parallax-mobile {
    background-position: 50% 0px !important;
    background-attachment: scroll !important;
}

.parallax .parallax-text-container {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.parallax .parallax-text-item {
    display: table-cell;
    vertical-align: middle;
}

.parallax-text-item {
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    line-height: 1em;
}

.parallax h2, .parallax h3 {
    font-family: Verdana, Arial, Helvetica;
    color: #ffffff;
    background: transparent;
}

.parallax h2 {
    font-size: 52px;
}

.parallax h3 {
    font-size: 20px;
}

#parallax-two {
    height: 400px;
}

#parallax-three {
    height: 400px;
}

/* --------------------------------------------------------	*/
/* Refine Slider */
/* --------------------------------------------------------	*/

ul.rs-slider {
    margin: 0 0 0px 0px;
    padding: 0px;
}

    ul.rs-slider img {
        position: relative;
    }

.rs-thumb-wrap {
    margin: 21px 0 0 0;
}

    .rs-thumb-wrap > a {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        padding: 0px;
        *padding: 0;
        -moz-transition: opacity .7s ease-in-out;
        -webkit-transition: opacity .7s ease-in-out;
        -o-transition: opacity .7s ease-in-out;
        -ms-transition: opacity .7s ease-in-out;
        transition: opacity .7s ease-in-out;
    }

        .rs-thumb-wrap > a:hover,
        .rs-thumb-wrap > a.active {
            opacity: 1;
        }

        .rs-thumb-wrap > a:first-child {
            margin-left: 0!important;
        }

.rs-arrows {
    position: absolute;
    z-index: 799;
    width: 100%;
    top: 50%;
    right: 0px;
}

    .rs-arrows .rs-prev, .rs-arrows .rs-next {
        width: 50px;
        height: 48px;
        display: block;
        position: absolute;
        right: 30px;
        margin-top: -25px;
        border-radius: 3px;
        border: 0px;
        border-bottom: 2px solid #47485f !important;
        background: #353648 !important;
        opacity: 0.5 !important;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .rs-arrows .rs-prev {
        left: 30px;
    }

    .rs-arrows .rs-next {
        right: 30px;
    }

        .rs-arrows .rs-prev:hover, .rs-arrows .rs-next:hover {
            background: #47485f !important;
            border: 0px;
            border-bottom: 2px solid #47485f !important;
            opacity: 1 !important;
        }

        .rs-arrows .rs-prev i, .rs-arrows .rs-next i {
            text-indent: 0px;
            color: #ffffff;
            font-size: 20px;
            width: 47px;
            height: 50px;
            position: absolute;
            line-height: 49px;
            text-align: center;
            font-weight: 400;
        }

        .rs-arrows .rs-next i {
            text-indent: 3px;
        }

.rs-caption {
    padding: 20px;
    color: #ffffff;
    background: #000000;
    background: rgba(0, 0, 0, .6);
}

    .rs-caption p {
        color: #ffffff;
        margin-bottom: 0;
    }

/* --------------------------------------------------------	*/
/* SLY Slider */
/* --------------------------------------------------------	*/

/* Frame */

.frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 50%;
}

    .frame ul li {
        float: left;
        width: 327px;
        height: 100%;
        margin: 0 1px 0 0;
        padding: 0;
        color: #ddd;
        text-align: center;
        cursor: pointer;
        opacity: 0.7;
    }

        .frame ul li.active {
            color: #fff;
            opacity: 1;
        }

/* Controls */
.controls {
    margin: 0px 0;
    text-align: center;
}

/* Effects */
.effects {
    height: 300px;
    line-height: 200px;
    -webkit-perspective: 1460px;
    -ms-perspective: 1460px;
    perspective: 1460px;
    -webkit-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    overflow-y: show;
}

    .effects ul {
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .effects ul li {
            position: relative;
            margin: 0 -20px;
            -webkit-transform: rotateY(60deg) scale(0.74);
            -ms-transform: rotateY(60deg) scale(0.74);
            transform: rotateY(60deg) scale(0.74);
            -webkit-transition: -webkit-transform 300ms ease-out;
            transition: transform 300ms ease-out;
        }

            .effects ul li.active {
                z-index: 10;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

                .effects ul li.active ~ li {
                    -webkit-transform: rotateY(-60deg) scale(0.74);
                    -ms-transform: rotateY(-60deg) scale(0.74);
                    transform: rotateY(-60deg) scale(0.74);
                }

.controls .btn {
    margin: 0px;
}

.controls i {
    position: relative;
    top: 2px !important;
}

.controls .next i {
    padding-left: 7px !important;
    padding-right: 0px !important;
}

/* --------------------------------------------------------	*/
/* Flexlider */
/* --------------------------------------------------------	*/

/* Flex-1 */

.flex-1 {
    margin: 0px;
    border: 0px solid #ffffff;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 0px 0px #000000;
    -webkit-box-shadow: 0 0px 0px #000000;
    -moz-box-shadow: 0 0px 0px #000000;
    -o-box-shadow: 0 0px 0px #000000;
    zoom: 1;
}

    .flex-1 .flex-direction-nav {
        height: 0px;
        border: 0px;
    }

        .flex-1 .flex-direction-nav a {
            position: absolute;
            display: block;
            width: 50px;
            height: 48px;
            background: #353648 !important;
            margin: 0px 0px 0px 0px;
            padding-bottom: 0px;
            top: -40px;
            z-index: 10;
            cursor: pointer;
            font-size: 0px;
            text-indent: -2500px;
            opacity: 0.5;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

        .flex-1 .flex-direction-nav .flex-prev,
        .flex-1 .flex-direction-nav .flex-next {
            text-indent: 0px;
            position: absolute;
            top: 50%;
            right: 30px;
            margin-top: -25px;
            border: 0px;
            border-radius: 3px;
        }

        .flex-1 .flex-direction-nav .flex-prev {
            left: 30px;
        }

            .flex-1 .flex-direction-nav .flex-next i, .flex-1 .flex-direction-nav .flex-prev i {
                text-indent: 0px;
                color: #ffffff;
                font-size: 20px;
                width: 47px;
                height: 50px;
                position: absolute;
                line-height: 49px;
                text-align: center;
                font-weight: 400;
            }

        .flex-1 .flex-direction-nav .flex-next i {
            text-indent: 3px;
        }

        .flex-1 .flex-direction-nav .flex-prev:hover,
        .flex-1 .flex-direction-nav .flex-next:hover {
            opacity: 1 !important;
            background: #353648 !important;
        }

            .flex-1 .flex-direction-nav .flex-next:hover i, .flex-1 .flex-direction-nav .flex-prev:hover i {
                color: #ffffff;
            }

    .flex-1 .flexslider:hover .flex-next:hover, .flex-1 .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

    .flex-1 .flex-direction-nav .flex-disabled {
        opacity: .6!important;
        filter: alpha(opacity=60);
        cursor: default;
    }

    .flex-1 .flex-control-nav {
        display: none;
    }

/* Flex-2 */

.flex-2 {
    margin: 0px 0px 25px 0px;
    background: transparent;
    border: 0px solid #ffffff;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 0px 0px #000000;
    -webkit-box-shadow: 0 0px 0px #000000;
    -moz-box-shadow: 0 0px 0px #000000;
    -o-box-shadow: 0 0px 0px #000000;
    zoom: 1;
}

    .flex-2 .flex-control-nav {
        width: 100%;
        height: 40px;
        position: relative;
        text-align: center;
        background: transparent;
        border: 0px solid #000000;
        margin-top: 20px;
        margin-bottom: 0px;
    }

        .flex-2 .flex-control-nav li {
            margin: 0 5px;
            display: inline-block;
            zoom: 1;
            *display: inline;
            padding-top: 15px;
        }

    .flex-2 .flex-control-paging li a {
        width: 60px;
        height: 10px;
        display: block;
        border: 0px solid #e3e7eb;
        cursor: pointer;
        font-size: 0px;
        text-indent: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        box-shadow: inset 0 0 0px #000000;
        background: #e3e7eb !important;
    }

        .flex-2 .flex-control-paging li a:hover {
            background: #e3e7eb !important;
        }

        .flex-2 .flex-control-paging li a.flex-active {
            position: relative;
            cursor: default;
            background: #47485f !important;
        }

    .flex-2 .flex-direction-nav {
        display: none;
    }

    .flex-2 .flex-viewport {
        max-height: 3500px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
        border: 0px solid #000000;
        width: 100%;
    }

/* Flex-3 */

.flex-3 {
    margin: 0px;
    border: 0px solid #000000;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 0px 0px #000000;
    -webkit-box-shadow: 0 0px 0px #000000;
    -moz-box-shadow: 0 0px 0px #000000;
    -o-box-shadow: 0 0px 0px #000000;
    zoom: 1;
}

    .flex-3 .flex-direction-nav {
        height: 0px;
        border-bottom: 0px solid #e3e7eb;
    }

        .flex-3 .flex-direction-nav a {
            position: absolute;
            display: block;
            width: 30px;
            height: 30px;
            background: #c8cfd7 !important;
            margin: 0px 0px 0px 0px;
            padding-bottom: 0px;
            top: -40px;
            z-index: 10;
            cursor: pointer;
            font-size: 0px;
            text-indent: -2500px;
            opacity: 1;
            -webkit-transition: 0.2s ease-in-out;
            -moz-transition: 0.2s ease-in-out;
            -ms-transition: 0.2s ease-in-out;
            -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
        }

        .flex-3 .flex-direction-nav .flex-next {
            text-indent: 0px;
            position: absolute;
            right: 0px;
            border: 0px;
            border-radius: 0px;
        }

        .flex-3 .flex-direction-nav .flex-prev {
            text-indent: 0px;
            position: absolute;
            left: auto;
            right: 40px;
            border: 0px;
            border-radius: 0px;
        }

            .flex-3 .flex-direction-nav .flex-next i, .flex-3 .flex-direction-nav .flex-prev i {
                text-indent: 0px;
                color: #ffffff;
                font-size: 18px;
                width: 30px;
                height: 30px;
                position: absolute;
                line-height: 30px;
                text-align: center;
                font-weight: 400;
            }

        .flex-3 .flex-direction-nav .flex-next:hover {
            opacity: 1;
            background: #ed7933 !important;
        }

        .flex-3 .flex-direction-nav .flex-prev:hover {
            opacity: 1;
            background: #ed7933 !important;
        }

            .flex-3 .flex-direction-nav .flex-next:hover i, .flex-3 .flex-direction-nav .flex-prev:hover i {
                color: #ffffff;
            }

    .flex-3 .flexslider:hover .flex-next:hover, .flex-3 .flexslider:hover .flex-prev:hover {
        opacity: 1;
        color: #ed7933;
    }

    .flex-3 .flex-direction-nav .flex-disabled {
        opacity: .6!important;
        filter: alpha(opacity=60);
        cursor: default;
    }

    .flex-3 .flex-control-nav {
        display: none;
    }

/* Flex-4 */

.flex-4 {
    margin: 0px 0px 25px 0px;
    background: transparent;
    border: 0px solid #ffffff;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 0px 0px #000000;
    -webkit-box-shadow: 0 0px 0px #000000;
    -moz-box-shadow: 0 0px 0px #000000;
    -o-box-shadow: 0 0px 0px #000000;
    zoom: 1;
}

    .flex-4 .flex-control-nav {
        width: 100%;
        height: 40px;
        position: relative;
        text-align: center;
        background: transparent;
        border: 0px solid #000000;
        margin-top: 20px;
        margin-bottom: 0px;
    }

        .flex-4 .flex-control-nav li {
            margin: 0 5px;
            display: inline-block;
            zoom: 1;
            *display: inline;
            padding-top: 15px;
        }

    .flex-4 .flex-control-paging li a {
        width: 20px;
        height: 20px;
        display: block;
        border: 0px solid #e3e7eb;
        cursor: pointer;
        font-size: 0px;
        text-indent: 0px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        box-shadow: inset 0 0 0px #000000;
        background: #e3e7eb !important;
    }

        .flex-4 .flex-control-paging li a:hover {
            background: #ed7933 !important;
        }

        .flex-4 .flex-control-paging li a.flex-active {
            position: relative;
            cursor: default;
            background: #47485f !important;
        }

    .flex-4 .flex-direction-nav {
        display: none;
    }

    .flex-4 .flex-viewport {
        max-height: 3500px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
        border: 0px solid #000000;
        width: 100%;
    }

/* --------------------------------------------------------	*/
/* Home List Icon */
/* --------------------------------------------------------	*/

.list-icon {
    position: relative;
    padding-left: 25px;
    margin: 8px 0px;
}

    .list-icon i {
        position: absolute;
        top: 5px;
        left: 0px;
    }

/* --------------------------------------------------------	*/
/* Say About Us */
/* --------------------------------------------------------	*/

.say-about-us img {
    width: 100px;
    border: 6px solid #c8cfd7;
    border-radius: 50%;
    float: right;
}

.say-about-us h5 {
    color: #47485f;
    font-size: 20px;
    margin-bottom: 0px;
    padding-top: 25px;
}

.say-about-us h6 {
    color: #ed7933;
    font-family: Verdana, Arial, Helvetica;
    font-size: 16px;
}

.say-about-us p {
    text-align: center;
    padding: 20px 0px;
}

@media (max-width: 991px) {

    .client-img {
        display: block;
        text-align: center;
    }

    .say-about-us img {
        float: none;
    }

    .client-data {
        text-align: center;
    }
}

/* --------------------------------------------------------	*/
/* Our Team */
/* --------------------------------------------------------	*/

.our-team {
    color: #646686;
    background: #47485f;
}

    .our-team h3 {
        color: #ffffff;
        padding-top: 10px;
    }

.title-hl {
    color: #ed7933;
}

.our-team p {
    color: #353648;
}

.our-team .member {
    position: relative;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 88%;
    padding-left: 6%;
    padding-right: 6%;
    overflow: hidden;
}

.our-team .member-inner {
    display: block;
    border: 10px solid #646c78;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .our-team .member-inner img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .our-team .member-inner:hover {
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

.our-team .member .circle {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    margin-bottom: -30px;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ed7933;
    opacity: 0.30;
    filter: alpha(opacity=30);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our-team .member:hover .circle {
    bottom: 50%;
    opacity: 0.70;
    filter: alpha(opacity=70);
}

.our-team .member .circle:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.our-team .member .circle i {
    position: absolute;
    top: 20px;
    left: 21px;
    color: #ffffff;
    font-size: 22px;
}

.our-team .member-detail {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
}

.our-team h5 {
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

.our-team .function {
    color: #ed7933;
    text-align: center;
    font-style: italic;
}

.our-team p {
    font-size: 18px;
    line-height: 34px;
    font-style: italic;
    margin-top: 0px;
}

.our-team .our-team-pad {
    padding-left: 10px;
    padding-right: 10px;
}

/* --------------------------------------------------------	*/
/* Last Projects */
/* --------------------------------------------------------	*/

.last-projects {
    position: relative;
    background: #ed7933;
    overflow: hidden;
}

    .last-projects img {
        position: relative;
        bottom: 0px;
        z-index: 6;
        -moz-opacity: 100;
        filter: alpha(opacity=1);
        opacity: 1;
        -khtml-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .last-projects:hover img {
        bottom: -300px;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        opacity: 0;
        -khtml-opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .last-projects .title {
        position: relative;
        display: block;
        width: 100%;
        left: 0px;
        color: #ffffff;
        background: #f0f1f4;
        z-index: 99;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .last-projects:hover .title {
        background: #47485f;
    }

    .last-projects .title h4 {
        padding: 0px 20px 0px 20px;
        padding-top: 25px;
        text-align: center;
        margin: 0px;
    }

    .last-projects:hover .title h4 {
        color: #ffffff !important;
    }

    .last-projects .title h5 {
        color: #000 !important;
        padding: 0px 20px 30px 20px;
        margin: 0px;
        text-align: center;
    }

    .last-projects .info {
        position: absolute;
        display: block;
        top: 0px;
        left: 0px;
        color: #ffffff;
        line-height: 1.8em;
        padding: 30px 40px;
        z-index: 4;
    }

/* --------------------------------------------------------	*/
/* Promo Box */
/* --------------------------------------------------------	*/

.promo-box-container {
    position: relative;
    color: #ffffff;
    background: #ed7933;
    padding: 50px 0px;
}

    .promo-box-container:after {
        content: "";
        position: absolute;
        top: -10px;
        left: 50%;
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: #ed7933 transparent;
    }

.promo-box {
    position: relative;
}

    .promo-box i {
        position: absolute;
        left: 0px !important;
        top: 0px !important;
        font-size: 60px !important;
        color: #ffffff;
    }

    .promo-box h4 {
        font-size: 26px;
        color: #ffffff;
        padding-left: 80px;
        padding-top: 10px;
    }

/* --------------------------------------------------------	*/
/* Footer */
/* --------------------------------------------------------	*/

.footer {
    color: #8c9aaa;
    background: #353648;
}


    .footer .logo-footer {
        width: auto;
        padding-top: 10px;
    }

.st-footer {
    color: #8c9aaa;
    font-size: 15px;
}

.footer a, .footer a:visited {
    color: #8c9aaa !important;
}

    .footer a:hover {
        color: #ed7933 !important;
    }

.footer h3 {
    color: #ffffff;
    font-size: 28px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.footer h4 {
    color: #ffffff !important;
    font-family: Verdana, Arial, Helvetica;
    font-size: 17px;
    font-weight: 400;
    padding-top: 12px !important;
    padding-bottom: 5px !important;
}

.footer .copyright {
    color: #646686;
    background: #292b38;
}

    .footer .copyright a, .footer .copyright a:visited {
        color: #646686 !important;
    }

        .footer .copyright a:hover {
            color: #ed7933 !important;
        }

.footer-column {
    position: relative;
}

    .footer-column i {
        position: absolute;
        top: 3px;
        font-size: 17px;
    }

    .footer-column p {
        padding-left: 30px;
        margin-bottom: 20px;
    }

.f-list i {
    top: 3px;
    font-size: 17px;
    margin-right: 12px;
}

/* --------------------------------------------------------	*/
/*	Portfolio */
/* --------------------------------------------------------	*/

.portfolio {
    overflow: hidden;
    margin: 0px;
}

    .portfolio .span4, .portfolio .span6 {
        margin-top: 50px;
    }

    .portfolio .span2, .portfolio .span3 {
        margin-top: 40px;
    }

    .portfolio a {
        text-decoration: none;
    }

    .portfolio li {
        list-style: none;
    }

.project {
    margin-top: 20px !important;
}

/* --------------------------------------------------------	*/
/*	Portfolio Filter */
/* --------------------------------------------------------	*/

#portfolio-filter {
    margin: 0px;
    overflow: hidden;
}

    #portfolio-filter li {
        list-style: none;
        float: left;
        margin-right: 10px;
        margin-top: 5px;
        padding: 12px 0px;
    }

        #portfolio-filter li a {
            padding: 12px 15px;
            margin: 0px;
            border: 0px;
            border-bottom: 1px solid transparent;
            color: #8c9aaa;
        }

        #portfolio-filter li:hover a {
            color: #ed7933;
            border-bottom: 1px solid #ed7933;
            text-decoration: none;
        }

        #portfolio-filter li.active a {
            color: #ed7933;
        }

/* --------------------------------------------------------	*/
/*	Portfolio - Isotype (filtering tags) */
/* --------------------------------------------------------	*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }

        /* disabling Isotope CSS3 transitions */
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

/* --------------------------------------------------------	*/
/* Image Overlay */
/* --------------------------------------------------------	*/

.img-container-image {
    position: relative;
    overflow: hidden;
    background: #ed7933;
}

    .img-container-image img {
        -webkit-transition: 0.7s ease-in-out;
        -moz-transition: 0.7s ease-in-out;
        -ms-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
        max-width: 100%;
        height: auto;
        transform: scale(1.4,1.4);
        -ms-transform: scale(1.4,1.4);
        -webkit-transform: scale(1.4,1.4);
    }

    .img-container-image:hover img {
        -moz-opacity: 0.4;
        filter: alpha(opacity=40);
        opacity: 0.4;
        -khtml-opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        transform: scale(1.0,1.0);
        -ms-transform: scale(1.0,1.0);
        -webkit-transform: scale(1.0,1.0);
    }

    .img-container-image a {
        position: absolute;
        bottom: 50%;
        left: 50%;
        width: 40px;
        height: 20px;
        border: 0px;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        opacity: 0;
        -khtml-opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        text-align: center;
        -webkit-transition: 0.7s ease-in-out;
        -moz-transition: 0.7s ease-in-out;
        -ms-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .img-container-image:hover a {
        -moz-opacity: 0.8;
        filter: alpha(opacity=80);
        opacity: 0.8;
        -khtml-opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-transform: rotate(720deg);
        -moz-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        -ms-transform: rotate(720deg);
        -webkit-transition: 0.7s ease-in-out;
        -moz-transition: 0.7s ease-in-out;
        -ms-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

        .img-container-image:hover a:hover {
            -moz-opacity: 1;
            filter: alpha(opacity=100);
            opacity: 1;
            -khtml-opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

    .img-container-image:hover i {
        font-size: 35px !important;
        -moz-opacity: 0.9;
        filter: alpha(opacity=90);
        opacity: 0.9;
        -khtml-opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    .img-container-image:hover .zoom-only {
        margin-top: -20px;
    }

    .img-container-image i {
        line-height: 40px;
        font-size: 10px;
        color: #ffffff;
        -moz-opacity: 0.1;
        filter: alpha(opacity=10);
        opacity: 0.1;
        -khtml-opacity: 0.1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        -webkit-transition: 0.7s ease-in-out;
        -moz-transition: 0.7s ease-in-out;
        -ms-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .img-container-image .zoom-only {
        margin-top: -80px;
        margin-left: -20px;
    }

/* --------------------------------------------------------	*/
/* Shop Header */
/* --------------------------------------------------------	*/

.header-shop {
    background: #47485f !important;
}

.logo-shop {
    width: auto;
    padding-top: 0px;
}

.slogan h2 {
    color: #353648;
    padding-top: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.header-cart {
    position: relative;
    padding-right: 90px;
    float: right;
    margin-bottom: 5px;
}

    .header-cart .circle {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 70px;
        height: 70px;
        border-radius: 2px;
        background: #e14a61;
    }

        .header-cart .circle i {
            position: absolute;
            top: 20px;
            left: 20px;
            color: #ffffff;
            font-size: 28px;
        }

    .header-cart .price {
        float: right;
        color: #e14a61;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header-cart .items {
        float: right;
        font-size: 16px;
        color: #c8cfd7;
        padding-bottom: 10px;
        clear: both;
    }

/* --------------------------------------------------------	*/
/*  Shop Menu   */
/* --------------------------------------------------------	*/

.menu-shop {
    background: #47485f;
}

    .menu-shop .navbar {
        background: #ffffff;
    }

        .menu-shop .navbar .nav > li > a {
            position: relative;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 35px;
            color: #e9ecef !important;
            border-top: 4px solid #47485f;
            text-shadow: none;
            padding: 6px 15px 12px 15px;
        }

        .menu-shop .navbar .nav > li:hover > a {
            color: #ffffff !important;
            border-top: 4px solid #ed7933;
        }

        .menu-shop .navbar .nav > li.active > a {
            border-top: 4px solid #ed7933;
        }

            .menu-shop .navbar .nav > li.active > a:hover {
                border-top: 4px solid #ed7933;
            }

/* --------------------------------------------------------	*/
/*  Shop Menu Panel  */
/* --------------------------------------------------------	*/

.menu-panel {
    position: relative;
    margin: 0px !important;
    padding: 0px 10px 20px 0px;
    display: block;
}

    .menu-panel li {
        position: relative;
        list-style: none;
    }

    .menu-panel a {
        color: #47485f;
        line-height: 20px;
        text-transform: uppercase;
        padding-left: 70px;
        padding-top: 15px;
        padding-bottom: 30px;
        margin: 0px !important;
        display: block;
    }

        .menu-panel a:hover {
            color: #ed7933;
        }

    .menu-panel i {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        display: block;
        font-size: 22px;
        color: #ffffff;
        background: #353648;
        border-radius: 2px;
        text-align: center;
    }

    .menu-panel a:hover i {
        background: #ed7933;
    }

/* --------------------------------------------------------	*/
/* Shop Product */
/* --------------------------------------------------------	*/

.product {
    position: relative;
    overflow: hidden;
}

    .product img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .product:hover img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .product .price-box {
        position: absolute;
        bottom: -150px;
        width: 100%;
        height: 150px;
        color: #ffffff;
        background: #353648;
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .product:hover .price-box {
        bottom: 0px;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .product .circle {
        position: absolute;
        bottom: -150px;
        left: 50%;
        margin-left: -40px;
        width: 80px;
        height: 80px;
        border-radius: 2px;
        color: #ffffff;
        text-align: center;
        line-height: 110px;
        background: #ed7933;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .product:hover .circle {
        bottom: 150px;
        margin-bottom: -40px;
        margin-left: -40px;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .product .circle:hover {
        background: #e14a61;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .product .circle i {
        position: absolute;
        top: 20px;
        width: 30px;
        font-size: 22px;
    }

    .product .circle-2 {
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        border-radius: 2px;
        color: #ffffff;
        text-align: center;
        line-height: 60px;
        background: #353648;
    }

    .product .product-title {
        font-size: 15px;
        text-align: center;
        padding-top: 42px;
    }

        .product .product-title a {
            position: relative;
            color: #ffffff;
            display: block;
            line-height: 30px;
            z-index: 300;
        }

            .product .product-title a:hover {
                color: #ffffff;
                text-decoration: underline;
            }

    .product .price {
        position: relative;
        text-align: center;
        padding: 0px !important;
        padding-bottom: 6px !important;
    }

        .product .price > .price-inner {
            margin: 0 auto;
            line-height: 18px;
        }

    .product .price-old {
        font-size: 14px;
        text-decoration: line-through;
    }

    .product .price-new {
        font-size: 18px;
        padding-left: 20px;
    }

    .product .rating {
        clear: both;
        text-align: center;
    }

/* --------------------------------------------------------	*/
/* Product Line */
/* --------------------------------------------------------	*/

.product-2-container .product-2 {
    margin-bottom: 30px;
}

.product-2 {
    position: relative;
    overflow: hidden;
}

    .product-2 .info-box {
        position: absolute;
        bottom: -90px;
        width: 100%;
        height: 90px;
        color: #ffffff;
        background: #353648;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .product-2:hover .info-box {
        bottom: 0%;
    }

    .product-2 .p-title {
        font-size: 15px;
        width: 100%;
        text-align: center;
        padding-top: 40px;
    }

        .product-2 .p-title a {
            color: #ffffff;
        }

            .product-2 .p-title a:hover {
                text-decoration: underline;
            }

    .product-2 .circle {
        position: absolute;
        bottom: 50px;
        left: 50%;
        margin-left: -30px;
        margin-bottom: -30px;
        width: 60px;
        height: 60px;
        border-radius: 2px;
        color: #ffffff;
        text-align: center;
        line-height: 70px;
        background: #353648;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .product-2:hover .circle {
        bottom: 90px;
        background: #ed7933;
    }

    .product-2 .circle i {
        font-size: 22px;
    }

.load-product {
    color: #646c78;
    background: #f0f1f4;
    border: 1px solid #e3e7eb;
    text-align: center;
    padding: 10px 0px;
}

    .load-product:hover {
        color: #ffffff;
        background: #ed7933;
        border: 1px solid #ed7933;
    }

.product-line-icons i {
    margin-right: 15px;
    line-height: 30px;
}

.product-line-icons a {
    color: #8c9aaa !important;
}

    .product-line-icons a:hover, .product-line-icons .active {
        color: #ed7933 !important;
    }

.product-line-showing {
    line-height: 30px;
}

/* --------------------------------------------------------	*/
/* Product Detail */
/* --------------------------------------------------------	*/

.shop-select {
    display: inline-block;
    height: 30px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    border: 1px #C8CFD7 solid;
    border-width: 1px 1px 1px 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    vertical-align: middle;
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
    line-height: 20px;
    color: #A0ACBA;
    -webkit-box-shadow: 0 0px 0 #CCCCCC, 0 0px #fff inset;
    -moz-box-shadow: 0 0px 0 #CCCCCC, 0 0px #fff inset;
    box-shadow: 0 0px 0 #CCCCCC, 0 0px #fff inset;
    width: 100%;
}

.rating-shop-item {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
    padding-top: 6px;
}

    .rating-shop-item span.star {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
    }

        .rating-shop-item span.star:hover {
            cursor: pointer;
        }

        .rating-shop-item span.star:before {
            content: "\f006";
            padding-right: 5px;
            color: #A0ACBA;
        }

        .rating-shop-item span.star:hover:before, .rating-shop-item span.star:hover ~ span.star:before {
            content: "\f005";
            color: #e3cf7a;
        }

.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    width: 20px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: none;
    color: #A0ACBA;
    background-color: #FFFFFF;
    border: 1px solid #C8CFD7;
    cursor: pointer;
}

.input-append, .input-prepend {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

    .input-append .add-on i, .input-prepend .add-on i {
        display: inline-block;
        width: auto;
        height: 20px;
        width: 20px;
        padding: 0px 0px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        text-align: center;
        color: #A0ACBA;
        background-color: #FFFFFF;
    }

    .input-append input, .input-append select, .input-append .uneditable-input {
        -webkit-border-radius: 0px 0 0 0px;
        -moz-border-radius: 0px 0 0 0px;
        border-radius: 0px 0 0 0px;
    }

.input-group input {
    box-shadow: none;
}

    .input-group input:focus {
        border: 1px solid #C8CFD7 !important;
    }

.input-group-addon {
    cursor: pointer;
}

/* --------------------------------------------------------	*/
/* Video Content */
/* --------------------------------------------------------	*/

.video-content {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: -5px;
    border: none;
}

/* --------------------------------------------------------	*/
/* Photo Stream */
/* --------------------------------------------------------	*/

.photo-stream {
    width: 29%;
    padding-right: 4%;
    padding-bottom: 4%;
    float: left;
}

/* --------------------------------------------------------	*/
/* Flickr */
/* --------------------------------------------------------	*/

.flickr-photos {
    display: inline-block;
}

    .flickr-photos img {
        width: 31%;
        padding-right: 2.3%;
        padding-bottom: 2.3%;
        float: left;
    }

/* --------------------------------------------------------	*/
/*  About Us  */
/* --------------------------------------------------------	*/

.about-us h3 {
    font-size: 22px;
}

.about-us i {
    font-size: 22px;
    padding-right: 10px;
}

/* --------------------------------------------------------	*/
/*  Services  */
/* --------------------------------------------------------	*/

.service {
    position: relative;
    padding-top: 80px;
}

    .service i {
        position: absolute;
        left: 10px;
        top: -8px;
        font-size: 86px;
        color: #ffffff;
        border-radius: 50%;
    }

    .service .circle {
        overflow: hidden;
    }


    .service:hover .circle {
        display: block;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }

    .service h3 {
        padding: 30px 0px 5px 0px;
        text-align: center;
    }

    .service a {
        color: #ed7933;
    }

        .service a:hover {
            color: #646686;
        }

    .service p {
        color: #8c9aaa;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    .service .circle {
        position: absolute;
        left: 50%;
        top: 0px;
        width: 80px;
        height: 80px;
        margin-left: -40px;
        border-radius: 50%;
        background: #ed7933;
        -webkit-transition: 0.7s ease-in-out;
        -moz-transition: 0.7s ease-in-out;
        -ms-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

.bg-2 .circle {
    background: #47485f;
}

    .bg-2 .circle i {
        left: 16px;
        top: 6px;
    }

.bg-2 a {
    color: #47485f;
}

    .bg-2 a:hover {
        color: #ed7933;
    }

.bg-3 .circle {
    background: #646686;
}

    .bg-3 .circle i {
        left: -6px;
        top: 10px;
    }

.bg-3 a {
    color: #646686;
}

    .bg-3 a:hover {
        color: #ed7933;
    }

/* --------------------------------------------------------	*/
/*  Lists  */
/* --------------------------------------------------------	*/

.list-a {
    padding: 0px;
    margin: 0px;
}

    .list-a li {
        position: relative;
        top: 0px;
        left: 0px;
        list-style: none;
        padding-left: 25px;
        line-height: 28px;
    }

    .list-a i {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 16px;
        line-height: 28px;
    }

    .list-a a {
        color: #353648;
        text-decoration: none;
    }

        .list-a a:hover {
            color: #ed7933;
            text-decoration: none;
        }

/* --------------------------------------------------------	*/
/*  Client Says  */
/* --------------------------------------------------------	*/

.client-says {
    position: relative;
    font-style: italic;
    padding: 30px 45px;
    color: #000;
    background: #f8f9fc;
    border: 1px solid #e9ecef;
}

.client-says-2 {
    position: relative;
    font-style: italic;
    color: #646686;
    text-align: right;
    padding-top: 15px;
    padding-right: 30px;
}

.client-name {
    float: left;
}

    .client-name i {
        font-size: 26px;
        padding-left: 8px;
        padding-right: 35px;
    }

/* --------------------------------------------------------	*/
/*  Progress Bar  */
/* --------------------------------------------------------	*/

.progress {
    height: 25px;
    border-radius: 0px;
    background: #ffffff !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 inset;
    margin-bottom: 10px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
}

    .progress .bar {
        background-position: 0% 0%;
    float: left;
        width: 0;
        height: 100%;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        text-shadow: 0 0 0 rgba(0,0,0,0);
        font-size: 14px !important;
        line-height: 22px;
        border-bottom: 4px solid #38bbd7;
        border-radius: 4px;
        background-repeat: repeat-x !important;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    background-image: linear-gradient(to bottom,#ffffff,#ffffff) !important;
    background-color: #ed7933 !important;
    background-attachment: scroll !important;
}

/* --------------------------------------------------------	*/
/*  Buttons  */
/* --------------------------------------------------------	*/

.btn, .btn-small, .btn-large, .btn-large-icon {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #ed7933 !important;
    background: #ffffff !important;
    border: 1px solid #ed7933 !important;
    text-transform: uppercase;
    padding: 0px 40px;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-shadow: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
    font-family: Verdana, Arial, Helvetica;
    color: #353648;
    -webkit-font-smoothing: subpixel-antialiased;
}

    .btn i, .btn-small i, .btn-large i, .btn-large-icon i {
        font-size: 18px;
        line-height: 18px;
        padding-right: 8px;
    }

    .btn:hover, .btn-small:hover, .btn-large:hover, .btn-large-icon:hover {
        color: #ffffff !important;
        background: #ed7933 !important;
    }

.btn-small {
    font-size: 13px;
    height: 45px;
    line-height: 45px;
}

.btn-large {
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    padding: 0px 40px;
}

.btn-large-icon {
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    padding: 0px 50px;
}

.bc-2 {
    color: #ffffff !important;
    background: #353648 !important;
    border: 0px !important;
}

    .bc-2:hover {
        background: #646686 !important;
    }

.bc-3 {
    color: #ffffff !important;
    background: #8c9aaa !important;
    border: 0px !important;
}

    .bc-3:hover {
        background: #646c78 !important;
    }

.bc-4 {
    color: #ffffff !important;
    background: #ed7933 !important;
    border: 0px;
}

    .bc-4:hover {
        background: #38bbd7 !important;
    }

/* --------------------------------------------------------	*/
/*  Paging  */
/* --------------------------------------------------------	*/

.paging {
    float: left;
}

    .paging .btn {
        font-size: 13px;
        line-height: 8px !important;
        width: auto;
        height: 30px;
        padding: 0px 12px 0px 12px;
        color: #8c9aaa !important;
        border: 1px solid #e9ecef !important;
    }

        .paging .btn:hover {
            line-height: 8px !important;
            color: #ffffff !important;
            background: #ed7933 !important;
            border: 1px solid #ed7933 !important;
        }

/* --------------------------------------------------------	*/
/*  Tags  */
/* --------------------------------------------------------	*/

.tag {
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    color: #ffffff;
    background: #8c9aaa;
    border-radius: 2px;
    padding: 0px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
}

    .tag:hover {
        background: #ed7933;
    }

/* --------------------------------------------------------	*/
/* Projects */
/* --------------------------------------------------------	*/

.project-container {
    display: block;
    padding-bottom: 20px;
    overflow: hidden;
}

.project-img {
    width: 47%;
    padding-right: 3%;
    float: left;
}

.project-info {
    width: 47%;
    padding-left: 3%;
    float: left;
}

/* --------------------------------------------------------	*/
/*  Accordion  */
/* --------------------------------------------------------	*/

.panel-group .panel-default {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px !important;
    border: 1px solid #c8cfd7;
    border-bottom: 0px;
}

    .panel-group .panel-default:last-child {
        border-bottom: 1px solid #c8cfd7;
    }

.panel-group .panel-heading {
    background: #f0f0f0;
    height: 50px;
    padding-left: 20px;
}

    .panel-group .panel-heading h4 a {
        font-family: Verdana, Arial, Helvetica;
        font-size: 13px;
        line-height: 30px;
        text-transform: uppercase;
    }

.panel-group .panel-heading {
    border-bottom: 0px;
}

.panel-group .panel-body {
    padding: 30px;
}


/* --------------------------------------------------------	*/
/*  Tabs  */
/* --------------------------------------------------------	*/

.nav-tabs {
    border: 0px;
    margin-bottom: 0px;
}

.tab-content h3 {
    color: #ed7933;
    padding-top: 20px;
}

.tab-content img {
    width: 200px !important;
}

.nav-tabs li a {
    color: #353648;
    background: #f8f9fc !important;
    padding: 15px 25px;
    margin-right: 0px;
    border-radius: 0px;
    border: 1px solid #e9ecef;
    border-right: 0px !important;
    text-transform: uppercase;
}

.nav-tabs li:last-child > a {
    border-right: 1px solid #f0f1f4 !important;
}

.nav-tabs li a:hover {
    color: #ed7933;
    background: #ffffff !important;
    border: 1px solid #f0f1f4;
}

.nav-tabs i {
    padding-right: 10px;
}

.tab-content {
    color: #000;
    background: #ffffff;
    border: 1px solid #f0f1f4;
    padding: 0px 20px 20px 20px;
}

    .tab-content img {
        width: 50%;
        margin-right: 20px;
        margin-bottom: 10px;
        float: left;
        border-radius: 3px;
    }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background-color: #ffffff !important;
    border-color: #f0f1f4 #f0f1f4 transparent !important;
    border-style: solid;
    color: #47485f;
}

/* --------------------------------------------------------	*/
/*  Alerts  */
/* --------------------------------------------------------	*/

.alert {
    margin-bottom: 9px;
    padding: 20px;
    color: #789ab9;
    background: #e6edf2;
    border-radius: 0px;
    border: 0px !important;
    text-shadow: none !important;
}

.alert-error {
    color: #93545d;
    background: #ff92a1;
}

.alert-info {
    color: #7f7e00;
    background: #eae9b9;
}

.alert-success {
    color: #598157;
    background: #99de95;
}

/* --------------------------------------------------------	*/
/* Boxes */
/* --------------------------------------------------------	*/

.box-white h4, .box-gray h4, .box-theme-color h4 {
    background: #ed7933;
    padding: 15px 20px !important;
    border: 1px solid #efefef;
    margin: 0px !important;
}

.box-gray h4 {
    color: #fff;
    background: #8c9aaa;
}

.box-theme-color h4 {
    color: #fff;
    background: #353648;
}

.box-white p, .box-gray p, .box-theme-color p {
    padding: 15px 20px;
    border: 1px solid #efefef;
    border-top: 0px;
}

/* --------------------------------------------------------	*/
/*  Icons  */
/* --------------------------------------------------------	*/

.icons i {
    color: #8c9aaa;
    font-size: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 20px;
    float: left;
}

.icons h5 {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 15px;
}

/* --------------------------------------------------------	*/
/*  Social Icons  */
/* --------------------------------------------------------	*/

.social i, .social-2 i, .social-3 i {
    color: #ffffff;
    background: #cf4a30;
    font-size: 18px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    border-radius: 3px;
    float: left;
}

    .social i:hover {
        color: #ffffff;
        background: #ed7933;
    }

.social-2 i {
    color: #ffffff;
    background: #47485f;
    border-radius: 0px;
}

    .social-2 i:hover {
        color: #ffffff;
        background: #353648;
    }

.social-3 i {
    color: #ffffff;
    background: #8c9aaa;
    border-radius: 50%;
    line-height: 38px;
    width: 38px;
    height: 38px;
}

    .social-3 i:hover {
        color: #ffffff;
        background: #ed7933;
    }

/* --------------------------------------------------------	*/
/*  Map  */
/* --------------------------------------------------------	*/

#map {
    position: relative;
    width: 100%;
    height: 270px;
    padding: 0px;
    border: 1px solid #e3e7eb;
}

/* --------------------------------------------------------	*/
/* Entypo Icons */
/* --------------------------------------------------------	*/

.entypo-icons i {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    width: 40px !important;
}

/* --------------------------------------------------------	*/
/* Breadcrumb */
/* --------------------------------------------------------	*/

.breadcrumb {
    background: transparent;
    text-align: right;
    line-height: 38px;
}

/* --------------------------------------------------------	*/
/*  Tables  */
/* --------------------------------------------------------	*/

/*table {
    width: 100%;
    border-radius: 0px !important;
    border: 0px !important;
    border-collapse: collapse !important;
}*/

/*th {
    color: #ffffff;
    background: #47485f;
    border-radius: 0px !important;
    border: 1px solid #828282 !important;
    border-right: 1px solid #828282 !important;
    font-weight: normal !important;
    padding: 3px 3px !important;
}

.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
    border-right: 1px solid #828282 !important;
}

td {
    color: #000;
    background: #ffffff;
    border-radius: 0px !important;
    border: 1px solid #dedede !important;
    padding: 15px 20px !important;
}

table a:hover {
    text-decoration: none;
}

.table-2 th {
    background: #ed7933;
    border: 1px solid #ed7933 !important;
    border-right: 1px solid #ffffff !important;
}*/

.table-2 td {
    background: #f8f9fc;
}

.table-2 .table-bordered thead:first-child tr:first-child > th:last-child,
.table-2 .table-bordered tbody:first-child tr:first-child > td:last-child,
.table-2 .table-bordered tbody:first-child tr:first-child > th:last-child {
    border-right: 1px solid #ed7933 !important;
}

/* --------------------------------------------------------	*/
/*  Testimonials  */
/* --------------------------------------------------------	*/

.testimonials {
    color: #000;
    background: #f8f9fc;
    border: 1px solid #e9ecef;
    padding: 25px;
}

.w-position {
    color: #8c9aaa;
    padding-left: 10px;
}

.testimonial-2 {
    text-align: center;
}

    .testimonial-2 h5 {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .testimonial-2 p {
        text-align: left;
        margin-top: 0px;
    }

    .testimonial-2 .member-detail img {
        border-radius: 50%;
    }

    .testimonial-2 .function {
        color: #ed7933 !important;
        text-align: center;
        font-style: italic;
    }

/* --------------------------------------------------------	*/
/*  Blog  */
/* --------------------------------------------------------	*/

.blog-icon {
    font-size: 40px;
    color: #e3e7eb;
    width: 30px;
    height: 30px;
    padding-top: 25px;
}

.post-info {
    padding-top: 30px;
}

    .post-info i {
        padding-right: 8px;
    }

.post-author {
    padding-right: 16px;
}

.blog-v-center {
    padding-top: 10px;
    float: left;
}

/* --------------------------------------------------------	*/
/*  Comments  */
/* --------------------------------------------------------	*/

.comment-title h2, .contact-form-title h2 {
    padding-bottom: 5px;
}

.c-icon {
    color: #353648;
    font-size: 40px;
    text-align: right;
}

.comment {
    position: relative;
    margin-bottom: 30px;
    padding-left: 80px;
    background: url(../img/comment-img.png) left 4px no-repeat;
}

.comment-author {
    color: #353648;
    font-weight: bold;
    padding-bottom: 10px;
}

.comment-date {
    color: #353648;
    font-weight: normal;
    padding-left: 12px;
}

.c-margin-2 {
    margin-left: 50px;
}

.c-margin-3 {
    margin-left: 100px;
}

.thank {
    padding-top: 12px;
}

.c-t-text {
    color: #38bbd7;
}

.form-comment input, .form-comment textarea {
    color: #646686;
    background: #ffffff;
    margin-top: 10px;
    border: 1px solid #f0f1f4;
    border-radius: 0px;
    box-shadow: none;
}

.form-comment textarea {
    height: 150px;
    resize: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none !important;
    border: 1px solid #f0f1f4 !important;
}

.form-comment .btn {
    margin-right: 0px;
    float: right;
}

.comment i {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 24px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #e3e7eb;
    background: #c8cfd7;
    border: 1px solid #f0f1f4;
}

/* --------------------------------------------------------	*/
/*  Pricing Tables  */
/* --------------------------------------------------------	*/

.pricing-tables table {
    width: 100%;
    background: transparent;
    border: 1px solid #f0f1f4 !important;
}

.pricing-tables th {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #f0f1f4 !important;
    background: #47485f;
    text-align: center;
    padding: 30px !important;
}

.pricing-tables td {
    padding: 8px 0px;
    color: #353648;
    background: #ffffff;
    border: 1px solid #f0f1f4 !important;
    text-align: center;
}

.pricing-tables .plan-title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}

.price {
    font-size: 36px !important;
    padding-top: 36px;
    line-height: 30px;
}

.price2 {
    position: relative;
    top: -7px;
    font-size: 14px;
    color: #ffffff;
}

.pricing-tables .table-footer {
    font-size: 16px;
    color: #ffffff !important;
    background: #47485f !important;
    padding: 44px 0px !important;
    border: 0px !important;
}

.pricing-tables .active th, .pricing-tables .active .table-footer {
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #f0f1f4 !important;
    background: #ed7933 !important;
}

.pricing-tables .active td {
    color: #ed7933;
}

.pricing-tables .active .table-footer {
    border: 0px;
    background: #ed7933 !important;
    font-weight: bold;
}

    .pricing-tables .active .table-footer a {
        color: #47485f;
    }

        .pricing-tables .active .table-footer a:hover {
            color: #ffffff;
        }

.table-footer a {
    color: #c8cfd7;
}

    .table-footer a:hover {
        color: #ffffff;
    }

/* --------------------------------------------------------	*/
/* Search 404 */
/* --------------------------------------------------------	*/

.search-404 .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    color: #c8cfd7 !important;
    border: 1px solid #c8cfd7 !important;
    border-left: 0px !important;
}

    .search-404 .btn:hover {
        color: #fff !important;
    }

.search-404 input {
    height: 40px;
    box-shadow: none;
}

    .search-404 input:focus {
        border: 1px solid #c8cfd7 !important;
    }

.search-404 .btn i {
    width: 40px;
    text-align: center;
    padding: 0px;
}

/* --------------------------------------------------------	*/
/* Back To Top Button */
/* --------------------------------------------------------	*/

.back-tt {
    width: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0px;
    border-radius: 3px !important;
    float: right;
}

    .back-tt i {
        background: #292b38;
        width: 38px;
        height: 38px;
        line-height: 38px;
        padding: 0px;
        text-align: center;
    }

        .back-tt i:hover {
            background: #646686 !important;
        }


table.normal,
table.normal2{
  width: 100%;
  border-collapse: collapse;
  font: 12px Verdana, Arial, Helvetica;  
}
table.normal2{border: 1px solid #d6d6d4; }
table.normal{border: 1px solid #afafaf; }
table.normal tr.top{vertical-align: top;}
table.normal td.alignJustify{text-align: justify;}

table.normal tr.backgris:nth-of-type(odd) {
    background-color: #f5f5f5;    
}
strong {
    color: #292929;
}

div.centrado{
text-align: center;
}
div.centrado table {
margin: 0 auto;
text-align: left;
}

/*Video*/
/*contenedor video*/
.contenedorvideo{
	
    min-height:350px;
	margin:0 auto;
}
.contenedorgaleria{
	max-width:620px;
    min-height:550px;
	margin:0 auto;
}
.videoResponsive{
	margin:0 auto;
    height:0px;
    width:100%;
    padding-top:56.25%;    
    position:relative;

}
.videoResponsive iframe, 
.videoResponsive img {
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
}

div.centrado table {
margin: 0 auto;
text-align: left;
}

strong {    
    color: #454545;
}

ul li {
    margin-left: 50px;
}
.subtitulo, 
.subtituloCafe {    
    margin-left: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
}

.subtitulo {
    color: #000000;
}

.subtituloCafe {
    color: #b2631d;
}
.notaNaranja {
    color: #ED7933;
    font-size: 14px;
    font-weight: bold;
}
.spacer-250 {
    padding-top: 250px;
}
.spacer-200 {
    padding-top: 200px;
}
.spacer-150 {
    padding-top: 150px;
}
.spacer-110 {
    padding-top: 110px;
}
.spacer-100 {
    padding-top: 100px;
}
.spacer-80 {
    padding-top: 80px;
}
.spacer-70 {
    padding-top: 70px;
}
.spacer-52 {
    padding-top: 52px;
}
.spacer-40 {
    padding-top: 40px;
}
.spacer-25 {
    padding-top: 25px;
}
.spacer-15 {
    padding-top: 15px;
}
.spacer-10 {
    padding-top: 10px;
}
.spacer-5 {
    padding-top: 5px;
}
.spacer-3 {
    padding-top: 3px;
}
.spacer-1 {
    padding-top: 1px;
}

/*tabla*/
table.small2 {
    width: 90%;
    border-collapse: collapse;
    font: normal 13px Verdana, Arial, Helvetica;   
    margin: 0 auto; 
}
table.small2 th,
table.small2 tr.txtgde th {
    background: #e18838;
    color: white;
    font-weight: bold;    
    text-align: center;
}
table.small2 th {
    font-size: 13px;    
}
table.small2 tr.txtgde th {
    font-size: 15px;
}

table.small2 td, table.small2 th {
    padding: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
table.small2 td {
    text-align: left;
    vertical-align: top;
}
table.small2 tr.centradoBold td {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
}
table.small2 tr.centrado td {
    text-align: center; 
    font-size: 14px;
    vertical-align: top;
}
table.small2 .titulo-tabla-small {
    background: #ac5d1a;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
table.small2 tr.backgris:nth-of-type(odd) {
    background-color: #dad9d7;    
}
table.small2 tr.backgris:nth-of-type(even) {
    background-color: #e7e5e1;    
}

table.small2 tr.backgrispar:nth-of-type(even) {
    background-color: #e8e8e8;  
}
table.small2 tr.backnaranjaimpar:nth-of-type(odd) {
    background-color: #e18838; 
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
table.small2 tr.backnaranja td {
    background-color: #e18838; 
    text-align: center;
    color: #fff;
}
/*F�n tabla*/