.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: rgba(0,0,0,.7);
    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%;
}
}




.form-control {
    border-radius: 0;
}
.form-group {
    margin-bottom:15px;
}
.pull-right {
    float: right !important;
}
.pull-right.si {
    font-size: 40px;
    top: -1px;
    font-weight: 900;
    right: 15px;
    position: absolute;
    color:#fff;
}
.btn_flat {
    border-radius: 0;
}
.ui-dialog.landing_page_popup {
    position: fixed;
}
.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;
    border-radius: 0px;
}

.base .modal-title {
    color: #fff;
    font-size:18px;
}
.base .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.base .close {
    position: absolute;
    right: 5px;
    top: 10px;
    background: transparent;
    opacity: 0.5;
    border: none;
}
.base .close img{
    width:25px;
}
.base .modal-body, .base .modal-footer {
    padding: 15px;
}

    .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;
    border: none;
    background-image: url(images/ui-icons_777777_256x240.png);
    background-position: -96px -128px;
    width: 16px !important;
    height: 16px !important;
}

.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;
}
.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;
    width:100%;
}
    .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;
    border-radius:0px;
}
.modal_editions_hierarchy .modal-title {
    color: #fff;
    font-size:18px;
}

.modal_editions_hierarchy .close, .modal_editionsLevel3 .close {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    background:transparent;
    border:none;
}
.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{
    margin-bottom:0px;
}
.modal_editions_hierarchy .panel-heading .panel-title > a {
    padding: 10px 15px;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-decoration:none;
    position:relative;
}

.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; 
}

#div-archive .price {
    background: transparent;
    padding: 0px 0px;
    color: #0541a1;
}

#div-archive .select_date span {
    text-align: left;
    display: block;
    font-weight: 700;
    margin-bottom: 7px;
}
#div-archive .select_dateIcon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}
#spnfrmdate img, #spntodate img {
    margin-left: 5px;
}
#div-archive .modal-body .action {
    border-radius: 0 0 6px 6px;
    background: #0541a1;
    padding: 6px 0px;
    color: #fff;
}
#div-archive .modal-body .action .subscribe_button{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .modal_editions_hierarchy .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 300px) {
    .base_theme.ui-dialog {
        width: 100% !important;
    }
}

    /* three level and two level edition popup css end */

.modal.modal_help {
    background: transparent;
    z-index: 1092;
    padding-top: 0;
}
.modal.modal_help .modal-dialog,
.modal.modal_help .modal-content,
.modal.modal_help .modal-body,
.modal.modal_help .carousel,
.modal.modal_help .carousel-inner {
    padding:0;
	margin: 0;
    box-shadow: none;
	border-radius: 0;
    position: absolute;
    width: 100%;
height: 100%;
}

.modal.modal_help .carousel-inner > .carousel-item {
    width:100%;
    height:100%
}
.modal.modal_help .carousel-inner > .carousel-item > img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
    text-align: center;
    display: flex;
}
.modal.modal_help .modal-dialog {
    max-width: 100% !important;
}
.modal.modal_help .carousel-indicators {
    left: 50% !important;
}

.modal.modal_help .carousel-indicators {
	bottom: 15px;
	margin-left: -15%;
	width: 30%;
	margin-bottom: 0;
}
.modal.modal_help .carousel-indicators li {
	border: 1px solid #000;
	background-color: #fff;
}
.modal.modal_help .carousel-indicators .active {
	background-color: #000;
}

.modal.modal_help .carousel-inner > .carousel-item {
background-color:#dddddd;

}
.modal.modal_help .controls {
	bottom: 15px;
	position: absolute;
	right: 0;
	color: #fff;
	border: none;
	/*cursor: pointer;*/
	/* z-index: 9; */
	/* padding: 0 10px; */
}
.modal.modal_help .controls .action  {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
.modal.modal_help .controls .action  img{
    height:32px;
    width:auto;
    position:relative;
    z-index:99;
}

.modal.modal_help .controls .action.active {
	opacity: 0.3;
	pointer-events: none;
}


.modal.modal_help .modal-body.help_mobile {
	display: none;
}

.left_arrow, .right_arrow {
	position: absolute;
	top: calc(50% - 15px);
	width: 30px;
    height: 30px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
	
}

.left_arrow{
    left: 15px;
}

.right_arrow {
right: 15px;
}
.left_arrow .glyphicon, .right_arrow .glyphicon {
	font-size: 30px;
}
/*======================================================
  ===================== media css ======================
  ======================================================*/

@media screen and (max-width: 1024px) {
 .modal.modal_help .modal-body.help_desktop {
	display: none;
}
 .modal.modal_help .modal-body.help_mobile {
	display: block;
}
}
.btn_custom {
    position: relative;
    display: block;
    /*margin: 30px auto;*/
    padding: 0;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    background-color: #ffffff;
    color: #333;
    transition: background-color .3s;
}

    .btn_custom:hover, .btn_custom:focus {
        background-color: #e6e6e6;
        color: #333;
    }

    .btn_custom span {
        display: block;
        padding: 8px 30px;
    }

.btn_custom_sm span {
    padding: 5px 20px;
    font-size:12px;
}

.btn_custom_center {
    margin: 0 auto;
}

.btn_custom:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    padding-top: 0;
    border-radius: 100%;
    background-color: rgba(236, 240, 241, .3);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn_custom:active:before {
    width: 120%;
    padding-top: 120%;
    transition: width .2s ease-out, padding-top .2s ease-out;
}

.btn_custom.btn_primary {
    background-color: #006a90;
    color: #fff;
}

    .btn_custom.btn_primary:hover, .btn_custom.btn_primary:focus {
        background-color: #004b66;
        color: #fff;
    }

.btn_custom[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn_custom.btn_success {
    background-color: #5cb85c;
    color: #fff;
}

    .btn_custom.btn_success:hover, .btn_custom.btn_success:focus {
        background-color: #449d44;
        color: #fff;
    }

    .btn_custom.btn_danger {
    background-color: #d9534f;
    color: #fff;
}

    .btn_custom.btn_danger:hover, .btn_custom.btn_danger:focus {
        background-color: #c9302c;
        color: #fff;
    }

    .btn_custom.btn_info {
    background-color: #44cafd;
    color: #202020;
}

    .btn_custom.btn_info:hover, .btn_custom.btn_info:focus {
        background-color:#2ab0e3;
        color: #101010;
    }

    .boxshadow_none{
        box-shadow:none;

    }

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
/*#ImageContainerDiv img {
    width: 100%;
    height:100%;
}*/
a {
    color: #337ab7;
    text-decoration: none;
}

.checkbox_filter input[type=checkbox] {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.pagination {
    margin-top: 20px;
}

.footer-advert {
    width: 728px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}

.email_verification {
    display: none;
}

/*.app_root {
    height: 100%;
    width: 100%;
    font-family: 'Fira Sans', sans-serif;
}*/
.app_root {
    font-family: 'Fira Sans',sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

    .app_root.sticky_nav {
        padding-top: 35px;
    }

    .app_root.body_ticker.sticky_nav {
        padding-top: 70px;
    }

.sitemenu {
    margin-right: 15px;
    cursor: pointer;
}

.usermenu {
    margin-left: 15px;
    cursor: pointer;
}

header {
    display: flex;
    width: 100%;
    padding: 15px;
    height: 120px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    position: relative;
    /*z-index: 1030;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.app-cta {
    display: flex;
    flex-direction: row;
}

    .app-cta .action {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 18px;
    }

        .app-cta .action .cta {
            display: block;
        }

            .app-cta .action .cta > img {
                width: 110px;
                margin-top: 5px;
                margin-bottom: 5px;
                margin-right: 62px;
                margin-left: 62px;
            }

.printheader {
    display: flex;
    width: 100%;
    padding: 15px;
    /*height: 120px;*/
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    position: relative;
    /*z-index: 1030;*/
}

.fever-fm {
    width: 400px;
    margin-left: auto;
    margin-right: 15px;
    display: none;
}

.ep-cross-pro {
    width: auto;
}

    .ep-cross-pro .heading {
        font-size: 14px;
        display: block;
        width: 100%;
    }

    .ep-cross-pro .ep {
        display: block;
        width: 100%;
    }

        .ep-cross-pro .ep a {
            display: inline-block;
            margin-right: 15px;
        }

            .ep-cross-pro .ep a:last-child {
                margin-right: 0;
            }

            .ep-cross-pro .ep a > img {
                max-height: 30px;
                max-width: 120px;
            }

.app_root.index header, .app_root.listview header, .app_root.fullview header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9d9d9;
    box-shadow: none;
}

.app_root.index.fullscreen_mode header, .app_root.listview.fullscreen_mode header, .app_root.fullview.fullscreen_mode header {
    display: none;
}

.logo {
    width: auto;
    margin-right: 15px;
}

img.logo {
    cursor: pointer;
}

.printlogo {
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

.logo img {
    width: auto;
    max-height: 90px;
}


.brand_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    justify-content: center;
    max-width: 360px;
    width: auto;
}

/* Tooltip text */
.logo .tooltiptext {
    font-size: 15px;
    visibility: hidden;
    width: 240px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 68%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

    /* Tooltip arrow */
    .logo .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

/* Show the tooltip text when you mouse over the tooltip container */
.logo:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    width: auto;
    white-space: nowrap;
}


.ads_area_728X90 {
    width: 728px;
    /*height: 90px;*/
    margin: auto;
    /*border: 1px solid #ccc;*/
    /*background-color: #f2f2f2;*/
}

.mobile_footer_bottom_ads {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_ads_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav_action_bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    padding: 5px 5px;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1030;
}

.sticky_nav .nav_action_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}


/*.nav_action_bar .ic.ic_usermenu {
    vertical-align: bottom;
}*/


.nav_action_bar .list_one, .nav_action_bar .list_two {
    padding: 0;
    list-style: none;
    display: flex;
    /*align-items:center;*/
}

.nav_action_bar .list_one {
    margin: 0 auto 0 0;
}

.nav_action_bar .list_two {
    margin: 0 0 0 auto;
}

.nav_action_bar .list_one > li {
    display: inline-flex;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #606060;
}

    .nav_action_bar .list_one > li#pg_download {
        border-right: none;
    }

/*.nav_action_bar .list_two > li.li_fullscreen {
    display: none;
}*/

.nav_action_bar .list_two > li {
    display: inline-flex;
}

    .nav_action_bar .list_one > li:last-child, .nav_action_bar .list_two > li:last-child {
        border-right: 0;
    }


.nav_action_bar .list_one > li .action {
    padding: 0 15px;
}

    .nav_action_bar .list_one > li .action.logo_sm {
        display: none;
    }

        .nav_action_bar .list_one > li .action.logo_sm > img {
            max-height: 20px;
        }

.sticky_nav .nav_action_bar .list_one > li .action.logo_sm {
    display: block;
}

.sticky_nav .nav_action_bar .list_one > li .action.home_label {
    display: none;
}

.nav_action_bar .list_one > li .action, .nav_action_bar .list_two > li .action {
    display: block;
    font-size: 14px;
    cursor: pointer;
    /* color: #606060; */
}

.zoom_level_btn_box {
    display: none;
    margin: 0 10px;
}

.nav_action_bar .list_one > li .action.zoom_level {
    padding: 0 5px;
    margin: 0 7px;
}

    .nav_action_bar .list_one > li .action.zoom_level.active {
        color: #1399af;
    }

.zoom_level .si {
    position: relative;
    font-size: 20px;
    color: inherit;
}

    .zoom_level .si sup {
        position: absolute;
        top: 3px;
        right: -2px;
        color: inherit;
        font-size: 14px;
    }


.nav_action_bar .list_one > li #spanHomeIdMenu {
    top: 1px;
    position: relative;
}

