.form-control {
    border-radius: 0;
}

.btn_flat {
    border-radius: 0;
}

.base .modal-content {
    border-radius: 0;
}

.base .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #231f20;
    background-color: #231f20;
    text-align: center;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.base .modal-title {
    color: #fff;
}

.base .close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.5;
}

    .base .close:focus, .base .close:hover {
        opacity: unset;
    }

    /*.base .close > img {
        height: 16px;
        width: auto;
    }*/
    .base .close > .si {
        color: #fff;
    }

.base .modal-body {
    min-height: 100px;
}

.base .modal-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.fpwd .modal-dialog {
    margin-top: 110px;
}

.artcleslist {
    z-index:10000
}
.artcleslist .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.artcleslist .modal-content {
    border-radius: 0;
    height: 100%;
    border: 0;
}

.artcleslist .modal-header {
    font-size: 16px;
}

.artcleslist .modal-body {
    min-height: 100px;
    overflow-x: hidden;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 50px);
    padding: 0;
}

.artcleslist .modal-header .center-bar {
    color: #fff;
}

    .artcleslist .modal-header .center-bar > span {
        display: inline-block;
        border-right: 1px solid #9e9e9e;
        padding: 0 15px;
    }

        .artcleslist .modal-header .center-bar > span:last-child {
            border-right: 0;
        }

.artcleslist .page_header {
    font-size: 16px;
    color: #f00;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
}

.artcleslist .page_content {
    display: block;
    margin-bottom: 15px;
}

    .artcleslist .page_content:last-child {
        margin-bottom: 0;
    }

    .artcleslist .page_content ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }


    .artcleslist .page_content > ul > li {
        display: block;
    }


        .artcleslist .page_content > ul > li .storybox {
            display: block;
            overflow: hidden;
            padding: 10px;
            border-bottom: 1px solid #d5d5d5;
        }

    /*.artcleslist .page_content:last-child > ul > li .storybox {
        border-bottom: 0;
    }*/
    .artcleslist .page_content:last-child > ul > li:last-child .storybox {
                border-bottom: 0;
     }

    .artcleslist .page_content > ul > li.active .storybox {
        background-color: #f0f0f0;
    }

    .artcleslist .page_content > ul > li .storybox > img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        object-position: center;
        margin-right: 10px;
        margin-bottom: 5px;
        float: left;
    }

    .artcleslist .page_content > ul > li .storybox > .storytitle {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
        color: #303030;
        font-weight: 700;
    }

        .artcleslist .page_content > ul > li .storybox > .storytitle:hover,
        .artcleslist .page_content > ul > li .storybox > .storytitle:focus {
            text-decoration: none;
        }


    .artcleslist .page_content > ul > li .storybox > .summarystory {
        font-size: 14px;
        display: block;
        color: #606060;
    }

.base.confirm .modal-body {
    font-size: 20px;
    text-align: center;
    padding: 30px 15px;
}



/* jquery ui base theme*/


.base_theme.ui-dialog {
    padding: 0;
    border: 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

.base_theme.ui-corner-all {
    border-radius: 0;
}

.base_theme .ui-widget-header {
    border: 0;
    background: #231f20;
    color: #f0f0f0;
    border-radius: 0;
    text-align: center;
}

.base_theme.ui-dialog .ui-dialog-titlebar-close {
    padding: 0px;
    border-radius: 0;
}

.base_theme .ui-datepicker-title {
    color: #303030;
}

.base_theme .ui-widget-content {
    border-radius: 0;
}


.base_theme .popup_body {
    padding: 15px;
    display: none;
}

.popup_editions .popup_body ul {
    padding: 0;
    margin: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style: none;
}

    .popup_editions .popup_body ul > li {
        padding: 0;
        margin: 0;
        display: inline-block;
    width: 100%;
    }

        .popup_editions .popup_body ul > li > span {
            padding: 5px 15px;
            font-size: 14px;
            color: #000000;
            display: block;
            cursor: pointer;
            border-bottom: 1px solid #e7e7e7;
        }

            .popup_editions .popup_body ul > li > span:hover, .popup_editions .popup_body ul > li > span:focus {
                color: #0f65ef;
            }

            .popup_editions .popup_body ul > li > span.edition-selected {
                color: #0f65ef;
                background: url(../img/ok.png);
                background-position: right center;
                background-repeat: no-repeat;
                background-size: 20px 20px;
                text-align: left;
            }

.base_theme.share_dialog .popup_body {
    padding: 30px 15px;
    text-align: center;
}

.base_theme.share_dialog #share-buttons a {
    margin-right: 15px;
    display: inline-block;
}
    .base_theme.share_dialog #share-buttons a:last-child {
        margin-right: 0;
    }
.base_theme.share_dialog #share-buttons .sb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 4px 6px;
    outline: none;
    cursor:pointer;
}
    .base_theme.share_dialog #share-buttons .sb.facebook {
        background-color: #46629E;
    }
    .base_theme.share_dialog #share-buttons .sb.twitter {
        background-color: #55ACEE;
    }
    .base_theme.share_dialog #share-buttons .sb.watsapp {
        background-color: #3cbc74;
    }
    .base_theme.share_dialog #share-buttons .sb .si {
        font-size: 42px !important;
        color: #fff;
    }

    .base_theme.share_dialog #share-buttons .sb.copy-link {
        background: #808080;
    }
   
