/*
Theme Name: Kairos Koros
Author: Ngoc Nguyen
Author URI: http://kairos-koros.com/
Description: HTML 5 version 1.0
Version: 1.0
*/

/************************************************************************************
RESET
*************************************************************************************/

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table;}
.row:after,.clearfix:after{clear:both;}
.row,.clearfix{zoom:1;}

/* =Gridiculous by c.bavota - http://gridiculo.us/
-------------------------------------------------------------- */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word}
body{font-size:100%;line-height:1.6875}
.grid{margin:0 auto;max-width:1200px;min-width:320px;width:100%}
img{max-width:100%;height:auto}
.wfull{width:100%;max-width:100%}
.w320{max-width:320px}
.w640{max-width:640px}
.w960{max-width:960px}
.row{width:100%;margin-bottom:0px;}
.row .row{width:auto;margin:0 -20px}
.c1{width:8.33%}
.c2{width:16.66%}
.c3{width:25%}
.c4{width:33.33%}
.c5{width:41.66%}
.c6{width:50%}
.c7{width:58.33%}
.c8{width:66.66%}
.c9{width:75%}
.c10{width:83.33%}
.c11{width:91.66%}
.c12,.w320 .c1,.w320 .c2,.w320 .c3,.w320 .c4,.w320 .c5,.w320 .c6,.w320 .c7,.w320 .c8,.w320 .c9,.w320 .c10,.w320 .c11,
.w640 .c1,.w640 .c2,.w640 .c3,.w640 .c4,.w640 .c5,.w640 .c6,.w640 .c7,.w640 .c8,.w640 .c9,.w640 .c10,.w640 .c11{width:100%}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{min-height:1px;float:left;padding-left:20px;padding-right:20px;position:relative}
.s1{margin-left:8.33%}
.s2{margin-left:16.66%}
.s3{margin-left:25%}
.s4{margin-left:33.33%}
.s5{margin-left:41.66%}
.s6{margin-left:50%}
.s7{margin-left:58.33%}
.s8{margin-left:66.66%}
.s9{margin-left:75%}
.s10{margin-left:83.33%}
.s11{margin-left:91.66%}
.end{float:right!important}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html{
	position: relative;
    min-height: 100%;
	font-size: 62.5%;
}

body{
	color: #000000;
	background: #E8E5E0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-family: 'Cabin';
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3.0rem;
	margin: 0 0 100px;
	margin: 0 0 10rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-family: 'Oswald', sans-serif;
    font-weight: normal;
	margin-bottom: 8px;
	margin-bottom: .8rem;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    border-bottom: medium double #777777;
	font-size: 60px;
    font-size: 6rem;
    letter-spacing: 1px;
	letter-spacing: .1rem;
	line-height: 75px;
    line-height: 7.5rem;
    margin: 30px 0;
	margin: 3rem 0;
    padding-bottom: 20px;
	padding-bottom: 2rem;
}
h2 {
	font-size: 30px;
    font-size: 3rem;
	line-height: 40px;
    line-height: 4.0rem;
    margin-bottom: 10px;
	margin-bottom: 1.0rem;
}
h3 {
	font-size: 23px;
    font-size: 2.3rem;
	line-height: 34px;
    line-height: 3.4rem;
}
h4 {
	font-size: 21px;
    font-size: 2.1rem;
	line-height: 30px;
    line-height: 3.0rem;
}
h5 {
	font-size: 17px;
    font-size: 1.7rem;
	line-height: 24px;
    line-height: 2.4rem;
}

dl{
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
	padding-right: 5px;
	padding-right: .5rem;
}

dt{
	font-weight: bold;
}

dd{
	margin-left: 10px;
	margin-left: 1.0rem;
}

dl .icon-ok, 
dl .icon-plus{
	color: #00A53C;
	padding-right: 10px;
	padding-right: 1.0rem;
}

dl .icon-minus{
	color: #990000;	
	padding-right: 10px;
	padding-right: 1.0rem;
}

