@charset "utf-8";
/*@import url('bootstrap-reboot.min.css');
@import url('bootstrap-grid.min.css');*/
@import url('bootstrap.min.css');
@import url('owl.carousel.css');
@import url('owl.theme.css');

body {
	margin: 0;
	height: 100%;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #173260;
	-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
	line-height: 20px;
}

* {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}

/* <scrollbars */
body::-webkit-scrollbar {
	background-color: #fbab71;
	width: 10px;
}
body::-webkit-scrollbar:horizontal {
	height: 10px;
}
body::-webkit-scrollbar-track {
	border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
	background-color: #3e6bf3;
	border-radius: 16px;
}
body::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:active {
	background-color: #8700be;
}
/* scrollbars> */

/* <mini reset */
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

a,
a:link,
a:active,
a:visited {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline: expression(hideFocus='true');
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
/* mini reset> */

#wrapper {
	margin: 0 auto;
	max-width: 2040px;
}

/* <header */
header {
	position: fixed;
	top: 0;
	right: auto;
	bototm: auto;
	left: 0;
	z-index: 999;
	height: 180px;
	width: 100%;
}
header.shrink {
	height: 80px;
	background-color: #2e83ff;
	background: -webkit-linear-gradient(left, #2e83ff 0%, #8700be 100%);
	background: -o-linear-gradient(left, #2e83ff 0%, #8700be 100%);
	background: linear-gradient(to right, #2e83ff 0%, #8700be 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e83ff', endColorstr='#8700be',GradientType=1 );
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
			box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
header h1 {
	display: block;
	width: 100px;
	height: auto;
}
header .navbar-brand {
	margin: 0;
	display: block;
	background: url('../images/saioda-logo.svg') 0 0 no-repeat;
	width: 100px;
	height: 138px;
	padding: 0;
	text-indent: -9999px;
}
header.shrink h1 {
	margin-top: 4px;
	width: 120px;
}
header.shrink .navbar-brand {
	background-image: url('../images/saioda-logo-2.svg');
	width: 120px;
	height: 36px;
}

/* <nav */
header nav {
	position: relative;
	margin: 20px 0 20px 0;
	display: inline;
	width: auto;
}
header nav.navbar {
	padding: 0;
}
header.shrink nav {
}
header nav ul {
	position: relative;
	margin: 30px 0 0;
	padding: 0;
	text-align: right;
}
header.shrink nav ul {
}
header nav ul li {
	margin-left: 40px;
	display: inline-block;
	line-height: 10px;
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li {
	color: rgba(255, 255, 255, 1);
}
header nav ul li#secondary {
	position: absolute;
	top: -80px;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 99;
	height: 41px;
}
header.shrink nav ul li#secondary {
	top: -45px;
}
header nav ul li#secondary .dropdown,
header nav ul li#secondary a {
	float: left;
}
header nav ul li#secondary .dropdown button {
	background: none;
	height: 30px;
	padding: 0;
	border: none;
	border-bottom: 2px solid #64c6b7;
	-moz-border-radius: 0;
		-webkit-border-radius: 0;
			border-radius: 0;
	-moz-box-shadow: none;
		-webkit-box-shadow: none;
			box-shadow: none;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
header nav ul li#secondary .dropdown button:focus {
	border: none;
	border-bottom: 2px solid #64c6b7;
	-moz-border-radius: 0;
		-webkit-border-radius: 0;
			border-radius: 0;
	-moz-box-shadow: none;
		-webkit-box-shadow: none;
			box-shadow: none;
}
header nav ul li#secondary .dropdown-menu {
	top: 85%;
	background-color: #fff;
	min-width: auto;
	width: auto;
	border: none;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
			border-radius: 2px;
	padding: 10px;
}
header nav ul li#secondary .dropdown-menu a {
	padding: 0;
	font-size: 16px;
	color: #173260;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}
