@charset "UTF-8";
/*
Theme Name: MAMMOTH-WP
Theme URI: http://themeforest.net/user/jonathan01
Description: MAMMOTH-WP Wordpress
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 2.4
Author: Jonathan Atkinson
Author URI: http://themeforest.net/user/jonathan01
Tags: featured-images, post-formats, theme-options, translation-ready

USE THIS STYLE SHEET EXCLUSIVELY FOR MAMMOTH-WP WORDPRESS

Copyright 2012 - Jonathan Atkinson
*/
 
/*--------------------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: 'socialicoregular';
    src: url('css/socialico-webfont.eot');
    src: url('css/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/socialico-webfont.woff') format('woff'),
         url('css/socialico-webfont.ttf') format('truetype'),
         url('css/socialico-webfont.svg#socialicoregular') 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%;
	}
	
#sb-nav a {
	border-bottom:none !important;
	}
	
a img { 
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
    
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	}

a img:hover, #top_logo a img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}

.no_filter .featured_image a img, .cr3ativstaff_social_icons a img, .cr3ativstaff_employee_social a img, #top_logo a img { filter: none !important; -webkit-filter: none !important; }
	
body {
	font-weight:400;
	transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	}
	
::selection {
	background: #323232; /* Safari */
	color: #ffffff;
	text-shadow:none !important;
	}
	
::-moz-selection {
	background: #323232; /* Firefox */
	color: #ffffff;
	text-shadow:none !important;
	}

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;
	}
	
img.alignleft {
	margin-right:20px;
	margin-bottom:20px;
	}
	
img.alignright {
	margin-left:20px;
	margin-bottom:20px;
	}

.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;
	}

.gallery-caption { 
	margin-left: 0; 
	}
	
.gallery-icon img {
	border:none !important;
	}
	
.sticky, .gallery-caption, .bypostauthor {
	margin:0;
	padding:0;
	}
	
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
	}

.ie7 .blog_wrapper {
	padding-top:1px;
	}

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:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
	}

a:hover,
a:active {
  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;
	}
	
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;
outline: 0;
-webkit-appearance: none;
	}

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: none;
	}

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;
  -webkit-appearance:none;
	}
	
input {
	-webkit-appearance:none;
	}
	
strong {
	font-weight:600;
	}
	
em {
	font-style:italic;
	}

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

body {
    font-family:'Open Sans',sans-serif;
	font-size:14px;
	line-height:1.6em;
    font-weight: 300;
}

a.more-link {
	display:none;
	}

.orange_background a, .orange_background a:hover {
	font-size: 16px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	line-height:1.6em;
	clear:both;
	letter-spacing:3px;
	text-transform: uppercase;
	}
	
h1 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: 'Open Sans', sans-serif;
	font-size:30px;
	line-height:1.6em;
	clear:both;
	letter-spacing:3px;
	}
	
h1.orange {
	display:inline-block;
	padding:10px 30px 10px 30px;
	font-family:'Open Sans', sans-serif;
	font-size:34px;
	letter-spacing:3px;
	text-transform:uppercase;
	float:left;
	}

h1.homeslide {
	display:inline-block;
	padding:10px 30px 10px 30px;
	font-family:'Open Sans', sans-serif;
	font-size:34px;
	letter-spacing:3px;
	margin-bottom:45px;
	float:left;
	opacity:0.9;
	filter: alpha(opacity = 90);
	text-transform:uppercase;
	}
	
.ie7 h1.orange {
	width:30%;
	}
	
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	line-height:1.6em;
	letter-spacing:3px;
	text-transform: uppercase;
	margin-bottom: 20px;
	}
	
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: 'Open Sans', sans-serif;
	font-size:25px;
	line-height:1.6em;
	letter-spacing:3px;
	}
	
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	line-height:1.6em;
	letter-spacing:3px;
	text-transform: uppercase;
	}
	
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: 'Open Sans', sans-serif;
	font-size:20px;
	line-height:1.6em;
	letter-spacing:2px;
	}

.portfolio_content_wrapper h3, .portfolio_content_wrapper h4 { margin: 10px 0 30px 0; }
	
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	line-height: 1em;
    margin-bottom: 20px;
	letter-spacing:2px;
	text-transform: uppercase;
	}
	
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: 'Open Sans', sans-serif;
	font-size:18px;
	line-height:1.6em;
	letter-spacing:2px;
	}
		
hr {
	border:none;
	clear: both;
	margin-bottom: 40px;
	height: 10px;
	}
	
.ie7 hr {
	border:none;
	clear: both;
	margin-bottom: 45px;
	margin-top:45px;
	height: 1px !important;
	}
	
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:1.6em;
	letter-spacing:2px;
	text-transform: uppercase;
	margin-top: 18px;
	}
	
h5 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: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:1.6em;
	letter-spacing:2px;
	}
	
h5.noimg {
	margin-top:-3px;
	}
	
#rightside_content h5, #right_content h5 {
    margin-bottom: 20px;
    margin-top: 40px;
    padding-top: 40px;
	}

#rightside_content h5:first-child, #right_content h5:first-child {
    margin-top: 0px;
    border-top: none !important;
    padding-top: 0px;
}
	
h6 {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:1.6em;
	letter-spacing:2px;
	text-transform: uppercase;
	}
	
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: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:1.6em;
	letter-spacing:2px;
	}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none; 
    font-weight: 400;
}
	
p, .page-numbers {
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	line-height:1.6em;
	margin-bottom:20px;
	margin-top:10px;
    font-weight: 300;
	}

p.form-allowed-tags { font-size: 12px; width: 80%; }

a {
	font-size:14px;
	font-family:'Open Sans',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:underline;
	}

a, a:hover, a:focus {
    outline: none !important;
    outline: 0;
}
    
	
ul, ol {
	margin:0;
	padding:0;
	}

ul ul, ol ol {
	margin:10px 0 10px 20px;
	padding:0 !important;
	}
	
ul li {
    font-family:'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    list-style: none inside none;
    font-weight: 300;
	}
	
ul li:before {
	content:"%";
	font-family: 'ModernPictogramsNormal';
	font-size:13px;
	font-style:normal;
	padding-right:6px;
	}
	
ul li a, ol li a {
	font-family:'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
	}
	
ul li a:hover, ol li a:hover {
	font-family:'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
	}
	
ol li {
    font-family:'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 2em;
	list-style:decimal inside;
    font-weight: 300;
	}

#right_content p, #right_content a, #right_content a:hover, #rightside_content p, #rightside_content a, #rightside_content a:hover {
    font-size: 13px;
}

#right_content ul li:before, #rightside_content ul li:before {
    content: " ";
    padding-right: 0px;
}

#right_content ul li, #rightside_content ul li, #right_content ul li a, #rightside_content ul li a, #right_content ul li a:hover, #rightside_content ul li a:hover {
    list-style: none inside none;
    font-size: 13px;
    line-height: 3em;
}

