html, body {
	font-family: 'Source Sans Pro', sans-serif;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/*background-color: rgba(55,55,55,0.9);*/
	z-index: 30;
	font-weight: 600;
	background-color: white;
	text-align: right;
}

header nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	display: inline-block;
	position: static;
	right: 10px;
	margin-right: 10px;
	top: 0;
	font-size: 13pt;
	color: #616161;

	transition: margin 0.5s;
}

header nav ul.root-menu {
	margin-top: 15px;
}

nav .mobile-menu {
	display: none;
	cursor: pointer;
	font-size: 30px;
	/*color: white;*/
	position: absolute;
	right: 10px;
	top: 5px;
}

header nav li {
	display: inline-block;
	/*color: #fff;*/
}

header nav li ul {
	position: absolute;
	display: none;
	top: initial;
	right: initial;

}

header nav li:hover ul {
	display: block;
	text-align: left;
	background-color: white;

	border-left: 3px solid #4DA2EE;

}

header li li {
	display: block;
	min-width: 150px;
}

header nav a {
	color: inherit;
	display: block;
	padding: 18px;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-radius: 2px;
	text-decoration: none;
	transition: background-color 0.5s;
}

header nav a:hover {
	text-decoration: none;
	background-color: #4DA2EE;
	color: white;
}

header nav li li a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #4DA2EE;
}

header nav .special {
	color: white;
	background-color: #4DA2EE;
}

header nav .special:hover {
	color: #4DA2EE;;
	background-color: white;
	border: 1px solid #4DA2EE;
	padding: 17px;
	padding-top: 3px;
	padding-bottom: 4px;
}

header nav .logo {
	height: 41px;
	margin-left: 10px;
	display: inline-block;
}

.jumbotron {
	height: 850px;
	text-align: center;
	color: #202020;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
}

.jumbotron .logo {
	max-width: 100%;
	width: 600px;
}

.jumbotron .content {
	margin-top: 10%;
}

.jumbotron h1 {
	font-family: 'Reem Kufi', sans-serif;
	color: #de835b;
}

.btn-cta {
	font-size: 14pt;
	max-width: 100%;
	white-space: normal;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 18px;
	border: none;
	background-color: #4DA2EE;
}

#myseositescanner_form button[type=submit] {
	background-color: #4DA2EE;
}

.jumbotron p {
	font-size: 
}

.jumbotron .hero-img {
	position: absolute;
	left: calc(50% - 265px);
	max-width: 100%;
	display: block;
	bottom: 0;
}

section, article {
	background-color: white;
}

h2, .h2 {
	font-weight: 600;
	color: #616161;
}

.subpage-banner {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	margin-bottom: 0;
	text-align: center;
	font-size: 50pt;
	text-shadow: 0 3px 5px black;
	background-color: white;
}

.section, .article {
	padding-top: 70px;
	padding-bottom: 70px;
	font-size: 18pt;
	font-weight: 300;
	color: #616161;
}

.section.subpage {
	padding-top: 30px;
}

.subpage.no-banner {
	margin-top: 40px;
}

.section.subpage.docs {
	padding-top: 60px;
	background-color: white;
}

.section h2 {
	text-align: left;
	font-size: 18pt;
}

section.subpage {
	text-align: left;
	font-size: 14pt;
}