a,
a:visited {
	color: #E45410;
	outline: none !important;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

a:hover, a:focus{
	color: #777777;
}

a.button,
.gform_button{
	background-color: #E47C14;
    border: none !important;
	border-radius: 4px;
    color: #FFFFFF !important;
    display: inline-block;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-family: 'Oswald';
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
	margin-top: 1.0rem;
    padding: 5px 10px;
	padding: .5rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
a.button:hover,
.gform_button:hover {
    background: #333333;
}

a.button [class^="icon-"]{
	font-size: 16px !important;
	font-size: 1.6rem !important;
	line-height: 25px !important;
	line-height: 2.5rem !important;
	color: #FFFFFF !important;
	margin-right: 2px !important;
	margin-bottom: 0px !important;
	vertical-align: middle: !important;
}

blockquote {
	border-left: 3px solid #E47C14 !important;
    margin: 40px;
	margin: 4.0rem;
    padding: 9px 20px 0 20px;
	padding: .9rem 2.0rem 2.0rem;
	vertical-align: baseline;
}

blockquote, blockquote p {
    color: #777777;
	font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
	line-height: 24px;
    line-height: 2.4rem;
}

.dropcap {
    float: left;
	font-size: 55px;
    font-size: 5.5rem;
	line-height: 10px;
    line-height: 1em;
    padding: 0 7px 5px 0;
	padding: 0 .7rem .5rem 0;
}

::-moz-selection{ background: #E47C14; color:#E3E3E3; text-shadow: none; }
::selection { background:#E47C14; color:#E3E3E3; text-shadow: none; }

.aligncenter,
div.aligncenter {
	-moz-box-sizing: border-box;
    border: 6px solid #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 transparent, 0 0 0 transparent;
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
	display: block;
    margin: 15px auto;
	margin: 1.5rem auto;
	overflow: hidden;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
.post-listing article{
	padding: 20px 0;
	padding: 2.0rem 0;
	margin: 10px;
	margin: 1rem;
}

.post-listing-archive article{
	background: none;
	padding: 0;
	margin: 0;
}

.post-listing article,
.post-listing-archive article .archive-item{
	background-color: #FFFFFF !important;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.post-listing-archive article .archive-item{
	margin: 5px;
	margin: .5rem;
	padding: 10px;
	padding: 1.0rem;
}

.post-listing-archive  article h2.entry-title{
	color: #E45410;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 20px;
	line-height: 2.0rem;
	margin-bottom: 5px;
	margin-bottom: .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post-listing article.aside,
.post-listing article.gallery{
	cursor: default;
}

.pubtime{
	color: #777777;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 20px;
	line-height: 2.0rem;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

.pubtime .icon-time{
	padding: 0 5px 3px 0;
	padding: 0 .5rem .3rem 0;
	vertical-align: middle;
}

.feature-image{
	border-radius: 2px 2px 2px 2px;
	overflow: hidden;
    position: relative;
	 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 transparent, 0 0 0 transparent;
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.feature-image img{
    display: block;
    width: 100%;
}

.feature-image.small {
    border: medium double #FFFFFF;
    list-style: none outside none;
}

.feature-image.large{
	max-height: 308px;
    border: 6px solid #FFFFFF;
}  

.listing-title{
	border-bottom: medium double #777777;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 30px;
	line-height: 3.0rem;
    margin: 0 0 13px;
	margin: 0 0 1.3rem;
    padding-bottom: 10px;
	padding-bottom: 1rem;
	letter-spacing: 1px;
}

.site-content{
	background: #E8E5E0;
	position: relative;
}

.entry-content{
	clear: both;
}

.entry-meta{
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	padding: 15px 0;
	padding: 1.5rem 0;
}

.sidebar-single-content h4:first-child{
	margin-top: 0;
}

.feature-labels .tl,
.feature-labels .tr,
.feature-labels .bl,
.feature-labels .br{
	position: absolute;
}

.feature-labels .tl{
	top: 0;
	left: 0;
}

.feature-labels .tr{
	top: 0;
	right: 0;
}

.feature-labels .bl{
	bottom: 0;
	left: 0;
}

.feature-labels .br{
	bottom: 0;
	right: 0;
}

.category-label{
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 10px;
	line-height: 1.0rem;
	padding: 8px;
	padding: .8rem;
	text-transform: uppercase;
}

.category-label.life{
	background-color: #9600B4;
}

.category-label.money{
	background-color: #00A53C;
}

.category-label.tech{
	background-color: #FA5F00;
}

.category-label.travel{
	background-color: #00C3C3;
}

.category-label.personal{
	background-color: #FFC000;
}

.feature-labels .video-icon{
    color: #FFFFFF;
    display: block;
	font-size: 43px;
    font-size: 4.3rem;
	padding: 10px 15px;
	padding: 1.0rem 1.5rem;
}

.feature-labels .video-time,
.feature-labels .attribute-source{
	background: #000;
    color: #FFFFFF;
	display: block;
	font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
	line-height: 25px;
	line-height: 2.5rem;
    padding: 0 10px;
	padding: 0 1.0rem;
    vertical-align: baseline;
}

.feature-labels .attribute-source{
	background-color: #0090EC;
	font-size: 10px;
	font-size: 1.0rem;
	text-transform: uppercase;
}

#filters{
	border-bottom: 1px solid #777777;
}

ul.tabs{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 32px;
	line-height: 3.2rem;
	list-style: none;
	margin: 10px 0;
	margin: 1.0rem 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

ul.tabs li{
	padding: 0 5px;
	padding: 0 .5rem;
	margin: 1px 0;
	margin: .1rem 0;
}

ul.tabs li a {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 ;
    background: none;
    display: block;
}

ul.tabs li a i{
	font-size: 15px;
	font-size: 1.5rem;
	padding-right: 8px;
	padding-right: .8rem;
    vertical-align: baseline;
}

ul.tabs li a.life i{
	vertical-align: 7%;
}

ul.tabs li a.personal i{
	vertical-align: 7%;
}

ul.tabs li a:hover {
	background-color: #E47C14 !important;
    color: #FFFFFF !important;
}

ul.tabs li a.active {
	background-color: #E47C14 !important;
    color: #FFFFFF !important;
    position: relative;
}

ul.tabs li a.life:hover,
ul.tabs li a.life.active {
	background-color: #9600B4 !important;
}

ul.tabs li a.money:hover,
ul.tabs li a.money.active {
	background-color: #00A53C !important;
}

ul.tabs li a.tech:hover,
ul.tabs li a.tech.active {
	background-color: #FA5F00 !important;
}

ul.tabs li a.travel:hover,
ul.tabs li a.travel.active {
	background-color: #00C3C3 !important;
}

ul.tabs li a.personal:hover,
ul.tabs li a.personal.active {
	background-color: #FFC000 !important;
}

.video-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.scheme-color-background {
    background-color: #00A53C;
}
.progress-bar {
    background: #E3E3E3;
	height: 50px;
	height: 5rem;
	margin-bottom: 15px;
    margin-bottom: 1.5rem;
    position: relative;
}
.progress-bar:last-child {
    margin-bottom: 0;
}
.progress-bar .progress-bar-content {
	height: 50px;
	height: 5rem;
    position: absolute;
}
.progress-bar .progress-bar-title {
    color: #333333;
    left: 15px;
    position: absolute;
    top: 10px;
    z-index: 9999;
}

ul.quotes{
	list-style: none;
	padding: 0;
	margin: 0;
}

.box{
	background-color: #fff; 
	padding: 15px;
	padding: 1.5rem;
}

.box h3{
	margin-top: 0;
}

.box.sidebar{
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.box.sidebar h3{
	text-align: center;
}

.nav-previous{
	display: none;
}

#infscr-loading {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border-radius: 10px 10px 10px 10px;
    bottom: 30px;
    font-weight: bold;
    left: 42%;
    padding: 20px;
    position: fixed;
    text-align: center;
    z-index: 100;
}
/************************************************************************************
HEADER
*************************************************************************************/
#header{	
	width: 100%;
	height: 94px;
	display: block;
	background: url("images/bg.png") repeat-x scroll center top #1F1D1B;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 0px !important;
	position: fixed;
	top: 0;
	z-index: 999;
}

#header .logo {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 40px;
	line-height: 4.0 rem;
	position: absolute;
	top: 15px;
	left: 20px;
}

#header .logo a{
	color: #E47C14 !important
}
#header .logo span{
	color: #E2DDD7;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
}

.nav-button{
	color: #FFFFFF !important;
	padding: 0 20px;
	padding: 0 2.0rem;
}

.nav-button  [class^="icon-"]{
	font-size: 26px !important;
	font-size: 2.6rem !important;
	line-height: 40px !important;
	line-height: 4.0rem !important;
	margin: 0 5px 0 0 !important;
	margin: 0 .5rem 0 0 !important;
	vertical-align: top !important;
}

.mobile-close{
	background: url("images/bg.png") repeat-x scroll center top #1F1D1B;
}

.mobile-menu,
.mobile-close{
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}

/* Main Navigation*/
.menu-primary-menu-container{
	font-size: 18px;
	font-size: 1.8rem;
	position: absolute; 
	top: 27px; 
	right: 20px;
	text-transform: uppercase;
}

.menu-primary-menu-container ul {
	list-style: none; 
	display: inline-block;
	margin: 0; 
	padding: 0;
	text-align: left; 
	white-space: nowrap;
}

.menu-primary-menu-container li {
	height: 40px;
	display:inline;
	list-style:none;
	margin:0; 
	padding: 0;
}

.menu-primary-menu-container li a {
    color: #FFFFFF;
	display: block;
	line-height: 40px;
	line-height: 4.0rem;
	padding: 0 15px;
	padding: 0 1.5rem;
    text-decoration: none;
}

.menu-primary-menu-container li a:hover, 
.menu-primary-menu-container li.active a ,
.nav-button:hover{
    color: #E47C14 !important;
}

.menu-primary-menu-container ul li{
	display: block;
	float: left;
}

#main{
	margin-top: 94px;
}

/************************************************************************************
SEARCH
*************************************************************************************/
#searchform{
	margin-top: 4px;
	position: relative;
}

#searchform #s {
	width: 100px;
	border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #777777;
	font-size: 14px;
    font-size: 1.4rem;
	padding: 3px 4px 3px 28px;
	padding: .3rem .4rem .3rem 2.8rem;
    transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	vertical-align: top;
}

#searchform #s:focus {
	width: 180px;
    background-color: #FFFFFF;
    border-color: #E47C14;
    box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
	-moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}

