@charset "UTF-8";
/*
Theme Name: Agency-333 WP Theme
Description: Agency-333 WP Theme
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0

USE THIS STYLE SHEET EXCLUSIVELY FOR Agency-333 WORDPRESS

*/

/*--------------------Fonts----------------------------*/

@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('css/modernpics-webfont.eot');
    src: url('css/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/modernpics-webfont.woff') format('woff'),
         url('css/modernpics-webfont.ttf') format('truetype'),
         url('css/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('css/BebasNeue-webfont.eot');
    src: url('css/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/BebasNeue-webfont.woff') format('woff'),
         url('css/BebasNeue-webfont.ttf') format('truetype'),
         url('css/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@font-face {
    font-family: 'hamburgerheavenregular';
    src: url('css/hambh___-webfont.eot');
    src: url('css/hambh___-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/hambh___-webfont.woff') format('woff'),
         url('css/hambh___-webfont.ttf') format('truetype'),
         url('css/hambh___-webfont.svg#hamburgerheavenregular') format('svg');
    font-weight: normal;
    font-style: normal;

	}
 
/*--------------------Reset----------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
	
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
	}
	
.clearbig {
	clear: both;
	display: block;
	font-size: 0;
	height: 40px;
	line-height: 0;
	width:100%;
	}
	
.clearsmall { 
	clear: both;
	display: block;
	font-size: 0;
	height: 15px;
	line-height: 0;
	width:100%;
	}

.clearsmaller { 
	clear: both;
	display: block;
	font-size: 0;
	height: 10px;
	line-height: 0;
	width:100%;
	}
	
#sb-nav a {
	border-bottom:none;
	}
	
p:empty {
	display:none;
	}
	
img { 
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
	}
	
body {
	transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
	font-family:Helvetica, sans-serif;
	font-size:18px;
	font-weight: 300;
	line-height:1.6em;
	}
	
html {
	height:100%;
	}
	
::selection {
	background: #323232; /* Safari */
	color: #ffffff;
	text-shadow:none;
	}
	
::-moz-selection {
	background: #323232; /* Firefox */
	color: #ffffff;
	text-shadow:none;
	}
	
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  opacity: 1.0;
	}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
	}
	
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
	}
	
.aligncenter img {
	margin-bottom:20px;
	}
	
img.alignleft {
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	}
	
img.alignright {
	margin-left:20px;
	margin-bottom:20px;
	float:right;
	}
	
.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	}

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	}

.gallery-caption { 
	margin-left: 0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 10px; 
	}
	
.gallery-icon img {
	border:1px solid #D4D4D4 !important
	}
	
.sticky, .gallery-caption, .bypostauthor {
	margin:0;
	padding:0;
	}
	
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	}

audio,
canvas,
video {
	display: block;
	*display: inline;
	*zoom: 1;
	}

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

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	}

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

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

sup {
	top: -0.5em;
	}

sub {
	bottom: -0.25em;
	}

img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	opacity: 1.0;
	filter: alpha(opacity=100);
	}
	
img.left {
	float:left;
	margin:0 20px 20px 0;
	}
	
img.right {
	float:right;
	margin:0 20px 20px 0;
	}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	}

button,
input {
	*overflow: visible;
	line-height: normal;
	-webkit-appearance:none;
	}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
	}
	
strong {
	font-weight:bold;
	}
	
em {
	font-style:italic;
	}
	
.top_widget_wrapper {
	width:100%;
	}
	
.top_widget {
	width:960px;
	margin:0 auto;
	text-align:center;
	padding:10px 0;
	}

.top_widget, .top_widget p {
	font-size:20px;
	font-family:Helvetica, sans-serif;
	}
	
.top_widget div .twitterwidget {
	display:none;
	}
	
.top_widget div ul li {
	background-image: url("img/twitter.png");
    background-position: left center;
    background-repeat: no-repeat;
    list-style: none outside none;
    min-height: 52px;
    padding-left: 52px;
	}
	
.top_widget a, .top_widget a:hover {
	font-weight:bold;
	text-decoration:underline;
	font-size:20px;
	font-family:Helvetica, sans-serif;
	}
	
#banner_wrapper {
	width:100%;
	display:block;
	}
	
#banner {
	margin:0 auto;
	width:960px;
	}
	
.banner_left {
	float:left;
	}
	
.banner_middle {
	float:left;
	padding:28px 0 28px;
	margin-left:150px;
	}
	
.banner_right {
	float:right;
	padding-top:128px;
	}
	
#content_wrapper {
	width:100%;
	padding-bottom: 25px;
	}
	
.content {
	width:960px;
	margin:0 auto;
	padding-top:50px;
	}
	
.content_left {
	float:left;
	width:70%;
	}
	
