.h1up{ 
	font-weight:400;
	font-size:30px;
	
}



/* ==============================================================

Template name : Baker & Coffee HTML Template
Category : Entertainment > Restaurants & Cafes
Author : CraftedPixels
Version : v1.0
Created : 25 February 2015
Last update : 25 February 2015

-----------------------------------------------------------------
Table of Contents
-----------------------------------------------------------------

01: Custom fonts
02: LOADING (Styles for the preloader NProgress Loading Bar)
03: GENERAL STYLES
04: MAIN NAV
05: HERO
06: CONTENT
07: FEATURED SECTION
08: MENU SECTION
09: ABOUT SECTION
10: GALLERY SECTION
11: JOURNAL SECTION
12: RESERVATIONS SECTION
13: CONTACT SECTION
14: FOOTER
15: WAYPOINTS
16: BXSLIDER v4.1.2
17: MAGNIFIC POPUP STYLES
18: RETINA/HIDPI
19: MEDIA QUERIES FOR FONT ROOT SIZE
20: MEDIA QUERIES
21: MEDIA QUERIES FOR MAGNIFIC POPUP PLUGIN

============================================================== */

@font-face {
    font-family: 'RufinaALT02';
    src: url('../fonts/rufina-alt02_regular.eot');
    src: url('../fonts/rufina-alt02_regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rufina-alt02_regular.woff') format('woff'),
    url('../fonts/rufina-alt02_regular.ttf') format('truetype'),
    url('../fonts/rufina-alt02_regular.svg#rufina-alt02_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------------------------------------
LOADING
---------------------------------------------------- */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #404045;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #404045, 0 0 5px #404045;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #404045;
    border-left-color: #404045;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes nprogress-spinner {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ----------------------------------------------------
GENERAL STYLES
---------------------------------------------------- */
html {
    height: 100%;
    font-size: 100%;
}

body {
    color: #727272;
    margin: 0;
    padding: 0;
    font-weight: 300;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
}

::-moz-selection {
    color: #fff;
    background: #404045;
    text-shadow: none;
}

::selection {
    color: #fff; 
    background: #404045;
    text-shadow: none;
}

h1, h2, h3, h4  {
    font-weight: 400;
    color: #404045;
    padding: 0;
    font-family: 'Playfair Display', Georgia, serif;
}

h1 {
    font-size: 3.5rem;
    line-height: 4rem;
}

h2 {
    margin: 0 0 0.9rem;
    font-size: 2.2rem;
    line-height: 2.2rem;
    color: #404045;
}

h3 {
    margin: 0 0 30px;
    font-size: 3rem;
    line-height: 3.3rem;
}

h4 {
    margin: 0 0 30px;
    font-size: 1.4rem;
    line-height: 1.9rem;
}

h5 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 2rem;
}

h6 {
    margin: 10px 0;
    font-size: 1rem;
    line-height: 1.5rem;
}

p {
    margin-bottom: 1rem;
}

a	{
    color: #4f4f58;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #404045;
    text-decoration: none;
}

img {
    max-width: 100%;
}

i, em   {
    font-style: italic;
    font-family: serif;
}

blockquote	{
    border: 0;
    padding-left: 0px;
    position: relative;
}

blockquote:before  {
    content: "";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2rem;
    color: #404045;
}

/* ----------------------------------------------------
MAIN NAV
---------------------------------------------------- */
header  {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 30px;
    z-index: 2;
    z-index: 1300;
}

nav {
    background-color: #404045;
    margin-top: -2px;
}

nav ul {
    list-style: none;
    min-width: 200px;
    padding: 30px 0;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}

nav ul li {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-left: 0;
    position: relative;
}

nav ul li:last-child {
    border-bottom: 0;
}

nav ul li a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    margin: 2px 0;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    border-radius: 2px;
    border: 1px solid transparent;
}

nav ul li a:hover, nav ul li a:focus {
    text-decoration: none;
    border-color: #cc0000;
    color: #cc0000;
}

#nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 44px;
    height: 30px;
    z-index: 9998;
}

#nav-toggle span    {
    top: 20px;
    left: 10px;
}

