/*
    Theme Name: Ngarluma Child Theme
	Theme URI: http://www.ngarluma.com.au/
	Description: Created for the Genesis Framework.
    Author: Oracle Digital Inc.
	Author URI: http://www.oracledigital.com.au/
	
    Version: 2.0
 
    Tags: black, blue, gray, silver, white, dark, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Home Welcome
* Home Slider
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Agency Green
* Agency Orange
* Agency Red

*/


/* Import Fonts
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Lobster);
/* @font-face{
	font-family : "bebas-neue";
	src: url('fonts/bebas-neue.woff');
} */


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #fff;
	font-family: 'myriad-pro-condensed', 'bebas-neue', sans-serif;
	font-size: 18px;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: rgba(0,0,0, 0.4);
	border: 1px solid rgba(0,0,0, 0.5);
}

input,
label,
select,
textarea {
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #ffffcc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #cecbbd url(images/bg.jpg) repeat-y top center;
	color: #fff;
	margin: 0px;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	width: 100%;
}


/* Header
------------------------------------------------------------ */

div#header {
	margin: 0 auto;
	min-height: 115px;
	overflow: hidden;
	text-shadow: 1px 1px #000;
	width: 100%;
	height: 198px;
	background: #630702 url(images/header-bg.jpg) no-repeat top center!important;
}

#header  .wrap{
	background: url(images/behind-logo.png) repeat;
	height: 198px;
	width: 880px;
	margin: 0 auto;
}

#title-area {
	float: left;
	min-height: 100px;
	overflow: hidden;
	padding: 15px 0 0;
	width: 100%;
	background: url(images/logo.png) no-repeat top center;
}

#title {
	font-family: 'PT Sans', sans-serif;
	font-size: 60px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
}

#description {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

p#description {
	color: #777;
}

#header .widget-area {
	float: right;
	padding: 40px 0 0;
	width: 600px;
	text-align:right;
}

#header .widget-area a	{
		font-size:40px;
		line-height:60px;
		color:#fff;
		padding-left:40px;
	}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 173px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 100%;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Navigation Constants
------------------------------------------------------------ */

#nav{
	background: url(images/nav-bg.png) no-repeat top center;
	height: 87px;
	margin-top: -25px;
}

#nav .wrap{
	width: 882px;
	margin: 0 auto;
}
#nav .wrap ul{
	padding-top: 2px;
}

#nav .wrap ul.menu{
	margin-left: 74px;
}

.ie7 #nav .wrap ul{
	padding-top: 0px;
}

.ie7 #nav .wrap ul.menu{
	margin-top: -1px;
}

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header .menu {
	float: right;
	width: auto;
}

.menu-primary li a,
.menu-secondary li a,
#header .menu li a {
	color: #690705;
	display: block;
	font-size: 20px;
	padding: 9px 12px;
	position: relative;
	text-decoration: none;
	font-family: 'bebas-neue';
}

.menu-primary li.menu-item-home a{
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

.menu-primary li#menu-item-170{
	float: right;
}
.menu-primary li#menu-item-170 a{
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: #ffb013;
	color: #d30400;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	box-shadow: none;
	color: #690705;
	font-size: 20px;
	padding: 2px 5px;					/* 0px 5px; */
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li:last-child a,
.menu-secondary li li:last-child a,
#header .menu li li:last-child a {
	border: none;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #d30400;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	background-color: #ffb013;
	height: auto;
	left: -9999px;
	margin: -5px 0 0;
	padding: 3px 10px 5px;
	position: absolute;
	width: 148px!important;
	z-index: 9999;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 130px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -34px 0 0 149px!important;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	color: #777;
	float: right;
	font-size: 14px;
	padding: 7px 15px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #777;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}

/* Tagline
------------------------------------------------------------ */
#tagline .wrap{
	width: 785px;
	margin: 0 auto;
	text-align: center;
	/* padding: 10px 0 20px; */
	padding: 10px 60px 15px 0;
}

.home #tagline .wrap{
	/* padding: 10px 60px 15px 0; */ /* 10px 0px 15px; */
}

#tagline .widget a{
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	height:43px;
	overflow:visible;
	text-align:center;
	display:inline-block;
	white-space:nowrap;
	padding-left:22px;
	/* background:url(images/button-green.png) no-repeat 0 0; */
}

.ie7 #tagline .widget a{
	float: left;
}

#tagline .widget a:hover{ text-decoration: none; }

#tagline .widget a em{
	height:43px;
	display:block;
	margin:0;
	color:#fff;
	font-style:normal;
	line-height:45px;
	margin-right:-3px;
	padding-right:22px;
	font-size: 24px; 
	background:url(images/button-green.png) no-repeat 100% 0;
	text-shadow: -1px -1px #008215;
	font-family: Lobster, cursive;
}
#tagline .widget a span{
	background: url(images/button-shadow.png) no-repeat bottom center;
}

#tagline .widget span{
	font-family: 'myriad-pro',sans-serif;
	color: #4a7c3f;
	font-size: 18px;
	font-style: italic;
	float: right;
	text-align: center;
	line-height: 1.2em;
}
/* Inner
------------------------------------------------------------ */