.content_right {
	float:right;
	width:26%;
	}
	
.blog_wrapper {
	padding:10px;
	margin-bottom: 20px;
	display:block;
	float:left;
	width:84%;
	}
	
.post_date_wrapper {
	display:block;
	float:left;
	padding:10px;
	}
	
.post_date_month {
	font-size:22px;
	text-align:center;
	text-transform:uppercase;
	}
	
.post_date {
	font-size:28px;
	text-align:center;
	text-transform:uppercase;
	}
	
.content_right div {
	margin-bottom:20px;
	}


/*--------------------Menu----------------------------*/

#menu_wrapper {
	clear:both;
	}
	
.menu {
	width:960px;
	margin:0 auto;
	}

.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
	}

.webkit .sf-menu {
	line-height:12px
	}
	
.sf-menu {
	line-height:14px;
	text-align:center;
	}

.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
	}

.sf-menu ul li {
	width:100%;
	}

.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
	}

.sf-menu li {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	display:inline-block;
	}

.sf-menu a {
	display:inline-block;
	position:relative;
	}

.webkit .sf-menu li:hover ul,
.webkit .sf-menu li.sfHover ul {
	left:0px;
	}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:1.4em; /* match top ul list item height */
	z-index:999999;
	}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
	}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
	}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
	}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
	}
	
ul.sf-menu li ul.sub-menu li.current_page_item a, ul.sf-menu li.current_page_item a, ul.sf-menu li ul.sub-menu li.current-menu-item a, ul.sf-menu li.current-menu-item a  {
	color:#ffffff;
	}

/*** DEMO SKIN ***/

.sf-menu li {
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	}

.sf-menu li a {
	text-decoration:none;
	display:block;
	font-size:26px;
	padding:12px 7px 12px 7px;
	font-family: 'BebasNeueRegular';
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	text-transform:uppercase;
	letter-spacing:.05em;
	}
	
ul.sf-menu li ul.sub-menu li a {
	text-decoration:none;
	display:block;
	font-size:20px;
	padding:5px 0px 5px 12px;
	font-family: 'BebasNeueRegular';
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	text-transform:uppercase;
	letter-spacing:.05em;
	}
	
ul.sf-menu li ul.sub-menu li a:hover {
	margin-left:15px;
	text-decoration:none;
	display:block;
	font-size:20px;
	padding: 5px 0px 5px 12px;
	font-family: 'BebasNeueRegular';
	letter-spacing:.05em;
	}
	
.sf-menu li a:hover {
	text-decoration:none;
	display:block;
	font-size:26px;
	padding: 12px 7px 12px 7px;
	font-family: 'BebasNeueRegular';
	letter-spacing:.05em;
	}

.sf-menu ul li { 
	padding:0px;
	}
	
.sf-menu li ul {
	margin-top:28px;
	}

.sf-menu li:hover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
	}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
	}



a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:.8em;
	background-position:0 -103px; /* use translucent arrow for modern browsers*/
	}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position:-10px -103px; /* arrow hovers for modern browsers*/
	}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { 
	background-position:-10px 0; 
	}
	
.sf-menu ul a > .sf-sub-indicator { 
	background-position:7px 5px; 
	}
	
/* apply hovers to modern browsers */
.sf-menu ul a:focus ,
.sf-menu ul a:hover ,
.sf-menu ul a:active ,
.sf-menu ul li:hover > a ,
.sf-menu ul li.sfHover > a {
	background-position:-10px 0; /* arrow hovers for modern browsers*/
	}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding:0px;
	}

.sf-shadow ul.sf-shadow-off {
	background:transparent;
	}

ul.sf-menu li ul li a {
	padding:10px 0 0 0; 
	display:block;
	}
	
.sf-menu li li:first-child a {
	text-indent:0px;
	}
	
.menu select {
	display:none;
	}


/*--------------------Typography----------------------------*/

body, html {
    height: 100%;
	}

.highlight { 
	padding: .1em .2em;
	color: #ffffff;
	}
	
p.fancy {
	font-family:'hamburgerheavenregular';
	font-size:24px;
	clear:both;
	text-align:center;
	}

hr {
	border:none;
	clear: both;
	margin: 20px 0 20px;
	height: 1px;
	border-bottom:1px solid #D7E0EA;
	}

ul li {
	font-family:Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    list-style: circle inside none;
	margin-bottom:10px;
	}
	
ul li a, ol li a {
	font-family:Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.3em;
	cursor:pointer;
	}
	
ul li a:hover, ol li a:hover {
	font-family:Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.3em;
	}
	
ol li {
    font-family:Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.3em;
	list-style:decimal inside;
	margin-bottom:10px;
	}
	
h1 {
	font-family:Helvetica, sans-serif;
	font-size:60px;
	line-height:1.2em;
	clear:both;
	font-weight:100;
	}
	