.section:nth-child(odd), .bg-solid {

	background-color: #f6f6f8;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}

.section img, footer img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.section p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.gutter-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.gutter-30 {
	margin-left: 20px;
	margin-right: 20px;
}

.gutter-40 {
	margin-left: 20px;
	margin-right: 20px;
}

.subpage h1 {
	text-align: center;
}

.outside-form {
	max-width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: white;
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0 0 8px black;
	text-align: center;
	color: #202020;
	font-size: 12pt;
}

.slider {
	position: relative;
}

.text-slider {
	overflow: hidden;
	height: 100px;
}

.slide {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
}

.icon {
	font-size: 40pt;
}

.big-icon {
	display: block;
	text-align: center;
	font-size: 120pt;
}

.panel {
	color: #315989;
	font-size: 14pt;
}

.tilt {
	transform: rotate(-3deg);
	box-shadow: 0 5px 10px;
}

table.price-table {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: block;
    font-size: 12pt;
    margin-top: 30px;
}

table.price-table tbody {
	display: inline-block;
    width: calc(33.3% - 3px);
    box-shadow: 0 0 5px rgba(10,10,10,0.1);
}

table.price-table tbody:nth-child(2) {
    -webkit-transform: scale(1.08,1.08);
    transform: scale(1.08,1.08);
}

table.price-table th {
	text-transform: uppercase;
    padding: 10px;
    text-align: center;
    background-color: gray;
    color: white;
}

table.price-table tr:nth-child(even) td {
    background-color: #F6F4EE;
}

table.price-table td {
    padding: 10px;
    text-align: center;
    background-color: #FCFCFC;
    color: black;
}

table.price-table th span {
    font-size: 26pt;
}

.anchor {
	margin-top: -60px;
    height: 60px;
    display: block;
}

.rocket {
	/*animation: orbit 4s linear infinite;*/
	position: relative;
	z-index: 2;
	/*transform: rotate(45deg);*/
}

.rocket-flame {
	font-size: 60pt;
	transform: rotate(225deg);
	position: absolute;
	left: calc(50% - 75px);
	top: calc(50% + 25px);
	color: orange;
	z-index: 3;
	font-size: 40pt;
	
}

.rocket:hover .rocket-flame {
	transform: rotate(90deg);
	color: red;
	animation: wiggle 0.2s infinite;
}

.social-icons a {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.social-icons .fa {
	width: 40px;
	height: 40px;
	background-color: blue;
	border-radius: 20%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: white;
}

.social-icons a:hover {
	text-decoration: none;
}

.social-icons .fa-facebook {
	background-color: #3b5998;
}

.social-icons .fa-twitter {
	background-color: #00ACED;	
}

.social-icons .fa-linkedin {
	background-color: #0077B5;
}

@keyframes wiggle {
	0% {transform:rotate(220deg);}
	50% {transform:rotate(240deg);}
	100% {transform:rotate(220deg);}
}

@keyframes flame {
	from { transform: rotateY(0deg) rotateX(-180deg) rotate(135deg);}
    to   { transform: rotateY(180deg) rotateX(0deg) rotate(135deg); }
}

@keyframes orbit {
	from { transform: rotate(0deg) translateX(150px) rotate(155deg); }
    to   { transform: rotate(360deg) translateX(150px) rotate(155deg); }
}

figcaption {
	font-size: 12pt;
	font-weight: bold;
}

footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #2f3439;
	color: white;
	text-align: center;
	font-size: 11pt;
}

footer .logo {
	max-width: 200px;
	display: block;
	margin-left: 0;
}

footer ul {
	max-width: 120px;
	margin: auto;
	text-align: left;
	list-style: none;
	padding: 0;
}

footer a {
	color: #C3C3C3;
}

footer a:hover {
	color: white;}

footer h3 {
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	text-transform: uppercase;
	color: white;
	font-size: 11pt;
}

footer .contact-block {
	margin-top: 20px;
	text-align: left;
}

@media (max-width: 992px) {
	.jumbotron {
		height: 850px;
	}
}

@media (max-width: 767px) {

	nav .mobile-menu {
		display: block;
	}

	header nav ul {
		position: static;
		display: none;
		text-align: left;
	}

	header nav li {
		display: block;
		background-color: transparent;
	}

	header nav li ul {
		position: static;
		margin-left: 10px;
		background-color: transparent;
		margin-bottom: 10px;
	}

	.jumbotron {
		height: 750px;
	}
}

@media (max-width: 600px) {

	table.price-table tbody {
		display: table;
	    width: calc(100% - 3px);
	    box-shadow: none;
	}

	table.price-table tbody:nth-child(2) {
	    -webkit-transform: scale(1.0,1.0);
	    transform: scale(1.0,1.0);
	}

	.jumbotron .hero-img {
		left: 20px;
		width: calc(100% - 40px);
	}
}

@media (max-width: 450px) {
	header nav ul {
		position: static;
	}
}