@charset "UTF-8";@import url("../webfonts/OpenSans_Regular/stylesheet.css");@import url("../webfonts/ulises_light/stylesheet.css");@import url("../webfonts/ulises_book/stylesheet.css");@import url("../webfonts/ulises_medium/stylesheet.css");.ShopPanel {	float: none;	width: 100%;	margin-top: 15px;	margin-right: auto;	margin-bottom: 100px;	margin-left: auto;	-webkit-transition: all 0.5ms ease-in-out 0s;	-moz-transition: all 0.5ms ease-in-out 0s;	-ms-transition: all 0.5ms ease-in-out 0s;	-o-transition: all 0.5ms ease-in-out 0s;	transition: all 0.5ms ease-in-out 0s;	font-family: ulises-light;	font-size: 0.5 em;	line-height: 0.7em;	text-align: center;	background-color: #718E82;}.ShopPanelText {	    float: none;	    width: auto;	    margin-top: 35px;	    margin-right: auto;	    margin-bottom: 35px;	    margin-left: auto;	    -webkit-transition: all 0.5ms ease-in-out 0s;	-moz-transition: all 0.5ms ease-in-out 0s;	    -ms-transition: all 0.5ms ease-in-out 0s;	    -o-transition: all 0.5ms ease-in-out 0s;	    transition: all 0.5ms ease-in-out 0s;	    font-family: ulises-light;	    font-size: 0.8 em;	    line-height: 0.7em;	    text-align: center;	}/* This is the selector for the CollapsiblePanelTab. This container houses * the title for the panel. This is also the container that the user clicks * on to open or close the panel. * * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary * to make the widget function. You can use any class name you want to style an * CollapsiblePanel panel tab container. */.CollapsiblePanelTab {	cursor: pointer;	text-align: center;	outline: 0;	font-family: ulises-medium;	font-size: 2em;	color: #718E82;	line-height: 3em;	float: none;	width: 80%;	margin-right: auto;	margin-left: auto;}.ShopPanelTab {	cursor: pointer;	text-align: center;	outline: 0;	float: none;	width: 80%;	margin-right: auto;	margin-left: auto;	background-color: #718E82;	height: auto;}/* This is the selector for a CollapsiblePanel's Content area. It's important to note that * you should never put any padding on the content area element if you plan to * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate. * * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary * to make the widget function. You can use any class name you want to style a * CollapsiblePanel content container. */.CollapsiblePanelContent {	font-family: ulises-book;	font-size: 1.1em;	color: #718E82;	text-align: center;	margin-top: 0px;	margin-bottom: 100px;	padding: 0px;	line-height: 1.4em;	width: 80%;	float: none;	margin-right: auto;	margin-left: auto;}.ShopPanelContent {	font-family: ulises-light;	font-size: 0.8em;	color: #718E82;	text-align: center;	margin-top: 0px;	margin-bottom: 100px;	padding: 0px;	line-height: 1.2em;	width: 90%;	float: none;	margin-right: auto;	margin-left: auto;	letter-spacing: 0.03em;}.ShopPanelTitle {	font-family: ulises-medium;	font-size: 1em;	color: #718E82;	text-align: center;	margin-top: 0px;	margin-bottom: 100px;	padding: 0px;	line-height: 1.3em;	width: 90%;	float: none;	margin-right: auto;	margin-left: auto;	letter-spacing: 0.03em;}.CollapsiblePanelContentVideoSkin {	font-family: ulises-book;	font-size: 2em;	color: #999999;	text-align: center;	margin-top: 0px;	margin-bottom: 100px;	padding: 0px;	line-height: 1.6em;	width: 90%;	float: none;	margin-right: auto;	margin-left: auto;}.ShopPanelContentVideoSkin {	font-family: ulises-book;	font-size: 2em;	color: #7C98A9;	text-align: center;	margin-top: 0px;	margin-bottom: 100px;	padding: 0px;	line-height: 1.6em;	width: 90%;	float: none;	margin-right: auto;	margin-left: auto;}/* An anchor tag can be used inside of a CollapsiblePanelTab so that the * keyboard focus ring appears *inside* the tab instead of around the tab. * This is an example of how to make the text within the anchor tag look * like non-anchor (normal) text. *//*.CollapsiblePanelTab a {	color: black;	text-decoration: none;}/* This is an example of how to change the appearance of the panel tab that is * currently open. The class "CollapsiblePanelOpen" is programatically added and removed * from panels as the user clicks on the tabs within the CollapsiblePanel. *//* .CollapsiblePanelOpen .CollapsiblePanelTab {	background-color: #F0F0F5;} *//* This is an example of how to change the appearance of the panel tab when the * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed * whenever the CollapsiblePanel is closed. *//*.CollapsiblePanelClosed .CollapsiblePanelTab {	 background-color: #F0F0F5 }/* This is an example of how to change the appearance of the panel tab as the * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added * and removed from panel tab containers as the mouse enters and exits the tab container. */.ShopPanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover {	background-color: #718E82;}.CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover {	background-color: #718E82;}/* .ShopPanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover {	background-color: #7C98A9;} *//* This is an example of how to change the appearance of all the panel tabs when the * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed * whenever the CollapsiblePanel gains or loses keyboard focus. */.CollapsiblePanelFocused .CollapsiblePanelTab {	background-color: #718E82;	}/* .ShopPanelText:hover {	background-color: #7C98A9;} */.CollapsiblePanelContentSmall {	font-size: 0.6em;	line-height: 0.8em;}.ShopPanelContentSmall {	font-size: 0.6em;	line-height: 0.8em;}