#right_content ul li:first-child, #rightside_content ul li:first-child {
    border-top: 0px solid;
}

pre {
    font-family:Courier,monospace;
    font-size: 13px;
    margin: 30px 0;
    overflow: scroll;
    padding: 25px;
    max-width: 100%;
}

/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody td { border: 1px solid transparent; text-align: center; padding:8px; font-size: 12px;}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next, #wp-calendar tfoot #next a { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev, #wp-calendar tfoot #prev a { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

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

#outer_wrapper {
	width:100%;
	position:relative;
	z-index:9999;
	}
	
#nav_wrapper {
	width:1200px;
	margin:0 auto;
	min-height: 127px;
	}
	
#top_logo {
	display:block;
	float:left;
	padding-top:45px;
	}
	
header {
	width:100%;
	}
	
header nav#topmenu {
	float:right;
	padding-top:60px;
	}
	
.ie9 .sf-menu, .ie8 .sf-menu {
	float:right;
	}
	
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
	}

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

.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 {
	float:left;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	display:block;
	}
	
.sf-menu li:before {
	content:none;
	}

.sf-menu a {
	display: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 {
	left:0px;
	top:1.4em; /* match top ul list item height */
	z-index:999999;
	/*box-shadow: 2.5px 20.5px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2.5px 20.5px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2.5px 20.5px 20px rgba(0, 0, 0, 0.5);*/
	}

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;
	}
	
/*** DEMO SKIN ***/

.sf-menu li a {
	text-decoration:none;
	display:block;
	padding-top:11px;
	font-size:13px;
	padding:18px;
	font-family: 'Open Sans', sans-serif;
	-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;
	}
	
.sf-menu li:first-child a, .sf-menu li:first-child a:hover {
	padding:18px 12px 18px 0;
	}
	
ul.sf-menu li ul.sub-menu li a {
	text-decoration:none;
	display:block;
	font-size:12px;
	padding:18px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;  
    transition:all 0.2s ease-in; 
	}
	
.ie8 ul.sf-menu li ul.sub-menu li a {
	padding-bottom:16px;
	}
	
ul.sf-menu li ul.sub-menu li:last-child a {
	border-bottom:none;
	}
	
ul.sf-menu li ul.sub-menu li a:hover {
	margin-left:10px;
	text-decoration:none;
	display:block;
	font-size:12px;
	padding:18px;
	font-family: 'Open Sans', sans-serif;
	}
	
.sf-menu li a:hover {
	text-decoration:none;
	display:block;
	font-size:13px;
	padding:18px;
	font-family: 'Open Sans', sans-serif;
	}

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

.sf-menu li li {
	min-width:180px;
	}
	
.sf-menu li li:first-child {
	border-top: none;
	min-width:180px;
	}
	
.sf-menu li ul {
	margin-top:26px;
	margin-left:1px;
	}

.sf-menu li:first-child ul {
	margin-left:-18px;
	}

.sf-menu li:hover, .sf-menu li.sfHover,
.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 */
	}

.sf-sub-indicator {
	display:none;
	}

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;
	}
	
	
/*--------------------Footer----------------------------*/	

#outer_footer_wrapper {
	width:100%;
	position:relative;
	z-index:9999;
	text-align:center;
	clear:both;
	}
	
ul.icons {
	width:100%;
	text-align:center;
	margin-top:25px;
	}
	
ul.icons li {
	list-style:none;
	display:inline-block;
	line-height:1.2em;
	border:4px solid transparent;
	-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; 
	margin-right: 15px;
	width: 75px;
    text-indent: 0;
	}
	
ul.icons li:before {
	content:none;
	}
	
ul.icons li a {
	font-size:60px;
	font-family: 'socialicoregular';
	-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-decoration:none !important;
	display:block;
	}
	
ul.icons li a:hover {
	font-size:60px;
	font-family: 'socialicoregular';
	text-decoration:none !important;
	display:block;
	}

.copyright_message {
    clear: both;
	font-size:11px;
	padding-bottom:10px;
	font-family: 'Open Sans',sans-serif;
	padding-top: 25px;
	padding-bottom:25px;
	width:1200px;
	margin:0 auto;
	}
	
.copyright_message a {
	font-size:11px;
	font-family: 'Open Sans',sans-serif;
	text-decoration:underline;
	}
	
.copyright_message a:hover {
	font-size:11px;
	font-family: 'Open Sans',sans-serif;
	text-decoration:underline;
	}
	
#footer_wrapper {
	width:1200px;
	margin:0 auto;
	}
	
.social {
	width:1200px;
	margin:0 auto;
	padding:20px 0 20px 0;
	}
	
.social h1 {
	text-align:center;
	font-size:36px;
    margin-top: 30px;
	}
	
#bottom_nav_wrap {
	width:100%;
	margin:0 auto;
	}
	
.social a, .social .one_fourth_first a, .social .one_fourth a, .social .one_fourth_first ul li a, .social .one_fourth ul li a {
	text-decoration:underline;
	}
	
.social a:hover, .social .one_fourth_first a:hover, .social .one_fourth a:hover, .social .one_fourth_first ul li a:hover, .social .one_fourth ul li a:hover {
	text-decoration:underline;
	}
	
.ie8 ul.icons li {
	height:70px;
	width:70px;
	}	
	
.ie7 ul.icons li {
	height:70px;
	width:70px;
	float:left;
	}	
	
.ie7 .social h1 {
	text-align:left;
	}

.highlight {
    background: none repeat scroll 0 0 #FCF8A5;
    display: inline;
    padding: 3px 5px;
    width: auto;
}

ins {
    background: none repeat scroll 0 0 #FCF8A5;
    display: inline;
    padding: 3px 5px;
    width: auto;
    text-decoration: none;
}

/*--------------------Theme Styles----------------------------*/

#main {
	width:1200px;
	margin:0 auto;
	position:relative;
	z-index:999;
	min-height:300px;
	padding-bottom:60px;
	font-family:'Open Sans',sans-serif;
	font-size:15px;
	line-height:1.3em;
	padding-top:50px;
	}
	
#main_fullwidth {
	width:1200px;
	margin:0 auto;
	position:relative;
	z-index:999;
	}
	
#left_content_wrapper {
	width: 850px;
	clear: left;
	float: left; 
	}
	
#wrapper_content_right {
	width: 850px;
	float: right; 
	}
	
.blog_wrapper {
	 margin-bottom:60px;
	}

.blog_wrapper ul, .blog_wrapper ol {
    padding: 30px 0;
}

#right_content_wrapper {
	width: 270px; 
	float: right;
	}
	
#wrapper_content_left {
	width: 270px; 
	float: left;
	}
	
.orange_background {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:19999;
	opacity:0.9;
	filter: alpha(opacity = 90);
	clear:both;
	float:left;
	margin-top:-44px;
	}
	
.orange_background p {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	padding:10px 30px;
	}
	