#nav-toggle span {
    cursor: pointer;
    height: 2px;
    width: 24px;
    background: #404045;
    position: absolute;
    display: block;
}

#nav-toggle span:before, 
#nav-toggle span:after {
    content: '';
    cursor: pointer;
    height: 2px;
    width: 24px;
    background: #404045;
    position: absolute;
    display: block;
}

#nav-toggle span:before {
    top: -7px;
}

#nav-toggle span:after {
    bottom: -7px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#nav-toggle.active {
    background-color: transparent;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before, 
#nav-toggle.active span:after {
    top: 0;
    background: #fff;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}

.pull {
    display: none;
}

/* ----------------------------------------------------
HERO
---------------------------------------------------- */
#hero {
    width: 100%;
    height: 80%;
    position: relative;
    z-index: 1;
    text-align: left;
    background: url(../images/girdwood-general-contractor.jpg) no-repeat;
    background-size: cover;
    display: table;
    position: relative;
}

#logo   {
    display: table-cell;
    vertical-align: top;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

#logo img   {
    max-width: 25rem;
}

#hero h1    {
    color: #404045;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 0;
    padding: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-style: normal;
}

.circle {
    position: absolute;
    bottom: -130px;
    left: 50%;
    margin-left: -115px;
    width: 250px;
    height: 260px;
    background: url(../images/circle-blue.png) no-repeat 50% 50%;
    padding: 5rem 2rem 2rem;
    font-size: 0.9rem;
    color: #fff;
}

/* ----------------------------------------------------
CONTENT
---------------------------------------------------- */
#content {}

.icon-text  {
    text-align: center;
    padding: 0 3rem;
}

.icon-text img  {
    width: 70%;
}

.bg-light {
    background-color: #ffffff;
}

.bg-mid {
    background-color: #f5f4ee;
}

.bg-dark {
    background-color: #262422;
}

section {
    position: relative;
    padding: 2rem 0 3rem;
}

.section-title  {
    text-transform: none;
    color: #cc0000;
    font-size: 3rem;
    margin-bottom: 3rem;
}

.btn-call   {
    padding: 9px 18px;
    color: #cc0000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    margin: 30px 0px -9px 0px;
    border: 2px solid #cc0000;
}

.btn-call:hover   {
    border-color: #404045;
    color: #404045;
}

.bg-dark .btn-call:hover   {
    border-color: #fff;
    color: #fff;
}

.list-none-vert,
.list-none  {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-none li  {
    display: inline-block;
    padding: 10px;
}

.list-none [class*="ti-"]  {
    font-size: 1.6rem;
    line-height: 3rem;
}

.equal-height-col.row   {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

.equal-height-col [class*="col-"]  {
    display: table-cell;
    margin: 0;
    padding: 0;
    position: relative;
}

/* ----------------------------------------------------
FEATURED SECTION
---------------------------------------------------- */
#featured-section	{}

/* ----------------------------------------------------
MENU SECTION
---------------------------------------------------- */
#menu-section   {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 500px;
    font-size: 1.2rem;
}

.rectangle  {
    background: url(../images/rectangle.png) no-repeat;
    background-position: center center;
    padding: 4rem;
    color: #cc0000;
    font-size: 2.6rem;
    text-align: center;
}

.frame-outer  {
    border: 4px solid #404045;
    padding: 2px;
}

.frame-inner    {
    border: 1px solid #404045;
    padding: 20px;
}

.frame-dark {
    color: #404045;
}

#menu-section .frame-inner  {
    padding: 40px;
}

#menu-section h4    {
    color: #cc0000;
    text-decoration: underline;
    font-size: 2rem;
}

#menu-section h5    {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
}

#menu-section h5 .name    {
    float: left;
    width: 70%;
}

#menu-section h5 .price    {
    float: right;
    width: 30%;
    text-align: right;
}

#menu-section p     {
    margin: 0.5rem 0 1.1rem;
    width: 70%;
}

#menu-section p:last-child    {
    margin: 0.5rem 0 0;
}

/* ----------------------------------------------------
ABOUT SECTION
---------------------------------------------------- */
#about-section   {}

.signature  {
    margin-top: 40px;
}

