*{
	padding:0;
	margin:0;
}
body, html{
	width:100%;
	overflow-x:hidden;
}
body{
	font-family: 'Lato', sans-serif;
	background-color:#1c1c4b;
}
a:hover{
	text-decoration:none;
	color:#2e9dcb;
}
.container{
	width:1100px;
}
header{
	position:fixed;
	width:100%;
	z-index:1;
}
.blueRow{
	background-color:#1c1c4b ;
	padding-top:10px;
	padding-bottom:20px;
}
.blueRow,
.blueRow a{
	color:#fff;
}
.whiteRow{
	background-color:#fff;
}
header .logo{
	margin-top:12px;
}
header .logo span{
	font-size: 25px;
    font-weight: 100;
    margin-left: 25px;
    position: relative;
    top: 49px;
	display:inline-block;
}
header .blueRow .leftSide{
	font-size:20px;
	height:36px;
}
header .blueRow .leftSide i{
	margin-right:8px;
	line-height:36px;
}
header .blueRow .rightSide{
	text-align:right;
	font-size:13px;
	font-weight:500;
}
header .blueRow .rightSide .important{
	font-size:25px;
}
header .blueRow .rightSide img{
	margin-right:5px;
	position:relative;
	top:-2px;
}
header .whiteRow{
	background-color:#fff;
}
header .whiteRow .col-sm-8{
	height:140px;
	display:table;
}
.contentMenu{
	text-align:right;
	display:table-cell;
	vertical-align:middle;	
}
header ul li{
	display: inline-block;
    font-size: 13px;
    letter-spacing: 0.5px;
    list-style: outside none none;
    margin-left: 15px;
    padding: 3px 0;
    text-transform: uppercase;
}
header ul li.active{
	border-bottom:1px solid #2e9dcb;
	font-weight:600;
}
header ul li a{
	color:#262626;
}

.connection{
	margin-top:140px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:400;
}
.connection a{
	transition:all 0.3s ease 0s;
}
.connection a:hover{
	color:#00b0e2;
}
.pageContent{
	padding-top:196px;
}
.presentationBox{
	width:100%;
	padding: 93px 0 200px;
}
.presentationBox h1{
	color: #00a3da;
    font-size: 37px;
    margin-bottom: 20px;
    margin-top: 0;
	letter-spacing:2px;
}
.presentationBox p strong{
	font-weight:600;
}
.presentationBox p{
	color: #313131;
	font-weight: 400;
	font-size:14px;
	letter-spacing:0.5px;
	margin-bottom:25px;
	line-height:27px;
}
.presentationBox .rightSide{
	height:273px;
}
.cardImage img{
	text-shadow: 0px 0px 40px 0px rgba(154,154,154,1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(154,154,154,1);
	box-shadow: 0px 0px 40px 0px rgba(154,154,154,1);
	border-radius:13px;
	max-width:100%;
	height:auto;
}
.paypalText{
	margin-bottom:40px;
}
.tableBox{
	display:table;
	width:100%;
	height:100%;
}
.tableCellBox{
	display:table-cell;
	vertical-align:middle;
}
.button{
	font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
	text-align:center;
	width:170px;
	padding: 15px 0;
}
.paypalButton{
	background-image: url("../images/PayPal.png");
    display: inline-block;
    height: 44px;
    position: relative;
    top: 7px;
    width: 228px;
}
.button.white{
	border: 2px solid #fff;
}
.button.white a{	
    color: #fff;    
}
.button.darkBlue{
	border: 2px solid #065e82;
}
.button.darkBlue a{	
    color: #065e82;    
}
.button + .button{
	margin-top:10px;
}
footer{
	width:100%;	
}
footer .copyright{
	text-align:left;
	color:#aaa;
	font-size:13px;
	margin-top:20px;
}
.desktopMode{
	display:block;
}
.mobileMode{
	display:none;
}
@media (max-width: 1099px) {
	.container{
		width:100%;
	}
}
@media (max-width: 1023px) {
	.desktopMode{
		display:none;
	}
	.mobileMode{
		display:block;
	}
	.pageContent{
		padding-top:90px;
	}
	header .logo{
		margin-top:0;
	}
	.mobileMenu{
		display:none;
		position:fixed;
		width:100%;
		top:56px;
		left:0;
		background-color:#065e82;
		text-align:center;
	}
	.mobileMenu li{
		width:100%;
		padding:10px 0;
		margin:0;		
	}
	.mobileMenu li,
	.mobileMenu li.active{
		border-bottom:1px dotted #2e9dcb;
	}
	.mobileMenu li:last-child{
		border-bottom:none;
	}
	.mobileMenu li a{
		color:#fff;
	}
	.mobileButton{
		color:#fff;
		border:2px solid #fff;
		border-radius:0;
		background-color:transparent;
		padding:1px 10px;
		font-size:21px;
	}
	.connection{
		margin-top:125px;
	}
	.pageContent{
		padding-top:184px;
	}
}
@media (max-width: 767px) {
	.presentationBox h1{
		font-size:43px;
	}
	.paypalText,
	.presentationBox .rightSide{
		text-align:center;
	}
	.presentationBox .rightSide{
		height:auto;
		margin-top:15px;
	}
	.paypalButton{
		margin-left:0;
	}
	.presentationBox .container .row.second{
		padding-top:10px;
	}
	footer .copyright{
		text-align:center;
	}
	.presentationBox{
		padding-bottom:25px;
	}
	.connection {
		margin-top: 54px;
	}
	header .logo img{
		width:70px;
		height:auto;
	}
	header .logo span {
		font-size: 12px;
		font-weight: 100;
		margin-left: 15px;
		position: relative;
		top: 29px;
	}
	.pageContent{
		padding-top:110px;
	}
}
@media (max-width: 480px) {
	
}