#inner {
	background: url(images/inner-bg.jpg) no-repeat center center fixed;
	background-color: #630702;
	margin: 30px auto 0; /* margin: 20px auto 0; */
	overflow: hidden;
	width: 100%;
	font-family: 'myriad-pro-condensed';
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

.home #inner {
	/* margin: 30px auto 0; */
}

.agency-landing #inner {
	margin: 20px auto;
	width: 800px;
}

#inner .wrap {
	padding: 25px 0px;
	width: 984px;
	margin: 0 auto;
	overflow: hidden;
}


/* Home Welcome
------------------------------------------------------------ */

#home-welcome {
	padding: 20px 30px;
}

#home-welcome,
#home-welcome p {
	color: #777;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 1px #000;
}


/* Home Slider
------------------------------------------------------------ */

#home-slider {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px #999;
	margin: 0 0 20px;
	width: 100%;
}

#home-slider p {
	padding: 0 0 25px;
}

.agency #genesis-responsive-slider {
	-webkit-font-smoothing: antialiased;
	border: none;
	margin: 5px;
	padding: 5px 0;
}

.agency .slide-excerpt {
	filter: alpha(opacity=100);
	margin: 0;
	padding: 22px 40px 22px 20px;
	opacity: 1.0;
}

html > body.agency .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.agency .slider-next, 
.agency .slider-previous {
	margin: 0 -40px;
}

.agency .flex-control-nav {
	margin: 20px 0;
}


/* Home
------------------------------------------------------------ */

#home {
	font-size: 14px;
}

#home p {
	font-size: inherit;
}

#home h2	{
	text-align:center;	
}

.home-left {
	float: left;
	margin: 0 28px 0 0;
	width: 282px;
}

.home-middle {
	float: left;
	width: 282px;
}

.home-right {
	float: right;
	width: 282px;
}

#home .featuredpost img	{
	border:1px solid #efefef;
	display:block;
	margin:0 auto;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: #ddd url(images/gradient.png) repeat-x;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin: -25px -30px 20px;
	padding: 15px 30px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 744px;
}

.agency-landing #content-sidebar-wrap,
.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */


#content {
	float: left;
	padding: 0 0 20px;
	width: 410px;
}

#content h1.entry-title{
	margin: 0 0 24px;
	color: #fff;
	font-size: 22px;
	font-family: 'myriad-pro-condensed';
	border-bottom: 2px dotted #f6af27;
}

.home #content {
	width: 448px !important;
	padding: 0 28px;
}

.home #content p{
	font-family: 'myriad-pro';
	font-size: 18px;			/* 16px; */
	color: #ffffcc;
	text-align: center;
}
.home .entry-content img.map{
	box-shadow: 4px 5px 11px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 4px 5px 11px rgba(0,0,0, 0.5);
	-mos-box-shadow: 4px 5px 11px rgba(0,0,0, 0.5);
}

.content-sidebar #content,
.sidebar-content #content {
	width: 710px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

.post {
	margin: 0 0 10px;
}

.archive .post{
	margin-bottom: 0px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
	line-height: 1.3em;
}

p.subscribe-to-comments {
	margin: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}




/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #f6af27;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-weight: normal;
	margin: 0 0 10px;
	line-height: 1.25;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 30px;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h2 a:hover {
	color: #ffffcc;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.highlight{
	color: #f6af27;
}

.widget-area h4 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 22px;
	font-family: 'myriad-pro-condensed';
	border-bottom: 2px dotted #f6af27;
}

.widget-area h4 a {
	color: #fff;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	margin: 0 0 5px;
	padding: 0;
}

#home-welcome h4 {
	color: #fff;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: url(images/widget.png) repeat-x;
	border: 1px solid #eee;
	margin: 0 0 40px;
	overflow: hidden;
}

.author-box p {
	font-size: 14px;
}

.author-box div {
	border: 1px solid #fff;
	padding: 15px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

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

.featuredpage img,
.featuredpost img {
	margin: 0 0 10px;
}

.avatar,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 15px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 0 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

.category-news img.alignleft{
	width: 100px;
	height: 100px;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
	box-shadow: -3px 5px 18px rgba(0,0,0, 0.6);
	-webkit-box-shadow: -3px 5px 18px rgba(0,0,0, 0.6);
	-moz-box-shadow: -3px 5px 18px rgba(0,0,0, 0.6);
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	display: none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background: url(images/button.png) 0 0;
	border: 1px solid #6297ad;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	padding: 5px 8px;
	text-decoration: none;
	text-shadow: 1px 1px #47819b;
}

.navigation li a:hover,
.navigation li.active a {
	background: url(images/button.png) 0 -40px;
	border: 1px solid #6297ad;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 240px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: 16px;
	margin: 0 0 10px;
	font-family: 'myriad-pro-condensed';
	color: #f6af27;
	line-height: 1.3em;
}

.sidebar .featuredpost .category-news p, .sidebar .featuredpost .category-news p span {
	font-size: 18px!important;
	color: #fff;
}

.sidebar .featuredpost .category-news br {
	display: none;
}

.sidebar .widget {
	/* background: url(images/widget.png) repeat-x;
	border: 1px solid #eee;
	 */
	position: relative;
	margin: 0px;			/* 0 0 15px; */
}

.sidebar .widget  p.more-from-category{
	position: absolute;
	top: 8px;
	right: 0px;
	font-size: 13px;
	font-family: 'myriad-pro';
	text-transform: lowercase;
	background: url(images/arrow.png) no-repeat right center;
	padding-right: 15px;
}

.sidebar .widget-wrap {
	padding: 0 0 15px 0;
	width: 240px;
}

.sidebar #text-4 .widget-wrap{
	padding: 0px;
}
div.widget_black_studio_tinymce .widget-wrap .textwidget {
	padding: 22px 10px;
	border: 1px solid #fff;
}