h2 {
	font-family:Helvetica, sans-serif;
	font-size:40px;
	line-height:1.6em;
	margin-bottom: 20px;
	font-weight:300;
	}
	
h2 a {
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
	font-family:Helvetica, sans-serif;
	font-size:40px;
	line-height:1.6em;
	font-weight:300;
	}
	
h3 {
	font-family:Helvetica, sans-serif;
	font-size:34px;
	line-height:1.6em;
	font-weight:100;
	}
	
h3 a {
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
	font-family:Helvetica, sans-serif;
	font-size:34px;
	line-height:1.6em;
	}
	
h4 {
	font-family:Helvetica, sans-serif;
	font-size:30px;
	line-height: 1.3em;
    margin-bottom: 20px;
	font-weight:100;
	}
	
.content_right h4 {
	font-weight:bolder;
	}
	
h4 a {
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
   transition :all 0.3s ease-in;
	font-family:Helvetica, sans-serif;
	font-size:30px;
	line-height:1.6em;
	font-weight:100;
	}
		
hr {
	border:none;
	clear: both;
	padding-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	}
	
h5 {
	font-family:Helvetica, sans-serif;
	font-size:28px;
	line-height:1.6em;
	margin-top: 18px;
	font-weight:300;
	}
	
h5 a {
	-webkit-transition:all 0.3s ease-in;  
   transition -moz-:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
	font-family:Helvetica, sans-serif;
	font-size:28px;
	line-height:1.6em;
	}
	
h6 {
	font-family:Helvetica, sans-serif;
	font-size:22px;
	line-height:1.6em;
	font-weight:300;
	}
	
h6 a {
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
	font-family:Helvetica, sans-serif;
	font-size:22px;
	line-height:1.6em;
	}
	
p {
	font-family:Helvetica, sans-serif;
	font-size:18px;
	line-height:1.6em;
	font-weight:400;
	}
	
p.form-allowed-tags {
	display:none;
	}

a {
	font-size:18px;
	font-family:Helvetica, sans-serif;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
   transition :all 0.3s ease-in;
	font-weight:400;
	outline: none;
	}
	
a:hover {
	text-decoration:none;
	}
	
a img:hover {
	box-shadow:0px 0px 10px 5px #DED4CD;
	-moz-box-shadow:0px 0px 10px 5px #DED4CD;
	-webkit-box-shadow:0px 0px 10px 5px #DED4CD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

p.page_error {
	line-height: 200px; 
	text-align: center; 
	font-weight: 500; 
	font-size: 250px;
	}

p.page_error_text {
	text-align: center; 
	font-size: 24px;
	}
	
	
	
/*--------------------Footer----------------------------*/
	
.footer_content {
	width:960px;
	margin:0 auto;
	padding-bottom:10px;
	}
	
.footer_content a:hover {
	text-decoration:underline;
	}
	
.footer_content ul li {
    line-height: 1.3em;
    list-style: none outside none;
    margin-bottom: 10px;
	}
	
.footer_content_one, .footer_content_two, .footer_content_three {
	float:left;
	width:25%;
	}
	
.footer_content_four {
	float:right;
	width:24%;
	}
	 
.footer_content h3 {
	display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
	margin-bottom:15px;
	}
	
.footer_content_one, .footer_content_two, .footer_content_three, .footer_content_four {
	padding:10px 0; 
	font-size:18px;
	font-family:Helvetica, sans-serif;
	}
	
#copyright_wrapper {
	width:100%;
	padding:20px 0;
	}
	
.copyright {
	width:960px;
	margin:0 auto;
	}
	
.copyright_right {
	float:right;
	}
	
.copyright_left {
	float:left;
	}
	
.copyright_right a:hover, .copyright_left a:hover {
	text-decoration:underline;
	}
	
.copyright_left, .copyright_left p, .copyright_left a, .copyright_left a:hover, .copyright_right, .copyright_right p, .copyright_right a, .copyright_right a:hover {
	font-size:14px;
	font-family:Helvetica, sans-serif;
	}
	
#menu-footer {
	padding:0;
	margin:0;
	width:100%;
	}
	
ul#menu-footer li {
	margin-bottom:0;
	}



/*-------------------- Photos Styling ----------------------------*/


		
.da-thumbs {
	list-style: none;
	width: 100%;
	height: 600px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	margin-left:6px;
	}
	
.da-thumbs li {
	float: left;
	position: relative;
	list-style:none;
	margin-bottom:10px;
	}
	
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	}
	
.da-thumbs li a {
	overflow: hidden;
	}
	
.da-thumbs li a div {
	position: absolute;
	background: #ffffff;
	width: 100%;
	height: 100%;
	opacity:.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	}
	
