@charset "utf-8";
/* CSS Document */
body {
	color: #fff;
	background: #000;
	padding: 0;
	margin: 0;
	font: 400 14px/24px 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Cinzel', serif;
}
p {
	text-align: justify;
	margin: 0 0 20px
}
a {
	color: #fff;
	outline: none;
	text-decoration: none
}
a:hover, a:active, a:focus {
	color: #ecbb37;
	text-decoration: none;
	outline: none
}
img {
	max-width: 100%
}
label {
	font-weight: 400
}
input[type="text"], input[type="password"], input[type="email"] {
    color: white;
    width: 100%;
    height: 40px;
    background: #060607;
    border: 1px solid #946d2d;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
}
textarea {
	color: #ffffff;
	width: 100%;
	height: 100px;
    background: #060607;
    border: 1px solid #946d2d;
	padding: 10px;
	border-radius: 4px;
	resize: none;
	font-size: 14px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .form-container textarea:focus {
	border: 1px solid #fcc40f
}
input[type="submit"], input[type="button"] {
    background: rgb(216,175,84);
    background: linear-gradient(0deg, rgba(216,175,84,1) 0%, rgba(140,101,40,1) 50%, rgba(216,175,84,1) 100%);
    color: #000;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 25px;
    font-weight: 600;
}
input[type="submit"]:hover, input[type="button"]:hover {
	 color: #000;
	   background: rgb(216,175,84);
}
select {
    background: #060607;
    border: 1px solid #946d2d;
	font-size: 13px;
	color:white;
	border-radius: 4px;
	width: auto;
	padding: 4px 10px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.wrapper, section, header, footer {
	width: 100%;
	float: left;
}


.loading-bg {
	    background: url(images/mainbannerbg.jpg) no-repeat top center #000;

    background-size: cover;
}
.bannerwrap {

}
.logowrap {
	background: #040404;
	padding: 10px 0;
}
.logo {
}
.bitcoinvaluewrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	margin: 10px 0;
}
.bitcoinbox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0 15px 0 0;
}
.bitcoinbox figure {
	padding: 0 10px 0 0;
}
.bitcoinbox p {
	color: #dabe69;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}
.bitcoinbox p span {
	color: #fff;
}
.servertime {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin: 10px 0;
}
.servertime figure {
	padding: 0 10px 0 0;
}
.servertime p {
	color: #dabe69;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}
.servertime p span {
	color: #fff;
}
.naviwrap {
	background: rgb(136,96,36);
	background: linear-gradient(90deg, rgba(136,96,36,1) 20%, rgba(246,201,98,1) 50%, rgba(136,96,36,1) 80%); 
	padding: 3px 0px;
}
.naviwrap .inside {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 20%, rgba(23,22,22,1) 50%, rgba(0,0,0,1) 80%); 
	padding: 15px 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav > li {
	float: left;
	margin: 0 20px 0 0;
}
.navbar-nav > li > a {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #dabe69;
	padding: 0;
	line-height: 44px;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
}
.loginwrap {
	text-align: right;
}
.loginwrap .login {
	background: rgb(216,175,84);
	background: linear-gradient(0deg, rgba(216,175,84,1) 0%, rgba(140,101,40,1) 50%, rgba(216,175,84,1) 100%);
	color: #000;
	padding: 0 25px;
	line-height: 44px;
	display: inline-block;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.loginwrap .signup {
	background: rgb(216,175,84);
	background: linear-gradient(0deg, rgba(216,175,84,1) 0%, rgba(140,101,40,1) 50%, rgba(216,175,84,1) 100%);
	padding: 2px;
	border-radius: 4px;
	line-height: 40px;
	display: inline-block;
	margin: 0 0 0 15px;
}
.loginwrap .signup span {
	background: rgb(11,11,11);
	background: linear-gradient(45deg, rgba(11,11,11,1) 0%, rgba(21,21,21,1) 50%, rgba(11,11,11,1) 100%);
	line-height: 40px;
	display: inline-block;
	padding: 0 25px;
	display: inline-block;
	border-radius: 4px;
	font-weight: 500;
	text-transform: uppercase;
	color: #cfa64f;
}
.banner {
    background: url(images/mainbannerbg.jpg) no-repeat top center #000;
    border-bottom: 6px solid #987939;
    background-size: cover;
}
.bannerinfos {
	position: relative;
}
.floatingfigure {
	text-align: center;
	position: relative;
	z-index: 1;
}
.floatingfigure figure {
}
.planwrap {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
}
.planrow {
	padding: 30px 0;
	width: 100%;
	float: left;
	position: relative;
	z-index: 9;
}
.planitm {
	background: rgb(238,193,93);
	background: linear-gradient(45deg, rgba(238,193,93,1) 0%, rgba(130,92,34,1) 50%, rgba(238,193,93,1) 100%);
	border-radius: 8px;
	padding: 2px;
	width: 310px;
}
.planitm.one,.planitm.three, .planitm.five {
	float: left;
}
.planitm.two,.planitm.four,.planitm.six {
	float: right;
}
.planitm.one,.planitm.five {
	margin-left: 50px;
}
.planitm.two,.planitm.six {
	margin-right: 50px;
}
.planitm .inside {
	background: rgb(11,11,11);
	background: linear-gradient(45deg, rgba(11,11,11,1) 0%, rgba(21,21,21,1) 50%, rgba(11,11,11,1) 100%);
	width: 100%;
	float: left;
	border-radius: 8px;
	padding: 20px;
	position: relative;
}
.planitm .inside h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 10px;
    color: white;
}
.planitm .inside h3 span {
	color: #ecbb37;
	font-weight: 700;
}
.planitm .inside p {
	color: #e0ca7c;
	font-size: 16px;
	margin: 0;
	font-family: 'Cinzel', serif;
}
.planitm .inside figure {
	position: absolute;
}
.planitm.one .inside figure,.planitm.three .inside figure,.planitm.five .inside figure {
	right: 10px;
	top: 10px;
}
.planitm.two .inside figure,.planitm.four .inside figure,.planitm.six .inside figure {
	left: 10px;
	top: 10px;
}
.planitm.two .inside,.planitm.four .inside,.planitm.six .inside,.planitm.two .inside p,.planitm.four .inside p,.planitm.six .inside p {
	text-align: right;
}
.planwrap .action {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	z-index: 99;
}
.planwrap .action a {
	background: rgb(216,175,84);
	background: linear-gradient(0deg, rgba(216,175,84,1) 0%, rgba(140,101,40,1) 50%, rgba(216,175,84,1) 100%);
	color: #000;
	padding: 0 25px;
	line-height: 44px;
	display: inline-block;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
}
.calculatorwrap {
	background: rgb(216,175,84);
	background: linear-gradient(0deg, rgba(216,175,84,1) 0%, rgba(140,101,40,1) 50%, rgba(216,175,84,1) 100%);
	padding: 3px;
	border-radius: 10px;
	width: 100%;
	float: left;
	margin: 0 0 -90px;
}
.calculatorwrap .inside {
	background: rgb(11,11,11);
	background: linear-gradient(45deg, rgba(11,11,11,1) 0%, rgba(21,21,21,1) 50%, rgba(11,11,11,1) 100%);
	border-radius: 10px;
	padding: 25px 15px;
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.calcleft {
	float: left;
	padding: 0 10px;
}
.calcleft figure {
	float: left;
	padding: 0 20px 0 0;
}
.calcleft h3 {
	float: left;
	color: #f1bf51;
	font-size: 32px;
	line-height: 36px;
	margin: 0;
}
.calcvalue {
	float: left;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
}
.calcvalue label {
	color: #e9db94;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.calcvalue input {
	background: #000000 url(images/header_bitcoin.png) no-repeat right 10px center;
	border: 1px solid #c59c49;
	color: #dabd66;
	font-size: 18px;
	height: 46px;
	padding: 0 40px 0 15px;
	max-width: 190px;
}
.calcresults {
	float: left;
	padding: 0 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.resultsbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	background: rgb(216,175,84);
	background: linear-gradient(0deg, rgba(216,175,84,1) 0%, rgba(140,101,40,1) 50%, rgba(216,175,84,1) 100%);
	color: #000;
	border-radius: 10px;
	margin: 0 10px;
}
.resultsbox figure {
}
.resultsbox h4 {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0 0 0;
}
.resultsbox p {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}
.welcomewrap {
	padding: 140px 0 0 0;
	background: url(images/welcomebg.jpg) no-repeat top center;
	background-size:cover;
}

.welcomewrap_sub {
    padding: 80px 0 50px 0;
    border-bottom: 3px solid #EACB63;
}

.welcomewrap_sub_account {
    padding: 50px 0 50px 0;
	
}

.welcomeinfos {
	padding: 40px 140px 40px 40px;
	background: #000000ba;
	border-radius: 10px;
	width: 100%;
	float: left;
}
.welcomeinfos h3 {
	color: #efc465;
	font-size: 30px;
	margin: 0 0 20px;
}
.welcomeinfos p {
	margin: 0 0 5px;
}
.certiwraps {
	position: relative;
	width: 100%;
	float: left;
	margin: 130px 0;
}
.certificatewrap {
	position: absolute;
	z-index: 9;
	left: -140px;
	padding: 5px;
	background: #fff;
	border-radius: 10px;
	border: 3px solid #cba44e;
	top: -10px;
}
.certificatewrap .inside {
}
.certificatewrap .inside figure {
}
.certifiateconts {
}
.certbox {
	background: rgb(216,175,84);
	background: linear-gradient(0deg, rgba(216,175,84,1) 0%, rgba(140,101,40,1) 50%, rgba(216,175,84,1) 100%);
	padding: 3px;
	border-radius: 10px;
	width: 100%;
	float: left;
	margin: 17px 0;
}
.certbox .inside {
	background: rgb(11,11,11);
	background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(21, 21, 21) 50%, rgb(0, 0, 0) 100%);
	width: 100%;
	float: left;
	border-radius: 8px;
	padding: 10px 20px 10px 160px;
	position: relative;
}
.certbox .inside .txt {
	width: calc(100% - 80px);
	float: left;
	padding: 0;
}
.certbox .inside .txt h5 {
	font-family: 'Montserrat', sans-serif;
	color: #eabe5b;
	text-transform: uppercase;
}
.certbox .inside .txt p {
text-align:left;
}
.certbox .inside figure {
	width: 70px;
	float: left;
}
.safesecure {
	padding: 40px 0 60px;
	text-align: center;
}


.welcomewrap_sub .safesecure {	padding: 10px 0 30px;}

.safesecure .curve {
	padding: 0 0 20px;
}
.safesecure h3 {
	font-size: 30px;
	margin: 0 0 20px;
	color: #efc465;
}



.safesecure .iconwrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.safesecure .iconwrap span {
	background: #010101;
	display: inline-block;
	border-radius: 5px;
}
.referralwrap {
	background: url(images/referralbg.png) no-repeat #060607 center center;
	padding: 100px 0 60px 0;
	text-align: center;
}
.refblock {
	background: rgb(216,175,84);
background: linear-gradient(0deg, rgba(216,175,84,1) 0%, rgba(140,101,40,1) 50%, rgba(216,175,84,1) 100%);
padding: 3px;
border-radius: 10px;
width: 100%;
float: left;
margin: 10px 0;
}
.refblock .inside {
	background: rgb(11,11,11);
	background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(21, 21, 21) 50%, rgb(0, 0, 0) 100%);
	width: 100%;
	float: left;
	border-radius: 8px;
	position: relative;
}
.refblock .inside .icon {
	margin: -70px 0 0 0;
}
.refblock .inside h4 {
	font-size: 30px;
	color: #f8dd70;
	margin: 10px 0 15px;
}
.refblock .inside p {
	text-align: center;
}
.refblock .inside .belownumbers {
	border-top: 3px solid #c8a04b;
	padding: 20px 0;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Cinzel', serif;
}
.whyshouldwrap {
	padding: 60px 0;	
}

.whyshouldwrap_sub {
	padding-top:110px;
}

.whyshouldwrap .curve {
	text-align: center;
	padding: 0 0 30px;
}
.whyshouldwrap h3 {
	font-size: 30px;
	color: #f8dd70;
	margin: 0 0 40px;
	text-align: center;
}
.whybox {
	width: 100%;
	float: left;
	margin: 30px 0;
}
.whybox figure {
	width: 110px;
	float: left;
}
.whybox .txt {
	width: calc(100% - 110px);
	float: left;
	padding: 0 0 0 20px;
}
.whybox .txt h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #cfa74f;
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0 15px;
}
.whybox .txt p {
	margin: 0;
}
.latestwrap {
	border-top: 6px solid #987939;
	border-bottom: 6px solid #987939;
	padding: 50px 0;
	background: #060607;
}
.latestbox {
	width: 100%;
	float: left;
	border-radius: 12px;
	margin: 15px 0 0 0;
}
.latestbox .heading {
	background: rgb(216,175,84);
	background: linear-gradient(0deg, rgba(216,175,84,1) 0%, rgba(140,101,40,1) 50%, rgba(216,175,84,1) 100%);
	color: #000;
	border-radius: 12px 12px 0 0;
	padding: 15px;
	width: 100%;
	float: left;
}
.latestbox .heading h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	float: left;
	line-height: 30px;
}
.latestbox .heading span {
	float: right;
}
.latestbox .heading span figure {
}
.latestbox .txt {
	float: left;
	width: 100%;
	border-radius: 0 0 12px 12px;
	background: rgb(216,175,84);
	background: linear-gradient(0deg, rgba(216,175,84,1) 0%, rgba(140,101,40,1) 50%, rgba(216,175,84,1) 100%);
	padding: 3px;
}
.latestbox .txt .inside {
	background: rgb(11,11,11);
	background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(21, 21, 21) 50%, rgb(0, 0, 0) 100%);
	width: 100%;
	float: left;
	border-radius: 0 0 12px 12px;
}
.latestbox .txt ul {
}
.latestbox .txt ul li {
	border-bottom: 1px solid #d7ae54;
	width: 50%;
	float: left;
	padding: 15px;
}
.latestbox .txt ul li figure {
	width: 30px;
	float: left;
}
.latestbox .txt ul li .infos {
	width: calc(100% - 30px);
	float: left;
	padding: 0 0 0 10px;
}
.latestbox .txt ul li .infos p {
	margin: 0 0 5px;
}
.latestbox .txt ul li .infos h5 {
	margin: 0;
	font-size: 16px;
	color: #bd9647;
	font-family: 'Montserrat', sans-serif;
}
.statwrap {
}
.statwrap .statbox {
	width: calc(50% - 30px);
	float: left;
	text-align: center;
	background: rgb(216,175,84);
	background: linear-gradient(0deg, rgba(216,175,84,1) 0%, rgba(140,101,40,1) 50%, rgba(216,175,84,1) 100%);
	color: #000;
	border-radius: 12px;
	margin: 15px;
	padding: 10px;
}
.statwrap .statbox .icon {
	padding: 0 0 4px;
}
.statwrap .statbox h5 {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}
.statwrap .statbox p {
	margin: 0;
	text-align: center;
}
.acceptpaymentwrap {
    padding: 50px 0 30px;
    text-align: center;
    background: #060607;
}
.acceptpaymentwrap .curve {
	padding: 0 0 30px;
}
.acceptpaymentwrap h3 {
	color: #efc465;
	font-size: 30px;
	margin: 0 0 40px;
}
.paymentwrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ebbf5c;
	padding: 0 0 50px;
}
.paymentwrap span {
	border: 2px solid #ebbf5c;
	border-radius: 6px;
	margin: 0 8px;
}
footer {
    padding: 40px 0 20px;
}
.footerlogo {
	width: 100%;
	float: left;
}
.footerlogo p {
}
.footerlinks {
	width: 100%;
	float: left;
}
.footerlinks ul {
	width: 50%;
	float: left;
}
.footerlinks ul li {
}
.footerlinks ul li a {
	font-size: 12px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
}
.footercontacts {
	width: 100%;
	float: left;
}
.foocontbox {
	width: 100%;
	float: left;
}
.foocontbox figure {
	float: left;
	padding: 0 10px 0 0;
}
.foocontbox p {
	text-align: left;
}
.coin1 {
	webkit-animation: action 4s infinite alternate;
	animation: action 4s infinite alternate;
}
 @-webkit-keyframes action {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-20px);
}
}
 @keyframes action {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-20px);
}
}

 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
	.logo {
		text-align: center;
	}
	.bitcoinvaluewrap,.servertime {
		justify-content: center;
	}
	.navbar-nav {
		width: 100%;
		text-align: center;
	}
	.navbar-nav > li {
		float: none;
		margin: 0 10px;
		display: inline-block;
	}
	.loginwrap {
		text-align: center;
	}
	.calculatorwrap .inside {
		flex-direction: column;
	}
	.calcleft {
		float: left;
		padding: 0;
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
	}
	.calcleft h3 {
		padding-top: 10px;
	}
	.calcleft h3 br {
		display: none;
	}
	.calcvalue {
		float: left;
		padding: 15px 0;
		display: flex;
		flex-direction: column;
		width: 100%;
		text-align: center;
	}
	.calcvalue input {
		max-width: inherit;
	}
	.calcresults {
		width: 100%;
		justify-content: center;
	}
	.welcomeinfos {
		padding: 25px;
	}
	.certiwraps {
		margin: 40px 0;
	}
	.certificatewrap {
		left: 0;
	}
	.certbox .inside {
		padding: 10px 20px 10px 310px;
	}
	.referralwrap {
		padding: 50px 0 10px 0;
	}
	.refblock {
		margin: 50px 0;
	}
	.statwrap {
		margin: 40px 0 20px;
		width: 100%;
		float: left;
	}
	.whyshouldwrap {
		padding: 20px 0 30px 0;
	}
}
 @media screen and (max-width: 812px) {
	.navbar-nav > li {
		margin: 0 5px;
	}
	.planwrap {
		top: 40px;
	}
	.planrow {
		padding: 10px 0;
	}
	.planitm.one, .planitm.five {
		margin-left: 0;
	}
	.planitm.two, .planitm.six {
		margin-right: 0;
	}
	.planitm .inside h3 {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 5px;
	}
	.whybox .txt h4 {
		margin: 0px 0 15px;
	}
	.footercontacts {
		padding: 20px 0 0 0;
	}
}
 @media screen and (max-width:767px) {
	.loginwrap {
		text-align: center;
		width: 100%;
		float: left;
	}
	.safesecure {
		padding: 40px 0 20px;
	}
	.nav_wrap {
		text-align: center;
		width: 100%;
		float: left;
	}
	.navbar-nav {
		margin: 7.5px 0;
	}
	.navbar-toggle {
		float: none;
		margin-right: 0;
		background: rgb(216,175,84);
		background: linear-gradient(0deg, rgba(216,175,84,1) 0%, rgba(140,101,40,1) 50%, rgba(216,175,84,1) 100%);
		color: #000;
		text-transform: uppercase;
		font-weight: 600;
	}
}
 @media screen and (max-width: 668px) {
	.planwrap {
		top: 20px;
	}
	.planrow {
		padding: 5px 0;
	}
	.planitm .inside h3 {
		font-size: 20px;
		line-height: 26px;
	}
}
 @media screen and (max-width: 415px) {
	.welcomewrap {
		padding: 50px 0 0 0;
	}
	.planwrap {
		position: relative;
		top: 0;
	}
	.planrow {
		padding: 0;
	}
	.planitm {
		width: 100%;
		margin: 10px 0;
	}
	.planitm.one .inside figure, .planitm.three .inside figure, .planitm.five .inside figure {
		left: 10px;
		right: auto;
	}
	.planitm .inside,.planitm .inside p {
		text-align: right;
	}
	.calcresults {
		flex-direction: column;
		padding: 0;
	}
	.resultsbox {
		margin: 10px 0;
		width: 100%;
	}
	.calculatorwrap {
		margin: 40px 0;
	}
	.planwrap .action {
		padding: 20px 0 0 0;
	}
	.certificatewrap {
		position: relative;
		top: 0;
		text-align: center;
	}
	.certbox .inside {
		padding: 20px;
	}
	.whybox {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.whybox figure {
		width: 100%;
		float: left;
	}
	.whybox .txt {
		width: 100%;
		float: left;
		padding: 20px 0 0 0;
	}
	.whybox .txt p {
		text-align: center;
	}
	.paymentwrap {
		display: block;
	}
	.paymentwrap span {
		margin: 5px;
		display: inline-block;
	}
	.welcomeinfos h3,.safesecure h3,.calcleft h3,.refblock .inside h4,.whyshouldwrap h3,.acceptpaymentwrap h3 {
		font-size: 28px;
		line-height: 34px;
	}
}
 @media screen and (max-width: 376px) {
	.statwrap .statbox {
		width: 100%;
		margin: 8px 0;
	}
	.refblock .inside .belownumbers {
		font-size: 18px;
	}
	.latestbox .txt ul li {
		width: 100%;
	}
	.safesecure .iconwrap {
		flex-direction: column;
	}
}
 @media screen and (max-width: 321px) {
	.welcomewrap {
		padding: 40px 0 0 0;
	}
	.welcomeinfos h3,.safesecure h3,.calcleft h3,.refblock .inside h4,.whyshouldwrap h3,.acceptpaymentwrap h3 {
		font-size: 26px;
		line-height: 30px;
	}
	.certiwraps {
		margin: 0;
	}
	.acceptpaymentwrap.latestwrap {
		padding: 40px 0;
	}
	.footerlinks ul {
		width: 100%;
		float: left;
	}
}
