﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family: 'Roboto', sans-serif;

}

.size960{
	max-width:960px!important;
	left:0;
	right:0;
	margin:0 auto;	
}

.textcenter{
	text-align:center;	
}

.toppage{
	min-height:650px;
	background-image:url(../img/bg.jpg);
	background-position:center;
	background-size:cover;	
}

.toppage2 {
    min-height: 450px;
    background-image: url(../img/bg2.jpg);
    background-position: center;
    background-size: cover;
}

.header{
	background-color:rgba(255,255,255,0.8);
	width:100%;
	max-height:120px;
	margin:0!important;
	display: inline-block;
	clear:both;
}

.logo{
	max-height:80px;
	padding:5px 50px;
	float:left;
}

.menu{
	max-height:80px;
	padding:5px 50px;
	float:right;
}

.menu ul li{
	float:left;
	padding:15px 0px 0px 40px;	
	list-style:none;
}

.menu ul li a{
	color:#4678BC;
	text-decoration:none;
	font-size:16px;
	font-weight:700;
}

.opener{
	padding:80px 0 50px 0;	
}

.titledock{
	font-size:56px;
	font-weight:700;
	color:#fff;
	text-align:center;
}

.textopener{
	font-size:24px;
	color:#fff;
	text-align:center;
	max-width:600px;
	left:0;
	right:0;
	margin:0 auto;
	padding:50px 0;
}

.smalltext{
	font-size:16px;
	color:#fff;	
	text-align:center;
	
}

.btndiv{
	left:0;
	right:0;
	margin:0 auto;
	display: table;	
	padding-top:20px;
}

.btn{
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	border-radius:10px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	padding:20px 60px;
}
.btn:hover{
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	background-color:#019ad2;
}
.btn:active{
	position:relative;
	top:1px;
}

.btn a{
	color:#fff;
	text-decoration:none;
	font-size:24px;
	font-weight:700;
	text-align:center;	
}

.middlesec{
	min-height:300px;	
}

.padding50{
	padding:50px 0;	
}

.leftside{
	max-width:50%;
	float:left;
	display:inline-block;	
}

.rightside{
	max-width:50%;
	float:left;	
	display:inline-block;
}

.textmiddle{
	color:#000;
	text-align:left;
	padding:50px;
}

.titlemiddle{
	font-size:26px;
	font-weight:700;	
}

.downpage{
	background-color:#4678BC;
}

.centerp{
	left:0;
	right:0;
	margin:0 auto;
	display: table;	
}

.btndiv2{
	left:0;
	right:0;
	margin:0 auto;
	display: table;	
	padding-top:20px;
}

.btn2{
	background:linear-gradient(to bottom, #fff 5%, #ccc 100%);
	background-color:#fff;
	border-radius:10px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	padding:10px 40px;
}
.btn2:hover{
	background:linear-gradient(to bottom, #ccc 5%, #fff 100%);
	background-color:#ccc;
}
.btn2:active{
	position:relative;
	top:1px;
}

.btn2 a{
	color:#000;
	text-decoration:none;
	font-size:18px;
	font-weight:700;
	text-align:center;	
}

.downloadsec{
	text-align:center;
	color:#fff;	
	padding-top:20px;
}

.footersec{ 
	background-color:#444;
}


.footermenu{
	max-height:80px;
	padding:5px 50px;
	text-align:center;
	margin:0 auto;
	left:0;
	right:0;
	max-width:500px;
}

.footermenu ul li{
	
	padding:20px;
	list-style:none;
	display: inline-block;
}

.footermenu ul li a{
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:400;
}
.thanks-section{
	min-height: calc(100vh - 280px);
}
.thanks-text{
	color: #fff;
	text-align: center;
    font-size: 66px;
    line-height: 1.5;
}
.thanks-page{
	background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../img/bg2.jpg);
}