@charset "UTF-8";
body.newindex {
background-color:#ebebeb;
}
.mobile {
	display:none;;
}
.stacker{
	 float:left;
	 width:50%;
	 text-align:left; 
	 vertical-align:top;
}
#mobilelogo{
	width:60%;
	float:left;
	margin-right:5%;
	display:none;
}
#mobilecart{
	width:13%;
	float:left;
	margin-right:5%;
	margin-top:3%;
	display:none;
}
#cartimg{
	width:100%;
}
#mobileuser{
	width:14%;
	float:left;
	display:none;
}
#userimg{
	width:100%;
}
#myTopnav{
	clear:both;
	margin-right:12%;
	display:none;
	background-color:white;
}
.mytopnav a {
  float: right;
  display: block;
  color: #111;
  text-align: center;
  padding: 0;
  text-decoration: none;
  font-size: 17px;
  font-family:"Open Sans",Arial, Helvetica, sans-serif; 
}

.mytopnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.mytopnav a {display: none;}
.mytopnav.responsive {position: relative;}
.mytopnav.responsive a {
    float: none;
    display: block;
    text-align: right;
}
#drawer-toggle { 
position: absolute; 
opacity: 0; 
display:none;
}

#drawer-toggle-label { 
-webkit-touch-callout: none; 
-webkit-user-select: none; 
-khtml-user-select: none; 
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none; 
left: 0px; 
height:50px; 
width: 50px; 
display: none; 
position: fixed; 
background: rgba(255,255,255,.0); 
z-index: 1; 
} 

/* adds our "hamburger" menu icon */ 

#drawer-toggle-label:before { 
content: ''; 
display: none; 
position: absolute; 
height: 2px; 
width: 24px; 
background: #8d8d8d; 
left: 13px; 
top: 18px; 
box-shadow: 0 6px 0 #8d8d8d, 0 12px 0 #8d8d8d; 
} 


/* drawer menu pane - note the 0px width */ 

#drawer { 
position: fixed;
z-index:25000; 
top: 0; 
left:-300px; 
height: 100%; 
width: 300px; 
background: #c8c9ca; 
overflow-x: hidden; 
overflow-y: scroll; 
padding: 20px; 
-webkit-overflow-scrolling: touch; 
display:none;
} 

/* checked styles (menu open state) */ 

#drawer-toggle:checked ~ #drawer-toggle-label { 
height: 100%; 
width: calc(100% - 300px); 
background: rgba(255,255,255,.8); 
} 

#drawer-toggle:checked ~ #drawer-toggle-label, 
#drawer-toggle:checked ~ header { 
left: 300px; 
} 

#drawer-toggle:checked ~ #drawer { 
left: 0px; 
} 

#drawer-toggle:checked ~ #page-content { 
margin-left: 300px; 
}

/* Menu item styles */ 

#drawer ul { 
list-style-type:none; 
} 

#drawer ul a { 
display:block; 
padding:10px; 
color:#222; 
text-decoration:none; 
} 

#drawer ul a:hover { 
color:#FFF; 
} 
#mobileheader{display:none;}
#mobileheader { 
width: 100%; 
/*position: fixed;*/ 
left: 0px; 
padding: 10px 10px 10px 50px; 
font-size: 30px; 
line-height: 30px; 
z-index: 0; 
}
#page-content { 
margin-left: 0px;  
width: 100%; 
overflow-x:hidden; 
overflow-y:scroll; 
-webkit-overflow-scrolling: touch; 
padding: 0px; 
display:none;
}
#mobilemessage{display:none;}
	
@font-face {
    font-family: braydenscriptbold;
    src: url(https://www.secretsof.com/BraydenScriptBold.otf);
}
@font-face {
    font-family: braydenscriptthin;
    src: url(https://www.secretsof.com/BraydenScriptThin.otf);
}
@font-face {
    font-family: braydenscriptregular;
    src: url(https://www.secretsof.com/BraydenScriptRegular.otf);
}
allsub1_opened{
	width:160px;
	z-index:100000;
}
.nav-collapse ul, nav-collapse ul li ul {
    background: rgba(255, 255, 255, .9);
    list-style:none;
}
.product_tile{
	float:left;
	background:transparent;
	width:248px;
}
.product_tile_table {display: table; border-spacing: 6px;}
.product_tile_table > div {display: table-row; border-spacing: 6px;margin:auto;}
.product_tile_table > div >div {display: table-cell;  margin: 7px;}
.product_tile img {width:248px;height:248px;}
.product_tile p {
 	font-size: 12px; font-family: arial, helvetica, sans-serif;text-align: center;background-color:#fff;border:1px solid #fff;position:relative;height:40px;
}
.product_tile p span{
	position:relative; top:6px; height:40px; 
}
.product_tile_header{
 	text-align:left;
	margin:10px;
	border-bottom:1px solid #ccc;
	clear:both;
}
.product_tile_header h6 {
 	margin:0;font-family: georgia, serif;color: rgb(105, 105, 105);font-size: 22px;font-weight:bold;
}
.product_tile_header p {
 	font-family: "open sans",sans-serif;font-size: 12px;margin:0;
}
.content-box{
background-color:#d9d9d9;
background-image:url("/websiteimages/patternGREY.jpg");
max-width:1000px;
}
.body-text-centered {
	text-align:center;
	 margin-top: 0px; 
	 margin-bottom: 0px;
	 font-size: 14px;
	 font-family:'open sans';
}
.centered {
	text-align:center;
	margin:auto;
	width:100%;
}
.body-text-left-narrow {
	text-align:left;
	margin-top: 0px; 
	margin-bottom: 0px;
	font-size: 14px;
	font-family:'open sans';
	max-width:840px;
}
.body-text-normal {
	text-align:left;
	margin-top: 0px; 
	margin-bottom: 0px;
	font-size: 14px;
	font-family:'open sans';
	
}
.p-head {
	font-family:Arial;
	font-size:16px;
	color: rgb(82, 73, 146);
	font-weight:bold;	
}
a.anchor {
    display: block;
    position: relative;
    /*top: -116px;*/
    visibility: hidden;
}
body {
	margin:0;
	font-family:'open sans';
}
.to-top-btn {
    position: fixed;
    bottom: 50px;
    right: 10px;
    text-decoration:none;
    background-color:#cfc3e6;
	color:#80298F;
    padding: 10px;
    border-radius: 5px;
    display: none;
}

.av {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#emb-header {
	width:100%;
	height:120px;
	z-index:1;
	background-color:#fff;
}

.footer_header {
	font-weight:bold;
	font-family:arial;
	color:#0C2F22;
	font-size:11px;
	border-bottom:1px solid #888;
}
.footer_link {
	font-weight:normal;
	font-family:arial;
	color:#0C2F22;
	font-size:13px;
	text-decoration:none;
}
#dropdownleft {
    -webkit-appearance: none;
    -moz-appearance: window;
    padding: 2px 30px 2px 3px;
    border: none;
    background-image: url("//www.secretsof.com/right.gif");
    background-repeat: no-repeat;
    background-position: left center;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:2px;
  }
  
  @-moz-document url-prefix() {
    #dropdownleft {
      margin-right: -30px;
    }
    .css-select-moz {
      background-image: url("//www.secretsof.com/right.gif");
      background-repeat: no-repeat;
      background-position: left center;
      padding-right: 30px;
    }
  }
  .content-text-link {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#80298F;
	vertical-align:middle;
	text-align:left;
	
}
.product-heading{
margin-top: 15px; 
margin-bottom: 0;
color:#252d63; 
font-size:16px;
font-family:"Arial";	
}
#allcatclose{
	position:fixed;
	
}
.content-text-link a{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#80298F;
	vertical-align:middle;
	
}
.content-text-link a:visited{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#2ba8d6;
	vertical-align:middle;
	
}
.content-text-link a:hover{
	text-decoration:none;
	color:#2ba8d6;
}
.content-text-link a:active{
	text-decoration:none;
	color:#2ba8d6;
}
.content-text-link a.chosen{
	text-decoration:none;
	font-weight:400;
	font-size:12px;
	color:#2ba8d6;
}