.da-thumbs li a div.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
	}
	
.da-slideFromBottom {
	left: 0px;
	top: 100%;
	}
	
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
	}
	
.da-slideFromRight {
	top: 0px;
	left: 100%;
	}
	
/* Final state classes: */
.da-slideTop {
	top: 0px;
	}
	
.da-slideLeft {
	left: 0px;
	}
	
.da-thumbs li a div span {
	display: block;
	font-size:18px;
	font-family:Helvetica, sans-serif;
	text-align:center;
	margin-top:10%;
	}

.box {
	-webkit-transition: all 200ms linear; /*safari and chrome */
	-moz-transition: all 200ms linear; /* firefox */
	-o-transition: all 200ms linear; /* opera */
	transition: all 200ms linear;
	}

.box{
	width:280px;
	float:left;
	overflow:hidden;
	position:relative;
	}
.box img{
	margin-bottom:1px;
	z-index:0;
	}
	
.da-thumbs li a div {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity:.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	}
	
.da-thumbs li a div:after {
	font-family: 'ModernPictogramsNormal';
	font-size:36px;
	content:"W";
	position:absolute;
	text-align:center;
	margin-left:45%;
	margin-top:10%;
	}
	
.portgallery_wrapper {
	width:100%;
	}


	
	
/*--------------------Pagination----------------------------*/
	
.pagination {
	clear:both;
	position:relative;
	font-size:12px;
	text-align:center;
	margin:24px 0 45px;
	width:100%;
	display:inline-block;
	}
 
.pagination span, .pagination a {
	display:inline-block;
	margin: 3px 10px 0px 0px;
	padding:5px;
	text-decoration:none;
	width:auto;
	min-width:25px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size: 18px;
	}
	
.pagination a {
	background-color: transparent;
	}

.pagination a:hover {
	background-color: transparent;
	font-size: 18px;
	}

.pagination .current {
	padding:5px;
	}
	
.pagination .inactive {
	padding:5px;
	}
	
.pagination .inactive:hover{
	padding:5px;
	}




/*--------------------Shortcodes----------------------------*/

.hrr {
	border:none;
	clear: both;
	padding-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	opacity:.20;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	}

.one_half, .one_half_first, .one_third, .one_third_first, .two_third, .two_third_first, .one_fourth, .one_fourth_first, .three_fourth, .three_fourth_first, .one_fifth, .one_fifth_first, .two_fifth, .two_fifth_first, .three_fifth, .three_fifth_first, .four_fifth, .four_fifth_first, .one_sixth, .one_sixth_first {
	font-family:Helvetica, sans-serif;
	font-size:15px;
	line-height:1.6em;
	}

.one_half { 
	width: 48%; 
	}

.one_third, .one_third_bottom {
	width: 30.66%; 
	}

.two_third { 
	width: 65.33%; 
	}

.one_fourth { 
	width: 22%; 
	}

.three_fourth { 
	width: 74%; 
	}

.one_fifth { 
	width: 16.8%; 
	}

.two_fifth { 
	width: 37.6%; 
	}

.three_fifth { 
	width: 58.4%; 
	}

.four_fifth { 
	width: 79%; 
	}

.one_sixth { 
	width: 13.33%; 
	}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth, .one_third_bottom {
	position: relative;
	margin-left: 4%;
	float: left;
	}

.one_half_first { 
	width: 48%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}

.one_third_first { 
	width: 30.66%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}

.one_fourth_first { 
	width: 22%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}

.one_fifth_first { 
	width: 16.8%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left;
	}
	
.one_sixth_first { 
	width: 13.33%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}
	
.two_third_first { 
	width: 65.33%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}
	
.three_fourth_first { 
	width: 74%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left;
	}
	
.two_fifth_first { 
	width: 37.6%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}
	
.three_fifth_first { 
	width: 58.4%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}
	
.four_fifth_first { 
	width: 79%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}
	
div .first {
    clear: left;
    margin-left: 0;
	}

img {
	border: none;
	}

img.left {
	border: none;
	float: left;
	margin-right:20px;
	margin-bottom:20px;
	}
	
img.right {
	border: none;
	float: right;
	margin-left:20px;
	margin-bottom:20px;
	}
	
.alert_red {
	padding:20px;
	clear:both;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:0px;
	color: #795050;
	text-align:center;
	background-color: #FDDCDC;
	text-align:left;
	font-weight: 400;
	}
	
.alert_green {
	padding:20px;
	clear:both;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:0px;
	color:#5b743c;
	text-align:center;
	background-color: #D0EEAC;
	text-align:left;
	font-weight: 400;
	}
	
.alert_yellow {
	padding:20px;
	clear:both;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:0px;
	color:#746f39;
	text-align:center;
	background-color:#EFEBBC;
	text-align:left;
	font-weight: 400;
	}
	
