/* Minification failed. Returning unminified contents.
(902,17): run-time error CSS1036: Expected expression, found ';'
 */
/* Minification failed. Returning unminified contents.
(899,17): run-time error CSS1036: Expected expression, found ';'
 */
.verticalAlign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.be-row .column-block:first-child {
    margin-left: 0;
}
.one-half {
    width: 47.5%;
}
.column-block {
    float: left;
    margin-left: 5%;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.image-overlay {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4) );
    background-repeat:no-repeat;
    border-width:2px;
    width: 100%;
    height: 100%;
}
.gray {
    color: #a6a6a6;
}
/*media all*/
.be-row {
    z-index: 3;
    position: relative;
}
/*media all*/
.one-fifth {
    width: 16%;
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

html {
    height: 100% !important;
}

body {
    font-size: 12px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    font-family: 'Whitney-Light','Whitney-Ligh', Lato,sans-serif;
}

    body a {
        color: #369eef;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

        body a:hover, body a:active, body a:focus {
            color: #1078c9;
            outline: 0;
            text-decoration: none;
        }

#wrapper {
    overflow: hidden;
}

.logo {
    margin: 0 auto;
    width: 148px;
    height: 148px;
    text-align: center;
    border: 1px solid #fff;
    padding: 20px;
}

    .logo .wrap {
        border: 1px solid #fff;
        height: 100%;
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 46px;
    }

        .logo .wrap div {
            font-size: 85px;
            margin: 14px 0 0 0;
        }

.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}

h3 {
    font-size: 22px;
    margin: 20px 0;
}

p :not(.ignore-style) {
    line-height: 24px;
}

.parallax {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: static;
    width: 100%;
    height: 100%;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: 'Whitney-Ligh', Lato,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    font-size: 14px;
    font-weight: 700;
}

    .btn.btn-default {
        border: 2px solid #1d1f1e;
    }

        .btn.btn-default:hover, .btn.btn-default:focus {
            background: 0 0;
            border-color: #369eef;
            color: #369eef;
        }

.btn-lg {
    padding: 15px 50px;
}

.sectionHeader {
    text-align: center;
}

    .sectionHeader.font-white h2, .sectionHeader.font-white .stars {
        color: #fff;
    }

    .sectionHeader.font-white .dotted-break span {
        background: #fff;
    }

        .sectionHeader.font-white .dotted-break span:before, .sectionHeader.font-white .dotted-break span:after {
            background: #fff;
        }

    .sectionHeader h1 {
        font-size: 50px;
        margin: 5px 0;
        font-weight: 700;
        text-transform: uppercase;
    }

    .sectionHeader h2 {
        font-family: 'Whitney-Ligh', Lato,sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        margin: 12px 0 25px 0;
    }

    .sectionHeader .dotted-break {
        width: 44px;
        height: 5px;
        margin: 15px auto;
    }

        .sectionHeader .dotted-break span {
            width: 2px;
            height: 5px;
            background: #369eef;
            display: inline-block;
            float: left;
            position: relative;
            margin: 0 0 0 7px;
        }

            .sectionHeader .dotted-break span:before, .sectionHeader .dotted-break span:after {
                content: '';
                width: 2px;
                height: 5px;
                display: inline-block;
                background: #369eef;
                position: absolute;
                left: 3px;
            }

            .sectionHeader .dotted-break span:after {
                left: 6px;
            }

            .sectionHeader .dotted-break span:first-child {
                margin: 0;
            }

section {
    padding: 60px 0 80px 0;
}

    section header {
        text-align: center;
    }

        section header.font-white h2, section header.font-white .stars {
            color: #fff;
        }

        section header.font-white .dotted-break span {
            background: #fff;
        }

            section header.font-white .dotted-break span:before, section header.font-white .dotted-break span:after {
                background: #fff;
            }

        section header h1 {
            font-size: 50px;
            margin: 5px 0;
            font-weight: 700;
            text-transform: uppercase;
        }

        section header h2 {
            font-family: 'Whitney-Ligh', Lato,sans-serif;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 400;
            margin: 12px 0 25px 0;
        }

        section header .dotted-break {
            width: 44px;
            height: 5px;
            margin: 15px auto;
        }

            section header .dotted-break span {
                width: 2px;
                height: 5px;
                background: #369eef;
                display: inline-block;
                float: left;
                position: relative;
                margin: 0 0 0 7px;
            }

                section header .dotted-break span:before, section header .dotted-break span:after {
                    content: '';
                    width: 2px;
                    height: 5px;
                    display: inline-block;
                    background: #369eef;
                    position: absolute;
                    left: 3px;
                }

                section header .dotted-break span:after {
                    left: 6px;
                }

                section header .dotted-break span:first-child {
                    margin: 0;
                }

        section header .wow {
            visibility: hidden;
        }

        section header h2 {
            font-size: 16px;
        }

blockquote {
    border: 0;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin: 0;
}

    blockquote .quotes {
        font-size: 50px;
        display: block;
        margin: 0 auto 25px auto;
    }

    blockquote p {
        margin: 0;
    }

    blockquote cite {
        font-weight: 700;
        margin: 30px 0 0 0;
        display: block;
    }

.subtitle {
    font-family: 'Whitney-Ligh', Lato,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

.parsley-errors-list {
    padding: 0;
    margin: 0;
}

    .parsley-errors-list li {
        display: inline-block;
        padding: 0 5px;
        background: #ed2727;
        margin: 5px 0;
    }

textarea {
    resize: none;
}

.owl-carousel .owl-controls, .home-carousel .owl-controls, .owl-carousel .carousel-controls, .home-carousel .carousel-controls {
    height: auto;
    position: absolute;
    top: 50%;
    margin: -54px 0 0 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

    .owl-carousel .owl-controls .owl-prev, .home-carousel .owl-controls .owl-prev, .owl-carousel .carousel-controls .owl-prev, .home-carousel .carousel-controls .owl-prev, .owl-carousel .owl-controls .owl-next, .home-carousel .owl-controls .owl-next, .owl-carousel .carousel-controls .owl-next, .home-carousel .carousel-controls .owl-next, .owl-carousel .owl-controls .prev, .home-carousel .owl-controls .prev, .owl-carousel .carousel-controls .prev, .home-carousel .carousel-controls .prev, .owl-carousel .owl-controls .next, .home-carousel .owl-controls .next, .owl-carousel .carousel-controls .next, .home-carousel .carousel-controls .next {
        font-size: 75px;
        position: absolute;
        width: auto;
        -moz-opacity: .7;
        -khtml-opacity: .7;
        -webkit-opacity: .7;
        opacity: .7;
    }

        .owl-carousel .owl-controls .owl-prev:hover, .home-carousel .owl-controls .owl-prev:hover, .owl-carousel .carousel-controls .owl-prev:hover, .home-carousel .carousel-controls .owl-prev:hover, .owl-carousel .owl-controls .owl-next:hover, .home-carousel .owl-controls .owl-next:hover, .owl-carousel .carousel-controls .owl-next:hover, .home-carousel .carousel-controls .owl-next:hover, .owl-carousel .owl-controls .prev:hover, .home-carousel .owl-controls .prev:hover, .owl-carousel .carousel-controls .prev:hover, .home-carousel .carousel-controls .prev:hover, .owl-carousel .owl-controls .next:hover, .home-carousel .owl-controls .next:hover, .owl-carousel .carousel-controls .next:hover, .home-carousel .carousel-controls .next:hover {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
        }

    .owl-carousel .owl-controls .owl-prev, .home-carousel .owl-controls .owl-prev, .owl-carousel .carousel-controls .owl-prev, .home-carousel .carousel-controls .owl-prev, .owl-carousel .owl-controls .prev, .home-carousel .owl-controls .prev, .owl-carousel .carousel-controls .prev, .home-carousel .carousel-controls .prev {
        left: 5px;
    }

    .owl-carousel .owl-controls .owl-next, .home-carousel .owl-controls .owl-next, .owl-carousel .carousel-controls .owl-next, .home-carousel .carousel-controls .owl-next, .owl-carousel .owl-controls .next, .home-carousel .owl-controls .next, .owl-carousel .carousel-controls .next, .home-carousel .carousel-controls .next {
        right: 5px;
        left: auto;
    }

    .owl-carousel .owl-controls .container, .home-carousel .owl-controls .container, .owl-carousel .carousel-controls .container, .home-carousel .carousel-controls .container {
        position: relative;
    }

#header .navbar-brand {
		font-size: 60px;
		font-weight: 900;
		height: 70px;
		padding: 22px -15px;
}

#header .navbar-toggle {
    background: #369eef;
    margin-top: 18px;
}

    #header .navbar-toggle .icon-bar {
        background: #fff;
    }