.no-padding {
    padding: 0 !important
}

.nav_action_bar .list_two > li .action .btn-menu-login {
    color: #fff;
    background-color: #448aff;
    border-color: #448aff;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-top: 4px;
}

    .nav_action_bar .list_two > li .action .btn-menu-login:hover {
        color: #fff;
        background-color: #448aff;
        border-color: #448aff;
    }

.issue-date {
    display: none !important;
}

/*.nav_action_bar .list_one > li.issue-date #issueDates {
    height: 25px;
    line-height: 25px;
    min-width: 110px;
    font-size: 14px;
    padding: 0;
}*/

.nav_action_bar .list_two > li .action {
    padding: 6px 15px;
}

    .nav_action_bar .list_two > li .action a {
        color: #000;
    }

.nav_action_bar .action_calender span {
    display: inline-block;
}
/*.nav_action_bar .ic {
    display: inline-block;
    height: 20px;
}*/
/*.nav_action_bar .action_calender .ic {
    display: inline-block;
    height: 20px;
}*/
.nav_action_bar .list_one > li .action_page {
    border: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px 0 15px;
    /* margin-right: 15px; */
    background-color: transparent;
}

.nav_action_bar .list_one > li .publist {
    border: none;
    box-shadow: none;
    cursor: pointer;
    /* height: 23px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 18px 0 15px;
    /* margin-right: 15px; */
    background-color: transparent;
    /* width: 107px; */
}

.nav_action_bar .action_search {
    width: 200px;
}

    .nav_action_bar .action_search input[type="text"] {
        width: calc(100% - 20px);
        float: left;
        padding: 2px 8px;
        height: 23px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d9d9d9;
        border-radius: 0;
        box-shadow: none;
        background-color: transparent;
    }

    .nav_action_bar .action_search .search_btn {
        width: 20px;
    }

.nav_action_bar .action_theme_switch {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #606060;
}

.footer-ads {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #f0f0f0;
    z-index: 102;
    position: relative;
}

    .footer-ads .ad {
    }

.taboola_ads_container {
    padding: 15px;
}

footer {
    padding: 5px 15px;
    display: flex;
    /*height: 30px;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #595959;
    margin-top: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    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 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;
    }

        footer .disclaimer > p {
            margin: 0;
        }

.disclaimer .expender_link {
    display: none;
}

    .disclaimer .expender_link > a {
        color: #cc0000;
        font-weight: 700;
        font-size: 14px;
    }

    .disclaimer .expender_link .show_less {
        display: none;
    }

.pagerectangle {
    position: absolute;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
}

.back-to-top {
    bottom: 15px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 9998;
    opacity: 0.5;
}

    .back-to-top .si {
        color: #fff;
    }

    .back-to-top:hover {
        opacity: unset;
    }

.sitecover {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pagecontent {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.leftside_ads_area {
    width: 190px;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.rightside_ads_area {
    width: 190px;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.ads_160X600 {
    width: 160px;
    height: 600px;
    /*border: 1px solid #ccc;*/
    background-color: #f2f2f2;
}

.ads_728X90 {
    width: 728px;
    height: 90px;
    /*border: 1px solid #ccc;*/
    background-color: #f2f2f2;
}

.ads_300X250 {
    width: 300px;
    height: 250px;
    /*border: 1px solid #ccc;*/
    background-color: #f2f2f2;
}


.page_container {
    display: flex;
    width: 100%;
    min-height: calc(100% - 150px) !important;
    flex-direction: column;
    flex-grow: 1;
}

.page_title {
    background-color: #231f20;
    display: block;
    height: 60px;
    width: 100%;
}

.page_title_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: relative;
}

    .page_title_inner .back_button {
        position: absolute;
        left: 0;
    }

    .page_title_inner .home_button {
        position: absolute;
        left: 46px;
        cursor: pointer;
    }

    .page_title_inner .back_button > .si-chevron-left {
        color: #fff;
        font-size: 36px;
    }

    .page_title_inner .home_button > .si-home {
        color: #fff;
        font-size: 36px;
    }

    .page_title_inner h1 {
        font-size: 32px;
        margin: 0;
        color: #ffffff;
    }

.page_body {
    display: block;
    background-color: #f0f0f0;
    width: 100%;
    min-height: calc(100% - 60px) !important;
    flex-grow: 1;
}

    .page_body .container {
        padding: 30px 15px;
    }

    .page_body .content {
        padding: 30px 15px;
        background-color: #ffffff;
    }

.right_verticle_ads .page_body .content {
    width: calc(100% - 380px);
    display: flex;
    flex-direction: column;
}

.right_verticle_ads .page_body .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.right_verticle_ads .container .leftside_ads_area, .right_verticle_ads .container .rightside_ads_area {
    padding: 0px 15px;
}

.page_body .content .panel-group .panel-heading {
    position: relative;
}

.page_body .content .panel-group .panel-title > a > .glyphicon {
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
}

.page_body .content .panel-group .panel-title > a {
    padding-right: 15px;
    display: inline-block;
    width: 100%;
}

.not_found_text {
    text-align: center;
    margin-bottom: 0;
}

#div_article_image {
    margin-left: 8px;
    margin-bottom: 8px;
}

.sub_article {
    background: #ffecdd;
    padding: 8px;
    margin: 8px auto;
}

    .sub_article:last-child {
        margin-bottom: 0;
    }

.sub_article_head {
    margin-bottom: 5px;
    display: block;
    text-align: left;
    font-size: 18px;
}

.sub_article_body {
    text-align: left;
    font-size: 16px;
}

/**************************************** index page start ***********************************************/
.index .sitecover.right_verticle_ads .pagecontent {
    width: calc(100% - 190px);
}

.index .image_section {
    height: 350px;
    overflow: hidden;
    display: flex;
    width: 100%;
    flex-direction: row;
    /*background: #bec3c7;*/
    background-color: #505050;
}

    .index .image_section .img_box {
        max-width: 772px;
        margin: 5px auto 0;
        display: flex;
        height: auto;
        flex-direction: column;
        cursor: pointer;
    }

        .index .image_section .img_box > img {
            max-width: 100%;
            border-width: 10px;
            border-style: solid;
            border-color: #ffffff;
            background-color: #ffffff;
        }

.index .supplement_section {
    padding: 5px 15px;
    height: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #d9d9d9;
}

    .index .supplement_section .supplements {
        display: flex;
        flex-direction: row;
    }

        .index .supplement_section .supplements .supplement {
            float: left;
            font-size: 15px;
            list-style: outside none none;
            padding: 3px 15px 3px 15px;
            margin: 0;
            cursor: pointer;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: #606060;
            color: #595959;
        }

            .index .supplement_section .supplements .supplement.active {
                font-weight: 700;
            }

            .index .supplement_section .supplements .supplement:last-child {
                border-right: none;
            }

.index .thumbnails_section {
    display: flex;
    flex-direction: row;
    padding: 15px 36px;
    align-items: center;
    height: 175px;
    background-color: #505050;
}

.index .thumbnails_carousel {
    width: 100%;
}

.index .articles_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

    .index .articles_section .articles_section_header {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 50px;
    }

.index.sticky_articles_section_header .articles_section .articles_section_header {
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 1028;
    width: 100%;
}

.index.body_ticker.sticky_articles_section_header .articles_section .articles_section_header {
    top: 70px;
}

.index.sticky_articles_section_header .sitecover.right_verticle_ads .articles_section .articles_section_header {
    width: 100%;
}

.index.sticky_articles_section_header .sitecover.right_verticle_ads .articles_section .articles_section_header {
    width: calc(100% - 190px);
}

.index .articles_section .articles_section_header .article_actions {
    display: flex;
    flex-direction: column;
    width: calc(100% - 400px);
    justify-content: center;
    padding: 5px 15px;
    background: #d9d9d9;
}

    .index .articles_section .articles_section_header .article_actions ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        flex-direction: row;
        align-items: center;
    }

        .index .articles_section .articles_section_header .article_actions ul li {
            display: inline-flex;
            width: 15%;
        }

            .index .articles_section .articles_section_header .article_actions ul li .action {
                display: block;
                text-align: center;
                margin: 0 auto;
            }

                .index .articles_section .articles_section_header .article_actions ul li .action span {
                    display: flex;
                    cursor: pointer;
                    overflow: hidden;
                    flex-direction: column;
                }

                    /*.index .articles_section .articles_section_header .article_actions ul li .action span img {
                        display: block;
                        margin: 0 auto;
                        height: 20px;
                    }*/

                    .index .articles_section .articles_section_header .article_actions ul li .action span label {
                        font-weight: 500;
                        margin: 0;
                        font-size: 12px;
                        cursor: pointer;
                    }