.alert_blue {
	padding:20px;
	clear:both;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:0px;
	color:#485e73;
	text-align:center;
	background-color:#B7D3EE;
	text-align:left;
	font-weight: 400;
	}
	
.intro, .intro p, .intro a {
    font-family:'hamburgerheavenregular';
    font-size: 24px;
    line-height: 1.3em;
	margin-bottom: 25px;
	clear:both;
	}
	
.intro a, .intro a:hover, .intro .textwidget p, .intro p {
	font-size: 24px;
	}
	
.quote {
	font-family:'hamburgerheavenregular';
	font-size:32px;
	text-align:left;
	line-height:1.2em;
	clear:none;
	margin:30px 0 30px 0;
	font-weight: 100;
	letter-spacing: 1px;
	padding-left: 20px;
	}
	
blockquote {
	font-family:'hamburgerheavenregular';
	font-size:18px;
	text-align:center;
	line-height:1.6em;
	clear:none;
	text-shadow:none;
	}
	
blockquote p, .quote p {
	font-family:'hamburgerheavenregular';
	font-size:18px;
	text-align:center;
	line-height:1.3em;
	clear:none;
	text-shadow:none;
	}

.pullquoteleft {
    padding:0px 15px 0px 20px !important;
    text-align:left;
	float:left;
	width:40%;
	margin:0px;
	font-family:'hamburgerheavenregular';
	font-size:23px;
	line-height:1.3em;
	clear:both;
	font-weight: 100;
	letter-spacing: 0.5px;
	}

.pullquoteright {
	margin:0px 0px 0px 20px;
    padding:0px 0px 0px 20px !important;
    text-align:left;
	float:right;
	width:40%;
	font-family:'hamburgerheavenregular';
	font-size:23px;
	line-height:1.3em;
	clear:both;
	font-weight: 100;
	letter-spacing: 0.5px;
	}
	

	


	
	
	
/*--------------------Forms, Inputs & Submits----------------------------*/

textarea {
	background:none;
	margin-bottom: 15px;
	padding: 8px;
	font-family:Helvetica, sans-serif;
	font-size: 18px;
	outline: none;
	transition:all .3s ease-in;-o-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-webkit-transition:all .3s ease-in;border:none;
	margin-top:10px;
	width:100%;
	font-weight:300;
	}

textarea:focus {
	background:none;
	outline: none;
	border:none;
	padding: 8px;
	font-family:Helvetica, sans-serif;
	font-size: 18px;
	font-weight:300;
	}

input[type=text], input[type=email] {
	background:none;
	width: 280px;
	margin-bottom: 15px;
	padding: 8px;
	font-family:Helvetica, sans-serif;
	font-size: 18px;
	outline: none;
	transition:all .3s ease-in;-o-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-webkit-transition:all .3s ease-in;border:none;
	margin-top:10px;
	font-weight:300;
	}

input[type=text]:focus, input[type=email]:focus {
	background:none;
	outline: none;
	border:none;
	padding: 8px;
	font-family:Helvetica, sans-serif;
	font-size: 18px;
	font-weight:300;
	}
	
input[type=submit] {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 18px;
	font-family:Helvetica, sans-serif;
	border: none;
	padding:6px 15px 6px 15px;
	transition:all .3s ease-in;-o-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-webkit-transition:all .3s ease-in;border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	}

input[type=submit]:hover {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 18px;
	font-family:Helvetica, sans-serif;
	border: none;
	padding:6px 15px 6px 15px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
	
input#author, input#email, input#url {
	float:left;
	}
	
p.comment-form-author, p.comment-form-email, p.comment-form-url, p.comment-form-comment {
	clear:both;
	}
	
p.comment-form-author label, p.comment-form-email label, p.comment-form-url label, p.comment-form-comment label {
	line-height:1.6em;
	}
	
.social input[type="text"], .social textarea, .social input[type="text"]:focus, .social textarea:focus {
	width:96%;
	}
	
input:focus {
    outline: none;
	}

.comment_wrapper_main {
	margin-left:10%;
	}

#commentform {
	margin: 0px;
	float: left;
	width:98%;
	margin-top:25px;
	padding-bottom:60px;
	}
	
#form_wrapper {
	width:100%;
	min-height:150px;
	margin-bottom: 30px;
	padding-left:20px;
	}
	
div.wpcf7 {
	padding:0px 0 0 !important;
	}
	
.wpcf7-form textarea {
	margin-top:20px;
	margin-bottom:25px;
	}
	
.wpcf7-form p {
    display: block;
    font-family:Helvetica, sans-serif;
    font-size: 13px;
    clear:both;
	margin-bottom:0;
	}
	