#header .navbar {
    height: 70px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    border: 0;
}

#header .navbar-nav {
    text-transform: uppercase;
}

    #header .navbar-nav > li > a {
        color: #000;
        font-weight: 400;
    }

        #header .navbar-nav > li > a:hover, #header .navbar-nav > li > a:focus {
            background: 0 0;
        }

    #header .navbar-nav > li.active > a {
        color: #369eef;
    }

#header .navbar-collapse {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

#home {
    text-align: center;
    color: #fff;
    height: 770px;
}

    #home.dim {
        position: relative;
    }

        #home.dim:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            background: rgba(0,0,0,.7);
            left: 0;
            top: 0;
        }

        #home.dim > .container {
            z-index: 1;
            position: relative;
        }

    #home.videoBg .carousel-inner .item {
        background: 0 0;
    }

        #home.videoBg .carousel-inner .item.item-1, #home.videoBg .carousel-inner .item.item-2, #home.videoBg .carousel-inner .item.item-3 {
            background: 0 0;
        }

    #home .carousel-inner {
        height: 100%;
    }

        #home .carousel-inner .item {
            left: 0 !important;
            -webkit-transition: opacity 1s;
            -moz-transition: opacity 1s;
            -ms-transition: opacity 1s;
            -o-transition: opacity 1s;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

            #home .carousel-inner .item.item-1 {
                background-image: url(/img/Hero.jpg);
            }

            #home .carousel-inner .item.item-2 {
                background-image: url(/img/bg_home-2.jpg);
            }

            #home .carousel-inner .item.item-3 {
                background-image: url(/img/bg_home-3.jpg);
            }

            #home .carousel-inner .item .logo {
                margin-bottom: 35px;
            }

            #home .carousel-inner .item .text {
                text-align: center;
            }

                #home .carousel-inner .item .text.font-white h2, #home .carousel-inner .item .text.font-white .stars {
                    color: #fff;
                }

                #home .carousel-inner .item .text.font-white .dotted-break span {
                    background: #fff;
                }

                    #home .carousel-inner .item .text.font-white .dotted-break span:before, #home .carousel-inner .item .text.font-white .dotted-break span:after {
                        background: #fff;
                    }

                #home .carousel-inner .item .text h1 {
                    font-size: 50px;
                    margin: 5px 0;
                    font-weight: 700;
                    text-transform: uppercase;
                }

                #home .carousel-inner .item .text h2 {
                    font-family: 'Whitney-Ligh', Lato,sans-serif;
                    text-transform: uppercase;
                    font-size: 12px;
                    font-weight: 400;
                    margin: 12px 0 25px 0;
                }

                #home .carousel-inner .item .text .dotted-break {
                    width: 44px;
                    height: 5px;
                    margin: 15px auto;
                }

                    #home .carousel-inner .item .text .dotted-break span {
                        width: 2px;
                        height: 5px;
                        background: #369eef;
                        display: inline-block;
                        float: left;
                        position: relative;
                        margin: 0 0 0 7px;
                    }

                        #home .carousel-inner .item .text .dotted-break span:before, #home .carousel-inner .item .text .dotted-break span:after {
                            content: '';
                            width: 2px;
                            height: 5px;
                            display: inline-block;
                            background: #369eef;
                            position: absolute;
                            left: 3px;
                        }

                        #home .carousel-inner .item .text .dotted-break span:after {
                            left: 6px;
                        }

                        #home .carousel-inner .item .text .dotted-break span:first-child {
                            margin: 0;
                        }

                #home .carousel-inner .item .text h1 {
                    font-size: 50px;
                    margin-bottom: 15px;
                    text-transform: none;
                    font-weight: 900;
                }

                #home .carousel-inner .item .text h2 {
                    font-size: 20px;
                    font-weight: 400;
                    text-transform: none;
                    margin-top: 20px;
                    text-transform: uppercase;
                }

            #home .carousel-inner .item .container {
                height: 100%;
            }

                #home .carousel-inner .item .container .content {
                    position: relative;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

    #home .next.left, #home .prev.right {
        opacity: 1;
        z-index: 1;
    }

    #home .active.left, #home .active.right {
        opacity: 0;
        z-index: 2;
    }

    #home .scrollDown {
        position: absolute;
        bottom: 60px;
        left: 50%;
        color: #fff;
        margin: 0 0 0 -10px;
        font-size: 30px;
        z-index: 2;
        -moz-opacity: .7;
        -khtml-opacity: .7;
        -webkit-opacity: .7;
        opacity: .7;
    }

        #home .scrollDown:hover {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
        }

    #home .wow {
        visibility: hidden;
    }

#features .i {
    margin-top: 30px;
}

    #features .i .icon {
        text-align: center;
        line-height: 130px;
        color: #fff;
        font-size: 50px;
    }

        #features .i .icon .c {
            border: 1px solid #d9d9d9;
            padding: 20px;
        }

            #features .i .icon .c .fill {
                background: #369eef;
                height: 130px;
            }

#features h3 {
    text-transform: uppercase;
    font-weight: 700;
}

