<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*******************************************************************************************/

.razor-slider-wrapper{
      position: relative;
        margin: 0 auto;
}

.razor-item-wrapper{
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  list-style: none;
}

.razor-slider{
    position: relative;
   overflow: hidden;
    margin: 0 auto 0 auto;
    border-radius: 4px;
    height:auto;
    width:100%;
}


.razor-item{
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  background: #fff;
  text-align: center;
}

.razor-item img,.razor-item iframe{
  display: block;
  max-width: 100%;
  height: auto;
  margin:auto auto;
}

.razor-slider-wrapper .razor-right-nav,.razor-slider-wrapper .razor-left-nav{
      position: absolute;
      top: 40%;
      z-index: 999;
      display: block;
      padding: 4% 3%;
      width: auto;
      height: auto;
      background: #2a2a2a;
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      font-size: 18px;
      opacity: 0.8;
      cursor: pointer;
}

.razor-slider-wrapper .razor-left-nav{
    border-radius: 0 2px 2px 0;
}

.razor-slider-wrapper .razor-right-nav{
    right: 0;
    border-radius: 2px 0 0 2px;
}

.razor-indicator-wrapper{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.razor-indicator-wrapper .razor-indicator{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -99999999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.razor-indicator-wrapper .razor-indicator-active{
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}</pre></body></html>