.bdywrapper {
	width:100%;
	position:relative;
	z-index:5;
	clear:both;
	}
	
.intro_text_wrapper {
	width:100%;
	padding:30px 0;
    overflow: auto;
    overflow-x:hidden;
	}
	
.intro_text {
    margin:0 auto;
    padding: 0px;
    width: 1200px;
	}

.intro_text p {
    font-family:'Open Sans', sans-serif;
	font-size:18px;
    padding: 30px 0px;
    font-style: italic;
    clear: both;
	}
	
.posted_details {
	border:none;
	float:left;
	width:100%;
	clear:both;
	margin:0 0 19px;
	}
	
.post_content_first {
	border:none;
	float:left;
	font-size:11px;
	font-family: 'Open Sans',sans-serif;
	}
	
.post_content {
	border:none;
	float:left;
	padding:0px 10px 0 18px;
	font-size:11px;
	font-family: 'Open Sans',sans-serif;
	}
	
.post_content_last {
	border:none;
	float:left;
	padding:0px 10px 0 18px;
	font-size:11px;
	font-family: 'Open Sans',sans-serif;
	}
	
.meta {
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:11px;
	clear:both;
	}
	
.meta a {
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:11px;
	-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;
	}
	
.meta a:hover {
	text-decoration:none;
	font-size:11px;
	}
	
.metacomments {
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:11px;
	margin-top:1px;
	float:right;
	}
	
.metacomments a {
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:11px;
	-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;
	padding-left:25px;
	}
	
.metacomments a:hover {
	text-decoration:none;
	font-size:11px;
	}

.comments:after {
	font-family: 'ModernPictogramsNormal';
	font-size:18px;
	content:"b";
	position:absolute;
	font-style:normal;
    margin-top: 2px;
	} 
	
.post_content a, .post_content_first a {
	font-size:11px;
	font-family: 'Open Sans',sans-serif;
	}
	
.post_content a:hover, .post_content_first a:hover {
	font-size:11px;
	font-family: 'Open Sans',sans-serif;
	}
	
.featured_image, .featured_image_gallery {
	clear:both;
	position:relative;
	z-index:999;
	margin-bottom:24px;
	line-height:0em;
    overflow: hidden;
	}
	
.portfolio_gallery {
	clear:both;
	position:relative;
	z-index:999;
	margin-bottom:24px;
	line-height:0em;
    overflow: hidden;
	}
	
.featured_text_quote {
	padding:20px;
	position:relative;
	text-align:center;
	position:relative;
	z-index:10;
	margin-top:-10px;
	}
	
.featured_text_quote_wrapper {
	position:relative;
	z-index:20;
	background-image:url("img/quotes.png");
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:29px;
	}
	
.featured_text_link {
	padding:20px;
	position:relative;
	text-align:center;
	position:relative;
	z-index:10;
	margin-top:-10px;
	}
	
.featured_text_link_wrapper {
	position:relative;
	z-index:20;
	background-image:url("img/link.png");
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:30px;
	}
	
.featured_text_quote_title {
	padding:20px;
	position:relative;
	text-align:center;
	font-size:14px;
	font-family: 'Open Sans',sans-serif;
	font-weight:lighter;
	}

.featured_text_quote_title a {
    text-transform:uppercase;
    font-size: 12px;
    font-weight:400;
}
	
.featured_image .slider_wrapper {
	padding:0;
	} 
	
.read_more_block a, .read_more_block a:hover {
	font-family: 'Open Sans',sans-serif;
	font-size:12px;
	font-weight:400;
    text-transform:uppercase;
    text-decoration:none;
	}
	
.read_more_block a:after, .read_more_block a:hover:after {
	content:'→';
	padding-left:5px;
	}
	
.negative-left {
	border: none;
	float: left;
	margin-left: -20px;
	margin-bottom:20px;
	}

.negative-right {
	border: none;
	float: right;
	margin-right: -20px;
	margin-bottom:20px;
	}

.homeimg {
	background: none;
    opacity: 1;
	filter: alpha(opacity = 100);
	position:relative;
	}

.homeimg img, .homeimg img:hover { 
    -moz-backface-visibility: hidden; 
    -webkit-backface-visibility: hidden; 
}
	
.homeimg:hover {
	opacity:0.6;
	filter: alpha(opacity = 60);
	}

.homeimg:after {
	content: "E";
    font-family: 'ModernPictogramsNormal';
    font-size: 36px;
    text-align: center;
	color:#ffffff;
	position:absolute;
	top:0%;
	left:48%;
    cursor:pointer;
    -webkit-transition:all 0.15s ease-in;  
    -moz-transition:all 0.15s ease-in;  
    -o-transition:all 0.15s ease-in;  
    transition:all 0.15s ease-in;
    opacity: 0;
	}
	
.homeimg:hover:after {
	content: "E";
    font-family: 'ModernPictogramsNormal';
    font-size: 36px;
    text-align: center;
	color:#ffffff;
	position:absolute;
	top:48%;
	left:48%;
    opacity: 0.9;
	}
	
.featured_text_full {
	width:100%;
	clear:both;
	}

.errordiv ul.search li input[type="text"], .errordiv ul.search li input[type="text"]:focus {
    width: 40%;
    min-width: 300px;
}

.intro_text_wrapper.image {
    min-height: 400px;
}

.intro_text_wrapper.image .intro_text {
    padding-top: 150px;
}

/*--------------------Portfolio----------------------------*/

.portfolio_column {
    float: left;
    overflow: visible;
    width: 48%;
	padding-left:0;
	padding-right:19px;
	background-image:none;
	margin-bottom: 20px;
	}
	
.portfolio_content_wrapper {
	padding:20px;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    min-height: 280px;
    position:relative;
	}

body .home .page .portfolio_content_wrapper {
    min-height: auto;
}

.portfolio_content_wrapper .read_more_block { margin: 30px 0 20px 0; }

.portfolio_content_wrapper:after, 
.portfolio_content_wrapper:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.portfolio_content_wrapper:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 9px;
    left: 30px;
    margin-left: -9px;
}


	
.featimg {
	background: none;
    opacity: 0.9;
	filter: alpha(opacity = 100);
	position:relative;
    -webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;  
    transition:all 0.2s ease-in;
	}

.featimg img, .featimg img:hover { 
    -moz-backface-visibility: hidden; 
    -webkit-backface-visibility: hidden; 
}
	
.featimg:hover {
	opacity:0.6;
	filter: alpha(opacity = 60);
	}

.featimg:after {
	content: "E";
    font-family: 'ModernPictogramsNormal';
    font-size: 36px;
    text-align: center;
	color:#ffffff;
	position:absolute;
	top:0%;
	left:48%;
    cursor:pointer;
    -webkit-transition:all 0.15s ease-in;  
    -moz-transition:all 0.15s ease-in;  
    -o-transition:all 0.15s ease-in;  
    transition:all 0.15s ease-in;
    opacity: 0;
	}
	
