html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
	display:block;
}

html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	height: 100%;
}

ol, ul {
	list-style: none;
}

:focus {
	outline:0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 	border : 0;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #181818;
	color: #FFF;
}

::-moz-selection {
	background: #181818;
	color: #FFF;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

img {
    max-width: 100%;
	border: none;
	outline: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-transition: opacity 1s ease;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.4px;
	font: 16px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
}

p {
	padding-bottom: 20px;
}
	    
.wrapper {
	width: 1200px;
	margin: 0 auto;
	padding-top: 210px;
}
		
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: right;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.col-1 {
	width: 360px;
	margin-right: 60px;
	float: left;
	position: relative;
	margin-top: 30px;
}

.col-2 {
	width: 360px;
	margin-right: 60px;
	float: left;
	position: relative;
	margin-top: 80px;
}

.col-3 {
	text-align: center;
	margin-right: 0;
}

.text {
	text-align: right;
	font-size: 16px;
}

.logo {
	height: 78px;
	width: 288px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.logo img {
	height: 78px;
	width: 288px;
}

.symbol {
	height: 120px;
	width: 120px;
	float: right;
	margin-top: 10px;
}

.symbol img {
	height: 120px;
	width: 120px;
}

footer {
	height: 0;
}

/*============================================================================= Breakpoint 1 ===========================================================================*/

@media only screen and (max-width: 1200px){
	
.wrapper {
	width: 960px;
	padding-top: 100px;
}

h1 {
	font-size: 22px;
}

		
.col-1, .col-2 {
	width: 300px;
	margin-right: 30px;
}

.text {
	font-size: 16px;
}

.symbol {
	height: 100px;
	width: 100px;
}

.symbol img {
	height: 100px;
	width: 100px;
}

}

/*============================================================================= Breakpoint 2 ============================================================================*/

@media only screen and (max-width: 960px){
	
.wrapper {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 60px!important;
}
		
h1 {
	font-size: 24px;
	text-align: center;
}

.col-1, .col-2 {
	width: 100%;
	margin-right: 0;
	float: none;
}

.bottom {
	top: 30px;
	padding-bottom: 50px;
}

.text {
	text-align: center;
	font-size: 18px;
	padding-bottom: 30px;
}

.logo {
	height: auto;
	width: 50%;
	margin: 40px auto 20px;
}

.logo img {
	height: auto;
	width: 100%;
}

.symbol {
	height: 120px;
	width: 120px;
	float: none;
	margin: 0 auto 50px;
}

.symbol img {
	height: 120px;
	width: 120px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg)l
}
	
}

/*============================================================================= Breakpoint 3 ============================================================================*/

@media only screen and (max-width: 479px){
	
body {
	background: #030303;
}
	
.wrapper {
	padding-top: 50px;
}
	
.logo {
	height: auto;
	width: 80%;
	margin: 40px auto 20px;
}

h1 {
	font-size: 20px;
}

.text {
	font-size: 14px;
}
		
}