.home #sidebar-alt {
	float: left !important;
	width: 240px;
}

.home #sidebar-alt .widget-wrap{
	padding: 15px 0 0 0;
	border: none;
}

.home #sidebar-alt .widget_sp_image img{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 4px 5px 18px rgba(0,0,0, 0.9);
	-webkit-box-shadow: 4px 5px 18px rgba(0,0,0, 0.9);
	-moz-box-shadow: 4px 5px 18px rgba(0,0,0, 0.9);
}

.home #sidebar-alt .widget-wrap p{
	color: #fff;
	font-size: 18px;
	margin: 0px 0 0 0;
	text-align: justify;
}


.sidebar.widget-area ol ol,
.sidebar.widget-area ul ul {
	margin: 0 0 0 15px;
}

.sidebar.widget-area ul li {
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar h2 a{
	color: #fff;
	font-size: 18px;
	font-family: 'myriad-pro-condensed';
}

.sidebar .featuredpost .category-news h2 a {
	font-size: 22px;
	font-weight: bold;
}

.sidebar .widget .video-wrapper{
	background: url(images/youtube-bg.png) no-repeat; 
	width: 228px;
	height: 165px;
	padding: 11px 12px;
	position: relative;
}

.sidebar .widget .video-wrapper img{
	width:	216px; 
	height: 158px;
}

.sidebar .widget .video-wrapper span{
	background: url(images/play.png) no-repeat;
	width: 63px;
	height: 54px;
	position: absolute;
	left: 90px;
	top: 65px;
}

.sidebar .widget .video-wrapper span,
.sidebar .widget .video-wrapper a{
	cursor: pointer;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 5px;
	overflow: hidden;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
#home-slider a.more-link {
	background: url(images/button.png) 0 0;
	border: 1px solid #6297ad;
	color: #fff;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	padding: 6px 7px;
	text-decoration: none;
	text-shadow: 1px 1px #47819b;
}

#home-slider a.more-link {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding: 8px 15px;
}

input:hover[type="button"],
input:hover[type="submit"],
#home-slider a.more-link:hover {
	background: url(images/button.png) 0 -40px;
	border: 1px solid #6297ad;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
}

#nav .searchform {
	float: right;
}

.s {
	border: 1px solid #aaa;
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0 -7px 0 0;
	padding: 6px 5px;
	width: 170px;
}

#nav .s {
	background-color: #fff;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0 -7px 0 0;
	padding: 6px 5px;
	width: 160px;
}

#footer-widgets .enews #subbox {
	margin: 0 -7px 0 0;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
	background: url(images/footer-bg.jpg) repeat top center; */
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 12px 0px 0px 0;
	width: 984px;
	margin: 0 auto;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

#footer-widgets .widget {
	margin: 0 0 5px;			/* 0 0 15px; */
}

#footer-widgets .widget-wrap{
	font-family: 'myriad-pro';
	font-size: 13px;
	padding: 0 10px;
}

.footer-widgets-1 {
	float: left;
	margin: 20px 0 0 0;				/* margin: 0 30px 0 0; */
	width: 328px;				/* 280px; */
}

.footer-widgets-1 .widget-wrap{
	padding-left: 48px!important;
}

.footer-widgets-1  ul{
	list-style: none;
	padding: 0 0 10px 0;
	overflow: auto;
	text-align: left;
}
	
.footer-widgets-1  ul li{	
	display: inline;
	list-style: none;
	border-left: 1px solid #fff;
	padding: 0px!important;
	margin: 0px!important;
	border-bottom: none!important;
}

.footer-widgets-1  ul li.first{
	border-left: none;
}

.footer-widgets-1  ul li.first a{
	padding-left: 0px!important;
}

.footer-widgets-1  ul li a{
	font-family: 'myriad-pro';
	font-size: 13px;
	padding: 0 10px;
	color: #fff;
}

.footer-widgets-2 {
	float: left;
	width: 328px;				/* 280px; */
}

.footer-widgets-2 .widget-wrap{
	text-align: center;
}

.footer-widgets-3 {
	float: right;
	width: 328px;				/* 280px; */
	margin-top: 8px;
}

.footer-widgets-3 .widget-wrap{
	padding-right: 48px!important;
	float: right;
}

.footer-widgets-3 ul.social-links{
	
}

.footer-widgets-3 ul.social-links li{
	display: inline-block;
	border-bottom: 0px!important;
}

.ie7 .footer-widgets-3 ul.social-links li{ float: left; }

.footer-widgets-3 ul.social-links li a{
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -999em;
	padding-left: 5px;
}