.content-text-header{
	margin:8px 0 5px 0;
	padding:0;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:12px;
	color:#38373e;
	vertical-align:middle;
	text-align:left;
	
}
.topnav {
	background-color:#fff;
	padding: 0;
	text-align:left;
	font-family: 'Open Sans', sans-serif;

}
.prodcontent{
	background-color:#fff;
	width:800px;
	margin:auto;
}
ul.topnav {
	padding: 0;
	margin: 0;
	font-size: 12px;
	/*line-height: 0.5em;*/
	text-align:left;
	list-style: none;
	
}
ul.topnav li {text-align:left;list-style: none;}
ul.topnav li a {
line-height: 10px;
	
	text-align:left;
	padding: 2px 2px;
	display: block;
	text-decoration: none;
	
}
ul.topnav li a:hover {
	background-color:transparent;
	color:#2ba8d6;
}
ul.topnav li a.active {
	/*background-color:#transparent;
	color:#252d63;*/
	background-color:#a0daf5;
	
}
ul.topnav ul {
	margin: 0;
	list-style: none;
	padding: 0;
	text-align:left;
	display: none;
}
ul.topnav ul li {
    border:solid 1px white;
	margin: 0;
	text-align:left;
	padding: 0;
	list-style: none;
	clear: both;
	background-color:#ffffff;
}
ul.topnav ul li a {
	padding-left: 5px;
	font-size: 12px;
	outline:0;
	text-decoration: none;
}
ul.topnav ul li a:hover {
	background-color:transparent;
	color:#2ba8d6;
}
ul.topnav ul li a.active {
	/*background-color:#transparent;
	color:#252d63;*/
	background-color:#a0daf5;
	
}
ul.topnav ul ul li a {
	font-weight:400;
	padding-left: 10px;
	text-decoration: none;
}
ul.topnav ul ul li a:hover {
	background-color:transparent;
	color:#2ba8d6;
}
ul.topnav span{
	/*float:right;*/
}
ul.topnav ul ul li a.active{
	/*color:#252d63;*/
	background-color:#a0daf5;;
	
}

#cattext:hover {
	color:#252d63;
}
.topnav3 {
	background-color:#fff;
	/*width: 150px;
	padding: 0;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	color:#524992;
	/*position:absolute;*/
}
ul.topnav3 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-align:left;
	list-style: none;
	
}
ul.topnav3 li,.catul li,.des_list li {text-align:left;list-style: none;}
ul.topnav3 li a,.catul li a,.des_list li a{
line-height: 10px;
	
	text-align:left;
	padding: 2px 2px;
	display: block;
	text-decoration: none;
}
ul.topnav3 li a:hover,.catul li a:hover,.des_list li a:hover {
	background-color:transparent;
	color:#2ba8d6;
}
ul.topnav3 ul {
	margin: 0;
	list-style: none;
	padding: 0;
	text-align:left;
	display: none;
}
ul.topnav3 ul li{
    border:solid 1px white;
	margin: 0;
	text-align:left;
	padding: 0;
	list-style: none;
	clear: both;
	background-color:#ffffff;
}
ul.topnav3 ul li a,.catul ul li a,.des_list ul li a {
	padding-left: 5px;
	font-size: 12px;
	outline:0;
	text-decoration: none;
	
}
ul.topnav3 ul li a:hover,.catul ul li a:hover,.des_list ul li a:hover  {
	background-color:transparent;
	color:#2ba8d6;
}
ul.topnav3 ul li a.active,.catul ul li a.active,.des_list ul li a.active {
	/*background-color:#transparent;
	color:#252d63;*/
	background-color:#a0daf5;
	color:#2ba8d6;
}
ul.topnav3 ul ul li a,.catul ul ul li a,.des_list ul ul li a{
	padding-left: 10px;
	text-decoration: none;
	
}
ul.topnav3 ul ul li a:hover,.catul ul ul li a:hover,.des_list ul ul li a:hover {
	background-color:transparent;
	color:#2ba8d6;
}
ul.topnav3 span{
	/*float:right;*/
}
ul.topnav3 ul ul li a.active,.catul ul ul li a.active,.des_list ul ul li a.active{
	/*color:#252d63;*/
	background-color:#a0daf5;
	
}
.topnav4 {

	width: 150px;
	padding: 0;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	color:#524992;
	/*position:absolute;*/
}
ul.topnav4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	/*line-height: 0.5em;*/
	text-align:left;
	list-style: none;
	
}
ul.topnav4 li {text-align:left;list-style: none;}
ul.topnav4 li a {
/*line-height: 10px;*/
	font-size: 12px;
	text-align:left;
	padding: 2px 2px;
	display: block;
	text-decoration: none;
}
ul.topnav4 li a:hover {
	background-color:transparent;
	color:#2ba8d6;
}
ul.topnav4 ul {
	margin: 0;
	list-style: none;
	padding: 0;
	text-align:left;
	display: none;
}
ul.topnav4 ul li {
    border:solid 1px white;
	margin: 0;
	text-align:left;
	padding: 0;
	list-style: none;
	clear: both;
	background-color:#ffffff;
}
ul.topnav4 ul li a {
	padding-left: 5px;
	font-size: 12px;
	outline:0;
	text-decoration: none;
	
}
ul.topnav4 ul li a:hover {
	background-color:transparent;
	color:#2ba8d6;
}
ul.topnav4 ul li a.active {
	/*background-color:#transparent;
	color:#252d63;*/
	background-color:#a0daf5;
	color:#2ba8d6;
}
ul.topnav4 ul ul li a {
	color: #000;
	padding-left: 10px;
	text-decoration: none;
	
}
ul.topnav4 ul ul li a:hover {
	background-color:transparent;
	color:#2ba8d6;
}
ul.topnav4 span{
	/*float:right;*/
}
ul.topnav4 ul ul li a.active{
	/*color:#252d63;*/
	background-color:#a0daf5;
	
}
.footer_link:hover {color:#252d63; }
.catlink:hover{color:#252d63;}
.subcatlink:hover{color:#252d63;}
.spaced {margin:5px 0; }
.sm_menu-link {
	font-family:"Open Sans";
	font-size:12px;
	font-weight:600;
	color:#802a8f;
	text-decoration:none;
	text-transform: uppercase;
}
.sm_menu-link:hover {
	color:#2ba8d6;
}
.menu-link {
	font-family:"Open Sans";
	font-size:12px;
	font-weight:600;
	color:#38373e;
	text-decoration:none;
	}
.menu-link:hover {
	color:#2ba8d6;
	}
.menu-top-link {
	font-family:"Open Sans";
	font-size:14px;
	font-weight:600;
	color:#38373e;
	text-decoration:none;
	}
.menu-top-link:hover {
	color:#2ba8d6;
	}
.text-link a{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#60a993;
	vertical-align:middle;
	
}
.text-link a:visited{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#29200E;
	vertical-align:middle;
	
}
.text-link a:hover{
	text-decoration:none;
	color:#D5888E;
}
.text-link a:active{
	text-decoration:none;
	color:#D5888E;
}
.header-link:visited,.header-link {
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:18px;
	color:#252d63;
	vertical-align:middle;
	
}
.header-link:hover,.header-link:active {
	text-decoration:none;
	color:#D5888E;
}
.breadcrumb A:visited,.breadcrumb A,.breadcrumb {
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:10px;
	color:#29200E;
	
	
}
.breadcrumb A:hover,.breadcrumb A:active {
	text-decoration:none;
	color:#D5888E;
}
#main-nav A,#main-nav A:visited {
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#0C2F22;
	vertical-align:middle;
	display:block;
	height:14px;
	margin:0;
}
#main-nav A {   
	padding:5px 0 0 0;
}
#main-nav A {
	padding:0px 0 0 0;
}
#main-nav A:hover,#main-nav A:active {
	text-decoration:none;
	color:#D5888E;
}
#top-nav A,#top-nav A:visited {
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#0C2F22;
	vertical-align:middle;
	display:block;
	height:14px;
	margin:0;
	
}
#top-nav A {   
	padding:5px 0 0 0;
}
#top-nav A {
	padding:0px 0 0 0;
}
#top-nav A:hover,#top-nav A:active {
	text-decoration:none;
	color:#D5888E;
}
/*#top-nav {margin-right:40px;}*/
#left-spacer {
	width:160px;
	float:left;	
}