header nav ul li#secondary .dropdown-menu a:hover,
header nav ul li#secondary .dropdown-menu a:focus {
	background: none;
	color: #2e83ff;
}
header nav ul li#secondary .btn-1,
header nav ul li#secondary .btn-2 {
	margin-left: 40px;
	height: 40px;
	padding-left: 55px;
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 30px;
}
header nav ul li#secondary .btn-1:hover,
header nav ul li#secondary .btn-2:hover {
	color: #ff916e;
}
header nav ul li#secondary .btn-1 span,
header nav ul li#secondary .btn-2 span {
	display: inline-block;
	height: 30px;
	border-bottom: 2px solid #64c6b7;
}
header nav ul li#secondary .btn-1:hover span,
header nav ul li#secondary .btn-2:hover span {
	border-bottom-color: #ff916e;
}
header nav ul li#secondary .btn-1 {
	background: url('../images/icon-8.svg') 0 0 no-repeat;
}
header nav ul li#secondary .btn-2 {
	background: url('../images/icon-9.svg') 0 0 no-repeat;
}
header.shrink nav ul li#secondary .btn-1,
header.shrink nav ul li#secondary .btn-2 {
	margin-left: 25px;
	background: none;
	padding-left: 0;
}
.dropdown-toggle::after {
	margin-left: 7px;
	vertical-align: .240em;
	line-height: 0;
}
header nav ul li a {
	font-family: 'Dosis', 'Roboto', sans-serif;
	font-size: 11.5px;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 5px;
	text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
}
header .navbar-light .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
}
header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .nav-link.active:hover,
header .navbar-light .navbar-nav .nav-link.active:focus {
	color: rgba(255, 145, 110, 1);
}
header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991.98px) {
	
	.navbar-light .navbar-toggler {
		position: relative;
		z-index: 9999;
		margin-top: -30px;
		border: none;
		background-color: rgb(255, 255, 255, 0);
		width: 50px;
		height: 50px;
		-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
				border-radius: 2px;
		padding: 0;
		outline: none;
		outline: expression(hideFocus='true');
		text-decoration: none;
	}
	header.shrink .navbar-light .navbar-toggler {
		margin-top: -5px;
	}
	.navbar-light .navbar-toggler:hover,
	.navbar-light .navb	.navbar-light .navbar-toggler:hover {
		/*background-color: rgb(132, 4, 192, 0.6);*/
	}
	.navbar-light .navbar-toggler span {
		position: absolute;
		top: 14px;
		right: auto;
		bottom: auto;
		left: 10px;
		z-index: 9999;
		display: block;
		background-color: rgba(255, 145, 110, 1);
		width: 30px;
		height: 3px;
		-moz-border-radius: 1px;
			-webkit-border-radius: 1px;
				border-radius: 1px;
	}
	.navbar-light .navbar-toggler span + span {
		top: 23px;
		left: 20px;
		width: 20px;
	}
	.navbar-light .navbar-toggler span + span + span {
		top: 32px;
		left: 10px;
		width: 30px;
	}
	.navbar-light .navbar-toggler:hover span,
	.navbar-light .navbar-toggler:focus span {
		background-color: #ff916e;
	}
	.navbar-light .navbar-toggler:hover span + span,
	.navbar-light .navbar-toggler:focus span + span {
		left: 10px;
		width: 30px;
	}
	.navbar-light .navbar-toggler:hover span + span + span,
	.navbar-light .navbar-toggler:focus span + span + span {
		left: 20px;
		width: 20px;
	}
	header .container {
		/*max-width: 100%;
		width: 100%;*/
	}
	#navbarNav {
		position: fixed;
		background-color: #fff;
		width: 100%;
		top: 0;
		right: 0;
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
			-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
				box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	}
	header nav ul {
		margin-top: 80px;
		text-align: center;
	}
	header nav ul li {
		margin: 0;
		padding: 0;
	}
	header .navbar-light .navbar-nav .nav-link {
		display: inline-block;
		padding: 0 20px;
		font-size: 16px;
		color: rgba(23, 50, 96, 1);
		font-weight: 500;
		line-height: 40px;
	}
	header .navbar-light .navbar-nav .nav-link.active,
	header .navbar-light .navbar-nav .nav-link.active:hover,
	header .navbar-light .navbar-nav .nav-link.active:focus {
		color: rgba(255, 145, 110, 1);
	}
	header .navbar-light .navbar-nav .nav-link:hover,
	header .navbar-light .navbar-nav .nav-link:focus {
		color: rgba(255, 145, 110, 1);
	}
	header nav ul li#secondary {
		position: inherit;
		top: auto;
		right: auto;
		margin: 30px auto 0;
		height: auto;
		border-top: 1px solid #ddd;
		padding: 30px 0;
	}
	header.shrink nav ul li#secondary {
		top: auto;
	}
	header nav ul li#secondary .btn-1,
	header nav ul li#secondary .btn-2 {
		color: #173260;
	}
	header nav ul li#secondary .btn-1 {
		background: url('../images/icon-10.svg') 0 0 no-repeat;
	}
	header nav ul li#secondary .btn-2 {
		background: url('../images/icon-11.svg') 0 0 no-repeat;
	}
	header nav ul li#secondary .dropdown button {
		display: none;
	}
	header nav ul li#secondary .dropdown-menu {
		display: block;
		height: auto;
		padding: 0;
	}
	header nav ul li#secondary .dropdown-menu a {
		float: none;
		margin-right: 5px;
		display: inline;
		padding: 5px 10px;
		border-bottom: 2px solid rgba(255, 145, 110, 1);
	}
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
	.navbar-light .navbar-toggler {
		margin-top: -60px;
		margin-right: 20px;
	}
	header.shrink .navbar-light .navbar-toggler {
		margin-top: -75px;
	}
	header h1 {
		display: block;
		width: 80px;
		height: 111px;
	}
	header .navbar-brand {
		margin-left: 20px;
		width: 80px;
		height: 111px;
	}
	header.shrink h1 {
		width: 120px;
	}
	header.shrink .navbar-brand {
		width: 80px;
		height: 36px;
	}
	header nav ul li#secondary .btn-1,
	header nav ul li#secondary .btn-2 {
		margin-left: 25px;
		background: none;
		padding-left: 0;
	}
}
/* menu> */
/* nav> */
/* header> */