.featimg:hover:after {
	content: "E";
    font-family: 'ModernPictogramsNormal';
    font-size: 36px;
    text-align: center;
	color:#ffffff;
	position:absolute;
	top:48%;
	left:48%;
    cursor:pointer;
    opacity: 0.9;
	}
	
.one_third_first .portfolio_content_wrapper, .one_third .portfolio_content_wrapper {
	margin-top:-1px;
    min-height: 250px;
	}
	
/*--------------------Pagination----------------------------*/
	
.navigation {
	width:100%;
	clear:both;
	padding:10px 0px 10px 0px;
	margin:65px 0;
	min-height:20px;
	}
	
.alignleft {
	float:left;
	line-height:1.6em;
	color:transparent;
	font-size:0;
	}
	
.alignright {
	float:right;
	line-height:1.6em;
	color:transparent;
	font-size:0;
	}
	
.alignleft a, .alignleft a:hover, .alignright a, .alignright a:hover {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
    line-height:1.6em;
    font-weight: 400;
    text-transform:uppercase;
    text-decoration:none;
	}
	
.alignright a:after, .alignright a:hover:after {
	content:'→';
	padding-left:5px;
	}
	
.alignleft a:hover:before, .alignleft a:before {
	content:'←';
	padding-right:5px;
	}

/*--------------------Twitter UL----------------------------*/

ul.tweet_list li {
	list-style: none outside none !important;
	line-height: 1.2em !important;
	clear: both;
	margin-bottom: 28px;
	display:inline-block;
	}
	
ul.tweet_list li:before {
	content:none;
	}
	
ul.tweet_list li .tweet_avatar {
	display:none;
	}
	
ul.tweet_list li .tweet_text {
    font-family:'Open Sans',sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    width:95%;
	line-height: 1.6em;
	}
	
ul.tweet_list li .tweet_text a {
	font-size: 12px;
	}
	
.tweet_time, .tweet_time a {
	font-size: 10px !important;
	clear: both;
	float:right;
	text-decoration:none !important;
	margin-top: 5px !important;
	}
	
ul.twt-actions li:before {
	content:none;
	}
	
/*--------------------Shortcodes----------------------------*/

.hrr {
	border:none;
	clear: both;
	margin-bottom: 15px;
	height: 15px;
	}

.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 {
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	line-height:1.6em;
	margin-bottom:20px;
	margin-top:10px;
	}

.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_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth, .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; 
	}
	
.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;
	}

#bottom_nav_wrap h5 {
    margin: 80px 0 20px 0;
}

#bottom_nav_wrap .textwidget, #bottom_nav_wrap .textwidget p, #bottom_nav_wrap .textwidget a, #bottom_nav_wrap .textwidget a:hover {
    font-size: 13px;
}

#bottom_nav_wrap .textwidget p {
    line-height: 1.6em;
    margin-top: 0;
    padding-top: 10px;
}

#bottom_nav_wrap ul li:before {
    content: "";
    padding-right: 0px;
}

#bottom_nav_wrap .one_fourth ul li, #bottom_nav_wrap .one_fourth ul li a, #bottom_nav_wrap .one_fourth ul li a:hover, #bottom_nav_wrap .one_fourth_first ul li, #bottom_nav_wrap .one_fourth_first ul li a, #bottom_nav_wrap .one_fourth_first ul li a:hover {
    line-height: 3em;
    font-size: 13px;
}

#bottom_nav_wrap .one_fourth ul li:first-child, #bottom_nav_wrap .one_fourth_first ul li:first-child {
    border-top: none !important;
}

#bottom_nav_wrap ul li a, #bottom_nav_wrap a {
    text-decoration: none;
}

#bottom_nav_wrap a:hover {
    text-decoration: underline; 
}
	
div .first {
    clear: left;
    margin-left: 0;
	}

.center {
	text-align:center;
	}
	
.center p { 
	margin-bottom:35px;
	}

img {
	border: none;
	}

img.left {
	border: none;
	float: left;
	margin-right:20px;
	margin-bottom:20px;
	}
	
img.lefthome {
	border: none;
	float: left;
	margin-right:8px;
	margin-bottom:0px;
	box-shadow: none !important;
	margin-top:10px;
	}

img.right {
	border: none;
	float: right;
	margin-left:20px;
	margin-bottom:20px;
	}
	
.intro {
    font-family:'Open Sans',sans-serif;
    font-size: 18px;
    line-height: 1.6em;
	clear:both;
    font-style: italic;
    font-weight: 400;
	}
	
.intro a, .intro a:hover, .intro .textwidget p, .intro p {
	font-family:'Open Sans', sans-serif;
	font-size:18px;
    padding: 30px 0px;
    font-style: italic;
    line-height: 1.6em;
	}
	
blockquote {
    clear: both;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    line-height: 1.6em;
    margin: 40px 0;
    padding: 0 0 0 20px !important;
    position: relative;
    border-left:5px solid;
}
	
blockquote p {
    font-family:'Open Sans',sans-serif;
	font-size:18px;
	line-height:1.6em;
	padding:5px;
	clear:none;
	text-shadow:none;
	}

.featured_text_quote blockquote:before {
    content: " ";
}

.featured_text_quote blockquote {
    padding: 0 0 0 0px !important;
}

#left_content table, .blog_wrapper table {
    font-family:'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
    border-collapse:collapse;
    border-spacing: 0;
}
#left_content table th, .blog_wrapper table th {
    font-weight: 400;
    text-transform:uppercase;
}
#left_content table td, #left_content table th, .blog_wrapper table th, .blog_wrapper table td {
    padding: 10px;
}

/*--------------------Flexislider---------------------------*/

#homepage_slider {}

.flex-container a:active, .slider a:active, .flex-container a:focus, .slider a:focus {
	outline: none;
	}
	
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0 !important;
	padding: 0 !important;
	}
	
#slider_wrapper {
	width:100%;
	height:600px;
    overflow: hidden;
	}
	
#slider_wrapper2 {
	width:1200px;
	margin:0 auto;
	}
	
#slider_wrapper2 .slider .slides > li {
	max-height:100%;
	}
	
#slider_wrapper2 .flex-control-nav {
	margin-top:-50px;
	}
	
.ie9 #slider_wrapper, .ie8 #slider_wrapper, .ie7 #slider_wrapper {
	padding-top:25px;
	}

.slider {
	margin: 0 auto;
	padding: 0;
	position: relative;
    height: auto;
	}

.portfolio_gallery .slider, .featured_image_gallery .slider {
	min-height:auto;
	}

.slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	}
	
.slider .slides > li:before {
	content:none;
	}
	
.ie9 #homepage_slider #slider_wrapper .slider ul.slides li img, .ie8 #homepage_slider  ul.slides li img {
	position:absolute;
	}