.index .articles_section .articles_section_header .article_list_heading {
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 5px 15px;
    justify-content: center;
    background-color: #7f7f7f;
    color: #fff;
}

    .index .articles_section .articles_section_header .article_list_heading ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
    }

        .index .articles_section .articles_section_header .article_list_heading ul > li {
            display: inline-flex;
        }

    .index .articles_section .articles_section_header .article_list_heading .span_text,
    .index .articles_section .articles_section_header .article_list_heading .seprator {
        display: block;
        padding: 5px;
    }

.index .articles_section_body {
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .index .articles_section_body .article_view {
        display: block;
        width: calc(100% - 400px);
        padding: 15px 30px;
        background-color: #fff;
    }

        .index .articles_section_body .article_view .articleimage {
            display: block;
            overflow: auto;
            margin-bottom: 15px;
        }



.index.sticky_articles_section_header .articles_section_body .article_view {
    padding-top: 65px;
}

.index .articles_section_body .article_list {
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 15px;
    background-color: #d9d9d9;
}

.index.sticky_articles_section_header .articles_section_body .article_list {
    padding-top: 65px;
}

.index .articles_section_body .article_view .headline {
    display: block;
    position: relative;
}

    .index .articles_section_body .article_view .headline .urlIcon {
        position: absolute;
        right: 0;
        top: calc(50% - 16px);
    }

    .index .articles_section_body .article_view .headline .kicker {
        color: #595959;
        display: block;
        font-size: 23px;
    }

    .index .articles_section_body .article_view .headline .head_line {
        margin: 10px 0 15px;
        font-weight: 700;
        font-size: 60px;
        display: block;
        word-break: normal;
        color: #202020;
    }

    .index .articles_section_body .article_view .headline .subheadline {
        display: block;
        font-size: 26px;
    }
/*.index .articles_section_body .article_view .ads_area_headLine {
	width: 300px;
	margin: 30px auto;
	min-height: 1px;
}*/

.index .articles_section_body .article_view .byline,
.index .articles_section_body .article_view .dateline {
    background-color: #8C8C8C;
}


.index .articles_section_body .article_view #body {
    font-size: 16px;
    margin-top: 12px;
    color: #292929;
}

.index .articles_section_body .article_view .ads {
    margin: 30px auto;
    width: 300px;
    min-height: 1px;
}

.index .articles_section_body .article_view .articleimage .ar_img {
    margin-bottom: 8px;
}

    .index .articles_section_body .article_view .articleimage .ar_img > img {
        display: block;
        margin: 0 auto;
        max-width: 100% !important;
        margin-bottom: 5px;
    }

    .index .articles_section_body .article_view .articleimage .ar_img .article-image-caption {
        display: block;
        text-align: center;
    }

/*.index .social_share_box .ssb {
        width: 30px;
        padding: 5px 6px;
        display: block;
        border-radius: 50%;
        height: 30px;
        text-align: center;
        cursor: pointer;
        margin-top: 5px;
    }

        .index .social_share_box .ssb.fb {
            background: #46629E;
        }

        .index .social_share_box .ssb.twitter {
            background: #55ACEE;
        }

    .index .social_share_box .copy-link {
        background: #4F4F4F;
    }

    .index .social_share_box .mail {
        background: #4F4F4F;
    }

    .index .social_share_box .watsapp {
        background: #25D366;
    }

    .index .social_share_box .ssb .si {
        color: #fff;
        font-size: 20px !important;
    }*/


.index .article_list > ul {
    padding-left: 0;
}

.index .article_list ul li {
    height: auto;
    list-style: outside none none;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #acacac;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

    .index .article_list ul li.active {
        background-color: #fff;
    }

    .index .article_list ul li .article_thumnail {
        float: left;
        margin: 5px 5px 5px 0;
        width: 60px;
        height: 60px;
    }

    .index .article_list ul li .urlIcon {
        position: absolute;
        right: 5px;
        top: calc(50% - 14px);
        display: block;
        width: 27px;
        height: 27px;
        z-index: 999;
    }

        .index .article_list ul li .urlIcon a {
            display: block;
        }

            .index .article_list ul li .urlIcon a img {
                width: 100%;
                height: auto;
            }

    .index .article_list ul li .article_thumnail > img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        object-position: center;
    }

    .index .article_list ul li .summarystory {
        color: #595959;
        font-size: 13px;
        padding: 0;
        margin: 0;
    }

    .index .article_list ul li span {
        color: #232323;
        font-size: 15px;
        padding: 0;
        width: 100%;
        text-decoration: none;
    }

.index .articles_section_body .article_list .ads {
    margin: 30px auto;
    width: 300px;
    min-height: 1px;
}

.index .social_share_box_story_container {
    width: 30px;
    display: none;
    position: fixed;
    bottom: 45px;
    left: 0;
    top: unset;
}

.index .social_share_box {
    display: none;
    position: absolute;
    bottom: 35px;
    left: 0;
}

.index .image_section .social_share_box_page_container {
    width: 30px;
    position: fixed;
    left: 80%;
    top: 175px;
}

.index.body_ticker .image_section .social_share_box_page_container {
    top: 210px;
}

.index .image_section .social_share_box {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    bottom: auto;
}
/**************************************** index page end ***********************************************/



/**************************************** listview page start ***********************************************/
.listview .pagecontent {
    width: 100%;
}

.listview .listview_section {
    display: flex;
    flex-direction: row;
    min-height: 512px;
}

/*.listview .col_sidebar {
    display: flex;
    flex-direction: column;
    width: 150px;
    min-height: 100%;
    background-color: #505050;
}*/

.listview .col_img {
    display: flex;
    flex-direction: column;
    width: 530px;
    align-items: center;
    position: relative;
}


    .listview .col_img .prev, .listview .col_img .next, .listview .col_article_view .prev, .listview .col_article_view .next {
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        position: fixed;
        top: 400px;
        z-index: 101;
        background-color: #f5931d;
        width: 22px;
        height: 36px;
        padding: 3px 0;
        text-align: center;
    }

        .listview .col_img .prev.prev-scoial, .listview .col_img .next.next-scoial, .listview .col_article_view .prev.prev-scoial, .listview .col_article_view .next.next-scoial {
            top: 430px !important;
        }

        .listview .col_img .prev > .si, .listview .col_img .next > .si, .listview .col_article_view .prev > .si, .listview .col_article_view .next > .si {
            font-size: 30px;
            color: #fff;
        }

    .listview .col_img .prev {
        left: 150px;
    }

.prevProductPanel {
    left: 150px !important;
}

.listview .col_img .next {
    right: calc(100% - 680px);
}

.nextProductPanel {
    right: calc(100% - 680px) !important;
}

.listview .listview_section .col_article_view .prev {
    left: 681px;
}

.listview .listview_section.show_product_panel .col_article_view .prev {
    left: 681px;
}

.listview .col_article_view .next {
    right: 17px;
}


.listview .col_img .ads {
    width: 100%;
    height: auto;
    margin-top: 15px;
    /* margin-bottom: 15px; */
    position: relative;
    z-index: 102;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.listview .listview_section .col_article_view {
    border-color: #d9d9d9;
    display: flex;
    flex-direction: column;
    width: calc( 100% - 680px);
    border-width: 1px;
    border-style: solid;
    border-top-width: 0px;
}

.listview .listview_section.show_product_panel .col_article_view {
    width: calc(100% - 830px);
}

/*.listview .accordian, .listview .accordian ul, .listview .accordian li, .listview .accordian a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    position: relative;
}

.listview .accordian {
    height: 100%;
    overflow: auto;
    width: 100%;
}

    .listview .accordian > ul > li {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #b0b0b0;
    }


        .listview .accordian > ul > li:last-child {
            border-bottom: none;
        }

        .listview .accordian > ul > li > a {
            font-size: 15px;
            display: block;
            border-top: none;
            color: #fff;
        }

            .listview .accordian > ul > li > a > span {
                display: block;
                font-weight: bold;
                padding: 8px 10px;
            }

            .listview .accordian > ul > li > a:hover {
                text-decoration: none;
            }

        .listview .accordian > ul > li.active {
            border-bottom: none;
        }

        .listview .accordian > ul > li.has-sub > a span {
            background: url(../img/icon_plus.png) 96% center no-repeat;
            cursor: pointer;
        }

        .listview .accordian > ul > li.has-sub.active > a span {
            background: url(../img/icon_minus.png) 96% center no-repeat;
            cursor: pointer;
        }

    .listview .accordian ul ul {
        display: none;
        overflow: auto;
        height: 1060px;
    }

        .listview .accordian ul ul.pg_thumb {
            background-color: #505050 !important;
        }

        .listview .accordian ul ul li {
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-top: medium none;
            padding: 0;
            cursor: pointer;
            background-color: #505050;
            border-bottom-color: #757575;
        }

        .listview .accordian ul ul.pg_thumb li:hover, .listview .accordian ul ul.pg_thumb li.active {
            background-color: transparent;
        }

        .listview .accordian ul ul li:hover, .listview .accordian ul ul li.active {
            background-color: #0e0f12;
        }

        .listview .accordian ul ul li:first-child {
            border-top-width: 1px;
            border-top-style: solid;
            border-top-color: #252525;
        }

        .listview .accordian ul ul li:last-child {
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #252525;
        }


        .listview .accordian ul ul a {
            display: block;
            font-size: 15px;
            font-weight: normal;
            padding: 8px 30px;
            color: #ffffff;
        }


            .listview .accordian ul ul a:active,
            .listview .accordian ul ul a:focus {
                font-weight: 700;
            }

            .listview .accordian ul ul a:before {
                content: '\00BB';
                position: absolute;
                left: 10px;
                color: #ffffff;
            }

        .listview .accordian ul ul.pg_thumb {
            text-align: center;
        }

            .listview .accordian ul ul.pg_thumb li {
                border-bottom-width: 0;
                display: inline-block;
            }

                

                .listview .accordian ul ul.pg_thumb li.dblpg {
                    width: 190px;
                }

                .listview .accordian ul ul.pg_thumb li:first-child {
                    border-top-width: 0;
                }

                    .listview .accordian ul ul.pg_thumb li:first-child .pg_thumb_main_div {
                        justify-content: flex-end;
                    }

                        .listview .accordian ul ul.pg_thumb li:first-child .pg_thumb_main_div .pg_thumb_ch_div {
                            margin-top: 10px;
                        }

                .listview .accordian ul ul.pg_thumb li:last-child .pg_thumb_main_div {
                    justify-content: flex-start;
                }


                .listview .accordian ul ul.pg_thumb li .pg_thumb_main_div {
                    display: flex;
                    width: 100%;
                    text-align: right;
                    flex-direction: row;
                    align-items: center;
                    justify-content: center;
                    padding: 0;
                }

                    .listview .accordian ul ul.pg_thumb li .pg_thumb_main_div > .pg_thumb_ch_div {
                        display: flex;
                        flex-direction: column;
                        margin-bottom: 10px;
                    }

                        .listview .accordian ul ul.pg_thumb li .pg_thumb_main_div > .pg_thumb_ch_div > img {
                            display: block;
                            padding: 2px;
                            border-width: 2px;
                            border-style: solid;
                            border-color: transparent;
                        }

                            .listview .accordian ul ul.pg_thumb li .pg_thumb_main_div > .pg_thumb_ch_div > img.selected_thubm_pg,
                            .listview .accordian ul ul.pg_thumb li .pg_thumb_main_div > .pg_thumb_ch_div > img:hover {
                                border-color: #f5931d;
                            }

                .listview .accordian ul ul.pg_thumb li.dblpg .pg_thumb_main_div > .pg_thumb_ch_div > img {
                    width: 185px;
                }

                .listview .accordian ul ul.pg_thumb li .pg_thumb_main_div > .pg_thumb_ch_div > span {
                    display: block;
                    text-align: center;
                    font-size: 12px;
                    color: #fff;
                }*/

/*.listview .col_img .image_container {
    border-width: 10px;
    border-style: solid;
    border-color: #fff;
    background-color: #fff;
}*/
.listview .col_img .image_container > img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    border-top: 1px solid #d9d9d9;
}