/* ----------------------------------------------------
GALLERY SECTION
---------------------------------------------------- */
#gallery-section   {
    background-image: url(../images/sections-bg/gallery.png);
    background-repeat: no-repeat;
    background-size: 400px auto;

}

#gallery-masonry    {
    margin: 0;
    padding: 0;
}

.filters {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'RufinaALT02';
    text-align: right;
    color: #404045;
}

.filters li {
    padding: 0px 0;
    margin: 0;
}

.filters li a   {
    color: #404045;
}

.isotope-filter {
    font-size: 1rem;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.isotope-filter:hover,
.isotope-filter.selected {
    color: #cc0000;
    text-decoration: none;
}

.isotope-filter:after   {
    content: '\2022';
    color: #404045;
    padding-left: 10px;
}

.isotope-filter.selected:after {
    content: '\26AC';
    color: #cc0000;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property:-o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.masonry-item {
    position: relative;
    float: left;
    padding: 0;
    width: 33.33333333333333%;
}

.masonry-item.wide {
    width: 50%;
}

.masonry-item > a     {
    display: block;
    background-color: #fff;
}

.masonry-overlay {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.6);
}

.masonry-item a:hover .masonry-overlay {
    opacity: 1;
}

.masonry-item h4,
.masonry-item h3    {
    margin: 0;
}

.masonry-overlay .item-frame    {
    display: block;
    height: 100%;
}

/* ----------------------------------------------------
JOURNAL SECTION
---------------------------------------------------- */
#journal-section	{
    position: relative;
    background-image: url(../images/sections-bg/reviews.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 250px auto;
}

#journal-masonry	{
    margin: 0;
    padding: 0;
    width: 100%;
}

#journal-masonry-secondary    {
    margin: 0;
    padding: 0;
    width: 100%;
}

#journal-masonry-secondary .masonry-item    {
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
}

.item-frame	{
    color: #7b7b7b;
    position: relative;
    padding: 3rem;
    background: #fff;
}

.ti-comment {
    font-size: 0.7rem;
}

.post-meta  {
    color: #fff;
    background: #cc0000;
    font-size: 0.8rem;
    display: inline-block;
    padding: 2px 9px;
    margin-bottom: 10px;
}

.post-entry {
    margin-top: 30px;
}

.format-quote .item-frame,
.format-link .item-frame {
    background: #f7f2e7;
}

.format-status .item-frame  {
    background: transparent;
}

.format-standard h3,
.format-image h3,
.format-gallery h3 {
    color: #2b2b2b;
    font-size: 1.8rem;
}

.format-link h4	{
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    border: 4px solid #404045;
    margin: 0;
    margin-bottom: 10px;
}

.format-quote a,
.format-status a,
.format-link a   {
    background: #404045;
}

.format-quote blockquote	{
    border: 0;
    font-size: 1.1rem;
    margin: 0;
}

.format-quote cite	{
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin: 1.2rem 0 0;
    letter-spacing: 1px;
    font-weight: 400;
}

.post-title {
    font-size: 2.4rem;
    line-height: 2.4rem;
}

.type-post  {
    margin: 0 0 1rem;
    background-color: rgba(123, 123, 123, 0.1);
}

.tags   {
    margin-top: 10px;
}

.tag    {
    padding: 4px 0;
    margin: 0 0 5px;
    color: #333;
    font-size: 0.8rem;
}

.tag:before  {
    content: '\00b7';
    display: inline-block;
    padding: 0 10px;
}

.pagination {
    display: block;
    margin: 2rem 0 0;
}

.pagination a {
    border: 1px solid transparent;
    color: #cc0000;
    display: inline-block;
    padding: 8px 16px;
}

.pagination a:hover,
.pagination a:focus,
.pagination .active {
    color: #cc0000;
    border-color: #cc0000;
}

.pagination a:first-child {
    margin-left: 0;
}

.pagination-post {
    display: block;
    margin: 2rem 0 0;
}

.pagination-post a {
    border: 1px solid #cc0000;
    color: #cc0000;
    display: inline-block;
    padding: 8px 16px;
}

.pagination-post a:hover,
.pagination-post a:focus,
.pagination-post .active {
    color: #fff;
    border-color: #fff;
}