.footer-widgets-3 ul.social-links li a.ico-fb{
	background: url(images/ico-fb.png) no-repeat top center;
}

.footer-widgets-3 ul.social-links li a.ico-vimeo{
	background: url(images/ico-vimeo.png) no-repeat top center;
}

.footer-widgets-3 .widget_black_studio_tinymce .widget-wrap{
	clear: both;
}

.footer-widgets-3 .widget_black_studio_tinymce .widget-wrap img{
	max-width: 100%!important;
}

/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
	background: url(images/footer-bg.jpg) repeat-x;
}

#footer .wrap {
	overflow: hidden;
	padding: 25px 0px;
	width: 984px;
	margin: 0 auto;
}

#footer p {
	font-size: 14px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #ffffcc;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 20%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 75%;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
}

#author,
#comment,
#email,
#url {
	background: #eee;
	border: 1px solid #ddd;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0 15px;
	width: 98%;
}

#comments ol,
#pings ol {
	padding: 0;
}

#comments .navigation {
	display: none;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	background: url(images/widget.png) repeat-x;
	border: 1px solid #eee;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.comment-list li ul li {
	border-left: none;
	border-right: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children li.comment {
	background-color: #fff;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author {
	border: 1px solid #fff;
	border-bottom: none;
	padding: 15px 15px 0;
}

.comment-meta {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 15px 10px;
}

.comment-content {
	padding: 0 15px;
}

.reply {
	font-weight: normal;
	overflow: hidden;
	padding: 0 15px 10px;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px !important;
	padding: 6px 5px !important;
}

div.gform_footer input.button {
	border: 1px solid #009715;
	color: #fff;
	font-weight: bold;
	background: #599c43 url(images/green-stripe.png);
	border-radius: 3px;
	margin: 0px;
	padding: 5px 20px!important;
	font-size: 16px!important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Social Profiles Widget
------------------------------------------------------------ */

#socialprofiles-2 img	{
	margin:0 8px 8px 0;	
}

/* Agency Green
------------------------------------------------------------ */

.agency-green h2,
.agency-green h2 a,
.agency-green h2 a:visited {
	color: #fff;
}

.agency-green a,
.agency-green a:visited,
.agency-green h2 a:hover,
.agency-green #footer a:hover {
	color: #5caa66;
}

.agency-green div.gform_footer input.button,
.agency-green input[type="button"],
.agency-green input[type="submit"],
.agency-green .navigation li a,
.agency-green .navigation li.disabled,
.agency-green .navigation li a:hover,
.agency-green .navigation li.active a,
.agency-green #home-slider a.more-link {
	background: url(images/green/button.png) 0 0;
	border: 1px solid #69a571;
	text-shadow: 1px 1px #4f9259;
}

.agency-green div.gform_footer input.button:hover,
.agency-green input:hover[type="button"],
.agency-green input:hover[type="submit"],
.agency-green .navigation li a:hover,
.agency-green .navigation li.active a,
.agency-green #home-slider a.more-link:hover {
	background: url(images/green/button.png) 0 -40px;
	border: 1px solid #69a571;
}


/* Agency Orange
------------------------------------------------------------ */

.agency-orange h2,
.agency-orange h2 a,
.agency-orange h2 a:visited {
	color: #fff;
}

.agency-orange a,
.agency-orange a:visited,
.agency-orange h2 a:hover,
.agency-orange #footer a:hover {
	color: #d78a47;
}

.agency-orange div.gform_footer input.button,
.agency-orange input[type="button"],
.agency-orange input[type="submit"],
.agency-orange .navigation li a,
.agency-orange .navigation li.disabled,
.agency-orange .navigation li a:hover,
.agency-orange .navigation li.active a,
.agency-orange #home-slider a.more-link {
	background: url(images/orange/button.png) 0 0;
	border: 1px solid #cb8f5b;
	text-shadow: 1px 1px #be7d40;
}

.agency-orange div.gform_footer input.button:hover,
.agency-orange input:hover[type="button"],
.agency-orange input:hover[type="submit"],
.agency-orange .navigation li a:hover,
.agency-orange .navigation li.active a,
.agency-orange #home-slider a.more-link:hover {
	background: url(images/orange/button.png) 0 -40px;
	border: 1px solid #cb8f5b;
}


/* Agency Red
------------------------------------------------------------ */

.agency-red h2,
.agency-red h2 a,
.agency-red h2 a:visited {
	color: #fff;
}

.agency-red a,
.agency-red a:visited,
.agency-red h2 a:hover,
.agency-red #footer a:hover {
	color: #ba4b4f;
}

.agency-red div.gform_footer input.button,
.agency-red input[type="button"],
.agency-red input[type="submit"],
.agency-red .navigation li a,
.agency-red .navigation li.disabled,
.agency-red .navigation li a:hover,
.agency-red .navigation li.active a,
.agency-red #home-slider a.more-link {
	background: url(images/red/button.png) 0 0;
	border: 1px solid #b15c5f;
	text-shadow: 1px 1px #a04142;
}

