/*-------------------------------------------------------------------------- 
[Master Stylesheet] 
 
Project:	Bsmart     
Version:	1.0 
Last change:	11/14/18 
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
# [Color codes]

box-shadow: 0 -6px 6px -6px rgba(0,0,0, 0.33), 0 6px 6px -6px rgba(0,0,0, 0.22);

.revija:link:nth-of-type(2n), .revija:visited:nth-of-type(2n) { margin: 0 0 30px 0; }

background: url(slike/) center center no-repeat fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

.intro {
	position: relative;
	height: 100vh;
	display: table;
	width: 100%;
}

.absolute {
	display: table-cell;
	vertical-align: middle;
}

-webkit-box-decoration-break: clone;
  box-decoration-break: clone;

appearance: none;
-moz-appearance: none;
-webkit-appearance: none;


-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;

top: 50%;
	 -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

*/

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;
}

body { 
	color: #1f1f1f; 
	color: #263238; 

	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;

	padding-top: 111px;

}

h1, h2, h3 { font-weight: normal; }

p { line-height: 1.6; padding-top: 1.5em; }

ul, ol { padding-top: 1.5em; }

li { line-height: 1.6; }

a:link, a:visited { color: #15609c; }

a:hover { text-decoration: none; }

img { display: block; }
a img { border: 0; }

.wrap { width: 80%; margin: 0 auto; }

.wrap_outer {
	width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

/*--------------------------------------------------------------------------
#header
*/

/*--------------------------------------------------------------------------
#main
*/

.particles_wrap {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;

	background-color: #263238;
}

#particles-js {
  width: 100%;
  height: 100%;


  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}


.logo img {
	/*
	margin: 0 0 24px;
	*/
	position: relative;
	opacity: 1;
	width: 100%;
}

.logo {
	width: 67px;
	width: 150px;
	margin: 0 0 0 10%;
	padding: 25px 0 0;
	float: left;
}


.nav {
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 25px;
	z-index: 11;
	background: rgba(0,0,0,0.25);
	background: #ffffff;
	box-shadow: 0 0 23px rgba(0,0,0,0.11);

/*

	-webkit-transition: all 1s ;
	-moz-transition: all 1s ;
	-o-transition: all 1s ;
	transition: all 1s;
	*/
}



.intro {

	color: #E0F2F1;
	
/*
	background: #F0F4C3;
	background: #263238;

	*/
	padding: 200px 0;
	position: relative;
}
.intro_txt {
	padding: 2em 1em 0;
	text-align: center;


}
.intro_txt_span { display: block; }

.intro div { position: relative; z-index: 2; }

.btn {
	padding: 3em 0 0;
	text-align: center;
}
.btn a {
	color: #ffffff;
	background-color: #1976D2;
	
	display: inline-block;
	line-height: 1;
	padding: 0.75em 1em;
	text-decoration: none;
	/*
	box-shadow:
		0 1px 0 #1C86EF inset,
		1px 1px 0 #0C5194,
		2px 2px 0 #0C5194,
		2px 2px 4px rgba(0,0,0,0.55);
	*/
	box-shadow:
		0 1px 0 #1C86EF inset,
		1px 1px 0 #0C5194,
		2px 2px 0 #0C5194;
	border-radius: 4px;
}
.btn a:hover {
	background-color: #1C83EA;
	background-color: #FFA11E;
	/*
	box-shadow:
		0 1px 0 #FFBD60 inset,
		1px 1px 0 #B46F0F,
		2px 2px 0 #B46F0F,
		2px 2px 4px rgba(0,0,0,0.55);
	*/
	box-shadow:
		0 1px 0 #FFBD60 inset,
		1px 1px 0 #B46F0F,
		2px 2px 0 #B46F0F;
}
.btn a:nth-of-type(2) {
	
	background-color: rgba(0, 0, 0, 0.1);

	background-color: rgba(255, 255, 255, 0.075);

	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.15) inset,
		1px 1px 0 #262626,
		2px 2px 0 #262626;

	margin-left: 1em;
}

.btn a:nth-of-type(2):hover {
	/*
	background-color: #1976D2;
	box-shadow:
		0 1px 0 #1C86EF inset,
		1px 1px 0 #0C5194,
		2px 2px 0 #0C5194;
	*/
	background-color: #FFA11E;
	box-shadow:
		0 1px 0 #FFBD60 inset,
		1px 1px 0 #B46F0F,
		2px 2px 0 #B46F0F;
}
.title {
	font-size: 64px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	padding: 0;
}

.title_main { padding: 0; }

.title_main_1, .title_main_2, .title_block_1, .title_block_2 { display: block; }

