﻿.circle-container {
	position: relative;
	width: 35em;
	height: 35em;
	border-radius: 50%;
	padding: 0;
	list-style: none;
	margin: 0em auto 0;
	border: solid 5px #f7f7f7
}
.circle-container>* {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3em;
	width: 6em;
	height: 6em
}
.circle-container>*:nth-of-type(1) {
	transform: rotate(0deg) translate(17.5em) rotate(0deg)
}
.circle-container>*:nth-of-type(2) {
	transform: rotate(30deg) translate(17.5em) rotate(-30deg)
}
.circle-container>*:nth-of-type(3) {
	transform: rotate(60deg) translate(17.5em) rotate(-60deg)
}
.circle-container>*:nth-of-type(4) {
	transform: rotate(90deg) translate(17.5em) rotate(-90deg)
}
.circle-container>*:nth-of-type(5) {
	transform: rotate(120deg) translate(17.5em) rotate(-120deg)
}
.circle-container>*:nth-of-type(6) {
	transform: rotate(150deg) translate(17.5em) rotate(-150deg)
}
.circle-container>*:nth-of-type(7) {
	transform: rotate(180deg) translate(17.5em) rotate(-180deg)
}
.circle-container>*:nth-of-type(8) {
	transform: rotate(210deg) translate(17.5em) rotate(-210deg)
}
.circle-container>*:nth-of-type(9) {
	transform: rotate(240deg) translate(17.5em) rotate(-240deg)
}
.circle-container>*:nth-of-type(10) {
	transform: rotate(270deg) translate(17.5em) rotate(-270deg)
}
.circle-container>*:nth-of-type(11) {
	transform: rotate(300deg) translate(17.5em) rotate(-300deg)
}
.circle-container>*:nth-of-type(12) {
	transform: rotate(330deg) translate(17.5em) rotate(-330deg)
}
.circle-container img {
	display: block;
	max-width: 100%;
	border-radius: 50%;
	transition: all 0.3s
}
.circle-container li a:hover img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	cursor: default
}
.circle-container li:last-child img {
	max-width: 200% !important;
	width: 200% !important;
	margin-left: -50%;
	margin-top: -50%
}
.heading-one, .tutorial h1 {
	color: #5381c6;
	font-size: 3em;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 0
}
.heading-one small, .tutorial h1 small {
	display: block;
	color: black;
	font-weight: 300;
	margin-bottom: 5px;
	font-size: 0.5em;
	opacity: 0.5
}
.heading-two {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	color: #5381c6
}
.heading-two small {
	display: block;
	margin-bottom: 5px;
	color: black;
	opacity: .5;
	font-size: 15px
}
.heading-three {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #3e5062;
	text-transform: uppercase
}
.heading-four, .tutorial h2 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
	color: black
}
.heading-five, body.page-changelog .changelog-list .content ul li .nota h5, .features-list .item h4 {
	font-weight: bold;
	color: black;
	font-size: 1.3em;
	margin-top: 30px;
	line-height: 1.35em
}
.heading-six {
	font-weight: bold;
	color: black;
	font-size: 1em;
	margin-top: 8px;
	line-height: 1.35em
}
html {
	height: 100%
}
body {
	color: #505050;
	font-family: "Open Sans", sans-serif;
	font-size: 14px
}
body.page-home {
	background: #3e5062
}
body.page-home .main {
	background: white
}
body.page-login {
	background: #3e5062
}
body.page-login section {
	width: 550px;
	margin: auto;
	background: white;
	border-radius: 3px
}
body.page-login section form {
	padding: 40px;
	padding-bottom: 10px;
	margin: 0
}
body.page-login section footer {
	background: #f7f7f7;
	padding: 20px 0;
	text-align: center
}
body.page-login section footer .btn {
	margin-left: 15px
}
body.page-login .form-group {
	margin-bottom: 20px
}
body.page-login .form-group .form-control {
	border-radius: 3px;
	height: 45px;
	border: 2px solid #d1d1d1;
	transition: all 0.2s
}
body.page-login .form-group .form-control:hover {
	border-color: #ababab
}
body.page-login .form-group .form-control:focus {
	border-color: #5381c6;
	color: #5381c6
}
body.page-login .form-control:focus {
	box-shadow: none
}
body.page-login .main {
	margin: 40px 0
}
body.page-download .platforms-download .btn {
	margin-bottom: 5px
}
body.page-download .platforms-download tr td {
	padding-bottom: 30px
}
body.page-download .platforms-download h5 {
	color: #5381c6;
	margin: 0
}
img {
	image-rendering: auto
}
a {
	color: #5381c6
}
a:hover {
	text-decoration: underline
}
.bg-gray {
	background: #f7f7f7
}
.bg-dark-gray {
	background: #efefef
}
.main-content {
	background: white
}
.no-margin {
	margin: 0 !important
}
.media-blue {
	border: 1px solid #5381c6;
	border-radius: 3px
}
.breadcrumb {
	margin: 10px 0
}
.breadcrumb>li+li:before {
	content: "\203A"
}
.img-rounded {
	border-radius: 3px
}
.headline, .headline-gray, .headline-blue-dark {
	border-bottom: none;
	margin: 40px 0;
	clear: both
}
.headline-gray {
	border-top: 1px solid #f7f7f7
}
.headline-blue-dark {
	border-top: 1px solid #3e5062
}
.form-control {
	border-radius: 3px;
	box-shadow: none
}
.form-control-special {
	border-radius: 3px;
	height: 45px;
	border: 2px solid #d1d1d1;
	transition: all 0.2s
}
.form-control-special:hover {
	border-color: #ababab
}
.form-control-special:focus {
	border-color: #5381c6;
	color: #5381c6
}
.nav-tabs {
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 3px solid #d1d1d1
}
.nav-tabs li {
	margin: 0;
	padding: 0
}
.nav-tabs li a {
	border: none;
	border-bottom: 3px solid #d1d1d1;
	border-radius: 0;
	position: relative;
	top: 3px;
	color: #505050
}
.nav-tabs li a:hover {
	color: black;
	background: none
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:visited, .nav-tabs li.active a:focus {
	border: none;
	color: #5381c6;
	border-bottom: 3px solid #5381c6
}
.btn {
	border-radius: 3px;
	text-transform: uppercase;
	background: none;
	transition: color, background 0.3s
}
.btn.btn-primary {
	border: 1px solid #5381c6;
	color: #5381c6
}
.btn.btn-primary:hover {
	background: #5381c6;
	color: white
}
.btn.btn-white {
	border: 1px solid white;
	color: white
}
.btn.btn-white:hover {
	background: #fff !important;
	color: #5381c6 !important
}
.btn.btn-white.btn-white-invert {
	background: white;
	color: #344352
}
.btn.btn-yellow {
	border: 1px solid #ffd532;
	background: #ffd532;
	color: #3e5062 !important
}
.btn.btn-yellow:hover {
	background: #feca00 !important;
	border-color: #feca00 !important
}
.btn-blue {
	background: #5381c6;
	color: #fff !important
}
.btn-blue:hover {
	background: #3967ad !important;
	border-color: #3967ad !important
}
.btn-circle {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 60px
}
.btn-circle img {
	width: 100%
}
.card {
	border-radius: 3px;
	border: 1px solid #dedede;
	overflow: hidden;
	transition: background .3s
}
.card .card-image {
	position: relative
}
.card .card-image img {
	width: 100%
}
.card .card-content {
	width: 100%;
	padding: 15px
}
.card .card-action {
	border-top: 1px solid #dedede;
	padding: 15px
}
.card:hover {
	background: #f5f5f5
}
.card.card-full {
	clear: both;
	height: 220px;
	margin-bottom: 30px
}
.card.card-full .card-image {
	width: 220px;
	overflow: hidden;
	float: left;
	margin-right: 30px
}
.card.card-full .card-image img {
	width: auto
}
.card.card-full .card-content {
	padding: 30px;
	padding-left: 0;
	height: 70%
}
.card.card-full .card-action {
	padding: 15px 0
}
.card.card-full.card-mini {
	font-size: 12px;
	height: 130px
}
.card.card-full.card-mini h2 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px
}
.card.card-full.card-mini .card-image {
	width: 30%;
	height: 100%;
	background: #C0E3CF;
	display: table
}
.card.card-full.card-mini .card-image a {
	display: table-cell;
	vertical-align: middle
}
.card.card-full.card-mini .card-image img {
	width: 100%
}
.card.card-full.card-mini .card-content {
	padding: 10px
}
.cards-table-price {
	margin-bottom: 40px
}
.cards-table-price .card {
	transition: all 0.3s;
	position: relative;
	overflow: visible
}
.cards-table-price .card:hover {
	background: none;
	border-color: #5381c6
}
.cards-table-price .card .tag {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
	color: white;
	background: #5381c6;
	left: 88%;
	top: -25px;
	z-index: 2
}
.cards-table-price .card .tag small {
	display: block;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 5px
}
.cards-table-price .card h2 {
	font-size: 28px;
	height: 150px;
	margin: 0;
	padding: 20px
}
.cards-table-price .card h2 small {
	font-weight: bold;
	opacity: 1
}
.cards-table-price .card ul {
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 350px;
	height: 100%;
	display: table
}
.cards-table-price .card ul li {
	width: 100%;
	padding: 0px 20px;
	font-size: 12px;
	color: black;
	height: 90px;
	display: table-row
}
.cards-table-price .card ul li div {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	padding: 0 20px
}
.cards-table-price .card ul li div span {
	display: inline-block;
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #5381c6;
	border-radius: 3px;
	color: #5381c6
}
.cards-table-price .card ul li:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.04)
}
.cards-table-price .card ul li.databases div {
	padding: 10px 20px
}
.cards-table-price .card ul li.databases div img {
	width: 48px;
	border-radius: 50%;
	margin: 5px
}
.cards-table-price .card .card-content {
	padding: 0
}
.cards-table-price .card .card-price {
	padding: 30px 20px
}
.cards-table-price .card .card-price span {
	display: block;
	font-size: 30px;
	line-height: 25px;
	margin-bottom: 30px;
	color: #5381c6
}
.cards-table-price .card .card-price del {
	text-decoration: none
}
.cards-table-price .card .card-price small {
	font-size: 10px;
	display: block
}
.cards-table-price .card .card-price small strong {
	color: black
}
.cards-table-price .card .card-action {
	border-top-color: rgba(0, 0, 0, 0.1)
}
.cards-group {
	margin-bottom: 20px
}
.cards-group .card {
	border-bottom: none;
	border-radius: 0;
	width: 100%;
	height: 100% !important;
	display: table;
	table-layout: fixed
}
.cards-group .card:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.cards-group .card:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom: 1px solid #dedede
}
.cards-group .card .card-content {
	display: table-cell
}
.cards-group .card .card-action {
	width: 180px;
	display: table-cell;
	border: none;
	height: 100% !important;
	vertical-align: middle;
	border-left: 1px solid #dedede
}
.page-header {
	background: #344352;
	padding: 30px 0;
	border: none;
	margin-top: 0;
	margin-bottom: 0px
}
.page-header h1 {
	color: white;
	margin: 0
}
.page-content {
	min-height: 600px
}
.faq-list {
	margin: 30px 0
}
.faq-list>.item {
	clear: both;
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 10px;
	margin-bottom: 20px
}
.faq-list>.item:last-child {
	border-bottom: none
}
.faq-list>.item:before {
	content: "?";
	display: block;
	width: 40px;
	height: 40px;
	background: #f7f7f7;
	text-align: center;
	float: left;
	margin-right: 20px;
	font-size: 35px;
	line-height: 40px;
	border-radius: 3px;
	color: #3e5062
}
.faq-list>.item .header, .faq-list>.item .content {
	padding-left: 60px
}
.faq-list>.item .header {
	margin-top: 0
}
.nav-gray {
	background: #f7f7f7;
	border-radius: 3px
}
.tutorial h2 {
	margin-top: 50px
}
.tutorial code {
	margin: 20px 0 40px;
	background: #f9f2f4;
	display: block;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}