.agency-red div.gform_footer input.button:hover,
.agency-red input:hover[type="button"],
.agency-red input:hover[type="submit"],
.agency-red .navigation li a:hover,
.agency-red .navigation li.active a,
.agency-red #home-slider a.more-link:hover {
	background: url(images/red/button.png) 0 -40px;
	border: 1px solid #b15c5f;
}

#mobile_nav{
	cursor: pointer;
	display: none;
	padding: 5px 2%;
	margin: 0 auto;
	width: 96%;
	height: 36px;
	color: #690705;
	text-transform: uppercase;
	font-family: 'bebas-neue';
	font-size: 20px;
	border: 2px solid #feba40;
	background: #fff;
}


.sfw-nocomments, 
.sfw-nopassword, 
.sfw-nocomments{
	display: none;
}

/* Tap to Call button
------------------------------------------------------------ */

#header .widget-area .tap-to-call {
	text-align: center;
	background: #f9c902;
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	display: none;
}

#header .widget-area a.phone-touch {
	padding: 0px 8px 0px 30px;
	margin: 0 auto;
	display: inline-block;
	background: #f9c902 url(images/ico_phone.png) no-repeat 8px center;
	color: #690705;
	font-family: 'myriad-pro';
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 1px 1px #f9c902;
}

/* Image Gallery
------------------------------------------------------------ */
.ngg-navigation{
	padding-bottom: 15px!important;
}

.ngg-gallery-thumbnail img{
	padding: 0px!important;
	border: none!important;
	box-shadow: -1px 4px 10px rgba(0,0,0, 1);
	-webkit-box-shadow: -1px 4px 10px rgba(0,0,0, 1);
	-moz-box-shadow: -1px 4px 10px rgba(0,0,0, 1);
}

/* Video Gallery
------------------------------------------------------------ */
.page-id-94 .entry-content ul,
.page-id-102 .entry-content ul{

}

.page-id-94 .entry-content ul li,
.page-id-102 .entry-content ul li{
	list-style: none;
	margin: 0 0 15px 0;					/* 0 2% 10px 0; */
	width: 100%							/* 32% */;
	float: left;
}

.page-id-94 .entry-content ul li .visual,
.page-id-102 .entry-content ul li .visual{
	float: left;
	width: 35%;
}

.page-id-94 .entry-content ul li .details,
.page-id-102 .entry-content ul li .details{
	padding-left: 240px;
}

.page-id-94 .entry-content ul li .details h2,
.page-id-102 .entry-content ul li .details h2{
	margin: 10px 0;
}

.page-id-102 .entry-content ul li .details p{

}

.page-id-94 .entry-content ul li.clear,
.page-id-102 .entry-content ul li.clear{
	clear: left;
}
.page-id-94 .entry-content ul li.nomargin,
.page-id-102 .entry-content ul li.nomargin{
	margin-right: 0;
}

.page-id-94 .entry-content .video-wrapper,
.page-id-102 .entry-content .video-wrapper{
	background: url(images/video-wrap.png) no-repeat;
	padding: 11px 12px;
	position: relative;
}

.page-id-94 .entry-content .video-wrapper img,
.page-id-102 .entry-content .video-wrapper img{
	max-width: 204px;
	max-height: 149px;
	min-height: 149px;
	min-width: 204px;
}

.page-id-94 .entry-content .video-wrapper span,
.page-id-102 .entry-content .video-wrapper span{
	background: url(images/play.png) no-repeat;
	width: 63px;
	height: 54px;
	position: absolute;
	left: 84px;
	top: 60px;
}

.pagination{
	overflow: hidden;
	clear: both;
	padding: 10px 0;
}
.wp-pagenavi a:hover, 
.wp-pagenavi span.current{
	border-color: #f6af27!important;
	background-color: rgba(246, 175, 39, 0.5);
}

/* Home Carousel
------------------------------------------------------------ */
#home-carousel{
	clear: both;
	padding: 20px 0 0 0;
}

#home-carousel .bx-wrapper .bx-viewport{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
	background: none;
	left: 0px;
}

#home-carousel .bx-wrapper img{
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 4px 5px 18px rgba(0,0,0, 0.9);
	-webkit-box-shadow: 4px 5px 18px rgba(0,0,0, 0.9);
	-moz-box-shadow: 4px 5px 18px rgba(0,0,0, 0.9);
}

.embed-container  {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 ratio */
   padding-top: 30px; /* IE 6 workaround*/
   height: 0;
   overflow: hidden;
}

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

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {

	body,
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.home-left,
	.home-middle,
	.home-right,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}
	
	#header .widget-area {
		padding: 10px 0 0;
	}
	
	.menu-primary,
	.menu-secondary,
	#header ul.menu,
	#header .searchform,
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}
	
	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.menu li.right,
	.flex-direction-nav li .next {
		display: none;
	}

	.menu-primary li li,
	.menu-secondary li li,
	#header ul.menu li li {
		text-align: left;
	}

	#footer-widgets .wrap {
		padding: 20px;
		width: auto;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-left,
	.home-middle,
	.home-right {
		margin: 0;
	}

}

