/*
Theme Name: Szmitka
Text Domain: szmitka
Version: 1.0
*/

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

html {
	font-size: 12px;
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #f3f3f3 url('assets/images/swiatlo.png') center top no-repeat;
	box-sizing: border-box;
	color: #444444;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13.5px;
	text-align: left;
	border-top: 6px solid #000;	
	line-height: 20px;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
	padding: 20px 0 0;
}

/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}


/* Accessibility Settings -------------------- */

@media ( prefers-reduced-motion: reduce ) {

	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}


main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	letter-spacing: -0.0415625em;
	line-height: 1.25;
	margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1.138888889;
}

h2,
.heading-size-2 {
	font-size: 3.2rem;
}

h3,
.heading-size-3 {
	font-size: 2.8rem;
}

h4,
.heading-size-4 {
	font-size: 2.4rem;
}

h5,
.heading-size-5 {
	font-size: 2.1rem;
}

h6,
.heading-size-6 {
	font-size: 1.6rem;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}

p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
	font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dfdfdf;
	margin: 0 0 2rem;
}

.entry-content hr,
hr.styled-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
	left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}

a {
	color: #cd2653;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}


/* Lists ------------------------------------- */

ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	border-color: #cd2653;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}


/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}


/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: Tahoma, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}

@supports ( font-variation-settings: normal ) {

	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

input,
textarea {
  border: 0px;
  outline: 0;
  font-size: 12px;
  line-height: 32px;
  color: #444;
}

input {
  height: 32px;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #ececec;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	display: block;
	margin: 0;
	max-width: 100%;
	padding: 4px 4px 4px 4px;
	width: 100%;
}

input[type="number"] {
	padding-right: 0.5rem;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #cd2653;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}

.mb-0 {
  margin-bottom: 0!important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.b-none {
  border: none!important;
}

.text-right {
  text-align: right;
}

.form-group {
  margin: 0 0 4px 0;
}

.btn-primary {
  background: #901a4f;
  color: #fff;
  display: inline-block;
  min-width: 90px;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;  
  font-size: 11px;
  font-weight: bold;
}

.btn-primary:hover {
  background: #000000;
}

.page-title {
  font-size: 29px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 15px 0;
  font-family: 'Open Sans';
}

.post {
  margin: 0 0 2rem;
}

.post-title {
  font-size: 20px;
  margin: 0 0 15px;
}

.post-title a {
  text-decoration: none;
  color: #444444;
}

.nav-links {
  margin: 0 0 2rem;
}

.page-numbers {
  display: inline-block;
  margin: 0 2px;
}

.entry-content h2 {
  font-size: 19px;
}

.primary-color {
  color: #901a4f;
}

.container {
  max-width: 954px;
  margin: 0 auto;
}

@media(max-width: 984px) {
  .container {
	max-width: 768px;
  }
}

@media(max-width: 798px) {
  .container {
	max-width: 685px;
  }
}

@media(max-width: 715px) {
  .container {
	max-width: 100%;
	padding: 0 10px;
  }
}

#searchform div {
  display: flex;
  margin-bottom: 25px;
}

#searchform input {
  height: 36px;
  padding: 5px 5px;
}

#searchform input[type="submit"] {
  height: 36px;
  line-height: 26px;
  padding: 5px 5px;
}

.template-two-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}

.template-two-columns .column-left {
  width: 33%;
  padding-right: 30px;
}

.template-two-columns .column-center {
  width: 67%;
}

.template-two-columns #page-title, .page-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  font-size: 21px;
  margin: 0 0 15px;
}

.column-left-block {  
  background: #e8e8e8;
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 20px 15px 0;
}

.column-left-block .h { 
  font-size: 19px;
  font-weight: bold;
  font-family: 'Open Sans';
}

@media (max-width: 768px) {
  .template-two-columns .column-left {
	margin-top: 30px;
	width: 100%; 
	order: 1;
	padding-right: 0;
  }
  
  .template-two-columns .column-center {
	width: 100%; 
	order: 0;
  }
}

.page-contact-title {  
  border: 0;
  padding-bottom: 0;
}

.contact-list {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}

.contact-list li {
  display: flex;
  margin: 0;
  padding: 0;
}

.contact-list li .lbl {
  width: 66px;
  color: #901a4f;
}

.contact-list li .val {
  flex: 1 0 auto;
}


#header {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 10px;
}

.header-content {
  display: flex;
  border-bottom: 1px solid rgb(127, 34, 75);
}

#logo-container {
  display: flex;
  margin: auto 0 0px;
}
#logo-container a {
  margin: 20px 0 20px;
}

@media (max-width: 480px) {
  #logo-container {
	padding-right: 20px;
  }
}

.header-content nav {
  margin-left: auto;
  /*  -webkit-animation: fadein 3s;
       -moz-animation: fadein 3s;
        -ms-animation: fadein 3s;
         -o-animation: fadein 3s;
            animation: fadein 3s; */
}

.header-content nav > ul {
  display: flex;
  list-style: none;
  margin: 0;
}

.header-content nav > ul > li {
  margin: 0 0px 0 1px;
  position: relative;
}

.header-content nav > ul > li:before {
  z-index: 1;
  content: ' ';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .1s ease-in-out;
  background: #901a4f;
}

.header-content nav > ul > li:hover:before, .header-content nav > ul > li.current_page_item:before, .header-content nav ul > li.current-menu-parent:before, .header-content nav ul > li.current_page_parent:before {
  height: 100%;
}

.header-content nav > ul > li:hover > a, .header-content nav  > ul > li.current_page_item > a, .header-content nav  > ul > li.current-menu-parent > a, .header-content nav  > ul > li.current_page_parent > a {
  color: #fff;
}