.brand { color: #1976D2; }


.num_wrap {
	/*
	background-color: #263238;
	background-color: #1976D2;

	background-color: #E0EDFA;
	background-color: #EFF2F3;
	*/
	
	margin: 50px 1px 0 0;
	margin: 50px 0 0 0;
	padding: 2em;
	padding: 1.15em 1.5em;

width: 100%;

/*
	border: 1px solid #C0CBD0;
*/

-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;


	position: relative;
	z-index: 1;

}

.num_wrap::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 11px;
	left: 11px;

	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	border: 1px solid #CFD8DC;
	border: 1px solid #C0CBD0;
}

.num_wrap_outer { position: absolute; top: 11px; left: 11px; z-index: -1; background-color: lime; width: 100%; height: 100%; overflow: hidden; }

.num_wrap_outer::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 11px;
	left: 11px;

	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	/*
	border: 1px solid #CFD8DC;
	border: 1px solid #C0CBD0;
	*/
	background-color: #EFF2F3;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.num_txt {
	color: #0C5194;
	color: #09427C;
	color: #6EAAE5;
	color: #263238;
	padding: 0;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.num {
	display: block;
	font-size: 48px;
	line-height: 1;
	letter-spacing: -1px;
	padding: 0.1em 0;
	color: #1976D2;

}
/*
.num_wrap::after {
	*/
.num_wrap_outer::after {
	text-align: center;
	line-height: -1;
	font-family:'FontAwesome';
	font-size: 256px;
	color: #CFD8DC;
	
	position: absolute;
	z-index: 1;
	top: 50%;
	top: -25%;
	/*
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); 
	*/

	-ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Safari */
    transform: rotate(-30deg);

	right: -5%;

	content: '\f155';

}

.num_wrap_sales::after { content: '\f155'; }
.num_wrap_orders::after { content: '\f291'; }
.num_wrap_countries::after { content: '\f0ac'; }
.num_wrap_people::after { content: '\f0c0'; }

.clmn_icon { text-align: center; }