/* <banner */
#banner-wrapper {
	background-image: -moz-radial-gradient( 30% 20%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 750%);
		background-image: -webkit-radial-gradient( 30% 20%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 750%);
			background-image: -ms-radial-gradient( 30% 20%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 750%);
}
#banner-wrapper.smaller {
	background-image: -moz-radial-gradient( 30% 20%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 1250%);
		background-image: -webkit-radial-gradient( 30% 20%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 1250%);
			background-image: -ms-radial-gradient( 30% 20%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 1250%);
}
#banner {
	overflow: hidden;
	background: url('../images/saioda-banner-1.png') 44% 85% no-repeat;
	width: 100%;
	min-height: 780px;
}
#banner.smaller {
	background: url('../images/pattern-3.png') 50% 0 no-repeat;
	min-height: 370px;
}
#banner h1 {
	margin: 260px 0 20px;
	font-family: 'Dosis', 'Roboto', sans-serif;
	font-size: 70px;
	color: #fff;
	font-weight: 700;
	line-height: 70px;
}
#banner.smaller h1 {
	margin-top: 230px;
	text-align: left;
}
#banner.smaller h2 {
	text-align: left;
}
#banner h2 {
	margin: 0;
	font-family: 'Dosis', 'Roboto', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.3px;
}
#banner p {
	margin-top: 40px;
}
#banner p a {
	position: relative;
	-moz-transition: none;
		-webkit-transition: none;
			transition: none;
	display: inline-block;
	height: 50px;
	padding: 0 33px 0 23px;
	border: 2px solid #ff916e;
	-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
			border-radius: 50px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	line-height: 45px;
}
#banner p a.disabled {
	cursor: default;
}
#banner p a + a {
	margin-left: 32px;
}
#banner p a:hover {
	background-color: #ff916e;
	background: -webkit-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: -o-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: linear-gradient(to right, #ff916e 0%, #ff6a83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff916e', endColorstr='#ff6a83',GradientType=1 );
	padding: 0 35px 0 25px;
	border: none;
	line-height: 49px;
}
#banner p a.disabled:hover {
	position: relative;
	-moz-transition: none;
		-webkit-transition: none;
			transition: none;
	display: inline-block;
	background: none;
	height: 50px;
	padding: 0 33px 0 23px;
	border: 2px solid #ff916e;
	-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
			border-radius: 50px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	line-height: 45px;
}
#banner p a.disabled span {
	position: absolute;
	top: 55px;
	right: auto;
	bototm: auto;
	left: 20px;
	z-index: 100;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	line-height: 10px;
}
#banner .company h1 {
	font-size: 30px;
	line-height: 30px;
}
#banner .company h2 {
	font-size: 16px;
	line-height: 22px;
}
#banner .company p a {
	display: inline-block;
	height: 50px;
	background-color: #ff916e;
	background: -webkit-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: -o-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: linear-gradient(to right, #ff916e 0%, #ff6a83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff916e', endColorstr='#ff6a83',GradientType=1 );
	border: 2px solid #ff916e;
	-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
			border-radius: 50px;
	padding: 0 40px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	line-height: 45px;
}
#banner .company p a:hover {
	background: none;
}
#banner p a img {
	margin: -3px 10px 0 0;
	display: inline-block;
	width: 20px;
	height: 30px;
}
@media (max-width: 575.98px) {
	#banner {
		background: url('../images/saioda-banner-1-small.png') 50% 0 no-repeat;
		min-height: auto;
		padding-bottom: 40px;
	}
	#banner.smaller {
		min-height: auto;
	}
	#banner.smaller h1 {
		margin-top: 180px;
	}
	#banner h1,
	#banner h2,
	#banner p {
		padding-right: 5px;
		padding-left: 5px;
		text-align: center;
	}
	#banner h1 {
		margin-top: 160px;
	}
	#banner p a {
		margin: 0 auto;
		display: block;
		background-color: #ff916e;
		background: -webkit-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
		background: -o-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
		background: linear-gradient(to right, #ff916e 0%, #ff6a83 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff916e', endColorstr='#ff6a83',GradientType=1 );
		padding: 0 35px 0 25px;
		border: none;
		line-height: 49px;
		opacity: 0.9;
	}
	#banner p a.disabled:hover {
		margin: 0 auto;
		display: block;
		background-color: #ff916e;
		background: -webkit-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
		background: -o-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
		background: linear-gradient(to right, #ff916e 0%, #ff6a83 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff916e', endColorstr='#ff6a83',GradientType=1 );
		padding: 0 35px 0 25px;
		border: none;
		line-height: 49px;
		opacity: 0.9;
	}
	#banner p a + a {
		clear: both;
		margin-top: 40px;
		margin-bottom: 100px;
		margin-left: 0;
	}
	#banner p a.disabled span {
		color: #000;
	}
}
/* banner> */

/* <section-1 */
#section-1 {
	padding: 60px 0 60px 0;
}
#section-1 .header img {
	margin: 0 auto 40px;
	display: block;
	width: 80px;
	height: auto;
}
#section-1 p {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#section-1 p strong {
	font-weight: 700;
}
#section-1 p .btn-1 {
	margin: 40px auto 0;
	display: inline-block;
	background-color: #ff916e;
	background: -webkit-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: -o-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: linear-gradient(to right, #ff916e 0%, #ff6a83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff916e', endColorstr='#ff6a83',GradientType=1 );
	height: 50px;
	padding: 0 50px;
	-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
			border-radius: 30px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 50px;
	text-align: center;
}
#section-1 p .btn-1:hover {
	background-color: #ff6a83;
	background: -webkit-linear-gradient(left, #ff6a83 0%, #ff916e 100%);
	background: -o-linear-gradient(left, #ff6a83 0%, #ff916e 100%);
	background: linear-gradient(to right, #ff6a83 0%, #ff916e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a83', endColorstr='#ff916e',GradientType=1 );
}

@media (max-width: 991.98px) {
	#section-1 p {
		padding-right: 20px;
		padding-left: 20px;
	}
}
/* section-1> */

/* <section-2 */
#about {
	margin-top: -90px;
	height: 80px;
}
#section-2 {
	background-image: -moz-radial-gradient( 70% 50%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 700%);
		background-image: -webkit-radial-gradient( 70% 50%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 700%);
			background-image: -ms-radial-gradient( 70% 50%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 700%);
	/*min-height: 360px;*/
}
#section-2 .row.bg {
	background: url('../images/pattern-3.png') 85% 90% no-repeat;
	height: 100%;
}
#section-2 .box {
	margin: 70px 0 90px 0;
	display: flex;
}
#section-2 .box .img {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 170px;
}
#section-2 .box .img img {
	display: block;
	max-width: 170px;
	height: auto;
}
#section-2 .box .text {
	padding: 0 30px 0 15px;
}
#section-2 .box h2 {
	padding: 25px 0;
	font-family: 'Dosis', 'Roboto', sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
#section-2 .box h2 sup {
	font-size: 17px;
	color: #64c6b7;
}
#section-2 .box p {
	font-size: 15px;
	color: #fff;
	font-style: italic;
	line-height: 25px;
}
@media (max-width: 991.98px) {
	#section-2 {
		padding: 40px 0;
	}
	#section-2 .box {
		margin-top: 10px;
		margin-bottom: 20px;
	}
}
@media (max-width: 575.98px) {
	#section-2 .box {
		display: inherit;
		margin-bottom: 30px;
	}
	#section-2 .box h2 {
		padding-top: 15px;
	}
}
/* section-2> */