div.wpcf7-validation-errors {
	font-family:Helvetica, sans-serif;
	border:none !important;
	font-size:18px !important;
	margin:0 !important;
	padding:0 !important;
	clear:both;
	}
	
div.wpcf7-mail-sent-ok {
	font-family:Helvetica, sans-serif;
	border:none !important;
	font-size:18px !important;
	margin:0 !important;
	padding:0 !important;
	clear:both;
	}
	
span.wpcf7-not-valid-tip {
	font-family:Helvetica, sans-serif;
    font-size: 12px !important;
	padding: 5px !important;
	left: 5% !important;
	top: -20% !important;
	}

label {
    font-family:Helvetica, sans-serif;
    font-size: 14px;
	}
	
#subForm {
	width:100%;
	margin:0 auto;
	margin-top:25px;
	}
	
.form_submit {
	background-color:#323232;
	border: none;
	color:#ffffff;
	cursor:pointer;
	font-family:Helvetica, sans-serif;
	font-size:18px;
	display: block;
	padding: 5px;
	}
	
.comment_wrapper_main_right {
	width:680px;
	}
	
#post_comment_wrapper {
	display: block;
	clear: both;
	margin-top: 25px;
	}
	
/****** START OF Post comment styling by jonathan **/

.comment_title {
	border:none;
	font-family:Helvetica, sans-serif;
	font-size:30px;
	margin-top:60px;
	font-weight: 200;
	}

.comment-author-avatar {
	float: left;
    margin-right: 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

.comment-main {
	overflow:hidden;
	}
	
.comment-content {
	font-family:Helvetica, sans-serif;
	font-size:14px;
	float: left;
	width:100%;
	}
	
.cancel-comment-reply {
	margin-top:5px;
	}

.comment-meta {
	margin-bottom: 10px;
	}

.comment-author {
	font-family:Helvetica, sans-serif;
	font-size:18px;
	}

.comment-date {
	clear:both;
    display: block;
    float: left;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	}
	
.comment-date a, .cancel-comment-reply a {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	}
	
.comment-date a:hover, .cancel-comment-reply a:hover {
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	}

a#cancel-comment-reply-link {
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	}
	
a#cancel-comment-reply-link:hover {
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	}
	
.comment-meta .button a, .comment-meta .button a:hover {
	font-size:14px;
	display:inline;
	float:none;
	}
	
.comment-meta .button {
	float:right;
	}
	
.bignumber {
	font-size:30px;
	font-weight: 600;
	font-family:Helvetica, sans-serif;
	}


/****** END OF Post comment styling by jonathan **/

	
ul.children {
	list-style:none;
	}
	
ul.children li {
	padding-right:0;
	padding-bottom:0;
	width:100%;
	}

.comment {
	float: right;
	display: block;
	width: 100%;
	padding-top:20px;
	}
	
.commentlist {
	width:100%;
	}

.commentlist li {
    margin-bottom: 30px;
    position: relative;
	list-style:none;
	background:none;
	border:none;
	clear: both;
	margin-bottom: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:96%;
	padding:20px;
	}
 
.commentlist li:last-child {
    margin-bottom: 0px;
	background-color: none;
	}
	
.commentlist ul {
	float: none;
	position: relative; 
	z-index: 99;
	}

.fn {
	margin-left:5px;
	}
	
.reply {
	float:right;
	}

.commentlist p {
    font-family:Helvetica, sans-serif;
    font-size: 18px;
	margin:15px 0 30px 0;
	}
	
#respond {
	clear:both;
	padding-top:20px;
	}
	
.required {
	margin-right:10px;
	}
	
/*-------------------- Other Styling ----------------------------*/

.button, .button_reverse {
	display:inline-block;
	position:relative;
	}
	  
.button a, a.more-link {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 18px;
	font-family:Helvetica, sans-serif;
	border: none;
	padding:7px 10px 7px 10px;
	transition:all .3s ease-in;-o-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-webkit-transition:all .3s ease-in;
	}
	
a.more-link, a.more-link:hover {
	line-height:1em;
	}

.button a:hover, a.more-link:hover {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 18px;
	font-family:Helvetica, sans-serif;
	border: none;
	padding:7px 10px 7px 10px;
	}
	
.button_reverse a {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 18px;
	font-family:Helvetica, sans-serif;
	border: none;
	padding:7px 10px 7px 10px;
	transition:all .3s ease-in;-o-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}

.button_reverse a:hover {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 18px;
	font-family:Helvetica, sans-serif;
	border: none;
	padding:7px 10px 7px 10px;
	}
	
object, embed, video, iframe {
	max-width:100%;
	}



/* START ACCORDION STYLES */
	