ul.slides li img, ul.slides li img a {
	width: 100%;
	display: block;
	max-width:100%;
	position:relative;
	z-index:2500;
	margin-top:-1px;
	}
	
ul.slides li a img, ul.slides li a img:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
	}
	
#slider_wrapper2 ul.slides li img {
	margin-top:-21px;
	}
	
ul.slides li {
    width: 100%;
    z-index: 2;
	height:auto;
    list-style:none;
	}
	
ul.slides li:before {
	content:none;
	}

ul.slides {
	list-style: none;
	border: none;
	}

.flex-pauseplay span {
	text-transform: capitalize;
	}
	
html[xmlns] .slides {
	display: block;
	}
	 
* html .slides {
	height: 1%;
	}
	
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
	}
	
/* FlexSlider Default Theme
 *********************************/
 
 
.slider .slides {
	zoom: 1;
	}
	
.slider .slides > li {
	position: relative;
	list-style:none outside none;
	height: auto;
	}

.slider .slides > li:before {
    list-style: none;
}
	
.featured_image_gallery .slider .slides > li {
	position: relative;
	list-style:none outside none;
	max-height:auto;
	}
	
.portfolio_gallery .slider .slides > li {
	position: relative;
	list-style:none outside none;
	max-height:auto;
	}
	
.featured_image_gallery ul.slides li img, ul.slides li img a {
	height:auto;
	}
	
.portfolio_gallery ul.slides li img, ul.slides li img a {
	height:auto;
	}
	
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
	}
	
/* Caption style */
/* IE rgba() hack */
.flex-caption {
	background: none;
 	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
	}
	
.flex-caption {
	width: 96%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
	}

/* Direction Nav */
.slider .flex-direction-nav {
	background: url("img/slider-arrows-horizontal.png") no-repeat scroll -9999px -9999px transparent;
    display: none;
    height: 0;
    list-style: none outside none;
	}
	
.slider:hover .flex-direction-nav {
	display:block;
    height: 0;
	}
	
.dynoloop .slider:hover .flex-direction-nav {
	display:none;
    list-style: none outside none;
    height: 0;
	}
	
ul.flex-direction-nav li, ul.flex-direction-nav li:before {
	list-style:none;
    content: "";
    line-height: 0;
    padding: 0;
    margin: 0;
	}
	
.flex-direction-nav li a {
	width: 52px;
	height: 52px;
	margin: 22px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
	-webkit-transition:all 0.0s ease-in;  
    -moz-transition:all 0.0s ease-in;  
    -o-transition:all 0.0s ease-in;  
    transition:all 0.0s ease-in; 
    list-style:none;
	}

.flex-direction-nav li .next {
	background: url("img/slider-arrows-horizontal.png") no-repeat scroll 0 -18px transparent;
    height: 18px;
    margin-top: -8px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 50%;
    width: 13px;
    z-index: 30;
    list-style:none;
	}
	
.flex-direction-nav li .prev {
	background: url("img/slider-arrows-horizontal.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    left: 10px;
    margin-top: -8px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 13px;
    z-index: 30;
    list-style:none;
	}
	

	
	
/*Control Nav */

.flex-control-nav {
   background: url("img/slider-dots.png") no-repeat scroll -9999px -9999px transparent;
    bottom: 10px;
    line-height: 0;
    list-style: none outside none;
    left: 50%;
    position: absolute;
    z-index: 4999;
}

.flex-control-nav li {
	display: inline-block;
    margin: 0 0 0 5px;
    list-style:none;
	}
	
.flex-control-nav li a {
	background: url("img/slider-dots.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    position: relative;
    text-indent: -9999px;
    width: 14px;
    z-index: 50;
    list-style:none;
}

.flex-control-nav li a:before, .flex-control-nav li:before {
    list-style: none;
}

.flex-control-nav li a.active, .flex-control-nav li a:hover, .flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
	background-position: 0 -14px;
    list-style:none;
	}
	
.slider_content_wrapper {
	width:1200px;
	margin:10% auto 0;
	position:relative;
	z-index:5000;
	}
	
/*--------------------Forms, Inputs & Submits----------------------------*/

ul.search li {
	list-style:none !important;
    line-height: 0em !important;
	}
	
ul.search li:before {
	content:none;
	}
	
ul.search li input[type=text], ul.search li input[type=text]:focus {
	width:92%;
	}

textarea {
	margin-bottom: 15px;
	padding: 8px;
	font-family:'Open Sans',sans-serif;
	font-size: 14px;
	outline: none;
	transition:all .5s ease-in; 
    -o-transition:all .5s ease-in; 
    -moz-transition:all .5s ease-in; 
    -webkit-transition:all .5s ease-in;
	margin-top:10px;
	width:80%;
    font-weight: 300;
    border-radius: 0;
	}

textarea:focus {
	outline: none;
	}

input[type=text], input[type=email], input[type=url] {
	width: 80%;
	margin-bottom: 15px;
	padding: 8px;
	font-family:'Open Sans',sans-serif;
	font-size: 14px;
	outline: none;
	transition:all .5s ease-in; 
    -o-transition:all .5s ease-in; 
    -moz-transition:all .5s ease-in; 
    -webkit-transition:all .5s ease-in;
	margin-top:10px;
    font-weight: 300;
    -webkit-appearance: none;
    border-radius: 0;
	}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus {
	outline: none;
    -webkit-appearance: none;
    border-radius: 0;
	}
	
input[type=submit] {
    border: medium none;
    display: block;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0 !important;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
    -o-transition:all .3s ease-in; 
    -moz-transition:all .3s ease-in; 
    -webkit-transition:all .3s ease-in;
    -webkit-appearance: none;
    border-radius: 0;
	}

input[type=submit]:hover {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 14px;
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	border: none;
	padding:15px 30px;
    -webkit-appearance: none;
    border-radius: 0;
	}
	
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;
	}
	
.social input[type="text"], .social input[type="email"],  .social textarea, .social input[type="text"]:focus, .social input[type="email"]:focus, .social textarea:focus {
	width:96%;
	}
	
input:focus {
    outline: none;
	}

p.comment-notes {
    margin: 0 0 50px 0;
}

.comment_wrapper_main {
	width:75%;
	margin-top:75px;
	}

#commentform {
	margin: 0px;
	float: left;
	width:98%;
	margin-top:25px;
	}
	
#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;
    border-radius: 0;
	}
	
.wpcf7-form p {
    display: block;
    font-family:'Open Sans',sans-serif;
    font-size: 13px;
    clear:both;
	margin-bottom:0;
	}
	
div.wpcf7-validation-errors {
	font-family:'Open Sans',sans-serif !important;
	border:none !important;
	font-size:12px !important;
	margin:0 !important;
	padding:0 !important;
	clear:both;
	color: #FF675B !important;
	}
	
div.wpcf7-mail-sent-ok {
	font-family:'Open Sans',sans-serif !important;
	border:none !important;
	font-size:12px !important;
	margin:0 !important;
	padding:0 !important;
	clear:both;
	}
	