.mobile_share_page .content .font_icon {
     text-align:center;
     margin-bottom:15px;
}
 .mobile_share_page .content .font_icon >a{
     margin-right:15px;
}
.popup_text_resize .font-minus, .popup_text_resize .font-plus {
    padding: 8px 10px;
    background-color: #333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}
.popup_text_resize .font-minus{
    margin-right:15px;
}
    .popup_text_resize .font-minus .si, .popup_text_resize .font-plus .si {
        color: #fff;
    }

.modal.modal-server-message {
    text-align: center;
    z-index: 1060;
}

.modal.modal-server-message:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.modal.modal-server-message .modal-dialog {
    max-width: 290px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal.modal-server-message .modal-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}
    .modal.modal-server-message .modal-body .message {
        border-radius: 6px 6px 0 0;
        padding: 15px;
    }
        .modal.modal-server-message .modal-body .message h3 {
            font-size: 22px;
            font-weight: 700;
            margin-top: 10px;
        }
        .modal.modal-server-message .modal-body .message p {
            font-size: 16px;
            color: #707070;
        }
    .modal.modal-server-message .modal-body .action {
        border-radius: 0 0 6px 6px;
    }

.btn-action {
    border-radius: 0 0 6px 6px;
    background-color: #f5931d;
    border-color: #f5931d;
    color: #fff;
}
    .btn-action:hover, .btn-action:focus {
        color: #fff;
        background-color: #dc7d09;
        border-color: #dc7d09;
    }
.server-message-close {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    border-radius: 50%;
    background: #000;
    width: 20px;
    height: 20px;
}
    .server-message-close .si {
        color: #fff;
        font-size: 14px;
    }
@media only screen and (max-width: 1023px) {
    .popup_editions .popup_body ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

/* three level and two level edition popup css start*/
.modal_editions_hierarchy .modal-dialog {
    width: 300px;
}

.modal_editions_hierarchy .modal-content {
    border-radius: 0;
}


.modal_editions_hierarchy .modal-header {
    background-color: #002266;
    padding: 10px 15px;
    border-bottom: 1px solid #002266;
    text-align: center;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.modal_editions_hierarchy .modal-title {
    color: #fff;
}

.modal_editions_hierarchy .close, .modal_editionsLevel3 .close {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
}
.modal_editions_hierarchy .close > img, .modal_editionsLevel3 .close > img {
    width: 20px;
    height: 20px;
}

.modal_editions_hierarchy .modal-body {
    padding: 0;
}

.modal_editions_hierarchy .panel-group {
    margin-bottom: 0;
}

    .modal_editions_hierarchy .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0;
        border-bottom: 1px solid #fff;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }
        .modal_editions_hierarchy .panel-group .panel:first-child {
            border-top: 1px solid #fff;
        }

        .modal_editions_hierarchy .panel-group .panel + .panel {
            margin-top: 0;
        }

.modal_editions_hierarchy .panel {
    border-radius: 0;
}

.modal_editions_hierarchy .panel-default > .panel-heading {
    color: #fff;
    background-color: #002266;
    border-color: #002266;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal_editions_hierarchy .panel-body {
    padding: 0;
}
 .modal_editions_hierarchy .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
 .modal_editions_hierarchy .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.modal_editions_hierarchy .list-group-item {
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding: 0;
}

.modal_editions_hierarchy .panel-group .panel-heading + .panel-collapse > .list-group, .modal_editions_hierarchy .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.modal_editions_hierarchy .list-group-item span {
    display: block;
    cursor: pointer;
    padding: 10px 15px;
}



    .modal_editions_hierarchy .list-group-item span.active {
        color: red;
    }

    .modal_editions_hierarchy .list-group-item span.second_level {
        font-weight: 700;
    }

    .modal_editions_hierarchy .list-group-item span .ellips {
        display: block;
        float: right;
        padding: 0;
        line-height: 1;
        letter-spacing: 1.5px;
    }

.editionsLevel3_backbutton {
    display: block;
    position: absolute;
    left: 15px;
}

.modal_editions_hierarchy .panel-heading {
    padding:0;
}
    .modal_editions_hierarchy .panel-heading .panel-title > a {
        padding: 10px 15px;
        display: block;
        width: 100%;
    }

        .modal_editions_hierarchy .panel-heading .panel-title > a:hover, .modal_editions_hierarchy .panel-heading .panel-title > a:focus {
            text-decoration: none;
        }

.modal_editions_hierarchy .list-group {
    margin-bottom: 0; 
}




@media only screen and (max-width: 767px) {
    .modal_editions_hierarchy .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}

    /* three level and two level edition popup css end */

.loader-overlay-bg {
  background-color: transparent;
  cursor: default;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}
.overlay-content {
  background-color: #000;
  border-radius: 40px;
  cursor: default;
  margin: 0 auto;
  opacity: 0.5;
  padding: 16px 20px;
  position: relative;
  top: 45%;
  width: 180px;
}
	.close-btn {
		cursor: pointer;
		border: 1px solid #333;
		padding: 2% 5%;
		background: #a9e7f9; /* fallback */
		background: -moz-linear-gradient(top,  #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e7f9), color-stop(4%,#77d3ef), color-stop(100%,#05abe0));
		background: -webkit-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		background: -o-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		background: -ms-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		background: linear-gradient(to bottom,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		border-radius: 4px;
		box-shadow: 0 0 4px rgba(0,0,0,0.3);
	}
	.close-btn:hover {
        background: #05abe0;
    }

    
  .overlay-content .cssload-jumping{
	position:relative;
	display:block;
	margin: 0 auto;
	width:107px;
}
	
.overlay-content .cssload-jumping, .overlay-content .cssload-jumping * {
	box-sizing: border-box;
}

.overlay-content .cssload-jumping span {
	display: inline-block;
	height: 15px;
	width: 15px;
	background: rgb(47,172,155);
	border-radius: 487px;
	background-clip: padding-box;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
}

.overlay-content > span {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
}

.overlay-content .cssload-jumping span:nth-child(1) {
	animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.overlay-content .cssload-jumping span:nth-child(2) {
	animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.overlay-content .cssload-jumping span:nth-child(3) {
	animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.overlay-content .cssload-jumping span:nth-child(4) {
	animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.overlay-content .cssload-jumping span:nth-child(5) {
	animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
@keyframes scale {
	0% {
		transform: scale(0);
	}
	25% {
		transform: scale(0.9, 0.9);
		background: rgb(147,225,215);
	}
	50% {
		transform: scale(1, 1);
		margin: 0 3px;
		background: rgb(47,172,155);
	}
	100% {
		transform: scale(0);
	}
}

@-o-keyframes scale {
	0% {
		-o-transform: scale(0);
	}
	25% {
		-o-transform: scale(0.9, 0.9);
		background: rgb(147,225,215);
	}
	50% {
		-o-transform: scale(1, 1);
		margin: 0 3px;
		background: rgb(47,172,155);
	}
	100% {
		-o-transform: scale(0);
	}
}

@-ms-keyframes scale {
	0% {
		-ms-transform: scale(0);
	}
	25% {
		-ms-transform: scale(0.9, 0.9);
		background: rgb(147,225,215);
	}
	50% {
		-ms-transform: scale(1, 1);
		margin: 0 3px;
		background: rgb(47,172,155);
	}
	100% {
		-ms-transform: scale(0);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
	}
	25% {
		-webkit-transform: scale(0.9, 0.9);
		background: rgb(147,225,215);
	}
	50% {
		-webkit-transform: scale(1, 1);
		margin: 0 3px;
		background: rgb(47,172,155);
	}
	100% {
		-webkit-transform: scale(0);
	}
}

@-moz-keyframes scale {
	0% {
		-moz-transform: scale(0);
	}
	25% {
		-moz-transform: scale(0.9, 0.9);
		background: rgb(147,225,215);
	}
	50% {
		-moz-transform: scale(1, 1);
		margin: 0 3px;
		background: rgb(47,172,155);
	}
	100% {
		-moz-transform: scale(0);
	}
}
@media(max-width: 576px) {
     .overlay-content img{
    width: 100%;
}
}




.modal-fullscreen {
    background: #fff;
    z-index: 1092;
}

.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
}

.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    background-color: #dddddd;
}

.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-help .modal-close {
    right: 0;
    position: absolute;
    top: 0;
    border-radius: 0;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 9;
}

.modal-help .modal-header {
    padding: 0;
}

.modal-help .modal-body {
    padding: 0;
}

    .modal-help .modal-body #carousel-desktop .item > img {
        margin: 0 auto;
    }

    .modal-help .modal-body #carousel-mobile .item > img {
        width: 100%;
        margin: 0 auto;
    }

    .modal-help .modal-body #carousel-mobile .carousel-indicators {
        bottom: 20px;
        margin-left: -16%;
        width: 30%;
    }

.carousel_button {
    bottom: 25px;
    position: absolute;
    right: 0;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 9;
    padding: 0 10px;
}

.carousel_button_mobile {
    bottom: 25px;
    position: absolute;
    right: 0;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 9;
    padding: 0 10px;
}

.carousel-desktop-close {
    cursor: pointer;
    float: left;
    margin: 0 5px;
}

    .carousel-desktop-close img {
        width: 32px;
    }

.carousel-desktop-play {
    cursor: pointer;
    float: left;
    margin: 0 5px;
}

    .carousel-desktop-play img {
        width: 32px;
    }

.carousel-desktop-pause {
    cursor: pointer;
    float: left;
    margin: 0 5px;
}

    .carousel-desktop-pause img {
        width: 32px;
    }

.carousel-mobile-close img {
    width: 32px;
}

.carousel-mobile-play {
    cursor: pointer;
    float: left;
    margin: 0 5px;
    z-index: 16;
}

    .carousel-mobile-play img {
        width: 32px;
    }

.carousel-mobile-pause {
    cursor: pointer;
    float: left;
    margin: 0 5px;
    z-index: 16;
}

    .carousel-mobile-pause img {
        width: 32px;
    }


.carousel-indicators li {
    background-color: #fff;
    border: 1px solid #000;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-inner > .item {
    background-color: #dddddd;
}

#carouselPause > img:active,
#carouselPause > img:focus,
#carouselPlay > img:active,
#carouselPlay > img:focus,
.carousel-desktop-close > img:active,
.carousel-desktop-close > img:focus {
    opacity: 0.3;
}

#carouselPauseMobile > img:active,
#carouselPauseMobile > img:focus,
#carouselPlayMobile > img:active,
#carouselPlayMobile > img:focus,
.carousel-mobile-close > img:active,
.carousel-mobile-close > img:focus {
    opacity: 0.3;
}

/**
 * jquery-bootstrap-scrolling-tabs
 * @version v0.7.1
 * @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
 * @author Mike Jacobson <michaeljjacobson1@gmail.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
/* line 21, jquery.scrolling-tabs.scss */
.scrtabs-tab-container * {
  box-sizing: border-box;
}

/* line 25, jquery.scrolling-tabs.scss */
.scrtabs-tab-container {
  height: 42px;
}
/* line 27, jquery.scrolling-tabs.scss */
.scrtabs-tab-container .tab-content {
  clear: left;
}

/* line 32, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%;
}

/* line 39, jquery.scrolling-tabs.scss */
.scrtabs-tabs-movable-container {
  position: relative;
}
/* line 41, jquery.scrolling-tabs.scss */
.scrtabs-tabs-movable-container .tab-content {
  display: none;
}

/* line 46, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow {
  border: 1px solid #dddddd;
  border-top: none;
  color: #428bca;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 12px;
  height: 42px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 13px;
  width: 20px;
}
/* line 59, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow:hover {
  background-color: #eeeeee;
}

/* line 64, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default;
}

/* line 69, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
}


/*
Theme Name: 	Theme Switcher
Theme URI: 		http://summitindia.com/
Description: 	This stylesheet for theme switching
Version: 		2.0.0
Author: 		Vinod Kumar Dhaker
Author URI: 	http://summitindia.com/
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * Theme Day * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */







/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * Theme Night * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.theme-night.app_root.index header, 
.theme-night.app_root.listview header, 
.theme-night.app_root.fullview header {
	background-color: #272b35;
border-bottom-color: #5b5b5b;
}

body.theme-night {
    color: #ffffff;
}

.theme-night .back-to-top, .theme-night .back-to-top:hover, .theme-night .back-to-top:focus {
    background: #fff;
}

.theme-night .header {
    background-color: #d9d9d9;
    border-bottom-color: #ffffff;
}

.theme-night .nav_action_bar {
    background-color: #101010;
    box-shadow: 0px 2px 2px 0px rgba(255, 255, 255, 0.20);
}

    .theme-night .nav_action_bar .list_one > li {
        border-right-color: #ffffff;
    }

    .theme-night .nav_action_bar .action_theme_switch {
        border-left-color: #ffffff;
    }

    .theme-night .nav_action_bar .list_one > li .action_page {
        background-color: transparent;
    }

    .theme-night .nav_action_bar .action_search input[type="text"] {
        border-bottom-color: #d9d9d9;
        background-color: transparent;
    }

.theme-night footer {
    background-color: #000;
}

/* INDEX PAGE START */

.index.theme-night .image_section {
    background: #404040;
}

.index.theme-night .supplement_section {
    background-color: #707070;
}

    .index.theme-night .supplement_section .supplements .supplement {
        border-right-color: #ffffff;
        color: #ffffff;
    }

.index.theme-night .thumbnails_section {
    background-color: #303030;
}

.index.theme-night .owl-carousel .item > p {
    color: #fff;
}

.index.theme-night .articles_section .articles_section_header .article_list_heading {
    background-color: #d9d9d9;
    color: #000000;
}

.index.theme-night .articles_section .articles_section_header .article_actions {
    background: #7f7f7f;
}

.index.theme-night .articles_section_body {
    background-color: #7f7f7f;
}

    .index.theme-night .articles_section_body .article_view {
        background-color: #222222;
    }

        .index.theme-night .articles_section_body .article_view .headline .head_line {
            color: #ffffff;
        }

        .index.theme-night .articles_section_body .article_view .headline .kicker {
            color: #ffffff;
        }

        .index.theme-night .articles_section_body .article_view .byline,
        .index.theme-night .articles_section_body .article_view .dateline {
            background-color: #8C8C8C;
        }

        .index.theme-night .articles_section_body .article_view #body {
            color: #ffffff;
        }

.index.theme-night .article_list ul li {
    border-bottom-color: #585858;
    background-color: transparent;
}

    .index.theme-night .article_list ul li.active {
        background-color: #222222;
    }

    .index.theme-night .article_list ul li span {
        color: #ffffff;
    }

    .index.theme-night .article_list ul li .summarystory {
        color: #ffffff;
    }

    /* INDEX PAGE END */



    /* LISTVIEW PAGE START*/

.listview.theme-night .col_sidebar {
    background-color: #7f7f7f;
}

    .listview.theme-night .col_sidebar .accordian > ul > li {
	background-color: #222222;
	border-bottom-color: #b0b0b0;
}
    .listview.theme-night .col_sidebar .accordian > ul > li:hover {
    background-color: #222222;
}
        .listview.theme-night .col_sidebar .accordian > ul > li > a {
	color: #ffffff;
}

.listview.theme-night .accordian ul ul {
	background-color: #ffffff;
	border-right-color: #7f7f7f;
	border-left-color: #222222;
}

    .listview.theme-night .accordian ul ul li {
        background-color: #222222;
        border-bottom-color: #b0b0b0;
    }
    .listview.theme-night .accordian ul ul li:hover, .listview.theme-night .accordian ul ul li.active {
    background-color: #fff;
}
        .listview.theme-night .accordian ul ul li:first-child {
            border-top-color: #b0b0b0;
        }

        .listview.theme-night .accordian ul ul li:last-child {
            border-bottom-color: #b0b0b0;
        }

    .listview.theme-night .accordian ul ul a {
        color: #ffffff;
    }
     .listview.theme-night .accordian ul ul li:hover > a {
    color: #222222;
    background-color: #fff;
}

        .listview.theme-night .accordian ul ul li > a:before {
            color: #222222;
        }
        .listview.theme-night .accordian ul ul li:hover > a:before {
            color: #222222;
        }

         .listview.theme-night .accordian ul ul.pg_thumb {
   background-color: #404040;
}
.listview.theme-night .accordian ul ul.pg_thumb li .pg_thumb_main_div {
    background-color: #404040;
}
.listview.theme-night .col_article_view .article_actions {
    background-color: #7f7f7f;
}
.listview.theme-night .col_article_view {
	border-color: #222222;
}
.listview.theme-night .col_article_view .article_body {
	background-color: #222222;
}

.listview.theme-night .col_article_view .article_body .headline .head_line {
    color: #ffffff;
}
.listview.theme-night .col_article_view .article_body .headline .kicker {
    color: #ffffff;
}

.listview.theme-night .col_article_view .article_body h1 {
    color: #ffffff;
}

.listview.theme-night .col_article_view .article_body h3 {
    color: #ffffff;
}

.listview.theme-night .col_article_view .article_body .byline {
    color: #ffffff;
}

.listview.theme-night .col_article_view .article_body .dateline {
    color: #303030;
}

.listview.theme-night .col_article_view .article_body #body p {
    color: #ffffff;
}

.listview.theme-night .col_article_view .article_body #articleimg h6 {
    color: #ffffff;
}

/* LISTVIEW PAGE END */



.mega-dropdown-menu {
    position: absolute;
    top: 155px;
    right: 0;
    z-index: 1030;
    background-color: #303030;
    padding: 5px;
    width: 600px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    color: #fff;
    list-style: none;
    display: none;
}

.mega-dropdown-menu_no_thumb {
    position: absolute;
    top: 155px;
    right: 0;
    z-index: 1030;
    background-color: #303030;
    padding: 5px;
    width: 450px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    color: #fff;
    list-style: none;
    display: none;
}


    .mega-dropdown-menu li {
        float: left;
        padding: 5px;
        width: 33.33%;
    }

    .mega-dropdown-menu_no_thumb li {
        float: left;
        padding: 5px;
        width: 49.33%;
    }

        .mega-dropdown-menu li .checkbox {
            margin-bottom: 0;
        }


.page_view_box {
    background-color: #707070;
    display: block;
    overflow: hidden;
    padding: 0 5px;
    width: 100%;
    border: 1px solid transparent;
    background-color: #707070 !important;
}

    .page_view_box:hover {
        border: 1px solid #222222;
    }


    .page_view_box .header {
        float: left;
        padding: 10px;
        width: 100%;
        text-align: center;
    }

    .page_view_box .body a img {
        height: 100%;
        max-width: 100%;
        width: 100%;
    }

    .page_view_box .body {
        float: left;
        width: 100%;
    }


        .page_view_box .body > img {
            width: 100%;
            max-width: 100%;
        }

        .page_view_box .body > p {
            margin: 0;
            text-align: center;
            color: #fff;
        }

    .page_view_box span>.si {
        display: block;
        color: #fff;
    }

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

    .mega-dropdown-menu > li > ul > li {
        list-style: none;
    }

        .mega-dropdown-menu > li > ul > li > a {
            display: block;
            color: #222;
            padding: 3px 5px;
        }

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    padding-top: 50px;
}


.page_carousel.owl-theme .owl-nav .owl-prev, .page_carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    margin: 0;
    padding: 0;
    top: calc(50% - 16px);
    width: 40px;
    height: 70px;
}

    .page_carousel.owl-theme .owl-nav .owl-prev span, .page_carousel.owl-theme .owl-nav .owl-next span {
        background-color: rgb(240, 173, 78);
        width: 24px;
        display: block;
        /* height: 25px; */
        padding: 7px 5px;
        
    }

        .page_carousel.owl-theme .owl-nav .owl-prev span > .si, .page_carousel.owl-theme .owl-nav .owl-next span > .si {
            font-size: 26px;
        }

