@font-face {
    font-family: sanchez;
    src: url("../images/textfont/Sanchezregular.otf");
}

body {
	font-size: small;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    background-color: white;
    color: white;
}

a {
	color: white;
	text-decoration: none;
}
a:link {
    color: white;
    text-decoration: none;
}
a:visited {
	color: white;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: white;
    font-weight: bold;
}
a:active {
    color: white;
}


textarea {
    resize: none;
}

.bluetext {
	color: #229cd4 !important;
}
.redtext {
	color: red !important;
}

.header {
	height: 130px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: rgba(27,38,107,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(27,38,107,0.8), rgba(35,132,152,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(27,38,107,0.8), rgba(35,132,152,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(27,38,107,0.8), rgba(35,132,152,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(27,38,107,0.8), rgba(35,132,152,0.8)); /* Standard syntax */
}

.header div {
	vertical-align: middle;
	display: inline;
}

.navbar-default {
	background-color: rgba(27,38,107,0.8);
	border-color: rgba(27,38,107,0.8);
}
.navbar-brand {
	height: 80%;
	margin: 10px 20px;
}
.navbar-toggle {
	margin-top: 45px;
    margin-right: 25px;
}
.navbar-header {
	height: 129px;
}
.navbar-nav li {
	padding: 5px;
}
.navbar-default .navbar-nav>li>a {
	color: white;
	text-decoration: none;
}
.navbar-default .navbar-nav>li>a:link {
    color: white;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a:visited {
	color: white;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a:hover {
    text-decoration: none;
    color: white;
    font-weight: bold;
    background-color: #ee6e00;
}
.navbar-default .navbar-nav>li>a:active {
    color: white;
}

.menulink {
	font-family: sanchez;
	color: white;
	text-align: center;
	padding-top: 40px;
	font-size: 14px;
}

.footer {
	height: 100px;
	background: #282828;
	padding: 35px;
	z-index: 18;
	position: relative;
}
.footerleft p {
	line-height: 10px;
}
.footerright span {
	margin: 0 10px;
}

.footermob {
	height: 160px;
	background: #282828;
	padding: 25px;
	z-index: 20;
	position: relative;
}

.welcometext {
	width: 100%;
	padding-top: 100px;
}
.welcometext h1 {
	font-family: sanchez;
	font-size: 100px;
}
.welcometext p {
	font-size: 36px;
}
.welcometext span {
	font-size: 36px;
	color: #ffca00;
	border: 5px solid #ffca00;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.welcometextmob {
	width: 100%;
	padding-top: 120px;
}
.welcometextmob h1 {
	font-family: sanchez;
	font-size: 75px;
}
.welcometextmob p {
	font-size: 30px;
}
.welcometextmob span {
	font-size: 30px;
	color: white !important;
	border: 5px solid #ffca00;
	background-color: #ffca00;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bigquote {
	font-size: 100px;
	position: absolute;
}
.bigquoteleft {
	top: 50px;
	left: 80px;
}
.bigquoteright {
	top: 75px;
	right: 75px;
}
.bigquoteleftbreak {
	top: 50px;
	left: 80px;
}
.bigquoterightbreak {
	top: 75px;
	right: 75px;
}

.abouttext {
	color: #333333;
	font-family: sanchez;
	padding: 30px 0;
}
.abouttext h1 {
	font-size: 80px;
}
.abouttext p {
	font-size: 20px;
}
.aboutimages {
	margin-top: 30px;
}
.aboutimages div {
	padding: 15px 0;
}
.aboutimages p {
	font-size: 20px;
	padding: 20px 0;
}
.abouttextmob {
	color: #333333;
	font-family: sanchez;
	padding: 15px 0;
}
.abouttextmob h1 {
	font-size: 80px;
}
.abouttextmob p {
	font-size: 20px;
}
.aboutimagesmob {
	margin-top: 30px;
}
.aboutimagesmob div {
	padding: 15px 0;
}
.aboutimagesmob p {
	font-size: 20px;
	padding: 20px 0;
}
.aboutimagesmob img {
	margin: 10px;
}
.abouttexthighlightmob {
	font-size: 25px !important;
}

.servicestext {
	color: white;
	font-family: sanchez;
	padding: 30px 0;
}
.servicestext h1 {
	font-size: 80px;
}
.servicestext p {
	font-size: 20px;
}
.servicesimages {
	margin-top: 30px;
}
.servicesimages div {
	padding: 15px 30px;
}
.servicesimages p {
	font-size: 20px;
	padding: 20px 0;
	margin: 0;
}
.servicesimages hr {
	width: 130px;
	border: 1px solid white;
}
.servicesimages span {
	font-size: 20px;
	padding-top: 10px;
	display: block;
}
.servicestextmob {
	color: white;
	font-family: sanchez;
	padding: 15px 0;
}
.servicestextmob h1 {
	font-size: 80px;
}
.servicestextmob p {
	font-size: 20px;
}
.servicesimagesmob {
	margin-top: 30px;
}
.servicesimagesmob div {
	padding: 15px 30px;
}
.servicesimagesmob p {
	font-size: 20px;
	padding: 20px 0;
	margin: 0;
}
.servicesimagesmob hr {
	width: 130px;
	border: 1px solid white;
}
.servicesimagesmob span {
	font-size: 20px;
	padding-top: 10px;
	display: block;
}

.careerstext {
	color: white;
	font-family: sanchez;
	padding: 30px 0;
}
.careerstext h1 {
	font-size: 80px;
}
.careerstextmob {
	color: white;
	font-family: sanchez;
	padding: 15px 0;
}
.careerstextmob h1 {
	font-size: 80px;
}

.breaktext {
	position: fixed;
	top: 600px;
	z-index: 1;
}

.breaktext div {
	font-size: 30px;
	font-family: sanchez;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}

.breaktextleft {
	vertical-align: top !important;
}

.breaktextmob {
	position: fixed;
	top: 650px;
	left: 50%;
	margin-left: -210px;
	z-index: 2;	
}

.breaktextmob div {
	font-size: 25px;
	font-family: sanchez;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}

.breaktextleftmob {
	vertical-align: top !important;
}

.itemCareer img:hover {
	cursor: pointer;
}

.slick-slide img {
    margin: 0 auto;
}
.slickcarouselmob {
	width: 80%;
    margin: 0 auto;
}
.slickcarouseljd {
	width: 100%;
	height: 457px;
	position: absolute;
    top: 0;
    left: 0;
}

.testimonialstext {
	color: white;
	font-family: sanchez;
	padding: 30px 0;
}
.testimonialstext h1 {
	font-size: 40px;
}
.testimonialsimages {
	margin-top: 30px;
}
.testimonialsimages div {
	height: 550px;
}
.testimonialsimages img {
	width: 100%;
}
.testimonialstextmob {
	color: white;
	font-family: sanchez;
	padding: 15px 0;
}
.testimonialstextmob h1 {
	font-size: 40px;
}
.testimonialsimagesmob {
	margin-top: 10px !important;
    margin-bottom: 15px !important;
}
.testimonialsimagesmob div {
	height: 550px;
	margin-top: 10px;
}
.testimonialsimagesmob img {
	width: 100%;
}

.testimonialsbox {
	background-color: white;
}
.testimonialsbox p {
	color: #333333;
	font-family: sanchez;
	font-size: 18px;
	padding: 30px;
	text-align: left;
}
.testimonialsquote, .testimonialsperson {
	float: left;
}
.testimonialsquote {
	margin-top: 10px;
    margin-left: 10px;
}
.testimonialsperson {
	margin-top: -10px;
	margin-left: 20px;
}
.testimonialsquote img {
	width: 50px;
	height: 59px;	
}
.testimonialsname {
	height: 85px !important;
	width: 330px;
    position: absolute;
    bottom: 0;
    left: 55px;
}
.testimonialsboxmob {
	background-color: white;
	width: 380px;
	margin: 10px auto;
}
.testimonialsboxmob p {
	color: #333333;
	font-family: sanchez;
	font-size: 18px;
	padding: 30px;
	text-align: left;
}
.testimonialsquotemob, .testimonialspersonmob {
	float: left;
}
.testimonialsquotemob {
	margin-top: 10px;
    margin-left: 10px;
}
.testimonialspersonmob {
	margin-top: -10px;
	margin-left: 30px;
}
.testimonialsquotemob img {
	width: 50px;
	height: 59px;	
}
.testimonialsnamemob {
	height: 85px !important;
	width: 330px;
    position: absolute;
    bottom: 0;
    left: 220px;
}

.contactustext {
	padding-top: 80px;
	color: #333333;
	font-family: sanchez;
	line-height: 30px;
}
.contactustext div {
	width: 700px;
}
.contactustext h1 {
	font-size: 80px;
}
.contactustext h2 {
	font-size: 20px;
	font-weight: bold;
}
.contactustext p {
	font-size: 20px;
	margin: 20px 0;
}
.contactustextmob {
	padding-top: 80px;
	color: #333333;
	font-family: sanchez;
	line-height: 30px;
}
.contactustextmob div {
	width: 100%;
}
.contactustextmob h1 {
	font-size: 80px;
}
.contactustextmob h2 {
	font-size: 20px;
	font-weight: bold;
}
.contactustextmob p {
	font-size: 20px;
	margin: 20px 0;
}

.contactusform {
	width: 700px;
    height: 770px;
	background-image: url("../images/RB_contactus_bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position-x: 130px;
	position: absolute;
	right: 0;
}
.contactusform form {
	width: 250px;
    margin-left: 250px;
    margin-top: 120px;
}
.captchabox {
	margin-left: 3px;
    width: 140px;
    display: inline-block;
}
.captchabox img {
	width: 140px;
    height: 30px;
}
.submitbutton div {
	color: white;
	background-color: #0ec8ce;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 58px;
    height: 56px;
    padding: 20px 10px;
    font-family: sanchez;
    margin-top: 30px;
    margin-left: 97px;
}
.submitbutton div:hover {
	cursor: pointer;
}

#frmContactmob {
	color: black;
	width: 95%;
    margin: 0 auto;
}
.submitbuttonmob div {
	color: #ffca00 !important;
    background-color: transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    border: 3px solid #ffca00 !important;
    width: 100%;
    height: 56px;
    padding: 12px 10px;
    font-family: sanchez;
    font-size: 20px;
    margin-top: 30px;
}
.submitbuttonmob div:hover {
	cursor: pointer;
	font-weight: bold;
	color: white !important;
	background-color: #ffca00 !important;
}

.pagedown {
	/*position: absolute;
	left: 50%;
	bottom: 8%;*/
	width: 50px;
    height: 50px;
	padding: 13px;
	border: 0px solid white;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin: 0 auto;
}
.pagedown:hover {
	background-color: gray;
}
.nextpage01 {
	margin-top: 200px;
}

.content {
  background-size: 100% auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.illustration_01 {
	background-image: url("../images/RB_bg_welcome.jpg");
	background-size: 100% 100%;
	z-index: 11;
	position: relative;
}
.illustration_01a {
	height: 768px !important;
	margin-top: 130px;
	background: rgba(27,38,107,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(27,38,107,0.8), rgba(35,132,152,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(27,38,107,0.8), rgba(35,132,152,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(27,38,107,0.8), rgba(35,132,152,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(27,38,107,0.8), rgba(35,132,152,0.8)); /* Standard syntax */
}
.illustration_01amob {
	height: 605px !important;
	margin-top: 130px;
	background: rgba(27,38,107,0.8); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(27,38,107,0.8), rgba(35,132,152,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(27,38,107,0.8), rgba(35,132,152,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(27,38,107,0.8), rgba(35,132,152,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(27,38,107,0.8), rgba(35,132,152,0.8)); /* Standard syntax */
}

.illustration_02 {
	min-height: 500px !important;
	background-color: white;
	z-index: 12;
	padding-top: 122px;
	position: relative;
}
.illustration_03 {
	min-height: 898px !important;
	background-color: #333333;
	z-index: 13;
	padding-top: 152px;
	position: relative;
}
.illustration_04 {
	min-height: 898px !important;
	background-color: #333333;
	background-image: url("../images/RB_break_bg.jpg");
	background-size: 100% 100%;
	z-index: 14;
}
.illustration_04mob {
	min-height: 519px !important;
	background-color: #333333;
	background-image: url("../images/RB_break_bgmob.jpg");
	background-size: 100% 100%;
	z-index: 19;
}
.illustration_04a {
	height: 519px !important;
}

.illustration_05 {
	min-height: 898px !important;
	background-color: #333333;
	z-index: 15;
	padding-top: 136px;
	position: relative;
}
.illustration_06 {
	min-height: 898px !important;
	background-image: url("../images/RB_testimonials_bg.jpg");
	background-size: 100% 100%;
	z-index: 16;
	padding-top: 136px;
	padding-bottom: 20px;
	position: relative;
}
.illustration_07 {
	min-height: 750px !important;
	background-color: white;
	z-index: 17;
	position: relative;
	padding-top: 50px;
	position: relative;
}

.customModal {
	max-height: 700px;
	font-family: sanchez;
	font-size: 15px;
}
	.customModal .bluetext {
		font-size: 20px;
	}

	.customModal .position {
		font-size: 20px;
		color: black;
	}

.customModalContent {
	max-height: 650px;
}

.customModalBody {
    overflow: auto;
    height: 550px;
}

/* MQs for XL screens */
@media (min-width: 1311px) {
	.bigquoteleft {
	    left: 60px;
	    top: 20px;
	}
	.bigquoteright {
	    right: 50px;
	    top: 20px;
	}
	
	.testimonialsimages div {
	    height: 600px;
	}
}

/* MQs for LG Desktop */
@media (min-width: 1200px) and (max-width: 1310px) {
	.bigquoteleft {
	    left: 65px;
	}
	.bigquoteright {
	    right: 60px;
	}
	
	.slick-slide img {
	    width: 95%;
	}
	.slickcarousel {
		width: 95%;
		margin: 0 auto;
	}
	
	.testimonialsimages div {
	    height: 580px;
	}
	.testimonialsname {
	    left: 40px;
	}
	.testimonialsperson {
	    margin-left: 10px;
	}
	
	.contactustext div {
	    width: 520px;
	}
	.contactustext h1 {
	    font-size: 72px;
	}
	
	.breaktext div {
		font-size: 25px;
	}
}

/* MQs for MD Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
	.innerrowfix {
		margin: 0;
	}
	
	.bigquoteleft {
	    left: 55px;
	}
	.bigquoteright {
	    right: 50px;
	}
	
	.slick-slide img {
	    width: 95%;
	}
	.slickcarousel {
		width: 95%;
		margin: 0 auto;
	}
	
	.testimonialsimages div {
	    height: 550px;
	}
	.testimonialsbox p {
	    padding: 20px;
	}
	.testimonialsname {
	    left: 25px;
	    width: 275px;
	}
	.testimonialsperson {
	    margin-left: 0px;
	}
	
	.contactusform {
	    background-position-x: 260px;
	}
	.contactusform form {
	    margin-left: 382px;
	}
	.contactustext div {
	    width: 520px;
	}
	.contactustext h1 {
	    font-size: 72px;
	}
	
	.breaktext div {
		font-size: 23px;
	}
}

/* MQs for SM Tablets */
@media (min-width: 768px) and (max-width: 991px) {
	.innerrowfix {
		margin: 0;
	}
	
	.menulink {
	    font-size: 12px;
	}
	
	.welcometext {
	    padding-top: 100px;
	}
	.welcometext h1 {
	    font-size: 80px;
	}
	.welcometext p {
	    font-size: 26px;
	}
	.welcometext span {
	    font-size: 26px;
	}
	
	.bigquoteleft {
	    left: 55px;
	    top: 70px;
	}
	.bigquoteright {
	    right: 50px;
	    top: 70px;
	}
	
	.slick-slide img {
	    width: 95%;
	}
	.slickcarousel {
		width: 95%;
		margin: 0 auto;
	}
	
	.aboutimages .col-sm-2 img {
		width: 95%;
	}
	
	.servicestext {
		padding-top: 0px;
	}
	
	.testimonialsimages div {
	    height: 500px;
	}
	.testimonialsbox p {
	    padding: 20px;
	    font-size: 15px;
	}
	.testimonialsname {
	    left: 20px;
    	width: 215px;
	}
	.testimonialsquote img {
	    width: 35px;
	    height: 40px;
	}
	.testimonialsperson {
	    margin-left: 0px;
	}
	.testimonialsperson p {
	    font-size: 14px;
	}
	
	.contactusform {
	    background-position-x: 290px;
	}
	.contactusform form {
	    margin-left: 411px;
	}
	.contactustext div {
	    width: 365px;
	}
	.contactustext h1 {
	    font-size: 50px;
	}
	.contactustext p {
	    font-size: 15px;
	}
	
	.breaktext div {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.innerrowfix {
		margin: 0;
	}
}

@media (max-width: 700px) {
	.testimonialsnamemob {
	    left: 190px;
	}
}

@media (max-width: 675px) {
	.welcometextmob h1,.abouttextmob h1,.servicestextmob h1,.careerstextmob h1,.contactustextmob h1 {
	    font-size: 60px;
	}
	.welcometextmob p,.welcometextmob span {
	    font-size: 20px;
	}
	.abouttextmob p,.servicesimagesmob span,.testimonialsboxmob p,.contactustextmob p {
	    font-size: 15px;
	}
	.abouttexthighlightmob {
		font-size: 20px !important;
	}
	.testimonialsimagesmob div {
    	height: 515px;
    }
    .testimonialsnamemob {
	    left: 190px;
	}
}

@media (max-width: 600px) {
	.testimonialsnamemob {
	    left: 150px;
	}
	.breaktextmob {
		top: 580px;
	}
}

@media (max-width: 550px) {
	.welcometextmob h1,.abouttextmob h1,.servicestextmob h1,.careerstextmob h1,.contactustextmob h1 {
	    font-size: 54px;
	}
	.testimonialstextmob h1 {
	    font-size: 35px;
	}
	.testimonialsnamemob {
	    left: 130px;
	}
}

@media (max-width: 500px) {
	.welcometextmob h1,.abouttextmob h1,.servicestextmob h1,.careerstextmob h1,.contactustextmob h1 {
	    font-size: 48px;
	}
	.welcometextmob p,.welcometextmob span {
	    font-size: 20px;
	}
	.aboutimagesmob div {
	    padding: 5px 0;
	}
    .testimonialstextmob h1 {
	    font-size: 30px;
	}
	.testimonialsnamemob {
	    left: 100px;
	}
}

@media (max-width: 450px) {
	.welcometextmob h1,.abouttextmob h1,.servicestextmob h1,.careerstextmob h1,.contactustextmob h1 {
	    font-size: 43px;
	}
	.welcometextmob p,.welcometextmob span {
	    font-size: 18px;
	}
	.testimonialstextmob h1 {
	    font-size: 27px;
	}
	.testimonialsnamemob {
	    left: 70px;
	}
	
	.breaktextmob {
		margin-left: -160px;
	}
	.breaktextmob div {
		font-size: 18px;
	}
}

@media (max-width: 400px) {
	.welcometextmob h1,.abouttextmob h1,.servicestextmob h1,.careerstextmob h1,.contactustextmob h1 {
	    font-size: 37px;
	}
	.welcometextmob p,.welcometextmob span {
	    font-size: 18px;
	}
	.testimonialstextmob h1 {
	    font-size: 23px;
	}
	.testimonialsnamemob {
	    left: 60px;
	    width: 270px;
	}
	.testimonialspersonmob {
	    margin-left: 10px;
	}
	.testimonialsboxmob {
	    width: 325px;
	}
}

@media (max-width: 350px) {
	.welcometextmob h1,.abouttextmob h1,.servicestextmob h1,.careerstextmob h1,.contactustextmob h1 {
	    font-size: 35px;
	}
	.welcometextmob p,.welcometextmob span {
	    font-size: 15px;
	}
	.testimonialstextmob h1 {
	    font-size: 19px;
	}
	.testimonialsnamemob {
	    left: 50px;
	    width: 250px;
	}
	.testimonialspersonmob {
	    margin-left: -10px;
	}
	.testimonialsboxmob {
	    width: 270px;
	}
	.footermob {
	    font-size: smaller;
	}
	
	.breaktextmob {
		 margin-left: -145px;
	}
	.breaktextmob div {
		font-size: 15px;
	}
}

@media (min-width: 319px) {
	#sitebody {
		display: block;
	}
	#unsupported {
		display: none;
	}
}

@media (max-width: 318px) {
	.welcometextmob h1,.abouttextmob h1,.servicestextmob h1,.careerstextmob h1,.contactustextmob h1 {
	    font-size: 35px;
	}
	.testimonialstextmob h1 {
	    font-size: 30px;
	}
	.testimonialsboxmob {
	    width: 270px;
	}
	#sitebody {
		display: none;
	}
	#unsupported {
		display: block;
		color: black;
	}
}

/* STYLES FOR IE,SAFARI */
*::-ms-backdrop, body,p,h1,h2,h3,span,a {
    font-family: Arial, Helvetica, sans-serif !important;
}

*::-ms-backdrop, .header {
	padding-top: 20px;
}

*::-ms-backdrop, .bigquoteleft {
    top: 50px;
    left: 50px;
}

*::-ms-backdrop, .bigquoteright {
    top: 75px;
    right: 50px;
}


/* STYLES FOR FIREFOX */
@-moz-document url-prefix() {

	.contactusform {
		background-size: 127% 100%;
		width: 550px;
	}

	.contactusform form {
		width: 250px;
	    margin-left: 120px;
		margin-top: 120px;
		font-size: 10px;
	}
	
	.submitbutton div {
		color: white;
		background-color: #0ec8ce;
		-webkit-border-radius: 30px;
	    -moz-border-radius: 30px;
	    border-radius: 30px;
		width: 59px;
		height: 56px;
		padding: 19px 10px;
		font-family: sanchez;
		margin-top: 39px;
		margin-left: 97px;
		font-size: 14px;
	}
	
	.bigquoteleft {
	    top: 50px;
	    left: 50px;
	}
	
	.bigquoteright {
	    top: 75px;
	    right: 50px;
	}
	
	@media (min-width: 1200px) {
		.bigquoteleft {
		    left: 55px;
		}
		.bigquoteright {
		    right: 50px;
		}
	}
	
	@media (min-width: 992px) and (max-width: 1199px) {
		.contactusform {
		    background-position: 110px;
		}
		.contactusform form {
		    margin-left: 232px;
		}
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		.bigquoteleft {
		    left: 55px;
		    top: 75px;
		}
		.bigquoteright {
		    right: 50px;
		    top: 75px;
		}
		
		.contactusform {
		    background-position: 150px;
		}
		.contactusform form {
		    margin-left: 271px;
		}
	}
}

.debugbox {
	border: 1px solid red;
}
#salert {
	display: none;
	
}