/*
 *	Table of Contents:
 *
 *	1. Inits & Resets
 *	2. Menu
 *	3. Social Icons
 *	4. Main Content
 *	5. Home Page
 *	6. About Page
 *	7. Resume Page
 *	8. Portfolio Page
 *	9. Blog Page
 * 	10. Contact Page
 *	11. Footer
 *	12. Themes
 *	13. Media Queries
*/


/*
===============================================
			1. CSS Reset
===============================================
*/

/* inits & resets */
body {
    color: #333333;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    display: block;
}

html, body {
    min-height: 100%;
    height: auto;
    width: 100%;
}

*:focus {
    outline: none;
}

.clear {
    clear: both;
}

/* anchor tag */
a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.alpha {
    padding-left: 0 !important;
}

.omega {
    padding-right: 0 !important;
}

.btn {
    border-radius: 0 !important;
}

.anim_element {
    opacity: 0;
}

.fullOpacity {
    opacity: 1 !important;
}

.responsive_menu_btn {
    display: none;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    clear: left;
}

    .responsive_menu_btn:hover {
        background: rgba(0, 0, 0, 0.2);
    }

#wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    opacity: 0;
}


.loading_overlay {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .loading_overlay div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 52px;
        line-height: 50px;
        margin: -30px 0 0 -30px;
        padding: 6px;
    }

    .loading_overlay img {
        width: 50px;
        height: 52px;
    }

/*
===============================================
			2. Menu
===============================================
*/

.main_menu {
    opacity: 0;
}

    .main_menu ul {
        display: block;
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .main_menu ul li {
            display: block;
        }

            .main_menu ul li a {
                text-align: center;
                display: block;
                /*opacity: 0.55;*/
                font-size: 25px;
                background: #fbfbfb;
                overflow: hidden;
                color: #333333;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .main_menu ul li a i,
                .social_icons ul li a i {
                    float: left;
                    width: 100% !important;
                    line-height: 92px;
                    text-shadow: 0 1px 0 #A3A3A3;
                }

                .main_menu ul li a:hover {
                    color: #222222;
                    opacity: 0.5;
                }

                .main_menu ul li a:active,
                .main_menu ul li a.active {
                    /*color: #111111;*/
                    /*text-shadow: 0 1px 0 #A3A3A3;*/
                    /*opacity: 0.5;*/
                }

/*
===============================================
			3. Social Icons
===============================================
*/

.social_icons {
    opacity: 0;
}

    .social_icons ul {
        display: block;
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .social_icons ul li {
            display: block;
        }

            .social_icons ul li a {
                text-align: center;
                display: block;
                opacity: 0.55;
                font-size: 25px;
                background: #fbfbfb;
                overflow: hidden;
                color: #ffffff;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .social_icons ul li a.twitter {
                    background: #00baff;
                }

                .social_icons ul li a.facebook {
                    background: #3b5999;
                }

                .social_icons ul li a.plus {
                    background: #e7cf48;
                }

                .social_icons ul li a:hover {
                    opacity: 1;
                }

        .social_icons ul.more_social_icons {
            display: none;
        }

            .social_icons ul.more_social_icons.visible {
                display: block;
            }

        .social_icons ul li a.google-plus {
            background: #D94835;
        }

        .social_icons ul li a.linkedin {
            background: #007BB6;
        }

        .social_icons ul li a.github {
            background: #7197B0;
        }

        .social_icons ul li a.youtube {
            background: #C8302D;
        }

/*
===============================================
			4. Main Content
===============================================
*/

.main_slider {
    width: 100%;
    height: 445px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    border:none;
}

    .main_slider .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;       
        -webkit-transition: box-shadow 0.3s;
        -moz-transition: box-shadow 0.3s;
        -o-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
        z-index: 9999;
    }

        .main_slider .overlay .name {
            font-size: 25px;
            color: #dedede;
            display: block;
            text-align: center;
            margin-top: 17%;
            margin-bottom: 1%;
            -webkit-transition: color 0.3s ease-in-out;
            -moz-transition: color 0.3s ease-in-out;
            -o-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
        }

        .main_slider .overlay .description {
            font-family: 'Lato', cursive, Tahoma, Arial;
            font-style: italic;
            font-size: 20px;
            color: #dedede;
            display: block;
            font-weight: 300;
            text-align: center;
            -webkit-transition: color 0.3s ease-in-out;
            -moz-transition: color 0.3s ease-in-out;
            -o-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
        }

        .main_slider .overlay .header {
            font-size: 25px;
            font-family: 'Lato', cursive, Tahoma, Arial;
            font-style: italic;
            color: #dedede;
            display: block;
            text-align: center;
            margin-top: 0%;
            margin-bottom: 1%;
            -webkit-transition: color 0.3s ease-in-out;
            -moz-transition: color 0.3s ease-in-out;
            -o-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
        }

        .main_slider .overlay:hover .name,
        .main_slider .overlay:hover .description {
            color: #ffffff;
        }




        .main_slider .overlay .usernamedisplay {
            font-family: 'Lato', cursive, Tahoma, Arial;
            font-style: italic;
            font-size: 25px;
            color: white;
            display: block;
            font-weight: 300;
            text-align: center;
            -webkit-transition: color 0.3s ease-in-out;
            -moz-transition: color 0.3s ease-in-out;
            -o-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
        }

.btn {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    padding: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    border: none;
}


.submit {
    background-color: #008EC3 !important;
    width: auto;
    padding: 5px 25px 5px 25px !important;
}

.password {
    padding: 8px;
    color: #666666;
    border: 1px solid #dedede;
    background: #fafafa;
    display: inline-block;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.select {
    padding: 9px;
    color: #666666;
    border: 1px solid #dedede;
    background: #fafafa;
    display: inline-block;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    /*font-family:'Lato', sans-serif;*/
    /*font-size:12px;*/
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
    padding: 8px;
    color: #666666;
    border: 1px solid #dedede;
    background: #fafafa;
    display: inline-block;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

    input[type="text"]:hover,
    input[type="tel"]:hover,
    input[type="email"]:hover,
    textarea:hover,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    textarea:focus {
        border: 1px solid #bebebe;
        color: #333333;
        background: #ffffff;
    }

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    textarea:focus {
        box-shadow: 0 2px 1px #dedede inset, 0 2px 1px #dedede;
    }

.fullwidth,
.content > div .jspPane.fullwidth {
    width: 100% !important;
}

.main_content {
    width: 100%;
    height: 100%;
    display: block;
}

.content {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100% !important;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    transform-style: preserve-3d;
}

    .content > div {
        position: absolute;
        background: rgba(255, 255, 255, 0.75);
        height: 100% !important;
        padding: 15px;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }


        .content > div .tse-scrollable {
            width: 100% !important;
            height: 100% !important;
        }

        .content > div.pt-page-current {
            visibility: visible !important;
            z-index: 1 !important;
            opacity: 1 !important;
            display: block !important;
        }

        .content > div .title {
            display: block;
            width: 100%;
            float: left;
            border-bottom: 1px solid #b1b1b1;
            margin-bottom: 15px;
            font-size: 26px;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            padding-left: 0 !important;
            padding-right: 0 !important;
            margin-top: 0 !important;
        }

            .content > div .title span.text {
                float: left;
                padding-bottom: 15px;
                padding-right: 15px;
                margin-bottom: -1px;
            }

        .content > div .jspPane {
            padding: 15px !important;
            width: 98.4% !important;
            margin-left: 0 !important;
        }

        /*
===============================================
			5. Home Page
===============================================
*/

        .content > div#home .jspPane {
            padding: 0 !important;
        }

        .content > div#home {
            display: block;
            padding: 0;
            background: transparent;
            width: 100%;
        }

            .content > div#home .scroller-bar {
                display: none !important;
            }

        .content > div .resume_btn,
        .content > div .cv_download_btn {
            height: 92px;
            line-height: 97px;
            font-size: 20px;
            font-family: 'Lato', sans-serif;
            color: #dedede;
            cursor: pointer;
            text-align: center;
            background: rgba(0, 0, 0, 0.7);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .content > div .cv_download_btn a {
                color: #dedede;
                text-decoration: none;
            }

            .content > div .resume_btn:hover {
                color: #ffffff;
                background: rgba(0, 0, 0, 0.25);
            }

        .content > div .cv_download_btn {
            background: rgba(0, 0, 0, 0.3);
            text-decoration: none;
        }

            .content > div .resume_btn i,
            .content > div .cv_download_btn i {
                margin-right: 10px;
                font-size: 23px;
            }

            .content > div .cv_download_btn:hover {
                background: rgba(0, 0, 0, 0.35);
                color: #ffffff;
            }

            .content > div .resume_btn:active,
            .content > div .cv_download_btn:active {
                box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.3) inset;
            }

a.btn {
    text-decoration: none;
}

@media (max-width: 480px) {
    li#MenuPlayStore {
        display: none;
        visibility: hidden;
    }

    li#MenuAppStore {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 480px) {
    div#BtnPlaystore {
        display: none;
        visibility: hidden;
    }

    div#BtnAppstore {
        display: none;
        visibility: hidden;
    }

    div#PoweredByLogo {
        display: none;
        visibility: hidden;
    }
}
/*
===============================================
			6. About Page
===============================================
*/