.tutorial figure {
	margin: 20px 0 40px;
	background: #f7f7f7;
	padding: 20px 0;
	border-radius: 3px;
	text-align: center
}
.tutorial figure img {
	max-width: 100%
}
.tutorial ol {
	list-style: none;
	padding: 0;
	margin: 0
}
.tutorial table {
	width: 100%;
	border: 1px solid #f7f7f7
}
.tutorial table th, .tutorial table td {
	border: 1px solid #f7f7f7;
	padding: 5px
}
.tutorial table th {
	background: #f7f7f7
}
#banner-top {
	padding: 8px 0;
	text-align: center;
	position: relative;
	background: #ffd532
}
#banner-top a {
	color: #3e5062;
	font-weight: bold
}
#banner-top span.text-danger {
	color: red
}
#banner-top span.close-alert {
	position: absolute;
	right: 10px;
	top: 6px
}
header {
	z-index: 99999
}
header #sub-navbar {
	background: #3e5062;
	border-bottom: 1px solid #344352;
	text-align: right;
	height: 30px;
	padding: 7px 0;
	position: relative;
	z-index: 100;
	transition: all 0.3s
}
header #sub-navbar .nav li {
	padding: 0 10px;
	border-right: 1px solid white
}
header #sub-navbar .nav li:last-child {
	padding-right: 0;
	border-right: none
}
header #sub-navbar .nav li a {
	padding: 0;
	text-transform: uppercase;
	color: white;
	font-size: 11px
}
header #sub-navbar .nav li a:hover {
	background: none;
	text-decoration: underline
}
header #sub-navbar .lang-btn {
	background: url("//cdn2.scriptcase.net/lib/../home/img/languages/brasil.png") center center no-repeat;
	text-indent: -9999px;
	width: 29px
}
header #sub-navbar.off {
	margin-top: -25px
}
header .navbar-default .navbar-nav>li>a {
	color: white;
	text-transform: uppercase;
	font-size: 12px
}
header .navbar-default .navbar-nav>li>a:hover {
	text-decoration: underline;
	color: white
}
header .navbar {
	background: #3e5062;
	border: none;
	border-bottom: 1px solid #344352;
	border-radius: 0;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	transition: background 0.3s
}
header .navbar .navbar-brand img {
	position: relative;
	top: -8px
}
header .navbar .navbar-toggle {
	border: none;
	margin-right: 5px;
	background: transparent !important
}
header .navbar .navbar-toggle:hover, header .navbar .navbar-toggle:visited, header .navbar .navbar-toggle:link, header .navbar .navbar-toggle:active {
	background: none !important
}
header .navbar .navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.3s
}
header .navbar .navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%
}
header .navbar .navbar-toggle .middle-bar {
	opacity: 0
}
header .navbar .navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%
}
header .navbar .navbar-toggle.collapsed .top-bar {
	transform: rotate(0)
}
header .navbar .navbar-toggle.collapsed .middle-bar {
	opacity: 1
}
header .navbar .navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0)
}
header .navbar .navbar-toggle.collapsed:hover, header .navbar .navbar-toggle.collapsed:visited, header .navbar .navbar-toggle.collapsed:link, header .navbar .navbar-toggle.collapsed:active {
	background: none !important
}
header .navbar .navbar-buttons {
	margin-top: 8px
}
header .navbar .navbar-buttons li {
	margin-left: 10px
}
header .navbar .navbar-buttons li a {
	padding: 6px 12px
}
header .navbar .navbar-buttons li a:hover {
	text-decoration: none
}
header .navbar li a, header .navbar li a:focus, header .navbar li a:visited, header .navbar li a:hover {
	color: #fff !important
}
header .dropdown-menu {
	border-radius: 3px;
	border-top-right-radius: 0;
	border: none;
	background: #344352
}
header .dropdown-menu li a {
	color: white
}
header .dropdown-menu li a:hover {
	color: #3e5062 !important
}
header .dropdown-menu .divider {
	background-color: #2a3743
}
header .navbar-default .navbar-nav>.open>a, header .navbar-default .navbar-nav>.open>a:focus, header .navbar-default .navbar-nav>.open>a:visited, header .navbar-default .navbar-nav>.open>a:hover {
	background: #344352;
	color: white
}
@media (max-width:767px) {
	header .dropdown-menu li {
		border: none !important
	}
	header .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: white
	}
	header .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, header .navbar-default .navbar-nav .open .dropdown-menu>li>a:visited, header .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: white
	}
	header .navbar-nav .open .dropdown-menu {
		background-color: #2a3743
	}
}
header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0
}
header.fixed #sub-navbar, header.fixed #banner-top {
	display: none
}
section#hero .parallax-window {
	padding: 95px 0;
	color: white
}
section#hero h1 {
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-size: 3.6em;
	margin-bottom: 60px
}
section#hero .buttons {
	margin: 80px 0
}
section#hero .video-button {
	line-height: 16px;
	position: relative
}
section#hero .video-button a img {
	width: 64px;
	position: relative
}
section#hero .video-button small {
	margin-top: 10px;
	display: block
}
@keyframes blink-btn {
	from {
		top: 55px
	}
	to {
		top: 70px
	}
}
section#hero .btn-circle {
	position: relative;
	animation-name: blink-btn;
	animation-duration: 0.75s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in
}
section#flow {
	background: url("//cdn2.scriptcase.net/lib/../home/img/flow-background.jpg") no-repeat center -20px #f7f7f7;
	padding: 80px 0;
	min-height: 760px
}
section#flow .flow {
	background: url("//cdn2.scriptcase.net/lib/../home/img/flow.png") no-repeat center;
	min-height: 200px;
	margin-top: 50px
}
section#flow .flow-navigation li {
	width: 16.66666666666667%;
	line-height: normal
}
section#flow .flow-navigation li a {
	position: relative;
	top: 30px
}
section#flow .flow-navigation li a span {
	transition: top 0.3s
}
section#flow .flow-navigation li a span.number {
	display: block;
	font-size: 70px;
	font-weight: 300;
	color: #5381c6;
	position: relative;
	top: 0
}
section#flow .flow-navigation li a span.title {
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 16px;
	position: relative;
	top: 0;
	color: #5381c6
}
section#flow .flow-navigation li a span.legend {
	color: #5381c6;
	display: block;
	position: relative;
	top: 55px
}
section#flow .flow-navigation li a:before {
	content: "";
	height: 35px;
	width: 35px;
	border: 3px solid #5381c6;
	margin: auto;
	display: block;
	border-radius: 50%;
	background: #5381c6;
	position: absolute;
	left: 50%;
	top: 136px;
	margin-left: -18px
}
section#flow .flow-navigation li a:hover {
	background: none
}
section#flow .flow-navigation li a:hover span.number {
	top: -20px
}
section#flow .flow-navigation li a:hover span.title {
	top: -10px
}
section#flow .flow-navigation li a:hover span.legend {
	top: 65px
}
section#flow .flow-navigation li a:hover, section#flow .flow-navigation li a:active, section#flow .flow-navigation li a:link, section#flow .flow-navigation li a:visited {
	background: none
}
section#highlights {
	overflow: hidden
}
section#highlights .navigation.fixed {
	position: fixed;
	width: 100%;
	z-index: 9999
}
section#highlights .navigation {
	background: rgba(83, 129, 198, 0.96);
	padding: 3px 0;
	top: -70px;
	transition: top 0.3s;
	position: fixed;
	top: -70px;
	width: 100%
}
section#highlights .navigation ul:before {
	border-top: 1px solid white;
	display: block;
	width: 82%;
	height: 3px;
	margin: auto;
	margin-top: 18px;
	top: -4px;
	position: relative;
	transition: border-color 0.3s
}
section#highlights .navigation li a {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	color: white;
	transition: color 0.3s
}
section#highlights .navigation li a:before {
	content: "";
	height: 15px;
	width: 15px;
	border: 1px solid white;
	display: block;
	margin: auto;
	background: #5381c6;
	border-radius: 50%;
	margin-bottom: 1px;
	margin-top: -25px;
	transition: background, border-color 0.3s
}
section#highlights .navigation li a:after {
	content: "";
	height: 9px;
	width: 9px;
	display: block;
	margin: auto;
	margin-bottom: -15px;
	border-radius: 50%;
	background: white;
	position: relative;
	top: -27px;
	opacity: 0;
	transition: opacity 0.3s
}
section#highlights .navigation li.active a:after, section#highlights .navigation li a:hover:after {
	opacity: 1
}
section#highlights .navigation li a:active, section#highlights .navigation li a:link, section#highlights .navigation li a:visited {
	background: none
}
section#highlights .item {
	padding: 80px 0;
	position: relative
}
section#highlights .item .row {
	display: flex;
	align-items: center;
	justify-content: center
}
section#highlights .item h1 {
	color: black
}
section#highlights .item img {
	width: 100%
}
section#highlights .item#item2 img, section#highlights .item#item4 img {
	width: 140%;
	margin-left: -150px
}
section#highlights .item-blue {
	background: #f7f7f7
}
div#databases {
	width: 500px;
	height: 500px;
	background: black;
	border-radius: 50%
}
section#howtoworks {
	padding: 80px 0
}
section#howtoworks .row-list {
	margin-bottom: 50px
}
section#howtoworks .media-blue {
	margin: 50px 0 20px;
	padding: 0 20px
}
section#learn {
	padding: 80px 0;
	background: #f7f7f7
}
section#learn .heading-five, section#learn body.page-changelog .changelog-list .content ul li .nota h5, body.page-changelog .changelog-list .content ul li .nota section#learn h5, section#learn .features-list .item h4, .features-list .item section#learn h4 {
	margin-top: 10px;
	color: #5381c6
}
section#learn .items .item {
	border-right: 1px solid #5381c6;
	padding-right: 15px
}
section#learn .items .item:last-child {
	border-right: none
}
section#learn .countdown {
	background: #f8f4e3;
	border: 1px solid #5381c6;
	border-radius: 3px;
	padding: 18px;
	height: 72px;
	margin: 15px;
	margin-bottom: 0;
	color: #5381c6
}
section#learn .countdown .days, section#learn .countdown .clock {
	font-size: 2.5em;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	height: 36px
}
section#learn .countdown .days {
	border-right: 3px solid #5381c6;
	padding-right: 10px
}
section#learn .countdown .clock {
	padding: 0px 10px
}
section#learn .countdown .legend {
	float: left;
	line-height: 36px
}
section#learn .countdown .btn {
	float: right
}
section#learn .seminar {
	margin-top: 40px
}
section#marks {
	padding: 80px 0;
	background: url("//cdn2.scriptcase.net/lib/../home/img/poligonal-background.jpg") #3e5062;
	color: white
}
section#marks .row {
	margin-top: 70px
}
section#marks img {
	margin: auto
}
section#marks h1, section#marks h2, section#marks h2 small {
	color: white
}
section#marks h2 {
	font-family: 'Cabin Sketch', sans-serif;
	display: block;
	font-size: 3.6em;
	font-weight: normal
}
section#marks h2 small {
	font-family: "Open Sans";
	font-size: 0.3em;
	display: block
}
section#clients .blockquotes {
	margin-top: 80px;
	margin-bottom: 20px
}
section#clients .blockquotes .row {
	display: flex;
	align-items: center;
	justify-content: center
}
section#clients .blockquotes .btn {
	white-space: normal;
	word-wrap: break-word
}
section#clients .blockquotes .item {
	border: 1px solid #5381c6;
	border-radius: 3px
}
section#clients .blockquotes .item img {
	margin-top: -50px;
	border: 10px solid #f7f7f7
}
section#clients .blockquotes .item blockquote {
	border: none
}
section#clients .blockquotes .item blockquote p {
	font-style: italic;
	font-size: 0.875em;
	color: #5381c6
}
section#clients .blockquotes .item blockquote p:after {
	content: "";
	border-bottom: 2px solid #505050;
	width: 50px;
	margin: 15px auto;
	display: block
}
section#clients .blockquotes .item blockquote footer {
	background: none;
	font-size: 12px;
	color: black
}
section#clients .blockquotes .item blockquote footer cite {
	display: block;
	font-style: normal
}
section#clients .blockquotes .item blockquote footer:before {
	content: ""
}
section#clients .bg-gray {
	padding: 80px 0
}
section#clients .bg-white {
	padding: 40px 0
}
section#clients .brands {
	-webkit-column-count: 7;
	-moz-column-count: 7;
	column-count: 7
}
section#clients .brands img {
	margin: auto
}
section#final {
	background: #3e5062;
	color: white
}
section#final .parallax-window {
	background: url("//cdn2.scriptcase.net/lib/../home/img/programmer-laptop-background.jpg") no-repeat center center;
	background-size: cover;
	padding: 80px 0
}
section#final h1 {
	color: white
}
section#final .buttons {
	margin-top: 40px
}
footer#footer {
	background: #3e5062;
	padding-top: 40px;
	border-top: 1px solid #344352
}
footer#footer .headline-blue-dark {
	border-top-color: #344352
}
footer#footer h4 {
	color: white
}
footer#footer ul>li {
	line-height: 24px
}
footer#footer ul>li a {
	color: white
}
footer#footer ul>li a:hover {
	text-decoration: underline;
	color: white
}
footer#footer .social li img {
	width: 16px;
	margin-right: 5px
}
footer#footer .newsletter input {
	border: 1px solid white;
	background: none;
	color: white;
	height: 34px
}
footer#footer .newsletter::-webkit-input-placeholder {
	color: white
}
footer#footer .newsletter::-moz-placeholder {
	color: white
}
footer#footer .newsletter:-ms-input-placeholder {
	color: white
}
footer#footer .newsletter input:-moz-placeholder {
	color: white
}
footer#footer .copyright {
	background: #344352;
	padding: 20px 0;
	margin-top: 40px;
	color: white
}
body.page-samples {
	height: calc(100% - 55px)
}
body.page-samples header {
	height: 54px;
	padding: 12px 0;
	background: #344352
}
body.page-samples .page {
	height: 100%
}
body.page-samples #sidebar {
	background: #f7f7f7;
	width: 18%;
	height: 100%;
	float: left
}
body.page-samples #sidebar .nav {
	overflow-y: scroll;
	height: calc(100% - 60px)
}
body.page-samples #sidebar .nav>li {
	border-bottom: 1px solid #e8e8e8
}
body.page-samples #sidebar .nav>li>a {
	font-weight: bold;
	padding: 18px 25px;
	color: #3e5062
}
body.page-samples #sidebar .nav>li>a:before {
	content: "+";
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #3e5062;
	width: 20px;
	position: relative;
	top: -2px
}
body.page-samples #sidebar .nav>li>a:hover {
	color: #3e5062
}
body.page-samples #sidebar .nav>li>ul {
	display: none
}
body.page-samples #sidebar .nav>li>ul li {
	border-bottom: 1px solid #efefef
}
body.page-samples #sidebar .nav>li>ul li:last-child {
	border-bottom: none
}
body.page-samples #sidebar .nav>li>ul li a {
	font-size: 0.9em;
	color: #3e5062;
	display: block;
	padding: 8px 45px;
	font-weight: 600
}
body.page-samples #sidebar .nav>li>ul li a:before {
	content: "\203A";
	margin-left: -10px;
	padding-right: 5px;
	position: relative;
	top: -1px
}
body.page-samples #sidebar .nav>li>ul li a:hover {
	background: #efefef;
	text-decoration: none
}
body.page-samples #sidebar .nav>li a:active, body.page-samples #sidebar .nav>li a:visited, body.page-samples #sidebar .nav>li a:focus {
	background: none
}
body.page-samples #sidebar .nav>li a:hover {
	background: #efefef
}
body.page-samples #sidebar .nav>li.active {
	background: #efefef
}
body.page-samples #sidebar .nav>li.active>a:before {
	content: "\2013";
	position: relative;
	top: -3px
}
body.page-samples #sidebar .nav>li.active>ul {
	display: block;
	background: white
}
body.page-samples #sidebar .nav>li.active>ul li a {
	background: white
}
body.page-samples #sidebar .nav>li.active>ul li a:hover {
	background: #efefef
}
body.page-samples #sidebar .nav>li.active>ul li.active a {
	background: #efefef
}
body.page-samples #sidebar .nav>li:first-child>a:before,
body.page-samples #sidebar .nav>li:nth-child(2)>a:before {
	content: "•"
}
body.page-samples #sidebar .nav>li:first-child.active {
	background: #f7f7f7
}
body.page-samples #sidebar .nav>li:first-child.active>a:before {
	top: -2px
}
body.page-samples #live-search {
	background: #f7f7f7;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px
}
body.page-samples #live-search #filter {
	width: 100%;
	border: none;
	padding: 7px 10px;
	border-radius: 3px;
	border: 1px solid #e8e8e8;
	background: url("//cdn2.scriptcase.net/lib/../samples/img/search.png") no-repeat 98% center #fff
}
body.page-samples #content-overlay {
	background: url("//cdn2.scriptcase.net/lib/../samples/img/scriptcase-logo-overlay.png") no-repeat center center #fff
}
body.page-samples #content, body.page-samples #content-overlay {
	height: 100%;
	width: 82%;
	float: left;
	overflow-y: scroll
}
body.page-samples #content .intro, body.page-samples #content .tutorial {
	padding: 20px 60px 40px
}
body.page-samples #content .sample-loading {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #e7e7e7
}
body.page-samples #content .sample-loading .loading {
	height: 50px;
	width: 50px;
	background: url("//cdn2.scriptcase.net/lib/../samples/img/blue-loading.gif") no-repeat center center;
	margin: auto;
	display: table-cell;
	vertical-align: middle
}
body.page-samples #content .sample-loading .loading span {
	margin-top: 100px;
	display: block;
	color: #3e5062
}
body.page-samples #content .sample {
	background: #e7e7e7;
	min-height: 500px;
	display: table;
	width: 100%
}
body.page-samples #content .sample .iframe {
	padding: 20px 60px
}
body.page-samples #content .header {
	border-bottom: 1px solid #f7f7f7;
	padding: 40px 60px
}
body.page-changelog .changelog-list {
	padding-bottom: 40px
}
body.page-changelog .changelog-list .heading-three small {
	display: block;
	margin-top: 5px
}
body.page-changelog .changelog-list .row {
	border-bottom: 1px solid #f7f7f7;
	padding: 40px 0
}
body.page-changelog .changelog-list .row:first-child {
	padding-top: 0
}
body.page-changelog .changelog-list .row:last-child {
	border-bottom: none
}
body.page-changelog .changelog-list .content {
	margin-top: 3px
}
body.page-changelog .changelog-list .content h4 img {
	position: relative;
	top: -2px;
	margin-right: 5px
}
body.page-changelog .changelog-list .content ul {
	margin-bottom: 30px;
	font-size: 0.9em;
	line-height: 1.6em;
	list-style-position: inside
}
body.page-changelog .changelog-list .content ul:last-child {
	margin-bottom: 0
}
body.page-changelog .changelog-list .content ul li {
	padding: 4px 0;
	padding-left: 12px;
	border-top: 1px dashed #eaeaea
}
body.page-changelog .changelog-list .content ul li .options {
	display: block;
	margin-bottom: 15px;
	padding: 5px 15px
}
body.page-changelog .changelog-list .content ul li .options .btn {
	display: inline;
	margin-right: 5px
}
body.page-changelog .changelog-list .content ul li .nota {
	padding: 15px;
	background: #F9F3B3;
	border: 1px dashed #D8C350;
	color: #444;
	margin-top: 10px;
	border-radius: 3px
}
body.page-changelog .changelog-list .content ul li .nota p:last-child {
	margin-bottom: 0
}
body.page-changelog .changelog-list .content ul li .nota h5 {
	margin-top: 0
}
.page-samples-list .list-samples {
	padding-bottom: 40px
}
.page-samples-list .list-samples .list {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5
}
@media (min-width:20em) and (max-width:29.99em) {
	.page-samples-list .list-samples .list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}