.input-prepend {
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
	margin-bottom: 1.0rem;
    vertical-align: middle;
    white-space: nowrap;
}

.add-on{
    padding: 4px 5px;
	padding: .4rem .5rem;
	position: absolute;
	top: 0;
}
#searchform  [class^="icon-"]{
	font-size: 18px !important;
	font-size: 1.8rem !important;
	line-height: 18px !important;
	line-height: 1.8rem !important;
	color: #777777 !important;
	margin: 0 2px 0 !important;
	margin: 0 .2rem 0 !important;
	vertical-align: top !important;
}

/************************************************************************************
SLIDERS
*************************************************************************************/
.rsNav{
    height: auto !important;
    padding: 20px 3px 30px 3px !important;
	padding: 2rem .3rem 3rem .3rem !important;
}

.rsDefaultInv .rsBullet{
	width: auto !important;
	height: auto !important;
	padding: 3px !important;
}
.rsDefaultInv .rsBullet span{
	background-color: #777777 !important;
    height: 15px !important;
	width: 15px !important;
	cursor: pointer;
}

.rsDefaultInv .rsBullet.rsNavSelected span{
	background-color: #e47c14 !important;
}

.slider-content-block{
	width: 100% !important;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.slider-headline{
	color: #FFFFFF;
	font-size: 60px;
	font-size: 6rem;
	line-height: 60px;
	line-height: 6rem;
	margin-top: 50px;
	margin-top: 5rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.slider-headline p{
	float: left;
	clear: left;
}

.slider-excerpt{
	max-width: 500px;
	clear: left;
	float: left;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
}

.slider-excerpt blockquote{
	margin: 0;
}

.slider-excerpt p{
	margin: 0 0 10px 0;
	margin: 0 0 1.0rem 0;
}

.slider-orangebox {
    background: none repeat scroll 0 0 rgba(228, 124, 20, 0.75);
    color: #FFFFFF;
	margin: 5px !important;
	margin: .5rem !important;
    padding: 15px;
	paddin:g 1.5rem;
	box-shadow: 0px 0px 5px #1F1D1B;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.slider-whitebox {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    color: #1F1D1B;
	margin: 5px !important;
	margin: .5rem !important;
    padding: 15px;
	padding: 1.5rem !important;
}


/************************************************************************************
FOOTER
*************************************************************************************/
footer#colophon{
	/*background-color: #E2DDD7;*/
    width: 100%;
	height: 100px;
	padding-top: 40px;
	padding-top: 4rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer#colophon h2 {

}

footer#colophon .bottom {
    background: url(images/bg.png) repeat-x scroll 0 -110px #292422;
    margin-top: 50px;
	margin-top: 5rem;
    padding: 46px 0;
	padding: 4.6rem 0;
}