#mlms {
    z-index: 2;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(/img/subpagebg1.jpg);
    color: #fff;
    padding: 70px 0;
    padding-top: 90px;
    margin-top: 70px;
}
#tsap {
    z-index: 2;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(/img/subpagebg2.jpg);
    color: #fff;
    padding: 70px 0;
    padding-top: 90px;
    margin-top: 70px;
}
#cgac {
    z-index: 2;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(/img/subpagebg3.jpg);
    color: #fff;
    padding: 70px 0;
    padding-top: 90px;
    margin-top: 70px;
}
#etmap {
    z-index: 2;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(/img/subpagebg4.jpg);
    color: #fff;
    padding: 70px 0;
    padding-top: 90px;
    margin-top: 70px;
}
#rads {
    z-index: 2;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(/img/subpagebg5.jpg);
    color: #fff;
    padding: 70px 0;
    padding-top: 90px;
    margin-top: 70px;
}
#basics {
    z-index: 2;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(/img/bg_about.jpg);
    color: #fff;
    padding: 70px 0;
    padding-top: 90px;
    margin-top: 70px;
}
.align-center {
    text-align: center;
}
.backgroundItemHover .wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

    .backgroundItemHover .wrap .info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(54,158,239,.8);
        text-align: center;
        color: #fff;
        z-index: 1;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
    }

        .backgroundItemHover .wrap .info .info-wrap {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .backgroundItemHover .wrap .info .info-wrap .icon {
                font-size: 60px;
                margin: 0 auto 18px auto;
                -moz-opacity: .6;
                -khtml-opacity: .6;
                -webkit-opacity: .6;
                opacity: .6;
            }

            .backgroundItemHover .wrap .info .info-wrap h3, .backgroundItemHover .wrap .info .info-wrap .social {
                font-family: 'Whitney-Ligh', Lato,sans-serif;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 400;
                max-width: 70%;
                margin: 0 auto;
                padding: 16px 0 0 0;
                font-size: 14px;
                font-weight: 700;
            }

            .backgroundItemHover .wrap .info .info-wrap .social {
                font-size: 30px;
                padding: 15px 0 0 0;
            }

                .backgroundItemHover .wrap .info .info-wrap .social a {
                    color: #000;
                    margin: 0 3px;
                }

.borderedHover:before, .borderedHover:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.borderedHover:before {
    border-top: 1px solid #369eef;
    border-bottom: 1px solid #369eef;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.borderedHover:after {
    border-right: 1px solid #369eef;
    border-left: 1px solid #369eef;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.borderedHover:hover:before, .borderedHover:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.accordion {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.ui-accordion .ui-accordion-header:first-child {
    margin-top: 0;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    min-height: 0;
    margin: 0px;
    margin-top: 25px;
    outline: 0;
    line-height: normal;
    font-size: inherit;
}
.accordion .accordion-head {
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
}
.ui-tabs-anchor, .accordion .accordion-head, .skill-wrap .skill_name, .chart-wrap span, .animate-number-wrap h6 span, .woocommerce-tabs .tabs li a, .be-countdown {
    font-family: Raleway;
    letter-spacing: 0px;
    font-style: ;
    font-weight: 600;
}
.column-block {
    float: left;
    margin-left: 5%;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mlms{
    padding: 0;
    margin: 35px 0 15px 0;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    background-color: #a51d38;
    width: 47.5%;
      
}

#portfolio .filter {
    padding: 0;
    margin: 35px 0 15px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

    #portfolio .filter li {
        display: inline-block;
        margin: 0 0 0 -3px;
    }

        #portfolio .filter li a {
            border: 1px solid #d9d9d9;
            display: block;
            padding: 10px 35px;
            color: #1d1f1e;
        }

        #portfolio .filter li.active a, #portfolio .filter li:hover a {
            border-color: #369eef;
        }

        #portfolio .filter li.active a {
            background: #369eef;
            color: #fff;
        }

#portfolio .i .c {
    display: block;
    border: 1px solid #d9d9d9;
    padding: 26px;
}

    #portfolio .i .c img {
        margin: 0 auto;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
    }

    #portfolio .i .c .wrap {
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: relative;
    }

        #portfolio .i .c .wrap .info {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(54,158,239,.8);
            text-align: center;
            color: #fff;
            z-index: 1;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
        }

            #portfolio .i .c .wrap .info .info-wrap {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

                #portfolio .i .c .wrap .info .info-wrap .icon {
                    font-size: 60px;
                    margin: 0 auto 18px auto;
                    -moz-opacity: .6;
                    -khtml-opacity: .6;
                    -webkit-opacity: .6;
                    opacity: .6;
                }

                #portfolio .i .c .wrap .info .info-wrap h3, #portfolio .i .c .wrap .info .info-wrap .social {
                    font-family: 'Whitney-Ligh', Lato,sans-serif;
                    text-transform: uppercase;
                    font-size: 12px;
                    font-weight: 400;
                    max-width: 70%;
                    margin: 0 auto;
                    padding: 16px 0 0 0;
                    font-size: 14px;
                    font-weight: 700;
                }

                #portfolio .i .c .wrap .info .info-wrap .social {
                    font-size: 30px;
                    padding: 15px 0 0 0;
                }

                    #portfolio .i .c .wrap .info .info-wrap .social a {
                        color: #000;
                        margin: 0 3px;
                    }

    #portfolio .i .c:hover {
        border-color: transparent;
    }

        #portfolio .i .c:hover .wrap .info {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
        }

        #portfolio .i .c:hover .wrap img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

#portfolio .i > .social {
    display: none;
}

#portfolio .og-grid {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

    #portfolio .og-grid > li {
        display: inline-block;
        margin: 24px 12px 0 12px;
        vertical-align: top;
        height: 370px;
    }

    #portfolio .og-grid li > a, #portfolio .og-grid li > a img {
        border: none;
        outline: 0;
        display: block;
        position: relative;
    }

#portfolio .og-loading {
    width: 30px;
    height: 30px;
    position: relative;
    left: 50%;
    top: 150px;
    margin: 0 0 0 -15px;
    background: url(/img/preloader.gif);
}

#portfolio .og-expander {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    text-align: left;
    height: 0;
    overflow: hidden;
}

    #portfolio .og-expander .og-expander-inner {
        height: 100%;
    }

    #portfolio .og-expander .container {
        padding-top: 24px;
    }

        #portfolio .og-expander .container .details h3 {
            text-transform: uppercase;
            font-size: 40px;
            margin: 30px 0 15px 0;
        }

        #portfolio .og-expander .container .details .fa-external-link {
            color: #369eef;
            display: inline-block;
            margin: 0 0 0 5px;
        }

        #portfolio .og-expander .container .details .og-close {
            width: 90px;
            height: 90px;
            background: rgba(0,0,0,.7);
            position: absolute;
            top: 0;
            right: 15px;
            cursor: pointer;
            font-size: 40px;
            text-align: center;
            line-height: 90px;
            color: #fff;
            -webkit-transition: background .4s ease;
            -moz-transition: background .4s ease;
            -ms-transition: background .4s ease;
            -o-transition: background .4s ease;
        }

            #portfolio .og-expander .container .details .og-close:hover {
                background: #369eef;
            }

        #portfolio .og-expander .container .details .social {
            text-align: right;
        }

            #portfolio .og-expander .container .details .social li {
                display: inline-block;
                margin: 0 2px 0 0;
            }

                #portfolio .og-expander .container .details .social li a {
                    display: block;
                    width: 30px;
                    text-align: center;
                    font-size: 20px;
                    color: #000;
                }

                    #portfolio .og-expander .container .details .social li a:hover {
                        color: #369eef;
                        border-color: #369eef;
                    }

.video:not(.ignore-style) {
    color: #fff;
}

    .video .parallax {
        cursor: pointer;
        background-image: url(/img/bg_video.jpg);
    }

        .video .parallax:hover .content .icon {
            color: #369eef;
            border-color: #369eef;
        }

    .video .content {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

        .video .content h2 {
            font-weight: 400;
            color: #fff;
            margin-bottom: 0;
        }

        .video .content .icon {
            width: 60px;
            height: 60px;
            border: 2px solid #fff;
            display: inline-block;
            line-height: 55px;
            font-size: 30px;
            margin-bottom: 10px;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

            .video .content .icon .fa {
                position: relative;
                left: 3px;
            }

#about {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(/img/bg_about.jpg);
    color: #fff;
}

    #about img {
        margin: 20px auto 0 auto;
    }

    #about .skills {
        padding: 0;
        margin: 60px 0 0 0;
        font-family: 'Whitney-Ligh', Lato,sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        color: #1d1f1e;
        overflow: hidden;
    }

        #about .skills li {
            display: block;
            border: 1px solid #fff;
            margin: 20px 0;
            padding: 8px;
        }

            #about .skills li div {
                background: #fff;
                padding: 2px 5px;
            }

#blog.subpage {
    padding: 0 0 80px 0;
}

    #blog.subpage header {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-image: url(/img/bg_blog.jpg);
        color: #fff;
        padding: 80px 0;
    }

        #blog.subpage header .logo {
            display: block;
            color: #fff;
            margin-bottom: 30px;
        }

    #blog.subpage.detail header {
        background-image: url(/img/bg_blog-detail.jpg);
    }

    #blog.subpage.detail .articles .article {
        border-bottom: 1px solid #bfbfbf;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

        #blog.subpage.detail .articles .article .title {
            font-size: 40px;
            color: #000;
            margin-top: 20px;
        }

        #blog.subpage.detail .articles .article p {
            margin: 20px 0;
        }

        #blog.subpage.detail .articles .article h2 {
            font-size: 26px;
        }

        #blog.subpage.detail .articles .article h3 {
            font-size: 22px;
        }

        #blog.subpage.detail .articles .article h4 {
            font-size: 18px;
        }