.listview .col_article_view .article_actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    /*padding: 5px 15px;*/
    height: 50px;
    background-color: #d9d9d9;
}

.listview.sticky_nav .col_article_view .article_actions {
    width: calc( 100% - 680px);
    position: fixed;
    top: 35px;
    z-index: 1028;
}

.listview.sticky_nav .listview_section.show_product_panel .col_article_view .article_actions {
    width: calc( 100% - 680px);
}

.listview.body_ticker.sticky_nav .col_article_view .article_actions {
    top: 70px;
}

.listview .col_article_view .article_actions ul {
    display: flex;
    margin: 0;
    padding: 0px 10px;
    list-style: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

    .listview .col_article_view .article_actions ul li {
        display: inline-flex;
        width: 15%;
    }

        .listview .col_article_view .article_actions ul li .action {
            display: block;
            text-align: center;
            margin: 0 auto;
        }

            .listview .col_article_view .article_actions ul li .action span {
                display: flex;
                cursor: pointer;
                overflow: hidden;
                flex-direction: column;
            }

                /*.listview .col_article_view .article_actions ul li .action span img {
                    display: block;
                    margin: 0 auto;
                    height: 20px;
                }*/

                .listview .col_article_view .article_actions ul li .action span label {
                    font-weight: 500;
                    margin: 0;
                    font-size: 12px;
                    cursor: pointer;
                }

.listview .col_article_view .article_body {
    display: block;
    padding: 15px 50px 15px;
    min-height: 150px;
    background-color: #ffffff;
    max-height: 1096px;
    overflow: auto;
    overflow-x: hidden;
    min-height: 1096px;
}

    .listview .col_article_view .article_body #articleimg {
        position: relative;
    }

        .listview .col_article_view .article_body #articleimg .link-image-gallery {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }

.listview.sticky_nav .col_article_view .article_body {
    padding-top: 65px;
}

    .listview.sticky_nav .col_article_view .article_body .articleimage {
        display: block;
    }

    .listview.sticky_nav .col_article_view .article_body #articleimg {
        display: block;
    }

.listview .col_article_view .article_body .headline {
    display: block;
    position: relative;
    font-size: 20px;
    display: block;
    color: #303030;
    font-family: 'Open Sans',sans-serif;
    margin: 10px 0 15px;
    font-weight: 700;
    text-align: center;
}

    .listview .col_article_view .article_body .headline .urlIcon {
        position: absolute;
        left: -50px;
        top: 0;
    }

    .listview .col_article_view .article_body .headline .head_line {
        margin: 10px 0 15px;
        color: inherit;
        font-size: 42px;
        display: block;
        color: #303030;
        text-align: left;
    }

    .listview .col_article_view .article_body .headline .kicker {
        margin: 10px 0 15px;
        color: inherit;
        font-size: 20px;
        display: block;
        color: #303030;
        text-align: left;
        font-weight: normal;
    }
/*.listview .col_article_view .article_body .ads_area_headLine {
	margin: 30px auto;
	width: 300px;
	min-height: 1px;
}*/
.listview .col_article_view .article_body .byline {
    color: #303030;
}

.listview .col_article_view .article_body .dateline {
    color: #303030;
}

.listview .col_article_view .article_body #body {
    font-size: 16px;
    margin: 15px 0;
}

.listview .col_article_view .article_body .divlinkedstory {
    font-size: 16px;
    margin: 15px 0;
}

.listview .col_article_view .article_body .ads {
    margin: 30px auto;
    /* width: 300px; */
    min-height: 1px;
    clear: both;
    text-align: center;
}

.listview .col_article_view .article_body #body p {
    color: #303030;
}

.listview .col_article_view .article_body .articleimage .ar_img {
    margin-bottom: 8px;
}

.listview .col_article_view .article_body .articleimage .ar_big_img {
    margin-bottom: 20px;
}

.listview .col_article_view .article_body .articleimage .ar_img > img {
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    margin-bottom: 5px;
}


.listview .col_article_view .article_body .articleimage .ar_img .article-image-caption {
    display: block;
    font-size: 14px;
    color: #303030;
    text-align: center;
}



/*.listview .image_section #id_page_social_share_box {
    display: none;
    width: fit-content;
    position: fixed;
    left: 80%;
    top: 16%;
}*/



.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;
}



/* page article view page social share start */

.listview .col_img .social_share_box_Container {
    position: fixed;
    display: block;
    top: 165px;
    left: 650px;
    z-index: 102;
    width: 30px;
}

    .listview .col_img .social_share_box_Container.show_product_panel_share {
        top: 160px !important;
        left: 795px !important;
    }

.listview.body_ticker .col_img .social_share_box_Container {
    top: 200px;
}

.listview .col_article_view .social_share_box_Container {
    display: block;
    position: fixed;
    top: 215px;
    right: 25px;
    z-index: 102;
    width: 30px;
}

.listview.body_ticker .col_article_view .social_share_box_Container {
    top: 250px;
}

.listview .social_share_box {
    position: absolute;
    display: none;
    top: 35px;
    left: 0;
    z-index: 50;
    width: 30px;
}
/*.listview .social_share_box .ssb {
        width: 30px;
        padding: 5px 6px;
        display: block;
        border-radius: 50%;
        height: 30px;
        text-align: center;
        cursor: pointer;
        margin-top: 5px;
    }

        .listview .social_share_box .ssb.fb {
            background: #46629E;
        }

        .listview .social_share_box .ssb.twitter {
            background: #55ACEE;
        }

    .listview .social_share_box .copy-link {
        background: #4F4F4F;
    }

    .listview .social_share_box .mail {
        background: #4F4F4F;
    }

    .listview .social_share_box .watsapp {
        background: #25D366;
    }

    .listview .social_share_box .ssb .si {
        color: #fff;
        font-size: 20px !important;
    }*/
/* page article view page social share end */



.listview .fullads {
    width: calc( 100% - 150px);
    padding: 15px;
    text-align: center;
    display: none;
}

    .listview .fullads img {
        width: auto;
        max-width: 100%;
    }

    .listview .fullads .prev,
    .listview .fullads .next {
        border-radius: 25px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        opacity: 0.5;
        position: fixed;
        top: 400px;
        z-index: 101;
    }

        .listview .fullads .prev > img,
        .listview .fullads .next > img {
            width: 30px;
        }

    .listview .fullads .prev {
        left: 150px;
    }

    .listview .fullads .next {
        right: 0;
    }

.listview .image_container .urlIcon {
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    z-index: 999;
    /*left: calc(50% - 16px);
	top: calc(50% - 16px);*/
}

    .listview .image_container .urlIcon a {
        display: block;
    }

    .listview .image_container .urlIcon img {
        width: 100%;
        height: auto;
    }

/**************************************** listview page end ***********************************************/



/****************************************************** fullview start ********************************************************************/
.fullview .sitecover .pagecontent {
    margin-top: 15px;
    margin-bottom: 15px;
}

.fullview .sitecover.Left_verticle_ads .pagecontent {
    width: calc(100% - 190px);
}

.fullview .sitecover.Left_verticle_ads.noverticleads .pagecontent {
    width: 100%;
}

.fullview .sitecover.right_verticle_ads .pagecontent {
    width: calc(100% - 190px);
}

.fullview .sitecover.right_verticle_ads.noverticleads .pagecontent {
    width: 100%;
}

    .fullview .sitecover.right_verticle_ads.noverticleads .pagecontent .next {
        right: 0px;
    }

.fullview .sitecover.right_verticle_ads.Left_verticle_ads .pagecontent {
    width: calc(100% - 380px);
}

.fullview .sitecover.noverticleads.right_verticle_ads.Left_verticle_ads .pagecontent {
    width: 100% !important;
}


.fullview .noverticleads .leftside_ads_area, .fullview .noverticleads .rightside_ads_area {
    display: none !important;
}

.app_root.fullview.fullscreen_mode .leftside_ads_area, .app_root.fullview.fullscreen_mode .rightside_ads_area {
    display: none !important;
}

.app_root.fullview.fullscreen_mode .pagecontent {
    width: 100% !important;
}