@media only screen and (max-width: 800px) {

	body	{
		/* background:url(images/bg-mobile.png) repeat-x; */
	}
	
	#header	{
		min-height:100px;	
	}
	
	#title-area	{
		padding:5px 0;	
		height:40px;
		min-height:40px;	
		background: url(images/logo-mobile.png) no-repeat center 5px
	}
	
	#header .widget-area {
	height:30px;
	float: none;
	padding: 10px 0;
	width: 100%;
	text-align:center;
}

	#header .widget-area a	{
		background: url(images/icon-phone-handset.png) no-repeat;
		font-size:20px;
		line-height:30px;
		color:#fff;
		padding-left:40px;
	}
	
	#title {
		font-size: 24px;
	}

	#home-welcome {
		background: url(images/bg-welcome.png);
		overflow: hidden;
		padding: 10px 20px;
	}
	
	#home-welcome h4 {
		font-size: 24px;
	}
	
	#home-welcome,
	#home-welcome p {
		font-size: 14px;
	}

	.agency .slide-excerpt,
	.breadcrumb {
		display: none;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
	}

	.flex-direction-nav {
		display: none;
	}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 568px) {
	/* Header */
	#header{
		/* background: url(images/bg-mobile.jpg) no-repeat top center!important; */
		height: 115px;
		margin-top: 30px;
	}
	
	.header-image #title-area, .header-image #title, .header-image #title a{
		width: 100%;
		height: 110px;
	}
	
	#header .widget-area .tap-to-call {
		display: block;
	}
	
	#header #title-area{
		background: url(images/logo-mobile.png) no-repeat center 5px;
	}
	
	#header .wrap{
		width: 100%;
	}

	#mobile_nav{
		display: block;
	}
	
	#nav{
		background: #fecb61;
		height: auto;
		margin-top: 0px;
	}
	
	#nav .menu{
		display: none;
	}
	
	#nav .wrap{
		width: 100%;
		padding: 10px 0px;
	}
	
	/* Tagline */
	#tagline .wrap{
		width: 96%;
		padding: 0 2%;
	}
	#tagline .widget a{
		width: 100%;
		padding: 10px 0;
	}
	#tagline .widget span{
		text-align: center;
		font-size: 14px;
		padding: 0 0 10px 0;
	}
	
	/* Content */
	#content{
		width: 100%!important;
		padding: 0px!important;
	}
	
	.entry-content iframe{
		width: 100%;
		height: 200px;
	}
	
	.archive .post{
		margin-bottom: 0px;
	}
	
	#inner .wrap{
		width: 96%;
		padding: 2%;
	}
	
	.page-id-102 .entry-content  ul {
	
	}
	
	.page-id-94 .entry-content  li,
	.page-id-102 .entry-content  li{
		width: 48%!important;
		margin-bottom: 5px;
	}
	
	.page-id-94 .entry-content  li.li-even,
	.page-id-102 .entry-content  li.li-even{
		margin-right: 0px;
		float: right;
		border: none;
	}
	
	.page-id-94 .entry-content  li.clear,
	.page-id-102 .entry-content  li.clear{ clear: none!important; }
	
	.page-id-94 .entry-content  li.nomargin,
	.page-id-102 .entry-content  li.nomargin{ clear: both; }
	
	.page-id-94 .entry-content .video-wrapper,
	.page-id-102 .entry-content .video-wrapper {
		background: #000;
		padding: 2px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	.page-id-94 .entry-content .video-wrapper img ,
	.page-id-102 .entry-content .video-wrapper img {
		min-width: auto;
		min-height: auto;
		width: 100%;
		max-width: 100%;
	}
	
	.page-id-94 .entry-content ul li .visual,
	.page-id-102 .entry-content ul li .visual{
		float: none;
		width: 100%;
	}
	
	.page-id-94 .entry-content ul li .details ,
	.page-id-102 .entry-content ul li .details {
		padding-left: 0px;
	}
	
	.page-id-94 .entry-content ul li .details  h2,
	.page-id-102 .entry-content ul li .details  h2{ 
		margin: 5px 0 5px 0;
		line-height: 0.9em;
		font-size: 20px;
	}
	
	.page-id-94 .entry-content ul li .details  p,
	.page-id-102 .entry-content ul li .details  p{ 
		margin-bottom: 5px;
	}
	
	/* Gallery */
	.ngg-gallery-thumbnail-box{
		width: 50%!important;
		float: left!important;
	}
	
	/* Sidebar */
	.sidebar .widget-wrap{
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	
	.sidebar .widget .video-wrapper{
		background: none;
		width: 99%;
		height: auto;
		padding: 0px;
		position: relative;
		border: 2px solid #000;
		border-radius: 6px;
	}
	
	.sidebar .widget .video-wrapper img{
		width: 100%;
		height: auto;
	}
	.sidebar .widget .video-wrapper span{
		left: 40%;
		top: 38%;
	}
	.sidebar .widget_sp_image img{
		width: 240px!important;
		max-width: 153!important;
		max-height: 200px!important;
	}
	
	/* Footer */
	#footer-widgets .widget-wrap{
		padding: 0px!important;
		text-align: center;
	}
	.footer-widgets-1 ul{
		text-align: center;
	}
	
	.footer-widgets-2 img{
		max-width: 100%!important;
	}
	
	.footer-widgets-3 .widget-wrap{
		float: none;
		padding: 0px!important;
		text-align: center;
	}
	
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
	
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	.page-id-94 .entry-content .video-wrapper img ,
	.page-id-102 .entry-content .video-wrapper img {
		min-width: 144px;
		min-height: 85px;
		max-height: 85px;
		max-width: 144px;
	}
	
	.page-id-94 .entry-content .video-wrapper span,
	.page-id-102 .entry-content .video-wrapper span{
		left: 46px;
		top: 18px;
	}

}