#blog .articles {
    margin-top: 20px;
    margin-bottom: 50px;
}

    #blog .articles .article {
        margin-top: 30px;
    }

        #blog .articles .article:nth-child(odd) {
            clear: left;
        }

        #blog .articles .article .c {
            position: relative;
            display: block;
            border: 1px solid #dbdbdb;
            padding: 30px;
            margin: 20px auto 0 auto;
        }

            #blog .articles .article .c img {
                -webkit-transition: all .4s ease;
                -moz-transition: all .4s ease;
                -ms-transition: all .4s ease;
                -o-transition: all .4s ease;
            }

            #blog .articles .article .c .wrap {
                overflow: hidden;
                width: 100%;
                height: 100%;
                position: relative;
            }

                #blog .articles .article .c .wrap .info {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(54,158,239,.8);
                    text-align: center;
                    color: #fff;
                    z-index: 1;
                    -moz-opacity: 0;
                    -khtml-opacity: 0;
                    -webkit-opacity: 0;
                    opacity: 0;
                    -webkit-transition: all .4s ease;
                    -moz-transition: all .4s ease;
                    -ms-transition: all .4s ease;
                    -o-transition: all .4s ease;
                }

                    #blog .articles .article .c .wrap .info .info-wrap {
                        position: relative;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                    }

                        #blog .articles .article .c .wrap .info .info-wrap .icon {
                            font-size: 60px;
                            margin: 0 auto 18px auto;
                            -moz-opacity: .6;
                            -khtml-opacity: .6;
                            -webkit-opacity: .6;
                            opacity: .6;
                        }

                        #blog .articles .article .c .wrap .info .info-wrap h3, #blog .articles .article .c .wrap .info .info-wrap .social {
                            font-family: 'Whitney-Ligh', Lato,sans-serif;
                            text-transform: uppercase;
                            font-size: 12px;
                            font-weight: 400;
                            max-width: 70%;
                            margin: 0 auto;
                            padding: 16px 0 0 0;
                            font-size: 14px;
                            font-weight: 700;
                        }

                        #blog .articles .article .c .wrap .info .info-wrap .social {
                            font-size: 30px;
                            padding: 15px 0 0 0;
                        }

                            #blog .articles .article .c .wrap .info .info-wrap .social a {
                                color: #000;
                                margin: 0 3px;
                            }

            #blog .articles .article .c .wrap {
                overflow: hidden;
                position: relative;
                z-index: 1;
                font-size: 24px;
            }

                #blog .articles .article .c .wrap .more {
                    font-family: 'Whitney-Ligh', Lato,sans-serif;
                    text-transform: uppercase;
                    font-size: 12px;
                    font-weight: 400;
                    margin-top: 15px;
                }

            #blog .articles .article .c:hover {
                border-color: transparent;
            }

                #blog .articles .article .c:hover .wrap .info {
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    -webkit-opacity: 1;
                    opacity: 1;
                }

                #blog .articles .article .c:hover .wrap img {
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                }

        #blog .articles .article h3, #blog .articles .article h2, #blog .articles .article h4 {
            font-size: 22px;
            margin: 30px 0 7px 0;
            font-weight: 400;
        }

            #blog .articles .article h3 a, #blog .articles .article h2 a, #blog .articles .article h4 a {
                color: inherit;
            }

                #blog .articles .article h3 a:hover, #blog .articles .article h2 a:hover, #blog .articles .article h4 a:hover {
                    color: #369eef;
                }

        #blog .articles .article .articleInfo {
            margin: 5px 0 20px 0;
            font-style: italic;
            color: #666;
            font-size: 12px;
        }

            #blog .articles .article .articleInfo .i {
                float: left;
                margin: 0 0 0 8px;
                border-left: 1px solid #666;
                padding: 0 0 0 8px;
            }

                #blog .articles .article .articleInfo .i:first-child {
                    margin: 0;
                    padding: 0;
                    border: 0;
                }

                #blog .articles .article .articleInfo .i .fa {
                    font-size: 14px;
                    margin: 0 2px 0 0;
                }

        #blog .articles .article .asideArticleInfo {
            text-align: center;
        }

            #blog .articles .article .asideArticleInfo .date {
                margin: 20px 0 0;
            }

                #blog .articles .article .asideArticleInfo .date .day {
                    font-size: 32px;
                    font-weight: 700;
                }

                #blog .articles .article .asideArticleInfo .date .month {
                    font-family: 'Whitney-Ligh', Lato,sans-serif;
                    text-transform: uppercase;
                    font-size: 12px;
                    font-weight: 400;
                }

            #blog .articles .article .asideArticleInfo .comments {
                font-family: 'Whitney-Ligh', Lato,sans-serif;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 400;
                margin: 20px 0 0 0;
            }

                #blog .articles .article .asideArticleInfo .comments .fa {
                    font-size: 18px;
                }

#blog .morePosts .fa {
    margin: 0 10px 0 0;
}

#blog .btn {
    background: #369eef;
    border: 0;
    color: #fff;
}

    #blog .btn:hover {
        background: #1078c9;
    }

#blog .articleComments h3, #blog .articleComments h4 {
    font-size: 22px;
    margin: 0 0 40px 0;
    font-weight: 400;
}

#blog .articleComments h4 {
    font-size: 18px;
    margin: 0 0 2px 0;
}

#blog .articleComments .info {
    font-style: italic;
    font-size: 12px;
    color: #666;
}

#blog .articleComments p {
    margin: 10px 0;
}

#blog .articleComments ul {
    padding: 0;
}

    #blog .articleComments ul li {
        margin: 30px 0;
        list-style-type: none;
    }

        #blog .articleComments ul li .image img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

    #blog .articleComments ul ul {
        padding: 0 0 0 30px;
    }


#team .i {
    text-align: center;
}

    #team .i .c {
        border: 0px solid #dbdbdb;
        padding: 1px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        max-width: 370px;
        margin: 20px auto 0 auto;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
    }

        #team .i .c img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
        }

        #team .i .c .wrap {
            overflow: hidden;
            width: 100%;
            height: 100%;
            position: relative;
        }

            #team .i .c .wrap .info {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(54,158,239,.8);
                text-align: center;
                color: #fff;
                z-index: 1;
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -webkit-transition: all .4s ease;
                -moz-transition: all .4s ease;
                -ms-transition: all .4s ease;
                -o-transition: all .4s ease;
            }

                #team .i .c .wrap .info .info-wrap {
                    position: relative;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

                    #team .i .c .wrap .info .info-wrap .icon {
                        font-size: 60px;
                        margin: 0 auto 18px auto;
                        -moz-opacity: .6;
                        -khtml-opacity: .6;
                        -webkit-opacity: .6;
                        opacity: .6;
                    }

                    #team .i .c .wrap .info .info-wrap h3, #team .i .c .wrap .info .info-wrap .social {
                        font-family: 'Whitney-Ligh', Lato,sans-serif;
                        text-transform: uppercase;
                        font-size: 12px;
                        font-weight: 400;
                        max-width: 100%;
                        margin: 0 auto;
                        padding: 16px 0 0 0;
                        font-size: 14px;
                        font-weight: 700;
                    }

                    #team .i .c .wrap .info .info-wrap .social {
                        font-size: 30px;
                        padding: 15px 0 0 0;
                    }

                        #team .i .c .wrap .info .info-wrap .social a {
                            color: #000;
                            margin: 0 3px;
                        }

        #team .i .c .wrap {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            overflow: hidden;
            position: relative;
            z-index: 1;
            -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
        }

            #team .i .c .wrap .info {
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                background: rgba(255,255,255,.7);
            }

            #team .i .c .wrap .share {
                font-family: 'Whitney-Ligh', Lato,sans-serif;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 400;
                margin-bottom: 15px;
                font-size: 20px;
                color: #000;
            }

    #team .i h3 {
        font-size: 18px;
        margin: 30px 0 15px 0;
        cursor:pointer;
    }

    #team .i h4 {
        font-family: 'Whitney-Ligh', Lato,sans-serif;

        font-size: 18px;
        font-weight: 400;
        margin: 0 0 20px 0;
        background: #369eef;
        color: #fff;
        font-weight: 700;
        word-wrap: normal;
        display: inline-block;
        padding: 4px 10px;
    }

    #team .i:hover .c {
        background: #369eef;
    }

        #team .i:hover .c .wrap .info {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
        }

        #team .i:hover .c .wrap img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