.pagination-post a:first-child {
    margin-left: 0;
}

/* ----------------------------------------------------
RESERVATIONS SECTION
---------------------------------------------------- */
#reservations-section   {
    position: relative;
    background-image: url(../images/sections-bg/reservations.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 300px auto;
}

.icon-left  {
    float: left;
    color: #cc0000;
    font-size: 2.6rem;
    line-height: 3.3rem;
    width: 3.3rem;
    padding-right: 1rem;
}

.form-frame {
    background: #fff;
    padding: 0;
}

form    {
    color: #404045;
    font-weight: 700;
}

.note   {}

.form-frame .row,
form .row    {
    margin: 0 !important;
    border-bottom: 1px solid #454540;
}

.form-frame [class*="col-"],
form .row [class*="col-"]   {
    padding: 0;
    margin: 0;
}

form .equal-height-col  {
    border-bottom: 3px solid #404045;
}

form .equal-height-col [class*="col-"]:first-child  {
    border-right: 3px solid #404045;
}

input[type="text"] {
    font-size: 1rem;
    line-height: 2rem;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 0;
    margin: 0;
    width: 100%;
    height: 3.6rem;
    padding: 1rem;
    -webkit-appearance: none;
    border-radius: 0;
}

.row [class*="col-"]:first-child input[type="text"]  {
    border-right: 1px solid #404045;
}

#reservation-calendar   {
    background: url(../images/icons/calendar.svg) no-repeat;
    background-size: auto 2rem;
    background-position: right center;
    padding-right: 3rem;
}

#reservation-clock-bg   {
    background: url(../images/icons/clock.svg) no-repeat;
    background-size: auto 2rem;
    background-position: right center;
    padding: 1rem 3rem 0 1rem;
    min-height: 55px;
}

#reservation-clock  {
    border: 0;
    background: #fff;
    min-width: 40%;
}

input[type="text"],
textarea    {
    color: #404045;
    margin: 0;
    font-weight: 700;
    background: transparent;
}

input:focus,
textarea:focus {
    outline: none;
}

.label-symbol   {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 3rem;
    line-height: 3rem;
    color: #404045;
    background: #4f4f58;
    text-align: center;
}

textarea {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
    font-size: 1rem;
    line-height: 2.2rem;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 0;
    resize: vertical;
    padding: 1rem;
}

input[type="submit"] {
    border: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 6rem;
    color: #404045;
    background: url(../images/icons/submit.svg) no-repeat;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
}

::-webkit-input-placeholder {
    color: #404045;
}
::-moz-placeholder {
 color: #404045;
 opacity:  1;
}
:-ms-input-placeholder {
 color: #404045;
}

/* ----------------------------------------------------
CONTACT SECTION
---------------------------------------------------- */
#contact-section   {
    position: relative;
    background-image: url(../images/plywood.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: 200px auto;
}

#map    {
    margin-top: 3rem;
    width: 100%;
    height: 20rem;
}

.icon-left-simple    {
    font-size: 1.3rem;
    color: #cc0000;
    width: 1.6rem;
}

ul.social-buttons {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
}

ul.social-buttons li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.social-buttons li:last-child {
    margin-right: 0;
}

ul.social-buttons li a {
    font-size: 1.3rem;
    color: #cc0000;
    font-size: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
}

ul.social-buttons li a:hover, 
ul.social-buttons li a:focus  {
    color: #404045;
}

.social-buttons.footer a  {
    color: #fff;
}

.social-buttons.footer a:hover  {
    color: #cc0000;
}

.widget-wrapper {
    margin: 0 0 3rem;
}

.widget-wrapper a {
    color: #cc0000;
}

.widget-wrapper a:hover {
    color: #fff;
}

.sidebar .widget-wrapper:last-child {
    margin-bottom: 0;
}

.sidebar img {
    margin-bottom: 1rem;
}

.widget-title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    margin: 0 0 1rem;
}

.sidebar    {
    padding: 40px;
}