.page_carousel.owl-theme .owl-nav .owl-prev {
    left: 0px;
    padding: 15px 15px 15px 0;
}

.page_carousel.owl-theme .owl-nav .owl-next {
    right: 0px;
    padding: 15px 0 15px 15px;
}

.image-crop-enable .page_carousel.owl-theme .owl-nav .owl-prev {
    left: -15px;
   
}

.image-crop-enable .page_carousel.owl-theme .owl-nav .owl-next {
    right: -15px;
    
}


.ads_area_300X250 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}


.ep-cross-pro {
   width: auto;
}

    .ep-cross-pro .heading {
        font-size: 14px;
        display: block;
        width: 100%;
        background: #d9d9d9;
        padding: 5px 15px;
    }

    .ep-cross-pro .ep {
        display: flex;
        width: 100%;
        padding: 10px 15px;
        flex-direction: row;
    }
        .ep-cross-pro .ep span {
            padding: 0 15px;
            border-right: 1px solid #ccc;
            width: 50%;
            display: block;
            text-align: center;
        }
        .ep-cross-pro .ep span:first-child {
            padding-left: 0;           
        }
            .ep-cross-pro .ep span:last-child {
                padding-right: 0;
                border-right:0;
            }
        .ep-cross-pro .ep a {
            display: inline;
            margin-right: 15px;
            padding: 5px;
        }

            .ep-cross-pro .ep a:last-child {
                margin-right: 0;
            }

            .ep-cross-pro .ep a > img {
               max-height: 30px;
               max-width: 120px;
            }