#search-box {
	width:160px;
	height:114px;
	background-image: url('//www.secretsof.com/images/header/search_box.gif');
	text-align:center;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	right:0;
	top:50px;	
}
#search-box2,search-box2 TD {
	/*width:210px;*/
	text-align:left;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	/*position:absolute;
	//right:0;
	//top:0px;*/
	z-index:1;
}
.normalbox {
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}
#cart_message {
	position:absolute;
	right:240px;
	top:30px;
}
.s_submit2 {
	border-width:1px;border-style:solid;border-color:#0C2F22;
	font-family:arial,sans-serif;font-size:9pt;
	background:#ffffff;color:#252d63;
}
.wishsubmit {
	border-width:1px;border-style:solid;border-color:#0C2F22;
	font-family:arial,sans-serif;font-size:9pt;
	color:#0C2F22;background-color:#c4cbe9;
}
/*html>body #nav-table TD {   
	
}
* html body table#nav-table TD {
	padding-bottom:0px;	
	vertical-align:top;
}*/

#footer {
	width:100%;
	
	height:59px;
	clear:both;
}
.clear {
	clear:both;
}
#footer-left {
	position:relative;
	float:left;
}
#footer-right {
	position:relative;
	float:right;	
}
#footer A {
	font-family:arial;
	font-weight:bold;
	font-size:12px;
}

.aff-button {
	height:29px;
	width:187px;
	background: url(//www.secretsof.com/images/buttonaff_bg.gif);
	text-align:center;
}
.aff-button A,.aff-button A:visited {
	color:#0C2F22;
	font-family:arial,sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
.aff-button A:active,.aff-button A:hover {
	color:#D5888E;	
}
#pl_table_lt {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:no-repeat;
	height:7px;
	width:8px;
}
#pl_table_rt {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:no-repeat;
	height:7px;
	width:8px;
}
#pl_table_t {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:repeat-x;
	height:7px;	
}
#pl_table_rs {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:repeat-y;
	width:8px;
}
#pl_table_ls {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:repeat-y;
	width:8px;
}
#pl_table_b {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:repeat-x;
	height:5px;	
}
#pl_table_lb {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:no-repeat;
	height:5px;
	width:8px;
}
#pl_table_rb {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:no-repeat;
	height:5px;
	width:8px;
}
#lt_table_lt {
	background: url("//www.secretsof.com/images/lt_table_lt.gif");
	height:7px;
	width:8px;
}
#lt_table_rt {
	background: url("//www.secretsof.com/images/lt_table_rt.gif");
	height:7px;
	width:8px;
}
#lt_table_t {
	background: url("//www.secretsof.com/images/lt_table_t.gif");
	height:7px;	
}
#lt_table_rs {
	background: url("//www.secretsof.com/images/lt_table_rs.gif");
	width:8px;
}
#lt_table_ls {
	background: url("//www.secretsof.com/images/lt_table_ls.gif");
	width:8px;
}
#lt_table_b {
	background: url("//www.secretsof.com/images/lt_table_b.gif");
	height:5px;	
}
#lt_table_lb {
	background: url("//www.secretsof.com/images/lt_table_lb.gif");
	height:5px;
	width:8px;
}
#lt_table_rb {
	background: url("//www.secretsof.com/images/lt_table_rb.gif");
	height:5px;
	width:8px;
}
#bl_table_lt {
	background: url("//www.secretsof.com/images/bl_table_lt.gif");
	height:7px;
	width:8px;
}
#bl_table_rt {
	background: url("//www.secretsof.com/images/bl_table_rt.gif");
	height:7px;
	width:8px;
}
#bl_table_t {
	background: url("//www.secretsof.com/images/bl_table_t.gif");
	height:7px;	
}
#bl_table_rs {
	background: url("//www.secretsof.com/images/bl_table_rs.gif");
	width:8px;
}
#bl_table_ls {
	background: url("//www.secretsof.com/images/bl_table_ls.gif");
	width:8px;
}
#bl_table_b {
	background: url("//www.secretsof.com/images/bl_table_b.gif");
	height:5px;	
}
#bl_table_lb {
	background: url("//www.secretsof.com/images/bl_table_lb.gif");
	height:5px;
	width:8px;
}
#bl_table_rb {
	background: url("//www.secretsof.com/images/bl_table_rb.gif");
	height:5px;
	width:8px;
}
#go {
	position:absolute;
	display:block;
	right:65px;
	top:32px
}
#go {
	top:22px
}
#button_lt {
	background: url("//www.secretsof.com/images/button-tl-corner.gif");
	height:3px;
	width:4px;
}
#button_rt {
	background: url("//www.secretsof.com/images/button-tr-corner.gif");
	height:3px;
	width:4px;
}
#button_t {
	background: url("//www.secretsof.com/images/button-top.gif");
	height:3px;	
}
#button_rs {
	background: url("//www.secretsof.com/images/button-right.gif");
	width:4px;
}
#button_ls {
	background: url("//www.secretsof.com/images/button-left.gif");
	width:4px;
}
#button_b {
	background: url("//www.secretsof.com/images/button-bottom.gif");
	height:3px;	
}
#button_lb {
	background: url("//www.secretsof.com/images/button-bl-corner.gif");
	height:3px;
	width:4px;
}
#button_rb {
	background: url("//www.secretsof.com/images/button-br-corner.gif");
	height:3px;
	width:4px;
}
.button-text,.button-text:visited {
	display:block;
	color:#0C2F22;
	font-size:13px;
	line-height:1em;
	font-family:arial,sans-serif;
	font-weight:bold;
	text-align:center;
	text-decoration:none;

}
.button-text:active,.button-text:hover {
	background-color:#E5D5D6;

}
.link-hover,.link-hover:visited {
	text-decoration:none;
	color:#29200E;
}
.link-hover:hover,.link-hover:active { 
	text-decoration:none;
	color:#D5888E;
}
.link-hover2,.link-hover2:visited {
	text-decoration:none;
	color:#29200E;
	font-size:10px;
	display:block;
	margin:5px 0;
}
.link-hover2:hover,.link-hover2:active { 
	text-decoration:none;
	color:#D5888E;
	font-size:10px;
}
.red1border {
border-style:solid;
border-width:2px;
border-color:#252d63;
}
#welcome {
	color:#0C2F22;
	font-family:arial;
	background-color:#ffffff;
	width:200px;
	margin:15px auto 0;
	text-align:center;
}