footer#colophon .contact-short{
	clear: both;
	display: none;
	padding-top: 15px;
	padding-top: 1.5rem;
}

footer#colophon #copyright{
	color: #777777;
    margin-top: 10px;
	margin-top: 1.0rem;
}

/************************************************************************************
404 Errors
*************************************************************************************/
.error404 .entry-content [class^="icon-"] {
    color: #333333;
    display: inline-block;
	font-size: 80px;
    font-size: 8.0rem;
    line-height: 1;
    margin-bottom: 20px;
	margin-bottom: 2rem;
}

.error404 .entry-content{
	padding: 80px 0;
	padding: 8rem;
	text-align: center;
}

/************************************************************************************
CONTACT US
*************************************************************************************/
#contact-us-info span,
#contact-us-info [class^="icon-"]{
	display: inline-block;
	line-height: 34px !important;
	line-height: 3.4rem !important;
	vertical-align: top !important;
}

#contact-us-info [class^="icon-"]{
	margin-right: 10px;
	margin-right: 1.0rem;
}

form.contact-form {
	min-height: 200px;
	clear: both;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	line-height: 24px !important;
	line-height: 2.4rem !important;
	font-weight: 400;
	position: relative;
}

form.contact-form div {
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
}

form.contact-form div.textbox-block,
form.contact-form div.textarea-block {
	float: left;
}

