.main-content {
	height: 800px;
	width: 1000px;
	margin: 0 auto;
}

.loader-overlay-bg {
  background-color: transparent;
  cursor: default;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 899;
}
.overlay-content {
  background-color: #000;
  border-radius: 40px;
  cursor: default;
  margin: 0 auto;
  opacity: 0.5;
  padding: 16px 20px;
  position: relative;
  top: 45%;
  width: 180px;
}
	.close-btn {
		cursor: pointer;
		border: 1px solid #333;
		padding: 2% 5%;
		background: #a9e7f9; /* fallback */
		background: -moz-linear-gradient(top,  #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e7f9), color-stop(4%,#77d3ef), color-stop(100%,#05abe0));
		background: -webkit-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		background: -o-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		background: -ms-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		background: linear-gradient(to bottom,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		border-radius: 4px;
		box-shadow: 0 0 4px rgba(0,0,0,0.3);
	}
	.close-btn:hover {
        background: #05abe0;
    }

    
  .overlay-content .cssload-jumping{
	position:relative;
	display:block;
	margin: 0 auto;
	width:107px;
}
	
.overlay-content .cssload-jumping, .overlay-content .cssload-jumping * {
	box-sizing: border-box;
}

.overlay-content .cssload-jumping span {
	display: inline-block;
	height: 15px;
	width: 15px;
	background: rgb(47,172,155);
	border-radius: 487px;
	background-clip: padding-box;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
}

.overlay-content .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);
	}
}
  
.overlay-content > span {
  display: block;
  text-align: center;
  width: 100%;
  color:#fff;
}


@media(max-width: 576px) {

    /*.overlay-content {
    width: 100px;
}*/
     .overlay-content img{
    width: 100%;
}
}




.form-control{
    border-radius :0;
}
.btn_flat {
	border-radius: 0;
}
.base .modal-content {
	border-radius: 0;
}
.base .modal-header {
	padding: 10px 15px;
	border-bottom: 1px solid #231f20;
	background-color: #231f20;
	text-align: center;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.base .modal-title {
	color: #fff;
}
.base .close {
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: 0.5;
}
    .base .close:focus, .base .close {
        opacity: 1;
        color: #fff;
        font-weight: 400;
        font-size: 30px;
    }

.base .close:focus, .base .close:hover {
	
	 opacity: unset;
}

.base .close > img {
	height: 16px;
	width: auto;
}

.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;
}


/* jquery ui base theme*/


.base_theme.ui-dialog {
	padding: 0;
	border: 0;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

.base_theme.ui-corner-all{
	border-radius: 0;
}

.base_theme .ui-widget-header {
	border: 0;
	background: #231f20;
	color: #f0f0f0;
	border-radius: 0;
    text-align: center;
}
.base_theme.ui-dialog .ui-dialog-titlebar-close {
	padding: 0px;
	border-radius: 0;
}
.base_theme .ui-datepicker-title {
	color: #303030;
}
.base_theme .ui-widget-content {
	border-radius: 0;
}


.base_theme .popup_body {
	padding: 15px;
    display: none;
}
.popup_editions.base_theme {
	position: fixed !important;
    top: 65px !important;
}

.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;
}
.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;
}


/*-- Gallery css start ------*/

.gallerypopup .modal-header {
	background-color: #0070C0;
	color: white;
	padding: 5px;
}

.gallerypopup .modal-header .modal-title {
	display: inline-block;
}

.gallery-action {
	display: inline-block;
	margin-right: 22px;
	float: right;
}

.gallerypopup .modal-header .close {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 3px;
	margin-right: 5px;
	opacity: 1;
	color: white;
}

.contentWrapper {
	display: flex;
	flex-direction: column;
	background: white;
	padding: 7px;
	/*height: 500px;
	overflow-y: auto;*/
}
#ViewGalleryModal .contentWrapper, .contentWrapperImage {
	max-height: calc(100vh - 158px);
	min-height: calc(100vh - 158px);
	overflow-y: auto;
}

.VideoContentContainer {
	display: flex;
	flex-direction: row;
	max-height: 115px;
	min-height: 115px;
	overflow: hidden;
	margin-bottom: 5px;
	cursor: pointer;
}

.imgContainer {
	max-width: 150px;
	min-width: 150px;
}

.thumbnail {
	width: 100%;
	/*height: auto;*/ 
	height: 115px;
	padding: 5px;
}