/* ----------------------------------------------------
FOOTER
---------------------------------------------------- */
footer  {
    background-image: url(../images/sections-bg/footer.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #404045;
    background-size: auto 300px;
    padding: 7rem 0 4rem;
    color: #fefcf8;
}

footer a    {
    color: #cc0000;
}

footer a:hover    {
    color: #fff;
}

.twitter-feed ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.twitter-date {
    font-size: 0.8em;
    margin-top: 10px;
}

.footer-bottom  {
    background: #3a3a3e;
    color: #c1c1c1;
    text-align: center;
    font-size: 0.8rem;
    position: relative;
    height: 55px;
    line-height: 25px;
}

.footer-bottom2  {
    background: #262422;
    color: #cc0000;
    text-align: center;
    font-size: 0.8rem;
    position: relative;
    height: 120px;
    line-height: 22px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 1.8rem;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #333336;
    cursor: pointer;
    z-index: 1100;
}

.nav-btn:hover, nav-btn:focus {
    color: #fff;
    background: #333336;
}

/* ----------------------------------------------------
WAYPOINTS
---------------------------------------------------- */
.wp1, 
.wp2, 
.wp3, 
.wp4, 
.wp5, 
.wp6	{
    visibility: hidden;
}

.bounceInLeft, 
.bounceInRight, 
.fadeInUp, 
.fadeInUpDelay, 
.fadeInDown, 
.fadeInUpD, 
.fadeInLeft, 
.fadeInRight {
    visibility: visible;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

/* ----------------------------------------------------
BXSLIDER v4.1.2
---------------------------------------------------- */
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider  {
    margin-bottom: 0;
}

.bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #404045;
}

.bx-wrapper .bx-prev {
    right: 45px;
    background: url(../images/controls.png) no-repeat 0 -32px;
    background-color: #404045;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
    background-color: #404045;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
    background-color: #4f4f58;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
    background-color: #4f4f58;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 10px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/* ----------------------------------------------------
MAGNIFIC POPUP STYLES
---------------------------------------------------- */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.9;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-.list li {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #404045;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-.list li {
    line-height: 0;
}

.mfp-.list li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-.list li small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-.list li .list li {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-.list li {
    cursor: pointer;
}

/* ----------------------------------------------------
RETINA/HIDPI
---------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1024px) {
    #featured .lead   { 
        position: relative; 
        right: auto; 
        top: auto; 
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1024px) and (orientation: portrait) {
    .masonry-item {
        width: 50%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 480px) {
    #hero   {
        height: 200px;
    }
    #logo   {
        width: 250px;
    }
    .section-title	{
        font-size: 4rem;
    }
    .masonry-item {
        width: 100%;
    }
    footer	{
        text-align: center;
    }
}

/* ----------------------------------------------------
MEDIA QUERIES FOR FONT ROOT SIZE
---------------------------------------------------- */
@media (max-width: 62em)	{
    html	{
        font-size:15px;
    }
}
@media (max-width: 43.75em)	{
    html	{
        font-size:13px;
    }
}

/* ----------------------------------------------------
MEDIA QUERIES
---------------------------------------------------- */

@media screen and (max-width:480px) {
	h1 .h1up	{
		margin-top:-100px !important;
		
		}
	
	
	}




@media screen and (max-width:1024px) {
    .equal-height-col.row	{
        display: block;
    }
    .equal-height-col.row [class*="col-"] {
        float: left;
        display: inline-block;
    }
    section	{
        position: relative;
        padding: 40px 10px;
    }
    .wp1, .wp2, .wp3, .wp4, .wp5, .wp6,
    .wp7, .wp8, .wp9, .wp10, .wp11, .wp12,
    .wp13, .wp14, .wp15	{
        visibility: visible;
    }
    .bounceInLeft, 
    .bounceInRight, 
    .fadeInUp, 
    .fadeInUpDelay, 
    .fadeInDown, 
    .fadeInUpD, 
    .fadeInLeft, 
    .fadeInRight {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    #hero	{
        background-attachment: scroll;
    }
    .masonry-item {
        width: 50%;
    }
}
@media screen and (max-width:1024px) {
    #featured .lead   { position: relative; right: auto; top: auto; }
}

/* ----------------------------------------------------
MEDIA QUERIES FOR MAGNIFIC POPUP PLUGIN
---------------------------------------------------- */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-.list li:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-.list li small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}