.header {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    justify-content: center;
    height: 50px;
    padding: 5px 15px;
    box-shadow: 0px 1px 2px 0px rgba(182, 180, 180,0.3);
    /*box-shadow: 0 1px 0 hsla(0,3%,67%,.1),0 2px 1px hsla(0,1%,71%,.1);*/
    background-color: #fff;
}

.logo {
    width: auto;
    height: auto;
}

    .logo > a > img {
        max-height: 40px;
    }
.si {
    font-size: 20px;
}
.ic_sitemenu {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
}

    /*.ic_sitemenu > img {
        border: 0;
        max-height: 20px;
    }*/

.ic_usermenu {
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
}

    /*.ic_usermenu > img {
        border: 0;
        max-height: 20px;
    }*/

footer {   
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: 60px;*/
    width: 100%;
    background-color: #595959;
}
.footer_input_class {
    margin-top: 0px !important;
}

    footer .footer_text {
        text-align: center;
    }

    footer > .footer_text > p {
        color: rgba(255,255,255,0.5);
        font-size: 12px;
        margin: 0;
    }

        footer > .footer_text > p > a {
            color: rgba(255,255,255,0.8);
            font-style: italic;
        }

            footer > .footer_text > p > a:focus {
                color: #ffffff;
                text-decoration: none;
            }

    footer .disclaimer {
        text-align: center;
        color: rgba(255,255,255,0.5);
        font-size: 12px;
        position: relative;
    }
        footer .disclaimer > p {
            height: 35px;
            overflow: hidden;
            margin: 0;
        }
.disclaimer .expender_link {
    display: block;
    background-color: #595959;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 6px;
    padding-right: 30px;
}
    .disclaimer .expender_link > a {
        color: #cc0000;
        font-weight: 700;
        font-size: 12px;
    }
.expender_link .show_less {
    display: none;
}
.top-ads-area {
    margin: 8px auto;
    text-align:center;
}

.middle-ads-area {
    margin: 0px auto;
}

.bottom-ads-area {
    margin: 15px auto;
}

.sitecover {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: calc(100% - 60px);
}

.sound {
    display: inline-block;
    position: absolute;
    top: 2px;
    z-index: 1020;
    left: 5px;
    background: #fff;
    width: 52px;
    height: 18px;
    border-radius: 10px;
}
    .sound > .si {
        font-size: 25px;
        height: 18px;
    }
    .sound > .si-audio-on {
        top: 0;
        left: 0;
        position: absolute;
    }
        .sound > .si-audio-on::before {
            top: -1px;
            left: -1px;
            position: relative;
        }
    .sound > .si-audio-off::before {
        top: -2px;
        left: -1px;
        position: relative;
    }
    .sound > .si-on-bg {
        top: 0;
        left: 0;
        position: absolute;
        color: #fff;
    }
        .sound > .si-on-bg::before {
            top: -1px;
            left: -1px;
            position: relative;
        }
   

/*.sound {
    position: absolute;
    left: 5px;
    top: 0;
    width: 55px;
    z-index: 1020;
}

    .sound > img {
        width: 100%;
        height: auto;
    }*/


.reso_toggle {
    display: inline-block;
    position: absolute;
    top: 2px;
    z-index: 1020;
    right: 5px;
    background: #fff;
    width: 52px;
    height: 18px;
    border-radius: 10px;
}

    .reso_toggle > .si {
        font-size: 25px;
        height: 18px;
    }

    .reso_toggle > .si-hd-on {
        top: 0;
        left: 0;
        position: absolute;
    }

        .reso_toggle > .si-hd-on::before {
            top: -1px;
            left: -1px;
            position: relative;
        }

    .reso_toggle > .si-hd-off::before {
        top: -2px;
        left: -1px;
        position: relative;
    }

    .reso_toggle > .si-on-bg {
        top: 0;
        left: 0;
        position: absolute;
        color: #fff;
    }

        .reso_toggle > .si-on-bg::before {
            top: -1px;
            left: -1px;
            position: relative;
        }
/*.reso_toggle {
    width: 55px;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1020;
}

    .reso_toggle > img {
        width: 100%;
    }*/

.page_image_section {
   /* background-color: #bec3c7;*/
    width: 100%;
    padding: 10px 5px 5px 5px;
    position: relative;
}

.image-crop-enable .page_image_section {
    padding: 10px 15px 5px 15px;
}

    .page_image_section .prevpage {
        position: absolute;
        left: 0;
        top: calc(50% - 16px);
        z-index: 1029;
    }
    .page_image_section .prevpage {
        padding: 15px 15px 15px 0;
    }
    .page_image_section .nextpage {
        padding: 15px 0 15px 15px;
    }
        .page_image_section .prevpage, .page_image_section .nextpage {
        position: absolute;
        right: 0;
        top: calc(50% - 16px);
        z-index: 1029;
        width: 40px;
        height: 70px;
        
        cursor: pointer;
    }
            .page_image_section .prevpage span, .page_image_section .nextpage span {
                background-color: rgb(240, 173, 78);
                color: #fff;
                padding: 5px 4px;
                display: block;
                width: 22px;
            }
            .page_image_section .prevpage span > .si, .page_image_section .nextpage span > .si {
                font-size: 26px;
            }
        /*.page_image_section .prevpage img,.page_image_section .nextpage img {
            width: auto;
            max-width: 40px;
        }*/
        .page_image_section .nextpage .show {
            /*display:block;*/
        }

        .page_image_section .nextpage .hide {
            /*display:none;*/
        }

.p .page_carousel_box {
    width: 100%;
    border-color: #fff;
    background-color: #fff;
}

.page_carousel_box .main_img_bx {
    /*display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        position: relative;
       
        background: #fff;
        border: 10px solid #fff;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    /*background: #bec3c7;*/
    background: #fff;
    /*border: 10px solid #fff; */
    min-height: 450px;
}


.main_img_bx .owl-carousel .item .images-layer {
    position: relative;
}


 .main_img_bx .owl-carousel .item .images-layer .img-one {
        position: absolute;
        top: 0;
        left: 0;
    }


 .main_img_bx .owl-carousel .item .images-layer .img-two {
        position: absolute;
        top: 0;
        left: 0;
    }


