/* JQM Demos custom CSS */

@charset "utf-8";


/*---basic---*/

html,
body {
	/*
   margin:0;
   padding:0;
   overflow-x:hidden;
   */
}
body {
   display:none_;
}

body::-webkit-scrollbar {
    width: 0.5em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #240700;
  outline: 1px solid slategrey; /*bar 底色*/
  background-image: -webkit-linear-gradient(45deg, /*情角*/
  rgba(251, 219, 5, 1) 50%, /*第一段上方間變 25%*/
  transparent 25%, transparent 50%, /*第一段下方間變*/
  rgba(251, 219, 5, 1) 25%, /*第二段上方間變*/
  rgba(251, 219, 5, 1) 25%, transparent 25%, transparent 50%)/*第二段下方間變*/

}

button, a, input, select{outline:none !important;}

/* img{max-width:100%; height:auto !important;} */
ol,ul,li{
	list-style: none; 
	padding:0; margin:0;
	}

 /* Set black background color, white text and some padding */
	.corpright{ z-index:1;}
   footer {
   padding: 15px;
	  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
	  color:#240700;
	  width:100%;
	  height:100px;  
	  background:#fbdb05 url(../images/mascot.svg) no-repeat;
	  background-size: 18em auto;
	  background-position: right -5em;
}

	footer .company{margin-top:1em;}
	footer .company strong{ font-size:120%;}
	footer .corp{
		color:#81511c; font-size:100%; font-weight:900; margin-top:1em;
		text-align:right; font-family:Verdana, Geneva, sans-serif;}

/* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
	.navbar-header{z-index:999; float:left; position:absolute;}
	.navbar-header a img{
		width:290px; height:auto; margin-top:-0.5em; display:block; 
		}
	.navbar-nav{padding:0; margin:0; margin-left:20em;}
	.version{
		color:#947f08; margin-top:1.2em; margin-left:0.3em; position:absolute;
		font-size:105%; text-transform:uppercase; 
		}
		.version strong{
		color:#d6bf3e;	font-size:120%; }
		
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {
		
		}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding:0px;
      background-color: #fff;
	  z-index:998;
    }
    .navbar-inverse {
  background-color: #240700;
  border:none;
}
	
	
	
	
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }

.bodyblur{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
	}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.clear{clear:both;}

/*---menu---*/


.navbar-header a:hover{
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: tada;
  }
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #000;
  background-color: #fbdb05;
  padding:1.2em 1.2em;
  font-size:120%;
  font-weight:900;
  text-align:right;
  border-bottom:1px #fffaeb solid;
  border-radius: 0px;
}

.nav-pills > li.active > a:hover{
  color: #000;
  background-color: #ffed76;
}

.nav-son > li.active-down > a{
  padding:1.5em 1.2em;
  font-size:120%;
  font-weight:900;
  border-bottom:1px #bfbfbf solid;
  color: #fff;
  background:#240700 url(../images/menulogo.png) no-repeat 104% 55%;
  text-align:left; 
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(170,170,170,1);
  
}


.nav-son > li.active > a,
.nav-son > li.active > a:hover,
.nav-son > li.active > a:focus {
  color: #000;
  background-color: #f2efda;
  padding:0.6em 1.0em;
  font-size:120%;
  font-weight:900;
  text-align:right;
  border-bottom:1px #bfbfbf solid;
  border-radius: 0px;
}

.nav-son > li.active > a:hover{
  color: #333;
  background:#fff url(../images/menulogo.png) no-repeat right 70% ;
  text-align:left;
}

/*---Shared---*/
.nav-pills ,.bibi ,.bibi-main ,.bs ,.map-menu ,.loginBg ,.version ,.quick-link li ,.logout a ,.ind-main ,.ind-main2 p 
,button[type=button] ,.version ,footer ,.help ,.selectStyle ,.editlistbox #Sortable li a ,.define ,.add-menubg 
,.bl-contact h2 ,.bl-botton a ,.nav-tabs > li > a ,.r-active h3 ,.r-missed h3 ,.store i ,.geton i ,.store span ,.geton span 
,.map-dev ,.distributed-btn span a ,.footer .company ,.all-order ,.ds-title2 a ,.tip-sys{
	font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
}
.bibi-main{ margin-bottom:1em;}
.selectStyle ,.editlistbox #Sortable li .active ,.define ,.form-group label ,.logout a ,.item .btn-group .title2{ font-weight:900;}

.data-to{float:left; margin-top:1em;}

.add-page .control-label{font-size:85%;}
.add-page .form-group label{ font-size:100%;}