.imgInfo {
	display: flex;
	flex-direction: column;
	padding: 5px;
	width: 100%;
	cursor: default;
	overflow-y: auto;
}

/*
div.imgInfo{
overflow-y:auto;
  }*/

div.imgInfo::-webkit-scrollbar {
  width: 5px;
}


div.imgInfo::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

div.imgInfo::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius:20px;
  height:5px;
}


div.imgInfo::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.playButton {
	position: relative;
	top: -90px;
	left: 59px;
}


.galleryheader {
	display: inline-block;
	background: white;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid;
}

#galleryContainer {
	padding-top: 10px;
}

/*.galleryheader*/
.pageIndexer {
	display: inline-block;
	float: right;
	margin-right: 20px;
}

.mdl-lg {
	height: 33px;
	width: 46px;
	text-align: center
}

.pageIndexer span {
	font-weight: 900;
}

.md-sm {
	height: 20px !important;
	width: 25px !important;
	text-align: center;
	color:black;
	font-weight:900;
}
.popup-indexer-bottom {
	width: 100%;
	height: 30px;
	border-top: 2px solid;
	padding-top: 4px;
	margin-top: 5px;
}

.fullImageView {
	display: flex;
}

.img-full {
	width: 100%;
	height: auto;
}

.card:hover {
	transform: scale(0.95);
}

.card-img {
	overflow: hidden;
	min-height: 100px;
	max-height: 100px;
	cursor:pointer;
}

.thumb-img {
	overflow: hidden;
	max-height: 115px;
	min-height: 115px;
}

.ImageListContainer {
	display: flex;
	flex-direction: row;
	max-height: 115px;
	min-height: 115px;
	overflow: hidden;
	margin-bottom: 3px;
	cursor:pointer;
}

.contentWrapperImage {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	grid-gap: 5px;
	grid-template-rows: max-content;
}

.ImageThumbnailDiv {
	position: relative;
	max-height: 115px;
	min-height: 115px;
	cursor:pointer;
}

.ImageThumbnailDiv img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.img-title {
	background-color: rgba(0,0,0,0.75);
	box-sizing: border-box;
	bottom: 0;
	color: #fff;
	font-weight: bold;
	left: 0;
	padding: 10px;
	position: absolute;
	text-decoration: none;
	width: 100%;
	cursor: default;
	font-size:12px;
	max-height: 40px;
	min-height: 40px;
	padding-top: 5px;
	overflow:hidden;
}


.card {
	border: 1px solid #bbb;
	padding: 5px;
	border-radius: 4px;
	max-height: fit-content;
	min-height: 265px;
}
.card img{
	width:100%;
}
.card-title {
	font-weight: bold;
	text-decoration: none;
}
.card-body {
	overflow: hidden;
	max-height: 165px;
	min-height: 165px;
}

.edit-item-div {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;	
	padding-left: 3px;
}

.edit-item-div input[type='checkbox'] {
	height: 16px;
	width: 24px;
	margin-top: 0px;
	display:none;
}
.gallery-action a{
	cursor:pointer;
}

/*subscription popup css*/
div#btn-subscription-reminders {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
a.btn.btn-block.btn-renew-reminder {
    border-color: #333995;
    background-color: #333995;
    color: #fff;
    width: auto;
}
a.btn.btn-block.btn-remindlater-reminder {
    background-color: #fff;
    border-color: #d3d3d3;
    width: auto;
    margin-left: 15px;
    color: #333;
}
span#btn-close {
    right: -5px;
    top: -5px;
    width: 23px;
    height: 23px;
    padding: 0 0 0 0;
    line-height: 20px;
    border: 1px solid #787878;
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    border-radius: 50%;
    background: black;
}
span#btn-close i.fa.fa-times {
    text-align: center;
    display: block;
    line-height: 23px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
/*-- Gallery css end ------*/
/*-------- notify message popup----------*/
.notifyjs-corner {
        top: 65px !important;
        right: 48% !important;
    }
@media only screen and (max-width: 1023px) {
    .popup_editions .popup_body ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
.modal-fullscreen {
    background: #fff;
    z-index: 1092;
}
.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
}
.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
    background-color:#dddddd;

}
.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-help .modal-close {
    right: 0;
    position: absolute;
    top: 0;
    border-radius: 0;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index:9;
}
.modal-help .modal-header {
padding:0;

}

