/*@import url('https://fonts.googleapis.com/css?family=Coda|Oswald');*/
* { 
	box-sizing: border-box;
	transition: 0.5s; 
}
body {
	margin:0;
	padding:0;
}
body,* {
	font-family: 'Coda', cursive;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
}

.wrap {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.wrap-wide {
	width:100%;
	max-width:1300px;
	margin:0 auto;
}
.head {
	height:130px;
	background:linear-gradient(#003a55,#000001);
}
.head-inner {
	overflow:auto;
	position:relative;
	display: flex;
}
.logo {
	width:45%;
	float:left;
	display: flex;
	height:130px;
}
.logo img {
	max-width:100%;
	align-self: flex-end;
	margin-bottom: 10px;
}
.menu-wrap {
	display: flex;
	height:130px;
	width:55%;
	float:left;
}
.menu {
	align-self: flex-end;
}
.menu a {
	display:inline-block;
	background:#000 url(img/menu-bg.png) repeat-x;
	padding:12px 11px;
	color:#FFF;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin-right:-3px;
	border-right:1px solid rgba(255,255,255,0.2);
}
.menu a:hover {
	opacity:0.9;
}
a.call {
	background: url(img/callbg.png);
}

.home-hero {
	background:#fafbff;
}
.home-hero-inner {
	height:460px;
	position:relative;
}
.home-hero {
	background:url(img/hero-slide.png) center no-repeat;
}
.hero-text,.buy-banner {
	font-family:"Oswald";
}
.hero-text {
	font-family:"Oswald";
	font-size: 40px;
    position: absolute;
    width: 500px;
    right: 0px;
    top: 86px;
    line-height: 1.3;
    color:#336699;
}
.light-blue {
	font-family:"Oswald";
	color:#33ccff;
}
.orange {
	font-family:"Oswald";
	color:#ff9900;
}
.buy-banner {
    position: absolute;
    width: 300px;
    right: 107px;
    bottom: 97px;
    font-size: 40px;
    color:#FFF;
    text-shadow: 0px 5px 4px #f3481b;
}
.just {
    position: absolute;
    font-size: 33px;
    right: 415px;
    bottom: 110px;
    color:#FFF;
    text-shadow: 0px 5px 4px #f3481b;
}


.top-features {
	background:url(img/blue-bar-top.png) center no-repeat;
	height:22px;
}
.bottom-features {
	background:url(img/bottom-bar.png) center no-repeat;
	height:22px;
}
.features {
	background:linear-gradient(#1cc3ec,#4373a8);
}
.features-inner {
	min-height:341px;
	overflow:auto;
	color:#FFF;
}
.link-item {
	width:28%;
	float:left;
	background:url(img/tick.png) no-repeat top left;
	padding-left:40px;
	min-height:40px;
}
.users-say {
	background:url(img/users-say-banner.png) center no-repeat;
}
.users-say-inner {
	min-height:265px;
	overflow:auto;
}
.users-say h1 {
	color:#33ccff;
	padding-left:300px;
	font-size:40px;
	margin-bottom:0;
}
.users-say-text {
	padding-left:300px;
	font-size:22px;
}

.footer {
	height:230px;
	background:linear-gradient(#003a55,#000001);
}
.footer-shadow {
	background:url(img/footer-shadow.png) center no-repeat;
	height:22px;
}
.footer-inner {
	overflow:auto;
}
.footer-box {
	width:25%;
	float:left;
	color:#FFF;
}
.footer-box h3 {
	color:#2db9e8;
}
.footer-box a,
.footer-box a:visited 
{
	color:#FFF;
	text-decoration: none
}
.footer-box ul li a {
	display:inline-block;
	padding-bottom:10px;
}
.footer-box ul li a:hover {
	opacity:0.9;
}
.footer-box ul {
	list-style-type: none;
	margin:0;
	padding:0;
}