@media (min-width:30em) and (max-width:61.99em) {
	.page-samples-list .list-samples .list {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}
}
.page-samples-list .list-samples .list .item {
	margin-left: 20px
}
.page-samples-list .list-samples .list .item:first-child li a {
	font-size: 16px;
	font-weight: bold
}
.page-samples-list .list-samples .list .item:first-child li {
	margin-bottom: 5px
}
.page-samples-list .list-samples .list .item:first-child li:before {
	position: relative;
	top: -2px
}
.page-samples-list .list-samples .list-wrap {
	display: inline-block
}
.page-samples-list .list-samples ul {
	margin-bottom: 40px
}
.page-samples-list .list-samples ul li {
	padding: 4px 0;
	padding-left: 15px;
	font-size: 0.9em
}
.page-samples-list .list-samples ul li:before {
	content: "\203A";
	margin-right: 5px;
	margin-left: -10px
}
.course-table-content .item {
	padding: 10px 0;
	margin-bottom: 10px;
	display: table;
	position: relative
}
.course-table-content .item:before {
	display: table-cell;
	content: "";
	border-left: 5px solid #5381c6;
	position: absolute;
	width: 10px;
	height: 120%;
	left: 17px;
	top: 5px
}
.course-table-content .item:last-child:before {
	height: 10%
}
.course-table-content .item h2 {
	display: inline-block;
	position: relative;
	padding-left: 50px;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase
}
.course-table-content .item h2 a span {
	transition: all 0.2s
}
.course-table-content .item h2 a:hover, .course-table-content .item h2 a:visited, .course-table-content .item h2 a:link {
	text-decoration: none;
	color: #5381c6
}
.course-table-content .item h2 a:hover span {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15)
}
.course-table-content .item h2 span {
	background: #5381c6;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 40px;
	position: absolute;
	left: 0px;
	top: -7px;
	color: white;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 35px;
	z-index: 1
}
.course-table-content .item ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 50px
}
.course-table-content .item ul li {
	position: relative;
	border-bottom: 1px solid #e8e8e8
}
.course-table-content .item ul li a {
	display: block;
	font-size: 13px;
	padding: 10px 0;
	transition: all 0.3s;
	color: #999
}
.course-table-content .item ul li a small {
	display: block;
	font-size: 10px;
	color: black
}
.course-table-content .item ul li a:before {
	content: "";
	background: #f7f7f7;
	border: 2px solid #5381c6;
	position: absolute;
	border-radius: 15px;
	z-index: 1;
	width: 17px;
	height: 17px;
	left: -39px;
	top: 13px;
	transition: all 0.3s
}
.course-table-content .item ul li a:hover {
	text-decoration: none;
	color: #5381c6
}
.course-table-content .item ul li a:hover:before {
	background: #5381c6
}
.course-table-content .item ul li.selected a {
	color: #5381c6
}
.course-table-content .item ul li.selected a small {
	font-weight: normal
}
.course-table-content .item ul li.selected a:before {
	background: #5381c6
}
.course-table-content .item ul li.selected a:hover, .course-table-content .item ul li.selected a:visited, .course-table-content .item ul li.selected a:link {
	text-decoration: none
}
.features-list .item {
	margin-bottom: 40px
}
.features-list .item h4 {
	margin-top: 0
}
.features-list .item:nth-child(3n+1) {
	content: "";
	display: block;
	clear: both
}
@media (min-width:62em) and (max-width:74.99em) {
	section#flow .flow .flow-navigation .nav li {
		width: 16.66666666666667%;
		float: left
	}
	section#flow .flow .flow-navigation .nav li a {
		top: 15px
	}
	section#flow .flow .flow-navigation .nav li span.number {
		margin-top: 20px
	}
	section#flow .flow .flow-navigation .nav li a:before {
		top: 155px
	}
}
@media (min-width:30em) and (max-width:74.99em) {
	section#highlights .item .row {
		display: flex;
		align-items: center;
		justify-content: center
	}
}
@media (min-width:30em) and (max-width:61.99em) {
	.circle-container {
		position: relative;
		width: 22em;
		height: 22em;
		border-radius: 50%;
		padding: 0;
		list-style: none
	}
	.circle-container>* {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -2em;
		width: 4em;
		height: 4em
	}
	.circle-container>*:nth-of-type(1) {
		transform: rotate(0deg) translate(11em) rotate(0deg)
	}
	.circle-container>*:nth-of-type(2) {
		transform: rotate(30deg) translate(11em) rotate(-30deg)
	}
	.circle-container>*:nth-of-type(3) {
		transform: rotate(60deg) translate(11em) rotate(-60deg)
	}
	.circle-container>*:nth-of-type(4) {
		transform: rotate(90deg) translate(11em) rotate(-90deg)
	}
	.circle-container>*:nth-of-type(5) {
		transform: rotate(120deg) translate(11em) rotate(-120deg)
	}
	.circle-container>*:nth-of-type(6) {
		transform: rotate(150deg) translate(11em) rotate(-150deg)
	}
	.circle-container>*:nth-of-type(7) {
		transform: rotate(180deg) translate(11em) rotate(-180deg)
	}
	.circle-container>*:nth-of-type(8) {
		transform: rotate(210deg) translate(11em) rotate(-210deg)
	}
	.circle-container>*:nth-of-type(9) {
		transform: rotate(240deg) translate(11em) rotate(-240deg)
	}
	.circle-container>*:nth-of-type(10) {
		transform: rotate(270deg) translate(11em) rotate(-270deg)
	}
	.circle-container>*:nth-of-type(11) {
		transform: rotate(300deg) translate(11em) rotate(-300deg)
	}
	.circle-container>*:nth-of-type(12) {
		transform: rotate(330deg) translate(11em) rotate(-330deg)
	}
	section#flow .flow .flow-navigation .nav li {
		width: 16.66666666666667%;
		float: left
	}
	section#flow .flow .flow-navigation .nav li a {
		top: 20px
	}
	section#flow .flow .flow-navigation .nav li span.number {
		margin-top: 32px
	}
	section#flow .flow .flow-navigation .nav li span.title {
		font-size: 16px
	}
	section#flow .flow .flow-navigation .nav li a:before {
		top: 165px
	}
	section#clients .blockquotes .col {
		margin-bottom: 80px
	}
	section#clients .blockquotes .col blockquote {
		min-height: auto
	}
	section#clients .blockquotes .col:last-child {
		margin-bottom: 0
	}
}
@media (min-width:20em) and (max-width:47.99em) {
	.heading-one, .tutorial h1 {
		font-size: 2.8em
	}
	header #sub-navbar {
		text-align: center
	}
	header .navbar-collapse {
		border-top: 1px solid #344352 !important;
		box-shadow: none;
		background: #344352;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px
	}
	header .navbar {
		padding-top: 5px;
		padding-bottom: 0;
		background: #3e5062
	}
	header .navbar .navbar-buttons {
		padding-right: 10px
	}
	header .navbar .navbar-buttons li:first-child {
		margin-bottom: 10px
	}
	header .navbar .navbar-right:last-child {
		margin-top: 0
	}
	header .navbar .navbar-nav {
		margin-bottom: 0
	}
	header .navbar li {
		border-top: 1px solid #3e5062
	}
	header .navbar-toggle {
		border-radius: 0;
		border: none;
		background: #344352
	}
	header .navbar-toggle .icon-bar {
		background: #fff !important;
		border-radius: 0
	}
	header .navbar-toggle:focus, header .navbar-toggle:hover, header .navbar-toggle:active, header .navbar-toggle:visited {
		background: #344352 !important
	}
	section#hero .parallax-window {
		padding: 50px 0
	}
	section#hero .buttons {
		margin: 20px 0
	}
	section#hero .buttons .btn {
		margin: 10px 0
	}
	section#hero h1 {
		font-size: 2.8em;
		margin-bottom: 20px;
		margin-top: 0
	}
	section#hero p {
		font-size: 1em;
		width: 75%;
		margin: auto
	}
	section#hero .video-button a img {
		width: 48px
	}
	section#hero .video-button small {
		font-size: 9px;
		line-height: 13px;
		letter-spacing: 1px
	}
	section#flow {
		padding: 80px 0;
		background-position: 50% 75%
	}
	section#flow .flow {
		background: none;
		margin: 0
	}
	section#flow .flow .flow-navigation .nav {
		width: 100%
	}
	section#flow .flow .flow-navigation .nav li {
		width: 49%;
		float: left;
		height: 220px
	}
	section#flow .flow .flow-navigation .nav li span.legend, section#flow .flow .flow-navigation .nav li span.title, section#flow .flow .flow-navigation .nav li span.number {
		position: static
	}
	section#flow .flow .flow-navigation .nav li span.legend {
		line-height: normal
	}
	section#flow .flow .flow-navigation .nav li span.title {
		margin: 10px 0
	}
	section#flow .flow .flow-navigation .nav li a:before {
		display: none
	}
	section#highlights .circle-container {
		position: relative;
		width: 20em;
		height: 20em;
		border-radius: 50%;
		padding: 0;
		list-style: none;
		margin-top: 20px;
		margin-bottom: 60px
	}
	section#highlights .circle-container>* {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -2em;
		width: 4em;
		height: 4em
	}
	section#highlights .circle-container>*:nth-of-type(1) {
		transform: rotate(0deg) translate(10em) rotate(0deg)
	}
	section#highlights .circle-container>*:nth-of-type(2) {
		transform: rotate(30deg) translate(10em) rotate(-30deg)
	}
	section#highlights .circle-container>*:nth-of-type(3) {
		transform: rotate(60deg) translate(10em) rotate(-60deg)
	}
	section#highlights .circle-container>*:nth-of-type(4) {
		transform: rotate(90deg) translate(10em) rotate(-90deg)
	}
	section#highlights .circle-container>*:nth-of-type(5) {
		transform: rotate(120deg) translate(10em) rotate(-120deg)
	}
	section#highlights .circle-container>*:nth-of-type(6) {
		transform: rotate(150deg) translate(10em) rotate(-150deg)
	}
	section#highlights .circle-container>*:nth-of-type(7) {
		transform: rotate(180deg) translate(10em) rotate(-180deg)
	}
	section#highlights .circle-container>*:nth-of-type(8) {
		transform: rotate(210deg) translate(10em) rotate(-210deg)
	}
	section#highlights .circle-container>*:nth-of-type(9) {
		transform: rotate(240deg) translate(10em) rotate(-240deg)
	}
	section#highlights .circle-container>*:nth-of-type(10) {
		transform: rotate(270deg) translate(10em) rotate(-270deg)
	}
	section#highlights .circle-container>*:nth-of-type(11) {
		transform: rotate(300deg) translate(10em) rotate(-300deg)
	}
	section#highlights .circle-container>*:nth-of-type(12) {
		transform: rotate(330deg) translate(10em) rotate(-330deg)
	}
	section#highlights .circle-container li:last-child img {
		width: 200% !important;
		margin-left: -50% !important
	}
	section#highlights .navigation {
		display: none
	}
	section#highlights .item {
		padding: 50px 0
	}
	section#highlights .item .row {
		display: block
	}
	section#highlights .item img {
		margin-left: 0 !important;
		width: 100% !important
	}
	section#highlights .item .col-image img {
		margin-bottom: 20px
	}
	section#highlights .item .col-content {
		text-align: center
	}
	section#learn .items .item {
		border-bottom: 1px solid #eaeaea;
		padding-bottom: 20px;
		margin-bottom: 20px
	}
	section#learn .seminar {
		margin-top: 10px
	}
	section#learn .seminar img {
		margin-bottom: 20px
	}
	section#learn .countdown {
		top: 0;
		height: auto;
		margin-top: 20px;
		text-align: center
	}
	section#learn .countdown .days, section#learn .countdown .clock {
		font-size: 2em;
		float: none;
		margin: auto;
		padding: 0 10px
	}
	section#learn .countdown .legend {
		width: 100%;
		float: none
	}
	section#learn .countdown .btn {
		float: none
	}
	section#clients .blockquotes .row {
		display: block
	}
	section#clients .blockquotes .col {
		margin-top: 80px
	}
	section#clients .blockquotes .col:first-child {
		margin-top: 0
	}
	section#clients .blockquotes .item {
		min-height: auto
	}
	section#clients .brands {
		-webkit-column-count: 7;
		-moz-column-count: 7;
		column-count: 7
	}
	section#clients .btn {
		white-space: normal !important;
		word-wrap: break-word
	}
	section#final .parallax-window {
		padding: 40px 0
	}
	section#final .buttons .btn {
		margin: 10px 0
	}
	footer#footer .copyright {
		margin-top: 10px
	}
	footer#footer .item {
		border-bottom: 1px solid #344352;
		margin-bottom: 20px
	}
	footer#footer .social {
		margin-bottom: 0;
		border-bottom: none
	}
	footer#footer .social ul li {
		display: inline-block;
		width: 19%;
		text-align: center
	}
	footer#footer .social ul li img {
		width: 48px;
		margin-bottom: 5px
	}
	footer#footer .social ul li a {
		display: block
	}
}

  @media (min-width: 1200px) {
    .container {
      width: 1240px;
    }
  }

  /* header */
  @charset "UTF-8";