div.rc1-red {margin: 0 4px 0 4px; padding:0; border: solid 1px #252d63; z-index:1;background-color:#ffffff;}
div.rc2-red {margin: 0 -2px 0 -2px; padding:1px; border-left: solid 1px #252d63;border-right: solid 1px #252d63; z-index:2;background-color:#ffffff;}
div.rc3-red {margin: 0 -3px 0 -3px; padding:1px; border-left: solid 1px #252d63;border-right: solid 1px #252d63; z-index:3;background-color:#ffffff;}
div.rc4-red {margin: 0 -3px 0 -3px; padding:1px; border-left: solid 1px #252d63;border-right: solid 1px #252d63; z-index:4;background-color:#ffffff;}
div.rc5-red {margin: 0 -3px 0 -3px; padding: 0 4px 0 4px; border-left: solid 1px #252d63; border-right: solid 1px #252d63; z-index:5;background-color:#ffffff;}

div.rc1-redcf {margin: 0 4px 0 4px; padding:0; border: solid 1px #252d63; z-index:1;background-color:#ffffff;}
div.rc2-redcf {margin: 0 -2px 0 -2px; padding:1px; border-left: solid 1px #252d63;border-right: solid 1px #252d63; z-index:2;background-color:#ffffff;}
div.rc3-redcf {margin: 0 -3px 0 -3px; padding:1px; border-left: solid 1px #252d63;border-right: solid 1px #252d63; z-index:3;background-color:#ffffff;}
div.rc4-redcf {margin: 0 -3px 0 -3px; padding:1px; border-left: solid 1px #252d63;border-right: solid 1px #252d63; z-index:4;background-color:#ffffff;}
div.rc5-redcf {margin: 0 -3px 0 -3px; padding: 0 4px 0 4px; border-left: solid 1px #252d63; border-right: solid 1px #252d63; z-index:5;background-color:#ffffff;}

div.rc1-allred {margin: 0 4px 0 4px; padding:0; border: solid 1px #252d63; z-index:1;background-color:#252d63;}
div.rc2-allred {margin: 0 -2px 0 -2px; padding:1px; border-left: solid 1px #252d63;border-right: solid 1px #252d63; z-index:2;background-color:#252d63;}
div.rc3-allred {margin: 0 -3px 0 -3px; padding:1px; border-left: solid 1px #252d63;border-right: solid 1px #252d63; z-index:3;background-color:#252d63;}
div.rc4-allred {margin: 0 -3px 0 -3px; padding:1px; border-left: solid 1px #252d63;border-right: solid 1px #252d63; z-index:4;background-color:#252d63;}
div.rc5-allred {margin: 0 -3px 0 -3px; padding: 0 4px 0 4px; border-left: solid 1px #252d63; border-right: solid 1px #252d63; z-index:5;background-color:#252d63;}

div.rc1-cf {margin: 0 4px 0 4px; padding:0; border: solid 1px #252d63; z-index:1;background-color:#ffffff;}
div.rc2-cf {margin: 0 -2px 0 -2px; padding:1px; border-left: solid 1px #252d63;border-right: solid 1px #252d63; z-index:2;background-color:#ffffff;}
div.rc3-cf {margin: 0 -3px 0 -3px; padding:1px; border-left: solid 1px #252d63;border-right: solid 1px #252d63; z-index:3;background-color:#ffffff;}
div.rc4-cf {margin: 0 -3px 0 -3px; padding:1px; border-left: solid 1px #252d63;border-right: solid 1px #252d63; z-index:4;background-color:#ffffff;}
div.rc5-cf {margin: 0 -3px 0 -3px; padding: 0 4px 0 4px; border-left: solid 1px #252d63; border-right: solid 1px #252d63; z-index:5;background-color:#ffffff;}
#middle {
	margin: 0;
	padding: 0;
	}

#col1 {
	float: left;
	width: 20%;
	margin:0;
	padding:0;
}
#col2 {
	float: left;
	width:55%;
	margin:0;
	padding:0 5px 0 5px;
	}
#col3 {
	float: right;
	/*width: 20%;*/
	padding:10px 15px 0px 60px;
	margin:0;
	text-align:center;
	}
#buttons {
	position:absolute;
	top:250px;
	right:5px;
}
.center-image{
	float:left;
}
.center-text{
	float:right;
}
.hidden{
	visibility:hidden;

}

#col3 IMG {
	margin-bottom:10px;
}
#col2 IMG {
	margin-right:10px;
}
#col2 TD IMG {
	margin-right:0px;
}


 div.line hr{ /* take out
the troublemaking HR */
   display:none;
   }
.\33buttons{
	position:absolute;
	top:95px;	
	right:5px;
	font-size:10pt;
	
}
.\33buttons A {
	text-decoration:none;
}
#rhcol{
	width:160px;
	background-color:#ffffff;
	border-right:solid 1px #BA5851;
	border-bottom:solid 1px #BA5851;
}
#spec_message{
	position:absolute;
	/*right:500px;*/
	top:35px;
	left:50%;
    margin-left:-120px;
}
.sidenavlink,.sidenavlink:visited{
	text-decoration:none;
	color:#333;
	font-size:9pt;
}
.sidenavlink:hover{
	text-decoration:underline;
	color:blue;
	font-size:9pt;
}
.rtsidebar_link {
	color : #333;
	background-color : #ffffff;
	display : block;
	margin : 0 0;
	padding : 1px 3px;
	text-decoration : none;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
	vertical-align : middle;
}
.rtsidebar_link:visited {
	color : #333;
	background-color : #ffffff;
	display : block;
	margin : 0 0;
	padding : 1px 3px;
	text-decoration : none;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
	vertical-align : middle;
}
.rtsidebar_link:hover {
	background-color : #ffffff;
	margin : 0 0;
	padding : 1px 3px;
	color : #252d63;
}
.rtsidebardes_link:visited,.rtsidebardes_link {
	color:#333;

	background-color:#e2e5f9;
	display:block;
	margin:0 0px;;
	padding:1px 3px;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	vertical-align:middle;
	
	
	
}
.rtsidebardes_link:hover{
	background-color:#ffffff;
	
	margin:0 0px;
	padding:1px 3px;
	color:#252d63;
}
.\33buttons A,.\33buttons A:visited {
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#29200E;
	vertical-align:middle;
	display:block;
	height:14px;
	margin:0;
}

.\33buttons A:hover,.\33buttons A:active {
	text-decoration:none;
	color:#D5888E;
}
.tiles-container {text-align:center;margin:auto;}
table.tiles {margin:auto; padding: 0;display:block;}
	/*table.tiles li {width: 190px; float: left; margin: 0 15px 0px 0; }
	table.tiles li.last {margin-right: 0px;}*/
	table.tiles img {margin: 5px;}
	table.tiles .tile-content {margin: 0; padding: 0; height: 89px; text-align:left;}
		table.tiles .tile-content p {text-align:left;margin: 0 0 10px 5px; display: block;font-family: Arial, Helvetica, sans-serif;font-size: 12px;line-height: 1.25em;}
		table.tiles .tile-content h3 {text-align:left; color: #252d63; margin: 0 0 5px 5px;font-size: 12px;padding: 0;font-weight: bold;display: block;font-family: Arial, Helvetica, sans-serif;line-height: 1.25em;}
	* html table.tiles .tile-content h3 {text-indent:1px;}
	*+html table.tiles .tile-content h3 {text-indent:1px;}

	table.tiles .tile {background: #fff none;width:198px;}
		table.tiles .tile img {border: 1px solid #fff;}
		
		table.tiles .tile-content a {margin:0 0 0 5px;padding:0 0 0 10px;}
		table.tiles .tile-content a:link {text-align:left;color: #775e4b;}
		table.tiles .tile-content a:visited {color: #775e4b;}
		table.tiles .tile-content a:active {color: #252d63;}
		table.tiles .tile-content a:hover {color: #252d63; text-decoration: underline;}
a.arrow-link {background: transparent url(//www.secretsof.com/images/bck-icon.gif) -37px 2px no-repeat; padding: 0 0 0 0;margin:0 0 0 0px; font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-align:left;line-height: 1.25em;text-decoration: none; color: #3366cc; height: 1%;}
/*a.arrow-link {background: transparent url(//www.secretsof.com/images/bck-icon.gif) -37px 2px no-repeat; padding: 0 0 0 10px; font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-align:left;text-decoration: none;  }*/
a.arrow-link:link {color: #775e4b;}
a.arrow-link:visited {color: #775e4b;}
a.arrow-link:active {color: #252d63;}
a.arrow-link:hover { color: #252d63;}
.msinfo {width:650px;}
.mscontent {font-size:10pt;border:solid 1px #252d63;background-color:white;width:650px;padding:20px 0 20px 0;}
.maroon {color:#252d63;}
.msformlabel{text-align:right;vertical-align:middle;color:#252d63;font-weight:bold;}
.msformfield{text-align:left;vertical-align:middle;}
.pl_table_lt {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:no-repeat;
	height:7px;
	width:8px;
}
.pl_table_rt {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:no-repeat;
	height:7px;
	width:8px;
}
.pl_table_t {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:repeat-x;
	height:7px;	
}
.pl_table_rs {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:repeat-y;
	width:8px;
}
.pl_table_ls {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:repeat-y;
	width:8px;
}
.pl_table_b {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:repeat-x;
	height:5px;	
}
.pl_table_lb {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:no-repeat;
	height:5px;
	width:8px;
}
.pl_table_rb {
	/*background: url("//www.secretsof.com/images/pl_table_lt.gif");*/
	background: url("//www.secretsof.com/spacer.gif");
	background-repeat:no-repeat;
	height:5px;
	width:8px;
}
.red_heading {
	font-size:16px;
	color:#252d63;
	font-weight:bold;
	text-align:center;
	margin:auto;
	font-family:Arial;
}
p {
	font-size:12px;
	font-family:arial;
	
}
ul {
	margin:0;
	padding:15px;
	text-align:left;
}
li {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:arial;
}
.whitebox{
	background-color:#ffffff;
	padding:5px;
}
.maroonborder{
	border:1px solid #252d63;
}
.roundcorners{
	border-radius:5px;
}
.centered{
	display:inline-block;
	margin:auto;
}
	.downarrow{
    content:url("../../images/down.gif");
	height:8px;
}
.downarrow_w{
    content:url("../../images/downw.gif");
	height:8px;
}
.uparrow{
    content:url("../../images/up.gif");
	height:8px;
}
#searchselect {
    padding:3px;
    position:relative;
  
    font:15px "Open Sans";
    font-weight: 500;
    background: transparent;
    color:#38373e;
    border:0; 
	vertical-align:middle;
	margin:5px 0 0px 0;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;width:50px;
	z-index:10;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #searchselect {padding-right:18px}
}

#searchlabel {position:relative}
/*#searchlabel:after {
    content:url("../../images/down.gif");
    /*font:12px "Arial";
    color:#333;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);*/
    /*right:8px; top:0;
    padding:0 0 2px;
    border:0;
    position:absolute;
    pointer-events:none;
	z-index:10;
	background: #F3F3F3;
}*/
/*#searchlabel:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#F3F3F3;
    position:absolute;
    pointer-events:none;
    display:block;
	z-index:10;
}*/
#showbutton span:hover{ color:#252d63;}
#showbutton span{ color:#000000;}
.filmstrip {
	border:1px solid black;
	margin:3px;
}
.image_cell  {
	text-align:center;
	vertical-align:top;
	width:100%;
	font-size:12px;
	border:0 solid #ffffff;
background-color:#fff;
}
.image_cellj  {
	text-align:center;
	vertical-align:top;
	width:100%;
	font-size:12px;
	border:0 solid #ffffff;
	
}
.height360{
	height:360px;
}
.height250{
	height:250px;
}
.height230{
	height:230px;
}
.image_cell a{text-decoration:none;}
.image_cell img{
	text-decoration:none;
	border:0 solid #ffffff;
	
}
.contentcontainer{
	background-color:#ebebeb; 
	border-radius:25px; 
	margin:10px auto 10px; 
	padding:15px; 
	width:820px;
}
.contentcontainer p{
	text-align:left;
}
#catalogcontainer .allcatcell {
	height:250px;
}
#popupcontainer .allcatcell {
	height:260px;
}
#newprojectcontainer .allcatcell {
	height:380px;
}
#newdesigncontainer .allcatcell {
	height:380px;
}
#trendingcontainer .allcatcell {
	height:280px;
}
#bestsellerscontainer .allcatcell {
	height:280px;
}
#sprbestsellerscontainer .allcatcell {
	height:280px;
}
#catcontainer .allcatcell {
	height:250px;
}
.image_cell_carousel  {
	text-align:center;
	vertical-align:top;
	width:156px;
	font-size:12px;
	border:0 solid #ffffff;
	
background-color:#fff;
margin:5px;
}
.image_cell_cat_carousel a{text-decoration:none;}
.image_cell_cat_carousel img{
	text-decoration:none;
	border:0 solid #ffffff;
	
}
.image_cell_cat_carousel  {
	text-align:center;
	vertical-align:top;
	width:125px; 
	font-size:12px;
	border:0 solid #ffffff;
	
background-color:#fff;
margin:7px;
}
.image_cell_cat_carousel a{text-decoration:none;}
.image_cell_cat_carousel img{
	text-decoration:none;
	border:0 solid #ffffff;
	
}
.image_cell_magcarousel a{text-decoration:none;}
.image_cell_magcarousel img{
	text-decoration:none;
	border:0 solid #ffffff;
	
}
.image_cell_magcarousel  {
	text-align:center;
	vertical-align:top;
	/*width:400px; */
	font-size:12px;
	border:0 solid #ffffff;
	
background-color:#fff;
margin:0;
}
P {font-family: arial,helvetica,sans-serif; font-size: 10pt;}
.login { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; 
		border-top-style:solid; border-top-width:1px; border-top-color:black;
		border-right-style:solid; border-right-width:1px; border-right-color:black;
		border-left-style:solid; border-left-width:1px; border-left-color:black;
		border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:black;}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.s_submit {
	border-width:1px;border-style:solid;border-color:#252d63;
	font-family:arial,sans-serif;font-size:9pt;
	background:#a0daf5;color:#252d63;
}
.s_submit2 {
	border-width:1px;border-style:solid;border-color:#ffffff;
	font-family:arial,sans-serif;font-size:9pt;
	background:#ffffff;color:#252d63;
}
.styled {
	border-width:1px;border-style:solid;border-color:#CCC;
	font-family:arial,sans-serif;font-size:9pt;
}
#PopupPanel
{
    border: solid 1px black;
    position: absolute;
    left: 50%;
    /*top: 145px;*/
    background-color: white;
    z-index: 110000;

    /*height: 450px;*/
   

    /*width: 600px;
    margin-left: -300px;*/
}

#jcl-demos .carousel {
    border: 1px solid #bababa;
    border-radius: 10px;
    background-color: ghostwhite;
    float: left;
    padding-left: 10px;

    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
}

    /* Styling for image based carousel content. Only width and height are mandatory */
    #jcl-demo .scrollMore .carousel>ul>li>img {
        width: 100px;
        height: 100px;
        vertical-align:middle;
		margin-left:-1px;
        /* optional */
        
    }
#jcl-demo .scrollMore .carousel>ul>li>:first-child img {
   
}
    /* Styling for text based carousel content. Only width and height are mandatory */
    #jcl-demos .carousel>ul>li>p {
        width: 130px;
        height: 98px;

        margin: 10px 10px 10px 0;
        border: 1px solid #808080;
        border-radius: 5px;
        line-height: normal;
        background-color: #fff; 
        padding: 10px;
    }

/* Styles for PREV and NEXT anchor buttons */
#jcl-demo a.prev, #jcl-demo a.next, #jcl-demo a.go {

   position: absolute;
		background-image: url(//secretsof.com/images/arrows.png);
		width: 37px;
		height: 60px;
		z-index:3;
		cursor: pointer;
		opacity: 0.75;

    
}
#jcl-demo a.next{
	right: 40px;
		bottom: 25px;
		background-position: -37px 0;
	}
	 #jcl-demo a.next.disabled{
		 background-position: -76px 0 !important;
	}
#jcl-demo a.prev{	
	
		left: 40px;
		bottom: 25px;
		background-position: 0 0;
	}
#jcl-demo a.bigprev, #jcl-demo a.bignext, #jcl-demo a.go {

   position: absolute;
		background-image: url(//secretsof.com/images/arrows.png);
		width: 37px;
		height: 60px;
		z-index:3;
		cursor: pointer;
		opacity: 0.75;

    
}
#jcl-demo a.bignext{
	right: -35px;
		bottom: 60px;
		background-position: -37px 0;
	}
	 #jcl-demo a.next.disabled{
		 background-position: -76px 0 !important;
	}
#jcl-demo a.bigprev{	
	
		left: -35px;
		bottom: 60px;
		background-position: 0 0;
	}
	#jcl-demo a.prev.disabled{
		background-position: -76px 0 !important;
	}
#jcl-demo a.latestprev, #jcl-demo a.latestnext {

   position: absolute;
		background-image: url(//secretsof.com/images/arrows.png);
		width: 37px;
		height: 60px;
		z-index:3;
		cursor: pointer;
		opacity: 0.75;

    
}
#jcl-demo a.latestnext{
	right: -35px;
		bottom: 120px;
		background-position: -37px 0;
	}
	 #jcl-demo a.latestnext.disabled{
		 background-position: -76px 0 !important;
	}
#jcl-demo a.latestprev{	
	
		left: -35px;
		bottom: 120px;
		background-position: 0 0;
	}
	#jcl-demo a.latestprev.disabled{
		background-position: -76px 0 !important;
	}

    #jcl-demo a.go.highlight {
        background-color: #dedede;
        color: #000;
    }
#jcl-demo a.magprev, #jcl-demo a.magnext, #jcl-demo a.go {

   position: absolute;
		background-image: url(//secretsof.com/images/arrows.png);
		width: 37px;
		height: 60px;
		z-index:3;
		cursor: pointer;
		opacity: 0.75;

    
}
#jcl-demo a.magnext{
	right: 1px;
		top: 10%;
		background-position: -37px 0;
	}
	 #jcl-demo a.next.disabled{
		 background-position: -76px 0 !important;
	}