.collapseomatic {
	background-image: none !important;
	text-decoration:none;
	display:block;
	padding:10px !important;
	margin-bottom:1px;
	font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
	font-family:Helvetica, sans-serif;
	transition-webkit-:all 0.3s ease-in;  
    transition-moz-:all 0.3s ease-in;  
    transition-o-:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
	}
	
.collapseomatic_excerpt, .collapseomatic_content {
	background-color:none;
	margin-bottom: 25px;
	margin-left: 10px !important;
	margin-right: 10px !important;
	}
	
.colomat-close, .colomat-open {
	background-image: none !important;
	}
	
.colomat-hover {
	text-decoration:none !important;
	}
	
.topmenu select {
	display:none;
	}
	
.testimonialswidget_testimonial .testimonialswidget_image {
	margin-right:2.2em !important;
	}
	
	
	
	
/*------------------------Audio------------------------*/

/*-----------------------------------------------------*/
/*--------------------------Icons----------------------*/
/*-----------------------------------------------------*/
.icon-left:before { content: '\e765'; } /* 'î¥' */
.icon-right:before { content: '\e766'; } /* 'î¦' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-pausea:before { content: '\2389'; } /* 'âŽ‰' */
.icon-playa:before { content: '\25b6'; } /* 'â–¶' */
.icon-menu:before { content: '\2630'; } /* 'â˜°' */
.icon-mail:before { content: '\2709'; } /* 'âœ‰' */
.icon-edit:before { content: '\270d'; } /* 'âœ' */
.icon-pencil:before { content: '\270e'; } /* 'âœŽ' */
.icon-reply:before { content: '\e712'; } /* 'îœ'' */
.icon-comment-inv-alt2:before { content: '\e71d'; } /* 'îœ' */
.icon-archive:before { content: '\e738'; } /* 'îœ¸' */
.icon-down-open-big:before { content: '\e764'; } /* 'î¤' */
.icon-left-open-big:before { content: '\e765'; } /* 'î¥' */
.icon-right-open-big:before { content: '\e766'; } /* 'î¦' */
.icon-up-open-big:before { content: '\e767'; } /* 'î§' */
.icon-headphones:before { content: 'ðŸŽ§'; } /* '\1f3a7' */
.icon-user:before { content: 'ðŸ\'¤'; } /* '\1f464' */
.icon-calendar:before { content: 'ðŸ"…'; } /* '\1f4c5' */
.icon-search:before { content: 'ðŸ"'; } /* '\1f50d' */
.icon-link:before { content: 'ðŸ"—'; } /* '\1f517' */
[class^=icon-]:before, [class*=" icon-"]:before {
	display: inline-block;
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	margin-right: 5px;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	}

.format-audio header.post-header{
	border-bottom: none;
	}
audio.cw-audio {
	height: 0;
	}
	
.audiojs {
	font-size: 14px;
	height: auto;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	background-color: #f9f9f9;
	border-bottom: 1px solid #D7E0EA;
	}
	
.audiojs .play-pause {
	float: left;
	height: 55px;
	margin: 0;
	max-width: 55px;
	overflow: hidden;
	width: 55px;
	text-align: center;
	}
	
.audiojs .play-pause > p {
	font-size: 24px;
	line-height: 55px;
	margin: 0 auto;
	}
	
.audiojs .play-pause p.play{
	padding-left: 10px;
	}
	
.audiojs p {
	cursor: pointer;
	display: none;
	height: 40px;
	margin: 0;
	}
	
.audiojs .play {
	display: block;
	font-family: fontello;
	}
	
.audiojs .scrubber {
	background: rgb(235,235,235);
	float: left;
	height: 10px;
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 22px;
	overflow: hidden;
	position: relative;
	width: 72%;
	}

.audiojs .progress {
	background: #EFEFEF;
	background-color: #646D77;
	height: 10px;
	position: absolute;
	z-index: 1;
	width: 73%;
	}

.audiojs .loaded {
	background: #fefefe;
	height: 10px;
	position: relative;
	width: 73%;
	}

.audiojs .time {
	height: 55px;
	line-height: 55px;
	margin: 0 0 0 6px;
	padding: 0 6px 0 12px;
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	text-align: center;
	}

.audiojs .time em {
	font-style: normal;
	padding: 0 2px 0 0;
	}

.audiojs .time strong {
	font-weight: 400;
	padding: 0 0 0 2px;
	}

.audiojs .error-message {
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	color: #fff;
	display: none;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 400px;
	}

.audiojs .error-message a {
	border-bottom: 1px solid rgb(250,250,250);
	color: #eee;
	padding-bottom: 1px;
	text-decoration: none;
	white-space: wrap;
	}

.playing .play, .playing .loading, .playing .error {
	display: none;
	}

.playing .pause {
	display: block; 
	padding-left: 5px;
	}

.loading .play, .loading .pause, .loading .error {
	display: none;
	}