/* <section-3 */
#how-it-works {
	margin-top: -90px;
	height: 80px;
}
#section-3 {
	background: url('../images/bg-1.jpg') 50% -80px no-repeat;
	/*min-height: 690px;*/
	padding: 60px 0;
}
#section-3 .header h2 {
	font-family: 'Dosis', 'Roboto', sans-serif;
	font-size: 31px;
	color: #fff;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
}
#section-3 .header h2 span {
	display: block;
	font-size: 55px;
	color: #ff916e;
}
#section-3 .box {
	display: flex;
	padding: 60px 0;
	font-size: 15px;
	color: #fff;
}
#section-3 .box .no {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 58px;
	background: url('../images/icon-7.svg') 0 0 no-repeat;
	background-size: contain;
	height: 58px;
	font-family: 'Dosis', 'Roboto', sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 55px;
}
#section-3 .box p {
	padding: 15px 15px 0 25px;
	font-size: 15px;
	color: #fff;
	line-height: 23px;
}
#section-3 .footer p {
	text-align: center;
}
#section-3 .footer p .btn-1 {
	margin: 0 auto;
	display: inline-block;
	background-color: #ff916e;
	background: -webkit-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: -o-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: linear-gradient(to right, #ff916e 0%, #ff6a83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff916e', endColorstr='#ff6a83',GradientType=1 );
	height: 50px;
	padding: 0 50px;
	-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
			border-radius: 30px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 50px;
	text-align: center;
}
#section-3 .footer p .btn-1:hover {
	background-color: #ff6a83;
	background: -webkit-linear-gradient(left, #ff6a83 0%, #ff916e 100%);
	background: -o-linear-gradient(left, #ff6a83 0%, #ff916e 100%);
	background: linear-gradient(to right, #ff6a83 0%, #ff916e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a83', endColorstr='#ff916e',GradientType=1 );
}
@media (max-width: 991.98px) {
	#section-3 .box {
		padding-top: 30px;
		padding-bottom: 0;
	}
	#section-3 .footer {
		padding-top: 50px;
	}
}
@media (max-width: 575.98px) {
	#section-3 {
		background-image: none;
		background: #2e83ff;
		background: -moz-linear-gradient(-45deg, #2e83ff 0%, #8700be 100%);
		background: -webkit-linear-gradient(-45deg, #2e83ff 0%,#8700be 100%);
		background: linear-gradient(135deg, #2e83ff 0%,#8700be 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e83ff', endColorstr='#8700be',GradientType=1 );
	}
	#section-3 .box {
		padding-top: 30px;
		padding-right: 5px;
		padding-left: 5px;
	}
}
/* section-3> */

/* <section-4 */
#features {
	margin-top: -90px;
	height: 80px;
}
#section-4 {
	background-color: #fff;
	min-height: 600px;
	padding: 60px 0;
}
#section-4 .header h2 {
	padding-bottom: 55px;
	font-family: 'Dosis', 'Roboto', sans-serif;
	font-size: 45px;
	color: #8404c0;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
}
#section-4 .box {
	margin-top: 30px;
	display: flex;
}
#section-4 .box .img {
	flex-gro: 0;
	flex-shrink: 0;
	flex-basis: 50px;
}
#section-4 .box img {
	margin-right: 20px;
	display: block;
	width: 50px;
	height: 50px;
}
#section-4 .box .text h3 {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #8404c0;
	font-weight: 700;
	line-height: 23px;
}
#section-4 .box .text h3 span {
	display: block;
	color: #64c6b7;
	font-weight: 400;
}
#section-4 .box .text p {
	font-size: 14px;
	line-height: 20px;
}
#section-4 .footer p {
	text-align: center;
}
#section-4 .footer p .btn-1 {
	margin: 60px auto 0;
	display: inline-block;
	background-color: #ff916e;
	background: -webkit-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: -o-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: linear-gradient(to right, #ff916e 0%, #ff6a83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff916e', endColorstr='#ff6a83',GradientType=1 );
	height: 50px;
	padding: 0 50px;
	-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
			border-radius: 30px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 50px;
	text-align: center;
}
#section-4 .footer p .btn-1:hover {
	background-color: #ff6a83;
	background: -webkit-linear-gradient(left, #ff6a83 0%, #ff916e 100%);
	background: -o-linear-gradient(left, #ff6a83 0%, #ff916e 100%);
	background: linear-gradient(to right, #ff6a83 0%, #ff916e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a83', endColorstr='#ff916e',GradientType=1 );
}
@media (max-width: 991.98px) {
	#section-4 .header h2 {
		padding-bottom: 30px;
	}
}
@media (max-width: 575.98px) {
	#section-4 .box {
		padding-right: 5px;
		padding-left: 5px;
	}
	#section-4 .footer p .btn-1 {
		margin-top: 40px;
	}
}
/* section-4> */