.app_root.fullview.fullscreen_mode .sitecover.right_verticle_ads.Left_verticle_ads .next {
    right: 0 !important;
}

.app_root.fullview.fullscreen_mode .sitecover.right_verticle_ads.Left_verticle_ads .prev {
    left: 0 !important;
}

.app_root.fullview.fullscreen_mode .social_share_box_Container {
    right: 0 !important;
}

.fullview .sitecover.noverticleads .social_share_box_Container {
    right: 25px !important;
}



.fullview .sitecover.noverticleads.right_verticle_ads.Left_verticle_ads .next {
    right: 30px !important;
}

.fullview .sitecover.noverticleads.right_verticle_ads.Left_verticle_ads .prev {
    left: 0;
}

.fullview .prev, .fullview .next {
    cursor: pointer;
    position: fixed;
    top: 300px;
    z-index: 101;
    background-color: #f5931d;
    width: 22px;
    height: 36px;
    padding: 3px 0;
    text-align: center;
}

    .fullview .prev > .si, .fullview .next > .si {
        font-size: 30px;
        color: #fff;
    }

    .fullview .prev:hover, .fullview .next:hover {
        /*opacity: 0.3;*/
    }

.fullview .prev {
    left: 0px;
}

.fullview .next {
    right: 0;
}


.fullview .sitecover.right_verticle_ads.Left_verticle_ads .prev {
    left: 190px;
}

.fullview .sitecover.right_verticle_ads.Left_verticle_ads .next {
    right: 190px;
}

.fullview .sitecover.right_verticle_ads .next {
    right: 190px;
}

.fullview .fullpage_img_bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 15px;*/
    width: 100%;
    max-width: 100%;
    position: relative;
    /*background: #bec3c7;*/
    border: 10px solid #fff;
    min-height: 512px;
}

.fullview .image_layer {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}

    .fullview .image_layer > .img_jpg, .fullview .image_layer > .img_png{
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        height: auto;
    }


.fullview .fullpage_img_bx.zoomin {
    /* cursor: zoom-in; */
    cursor: default;
}

.fullview .fullpage_img_bx.zoomout {
    /*cursor: zoom-out;*/
    padding: 0;
    cursor: grab;
}

/*.fullview .fullpage_img_bx.zoomout .image_layer {
        overflow-x: auto;
        overflow-y: auto;
    }

        .fullview .fullpage_img_bx.zoomout .image_layer > .img_jpg, .fullview .fullpage_img_bx.zoomout .image_layer > .img_png {
            width: auto;
            height: auto;
        }*/

.fullview .fullpage_img_bx.zoom_level_2 .image_layer {
    overflow-x: auto;
    overflow-y: auto;
    cursor: grab;
}

    .fullview .fullpage_img_bx.zoom_level_2 .image_layer > .img_jpg, .fullview .fullpage_img_bx.zoom_level_2 .image_layer > .img_png {
        width: auto !important;
        height: auto !important;
    }

.social_share_box_Container {
    position: absolute;
    z-index: 1040;
    right: 0;
    top: 0;
}

.fullview .social_share_box_Container {
    display: block;
    position: fixed;
    right: 220px !important;
    top: 215px;
    width: 30px;
}

.fullview .social_share_box {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
}

/*.fullview .social_share_box .ssb {
        width: 30px;
        padding: 5px 6px;
        display: block;
        border-radius: 50%;
        height: 30px;
        text-align: center;
        cursor: pointer;
        margin-top: 5px;
    }

        .fullview .social_share_box .ssb.fb {
            background: #46629E;
        }

        .fullview .social_share_box .ssb.twitter {
            background: #55ACEE;
        }

    .fullview .social_share_box .copy-link {
        background: #4F4F4F;
    }

    .fullview .social_share_box .mail {
        background: #4F4F4F;
    }

    .fullview .social_share_box .watsapp {
        background: #25D366;
    }

    .fullview .social_share_box .ssb .si {
        color: #fff;
        font-size: 20px !important;
    }*/


.fullview .articles-list {
    width: 100%;
    padding: 15px;
    display: none;
    flex-direction: row;
    background-color: #f2f2f2;
}

    .fullview .articles-list ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        display: block;
    }

        .fullview .articles-list ul li {
            position: relative;
            width: 33.33%;
            display: inline-block;
            padding: 0 0px 6px 0px;
            border: 6px solid #fff;
            margin-right: -6px;
            margin-bottom: -6px;
        }

            .fullview .articles-list ul li:hover {
                background-color: lightgray;
            }

                .fullview .articles-list ul li:hover .article_box {
                    background-color: lightgray;
                }

    .fullview .articles-list .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;
        cursor: pointer;
        min-height: 80px;
        margin-bottom: -5px;
    }

        .fullview .articles-list .article_box.active {
            /*background-color: #ffffff;*/
        }

        .fullview .articles-list .article_box .story_image {
            width: 100%;
            height: 70px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            /* background-color: #E5E5E5; */
            /* padding: 5px; */
        }

            .fullview .articles-list .article_box .story_image > img {
                object-fit: cover;
                object-position: top;
                width: 100%;
                height: 70px;
                max-width: 100%;
            }

        .fullview .articles-list .article_box .thumb {
            width: 60px;
            height: 60px;
            float: left;
            margin-right: 5px;
            margin-bottom: 5px;
            margin-top: 2px;
        }

            .fullview .articles-list .article_box .thumb img {
                object-fit: cover;
                height: 60px;
                width: 60px;
                object-position: center;
            }

        .fullview .articles-list .article_box .title {
            font-size: 16px;
            color: #232323;
            font-weight: 700;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .fullview .articles-list .article_box .summary {
            color: #606060;
            font-size: 14px;
            display: block;
        }

/*.fullview .articles-list ul li:hover .article_box .title {
        font-weight: 700;
    }*/

.delete-story {
    position: absolute;
    top: -15px;
    right: 0px;
    background-color: red;
    padding: 2px 5px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1040;
}

    .delete-story .si {
        font-size: 16px;
    }

.fullview .fullpage_img_bx .urlIcon {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    z-index: 999;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    transform: translate(-50%, -50%);
}

    .fullview .fullpage_img_bx .urlIcon a {
        display: block;
    }

    .fullview .fullpage_img_bx .urlIcon img {
        width: auto;
        height: auto;
    }


.fullview .articles-list ul li .urlIcon {
    position: absolute;
    right: 5px;
    top: calc(50% - 14px - 7.5px);
    display: block;
    width: 27px;
    height: 27px;
    z-index: 999;
}

    .fullview .articles-list ul li .urlIcon a {
        display: block;
    }

        .fullview .articles-list ul li .urlIcon a img {
            width: 100%;
            height: auto;
        }

/****************************************************** fullview end ********************************************************************/
/****************************************************** Share page and Shareimage page start ********************************************************************/
.share_page .sitecover, .shareimage_page .sitecover {
    min-height: calc(100% - 150px);
}

.share_page .pagecontent, .shareimage_page .pagecontent {
    background-color: #f0f0f0;
}

.share_page .close_button, .shareimage_page .close_button {
    opacity: 1;
}

    .share_page .close_button:hover, .shareimage_page .close_button:hover {
        opacity: unset;
    }

.share_page .close_button, .shareimage_page .close_button, .close_button > span {
    display: block;
    cursor: pointer;
}

/*.share_page .close_button span > .si, .shareimage_page .close_button span > .si {
        width: 24px;
        height: 24px;
    }*/

.share_page .articles_section_header, .shareimage_page .articles_section_header {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
}

    .share_page .articles_section_header .article_actions, .shareimage_page .articles_section_header .article_actions {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        padding: 5px 15px;
        background-color: #d9d9d9;
    }

        .share_page .articles_section_header .article_actions ul, .shareimage_page .articles_section_header .article_actions ul {
            display: flex;
            margin: 0;
            padding: 0;
            list-style: none;
            flex-direction: row;
            align-items: center;
        }

        .share_page .articles_section_header .article_actions ul {
            justify-content: center;
        }

        .shareimage_page .articles_section_header .article_actions ul {
            justify-content: flex-end;
        }



            .share_page .articles_section_header .article_actions ul li, .shareimage_page .articles_section_header .article_actions ul li {
                display: inline-flex;
                width: 15%;
            }

                .share_page .articles_section_header .article_actions ul li .action, .shareimage_page .articles_section_header .article_actions ul li .action {
                    display: block;
                    text-align: center;
                    margin: 0 auto;
                }

                    .share_page .articles_section_header .article_actions ul li .action span, .shareimage_page .articles_section_header .article_actions ul li .action span {
                        display: flex;
                        cursor: pointer;
                        overflow: hidden;
                        flex-direction: column;
                    }

                        /*.share_page .articles_section_header .article_actions ul li .action span img, .shareimage_page .articles_section_header .article_actions ul li .action span img {
                            display: block;
                            margin: 0 auto;
                            height: 20px;
                        }*/

                        .share_page .articles_section_header .article_actions ul li .action span label, .shareimage_page .articles_section_header .article_actions ul li .action span label {
                            font-weight: 500;
                            margin: 0;
                            font-size: 12px;
                            cursor: pointer;
                        }

#imageZoomIn {
    opacity: 0.4;
    pointer-events: none;
}

.share_page .headline {
    display: block;
    padding: 15px 30px;
    background-color: #231f20;
}

    .share_page .headline .headline_inner {
        max-width: 1170px;
        display: block;
        margin: 0 auto;
        position: relative;
        padding: 0 15px;
    }

        .share_page .headline .headline_inner .urlIcon {
            position: absolute;
            right: 0px;
            top: calc(50% - 16px);
        }

    .share_page .headline .head_line {
        display: block;
        font-size: 60px;
        color: rgb(255, 255, 255);
        max-width: 1170px;
        margin: 0 auto;
    }

    .share_page .headline .kicker {
        display: block;
        font-size: 24px;
        color: rgba(255,255,255,0.8);
    }