.page_carousel_box .image_layer {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}

    .page_carousel_box .image_layer > .img_jpg,
    .page_carousel_box .image_layer > .img_png {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        height: auto;
    }

    .page_carousel_box .image_layer.ads__slot {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #505050 !important;
    }
/*.page_carousel_box > img {
        width: 100%;
        border-width:1px;
        border-style:solid;
        border-color:#ffffff;
    }*/

.page_carousel_box .link-image-gallery .link-image-gallery-slides .item img {
    max-width: 100%;
    width: 100% !important;
}

.supplements_section {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 25px;
    align-items: center;
    padding: 5px 15px;
    background-color: #d9d9d9;
}

.supplements_list {
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
    /*-webkit-overflow-scrolling: auto;*/ /* Stops scrolling immediately */
    overflow: auto;
}

    .supplements_list > ul {
        display: block;
        padding: 0;
        margin: 0;
        white-space: nowrap;
        list-style: none;
    }

        .supplements_list > ul > li {
            display: inline-block;
        }

            .supplements_list > ul > li .supplement {
                 display: block;
                padding: 0px 15px;
                cursor: pointer;
                font-size: 14px;
                border-right-width: 1px;
                border-right-style: solid;
                border-right-color: rgba(0,0,0,0.5);
                color: #505050;
            }

                .supplements_list > ul > li .supplement.active {
                    font-weight: 700;
                    color: rgba(0,0,0,1);
                }

            .supplements_list > ul > li:first-child .supplement {
                padding-left: 0;
            }

            .supplements_list > ul > li:last-child .supplement {
                border-right: 0;
                padding-right: 0;
            }

.thumbnails_section {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #505050;
    padding: 2px 2px;
}
    
        .thumbnails_section .owl-theme .owl-nav .owl-prev, .thumbnails_section .owl-theme .owl-nav .owl-next {
        position: absolute;
        margin: 0;
        padding: 0;
        top: calc(50% - 25px);
        width: 30px;
        height: 52px;
    }
            .thumbnails_section .owl-theme .owl-nav .owl-prev span, .thumbnails_section .owl-theme .owl-nav .owl-next span {
                background-color: rgb(240, 173, 78);
                width: 16px;
                display: block;
                height: 25px;
                padding: 2px 0;
            }
        .thumbnails_section .owl-theme .owl-nav .owl-prev span > .si, .thumbnails_section .owl-theme .owl-nav .owl-next span > .si {
            
        }
    .thumbnails_section .owl-theme .owl-nav .owl-prev {
        left: 0;
        padding: 13px 13px 13px 0;
    }

    .thumbnails_section .owl-theme .owl-nav .owl-next {
        right: 0;
        padding: 13px 0 13px 13px;
    }

.owl-carousel .item {
    position: relative;
}

    .owl-carousel .item img {
        border: 2px solid transparent;
        padding: 2px;
    }

        .owl-carousel .item img.selectedIMG, .owl-carousel .item img:hover {
            border: 2px solid #f5931d;
            padding: 2px;
        }

    .owl-carousel .item .page_title {
        color: #fff;
        display: block;
        text-align: center;
        font-size: 11px;
        height: auto !important;
        background: transparent !important;
    }

/*.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(50% - 15px);
}*/

/*.owl-theme .owl-nav .owl-prev {
    left: -15px;
}

.owl-theme .owl-nav .owl-next {
    right: -15px;
}*/

.thumb-placeholder {
    width: 80px;
    height: 140px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index:-1;
}
.pg_load_img {
    width: 100px;
    /*height: 88px;*/
    position: relative;
    /*top: calc(50% - 44px);*/
    top: calc(30% - 5px);
    left: calc(50% - 50px);
    z-index: -1;
}
.pg_slow_load_img {
    width: 100px;
    /*height: 88px;*/
    position: relative;
    top: calc(66% - 50px);
    left: calc(50% - 50px);
    z-index: -1;
}

.articlelist_section {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.articlelist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.articlelist_header {
    width: 100%;
    height: 25px;
    padding: 5px 0;
    background-color: #d9d9d9;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

    .articlelist_header > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: auto;
        display: block;
        max-width: 100%;
    }

        .articlelist_header > ul > li {
            display: inline-block;
        }

            .articlelist_header > ul > li > span {
                display: inline-block;
                padding: 0 5px;
                border-right-width: 1px;
                border-right-style: solid;
                border-right-color: #000000;
                font-size: 12px;
            }

            .articlelist_header > ul > li:last-child > span {
                border-right-width: 0;
            }

            .articlelist_header > ul > li:nth-last-child(2) > span {
                border-right-width: 0;
            }


.articlelist_header > ul > li > span.arrow {
    padding-right: 16px;
}

                .articlelist_header > ul > li > span.arrow::after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-top: 6px solid;
                    border-right: 3px solid transparent;
                    border-bottom: 3px solid transparent;
                    border-left: 3px solid transparent;
                    margin-top: 6px;
                    position: absolute;
                    margin-left: 3px;
                }

.articlelist .articlelist_body {
    width: 100%;
    padding: 5px 5px;
    display: flex;
    flex-direction: row;
    background-color: #f2f2f2;
}

    .articlelist .articlelist_body > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        display: block;
    }

        .articlelist .articlelist_body > ul > li {
            position: relative;
        }

            .articlelist .articlelist_body > ul > li > .article_box {
                display: block;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #acacac;
                overflow: hidden;
                background-color: #f2f2f2;
                padding: 5px;
                position: relative;
            }

            .articlelist .articlelist_body > ul > li:last-child > .article_box {
                border-bottom: none;
            }

            .articlelist .articlelist_body > ul > li > .article_box.active {
                background-color: #ffffff;
            }

.article_box .thumb {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

    .article_box .thumb > img {
        object-fit: cover;
        height: 60px;
        width: 60px;
        object-position: center;
    }

.article_box .urlIcon {
    position: absolute;
    right: 8px;
    top: calc(50% - 16px);
}

.article_box .title {
    font-size: 14px;
    color: rgba(0,0,0,0.7);
}

.article_box .summary {
    font-size: 14px;
    color: rgba(0,0,0,0.5);
}

.pagerectangle {
    position: absolute;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
}

.fever-fm {
    margin: 5px 5px 5px 5px;
}
/*  mobile share page and shareimage page start */

.mobile_share_page .ic_page_close, .mobile_shareimage_page .ic_page_close {
    position: absolute;
    right: 15px;
    opacity: 0.7;
    cursor:pointer;
}

    .mobile_share_page .ic_page_close:hover, .mobile_shareimage_page .ic_page_close:hover, .mobile_share_page .ic_page_close:focus, .mobile_shareimage_page .ic_page_close:focus {
        opacity: unset;
    }

    /*.mobile_share_page .ic_page_close > img, .mobile_shareimage_page .ic_page_close > img {
        max-height: 20px;
    }*/

.mobile_share_page .sitecover, .mobile_shareimage_page .sitecover {
    min-height: calc(100% - 60px);
}

.mobile_share_page .pagecontent,
.mobile_shareimage_page .pagecontent {
    width: 100%;
    min-height: 100%;
}

    .mobile_share_page .pagecontent .share_article {
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }

    .mobile_share_page .pagecontent #row_view {
        /*display: flex;
        flex-direction: row;*/
        min-height: 100%;
        /*flex-basis: auto;
        flex-shrink: 1;
        flex-grow: 1;
        flex-wrap: wrap;*/
    }