span.wpcf7-not-valid-tip {
	background:none !important;
	font-family:'Open Sans',sans-serif !important;
    font-size: 0px !important;
	}

label {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    display:block;
    font-weight:400;
    text-transform:uppercase;
	}
	
#commentform input.error, #commentform textarea.error, .wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
	border:1px solid #FF675B;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
	display: block;
	clear: both;
	}
	
span.wpcf7-not-valid-tip {
	display:none !important;
	}
	
.error {
	color: #FF675B;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
	display: block;
	clear: both;
	padding-top: 20px;
	}
	
#subForm {
	width:100%;
	margin:0 auto;
	margin-top:25px;
	}
	
.form_submit {
	background-color:#323232;
	border: none;
	color:#ffffff;
	cursor:pointer;
	font-family:'Open Sans',sans-serif;
	font-size:15px;
	display: block;
	padding: 5px;
    -webkit-appearance: none;
	}
	
.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;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	font-size:18px;
	letter-spacing:5px;
	margin-top:60px;
	}

.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:"Open Sans", sans-serif;
	font-size:14px;
	float: left;
	width:100%;
	}
	
.cancel-comment-reply {
	margin-top:5px;
	}

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

.comment-author {
	font-family:"Open Sans", sans-serif;
	font-size:16px;
	}

.comment-date {
	clear:both;
    display: block;
    float: left;
	font-family:"Open Sans", sans-serif;
	font-size:13px;
	}
	
.comment-date a, .cancel-comment-reply a {
	font-family:"Open Sans", sans-serif;
	font-style:italic;
	font-size:13px;
	text-decoration:none;
	}
	
.comment-date a:hover, .cancel-comment-reply a:hover {
	text-decoration:none;
	font-family:"Open Sans", sans-serif;
	font-size:13px;
	}

a#cancel-comment-reply-link {
	text-decoration:none;
	font-family:"Open Sans", sans-serif;
	font-size:13px;
	}
	
a#cancel-comment-reply-link:hover {
	text-decoration:none;
	font-family:"Open Sans", sans-serif;
	font-size:13px;
	}
	
a.comment-reply-link:after, a.comment-reply-link:hover:after {
	content:'→';
	padding-left:5px;
	}

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

	
ul.children {
	padding-left: 45px;
	list-style:none;
	margin-top:20px;
	}

.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;
	}
	
.commentlist ul.children li:before, .commentlist li:before {
	content:none;
	}
 
.commentlist li:last-child {
    margin-bottom: 0px;
	background-color: none;
	border-bottom:none !important;
	}
	
.commentlist ul {
	float: none;
	position: relative; 
	z-index: 99;
	}

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

.commentlist p {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
	margin:30px 0 30px 0;
	}
	
#respond {
	clear:both;
	padding-top:100px;
	}
	
.commentlist ul.children li {
	border-bottom:none;
	text-indent:14px;
	padding-top:30px;
	}
	
.required {
	margin-right:10px;
	}
	
/*-------------------- Other Styling ----------------------------*/

.button, .button_reverse {
	display:inline-block;
	position:relative;
	}
	  
.button a {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 14px;
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	border: none;
	padding:15px 30px;
	transition:all .3s ease-in; 
    -o-transition:all .3s ease-in; 
    -moz-transition:all .3s ease-in; 
    -webkit-transition:all .3s ease-in;
    text-transform:uppercase;
    font-style: normal;
	}

.button a:hover {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 14px;
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	border: none;
	padding:15px 30px;
    text-transform:uppercase;
    font-style: normal;
	}
	
.button_reverse a {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 14px;
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	border: none;
	padding:15px 30px;
	transition:all .5s ease-in; 
    -o-transition:all .5s ease-in; 
    -moz-transition:all .5s ease-in; 
    -webkit-transition:all .5s ease-in;
    text-transform:uppercase;
    font-style: normal;
	}

.button_reverse a:hover {
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px !important;
	display: block;
	font-size: 14px;
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	border: none;
	padding:15px 30px;
    text-transform:uppercase;
    font-style: normal;
	}
	
object, embed, video, iframe {
	max-width:100%;
	}
	
#topmenu select {
	visibility:hidden;
	}
	
.gallery-item {
	margin-right:1px;
	}
	
.featured_text_full .twitter-tweet-rendered, .home_content .twitter-tweet-rendered {
	max-width:100% !important;
	max-width:100% !important;
	min-width:100% !important;
	width:100% !important;
	}
	
.featured_text_full .twt-border {
	max-width:100% !important;
	min-width:100% !important;
	width:100% !important;
	}
	
/*--------------------WordPress Default Playlist Styling ----------------------------*/

.mejs-container {
    background: transparent !important;
}
.wp-audio-playlist .mejs-container {
    margin-top: -30px !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: none repeat scroll 0 0 #FFFFFF !important;
border-radius: 0 !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
border-radius: 0px !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
background: none repeat scroll 0 0 #FFFFFF !important;
}

.mejs-controls .mejs-time-rail span {
border-radius: 0 !important;
}

