@charset "UTF-8";

/*  *   *   *   *   *   *   *   *   *   *   *

Universal Styles

Place all of your universal styles that apply to all site versions beneath this comment.

*   *   *   *   *   *   *   *   *   *   *   */

* {  
    line-height: 1;
}

html {
    font-family: Helvetica Neue, Helvetica, arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

header div.container h1 {
     display: inline;
     margin-top: 3px;
}

header div.container img {
     float: right;
     display: inline;
     margin-top: 10px;
     margin-bottom: 0px;
}

nav ul {
     padding-left: 0px;   
}

nav ul a {
     margin-right: 30px;   
}

nav li {
     display: inline;
     list-style-type: none;
}

.menu_icon {
     cursor: context-menu;   
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

nav a {
    text-decoration: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

main, div.container {
    margin: 0 auto;   
}

main:before,
main:after,
section:before,
section:after,
article:before,
article:after,
.container:before,
.container:after,
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

main:after,
section:after,
article:after,
.container:after,
.clear:after {
     clear: both;   
}

h1 {
    font-size: 36px;
    line-height: 1.2;
    margin: 24px 0px 18px;
    font-weight: 300;
}

h2 {
    font-size: 27px;
    line-height: 1.3;
    margin: 18px 0px 14px;
    font-weight: 300;
}

h3 {
    font-size: 21px;
    line-height: 1.4;
    margin: 14px 0px 12px;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    line-height: 1.5;
    margin: 12px 0px 10px;
    font-weight: 600;
}

h5 {
    font-size: 15px;
    line-height: 1.5;
    margin: 10px 0px 8px;
    font-weight: 700;
}

h6 {
    font-size: 12px;
    line-height: 1.5;
    margin: 8px 0px 8px;
    font-weight: 800;
}

p {
    font-size: 18px;   
    line-height: 1.5;
    margin: 12px 0px;
    font-weight: 300;
}

li {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

blockquote, cite {
    font-size: 18px;   
    line-height: 1.5;
    font-weight: 300;
}

.left {
    float: left;   
}
  
.right {
     float: right;   
}

div.img-group {
     margin-top: 30px;   
}

p + p img {
    margin-top: 30px;   
}

.center {
     float:none;
     display: block;
     margin: 0 auto;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
    margin-bottom: 0px;   
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
    margin-top: 0px;   
}

.desktop, .desktophd, .tablet, .mobile, .retina, .internetexplorer {
     display: none;   
}
footer li, header li {
    list-style-type: none;   
}
footer a, header a {
     text-decoration: none;   
}
footer ul, header ul {
     padding: 0px;
}

a.popup {
    cursor: -webkit-zoom-in; 
    cursor: -moz-zoom-in;
}

/* Internet Explorer Warning */

.browserninja {
     position: relative;
     background: #fff;
     padding: 30px;
     width: auto;
     max-width: 500px;
     margin: 0px auto;
}
.browserninja img {
     display: block;
     margin: 0px auto;
     width: 200px;
}
.browserninja p {
     color: #fff;
     margin: 0px;
     text-align: center;
}
.browserninja p a {
     color: #fff;   
}
.browserninja#internetexplorer {
     background: #28BDEF;   
}

	.full.fade {
    opactiy: 1;
    trasition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;

	}

	.full.fade:hover {
    opacity: 0.5;
	
	}

	.right.quarter.fade {
    opactiy: 1;
    trasition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;

	}

	.right.quarter.fade:hover {
    opacity: 0.5;
	
	}
	
	
	.google {
		float: right;
		margin: 20px;
		padding: 10px;
			
	}
	
	.noscript {
		font-size:36px;
		color: white;
		background-color:black;
		text-align:center;
					
	}
	
	.enlarge{
    width: 500px;
}

/*  *   *   *   *   *   *   *   *   *   *   *

Media Queries

*   *   *   *   *   *   *   *   *   *   *   */

/*  *   *   *   *   *   *   *   *   *   *   *

Desktop HD Styles

*   *   *   *   *   *   *   *   *   *   *   */

@media screen and (min-width:1200px) {
    .desktophd {
         display: inline;   
    }
    div.container {
        width: 1140px;
        padding: 30px;
    }
    img {
         margin-bottom: 30px;   
    }
    .full {
        width: 100%;
        max-width: 555px; 
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .half {
        width: 555px;
        height: auto;
    }
    .half + .half {
        margin-left: 30px;
    }
    .half + .half:nth-child(2n-1) {
         margin-left: 0px;   
    }
    .third + .third:nth-child(3n-2) {
        margin-left: 0px;   
    }
    .quarter + .quarter:nth-child(4n-3) {
        margin-left: 0px;   
    }
    .third {
         width: 360px;
         height: auto;
    }
    .third + .third {
        margin-left: 30px;
    }
    .quarter {
         width: 262.5px;
         height: auto;
    }
    .quarter + .quarter {
        margin-left: 30px;
    }
    p .left {
        margin-right: 30px; 
    }
    
    p .right {
        margin-left: 30px;   
    }
    footer li {
         display: inline;
         margin-right: 30px;
    }
}

/*  *   *   *   *   *   *   *   *   *   *   *

Desktop Styles

*   *   *   *   *   *   *   *   *   *   *   */

@media screen and (min-width:960px) and (max-width:1199px) {
    .desktop {
         display: inline;   
    }
    div.container {
        width: 900px;
        padding: 30px;
    }
    img {
         margin-bottom: 30px;   
    }
    .full {
        max-width: 435px;
        width: 100%; 
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .half {
        width: 435px;
        height: auto;
    }
    .half + .half {
        margin-left: 30px;
    }
    .half + .half:nth-child(2n-1) {
        margin-left: 0px;   
    }
    .third + .third:nth-child(3n-2) {
        margin-left: 0px;   
    }
    .quarter + .quarter:nth-child(4n-3) {
        margin-left: 0px;   
    }
    .third {
         width: 280px;
         height: auto;
    }
    .third + .third {
        margin-left: 30px;
    }
    .quarter {
         width: 202.5px;
         height: auto;
    }
    .quarter + .quarter {
        margin-left: 30px;
    }
    p .left {
        margin-right: 30px; 
    }
    
    p .right {
        margin-left: 30px;   
    }
    footer li {
        display: inline;
        margin-right: 30px;
    }
}

/*  *   *   *   *   *   *   *   *   *   *   *

Tablet Styles

*   *   *   *   *   *   *   *   *   *   *   */

@media screen and (min-width:690px) and (max-width:959px) {
    .tablet {
         display: inline;   
    }
    div.container {
        width: 92%;
        padding: 15px 4%;
    }
    img {
         margin-bottom: 4%;   
    }
    a img {
         margin-bottom: 18%;   
    }
    .full {
        width: 48%; 
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .half {
        width: 48%;
        height: auto;
    }
    .half + .half {
        margin-left: 4%;
    }
    .half + .half:nth-child(2n-1) {
        margin-left: 0px;   
    }
    .third + .third:nth-child(3n-2) {
        margin-left: 0px;   
    }
    .quarter + .quarter:nth-child(4n-3) {
        margin-left: 0px;   
    }
    .third {
         width: 30.6%;
         height: auto;
    }
    .third + .third {
        margin-left: 4%;
    }
    .quarter {
         width: 22%;
         height: auto;
    }
    div.img-group {
        margin-top: 4%;
    }
    .quarter + .quarter {
        margin-left: 4%;
    }
    p .left {
        margin-right: 4%; 
    }
    
    p .right {
        margin-left: 4%;   
    }
    p + p img {
        margin-top: 4%;   
    }
    footer li {
        display: inline;
        margin-right: 4%;
    }
}

@media screen and (min-width:690px) and (max-width:959px) and (orientation:landscape) {
    
}

/*  *   *   *   *   *   *   *   *   *   *   *

Mobile Styles

*   *   *   *   *   *   *   *   *   *   *   */

@media screen and (max-width:689px) {
    .mobile {
         display: inline;   
    }
    div.container {
        width: 90%;
        padding: 15px 5%;
    }
    img {
         margin-bottom: 5%;   
    }
    a img {
         margin-bottom: 10%;   
    }
    div.img-group {
        margin-top: 5%;
    }
    .full {
        width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .half, .quarter {
        width: 47.5%;
        height: auto;
    }
    .half + .half, .quarter + .quarter {
        margin-left: 5%;
    }
    .half + .half:nth-child(2n-1) {
        margin-left: 0px;   
    }
    .third + .third:nth-child(3n-2) {
        margin-left: 0px;   
    }
    .quarter + .quarter:nth-child(2n-1) {
        margin-left: 0px;   
    }
    .third {
         width: 30%;
         height: auto;
    }
    .third + .third {
        margin-left: 5%;
    }
    p .left {
        margin-right: 5%; 
    }
    p .right {
        margin-left: 5%;   
    }
    p .third {
        width: 47.5%;
    }
    p + p img {
        margin-top: 5%;   
    }
    p .half {
        display: block;
        float: none;
        margin: 0 auto 5%;
        width: 60%;
    }
    footer li, nav li {
        display: block;
        text-align: center;
        line-height: 3;
    }
    nav ul a {
        margin-right: 0px;
    }
    footer p {
         text-align: center;
    }
}

@media screen and (max-width:689px) and (orientation:landscape) { 
    .quarter {
         width: 21.25%;
         height: auto;
        margin-bottom: 5%;
    }
    .quarter + .quarter {
        margin-left: 5%;
    }  
    .quarter + .quarter:nth-child(3n) {
        margin-left: 5%;
    }
}

/*  *   *   *   *   *   *   *   *   *   *   *

Retina Display Styles

*   *   *   *   *   *   *   *   *   *   *   */

@media screen and (-webkit-device-pixel-ratio: 2) {
    .retina {
         display: inline;   
    }
}

/*  *   *   *   *   *   *   *   *   *   *   *

End of Media Queries

*   *   *   *   *   *   *   *   *   *   *   */