.counter {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 70px 0;
    z-index: 2;
    position: relative;
    color: #000;
}

    .counter .icon {
        font-size: 60px;
        margin-bottom: 5px;
    }

    .counter h3 {
        font-size: 34px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .counter h4 {
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 22px;
        font-weight: 400;
    }

.charts {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 70px 0 60px 0;
}

    .charts h3 {
        font-size: 22px;
        text-transform: uppercase;
        margin: 30px 0 15px;
        font-weight: 400;
    }

    .charts p {
        margin: 0 30px;
    }

    .charts h4 {
        font-family: 'Whitney-Ligh', Lato,sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        color: gray;
        margin: 15px 0;
    }

    .charts .chart {
        position: relative;
        display: block;
        width: 160px;
        height: 160px;
        line-height: 160px;
        margin: 0 auto 20px auto;
        font-size: 34px;
        font-weight: 400;
    }

        .charts .chart canvas {
            position: absolute;
            top: 0;
            left: 0;
        }

    .charts .percent {
        display: inline-block;
        line-height: 110px;
        z-index: 2;
    }

        .charts .percent:after {
            content: '%';
            margin-left: .1em;
            font-size: .8em;
        }

    .charts .angular {
        margin-top: 100px;
    }

        .charts .angular .chart {
            margin-top: 0;
        }

#social {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(/img/bg_social.jpg);
    color: #fff;
    padding: 105px 0;
    text-align: center;
}

    #social .icon {
        font-size: 50px;
        display: block;
        margin: 0 0 30px 0;
    }

    #social p {
        font-size: 22px;
        font-weight: 300;
        margin: 30px 0;
    }

    #social .author {
        font-size: 20px;
        font-weight: 700;
    }

#pricing .i {
    text-align: center;
    margin-top: 20px;
}

    #pricing .i .wrap {
        position: relative;
        -webkit-transition: background .4s ease;
        -moz-transition: background .4s ease;
        -ms-transition: background .4s ease;
        -o-transition: background .4s ease;
        border: 1px solid #d9d9d9;
        padding: 30px;
    }

        #pricing .i .wrap .c {
            border: 1px solid #d9d9d9;
            background: #fff;
            padding: 0 15% 40px 15%;
        }

            #pricing .i .wrap .c h3 {
                font-family: 'Whitney-Ligh', Lato,sans-serif;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 400;
                border-bottom: 1px solid #d9d9d9;
                padding: 25px 0;
                font-size: 14px;
                font-weight: 700;
            }

            #pricing .i .wrap .c .price {
                font-size: 40px;
                text-transform: uppercase;
                font-weight: 900;
                line-height: 40px;
                margin: 5px 0 20px 0;
            }

                #pricing .i .wrap .c .price sup {
                    font-size: 20px;
                    font-weight: 400;
                    font-family: 'Whitney-Ligh', Lato,sans-serif;
                    top: -1.2em;
                }

                #pricing .i .wrap .c .price.price-lg {
                    font-size: 60px;
                }

            #pricing .i .wrap .c .info {
                line-height: 40px;
                margin: 0 0 30px 0;
            }

            #pricing .i .wrap .c .btn {
                z-index: 1;
                position: relative;
                background: #a6a6a6;
                border: 0;
                color: #fff;
            }

                #pricing .i .wrap .c .btn:hover {
                    background: #369eef;
                }

    #pricing .i:hover .wrap {
        border-color: transparent;
        background: #f7f7f7;
    }

    #pricing .i.active .wrap {
        background: #369eef;
        border-color: #369eef;
    }

        #pricing .i.active .wrap .c {
            border-color: #369eef;
        }

            #pricing .i.active .wrap .c h3 {
                position: relative;
            }

                #pricing .i.active .wrap .c h3:before {
                    content: '\f005';
                    font-family: FontAwesome;
                    position: absolute;
                    top: 6px;
                    left: 50%;
                    margin: 0 0 0 -5px;
                }

            #pricing .i.active .wrap .c .btn {
                background: #369eef;
            }

#contact {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    background-image: url(/img/bg_contact.jpg);

}

    #contact form .btn {
        background: #fff;
        color: #000;
        margin: 15px auto;
        display: block;
        border: 0;
    }

        #contact form .btn:hover {
            background: #369eef;
            color: #fff;
        }

    #contact .info {
        margin-top: 30px;
        margin-bottom: 30px;
        line-height: 32px;
        text-align: center;
    }

        #contact .info span {
            margin: 0 10px;
            display: inline-block;
        }

        #contact .info .icon {
            font-size: 20px;
            display: inline-block;
            width: 25px;
            margin: 0;
            color: #fff;
            position: relative;
            top: 2px;
        }

        #contact .info h3 {
            text-transform: uppercase;
        }

.googleMapWrap {
    background: #1d1f1e;
    border-top: 5px solid #1d1f1e;
}

    .googleMapWrap #googleMap {
        background: #1d1f1e;
        height: 400px;
    }

#footer {
    background: #1d1f1e;
    padding: 60px 0 70px 0;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #a6a6a6;
    
    
}

    #footer h4{
         line-height: 30px;
    }
    #footer a {
        color: #a6a6a6;
    }

    #footer .social {
        margin-bottom: 30px;
    }

        #footer .social .icon {
            margin: 0 15px 0 0;
            width: auto;
            font-size: 20px;
            color: #fff;
        }

            #footer .social .icon:hover {
                color: #369eef;
            }

.pagination {
    text-align: center;
    display: block;
    margin-top: 80px;
    font-size: 14px;
}

    .pagination > li > a, .pagination > li > span {
        color: #000;
        float: none;
        margin: 0 0 0 -4px;
        padding: 10px 16px;
    }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #000;
        }

    .pagination > li:last-child > a, .pagination > li:first-child > a, .pagination > li:last-child > span, .pagination > li:first-child > span {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .pagination .active > a, .pagination .active > span {
        border-color: #369eef;
        background: #369eef;
    }

        .pagination .active > a:hover, .pagination .active > span:hover, .pagination .active > a:focus, .pagination .active > span:focus {
            border-color: #369eef;
            background: #369eef;
        }

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .modal-content .intro {
        padding: 20px;
        font-size: 16px;
        font-style: italic;
        background: #eee;
        margin: 0 30px;
    }

    .modal-content img.pull-right {
        margin: 0 0 30px 30px;
    }

    .modal-content img.pull-left {
        margin: 0 30px 30px 0;
    }

    .modal-content p {
        margin: 0 0 20px 0;
    }

.modal-body {
    padding: 30px;
}

.modal-header {
    padding: 30px 100px 30px 30px;
    border: 0;
}

    .modal-header .modal-title {
        text-transform: uppercase;
        font-size: 22px;
        margin: 0 0 4px 0;
    }

    .modal-header .info {
        color: #7c7c7c;
        font-size: 11px;
    }

    .modal-header .close {
        width: 70px;
        height: 70px;
        position: absolute;
        right: 0;
        top: 2px;
        background: #7f7f7f;
        font-size: 30px;
        color: #fff;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        outline: 0;
    }

        .modal-header .close:hover {
            background: #369eef;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
    }

    .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

        .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }
}