.modal-help .modal-body  {
padding:0;
}
.modal-help .modal-body #carousel-desktop .item > img {
/*width:100%;*/
/*height:635px;*/
margin:0 auto;
}
.modal-help .modal-body #carousel-mobile .item > img {
width:100%;
/*height:635px;*/
margin:0 auto;
}

.modal-help .modal-body #carousel-mobile .carousel-indicators {
  bottom: 20px;
 
  margin-left: -16%;
 
  width: 30%;

}

.carousel_button {
    bottom: 25px;
    position: absolute;
    right: 0;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index:9;
        padding: 0 10px;
}

.carousel_button_mobile{
    bottom: 25px;
    position: absolute;
    right: 0;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index:9;
        padding: 0 10px;
}

.carousel-desktop-close {   
    cursor: pointer;
    float:left;
    margin:0 5px;   
}

.carousel-desktop-close img {   
    width:32px;   
}

.carousel-desktop-play {    
    cursor: pointer;
    float:left;
    margin:0 5px;   
}
.carousel-desktop-play img {   
    width:32px;   
}

.carousel-desktop-pause {    
    cursor: pointer; 
    float:left;
    margin:0 5px;   
}
.carousel-desktop-pause img {   
    width:32px;   
}


.carousel-mobile-close img {   
    width:32px;   
}

.carousel-mobile-play {    
    cursor: pointer;
    float:left;
    margin:0 5px;
    z-index:16;   
}
.carousel-mobile-play img {   
    width:32px;   
}

.carousel-mobile-pause {    
    cursor: pointer; 
    float:left;
    margin:0 5px;
    z-index:16;   
}
.carousel-mobile-pause img {   
    width:32px;   
}


.carousel-indicators li {
    background-color: #fff;
    border: 1px solid #000;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-inner > .item {
background-color:#dddddd;

}

#carouselPause > img:active,
#carouselPause > img:focus,
#carouselPlay > img:active,
#carouselPlay > img:focus,
.carousel-desktop-close > img:active,
.carousel-desktop-close > img:focus {
    opacity:0.3;
}

#carouselPauseMobile > img:active,
#carouselPauseMobile > img:focus,
#carouselPlayMobile > img:active,
#carouselPlayMobile > img:focus,
.carousel-mobile-close > img:active,
.carousel-mobile-close > img:focus {
     opacity:0.3;
}
/**
 * jquery-bootstrap-scrolling-tabs
 * @version v0.7.1
 * @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
 * @author Mike Jacobson <michaeljjacobson1@gmail.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
/* line 21, jquery.scrolling-tabs.scss */
.scrtabs-tab-container * {
  box-sizing: border-box;
}

/* line 25, jquery.scrolling-tabs.scss */
.scrtabs-tab-container {
  height: 42px;
}
/* line 27, jquery.scrolling-tabs.scss */
.scrtabs-tab-container .tab-content {
  clear: left;
}

/* line 32, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%;
}

/* line 39, jquery.scrolling-tabs.scss */
.scrtabs-tabs-movable-container {
  position: relative;
}
/* line 41, jquery.scrolling-tabs.scss */
.scrtabs-tabs-movable-container .tab-content {
  display: none;
}

/* line 46, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow {
  border: 1px solid #dddddd;
  border-top: none;
  color: #428bca;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 12px;
  height: 42px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 13px;
  width: 20px;
}
/* line 59, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow:hover {
  background-color: #eeeeee;
}

/* line 64, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default;
}

/* line 69, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
}

.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;

    }

/* headline font */
@font-face {
    font-family: 'NotoSansMalayalam-Bold';
    src: url('../fonts/NotoSansMalayalam-Bold.woff2')format('woff2');
}

/* body font */
@font-face {
    font-family: 'NotoSansMalayalam-Regular';
    src: url('../fonts/NotoSansMalayalam-Regular.woff2')format('woff2');
}

/* INDEX PAGE */
.index .articles_section_body .article_view .headline .head_line {
    font-family: 'NotoSansMalayalam-Bold';
    font-weight: 700 !important;
    font-size: 28px !important;
}

.index .articles_section_body .article_view .headline .kicker {
    font-family: 'NotoSansMalayalam-Regular';
}

.index .articles_section_body .article_view .headline .subheadline {
    font-family: 'NotoSansMalayalam-Regular';
}

.index .articles_section_body .article_view .headline .kicker {
    font-family: 'NotoSansMalayalam-Regular';
}

.index .articles_section_body .article_view .dateline {
    font-family: 'NotoSansMalayalam-Regular';
}

