* {
    margin: 0px;
    padding: 0px;
}

body {
	font-size: 1em;
	font-weight: 300;
    font-style: normal;
    color: #1f1b35;
	font-family: 'Open Sans', sans-serif;
}

.center {
    text-align: center;
}

.container {
	width: 1150px;
	display: block;
	margin: auto;
	padding: 0px 15px;
	box-sizing: border-box;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1430px) {
	.container {
		width: 1150px;
	}
	.half {
		width: 48.8%;
	}
	.third {
		width: 31.8%;
	}
	.fourth {
		width: 23.3%;
	}
	
	.two-thirds {
		width: 65.8%;
	}
	.form-half {
		width: 48.3%;
	}
	.form-half.half-half {
		width: 47.7%;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.container {
		width: 960px;
	}
    ul.menu li a {
        font-size: 16px;
    }   
    .container .intro-txt:last-child {
        width: 100% !important;
    }
	.half {
		width: 48.6%;
	}
	.third {
		width: 31.6%;
	}
	.fourth {
		width: 22.9%;
	}
	.two-thirds {
		width: 65.5%;
	}
	.form-half {
		width: 48%;
	}
	.form-half.half-half {
		width: 47.3%;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.container {
		width: 730px;
    }
	.half {
		width: 48.1%;
		margin-right: 20px;
	}
	.third {
		margin-right: 20px;
		width: 30.8%;
	}
	.fourth {
		width: 48.1%;
		margin-right: 20px;
	}
	.fourth:nth-child(2n) {
		margin-right: 0px;	
	}
	ul.menu {
		display: none;
	}
	.hamburger {
		display: block;
	}
	.form-half {
		width: 100%;
	}
	.form-half.half-half {
    	width: 100%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.container {
		width: 100%;
	}
	.half, .third, .fourth, .two-thirds {
		width: 100%;
    	margin-right: 0px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.container {
		width: 100%;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.container {
		width: 100%
	}
}