.mobile_share_page .share_article .articles_section_header, .mobile_shareimage_page .share_article .articles_section_header {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
}

    .mobile_share_page .share_article .articles_section_header .article_actions, .mobile_shareimage_page .share_article .articles_section_header .article_actions {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        padding: 5px 5px;
        background-color: #d9d9d9;
    }

        .mobile_share_page .share_article .articles_section_header .article_actions ul, .mobile_shareimage_page .share_article .articles_section_header .article_actions ul {
            display: flex;
            margin: 0;
            padding: 0;
            list-style: none;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

            .mobile_share_page .share_article .articles_section_header .article_actions ul li, .mobile_shareimage_page .share_article .articles_section_header .article_actions ul li {
                display: inline-flex;
                width: 15%;
            }

                .mobile_share_page .share_article .articles_section_header .article_actions ul li .action, .mobile_shareimage_page .share_article .articles_section_header .article_actions ul li .action {
                    display: block;
                    text-align: center;
                    margin: 0 auto;
                }

                    .mobile_share_page .share_article .articles_section_header .article_actions ul li .action span, .mobile_shareimage_page .share_article .articles_section_header .article_actions ul li .action span {
                        display: flex;
                        cursor: pointer;
                        overflow: hidden;
                        flex-direction: column;
                    }

                        /*.mobile_share_page .share_article .articles_section_header .article_actions ul li .action span img, .mobile_shareimage_page .share_article .articles_section_header .article_actions ul li .action span img {
                            display: block;
                            margin: 0 auto;
                            height: 16px;
                        }*/

                        .mobile_share_page .share_article .articles_section_header .article_actions ul li .action span label, .mobile_shareimage_page .share_article .articles_section_header .article_actions ul li .action span label {
                            font-weight: 500;
                            margin: 0;
                            font-size: 10px;
                            cursor: pointer;
                        }

.mobile_share_page .headline {
    display: block;
    padding: 5px 10px;
    background-color: #231f20;
    position: relative;
    width: 100%;
}

    .mobile_share_page .headline .urlIcon {
        position: absolute;
        right: 10px;
        top: calc(50% - 16px);
    }

    .mobile_share_page .headline .head_line {
        display: block;
        font-size: 36px;
        color: rgb(255, 255, 255);
    }

    .mobile_share_page .headline .kicker {
        display: block;
        font-size: 24px;
        color: rgba(255,255,255,0.8);
    }

     .mobile_share_page .ads_area_headLine {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}
    .mobile_share_page .ads_area_headLine .ads {
    margin: 15px auto;
}
    .mobile_share_page .ads {
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    clear:both;
}

/*.mobile_share_page .articles_section_body_imgview, .mobile_shareimage_page .articles_section_body_imgview {
    width: 100%;
    padding: 15px;
    background-color: #fff;
}*/
mobile_share_page .articles_section_body_imgview, .mobile_shareimage_page .articles_section_body_imgview {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    position: relative;
}

.mobile_share_page .articles_section_body_imgview .urlIcon {
    position: absolute;
    right: 15px;
    top: 15px;
}

.mobile_share_page .articles_section_body_imgview {
    display: none;
        text-align: center;
}

.mobile_shareimage_page .articles_section_body_imgview {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap:wrap;
}

    .mobile_shareimage_page .articles_section_body_imgview #imageBox {
        position: relative;
    }
        .mobile_shareimage_page .articles_section_body_imgview #imageBox .link-image-gallery {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }
            .mobile_shareimage_page .articles_section_body_imgview #imageBox .link-image-gallery img {
                max-width: 100%;
            }

        .mobile_shareimage_page .articles_section_body_imgview #imageBox > span {
            display: block;
            width: 100%;
        }

    .mobile_share_page .articles_section_body_imgview > img, .mobile_shareimage_page .articles_section_body_imgview #imageBox > img {
        max-width: 100%;
        width: auto;
        /*border-width: 10px;
        border-style: solid;
        border-color: #ffffff;
        background-color: #fff;*/
        margin-bottom: 15px;
    }

.mobile_share_page .articles_section_body_textview {
    display: block;
    width: 100%;
    padding: 5px 10px 10px;
    background-color: #fff;
    flex-basis: auto;
    flex-shrink: 1;
    flex-grow: 1;
}

    .mobile_share_page .articles_section_body_textview .article_date {
        display: inline-block;
        clear: both;
    }

    .mobile_share_page .articles_section_body_textview .article_date {
        display: block;
        clear: both;
    }

    .mobile_share_page .articles_section_body_textview .byline {
        display: inline-block;
        clear: both;
    }

    .mobile_share_page .articles_section_body_textview .articleimage {
        margin: 0 -10px;
        display: block;
    }

        .mobile_share_page .articles_section_body_textview .articleimage img {
            max-width: 100%;
        }

        .mobile_share_page .articles_section_body_textview .articleimage h6 {
            margin: 5px 10px 10px;
        }

    .mobile_share_page .articles_section_body_textview .div_article_image {
        margin-bottom: 5px;
        margin-left: 5px;
    }

        .mobile_share_page .articles_section_body_textview .div_article_image .main_img_Number {
            margin-bottom: 10px;
        }

            .mobile_share_page .articles_section_body_textview .div_article_image .main_img_Number:last-child {
                margin-bottom: 0;
            }

    .mobile_share_page .articles_section_body_textview .story_body {
        font-size: 14px;
    }

    .mobile_share_page .articles_section_body_textview #articleAdsPara {
        display: block;
        width: calc(100% + 20px);
        text-align: center;
        float: left;
        flex-grow: 1;
        flex-shrink: 1;
        margin: 10px 0 10px -10px;
    }

.mobile_share_page .social_share_box, .mobile_shareimage_page .social_share_box {
    display: block;
    width: 30px;
    position: fixed;
    left: 0;
    bottom: 60px;
}

    .mobile_share_page .social_share_box > a, .mobile_shareimage_page .social_share_box > a {
        display: block;
    }

        .mobile_share_page .social_share_box > a > img, .mobile_shareimage_page .social_share_box > a > img {
            display: block;
            width: 24px;
            height: 24px;
        }

.mobile_share_page .sub_article {
    background: #ffecdd;
    padding: 5px;
    margin: 5px auto;
}

    .mobile_share_page .sub_article:last-child {
        margin-bottom: 0;
    }

.mobile_share_page .sub_article_head {
    margin-bottom: 5px;
    display: block;
    font-size: 18px;
}

.mobile_share_page .sub_article_body {
    font-size: 14px;
}

.mobile_share_page .prev_article, .mobile_share_page .next_article {
    display: inline-block;
    font-size: 14px;
    position: fixed;
    top: calc(50% - 18px);
    z-index: 101;
    background-color: #ff0000;
    width: 22px;
    height: 36px;
    padding: 3px 0;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
}

.mobile_share_page .prev_article {
    left: 0;
}

.mobile_share_page .next_article {
    right: 0;
}

    .mobile_share_page .prev_article > .si, .mobile_share_page .next_article > .si {
        font-size: 30px;
        color: #fff;
    }


.index_mobile .urlIcon {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    z-index: 999;
}

    .index_mobile .urlIcon a {
        display: block;
    }

    .index_mobile .urlIcon img {
        width: 100%;
        height: auto;
    }

.index_mobile .articlelist_body .urlIcon {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: 10px;
    top: calc(50% - 28px);
}

    .index_mobile .articlelist_body .urlIcon img {
        width: 100%;
        height: auto;
    }


.header-btn-subscribe {
    margin-left: 14px;
}

.header-btn-img-subscribe {
    min-width: 65px;
    max-width: 195px;
    min-height: 18px;
    max-height: 54px;
}

.header-logo-img {
    max-width: 160px;
    /* min-height: 22.5px; */
}
.is_subscribe_cta.header {
    flex-direction: column;
}

.is_subscribe_cta .header-btn-subscribe {
    margin-right: 30px;
    align-self: flex-end;
    margin-top: -20px;
}


/* css for Mindex page social share button start */
.social_share_box_Container {
    position: absolute;
    z-index: 1029;
    right: 0px;
    top: 15px;
}

.social_share_box_Container .ssb.share {
    background-color: #95D03A;
}

.social_share_box_Container .ssb .si {
    color: #fff;
    font-size: 20px !important;
}

.social_share_box_Container .ssb {
    width: 30px;
    padding: 5px 6px;
    display: block;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}

.social_share_box .ssb {
    width: 30px;
    padding: 5px 6px;
    display: block;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}

    .social_share_box .ssb.fb {
        background: #46629E;
    }

    .social_share_box .ssb.twitter {
        background: #000;
    }

.social_share_box .copy-link {
    background: #4F4F4F;
}

.social_share_box .mail {
    background: #4F4F4F;
}

.social_share_box .watsapp {
    background: #25D366;
}

.social_share_box .ssb .si {
    color: #fff;
    font-size: 20px !important;
}

/* css for Mindex page social share button end */

@media only screen and (max-width:420px) {
    .is_subscribe_cta .logo {
        margin-right: 10%;
    }
}
@media only screen and (max-width:375px) {
    .is_subscribe_cta .logo {
        margin-right: 25%;
    }
}