#jcl-demo a.magprev{	
	
		left: 1px;
		top: 10%;
		background-position: 0 0;
	}
	#jcl-demo a.prev.disabled{
		background-position: -76px 0 !important;
	}

    #jcl-demo a.go.highlight {
        background-color: #dedede;
        color: #000;
    }
#jcl-demo a.catprev, #jcl-demo a.catnext, #jcl-demo a.go {

   position: absolute;
		background-image: url(//secretsof.com/images/arrows.png);
		width: 37px;
		height: 60px;
		z-index:3;
		cursor: pointer;
		opacity: 0.75;

    
}
#jcl-demo a.catnext{
	right: -15px;
		bottom: 60px;
		background-position: -37px 0;
	}
	 #jcl-demo a.catnext.disabled{
		 background-position: -76px 0 !important;
	}
#jcl-demo a.catprev{ 	
	
		left: -15px;
		bottom: 60px;
		background-position: 0 0;
	}  

/* Additional carousel styles for external controls, slider, widget, mid etc. */

#jcl-demos .externalControl button,
#jcl-demos .imageSliderExt button {
    margin: 5px 5px 0 0;
}
#jcl-demos .externalControl a.next, #jcl-demo .externalControl a.prev, #jcl-demo .externalControl a.go,
#jcl-demos .imageSliderExt a.next, #jcl-demo .imageSliderExt a.prev, #jcl-demo .imageSliderExt a.go
{
    margin: 0 5px 0 0;
    padding: 7px 5px 0 5px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
}

