/*
* spazyn Grid V1.0.0
* Copyright 2015, afrizyn (Pty) Ltd
* www.afrizyn.co.za
* 08/11/2016
*/


/* Table of contents
末末末末末末末末末末末末末末末末末末末末末末末末末
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Images
- Misc
*/

/* Grid
末末末末末末末末末末末末末末末末末末末末末末末末末 */
* { box-sizing: border-box;}

.container-max{
	width : 100%;
}

.container {
	margin: 0 auto;
	width : 1200px;
	padding: 0 10px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}
 
.row:after {
    clear: both;
}

.column {
    position: relative;
    float: left;
	word-wrap: break-word;
}

[class*='col-'] {
	float: left;
	min-height: 1px;
}
	
.column + .column {
	margin-left: 20px;
}

.col-1 { width: 80px; }
.col-2 { width: 180px; }
.col-3 { width: 280px; }
.col-4 { width: 380px; }
.col-5 { width: 480px; }
.col-6 { width: 580px; }
.col-7 { width: 680px; }
.col-8 { width: 780px; }
.col-9 { width: 880px; }
.col-10 { width: 980px; }
.col-11 { width: 1080px; }
.col-12 { width: 1180px; }


/* Base Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 */
html { font-size: 62.5%; }

body {
	color: #9A9A9A;
    font-size: 1.6em;
	line-height: 1.25;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}

/* Typography
末末末末末末末末末末末末末末末末末末末末末末末末末 */
p { 
	font-size: 1.6rem;
	margin: 1.2rem 0; 
}

h1, h2, h3, h4, h5, h6 {
  color: #676767;
    font-weight: 300;
    letter-spacing: 0rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 12px;
}
h1 { font-size: 44px; line-height: 48px; }
h2 { font-size: 32px; line-height: 36px; }
h3 { font-size: 28px; line-height: 32px; }
h4 { font-size: 24px; line-height: 28px; }
h5 { font-size: 20px; line-height: 24px; }
h6 { font-size: 16px; line-height: 20px; }

span.bold {
	font-weight: bold;
}
/* Links
末末末末末末末末末末末末末末末末末末末末末末末末末 */
a { color: #144A70; }
a:hover { color: #0D3147; }


/* Buttons
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 40px;
  padding: 0 28px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
  

/* Forms
末末末末末末末末末末末末末末末末末末末末末末末末末 */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 40px;
  padding: 4px 12px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 80px;
  padding-top: 4px;
  padding-bottom: 4px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #144A70;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: 5px;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal; }
  

/* Lists
末末末末末末末末末末末末末末末末末末末末末末末末末 */
ul {
    list-style: circle outside; 
}

ol {
    list-style: decimal outside; 
}

ol, ul {
    padding-left: 16px;
    margin-top: 0; 
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 16px 0 16px 30px;
    font-size: 90%; 
}

li {
    margin-bottom: 0; 
}


/* Code
末末末末末末末末末末末末末末末末末末末末末末末末末 */
code {
  padding: 4px 6px;
  margin: 0 4px;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 12px 16px;
  white-space: pre; }


/* Tables
末末末末末末末末末末末末末末末末末末末末末末末末末 */
th,
td {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-bottom: 0.1rem solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
末末末末末末末末末末末末末末末末末末末末末末末末末 */
button,
.button {
  margin-bottom: 12px; }
input,
textarea,
select,
fieldset {
  margin-bottom: 16px; }
pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 24px; }

/* Images
末末末末末末末末末末末末末末末末末末末末末末末末末 */
img { max-width: 100%;}

/* Misc
末末末末末末末末末末末末末末末末末末末末末末末末末 */
hr {
  margin-top: 32px;
  margin-bottom: 36px;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }
  
.float-l { float: left } 
.float-r { float: right } 


/*--- Clear Float Fix ---*/
.clearfix { display: inline-block; }

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* For Browser Support */
.clearfix { display: inline-block; }

/* Hides From IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End Hide From IE-mac */