/* iPhone 5 (landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {
	#tagline .widget span{
		width: 100%;
	}
	.ngg-gallery-thumbnail-box{
		width: 33%!important;
	}
	
	.page-id-94 .entry-content .video-wrapper img ,
	.page-id-102 .entry-content .video-wrapper img {
		min-width: 100%;
		min-height: auto;
		max-height: auto;
		max-width: 100%;
	}
	.page-id-94 .entry-content .video-wrapper span,
	.page-id-102 .entry-content .video-wrapper span{
		left: 39%;
		top: 32%;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px){
	/* Gallery */
	.ngg-gallery-thumbnail-box{
		width: 33%!important;
		float: left!important;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	/* Header */
	.header-image #title-area, .header-image #title, .header-image #title a{
		width: 100%;
	}
	#nav{
		width: 96%;
		margin: -25px auto;
		background: url(images/nav-tab-bg.png) no-repeat top center;
		height: 73px;
	}
	#nav .wrap{
		width: 100%;
	}
	.menu-primary li{
		float: left;
	}
	.menu-primary li a{
		padding: 4px 12px;
	}
	
	
	/* Tagline */
	#tagline{
		padding: 20px 0 0 0;
	}
	#tagline .wrap{
		width: 96%;
	}
	#tagline .widget a{
		padding-left: 0px;
	}
	#tagline .widget span{
		padding-right: 20px;
	}
	
	/* Inner */
	#inner .wrap{
		width: 96%;
	}
	
	.page-id-94 .entry-content .video-wrapper,
	.page-id-102 .entry-content .video-wrapper{
		background: #000;
		padding: 5px;
		position: relative;
		border-radius: 5px;
	}
	
	.page-id-94 .entry-content .video-wrapper img ,
	.page-id-102 .entry-content .video-wrapper img {
		max-width: 165px!important;
		max-height: 111px!important;
		min-height: 111px!important;
		min-width: 165px!important;
	}
	
	.page-id-94 .entry-content .video-wrapper span,
	.page-id-102 .entry-content .video-wrapper span{
		left: 58px!important;
		top: 34px!important;
	}
	
	.page-id-94 .entry-content ul li .details,
	.page-id-102 .entry-content ul li .details{
		padding-left: 190px;
	}
	
	.page-id-94 .entry-content ul li .details h2,
	.page-id-102 .entry-content ul li .details h2{
		margin: 5px 0 5px 0;
		font-size: 26px;
		line-height: 1.0em;
	}
	
	.sidebar-content-sidebar #content-sidebar-wrap, 
	.sidebar-sidebar-content #content-sidebar-wrap{
		width: 75%;
	}
	#sidebar-alt{
		width: 25%;
	}
	.sidebar-content-sidebar #content-sidebar-wrap #content, 
	.sidebar-sidebar-content #content-sidebar-wrap #content{
		width: 64%;
		padding: 0px 2%;
	}
	
	.sidebar-content-sidebar #content-sidebar-wrap #sidebar, 
	.sidebar-sidebar-content #content-sidebar-wrap #sidebar{
		width: 32%;
	}
	.sidebar .widget-wrap, .sidebar .widget_sp_image img{
		width: 100%;
	}
	.sidebar .widget .video-wrapper{
		background: none;
		width: 173px;
		height: auto;
		padding: 0px;
		position: relative;
		border: 2px solid #000;
		border-radius: 6px;
	}
	.sidebar .widget .video-wrapper img{
		width: 100%;
		height: auto;
	}
	.sidebar .widget .video-wrapper span{
		left: 60px;
		top: 40px;
	}
	.content-sidebar #content, .sidebar-content #content{
		width: 74%;
	}
	.content-sidebar #sidebar, .sidebar-content #sidebar{
		width: 24%;
	}
	
	/* Media */
	.wp-caption{
		max-width: 50%;
	}
	
	/* Footer */
	.footer-widgets-1{
		width: 40%;
	}
	
	.footer-widgets-2{
		width: 30%;
	} 
	
	.footer-widgets-3{
		width: 20%;
	}
	.footer-widgets-3 .widget-wrap,
	.footer-widgets-1 .widget-wrap{
		padding: 0px!important;
	}
}