.box {
    width: 100%;
    margin-bottom: 20px;
}

    .box .title,
    .box_title {
        padding: 0;
    }

        .box .title:after,
        .box_title:after {
            top: 1px;
            width: 155px;
        }

        .box .title .icon,
        .box_title .icon {
            float: left;
            display: inline-block;
            padding: 10px;
            font-size: 20px;
            margin-bottom: -1px;
            color: #ffffff;
            text-align: center;
        }

        .box .title .text,
        .box_title .text {
            display: inline-block;
            float: left;
            font-family: 'Lato', sans-serif;
            font-size: 20px;
            padding: 9px;
            padding-bottom: 10px;
            margin-bottom: -1px;
        }

    .box.testimonials .title:after {
        width: 200px;
    }

    .box > .text {
        display: block;
        font-size: 14px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .box .personal_details {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

.personal_details .item {
    display: block;
    width: 100%;
    margin-bottom: 15px !important;
}

.box .personal_details .title {
    margin-bottom: 0;
    display: flex;
}

    .box .personal_details .title .icon {
        background: transparent !important;
        padding: 5px;
        text-align: left;
    }

        .box .personal_details .title .icon i {
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }

        .box .personal_details .title .icon span {
            font-size: 17px;
        }

    .box .personal_details .title .value {
        color: #333333 !important;
        display: inline-block;
        font-size: 14px;
        padding-top: 10px;
    }

    .box .personal_details .title:after {
        width: 120px;
    }

.box.pictures {
    overflow: hidden;
}

    .box.pictures img {
        display: none;
        width: 100%;
        border: 1px solid #cccccc;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
        cursor: pointer;
        opacity: 0.7;
        -webkit-transition: rotate, scale;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: rotate, scale;
        -moz-transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: rotate, scale;
        -o-transition: -webkit-transform 0.3s ease-in-out;
        transition: rotate, scale;
        transition: -webkit-transform 0.3s ease-in-out;
    }

        .box.pictures img.first {
            display: block;
        }

    .box.pictures .pictures_inner:hover img {
        opacity: 1;
        -webkit-transform: rotate(10deg) scale(1.3,1.3);
        -moz-transform: rotate(10deg) scale(1.3,1.3);
        -o-transform: rotate(10deg) scale(1.3,1.3);
        -ms-transform: rotate(10deg) scale(1.3,1.3);
        transform: rotate(10deg) scale(1.3,1.3);
    }

.box.what_i_do .title:after {
    width: 165px;
}

.box.my_services .title:after {
    width: 184px;
}

.box.my_services {
    margin-bottom: 26px;
}

.accordion {
    display: inline-block;
}

.box.my_services .accordion {
    display: block;
    width: 100%;
}

.accordion .item {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .accordion .item .item_title {
        display: block;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid #dedede;
    }

        .accordion .item .item_title .item_btn {
            display: inline-block;
            float: left;
            padding: 11px;
            padding-left: 16px;
            padding-right: 16px;
            width: 100%;
            cursor: pointer;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .accordion .item .item_title .item_btn .text {
                font-size: 13px;
            }

            .accordion .item .item_title .item_btn .arrow {
                float: left;
                margin-right: 10px;
            }

                .accordion .item .item_title .item_btn .arrow i {
                    font-size: 14px;
                    color: #333333;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

            .accordion .item .item_title .item_btn:hover .arrow i,
            .accordion .item .item_title .item_btn.active .arrow i {
                color: #ffffff;
            }

            .accordion .item .item_title .item_btn:active,
            .accordion .item .item_title .item_btn.active {
                box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2) inset;
            }

    .accordion .item .item_text {
        display: none;
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        padding: 5px;
        border: 1px solid #dedede;
        border-top: none;
        background: rgba(255, 255, 255, 0.65);
        line-height: 20px;
    }

.box.tools_i_use .title:after {
    width: 172px;
}

.box.tools_i_use .tools .tool {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 7px;
    color: #ffffff;
    cursor: pointer;
}

.testimonials_btns {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

    .testimonials_btns .left_btn,
    .testimonials_btns .right_btn {
        font-size: 25px;
        float: left;
        color: #555555;
        cursor: pointer;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

    .testimonials_btns .left_btn {
        margin-right: 10px;
    }

        .testimonials_btns .left_btn:hover,
        .testimonials_btns .right_btn:hover {
            color: #333333;
        }

.testimonials {
    display: block;
    width: 100%;
}

    .testimonials .testimonial {
        width: 100%;
    }

        .testimonials .testimonial .text {
            width: 100%;
            line-height: 18px;
            margin-bottom: 5px;
            font-style: italic;
        }

        .testimonials .testimonial .client {
            color: #555555;
            font-style: italic;
        }

.box.awards {
    width: 100%;
    margin-bottom: 0;
}

    .box.awards .title:after {
        width: 176px;
    }

    .box.awards .awards {
        float: left;
        width: 100%;
    }

    .box.awards .award {
        margin-bottom: 15px;
        width: 100%;
    }

        .box.awards .award .date {
            padding: 10px;
            color: #ffffff;
            font-size: 15px;
            font-family: 'Lato', sans-serif;
        }

        .box.awards .award .body {
            background: rgba(0, 0, 0, 0.05);
            padding: 10px;
            line-height: 18px;
        }

            .box.awards .award .body .award_title {
                margin-bottom: 5px;
                border-bottom: 1px solid #777777;
                font-size: 15px;
                font-weight: 600;
                padding-bottom: 5px;
            }

/*
===============================================
			7. Resume Page
===============================================
*/

.education,
.employment {
    margin-bottom: 20px;
}

.lists .box_title:after {
    width: 177px;
}

.lists .items .item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

    .lists .items .item .title {
        padding-bottom: 5px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .lists .items .item .subtitle {
        color: #666666;
    }

        .lists .items .item .subtitle .date {
            display: inline-block;
            margin-right: 5px;
            font-weight: bold;
        }

        .lists .items .item .subtitle .name {
            display: inline-block;
            margin-left: 5px;
        }

    .lists .items .item .text {
        margin-top: 5px;
        line-height: 18px;
    }

    .lists .items .item .subtitle .date_text {
        display: inline-block;
        margin-right: 5px;
    }

    .lists .items .item .subtitle i {
        display: inline-block;
        margin-right: 5px;
    }

.skills .item {
    margin-bottom: 10px;
}

    .skills .item .name {
        margin-bottom: 5px;
    }

.skills .section {
    margin-bottom: 20px;
}

    .skills .section .title {
        padding-bottom: 8px;
        font-size: 15px;
        width: 100%;
        font-family: 'Lato', sans-serif;
        margin-bottom: 15px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .skills .section .title i {
            display: inline-block;
            margin-right: 5px;
        }

        .skills .section .title:after {
            background: transparent;
        }

    .skills .section .bar_outer {
        height: 20px;
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .skills .section .bar_inner {
        position: relative;
        height: 20px;
        width: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .skills .section .bar_inner .text {
            position: absolute;
            display: none;
            right: 0px;
            top: 0px;
            height: 20px;
            background: rgba(0, 0, 0, 0.1);
            color: #ededed;
            text-shadow: 0 1px 0 #333333;
            line-height: 19px;
            padding-right: 5px;
            padding-left: 5px;
            -webkit-transition: color 0.3s ease-in-out;
            -moz-transition: color 0.3s ease-in-out;
            -o-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
        }

    .skills .section:hover .bar_inner .text {
        color: #ffffff;
    }

    .skills .section .bar_inner {
        opacity: 0.65;
    }

    .skills .section:hover .bar_inner {
        opacity: 0.8;
    }

.resume_download .box_title:after {
    width: 148px;
}

.resume_download a.btn {
    width: 100%;
    color: #ffffff;
    padding: 15px;
    display: block;
    text-decoration: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    float: left;
}

    .resume_download a.btn i {
        margin-right: 15px;
        font-size: 25px;
        float: left;
    }

    .resume_download a.btn span {
        float: left;
        display: inline-block;
        font-size: 15px;
        margin-top: 4px;
    }

/*
===============================================
			8. Portfolio Page
===============================================
*/

.page_info {
    margin-bottom: 15px;
    line-height: 19px;
    text-align: center;
}

.portfolio_selector {
    list-style-type: none;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
}

    .portfolio_selector li {
        display: inline-block;
        margin-right: 10px;
        color: #ffffff;
        padding: 10px;
        cursor: pointer;
        opacity: 0.65;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }

        .portfolio_selector li:hover,
        .portfolio_selector li.active {
            opacity: 1;
        }

.quickview_content {
    max-width: 800px;
}

    .quickview_content .bottom {
        background: #ffffff;
        padding: 20px;
    }

        .quickview_content .bottom h3 {
            margin-top: 0;
        }

    .quickview_content .mfp-img {
        padding: 0;
    }

    .quickview_content > div {
        padding: 0;
    }

.portfolio_grid {
    position: relative;
    text-align: center;
}

    .portfolio_grid .mix {
        position: relative;
        overflow: hidden;
        padding: 0;
    }

    .portfolio_grid.4cols .mix {
        width: 24%;
    }

    .portfolio_grid .mix .popup_information {
        display: none !important;
    }

    .portfolio_grid .mix a {
        display: block;
        position: relative;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

        .portfolio_grid .mix a img {
            display: block;
            position: relative;
            width: 100%;
            opacity: 0.8;
            -webkit-transition: scale;
            -webkit-transition: -webkit-transform 0.3s ease-in-out;
            -moz-transition: scale;
            -moz-transition: -webkit-transform 0.3s ease-in-out;
            -o-transition: scale;
            -o-transition: -webkit-transform 0.3s ease-in-out;
            transition: scale;
            transition: -webkit-transform 0.3s ease-in-out;
        }

    .portfolio_grid .mix:hover a img {
        opacity: 1;
        -webkit-transform: scale(1.3,1.3);
        -moz-transform: scale(1.3,1.3);
        -o-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }

    .portfolio_grid .mix a > div.main {
        position: absolute;
        background: rgba(0,0,0,0.8);
        width: 100%;
        height: 100%;
    }

        .portfolio_grid .mix a > div.main .inner {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .portfolio_grid .mix a > div.main .inner i {
                position: absolute;
                padding: 10px;
                font-size: 35px;
                top: 50%;
                left: 50%;
                margin-top: -10%;
                color: #ffffff;
                text-align: center;
                text-shadow: 0 1px 0 #000000;
                -webkit-transition: background 0.3s ease-in-out;
                -moz-transition: background 0.3s ease-in-out;
                -o-transition: background 0.3s ease-in-out;
                transition: background 0.3s ease-in-out;
            }

                .portfolio_grid .mix a > div.main .inner i.licon {
                    margin-left: -60px;
                }

                .portfolio_grid .mix a > div.main .inner i.ricon {
                    margin-left: 10px;
                }

    .portfolio_grid .gap {
        display: inline-block;
        width: 220px;
    }

/*
===============================================
			9. Blog Page
===============================================
*/


.blog_posts .back_to_blog {
    display: none;
    margin-bottom: 15px;
    text-align: center;
    padding: 11px;
    float: left;
    width: 100%;
    padding-top: 12px;
}

.blog_posts .post {
    margin-bottom: 15px;
    width: 100%;
    display: block;
}

    .blog_posts .post:hover .post_data .info .meta i {
        color: #333333;
    }

    .blog_posts .post:nth-child(1) {
        opacity: 1;
    }

    .blog_posts .post.animate {
        opacity: 1;
    }

.fullOpacity {
    opacity: 1 !important;
}

.blog_posts .post .media {
    width: 100%;
    height: 205px;
    float: left;
    overflow: hidden;
    position: relative;
}

    .blog_posts .post .media .btns {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 500;
    }

    .blog_posts .post .media:hover .btns {
        display: block;
    }

    .blog_posts .post .media .btns .left_btn,
    .blog_posts .post .media .btns .right_btn {
        font-size: 30px;
        background: rgba(0, 0, 0, 0.9);
        color: #ffffff;
        padding: 14px;
        text-align: center;
        opacity: 0.8;
        margin-top: 15%;
        cursor: pointer;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }

    .blog_posts .post .media .btns .left_btn {
        float: left;
    }

        .blog_posts .post .media .btns .left_btn:hover,
        .blog_posts .post .media .btns .right_btn:hover {
            opacity: 1;
        }

    .blog_posts .post .media .btns .right_btn {
        float: right;
    }

    .blog_posts .post .media iframe {
        display: block;
        width: 100%;
        float: left;
        height: 100%;
    }

    .blog_posts .post .media img {
        width: 100%;
        float: left;
        display: inline-block;
        opacity: 0.7;
        -webkit-transition: scale;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: scale;
        -moz-transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: scale;
        -o-transition: -webkit-transform 0.3s ease-in-out;
        transition: scale;
        transition: -webkit-transform 0.3s ease-in-out;
    }

        .blog_posts .post .media img:hover {
            opacity: 1;
            -webkit-transform: scale(1.2,1.2);
            -moz-transform: scale(1.2,1.2);
            -o-transform: scale(1.2,1.2);
            -ms-transform: scale(1.2,1.2);
            transform: scale(1.2,1.2);
        }

.blog_posts .post .post_data {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    float: left;
    background: rgba(255, 255, 255, 0.8);
    padding: 9px;
    box-shadow: 0 2px 1px #dedede;
}

    .blog_posts .post .post_data > .title {
        padding-bottom: 0;
        margin-bottom: 5px;
        font-size: 18px;
    }

        .blog_posts .post .post_data > .title .text {
            width: 87% !important;
            padding-bottom: 10px;
        }

            .blog_posts .post .post_data > .title .text a {
                opacity: 0.8;
                -webkit-transition: opacity 0.3s ease-in-out;
                -moz-transition: opacity 0.3s ease-in-out;
                -o-transition: opacity 0.3s ease-in-out;
                transition: opacity 0.3s ease-in-out;
            }

                .blog_posts .post .post_data > .title .text a:hover {
                    opacity: 1;
                    text-decoration: none;
                }

        .blog_posts .post .post_data > .title:after {
            top: 1px;
        }

    .blog_posts .post .post_data .info {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .blog_posts .post .post_data .info .meta {
            display: inline-block;
            margin-right: 5px;
            color: #555555;
        }

            .blog_posts .post .post_data .info .meta i {
                display: inline-block;
                font-size: 14px;
                color: #888888;
                margin-right: 5px;
            }

            .blog_posts .post .post_data .info .meta span {
                display: inline-block;
            }

    .blog_posts .post .post_data .body {
        width: 100%;
        line-height: 19px;
    }

    .blog_posts .post .post_data .hidden_body {
        display: none;
    }

    .blog_posts .post .post_data .btns {
        margin-top: 10px;
        float: left;
        width: 100%;
    }

        .blog_posts .post .post_data .btns a {
            float: left;
        }

        .blog_posts .post .post_data .btns .social_btns {
            display: inline-block;
            float: right;
        }

            .blog_posts .post .post_data .btns .social_btns a {
                text-align: center;
                margin-left: 5px;
            }

.blog_posts .load_more_posts {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.blog_posts .post .hidden_body .about_author,
.blog_posts .post .hidden_body .post_comments .comment {
    background: rgba(100, 100, 100, 0.1);
    padding: 13px;
    margin-bottom: 15px;
}

.post_comments .box_title .text {
    padding-bottom: 11px;
}

.about_author .title {
    padding-bottom: 10px;
}

.blog_posts .post .hidden_body .post_comments .comment {
    background: transparent;
    padding: 0;
}

    .blog_posts .post .hidden_body .post_comments .comment.sub {
        margin-top: 30px;
    }

    .blog_posts .post .hidden_body .post_comments .comment .name,
    .blog_posts .post .hidden_body .post_comments .comment .date {
        width: 100%;
        margin-bottom: 5px;
    }

    .blog_posts .post .hidden_body .post_comments .comment .name {
        font-size: 16px;
    }

    .blog_posts .post .hidden_body .post_comments .comment .date {
        color: #777777;
    }

.blog_posts .post .hidden_body .about_author .title:after {
    width: 165px;
}

.blog_posts .post .hidden_body .post_comments > .title:after {
    width: 195px;
}

.blog_posts .post .hidden_body .post_comments .comment_form > .title:after {
    width: 210px;
}

.blog_posts .post .hidden_body .post_comments .comment_form .form input {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.blog_posts .post .hidden_body .post_comments .comment_form .form textarea {
    margin-bottom: 10px;
    min-height: 50px;
    min-width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.blog_posts .post .hidden_body .post_comments .comment_form .form .post_comment_btn {
    float: left;
}

.sidebar .search_bar {
    position: relative;
    width: 100%;
}

    .sidebar .search_bar input {
        padding-right: 25px;
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

    .sidebar .search_bar i {
        position: absolute;
        top: 11px;
        right: 8px;
        cursor: pointer;
        color: #555555;
    }

        .sidebar .search_bar i:hover {
            color: #333333;
        }

.sidebar > div {
    margin-bottom: 15px;
}

    .sidebar > div > .title {
        font-size: 20px;
    }

.sidebar .categories .item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .sidebar .categories .item i {
        display: inline-block;
        font-size: 5px;
        margin-right: 5px;
    }

    .sidebar .categories .item .text a {
        color: #555555;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .sidebar .categories .item .text a:hover {
            color: #333333;
            margin-left: 10px;
        }

.sidebar .categories .title:after {
    width: 105px;
}

.sidebar .tabs .tabs_menu {
    width: 100%;
}

    .sidebar .tabs .tabs_menu a {
        color: #555555;
        padding: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        float: left;
    }

        .sidebar .tabs .tabs_menu a.active {
            background: rgba(255, 255, 255, 0.8);
        }

.sidebar .tabs .title:after {
    width: 50px;
}

.sidebar .tabs .tabs_body {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}

    .sidebar .tabs .tabs_body > div {
        display: none;
        box-shadow: 0 2px 1px #dedede;
    }

        .sidebar .tabs .tabs_body > div.active {
            display: block;
        }

    .sidebar .tabs .tabs_body .items .item {
        width: 95%;
        margin-bottom: 5px;
        padding: 5px;
        float: left;
    }

        .sidebar .tabs .tabs_body .items .item img {
            width: 32px;
            height: 32px;
            display: inline-block;
            margin-right: 5px;
            float: left;
        }

        .sidebar .tabs .tabs_body .items .item .body {
            width: 78%;
            float: left;
            line-height: 18px;
        }

            .sidebar .tabs .tabs_body .items .item .body a {
                display: block;
                width: 100%;
                margin-bottom: 3px;
            }

.sidebar .archive {
}

    .sidebar .archive .title:after {
        width: 75px;
    }

.sidebar .about {
}

    .sidebar .about .title:after {
        width: 60px;
    }

    .sidebar .about .text {
        display: block;
        width: 100%;
        line-height: 18px;
    }

.sidebar .tags .title:after {
    width: 50px;
}

.sidebar .tags a {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar .tweets .tweets ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .sidebar .tweets .tweets ul li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        line-height: 18px;
    }

.sidebar .tweets .title:after {
    width: 70px;
}

/*
===============================================
			10. Contact Page
===============================================
*/

#gmap {
    display: block;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

p {
    line-height: 18px;
}

.contact_form_outer h1,
.contact_form_outer {
    width: 100%;
    float: left;
}

.contact_form form input[type="text"],
.contact_form form input[type="tel"],
.contact_form form input[type="email"],
.contact_form form input[type="password"],
.contact_form textarea {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.contact_form form select {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.Captchatextbox {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}
.contact_form textarea {
    min-height: 150px;
}

.contact_form input[type="button"] {
    float: right;
}

.contact_info {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    .contact_info > div i {
        float: left;
        width: 18%;
        text-align: center;
        color: #ffffff;
        line-height: 40px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

    .contact_info > div span {
        float: left;
        display: inline-block;
        background: rgba(0, 0, 0, 0.1);
        width: 82%;
        text-align: center;
        line-height: 40px;
        padding-left: 10px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

.contact_form span.message {
    display: none;
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .contact_form span.message.success {
        display: block;
        background: #E3EBC6;
        color: #1D7A00;
        border: 1px solid #94C58E;
    }

    .contact_form span.message.error {
        display: block;
        background: #f9e5e6;
        color: #b3696c;
        border: 1px solid #f7c7c9;
    }

.contact_social_btns {
    display: block;
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
}

    .contact_social_btns a {
        position: relative;
        z-index: 9999;
    }

        .contact_social_btns a i {
            display: inline-block;
            font-size: 0px;
            cursor: pointer;
            margin: 9px;
            width: 90px;
            height: 90px;
            text-align: center;
            position: relative;
            z-index: 1;
            color: #ffffff;
            text-decoration: none;
            text-shadow: 0 1px 0 #bebebe;
            background: rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 4px rgba(255,255,255,1);
            overflow: hidden;
            -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
            -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
            transition: background 0.3s, color 0.3s, box-shadow 0.3s;
        }

        .contact_social_btns a span {
            width: 100px;
            height: auto;
            line-height: 20px;
            padding: 10px;
            left: 50%;
            margin-left: -50px;
            font-weight: 400;
            font-style: italic;
            font-size: 14px;
            color: #719DAB;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
            text-align: center;
            font-family: 'Lato', sans-serif;
            border: 4px solid #fff;
            background: #ededed;
            text-indent: 0px;
            position: absolute;
            bottom: 128px;
            opacity: 0;
            visibility: visible;
            pointer-events: none;
            box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
            -webkit-transform: translate(35px) rotate(25deg) scale(1.5);
            -moz-transform: translate(35px) rotate(25deg) scale(1.5);
            -o-transform: translate(35px) rotate(25deg) scale(1.5);
            -ms-transform: translate(35px) rotate(25deg) scale(1.5);
            transform: translate(35px) rotate(25deg) scale(1.5);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .contact_social_btns a span:before,
            .contact_social_btns a span:after {
                content: '';
                position: absolute;
                bottom: -15px;
                left: 50%;
                margin-left: -9px;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid rgba(0,0,0,0.1);
            }

            .contact_social_btns a span:after {
                bottom: -14px;
                margin-left: -10px;
                border-top: 10px solid #fff;
            }

        .contact_social_btns a:hover span {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translate(0px) rotate(0deg) scale(1);
            -moz-transform: translate(0px) rotate(0deg) scale(1);
            -o-transform: translate(0px) rotate(0deg) scale(1);
            -ms-transform: translate(0px) rotate(0deg) scale(1);
            transform: translate(0px) rotate(0deg) scale(1);
        }

        .contact_social_btns a i:after {
            pointer-events: none;
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            content: '';
            display: none;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        .contact_social_btns a i:before {
            speak: none;
            font-size: 48px;
            line-height: 90px;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            display: block;
            -webkit-font-smoothing: antialiased;
        }

        .contact_social_btns a:hover i {
            background: rgba(255,255,255,1);
            box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
            text-shadow: none;
        }

            .contact_social_btns a:hover i.fa-facebook {
                color: #3B5999;
            }

            .contact_social_btns a:hover i.fa-twitter {
                color: #00BAFF;
            }

            .contact_social_btns a:hover i.fa-google-plus {
                color: #D94835;
            }

            .contact_social_btns a:hover i.fa-youtube {
                color: #C8302D;
            }

            .contact_social_btns a:hover i.fa-github {
                color: #7197B0;
            }

            .contact_social_btns a:hover i.fa-dribbble {
                color: #E44D87;
            }

            .contact_social_btns a:hover i.fa-flickr {
                color: #0062DD;
            }

            .contact_social_btns a:hover i.fa-tumblr {
                color: #35506B;
            }

            .contact_social_btns a:hover i.fa-vk {
                color: #476C98;
            }

            .contact_social_btns a:hover i.fa-skype {
                color: #00A8E9;
            }

            .contact_social_btns a:hover i.fa-pinterest {
                color: #C7212D;
            }

            .contact_social_btns a:hover i.fa-instagram {
                color: #BFB4A4;
            }

            .contact_social_btns a:hover i:before {
                -webkit-animation: toTopFromBottom 0.3s forwards;
                -moz-animation: toTopFromBottom 0.3s forwards;
                animation: toTopFromBottom 0.3s forwards;
            }

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}


/*
===============================================
			11. Footer
===============================================
*/

.footer {
    display: none;
    margin-top: 15px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.05);
    padding: 15px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.content > div#portfolio .footer {
    margin-top: 8px;
}

.footer a {
    color: #333333 !important;
}

.visible {
    display: block !important;
}

/*
===============================================
			12. Themes
===============================================
*/

/*
 * #####################################################
 * ################### THEME 1 START ###################
 * #####################################################
 */

body.theme_1 .color,
body.theme_1 .content > div .box .title .text,
body.theme_1 .content > div .box .personal_details .title .icon,
body.theme_1 .content > div .box_title .text,
body.theme_1 a {
    color: #008ec3;
}

body.theme_1 .btn {
    color: #ffffff;
}

body.theme_1 .main_menu ul li a.home,
.theme_configs .box.themes .theme_1 .color1 {
    background: #3C7DC4;
}

body.theme_1 .main_menu ul li a.about,
.theme_configs .box.themes .theme_1 .color2 {
    background: #3CC4C4;
}

body.theme_1 .main_menu ul li a.resume,
.theme_configs .box.themes .theme_1 .color3 {
    background: #5A8F29;
}

body.theme_1 .main_menu ul li a.portfolio,
.theme_configs .box.themes .theme_1 .color4 {
    background: #E86850;
}

body.theme_1 .main_menu ul li a.blog,
.theme_configs .box.themes .theme_1 .color5 {
    background: #FF8F00;
}

body.theme_1 .main_menu ul li a.contact,
.theme_configs .box.themes .theme_1 .color6 {
    background: #FFDE00;
}

body.theme_1 .content > div .title .text,
body.theme_1 .box .title .text,
body.theme_1 .personal_details .title .icon {
    /*border-bottom: 1px solid #008ec3;*/
}

body.theme_1 .content > div .portfolio_grid .mix a > div .inner i {
    background: #006AB1;
}

    body.theme_1 .content > div .box .title .icon,
    body.theme_1 .content > div .box_title .icon,
    body.theme_1 .content > div .box.awards .award .date,
    body.theme_1 .content > div .portfolio_grid .mix a > div .inner i:hover,
    body.theme_1 .sidebar .categories .item:hover i,
    body.theme_1 .contact_info > div i,
    body.theme_1 .content > div .skills .section .bar_inner,
    body.theme_1 .content > div .box.my_services .accordion .item .item_title .item_btn,
    body.theme_1 .btn {
        background: #008ec3;
    }

        body.theme_1 .btn:hover {
            background: #00A7E6;
        }

        body.theme_1 .btn:active {
            background: #e60034;
        }

body.theme_1 .content > div .box.my_services .accordion .item .item_title .item_btn {
    opacity: 0.8;
    color: #ffffff;
}

    body.theme_1 .content > div .box.my_services .accordion .item .item_title .item_btn:hover,
    body.theme_1 .content > div .box.my_services .accordion .item .item_title .item_btn.active {
        opacity: 1;
    }

body.theme_1 .content > div .awards .award {
    border-top: 1px solid #008ec3;
}

body.theme_1 .sidebar .tabs .tabs_menu a.active {
    border-top: 2px solid #008ec3;
}

body.theme_1 input[type="text"]:focus,
body.theme_1 input[type="tel"]:focus,
body.theme_1 input[type="email"]:focus,
body.theme_1 textarea:focus {
    border: 1px solid #008ec3;
}


/*
 * #####################################################
 * #################### THEME 1 END ####################
 * #####################################################
 */


/*
 * #####################################################
 * ################### THEME 2 START ###################
 * #####################################################
 */

body.theme_2 .color,
body.theme_2 .content > div .box .title .text,
body.theme_2 .content > div .box .personal_details .title .icon,
body.theme_2 .content > div .box_title .text,
body.theme_2 a {
    color: #C44741;
}

body.theme_2 .btn {
    color: #ffffff;
}

body.theme_2 .main_menu ul li a.home,
.theme_configs .box.themes .theme_2 .color1 {
    background: #C44741;
}

body.theme_2 .main_menu ul li a.about,
.theme_configs .box.themes .theme_2 .color2 {
    background: #FF8F00;
}

body.theme_2 .main_menu ul li a.resume,
.theme_configs .box.themes .theme_2 .color3 {
    background: #2C343B;
    color: #dedede;
}

body.theme_2 .main_menu ul li a.portfolio,
.theme_configs .box.themes .theme_2 .color4 {
    background: #52616D;
}

body.theme_2 .main_menu ul li a.resume:hover,
body.theme_2 .main_menu ul li a.resume.active {
    color: #ffffff;
}

body.theme_2 .main_menu ul li a.resume:hover,
body.theme_2 .main_menu ul li a.resume.active {
    color: #ffffff;
}

body.theme_2 .main_menu ul li a.blog,
.theme_configs .box.themes .theme_2 .color5 {
    background: #E5E1D1;
}

body.theme_2 .main_menu ul li a.contact,
.theme_configs .box.themes .theme_2 .color6 {
    background: #ffffff;
}

body.theme_2 .content > div .title span.text,
body.theme_2 .box .title .text {
    border-bottom: 1px solid #C44741;
}

body.theme_2 .content > div .portfolio_grid .mix a > div .inner i {
    background: #B00000;
}

    body.theme_2 .content > div .box .title .icon,
    body.theme_2 .content > div .box_title .icon,
    body.theme_2 .content > div .box.awards .award .date,
    body.theme_2 .content > div .portfolio_grid .mix a > div .inner i:hover,
    body.theme_2 .sidebar .categories .item:hover i,
    body.theme_2 .contact_info > div i,
    body.theme_2 .content > div .skills .section .bar_inner,
    body.theme_2 .content > div .accordion .item .item_title .item_btn,
    body.theme_2 .btn {
        background: #C44741;
    }

        body.theme_2 .btn:hover {
            background: #E60000;
        }

body.theme_2 .content > div .accordion .item .item_title .item_btn {
    color: #ffffff;
    opacity: 0.85;
}

body.theme_2 .content > div .box.my_services .accordion .item .item_title .item_btn:hover,
body.theme_2 .content > div .box.my_services .accordion .item .item_title .item_btn.active {
    opacity: 1;
}

body.theme_2 .content > div .awards .award {
    border-top: 1px solid #C44741;
}

body.theme_2 .sidebar .tabs .tabs_menu a.active {
    border-top: 2px solid #C44741;
}

body.theme_2 .blog_posts .post {
    border-top: 4px solid #C44741;
}

body.theme_2 input[type="text"]:focus,
body.theme_2 input[type="tel"]:focus,
body.theme_2 input[type="email"]:focus,
body.theme_2 textarea:focus {
    border: 1px solid #C44741;
}


/*
 * #####################################################
 * #################### THEME 2 END ####################
 * #####################################################
 */

/*
 * #####################################################
 * ################### THEME 3 START ###################
 * #####################################################
 */

body.theme_3 .color,
body.theme_3 .content > div .box .title .text,
body.theme_3 .content > div .box .personal_details .title .icon,
body.theme_3 .content > div .box_title .text,
body.theme_3 a {
    color: #725500;
}

body.theme_3 .btn {
    color: #ffffff;
}

body.theme_3 .main_menu ul li a.home,
.theme_configs .box.themes .theme_3 .color1 {
    background: #FFCC33;
}

body.theme_3 .main_menu ul li a.about,
.theme_configs .box.themes .theme_3 .color2 {
    background: #CC3333;
}

body.theme_3 .main_menu ul li a.resume,
.theme_configs .box.themes .theme_3 .color3 {
    background: #3366CC;
}

body.theme_3 .main_menu ul li a.portfolio,
.theme_configs .box.themes .theme_3 .color4 {
    background: #00CC99;
}

body.theme_3 .main_menu ul li a.blog,
.theme_configs .box.themes .theme_3 .color5 {
    background: #99FF33;
}

body.theme_3 .main_menu ul li a.contact,
.theme_configs .box.themes .theme_3 .color6 {
    background: #8CCC26;
}

body.theme_3 .content > div .title span.text,
body.theme_3 .box .title .text {
    border-bottom: 1px solid #DBAC1F;
}

body.theme_3 .content > div .box .title .icon,
body.theme_3 .content > div .box_title .icon,
body.theme_3 .content > div .box.awards .award .date,
body.theme_3 .content > div .portfolio_grid .mix a > div .inner i:hover,
body.theme_3 .sidebar .categories .item:hover i,
body.theme_3 .contact_info > div i,
body.theme_3 .content > div .skills .section .bar_inner,
body.theme_3 .content > div .accordion .item .item_title .item_btn,
body.theme_3 .content > div .portfolio_grid .mix a > div .inner i,
body.theme_3 .btn {
    background: #F0BE29;
}

    body.theme_3 .btn,
    body.theme_3 .content > div .box.awards .award .date,
    body.theme_3 .content > div .skills .section .bar_inner .text {
        color: #333333 !important;
    }

body.theme_3 .content > div .box.awards .award .date {
    text-shadow: none;
}

body.theme_3 .btn:hover {
    background: #FFD454;
}

body.theme_3 .content > div .accordion .item .item_title .item_btn {
    opacity: 0.8;
}

body.theme_3 .content > div .box.my_services .accordion .item .item_title .item_btn:hover,
body.theme_3 .content > div .box.my_services .accordion .item .item_title .item_btn.active {
    opacity: 1;
}

body.theme_3 .content > div .awards .award {
    border-top: 1px solid #FFCC33;
}

body.theme_3 .sidebar .tabs .tabs_menu a.active {
    border-top: 2px solid #FFCC33;
}

body.theme_3 .blog_posts .post {
    border-top: 4px solid #FFCC33;
}

body.theme_3 input[type="text"]:focus,
body.theme_3 input[type="tel"]:focus,
body.theme_3 input[type="email"]:focus,
body.theme_3 textarea:focus {
    border: 1px solid #FFCC33;
}


/*
 * #####################################################
 * #################### THEME 3 END ####################
 * #####################################################
 */

/*
 * #####################################################
 * ################### THEME 4 START ###################
 * #####################################################
 */

body.theme_4 .color,
body.theme_4 .content > div .box .title .text,
body.theme_4 .content > div .box .personal_details .title .icon,
body.theme_4 .content > div .box_title .text,
body.theme_4 a {
    color: #3D5530;
}

body.theme_4 .btn {
    color: #ffffff;
}

body.theme_4 .main_menu ul li a.home,
.theme_configs .box.themes .theme_4 .color1 {
    background: #3D5530;
}

body.theme_4 .main_menu ul li a.home {
    color: #111111;
}

    body.theme_4 .main_menu ul li a.home:hover,
    body.theme_4 .main_menu ul li a.home.active {
        color: #000000;
    }

body.theme_4 .main_menu ul li a.about,
.theme_configs .box.themes .theme_4 .color2 {
    background: #4D5C2E;
}

body.theme_4 .main_menu ul li a.about,
body.theme_4 .main_menu ul li a.resume {
    color: #222222;
}

body.theme_4 .main_menu ul li a.resume,
.theme_configs .box.themes .theme_4 .color3 {
    background: #6E701B;
}

body.theme_4 .main_menu ul li a.portfolio,
.theme_configs .box.themes .theme_4 .color4 {
    background: #8F9137;
}

body.theme_4 .main_menu ul li a.blog,
.theme_configs .box.themes .theme_4 .color5 {
    background: #CCBC39;
}

body.theme_4 .main_menu ul li a.contact,
.theme_configs .box.themes .theme_4 .color6 {
    background: #F7CD3D;
}

body.theme_4 .content > div .title span.text,
body.theme_4 .box .title .text {
    border-bottom: 1px solid #3D5530;
}

body.theme_4 .content > div .box .title .icon,
body.theme_4 .content > div .box_title .icon,
body.theme_4 .content > div .box.awards .award .date,
body.theme_4 .content > div .portfolio_grid .mix a > div .inner i:hover,
body.theme_4 .sidebar .categories .item:hover i,
body.theme_4 .contact_info > div i,
body.theme_4 .content > div .skills .section .bar_inner,
body.theme_4 .content > div .box.my_services .accordion .item .item_title .item_btn,
body.theme_4 .content > div .portfolio_grid .mix a > div .inner i,
body.theme_4 .btn {
    background: #3D5530;
}

    body.theme_4 .btn:hover {
        background: #408000;
    }

body.theme_4 .content > div .box.my_services .accordion .item .item_title .item_btn {
    opacity: 0.8;
    color: #ffffff;
}

    body.theme_4 .content > div .box.my_services .accordion .item .item_title .item_btn:hover,
    body.theme_4 .content > div .box.my_services .accordion .item .item_title .item_btn.active {
        opacity: 1;
    }

body.theme_4 .content > div .awards .award {
    border-top: 1px solid #3D5530;
}

body.theme_4 .sidebar .tabs .tabs_menu a.active {
    border-top: 2px solid #3D5530;
}

body.theme_4 input[type="text"]:focus,
body.theme_4 input[type="tel"]:focus,
body.theme_4 input[type="email"]:focus,
body.theme_4 textarea:focus {
    border: 1px solid #3D5530;
}

body.theme_4 .accordion .item .item_title .item_btn .arrow i {
    color: #dedede;
}

/*
 * #####################################################
 * #################### THEME 4 END ####################
 * #####################################################
 */

/*
 * #####################################################
 * ################### THEME 5 START ###################
 * #####################################################
 */

body.theme_5 .color,
body.theme_5 .content > div .box .title .text,
body.theme_5 .content > div .box .personal_details .title .icon,
body.theme_5 .content > div .box_title .text,
body.theme_5 a {
    color: #790C46;
}

body.theme_5 .btn {
    color: #ffffff;
}

body.theme_5 .main_menu ul li a.home,
.theme_configs .box.themes .theme_5 .color1 {
    background: #790C46;
}

body.theme_5 .main_menu ul li a.home {
    color: #222222;
}

body.theme_5 .main_menu ul li a.about,
.theme_configs .box.themes .theme_5 .color2 {
    background: #E4015B;
}

body.theme_5 .main_menu ul li a.resume,
.theme_configs .box.themes .theme_5 .color3 {
    background: #FE7181;
}

body.theme_5 .main_menu ul li a.portfolio,
.theme_configs .box.themes .theme_5 .color4 {
    background: #E7D37D;
}

body.theme_5 .main_menu ul li a.blog,
.theme_configs .box.themes .theme_5 .color5 {
    background: #F5F6A9;
}

body.theme_5 .main_menu ul li a.contact,
.theme_configs .box.themes .theme_5 .color6 {
    background: #F7CD3D;
}

body.theme_5 .content > div .title span.text,
body.theme_5 .box .title .text {
    border-bottom: 1px solid #790C46;
}

body.theme_5 .content > div .box .title .icon,
body.theme_5 .content > div .box_title .icon,
body.theme_5 .content > div .box.awards .award .date,
body.theme_5 .content > div .portfolio_grid .mix a > div .inner i:hover,
body.theme_5 .sidebar .categories .item:hover i,
body.theme_5 .contact_info > div i,
body.theme_5 .content > div .skills .section .bar_inner,
body.theme_5 .content > div .box.my_services .accordion .item .item_title .item_btn,
body.theme_5 .content > div .portfolio_grid .mix a > div .inner i,
body.theme_5 .btn {
    background: #790C46;
}

    body.theme_5 .btn:hover {
        background: #D11579;
    }

body.theme_5 .content > div .box.my_services .accordion .item .item_title .item_btn {
    opacity: 0.8;
    color: #ffffff;
}

    body.theme_5 .content > div .box.my_services .accordion .item .item_title .item_btn:hover,
    body.theme_5 .content > div .box.my_services .accordion .item .item_title .item_btn.active {
        opacity: 1;
    }

body.theme_5 .content > div .awards .award {
    border-top: 1px solid #790C46;
}

body.theme_5 .sidebar .tabs .tabs_menu a.active {
    border-top: 2px solid #790C46;
}

body.theme_5 input[type="text"]:focus,
body.theme_5 input[type="tel"]:focus,
body.theme_5 input[type="email"]:focus,
body.theme_5 textarea:focus {
    border: 1px solid #790C46;
}

body.theme_5 .accordion .item .item_title .item_btn .arrow i {
    color: #dedede;
}

/*
 * #####################################################
 * #################### THEME 5 END ####################
 * #####################################################
 */

/*
 * #####################################################
 * ################### THEME 6 START ###################
 * #####################################################
 */

body.theme_6 .color,
body.theme_6 .content > div .box .title .text,
body.theme_6 .content > div .box .personal_details .title .icon,
body.theme_6 .content > div .box_title .text,
body.theme_6 a {
    color: #504371;
}

body.theme_6 .btn {
    color: #ffffff;
}

body.theme_6 .main_menu ul li a.home,
.theme_configs .box.themes .theme_6 .color1 {
    background: #504371;
}

body.theme_6 .main_menu ul li a.home {
    color: #111111;
}

body.theme_6 .main_menu ul li a.about,
.theme_configs .box.themes .theme_6 .color2 {
    background: #FEF418;
}

body.theme_6 .main_menu ul li a.resume,
.theme_configs .box.themes .theme_6 .color3 {
    background: #FF2B91;
}

body.theme_6 .main_menu ul li a.portfolio,
.theme_configs .box.themes .theme_6 .color4 {
    background: #71DEFB;
}

body.theme_6 .main_menu ul li a.blog,
.theme_configs .box.themes .theme_6 .color5 {
    background: #2D75C7;
}

body.theme_6 .main_menu ul li a.contact,
.theme_configs .box.themes .theme_6 .color6 {
    background: #302D40;
}

body.theme_6 .main_menu ul li a.contact {
    color: #dedede;
}

body.theme_6 .content > div .title span.text,
body.theme_6 .box .title .text {
    border-bottom: 1px solid #504371;
}

body.theme_6 .content > div .box .title .icon,
body.theme_6 .content > div .box_title .icon,
body.theme_6 .content > div .box.awards .award .date,
body.theme_6 .content > div .portfolio_grid .mix a > div .inner i:hover,
body.theme_6 .sidebar .categories .item:hover i,
body.theme_6 .contact_info > div i,
body.theme_6 .content > div .skills .section .bar_inner,
body.theme_6 .content > div .box.my_services .accordion .item .item_title .item_btn,
body.theme_6 .content > div .portfolio_grid .mix a > div .inner i,
body.theme_6 .btn {
    background: #504371;
}

    body.theme_6 .btn:hover {
        background: #957DD4;
    }

body.theme_6 .content > div .box.my_services .accordion .item .item_title .item_btn {
    opacity: 0.8;
    color: #ffffff;
}

    body.theme_6 .content > div .box.my_services .accordion .item .item_title .item_btn:hover,
    body.theme_6 .content > div .box.my_services .accordion .item .item_title .item_btn.active {
        opacity: 1;
    }

body.theme_6 .content > div .awards .award {
    border-top: 1px solid #504371;
}

body.theme_6 .sidebar .tabs .tabs_menu a.active {
    border-top: 2px solid #504371;
}

body.theme_6 input[type="text"]:focus,
body.theme_6 input[type="tel"]:focus,
body.theme_6 input[type="email"]:focus,
body.theme_6 textarea:focus {
    border: 1px solid #504371;
}

body.theme_6 .accordion .item .item_title .item_btn .arrow i {
    color: #dedede;
}

/*
 * #####################################################
 * #################### THEME 6 END ####################
 * #####################################################
 */

/* rotating plugin css */
.rotating {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin-x: 50%;
}

    .rotating.flip {
        position: relative;
    }

    .rotating .front, .rotating .back {
        left: 0;
        top: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .rotating .front {
        position: absolute;
        display: inline-block;
        -webkit-transform: translate3d(0,0,1px);
        -moz-transform: translate3d(0,0,1px);
        -ms-transform: translate3d(0,0,1px);
        -o-transform: translate3d(0,0,1px);
        transform: translate3d(0,0,1px);
    }

    .rotating.flip .front {
        z-index: 1;
    }

    .rotating .back {
        display: block;
        opacity: 0;
    }

    .rotating.spin {
        -webkit-transform: rotate(360deg) scale(0);
        -moz-transform: rotate(360deg) scale(0);
        -ms-transform: rotate(360deg) scale(0);
        -o-transform: rotate(360deg) scale(0);
        transform: rotate(360deg) scale(0);
    }

    .rotating.flip .back {
        z-index: 2;
        display: block;
        opacity: 1;
        -webkit-transform: rotateY(180deg) translate3d(0,0,0);
        -moz-transform: rotateY(180deg) translate3d(0,0,0);
        -ms-transform: rotateY(180deg) translate3d(0,0,0);
        -o-transform: rotateY(180deg) translate3d(0,0,0);
        transform: rotateY(180deg) translate3d(0,0,0);
    }

    .rotating.flip.up .back {
        -webkit-transform: rotateX(180deg) translate3d(0,0,0);
        -moz-transform: rotateX(180deg) translate3d(0,0,0);
        -ms-transform: rotateX(180deg) translate3d(0,0,0);
        -o-transform: rotateX(180deg) translate3d(0,0,0);
        transform: rotateX(180deg) translate3d(0,0,0);
    }

    .rotating.flip.cube .front {
        -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
        -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
        -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
        -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
        transform: translate3d(0,0,100px) scale(0.85,0.85);
    }

    .rotating.flip.cube .back {
        -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
        -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
        -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
        -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
        transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    }

    .rotating.flip.cube.up .back {
        -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
        -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
        -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
        -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
        transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    }

.mobile {
    display: none !important;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
    background-color: transparent;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

/* Magnific Popup CSS */


.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    background: rgba(0,0,0,0.8);
}

.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;
    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 {
    background: rgba(0, 0, 0, 0.6);
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: -44px;
    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;
        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;
}

.quickview_content .top {
    padding: 0;
}

.quickview_content .bottom ul {
    padding-left: 20px;
}

    .quickview_content .bottom ul li {
        margin-bottom: 10px;
    }

.quickview_content .bottom .line {
    width: 100%;
}

    .quickview_content .bottom .line > a {
        display: inline-block;
        float: left;
        margin-top: 5px;
    }

.quickview_content .bottom .share {
    display: inline-block !important;
    margin-left: 5px;
}

    .quickview_content .bottom .share span {
        float: left;
        display: inline-block;
        margin-right: 5px;
        margin-top: 5px;
    }

    .quickview_content .bottom .share a {
        display: inline-block;
        float: left;
        margin-right: 5px;
        padding: 5px;
        text-decoration: none;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.6);
    }

        .quickview_content .bottom .share a:hover {
            background: rgba(0, 0, 0, 0.9);
        }

.quickview_content .icon-search {
    display: none;
}

.quickview_content .video {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.quickview_content iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-iframe-holder .mfp-close {
    width: 44px;
    height: 44px;
    text-align: center;
    padding-right: 0;
}

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}


/*
===============================================
			13. Media Queries
===============================================
*/

/* responsive css */
.sidenav {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #222222;
  overflow-x: hidden;
  padding-top: 60px;
  float:left;
  opacity:0.95;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.theme_config{
    width:100%;
    height:100%;
    margin-top:5%;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Landscape phone to portrait tablet */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 1199px) {

    .main_menu ul li a,
    .social_icons ul li a {
        height: 92px;
    }
    
}

@media only screen and (max-width: 480px) {

    #ForgotPassword a {
        font-size: 12px !important;
    }

    #ForgotPassword {
        padding-bottom: 2% !important;
    }

    #DvNewRegistration a {
        font-size: 12px !important;
    }
    
}

@media only screen and (min-width: 991px) {
    .main_menu > .row {
        display: block !important;
    }

    .content > div {
        display: block !important;
    }
    #timer{
        text-align:center;
        color:red;
        font-size:25px;
    }
    .jspContainer {
        height: 454px !important;
    }
}
@media only screen and (max-width: 550px) {
    .main_menu ul li a i,
    .social_icons ul li a i {
        width: 42% !important;
    }

    .menuheading {
        display: block !important;
        margin-left:50px;
        margin-top:-25px;
    }
}
@media only screen and (min-width: 991px) {
    .main_content {
        min-height:575px!important;
    }
}
@media only screen and (max-width: 991px) {

    .main_content {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .main_menu > div,
    .social_icons > div {
        margin: 0;
    }

    .content > div {
        height: auto !important;
    }

    .jspContainer {
        height: 705px !important;
    }

    .content > div .jspContainer .jspPane {
        width: 98% !important;
    }

    .left_side,
    .right_side {
        padding: 0 !important;
    }

    .sidebar {
        margin-top: 15px;
    }

    .main_slider .overlay .name {
        font-size: 55px;
    }

    .main_slider .overlay .header {
        font-size: 15px;
        font-family: sans-serif;
    }


    .responsive_menu_btn {
        display: none;
    }
    #NewRegUser{
        display:none !important;
    }
    .main_menu > .row {
        display: none;
    }

    .box.pictures .pictures_inner {
        width: auto;
        display: inline-block;
        margin: 0 auto;
        overflow: hidden;
    }

    .box.pictures img {
        display: block;
        width: auto !important;
        margin: 0 auto;
    }


    .main_content {
        position: relative;
        display: block;
        height: auto !important;
    }

    .content > div {
        position: relative !important;
        float: none !important;
        width: 100% !important;
        display: none !important;
        margin-bottom: 15px !important;
        opacity: 1 !important;
        height: auto !important;
        visibility: visible !important;
    }

        .content > div.pt-page-current {
            display: block;
            margin-bottom: 0 !important;
        }

        .content > div .jspContainer .jspPane {
            width: 100% !important;
            position: relative !important;
            display: block !important;
            height: auto !important;
        }

    .main_content .content {
        padding: 0;
    }

    .box .personal_details .title .value {
        padding-left: 5px;
        padding-bottom: 10px;
    }

    .box.pictures {
        text-align: center;
    }

    .portfolio_grid .mix {
        width: 47% !important;
    }
}
@media only screen and (min-width: 815px)
{
	#NewRegUser{
        display:block !important;
    }
}
/* Landscape phones and down */
@media only screen and (max-width: 479px) {


    .portfolio_selector li {
        width: 100%;
    }

    .blog_posts .post .post_data > .title .text {
        width: 76% !important;
    }

    .blog_posts .post .media {
        height: auto;
    }

    .main_slider .overlay .name {
        font-size: 35px;
    }

    .main_slider .overlay .description {
        font-size: 13px;
    }

    .content > div .resume_btn,
    .content > div .cv_download_btn {
        height:70px;
        line-height:70px;
		margin-top:150px;
		border-radius:none !important;
		margin-left:15%;
		width:fit-content;
    }
    #footer{
        visibility:hidden;
    }

    .portfolio_grid .mix {
        width: 100% !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
    }
}




.theme_configs {
    display: none;
    position: fixed;
    left: -153px;
    top: 10%;
    z-index: 500;
}

    .theme_configs.visible {
        display: block !important;
        visibility: visible !important;
    }

    .theme_configs .body {
        display: inline-block;
        float: left;
        width: 151px;
        border: 1px solid rgba(23,24,26,0.15);
        padding: inherit;
        background: #ffffff;
        text-align: center;
        word-wrap: break-word;
        box-shadow: 0 2px 9px 2px rgba(0,0,0,0.14);
    }

        .theme_configs .body .head_title,
        .theme_configs .body .title {
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #dedede;
        }

        .theme_configs .body .head_title {
            background: #f5f5f5;
        }

        .theme_configs .body .box {
            display: block;
            width: 100%;
            padding: 10px;
            margin-top: 10px;
            float: left;
        }

    .theme_configs select.page_transitions {
        width: 100%;
    }

    .theme_configs .body .box img {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        opacity: 0.7;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


        .theme_configs .body .box img:hover {
            -webkit-transform: scale(2,2);
            -moz-transform: scale(2,2);
            -o-transform: scale(2,2);
            -ms-transform: scale(2,2);
            transform: scale(2,2);
            opacity: 1;
        }

        .theme_configs .body .box img:nth-child(3n) {
            margin-right: 0;
        }

    .theme_configs .button {
        display: inline-block;
        height: 34px;
        width: 34px;
        line-height: 34px;
        background: #f5f5f5;
        font-size: 25px;
        cursor: pointer;
        text-align: center;
        float: left;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .theme_configs .box.themes div {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        cursor: pointer;
        opacity: 0.7;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .theme_configs .box.themes div:hover,
        .theme_configs .box.themes div.active {
            opacity: 1;
        }

        .theme_configs .box.themes div > span {
            width: 21px;
            height: 21px;
            display: inline-block;
            float: left;
        }





[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 75px;
        cursor: pointer;
    }

        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before,
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '';
            position: absolute;
        }

        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            left: 0;
            top: -3px;
            width: 65px;
            height: 30px;
            background: #DDDDDD;
            border-radius: 15px;
            transition: background-color .2s;
            box-shadow: 0px 0px 8px #888888;
        }

        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            width: 20px;
            height: 20px;
            transition: all .2s;
            border-radius: 50%;
            background: #7F8C9A;
            top: 2px;
            left: 5px;
        }

        /* on checked */
        [type="checkbox"]:checked + label:before {
            background: #34495E;
        }

        [type="checkbox"]:checked + label:after {
            background: #39D2B4;
            top: 2px;
            left: 40px;
        }

        [type="checkbox"]:checked + label .ui,
        [type="checkbox"]:not(:checked) + label .ui:before,
        [type="checkbox"]:checked + label .ui:after {
            position: absolute;
            left: 6px;
            width: 65px;
            border-radius: 15px;
            font-size: 14px;
            /*font-weight: bold;*/
            line-height: 22px;
            transition: all .2s;
            font-family: Lato sans-serif;
            font-size: 18px;
        }

        [type="checkbox"]:not(:checked) + label .ui:before {
            content: "No";
            left: 32px;
        }

        [type="checkbox"]:checked + label .ui:after {
            content: "Yes";
            color: #39D2B4;
        }

[type="checkbox"]:focus + label:before {
    border: 1px dashed #777;
    box-sizing: border-box;
    margin-top: -1px;
}

.signup_butn {
    padding: 0px;
    /*margin: 0px 0px 0px 61px;*/
    border-radius: 2px;
    float: left;
    width: 138px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    letter-spacing: 0.5px;
    background-color: #008ec3;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 12.5px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0px 8px #888888;
    margin: 2px;
    border: 0px;
}

    .signup_butn:hover {
        box-shadow: 0px 0px 16px #888888;
    }

    .signup_butn:active {
        box-shadow: inset 0px 0px 8px #888888;
    }

/* hosting plans */
.gray_full_bg {
    width: 100%;
}

.hosting_plans {
    float: left;
    max-width: 100%;
    /*padding: 35px 0px 0px 0px;*/
    padding: 3px 0px 0px 0px;
}

    .hosting_plans .plan_1 {
        float: left;
        width: 175px;
        padding-bottom: 22px;
        border-radius: 5px;
        border: 1px solid #eee;
        border-top: none;
        background-color: #fff;
        margin-right: 17px;
    }

        .hosting_plans .plan_1 .title {
            float: left;
            width: 175px;
            height: 45px;
            line-height: 45px;
            vertical-align: middle;
            font-family: 'Oswald', sans-serif;
            font-weight: normal;
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            background: url(../img/dark-gray-bg.jpg) repeat-x left top;
            margin-bottom: 0 !important;
        }

        .hosting_plans .plan_1 .price {
            float: left;
            width: 175px;
            height: 62px;
            padding-top: 5px;
            font-family: 'Oswald', sans-serif;
            font-weight: bold;
            font-size: 31px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            background: url(../img/host-plan-price-bg1.png) no-repeat center top;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        }

            .hosting_plans .plan_1 .price i {
                font-size: 11px;
                color: #fff;
                font-weight: normal;
                font-style: normal;
                /*display: block;*/
                margin-top: 4px;
                text-transform: none;
                text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
            }

        .hosting_plans .plan_1 ul {
            float: left;
            padding: 0px;
            margin: 25px 0px 20px 0px;
        }

        .hosting_plans .plan_1 li {
            padding: 0px 0px 0px 47px;
            margin: 0px;
            line-height: 28px;
            background: url(../img/arrow-02.png) no-repeat 30px 10px;
            border-bottom: 1px solid #f6f6f6;
            list-style-type: none;
        }

        .hosting_plans .plan_1 .signup_but {
            padding: 0px;
            margin: 0px;
            float: left;
            margin-left: -30px;
        }

            .hosting_plans .plan_1 .signup_but a {
                padding: 0px;
                margin: 0px 0px 0px 61px;
                float: left;
                width: 110px;
                height: 36px;
                line-height: 36px;
                vertical-align: middle;
                letter-spacing: 0.5px;
                font-family: 'Oswald', sans-serif;
                font-weight: normal;
                font-size: 13px;
                text-transform: uppercase;
                color: #fff;
                text-align: center;
                background: url(../img/but-bg-01.png) no-repeat center top;
                /*background-color: #E69136;*/
            }

                .hosting_plans .plan_1 .signup_but a:hover {
                    color: #fff;
                    background: url(../img/but-bg-05.png) no-repeat center top;
                }

    .hosting_plans .plan_2 {
        float: left;
        width: 175px;
        padding-bottom: 22px;
        border-radius: 5px;
        border: 1px solid #eee;
        border-top: none;
        background-color: #fff;
        margin-right: 17px;
    }

        .hosting_plans .plan_2 .title {
            float: left;
            width: 175px;
            height: 45px;
            line-height: 45px;
            vertical-align: middle;
            font-family: 'Oswald', sans-serif;
            font-weight: normal;
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            background: url(../img/dark-gray-bg.jpg) repeat-x left top;
            margin-bottom: 0 !important;
        }

        .hosting_plans .plan_2 .price {
            float: left;
            width: 175px;
            height: 62px;
            padding-top: 5px;
            font-family: 'Oswald', sans-serif;
            font-weight: bold;
            font-size: 31px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            background: url(../img/host-plan-price-bg2.png) no-repeat center top;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        }

            .hosting_plans .plan_2 .price i {
                font-size: 11px;
                color: #fff;
                font-weight: normal;
                font-style: normal;
                /*display: block;*/
                margin-top: 4px;
                text-transform: none;
                text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
            }

        .hosting_plans .plan_2 ul {
            float: left;
            padding: 0px;
            margin: 25px 0px 20px 0px;
        }

        .hosting_plans .plan_2 li {
            padding: 0px 0px 0px 47px;
            margin: 0px;
            line-height: 28px;
            background: url(../img/arrow-03.png) no-repeat 30px 10px;
            border-bottom: 1px solid #f6f6f6;
            list-style-type: none;
        }

        .hosting_plans .plan_2 .signup_but {
            padding: 0px;
            margin: 0px;
            float: left;
            margin-left: -30px;
        }

            .hosting_plans .plan_2 .signup_but a {
                padding: 0px;
                margin: 0px 0px 0px 61px;
                float: left;
                width: 110px;
                height: 36px;
                line-height: 36px;
                vertical-align: middle;
                letter-spacing: 0.5px;
                font-family: 'Oswald', sans-serif;
                font-weight: normal;
                font-size: 13px;
                text-transform: uppercase;
                color: #fff;
                text-align: center;
                background: url(../img/but-bg-02.png) no-repeat center top;
                /*background-color: #539AAA;*/
            }

                .hosting_plans .plan_2 .signup_but a:hover {
                    color: #fff;
                    background: url(../img/but-bg-05.png) no-repeat center top;
                }

    .hosting_plans .helight_this {
        float: left;
        padding: 14px 0px 0px 0px;
        margin: 20px 0px 0px 150px;
        width: 55px;
        height: 41px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 10px;
        text-transform: uppercase;
        color: #000;
        text-align: center;
        line-height: 13px;
        position: absolute;
        background: url(../img/helight-icon.png) no-repeat center top;
    }

    .hosting_plans .plan_3 {
        float: left;
        width: 175px;
        padding-bottom: 22px;
        border-radius: 5px;
        border: 1px solid #eee;
        border-top: none;
        background-color: #fff;
        margin-right: 18px;
    }

        .hosting_plans .plan_3 .title {
            float: left;
            width: 175px;
            height: 45px;
            line-height: 45px;
            vertical-align: middle;
            font-family: 'Oswald', sans-serif;
            font-weight: normal;
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            background: url(../img/dark-gray-bg.jpg) repeat-x left top;
            margin-bottom: 0 !important;
        }

        .hosting_plans .plan_3 .price {
            float: left;
            width: 175px;
            height: 62px;
            padding-top: 5px;
            font-family: 'Oswald', sans-serif;
            font-weight: bold;
            font-size: 31px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            background: url(../img/host-plan-price-bg3.png) no-repeat center top;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        }

            .hosting_plans .plan_3 .price i {
                font-size: 11px;
                color: #fff;
                font-weight: normal;
                font-style: normal;
                /*display: block;*/
                margin-top: 4px;
                text-transform: none;
                text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
            }

        .hosting_plans .plan_3 ul {
            float: left;
            padding: 0px;
            margin: 25px 0px 20px 0px;
        }

        .hosting_plans .plan_3 li {
            padding: 0px 0px 0px 47px;
            margin: 0px;
            line-height: 28px;
            background: url(../img/arrow-04.png) no-repeat 30px 10px;
            border-bottom: 1px solid #f6f6f6;
            list-style-type: none;
        }

        .hosting_plans .plan_3 .signup_but {
            padding: 0px;
            margin: 0px;
            float: left;
            margin-left: -30px;
        }

            .hosting_plans .plan_3 .signup_but a {
                padding: 0px;
                margin: 0px 0px 0px 61px;
                float: left;
                width: 110px;
                height: 36px;
                line-height: 36px;
                vertical-align: middle;
                letter-spacing: 0.5px;
                font-family: 'Oswald', sans-serif;
                font-weight: normal;
                font-size: 13px;
                text-transform: uppercase;
                color: #fff;
                text-align: center;
                background: url(../img/but-bg-03.png) no-repeat center top;
                /*background-color: #3FCC37;*/
            }

    .hosting_plans .plan_three .signup_but a:hover {
        color: #fff;
        background: url(../img/but-bg-05.png) no-repeat center top;
    }

    .hosting_plans .plan_4 {
        float: left;
        width: 175px;
        padding-bottom: 22px;
        border-radius: 5px;
        border: 1px solid #eee;
        border-top: none;
        background-color: #fff;
    }

        .hosting_plans .plan_4 .title {
            float: left;
            width: 175px;
            height: 45px;
            line-height: 45px;
            vertical-align: middle;
            font-family: 'Oswald', sans-serif;
            font-weight: normal;
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            background: url(../img/dark-gray-bg.jpg) repeat-x left top;
            margin-bottom: 0 !important;
        }

        .hosting_plans .plan_4 .price {
            float: left;
            width: 175px;
            height: 62px;
            padding-top: 5px;
            font-family: 'Oswald', sans-serif;
            font-weight: bold;
            font-size: 31px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            background: url(../img/host-plan-price-bg4.png) no-repeat center top;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        }

            .hosting_plans .plan_4 .price i {
                font-size: 11px;
                color: #fff;
                font-weight: normal;
                font-style: normal;
                /*display: block;*/
                margin-top: 4px;
                text-transform: none;
                text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
            }

        .hosting_plans .plan_4 ul {
            float: left;
            padding: 0px;
            margin: 25px 0px 20px 0px;
        }

        .hosting_plans .plan_4 li {
            padding: 0px 0px 0px 47px;
            margin: 0px;
            line-height: 28px;
            background: url(../img/arrow-05.png) no-repeat 30px 10px;
            border-bottom: 1px solid #f6f6f6;
            list-style-type: none;
        }

        .hosting_plans .plan_4 .signup_but {
            padding: 0px;
            margin: 0px;
            float: left;
            margin-left: -30px;
        }

            .hosting_plans .plan_4 .signup_but a {
                padding: 0px;
                margin: 0px 0px 0px 61px;
                float: left;
                width: 110px;
                height: 36px;
                line-height: 36px;
                vertical-align: middle;
                letter-spacing: 0.5px;
                font-family: 'Oswald', sans-serif;
                font-weight: normal;
                font-size: 13px;
                text-transform: uppercase;
                color: #fff;
                text-align: center;
                background: url(../img/but-bg-04.png) no-repeat center top;
                /*background-color: #CF5050;*/
            }

                .hosting_plans .plan_4 .signup_but a:hover {
                    color: #fff;
                    background: url(../img/but-bg-05.png) no-repeat center top;
                }

    .hosting_plans .plan_1 {
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .hosting_plans .plan_2 {
        margin-bottom: 30px;
        margin-left: 30px;
    }

    .hosting_plans .plan_3 {
        margin-bottom: 30px;
        margin-left: 30px;
    }

    .hosting_plans .plan_4 {
        margin-bottom: 30px;
        margin-left: 30px;
    }

.hosting_page_plan.first {
    width: 38%;
    font-size: 11px;
}

    .hosting_page_plan.first .title {
        font-size: 12px;
        line-height: 13px;
    }

.hosting_page_plan .title {
    font-size: 10px;
}

.hosting_page_plan .price {
    font-size: 14px;
    font-weight: 600;
}

.hosting_page_plan a.ordernow_but {
    padding: 4px 5px 4px 5px;
    font-size: 9px;
}

.hosting_page_plan .cont-list li {
    line-height: 25px;
}

.hosting_page_plan .ordernow h4 {
    font-size: 12px;
}


.pricing-tables {
    width: 24%;
}

    .pricing-tables .title {
        font-size: 12px;
    }

    .pricing-tables .price {
        font-size: 18px;
    }

        .pricing-tables .price i {
            font-size: 9px;
            margin-top: 0px;
        }

.pricing-tables-helight {
    position: relative;
    float: left;
    width: 25%;
}

    .pricing-tables-helight .title {
        font-size: 12px;
    }

    .pricing-tables-helight .price {
        font-size: 18px;
    }

        .pricing-tables-helight .price i {
            font-size: 9px;
            margin-top: 0px;
        }

.pricing-tables-two {
    width: 32%;
}

    .pricing-tables-two .title {
        font-size: 12px;
    }

    .pricing-tables-two .price {
        font-size: 18px;
    }

        .pricing-tables-two .price i {
            font-size: 9px;
            margin-top: 0px;
        }

.pricing-tables-helight-two {
    position: relative;
    float: left;
    width: 34%;
}

    .pricing-tables-helight-two .title {
        font-size: 12px;
    }

    .pricing-tables-helight-two .price {
        font-size: 18px;
    }

        .pricing-tables-helight-two .price i {
            font-size: 9px;
            margin-top: 0px;
        }







/* animation sets */

/* move from / to  */

.pt-page-moveToLeft {
    -webkit-animation: moveToLeft .6s ease both;
    -moz-animation: moveToLeft .6s ease both;
    animation: moveToLeft .6s ease both;
}

.pt-page-moveFromLeft {
    -webkit-animation: moveFromLeft .6s ease both;
    -moz-animation: moveFromLeft .6s ease both;
    animation: moveFromLeft .6s ease both;
}

.pt-page-moveToRight {
    -webkit-animation: moveToRight .6s ease both;
    -moz-animation: moveToRight .6s ease both;
    animation: moveToRight .6s ease both;
}

.pt-page-moveFromRight {
    -webkit-animation: moveFromRight .6s ease both;
    -moz-animation: moveFromRight .6s ease both;
    animation: moveFromRight .6s ease both;
}

.pt-page-moveToTop {
    -webkit-animation: moveToTop .6s ease both;
    -moz-animation: moveToTop .6s ease both;
    animation: moveToTop .6s ease both;
}

.pt-page-moveFromTop {
    -webkit-animation: moveFromTop .6s ease both;
    -moz-animation: moveFromTop .6s ease both;
    animation: moveFromTop .6s ease both;
}

.pt-page-moveToBottom {
    -webkit-animation: moveToBottom .6s ease both;
    -moz-animation: moveToBottom .6s ease both;
    animation: moveToBottom .6s ease both;
}

.pt-page-moveFromBottom {
    -webkit-animation: moveFromBottom .6s ease both;
    -moz-animation: moveFromBottom .6s ease both;
    animation: moveFromBottom .6s ease both;
}

/* fade */

.pt-page-fade {
    -webkit-animation: fade .7s ease both;
    -moz-animation: fade .7s ease both;
    animation: fade .7s ease both;
}

/* move from / to and fade */

.pt-page-moveToLeftFade {
    -webkit-animation: moveToLeftFade .7s ease both;
    -moz-animation: moveToLeftFade .7s ease both;
    animation: moveToLeftFade .7s ease both;
}

.pt-page-moveFromLeftFade {
    -webkit-animation: moveFromLeftFade .7s ease both;
    -moz-animation: moveFromLeftFade .7s ease both;
    animation: moveFromLeftFade .7s ease both;
}

.pt-page-moveToRightFade {
    -webkit-animation: moveToRightFade .7s ease both;
    -moz-animation: moveToRightFade .7s ease both;
    animation: moveToRightFade .7s ease both;
}

.pt-page-moveFromRightFade {
    -webkit-animation: moveFromRightFade .7s ease both;
    -moz-animation: moveFromRightFade .7s ease both;
    animation: moveFromRightFade .7s ease both;
}

.pt-page-moveToTopFade {
    -webkit-animation: moveToTopFade .7s ease both;
    -moz-animation: moveToTopFade .7s ease both;
    animation: moveToTopFade .7s ease both;
}

.pt-page-moveFromTopFade {
    -webkit-animation: moveFromTopFade .7s ease both;
    -moz-animation: moveFromTopFade .7s ease both;
    animation: moveFromTopFade .7s ease both;
}

.pt-page-moveToBottomFade {
    -webkit-animation: moveToBottomFade .7s ease both;
    -moz-animation: moveToBottomFade .7s ease both;
    animation: moveToBottomFade .7s ease both;
}

.pt-page-moveFromBottomFade {
    -webkit-animation: moveFromBottomFade .7s ease both;
    -moz-animation: moveFromBottomFade .7s ease both;
    animation: moveFromBottomFade .7s ease both;
}

/* move to with different easing */

.pt-page-moveToLeftEasing {
    -webkit-animation: moveToLeft .7s ease-in-out both;
    -moz-animation: moveToLeft .7s ease-in-out both;
    animation: moveToLeft .7s ease-in-out both;
}

.pt-page-moveToRightEasing {
    -webkit-animation: moveToRight .7s ease-in-out both;
    -moz-animation: moveToRight .7s ease-in-out both;
    animation: moveToRight .7s ease-in-out both;
}

.pt-page-moveToTopEasing {
    -webkit-animation: moveToTop .7s ease-in-out both;
    -moz-animation: moveToTop .7s ease-in-out both;
    animation: moveToTop .7s ease-in-out both;
}

.pt-page-moveToBottomEasing {
    -webkit-animation: moveToBottom .7s ease-in-out both;
    -moz-animation: moveToBottom .7s ease-in-out both;
    animation: moveToBottom .7s ease-in-out both;
}

/********************************* keyframes **************************************/

/* move from / to  */

@-webkit-keyframes moveToLeft {
    to {
        -webkit-transform: translateX(-100%);
    }
}

@-moz-keyframes moveToLeft {
    to {
        -moz-transform: translateX(-100%);
    }
}

@keyframes moveToLeft {
    to {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%);
    }
}

@keyframes moveFromLeft {
    from {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes moveToRight {
    to {
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes moveToRight {
    to {
        -moz-transform: translateX(100%);
    }
}

@keyframes moveToRight {
    to {
        transform: translateX(100%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
}

@keyframes moveFromRight {
    from {
        transform: translateX(100%);
    }
}

@-webkit-keyframes moveToTop {
    to {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes moveToTop {
    to {
        -moz-transform: translateY(-100%);
    }
}

@keyframes moveToTop {
    to {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes moveFromTop {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveToBottom {
    to {
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes moveToBottom {
    to {
        -moz-transform: translateY(100%);
    }
}

@keyframes moveToBottom {
    to {
        transform: translateY(100%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
}

@keyframes moveFromBottom {
    from {
        transform: translateY(100%);
    }
}

/* fade */

@-webkit-keyframes fade {
    to {
        opacity: 0.3;
    }
}

@-moz-keyframes fade {
    to {
        opacity: 0.3;
    }
}

@keyframes fade {
    to {
        opacity: 0.3;
    }
}

/* move from / to and fade */

@-webkit-keyframes moveToLeftFade {
    to {
        opacity: 0.3;
        -webkit-transform: translateX(-100%);
    }
}

@-moz-keyframes moveToLeftFade {
    to {
        opacity: 0.3;
        -moz-transform: translateX(-100%);
    }
}

@keyframes moveToLeftFade {
    to {
        opacity: 0.3;
        transform: translateX(-100%);
    }
}

@-webkit-keyframes moveFromLeftFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateX(-100%);
    }
}

@-moz-keyframes moveFromLeftFade {
    from {
        opacity: 0.3;
        -moz-transform: translateX(-100%);
    }
}

@keyframes moveFromLeftFade {
    from {
        opacity: 0.3;
        transform: translateX(-100%);
    }
}

@-webkit-keyframes moveToRightFade {
    to {
        opacity: 0.3;
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes moveToRightFade {
    to {
        opacity: 0.3;
        -moz-transform: translateX(100%);
    }
}

@keyframes moveToRightFade {
    to {
        opacity: 0.3;
        transform: translateX(100%);
    }
}

@-webkit-keyframes moveFromRightFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes moveFromRightFade {
    from {
        opacity: 0.3;
        -moz-transform: translateX(100%);
    }
}

@keyframes moveFromRightFade {
    from {
        opacity: 0.3;
        transform: translateX(100%);
    }
}

@-webkit-keyframes moveToTopFade {
    to {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes moveToTopFade {
    to {
        opacity: 0.3;
        -moz-transform: translateY(-100%);
    }
}

@keyframes moveToTopFade {
    to {
        opacity: 0.3;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveFromTopFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes moveFromTopFade {
    from {
        opacity: 0.3;
        -moz-transform: translateY(-100%);
    }
}

@keyframes moveFromTopFade {
    from {
        opacity: 0.3;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveToBottomFade {
    to {
        opacity: 0.3;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes moveToBottomFade {
    to {
        opacity: 0.3;
        -moz-transform: translateY(100%);
    }
}

@keyframes moveToBottomFade {
    to {
        opacity: 0.3;
        transform: translateY(100%);
    }
}

@-webkit-keyframes moveFromBottomFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes moveFromBottomFade {
    from {
        opacity: 0.3;
        -moz-transform: translateY(100%);
    }
}

@keyframes moveFromBottomFade {
    from {
        opacity: 0.3;
        transform: translateY(100%);
    }
}

/* scale and fade */

.pt-page-scaleDown {
    -webkit-animation: scaleDown .7s ease both;
    -moz-animation: scaleDown .7s ease both;
    animation: scaleDown .7s ease both;
}

.pt-page-scaleUp {
    -webkit-animation: scaleUp .7s ease both;
    -moz-animation: scaleUp .7s ease both;
    animation: scaleUp .7s ease both;
}

.pt-page-scaleUpDown {
    -webkit-animation: scaleUpDown .5s ease both;
    -moz-animation: scaleUpDown .5s ease both;
    animation: scaleUpDown .5s ease both;
}

.pt-page-scaleDownUp {
    -webkit-animation: scaleDownUp .5s ease both;
    -moz-animation: scaleDownUp .5s ease both;
    animation: scaleDownUp .5s ease both;
}

.pt-page-scaleDownCenter {
    -webkit-animation: scaleDownCenter .4s ease-in both;
    -moz-animation: scaleDownCenter .4s ease-in both;
    animation: scaleDownCenter .4s ease-in both;
}

.pt-page-scaleUpCenter {
    -webkit-animation: scaleUpCenter .4s ease-out both;
    -moz-animation: scaleUpCenter .4s ease-out both;
    animation: scaleUpCenter .4s ease-out both;
}

/********************************* keyframes **************************************/

/* scale and fade */

@-webkit-keyframes scaleDown {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleDown {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleDown {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes scaleUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleUp {
    from {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleUp {
    from {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes scaleUpDown {
    from {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes scaleUpDown {
    from {
        opacity: 0;
        -moz-transform: scale(1.2);
    }
}

@keyframes scaleUpDown {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
}

@-webkit-keyframes scaleDownUp {
    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes scaleDownUp {
    to {
        opacity: 0;
        -moz-transform: scale(1.2);
    }
}

@keyframes scaleDownUp {
    to {
        opacity: 0;
        transform: scale(1.2);
    }
}

@-webkit-keyframes scaleDownCenter {
    to {
        opacity: 0;
        -webkit-transform: scale(.7);
    }
}

@-moz-keyframes scaleDownCenter {
    to {
        opacity: 0;
        -moz-transform: scale(.7);
    }
}

@keyframes scaleDownCenter {
    to {
        opacity: 0;
        transform: scale(.7);
    }
}

@-webkit-keyframes scaleUpCenter {
    from {
        opacity: 0;
        -webkit-transform: scale(.7);
    }
}

@-moz-keyframes scaleUpCenter {
    from {
        opacity: 0;
        -moz-transform: scale(.7);
    }
}

@keyframes scaleUpCenter {
    from {
        opacity: 0;
        transform: scale(.7);
    }
}

/* rotate sides first and scale */

.pt-page-rotateRightSideFirst {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateRightSideFirst .8s both ease-in;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateRightSideFirst .8s both ease-in;
    transform-origin: 0% 50%;
    animation: rotateRightSideFirst .8s both ease-in;
}

.pt-page-rotateLeftSideFirst {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotateLeftSideFirst .8s both ease-in;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotateLeftSideFirst .8s both ease-in;
    transform-origin: 100% 50%;
    animation: rotateLeftSideFirst .8s both ease-in;
}

.pt-page-rotateTopSideFirst {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateTopSideFirst .8s both ease-in;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateTopSideFirst .8s both ease-in;
    transform-origin: 50% 100%;
    animation: rotateTopSideFirst .8s both ease-in;
}

.pt-page-rotateBottomSideFirst {
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: rotateBottomSideFirst .8s both ease-in;
    -moz-transform-origin: 50% 0%;
    -moz-animation: rotateBottomSideFirst .8s both ease-in;
    transform-origin: 50% 0%;
    animation: rotateBottomSideFirst .8s both ease-in;
}

/* flip */

.pt-page-flipOutRight {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOutRight .5s both ease-in;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOutRight .5s both ease-in;
    transform-origin: 50% 50%;
    animation: flipOutRight .5s both ease-in;
}

.pt-page-flipInLeft {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipInLeft .5s both ease-out;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipInLeft .5s both ease-out;
    transform-origin: 50% 50%;
    animation: flipInLeft .5s both ease-out;
}

.pt-page-flipOutLeft {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOutLeft .5s both ease-in;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOutLeft .5s both ease-in;
    transform-origin: 50% 50%;
    animation: flipOutLeft .5s both ease-in;
}

.pt-page-flipInRight {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipInRight .5s both ease-out;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipInRight .5s both ease-out;
    transform-origin: 50% 50%;
    animation: flipInRight .5s both ease-out;
}

.pt-page-flipOutTop {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOutTop .5s both ease-in;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOutTop .5s both ease-in;
    transform-origin: 50% 50%;
    animation: flipOutTop .5s both ease-in;
}

.pt-page-flipInBottom {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipInBottom .5s both ease-out;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipInBottom .5s both ease-out;
    transform-origin: 50% 50%;
    animation: flipInBottom .5s both ease-out;
}

.pt-page-flipOutBottom {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOutBottom .5s both ease-in;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOutBottom .5s both ease-in;
    transform-origin: 50% 50%;
    animation: flipOutBottom .5s both ease-in;
}

.pt-page-flipInTop {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipInTop .5s both ease-out;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipInTop .5s both ease-out;
    transform-origin: 50% 50%;
    animation: flipInTop .5s both ease-out;
}

/* rotate fall */

.pt-page-rotateFall {
    -webkit-transform-origin: 0% 0%;
    -webkit-animation: rotateFall 1s both ease-in;
    -moz-transform-origin: 0% 0%;
    -moz-animation: rotateFall 1s both ease-in;
    transform-origin: 0% 0%;
    animation: rotateFall 1s both ease-in;
}

/* rotate newspaper */
.pt-page-rotateOutNewspaper {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: rotateOutNewspaper .5s both ease-in;
    -moz-transform-origin: 50% 50%;
    -moz-animation: rotateOutNewspaper .5s both ease-in;
    transform-origin: 50% 50%;
    animation: rotateOutNewspaper .5s both ease-in;
}

.pt-page-rotateInNewspaper {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: rotateInNewspaper .5s both ease-out;
    -moz-transform-origin: 50% 50%;
    -moz-animation: rotateInNewspaper .5s both ease-out;
    transform-origin: 50% 50%;
    animation: rotateInNewspaper .5s both ease-out;
}

/* push */
.pt-page-rotatePushLeft {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotatePushLeft .8s both ease;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotatePushLeft .8s both ease;
    transform-origin: 0% 50%;
    animation: rotatePushLeft .8s both ease;
}

.pt-page-rotatePushRight {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotatePushRight .8s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotatePushRight .8s both ease;
    transform-origin: 100% 50%;
    animation: rotatePushRight .8s both ease;
}

.pt-page-rotatePushTop {
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: rotatePushTop .8s both ease;
    -moz-transform-origin: 50% 0%;
    -moz-animation: rotatePushTop .8s both ease;
    transform-origin: 50% 0%;
    animation: rotatePushTop .8s both ease;
}

.pt-page-rotatePushBottom {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotatePushBottom .8s both ease;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotatePushBottom .8s both ease;
    transform-origin: 50% 100%;
    animation: rotatePushBottom .8s both ease;
}

/* pull */
.pt-page-rotatePullRight {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotatePullRight .5s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotatePullRight .5s both ease;
    transform-origin: 100% 50%;
    animation: rotatePullRight .5s both ease;
}

.pt-page-rotatePullLeft {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotatePullLeft .5s both ease;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotatePullLeft .5s both ease;
    transform-origin: 0% 50%;
    animation: rotatePullLeft .5s both ease;
}

.pt-page-rotatePullTop {
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: rotatePullTop .5s both ease;
    -moz-transform-origin: 50% 0%;
    -moz-animation: rotatePullTop .5s both ease;
    transform-origin: 50% 0%;
    animation: rotatePullTop .5s both ease;
}

.pt-page-rotatePullBottom {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotatePullBottom .5s both ease;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotatePullBottom .5s both ease;
    transform-origin: 50% 100%;
    animation: rotatePullBottom .5s both ease;
}

/* fold */
.pt-page-rotateFoldRight {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateFoldRight .7s both ease;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateFoldRight .7s both ease;
    transform-origin: 0% 50%;
    animation: rotateFoldRight .7s both ease;
}

.pt-page-rotateFoldLeft {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotateFoldLeft .7s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotateFoldLeft .7s both ease;
    transform-origin: 100% 50%;
    animation: rotateFoldLeft .7s both ease;
}

.pt-page-rotateFoldTop {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateFoldTop .7s both ease;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateFoldTop .7s both ease;
    transform-origin: 50% 100%;
    animation: rotateFoldTop .7s both ease;
}

.pt-page-rotateFoldBottom {
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: rotateFoldBottom .7s both ease;
    -moz-transform-origin: 50% 0%;
    -moz-animation: rotateFoldBottom .7s both ease;
    transform-origin: 50% 0%;
    animation: rotateFoldBottom .7s both ease;
}

/* unfold */
.pt-page-rotateUnfoldLeft {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotateUnfoldLeft .7s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotateUnfoldLeft .7s both ease;
    transform-origin: 100% 50%;
    animation: rotateUnfoldLeft .7s both ease;
}

.pt-page-rotateUnfoldRight {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateUnfoldRight .7s both ease;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateUnfoldRight .7s both ease;
    transform-origin: 0% 50%;
    animation: rotateUnfoldRight .7s both ease;
}

.pt-page-rotateUnfoldTop {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateUnfoldTop .7s both ease;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateUnfoldTop .7s both ease;
    transform-origin: 50% 100%;
    animation: rotateUnfoldTop .7s both ease;
}

.pt-page-rotateUnfoldBottom {
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: rotateUnfoldBottom .7s both ease;
    -moz-transform-origin: 50% 0%;
    -moz-animation: rotateUnfoldBottom .7s both ease;
    transform-origin: 50% 0%;
    animation: rotateUnfoldBottom .7s both ease;
}

/* room walls */
.pt-page-rotateRoomLeftOut {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotateRoomLeftOut .8s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotateRoomLeftOut .8s both ease;
    transform-origin: 100% 50%;
    animation: rotateRoomLeftOut .8s both ease;
}

.pt-page-rotateRoomLeftIn {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateRoomLeftIn .8s both ease;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateRoomLeftIn .8s both ease;
    transform-origin: 0% 50%;
    animation: rotateRoomLeftIn .8s both ease;
}

.pt-page-rotateRoomRightOut {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateRoomRightOut .8s both ease;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateRoomRightOut .8s both ease;
    transform-origin: 0% 50%;
    animation: rotateRoomRightOut .8s both ease;
}

.pt-page-rotateRoomRightIn {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotateRoomRightIn .8s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotateRoomRightIn .8s both ease;
    transform-origin: 100% 50%;
    animation: rotateRoomRightIn .8s both ease;
}

.pt-page-rotateRoomTopOut {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateRoomTopOut .8s both ease;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateRoomTopOut .8s both ease;
    transform-origin: 50% 100%;
    animation: rotateRoomTopOut .8s both ease;
}

.pt-page-rotateRoomTopIn {
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: rotateRoomTopIn .8s both ease;
    -moz-transform-origin: 50% 0%;
    -moz-animation: rotateRoomTopIn .8s both ease;
    transform-origin: 50% 0%;
    animation: rotateRoomTopIn .8s both ease;
}

.pt-page-rotateRoomBottomOut {
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: rotateRoomBottomOut .8s both ease;
    -moz-transform-origin: 50% 0%;
    -moz-animation: rotateRoomBottomOut .8s both ease;
    transform-origin: 50% 0%;
    animation: rotateRoomBottomOut .8s both ease;
}

.pt-page-rotateRoomBottomIn {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateRoomBottomIn .8s both ease;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateRoomBottomIn .8s both ease;
    transform-origin: 50% 100%;
    animation: rotateRoomBottomIn .8s both ease;
}

/* cube */
.pt-page-rotateCubeLeftOut {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotateCubeLeftOut .6s both ease-in;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotateCubeLeftOut .6s both ease-in;
    transform-origin: 100% 50%;
    animation: rotateCubeLeftOut .6s both ease-in;
}

.pt-page-rotateCubeLeftIn {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateCubeLeftIn .6s both ease-in;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateCubeLeftIn .6s both ease-in;
    transform-origin: 0% 50%;
    animation: rotateCubeLeftIn .6s both ease-in;
}

.pt-page-rotateCubeRightOut {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateCubeRightOut .6s both ease-in;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateCubeRightOut .6s both ease-in;
    transform-origin: 0% 50%;
    animation: rotateCubeRightOut .6s both ease-in;
}

.pt-page-rotateCubeRightIn {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotateCubeRightIn .6s both ease-in;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotateCubeRightIn .6s both ease-in;
    transform-origin: 100% 50%;
    animation: rotateCubeRightIn .6s both ease-in;
}

.pt-page-rotateCubeTopOut {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateCubeTopOut .6s both ease-in;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateCubeTopOut .6s both ease-in;
    transform-origin: 50% 100%;
    animation: rotateCubeTopOut .6s both ease-in;
}

.pt-page-rotateCubeTopIn {
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: rotateCubeTopIn .6s both ease-in;
    -moz-transform-origin: 50% 0%;
    -moz-animation: rotateCubeTopIn .6s both ease-in;
    transform-origin: 50% 0%;
    animation: rotateCubeTopIn .6s both ease-in;
}

.pt-page-rotateCubeBottomOut {
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: rotateCubeBottomOut .6s both ease-in;
    -moz-transform-origin: 50% 0%;
    -moz-animation: rotateCubeBottomOut .6s both ease-in;
    transform-origin: 50% 0%;
    animation: rotateCubeBottomOut .6s both ease-in;
}

.pt-page-rotateCubeBottomIn {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateCubeBottomIn .6s both ease-in;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateCubeBottomIn .6s both ease-in;
    transform-origin: 50% 100%;
    animation: rotateCubeBottomIn .6s both ease-in;
}

/* carousel */
.pt-page-rotateCarouselLeftOut {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotateCarouselLeftOut .8s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotateCarouselLeftOut .8s both ease;
    transform-origin: 100% 50%;
    animation: rotateCarouselLeftOut .8s both ease;
}

.pt-page-rotateCarouselLeftIn {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateCarouselLeftIn .8s both ease;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateCarouselLeftIn .8s both ease;
    transform-origin: 0% 50%;
    animation: rotateCarouselLeftIn .8s both ease;
}

.pt-page-rotateCarouselRightOut {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateCarouselRightOut .8s both ease;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateCarouselRightOut .8s both ease;
    transform-origin: 0% 50%;
    animation: rotateCarouselRightOut .8s both ease;
}

.pt-page-rotateCarouselRightIn {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotateCarouselRightIn .8s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotateCarouselRightIn .8s both ease;
    transform-origin: 100% 50%;
    animation: rotateCarouselRightIn .8s both ease;
}

.pt-page-rotateCarouselTopOut {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateCarouselTopOut .8s both ease;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateCarouselTopOut .8s both ease;
    transform-origin: 50% 100%;
    animation: rotateCarouselTopOut .8s both ease;
}

.pt-page-rotateCarouselTopIn {
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: rotateCarouselTopIn .8s both ease;
    -moz-transform-origin: 50% 0%;
    -moz-animation: rotateCarouselTopIn .8s both ease;
    transform-origin: 50% 0%;
    animation: rotateCarouselTopIn .8s both ease;
}

.pt-page-rotateCarouselBottomOut {
    -webkit-transform-origin: 50% 0%;
    -webkit-animation: rotateCarouselBottomOut .8s both ease;
    -moz-transform-origin: 50% 0%;
    -moz-animation: rotateCarouselBottomOut .8s both ease;
    transform-origin: 50% 0%;
    animation: rotateCarouselBottomOut .8s both ease;
}

.pt-page-rotateCarouselBottomIn {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateCarouselBottomIn .8s both ease;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateCarouselBottomIn .8s both ease;
    transform-origin: 50% 100%;
    animation: rotateCarouselBottomIn .8s both ease;
}

/* sides */
.pt-page-rotateSidesOut {
    -webkit-transform-origin: -50% 50%;
    -webkit-animation: rotateSidesOut .5s both ease-in;
    -moz-transform-origin: -50% 50%;
    -moz-animation: rotateSidesOut .5s both ease-in;
    transform-origin: -50% 50%;
    animation: rotateSidesOut .5s both ease-in;
}

.pt-page-rotateSidesIn {
    -webkit-transform-origin: 150% 50%;
    -webkit-animation: rotateSidesIn .5s both ease-out;
    -moz-transform-origin: 150% 50%;
    -moz-animation: rotateSidesIn .5s both ease-out;
    transform-origin: 150% 50%;
    animation: rotateSidesIn .5s both ease-out;
}

/* slide */
.pt-page-rotateSlideOut {
    -webkit-animation: rotateSlideOut 1s both ease;
    -moz-animation: rotateSlideOut 1s both ease;
    animation: rotateSlideOut 1s both ease;
}

.pt-page-rotateSlideIn {
    -webkit-animation: rotateSlideIn 1s both ease;
    -moz-animation: rotateSlideIn 1s both ease;
    animation: rotateSlideIn 1s both ease;
}

/********************************* keyframes **************************************/

/* rotate sides first and scale */

@-webkit-keyframes rotateRightSideFirst {
    40% {
        -webkit-transform: rotateY(15deg);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: scale(0.8) translateZ(-200px);
        opacity: 0;
    }
}

@-moz-keyframes rotateRightSideFirst {
    40% {
        -moz-transform: rotateY(15deg);
        opacity: .8;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: scale(0.8) translateZ(-200px);
        opacity: 0;
    }
}

@keyframes rotateRightSideFirst {
    40% {
        transform: rotateY(15deg);
        opacity: .8;
        animation-timing-function: ease-out;
    }

    100% {
        transform: scale(0.8) translateZ(-200px);
        opacity: 0;
    }
}

@-webkit-keyframes rotateLeftSideFirst {
    40% {
        -webkit-transform: rotateY(-15deg);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: scale(0.8) translateZ(-200px);
        opacity: 0;
    }
}

@-moz-keyframes rotateLeftSideFirst {
    40% {
        -moz-transform: rotateY(-15deg);
        opacity: .8;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: scale(0.8) translateZ(-200px);
        opacity: 0;
    }
}

@keyframes rotateLeftSideFirst {
    40% {
        transform: rotateY(-15deg);
        opacity: .8;
        animation-timing-function: ease-out;
    }

    100% {
        transform: scale(0.8) translateZ(-200px);
        opacity: 0;
    }
}

@-webkit-keyframes rotateTopSideFirst {
    40% {
        -webkit-transform: rotateX(15deg);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: scale(0.8) translateZ(-200px);
        opacity: 0;
    }
}

@-moz-keyframes rotateTopSideFirst {
    40% {
        -moz-transform: rotateX(15deg);
        opacity: .8;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: scale(0.8) translateZ(-200px);
        opacity: 0;
    }
}

@keyframes rotateTopSideFirst {
    40% {
        transform: rotateX(15deg);
        opacity: .8;
        animation-timing-function: ease-out;
    }

    100% {
        transform: scale(0.8) translateZ(-200px);
        opacity: 0;
    }
}

@-webkit-keyframes rotateBottomSideFirst {
    40% {
        -webkit-transform: rotateX(-15deg);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: scale(0.8) translateZ(-200px);
        opacity: 0;
    }
}

@-moz-keyframes rotateBottomSideFirst {
    40% {
        -moz-transform: rotateX(-15deg);
        opacity: .8;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: scale(0.8) translateZ(-200px);
        opacity: 0;
    }
}

@keyframes rotateBottomSideFirst {
    40% {
        transform: rotateX(-15deg);
        opacity: .8;
        animation-timing-function: ease-out;
    }

    100% {
        transform: scale(0.8) translateZ(-200px);
        opacity: 0;
    }
}

/* flip */

@-webkit-keyframes flipOutRight {
    to {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2;
    }
}

@-moz-keyframes flipOutRight {
    to {
        -moz-transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2;
    }
}

@keyframes flipOutRight {
    to {
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes flipInLeft {
    from {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2;
    }
}

@-moz-keyframes flipInLeft {
    from {
        -moz-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2;
    }
}

@keyframes flipInLeft {
    from {
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes flipOutLeft {
    to {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2;
    }
}

@-moz-keyframes flipOutLeft {
    to {
        -moz-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2;
    }
}

@keyframes flipOutLeft {
    to {
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes flipInRight {
    from {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2;
    }
}

@-moz-keyframes flipInRight {
    from {
        -moz-transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2;
    }
}

@keyframes flipInRight {
    from {
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes flipOutTop {
    to {
        -webkit-transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2;
    }
}

@-moz-keyframes flipOutTop {
    to {
        -moz-transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2;
    }
}

@keyframes flipOutTop {
    to {
        transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes flipInBottom {
    from {
        -webkit-transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2;
    }
}

@-moz-keyframes flipInBottom {
    from {
        -moz-transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2;
    }
}

@keyframes flipInBottom {
    from {
        transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes flipOutBottom {
    to {
        -webkit-transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2;
    }
}

@-moz-keyframes flipOutBottom {
    to {
        -moz-transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2;
    }
}

@keyframes flipOutBottom {
    to {
        transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes flipInTop {
    from {
        -webkit-transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2;
    }
}

@-moz-keyframes flipInTop {
    from {
        -moz-transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2;
    }
}

@keyframes flipInTop {
    from {
        transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2;
    }
}

/* fall */

@-webkit-keyframes rotateFall {
    0% {
        -webkit-transform: rotateZ(0deg);
    }

    20% {
        -webkit-transform: rotateZ(10deg);
        -webkit-animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: rotateZ(17deg);
    }

    60% {
        -webkit-transform: rotateZ(16deg);
    }

    100% {
        -webkit-transform: translateY(100%) rotateZ(17deg);
    }
}

@-moz-keyframes rotateFall {
    0% {
        -moz-transform: rotateZ(0deg);
    }

    20% {
        -moz-transform: rotateZ(10deg);
        -moz-animation-timing-function: ease-out;
    }

    40% {
        -moz-transform: rotateZ(17deg);
    }

    60% {
        -moz-transform: rotateZ(16deg);
    }

    100% {
        -moz-transform: translateY(100%) rotateZ(17deg);
    }
}

@keyframes rotateFall {
    0% {
        transform: rotateZ(0deg);
    }

    20% {
        transform: rotateZ(10deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: rotateZ(17deg);
    }

    60% {
        transform: rotateZ(16deg);
    }

    100% {
        transform: translateY(100%) rotateZ(17deg);
    }
}

/* newspaper */

@-webkit-keyframes rotateOutNewspaper {
    to {
        -webkit-transform: translateZ(-3000px) rotateZ(360deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutNewspaper {
    to {
        -moz-transform: translateZ(-3000px) rotateZ(360deg);
        opacity: 0;
    }
}

@keyframes rotateOutNewspaper {
    to {
        transform: translateZ(-3000px) rotateZ(360deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateInNewspaper {
    from {
        -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateInNewspaper {
    from {
        -moz-transform: translateZ(-3000px) rotateZ(-360deg);
        opacity: 0;
    }
}

@keyframes rotateInNewspaper {
    from {
        transform: translateZ(-3000px) rotateZ(-360deg);
        opacity: 0;
    }
}

/* push */

@-webkit-keyframes rotatePushLeft {
    to {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
    }
}

@-moz-keyframes rotatePushLeft {
    to {
        opacity: 0;
        -moz-transform: rotateY(90deg);
    }
}

@keyframes rotatePushLeft {
    to {
        opacity: 0;
        transform: rotateY(90deg);
    }
}

@-webkit-keyframes rotatePushRight {
    to {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
    }
}

@-moz-keyframes rotatePushRight {
    to {
        opacity: 0;
        -moz-transform: rotateY(-90deg);
    }
}

@keyframes rotatePushRight {
    to {
        opacity: 0;
        transform: rotateY(-90deg);
    }
}

@-webkit-keyframes rotatePushTop {
    to {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes rotatePushTop {
    to {
        opacity: 0;
        -moz-transform: rotateX(-90deg);
    }
}

@keyframes rotatePushTop {
    to {
        opacity: 0;
        transform: rotateX(-90deg);
    }
}

@-webkit-keyframes rotatePushBottom {
    to {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
    }
}

@-moz-keyframes rotatePushBottom {
    to {
        opacity: 0;
        -moz-transform: rotateX(90deg);
    }
}

@keyframes rotatePushBottom {
    to {
        opacity: 0;
        transform: rotateX(90deg);
    }
}

/* pull */

@-webkit-keyframes rotatePullRight {
    from {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
    }
}

@-moz-keyframes rotatePullRight {
    from {
        opacity: 0;
        -moz-transform: rotateY(-90deg);
    }
}

@keyframes rotatePullRight {
    from {
        opacity: 0;
        transform: rotateY(-90deg);
    }
}

@-webkit-keyframes rotatePullLeft {
    from {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
    }
}

@-moz-keyframes rotatePullLeft {
    from {
        opacity: 0;
        -moz-transform: rotateY(90deg);
    }
}

@keyframes rotatePullLeft {
    from {
        opacity: 0;
        transform: rotateY(90deg);
    }
}

@-webkit-keyframes rotatePullTop {
    from {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes rotatePullTop {
    from {
        opacity: 0;
        -moz-transform: rotateX(-90deg);
    }
}

@keyframes rotatePullTop {
    from {
        opacity: 0;
        transform: rotateX(-90deg);
    }
}

@-webkit-keyframes rotatePullBottom {
    from {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
    }
}

@-moz-keyframes rotatePullBottom {
    from {
        opacity: 0;
        -moz-transform: rotateX(90deg);
    }
}

@keyframes rotatePullBottom {
    from {
        opacity: 0;
        transform: rotateX(90deg);
    }
}

/* fold */

@-webkit-keyframes rotateFoldRight {
    to {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg);
    }
}

@-moz-keyframes rotateFoldRight {
    to {
        opacity: 0;
        -moz-transform: translateX(100%) rotateY(90deg);
    }
}

@keyframes rotateFoldRight {
    to {
        opacity: 0;
        transform: translateX(100%) rotateY(90deg);
    }
}

@-webkit-keyframes rotateFoldLeft {
    to {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg);
    }
}

@-moz-keyframes rotateFoldLeft {
    to {
        opacity: 0;
        -moz-transform: translateX(-100%) rotateY(-90deg);
    }
}

@keyframes rotateFoldLeft {
    to {
        opacity: 0;
        transform: translateX(-100%) rotateY(-90deg);
    }
}

@-webkit-keyframes rotateFoldTop {
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%) rotateX(90deg);
    }
}

@-moz-keyframes rotateFoldTop {
    to {
        opacity: 0;
        -moz-transform: translateY(-100%) rotateX(90deg);
    }
}

@keyframes rotateFoldTop {
    to {
        opacity: 0;
        transform: translateY(-100%) rotateX(90deg);
    }
}

@-webkit-keyframes rotateFoldBottom {
    to {
        opacity: 0;
        -webkit-transform: translateY(100%) rotateX(-90deg);
    }
}

@-moz-keyframes rotateFoldBottom {
    to {
        opacity: 0;
        -moz-transform: translateY(100%) rotateX(-90deg);
    }
}

@keyframes rotateFoldBottom {
    to {
        opacity: 0;
        transform: translateY(100%) rotateX(-90deg);
    }
}

/* unfold */

@-webkit-keyframes rotateUnfoldLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg);
    }
}

@-moz-keyframes rotateUnfoldLeft {
    from {
        opacity: 0;
        -moz-transform: translateX(-100%) rotateY(-90deg);
    }
}

@keyframes rotateUnfoldLeft {
    from {
        opacity: 0;
        transform: translateX(-100%) rotateY(-90deg);
    }
}

@-webkit-keyframes rotateUnfoldRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg);
    }
}

@-moz-keyframes rotateUnfoldRight {
    from {
        opacity: 0;
        -moz-transform: translateX(100%) rotateY(90deg);
    }
}

@keyframes rotateUnfoldRight {
    from {
        opacity: 0;
        transform: translateX(100%) rotateY(90deg);
    }
}

@-webkit-keyframes rotateUnfoldTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%) rotateX(90deg);
    }
}

@-moz-keyframes rotateUnfoldTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-100%) rotateX(90deg);
    }
}

@keyframes rotateUnfoldTop {
    from {
        opacity: 0;
        transform: translateY(-100%) rotateX(90deg);
    }
}

@-webkit-keyframes rotateUnfoldBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%) rotateX(-90deg);
    }
}

@-moz-keyframes rotateUnfoldBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(100%) rotateX(-90deg);
    }
}

@keyframes rotateUnfoldBottom {
    from {
        opacity: 0;
        transform: translateY(100%) rotateX(-90deg);
    }
}

/* room walls */

@-webkit-keyframes rotateRoomLeftOut {
    to {
        opacity: .3;
        -webkit-transform: translateX(-100%) rotateY(90deg);
    }
}

@-moz-keyframes rotateRoomLeftOut {
    to {
        opacity: .3;
        -moz-transform: translateX(-100%) rotateY(90deg);
    }
}

@keyframes rotateRoomLeftOut {
    to {
        opacity: .3;
        transform: translateX(-100%) rotateY(90deg);
    }
}

@-webkit-keyframes rotateRoomLeftIn {
    from {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(-90deg);
    }
}

@-moz-keyframes rotateRoomLeftIn {
    from {
        opacity: .3;
        -moz-transform: translateX(100%) rotateY(-90deg);
    }
}

@keyframes rotateRoomLeftIn {
    from {
        opacity: .3;
        transform: translateX(100%) rotateY(-90deg);
    }
}

@-webkit-keyframes rotateRoomRightOut {
    to {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(-90deg);
    }
}

@-moz-keyframes rotateRoomRightOut {
    to {
        opacity: .3;
        -moz-transform: translateX(100%) rotateY(-90deg);
    }
}

@keyframes rotateRoomRightOut {
    to {
        opacity: .3;
        transform: translateX(100%) rotateY(-90deg);
    }
}

@-webkit-keyframes rotateRoomRightIn {
    from {
        opacity: .3;
        -webkit-transform: translateX(-100%) rotateY(90deg);
    }
}

@-moz-keyframes rotateRoomRightIn {
    from {
        opacity: .3;
        -moz-transform: translateX(-100%) rotateY(90deg);
    }
}

@keyframes rotateRoomRightIn {
    from {
        opacity: .3;
        transform: translateX(-100%) rotateY(90deg);
    }
}

@-webkit-keyframes rotateRoomTopOut {
    to {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(-90deg);
    }
}

@-moz-keyframes rotateRoomTopOut {
    to {
        opacity: .3;
        -moz-transform: translateY(-100%) rotateX(-90deg);
    }
}

@keyframes rotateRoomTopOut {
    to {
        opacity: .3;
        transform: translateY(-100%) rotateX(-90deg);
    }
}

@-webkit-keyframes rotateRoomTopIn {
    from {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(90deg);
    }
}

@-moz-keyframes rotateRoomTopIn {
    from {
        opacity: .3;
        -moz-transform: translateY(100%) rotateX(90deg);
    }
}

@keyframes rotateRoomTopIn {
    from {
        opacity: .3;
        transform: translateY(100%) rotateX(90deg);
    }
}

@-webkit-keyframes rotateRoomBottomOut {
    to {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(90deg);
    }
}

@-moz-keyframes rotateRoomBottomOut {
    to {
        opacity: .3;
        -moz-transform: translateY(100%) rotateX(90deg);
    }
}

@keyframes rotateRoomBottomOut {
    to {
        opacity: .3;
        transform: translateY(100%) rotateX(90deg);
    }
}

@-webkit-keyframes rotateRoomBottomIn {
    from {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(-90deg);
    }
}

@-moz-keyframes rotateRoomBottomIn {
    from {
        opacity: .3;
        -moz-transform: translateY(-100%) rotateX(-90deg);
    }
}

@keyframes rotateRoomBottomIn {
    from {
        opacity: .3;
        transform: translateY(-100%) rotateX(-90deg);
    }
}

/* cube */

@-webkit-keyframes rotateCubeLeftOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    }

    100% {
        opacity: .3;
        -webkit-transform: translateX(-100%) rotateY(-90deg);
    }
}

@-moz-keyframes rotateCubeLeftOut {
    50% {
        -moz-animation-timing-function: ease-out;
        -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    }

    100% {
        opacity: .3;
        -moz-transform: translateX(-100%) rotateY(-90deg);
    }
}

@keyframes rotateCubeLeftOut {
    50% {
        animation-timing-function: ease-out;
        transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    }

    100% {
        opacity: .3;
        transform: translateX(-100%) rotateY(-90deg);
    }
}

@-webkit-keyframes rotateCubeLeftIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(90deg);
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    }
}

@-moz-keyframes rotateCubeLeftIn {
    0% {
        opacity: .3;
        -moz-transform: translateX(100%) rotateY(90deg);
    }

    50% {
        -moz-animation-timing-function: ease-out;
        -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    }
}

@keyframes rotateCubeLeftIn {
    0% {
        opacity: .3;
        transform: translateX(100%) rotateY(90deg);
    }

    50% {
        animation-timing-function: ease-out;
        transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    }
}

@-webkit-keyframes rotateCubeRightOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    }

    100% {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(90deg);
    }
}

@-moz-keyframes rotateCubeRightOut {
    50% {
        -moz-animation-timing-function: ease-out;
        -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    }

    100% {
        opacity: .3;
        -moz-transform: translateX(100%) rotateY(90deg);
    }
}

@keyframes rotateCubeRightOut {
    50% {
        animation-timing-function: ease-out;
        transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    }

    100% {
        opacity: .3;
        transform: translateX(100%) rotateY(90deg);
    }
}

@-webkit-keyframes rotateCubeRightIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(-100%) rotateY(-90deg);
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    }
}

@-moz-keyframes rotateCubeRightIn {
    0% {
        opacity: .3;
        -moz-transform: translateX(-100%) rotateY(-90deg);
    }

    50% {
        -moz-animation-timing-function: ease-out;
        -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    }
}

@keyframes rotateCubeRightIn {
    0% {
        opacity: .3;
        transform: translateX(-100%) rotateY(-90deg);
    }

    50% {
        animation-timing-function: ease-out;
        transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    }
}

@-webkit-keyframes rotateCubeTopOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }

    100% {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg);
    }
}

@-moz-keyframes rotateCubeTopOut {
    50% {
        -moz-animation-timing-function: ease-out;
        -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }

    100% {
        opacity: .3;
        -moz-transform: translateY(-100%) rotateX(90deg);
    }
}

@keyframes rotateCubeTopOut {
    50% {
        animation-timing-function: ease-out;
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }

    100% {
        opacity: .3;
        transform: translateY(-100%) rotateX(90deg);
    }
}

@-webkit-keyframes rotateCubeTopIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(-90deg);
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }
}

@-moz-keyframes rotateCubeTopIn {
    0% {
        opacity: .3;
        -moz-transform: translateY(100%) rotateX(-90deg);
    }

    50% {
        -moz-animation-timing-function: ease-out;
        -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }
}

@keyframes rotateCubeTopIn {
    0% {
        opacity: .3;
        transform: translateY(100%) rotateX(-90deg);
    }

    50% {
        animation-timing-function: ease-out;
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }
}

@-webkit-keyframes rotateCubeBottomOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }

    100% {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(-90deg);
    }
}

@-moz-keyframes rotateCubeBottomOut {
    50% {
        -moz-animation-timing-function: ease-out;
        -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }

    100% {
        opacity: .3;
        -moz-transform: translateY(100%) rotateX(-90deg);
    }
}

@keyframes rotateCubeBottomOut {
    50% {
        animation-timing-function: ease-out;
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }

    100% {
        opacity: .3;
        transform: translateY(100%) rotateX(-90deg);
    }
}

@-webkit-keyframes rotateCubeBottomIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg);
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }
}

@-moz-keyframes rotateCubeBottomIn {
    0% {
        opacity: .3;
        -moz-transform: translateY(-100%) rotateX(90deg);
    }

    50% {
        -moz-animation-timing-function: ease-out;
        -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }
}

@keyframes rotateCubeBottomIn {
    0% {
        opacity: .3;
        transform: translateY(-100%) rotateX(90deg);
    }

    50% {
        animation-timing-function: ease-out;
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }
}

/* carousel */

@-webkit-keyframes rotateCarouselLeftOut {
    to {
        opacity: .3;
        -webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg);
    }
}

@-moz-keyframes rotateCarouselLeftOut {
    to {
        opacity: .3;
        -moz-transform: translateX(-150%) scale(.4) rotateY(-65deg);
    }
}

@keyframes rotateCarouselLeftOut {
    to {
        opacity: .3;
        transform: translateX(-150%) scale(.4) rotateY(-65deg);
    }
}

@-webkit-keyframes rotateCarouselLeftIn {
    from {
        opacity: .3;
        -webkit-transform: translateX(200%) scale(.4) rotateY(65deg);
    }
}

@-moz-keyframes rotateCarouselLeftIn {
    from {
        opacity: .3;
        -moz-transform: translateX(200%) scale(.4) rotateY(65deg);
    }
}

@keyframes rotateCarouselLeftIn {
    from {
        opacity: .3;
        transform: translateX(200%) scale(.4) rotateY(65deg);
    }
}

@-webkit-keyframes rotateCarouselRightOut {
    to {
        opacity: .3;
        -webkit-transform: translateX(200%) scale(.4) rotateY(65deg);
    }
}

@-moz-keyframes rotateCarouselRightOut {
    to {
        opacity: .3;
        -moz-transform: translateX(200%) scale(.4) rotateY(65deg);
    }
}

@keyframes rotateCarouselRightOut {
    to {
        opacity: .3;
        transform: translateX(200%) scale(.4) rotateY(65deg);
    }
}

@-webkit-keyframes rotateCarouselRightIn {
    from {
        opacity: .3;
        -webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg);
    }
}

@-moz-keyframes rotateCarouselRightIn {
    from {
        opacity: .3;
        -moz-transform: translateX(-200%) scale(.4) rotateY(-65deg);
    }
}

@keyframes rotateCarouselRightIn {
    from {
        opacity: .3;
        transform: translateX(-200%) scale(.4) rotateY(-65deg);
    }
}

@-webkit-keyframes rotateCarouselTopOut {
    to {
        opacity: .3;
        -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg);
    }
}

@-moz-keyframes rotateCarouselTopOut {
    to {
        opacity: .3;
        -moz-transform: translateY(-200%) scale(.4) rotateX(65deg);
    }
}

@keyframes rotateCarouselTopOut {
    to {
        opacity: .3;
        transform: translateY(-200%) scale(.4) rotateX(65deg);
    }
}

@-webkit-keyframes rotateCarouselTopIn {
    from {
        opacity: .3;
        -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg);
    }
}

@-moz-keyframes rotateCarouselTopIn {
    from {
        opacity: .3;
        -moz-transform: translateY(200%) scale(.4) rotateX(-65deg);
    }
}

@keyframes rotateCarouselTopIn {
    from {
        opacity: .3;
        transform: translateY(200%) scale(.4) rotateX(-65deg);
    }
}

@-webkit-keyframes rotateCarouselBottomOut {
    to {
        opacity: .3;
        -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg);
    }
}

@-moz-keyframes rotateCarouselBottomOut {
    to {
        opacity: .3;
        -moz-transform: translateY(200%) scale(.4) rotateX(-65deg);
    }
}

@keyframes rotateCarouselBottomOut {
    to {
        opacity: .3;
        transform: translateY(200%) scale(.4) rotateX(-65deg);
    }
}

@-webkit-keyframes rotateCarouselBottomIn {
    from {
        opacity: .3;
        -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg);
    }
}

@-moz-keyframes rotateCarouselBottomIn {
    from {
        opacity: .3;
        -moz-transform: translateY(-200%) scale(.4) rotateX(65deg);
    }
}

@keyframes rotateCarouselBottomIn {
    from {
        opacity: .3;
        transform: translateY(-200%) scale(.4) rotateX(65deg);
    }
}

/* sides */

@-webkit-keyframes rotateSidesOut {
    to {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(90deg);
    }
}

@-moz-keyframes rotateSidesOut {
    to {
        opacity: 0;
        -moz-transform: translateZ(-500px) rotateY(90deg);
    }
}

@keyframes rotateSidesOut {
    to {
        opacity: 0;
        transform: translateZ(-500px) rotateY(90deg);
    }
}

@-webkit-keyframes rotateSidesIn {
    from {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(-90deg);
    }
}

@-moz-keyframes rotateSidesIn {
    from {
        opacity: 0;
        -moz-transform: translateZ(-500px) rotateY(-90deg);
    }
}

@keyframes rotateSidesIn {
    from {
        opacity: 0;
        transform: translateZ(-500px) rotateY(-90deg);
    }
}

/* slide */

@-webkit-keyframes rotateSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes rotateSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes rotateSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes rotateSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes rotateSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes rotateSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

/* animation delay classes */

.pt-page-delay100 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s;
}

.pt-page-delay180 {
    -webkit-animation-delay: .180s;
    -moz-animation-delay: .180s;
    animation-delay: .180s;
}

.pt-page-delay200 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
}

.pt-page-delay300 {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

.pt-page-delay400 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}

.pt-page-delay500 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

.pt-page-delay700 {
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s;
}

.pt-page-delay1000 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}



/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

    /**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

    a:focus {
        outline: thin dotted;
    }

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.sweet-overlay {
    background-color: black;
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.sweet-alert {
    background-color: #FFF;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 400px;
    height: auto;
    padding: 4px 20px 30px 5px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
    -webkit-transition: all .5s ease-in-out;
    /*box-shadow: inset 0px 0px 25px 5px gray;*/
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    -webkit-transition: all .5s ease-in-out;
    color: #575757;
    font-size: 19px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: none;
    position: relative;
    margin: 0px;
    padding: 0;
    line-height: 40px;
    display: block;
    color: #008ec3;
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 8px;
    padding: 0;
    line-height: normal;
}

.sweet-alert fieldset {
    border: none;
    position: relative;
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

    .sweet-alert .sa-error-container.show {
        padding: 10px 0;
        max-height: 100px;
        webkit-transition: padding 0.2s, max-height 0.2s;
        transition: padding 0.25s, max-height 0.25s;
    }

    .sweet-alert .sa-error-container .icon {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #ea7d7d;
        color: whitesmoke;
        line-height: 15px;
        text-align: center;
        margin-right: 3px;
    }

    .sweet-alert .sa-error-container p {
        display: inline-block;
    }

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
        content: "";
        width: 20px;
        height: 6px;
        background-color: #f06e57;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -9px;
    }

    .sweet-alert .sa-input-error::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sweet-alert .sa-input-error::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sweet-alert .sa-input-error.show {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .sweet-alert input:focus {
        outline: none;
        box-shadow: 0px 0px 3px #c4e6f5;
        border: 1px solid #b4dbed;
    }

        .sweet-alert input:focus::-moz-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert input:focus:-ms-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert input:focus::-webkit-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

    .sweet-alert input::-moz-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert input:-ms-input-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert input::-webkit-input-placeholder {
        color: #bdbdbd;
    }

.sweet-alert.show-input input {
    display: block;
}

.sweet-alert button {
    background-color: #008ec3 !important;
    /*color: whitesmoke;*/
    width: 100px;
    height: 34px;
    border-radius: 2px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 25px;
    margin: -6px 7px 0 8px;
    cursor: pointer;
    color: #fff;
    box-shadow: 0px 0px 8px #888888;
    /*height: 40px;*/
    /*justify-content: center;
    -webkit-box-sizing: border-box;
    border-radius: 0px;
    background-color: #DD6B55 !important;
    width: 100px;
    height: 35px;
    color: white;
    font-weight: 300;
    font-size: large;
    padding: 0px 18px 0px 18px;*/
}

    .sweet-alert button:focus {
        outline: none;
        /*box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);*/
    }

    .sweet-alert button:hover {
        /*background-color: #a1d9f2;*/
    }

    .sweet-alert button:active {
        background-color: #81ccee;
    }

    .sweet-alert button.cancel {
        background-color: #D0D0D0;
    }

        .sweet-alert button.cancel:hover {
            background-color: #c8c8c8;
        }

        .sweet-alert button.cancel:active {
            /*background-color: #b6b6b6;*/
        }

        .sweet-alert button.cancel:focus {
            box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
        }

    .sweet-alert button::-moz-focus-inner {
        border: 0;
    }

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}

.sweet-alert .sa-icon {
    width: 40px;
    height: 40px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 10px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

    .sweet-alert .sa-icon.sa-error {
        border-color: #F27474;
    }

        .sweet-alert .sa-icon.sa-error .sa-x-mark {
            position: relative;
            display: block;
        }

        .sweet-alert .sa-icon.sa-error .sa-line {
            position: absolute;
            height: 3px;
            width: 30px;
            background-color: #F27474;
            display: block;
            top: 20px;
            border-radius: 2px;
            margin-left: 6px;
        }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 0px;
            }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 6px;
            }

    .sweet-alert .sa-icon.sa-warning {
        border-color: #F8BB86;
    }

        .sweet-alert .sa-icon.sa-warning .sa-body {
            position: absolute;
            width: 3px;
            height: 15px;
            left: 50%;
            top: 10px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #F8BB86;
        }

        .sweet-alert .sa-icon.sa-warning .sa-dot {
            position: absolute;
            width: 5px;
            height: 4px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-left: -3px;
            left: 50%;
            bottom: 10px;
            background-color: #F8BB86;
        }

    .sweet-alert .sa-icon.sa-info {
        border-color: #C9DAE1;
    }

        .sweet-alert .sa-icon.sa-info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 20px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #C9DAE1;
        }

        .sweet-alert .sa-icon.sa-info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 25px;
            background-color: #C9DAE1;
        }

    .sweet-alert .sa-icon.sa-success {
        border-color: #A5DC86;
    }

        .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
            content: '';
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            position: absolute;
            /*width: 60px;
            height: 120px;
            background: whitesmoke;*/
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .sweet-alert .sa-icon.sa-success::before {
            -webkit-border-radius: 120px 0 0 120px;
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
        }

        .sweet-alert .sa-icon.sa-success::after {
            -webkit-border-radius: 0 120px 120px 0;
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0px 60px;
            transform-origin: 0px 60px;
        }

        .sweet-alert .sa-icon.sa-success .sa-placeholder {
            display: none;
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165, 220, 134, 0.2);
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2;
        }

        .sweet-alert .sa-icon.sa-success .sa-fix {
            /*width: 5px;
            height: 90px;
            background-color: whitesmoke;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);*/
        }

        .sweet-alert .sa-icon.sa-success .sa-line {
            height: 5px;
            background-color: #A5DC86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
                left: 3px;
                top: 23px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                height: 4px;
            }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
                width: 28px;
                right: 1px;
                top: 18px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .sweet-alert .sa-icon.sa-custom {
        background-size: contain;
        border-radius: 0;
        border: none;
        background-position: center center;
        background-repeat: no-repeat;
    }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9;
}

    .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
        -ms-transform: rotate(45deg) \9;
    }

    .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
        -ms-transform: rotate(-45deg) \9;
    }

.main_slider img {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 540px) and (max-width: 1200px) {

    .main_slider img, .main_slider {
        display: block;
        width: 100%;
        height: 445px;
    }
}

@media only screen and (max-width: 540px) {

    .main_slider img, .main_slider {
        display: block;
        width: 100%;
        height: 90vh;
    }
}

.main_slider video {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 540px) and (max-width: 1200px) {

    .main_slider video, .main_slider {
        display: block;
        width: 100%;
        height: 445px;
    }
}

@media only screen and (max-width: 540px) {

    .main_slider video, .main_slider {
        display: block;
        width: 100%;
        height: 100%;
    }
}



.main_slider object {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 540px) and (max-width: 1200px) {

    .main_slider object, .main_slider {
        display: block;
        width: 100%;
        height: 445px;
    }
}

@media only screen and (max-width: 540px) {

    .main_slider object, .main_slider {
        display: block;
        width: 100%;
        height: 90vh;
    }
}

.main_slider htmldoc {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 540px) and (max-width: 1200px) {

    .main_slider htmldoc, .main_slider {
        display: block;
        width: 100%;
        height: 445px;
    }
}

@media only screen and (max-width: 540px) {

    .main_slider htmldoc, .main_slider {
        display: block;
        width: 100%;
        height: 90vh;
    }
    .post_slider {
        height: 85vh !important;
    }
}

@media only screen and (max-width: 768px) {
    .contact_form .col-xs-12 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .theme_config {
    margin-top: 75%;
    }
    .quaLogo1 {
        width: 80px !important;
        height: 55px;
        margin: 5px;
    }

    .quaLogo2 {
        margin: 4px 5px 0px 0px;
    }
    .statustext{
        margin-top:20%;
    }
    .CaptchaImg {
        max-width: 300px;
        margin-left: -8%;

    }
}

@media (min-width:767px) {
    .quaLogo1 {
        width: 95px !important;
        height: 73px !important;
        margin-top: -4px;
    }

    .quaLogo3 {
        height: 73px !important;
        margin-top: -2px;
    }
}

@media (min-width:1200px) {
    .quaLogo1 {
        margin-left: -12px;
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .quaLogo1 {
        margin-left: -20px;
    }
}

@media(max-width:768px) and (min-width:490px) {
    .quaLogo3 {
        height: 70px !important;
        margin-top: 5px;
    }
}

@media(max-width:490px) and (min-width:370px) {
    .quaLogo3 {
        height: 56px !important;
        margin-top: 5px;
    }
}

@media(max-width:370px) {
    .quaLogo3 {
        height: 48px !important;
        margin-top: 3px;
    }
}
@media(min-width:992px) {
    #footerNav{
        display:none !important;
    }

@media(max-width:767px) {
    .theme_config{
        margin-top:75%;
    }

}
.foot {
    height: 25px;
    background-color: #212121;
    opacity: 0.6;
}

    .foot p {
        color: white;
        padding-top: 4px;
        font-size:13px;
    }
/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(img/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

    .ui-widget-content a {
        color: #222222;
    }

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(img/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222222;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url(img/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #555555;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555555;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #999999;
        background: #dadada url(img/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-hover a, .ui-state-hover a:hover {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #aaaaaa;
        background: #ffffff url(img/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

.ui-widget :active {
    outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(img/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}

    .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(img/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

    .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
        color: #cd0a0a;
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(img/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(img/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(img/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(img/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(img/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(img/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(img/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(img/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url(img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
/*!
 * jQuery UI Resizable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
/*!
 * jQuery UI Selectable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
/*!
 * jQuery UI Accordion 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
    width: 100%;
}

    .ui-accordion .ui-accordion-header {
        cursor: pointer;
        position: relative;
        margin-top: 1px;
        zoom: 1;
    }

    .ui-accordion .ui-accordion-li-fix {
        display: inline;
    }

    .ui-accordion .ui-accordion-header-active {
        border-bottom: 0 !important;
    }

    .ui-accordion .ui-accordion-header a {
        display: block;
        font-size: 1em;
        padding: .5em .5em .5em .7em;
    }

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}
/*!
 * jQuery UI Autocomplete 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
    position: absolute;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.20
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                font-weight: normal;
                margin: -1px;
            }
/*!
 * jQuery UI Button 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
    width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
    width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/*button sets*/
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .1em 0;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
/*!
 * jQuery UI Slider 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }
/*!
 * jQuery UI Tabs 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 1px;
            margin: 0 .2em 1px 0;
            border-bottom: 0 !important;
            padding: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: .5em 1em;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                margin-bottom: 0;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
            }
    /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: none;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }
/*!
 * jQuery UI Datepicker 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display /**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/*!
 * jQuery UI Progressbar 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }
