body {
	margin: 0;
	padding: 0;
	font-family:'Calibri';
	color: #000;
	-webkit-font-smoothing: antialiased; 
}

a, a:link, a:visited, a:active, a:focus, a:hover {
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ul, li, ol {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

.cut-all {
	width: 100%;
	overflow: hidden;
}

.wrapper {
	position: relative;
}

h1.logo {
	position: absolute;
	top: 0;
	left: 0;
}

h1.logo a {
	display: inline-block;
}

h1.logo img {
	position: absolute;
	top: 0;
	left: 0;
}

.logo-3 {
	width: 50px;
	opacity: 0;
}

#main-header .container, #main-header .wrapper {
	height: 100%;
}

.logo-1, .logo-2, .logo-3 {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform-style: preserve-3d(0,0,0);
    -moz-transform-style: preserve-3d(0,0,0);
    transform-style: preserve-3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.logo-3 {
	transition-delay: -.5s;
}

#main-header.active .logo-1 {
	opacity: 0;
	top: -134px;
	/*transition-delay: .5s;*/
}

#main-header.active .logo-2 {
	top: -134px;
}

#main-header.active .logo-3 {
	opacity: 1;
	transition-delay: .5s;
}

.pos-fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10!important;
}

#main-header {
	padding: 30px 0;
	position: absolute;
	width: 100%;
	height: 232px;
	top: 0;
	left: 0;
	background: #fff;
	-webkit-transition: height 0.3s ease-out;
	-moz-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
	z-index: 8!important;
	-webkit-transform-style: preserve-3d(0,0,0);
    -moz-transform-style: preserve-3d(0,0,0);
    transform-style: preserve-3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#main-header.active {
	height: 120px;
	/*padding-bottom: 25px;*/
}

#main-header.shadowic {
	-webkit-box-shadow: 0px 9px 33px -1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 9px 33px -1px rgba(0,0,0,0.15);
	box-shadow: 0px 9px 33px -1px rgba(0,0,0,0.15);
}

#main-header nav {
	position: absolute;
	right: 0;
}

.main-nav {
	bottom: 50px;
}

#main-header.active .main-nav {
	bottom: 28px;
}

.sub-nav {
	bottom: 0;
}
.success-msg{
	padding: 20px;
    font-size: 20px;
    background: #bfe0bf;
    color: black;
}
#main-header nav ul li {
	float: left;
}

#main-header nav ul li a {
	display: block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform-style: preserve-3d(0,0,0);
    -moz-transform-style: preserve-3d(0,0,0);
    transform-style: preserve-3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#main-header nav ul li:hover a, #main-header nav ul li.active a {
	color: #f20000;
}

.main-nav ul li a {
	font-weight: bold;
	font-size: 39px;
	line-height: 39px;
	color: #000;
	padding: 0 15px;
}

#main-header.active .main-nav ul li a {
	font-size: 30px;
	line-height: 30px;
}

.main-nav ul li:first-child {
	padding: 0 15px 0 0;
}

.main-nav ul li:last-child a {
	font-weight: 300;
	padding: 0 0 0 15px;
}

.sub-nav ul li a {
	font-weight: 400;
	font-size: 17px;
	line-height: 17px;
	color: #939295;
	padding: 0 9px;
}

#main-header.active .sub-nav ul li a {
	font-size: 14px;
	line-height: 14px;
}

.sub-nav ul li:first-child {
	padding: 0 9px 0 0;
}

.sub-nav ul li:last-child a {
	padding: 0 0 0 9px;
}

.illustration {
	min-height: 650px;
	position: relative;
	margin-top: 232px;
}

.illustration-half {
	min-height: 200px;
	position: relative;
	margin-top: 232px;
}

.illustration .container, .illustration .wrapper, .illustration-half .container, .illustration-half .wrapper {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.my-slider {
	background: #fff;
	overflow: hidden;
}

.my-slide {
}

.my-slide.current-slider {
	
}

#vid {
	width: 100%;
	height: auto;
}

.illustration-text {
	color: #fff;
	max-width: 800px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	text-align: center;
	/*text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.02);*/
}

.illustration-text h2 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 40px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: 3px 0px 30px rgba(0, 0, 0, 0.3);
}

.illustration-text p {
	font-weight: 400;
	font-size: 24px;
	line-height: 43px;
	margin: 0;
	text-shadow: 3px 0px 30px rgba(0, 0, 0, 0.3);
}

.illustration-text.home {
	width: 800px;
}

.illustration-text.home h2 {
	letter-spacing: inherit;
	font-size: 180px;
	line-height: 180px;
	font-weight: 700;
}

.illustration-text.home p {
	font-size: 50px;
	line-height: 55px;
}

@keyframes jump { 0% { bottom: 5px; } 50% { bottom: 50px; } 100% { bottom: 5px; } }

a.arrow, a.arrow:active, a.arrow:focus, a.arrow:visited {
	font-size: 60px;
	line-height: 60px;
	padding: 20px;
	color: #fff;
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
	z-index: 5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	animation: jump 3s infinite;
}

a.arrow.active {
	opacity: 0;
}

a.arrow:hover {
	color: #f20000;
}

.mob-mm {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 2px 3px;
	font-size: 22px;
	line-height: 22px;
	color: #f20000;
	display: block;
}

section.normal {
	padding: 110px 0;
}

section.normal.not {
	padding: 0 0 110px;
	margin-top: -75px;
}

section.small {
	padding: 55px 0 110px;
}

.group-logos, .group-marketwatch {
	margin: 0 auto;
	text-align: center;
	padding:  0 100px;
}

.group-logos img {
	margin: 0 25px;
	width: 200px;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: .5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.group-logos a {
	display: inline-block;
}

.group-logos a:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

.group-logos h3 {
	font-size: 27px;
	line-height: 37px;
	margin: 40px 0 0;
}

.group-logos h3 strong {
	font-weight: bold;
	color: #f20000;
}

.style-text a {
	color: #6a6a6a;
	text-decoration: underline;
}

.style-text a:hover {
	text-decoration: none;
}

.marketwatch {
	background-color: #f8f8f8;
}

.logos-marketwatch {
	margin: 0 auto;
}

.quotation {
	font-size: 27px;
	line-height: 37px;
	margin: 30px 0 100px;
	padding: 0 100px;
	position: relative;
}

.quote {
	font-size: 27px;
	line-height: 37px;
	margin: 50px 0 30px;
	position: relative;
}

.quotation:after {
	content: '‘’';
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 120px;
	color: #f20000;
	position: absolute;
	letter-spacing: -6px;
	bottom: -40px;
	padding-left: 6px;
}

.nr-box {
	border-right: 1px solid #e8e8e8;
	padding-right: 40px;
	padding-left: 40px;
	height: 100%;
}

.nr-box img {
	height: 68px;
}

.nr-box.inner img {
	height: auto;
}

.nr-box.user, .nr-box.comments {
	border-right: none;
}

.nr-box h2 {
	font-size: 49px;
	line-height: 49px;
	font-weight: 700;
	margin: 20px 0 5px;
}

.nr-box.inner h2 {
	color: #f20000;
	font-size: 62px;
	line-height: 62px;
}

.nr-box p {
	font-size: 16px;
	line-height: 26px;
	color: #6a6a6a;
	margin: 0;
}

.numbers.inner .nr-wrapper {
	margin-left: 125px;
}

.numbers .custom-row {
	margin-left: 0;
	margin-right: 0;
}

.numbers .custom-col {
	padding-left: 0px;
	padding-right: 0px;
}

.flex-it {
	display: flex;
}

.illustration-nr {
	height: 420px;
	position: relative;
}

.illustration-nr h2 {
	background-color: #f20000;
	padding: 5px 8px;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 11;
}

.laureates {
	position: relative;
}

.laureates .gradient {
	position: absolute;
	top: 0;
	height: 100%;
	width: 380px;
	z-index: 10;
}

.gradient.left {
	left: 0;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 15%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 15%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.gradient.right {
	right: 0;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%);/
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.slide-logo {
	margin: 0 40px;
}

.slide-logo img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.7;
}

.laureates-slider-btn {
	position: absolute;
	z-index: 10;
	font-size: 37px;
	line-height: 37px;
	top: 50%;
	transform: translateY(-50%);
}

.laureates-slider-btn, .laureates-slider-btn:visited, .laureates-slider-btn:active, .laureates-slider-btn:focus {
	color: #b3b3b3;
}

.laureates-slider-btn:hover {
	color: #f20000;
}

.prev-btn {
	left: 20px;
}

.next-btn {
	right: 20px;
}

#main-footer {
	/*border-top: 1px solid #e8e8e8;*/
	padding: 40px 0;
	background: #fbfbfb;
}

#main-footer p {
	margin: 0;
	text-align: center;
	color: #CCC;
}

#main-footer p a {
	color: #CCC;
	text-decoration: underline;
}

#main-footer p span.lajnica {
	padding: 0 2px;
	color: #CCC;
}

#main-footer p a:hover {
	text-decoration: none;
}

.terms .style-text {
	position: relative;
}

.style-text h2 {
	font-size: 55px;
	line-height: 58px;
	color: #f20000;
	font-weight: 700;
	margin: 0 0 15px;
}

.style-text.brand h2 {
	margin: 0 0 20px;
}

.style-text p {
	font-size: 27px;
	line-height: 37px;
	margin: 0 0 27px;
}

.style-text p.small {
	font-size: 16px;
	line-height: 26px;
	color: #6a6a6a;
	margin: 0 0 27px;
}

.style-text ul {
	margin: 0 0 30px;
}

.style-text ul li {
	font-size: 16px;
	line-height: 20px;
	color: #6a6a6a;
	list-style: disc;
	margin-left: 16px;
	margin-bottom: 7px;
}

.style-text ul li:last-child {
	margin-bottom: 0;
}

.style-text ul li strong {
	font-weight: 700;
}

.style-text .ask-box p.small {
	margin: 0 0 15px;
}

.ask-box {
	margin: 0 0 30px;
}

.ask-box:last-child {
	margin: 0;
}

.style-text .fake-list li {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 15px 15px;
	color: #6a6a6a;
	font-weight: 300;
}

.style-text .fake-list li strong {
	font-weight: 700;
}

.style-text .fake-list li:last-child {
	margin: 0 0 0 15px;
}

.style-text h3 {
	background-color: #000;
	padding: 5px 8px;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	z-index: -1;
}

.style-text p.big {
	font-family: Georgia;
	font-style: italic;
	font-size: 42px;
	line-height: 52px;
	margin: 68px 0 0;
}

.why .add-margin-bottom, .building .add-margin-bottom {
	margin: 0 0 20px;
}

.building .move-top {
	margin-top: -130px;
}

.building-pic {
	height: 197px;
	margin: 30px 0 50px;
}

.why .add-padding-top {
	padding-top: 65px;
}

.style-text h3.active, .terms .style-text h3 {
	z-index: 2;
}

.style-text h3.red-bckg {
	background: #f20000;
}

.style-text h3.who-we-are {
	margin: -50px 0 20px;
	float: left;
}

.style-text h3.first-one {
	top: -76px;
	position: absolute;
}

.illustration-who-we-are {
	margin: 0 0 0 -350px;
	position: relative;
}

.illustration-our-key {
	position: relative;
	padding: 200px 0 0 110px;
}

.illustration-our-key img {
	position: absolute;
	top: 0;
	right: -260px;
}

.who-we-are-text {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 30px 40px;
	max-width: 600px;
}

.our-key-text {
	background: #fff;
	padding: 30px 50px 30px 50px;
	max-width: 675px;
	position: relative;
	z-index: 2;
}

.style-text h2.black-text {
	color: #000;
	margin: 0 0 20px;
}

.who-box {
	position: relative;
	padding-left: 100px;
}

.who-box img {
	position: absolute;
	top: 0;
	left: 0;
}

.who-box h2, .our-boxes h2, .dna-box h2, .ask-box h2 {
	font-weight: 700;
	font-size: 29px;
	line-height: 31px;
	margin: 0 0 20px;
}

.dna-box h2, .ask-box h2 {
	color: #000;
}

.who-box p, .our-boxes p {
	font-size: 16px;
	line-height: 26px;
	color: #6a6a6a;
}

.our-boxes p {
	padding-right: 25px;
	margin: 0;
}

.our-boxes {
	padding-top: 45px;
}

.our-boxes img {
	margin: 0 0 30px;
}

.our-boxes .our-box img {
	margin: 0 15px 0 0;
	float: left;
}

.our-box {
	margin: 0 0 30px;
	padding-right: 50px;
}

.our-box:last-child {
	margin: 0;
}

.who-boxes {
	padding: 115px 0;
}

.why, .building, .icc {
	background: #f8f8f8;
}

.logo-box {
	position: relative;
	padding: 0 0 0 160px;
}

.logo-box img {
	position: absolute;
	top: 11px;
	left: 0;
	width: 129px;
}

.style-text p.no-margin {
	margin: 0;
}

.wrapper.red-line {
}

.wrapper.red-line:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: #f20000;
	z-index: 2;
}

.line-box {
	width: 50%;
	padding-top: 120px;
	position: relative;
}

.line-box.last-one {
	padding-bottom: 120px;
}

.line-box.text-right-side {
	left: 50%;
}

.text-left-side {
	padding-left: 150px;
	padding-right: 50px;
}

.text-right-side {
	padding-left: 50px;
	padding-right: 150px;
}

.text-left-side img {
	position: absolute;
	top: 150px;
	left: 100%;
	z-index: 1;
	width: 100%;
}

.text-right-side img {
	position: absolute;
	top: 150px;
	left: -570px;
	z-index: 1;
	width: 100%;
}

.text-right-side.small img {
	left: -570px;
}

.line-box p:last-child {
	margin: 0;
}

.line-box h2 {
	float: right;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #a9a9a9;
	position: relative;
	padding-right: 50px;
	margin-right: -50px;
	margin-bottom: 10px;
}

.line-box.text-right-side h2 {
	float: none;
	padding-left: 50px;
	margin-left: -50px;
	padding-right: 0;
	margin-right: auto;
}

.line-box h2:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	background: #f20000;
	top: 50%;
	right: 0;
}

.line-box.text-right-side h2:before {
	right: auto;
	left: 0;
}

.line-box p.intro {
	font-size: 27px;
	line-height: 32px;
	font-weight: 700;
	color: #f20000;
	margin: 0 0 30px;
}

.line-box h3 {
	font-size: 17px;
	line-height: 32px;
	font-weight: 700;
	color: #2c2b27;
	margin: 0 0 10px;
}

.line-box p {
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	color: #6a6a6a;
}

.icc .move-top {
	margin: -75px 0 20px;
}

.development .move-top {
	margin: -47px 0 0;
}

.development {
	height: 1198px;
}

.foundation .move-top {
	margin: -62px 0 0;
}

.development h3, .foundation h3 {
	margin: 0 0 20px;
}

.development .container, .development .wrapper {
	height: 100%;
	position: relative;
}

.dev-text {
	position: absolute;
	bottom: 0;
	padding: 25px 25px 25px 300px;
	left: -300px;
	background: #fff;
	max-width: 1200px;
}

.style-text h4 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 10px;
	color: #6a6a6a;
	font-weight: 700;
}

.terms .style-text h4 {
	border-bottom: 1px solid #e1dada;
	padding-bottom: 5px;
}

.terms .style-text p:last-child {
	margin-bottom: 0;
}

.illustration-foundation {
	position: relative;
	padding: 200px 0 0;
}

.foundation img {
	position: absolute;
	top: 0;
	left: -500px;
	z-index: 1;
}

.foundation-text {
	max-width: 730px;
	padding: 40px;
	position: relative;
	z-index: 2;
	background: #fff;
	margin-left: 400px;
}

.not .foundation-text {
	max-width: 585px;
}

.laureates-box {
	margin: 30px 0 0;
}

.laureates-box, .laureates-box {
	border: 1px solid #eeeeee;
	display: block;
	text-align: center;
	padding: 30px 0;
}

.laureates-box a img, .laureates-box img {
	margin: 0 auto;
}