.share_page .ads_area_headLine {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    .share_page .ads_area_headLine .ads {
        margin: 30px auto;
    }

.share_page .ads {
    display: flex;
    margin: 30px auto;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    clear: both;
}
/*.shareimage_page .articles_section_body_imgview {
    width: 100%;
    padding: 15px;
    max-width: 1170px;
    margin: 30px auto 30px;
    background-color: #fff;
    display: block;
}*/
.shareimage_page .articles_section_body_imgview {
    width: 100%;
    padding: 15px;
    max-width: 1170px;
    margin: 30px auto 30px;
    background-color: #fff;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

    .shareimage_page .articles_section_body_imgview #imageBox {
        position: relative;
    }

    .shareimage_page .articles_section_body_imgview .link-image-gallery {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

        .shareimage_page .articles_section_body_imgview .link-image-gallery img {
            max-width: 100%;
        }

    .shareimage_page .articles_section_body_imgview .urlIcon {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .shareimage_page .articles_section_body_imgview #imageBox > img {
        display: inline-block;
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }

    .shareimage_page .articles_section_body_imgview #imageBox > span {
        font-size: 16px;
        color: rgba(0,0,0,0.7);
        width: 100%;
        display: block;
    }

.share_page .articles_section_body_imgview {
    width: 100%;
    padding: 15px;
    max-width: 1170px;
    margin: 30px auto 30px;
    background-color: #fff;
    display: none;
    position: relative;
    text-align: center;
}

    .share_page .articles_section_body_imgview > img {
        max-width: 100%;
        width: auto;
        border-width: 10px;
        border-style: solid;
        border-color: #ffffff;
        background-color: #fff;
    }

.share_page .articles_section_body_textview {
    display: block;
    width: 100%;
    padding: 8px;
    max-width: 1170px;
    margin: 15px auto 15px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

    .share_page .articles_section_body_textview .article_date {
        /*display: block;
        clear: both;*/
        display: inline-block;
        clear: both;
    }

    .share_page .articles_section_body_textview .byline {
        display: inline-block;
        clear: both;
    }

    .share_page .articles_section_body_textview .articleimage {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

        .share_page .articles_section_body_textview .articleimage .story_body .ads {
            margin: 15px auto;
        }

.share_page .articles_section_body_textview {
    /*font-size: 14px;*/
    font-size: 16px;
}

    .share_page .articles_section_body_textview .div_article_image .main_img_Number {
        margin-bottom: 15px;
    }

        .share_page .articles_section_body_textview .div_article_image .main_img_Number > img {
            display: block;
            margin: 0 auto;
            max-width: 100% !important;
            margin-bottom: 5px;
        }

        .share_page .articles_section_body_textview .div_article_image .main_img_Number h6 {
            display: block;
            font-size: 14px;
        }


.share_page .social_share_box, .shareimage_page .social_share_box {
    display: none;
    width: 30px;
    position: fixed;
    /*left: 0;*/
    right: 6px;
    top: calc(50% + 35px);
}

.share_page .social_share_box_Container, .shareimage_page .social_share_box_Container {
    display: block;
    width: 30px;
    position: fixed;
    right: 6px;
    top: 50%;
}
/*.share_page .social_share_box > a, .shareimage_page .social_share_box > a {
        display: block;
        cursor: pointer;
        margin: 5px 0px 5px;
    }

        .share_page .social_share_box > a > img, .shareimage_page .social_share_box > a > img {
            display: block;
            width: 28px;
            height: 28px;
        }*/
.share_page .social_share_box .ssb, .shareimage_page .social_share_box .ssb {
    width: 30px;
    padding: 5px 6px;
    display: block;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}

    .share_page .social_share_box .ssb.fb, .shareimage_page .social_share_box .ssb.fb {
        background: #46629E;
    }

    .share_page .social_share_box .ssb.twitter, .shareimage_page .social_share_box .ssb.twitter {
        background: #55ACEE;
    }

    .share_page .social_share_box .copy-link, .shareimage_page .social_share_box .ssb.copy-link {
        background: #4F4F4F;
    }

    .share_page .social_share_box .mail, .shareimage_page .social_share_box .ssb.mail {
        background: #4F4F4F;
    }

    .share_page .social_share_box .ssb.watsapp, .shareimage_page .social_share_box .ssb.watsapp {
        background: #25D366;
    }

    .share_page .social_share_box .ssb .si, .shareimage_page .social_share_box .ssb .si {
        color: #fff;
        font-size: 20px !important;
    }

.share_page .prev_article, .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;
}

.share_page .prev_article {
    left: 9%;
}

.share_page .next_article {
    right: 9%;
}

    .share_page .prev_article > .si, .share_page .next_article > .si {
        font-size: 30px;
        color: #fff;
    }


.share_page .articles_section_header .article_actions ul li .action #imageZoomOut {
    display: none;
}

.share_page .articles_section_body_imgview.imgZoomedIn {
    overflow: auto;
}

    .share_page .articles_section_body_imgview.imgZoomedIn > img {
        max-width: unset;
    }

.share_page .articles_section_body_imgview .urlIcon {
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 15px;
}

    .share_page .articles_section_body_imgview .urlIcon a {
        display: block;
    }

        .share_page .articles_section_body_imgview .urlIcon a img {
            width: 100%;
            height: auto;
        }


/****************************************************** Share page and Shareimage page end ********************************************************************/
/* ========================================  my profile ===========================================*/
.myprofile {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

    .myprofile .column_left, .myprofile .column_right {
        display: flex;
        flex-direction: column;
        width: calc(50% - 7.5px);
        padding: 15px;
        background-color: #f2f2f2;
    }

    .myprofile .column_left {
        margin-right: 15px;
    }

.btns_bx {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.myfavorite_container .table {
    color: #303030;
}

.myfavorite_container .headline {
    font-size: 16px;
    /*color: #303030;*/
    color: #337ab7;
}

.myfavorite_container .table tr:hover .headline {
    /*color: #000;*/
    text-decoration: none;
}

.myfavorite_container .summary {
    font-size: 16px;
    font-weight: 500;
}

.most_pop_article_bx {
    display: block;
}

    .most_pop_article_bx .articles_list {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .most_pop_article_bx .filter_bx {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d4d4d4;
    }

        .most_pop_article_bx .filter_bx .nav-pills > li > a {
            border-radius: 0;
            padding: 10px 15px;
        }

        .most_pop_article_bx .filter_bx .nav > li > a.active {
            background-color: #337ab7;
            color: #fff;
        }

.nav li {
    position: relative;
    display: inherit;
}

.most_pop_article_bx .checkbox_filter > ul {
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .most_pop_article_bx .checkbox_filter > ul > li {
        margin-left: 15px;
    }

        .most_pop_article_bx .checkbox_filter > ul > li label {
            cursor: pointer;
        }

            .most_pop_article_bx .checkbox_filter > ul > li label:hover {
                color: #23527c;
            }

    .most_pop_article_bx .checkbox_filter > ul > li {
        margin-right: 30px;
    }


.most_pop_article_bx .article {
    width: calc(50% - 7.5px);
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
}

    .most_pop_article_bx .article:nth-last-of-type(even) {
        clear: left;
    }

    .most_pop_article_bx .article .permalink {
        display: block;
        overflow: hidden;
    }

        .most_pop_article_bx .article .permalink:hover {
            text-decoration: none;
        }

            .most_pop_article_bx .article .permalink:hover .headline, .most_pop_article_bx .article .permalink:hover .summary {
                color: #000;
            }

    .most_pop_article_bx .article .headline {
        font-size: 16px;
        font-weight: 700;
        display: block;
        margin-bottom: 10px;
        color: #505050;
    }

    .most_pop_article_bx .article .thumb {
        width: 60px;
        height: 60px;
        margin: 5px 10px 10px 0;
        float: left;
    }

        .most_pop_article_bx .article .thumb > img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            object-position: center;
        }

    .most_pop_article_bx .article .article_date {
        display: block;
        margin: 10px 0 15px;
    }

    .most_pop_article_bx .article .summary {
        display: block;
        font-size: 16px;
        color: #505050;
        margin-bottom: 10px;
    }

    .most_pop_article_bx .article hr {
        width: 50%;
        float: left;
        border-color: #000;
        margin: 0;
    }

.most_pop_article_bx .data404 {
    display: flex;
    padding: 15px;
    align-items: center;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

sup {
    color: #f00;
    font-size: 16px;
    top: 0px;
}

.si {
    font-size: 20px;
    color: #333;
}

.ic-pub {
    position: relative;
    /*right: 18px;*/
    right: 3px;
    z-index: -1;
}

.ic-pages {
    position: relative;
    right: 20px;
    z-index: -1;
}

/* social share buttons*/
.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;*/
        background: #55ACEE;
    }

.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;
}

.listview .link-image-gallery .link-image-gallery-slides .item img {
    max-width: 100%;
    width: 100% !important;
    height:100%;
}

.share_page .articles_section_body_textview .articleimage img {
    width: 100%;
}




/*toppage owl css*/

.ep_pg_thumbnails {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    position: relative;
    top: 15px;
}

.owlcarousel_thumb_bx {
    display: none;
    height: 198px !important;
    padding: 15px 46px;
    background-color: #606060;
    overflow: hidden;
    width: 100%;
    margin-top: -17px;
}

    .owlcarousel_thumb_bx .owl-carousel .owl-item .item {
        cursor: pointer;
    }

        .owlcarousel_thumb_bx .owl-carousel .owl-item .item.selected {
            cursor: pointer;
            color: #FFF;
        }

    .owlcarousel_thumb_bx .owl-carousel .owl-item img {
        width: 96px !important;
        max-height: 140px;
    }

    .owlcarousel_thumb_bx .owl-carousel .owl-item .item_pg_no {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
        justify-content: center;
        z-index: 1;
    }

    .owlcarousel_thumb_bx .owl-carousel .owl-item .item.selected .item_pg_no > span {
        background-color: #404040;
        color: #fff;
        margin-bottom: 15px;
    }

    .owlcarousel_thumb_bx .owl-carousel .owl-item .item_pg_no > span {
        background-color: #00b0f0;
        padding: 3px 5px;
        min-width: 32px;
        height: auto;
        display: block;
        border-radius: 50%;
        color: #fff;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 15px;
    }

    .owlcarousel_thumb_bx .owl-carousel .owl-item .item_pg_no.dblPage > span {
        width: 70px;
        border-radius: 20px;
    }

    .owlcarousel_thumb_bx .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 0px;
        top: calc(50% - 30px);
        padding: 0;
        background: transparent;
    }


    .owlcarousel_thumb_bx .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
        top: calc(50% - 30px);
        padding: 0;
        background: transparent;
    }

.ic.ic_oc_prev, .ic.ic_oc_next {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    background-color: #0489cf;
    border-radius: 50%;
    padding: 0px;
    color: #fff !important;
}

    .ic.ic_oc_prev .fas, .ic.ic_oc_next .fas {
        display: block;
        font-size: 20px;
    }

.owlcarousel_thumb_bx .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
}