.index .articles_section_body .article_view .byline {
    font-family: 'NotoSansMalayalam-Regular';
}

.index .articles_section_body .article_view #body > p {
    font-family: 'NotoSansMalayalam-Regular';
}

.index .articles_section_body .article_view .article-image-caption {
    font-family: 'NotoSansMalayalam-Regular';
}

.popup_text_resize .popup_body {
    font-family: 'NotoSansMalayalam-Regular';
}

.index .article_list ul li span {
    font-family: 'NotoSansMalayalam-Bold';
    font-size: 14px !important;
    font-weight: 700;
}

.index .article_list ul li .summarystory {
    font-family: 'NotoSansMalayalam-Regular';
    font-size: 14px !important;
}

/* LISTVIEW */
.listview .col_article_view .article_body .headline .head_line {
    font-family: 'NotoSansMalayalam-Bold';
    font-weight: 700 !important;
    font-size: 28px !important;
}

.listview .col_article_view .article_body .headline .kicker {
    font-family: 'NotoSansMalayalam-Regular';
}

.listview .col_article_view .article_body .headline .subheadline {
    font-family: 'NotoSansMalayalam-Regular';
}

.listview .col_article_view .article_body .headline .kicker {
    font-family: 'NotoSansMalayalam-Regular';
}

.listview .col_article_view .article_body .dateline {
    font-family: 'NotoSansMalayalam-Regular';
}

.listview .col_article_view .article_body .byline {
    font-family: 'NotoSansMalayalam-Regular';
}

.listview .col_article_view .article_body #body > p {
    font-family: 'NotoSansMalayalam-Regular';
}

.listview .col_article_view .article_body .article-image-caption {
    font-family: 'NotoSansMalayalam-Regular';
}

/* SHARE PAGE */

.share_page .headline .head_line {
    font-family: 'NotoSansMalayalam-Bold';
    font-size: 28px !important;
    font-weight: 700;
}

.share_page .headline .kicker {
    font-family: 'NotoSansMalayalam-Regular';
    font-size: 20px !important;
}

.share_page .headline .subheadline {
    font-family: 'NotoSansMalayalam-Regular';
}

.share_page .articles_section_body_textview .article_date {
    font-family: 'NotoSansMalayalam-Regular';
}

.share_page .articles_section_body_textview .byline {
    font-family: 'NotoSansMalayalam-Regular';
}

.share_page .articles_section_body_textview .story_body > p {
    font-family: 'NotoSansMalayalam-Regular';
}

.share_page .articles_section_body_textview .div_article_image h6 {
    font-family: 'NotoSansMalayalam-Regular';
}

.share_page .articles_section_body_textview {
    font-family: 'NotoSansMalayalam-Regular';
}

    .share_page .articles_section_body_textview .subarticles .sub_article .sub_article_head {
        font-family: 'NotoSansMalayalam-Regular';
    }

    .share_page .articles_section_body_textview .subarticles .sub_article .sub_article_body {
        font-family: 'NotoSansMalayalam-Regular';
    }
/* my favorite article */
.myfavorite_container .headline {
    font-family: 'NotoSansMalayalam-Bold';
    font-weight: 700;
}

.myfavorite_container .summary {
    font-family: 'NotoSansMalayalam-Regular';
}
/* most popular articles */
.most_pop_article_bx .article .headline {
    font-family: 'NotoSansMalayalam-Bold';
    font-weight: 700;
}

.most_pop_article_bx .article .summary {
    font-family: 'NotoSansMalayalam-Regular';
}

/* mobile index page */
.article_box .title {
    font-family: 'NotoSansMalayalam-Bold';
    font-weight: 700;
}

.article_box .summary {
    font-family: 'NotoSansMalayalam-Regular';
}
/* mobile share page */
.mobile_share_page .headline .head_line {
    font-family: 'NotoSansMalayalam-Bold';
    font-size: 20px !important;
    font-weight: 700;
}

.mobile_share_page .headline .kicker {
    font-family: 'NotoSansMalayalam-Regular';
    font-size: 16px !important;
}

.mobile_share_page .headline .subheadline {
    font-family: 'NotoSansMalayalam-Regular';
    font-size: 16px !important;
}

.mobile_share_page .articles_section_body_textview .article_date {
    font-family: 'NotoSansMalayalam-Regular';
}

.mobile_share_page .articles_section_body_textview .byline {
    font-family: 'NotoSansMalayalam-Regular';
}