@media (min-width:768px) {
    #home.fullscreen {
        height: 100%;
    }

    #contact .info {
        padding-left: 35px;
    }

    #header .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #header .navbar-nav > li.active {
        position: relative;
    }

        #header .navbar-nav > li.active:before {
            content: '\f005';
            font-family: FontAwesome;
            position: absolute;
            top: 1px;
            left: 50%;
            margin: 0 0 0 -5px;
            font-size: 12px;
            color: #369eef;
        }

    .modal-dialog {
        width: 700px;
    }

    #portfolio .og-expander .container > .row {
        position: relative;
    }

    #portfolio .og-expander .container .details {
        position: static;
    }

}
@media (min-width:1025px) {

     #team .i .c {
        border: 4px solid #dbdbdb;
        padding: 10px;

    }
}
@media (min-width:992px) {
    #features .row .i:first-child {
        text-align: right;
    }

        #features .row .i:first-child .icon {
            float: right;
        }

    #portfolio .og-expander .container .fullImage, #portfolio .og-expander .container .details {
        padding-left: 105px;
        padding-right: 105px;
    }

        #portfolio .og-expander .container .details .og-close {
            right: 105px;
        }

    #header .navbar-nav > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal-dialog {
        width: 770px;
    }
}

@media (min-width:1200px) {
    #portfolio .og-expander .container .fullImage, #portfolio .og-expander .container .details {
        padding-left: 54px;
        padding-right: 54px;
    }

        #portfolio .og-expander .container .details .og-close {
            right: 54px;
        }
}

@media (min-width:768px) and (max-width:991px) {
    #features .i {
        text-align: center;
    }

    #pricing .i .wrap {
        padding: 6%;
    }

        #pricing .i .wrap .c {
            padding: 0 10% 40px 10%;
        }

    #pricing .btn-lg {
        padding: 15px 30px;
    }

    #team .i .c {
        padding: 2px;
    }
}

@media (min-width:650px) and (max-width:991px) {
    #portfolio .og-grid > li {
        width: 40%;
        height: 290px;
    }

}

@media (max-width:650px) {
    #blog .article {
        width: 100%;
    }

}

@media (max-width:767px) {
    #home {
        height: auto;
    }

        #home .carousel-inner .item {
            padding: 130px 0 90px 0;
        }

            #home .carousel-inner .item .container .content {
                position: static;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

    .charts .i {
        margin-top: 40px;
    }

        .charts .i:first-child {
            margin-top: 0;
        }

    .counter .i {
        margin-top: 50px;
    }

        .counter .i:first-child {
            margin-top: 0;
        }

    #portfolio .og-expander .container .details .og-close {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

}

@media (max-width:480px) {
    #features .i {
        text-align: center;
        width: 100%;
    }

}

@media (min-width:1200px) {
    .container {
        width: 1200px;
    }
}

.slideout-open #mobile-menu nav .bb-main-menu > li > a {
    line-height: 1.4;
}

.slideout-open .dropdown-toggle.open-left-menu {
    position: absolute;
    right: 0;
    top: 4px;
}

    .slideout-open .dropdown-toggle.open-left-menu .caret {
        margin: 20px;
    }

.slideout-open .dropdown-toggle .caret {
    float: right;
    margin: 12px 6px;
}

.slideout-open #mobile-menu .bb-main-menu li.open .caret,
.slideout-open #mobile-menu .bb-main-menu li.open > a,
.slideout-open #mobile-menu .bb-main-menu li > a:hover {
    color: #000;
}

.slideout-open ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: none;
}

.slideout-open ul.nav li.dropdown.open > ul.dropdown-menu {
    display: block;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    width: 100%;
}

.img-news-items {
    text-align: center;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .img-news-items img {
        max-width: 20%;
    }
	.mcnCaptionRightTextContentContainer{
 max-width: 100% !important; 
}

.mcnCaptionRightImageContentContainer {
 max-width: 100% !important;
}

.mcnImage-news{
	width: 100% !important;
}
}

.mcnCaptionRightTextContentContainer{
 max-width: 60%; 
}

.mcnCaptionRightImageContentContainer {
 max-width: 40%;
}

.mcnImage-news{
	width: 70%;
}

.mcnTextContent img {
 max-width: 100%;
}

#footer.boston-footer {
  background: #1d1f1e;
  padding: 2vw 0 0;
  text-align: left;
  letter-spacing: 0; }
  @media (max-width: 999px) {
    #footer.boston-footer {
      padding: 7vw 0 0; } }
  #footer.boston-footer .footer-row {
    padding: 0 0 47px; }
  #footer.boston-footer h4 {
    color: #028995;
    margin: 0 0 16px;
    text-transform: uppercase;
    font: 18px/22px 'Gotham-bold', Arial, Helvetica, sans-serif; }
  #footer.boston-footer .logo-heading {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0 0 45px;
    justify-content: space-between; }
    #footer.boston-footer .logo-heading:after, #footer.boston-footer .logo-heading:before {
      display: block;
      content: "";
      width: 50%;
      height: 1px;
      background: #434544; }
    #footer.boston-footer .logo-heading img {
      display: block;
      margin: 0 52px;
      flex-shrink: 0; }
  #footer.boston-footer .info-box {
    padding: 0 0 25px;
    color: #f0f0f0;
    font: 18px/25px 'Gotham-bold', Arial, Helvetica, sans-serif; }
    @media (max-width: 999px) {
      #footer.boston-footer .info-box {
        font-size: 16px;
        line-height: 20px; } }
    #footer.boston-footer .info-box p {
      margin: 0 0 20px;
      font-family: 'Gotham-bold', Arial, Helvetica, sans-serif; }
  #footer.boston-footer .footer-nav {
    display: flex;
    padding: 12px 0 0; }
    @media (max-width: 999px) {
      #footer.boston-footer .footer-nav {
        margin: 0 0 20px; } }
    #footer.boston-footer .footer-nav ul {
      padding: 0;
      list-style: none;
      margin: 0 0 10px 27%; }
      #footer.boston-footer .footer-nav ul:first-child {
        margin-left: 0; }
      #footer.boston-footer .footer-nav ul li {
        font: 18px/24px 'Whitney-Light', Arial, Helvetica, sans-serif; }
        #footer.boston-footer .footer-nav ul li a {
          color: #f0f0f0; }
          #footer.boston-footer .footer-nav ul li a:hover {
            text-decoration: underline; }
  #footer.boston-footer ul.social {
    list-style: none;
    margin: 0;
    padding: 22px 0 0;
    display: flex; }
    @media (max-width: 999px) {
      #footer.boston-footer ul.social {
        margin: 0 0 20px; } }
    #footer.boston-footer ul.social li {
      margin: 0 27px 0 0; }
      #footer.boston-footer ul.social li a {
        display: block;
        background: #fff;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 32px;
        line-height: 50px;
        color: #1d1f1e; }
        #footer.boston-footer ul.social li a:hover {
          opacity: 0.8; }
  #footer.boston-footer ul.partners-list {
    list-style: none;
    padding: 15px 19px 2px;
    margin: 0;
    background: #2d2f2e;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      #footer.boston-footer ul.partners-list {
        flex-wrap: wrap; } }
    #footer.boston-footer ul.partners-list li {
      margin: 0 10px 13px 0; }
      #footer.boston-footer ul.partners-list li:last-child {
        margin-right: 0; }
    #footer.boston-footer ul.partners-list a:hover img {
      opacity: 0.8; }
    #footer.boston-footer ul.partners-list a img {
      vertical-align: top; }
  #footer.boston-footer .newsletter-form {
    padding: 14px 0 41px;
    display: flex; }
    @media (max-width: 999px) {
      #footer.boston-footer .newsletter-form {
        flex-wrap: wrap; } }
    #footer.boston-footer .newsletter-form .text-box {
      width: 235px;
      flex-shrink: 0;
      margin: 0 0 0 12px; }
      #footer.boston-footer .newsletter-form .text-box:first-child {
        margin-left: 0; }
      @media (max-width: 999px) {
        #footer.boston-footer .newsletter-form .text-box {
          width: 100%;
          flex-shrink: 1;
          margin: 0 0 10px; } }
    #footer.boston-footer .newsletter-form .email-box {
      flex-grow: 1;
      margin: 0 0 0 12px; }
      @media (max-width: 999px) {
        #footer.boston-footer .newsletter-form .email-box {
          margin: 0; } }
      @media (max-width: 479px) {
        #footer.boston-footer .newsletter-form .email-box {
          width: 100%;
          margin: 0 0 10px; } }
    #footer.boston-footer .newsletter-form input[type="email"],
    #footer.boston-footer .newsletter-form input[type="text"] {
      width: 100%;
      background: #2d2f2e;
      border: none;
      padding: 13px 20px;
      font: 16px/20px 'Whitney-Light', Arial, Helvetica, sans-serif;
      display: block; }
    #footer.boston-footer .newsletter-form button {
      width: 172px;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      padding: 0 0 2px;
      border: none;
      background: #028995;
      height: 46px;
      cursor: pointer;
      margin: 0 0 0 12px;
      font: 16px/46px 'Whitney-Light', Arial, Helvetica, sans-serif; }
      #footer.boston-footer .newsletter-form button:hover {
        opacity: 0.8; }
      @media (max-width: 479px) {
        #footer.boston-footer .newsletter-form button {
          width: 100%;
          margin: 0 0 10px; } }
  #footer.boston-footer .footer-box {
    background: #000;
    padding: 32px 0 30px;
    color: #f0f0f0;
    text-align: center;
    font: 18px/24px 'Whitney-Light', Arial, Helvetica, sans-serif; }
    @media (max-width: 600px) {
      #footer.boston-footer .footer-box span.copy {
        display: block; } }
    #footer.boston-footer .footer-box .link {
      position: relative;
      margin: 0 0 0 25px;
      color: #f0f0f0; }
      @media (max-width: 600px) {
        #footer.boston-footer .footer-box .link {
          margin: 0; } }
      #footer.boston-footer .footer-box .link:hover {
        text-decoration: underline; }
      #footer.boston-footer .footer-box .link:before {
        height: 18px;
        top: 2px;
        left: -14px;
        background: #f0f0f0;
        content: "";
        width: 1px;
        position: absolute; }
        @media (max-width: 600px) {
          #footer.boston-footer .footer-box .link:before {
            display: none; } }