/* <section-5 */
#testimonials {
	margin-top: -90px;
	height: 80px;
}
#section-5 {
	background-image: -moz-radial-gradient( 30% 20%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 800%);
		background-image: -webkit-radial-gradient( 30% 20%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 800%);
			background-image: -ms-radial-gradient( 30% 20%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 800%);
	padding: 60px 0 0 0;
	/*min-height: 690px;*/
}
#section-5 .header h2 {
	font-family: 'Dosis', 'Roboto', sans-serif;
	font-size: 31px;
	color: #fff;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
}
#section-5 .header h2 span {
	display: block;
	font-size: 55px;
	color: #ff916e;
}
#section-5 .reviews {
	margin-top: 75px;
}
#section-5 .reviews * {
	/*transition-property: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
			-webkit-transition: all .2s linear 0s;
				-o-transition: all .2s linear 0s;*/
}
#section-5 .reviews .img {
	margin: 10px auto 0;
	background: url('../images/reviews-icon-1.svg') 0 0 no-repeat;
	background-size: contain;
	max-width: 240px;
	height: 160px;
	padding-top: 20px;
}
#section-5 .reviews .owl-item {
	/*cursor: grab;*/
	cursor: move;
}
#section-5 .reviews .owl-item.active + .owl-item.active .img {
	margin-top: 0;
	background-image: url('../images/reviews-icon-2.svg');
	max-width: 270px;
	height: 170px;
}
#section-5 .reviews .owl-item.active + .owl-item.active + .owl-item.active .img {
	margin-top: 10px;
	background-image: url('../images/reviews-icon-1.svg');
	max-width: 240px;
	height: 160px;
}
#section-5 .reviews .img img {
	margin: 0 auto;
	display: block;
	max-width: 120px;
	height: auto;
	-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		border-radius: 100px;
}
#section-5 .reviews .owl-item.active + .owl-item.active .img img {
	max-width: 140px;
}
#section-5 .reviews .owl-item.active + .owl-item.active + .owl-item.active .img img {
	max-width: 120px;
}
#section-5 .reviews h5 {
	padding: 10px 5px 0;
	font-size: 25px;
	color: #ff916e;
	font-weight: 700;
	text-align: center;
}
#section-5 .owl-theme .owl-dots {
	margin: 0;
	padding: 30px 0 70px 0;
}
#section-5 .reviews .owl-dots {
	overflow: hidden;
	height: 3px;
}
#section-5 .reviews .owl-dots .owl-dot {
	margin-left: 10px;
	background: none;
	background-color: #64c6b7;
	height: 3px;
	border: none;
	-moz-border-radius: 0;
		-webkit-border-radius: 0;
			border-radius: 0;
}
#section-5 .reviews .owl-dots button.owl-dot.active {
	outline: none;
	outline: expression(hideFocus='true');
	text-decoration: none;
}
#section-5 .reviews .owl-dots .owl-dot:first-child {
	margin-left: 0;
}
#section-5 .reviews .owl-dots .owl-dot.active {
	background-color: #ff916e;
}
#section-5 .reviews .owl-dots .owl-dot span {
	margin: 0;
	background: none;
	width: 30px;
	height: 3px;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
/*#section-5 .reviews h5 + h5 {
	padding-top: 0;
}
#section-5 .reviews h5 + h5 + h5 {
	padding-top: 10px;
}*/
#section-5 .reviews h6 {
	padding: 0 20px 20px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-transform: lowercase;
}
#section-5 .reviews p {
	padding: 0 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
#section-5 .reviews .owl-item.active + .owl-item.active p {
	font-size: 15px;
	font-weight: 500;
}
#section-5 .reviews .owl-item.active + .owl-item.active + .owl-item.active p {
	font-size: 14px;
	font-weight: 400;
}
@media (max-width: 991.98px) {
	#section-5 .reviews {
		margin-top: 30px;
	}
	#section-5 .owl-theme .owl-dots {
		padding: 30px 0 60px 0;
	}
	#section-5 .reviews .owl-item .img {
		margin-top: 0;
	}
	#section-5 .reviews .owl-item.active .img,
	#section-5 .reviews .owl-item.active + .owl-item.active .img {
		margin-top: 0;
		background-image: url('../images/reviews-icon-1.svg');
		max-width: 240px;
		height: 160px;
	}
	#section-5 .reviews .owl-item.active .img img,
	#section-5 .reviews .owl-item.active + .owl-item.active .img img {
		max-width: 120px;
	}
	#section-5 .reviews .owl-item.active p,
	#section-5 .reviews .owl-item.active + .owl-item.active p {
		font-size: 14px;
		font-weight: 400;
	}
}
/* section-5> */

/* <section-6 */
#get-the-app {
	margin-top: -90px;
	height: 80px;
}
#section-6 {
	background: #fff url('../images/bg-2.jpg') 50% 50% no-repeat;
	min-height: 590px;
	padding: 30px 0;
}
#section-6 .header h2 {
	margin-top: 30px;
	font-family: 'Dosis', 'Roboto', sans-serif;
	font-size: 31px;
	color: #64c6b7;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
}
#section-6 .header h2 span {
	display: block;
	font-size: 55px;
	color: #8404c0;
}
#section-6 .header h3 {
	padding-top: 25px;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}
#section-6 .header h3 span {
	display: block;
	font-size: 25px;
}
#section-6 .box {
	margin-top: 75px;
	text-align: center;
}
#section-6 .box a {
	display: inline-block;
}
#section-6 .box div {
	position: absolute;
	top: 45px;
	right: 0;
	bototm: auto;
	left: 0;
	z-index: 99;
	width: auto;
}
#section-6 .box div span {
	display: inline-block;
	background-color: #000;
	width: auto;
	-moz-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
			transform: rotate(-30deg);
	padding: 10px 25px;
	-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
			border-radius: 3px;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#section-6 .box img {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 130px;
	height: auto;
}
#section-6 .box h6 {
	margin-top: 25px;
}
@media (max-width: 575.98px) {
	#section-6 .box {
		margin-top: 50px;
	}
}
/* section-6> */

/* <section-general */
#section-general {
	min-height: 300px;
	padding: 30px 0 40px;
}
#section-general h1 {
	font-family: 'Dosis', 'Roboto', sans-serif;
	padding: 0;
	color: #64c6b7;
}
#section-general h3 {
	font-family: 'Dosis', 'Roboto', sans-serif;
	padding: 20px 0 5px;
	color: #8404c0;
}
#section-general h3::after {
	margin: 10px 0 5px;
	display: block;
	content: '';
	background-color: #64c6b7;
	width: 100px;
	height: 2px;
}
#section-general h5 {
	padding: 10px 10px 0;
	color: #64c6b7;
}
#section-general p {
	overflow: hidden;
	padding: 5px 10px;
	text-align: justify;
}
#section-general p a {
	border-bottom: 1px solid #64c6b7;
	color: #8404c0;
}
#section-general p a:hover,
#section-general p a:focus {
	border-bottom-color: #8404c0;
	color: #64c6b7;
}
#section-general .contact {
	padding: 40px 0 20px;
}
#section-general .contact p {
	font-size: 16px;
	color: #8404c0;
	line-height: 25px;
	text-align: left;
}
#section-general .contact p span {
	display: block;
	padding-bottom: 10px;
	font-size: 14px;
	color: #173260;
}
#section-general .contact p span::after {
	margin-top: 5px;
	display: block;
	content: '';
	background-color: #64c6b7;
	width: 50px;
	height: 3px;
}
#section-general .contact p img {
	margin-bottom: 10px;
	display: block;
	width: 70px;
	height: 70px;
}
#path {
	float: right;
	margin: 0;
	list-style-type: none;
	height: 10px;
	padding: 0;
}
#path li {
	margin: 0;
	display: inline;
	height: 10px;
	padding: 0;
	color: #64c6b7;
	line-height: 10px;
}
#path li::before {
	content: '/';
	padding: 0 10px;
	color: #ddd;
}
#path li:first-child::before {
	content: '';
	padding-left: 0;
}
#path li a {
	color: #bbb;
}
#path li a:hover {
	color: #64c6b7;
}