.mobile_share_page .articles_section_body_textview .story_body > p {
    font-family: 'NotoSansMalayalam-Regular';
}

.mobile_share_page .articles_section_body_textview .div_article_image h6 {
    font-family: 'NotoSansMalayalam-Regular';
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
}

.app_root {
    height: 100%;
    width: 100%;
    font-family: 'Fira Sans', sans-serif;
}

    .app_root.sticky_nav {
        padding-top: 35px;
    }

.sitemenu {
    margin-right: 15px;
    cursor: pointer;
}

.usermenu {
    margin-left: 15px;
    cursor: pointer;
    text-transform:capitalize;
}

header {
    display: flex;
    width: 100%;
    padding: 15px;
    height: 120px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*box-shadow: 0px 2px 5px 0px rgba(100, 100, 100,0.1);*/
    -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;
}

.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;
}

.logo {
    width: auto;
    margin-right: 15px;
}

    .logo img {
        width: auto;
        max-height: 90px;
    }

.ads_area_728X90 {
    width: 728px;
    height: 90px;
    /*border: 1px solid #ccc;*/
    background-color: #f2f2f2;
}

.nav_action_bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    padding: 5px 15px;
    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;
}

.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_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;
}

.nav_action_bar .list_two > li .action {
    padding: 6px 15px;
}

.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;
    float: left;
    height: 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 30px 0 15px;
    margin-right: 15px;
    background-color: transparent;
}

.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 {
    padding: 5px 15px;
    display: flex;
    height: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #595959;
}

    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;
    }

.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: 9999;
    opacity: 0.5;
}

    .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;
}

.page_container {
    display: flex;
    width: 100%;
    min-height: calc(100% - 150px) !important;
    flex-direction: column;
}

.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 .back_button > img {
            max-height: 32px;
        }

    .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;
    }

.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: 275px;
    overflow: hidden;
    display: flex;
    width: 100%;
    flex-direction: row;
    background: #bec3c7;
}

    .index .image_section .img_box {
        max-width: 772px;
        margin: 15px 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: 40px;
    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;
            }


.swiper-container {
    width:100% !important;
    margin-left: 0;
}

.index .thumbnails_section {
    display: flex;
    flex-direction: row;
    padding: 15px 36px;
    align-items: center;
    height: 200px;
    background-color: #191c20;
}

.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: 1030;
    width: 100%;
}
.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: block;
                    cursor: pointer;
                    overflow: hidden;
                }

                    .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;
    /*background-color: #d9d9d9;
    color: #d9d9d9;*/
}

    .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;
}
     .index .articles_section_body .article_view .articleimage {
	margin-left: 8px;
}

.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);
}

.listview .col_img .image_container .urlIcon{
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 22;
}

.listview .col_img .image_container .urlIcon > a img{
    width: 24px !important;
    /*height: 32px !important;*/
}

 


    .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 .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 .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 {
    display: none;
    left: 0;
    position: fixed;
    bottom: 45px;
    z-index: 9999;
}

    .index .social_share_box .shb_btn {
        display: block;
        margin: 0;
        cursor: pointer;
    }

.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% - 16px);
	display: block;
	width: 24px;
}
  .index .article_list ul li .urlIcon a img {
	width: 24px;
    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 page end ***********************************************/



/**************************************** listview page start ***********************************************/
.listview .pagecontent {
    width: 100%;
}

.listview .listview_section {
    display: flex;
    flex-direction: row;
}

.listview .col_sidebar {
    display: flex;
    flex-direction: column;
    width: 230px;
    min-height: 100%;
    background-color: #d9d9d9;
}

.listview .col_img {
    display: flex;
    flex-direction: column;
    width: 450px;
    align-items: center;
}

.listview .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 .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: #595959;
        }

            .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;
        max-height: 300px;
    }

        .listview .accordian ul ul.pg_thumb {
            background-color: #191c20 !important;
        }

        .listview .accordian ul ul li {
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-top: medium none;
            padding: 0;
            cursor: pointer;
            background-color: #191c20;
            border-bottom-color: #252525;
        }

        .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;
                /*width: 94.5px;*/
                width: 92px;
                display: inline-block;
            }

                .listview .accordian ul ul.pg_thumb li:first-child, .listview .accordian ul ul.pg_thumb li:last-child {
                    width: 190px;
                }

                .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;
                            /*margin: 0 auto;
                            height: 140px;*/
                            width: 90px;
                            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: #006c8e;
                            }

                .listview .accordian ul ul.pg_thumb li.dblpg .pg_thumb_main_div > .pg_thumb_ch_div > img {
                    /*height: 140px;*/
                    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;
    }