.login-popup-backdrop {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display:none;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
/*my css start*/
.login-popup-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 30px;
    background: #fff;
}
.paywall-header {
    background: #fff;
    position: relative;
    width: 100%;
    display:flex;
    align-items:center;
}
.paywall_heading {
    width:40%;
}
.paywall_loginregister {
    width:60%;
}
.paywall_loginregister p {
    margin: 0px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #0009;
}
.paywall_loginregister p  a{
    color: #1b519a;
}
.paywall-header h3 {
    color: #1b519a;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 41px;
    margin: 0px;
    margin-left: 0px;
    width: 100%;
    font-weight: 900;
}

.close {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 99;
    color: #0009;
    font-size: 18px;
    line-height: inherit;
    text-shadow: none;
    opacity: 1;
}
.close .si{
    color: #0009;
}
.paywall-content {
    width: 100%;
    display: flex;
    align-items: center;
}
.laptop-img ul li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
}
.laptop-img ul li a{
    color: #0009;
    font-size: 18px;
}
.laptop-img ul li a span{
    margin-right:10px;
    color:#1b519a;
    font-size: 30px;
}
.content-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    align-items: flex-end;
    margin-top: 10px;
}

.laptop-img {
    width: 40%;
}
.laptop-img ul{
    padding:0px;
}
.laptop-img img{
    width:200px;
    display:none;
}
.details-box {
    background: #fff;
    width: 60%;
}

.detail-content {
    width: 100%;
    background: #bfbfbf;
    height: 201px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-popup-inner .content-box .details-box .detail-content {
    display: none;
}

.login-popup-inner .content-box .details-box img {
    display: block !important;
    width: 100%;
}

/*.login-popup-inner .content-box .details-box img {
    display:none;
}*/
.detail-content p {
    color: #fff;
    margin: 0px;
    font-size: 20px;
}

/*.detail-content_l {
    width: 90%;
    text-align: left;
}

.detail-content_r {
    width: 9%;
}

.detail-content_l ul li {
    display: block;
    list-style: none;
}

.detail-content_l ul li a {
    color: #0009;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    margin-left: 20px;
}

.detail-content_l ul li a:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -20px;
    width: 5px;
    height: 5px;
    background: #00000073;
    border-radius: 50%;
}

.detail-content_r a {
    color: #2f5597;
    font-size: 25px;
    font-weight: 700;
}

.detail-content_r p {
    color: #0009;
    font-size: 17px;
    font-weight: 500;
}*/
/*responsive css start*/
@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1285px) {
}