#jcl-demos .widget img {
    cursor: pointer;
}
#jcl-demos .mid {
    margin-left: 50px;
    width: 400px;
    height: 300px;
}
#jcl-demos .vertical {
    margin-left: 170px;
}

#jcl-demos .imageSlider .carousel>ul>li>img,
#jcl-demos .imageSliderExt .carousel>ul>li>img {
    width: 400px;
    height: 300px;
}
#jcl-demos .imageSlider .carousel>ul>li>p,
#jcl-demos .imageSliderExt .carousel>ul>li>p {
    width: 380px;
    height: 280px;
}

/* Other common styles */

.clear {
    clear: both;
}
/*
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: local('Kaushan Script'), local('KaushanScript-Regular'), url(https://www.secretsof.com/includes/fonts/qx1LSqts-NtiKcLw4N03IJsabQn3CiWJQhcyqO-X-wo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin 
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: local('Kaushan Script'), local('KaushanScript-Regular'), url(https://www.secretsof.com/includes/fonts/qx1LSqts-NtiKcLw4N03IJsM3FTMmj2kTPH3yX99Yaw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://www.secretsof.com/includes/fonts/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://www.secretsof.com/includes/fonts/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}*/
/* latin */
@font-face {
  font-family: 'Salsa';
  font-style: normal;
  font-weight: 400;
  src: local('Salsa-Regular'), url(https://www.secretsof.com/includes/fonts/dVmFqDtlkdJngIxaSg6-9qCWcynf_cDxXwCLxiixG1c.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://www.secretsof.com/includes/fonts/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

#backgroundPopup {
	    z-index:1;
	    position: fixed;
	    display:none;
	    height:100%;
	    width:100%;
	    background:#ffffff;
	    top:0px;
	    left:0px;
	}
	#toPopup {
	    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	    background: none repeat scroll 0 0 #FFFFFF;
	    border: 10px solid #ccc;
	    border-radius: 3px 3px 3px 3px;
	    color: #333333;
	    display: none;
	    font-size: 14px;
		margin: 5% auto;
  		left: 0;
  		right: 0;
	    /*left: 50%;
	    margin-left: -335px;
	    
	    top: 20%;*/
		position: fixed;
	    width: 670px;
	    z-index: 200000;
	}
	div.loader {
	    background: url("/loading1.gif") no-repeat scroll 0 0 transparent;
	    height: 32px;
	    width: 32px;
	    display: none;
	    z-index: 9999;
	    top: 40%;
	    left: 50%;
	    position: absolute;
	    margin-left: -10px;
	}
	/*div.close {
	    background: url("//www.secretsof.com/images/close.gif") no-repeat scroll 0 0 transparent;
	    cursor: pointer;
	    height: 30px;
	    position: absolute;
	    right: -8px;
	    top: -8px;
	    width: 30px;
	}*/
	span.ecs_tooltip {
	    background: none repeat scroll 0 0 #000000;
	    border-radius: 2px 2px 2px 2px;
	    color: #FFFFFF;
	    display: none;
	    font-size: 11px;
	    height: 16px;
	    opacity: 0.7;
	    padding: 4px 3px 2px 5px;
	    position: absolute;
	    right: -62px;
	    text-align: center;
	    top: -51px;
	    width: 93px;
	}
	span.arrow {
	    border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    border-top: 7px solid #000000;
	    display: block;
	    height: 1px;
	    left: 40px;
	    position: relative;
	    top: 3px;
	    width: 1px;
	}
	div#popup_content {
	    margin: 4px 7px;
	    /* remove this comment if you want scroll bar
	    overflow-y:scroll;
	    height:200px
	    */
	}
	#signupbackgroundPopup {
	    z-index:1;
	    position: fixed;
	    display:none;
	    height:100%;
	    width:100%;
	    background:#ffffff;
	    top:0px;
	    left:0px;
	}
	#signupPopup {
	    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	    background: none repeat scroll 0 0 #FFFFFF;
	    border: 10px solid #ccc;
	    border-radius: 3px 3px 3px 3px;
	    color: #333333;
	    display: none;
	    font-size: 14px;
		margin: 5% auto;
  		left: 0;
  		right: 0;
	    /*left: 50%;
	    margin-left: -335px;*/
	    
	    top: 0;
		position: fixed;
	    width: 90%;
	    z-index: 200000;
	}
	div.signuploader {
	    background: url("/loading1.gif") no-repeat scroll 0 0 transparent;
	    height: 32px;
	    width: 32px;
	    display: none;
	    z-index: 9999;
	    top: 40%;
	    left: 50%;
	    position: absolute;
	    margin-left: -10px;
	}
	div.signupclose {
	    background: url("//www.secretsof.com/images/close.gif") no-repeat scroll 0 0 transparent;
	    cursor: pointer;
	    height: 30px;
	    position: absolute;
	    right: -8px;
	    top: -8px;
	    width: 30px;
	}
	span.signupecs_tooltip {
	    background: none repeat scroll 0 0 #000000;
	    border-radius: 2px 2px 2px 2px;
	    color: #FFFFFF;
	    display: none;
	    font-size: 11px;
	    height: 16px;
	    opacity: 0.7;
	    padding: 4px 3px 2px 5px;
	    position: absolute;
	    right: -62px;
	    text-align: center;
	    top: -51px;
	    width: 93px;
	}
	span.arrow {
	    border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    border-top: 7px solid #000000;
	    display: block;
	    height: 1px;
	    left: 40px;
	    position: relative;
	    top: 3px;
	    width: 1px;
	}
	div#signuppopup_content {
	    margin: 4px 7px;
	    /* remove this comment if you want scroll bar
	    overflow-y:scroll;
	    height:200px
	    */
	}

	#backgroundPopupTT {
	    z-index:1;
	    position: fixed;
	    display:none;
	    height:100%;
	    width:100%;
	    background:#ffffff;
	    top:0px;
	    left:0px;
	}
	#toPopupTT {
	    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	    background: none repeat scroll 0 0 #FFFFFF;
	    border: 10px solid #ccc;
	    border-radius: 3px 3px 3px 3px;
	    color: #333333;
	    display: none;
	    font-size: 14px;
		margin: 5% auto;
  		left: 0;
  		right: 0;
	    /*left: 50%;
	    margin-left: -335px;
	    
	    top: 20%;*/
		position: fixed;
	    width: 670px;
	    z-index: 200000;
	}
	div.loaderTT {
	    background: url("/loading1.gif") no-repeat scroll 0 0 transparent;
	    height: 32px;
	    width: 32px;
	    display: none;
	    z-index: 9999;
	    top: 40%;
	    left: 50%;
	    position: absolute;
	    margin-left: -10px;
	}
	div.closeTT {
	    background: url("//www.secretsof.com/images/close.gif") no-repeat scroll 0 0 transparent;
	    cursor: pointer;
	    height: 30px;
	    position: absolute;
	    right: -8px;
	    top: -8px;
	    width: 30px;
	}
	span.ecs_tooltip {
	    background: none repeat scroll 0 0 #000000;
	    border-radius: 2px 2px 2px 2px;
	    color: #FFFFFF;
	    display: none;
	    font-size: 11px;
	    height: 16px;
	    opacity: 0.7;
	    padding: 4px 3px 2px 5px;
	    position: absolute;
	    right: -62px;
	    text-align: center;
	    top: -51px;
	    width: 93px;
	}
	span.arrow {
	    border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    border-top: 7px solid #000000;
	    display: block;
	    height: 1px;
	    left: 40px;
	    position: relative;
	    top: 3px;
	    width: 1px;
	}
	div#popup_contentTT {
	    margin: 4px 7px;
	    /* remove this comment if you want scroll bar
	    overflow-y:scroll;
	    height:200px
	    */
	}