.listview .col_article_view .article_actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    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: 1029;
}

.listview .col_article_view .article_actions ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: row;
    align-items: center;
}

    .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: block;
                cursor: pointer;
                overflow: hidden;
            }

                .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 30px 15px;
    min-height: 150px;
    background-color: #ffffff;
}

.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;
 margin-left: 8px;
}
.listview .col_article_view .article_body .headline {
   display: block;
position: relative;
}

.listview .col_article_view .article_body .headline .urlIcon {
	position: absolute;
	right: 0;
	top: calc(50% - 16px);
}

    .listview .col_article_view .article_body .headline .head_line {
        margin: 10px 0;
        color: inherit;
        font-size: 42px;
        display: block;
        color: #303030;
    }

    .listview .col_article_view .article_body .headline .kicker {
        padding: 10px 0;
        color: inherit;
        font-size: 20px;
        display: block;
        color: #303030;
    }

.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;
}

    .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_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 .col_article_view .prev, .listview .col_article_view .next {
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    opacity: 0.5;
    position: fixed;
    top: 340px;
    z-index: 101;
}

    .listview .col_article_view .prev > img, .listview .col_article_view .next > img {
        width: 30px;
    }

    .listview .col_article_view .prev:hover, .listview .col_article_view .next:hover {
        opacity: 0.3;
    }

.listview .col_article_view .prev {
    left: 681px;
}

.listview .col_article_view .next {
    right: 0px;
}


.listview .col_img .prev, .listview .col_img .next {
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    opacity: 0.5;
    position: fixed;
    top: 340px;
    z-index: 101;
}

    .listview .col_img .prev > img, .listview .col_img .next > img {
        width: 30px;
    }

    .listview .col_img .prev:hover, .listview .col_img .next:hover {
        opacity: 0.3;
    }

.listview .col_img .prev {
    left: 230px;
}

.listview .col_img .next {
    right: calc(100% - 680px);
}



.listview .social_share_box {
    display: block;
    position: fixed;
    top: 205px;
    left: 680px;
}

    .listview .social_share_box .shb_btn {
        display: block;
        margin: 0;
        cursor: pointer;
    }

/**************************************** listview page end ***********************************************/



/****************************************************** fullview start ********************************************************************/
.fullview .sitecover .pagecontent {
    padding: 15px 32px;
    background-color: #bec3c7;
}

.fullview .sitecover.Left_verticle_ads .pagecontent {
    width: calc(100% - 190px);
}

.fullview .sitecover.right_verticle_ads .pagecontent {
    width: calc(100% - 190px);
}

.fullview .sitecover.right_verticle_ads.Left_verticle_ads .pagecontent {
    width: calc(100% - 380px);
}

.fullview .prev, .fullview .next {
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.5;
    position: fixed;
    top: 300px;
    z-index: 1030;
}

    .fullview .prev > img, .fullview .next > img {
        width: 32px;
    }

    .fullview .prev:hover, .fullview .next:hover {
        opacity: 0.3;
    }

.fullview .prev {
    left: 0px;
}

.fullview .next {
    right: 0px;
}

.fullview .sitecover.right_verticle_ads.Left_verticle_ads .prev {
    left: 190px;
}

.fullview .sitecover.right_verticle_ads.Left_verticle_ads .next {
    right: 190px;
}

.fullview .fullpage_img_bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    border: 10px solid #fff;
    margin: 0 auto;
    background-color: #fff;
}

.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;
}

.fullview .fullpage_img_bx.zoomout {
    cursor: zoom-out;
    padding: 0;
}

    .fullview .fullpage_img_bx.zoomout .image_layer {
        overflow: auto;
    }

        .fullview .fullpage_img_bx.zoomout .image_layer > .img_jpg, .fullview .fullpage_img_bx.zoomout .image_layer > .img_png {
            width: auto;
            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: 0.5;
}

    .share_page .close_button:hover, .shareimage_page .close_button:hover {
        opacity: unset;
    }

.share_page .close_button, .shareimage_page .close_button, .close_button > a {
    display: block;
}

    .share_page .close_button a > img, .shareimage_page .close_button a > img {
        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: block;
                        cursor: pointer;
                        overflow: hidden;
                    }

                        .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;
                        }

.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);
    }