.illustration.contacts .container {
	position: relative;
	z-index: 2;
}

.illustration.contacts iframe {
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
	filter: gray;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.contact-form .form-control {
	background: #f7f7f7;
	font-size: 16px;
	height: 45px;
	padding: 12px 12px;
	box-shadow: inset 0 3px 0px rgba(0,0,0,.075);
}

.contact-form label {
	font-size: 16px;
	color: #6a6a6a;
	font-weight: 700;
}

.contact-form textarea.form-control {
	height: 222px;
}

.contact-form .btn {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f10000+0,d3070a+100 */
	background: #f10000; /* Old browsers */
	background: -moz-linear-gradient(top, #f10000 0%, #d3070a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f10000 0%,#d3070a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f10000 0%,#d3070a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f10000', endColorstr='#d3070a',GradientType=0 ); /* IE6-9 */
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	border: none;
	padding: 12px 45px;
}

.contact-form .btn:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3070a+0,f10000+100 */
	background: #d3070a; /* Old browsers */
	background: -moz-linear-gradient(top, #d3070a 0%, #f10000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d3070a 0%,#f10000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d3070a 0%,#f10000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3070a', endColorstr='#f10000',GradientType=0 ); /* IE6-9 */
}

.dna-box {
	margin: 30px 0 0;
}

.style-text .dna-box p {
	margin: 0;
}

.sdr ul li {
	line-height: 44px;
}

.sdr ul li a {
	text-transform: uppercase;
	font-weight: 700;
	font-family:'Calibri';
	font-size: 17px;
}

.sdr ul li.small {
	line-height: 35px;
}

.sdr ul li.small a {
	text-transform: none;
	font-weight: 300;
	font-size: 14px;
}

.drzava-naslov {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.drzava-naslov img {
	margin: 0 10px 0 0;
	height: 30px;
}

.drzava-linkovi a {
	padding: 0 4px 0 45px;
    color: #333;
    display: block;
    font-size: 14px;
}

/*.drzava-linkovi a:after {
	content: ',';
}


.drzava-linkovi a:last-child:after {
	display: none;
}
*/
.drzava-linkovi a:hover {
	text-decoration: underline;
}

.drzava-linkovi a:last-child {
	border-bottom: none;
}

.error {
	background: #fbfbfb;
	/*padding: 200px 0 345px;*/
	margin-bottom: 20px;
}

.error .container {
	padding: 100px 0;
}

.error .style-text {
	margin-top: 80px;
}

.error .style-text h2 {
	color: #333;
	font-size: 29px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 32px;
}

.error .style-text p {
	font-size: 22px;
	line-height: 25px;
}

@font-face {
    font-family:'Calibri';
    src: url('/assets/fonts/CalibriBold.eot');
	src: url('/assets/fonts/CalibriBold.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/CalibriBold.woff2') format('woff2'),
		url('/assets/fonts/CalibriBold.woff') format('woff'),
		url('/assets/fonts/CalibriBold.ttf') format('truetype'),
		url('/assets/fonts/CalibriBold.otf') format('opentype'),
		url('/assets/fonts/CalibriBold.svg#Calibri Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2083;
}

@font-face {
    font-family:'Calibri';
    src: url('/assets/fonts/Calibri.eot');
	src: url('/assets/fonts/Calibri.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/Calibri.woff2') format('woff2'),
		url('/assets/fonts/Calibri.woff') format('woff'),
		url('/assets/fonts/Calibri.ttf') format('truetype'),
		url('/assets/fonts/Calibri.otf') format('opentype'),
		url('/assets/fonts/Calibri.svg#Calibri') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2083;
}

@font-face {
    font-family:'Calibri';
    src: url('/assets/fonts/CalibriLight.eot');
	src: url('/assets/fonts/CalibriLight.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/CalibriLight.woff2') format('woff2'),
		url('/assets/fonts/CalibriLight.woff') format('woff'),
		url('/assets/fonts/CalibriLight.ttf') format('truetype'),
		url('/assets/fonts/CalibriLight.otf') format('opentype'),
		url('/assets/fonts/CalibriLight.svg#Calibri Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2083;
}