.top-menu-link{
	color:#38373e;
	text-decoration:none;
	font-family:"Open Sans";
	font-size:16px;
	background-color:#ede9f4;
}
.top-menu-link:hover{
	color:#2ba8d6;
}
#nav{
	list-style:none;
	/*text-shadow: 1px 2px #ffffff;*/
	margin-bottom:5px;
	font-weight:bold;
	/* Clear floats 
	float:left;
	width:100%;*/
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
	display:inline-block;
	padding:0;
	
	
	
}
#nav li{
	list-style:none;
	float:left;
	/*margin-right:10px;*/
	position:relative;
	background-color:#ede9f4;
}
#nav li ul li{
	
	background-color:transparent;
}

#nav a{
	display:inline-block;
	padding:1px 8px;
	color:#38373e;
	text-decoration:none;
	/*font-size:14px;*/
	border-width:0;
	border-color:#ede9f4;
	border-style:solid;
	border-bottom-width:0;
}
#nav a:hover{
	color:#2ba8d6;
	/*font-size:14px;*/
	border-color:#fff;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#ffffff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	/*background:rgba(255,255,255,0);*/ /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	padding:0;
	padding-top:4px;
	left:-9999px;  /*Hide off-screen when not needed (this is more accessible than display:none;) */
	
	border:1px solid #ebe9f4;
	border-top-width:0;
	
	
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	border:0;
	
	
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	font-size:12px;
	padding-left:10px;
	border:0;
}
#nav li:hover ul.left1{ /* Display the dropdown on hover */
	left:-160px; /* Bring back on-screen when needed */
	background:#ede9f4;
}
#nav li:hover ul.left2{ /* Display the dropdown on hover */
	left:-115px; /* Bring back on-screen when needed */
	background:#ede9f4;
}
#nav li:hover ul.left3{ /* Display the dropdown on hover */
	left:-160px; /* Bring back on-screen when needed */
	background:#ede9f4;
}
#nav li:hover ul.right{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	background:#ede9f4;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	/*font-size:14px;*/
	color:#2ba8d6;
	background:#ede9f4;
	
}


#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	font-style:normal;
	font-size:12px;
	color:#38373e;
	background:transparent;
	font-weight:normal;
	border:0;
	
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color:#2ba8d6;
	font-size:12px;
	font-weight:bold;
}
/*new nav*/
#newnav{
	list-style:none;
	/*text-shadow: 1px 2px #ffffff;*/
	font-weight:normal;
	/* Clear floats 
	float:left;
	width:100%;*/
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
	/*display: table;*/
	padding:0;
	/*width:85%;*/
	margin:auto;
	max-width:900px;
	
	
	
}
#newnav li{
	list-style:none;
	display: table-cell;
	background-color:transparent;
	padding:0 25px; 
}
#newnav li ul li{
	
	background-color:transparent;
}
new_nav_active{
	color:#2ba8d6;
	/*font-size:14px;*/
	
}

.menu-top-link {
	display: block;
    text-align: center;
    margin: 0 5px;
	color:#59595b;
	text-decoration:none;
	/*font-size:14px;*/
	text-transform:uppercase;
	
}
#new_nav a.new_nav_active{
	color:#2ba8d6;
	/*font-size:14px;*/
	
}