.mejs-container .mejs-controls {
    background: rgba(50, 50, 50, 0.4) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mejs-container .mejs-controls .mejs-time {
    padding: 9px 3px 0 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
}

.wp-playlist-light {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #797C81 !important;
    border: 1px solid #C2CCD1 !important;
}

.wp-playlist-item-artist {
    color: #FFFFFF;
    font-size: 11px !important;
    text-transform: none !important;
}

.wp-playlist-item-album {
    font-style: normal !important;
    color: #ffffff;
}

.wp-playlist-caption .wp-playlist-item-title {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #ffffff;
}

a.wp-playlist-caption, a.wp-playlist-caption span.wp-playlist-item-title {
    font-size: 12px !important;
    color: #797C81;
}

a.wp-playlist-caption:hover {
    border-bottom: 0px solid transparent !important;
}

.wp-playlist-item {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-top: -1px;
    border-bottom: 0 solid rgba(0, 0, 0, 0) !important;
}

.wp-playlist-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.wp-playlist-item-length {
    top: 12px !important;
    right: 10px !important;
    font-size: 12px !important;
}

.wp-playlist-tracks, .wp-playlist-caption {
    text-align: left;
    margin-top: 0px !important;
    padding-top: 14px;
}

.wp-playlist-tracks {
    margin-top: 0px !important;
    padding-top: 0px;
}

.wp-playlist {
    padding: 0px !important;
    border: 0 solid rgba(0, 0, 0, 0) !important;
}

.wp-playlist-light .wp-playlist-item {
    padding: 10px !important;
    font-weight: 400;
    text-transform: uppercase;
}

.wp-playlist-light .wp-playlist-playing, .wp-playlist-light .wp-playlist-item:hover {
    background: none repeat scroll 0 0 #F5F5F5 !important;
}

.wp-playlist-item .wp-playlist-caption, .wp-playlist-light .wp-playlist-item {
    color: #797C81 !important;
}

.wp-playlist-light .wp-playlist-playing a, .wp-playlist-light .wp-playlist-playing .wp-playlist-item-length, .wp-playlist-playing a.wp-playlist-caption span.wp-playlist-item-title {
    color: #2B2F35 !important;
}

.wp-playlist .wp-playlist-current-item img {
    max-width: 100px !important;
}

.wp-playlist-current-item {
    height: 130px !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
    background: rgb(96,110,123);
background: -moz-linear-gradient(top,  rgba(96,110,123,1) 0%, rgba(144,149,155,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,110,123,1)), color-stop(100%,rgba(144,149,155,1)));
background: -webkit-linear-gradient(top,  rgba(96,110,123,1) 0%,rgba(144,149,155,1) 100%);
background: -o-linear-gradient(top,  rgba(96,110,123,1) 0%,rgba(144,149,155,1) 100%);
background: -ms-linear-gradient(top,  rgba(96,110,123,1) 0%,rgba(144,149,155,1) 100%);
background: linear-gradient(to bottom,  rgba(96,110,123,1) 0%,rgba(144,149,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606e7b', endColorstr='#90959b',GradientType=0 );
    border-radius: 3px 3px 0 0;
}

.mejs-controls .mejs-button button {
    margin: 7px 9px !important;
}



/* THEME SPECIFIC PLUGIN CSS */

/* CR3ATIV SHORTCODES */

body .creativ-shortcode-button:hover {
	border: 1px solid transparent !important;
}
body .creativ-shortcode-button-colour-theme {
	background-color: transparent;
	font-family: 'Open Sans',sans-serif !important;
	font-weight: 400 !important;
	text-transform: none !important;
 transition:all .3s ease-in!important;
 -o-transition:all .3s ease-in!important;
 -moz-transition:all .3s ease-in!important;
 -webkit-transition:all .3s ease-in!important;
}
body .creativ-shortcode-button-colour-theme:hover {
	border: 1px solid transparent!important;
	font-family: 'Open Sans',sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}
body .creativ-shortcode-button-size-large {
	padding: 10px 15px !important;
}
body .creativ-shortcode-tab-buttons a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-color: transparent transparent transparent transparent;
}
body .creativ-shortcode-toggle-active {
	border-color: transparent!important;
}
body .creativ-shortcode-toggle .creativ-shortcode-toggle-content {
	border-top: 1px solid transparent!important;
    padding: 20px 0;
}
body .creativ-shortcode-toggle h3.creativ-shortcode-toggle-heading {
	font-weight: 500 !important;
	font-size: 16px !important;
    padding: 15px 60px 15px 15px !important;
}
body .creativ-shortcode-toggle {
	border: 1px solid transparent!important;
    margin: 0px;
}
body .creativ-shortcode-tab-buttons a:hover, body .creativ-shortcode-tab-buttons a.active {
	text-decoration: none !important;
}
body .creativ-shortcode-tabpane {
	padding: 20px !important;
}
.ja-social-icon:hover {
	text-decoration: none !important;
}
body .creativ-shortcode-button {
	text-decoration:none !important;
    padding: 15px 30px !important;
    font-weight: 400 !important;
    font-size:14px !important;
    text-transform:uppercase !important;
}
body .creativ-shortcode-button-size-medium {
    font-size: 12px !important;
    padding: 13px 24px !important;
}
body .creativ-shortcode-button-size-small {
    font-size: 10px !important;
    padding: 10px 20px !important;
}
body .creativ-shortcode-alertbox-colour-theme {
	border-radius: 0px!important;
}
body .creativ-shortcode-alertbox {
    padding: 15px !important;
}
body .creativ-shortcode-alertbox p {
	font-size: 14px !important;
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox p {
	border-radius: 0px!important;
	font-size: 14px !important;
	font-weight: 400 !important;
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox a {
	text-decoration: none !important;
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox a:hover {
	border-radius: 0px!important;
	text-decoration: underline !important;
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox a {
	text-decoration:underline;
}
.creativ-shortcode-col-inner {
	margin: 0 40px 0 0 !important;
}
body .creativ-shortcode-map p {
	padding: 5px !important;
}
body .creativ-shortcode-alertbox [class^="fa-icon-"], [class*=" fa-icon-"] {
    margin-bottom: 10px;
}
body .creativ-shortcode-pullleft, body .creativ-shortcode-pullright {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
}

/* CR3ATIV STAFF PLUGIN */

.cr3ativstaff_content_wrapper { width: 1200px !important; }

.cr3ativstaff_employee_info .cr3ativstaff_employee_title { padding-top: 13px !important; }

.cr3ativstaff_social_icons img, .cr3ativstaff_employee_social img {
    height: auto!important;
    width: 30px !important;
}

.cr3ativstaff_employee_info { min-height: 47px !important; }

.cr3ativstaff_content_wrapper, #cr3ativstaff_contentwrapper { 
    padding-top: 0px !important;
    padding: 40px 0 80px !important; 
}

ul.cr3ativcareer_widget_event li:before { 
    content: "" !important;
    padding-right: 0px !important;
}

ul.cr3ativcareer_widget_event li { margin-bottom: 20px; border-top: 0px solid transparent !important; }

.staffthumb { max-width: 20% !important; }

.staffthumb img { 
    width: 100%; 
    height: auto; 
}

.stafftext { 
    margin-left: 5% !important; 
    width: 75% !important; 
    line-height: 1.6em; 
}

.stafftext p { margin-top: -6px; }

ul.cr3ativcareer_widget_event {
    display: inline-block;
}

.cr3ativstaff_employee_image { float: none !important; }

.cr3ativstaff_staff_wrapper .cr3ativstaff_one_third { margin-bottom: 40px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*Chrome CSS here*/

    #homepage_slider ul.slides li img, ul.slides li img a {
        position:absolute;
    }
	
	.flex-control-nav {
		margin-top:200px;
		}
	
}
	
/*  START OF MEDIA QUERIES */

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

	#nav_wrapper, .social, #footer_wrapper, .copyright_message, .intro_text, .slider_content_wrapper, .flex-control-nav {
	width:90%;
	}
    
    #main_fullwidth { width: 100%; }
    
    #main { width: 90%; }
	
    #slider_wrapper {
        height:405px;
    }
    
    .slider {
        height:405px;
    }
    
    .portfolio_gallery .slider, .featured_image_gallery .slider {
        height: auto;
    }
    
	.embed-container {
		position: relative;
		padding-bottom: 52.25%; /* 16/9 ratio */
		padding-top: 30px; /* IE6 workaround*/
		height: 0;
		overflow: hidden;
		}
		
	.image-grid:after {
		margin-bottom:30px;
		}

	.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;
		}
		
	.cr3ativstaff_content_wrapper {
		width:950px !important;
		}
		
	.portfolio_column {
		width:47%;
		}
		
	#wrapper_content_left, #right_content_wrapper {
		width:250px;
		}
		
	#wrapper_content_right, #left_content_wrapper {
		width:630px;
		}
    
    .cr3ativstaff_content_wrapper, #cr3ativstaff_contentwrapper { 
    padding-top: 0px !important;
    padding: 20px 0 50px !important; 
}

}

