@media (max-width: 767px) {
	
	#menu {
		float: none;
		margin-top: 30px;
	}
	
	#menu-wrapper .col-sm-8 {
		padding: 0px;
	}
	
	
	.menu-toggle {
		width: 100%;
		border: none;
		text-shadow: none;
		box-shadow: none;
		background: #333;
		color: #fff;
		text-align: left;
		line-height: 35px;
	}
	
	
	#menu ul li {
    padding: 0px;
    float: none;
    width: 100%;
    /* line-height: 30px; */
}
	
	#menu ul li a {
    line-height: 34px;
}
	
	
	
	#banner {
    height: 236px;
}
	
	#banner-text h1 {
    font-size: 33px;
    margin-bottom: 15px;
    margin-top: 83px;
}
	
	
	.card__back a.btn {
    border: none;
    background: #fff;
    display: block;
    padding: 0px !important;
    line-height: 42px !important;
}
	
	#cta p {
    margin: 0px;
    font-size: 18px;
}
	
	
	
	#cta p a {
    display: block;
    font-size: 24px;
    padding: 2px 35px;
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
}
	.footer {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    float: left;
    width: 100%;
}
	
	#logo {
		text-align: center;
	}
	
	
	
	.card h2 {
		font-size: 13px;
	}
	.card img {
		height: 30px !important;
		width: auto !important;
		position: relative !important;
		left: 0 !important;
		margin-top: 3px;
	}
	#cards p {
		margin: 0px;
		font-size: 11px;
	}
	.card {
		position: relative;
		padding-bottom: 54%;
		height: 0px;
		width: 100%;
		text-align: center;
		cursor: pointer;
	}
	.card__back a.btn {
		border: none;
		background: #fff;
		width: 100%;
		text-align: center;
		padding: 0px !important;
		line-height: 35px !important;
		font-size: 10px !important;
	}
	
	.card__front h2 {
		padding-top: 15px;
	}
	
}


@media (min-width: 768px) and (max-width: 991px) {
	#menu ul li a {
		font-size: 14px;
	}
	#menu ul li {
		padding: 0 19px;
	}
	#menu {
		float: right;
		margin-top: 40px;
	}
	.widget a.btn-primary {
		font-size: 18px !Important;
	}
	#cta p {
		margin: 0px;
		font-size: 31px;
	}
	#banner-text h1 {
		font-size: 44px;
	}
	#banner {
		height: 403px;
	}
	.card h2 {
		font-size: 13px;
	}
	.card img {
		height: 30px !important;
		width: auto !important;
		position: relative !important;
		left: 0 !important;
		margin-top: 3px;
	}
	#cards p {
		margin: 0px;
		font-size: 11px;
	}
	.card {
		position: relative;
		padding-bottom: 54%;
		height: 0px;
		width: 100%;
		text-align: center;
		cursor: pointer;
	}
	.card__back a.btn {
		border: none;
		background: #fff;
		width: 100%;
		text-align: center;
		padding: 0px !important;
		line-height: 35px !important;
		font-size: 10px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
}


@media (min-width: 540px) and (max-width: 767px) {
	#cards .col-sm-4 {
    padding: 0px;
    padding: 2px;
    width: 50%;
    float: left;
}
	
}