.menu-top-link:hover{
	color:#2ba8d6;
	/*font-size:14px;*/
	
}

#multiColumn {
    -moz-column-count: 2;
    -moz-column-gap: 2px;
    -webkit-column-count: 2;
    -webkit-column-gap: 2px;
    column-count: 2;
    column-gap: 2px;
}
#multiColumn {
    width:300px;
    margin:0;
    padding:0;
}

#multiColumn:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}

#multiColumn li {
    margin:0;
    padding:0;
    float:left;
    display:inline-block;
    /*width:140px;*/
	min-width:100px;
}
.subcatlink{ text-decoration:none;}
.catlink{ text-decoration:none;}
.active{color:#ffffff;background-color:#0000aa;}
.topnav3 .active{color:#ffffff;background-color:transparent;}
.storecatlink{
	color:#7e78c3;
}
.storecatlink :hover{color:#2ba8d6;}
.storecatheader .sch-active{		
	background-color:#a0daf5;
}
.storecatheader{
	color:#252d63;
}
.catwin{
	background-color:transparent;
	margin-bottom:225px;
}
.toggleswitch{
	background-color:#7e78ce;
	color:white;
	font-family:'Open Sans';
	font-size:16px;
	padding:2px 0;
}
.toggleswitch:hover{	
	color:#a0daf5;
}
.toggleswitch:focus { outline: none; }
.toggleswitch a{	
	cursor:pointer;
	color:white;
	text-decoration:none;
	font-family:'Open Sans';
	font-size:16px;
}
.toggleswitch p{
	text-align:center;
}
.storetop a:hover{
	color:#a0daf5;
}
	.container {
  margin: 50px auto;
  width: 280px;
  text-align: center;
}
.container > .switch {
  display: block;
  margin: 12px auto;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity, background;
  -moz-transition-property: opacity, background;
  -o-transition-property: opacity, background;
  transition-property: opacity, background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}	
.button-on {
	background-color:rgb(160, 218, 245);
}
.image_cell  {
	text-align:center;
	vertical-align:top;
	width:100%;
	font-size:12px;
	border:0 solid #ffffff;
	
background-color:#fff;
}
.image_cell a{text-decoration:none;}
.image_cell img{
	text-decoration:none;
	border:0 solid #ffffff;
}
.login { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; 
		border-top-style:solid; border-top-width:1px; border-top-color:black;
		border-right-style:solid; border-right-width:1px; border-right-color:black;
		border-left-style:solid; border-left-width:1px; border-left-color:black;
		border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:black;}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.s_submit {
	border-width:1px;border-style:solid;border-color:#252d63;
	font-family:arial,sans-serif;font-size:9pt;
	background:#252d63;color:#fff;
}
.s_submit2 {
	border-width:1px;border-style:solid;border-color:#E8D8B4;
	font-family:arial,sans-serif;font-size:9pt;
	background:#ffffff;color:#252d63;
}
.styled {
	border-width:1px;border-style:solid;border-color:#CCC;
	font-family:arial,sans-serif;font-size:9pt;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1500ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

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

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

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

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

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

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-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 {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-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);
  }
}

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

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

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

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

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

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

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

@-webkit-keyframes pulse {
  from {
    -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);
  }

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

@keyframes pulse {
  from {
    -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);
  }

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

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -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);
  }

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

@keyframes rubberBand {
  from {
    -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);
  }

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

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -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 {
  from, to {
    -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);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-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);
  }

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

@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);
  }

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

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

@-webkit-keyframes tada {
  from {
    -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);
  }

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

@keyframes tada {
  from {
    -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);
  }

  to {
    -webkit-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 {
  from {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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);
  }

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

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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);
  }

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

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

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

  from {
    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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

  from {
    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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

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

  from {
    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);
  }

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

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

  from {
    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);
  }

  to {
    -webkit-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);
  }

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

@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);
  }

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

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-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);
  }

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

@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);
  }

  to {
    opacity: 0;
    -webkit-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);
  }

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

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

  to {
    opacity: 0;
    -webkit-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);
  }

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

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

  to {
    opacity: 0;
    -webkit-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);
  }

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

@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);
  }

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

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

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

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

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

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

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

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

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

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

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

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

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -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;
  }

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

@keyframes flip {
  from {
    -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;
  }

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

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

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }

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

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }

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

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

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }

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

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }

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

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

@-webkit-keyframes flipOutX {
  from {
    -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;
  }

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

@keyframes flipOutX {
  from {
    -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;
  }

  to {
    -webkit-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-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -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;
  }

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

@keyframes flipOutY {
  from {
    -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;
  }

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

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

@-webkit-keyframes lightSpeedIn {
  from {
    -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;
  }

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

@keyframes lightSpeedIn {
  from {
    -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;
  }

  to {
    -webkit-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 {
  from {
    opacity: 1;
  }

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

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

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

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

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

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

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

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

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

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

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

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

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

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

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

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

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

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

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

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

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

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

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

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

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

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-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;
  }

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

@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;
  }

  to {
    -webkit-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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

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

  to {
    opacity: 1;
    -webkit-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 {
  from {
    opacity: 1;
  }

  to {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    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 {
  from {
    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);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    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 {
  from {
    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);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    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 {
  from {
    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);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    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 {
  from {
    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);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    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);
  }

  to {
    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);
    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);
  }

  to {
    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);
  }
}

.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);
  }

  to {
    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);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    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;
  }
}

.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);
  }

  to {
    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);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    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;
  }
}

.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);
  }

  to {
    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);
    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);
  }

  to {
    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);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

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

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

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

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

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

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

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

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

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

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

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

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

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

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

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

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

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

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

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

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

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.includecatlink {
	color:#80298F;
	font-family:'Open Sans';
}
.includesubcatlink {
	color:#80298F;
	font-family:'Open Sans';
}
.des_elem a {
	color:#80298F;
	font-family:'Open Sans';
}
.catli {
	color:#80298F;
	font-family:'Open Sans';
}
.subcatli {
	color:#80298F;
	font-family:'Open Sans';
}
.nav_head{
	color:#222;
	font-family: "Open Sans";
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
	line-height:14px;
}
.sub_menu {
	text-decoration:none;
	border:1px solid #FFF;
	border-radius:10px;
	background-color:#fff;
	color:#7b208c;
	text-transform:uppercase;
	font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
	padding:5px 10px;
}
.activebutton{
color:#2ba8d6;
}	
.sub_menu:hover {
	color:#2ba8d6;	
}
.heading_link {
	text-decoration:none;
	border-radius:10px;
	color:#7b208c;
	text-transform:uppercase;
	font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
	padding:5px 10px;
}
.heading_link:hover {
	color:#2ba8d6;	
}
.title_link {
	text-decoration:none;
	border-radius:10px;
	color:#7b208c;
	text-transform:uppercase;
	font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
	padding:5px 10px;
}
.title_link:hover {
	color:#2ba8d6;	
}
#corner-slider {
    position:fixed;
    z-index:10000;
	overflow:hidden;
	
	/*Change to your own dimensions*/
	height:140px;
	width:320px;
	
	/*Change to your own colors*/
	border:1px solid #b3b3b3;
	background:#782387;
}
#corner-slider.hidden{
    display:none;
}
#corner-slider .close{
    position:absolute;
	cursor:pointer;
	font-size:16px;
	display:inline-block;
	z-index:1002;
	/*color:white;
	
	Change here the close button position*/
	right:5px;
	/*top:5px;*/
}
.allcatcell p{
	margin: 0 10px 10px 10px;
	font-size:12px;color:#38373e;
	font-family:"Open Sans";
	font-weight:400;
}