@media only screen and (max-width: 768px) {
    
    .cr3ativcareer_widget_event li {
        width: 48% !important;
        margin-right: 1% !important;
    }
    
    .cr3ativstaff_staff_wrapper .cr3ativstaff_one_third {
    margin: 0 0 0 2%!important;
    width: 48%!important;
}
	
	#homepage_slider .flex-control-nav {
		-webkit-margin-before:15px;
		}
		
	#wrapper_content_right, #wrapper_content_left, #left_content_wrapper, #right_content_wrapper {
		width:100%;
		margin:0 auto;
		float:none;
		clear:both;
		}
		
	.featured_image_gallery .flex-control-nav {
		-webkit-margin-before:-50px;
		}
		
	header nav#topmenu {
		float:none;
		clear:both;
		padding:20px 0;
		}
		
	#top_logo {
		float:none;
		clear:both;
		}
		
	#slider_wrapper {
		height:365px;
		}
		
	.negative-right {
		margin-right:0;
		float:none;
		}
		
	.negative-left {
		margin-left:0;
		float:none;
		}
		
	ul.search li input[type="text"], ul.search li input[type="text"]:focus {
		width:35%;
		}
		
	ul.tweet_list li .tweet_text {
		float:left;
		margin-bottom:0;
		}
		
	ul.tweet_list li {
		width:100%;
		}
	
	#homepage_slider {
		clear:both;
		}
		
	#topmenu ul {
		display:none;
		}
		
	#topmenu select {
		visibility:visible !important;
		width:100%;
		float:none;
		background-color:none;
		font-size: 14px;
		height: 30px;
		margin:10px auto 0;
		color:#434244 !important;
		border:none;
		border:1px solid #535353;
		padding:4px 5px 5px;
	    font-family:'Open Sans',sans-serif;
		}
		
	.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, .one_third_first_bottom, .one_third_bottom, #midsection2 .one_third_first, #midsection2 .one_third, #main2 .two_third_first  {
		width:100%;
		float:none;
		margin:10px 0 20px 0;
		}
		
	.pullquoteleft, .pullquoteright {
		width:100%;
		float:none;
		padding:10px 0 10px 0 !important;
		margin:0;
		}
		
	.portfolio_column {
		width:100%;
		}
		
	.cr3ativstaff_content_wrapper {
    	width: 690px !important;
		}
		
	.slider {
		height:365px;
		}
    
    h1.orange { font-size: 24px; }
    
    .intro_text_wrapper.image { min-height: 300px; }
    
    .intro_text_wrapper.image .intro_text { padding-top: 120px; }
    
    ul.icons li a, ul.icons li a:hover { font-size: 50px; }
    
    ul.icons li { width: 60px; }
		
	}

@media only screen and (max-width: 640px) {
	ul.icons li {
		margin-right:0;
		}
		
	#cr3ativstaff_contentwrapper {
		width: 100% !important;
	}
    
    .cr3ativcareer_widget_event li {
        width: 100% !important;
        margin-right: 0% !important;
    }
    
    #wrapper_content_right, #wrapper_content_left, #left_content_wrapper, #right_content_wrapper {
		width:100%;
    }
    
    .creativ-shortcode-col-inner {
	margin: 0 0px 0 0 !important;
}
    
    .cr3ativstaff_content_wrapper { width: 92% !important; }
        
    .post_content { padding: 0 10px 0 0; }
    
    .post_content_first { padding: 0 10px 0 0; }
    
    h4 { line-height: 1.3em; }
    
    .intro_text_wrapper.image {
        min-height: 220px;
    }
    
    .intro_text_wrapper.image .intro_text {
    padding-top: 40px;
}
    
}

/* Mobile Landscape Size to Tablet Landscape (devices and browsers) */
@media only screen and (max-width: 480px) {
	
	header nav#topmenu {
		float:left;
		margin:-30px 0 0 0;
		padding-top:0px;
		margin-right:0;
		width:100%;
		}
    
    .flex-control-nav { left: 42%; }
    
    header nav#topmenu {
        margin: 30px 0 0 0; }
		
	#homepage_slider {
		display:none;
		}
		
	.homeimg {
		margin-top:25px;
		}
		
	ul.icons li {
		width:53px;
		margin-right:0;
		}
		
	h1.orange {
		font-size:30px;
		}
		
	img.alignright, img.alignleft {
		margin-left:0 !important;
		margin-right:0 !important;
		float:none !important;
		width:100% !important;
		}
			
	.portfolio_column {
		width:97%;
		}
		
	textarea, textarea:focus {
		width:80%;
		}
		
	ul.icons li a {
		font-size:35px;
		}
		
	ul.icons li {
		width:50px;
		}
		
	ul.icons {
		text-indent:0;
		}
		
	.cr3ativstaff_content_wrapper {
   		width: 420px !important;
		}
		
	.post_content {
		padding:0 10px 0 0;
		}
		
	.post_content_first {
		padding-right:10px;
		}
    
    .intro_text_wrapper { padding: 30px 0 0 0; }

	}
	
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 320px) {
    
    .cr3ativstaff_content_wrapper {
   		width: 290px !important;
		}
    
    .cr3ativstaff_staff_wrapper .cr3ativstaff_one_third {
        margin: 0 0 0 0 !important;
        width: 100% !important;
    }
	
    header nav#topmenu {
		float:none;
		padding-top:28px;
		padding-bottom:28px;
		clear:both;
		margin:0;
		}
    
    .social h1 { font-size: 26px; }
    
    h2 a { font-size: 19px; letter-spacing: 2px; }
    
    h1.orange {
		font-size:18px;
        padding: 10px 20px;
        letter-spacing: 1px;
		}
    
    #main { padding-top: 20px; padding-bottom: 30px;}
		
	ul.icons li {
		width:35px;
		}
		
	ul.icons li a, ul.icons li a:hover {
		font-size:35px;
		}
		
	ul.search li input[type="text"], ul.search li input[type="text"]:focus {
		width:60%;
		}
			
	.post_content {
		padding:0 0 0 0;
        clear: left;
        display:block;
		}
		
	.metacomments {
		float:none;
		clear:both;
		}
		
	textarea, textarea:focus, input[type="text"], input[type="email"], input[type="url"], input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus {
		width:95%;
		}
		
	ul.icons li {
		width:40px;
		}
    
    .errordiv ul.search li input[type="text"], .errordiv ul.search li input[type="text"]:focus {
        min-width: 230px; 
    }
		
	
	}



/*  END OF MEDIA QUERIES */