/*-------------------------------------------------------------------------*/
/*	1. Browser Reset + Import + Main Styels
/*-------------------------------------------------------------------------*/
@import "normalize.css"; /* Normalize CSS */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 11, 2013 */
@font-face {
    font-family: 'brandon-grotesque-bold';
    src: url('font/brandon-grotesque-bold/brandon_bld.eot');
    src: url('font/brandon-grotesque-bold/brandon_bld.eot?#iefix') format('embedded-opentype'),
         url('font/brandon-grotesque-bold/brandon_bld.woff') format('woff'),
         url('font/brandon-grotesque-bold/brandon_bld.ttf') format('truetype'),
         url('font/brandon-grotesque-bold/brandon_bld.svg#brandon-grotesque-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon-grotesque-regular';
    src: url('font/brandon-grotesque-regular/brandon_reg.eot');
    src: url('font/brandon-grotesque-regular/brandon_reg.eot?#iefix') format('embedded-opentype'),
         url('font/brandon-grotesque-regular/brandon_reg.woff') format('woff'),
         url('font/brandon-grotesque-regular/brandon_reg.ttf') format('truetype'),
         url('font/brandon-grotesque-regular/brandon_reg.svg#brandon-grotesque-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

:focus { outline: 0; }
input[type=submit] { -webkit-appearance: none; }
html {
	max-width:   100%;
}
body {
    background: #FFFFFF;
	color: #484848;
    font-family: "brandon-grotesque-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
ol, ul { list-style: none; }
p {
    padding-bottom: 25px;
}
strong { font-family: "brandon-grotesque-bold", Helvetica, Arial, sans-serif; }
em { font-style: italic; }
p:empty { display: none; }
hr {
    background-color: rgba(0,0,0,0.05);
    border: 0;
    height: 1px;
    margin: 0 auto;
    width: 50%;
}
a {
    text-decoration: none;
    color: #009cd4;        
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

img {
    height: auto;
    max-width: 100%;
}


.container {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 95%;
    max-width: 1080px;
}
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.section {
    padding: 60px 0;    
    background: rgba(255,255,255,.95);
}

.section-title {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.section-title h1 { text-transform: uppercase; }
.section-desc, .section-desc a { color: #aaa; }

.section-desc p { padding-bottom: 0; }


.column-4 {
    width: 23.5%;
    margin-right: 2%;    
    display: block;
    float: left;
    text-align: center;
}
.column-4:last-child { margin-right: 0; }
.column-4 img { width: 48px; }
.column-4 .post-title { padding: 20px 0 10px 0; }

.demos-container {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

.column {
    width: 30%;
    margin-right: 5%;
    padding: 10px;
    display: block;
    float: left;
    text-align: center;
}
.column:last-child { margin-right: 0; }
.column .post-title { margin-top: 15px; }
.column .post-title a { color: #000; }
.column .entry-content { color: #cccccc; }
.column .link img {
    border-radius: 4px;
    box-shadow: 0px 0px 7px 2px rgba(100,100,100,0.22);
    -webkit-box-shadow: 0px 0px 7px 2px rgba(100,100,100,0.22);
    -moz-box-shadow: 0px 0px 7px 2px rgba(100,100,100,0.22);
}

h1 { font-size: 40px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    color: #000000;
}


header {
    text-align: center;
    position: relative;
    color: #FFFFFF;
    padding: 85px 30px;
}
header a { color: #FFFFFF; }
header a:hover { background: inherit; }
.logo {
    text-align: center;
    display: block;
}
.logo img {
    margin: 0;
    padding: 0;
    max-height: 150px;
}
.logo p {
	display: block;
    margin-top: 30px;
    padding-bottom: 0;
    font-size: 18px;
    color: #FFFFFF;
    opacity: .8;
}


#content {
    position: relative;
    display: block;
}

footer {
    text-align: center;
    position: relative;
    color: #FFFFFF;
    padding: 85px 30px;
}

footer .logo { padding-bottom: 50px; }


.purchase {
    padding: 0 30px;
    line-height: 50px;
    display: table;
    background: #FFFFFF;
    color: #000;
    margin: 0 auto;
    border-radius: 4px;
    text-transform: uppercase;
}
.purchase:hover {
    background: #000000;
    color: #FFFFFF;
}

/*-------------------------------------------------------------------------*/
/*  16. Media Queries
/*-------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
    .container { width: 60%; }

    .column-4, .column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    
}


@media only screen and (max-width: 480px) {  
    .container { width: 90%; }
}