.icon {
	margin: 0 auto;
}
.icon_txt {
	font-weight: 900;
	padding: 1em 0 0;
}
.icon_wrap {
	padding: 1.5em;
	min-height: 231px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	position: relative;
	z-index: 1;
}
.icon_wrap::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 11px;
	left: 11px;
	width: 100%;
	height: 100%;
	background-color: #F4F6F7;
}
.icon_wrap::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	border: 1px solid #CFD8DC;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.section_color { color: #E0F2F1; }
.section_bg { background-color: #ffffff; }
.section_bg_dark { background-color: #263238; }
.section_bg_light { background-color: #EFF2F3; } 

.section { padding: 75px 0; }
.section_small { padding: 25px 0; }
.section_bg_brand {
	background-color: #1976D2;
	color: #ffffff;
	position: relative;
	z-index: 2;
}
.section_pointer { position: relative; }
.section_pointer::after { 
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin: 0 0 0 -20px;
	width: 0;
	height: 0; 
	border-left: 20px solid transparent; 
	border-right: 20px solid transparent; 
	border-top: 20px solid #1976D2;
}

.font_larger {
	font-size: 30px;
	font-weight: 900;
}
.clmn_2_even {
	float: left;
	margin: 6% 0 0 6%;
	width: 41%;
}
.clmn_3 {
	float: left;
	width: 33.33%;
}
.clmn_3_even {
	float: left;
	margin: 4% 0 0 4%;
	width: 28%;
}
.clmn_4 {
	width: 25%;
	margin: 0;
	float: left;
	padding: 0 11px 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.clmn_4_even {
	width: 21.25%;
	margin: 0 0 3% 3%;
	margin: 0 0 0 3%;
	float: left;
}
.clmn_5_even {
	width: 17%;
	margin: 0 0 2.5% 2.5%;
	float: left;
}
.clmn_6_even {
	width: 14.45%;
	margin: 0 0 0 1.9%;
	float: left;
}
.columns {
	margin: 1.5em auto 0;
	width: 940px;

  -webkit-columns: 2 200px;
     -moz-columns: 2 200px;
          columns: 2 200px;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;

	padding: 1.5em;
	position: relative;    
	z-index: 1;
}
.columns::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 11px;
	left: 11px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.075);
}
.columns::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #C0CBD0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}



.list {
	padding: 0;
	list-style-type: none;

}

.columns p { padding: 0; }

.list li, .columns p span {
	position: relative;
	padding: 0 0 0 30px;
	display: inline-block;
}

.list li::before, .columns p span::before {
	content:"\f055";
	line-height: 1;
	font-family:'FontAwesome';
	font-size: 24px;
	color: #1976D2;
	color: #263238;
	color: #1976D2;
	position: absolute;
	top: 11px;
	left: 0;

}


.light { color: #CFD8DC; }
.light { color: #CFD8DC; }
.light { color: #A4B2B9; }

.link a {
	color: #ffffff;
	color: #FFA11E;
	text-decoration: none;
	position: relative;
	/*
	z-index: 1;
	box-shadow: inset 0 -5px #1976D2;
	display: inline;
	padding: 0 0 1px;
	*/
}

.link a:hover { 
	color: #1976D2; 
 
	/*
	box-shadow: inset 0 -5px #ffffff;
	*/
}


.form_wrapped {



	
	padding: 0 0 3.5%;

	margin: 50px auto 75px; 
	margin: 50px auto 0; 

	position: relative;
}


.form_wrapped::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 11px;
	left: 11px;
	width: 100%;
	height: 100%;

	background-color: #EFF2F3;
	background-color: #F0F3F4;
	background-color: #F2F4F5;
	background-color: #DFE5E8;
	background-color: rgba(0,0,0,0.25);
	background-color: rgba(255,255,255,0.075);

}

.form_wrapped::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	border: 1px solid #CFD8DC;

	border: 1px solid #1976D2;
	border: 1px solid #C0CBD0;
	

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.form_wrapped_2 {
	background-color: #263238;
}
.form_title {
	

	font-weight: 900;
}
/*
.form_title span {
	background-color: #1976D2;
	color: #ffffff;
	display: inline-block;
	position: relative;
	padding: 0 0.5em;
	line-height: 46px;

}

.form_title span::before { 
	content: '';
	position: absolute;
	z-index: 1;
	width: 0; 
	height: 0;
	top: 0;
	left: -20px; 
	border-top: 50px solid #1976D2; 
	border-left: 20px solid transparent;
}
.form_title span::after { 
	content: '';
	position: absolute;
	z-index: 1;
	width: 0; 
	height: 0;
	top: 0;
	right: -20px; 
	border-top: 50px solid #1976D2; 
	border-right: 20px solid transparent;
}
*/
.form_txt {
	
	padding: 1.5em; 
}
.form { margin-top: 50px; }

.input_text_wrap {
	float: left;
	width: 21.25%;
	margin: 0 0 0 3%;
}

.input_submit_wrap {
	float: right;
	margin: 3% 3% 0 0;
}


.input_text {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 20px;

	
	background: none;
	border: 2px solid #263238;
	border: 2px solid #ffffff;
	color: #263238;
	color: #ffffff;
	/* 2018-05-22 soglasje
	line-height: 46px;
	height: 46px;
	width: 95%;
	margin: 0 -2px;
	*/
	padding: 0 11px;

	width: 100%;
	line-height: 48px;
	height: 48px;
	margin: 0;



	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.input_text:focus, .input_select:focus, .input_area:focus { border: 2px solid #1976D2; }
.input_select {
	font-family: 'kelson_rg'; font-weight: normal;
	font-size: 20px;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 0 7px;
	background: none;
	width: 100%;
	line-height: 46px;
	height: 46px;
	margin: 0 0 1.25em;

	border-radius: 7px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.input_area {
	font-family: 'kelson_rg'; font-weight: normal;
	font-size: 20px;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 7px 11px;
	background: none;
	width: 100%;
	line-height: 1.5;
	height: 265px;
	margin: 0 0 1.25em;

	border-radius: 7px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}

.submit {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 20px;

	color: #ffffff;
	
	display: inline-block;
	line-height: 1;
	padding: 0.75em 1.25em;
	padding: 0.75em 0;
	margin: 0;
	width: 100%;
	text-decoration: none;
	background-color: #1976D2;
	box-shadow:
		0 1px 0 #1C86EF inset,
		1px 1px 0 #0C5194,
		2px 2px 0 #0C5194,
		2px 2px 4px rgba(0,0,0,0.55); 

	background-color: #FFA11E;
	box-shadow:
		0 1px 0 #FFBD60 inset,
		1px 1px 0 #B46F0F,
		2px 2px 0 #B46F0F,
		2px 2px 4px rgba(0,0,0,0.55); 

	border-radius: 4px;
	border: 0;
}
.submit:hover {
	cursor: pointer;
	background-color: #1C83EA;
	background-color: #1976D2;
	box-shadow:
		0 1px 0 #1C86EF inset,
		1px 1px 0 #0C5194,
		2px 2px 0 #0C5194,
		2px 2px 4px rgba(0,0,0,0.55); 
}
.marketing_agency { display: none; }

.slick_quotes {
	width: 50%;
	width: 768px;

	margin: 55px auto 0;
	margin: 0 auto 0;

	position: relative;
	z-index: 1;
}
.slick_quotes::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #C0CBD0;
}

.quotes_wrap_outer { position: absolute; top: 11px; left: 11px; z-index: -1; width: 100%; height: 100%; overflow: hidden; }

.quotes_wrap_outer::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 11px;
	left: 11px;

	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	/*
	border: 1px solid #CFD8DC;
	border: 1px solid #C0CBD0;
	*/
	background-color: #EFF2F3;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.quotes_wrap_outer::after {
	text-align: center;
	line-height: -1;
	font-family:'FontAwesome';
	font-size: 121px;
	font-size: 256px;
	color: #CFD8DC;
	

	position: absolute;
	z-index: 1;
	top: 50%;
	top: -25%;

	-ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Safari */
    transform: rotate(-30deg);

	right: -5%;

	content: '\f10e';

}



.quote {
	font-weight: 900;
	font-style: italic;
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.2;
	padding: 0;
}

.quote_content {
	position: relative;
	z-index: 3;

	padding: 50px 40px 40px;
	display: block;


}
/*
.quote_content::before {
	content:"\f10d";
	line-height: 1;
	font-family:'FontAwesome';
	font-size: 36px;
	font-size: 256px;
	font-style: normal;
	color: #1976D2;
	position: absolute;
	z-index: -1;
	top: 16px;
	left: 16px;
	width: 30px;



	color: #CFD8DC;
	


	top: -25%;
	left: -5%;

	-ms-transform: rotate(-30deg); 
    -webkit-transform: rotate(-30deg); 
    transform: rotate(-30deg);
}
.quote_content::after {
	content:"\f10e";
	line-height: 1;
	font-family:'FontAwesome';
	font-size: 36px;
	font-style: normal;
	color: #1976D2;
	position: absolute;
	z-index: 1;
	bottom: 16px;
	right: 16px;
	width: 30px;
}
*/
.quote_title {
	color: #1976D2;
	display: block;
	font-size: 20px;
	
	letter-spacing: 1px;
	padding: 1em 0 0;
	position: relative;


}
/*
.quote_title::after { 
	content: '';
	position: absolute;
	width: 0; 
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #E0F2F1;
	border-top: 12px solid #000000;
	top: 0;
	left: 50%;
	margin: 0 0 0 -12px;
}
*/


/*--------------------------------------------------------------------------
#footer
*/

.quick_contact {
	color: #ffffff;
	padding: 0;
	text-align: center;
	line-height: 1.35;
}
.quick_contact a {
	color: #ffffff;
	text-decoration: none;
}
.copy {

	text-align: center;

	background: rgba(0,0,0,0.25);
	background: #ffffff;

	padding: 1em;
	margin: 65px 0 0;


}

/*--------------------------------------------------------------------------
#various
*/

.dark { color: #263238; }

.tiskane { text-transform: uppercase; }
.debele { font-weight: 900; }

.align-center { text-align: center; }
.align-right { text-align: right; }



.no-mrg-top { margin-top: 0; }
.no-mrg-right { margin-right: 0; }
.no_mrg_bottom { margin-bottom: 0; }

.spacer { clear: both; }

.partnersbadge_wrap { width: 220px; float: right; }


/*
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
*/


.no_opacity { opacity: 0; }

.to_animate_up {
	-webkit-transform: translateY(100px); 
	transform: translateY(100px);
}

.animate_up {
	-webkit-animation: animate_up 1.5s forwards;
	animation: animate_up 1.5s forwards;
}

@-webkit-keyframes animate_up {
	0% {-webkit-transform: translateY(100px); }
	100% {-webkit-transform: translateY(0); opacity: 1; }
}
@keyframes animate_up {
	0% {transform: translateY(100px); }
	100% {transform: translateY(0); opacity: 1; }
}




.to_animate_left {
	-webkit-transform: translateX(350px); 
	transform: translateX(350px);
}

.animate_left {
	-webkit-animation: animate_left 1.5s forwards;
	animation: animate_left 1.5s forwards;
}

@-webkit-keyframes animate_left {
	0% {-webkit-transform: translateX(350px); }
	100% {-webkit-transform: translateX(0); opacity: 1; }
}
@keyframes animate_left {
	0% {transform: translateX(350px); }
	100% {transform: translateX(0); opacity: 1; }
}



.to_animate_right {
	-webkit-transform: translateX(-350px); 
	transform: translateX(-350px);
}

.animate_right {
	-webkit-animation: animate_right 1.5s forwards;
	animation: animate_right 1.5s forwards;
}

@-webkit-keyframes animate_right {
	0% {-webkit-transform: translateX(-350px); }
	100% {-webkit-transform: translateX(0); opacity: 1; }
}
@keyframes animate_right {
	0% {transform: translateX(-350px); }
	100% {transform: translateX(0); opacity: 1; }
}




@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}


.zoomIn {
  -webkit-animation: zoomIn 1.5s ease-in-out forwards;
  animation: zoomIn 1.5s ease-in-out forwards;
}