/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position:relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
/* font-family: "LeagueGothicRegular"; */
@font-face {
    font-family: "LeagueGothicRegular";
    src: url(/assets/fonts/LeagueGothicRegular/LeagueGothicRegular.eot);
    src: url(/assets/fonts/LeagueGothicRegular/LeagueGothicRegular.eot?#iefix)format("embedded-opentype"), url(/assets/fonts/LeagueGothicRegular/LeagueGothicRegular.woff) format("woff"), url(/assets/fonts/LeagueGothicRegular/LeagueGothicRegular.ttf) format("truetype");
    src: url(/fonts/LeagueGothic-Italic.otf);
    src: url(/fonts/LeagueGothic-CondensedItalic.otf);
    src: url(/fonts/LeagueGothic-CondensedRegular.otf);
    font-style: normal;
    font-weight: normal;
}
.mcnImage {
    width: 100% !important;
}
#team>div>.row {
    margin-right:0;
    margin-left:0;
}
#footer .row {
    margin-right:0;
    margin-left:0;
}
/* buttons for about -----------------------------*/
.be-button {
    font-size: 13px;
    line-height: 14px;
    padding: 15px 20px;
    display: inline-block;
    text-decoration: none;
    border-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
}
.icon-arrow-right5{
        margin-right: 1em;
        margin-bottom: 0 !important;
}
.icon-arrow-right5:before{
    content: "\276F";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*-----------------------------------------------------*/
/*for home carusel logo*/
.home-carousel img {
    width:35%;
}
/*-----------------------------------------------------*/
/*for logo on pages*/
#basics .item img{
    width:100%;
    max-width:450px;
}
#mobile-menu .brand img {
    width:100%;
}
/*---------------------------------*/
.dropdown-menu>li>a{
    color: #000 !important;
    white-space: normal !important; 
}
/**/
#team .i .c{
    border: 4px solid #dbdbdb;
    padding: 10px;
}
/**/
#team .i:hover{
    background:none;
}
/**/
.about-partners p{
    font-weight: normal !important;
    color: rgb(95,98,99) !important;
    font-size: 16px !important;
    font-style: normal !important;
}
.umb-grid p {
    line-height: 36px !important;
    font-family: 'Whitney-Light', Lato, sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.umb-grid .dark {
    background-color: #323840;
    padding: 60px 0 80px 0;
}

    .umb-grid .dark p {
        font-size: 20px;
        color: #ffffff;
        text-align: center;
    }

.umb-grid .light {
    padding: 60px 0 80px 0;
    background-color: #ffffff;
}

    .umb-grid .light p {
        font-size: 20px;
        color: #a8a8a8;
        line-height: 24px;
    }
.umb-grid .woty {
    padding: 60px 0 20px 0;
    background-color: #ffffff;
}
    .umb-grid .woty p {
        font-size: 16px;
        color: #5F5F5F;
        line-height: 24px !important;
        margin-bottom:25px;
    }
    .umb-grid .woty li {
        font-size: 17px;
        color: #5F5F5F;
    }
    .umb-grid .woty img {
        width:100%;
    }
    .umb-grid .woty #Header strong {
        font-weight: bold;
        font-size: 20px;
        font-family: 'Gotham-Bold';
    }
.umb-grid .woty-separator {
        padding: 20px 0 20px 0;
        background-color: #ffffff;
        border-top:1px solid #000;
        min-height:141px;
        margin-top: 50px;
    }
    .umb-grid .woty-separator img {
        width:100%;
        vertical-align: middle;
        max-height:100px;
    }
    .umb-grid .woty-separator .column div {
        line-height:100px;
        text-align: center;
        /*max-height:100px;*/
    }
@media(max-device-width: 481px){
    .umb-grid .woty-separator img {
        width:auto;
        max-width:100%;
    }
}
@media(max-device-width: 768px){
    .umb-grid .woty-separator img {
        width:auto;
        max-width:100%;
    }
}

@media(max-device-width: 800px){
    .umb-grid .woty-separator img {
        width:auto;
        max-width:100%;
    }
}

#mobile-menu nav .bb-main-menu>li>a {
     line-height: 20px;
}

@media(max-device-width: 481px){
    #mobile-menu nav .bb-main-menu>li>a {
        line-height: 0;
    }
}

@media(device-width: 768px){
    #mobile-menu nav .bb-main-menu>li>a {
        line-height: 15px;
    }
}


@media(device-width: 800px){
    #mobile-menu nav .bb-main-menu>li>a {
        line-height: 15px;
    }
}

article .article-details .post-details .post-content table{
    width:100%;
    /*max-width:600px;*/
    background-color: #ffffff;
    margin:0;
    padding:0;
}

article .article-details .post-details .post-content>table>tbody>tr>td {
    padding:10px;
}
/* Basics pages */
#etmap h1, #mlmss {
    /*font-family: 'LeagueGothicRegular';*/
}

section.Blue-green {
    background-color: #007B8B;
}

section.Red {
    background-color: #A51D38;
}

section.Orange {
    background-color: #E78F38;
}

section.Blue {
    background-color: #20428B;
}

section.Green {
    background-color: #5A693D;
}

section.Purple {
    background-color: #5a3f98;
}