.owlcarousel_thumb_bx .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owlcarousel_thumb_bx .owl-nav {
    margin: 0;
}

/*cropped start*/
.owlcarousel_thumb_bx.clips {
    height: 180px;
}

    .owlcarousel_thumb_bx.clips .clip_nav {
        display: flex;
        flex-direction: row;
    }

        .owlcarousel_thumb_bx.clips .clip_nav ul {
            display: inline-flex;
            padding: 0;
            margin: 0 0 10px 0;
            list-style: none;
            flex-wrap: wrap;
        }

            .owlcarousel_thumb_bx.clips .clip_nav ul li {
                margin-right: 15px;
            }

                .owlcarousel_thumb_bx.clips .clip_nav ul li span {
                    color: #ffffff;
                    font-size: 14px;
                    cursor: pointer;
                }

                    .owlcarousel_thumb_bx.clips .clip_nav ul li span .fas {
                        font-size: 16px;
                        margin-right: 5px;
                    }

    .owlcarousel_thumb_bx.clips .owl-carousel .owl-item img {
        width: auto;
        height: auto;
    }


.close_thumb_icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
}

    .close_thumb_icon > .ic.ic_close {
        display: block;
        padding: 5px;
    }

        .close_thumb_icon > .ic.ic_close > .fas {
            display: block;
            color: #fff;
            font-size: 18px;
        }

.ep_pg_cnt_img_bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

    .ep_pg_cnt_img_bx .cnt_img_bx {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        /*overflow: auto;*/
    }

        .ep_pg_cnt_img_bx .cnt_img_bx > .img_jpg, .ep_pg_cnt_img_bx .cnt_img_bx > .img_png {
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            /*height: 100%;*/
            height: auto;
        }

.labelicon {
    width: 26px;
    float: left;
    padding: 10px 10px 7px 0;
}

.logIn_user {
    color: blue;
}

.landing_page .main_content, .home .main_content {
    padding-top: 75px;
}

.zoomin_lbl1 .home .action_bar, .zoomin_lbl2 .home .action_bar {
    width: 100%;
}

.zoomin_lbl1 .home .main_content, .zoomin_lbl2 .home .main_content {
    width: 100%;
}

.zoomin_lbl1 .home .sidebar, .zoomin_lbl2 .home .sidebar {
    display: none;
}

.zoomin_lbl1 .ep_pg_cnt_img_bx, .zoomin_lbl2 .ep_pg_cnt_img_bx {
    padding: 0;
}

.zoomin_lbl1 .home_ads_area, .zoomin_lbl2 .home_ads_area {
    display: none;
}

.zoomin_lbl1 footer, .zoomin_lbl2 footer {
    display: none;
}

.zoomin_lbl1 .ep_pg_cnt_img_bx, .zoomin_lbl2 .ep_pg_cnt_img_bx {
    overflow: auto;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: grab;
}

    .zoomin_lbl1 .ep_pg_cnt_img_bx .cnt_img_bx > .img_jpg, .zoomin_lbl1 .ep_pg_cnt_img_bx .cnt_img_bx > .img_png {
        max-width: 100%;
        height: auto;
        width: auto;
    }

    .zoomin_lbl2 .ep_pg_cnt_img_bx .cnt_img_bx > .img_jpg, .zoomin_lbl2 .ep_pg_cnt_img_bx .cnt_img_bx > .img_png {
        width: auto;
        height: auto;
    }

.imgTitleBelow {
    width: 96px;
    text-align: center;
    font-size: 10px;
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.ic.ic_oc_prev, .ic.ic_oc_next {
    width: 36px;
    height: 36px;
    display: block;
    background-color: #0489cf;
    border-radius: 50%;
    padding: 0px;
    color: #fff !important;
}*/

.ic.ic_oc_prev .fas, .ic.ic_oc_next .fas {
    display: block;
    font-size: 20px;
}

.owlcarousel_thumb_bx .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
}

.owlcarousel_thumb_bx .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owlcarousel_thumb_bx .owl-nav {
    margin: 0;
}

.owl-carousel .item.selected > img {
    border: 2px solid #fff;
    padding: 2px;
}

/*cropped start*/
.owlcarousel_thumb_bx.clips {
    height: 180px;
}

.clr-white {
    color: #fff;
}

.menu_pages {
    text-align: left;
    display: inline-block;
    position: relative;
    width: 100%;
    background: #423e3e;
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
    /* Hide scrollbar for Chrome, Safari and Opera */
    .menu_pages::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.menu_pages {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .menu_pages .nav-tabs > li > a {
        color: #fff;
    }

#fullPagemenu .tab-content {
    width: 100%;
    padding: 0px 25px;
}

#fullPagemenu {
    display: none;
    background: #606060;
}

    #fullPagemenu .owlcarousel_thumb_bx {
        display: block;
    }
    /*
    #fullPagemenu .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #00b0f0;
        cursor: default;
        background-color: transparent;
        border: none;
        border-bottom-color: transparent;
        font-weight: unset;
    }
    */

    #fullPagemenu .nav-tabs > .nav-item > .nav-link.active, #fullPagemenu .nav-tabs > .nav-item > .nav-link:focus, #fullPagemenu .nav-tabs > .nav-item > .nav-link:hover {
        color: #00b0f0;
        background-color: transparent;
        border: none;
        border-bottom-color: transparent;
        font-weight: unset;
    }

    #fullPagemenu .nav-tabs > .nav-item > .nav-link.active {
        cursor: default !important;
    }

    #fullPagemenu .owlcarousel_thumb_bx {
        margin-top: 0px;
        padding: 0;
    }

span.si.si-menu-o {
    color: #0089cf !important;
    font-weight: 600;
}

.ic_cropwhatsapp {
    background-color: #25D366;
}

ul#SupplimentUl.nav > li > a {
    padding: 5px 5px;
    border: none;
    cursor: pointer !important;
}

ul#SupplimentUl.nav-tabs {
    border-bottom: 0;
}

    ul#SupplimentUl.nav-tabs > li > a:hover {
        color: #00b0f0;
        cursor: default;
        background-color: transparent;
        border: none;
        border-bottom-color: transparent;
        font-weight: unset;
    }

    ul#SupplimentUl.nav-tabs > li > a::after {
        content: " | ";
        color: #fff;
    }

.alert p {
    text-align: center;
    font-size: 18px;
}

.fullpage_content {
    width: calc(100% - 190px);
}

.sidebar_adds {
    width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

.fullpage_content .next {
    right: 195px !important;
}

.pa_subscription {
    padding: 0 10px;
    text-decoration: none;
    color: #fff !important;
    border-radius: 4px;
    background: #1565c0;
    height: 27px;
    line-height: 27px;
}

    .pa_subscription a {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: inherit;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }

.nav_action_bar .list_two {
    align-items: center;
}

.not_visible {
    visibility: hidden !important;
}

.page_body .faq_content_mdm ol li {
    margin-bottom: 7px;
}

.page_body .faq_content_mdm h3 {
    font-weight: 700;
    font-size: 22px;
}

.page_body .faq_content_mdm .accordion-button:not(.collapsed) {
    color: #333;
}

.page_body .faq_content_mdm .accordion-button {
    font-weight: 700;
}
/*top stories css start*/
h1#topStoriesHead {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    word-break: break-word;
    margin-right: 15px;
    font-family: Arial,sans-serif;
    text-align: center;
    width: 100%;
}

.content-box {
    border: 1px solid lightgray;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 5px;
}

    .content-box h3 {
        font-size: 16px;
    }

.top-story-video {
    border-radius: 0;
    background: transparent;
    border: 2px solid #f0f0f0;
    height: 48px;
    position: relative;
}

.top-story-content {
    height: 418px;
    width: 100%;
    overflow-y: auto;
}

#TopStories .modal-dialog {
    max-width: 600px;
}

.top-story-video ul {
    list-style: none;
    background: #f0f0f0 !important;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    padding-left: 5px;
    line-height: 35px;
}

    .top-story-video ul li {
        display: inline-block;
        padding-right: 10px;
    }

        .top-story-video ul li a {
            color: #000;
        }

#TopStories .modal-header {
    padding: 10px;
}

@media only screen and (max-width: 1366px) {
    .ic-pages {
        right: 25px;
    }
}

@media only screen and (max-width: 1023px) {
    .ads_area_728X90 {
        display: none;
    }

    .footer-advert {
        width: 100%;
    }

    .right_verticle_ads .container .leftside_ads_area, .right_verticle_ads .container .rightside_ads_area {
        display: none;
    }

    .right_verticle_ads .page_body .content {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #TopStories .modal-dialog {
        max-width: 95%;
        margin: auto;
    }
}

.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;
}

@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;
}
@media only screen and (max-width:1366px){
	 

    .nav_action_bar {
        padding: 0 5px;
    }
        .nav_action_bar .list_one > li .action {
            padding: 0 5px;
        }
        .nav_action_bar .list_two > li .action {
            padding: 6px 5px;
        }
    .sitemenu {
        margin-right: 5px;
    }
    .usermenu {
        margin-left: 5px;
    }
    .nav_action_bar .list_one > li .action_page {
        padding: 0 30px 0 5px;
        margin-right: 5px;
        
    }
    .nav_action_bar .action_calender .ic {
        height: 16px;
    }
    .nav_action_bar .ic {
        height: 16px;
    }
    .nav_action_bar .list_one > li .publist {
        background-position-y: center !important;
        background-size: auto 16px !important;
    }

    .nav_action_bar .list_one > li .action_page {
        background-size: auto 16px !important;
        background-position-y: center;
    }
}