.header-content nav  > ul > li > ul > li.current_page_item > a {
  text-decoration: underline;
  color: #901a4f;
}

.header-content nav > ul > li > a {
  display: block;
  font-weight: 600;
  line-height: 51px;
  padding: 70px 10px 0;
  color: rgb(34, 34, 34);
  text-decoration: none;
  font-family: 'Open Sans';
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.header-content nav > ul > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  height: 0px;
  visibility: hidden;
  opacity: 0;
	-webkit-transition: all 350ms ease-out;
	  -moz-transition: all 350ms ease-out;
	  -ms-transition: all 350ms ease-out;
	  -o-transition: all 350ms ease-out;
	  transition: all 350ms ease-out;
  padding: 15px;
  background: #fff;
  z-index: 100000;
  margin: 0;
  list-style: none;
  padding: 15px;
  min-width: 175px;
}

.header-content nav > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.header-content nav > ul > li > ul li {
  margin: 0 !important;
}
  
.header-content nav > ul > li > ul li a {
  text-decoration: none;
  color: #222;
  font-size: 12px;
}
.header-content nav > ul > li > ul li a:hover {
  text-decoration: underline;
  color: #a00b4d;
}
.mobile-toggle {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  cursor: pointer;
}
.menu-mobile-nav {
  display: none;
}


@media(min-width: 985px) {
  #mobile-overlay {
	display: none!important;
  }
}

/* mobile menu */
@media(max-width: 984px) {
  .mobile-toggle {
	display: block;
  }
  .menu-mobile-nav {
	display: flex;
	padding: 15px;
	align-items: center;
	font-weight: bold;
	color: #fff;
	background: #000;
  }
  .header-content nav {
	display: none;
	position: fixed;
	top: 0;
	left: -100%;
	max-width: 400px;
	height: 100%;
	background: #fff;
	z-index: 100000;
  }
  .header-content nav.opened {
	left: 0;
	display: block;
  }
  .header-content nav ul {
	display: block;
	padding: 15px;
  }
  .header-content nav ul li {
	display: block;
  }
  .header-content nav ul li:before {
	display: none;
  }
  .header-content nav > ul > li > a {
	padding: 0;
	line-height: 21px;
	color: #444444;
	text-transform: none;
  }
  .header-content nav li:hover > a, .header-content nav a:hover, .header-content nav .current_page_item > a, .header-content nav .current_page_parent > a {
	color: #444444!important;
  }
  .header-content nav > ul > li > ul {
	display: block;
	position: relative;
	visibility: visible;
	opacity: 1;
	height: auto;
  }
  .header-content nav > ul > li > ul > li > a {
	 font-size: 14px;
  }
}

#slider {
  background-color: rgb(226, 226, 226);
}
.slider-container {
  max-width: 1032px;
  margin: 0 auto;
  position: relative;
}
#coin-slider {
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}
#coin-slider .slider-item {
  flex: 1 0 auto;
}
#slider img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.index-boxs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.index-box {
  width: 33.33%;
  margin: 0 0 30px 0;
  padding: 0 15px 40px;
  position: relative;
}

.index-box-title {
  display: flex;
  align-items: center;
  padding: 0 0 8px 0;
  margin: 0 0 12px 0;
  border-bottom: 1px solid #dfdfdf;
  min-height: 44px;
}

.index-box-title img {
  max-width: 100%;
  height: auto;
}
	
.index-box-title h2 {
  font-size: 22px;
  font-weight: bold;
  font-family: 'open Sans';
  margin: 0;
  padding: 0 0 0 10px;
}

.index-box-title span {
  color: #a00b4d;
}

.index-box a {
  position: absolute;
  left: 15px;
  bottom: 0;
}

.index-nav {
  margin: 0 -15px 20px;
  display: flex;
  flex-wrap: wrap;
}

.index-nav div {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 15px 0;
}

.index-nav a {
  padding: 0 15px;
  border: 1px solid #cacaca;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 110px;
  height: 100%;
  padding: 10px 10px 10px 100px;
  background-position: 25px center;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  transition: none;
  text-decoration: none;
  line-height: 27px;
  font-size: 16px;
}
.index-nav a:hover {
  background-color: #d9d9d9;
}
.index-nav a.i1 {
  background-image: url('assets/images/icon_nav_index_1.png');
}
.index-nav a.i1:hover {
  background-image: url('assets/images/icon_nav_index_1_hover.png');
}
.index-nav a.i2 {
  background-image: url('assets/images/icon_nav_index_2.png');
}
.index-nav a.i2:hover {
  background-image: url('assets/images/icon_nav_index_2_hover.png');
}

.index-nav span {
  display: block;
  color: #3d3d3d;
}

.index-nav a .tb {
  text-transform: uppercase;  
  color: #901a4f;
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 994px ) {
  .index-box {
	width: 100%;
  }
}

@media (max-width: 685px ) {
  .index-nav div {
	width: 100%;
  }
}

@media (max-width: 480px ) {
  .index-nav a {
	line-height: 22px;
	font-size: 13px;
  }
	.index-nav a .tb {
	  font-size: 15px;
	}
}

#page-content {
  margin-bottom: 50px;
}

/* Services ------------------------------------ */

.service-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  margin: 0;
  padding: 14px 0 14px 32px;
  display: flex;
  align-items: center;
  background: url('assets/images/logo_as.png') left center no-repeat;
  border-bottom: 1px solid #e5e5e5;
}

.service-list li span {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 15px;
}
.service-list li a {
  margin-left: auto;
}

#site-footer {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 70px 0;
}

.footer-container {
  font-size: 11px;
  color: #999999;
  padding: 10px 12px;
  background-color: #000000;
}
.footer-container p {
  margin: 0;
  padding: 0;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}