#section-general form {
	padding: 20px 0 10px;
}
#section-general form .footer {
	margin-top: 30px;
}
#section-general form label {
	margin-top: 20px;
	display: inline-block;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 700;
}
#section-general form .footer label {
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: 400;
}
#section-general form span.error {
	z-index: 9;
	padding: 5px 0 0 10px;
	color: red;
	font-style: italic;
}
#section-general form .vat em {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #eee;
	width: 15px;
	height: 15px;
	-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
			border-radius: 10px;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
}
#section-general form input,
#section-general form select {
	width: 100%;
	height: 50px;
	border: 2px solid #ddd;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
			border-radius: 2px;
	padding: 0 20px;
	font-size: 14px;
	color: #173260;
}
#section-general form input.error {
	border-color: red;
}
#section-general form select {
	cursor: pointer;
}
#section-general #form-1 input:hover,
#section-general #form-1 input:focus,
#section-general #form-1 select:hover,
#section-general #form-1 select:focus {
	border-color: #8404c0;
	-moz-box-shadow: none;
		-webkit-box-shadow: none;
			box-shadow: none;
	color: #8404c0;
}
#section-general #form-1 input[type="checkbox"] {
	margin-left: 20px;
	width: auto;
}
#section-general #form-1 .footer input[type="checkbox"] {
	height: auto;
	background: red;
}
#section-general #form-1 .buttons {
	padding-top: 30px;
}
#section-general #form-1 p .btn-3 {
	-moz-transition: none;
		-webkit-transition: none;
			transition: none;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 10px 20px;
	border: 2px solid #ff916e;
	-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
			border-radius: 50px;
	font-size: 11px;
	color: #173260;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	line-height: 15px;
	
	cursor: pointer;
}
#section-general #form-1 p .btn-3:hover {
	background-color: #ff916e;
	color: #fff;
}
#section-general #form-1 .buttons label em {
	display: inline-block;
	margin-right: 10px;
	margin-left: 5px;
	background-color: #64c6b7;
	width: 15px;
	height: 15px;
	-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
			border-radius: 10px;
	font-size: 11px;
	color: #fff;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	line-height: 15px;
	cursor: pointer;
}
#section-general #form-1 p label:hover em {
	background-color: #fff;
	color: #64c6b7;
}
#section-general #form-1 .buttons input[type="file"] {
	display: none;
}
#section-general #form-1 .buttons p .file {
	margin-top: -5px;
	display: block;
	padding: 0 0 10px 20px;
	color: #64c6b7;
}
#section-general #form-1 .buttons p .file.error {
	color: red;
}
#section-general #form-1 p .btn-4 {
	margin: 0 auto;
	display: inline-block;
	background-color: #ff916e;
	background: -webkit-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: -o-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: linear-gradient(to right, #ff916e 0%, #ff6a83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff916e', endColorstr='#ff6a83',GradientType=1 );
	height: 50px;
	padding: 0 50px;
	border: none;
	-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
			border-radius: 30px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
#section-general #form-1 p .btn-4.right {
	float: right;
}
#section-general #form-1 p .btn-4:hover {
	background-color: #ff6a83;
	background: -webkit-linear-gradient(left, #ff6a83 0%, #ff916e 100%);
	background: -o-linear-gradient(left, #ff6a83 0%, #ff916e 100%);
	background: linear-gradient(to right, #ff6a83 0%, #ff916e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a83', endColorstr='#ff916e',GradientType=1 );
	-moz-box-shadow: none;
		-webkit-box-shadow: none;
			box-shadow: none;	
	border: none;
}

#section-general .company {
}
#section-general .company img {	
	margin-top: 40px;
	display: block;
	width: 70px;
	height: 70px;
}
#section-general .company h3 {
	font-size: 22px;
}

#section-general .company p {
	padding: 0;
	text-align: left;
}

@media (max-width: 991.98px) {
	#section-general .contact div {
		padding: 10px 20px;
	}
	#path {
		display: none
	}
	#section-general #form-1 .footer {
		margin-top: 10px;
	}
	#section-general #form-1 .footer + .footer {
		margin-top: 20px;
	}
	#section-general #form-1 .footer label {
		margin-top: 0;
	}
	#section-general p {
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media (max-width: 767.98px) {
	#section-general .contact p img {
		margin-top: 20px;
	}
	#section-general #form-1 p .btn-4 {
		width: 100%;
	}
	#section-general .company img {
		margin: 40px auto 0;
		width: 140px;
		height: 140px;
	}
	#section-general .company h3,
	#section-general .company p {
		text-align: center;
	}
	#section-general h3::after {
		margin: 15px auto 10px;
	}
	#section-general #form-1 .buttons p .file {
		padding-bottom: 0;
	}
}
@media (max-width: 575.98px) {
	#section-general {
		padding-right: 5px;
		padding-bottom: 30px;
		padding-left: 5px;
	}
	#section-general .contact {
		padding: 10px 0;
	}
	#section-general #form-1 .footer p {
		text-align: center;
	}
	#section-general #form-1 .footer p input[type="checkbox"] {
		margin: 0;
	}
}
@media (max-width: 350px) {
	#section-general p {
		text-align: left;
	}
}
/* section-general> */