/*.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: block;
    position:relative;
}

.shareimage_page .articles_section_body_imgview .urlIcon {
    position: absolute;
    right: 15px;
    top: 15px; 
}

    .shareimage_page .articles_section_body_imgview > img {
        display: block;
        max-width: 100%;

    }

    .shareimage_page .articles_section_body_imgview > span {
        font-size: 16px;
        color: rgba(0,0,0,0.7);
    }

.share_page .articles_section_body_imgview {
    width: 100%;
    padding: 15px;
    max-width: 1170px;
    margin: 30px auto 30px;
    background-color: #fff;
    display: none;
}

    .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;
}

    .share_page .articles_section_body_textview .article_date {
        display: 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 {
    /*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: block;
    width: 30px;
    position: fixed;
    left: 0;
    top: 200px;
}

    .share_page .social_share_box > a, .shareimage_page .social_share_box > a {
        display: block;
        cursor: pointer;
    }

        .share_page .social_share_box > a > img, .shareimage_page .social_share_box > a > img {
            display: block;
            width: 24px;
            height: 24px;
        }

/****************************************************** 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;
}

.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;
        }

        .most_pop_article_bx .filter_bx .nav > li.active > a {
            background-color: #337ab7;
        }


    .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;
}


/*
Theme Name: 	Theme Switcher
Theme URI: 		http://summitindia.com/
Description: 	This stylesheet for theme switching
Version: 		2.0.0
Author: 		Vinod Kumar Dhaker
Author URI: 	http://summitindia.com/
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * Theme Day * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */







/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * Theme Night * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.theme-night.app_root.index header, 
.theme-night.app_root.listview header, 
.theme-night.app_root.fullview header {
	background-color: #272b35;
border-bottom-color: #5b5b5b;
}

body.theme-night {
    color: #ffffff;
}

.theme-night .back-to-top, .theme-night .back-to-top:hover, .theme-night .back-to-top:focus {
    background: #fff;
}

.theme-night .header {
    background-color: #d9d9d9;
    border-bottom-color: #ffffff;
}

.theme-night .nav_action_bar {
    background-color: #101010;
    box-shadow: 0px 2px 2px 0px rgba(255, 255, 255, 0.20);
}

    .theme-night .nav_action_bar .list_one > li {
        border-right-color: #ffffff;
    }

    .theme-night .nav_action_bar .action_theme_switch {
        border-left-color: #ffffff;
    }

    .theme-night .nav_action_bar .list_one > li .action_page {
        background-color: transparent;
    }

    .theme-night .nav_action_bar .action_search input[type="text"] {
        border-bottom-color: #d9d9d9;
        background-color: transparent;
    }

.theme-night footer {
    background-color: #000;
}

/* INDEX PAGE START */

.index.theme-night .image_section {
    background: #404040;
}

.index.theme-night .supplement_section {
    background-color: #707070;
}

    .index.theme-night .supplement_section .supplements .supplement {
        border-right-color: #ffffff;
        color: #ffffff;
    }

.index.theme-night .thumbnails_section {
    background-color: #303030;
}

.index.theme-night .owl-carousel .item > p {
    color: #fff;
}

.index.theme-night .articles_section .articles_section_header .article_list_heading {
    background-color: #d9d9d9;
    color: #000000;
}

.index.theme-night .articles_section .articles_section_header .article_actions {
    background: #7f7f7f;
}

.index.theme-night .articles_section_body {
    background-color: #7f7f7f;
}

    .index.theme-night .articles_section_body .article_view {
        background-color: #222222;
    }

        .index.theme-night .articles_section_body .article_view .headline .head_line {
            color: #ffffff;
        }

        .index.theme-night .articles_section_body .article_view .headline .kicker {
            color: #ffffff;
        }

        .index.theme-night .articles_section_body .article_view .byline,
        .index.theme-night .articles_section_body .article_view .dateline {
            background-color: #8C8C8C;
        }

        .index.theme-night .articles_section_body .article_view #body {
            color: #ffffff;
        }

.index.theme-night .article_list ul li {
    border-bottom-color: #585858;
    background-color: transparent;
}

    .index.theme-night .article_list ul li.active {
        background-color: #222222;
    }

    .index.theme-night .article_list ul li span {
        color: #ffffff;
    }

    .index.theme-night .article_list ul li .summarystory {
        color: #ffffff;
    }

    /* INDEX PAGE END */



    /* LISTVIEW PAGE START*/