@media only screen and (max-width: 1024px) {
    .paywall_heading {
        width: 50%;
    }
    .paywall-header h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .paywall_loginregister {
        width: 50%;
    }
    .paywall_loginregister p {
        font-size: 17px;
    }
    .laptop-img {
        width: 50%;
    }
    .laptop-img ul li a {
        font-size: 15px;
    }
    .laptop-img ul li a span {
        font-size: 25px;
    }
    .details-box {
        width: 50%;
    }
    .login-popup-inner {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
    .laptop-img {
        width: 100%;
    }
    .laptop-img ul {
        padding: 0px;
        display: inline-block;
    }
    .laptop-img img {
        width: 200px;
        display: inline-block;
        margin-left: auto;
        float: right;
    }
    .details-box {
        width: 100%;
    }
    .detail-content {
        height: 100px;
        margin-top: 10px;
    }
    .content-box {
        margin-top: 0px;
    }
    .paywall-header {
        align-items: flex-start;
    }
    .paywall-header h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .paywall_loginregister p {
        font-size: 15px;
        margin-left: auto;
        width: 200px;
    }
    .close {
        top: 0px;
        right: 0px;
    }
}

@media only screen and (max-width: 585px) {
}

@media only screen and (max-width: 499px) {
}

@media only screen and (max-width: 375px) {
}
/*my css end*/
    .login-popup-inner .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
.close-button {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 40px;
    top: -20px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.col-left, .col-right {
    float: left;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.col-left {
    width: calc(100% - 423px);
}

.col-right {
    width: 423px;
}

.media-showcase {
    width: 436px;
    position: absolute;
    top: 54px;
}

    .media-showcase > img {
        width: 100%;
        max-width: 100%;
    }

.heading-main {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    display: block;
    margin-bottom: 29px;
    margin-top: 29px;
    font-family: 'Fira Sans', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.features-container {
    display: flex;
    flex-direction: row;
    /* margin-bottom: 30px; */
    /* margin-top: 30px; */
    margin: 39px 0;
}

    .features-container .feature {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-right: 40px;
    }

.feature .icon {
    /* width: 24px; */
    /* height: 24px; */
    display: block;
    margin-right: 8px;
    /* border-radius: 20px; */
    /* background-color: #ededed; */
    text-align: center;
    vertical-align: middle;
    /* padding: 2px; */
}
    .feature .icon > img {
        width: 31px;
        height: 30px;
    }

.feature .title {
    font-size: 20px;
    color: #212121;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.btn-trial {
    background-color: #41a3d2;
    border-color: #41a3d2;
    padding: 10px 30px;
    margin: 0 auto 15px;
    color: #ffffff;
    border-radius: 25px;
    font-size: 20px;
    min-width: 273px;
    font-weight: bold;
    height: 50px;
    line-height: 0.9;
    cursor:pointer;
}

    .btn-trial:hover {
        background-color: #40a3d3;
        color: #fff;
    }

.or {
    display: inline-block;
    margin: 0 12px;
    font-family: FiraSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: #2e2f30;
    opacity: 0.7;
}

.login-txt-desktop {
    display: inline-block;
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
    color: #757575;
    line-height: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

    .login-txt-desktop .login-link {
        display: inline-block;
        font-size: 20px;
        color: #41a3d2;
        margin-left: 8px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-decoration: underline;
    }

        .login-txt-desktop .login-link:hover, .login-txt-desktop .login-link:focus {
            color: #41a3d2;
            text-decoration: underline;
            cursor: pointer;
        }
/*.login-popup-backdrop .si-cross{
    color:#40a3d3;
    font-size: 14px;
}*/

/*.feature .icon > .desktop_icon {
    width: 31px;
    height: 30px;
    display: block;
}*/

@media only screen and (max-width: 1366px) {
    .feature .title {
        font-size: 18px;        
    }
    .feature .icon > img {
        width: 20px;
        height: 20px;
    }

    .features-container .feature {        ;
        margin-right: 30px;
    }
    .btn-trial {        
        font-size: 18px;        
    }
    .login-txt-desktop {
        font-size: 18px;       
    }
        .login-txt-desktop .login-link {
            font-size: 18px;           
        }
    .btn-trial {        
        height: 48px;        
    }
    .features-container {       
        margin: 45px 0;
    }
    .col-left {
        width: calc(100% - 400px);
    }
    .col-right {
        width: 400px;
    }
    .media-showcase {
        width: 400px;        
    }
}
    @media only screen and (max-width: 1200px) {
        .feature .title {
            font-size: 14px;
        }
        
        .btn-trial {
            height: 40px;
            min-width: 190px;

        }
        .login-txt-desktop {
            font-size: 14px;
        }
            .login-txt-desktop .login-link {
                font-size: 14px;
            }
        .or {            
            font-size: 12px;            
        }

        .col-left {
            width: calc(100% - 320px);
        }
        .col-right {
            width: 320px;
        }
        .media-showcase {
            width: 300px;
        }
        .heading-main {
            font-size: 28px;
            margin-bottom: 32px;
            margin-top: 32px;
        }
    }

@media only screen and (max-width: 992px) {
    .close-button {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
        height: 28px;
        width: 28px;
        right: 17px;
        top: -14px;
        padding: 4px;
    }

        .close-button > img {
            width: 10px;
            height: 10px;
        }
    .login-popup-inner .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .features-container {
        flex-direction: column;
        align-items: start;
        margin: 20px 0;
    }
        .features-container .feature {
            margin-right: 0;
            margin-bottom: 10px;
        }

    
}

@media only screen and (min-width: 769px) {
    /*.feature .icon > img {
       display:none;
    }*/
    /*.feature .icon > .desktop_icon {       
        display: block;
    }*/
}
    @media only screen and (max-width: 768px) {
        /*.feature .icon > .desktop_icon {           
            display: none;
        }*/
        /*.login-popup-inner {
            background-size: 100% 86px;
            background-image: url(../img/login-popup-background-mobile.png);
            height: 300px;
        }*/

        .heading-main {
            margin-bottom: 30px;
            font-size: 18px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #fffeff;
            margin-top: 34px;
        }

        #div_Signin {
            margin-bottom: 16px;
        }

        .col-left {
            width: calc(100% - 168px);
            padding-right: 0;
        }

        .col-right {
            width: 168px;
            position: relative;
        }

        .media-showcase {
            width: 148px;
            top: 21px;
            left: 0;
        }

        .btn-trial {
            height: 36px;
            min-width: 206px;
            border-radius: 24px;
            background-color: #41a3d2 !important;
            margin: 0 auto 15px;
            font-size: 14px;
        }

        .col-left.m {
            width: 100%;
            display: flex;
            flex-direction: column;
            padding-right: 15px;
        }

        .feature .icon > img {
            width: 23px;
            height: 23px;
        }

        .col-right.m {
            display: none;
        }

        .or {
            display: none;
        }

        .login-txt-desktop {
            text-align: center;
        }
    }

    @media only screen and (max-width: 440px) {
        .heading-main {
            margin-bottom: 20px;
            margin-top: 20px;
        }
    }

    @media only screen and (max-width: 385px) {
        .heading-main {
            font-size: 18px;
        }
    }

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    -ms-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    -ms-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    -ms-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    -ms-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/***
*   Grid.Mvc stylesheet http://gridmvc.codeplex.com/
*   This file contains default styles for Grid.Mvc.
*/
/* Grid */
table.grid-table { margin: 0; }
    table.grid-table .grid-wrap { padding: 0; position: relative; }
    table.grid-table .grid-empty-text { color: #666; }

    /* Grid headers */
    table.grid-table .grid-header { position: relative; }
        table.grid-table .grid-header .sorted-asc .grid-sort-arrow:after { content: " \2193"; }
        table.grid-table .grid-header .sorted-desc .grid-sort-arrow:after { content: " \2191"; }
        table.grid-table .grid-header > .grid-header-title { width: 100%; margin-right: 15px; white-space: nowrap; }

    /* Grid body */
    table.grid-table tr.grid-row-selected td { background: #4888C2 !important; color: white; }
    table.grid-table tr.grid-row-selected a { color: white; }

/* Grid filtering */
input.grid-filter-input { padding: 4px; font-size: 13px; }
table.grid-table .grid-filter { position: relative; margin-top: 2px; float: right; width: 10px; height: 12px; }
table.grid-table .grid-filter-btn { cursor: pointer; display: block; width: 10px; height: 12px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAJFJREFUKFNjkJSU/E8MZvj//78DMRhkoj+6bizYH2SiiIeHx2FjY+P/2DBIDqSGAQSOHTtmYWZm9hldEUgMJAdWBAJAHSzt7e056ApBYiA5qDIIAAoIhIaGroYpArFBYlBpVLB3715DmEIQGyqMCUDWwBRiWIkOYAqhXNwApMjX13c7lIsbgBQBrdWAcqGAgQEAdOGTrvsYKXIAAAAASUVORK5CYII=') no-repeat; }
    table.grid-table .grid-filter-btn.filtered { background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAJNJREFUKFNjYGj//58o/P//fwdiMIOkpKQ/VhOQMFgNULWIh4fHYWNj4//YMEgOpIYBBI4dO2ZhZmb2GV0RSAwkB1YEAkAdLO3t7TnoCkFiIDmoMggACgiEhoauhikCsUFiUGlUsHfvXkOYQhAbKowJQNbAFGJYiQ5gCqFc3ACkyNfXdzuUixuAFAGt1YByoYCBAQAUDanUpFB4UQAAAABJRU5ErkJggg==') no-repeat; }
table.grid-table .grid-filter-buttons { padding: 0; }
table.grid-table .grid-filter-datepicker { font-size: 12px; }
    table.grid-table .grid-filter-datepicker table td { padding: 1px!important; }
    table.grid-table .grid-filter-datepicker .ui-datepicker { width: auto; }
table.grid-table .grid-dropdown-inner ul.menu-list li a.grid-filter-clear { white-space: nowrap; padding-left: 23px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAARpJREFUKFNjYGj//58o/P//fwdiMIOkpKQ/VhOQMFgNULWIh4fHYWNj4//YMEgOpIYBBI4dO2axOC/396GinP/O+vpwRVbGxl92+vluXm1kuASsEKiD5VB99aG3eTH/HxjL/A/RUPsfrqb6f7e21uutlhbRYEUwAFQskOLmun2+lND/0xxM/7dycXzd6OxoCpVGBduWLjXv4+f/v5WF+f9RbtYvfeysqlApBKhhY2Hcxsy0+xAL038nbe3/m8W4ss/Jcx2GSiPAal6uvGtczP9TFOXBHgGJ7RHlmLGOjy0UrAAGzgT7rn7urP/P3NDgv6+v73aQWAMzM+dqTtbJYAUwsNzeyuhImE8GSBHQYxpQYYYJQCcxMDAwAAB7/bt5uWh9FAAAAABJRU5ErkJggg=='); background-position: 3px center; background-repeat: no-repeat; }
table.grid-table .grid-filter-choose.choose-selected { background-color: white!important; cursor: default; color: #999; }
table.grid-table .grid-popup-additional { padding: 3px 0 0 0; }

/* POP-UP */
.grid-dropdown { font-weight: normal; left: -102px; top: 16px!important; min-width: 180px; }
.grid-dropdown-arrow { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAl0lEQVQoU42PMQuFMAyE6xN5gpOjjsIb/P9/o3O3zh27dY25kIPq8DBwmLT35WoQkUEVOmGec84CaW2q7+N+AdCD6M9SisQYTei1jsfyCeCu+vjFVGs1AN++94DRfUOfuNLoKUiyRC5y2F5I8NdaM4P/l0EswvBorQTnfxBhLMRih+2pklIy+eEtjQPu6MNZwIBNbwteMBd5X4ZGHcwL3QAAAABJRU5ErkJggg==") no-repeat; height: 8px; left: 99px; position: absolute; top: -8px; width: 14px; }
.grid-dropdown-inner { padding: 5px 7px; }
.grid-dropdown ul.menu-list { list-style-type: none; margin: 3px 0 0 0; padding: 0; }
    .grid-dropdown ul.menu-list li a { text-decoration: none; background-position: 6px center; background-repeat: no-repeat; display: block; padding: 4px 5px; }
        .grid-dropdown ul.menu-list li a:hover { background-color: #EEE; text-decoration: none; }

#gdpr {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    background: rgba(0,0,0,.5);
}
.gdpr-container {
    background-color: #fff;
    color: #efefef;
    padding: 20px 100px;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    width: 803px;
    border-radius: 15px;
    /*display: none;*/
    /*z-index: 9999999;*/
}

/*.gdpr-container-fixedbottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
*/

.gdpr-head {
    font-size: 22px;
    font-weight: bold;
    padding: 7px;
    color: #2f5597;
    margin-bottom: 20px;
}
.gdpr-body {
    color: #000;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.gdpr-buttons {
	padding: 7px 0 5px 0;
}
.gdpr-button {
	margin: 0 10px;
}
.gdpr-button_1 {
    color: #2f5597 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}
.gdpr-button {
    color: #2f5597;
    font-weight: normal;
    font-size: 12px;
}

.gdpr-button:hover, .gdpr-button:focus {
    text-decoration: underline;
    color: #f6a21d;
}
.gdpr-closebutton {
	font-size: 24px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0;
	right: 0;
	padding: 5px 10px;
}

.gdpr-closebutton:hover, .gdpr-closebutton:active {
    color: #fff;
    text-decoration: none;
}

.gdpr-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
@media only screen (max-width:991px) {
    .gdpr-container {
        padding: 10px 50px;
        width: 600px;
    }
}
@media only screen (max-width:556px) {
    .gdpr-container {
        padding: 10px 20px;
        width: 450px;
    }
}
@media only screen (max-width:499px) {
    .gdpr-container {
        padding: 10px;
        width: 340px;

    }
    .gdpr-head {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .gdpr-body {
        margin-bottom: 10px;
        font-size: 13px;
    }
}
@media only screen (max-width:345px) {
    .gdpr-container {
        padding: 10px;
        width: 270px;
    }
}