/* <footer */
footer {
	background-image: -moz-radial-gradient( 70% 50%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 500%);
		background-image: -webkit-radial-gradient( 70% 50%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 500%);
			background-image: -ms-radial-gradient( 70% 50%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 500%);
	/*min-height: 420px;*/
}
footer .row {
	background: url('../images/pattern-3.png') 85% 220% no-repeat;
	height: 100%;
}
footer h2 {
	margin: 60px auto 0;
	display: block;
	width: 100%;
	height: auto;
}
footer h2 img {
	margin: 0 auto;
	display: block;
	width: 100px;
	height: auto;
}
footer .social {
	margin-top: 30px;
	height: 30px;
	text-align: center;
}
footer .social a {
	margin-left: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
}
footer .social a:first-child {
	margin-left: 0;
}
footer .social a.facebook {
	background: url('../images/saioda-facebook-icon.svg') 0 0 no-repeat;
}
footer .social a.facebook:hover,
footer .social a.facebook:focus {
	background-image: url('../images/saioda-facebook-icon-hover.svg');
}
footer .social a.twitter {
	background: url('../images/saioda-twitter-icon.svg') 0 0 no-repeat;
}
footer .social a.twitter:hover,
footer .social a.twitter:focus {
	background-image: url('../images/saioda-twitter-icon-hover.svg');
}
footer .social a.instagram {
	background: url('../images/saioda-instagram-icon.svg') 0 0 no-repeat;
}
footer .social a.instagram:hover,
footer .social a.instagram:focus {
	background-image: url('../images/saioda-instagram-icon-hover.svg');
}
footer nav {
	margin: 30px auto;
	width: 100%;
	text-align: center;
}
footer ul {
	list-style-type: none;
	width: 100%;
	height: 10px;
	padding: 0;
}
footer ul li {
	display: inline;
	height: 10px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
	line-height: 10px;
}
footer ul li::before {
	content: "/";
	padding: 0 20px;
}
footer ul li:first-child::before {
	content: "";
	padding: 0;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	-moz-transition: none;
		-webkit-transition: none;
			transition: none;
	border-bottom: 1px solid #241968;
	color: #fff;
}
footer hr {
	margin: 0 auto;
	background: none;
	width: 100px;
	border: none;
	border-top: 1px solid #fff;
	font-size: 0;
	line-height: 0;
}
footer .copyright {
	margin: 30px 0;
	width: 100%;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}

@media (max-width: 991.98px) {
	footer {
		background-image: -moz-radial-gradient( 70% 50%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 500%);
			background-image: -webkit-radial-gradient( 70% 50%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 500%);
				background-image: -ms-radial-gradient( 70% 50%, circle closest-side, rgb(46,131,255) 0%, rgb(135,0,190) 500%);
		background-size: cover;
	}
	footer .row {
		background-position: 100% 120%;
	}
	footer nav {
		margin-top: 30px;
		margin-bottom: 30px;
		height: auto;
	}
	footer ul {
		display: block;
		height: auto;
	}
	footer ul li {
		height: auto;
		letter-spacing: 1px;
		line-height: 20px;
	}
}
@media (max-width: 767.98px) {

}
@media (max-width: 575.98px) {
	footer ul li {
		display: inherit;
		line-height: 25px;
	}
	footer ul li::before {
		content: "";
		padding: 0;
	}
	footer .copyright {
		padding: 0 20px;
	}
}
/* footer> */

/* <modal login */
/*.modal-dialog {
	left: 17px;
}
.modal-open {
	overflow: visible;
}
.modal-open, .modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	padding-right: 0px!important;
}
.modal-open header nav {
	left: 17px;
}
*/

/* <css hack */
body.modal-open-noscroll {
	margin-right: 0!important;
	overflow: hidden;
}
.modal-open-noscroll .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	margin-right: 0!important;
}
/* css hack> */
#modal-login {
	background-color: rgba(0, 0, 0, 0.7);
}
#modal-login .modal-dialog .modal-header {
	border-bottom: none;
}
#modal-login .modal-dialog .modal-content {
	background-color: #fff;
	/*background-color: #ff916e;
	background: -webkit-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: -o-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: linear-gradient(to right, #ff916e 0%, #ff6a83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff916e', endColorstr='#ff6a83',GradientType=1 );border: none;*/
}
#modal-login .modal-dialog .close {
	margin: 0 0 0 auto;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-moz-box-shadow: none;
		-webkit-box-shadow: none;
			box-shadow: none;
	-moz-text-shadow: none;
		-webkit-text-shadow: none;
			text-shadow: none;
}
#modal-login .modal-body {
	padding-bottom: 30px;
	font-size: 13px;
	color: #173260;
}
#modal-login .modal-body .main {
}
#modal-login .modal-body .main p.forgot {
	position: relative;
}
#modal-login .modal-body .main a.forgot {
	cursor: pointer;
}
#modal-login .modal-body .main a.forgot-close {
	position: absolute;
	top: 25px;
	right: 30px;
	bototm: auto;
	left: auto;
	z-index: 9;
	display: block;
	background-color: #ddd;
	width: 20px;
	height: 20px;
	border: none;
	-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
			border-radius: 10px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	line-heigth: 20px;
	cursor: pointer;
	font-stretch: expanded;
}
#modal-login .modal-body .main a.forgot-close:hover {
	background-color: #8404c0;
	color: #fff;
}
#modal-login .modal-body .main a.forgot-close:hover {
	border-bottom: none;
}
#modal-login .modal-body .main div.forgot.hide {
	display: none;
}
#modal-login .modal-body .main div.forgot.show {
	display: block;
}
#modal-login .modal-body .secondary {
}
#modal-login .modal-body .secondary div + div {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
#modal-login .modal-body h6 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-family: 'Dosis', 'Roboto', sans-serif;
	font-size: 18px;
	color: #8404c0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