section.Red2 {
    background-color: #cb333b;
}

section.Orange2 {
    background-color: #f38a00;
}

section.Blue-green2 {
    background-color: #00a0af;
}

section.Green2 {
    background-color: #566c11;
}

#mlmss .description {
    font-size: 16pt;
    color: #ffffff;
}

    #mlmss .description p {
        line-height: 24px;
    }

#mlmss .brief-description {
    font-size: 18pt;
    color: #ffffff;
    font-weight: 400;
}

/* Boston Basics */

.bb-block-header h3 {
    color: #000000;
}

.bb-block-header .separator {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #e8e8e8;
    height: 2px;
    width: 40px;
}

.dark .bb-block-header h3 {
    color: #fff;
}

/* Booklets */
.bb-booklets {
    background-color: #323840;
    padding-top: 90px;
    padding-bottom: 90px;
}

.bb-booklets-title {
    text-align: center;
    margin-bottom: 50px;
}

    .bb-booklets-title h4 {
        color: #ffffff;
    }

    .bb-booklets-title .sub-title {
        color: #ffffff;
    }

.bb-booklets-content {
    max-width: 1240px;
    margin: 0 auto;
}

    .bb-booklets-content .bb-booklet-item {
        background-color: #272c33;
        padding-top: 6%;
        padding-bottom: 6%;
        text-align: center;
        margin-left: 30px;
        margin-right: 30px;
    }

.videos {
    padding-top: 90px;
    padding-bottom: 90px;
}
/* Menu */
.bb-main-menu .language {
    padding: 25px;
}
.bb-main-menu .language {
    padding-top: 18px !important;
    padding-bottom: 17px !important;
}
/* Mobile menu */
#mobile-menu {
    background: #383838;
    color: #fff;
    padding: 10px 15px 10px 15px;
}

    #mobile-menu .brand img {
        margin: 15px 0px 15px 5px;
    }

    #mobile-menu footer {
        position: absolute;
        bottom: 0;
    }

    #mobile-menu .login a, #mobile-menu header a, #mobile-menu nav a {
        color: #fff;
        font-size: 14pt;
    }

    #mobile-menu .login {
        text-align: center;
        margin: 8px 0;
    }

    #mobile-menu li.user a {
        color: #FFCC05;
    }

    #mobile-menu li {
        width: 100%;
    }
/* news & events */
.post-header .post-date a {
    color: rgb(95, 98, 99);
    font-size: 15px;
}

.post-header .post-date {
    margin-bottom: 20px;
}

.post-header .post-title a {
    font-size: 20px;
    color: rgb(0,0,0);
}

    .post-header .post-title a:hover {
        color: #319999;
    }

.post-top-details {
    margin-bottom: 20px;
}

    .post-top-details ul {
        list-style: none;
        padding-left: 0;
    }

        .post-top-details ul li {
            display: inline;
        }

            .post-top-details ul li, .post-top-details ul li a, .post-top-details ul li span {
                color: rgb(117, 117, 117);
                text-transform: uppercase;
                font-size: 12px;
            }

.post-content {
    color: rgb(95, 98, 99);
    font-size: 13px;
    line-height: 26px;
}

    .post-content p {
        margin-bottom: 30px;
    }

.post-tags {
    font: 400 15px "Montserrat","Open Sans","Arial",sans-serif;
    color: #222222;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: none;
}

#smartBlogSearchForm {
    margin-bottom: 60px;
}

.bb-blog-widget {
    margin-bottom: 40px;
}

    .bb-blog-widget h3 {
        font: 400 12px "Montserrat","Open Sans","Arial",sans-serif;
        color: #333333;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .bb-blog-widget ul li a {
        color: rgb(96, 96, 96);
        font: 400 13px "Raleway","Open Sans","Arial",sans-serif;
        letter-spacing: 0px;
    }

#smartBlogSearchForm.form {
    max-width: 300px;
}

#smartBlogSearchForm input[type=text] {
    padding: 10px 5px;
    width: 92%;
    border: 2px solid #eeeeee;
    color: rgb(122, 122, 122);
}

#smartBlogSearchForm i.fa {
    position: relative;
    right: 25px;
}

.post-subheader {
    font: 400 20px "Montserrat","Open Sans","Arial",sans-serif;
    color: #222222;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: none;
}
/* Comments */
.comment {
    margin-bottom: 20px;
}

    .comment h6 {
        font: 400 15px "Montserrat","Open Sans","Arial",sans-serif;
        color: #222222;
        line-height: 32px;
        letter-spacing: 0px;
        text-transform: none;
    }

/* Default form elements */

.bb-form input[type="text"], .bb-form input[type="email"], .bb-form input[type="password"], .bb-form input[type="tel"] {
    padding: 0px;
    width: 48%;
    margin-bottom: 30px;
    text-indent: 10px;
    font-size: inherit;
    color: inherit;
    font: inherit;
    line-height: 41px;
    border: 2px solid rgb(238, 238, 238);
}

.bb-form select {
    width: 50%;
    height: 38px;
    padding: 10px;
    display: block;
    position: relative;
    border: 2px solid #eeeeee;
}

    .bb-form select[multiple="multiple"] {
        height: 100px;
    }

        .bb-form select[multiple="multiple"] option {
            height: 20px;
            line-height: 20px;
        }

.bb-form textarea {
    padding: 10px 0 0 10px;
    height: 350px;
    width: 98%;
    margin-bottom: 30px;
    font: inherit;
    overflow: auto;
    font-size: inherit;
    color: inherit;
    font: inherit;
    border: 2px solid rgb(238, 238, 238);
}

.bb-form input[type="submit"], .bb-form .action-button .be-button,
.bb-form input[type="button"], .bb-form input[type="submit"], .bb-form input[type="reset"],
.bb-form input[type="file"]::-webkit-file-upload-button, .bb-form button {
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 0px 20px 10px 0;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
    padding: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgb(0, 137, 149);
    color: #fff;
    font-weight: bold;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}


#wrapper{
    min-height:100%;
}
.main-content{
    padding-bottom: 211px;
}
#footer{
    margin-top: -211px;
	/*height: 211px;*/
	clear:both;
}
#mobile-content{
    height:100%;
}
.bb-block-header {
	padding-top: 70px;
    margin-top: -70px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}


/*h1 {
    font: 700 42px "Montserrat","Open Sans","Arial",sans-serif;
    letter-spacing: 1px;
}
h2, #home .carousel-inner .item .text h2 {
    font: 700 35px "Montserrat","Open Sans","Arial",sans-serif;
    letter-spacing: 1px;
}
h3, h4 {
    font: 700 26px "Montserrat","Open Sans","Arial",sans-serif;
    letter-spacing: 1px;
}*/


@media (min-width: 800px) and (max-width: 1200px) {
    .bb-main-menu .language {
        padding: 20px 7px 20px 7px;
    }

    #header .navbar-nav > li > a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    .navbar-toggle {
        display: block !important;
    }

    
     #home.fullscreen {
        height: 800px;
    }

    .one-fifth{
        width: 45%;
        margin: 0 10px 50px 20px !important;
    }
}

/*@media (min-device-width: 769px){
    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: right;
    }
     #home.fullscreen {
        height: 800px;
    }

    .one-fifth{
        width: 45%;
        margin: 0 10px 50px 20px !important;
    }
}*/
@media screen and (max-device-width: 481px){
    .one-fifth{
        width: 100%;
        margin: 0 auto 50px auto !important;
    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
}

/* partners resources protected */

.partners-resources-wrapper {
    margin: 100px 0 100px 0;
}

    .partners-resources-wrapper h3 {
        color: #222222;
    }

.bb-block.partners-resources p {
    font-size: 16px;
    padding: 20px 50px;
    line-height: 35px;
    color: #5f6263;
}
.dropdown-menu > li > a{
    text-transform: none!important;
}