.listview.theme-night .col_sidebar {
    background-color: #7f7f7f;
}

    .listview.theme-night .col_sidebar .accordian > ul > li {
	background-color: #222222;
	border-bottom-color: #b0b0b0;
}
    .listview.theme-night .col_sidebar .accordian > ul > li:hover {
    background-color: #222222;
}
        .listview.theme-night .col_sidebar .accordian > ul > li > a {
	color: #ffffff;
}

.listview.theme-night .accordian ul ul {
	background-color: #ffffff;
	border-right-color: #7f7f7f;
	border-left-color: #222222;
}

    .listview.theme-night .accordian ul ul li {
        background-color: #222222;
        border-bottom-color: #b0b0b0;
    }
    .listview.theme-night .accordian ul ul li:hover, .listview.theme-night .accordian ul ul li.active {
    background-color: #fff;
}
        .listview.theme-night .accordian ul ul li:first-child {
            border-top-color: #b0b0b0;
        }

        .listview.theme-night .accordian ul ul li:last-child {
            border-bottom-color: #b0b0b0;
        }

    .listview.theme-night .accordian ul ul a {
        color: #ffffff;
    }
     .listview.theme-night .accordian ul ul li:hover > a {
    color: #222222;
    background-color: #fff;
}

        .listview.theme-night .accordian ul ul li > a:before {
            color: #222222;
        }
        .listview.theme-night .accordian ul ul li:hover > a:before {
            color: #222222;
        }

         .listview.theme-night .accordian ul ul.pg_thumb {
   background-color: #404040;
}
.listview.theme-night .accordian ul ul.pg_thumb li .pg_thumb_main_div {
    background-color: #404040;
}
.listview.theme-night .col_article_view .article_actions {
    background-color: #7f7f7f;
}
.listview.theme-night .col_article_view {
	border-color: #222222;
}
.listview.theme-night .col_article_view .article_body {
	background-color: #222222;
}

.listview.theme-night .col_article_view .article_body .headline .head_line {
    color: #ffffff;
}
.listview.theme-night .col_article_view .article_body .headline .kicker {
    color: #ffffff;
}

.listview.theme-night .col_article_view .article_body h1 {
    color: #ffffff;
}

.listview.theme-night .col_article_view .article_body h3 {
    color: #ffffff;
}

.listview.theme-night .col_article_view .article_body .byline {
    color: #ffffff;
}

.listview.theme-night .col_article_view .article_body .dateline {
    color: #303030;
}

.listview.theme-night .col_article_view .article_body #body p {
    color: #ffffff;
}

.listview.theme-night .col_article_view .article_body #articleimg h6 {
    color: #ffffff;
}

/* LISTVIEW PAGE END */



.mega-dropdown-menu {
    position: absolute;
    top: 155px;
    right: 0;
    z-index: 1030;
    background-color: #303030;
    padding: 5px;
    width: 600px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    color: #fff;
    list-style: none;
    display: none;
}

    .mega-dropdown-menu li {
        float: left;
        padding: 5px;
        width: 33.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%;
    }

    .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 .header img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.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){
	  .listview .accordian ul ul {
	max-height: 598px !important;
}
}

@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 > img {
            max-height: 20px;
        }

    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%;
    }

    .share_page, .shareimage_page {
        padding-top: 60px;
    }
        .share_page .close_button, .shareimage_page .close_button {
            position: absolute;
            right: 15px;
            top: calc(50% - 10px);
        }
        .share_page .articles_section_header .article_actions ul, .shareimage_page .articles_section_header .article_actions ul {
            justify-content: center;
        }

    .logo > a > img {
        max-height: 50px;
        max-width: 180px;
    }

    .share_page .close_button a > img, .shareimage_page .close_button a > img {
        width: 20px;
        height: 20px;
    }

    .share_page .articles_section_header .article_actions ul li .action span img, .shareimage_page .articles_section_header .article_actions ul li .action span img {
        height: 16px;
    }

    .share_page .share_article .articles_section_header .article_actions ul li .action span label, .shareimage_page .share_article .articles_section_header .article_actions ul li .action span label {
        font-size: 10px;
    }
}

.vjs-player-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*max-width: 480px;*/
}

.vjs-player-main {
    width: 100%;
    border: 1px solid;
    margin-bottom: 10px;
    padding: 5px;
    /*max-width: 480px;*/
}

.vjs-title{
    font-weight:600;
}

.PlayerHidden{
    display:none;
}