.add-title ,.mod-title{
	background:#240700; padding:1em 0em; margin-bottom:0; top:-1em; position:relative;}
	.add-title *{color:#fff;}
	.add-title .dt1 ,.mod-title .dt1{margin-top:0.2em;}
	.add-title i ,.mod-title i{margin-right:0.4em;}
	.add-title div ,.mod-title div{font-size:130%;}
	.add-title label ,.mod-title label{ text-align: right; margin-top:0.4em;}
	
	.mod-title{ background:#eaeaea;}
	.mod-title *{color:#000;}

.area-box{
	border-bottom:2px solid #ffe18f; margin:0; margin-bottom:1em; padding-bottom:0;}
.area-title input[type=checkbox]{width:1.5em; height:1.1em; display: inline;}
	.area-title{ margin:0; padding:1em;}
	.add-page .to{padding-top:0.5em; margin-right:1em;}
	
.area-box .area-title{margin:0;}
.form-style{ padding-bottom:0;}

.tab-content{ margin-top:1em;}
	.tab-content .add-title ,.tab-content .mod-title{ margin:0;}
	
.img-size-lb{margin:0; padding:0;}
.img-size-lb img{ 
	margin:2px; 
	width:320px; height:355px; 
	border:1px #eaeaea solid;
	}
	
	.dvinfo div ,.dvinfo h2 ,.dvinfo cite{ padding:0; margin:0;}
.dvinfo .dd-skype a{ margin:1em 0 0 0em; font-size:2em;}
.dvinfo cite{ margin:1em 0em; text-align:center; font-style:normal;  font-weight:900; font-size:18px;}	
		.dvinfo cite b{ color:#f90;}
		.dvinfo .sex{
			padding:0.2em; background:#926747; border-radius: 50%; 
			display:inline-block; height:2em; width:2em; color:#fff; 
			font-size:15px; font-weight:900; padding:0.3em;
			margin:1em;}
		.dvinfo h2{ border-top:1px solid #999; color:#000; padding:0.6em 0; text-align:right; font-size:15px;}
.people-info div{ border:1px solid #999;  border-left: none; border-right: none;}
.people-info span ,.people-info p{ margin:0; padding:0; margin:em 0; font-weight:900; font-size:15px;}
.people-info span{padding:0.8em 0.2em;}
.people-info p{ background:#eaeaea; padding:0.8em 0.4em; color:#000; padding-bottom:0; font-size:20px;}
.people-info .dd-time{ background:#f90; padding:0.8em 0.4em; padding-bottom:0; color:#fff;}
.people-info .col-sm-6 .col-sm-7_5{text-align:right;}


.people-check .col-sm-10 span{padding:0.8em 0.2em; color:#000; font-size:20px; }
.people-check .item{border:1px solid #999; margin:0.5em 0;}
.people-check .item .check{font-weight:900; font-size:18px; padding:0.5em 0; padding-left:0.5em;}
.people-check .item .data{font-weight:900; font-size:18px; margin:0; padding:0.2em 0.5em; text-align:right; background:#f2f2f2; }
.people-check .item .data b{font-size:12px; font-weight: normal;}

.people-info{font-size:80%;}


.input-group{ margin:0.6em 0em;}
.input-group-addon{ background:#fbdb05; color:#81511c; border:1px solid #81511c;}
.input-group-addon .form-control {
	color:#81511c; border:1px solid #81511c;}

.order-dt-title h1{
	font-size:120%; border-bottom:1px solid #ccc; 
	padding:0.4em; background:#eaeaea; padding-top:0.5em;}




@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
}
.all-order .warning{ border-bottom:1px solid #ccc;}
.all-order .warning td{ background:#fff;  color:#000; font-size:100%;}

.form-page{
      display:flex;
      justify-content:center;
	  align-items: center;
	 
	 }
	 
.form-page .control-label {
   font-size:100%;
	  line-height:100%;
	  padding:0; margin:0;
	  text-align: right;} 
.form-page .radio ,.form-page .checkbox{ margin-bottom:6px;}

.form-page .control-label b{
      font-size:100%; color:#f00; font-weight:bold; margin-right:0.3em;} 

.form-address ,.form-radio ,.form-checkbox{ line-height:96%;}
.form-checkbox .checkbox ,.form-radio .radio {
	padding-top:0.6em; padding-bottom:0.42em; padding-bottom:0.42em;}

.form-page div input[type=checkbox]{ border:1px solid #000;}

.form-control {
  font-size: 16px;
  line-height: 1.42857143;
  color: #81511c;
  background-color: #fff;
  border: 1px solid #ccc;
}
.form-control:focus {
  border:2px solid #ffbb00;
  background-color: #fffaeb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 223, 223, .9);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 223, 223, .9);
}



.editlistbox{border-right:2px #ffe18f solid; padding:0;}
	.editlistbox .dropdown .btn{ width:20em; display:block;}
	.list-group a{width: 20em;}
	.editlist .define{
		position:relative; float: left; height:26em; width:535px; 
		padding-top:25%; padding-left:8%; text-align:center;}
	.editlistbox .help{ background:#fffaeb; padding:1em 1em; padding-right:0; color:#81521d; width:99.9%;}
	.editlistbox label{ padding-top:1.2em;}
	.editlistbox .selectStyle i ,.editlistbox .list-group{ padding-left:1em;}
	.editlistbox .selectStyle i{top:1.2em;}
	.editlistbox .selectStyle{ margin-left:1em;}
	.editlistbox #Sortable li a{border-radius: 0px; color:#240700; width:96%;}
	.editlistbox #Sortable li .active{ 
		border:2px #ffe18f solid; 
		border-right: none;
		color:#f47300;
		width:100%; text-align:right;
		font-size:120%;
		left:0.12em;
		background:#fff url(../images/change.svg) 0.8em 45% no-repeat;
		background-size: 1em auto;
		}
		.editlistbox .listmenu-ctrl{ width:5em;}
		.editlistbox .btn-group{margin-bottom:2em;}
		.editlistbox .btn-group button{}
		.editlistbox .list-arrow{ left:0.15em; top:11.5em;}
		.list-group-menu{height:250px;}
		.add-page{ margin-top:1em;}
.lightbox-title{ padding:0; margin:0;}
.lightbox-title h1{
	font-size:120%; width:100%; 
	padding:0;  margin:0; margin-bottom:0.5em; 
	background:#eaeaea; color:#240700; 
	text-align:center; line-height:3em; height:3em;
	font-weight:bold;}
	
.list-group li ,.list-group ul{
	margin: 0;  padding: 0;  
	border: 0;  outline: 0;  
	font-weight: inherit;  
	font-style: inherit;  
	font-size: 100%;
	font-family: inherit;  
	vertical-align: baseline; 
	list-style: none;
	}

.nav-tabs{ margin-top:1em; border-bottom: 2px solid #240700;}
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
	  color: #fbdb05;
	  cursor: default;
	  background-color: #240700;
	  border: 2px solid #240700;
	  border-bottom-color: transparent;
	  border-radius:25px 0 25px 0;
	}
	.nav-tabs > li > a:hover {
	  border-color: #fbdb05 #fbdb05 #fbdb05;
	  border-radius:25px 0 25px 0;
	  background-color: #fbdb05;
	  color: #240700;
	}
	.nav-tabs > li > a{ color:#240700; font-size:120%; font-weight:900;}

.userSelect li{ padding-left: 1em !important;}

.select-box{}/*有箭頭下拉式選單*/
 
.disp ,.tip {padding:0; margin:0;}
	.tip:hover{-webkit-animation-duration: 3.5s;}


	.disp table ,.tip table{ width:100%;}
	.disp tr{background: #fff; border-bottom:1px #ededed solid;}
	.disp tr:hover{background-color: #f1f1f1;}
		.tablelist .ioe th ,.disp td ,.tip td{padding:0.5em;}
		.tablelist .ioe th ,.tablelist .ioe-list td{
			text-align:center;}
			.tablelist .ioe .a-left ,.tablelist .ioe-list .a-left{text-align: left;}
			.tablelist .ioe th{ background:#fffaeb; color:#240700; border-bottom:2px #ffe18f solid; font-size:80%;}

	
.tip .list-arrow ,.editlistbox .list-arrow{
		width: 2em; height: 2em; 
		position:absolute; border-radius: 50%; position:absolute;
		z-index:999;
	}


	.tip .list-arrow .arrowUp ,.editlistbox .list-arrow .arrowUp{
		bottom:0.8em; width: 1em; height: 1em; 
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #c39210;
		position:absolute;
	}
	.tip .list-arrow .arrowDwon ,.editlistbox .list-arrow .arrowDwon{
		top:-1.3em; width: 1em; height: 1em; 
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #c39210;
		position:absolute;
		}
		.editlistbox .list-arrow .arrowUp ,.editlistbox .list-arrow .arrowDwon{
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
			border-top: 5px solid #c39210;
			width: 0.2em; height: 0.35em;
			bottom:1.3em}
		.editlistbox .list-arrow .arrowDwon {
			border-top:none; border-bottom: 5px solid #c39210; top:-0.2em;}
	
	.tip tr{background: #fffaeb; border-bottom:1px #ffe18f solid;}


	
.tablelist .name{ width: 10em;}

.ioe{margin:0em;}
.ioe td{ font-weight:600; color:#565656; font-size:120%;}
.ioe td input { width:80%;}

.authority-list .item {border-bottom:1px #a0a0a0 solid;}
	.authority-list .title2{ font-size:120%; width:23em;}
	.authority-list{ padding:0; margin:0; overflow-x:hidden;}
	.authority-list .sub{ width:96%; margin-left:2%;}
.stoacc-list{ padding:1em; margin:0; overflow-x:hidden;}

.login{
	margin:0.5em;
	margin-top: 12%;}
	.login h3{
		width:25.2em; 
		background:url(../images/.svg) 0em top no-repeat; 
		background-size: 370px auto;
		font-size:2.3em; padding-top:2.1em; color:#b04200;
		text-align:center;}
		.login strong{font-size:1em;  margin-top:1em; margin-left:0.3em; color:#333;}
		.login input[type="checkbox"]{ width:1em; height:1em; background:#240700;}
		.login .btn{background:#240700; color:#fff; width:100%; margin-top:0.5em;}
		.loginBg{background:#fbdb05 url(../images/.png) 113% -10% no-repeat;}
		.login .g-recaptcha *{ width:100%;}
		.login .fpass{ position:absolute; right:1em; top:21em;}

.basic-lightbox{
		box-shadow: 0 0 10px rgba(170,170,170,1); border-radius:0;
		background:#240700 url(../images/mascot_lightbox.svg) no-repeat;
		background-size:23em auto;
		background-position:25em -3em;
		padding:2.54em; margin:0;
		}	
.alerts{}

.list-change{
	width:23em; float:right; margin:0em 1em;
	padding:0.6em; padding-top:0.7em; color:#81511c; 
	border:#ccc; position:absolute; top:0.4em; right:0em; z-index:998;
	box-shadow: 0 0 10px rgba(170,170,170,0.5);
	background-color:rgba(255,250,235,0.9);}

	
.quick-link{border-top:1px #fff solid; border-bottom:1px #bfbfbf solid;}
	.breadcrumb {padding: 0px 15px;}
    .breadcrumb li a i{ color:#666;}
	.breadcrumb li a:hover i{ color:#999;}
	.breadcrumb > li + li:before {content: "";}
	.quick-link li {padding:0em; font-size:120%; margin-bottom:-1em; margin-top:0.2em; margin-left:0;}
	.quick-link a{
		text-decoration:none; color:#000; display:inline-block; margin:0em 0em; padding-bottom:0em;
		}
	.quick-link .active span ,.quick-link a{
		font-weight:900; color:#333; background:#fff; padding-left:1.7em; padding-right:0.2em; 
		 padding-bottom:0; display: inline-block; height:2.64em; line-height:2.64em; top:-0.98em; position: relative;
		 left:-3.5em; }
		 	.quick-link a:hover{color:#999;}
		.quick-link li b{
			width:0em; height:0em; display:inline-block; left:-3.5em;
			border-width:1.35em; border-style:solid; position: relative; 
			border-color:transparent transparent transparent #fff; z-index:99;
			}
			.quick-link .home a ,.quick-link .home b{left:0em; z-index:99;}
			.quick-link .home a{ background: transparent;  padding-left:0em;}
			.quick-link .home b{border-color:transparent transparent transparent #f5f5f5;}
			.quick-link .active span{ background:#240700; color:#fbdb05; left:-7em; z-index:1;}
			.quick-link .active b{border-color:transparent transparent transparent #240700; left:-7em;}
	
	


.nav .logout{
	  z-index:999; right:-55%;}

		  
.nav .top-help{
	  display:flex; position:fixed; 
   justify-content:flex-end;
	  align-items: center;
	  z-index:999;
	}.nav .top-help{ right:4.5%; margin-top:1%;}
.navbar-inverse .navbar-nav > li > a{
  color: #fff;
}.navbar-inverse .navbar-nav > .top-help a{
  color: #240700;
}
.nav .logout a ,.nav .top-help a{
	width: 3.2em; height:3em; font-size:120%;
	background:#240700; 
	border-radius: 0%;
	 z-index:999;
	}
	.nav .top-help a{
	width:5em; height:5em;
	padding-top:27%;  padding-left:22%; border-radius: 50%; font-size:100%;
	background:#eaeaea; color:#240700; border:#fff 3px solid;
	box-shadow: 0 0 10px rgba(170,170,170,0.5);}
	
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus{
     color: #240700;
     background-color: #fbdb05;
}	.navbar-inverse .navbar-nav > .logout > a:hover,
	.navbar-inverse .navbar-nav > .logout > a:focus{
     color: #240700;
     background-color: #fff;
	   animation-duration: 1s;
		  animation-fill-mode: both;
		  animation-name: flash;
}

	.nav .logout a:hover ,.nav .top-help a:hover{
	background:#fff;
	color:#240700;
	position: relative;
	}
	.nav .top-help a:hover{
	animation-name: wobble;
	animation-duration: 1s;
	animation-fill-mode: both;
	font-size:120%;
	}
	.nav .logout i ,.nav .top-help i{
	font-size:2.5em; position:relative; 
	display:inline-block; top:-0.1em;
	}.nav .logout i{
	font-size:1.5em;
	}

.btn-width{width:6em;}

.pager {float:left; position:relative; margin-right:2em; justify-content:center;}
	.pager li > a,
	.pager li > span {
	  display: inline-block;
	  padding: 5px 14px;
	  background-color: #fff;
	  border: 1px solid #ddd;
	  border-radius: 0px;
	  color:#240700;
	}
	
	.pager li > a:hover,
	.pager li > a:focus {
	  text-decoration: none;
	  background-color: #ddd;
	  color:#240700;
	}
	
	.pager .previous a ,.pager .next a{ padding:0.5em 1.5em; }
	.pager-member select{ width:2em;}
	.page-pag{margin-right:; margin-top:1.2em;}
	.page-pag .pagination a{
		color:#240700; padding:0.5em 1em;}
	.page-pag .pagination .active a{
		background-color: #240700; color:#fff; padding:0.3em 1.3em; font-size:150%; top:-0.2em;}
	.page-pag label{ position:absolute; margin:0; padding:0;}
	.pager-member {
		margin-top:1.3em; 
	   display:flex;
      justify-content:flex-end;
	 }
	.pager-member label{position:relative; float:left; margin-top:0.5em; margin-right:0.8em;}
	.pager-member select{width:50%;}
	
.search-bar{ margin:0.5em 0em; margin-bottom:1em;}
	.search-bar i{margin-right:0.5em;}	
	.search-bar span{ font-weight:900; font-size:120%;}	




.sub button[type=submit]{
	margin:1em 0em;
	font-weight:900;
	font-size:120%;
	background:#240700;
	color:#fbdb05;
	border:none;
	}
.sub button[type=submit]:focus {
	background:#fbdb05;
	color:#240700;
	}
.sub button[type=submit]:hover {
	background:#fbdb05;
	color:#240700;
	}
	
	
.form-data-title, .form-data ,.time-period{margin-bottom:0;}
.form-data-main{padding:1em;}
	
	.form-data-title{border-bottom:2px solid #999; padding-bottom:0.5em;}
	.form-data-title .col-sm-1_7{text-align:center; font-weight:900; font-size:130%; color:#240700;}
	.form-data ,.time-period{border-bottom:1px solid #eaeaea;}
	.form-data ,.time-period ,.form-data-title{margin-bottom:;}
	.form-data 
	.form-data .control-label ,.time-period .control-label{
		font-size:130%; color:#240700;}
		.time-period .control-label{color:#fb6205;}
		.time-period {background:#fff3a5;}
	
	

.d-warning{ background:#C00; color:#fff;}
.distributed-menu{box-shadow: 0 0 10px rgba(170,170,170,0.2); background-color:rgba(255,255,255,0.92);}
.distributed-menu .order a{ margin-left:0.666em; margin-top:0.555em;}

.distributed-menu .missed-order span a 
,.distributed-menu .geton-order span a{
	margin-top:0.666em; }

.warning tr{background: #f90;}
.order{width:80px;}

.item .btn-group .title2{
	text-align:center; background:#fffaeb; color:#240700; border-bottom:2px solid #fbdb05; 
	width:100%; padding:1em 0em; margin:0; margin-bottom:0.5em;}

.help-info{
	position:absolute; color:#666; 
	font-size:100%; z-index:999;
	padding:0.2em;
	left:9em; top:3em;}
	.help-info i{ margin-right:;} 

.btn-update a{}
.ig-style{ margin-bottom:3em;}

.input-file{
	position:absolute;
	top:0px;left:15px;
	}

.tel-tip{
	font-size:140%; font-weight:; color:#240700; 
	background:#fff; box-shadow: 0 0 10px rgba(170,170,170,0.5);
	}



/*---immediate info---*/

/*---Brand info---*/

.brand-banner {height:4em;}
.brand-banner img {
	position:absolute;
	right:0;
	background:no-repeat fixed;
	background-position:right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }
.brand-logo-sm img{ width:40px; height:auto;}

/*---delivery info---*/

/*---system set---*/

/*---War room---*/
.control-main{ margin-top:2em;}



/*---map---*/

.map-icons{position:;}	
.missed .btn-default{background:#fff; color:#;}
    

	.map-icons a:hover{ z-index:999;}
	.store{ position: relative;}
	.store a ,.geton a {
		border:3px #fff solid;
		display: inline-block; border-radius: 5%;
		height:6.5em; width:6.5em; 
		font-size:100%;
		box-shadow: 0 0 10px rgba(170,170,170,1);}
		.geton a {
			border:3px #fbdb05 solid;
			}	
		.store a img ,.geton a img{
			 border-radius:5%;
			 width: 100%; height: 6em !important; }
		.store i ,.geton i{
			left:4.2em; top:-0.5em; line-height:1.8em;
			box-shadow: 0 0 10px rgba(170,170,170,1); 
			font-style:normal; 
			border-radius: 50%; 
			font-size:130%; font-weight:900; 
			color:#e60012; 
			background:#fff;
			width:1.8em; height:1.8em;
			position:absolute ;
			text-align:center;
			}
			.geton i{ 
			color:#e60012; 
			background:#fbdb05;
			}
			.store a span ,.geton a span{
			width:8.5em; height:1.2em; top:-1.5em; padding:0.2em; position:relative; text-align:center;
			text-shadow: 1px 1px #fff; color:#000; font-size:130%; font-weight:900;
			box-shadow: 0 0 10px rgba(170,170,170,0.5);
			background-color:rgba(255,255,255,0.8);
			}.geton a span{background-color:rgba(251,219,5,0.8); color:#9a1e00;}
			
			.geton-order a ,.missed-order a{background:#ff0; border:#ff9c00 1px solid; font-weight:900;}
			.missed-order a{background:#a6e7eb; border:#a6e7eb 1px solid;}
			.missed-order a i{color:#04adb7;}
			.geton-order a i{ color:#ff9c00;
			}
			.geton-order-none a ,.missed-order-none a{ background:#eaeaea;}
			
			
		.store cite ,.geton cite ,.r-active cite ,.r-missed cite{	
			width: 1.5em; 
			height: 1.5em; 
			border-left: 17px solid transparent;
			border-right: 17px solid transparent;
			border-top: 17px solid #fff;
			margin-left:3px; margin-top:2px; 
			position:absolute; left:1.5em;
			top:6.3em; }
			.geton cite{	
			border-top: 17px solid #fbdb05;}
			.r-active cite ,.r-missed cite{
				top:5.6em; left:2.6em;
				border-left: 12px solid transparent;
				border-right: 12px solid transparent;
				border-top: 17px solid #fff; z-index:-1;}
				.r-active cite{border-top: 17px solid #fbdb05;}
		
	.r-active ,.r-missed{width:8em; height:auto;}		
	.r-active a ,.r-missed a{
		width:3em; height:2.9em; color:#ff9c00;
		border-radius: 50%; border:2px solid #ff9c00; box-shadow: 0 0 10px rgba(170,170,170,0.9);
		font-size:120%; background:#ff0; margin-left:31%;}
		.r-missed a{background:#a6e7eb; color:#04adb7; border:2px solid #04adb7;}
		
		.r-active h3 ,.r-missed h3{
			font-size:125%; width:auto;
			margin:0; padding:0.3em; 
			margin-top:0.5em; 
			box-shadow: 0 0 10px rgba(170,170,170,0.5);
			background-color:rgba(255,255,255,0.93);
			border-radius: 8%; left:-0.6em; text-align:center;
			font-weight:900; border:1px #fff solid;}
			.r-active h3{ 
				background-color:rgba(251,219,5,0.93); color:#240700;}
	
	.serach-info-none{}
	.dev-info-none{}
	.distributed-btn span a{
		width:100%; padding:0.92em 0em; box-shadow: 0 0 10px rgba(170,170,170,0.5);
		font-weight:900; font-size:114%; color:#999;}
	.distributed-btn i{font-size:18px; margin-right:0.3em;}
	.orders i{font-size:16px;}
	
	.map-info-lightbox{
		background:#fff; box-shadow: 0 0 10px rgba(170,170,170,1); 
		border-radius:0;}
		
	
	.bl-contact h2{text-align:center; color:#fff; font-size:140%;}
	.bl-botton{text-align: center;}
	.bl-botton a{border-radius: 0; width:10em; margin:1.5em;}

	

	
.arrow-down-store ,.arrow-down-geton ,.arrow-down-missed{
  width: 0; 
  height: 0; 
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #e60012;
  margin-left:3px; margin-top:2px;
  
}

.arrow-down-geton {
  border-top: 17px solid #090; 
  margin-left:3px; margin-top:3px;
}

.arrow-down-missed {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #666;
  margin-left:-6px; margin-top:6px;
}




.map-menu{ margin-top:; }
	.map-menu .order ,.map-dev .order-info li ,.map-dev .order-info span ,.map-dev .order-info p{
		position:relative; float: left;}
	.map-menu .online-order{ position:relative; background:#FF0; }

.map-dev{
		width:233px; 
		box-shadow: 0 0 10px rgba(170,170,170,0.5);
		background-color:rgba(255,255,255,0.92);}
		.map-dev .badge{ font-style:normal; margin:0em 0.3em;}
		.map-devbg{ margin:0.5em;} 
			.map-devbg .online-order{width:233px; padding:0.8em 0em; height:5em; font-size:100%;}
			.map-devbg .online-order .badge{
				font-size:130%; text-align:center; border-radius: 0; padding:0.5em;
				background:none; color:#F90;}
		 
		.map-devbg .order-info-title{background:#606; color:#fff; width:220px; padding:0.4em 0.2em;}
		.map-devbg .order-info-title .badge{ background:#fff; color:#000; font-size:110%; text-align:center;}
		.map-devbg .order-info{padding:0.4em 0em;}
		.map-devbg .order-info li{ border-bottom:1px #eaeaea solid; width:220px;}
		.map-devbg .order-info span{ width:50%;}
		.map-devbg .order-info-title span{ width:50%;}
		
.map-info-lightbox .glyphicon-remove{right:0; position:absolute; margin:0.5em;}



/*---Shared btns---*/

.btn-file {   
    position: relative;   
    overflow: hidden;   
}   
.btn-file input[type=file] {   
    position: absolute;   
    top: 0;   
    right: 0;   
    min-width: 100%;   
    min-height: 100%;   
    font-size: 100px;   
    text-align: right;   
    filter: alpha(opacity=0);   
    opacity: 0;   
    outline: none;   
    background: white;   
    cursor: inherit;   
    display: block;   
}  


.editlistbox .btn-primary:focus,
.editlistbox .btn-primary.focus{
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.editlistbox .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.editlistbox .btn-primary:active,
.editlistbox .btn-primary.active{
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.editlistbox .btn-primary:active:hover,
.editlistbox .btn-primary.active:hover,
.editlistbox .btn-primary:active:focus,
.editlistbox .btn-primary.active:focus,
.editlistbox .btn-primary:active.focus,
.editlistbox .btn-primary.active.focus,{
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.editlistbox .btn-primary:active,
.editlistbox .btn-primary.active,{
  background-image: none;
}
.editlistbox .btn-primary.disabled:hover,
.editlistbox .btn-primary[disabled]:hover,
fieldset[disabled] .editlistbox .btn-primary:hover,
.editlistbox .btn-primary.disabled:focus,
.editlistbox .btn-primary[disabled]:focus,
fieldset[disabled] .editlistbox .btn-primary:focus,
.editlistbox .btn-primary.disabled.focus,
.editlistbox .btn-primary[disabled].focus,
fieldset[disabled] .editlistbox .btn-primary.focus{
  background-color: #337ab7;
  border-color: #2e6da4;
}
.editlistbox .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.editlistbox .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.editlistbox .btn-success:focus,
.editlistbox .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.editlistbox .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.editlistbox .btn-success:active,
.editlistbox .btn-success.active{
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.editlistbox .btn-success:active:hover,
.editlistbox .btn-success.active:hover,
.editlistbox .btn-success:active:focus,
.editlistbox .btn-success.active:focus,
.editlistbox .btn-success:active.focus,
.editlistbox .btn-success.active.focus{
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.editlistbox .btn-success:active,
.editlistbox .btn-success.active{
  background-image: none;
}
.editlistbox .btn-success.disabled:hover,
.editlistbox .btn-success[disabled]:hover,
fieldset[disabled] .editlistbox .btn-success:hover,
.editlistbox .btn-success.disabled:focus,
.editlistbox .btn-success[disabled]:focus,
fieldset[disabled] .editlistbox .btn-success:focus,
.editlistbox .btn-success.disabled.focus,
.editlistbox .btn-success[disabled].focus,
fieldset[disabled] .editlistbox .btn-success.focus{
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.editlistbox .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.editlistbox .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.editlistbox .btn-info:focus,
.editlistbox .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.editlistbox .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.editlistbox .btn-info:active,
.editlistbox .btn-info.active{
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.editlistbox .btn-info:active:hover,
.editlistbox .btn-info.active:hover,
.editlistbox .btn-info:active:focus,
.editlistbox .btn-info.active:focus,
.editlistbox .btn-info:active.focus,
.editlistbox .btn-info.active.focus{
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;


}
.editlistbox .btn-info:active,
.editlistbox .btn-info.active{
  background-image: none;
}
.editlistbox .btn-info.disabled:hover,
.editlistbox .btn-info[disabled]:hover,
fieldset[disabled] .editlistbox .btn-info:hover,
.editlistbox .btn-info.disabled:focus,
.editlistbox .btn-info[disabled]:focus,
fieldset[disabled] .editlistbox .btn-info:focus,
.editlistbox .btn-info.disabled.focus,
.editlistbox .btn-info[disabled].focus,
fieldset[disabled] .editlistbox .btn-info.focus{
  background-color: #5bc0de;
  border-color: #46b8da;
}
.editlistbox .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.editlistbox .btn-warning 
,.search-bar .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.editlistbox .btn-warning:focus ,.editlistbox .btn-warning.focus 
,.search-bar .btn-warning:focus ,.search-bar .btn-warning.focus{
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.editlistbox .btn-warning:hover 
,.search-bar .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.editlistbox .btn-warning:active, .editlistbox .btn-warning.active 
,.search-bar .btn-warning:active, .search-bar .btn-warning.active{
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.editlistbox .btn-warning:active:hover, .editlistbox .btn-warning.active:hover, 
.editlistbox .btn-warning:active:focus, .editlistbox .btn-warning.active:focus, 
.editlistbox .btn-warning:active.focus, .editlistbox .btn-warning.active.focus,
 
.search-bar .btn-warning:active:hover, .search-bar .btn-warning.active:hover, 
.search-bar .btn-warning:active:focus, .search-bar .btn-warning.active:focus, 
.search-bar .btn-warning:active.focus, .search-bar .btn-warning.active.focus{
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.editlistbox .btn-warning:active, .editlistbox .btn-warning.active 
,.search-bar .btn-warning:active, .search-bar .btn-warning.active{
  background-image: none;
}
.editlistbox .btn-warning.disabled:hover, .editlistbox .btn-warning[disabled]:hover, 
fieldset[disabled] .editlistbox .btn-warning:hover, .editlistbox .btn-warning.disabled:focus, 
.editlistbox .btn-warning[disabled]:focus, fieldset[disabled] .editlistbox .btn-warning:focus, 
.editlistbox .btn-warning.disabled.focus, .editlistbox .btn-warning[disabled].focus, 
fieldset[disabled] .editlistbox .btn-warning.focus 

,.search-bar .btn-warning.disabled:hover, .search-bar .btn-warning[disabled]:hover, 
fieldset[disabled] .search-bar .btn-warning:hover, .search-bar .btn-warning.disabled:focus, 
.search-bar .btn-warning[disabled]:focus, fieldset[disabled] .search-bar .btn-warning:focus, 
.search-bar .btn-warning.disabled.focus, .search-bar .btn-warning[disabled].focus, 
fieldset[disabled] .search-bar .btn-warning.focus{
  background-color: #f0ad4e;
  border-color: #eea236;
}
.editlistbox .btn-warning .badge 
,.search-bar .btn-warning .badge{
  color: #f0ad4e;
  background-color: #fff;
}

.editlistbox .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.editlistbox .btn-danger:focus,
.editlistbox .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.editlistbox .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.editlistbox .btn-danger:active,
.editlistbox .btn-danger.active{
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.editlistbox .btn-danger:active:hover,
.editlistbox .btn-danger.active:hover,
.editlistbox .btn-danger:active:focus,
.editlistbox .btn-danger.active:focus,
.editlistbox .btn-danger:active.focus,
.editlistbox .btn-danger.active.focus{
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.editlistbox .btn-danger:active,
.editlistbox .btn-danger.active{
  background-image: none;
}
.editlistbox .btn-danger.disabled:hover, .editlistbox .btn-danger[disabled]:hover, 
fieldset[disabled] .editlistbox .btn-danger:hover, 
.editlistbox .btn-danger.disabled:focus, .editlistbox .btn-danger[disabled]:focus, 
fieldset[disabled] .editlistbox .btn-danger:focus,
.editlistbox .btn-danger.disabled.focus,.editlistbox .btn-danger[disabled].focus, 
fieldset[disabled] .editlistbox .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.editlistbox .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* costom style*/

.btn-submit{
  color: #240700;
  background-color: #fbdb05;
  border-color: #240700;
}
.btn-submit:focus{
  color: #240700;
  background-color: #dac117;
  border-color: #240700;
}
.btn-submit:hover {
  color: #240700;
  background-color: #dac117;
  border-color: #240700;
}
.btn-submit:active{
	color: #240700;
  background-color: #dac117;
  border-color: #240700;

}
.btn-submit.active:hover ,btn-submit:active:focus{
  color: #240700;
  background-color: #fbdb05;
  border-color: #240700;
}
.btn-submit:active{
  background-image: none;
}

.btn-submit.disabled:hover, .btn-submit[disabled]:hover ,fieldset[disabled] .btn-submit:hover 
,.btn-submit.disabled:focus ,.btn-submit[disabled]:focus, fieldset[disabled] .btn-submit:focus{
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-submit .badge {
  color: #d9534f;
  background-color: #fff;
}
.editlistbox .btn-primary ,.editlistbox .btn-success ,.editlistbox .btn-info 
,.editlistbox .btn-warning ,.editlistbox .btn-danger 
,.search-bar .btn-primary ,.search-bar .btn-success ,.search-bar .btn-info 
,.search-bar .btn-warning ,.search-bar .btn-danger{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.trhover .time h2{ font-size:120%; font-weight:900; }
.trhover .time .done{color:#ff67e6;}
.trhover .time b{ font-size:80%;}
.trhover .code{font-size:80%;}
.trhover .dd a{font-size:10%; }

.main-contact .ds-title { border-bottom:2px solid #ffe18f; background:#fffaeb;}
.main-contact .ds-title h1{font-size:130%; font-weight:900;}
.main-contact .ds-title p{ color:#000; background:#ffe18f; padding:0.4em; font-size:130%; border-radius:5px;}
.main-contact .ind-main2{ padding:0.5em 0; border-bottom:1px solid #ccc;}
.main-contact .ind-main2 p{ padding:0.5em;}
.add-menubg .list-title div{color:#000; background:#ffe18f; padding:0.3em; font-size:130%;}
.add-menubg .list-con{padding:0;}
.add-menubg .list-con div{color:#000; padding:0.3em; font-size:100%; border-bottom:1px solid #ccc;}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

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

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

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

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

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

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

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

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

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

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

.flash {
  animation-name: flash;
}

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

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

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

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

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

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

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

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

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

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

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

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

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

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

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

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

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

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

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

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

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

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

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

@keyframes wobble {
  from {
    transform: none;
  }

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

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

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

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

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

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

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

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

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

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

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

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

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

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

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

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

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

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

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

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

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

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

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

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

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

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

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

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

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

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

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

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

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

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

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

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

  to {
    transform: perspective(400px);
  }
}

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

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

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

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

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

  to {
    transform: perspective(400px);
  }
}

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

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

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

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

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

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

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

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

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

  to {
    transform: none;
    opacity: 1;
  }
}

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

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

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

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

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

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

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

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

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

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

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

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

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

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

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

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

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

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

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

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

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

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

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

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

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

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

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

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

.rollOut {
  animation-name: rollOut;
}

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

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

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

  60% {
    opacity: 1;

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

.zoomInDown {
  animation-name: zoomInDown;
}

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

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

.zoomInLeft {
  animation-name: zoomInLeft;
}

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

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

.zoomInRight {
  animation-name: zoomInRight;
}

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

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

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

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

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

.zoomOutDown {
  animation-name: zoomOutDown;
}

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

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

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

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

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

.zoomOutRight {
  animation-name: zoomOutRight;
}

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

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

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}