form.contact-form div.textarea-block {
	margin-left: 38px;
	margin-left: 3.8rem;
}


form.contact-form div input[type=text],
form.contact-form div textarea {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	padding: 1.0rem;
}

form.contact-form div input[type=text]:hover,
form.contact-form div textarea:hover,
form.contact-form div input[type=text]:focus,
form.contact-form div textarea:focus {
	border: 1px solid #E3E3E3;
}

form.contact-form div label {
	color: #777777;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 0 8px 2px;
	padding: 0 0 .8rem .2rem;
}

form.contact-form div label span {
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: normal;
}

form.contact-form div textarea {
	width: 380px;
	height: 156px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 0;
}

form.contact-form button.submit {
	float: right;
	margin: 0 8px 0 0;
	margin: 0 .8rem 0 0;
	padding-top: 0;
}

form.contact-form .top_label .gfield_error{
	width: 100%;
}

form.contact-form li.gfield.gfield_error .gfield_description,
form.contact-form .validation_error{
	display: none;
}

form.contact-form li.gfield.gfield_error, 
form.contact-form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
}

form.contact-form li.gfield.gfield_error.gfield_contains_required label.gfield_label, 
form.contact-form li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0;
}

form.contact-form li.gfield.gfield_error.gfield_contains_required div input[type=text],
form.contact-form li.gfield.gfield_error.gfield_contains_required div textarea {
	border: 1px solid red;
}