@media only screen and (max-width: 1023px) {
    .app_root {
        padding-top: 60px;
    }

    .header {
        height: 60px;
        padding: 5px 15px;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
    }

    .logo {
        margin: 0;
    }

        .logo img {
            max-height: 50px;
        }

    .header .ads_area_728X90 {
        display: none;
    }

    .page_container {
        min-height: calc(100% - 60px) !important;
    }

    .page_title, .page_title_inner {
        height: 40px;
    }

        .page_title_inner h1 {
            font-size: 24px;
        }
        .feedback_and_complaints .page_title_inner h1 {
            font-size: 20px;
        }

        .page_title_inner .back_button > .si-chevron-left {
               color: #fff;
               font-size: 36px;
        }


    /*footer {
        height: 60px;
    }*/

    .myprofile .column_left, .myprofile .column_right {
        width: 100%;
        margin: 0;
    }

    .most_pop_article_bx .filter_bx {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .most_pop_article_bx .filter_bx .nav-pills > li > a {
            padding: 10px 3px;
            font-size: 12px;
        }

    .most_pop_article_bx .checkbox_filter > ul > li {
        margin: 0 25px 0 0;
    }

        .most_pop_article_bx .checkbox_filter > ul > li:last-child {
            margin-right: 0;
        }

    .most_pop_article_bx .article {
        width: 100%;
    }
    footer .disclaimer {        
        position: relative;
    }
    footer .disclaimer > p {
        height: 35px;
        overflow: hidden;
    }    
    .disclaimer .expender_link {
        display: block;
        background-color: #595959;
        position: absolute;
        right: 0;
        bottom: -2px;
        padding-left: 6px;
        padding-right: 30px;
    }

    .share_page .sitecover, .shareimage_page .sitecover {
        min-height: calc(100% - 28px);
    }
    body.shareimage_page {
        padding-top: 60px;
    }

    .share_page .close_button, .shareimage_page .close_button {
        position: absolute;
        right: 15px;
        top: 15px;
    }
}
@media only screen and (max-width: 560px) {
    .page_title_inner h1 {
        font-size: 20px;
        margin-left: 22px;
    }

    .page_title_inner .home_button > .si-home {
        color: #fff;
        font-size: 25px;
    }
    .page_title_inner .back_button > .si-chevron-left {
        color: #fff;
        font-size: 25px;
    }
}
@media only screen and (max-width: 314px) {
    .page_title_inner h1 {
        font-size: 14px;
        margin-left: 22px;
    }

    .page_title_inner .home_button {
        left: 20px !important;
    }
}

#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 and (max-width:991px) {
    .gdpr-container {
        padding: 10px 50px;
        width: 600px;
    }
}
@media only screen and (max-width:556px) {
    .gdpr-container {
        padding: 10px 20px;
        width: 450px;
    }
}
@media only screen and (max-width:499px) {
    .gdpr-container {
        padding: 10px;
        width: 90%;
    }

    .gdpr-head {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .gdpr-body {
        margin-bottom: 10px;
        font-size: 13px;
    }
}
@media only screen and (max-width:345px) {
    .gdpr-container {
        padding: 10px;
        width: 90%;
    }
}
/*---right menu ----- */
/*.app_root .desktop{
    width:390px !important;
}*/
/*.desktop .tm_header .top-section {
    background-color: #40a3d3;
    width: 100%;
    padding: 15px;
    text-align: center;
}*/
    /*.desktop .tm_header .top-section .avatar {
        font-family: 'Fira sans';
        font-weight: normal;
        font-size: 50px;
        padding: 0px;
    }*/
/*.desktop .tm_header .top-section .user-name{
    font-family: 'Fira sans';
    font-weight: bold;
    font-size: 20px;
}*/
/*.desktop .tm_header .top-section .user-email{
    font-family: 'Fira sans';
    font-weight: normal;
    font-size: 16px;
}*/
/*.desktop .tm_header .top-section .btn-edit-profile{
    font-family: 'Fira sans';
    font-weight: normal;
    font-size: 16px;
}*/
/*.desktop .tm_header .subscription-detail{
    display:block !important;
    padding: 20px 20px 10px;
}*/
    /*.desktop .tm_header .subscription-detail .account-box {
        padding: 15px;
        border-radius: 2px;
        border: solid 1px #e0e0e0;
        background-color: #ffffff;
    }*/
    .desktop .tm_header .subscription-detail .account-box .action {
        display: none;
        font-family: 'Fira Sans', sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.9;
        letter-spacing: normal;
        color: #212121;
    }
    .desktop .tm_header .subscription-detail .account-box .icon {
        float: right;
        display: block;
        margin-top: -3px;
        clear: both;
    }
.desktop .subscription-detail .account-box .icon > img {
    margin-top: -4px;
    margin-right: -7px;
    width: 28px;
}
.desktop .tm_header .subscription-detail .account-box a{
    width:100%;
    color: #000;
}

.desktop .tm_header .subscription-detail .account-box .icon .si-chevron-right{
    color: #333;
    font-size: 12px;
}
    .desktop .tm_header .subscription-detail .account-box .plan, .desktop .tm_header .subscription-detail .account-box .billing-date {
        display: none;
        margin: 10px 0 10px;
        position: relative;
        overflow: hidden;
        font-family: 'Fira Sans', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #757575;
    }
/*.desktop .tm_header .subscription-detail .account-box .plan span{
    float: right;
    text-align: end;
    display: block;
    width: 50%;
    margin-left: 5px;
    position:relative;
    font-size: inherit;
    font-family: 'Fira sans';
    font-weight: normal;
    font-size: 14px;
}*/
/*.desktop .tm_header .subscription-detail .account-box .billing-date{
    font-family: 'Fira sans';
    font-weight: normal;
    font-size: 14px;
}*/
/*.desktop .tm_header .subscription-detail .account-box .billing-date span{
    float: right;
    text-align: end;
    display: block;
    width: 50%;
    margin-left: 5px;
    position:relative;
    font-family: 'Fira sans';
    font-weight: normal;
    font-size: 14px;
}*/
.desktop ul li a {
    margin: 0 20px 10px;
    height: 48px;
    border-radius: 2px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
}
.my-account .desktop ul li {
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #bfbfbf;
}
.desktop ul li:first-child {
    border-top-width: 0px;
    border-top-style: none;
    
}
.desktop  ul li {
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #bfbfbf;
}
/*log out*/
.desktop .tm_header .logout-detail{
    padding: 0px 12px;
}
.desktop .tm_header .logout-detail .logout-box {
   padding: 7px;
   border-radius: 3px;
   box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
   border-color: #fff;
}
.desktop .tm_header .logout-detail .logout-box a{
    width:100%;
    color: #000;
}
.desktop .tm_header .logout-detail .logout-box .icon{
    float: right;
    display: block;
    margin-top: -3px;
}
.desktop .tm_header .logout-detail .logout-box .icon .si-chevron-right{
    color: #333;
    font-size: 12px;
}
.desktop ul li a .label {
    font-family: 'Fira sans' !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #212121 !important;
}
/*mobile*/

.mob .tm_header .top-section {
    background-color: #40a3d3;
    width: 100%;
    padding: 15px;
    text-align: center;
}
.mob .tm_header .top-section .avatar{
    font-family: 'Fira sans';
    font-weight: normal;
    font-size: 40px;
    padding: 20px;
}
.mob .tm_header .top-section .user-name{
    font-family: 'Fira sans';
    font-weight: bold;
    font-size: 20px;
}
.mob .tm_header .top-section .user-email{
    font-family: 'Fira sans';
    font-weight: normal;
    font-size: 14px;
}
    .mob .tm_header .top-section .btn-edit-profile {
        font-family: 'Fir Sans', sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #ffffff;
        height: 36px;
        border-radius: 19.5px;
    }


/*.mob .subscription-detail .account-box .plan {
    display: none;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #757575;
}*/
/*.mob .subscription-detail .account-box .plan span{
    font-family: 'Fira sans';
    font-weight: normal !important;
    font-size: 14px !important;
}*/

/*.mob .subscription-detail .account-box .billing-date {
    font-family: 'Fira sans';
    font-weight: normal;
    font-size: 14px !important;
}*/
/*.mob .subscription-detail .account-box .billing-date span{
    font-family: 'Fira sans';
    font-weight: normal !important;
    font-size: 14px !important;
}*/

/*.mob .subscription-detail .account-box .action{
    display:none;
    font-family: 'Fira sans';
    font-weight: 500 !important;
    font-size: 14px !important;
}*/
.mob .subscription-detail .account-box a{
    width:100%;
    color: #000;

}
.mob .subscription-detail .account-box .icon{
    float: right;
    display: block;
    margin-top: -3px;
}
    .mob .subscription-detail .account-box .icon > img {
        margin-top: 0px;
        margin-right: -7px;
        width: 28px;
    }
.mob  .subscription-detail .account-box .icon .si-chevron-right{
    color: #333;
    font-size: 12px;
}
/*.mob .subscription-detail .account-box .plan{
    font-size: 12px;
    display: block;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
    
}*/
/*.mob .subscription-detail .account-box .plan span{
    float: right;
    color: #000;
    font-weight: 600;
    width: 50%;
    margin-left: 5px;
    position:relative;
    text-align: end;
    font-size: inherit;
}*/
/*.mob .subscription-detail .account-box .billing-date span{
    float: right;
    color: #000;
    font-weight: 600;
    display: block;
    text-align: end;
    width: 50%;
    font-size: inherit;
}*/
.mob ul li a .label {
    font-family: 'Fira sans' !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #212121 !important;
}

.mob .subscription-detail .account-box .action {
    font-size: 14px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #212121;
    font-family: 'Fira sans' !important;
    display: none;
    clear: both;
}
.mob .subscription-detail .plan, .mob .subscription-detail .billing-date {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 10px 0 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #757575;
    font-family: 'Fira sans' !important;
    display: none;
}

.mob .subscription-detail {
    margin: 16px 16px 10px 16px;
    border-radius: 2px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    padding: 10px 15px;
    min-height: 48px;
}

.desktop .subscription-detail {
    margin: 20px 20px 10px 20px;
    border-radius: 2px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    padding: 10px 15px;
    min-height: 48px;
}