#modal-login .modal-body p {
	padding: 10px 0;
	text-align: center;
}
#modal-login .modal-body p a {
	color: #8404c0;
}
#modal-login .modal-body p a:hover {
	border-bottom: 1px solid #64c6b7;
}
#modal-login .modal-body input.form-control {
	height: 50px;
	border: 2px solid #ddd;
	-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
			border-radius: 30px;
	padding: 0 20px;
	font-size: 14px;
	color: #173260;
}
#modal-login .modal-body input.form-control:hover,
#modal-login .modal-body input.form-control:focus {
	border-color: #8404c0;
	-moz-box-shadow: none;
		-webkit-box-shadow: none;
			box-shadow: none;
	color: #8404c0;
}
#modal-login .modal-body input.form-control::placeholder {
	color: #ccc;
	font-style: italic;
}
#modal-login .modal-body .login.error {
	display: none;
	color: red;
	font-style: italic;
}
#modal-login .modal-body .checkbox {
	height: 40px;
}
#modal-login .modal-body .checkbox input[type="checkbox"] {
	position: relative;
	bottom: 1px;
	vertical-align: middle;
}
#modal-login .modal-body .checkbox label {
	display: inline-block;
	padding-left: 10px;
	font-size: 13px;
	line-height: 10px;
}
#modal-login .modal-body p .btn-1 {
	margin: 0 auto;
	display: inline-block;
	background-color: #ff916e;
	background: -webkit-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: -o-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: linear-gradient(to right, #ff916e 0%, #ff6a83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff916e', endColorstr='#ff6a83',GradientType=1 );
	height: 50px;
	padding: 0 50px;
	border: none;
	-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
			border-radius: 30px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
#modal-login .modal-body p .btn-1:hover {
	background-color: #ff6a83;
	background: -webkit-linear-gradient(left, #ff6a83 0%, #ff916e 100%);
	background: -o-linear-gradient(left, #ff6a83 0%, #ff916e 100%);
	background: linear-gradient(to right, #ff6a83 0%, #ff916e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a83', endColorstr='#ff916e',GradientType=1 );
	-moz-box-shadow: none;
		-webkit-box-shadow: none;
			box-shadow: none;	
	border: none;
}
#modal-login .modal-body p .btn-2 {
	-moz-transition: none;
		-webkit-transition: none;
			transition: none;
	display: inline-block;
	height: 40px;
	padding: 0 40px;
	border: 2px solid #ff916e;
	-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
			border-radius: 50px;
	font-size: 11px;
	color: #173260;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 36px;
}
#modal-login .modal-body p .btn-2:hover {
	background-color: #ff916e;
	background: -webkit-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: -o-linear-gradient(left, #ff916e 0%, #ff6a83 100%);
	background: linear-gradient(to right, #ff916e 0%, #ff6a83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff916e', endColorstr='#ff6a83',GradientType=1 );
	border: none;
	color: #fff;
	line-height: 40px;
}
@media (max-width: 991.98px) {
	#modal-login .modal-body .secondary {
		margin-top: 10px;
		border-top: 1px solid #ddd;
		padding-top: 20px;
	}
}
@media (max-width: 575.98px) {
	#modal-login .modal-body {
		padding: 0;
	}
	#modal-login .modal-body .main {
		padding: 0;
	}
	#modal-login .modal-body p .btn-1,
	#modal-login .modal-body p .btn-2 {
		width: 100%;
	}
}
/* modal login> */

/* <modal story */
#modal-story .modal-dialog {
}
#modal-story .modal-dialog .close {
	margin: 0 0 0 auto;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-moz-box-shadow: none;
		-webkit-box-shadow: none;
			box-shadow: none;
	-moz-text-shadow: none;
		-webkit-text-shadow: none;
			text-shadow: none;
	color: #fff;
}
#modal-story .modal-content {
	background-color: #8404c0;
	background: -moz-linear-gradient(45deg, #2e83ff 0%, #8700be 100%);
	background: -webkit-linear-gradient(45deg, #2e83ff 0%,#8700be 100%);
	background: linear-gradient(45deg, #2e83ff 0%,#8700be 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e83ff', endColorstr='#8700be',GradientType=1 );
	border: none;
}
#modal-story .modal-header {
	border-bottom: none;
}
#modal-story .modal-body {
	padding-bottom: 40px;
}
#modal-story .modal-body h3 {
	padding: 50px 20px 20px;
	font-family: 'Dosis', 'Roboto', sans-serif;
	font-size: 35px;
	color: #ff916e;
	line-height: 35px;
	text-align: left;
}
#modal-story .modal-body p {
	padding: 0 20px 20px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	text-align: justify;
	font-weight: 500;
}
#modal-story .modal-body .header,
#modal-story .modal-body .footer {
	display: none;
	background: url('../images/saioda-story-1.svg') no-repeat;
	background-size: 300px 40px;
	height: 40px;
	text-align: center;
}
#modal-story .modal-body .header {
	background-position: 50% 0;
}
#modal-story .modal-body .footer {
	background-position: 50% 100%;
}
#modal-story .modal-body .banner img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

@media (max-width: 991.98px) {
	#modal-story .modal-body h3,
	#modal-story .modal-body p {
		text-align: center;
	}
	#modal-story .modal-body p {
		padding: 0 10px 20px;
	}
}
@media (max-width: 575.98px) {
	#modal-story .modal-body {
		padding-right: 10px;
		padding-left: 10px;
	}
	#modal-story .modal-body h3 {
		padding-top: 20px;
	}
	#modal-story .modal-body p {
		padding: 0 0 20px;
	}
	#modal-story .modal-body .header,
	#modal-story .modal-body .footer {
		background-size: contain;
	}
}
@media (min-width: 576px) {
	#modal-story .modal-dialog {
		max-width: none;
	}
	#modal-story .modal-dialog {
		width: auto;
		padding: 0 25px;
	}
	#modal-story .modal-content {
	}
}
/* modal story> */