.loading .loading {
	display: block;
	}

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
	display: none;
	}
	
.error .error { 
	display: block; 
	}

.error .play-pause p { 
	cursor: auto;
	}

.error .error-message { 
	display: block;
	}

.audio-list {
	list-style-position: inside;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	border-left: 1px solid rgb(245,245,245);
	border-right: 1px solid rgb(245,245,245);
	border-bottom: 1px solid rgb(245,245,245);
	list-style: none;
	}

ol.audio-list li, ol.audio-list li a {
	list-style:none;
	font-size: 13px;
	text-transform: uppercase;
	color: #646D77;
	}
	
ol.audio-list li a:hover {
	font-size: 13px;
	}
	
.audio-list li {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding-left: 20px;
	-moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
	background-color: #f5f5f5;
	border-bottom: 1px solid #D7E0EA;
	}

.audio-list li:nth-child(odd) 
	{ 
	background-color: #F9F9F9; 
	}
	
.audio-list li:hover, .audio-list li.playing {
	background-color: #FEFEFE;
	cursor: pointer;
	color: #646D77;
	}
	
.audio-list li.playing a{
	color: #646D77;
	background-color: transparent;
	}
	
.audio-list li:hover a{
	color: #646D77;
	background-color: transparent;
	}
	
.audio-list li.playing:before {
	content: "🎧";
    display: inline-block;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    margin-right: 46px;
    text-align: center;
    text-decoration: inherit;
	}

	
	
/*  START OF MEDIA QUERIES */

@media only screen and (max-width: 768px) {
	
	.embed-container {
		position: relative;
		padding-bottom: 52.25%; /* 16/9 ratio */
		padding-top: 30px; /* IE6 workaround*/
		height: 0;
		overflow: hidden;
		}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}
	
	img {
		max-width:100%;
		height:auto;
		}
	
	img {
		-ms-interpolation-mode:bicubic;
		}
		
	.top_widget, #banner, .menu, .content, .footer_content, .copyright {
		width:90%;
		}
		
	.content_left, .content_right {
		float:left;
		width:100%;
		}
		
	.banner_middle {
		margin-left:20px;
		}		
		
	body, p, a, a:hover, ul li, ul li a, ul li a:hover, ol li, ol li a, ol li a:hover {
		font-size:16px;
		}
		
	select.selectnav {margin:0 auto;} /* centers select */
	
	#menu-primary { display: none!important; }
   
    .selectnav { display: block; }

	.menu select {
    	display:block !important;
		background-color:none;
		padding:10px;
	    font-family:helvetica;
		background:none repeat scroll 0 0 transparent;
		border:none;
		}
		
	.menu {
		padding:10px 0;
		}
		
.one_half, .one_half_first, .one_third, .one_third_first, .two_third, .two_third_first, .one_fourth, .one_fourth_first, .three_fourth, .three_fourth_first, .one_fifth, .one_fifth_first, .two_fifth, .two_fifth_first, .three_fifth, .three_fifth_first, .four_fifth, .four_fifth_first, .one_sixth, .one_sixth_first {
		width:100%;
		float:left;
		clear:both;
		margin:0;
		}	
		
	p {
		margin-bottom:10px;
		}
		
	.footer_content_one, .footer_content_two, .footer_content_three, .footer_content_four {
		float:none;
		width:100%;
		}
		
	a img:hover {
	box-shadow:none ;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	}	
	
	.da-thumbs {
			margin-left:9%;
			}
		
	}
	
	
@media only screen and (max-width: 640px) {
		
	.banner_left {
		margin-left:-35px;
		width:22%;
		}
		
	.banner_middle {
		margin-left:55px;
		padding:0;
		width:50%;
		text-align:center;
		}
		
	.banner_right {
		padding-top:68px;
		}
	}

/* Mobile Landscape Size to Tablet Landscape (devices and browsers) */
@media only screen and (max-width: 480px) {
	
	.banner_right {
		padding-top:40px;
		}
		
	.banner_middle {
		margin-left:32px;
		}
		
	.banner_left {
		margin-left:-25px;
		}
		
	h1 {
		font-size:48px;
		}
		
	.da-thumbs {
		margin-left:0;
		}
		
	.box {
		width:100%;
		}
		
	}
	
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 320px) {
	
	.banner_right {
		margin-left: 0;
    	padding: 15px 0;
    	text-align: center;
    	width: 100%;
		}
		
	.banner_middle {
		margin-left: 0;
    	padding: 15px 0;
    	text-align: center;
    	width: 100%;
		}
		
	.banner_left {
		margin-left:0px;
		width:100%;
		text-align:center;
		}
		
	p.page_error {
		font-size:160px;
		}
	
	}



/*  END OF MEDIA QUERIES */