/* Imports */
@media (min-width: 1200px) {
  .container {
    width: 1240px; } }
/* header */
html,
body,
.sh *,
.sf *,
.sh *:after,
.sf *:after,
.sh *:before,
.sf *:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.sb + .sh {
	margin-top: 51px;
}
.sb + .sh + .sp {
	margin-top: 115px;
}

.sh {
  	background: #3e5062;
	background: rgba(45,62,80,1);
	background: -moz-linear-gradient(-45deg, rgba(45,62,80,1) 0%, rgba(45,62,80,1) 22%, rgba(3,69,149,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(45,62,80,1)), color-stop(22%, rgba(45,62,80,1)), color-stop(100%, rgba(3,69,149,1)));
	background: -webkit-linear-gradient(-45deg, rgba(45,62,80,1) 0%, rgba(45,62,80,1) 22%, rgba(3,69,149,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(45,62,80,1) 0%, rgba(45,62,80,1) 22%, rgba(3,69,149,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(45,62,80,1) 0%, rgba(45,62,80,1) 22%, rgba(3,69,149,1) 100%);
	background: linear-gradient(135deg, rgba(45,62,80,1) 0%, rgba(45,62,80,1) 22%, rgba(3,69,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3e50', endColorstr='#034595', GradientType=1 );
  color: white;
  position: fixed;
  left: 0;
  top: 0;
  height: 64px;
  width: 100%;
  z-index: 1000;
  transition: all .3s;
  padding: 16px 10px;
  box-sizing: border-box;
  transition: all .2s; }

.sh.transparent {
  background: transparent; }

.sh.fixed {
  	background: #3e5062;
	background: rgba(45,62,80,1);
	background: -moz-linear-gradient(-45deg, rgba(45,62,80,1) 0%, rgba(45,62,80,1) 22%, rgba(3,69,149,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(45,62,80,1)), color-stop(22%, rgba(45,62,80,1)), color-stop(100%, rgba(3,69,149,1)));
	background: -webkit-linear-gradient(-45deg, rgba(45,62,80,1) 0%, rgba(45,62,80,1) 22%, rgba(3,69,149,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(45,62,80,1) 0%, rgba(45,62,80,1) 22%, rgba(3,69,149,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(45,62,80,1) 0%, rgba(45,62,80,1) 22%, rgba(3,69,149,1) 100%);
	background: linear-gradient(135deg, rgba(45,62,80,1) 0%, rgba(45,62,80,1) 22%, rgba(3,69,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3e50', endColorstr='#034595', GradientType=1 );
  	position: fixed; }

.sh .sh-menu-toggle {
  display: none; }

.sh .sh-container {  
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.sh .sh-logo {
  float: left;
  position: relative;
  z-index: 9999; }

.sh .sh-menu {
  float: right; }

.sh .sh-menu .sh-nav {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }

.sh .sh-menu .sh-nav li {
  float: left;
  margin-left: 5px;
  position: relative; }

.sh .sh-menu .sh-nav li a {
  display: block;
  letter-spacing: .5px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  height: 32px;
  line-height: 32px;
  transition: all .2s;
  background: transparent;
  border-radius: 15px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif; }

.sh .sh-menu .sh-nav li a:hover,
.sh .sh-menu .sh-nav li a.special:hover {
  background: rgba(0, 0, 0, 0.25); }

.sh .sh-menu .sh-nav-login:before {
  width: 6px;
  height: 6px;
  color: white;
  float: left;
  background: white;
  content: "";
  display: block;
  border-radius: 50%;
  margin: 14px 9px;
  left: 2px;
  position: relative;
  display: none; }

.sh .sh-menu .sh-nav li a.special {
  background: rgba(255, 255, 255, 0.25); }

.sh .sh-menu .sh-nav li.sh-dropdown .caret {
  display: inline-block;
  width: 6px;
  height: 6px;
  line-height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
  top: -2px;
  margin-left: 3px; }

.sh .sh-menu .sh-nav li.sh-dropdown > ul {
  position: absolute;
  top: 43px;
  right: -2px;
  background: #2e3c49;
  z-index: 1;
  border: none;
  min-width: 170px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 5px; }

.sh .sh-menu .sh-nav li.sh-dropdown:hover > ul {
  visibility: visible;
  display: block;
  opacity: 1; }

.sh .sh-menu .sh-nav li.sh-dropdown:after {
  position: absolute;
  top: 14px;
  right: 11px;
  display: none; }

.sh .sh-menu .sh-nav li.sh-dropdown > ul:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #2e3c49;
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: 10px; }

.sh .sh-menu .sh-nav li.sh-dropdown > ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  height: 11px;
  background: transparent; }

.sh .sh-menu .sh-nav li.sh-dropdown > ul li {
  float: none;
  margin: 0; }

.sh .sh-menu .sh-nav li.sh-dropdown > ul li:last-child {
  border: none; }

.sh .sh-menu .sh-nav li.sh-dropdown > ul li a {
  border-radius: 0; }

/* footer */
.sf {
  background: #eaedf2;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 40px 0;
  color: #636c72; }

.sf a {
  text-decoration: none;
  color: #0275d8; }

.sf a:hover {
  text-decoration: underline; }

.sf .sf-container {
  max-width: 1240px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto; }

.sf .sf-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.sf .sf-row > .sf-col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.sf .sf-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.sf .sf-list li {
  line-height: 26px; }

.sf .sf-headline {
  color: #3e5062;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase; }

.sf .sf-line {
  margin: 30px 0;
  border-top: 1px solid #c6d2e1;
  border-bottom: none;
  opacity: .5; }

.sf .sf-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.sf .sf-social li {
  margin-right: 20px;
  display: inline-block; }

.sf .sf-social a {
  display: block; }

.sf .sf-social a img {
  float: left;
  position: relative;
  top: 5px;
  margin-right: 3px; }

.sf .sf-links {
  text-align: right; }

.sf .sf-links li {
  display: inline-block;
  margin-left: 20px; }

.sf .sf-phone {
  margin-bottom: 10px; }

.sf .sf-phone a {
  font-size: 22px; }

.sf .sf-phone small {
  display: block;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 10px; }

.sf .sf-button {
  display: inline-block;
  border-radius: 4px;
  color: #0275d8;
  border: 1px solid #0275d8;
  font-size: 13px;
  text-transform: uppercase;
  height: 26px;
  line-height: 17px;
  padding: 4px 8px;
  transition: all .2s; }

.sf .sf-button:hover {
  background: #0275d8;
  color: white;
  text-decoration: none; }

.sf-textLeft {
  text-align: left; }

.sf-textRight {
  text-align: right; }

.sf-textCenter {
  text-align: center; }

@media (max-width: 980px) {
	span.caret {
		display: none !important;
	}
  .sf .sf-list li {
    text-align: center; }

  .sh .sh-menu .sh-nav li.sh-dropdown:hover > ul {
    display: none; }

  .sh .sh-menu {
    position: fixed;
    width: 100%;
    background: #3e5062;
    top: 62px;
    left: 0;
    width: 100%;
    height: calc(100% - 72px);
    opacity: 0;
    transition: all .2s;
    visibility: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }

  .sh .sh-menu .sh-nav-main {
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }

  .sh .sh-menu .sh-nav-main li {
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

  .sh .sh-menu .sh-nav-main li a {
    height: auto;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    padding: 5px 0;
    text-transform: none;
    border-radius: 0; }

  .sh .sh-menu .sh-nav-login {
    width: 100%;
    margin: 20px 0;
    text-align: center; }

  .sh .sh-menu .sh-nav-login li {
    display: inline-block;
    float: none; }

  .sh .sh-menu-toggle {
    background: rgba(0, 0, 0, 0.25);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: bold;
    font-size: 13px;
    font-weight: 600;
    color: white;
    height: 32px;
    width: 66px;
    line-height: 32px;
    transition: all .2s;
    border-radius: 15px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    right: 20px; }

  .sh .sh-menu-toggle > span {
    transition: all .2s; }

  .sh .sh-menu-toggle:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGZpbGw9IiNmZmZmZmYiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNDM3LjUsMzg2LjZMMzA2LjksMjU2bDEzMC42LTEzMC42YzE0LjEtMTQuMSwxNC4xLTM2LjgsMC01MC45Yy0xNC4xLTE0LjEtMzYuOC0xNC4xLTUwLjksMEwyNTYsMjA1LjFMMTI1LjQsNzQuNSAgYy0xNC4xLTE0LjEtMzYuOC0xNC4xLTUwLjksMGMtMTQuMSwxNC4xLTE0LjEsMzYuOCwwLDUwLjlMMjA1LjEsMjU2TDc0LjUsMzg2LjZjLTE0LjEsMTQuMS0xNC4xLDM2LjgsMCw1MC45ICBjMTQuMSwxNC4xLDM2LjgsMTQuMSw1MC45LDBMMjU2LDMwNi45bDEzMC42LDEzMC42YzE0LjEsMTQuMSwzNi44LDE0LjEsNTAuOSwwQzQ1MS41LDQyMy40LDQ1MS41LDQwMC42LDQzNy41LDM4Ni42eiIvPjwvc3ZnPg==) no-repeat center center;
    background-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .2s; }

  .sh.opened .sh-menu {
    overflow-y: scroll;
    visibility: visible;
    opacity: 1;
    top: 72px; }

  body.menu-opened {
    overflow-y: hidden; }

  .sh.opened .sh-menu-toggle > span {
    opacity: 0; }

  .sh.opened .sh-menu-toggle:after {
    opacity: 1; }

  .sh.opened:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3e5062; }

  .sf {
    padding: 0;
    font-size: 13px; }

  .sf-line {
    display: none; }

  .sf-col {
    border-bottom: 1px solid #d8e0e9; }

  .sf-col:last-child {
    border: none; }

  .sf-col.opened .sf-list {
    display: block !important;
    padding-bottom: 10px; }

  .sf-social {
    text-align: center !important;
    display: table !important;
    margin-top: 25px;
    margin-bottom: 0;
    width: 100%;
    background: #d8e0e9;
    height: 44px;
    padding: 15px 0; }

  .sf-social .sf-list {
    display: inline-block; }

  .sf-social li {
    display: table-cell !important;
    text-align: center; }

  .sf-social li a {
    text-indent: -9999px;
    text-align: center;
    display: block; }

  .sf-social li a img {
    width: 34px;
    float: none; }

  .sf-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .sf-headline {
    text-transform: none !important;
    margin: 0 -15px !important;
    color: #3e5062 !important;
    padding: 8px 15px;
    font-weight: normal;
    position: relative;
    cursor: pointer; }

  .sf-headline:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA4UlEQVQ4T82TSwrCQBBEq5P7OEIynsFTqCAqHkH84AfUK4iJ4j1cunImYOJ1NC0GE9TEuMgmsxyoV1RXN6Hgo4J6lARQsWttBuRVn/sA+E8soyrlBiGdLt75EEUQUk7AmDGH28DzejkQQ9jSAdBi8CjQepnMIIYQwbko1c2ApMRP848hviBTIrhfEENYlgsymrFzHDPVgrDkGIQZwDtf687TJBEThoFSq/cZZdYoLDkCYY7wvmfTNInR4AxxKsI7+QVZRH+Mge+pdVY7uYskbPsIopuvVP1XtSXZxCIHVTjCA1kmWxGf+pdLAAAAAElFTkSuQmCC) no-repeat center center;
    position: absolute;
    opacity: .5;
    right: 15px;
    top: 10px; }

  .sf-list {
    display: none; }

  .sf-links {
    display: none; }

  .sf-contact {
    margin-top: 20px; }

  .sf-contact + .sf-line {
    display: none; }

  .sf-phone {
    display: inline-block;
    margin: 0 15px; }

  .sf .sf-phone a {
    font-size: 20px; }

  .sf-contact {
    text-align: center; }

  .sf-contact .sf-headline {
    display: none; }

  .sf-buttons {
    text-align: center;
    margin-top: 20px; }

  .sf-contact:after,
  .sf-contact:before {
    content: "";
    display: table;
    width: 100%;
    clear: both; }

  .sf-copyright {
    text-align: center;
    background: #d8e0e9;
    margin: 0 -15px;
    padding: 20px;
    padding-top: 0; }

  .sf-copyright .sf-line {
    display: none; } 
	
}