/* Small Tablets (portrait and landscape) ----------- */
@media only screen and (min-width : 600px) and (max-width : 800px) {
	/* Header */
	#nav{
		width: 96%;
		margin: -25px auto;
		background: url(images/nav-tab-bg.png) no-repeat top center;
		height: 73px;
	}
	#nav .wrap{
		width: 100%;
	}
	.menu-primary li{
		float: left;
	}
	.menu-primary li a{
		padding: 4px 12px;
	}
	
	/* Tagline */
	#tagline{
		padding: 20px 0 0 0;
	}
	#tagline .wrap{
		width: 96%;
	}
	#tagline .widget a{
		padding-left: 0px;
	}
	#tagline .widget span{
		padding-right: 20px;
	}
	
	/* Inner */
	#inner .wrap{
		width: 96%;
	}
	
	.page-id-94 .entry-content .video-wrapper,
	.page-id-102 .entry-content .video-wrapper{
		background: #000;
		padding: 5px;
		position: relative;
		border-radius: 5px;
	}
	
	.page-id-94 .entry-content .video-wrapper img,
	.page-id-102 .entry-content .video-wrapper img {
		max-width: 126px;
		max-height: 80px;
		min-height: 80px;
		min-width: 126px;
	}
	
	.page-id-94 .entry-content .video-wrapper span,
	.page-id-102 .entry-content .video-wrapper span{
		left: 38px;
		top: 18px;
	}
	
	.page-id-94 .entry-content ul li .visual,
	.page-id-102 .entry-content ul li .visual{
		width: auto;
	}
	
	.page-id-94 .entry-content ul li .details,
	.page-id-102 .entry-content ul li .details{
		padding-left: 35%;
	}
	
	.page-id-94 .entry-content ul li .details h2 ,
	.page-id-102 .entry-content ul li .details h2 {
		margin: 5px 0;
		line-height: 1.0em;
		font-size: 26px;
	}
	
	.sidebar-content-sidebar #content-sidebar-wrap, 
	.sidebar-sidebar-content #content-sidebar-wrap{
		width: 75%;
	}
	#sidebar-alt{
		width: 25%;
	}
	.sidebar-content-sidebar #content-sidebar-wrap #content, 
	.sidebar-sidebar-content #content-sidebar-wrap #content{
		width: 64%;
		padding: 0px 2%;
	}
	
	.sidebar-content-sidebar #content-sidebar-wrap #sidebar, 
	.sidebar-sidebar-content #content-sidebar-wrap #sidebar{
		width: 32%;
	}
	.sidebar .widget-wrap, .sidebar .widget_sp_image img{
		width: 100%;
	}
	.sidebar .widget .video-wrapper{
		background: none;
		width: 173px;
		height: auto;
		padding: 0px;
		position: relative;
		border: 2px solid #000;
		border-radius: 6px;
	}
	.sidebar .widget .video-wrapper img{
		width: 100%;
		height: auto;
	}
	.sidebar .widget .video-wrapper span{
		left: 60px;
		top: 40px;
	}
	.content-sidebar #content, .sidebar-content #content{
		width: 74%;
	}
	.content-sidebar #sidebar, .sidebar-content #sidebar{
		width: 24%;
	}
	
	/* Media */
	.wp-caption{
		max-width: 50%;
	}
	
	/* Footer */
	.footer-widgets-1{
		width: 35%;
	}
	
	.footer-widgets-2{
		width: 45%;
	}

	.footer-widgets-2 img{
		max-width: 100%!important;
	}	
	
	.footer-widgets-3{
		width: 20%;
	}
	.footer-widgets-3 .widget-wrap,
	.footer-widgets-1 .widget-wrap{
		padding: 0px!important;
	}
}

/* Small Tablets (portrait) ----------- */
@media only screen and (min-width : 600px) and (max-width : 800px) and (orientation : portrait) {
	/* Header */
	#header{
		/* background: url(images/bg-mobile.jpg) no-repeat top center!important; */
		height: 115px;
		margin-top: 30px;
	}
	#header .widget-area .tap-to-call {
		display: block;
	}
	
	#header .wrap{
		background: url(images/behind-logo.png) repeat;
		width: 100%;
	}

	#mobile_nav{
		display: block;
	}
	
	#nav{
		background: #fecb61;
		height: auto;
		margin-top: 0px;
		width: 100%;
	}
	
	#nav .menu{
		display: none;
	}
	
	#nav .wrap{
		width: 100%;
		padding: 10px 0px;
	}
	
	/** Tagline */
	#tagline .widget span{
		width: 100%;
		text-align: center;
		padding: 4px 0;
		font-size: 16px;
	}
	
	.ngg-gallery-thumbnail-box{
		width: 33%!important;
	}
	
	.sidebar .widget .video-wrapper{
		width: 97%;
	}
	
	.sidebar .widget .video-wrapper span{
		left: 40px;
		top: 24px;
	}
}

/* Small Tablets (landscape) ----------- */
@media only screen and (min-width : 600px) and (max-width : 800px) and (orientation : landscape) {
	.header-image #title-area, .header-image #title, .header-image #title a{
		width: 100%;
	}
	
	#header .wrap{
		width: 736px;
	}
	
	#title-area{
		background: url(images/logo.png) no-repeat center 5px;
	}
	
	#nav .wrap ul{
		width: 96%;
		margin: 0 auto;
	}
	
	.page-id-94 .entry-content .video-wrapper img ,
	.page-id-102 .entry-content .video-wrapper img {
		max-width: 171px!important;
		max-height: 115px!important;
		min-height: 115px!important;
		min-width: 171px!important;
	}
	
	.page-id-94 .entry-content .video-wrapper span,
	.page-id-102 .entry-content .video-wrapper span{
		left: 58px!important;
		top: 34px!important;
	}
	
}
