/*
REUTERS Media Guide Style Sheet | Sept 2014
Built upon normalize.css v3.0.1 | git.io/normalize
*/
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
    font-size: 10px;
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  color: #ff8000;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
a:hover{
    color: #333;
    text-decoration: underline;
}
.showcase a:hover h3.subtitle-mod  {
  text-decoration: underline;
  color:#333;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.group:before,
.group:after
    content: "";
    display: table;
}
.group:after{
    clear: both;
}
.group{
    zoom: 1;
}


/* Grid | 1020 */
.fullwide{
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
.col1 {width: 59px;}
.col2 {width: 142px;}
.col3 {width: 225px;}
.col4 {width: 308px;}
.col5 {width: 391px;}
.col6 {width: 474px;}
.col7 {width: 557px;}
.col8 {width: 640px;}
.col9 {width: 723px;}
.col10 {width: 806px;}
.col11 {width: 889px;}
.col12 {width: 972px;}

.col {
    display: inline;
    float: left;
    margin-left: 24px;
}
.row {
    display: inline;
    float: left;
}
.mod{
    margin-bottom: 38px;
}
.mod-sub{
    display: inline-block;
    margin-bottom: 40px;
}
.mod-assets{
    display: inline-block;
    margin-bottom: 20px;
}
.sec-bottom .mod-assets {
  margin-bottom:48px;
}
.specs .sec-bottom .mod-assets {
  margin-bottom:16px;
}

.showcase .sec-bottom .mod-assets {
  margin-bottom: 16px;
}

.rates .sec-bottom .mod-assets {
  margin-bottom: 64px;
}

.contact .sec-bottom .mod-assets {
  margin-bottom: 32px; 
}

.specs-technotes .sec-bottom .group.mod-assets {
	margin-bottom: 48px;
}

.adsolutions .mod-sub {
  margin-bottom: 50px;
}

.adsolutions .mod-assets {
  margin-bottom: 28px;
}

.adsolutions .mod-assets ul {
  margin-top: -8px;
}

.audience .mod-assets {
  margin-top: 30px;
  margin-bottom: 30px;
}

p.mod-assets{
    display: block;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0 0 .8em 0;
}

.showcase .sec-top-txt p {
  text-align: justify;
}

.contact .mod-assets p {
	margin-bottom: 0;
}

h2.title,
h2.title-mod{
    color: #666666;
    font-size: 4.0em;
    font-family: "knowledge", sans-serif;
    font-weight: 300;
    line-height: 1.05em;
    margin: -4px 0 0 0;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
h2.title-mod{
    font-size: 4em;
}

.sec-bottom h2.title-mod, .fullwide h2.title-mod {
  margin: 20px 0;
}

.sec-top-main h2.title-mod {
  margin-top: 0;
}

.specs h2.title-mod {
	margin-bottom: 0;
}
.audience .sec-top-main h2.title-mod {
	margin-bottom: 0px;
}

.showcase h2.title-mod {
  margin-bottom: 28px;
}

.calendar h2.title-mod {
  margin-bottom: -20px;
}

.specs-guidelines h2.title-mod {
	margin-top: 9px;
}

.specs-technotes h2.title-mod {
	margin-top: -5px;
}

h3.subtitle{
    color: #ff8000;
    font-size: 2.0em;
    font-family: "knowledge", sans-serif;
    font-weight: 500;
    text-transform:uppercase;
    line-height: 1.25em;
    margin: 0 0 7px 0;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
h3.subtitle-mod{
    color: #666666;
    font-size: 2.2em;
    font-family: "knowledge", sans-serif;
    font-weight: 500;
    text-transform:uppercase;
    line-height: 1.25em;
    margin: -4px 0 0 0;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
.rates h3.subtitle-mod {
	margin-top: 5px;
}
h4{
    margin: 0;
}
h4.subtitle{
    color: #ff8000;
    font-size: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    margin: 0;
    text-transform: uppercase;
}

.wrap{
    margin: 0 auto;
}

.navbar{
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.navbar h2{
    display: inline;
    float: left;
    margin: 9px 13px 8px 0;
}

.navbar h2.logo a{
    background: url(http://sales.reuters.com/img/rmg-sprite-lowres.png) 0 0 no-repeat;
    display: inline-block;
    height: 35px;
    text-indent: -999em;
    background-size: 251px;
    width: 251px;
}

/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .navbar h2.logo a {
        background-image: url(http://sales.reuters.com/img/rmg-sprite.png);
        background-size: 251px;
    }
}

.nav-edition{
    display: inline-block;
    margin: 15px 15px 0 0;
    position: relative;
}
.nav-edition ul{
    border: 1px solid #d3d3d3;
    margin: 0;
    padding: 0;
}
.nav-edition li{
    display: none;
}
.nav-edition li.active{
    display: inline-block;
}
.nav-edition li a{
    color: #999;
    display: inline-block;
    font-family: "knowledge", sans-serif;
    font-weight: 500;
    font-size: 1.0em;
    padding: 5px 5px 4px 5px;
    padding: 4px 5px 4px 5px;
    text-transform: uppercase;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
.nav-edition li a:hover{
    text-decoration: none;
}
.ico-arrow{
    background: url(http://sales.reuters.com/img/ico-arrow.png) 3px 0 no-repeat;
    display: inline-block;
    height: 5px;
    width: 12px;
}
.nav-edition .edition-select{
    display: none;
}
.nav-edition .edition-select.active{
    background: #fff;
    display: block;
    position: absolute;
    top: 21px;
    z-index: 2;
}
.nav-edition .edition-select.active li{
    display: block;
}
.nav-edition .edition-select.active li a{
    padding: 4px 18px 4px 5px;
    width: 10px;
}
.nav-edition .edition-select.active li a:hover{
    background: #FF8000;
    color: #fff;
}
.footbar{
    background: #f7f7f7;
    display: inline-block;
    padding: 7px 0;
    margin-top: 30px;
    width: 100%;
}
.footbar .footer-links{
    float: left;
    font-size: 1.2em;
}
.footer-links ul,
.footer-share ul{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul{
    margin: 5px 0 0;
}
.footer-links li{
    float: left;
}
.footer-links li a{
    border-left: 1px solid #d4d4d4;
    display: inline-block;
    padding: 5px 13px;
    font-weight: bold;
}
.footer-links li:first-child span{
    display: inline-block;
    padding: 5px 13px 5px 0;
}
.footbar .footer-share{
    display: inline-block;
    float: right;
    font-size: 1.4em;
    text-transform: uppercase;
}
.footer-share li{
    float: left;
    margin-left: 6px;
}
.footer-share li:first-child{
    margin-right: 6px;
}
.footbar .footer-txt{
    display: inline-block;
    margin: 9px 12px 0 0;
}
.footbar .footer-share a{
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
}
.footbar .footer-share a.mail{
    background: url(http://sales.reuters.com/img/rmg-sprite.png) 0 -138px;
}
.footbar .footer-share a.linkedin{
    background: url(http://sales.reuters.com/img/rmg-sprite.png) -28px -110px;
}

#content{
    display: inline-block;
    margin: 53px 0 0;
    width: 100%;
}
#content.specs{
    margin: 93px 0 0;
}

/* Hero */
.hero-main {
    background-image: url("http://sales.reuters.com/img/hero-main.jpg");
    -webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.hero {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  -webkit-box-shadow: 0 -5px 10px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 -5px 10px rgba(0,0,0,0.1) inset;
  box-shadow: 0 -5px 10px rgba(0,0,0,0.1) inset;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
    height: 260px;
}

.hero-audience{
    background-image: url("http://sales.reuters.com/img/hero-audience.jpg");
}
.hero-adsolutions{
    background-image: url("http://sales.reuters.com/img/hero-adsolutions.jpg");
}
.hero-calendar{
    background-image: url("http://sales.reuters.com/img/hero-calendar.jpg");
}
.hero-rates{
    background-image: url("http://sales.reuters.com/img/hero-rates.jpg");
}
.sec-top,
.sec-bottom{
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.main .sec-bottom {
	margin-top: 10px;
}

.audience .mod-sub h2,
.adsolutions .mod-sub h2,
.showcase .sec-top,
.calendar .mod-sub h2,
.rates .mod-sub h2,
.contact .mod-sub h2{
    text-align: center;
}
.assets-list{
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 0 0 0 16px;
}
.assets-list li{
    margin-bottom: 8px;
}
.assets-more{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: bold;
}
.group.mod-sub{
    width: 100%;
}
.group.mod-sub h2.title-mod{
    text-align: center;
}
.specs .group.mod-sub h2.title-mod {
  text-align:left;
}

.adsolutions .apps{
    float: right;
}
.adsolutions .apps a{
    display: inline-block;
    height: 40px;
    text-indent: -999em;
}
.adsolutions .apps a.apple{
    background: url(http://sales.reuters.com/img/button-apple.png) no-repeat;
    margin-right: 10px;
    width: 130px;
}
.adsolutions .apps a.google{
    background: url(http://sales.reuters.com/img/button-google.png) no-repeat;
    width: 130px;
    margin-right: 10px;
}
.adsolutions .apps a.amazon{
    background: url(http://sales.reuters.com/img/button-amazon.png) no-repeat;
    width: 130px;
    margin-right: 10px;
}
.adsolutions .apps a.windows{
    background: url(http://sales.reuters.com/img/button-windows.png) no-repeat;
     width: 142px;
}
.showcase .sec-top{
    width: 100%;
}
.showcase .sec-bottom{
    margin: 0 0 50px 0;
}
.specs-guidelines .sec-bottom{
	margin-top: 50px;
}

.specs-technotes .sec-bottom {
	margin-top: 58px;
}

.showcase .assets-thumb,
.showcase h3.subtitle-mod{
  line-height: 1.05em;
  margin: 20px 0 10px 0;
}
.showcase .subtitle-mod,
.showcase .assets-more{
  /* text-transform: uppercase; */
}
.showcase.showcase-indiv .sec-main{
    margin: 50px 0;
}
.showcase.showcase-indiv h3.subtitle-showcase{
    color: #666666;
    font-size: 3.4em;
    font-family: "knowledge", sans-serif;
    font-weight: 300;
    line-height: 1.0em;
    position: relative;
}
.showcase.showcase-indiv h3.subtitle-showcase .backbtn{
    left: -30px;
    position: absolute;
    margin-right: 10px;
    top: 0;  
}

.audience .sec-top-data{
    background: #f7f7f7;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.audience .sec-top-data .col12{
    padding: 30px 0;
    text-align: center;
}
.audience .sec-top-title{
    display: inline-block;
    margin-top: 50px;
}
.audience-footnote {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-top: 48px;
  color: #999;
}
.calendar .color-list{
    margin-bottom: 20px;
}
.calendar .calendar-widget iframe{
    border: none;
}
.calendar .calendar-widget #top-bar{
    display: none;
}

.color-list,
.color-table,
.contact .contact-info h5,
.mg-form label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    list-style: none;
    margin: 0 0 2px 0;
    padding: 0;
}
.specs .color-table {
    line-height: 1.4em;
}
.specs .color-table td {
  vertical-align:middle;
}
.rates .color-table {
  margin-top: -2px;
}
.specs .color-table {
  margin-bottom: 48px;
}
.color-list li,
.color-table th,
.color-table td{
    padding: 16px 9px;
    vertical-align:top;
    text-align:left;
}
.color-list li:nth-child(odd),
.color-table tr:nth-child(odd){
    background-color: #f3f3f3;
}
.color-table{
    text-align: left;
    width: 100%;
}
.color-table th{
    color: #ff8000;
    font-weight: bold;
    text-transform: uppercase;
}
.color-table th:last-child,
.color-table th:last-child {
	width: 20%;
}
.color-table thead tr:nth-child(odd){
    background: none;
}
.contact .contact-info h5{
    font-weight: bold;
}
.contact.contact-alt{
    text-align: center;
}

.contact .contact-info {
  margin-top: 5px;
  width: 365px;
}

.thankyou{
    text-align: center;
}
.thankyou .sec-bottom{
    margin-top: 120px;
}
header.navbar-specs{
    border-bottom: none;
}
.navbar-specs .nav-main{
    border-bottom: 1px solid #D4D4D4;
    display: table;
    width: 100%;
}
.navbar-specs .nav-secondary{
    background: #f3f3f3;
    display: table;
    width: 100%;
}
.map-pop{
    height: 75px;
    width: 125px;
}

#mg-calendar{
    font-size: 1.4em;
}
#mg-calendar tr td{
    padding: 16px 9px;
}
#mg-calendar thead{
    display: none;
}
#mg-calendar tr td:first-child{
    color: #666666;
    font-size: 1.57em;
    font-family: "knowledge", sans-serif;
    font-weight: 500;
    text-transform:uppercase;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
    width: 330px;
   	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}

#mg-calendar tr td:last-child{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

#mg-calendar tr:nth-child(even) td:last-child{
    background: #f3f3f3;
    width: 630px;
}
#mg-calendar tbody th {
  height:50px;
}


.showcase-indiv .carousel{
    width: 728px;
}
.showcase-indiv h4.assets-more{
    margin-bottom: 16px;
}
.showcase-indiv .showcase-content .showcase-txt{
    display: none;
}
.showcase-indiv .showcase-content .showcase-txt.active{
    display: block;
}
.showcase-nav{
    margin-bottom: 8px;   
}
.showcase-indiv .showcase-nav a{
    border-right: 1px solid #d4d4d4;
    color: #ff8000;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4em;
    padding: 2px 8px;
}
.showcase-indiv .showcase-nav a.active{
    color: #999;
}
.showcase-indiv .showcase-nav a:first-child{
    padding: 2px 8px 2px 0;
}
.showcase-indiv .showcase-nav a:last-child{
    border: none;
}

.showcase-indiv ul{
    margin: 0;
    padding-left: 1.5em;
}
.showcase-indiv li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0 0 .8em 0;
}

.carousel {
	width: 100%;
	position: relative;
}
.carousel a.button {
  display: inline-block;
  text-indent: -9999px;
  width: 27px;
  height: 54px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 45%;
}

.carousel:hover a.button.next,
.carousel:hover a.button.previous{
    display: inline-block;
}


.carousel a.button.next {
  background-image: url(http://sales.reuters.com/img/arrow-overlay-right.png);
  right: 0;

}
.carousel a.button.previous {
  background-image: url(http://sales.reuters.com/img/arrow-overlay-left.png);
  left: 0;

}

.regionbg {
  width: 51px;
  height: 51px; 
  margin:auto;
}

#USregionbg { background: url('http://sales.reuters.com/img/assets/audience/regionUS.png') no-repeat; background-size: 51px; }
#UKregionbg { background: url('http://sales.reuters.com/img/assets/audience/regionUK.png') no-repeat; background-size: 51px; }
#EUregionbg { background: url('http://sales.reuters.com/img/assets/audience/regionEU.png') no-repeat; background-size: 51px; }
#GLregionbg { background: url('http://sales.reuters.com/img/assets/audience/regionGL.png') no-repeat; background-size: 51px; }

.regionheader {
  color: #666666;
  font-size: 2.0em;
    font-family: "knowledge", sans-serif;
    font-weight: 500;
  text-transform:uppercase;
  line-height: 1.0em;
  margin: -4px 0 0 0;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-align: center;
  margin: 12px 0 4px 0;
}

.regionlinks {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4em;
  color: #444;
  text-align: center;
  margin-bottom: 4px;
}

.regionlinks a {
  font-weight: bold;
  color: #ff8000;
}

.regionlinks a:hover {
  text-decoration: underline;
  color: #ff8000;
}

.regionpdf {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  color: #444;
  text-align: center;
}



.main-content .swipeshow{
  width: 972px;
  height: 546px;
}
.showcase .swipeshow{
    width: 728px;
    height: 605px;
}
.swipeshow .dots{
    bottom: 0;
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 100%;
}
.swipeshow .dots .dot-item{
    background: #CCC;
    border: none;
    border-radius: 5px;
    margin: 0 5px 0 0;
    padding: 5px;
}
.swipeshow .dots .dot-item.active{
    background: #ff8000;
}
.swipeshow .dots .dot-item:last{
    margin: 0;
}



.nav,
.nav-bottom{
    display: inline-block;
    float: right;
    list-style: none;
    margin: 0 -14px 0 0;
    padding: 0;
    position: relative;
}
.nav li,
.nav-bottom li{
    float: left;
}
.nav li a,
.nav-bottom li a{
    color: #666666;
    display: inline-block;
    font-family: "knowledge", sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    text-transform: uppercase;
    padding: 17px 13px;
    padding: 17px 13px 12px\9;
    text-decoration: none;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
    position: relative; 
	z-index: 200;
}
.nav li.active_nav a{
    background: #FF8000;
    color: #fff;
    height: 25px;
}
.nav #nav-hover{ 
    position: absolute; 
	top: 0; 
	left: 0; 
	background: #f1f1f1; 
	z-index: 100; 
}
.nav-secondary .nav-bottom li a{
    font-size: 1.3em;
}
.nav-secondary .nav-bottom li.active_nav a,
.nav-secondary .nav-bottom li a:hover{
    color: #FF8000;
}

.nav{
    height: 52px;
    overflow: hidden;
}
.nav .nav-about{
    width: 67px;
}
.nav .nav-audience{
     width: 92px;
}
.nav .nav-adsolution{
     width: 124px;
}
.nav .nav-showcase{
     width: 98px;
}
.nav .nav-calendar{
     width: 96px;
}
.nav .nav-rates{
     width: 64px;
}
.nav .nav-specs{
     width: 66px;
}
.nav .nav-contact{
     width: 86px;
}
 
.mg-form label {
    display: none;
}
.mg-form input,
.mg-form textarea{
    background: #F7F7F7;
    border: 1px solid #D4D4D4;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    margin-bottom: 10px;
    padding: 5px 8px;
    width: 537px;
}
.mg-form input{
    height: 24px;
}
.mg-form textarea{
    height: 112px;
}
.mg-form input[type="submit"]{
    background: #88888a;
    border: none;
    color: #fff;
    font-size: 1.4em;
    height: 40px;
    width: 125px;
}


.mg-form ::-webkit-input-placeholder {
    color:    #999;
}
.mg-form :-moz-placeholder {
    color:    #999;
    opacity:  1;
}
.mg-form ::-moz-placeholder {
    color:    #999;
    opacity:  1;
}
.mg-form :-ms-input-placeholder {
    color:    #999;
}

.contact .col7 .group.mod-assets{
    margin-bottom: 20px;
}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}

.slide:hover{
cursor: grab;
}