form.contact-form .gfield_error .gfield_label {
    color: #333333;
}

/* 

====== "Hinge" close effect ======

*/

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}

.hinge {
	animation-duration: 1s;
	animation-name: hinge;
}
.mfp-with-fade {
  // before-open state
  .mfp-content,
  &.mfp-bg {
    opacity: 0;
	transition: opacity 0.4s ease 0s;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
  }
  // open state
  &.mfp-ready {
    .mfp-content {
     opacity: 1; 
    }
    &.mfp-bg {
      opacity: 0.8; // background opacity
    }
  }
  
  // closed state
  &.mfp-removing {
    &.mfp-bg {
      opacity: 0;
    }
  }
}

.social-widget li{
	display: inline-block;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.social-widget .icon {
	width: 42px;
	height: 42px;
    background-color: #F3F3F3;
    display: block;
	font-size: 21px;
    font-size: 2.1rem;
	line-height: 42px;
    line-height: 4.2rem;
    text-align: center;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (max-width:960px){
.row .row .c1,.row .row .c2,.row .row .c3,.row .row .c4,.row .row .c5,.row .row .c6,.row .row .c7,.row .row .c8,.row .row .c9,.row .row .c10,.row .row .c11,.row .row .c12{width:100%;margin-bottom:20px}
.row .row > div:last-child{margin-bottom:0 !important}
}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
	html{font-size:55%;}
	.row{margin-bottom:0!important}
	.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{width:100%;margin-right:0;margin-left:0;margin-bottom:20px}
	.post-listing-archive .c3{width:33%;margin-right:0;margin-left:0;margin-bottom:20px}
	.post-listing-archive .item h2.entry-title{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 25px;
		line-height: 2.5rem;
	}
}

@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) and (orientation:portrait){
	.post-listing-archive .c3{width:50%;margin-right:0;margin-left:0;margin-bottom:20px}
	.post-listing-archive .item h2.entry-title{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 25px;
		line-height: 2.5rem;
	}
}

@media screen and (max-width:480px){
	.royalSlider{
		display: none;
	}
}
/* =Media query for mobile and small tablets
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.slider-headline {
		font-size: 40px;
		font-size: 4rem;
		line-height: 40px;
		line-height: 4rem;
		margin-top: 40px;
		margin-top: 4rem;
	}
	
	.slider-headline.line2 {
		margin-top: 20px;
		margin-top: 2rem;
	}

	.slider-whitebox{
		margin: -45px 5px 5px !important;
		margin: -4.5rem .5rem .5rem !important;
	}
	
	.mobile-menu{
		display: block;
	}
	
	#header{
		height: 40px;
	}
	
	#header .c12{
		padding: 0;
	}
	
	#header .logo {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 25px;
		line-height: 2.5rem;
		top: 6px;
	}
	
	#header .logo span {
		display: none;
	}
	
	#main{
		margin-top: 40px;
		margin-top: 4.0rem;
	}

	#top-navigation:not(:target) .menu-primary-menu-container {
		z-index: -10;
		position: absolute;
		display: none;
	}
	#top-navigation:target .menu-primary-menu-container{
		z-index: 100;
		padding-top: 13px;
		padding-top: 1.3rem;
		display: block;
	}
	
	#top-navigation:target .mobile-close {
		display: block;
	}
	
	.menu-primary-menu-container {
		padding-top: 95px;
		padding-top: 9.5rem;
		position: relative;
		right:0;
	}

	.menu-primary-menu-container ul {
		display: block;
		text-align: center;
	}
	
	.menu-primary-menu-container li {
		background: #1F1D1B;
		display: block;
		float: none !important;
		position: relative;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.menu-primary-menu-container li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
}

@media print{
	#header{	
		position: relative;
	}
	
	.sidebar-single-content{
		display: none;
	}
}