 /* ======================================================================================================
 GENERAL TYPOGRAPHY 
=======================================================================================================*/

/* ================= 1. CSS 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family:  'Open Sans', Arial, Helvetica, sans-serif;
}
strong, b {
	font-weight:bold;
}
em, dfn, i {
	font-style:italic;
}
/* ================= General tags ================= */
body {
	font: 12px/1.7  'Open Sans', Arial, Helvetica, sans-serif;
	color:#666666;
	-webkit-font-smoothing: antialiased;
	background:#FBFBFB;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom:12px;
	font-weight:300;
}
a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
	outline: none;
	font-family:  'Open Sans', Arial, Helvetica, sans-serif;
}
a {
	color:#B22117;
	font-family:  'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:400;
}
.center-block {margin:0 auto; display:block; text-align:center;}
.anchorlink {
	color:#333;
	font-weight:700;
}
.anchorlink666 {
	color:#666;
	font-weight:700;
}
.anchorlink:hover, .anchorlink666:hover {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
pre {
	white-space:pre;
	overflow:auto;
	padding:20px;
}
code {
	white-space:pre;
	overflow:auto;
	padding:14px;
	color:#595959;
	background:#f6f6f6;
	display:block;
	border:1px solid #ddd;
	font-size:11px;
	line-height:15px;
}
code strong {
	color:#000;
}
p {
	color:#333;
	font-size:15px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height:25px;
}
dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, article, p {
	margin-bottom: 20px;
}

::selection {
	background:#2e2823;
	color:#FFFFFF;
}
::-moz-selection {
background:#2e2823;
color:#FFFFFF;
}
.bold {font-weight: 700;}
.semibold {font-weight: 600;}
.normal {font-weight: 400;}
.center{
	margin:0 auto;
}
.text-center {
	text-align:center;
}
.white {
	color:#FFF;
}
.greybkgrd {
	background-color:#F1F0EC;
}
.lightgreybkgrd {
	background-color:#f2f2f2;
}
.grey666 {
	color:#666;
}
.grey999 {
	color:#999;
}
.bg-grey {
	background-color: #f2f2f2;
}
.bg-medgrey {
	background-color: #ededed;
}
.bg-white {
	background-color:#FFF;
}
.bg-red {
	background-color: #B22117;
}
.font-reg {
	font-weight:400;
}
.float-left {
	float:left;
}
.white{
	color:#FFF;
}
.red-title-block {
	width:100%;
	display:block;
	margin:auto;
	padding:15px 0;
	background-color:#B22117;
	text-align:center;
}
/* ================= Headers ================= */
h1 {
	font-size:40px;
	color:#B22117;
}
h2 {
	font-size:24px;
	color:#333;
}
h3 {
	font-size:18px;
	color:#333;
}
h4 {
	font-size:16px;
	color:#333;
}
h5 {
	font-size:14px;
	color:#453C34;
}
h6 {
	font-size:12px;
	color:#333;
}
h1.regular {
	font-weight:300;
}
h2.regular, h3.regular, h4.regular, h5.regular, h6.regular {
	font-weight:400;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
	color:#fff;
}
h1.page_title {
	margin-bottom:10px;
}
h1.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin:20px 0;
	padding:0;
}
h1.head_bottom_line, h2.head_bottom_line {
	color: #333;
    font-size: 40px;
	margin:20px 0 40px;
	padding:0 0 15px;
	line-height:40px;
	border-bottom:1px solid #CCC;
}
h2.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:20px 0;
	padding:0;
}
h2.bottom_linemed {
	border-bottom:1px solid #C4C5C4;
	margin:20px 0 30px;
	padding:0 0 8px;
}
h2.bottom_linesubscribe {
	border-bottom:1px solid #C4C5C4;
	margin:20px 0 10px;
	padding:0 0 8px;
	width:87%;
}
h2.red-title-block-headline {
	font-size:36px;
	line-height:36px;
	font-weight:300;
	margin:0;
	text-align:center;
	text-transform:uppercase;
}
h2.project-title {
	margin:30px 0 0;
}
h2.gettoknow, h2.gettoknow a{
	font-size:40px;
	line-height:44px;
	color:#333;
	margin:10px 0 10px 0;
	font-weight:300;
	text-align:center;
}
h2.gettoknow a:hover{
	color:#DA5235;
	text-decoration:none;
}
h2.support, h2.support a{
	font-size:21px;
	line-height:28px;
	color:#FFFFFF;
	margin:10px 0 0 0;
	font-weight:700;
}
h2.support a:hover{
	color:#BBBBBB;
	text-decoration:none;
}
h3.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:20px;
	padding-bottom:15px;
}
h3.bottom_line2 {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:0;
	padding-bottom:5px;
}
h4.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:11px;
	padding-bottom:10px;
}
p.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
	padding:0 0 13px 0;
}
div.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
	padding:0 0 13px 0;
}
p.align_center {
	text-align:center;
	font-size:14px;
	color:#999999;
}
p.align_center a {
	font-weight:bold;
}
p.line12{
	line-height:12px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight:700;
}
.donate{
	font-size:13px;
	line-height:21px;
}
.currentproject-title{
	font-size:28px;
	line-height:36px;
	color:#444444;
	font-weight:700;
	margin-bottom:5px;
}
.bottom-line {
	border-bottom:1px solid #d9d9d9;
	margin:0 0 20px;
	padding:0;
}
h3.support-headline{
	font-size:46px;
	line-height:48px;
	font-weight:800px;
	color:#B22117;
	margin-bottom:20px;
}
.subscribe-headline{
   color: #B22117;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    margin: 10px 0 20px;
	text-align:center;
	}
.grey16, .black16, .white16 {
	font-size:15px;
	line-height:25px;
	color:#333;
	font-weight:400;
}
.body-plus2 {
	font-size:18px;
	line-height:28px;
}
.black16 {
	color:#111;
}
.white16 {
	color:#FFF;
}
.grey12 {
	font-size:12px;
	line-height:18px;
	color:#333;
	font-weight:400;
}
.grey13 {
	font-size:13px;
	line-height:18px;
	color:#333;
	font-weight:400;
}
.ltgrey18 {
	font-size:18px;
	line-height:32px;
	color:#CCC;
	font-weight:300;
}
.fineprint {
	font-size:11px;
	line-height:18px;
	text-align:left;
	margin-top:20px;
	color:#666;
}
/* ================= List Styles ================= */
ul {
	list-style:none;
	margin-top:0;
}
ol {
	margin-bottom:0;
	margin-top:0;
}
ol, ol li {
	list-style:decimal outside;
}
/* ================= Images ================= */
img.alignleft {
	float:left;
	margin:10px 16px 10px 0;
}
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright {
	float:right;
	margin:5px 0px 5px 11px;
}
/* ================= Tables ================= */
table {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	padding:0;
}
table thead td {
	background:#dddddd;
	height:30px;
	color:#262626;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
table td {
	vertical-align:middle;
	padding:0;
	height:29px;
	color:#4d4d4d;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}
table tr.grey {
	background:#f2f2f2;
}
/* ================= Forms ================= */
.form-container {
	width:100%;
	max-width:600px;
	margin:0 auto;
}
.support-container {
	width:100%;
	max-width:750px;
	margin:0 auto;
}
input, textarea {
	border:1px solid #cccccc;
	padding:12px;
	font-size:15px;
	color:#444;
	font-weight:400;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.outer-wrap-fw {
	width:100%;
	overflow:hidden;
	padding:5% 0;
}
.inner-wrap {
	max-width:1200px;
	margin:0 auto;
	padding:0 3%;
	overflow: hidden;
}
.inner-wrap.nopad {
	padding:0;
}
.inner-wrap.splash {
	padding:80px 0 120px 0 ;
}
.inner-wrap.projecthero {
	padding:60px 0 90px 0 ;
}
/* ================= Dividers ================= */
.clear {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.margin-btm0 {
	margin-bottom:0;
}
.margin-btm5 {
	margin-bottom:5px;
}
.margin-btm10 {
	margin-bottom:10px;
}
.margin-btm20 {
	margin-bottom:20px;
}
.margin-btm40 {
	margin-bottom:40px;
}
.margin-btm60 {
	margin-bottom:60px;
}
.margin-top0 {
	margin-top:0;
}
.margin-top10 {
	margin-top:10px;
}
.margin-top20 {
	margin-top:20px;
}
.mtb-40 {
	margin:40px 0;
}
.margin-both15 {
	margin-left:15px;
	margin-right:15px;
}
.margin-left10 {
	margin-left:10px;
}
.margin-right10 {
	margin-right:10px;
}
.margin-right20 {
	margin-right:20px;
}
.padding-left0 {
	padding-left:0;
}
.padding5 {
	padding-top:5px;
	font-size:0;
	line-height:0;
}
.padding10 {
	padding-top:10px;
	font-size:0;
	line-height:0;
}
.padding12 {
	padding-top:12px;
	font-size:0;
	line-height:0;
}
.padding15 {
	padding-top:15px;
	font-size:0;
	line-height:0;
}
.padding17 {
	padding-top:17px;
	font-size:0;
	line-height:0;
}
.padding20 {
	padding-top:20px;
	font-size:0;
	line-height:0;
}
.padding25 {
	padding-top:25px;
	font-size:0;
	line-height:0;
}
.padding30 {
	padding-top:30px;
	font-size:0;
	line-height:0;
}
.padding40 {
	padding-top:40px;
	font-size:0;
	line-height:0;
}
.padding50 {
	padding-top:50px;
	font-size:0;
	line-height:0;
}
.padding60 {
	padding-top:60px;
	font-size:0;
	line-height:0;
}
.padding80 {
	padding-top:80px;
	font-size:0;
	line-height:0;
}
.pad-bot-2{
	padding-bottom:2%;
}
.pad-bot-4 {padding-bottom:4%;}
.pad-bot-30 {padding-bottom:30px;}
.pad-bot-40 {padding-bottom:40px;}
.pad-bot-40 {padding-bottom:40px;}
.pad-bot-50 {padding-bottom:50px;}
.pad-bot-60 {padding-bottom:60px;}
.pad-bot-70 {padding-bottom:70px;}
.pad-top-4 {padding-top:4%;}
.pad-top-20 {padding-top:20px;}
.pad-top-30 {padding-top:30px;}
.pad-top-40 {padding-top:40px;}
.pad-top-50 {padding-top:50px;}
.pad-top-60 {padding-top:60px;}
.pad-top-70 {padding-top:50px;}	
.none {
	display:none;
}
.line {
	font-size:0px;
	border-top:1px solid #d9d9d9;
}
.line20 {
	font-size:0px;
	border-top:1px solid #d9d9d9;
	margin:50px auto 30px;
}
.line30 {
	font-size:0px;
	border-top:1px solid #d9d9d9;
	margin:30px auto
}
.line40 {
	font-size:0px;
	border-top:1px solid #d9d9d9;
	margin:40px auto
}
.line40med {
	font-size:0px;
	border-top:1px solid #C4C5C4;
	margin:40px auto
}
.line50 {
	font-size:0px;
	border-top:1px solid #d9d9d9;
	margin:50px auto
}
.line50med {
	font-size:0px;
	border-top:1px solid #C4C5C4;
	margin:50px auto
}
.line60 {
	font-size:0px;
	border-top:1px solid #d9d9d9;
	margin:60px auto
}
hr {
	background:transparent;
	border:0;
	clear:both;
	color:transparent;
	height:1px;
	margin:0;
	padding:0
}
hr {
	background: #d9d9d9;
	color: #d9d9d9;
	margin:5px 0 25px 0;
}
hr.dotted {
	border-style: dotted;
}
p + hr {
	margin:25px 0 20px 0;
}

/* ======================================================================================================
 GENERAL STRUCTURE
=======================================================================================================*/

/* ================= Header and Logo ================= */
.container {
	width:940px;
	margin:0 auto;
}
.container-fw {
	width:100%;
	margin:0 auto;
}
.header_bg {
	min-height:70px;
	background-color:#222222;
}
.header_bg .logo {
	float:left;
	margin: 0 0 5px 0;
`
}
/* =================  Social ================= */
.social-links {
	padding:0;
	margin:0;
	float:left;
}
.social-links li {
	display:inline;
	padding-left:15px;
	width:24px;
	height:24px;
}
/* ================= Header Menu ================= */
.main-menu {
	margin:30px 0 0 0;
	float:right;
}
.main-menu ul {
	margin:0;
}
.main-menu li ul {
	padding-top:2px;
	left:-2px;
}
.main-menu li ul li {
	box-shadow:2px 2px 2px 0px rgba(0,0,0,0.1);
}
.main-menu li {
	white-space:nowrap;
	display:block;
	position:relative;
	margin:0;
	padding:0;
	z-index:100;
}
.main-menu a, .activelink {
	display:block;
	position:relative;
	font-size:14px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-weight:400;
}
.activelink {
	color:#CC0000;
}
.main-menu a:visited {
	text-decoration:none;
	color:#CCC;
}
.main-menu a:hover {
	text-decoration:none;
	color:#B22117;
}
.main-menu li.submenu > a {
	padding-right:20px;
	background:url(../images/menu_down_arrow.png) no-repeat right;
	cursor:default;
}
.main-menu > ul > li {
	float:left;
	margin-right:28px;
}
.main-menu > ul > li:last-child {
	margin-right:0;
}
.main-menu li ul {
	display:none;
	position:absolute;
	top:100%;
	z-index:100;
}
.main-menu li:hover > ul {
	display:block;
}
.main-menu li ul li.submenu > a {
	padding-right:10px;
	background:#403830 url(../images/submenu_left_arrow.png) no-repeat right;
}
.main-menu li ul li.submenu > a:hover {
	padding-right:10px;
	background:#f5f5f5 url(../images/submenu_left_arrow.png) no-repeat right;
}
.main-menu li ul li {
	border-bottom:1px solid #534a42;
	background:#FFF;
}
.main-menu li ul li a:hover {
	background:#f5f5f5;
	color:#d43a32;
}
.main-menu li ul li:last-child {
	border-bottom:1px solid #2e2823;
}
.main-menu li ul li a {
	padding:0 25px 0 12px;
	line-height:33px;
	background:#403830;
}
.main-menu li ul li ul {
	top:-1px !important;
	left:100% !important;
	padding:0 !important;
}

/* ================= Footer ================= */
.footer_bg {
	border-top:10px solid #d93e39;
	background:#282828;
	margin-top:60px;
}
.footer_bg.no_margin {
	margin-top:0;
}
.footer {
	margin-top:35px;
}
.social-links-list {
	float:left;
	margin:1% auto;
}
.social-links-list li {
	display:inline;
	padding-right:20px;
}
.footer-links-list {
	text-align:center;
	margin:1% auto;
}
.footer-links-list li {
	display:inline;
	padding-right:20px;
	color:#FFF;
	font-size:15px;
}
.footer-links-list li.last {
	padding-right:0;
}
.footer-links-list li a {
	color:#FFF;
}
.footer-links-list li a:hover {
	color:#F00;
}
.footer_bg .footer p {
	color:#cccccc;
	line-height:22px;
}
.footer_bg_bottom {
	background-color:#222222;
}
.footer .col_1_3 {
	width:280px;
	margin:20px 40px 0 0;
}
.footer .col_1_3.last {
	width:280px;
	margin:20px 0 0 0;
}
.footer_bottom .menu ul {
	list-style: none;
	padding:30px 0 0 0;
}
.footer_bottom .menu ul li {
	float:left;
	position:relative;
	display:block;
	margin:0 20px 10px 0;
	padding:0;
	list-style:none;
	z-index: 9999;
}
.footer_bottom .menu ul li a {
	color:#fff;
	font-weight:bold;
	display:block;
	text-decoration:none;
	float:left;
}
.footer_bottom .menu ul li a.selected {
	color:#d8c0a8;
}
.footer_bottom .menu ul li a:hover {
	color:#F00;
}
.footer_bottom p, .footer_bottom p a {
	color: #999;
	line-height:22px;
	font-size:11px;
}
/* ================= Page title + Search ================= */
.page_info {
	margin:10px 0 17px 0;
}
.page_info .text {
	float:left;
}
.page_info .search .left {
	float:left;
	padding:0 0 0 0;
}
.page_info .search .right {
	float:left;
	padding:4px 0 0 0;
}
.page_info .search .inputSearch {
	cursor:pointer;
	background:url("../images/search_button.png") no-repeat;
	width:40px;
	height:30px;
	border:0;
	margin:0;
}
.page_info .search .inputSearch:hover {
	background-repeat:no-repeat;
	background-position:100% -30px;
}
.page_info .search .inputSearch:active {
	background-repeat:no-repeat;
	background-position: 0 -60px;
}
.page_info .search .inputText {
	color:#808080;
	border:1px solid #e4e4e4;
	width:140px;
	height:20px;
	padding:5px;
	margin:4px 15px 0 11px;
}
/* ================= Columns ================= */
.content {
	width:620px;
	margin:25px 40px 0 0;
	float:left;
}
.sidebar {
	width:280px;
	margin:10px 0 0 0;
	float:left;
}

/* ======================================================================================================
 SPECIFIC PAGE STYLES
=======================================================================================================*/
/* ================= PROJECT PAGES ================= */
#project-hero-container {
	width:100%;
	display:block;
	margin:0 auto;
	background-color:#333;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	overflow:hidden;
	position:relative;
	padding:10% 0;
}
#project-hero-container h1{
	font-size: 60px;
	line-height:68px;
	font-family:"Open Sans",Arial,Helvetica,sans-serif;
	font-weight:700;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
	color:#FFF;
	margin-bottom:1%;
}
p.showdate{
	font-size: 18px;
	line-height:28px;
	font-family:"Open Sans",Arial,Helvetica,sans-serif;
	font-weight:500;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
	color:#FFF;
}
.about-bannerbg {
	width:100%;
	padding:0;
}
.about-member {
	width:90%;
	margin-top:10px;
	float:left;
}
.shopbanner1_4 {
	margin:0;
	width:210px;
	height:250px;
}
/* ================= Homepage Featured Columns ================= */
.featured_bg {
	background:#url("../images/featured_bg.png") no-repeat top center;
}
.featured_block {
	text-align:center;
	margin:5px 0 35px 0;
}
.featured_block h3 {
	padding:0;
	margin-bottom:10px;
}
.featured_block p {
	text-align:center;
	padding-top:0;
	margin-top:0;
}
.featured_bg img {
	position:relative;
}
.features .title {
	border-bottom:1px solid #d9d9d9;
	padding:4px 15px;
	margin:0 0 13px 0;
	background:#444444;
}
.contactsupport .title {
	border-bottom:1px solid #d9d9d9;
	padding:4px 15px;
	margin:0 0 13px 0;
	background:#444444;
}
.features img {
	float:left;
	margin:0 10px 0 0;
}
.features .title h3 {
	font-weight:700;
	margin:0 0 0 0;
	line-height:26px;
	color:#fff;
}
.contactsupport .title h3 {
	font-weight:700;
	margin:0 0 0 0;
	font-size:14px;
	line-height:18px;
	color:#fff;
}
/* ================= Homepage Widgets ================= */
.recent_works_left {
	margin:0 auto 20px;
	text-align:left;
}
.recent_works_left h2 {
	margin:0;
}
.recent_works_left h2 strong {
	font-weight:700;
}
.recent_works_arrows {
	float:right;
	padding:11px 0 3px 0;
}
.recent_works_arrows a.prev_item {
	position:absolute;
	margin-left: -960px;
	margin-top: 70px;
	width:22px;
	height:22px;
	margin-right:8px;
	background:url("../images/portfolio_prev.png") no-repeat top;
}
.recent_works_arrows a.prev_item:hover {
	background:url("../images/portfolio_prev.png") no-repeat bottom;
}
.recent_works_arrows a.next_item {
	position:absolute;
	margin-top: 70px;
	margin-left: 0px;
	width:22px;
	height:22px;
	background:url("../images/portfolio_next.png") no-repeat top;
}
.recent_works_arrows a.next_item:hover {
	background:url("../images/portfolio_next.png") no-repeat bottom;
}
.recent_works {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.recent_works ul:after {
	content: "";
	display: block;
	height:0;
	overflow:hidden;
	clear:both;
}
.recent_works ul li {
	margin:0 10px 60px 10px;
	width:293px;
	height:200px;
	float:left;
}
.recent_works ul li .recent_image {
	width:281px;
	height:140px;
	padding:5px;
	border:1px solid #cccccc;
	background-color:#FFF;
	display:block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
}
.recent_works ul li .recent_image .portfolio_image {
	width:281px;
	height:140px;
}
.recent_works ul li .title {
	text-align:center;
	display:block;
	padding:5px 0;
	font-size:14px;
	color:#666666;
}
.recent_works ul li .title a {
	font-size:14px;
	color:#666666;
	font-weight:400;
}
.recent_works ul li .title a:hover {
	color:#d93e39;
}
.recent_works ul li .clear {
	display:block;
	clear:both;
	padding:5px 0 0 0;
}
/* ================= Contact Page ================= */
.contact_map {
	background:url("../images/contact_map.png") no-repeat;
	width:261px;
	height:310px;
	padding:35px 0 0 21px;
	margin:30px 0 30px 0;
}
.map_canvas {
	width:240px;
	height:280px;
}
.required_info {
	font-size:10px;
	margin:0 0 20px 0;
	color:#666
}
.required_info span {
	color:red;
}
.inputText {
	width:100%;
	height:24px;
	border:1px solid #cccccc;
	padding:7px;
	font-size:14px;
	color:#666;
}
.inputTextarea {
	width:525px;
	height:250px;
	border:1px solid #cccccc;
	padding:7px;
}
.contact_form .inputText.error_class {
	border:1px solid #ef716d;
}
.contact_form .inputTextarea.error_class {
	border:1px solid #ef716d;
}
.contact_form label {
	text-align:left;
	display:block;
	margin-right: 0.5em;
	color:#262626;
	font-size:13px;
}
.contact_form label span {
	color:red;
}
/* ================= Portfolio ================= */
.project-photogrid {
	padding:0 0 0 0;
	margin:0 -20px 0 0;
}
.project-photogrid ul {
	width:700px;
	margin-bottom:0;
}
.project-photogrid ul:after {
	content: "";
	display: block;
	height:0;
	overflow:hidden;
	clear:both;
}
 .project-photogrid ul li {
	margin:0 20px 60px 0;
	width:210px;
	height:135px;
	float:left;
	background:#FFF;
}
 .project-photogrid ul li .image {
	width:198px;
	height:155px;
	padding:5px;
	border:1px solid #cccccc;
	display:block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
 .project-photogrid ul li .image .portfolio_image {
	width:198px;
	height:155px;
}
.portfolio_1_4 {
	padding:0 0 0 0;
	margin:0 -20px 0 0;
}
.portfolio_1_4 ul {
	width:960px;
	margin-bottom:0;
}
.portfolio_1_4 ul:after {
	content: "";
	display: block;
	height:0;
	overflow:hidden;
	clear:both;
}
.portfolio_1_4 ul li {
	margin:0 20px 60px 0;
	width:220px;
	height:135px;
	float:left;
	background:#FFF;
}
.portfolio_1_4 ul li .image {
	width:208px;
	height:155px;
	padding:5px;
	border:1px solid #cccccc;
	display:block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.portfolio_1_4 ul li .image .portfolio_image {
	width:208px;
	height:155px;
}
.portfolio_1_4 ul li .title {
	border-bottom:1px solid #cccccc;
	text-align:left;
	display:block;
	padding:10px 0 10px 0;
	font-size:16px;
	color:#262626;
}
.portfolio_1_4 ul li .title a {
	font-size:16px;
	color:#262626;
}
.portfolio_1_4 ul li .title a:hover {
	color:#d93e39;
}
.portfolio_1_4 ul li .description {
	display:block;
	padding:10px 0 10px 0;
	font-size:11px;
	line-height:22px;
	color:#4d4d4d;
}
.portfolio_1_4 ul li .clear {
	display:block;
	clear:both;
	padding:5px 0 0 0;
}
.portfolio_1_3 {
	padding:0 0 0 0;
	margin:0 -20px 0 0;
}
.portfolio_1_3 ul {
	width:960px;
	margin-bottom:0;
}
.portfolio_1_3 ul:after {
	content: "";
	display: block;
	height:0;
	overflow:hidden;
	clear:both;
}
.portfolio_1_3 ul li {
	margin:0 20px 60px 0;
	width:300px;
	height:366px;
	float:left;
	background:#FFF;
}
.portfolio_1_3 ul li .image {
	width:288px;
	height:215px;
	padding:5px;
	border:1px solid #cccccc;
	display:block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.portfolio_1_3 ul li .image .portfolio_image {
	width:288px;
	height:215px;
}
.portfolio_1_3 ul li .title {
	border-bottom:1px solid #cccccc;
	text-align:left;
	display:block;
	padding:10px 0 10px 0;
	font-size:18px;
	color:#262626;
}
.portfolio_1_3 ul li .title a {
	font-size:18px;
	color:#262626;
}
.portfolio_1_3 ul li .title a:hover {
	color:#d93e39;
}
.portfolio_1_3 ul li .description {
	display:block;
	padding:10px 0 10px 0;
	font-size:11px;
	line-height:22px;
	color:#4d4d4d;
}
.portfolio_1_3 ul li .clear {
	display:block;
	clear:both;
	padding:5px 0 0 0;
}
.portfolio_1_2 {
	padding:0 0 0 0;
	margin:0 -40px 0 0;
}
.portfolio_1_2 ul {
	width:960px;
}
.portfolio_1_2 ul:after {
	content: "";
	display: block;
	height:0;
	overflow:hidden;
	clear:both;
}
.portfolio_1_2 ul li {
	margin:0 20px 60px 0;
	width:460px;
	height:454px;
	float:left;
	background:#FFF;
}
.portfolio_1_2 ul li .image {
	width:448px;
	height:325px;
	padding:5px;
	border:1px solid #cccccc;
	display:block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.portfolio_1_2 ul li .image .portfolio_image {
	width:448px;
	height:325px;
}
.portfolio_1_2 ul li .title {
	border-bottom:1px solid #cccccc;
	text-align:left;
	display:block;
	padding:10px 0 10px 0;
	font-size:18px;
	color:#262626;
}
.portfolio_1_2 ul li .title a {
	font-size:18px;
	color:#262626;
}
.portfolio_1_2 ul li .title a:hover {
	color:#d93e39;
}
.portfolio_1_2 ul li .description {
	display:block;
	padding:10px 0 10px 0;
	font-size:11px;
	line-height:22px;
	color:#4d4d4d;
}
.portfolio_1_2 ul li .clear {
	display:block;
	clear:both;
	padding:5px 0 0 0;
}
.portfolio_slider_container {
	margin-bottom:-10px;
	position: relative;
	float: left;
	width: 100%;
}
.portfolio_video_container {
	margin-bottom:10px;
	position: relative;
	float: left;
	width: 100%;
	padding-bottom:56.25%;
}
.portfolio_video_container iframe, .portfolio_video_container object, .portfolio_video_container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.width80{
	width:80%;
}
.portfolio_slider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.portfolio_slider li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	margin-bottom:0;
}
.portfolio_slider img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.portfolio_slider .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	background: red;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .4);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	font-size:14px;
}
.portfolio_slider_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 45%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 60px;
	width: 60px;
	background: transparent url("../images/slider-buttonsxl.svg") no-repeat left top;
	margin:0;
}
  @media screen and (max-width: 600px) {
.portfolio_slider_nav {
	height: 30px;
	width: 30px;
	background: transparent url("../images/slider-buttons.svg") no-repeat left top;
}
  }
.portfolio_slider_nav:active {
	opacity: 1.0;
}
.portfolio_slider_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
 @media screen and (max-width: 600px) {
.main-menu a, .activelink {
	text-align:center;
}
.portfolio_slider_nav {
	top: 47%;
}
}
.portfolio_social li {
	display:inline;
	padding-right:5px;
}
/* === Portfolio category filter === */

.filter ul {
	margin:0;
}
.filter ul li {
	margin:0;
	padding:0;
	float:left;
}
.filter ul li {
	padding:0 5px;
}
.filter ul li.last {
	padding:0 5px;
}
.filter a {
	color: #b3b3b3;
	display: inline-block;
	padding:2px 10px;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
}
.filter a:hover {
	color:#de5853;
	text-decoration:none;
}
.filter a.selected {
	color:#262626;
	background: -moz-linear-gradient(  top,  #88b272 0%,  #7fab68 50%,  #6c9b55);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#88b272),  color-stop(0.50, #7fab68),  to(#6c9b55));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:2px 10px;
	color:#fff;
}
.portfolio_button_left {
	float:left;
}
.portfolio_button_right {
	float:right;
}
.portfolio_button_right .button_medium span {
	margin-right:0;
}
.portfolio_nav {
	float:right;
	margin:10px 0 10px 0;
}
.portfolio_nav li {
	float:left;
}
.portfolio_nav a.next {
	float:left;
	display:block;
	background:url("../images/portfolio_next.png") no-repeat top right;
	padding-right:30px;
	color:#b8b8b8;
	font-size:14px;
	font-family:"Lato", serif;
	text-decoration:none;
	height:22px;
}
.portfolio_nav a.next:hover {
	background:url("../images/portfolio_next.png") no-repeat bottom right;
	text-decoration:none;
	color:#d93e39;
}
.portfolio_nav a.prev {
	float:left;
	display:block;
	background:url("../images/portfolio_prev.png") no-repeat top left;
	padding-left:30px;
	color:#b8b8b8;
	font-size:14px;
	font-family:"Lato", serif;
	text-decoration:none;
	height:22px;
}
.portfolio_nav a.prev:hover {
	background:url("../images/portfolio_prev.png") no-repeat bottom left;
	text-decoration:none;
	color:#d93e39;
}
.portfolio_nav li.separator {
	background:url("../images/portfolio_separator.png") no-repeat center bottom;
	text-decoration:none;
	width:1px;
	height:22px;
	padding:0 20px;
}
.boldlink {
	font-size:13px;
	font-weight:bold;
}
/* === Clearfix === */
.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0
}
* html .clearfix, :first-child+html .clearfix {
	zoom:1
}

/* ======================================================================================================
 MISC.
=======================================================================================================*/	

/* ================= Boxes ================= */
.bordered_box {
	border:1px solid #D9D9D9;
	line-height:21px;
	margin-bottom:20px;
	margin-top:1px;
}
.bordered_box .title {
	height:30px;
	margin:-2px -2px 0 -2px;
}
.bordered_box .title h1 {
	color:#FFF;
	padding:5px 0 0 19px;
}
.tabs ul {
	padding:0px 0 0 0;
	margin:0;
}
.tabs ul li {
	float:left;
	margin:0 3px -2px 0;
	border:1px solid #D9D9D9;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.tabs ul li a {
	border-bottom: none;
	display: block;
	color:#595959;
	overflow: hidden;
	padding: 5px 15px 0 15px;
	height: 24px;
	background: #FBFBFB;
	font-soze:12px;
	font-weight:bold;
}
.tabs ul li a:hover {
	background:#f2f2f2;
	color:#D93E39;
	text-decoration:none;
}
.tabs ul li.ui-tabs-selected a {
	background:#FFF;
	color:#d93e39;
	border-bottom:1px solid #fff;
	margin-bottom:-2px;
}
.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding:0;
	background-color: #FFF;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.content_text {
	padding:15px;
	line-height:20px;
	font-size:13px;
	color:#4d4d4d;
}
.question_box {
	border:1px solid #9ac1fa;
	background:#dbeefe;
	color:#4180cf;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.success_box {
	border:1px solid #a4cb8b;
	background:#e9fedb;
	color:#488e1b;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.attention_box {
	border:1px solid #f2c779;
	background:#fff8c4;
	color:#ed7c18;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.error_box {
	border:1px solid #F60;
	background:#FFD6AD;
	color: #930;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.toggle {
	font-size:12px;
	padding:5px 0 0 10px;
	cursor:pointer;
	height:25px;
	background: #FBFBFB;
	border: 1px solid #EFEFEF;
	font-weight:bold;
}
.toggle_active {
	font-size:12px;
	color:#595959;
	padding:5px 0 0 10px;
	cursor:pointer;
	height:25px;
	font-weight:bold;
}
.toggle_container {
	line-height:22px;
	font-size:12px;
	color:#4d4d4d;
	border: 1px solid #EFEFEF;
	border-top:0px;
}
.toggle_container p {
	padding:10px;
	line-height:22px;
	margin:0;
}
.toogle_box {
	position:relative;
	margin-bottom:20px;
}
.toogle_box .toggle .icon {
	background:url("../images/toggle_open.png") no-repeat;
	width:18px;
	height:19px;
	position:absolute;
	right: 4px;
	top: 10px;
}
.toogle_box .toggle_active .icon {
	background:url("../images/toggle_close.png") no-repeat;
	width:18px;
	height:19px;
	position:absolute;
	right: 4px;
	top: 10px;
}
/* ================= Custom lists ================= */

.numbered_list {
	font-size:12px;
	list-style-type:decimal;
	list-style-position:inside;
}
.iconic_list {
	font-size:12px;
	list-style-image:url(../images/list-check.png);
	list-style-position:inside;
}
.arrow_list {
	font-size:12px;
	list-style-image:url(../images/list-arrow.gif);
	list-style-position:inside;
}
/* ================= Paggination ================= */
.content .pages {
}
.pages a {
	font-size:14px;
	line-height:14px;
	color:#707070;
	display:block;
	text-align:center;
	padding:8px 15px;
	margin:10px 10px 0 0;
	float:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.pages a:hover {
	color:#de5853;
	text-decoration:none;
}
.pages a.selected {
	background:#d93e39;
	color:#FFFFFF;
	border:0;
}
.pages a.prev {
	background:url("../images/pages_prev.png") no-repeat center center;
}
.pages a.prev:hover {
	background:url("../images/pages_prev_hover.png") no-repeat center center;
}
.pages a.next {
	background:url("../images/pages_next.png") no-repeat center center;
}
.pages a.next:hover {
	background:url("../images/pages_next_hover.png") no-repeat center center;
}
/* ================= Buttons Link Styles ================= */
a.button {
	height: 20px;
	display: inline-block;
	margin: 0 5px 20px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}
a.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}
a:hover.button {
	background-position: 0 -28px;
}
a:hover.button.large {
	background-position: 0 -35px;
}
a.button.white {
	background-image: url(../images/button_white.png);
	border: 1px solid #d3d3d3;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}
a.button.large.white {
	background-image: url(../images/button_white_large.png);
}
a:hover.button.white {
	border: 1px solid #c4c4c4;
}
a.button.orange {
	background-color:#FEBE4D;
	background-image: -moz-linear-gradient(top, #FECD61, #FEBE4D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FECD61), to(#FEBE4D));
	background-image: -o-linear-gradient(top, #FECD61, #FEBE4D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FECD61', endColorstr='#FEBE4D');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FECD61', endColorstr='#FEBE4D')";
	background-image: linear-gradient(top, #FECD61, #FEBE4D);
	border: 1px solid #f5b74e;
	color: #996633;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.orange {
	background-color:#FEBE4D;
	background-image: -moz-linear-gradient(top, #FECD61, #FEBE4D);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FECD61), to(#FEBE4D));
	background-image: -o-linear-gradient(top, #FECD61, #FEBE4D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FECD61', endColorstr='#FEBE4D');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FECD61', endColorstr='#FEBE4D')";
	background-image: linear-gradient(top, #FECD61, #FEBE4D);
}
a:hover.button.orange {
	background-color:#FECD61;
	background-image: -moz-linear-gradient(top, #FEBE4D, #FECD61);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FEBE4D), to(#FECD61));
	background-image: -o-linear-gradient(top, #FEBE4D, #FECD61);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEBE4D', endColorstr='#FECD61');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEBE4D', endColorstr='#FECD61')";
	background-image: linear-gradient(top, #FEBE4D, #FECD61);
	border: 1px solid #d29a3a;
}

/* ================= Dropcap ================= */
.dropcap {
	color:#d93e39;
	display:block;
	float:left;
	font-size:35px;
	line-height:35px;
	text-shadow:#fff 1px 1px 1px;
	margin:0 10px 2px 0;
	font-weight:bold;
}
/* ================= Highlight Styles ================= */
.highlight {
	font-size:11px;
	display:inline-block;
	padding:2px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0px 6px;
}
.highlight.green {
	color:#519a35;
	background:#d3f9c4;
}
.highlight.blue {
	color:#4180cf;
	background:#dbeefe;
}
.highlight.grey {
	color:#FFFFFF;
	background:#b3b3b3;
}
.highlight.yellow {
	color:#d97939;
	background:#fff1d1;
}
/* ================= Magnifying glass ================= */
a.zoom {
	z-index:999;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
	background:url("../images/blank_hover.png") repeat;
}
a.zoom img {
	position:relative;
}
.created {
	width:50px !important;
	height:50px;
}
/* ======================================================================================================
HOMEPAGE UPDATE
=======================================================================================================*/
.toggle-desk {
    display: block;
    max-width: 100%;
}
.toggle-mobile {
    display: none;
}
#splash-suboffer {
	width:100%;
	margin:0 auto;
}

.splash-col-1-2 {
	width:47%;
	margin-right:6%;
	float:left;
}
.portfolio-col-1-2 {
	width: 46%;
	margin:2%;
	float:left;
}
@media only screen and (max-width: 600px) {
.portfolio-col-1-2 {
	width:100%;
	margin:0 0 3% 0;
	display:block;
}
.portfolio-col-1-2.last {
	margin-bottom:0;
}
}
.splash-col-1-2.last {
	margin-right:0;
}
.splash-col-1-2 img {
	width:100%;
	margin-bottom:4%;
}
.portfolio-col-1-2 img {
	width:100%;
	margin-bottom:2%;
}
.splash-col-1-4 {
	width:25%;
	margin-right:5%;
	float:left;
}
.splash-col-1-4.last {
	margin-right:0;
}
.splash-col-3-4 {
	width:70%;
	margin:0;
	float:left;
}
.splash-col-3-4.first {
	margin-right:4%;
}
.splash-col-1-4 img {
	width:100%;
}
.splash-col-1-3 {
	width:24%;
	margin-right:6%;
	float:left;
}
.splash-col-1-3.last {
	margin-right:0;
}
.splash-col-1-3.project {
	width:38%;
	margin-right:0%;
	float:left;
}
.splash-col-2-3 {
	width:70%;
	float:left;
	margin-right:6%;
}
.splash-col-2-3.project {
	width:58%;
	float:left;
	margin-right:4%;
}
.splash-col-2-3.social {
	width:66%;
	float:left;
	margin-right:4%;
}
.splash-col-1-3.social {
	width:30%;
	margin-right:0;
	float:left;
}
.splash-col-2-3.last {
	margin-right:0;
}
.bannerbg-pastprojects {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 5% 0 10px;
}
.inner-wrap-pastprojects {
	max-width:1200px;
	margin:0 auto;
	padding:0 2%;
}
.splash-col-1-4 {
	width:26%;
	margin-right:4%;
	float:left;
}
.splash-col-1-4 img {
	width:100%;
	float:left;
}
.splash-col-3-4 {
	width:70%;
	float:left;
}
.subscribe-containergrey {
    background-color: #cccccc;
    overflow: hidden;
    padding: 30px 0 25px;
}
.social-links {
	width:24%;
    float: right;
    margin: 0;
    padding: 0;
}




/* ======================================================================================================
 MEDIA QUERIES
=======================================================================================================*/	
/* ================= Desktop 959px ================= */
@media only screen and (min-width: 960px) {

.about-sidebar {
	width:210px;
	height:140px;
	margin:10px 0 20px;
}
.iframe-yt{
	width:460px;
	height:345px;
}
}
	
/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* ================= Logo and Main menu ================= */
.logo {
	display: block;
	float: left;
	width:100%;
}
.main-menu {
	margin:0 0 20px 0;
	float:left;
}
.main-menu a, .activelink {
	text-align:center;
}
.about-sidebar {
	width:179px;
	height:123px;
	margin:10px 0 20px;
}
.shopbanner1_4 {
	width:162px;
	height:193px;
}
.iframe-yt{
	width:368px;
	height:276px;
}

/* ================= Portfolio ================= */
.project-photogrid ul {
	width:546px;
	margin-bottom:0;
}
 .project-photogrid ul li {
	width:160px;
	height:103px;
}
 .project-photogrid ul li .image {
	width:151px;
	height:119px;
}
 .project-photogrid ul li .image .portfolio_image {
	width:151px;
	height:119px;
}
.portfolio_1_4 ul {
	width:768px;
}
.portfolio_1_4 ul li {
	width:172px;
	height:208px;
}
.portfolio_1_4 ul li .image {
	width:160px;
	height:119px;
}
.portfolio_1_4 ul li .image .portfolio_image {
	width:160px;
	height:119px;
}
.portfolio_1_4 ul li .title {
	font-size:12px;
}
.portfolio_1_4 ul li .title a {
	font-size:14px;
}
.portfolio_1_3 ul {
	width:768px;
}
.portfolio_1_3 ul li {
	width:236px;
	height:319px;
}
.portfolio_1_3 ul li .image {
	width:224px;
	height:168px;
}
.portfolio_1_3 ul li .image .portfolio_image {
	width:224px;
	height:112px;
}
.portfolio_1_2 {
	padding:0;
}
.portfolio_1_2 ul {
	width:768px;
}
.portfolio_1_2 ul li {
	width:364px;
	height:404px;
}
.portfolio_1_2 ul li .image {
	width:352px;
	height:275px;
}
.portfolio_1_2 ul li .image .portfolio_image {
	width:352px;
	height:175px;
}
/* ================= Recent Works on Homepage ================= */
	.recent_works {
	width:100% !important;
	overflow:hidden;
}
.recent_works ul li {
	width:215px !important;
	height:229px !important;
}
.recent_works ul li .recent_image {
	width:100%;
}
.recent_works ul li .recent_image .portfolio_image {
	width:100%;
}
.recent_works_arrows a.next_item {
	margin-top: 55px;
	margin-left: -25px;
}

/* ================= Container and Columns ================= */
	.container {
	width: 748px;
}


/* ================= Contact Page ================= */
.inputTextarea {
	width:300px;
	height:150px;
}

/* ================= Footer ================= */
	.footer .col_1_3 {
	width:226px;
	margin:40px 10px 0 10px;
}
.footer .col_1_3.last {
	width:226px;
	margin:40px 10px 0 10px;
}
.footer .flickr ul {
	margin-right:-5px;
}
.footer .flickr ul li {
	padding:0;
	margin:0 5px 5px 0;
	float:left;
}
.footer .flickr ul li a {
	border:4px solid #202020;
	display:block;
	width:64px;
	height:64px;
}
.footer .flickr ul li a img {
	width:64px;
	height:64px;
}
}


/* ================= Mobile (Portrait) < 767px ================= */
@media only screen and (max-width: 767px) {
/* ================= Logo and Main menu ================= */
	.logo {
	display:block;
	float:none;
	width:100%;
	text-align:center;
}
.iframe-yt{
	width:300px;
	height:225px;
}
.splash-col-1-4.hide-tab {
	display:none;
}
.splash-col-3-4.fw-tab {
	display:block;
	width:100%;
}
/* =================  Social ================= */
.splash-col-2-3.social, .splash-col-1-3.social {
	width:100%;
	float:none;
	display:block;
	margin:1% 0;
	text-align:center;
}
.social-links {
	margin-top:4%;
}
.social-links-list {
	float:none;
}
#mc_embed_signup form {
	text-align:center;
}
.subscribe-form .100-tab {
    width: 100%;
}
.text-center-tab {
	text-align:center;
}
.text-center-float-center-tab {
	text-align:center;
	float:none;
}
.footer_bg_bottom {
	border-top:none;
	padding:1% 0;
}

.header_bg {
	height: auto;
}
.main-menu {
	margin:0 0 10px 0;
	float:left;
	width:100%;
}
.main-menu a, .activelink {
	text-align:center;
}
.main-menu ul {
	position:static !important;
	padding:0 !important;
	width: 100%;
  	display: block;
  	height: auto;
	border-top:1px solid #333333 !important;
}
.main-menu li {
	box-shadow:none !important;
	border:0 !important;
	display:block !important;
	margin:0 !important;
	width: 50%;
  	float: left;
  	position: relative;
}
.main-menu li.submenu > a {
	cursor:pointer;
}
.main-menu li a, .activelink {
	padding:0 4px;
	line-height:33px;
}
.main-menu li ul li a {
	padding-left:32px !important;
}
.main-menu li ul li ul li a {
	padding-left:48px !important;
}
.main-menu li.submenu > a {
	padding-right:20px;
	background:url(../images/arrow_320.png) no-repeat right;
}
.main-menu li ul li.submenu > a {
	padding-right:10px;
	background:url(../images/arrow_320.png) no-repeat right;
}
.main-menu li ul li.submenu > a:hover {
	padding-right:10px;
	background:#f5f5f5 url(../images/arrow_320.png) no-repeat right;
}
.main-menu li.submenu > a {
	padding-right:20px;
	background:url(../images/arrow_320.png) no-repeat right;
}
.main-menu li ul {
	display:none !important;
}
.main-menu li:hover > ul {
	display:block !important;
}


/* ================= Portfolio ================= */
.portfolio_1_4, .portfolio_1_3, .portfolio_1_2 {
	margin:0;
}
.project-photogrid ul, .portfolio_1_4 ul, .portfolio_1_3 ul, .portfolio_1_2 ul {
	width:300px;
}
.project-photogrid ul li, .portfolio_1_4 ul li, .portfolio_1_3 ul li, .portfolio_1_2 ul li {
	margin:0 0 100px 0;
	width:300px;
	height:220px;
}
.project-photogrid ul li .image, .portfolio_1_4 ul li .image, .portfolio_1_3 ul li .image, .portfolio_1_2 ul li .image {
	width:408px;
	height:303px;
}
.project-photogrid ul li .image .portfolio_image, .portfolio_1_4 ul li .image .portfolio_image, .portfolio_1_3 ul li .image .portfolio_image, .portfolio_1_2 ul li .image .portfolio_image {
	width:288px;
	height:214px;
}
.portfolio_nav {
	float:left;
	margin:10px 0 10px 0;
}
/* ================= Recent Works on Homepage ================= */
	.recent_works {
	width:280px !important;
}
.recent_works ul li {
	width:260px !important;
	height:146px !important;
}
.recent_works ul li .recent_image {
	width:248px;
	height:124px;
}
.recent_works ul li .recent_image .portfolio_image {
	width:248px;
	height:124px;
}
.recent_works_arrows a.next_item {
	margin-top: 92px;
	margin-left: -20px;
}
.recent_works_left h2 {
	margin-top:20px;
}
/* ================= Portfolio Filter ================= */
	.filter {
	float:none;
}
.filter {
	padding:0;
	margin:0;
}
.filter ul {
	margin:0;
	position:static !important;
	width:100%;
}
.filter ul li {
	display:block !important;
	float:none !important;
	margin:0 !important;
}
.filter ul li a {
	width:100%;
	border-bottom:1px dotted #cccccc;
	margin:0 0 10px 0;
	padding:0 !important;
}
.filter li.separator {
	display:none !important;
}

/* ================= Contact Page ================= */

.inputTextarea {
	width:285px;
	height:150px;
}
.submit {
	margin:0;
}
/* ================= Page Info ================= */
	.page_info .text {
	float:none;
}
.page_info .search {
	float:none;
}
/* ================= HomePage ================= */
	.homepage_widgets .col_1_3 {
	width:280px;
	float: none;
	margin:40px auto 0 auto;
}
.footer .col_1_3 {
	width:280px;
	float: none;
	margin:40px auto 0 auto;
}
.homepage_widgets .col_1_3.last {
	width:280px;
	float: none;
	margin:40px auto 0 auto;
}
.homepage_widgets .col_1_3.first {
	width:280px;
	float: none;
	margin:40px auto 0 auto;
}
.footer .col_1_3.last {
	width:280px;
	float: none;
	margin:40px auto 0 auto;
}
.footer_bottom .col_2_3 {
	width:280px;
	float: none;
	margin:40px auto 0 auto;
}
.footer_bottom .col_1_3 {
	width:280px;
	float: none;
	margin:40px auto 0 auto;
}
.follow_us_box a.twitter {
	float:left;
}
.follow_us_box a.facebook {
	float:left;
	margin-left:5px;
}
/* ================= Forms ================= */
input, textarea {
	padding:10px;
}

/* ================= Homepage update ================= */

.social-links {
	width:100%;
    float: none;
    margin: 0 auto;
    padding: 0;
	text-align:center;
}
#mc_embed_signup form {
    display: block;
    padding: 0;
    position: relative;
    text-align: center;
}
.subscribe-form {
    float: none;
    width: 50%;
}
#mc-embedded-subscribe {
    float: none;
}
}



/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* ================= Logo and Main menu ================= */
	.logo {
	display: block;
	float: left;
	width:100%;
}
h2.gettoknow, h2.gettoknow a{
	font-size:30px;
	line-height:34px;
}	
.about-sidebar {
	width:420px;
	height:280px;
	margin:10px 0 20px;
}
.about-member {
	width:50%;
	margin-top:0px;
	float:none;
}
.shopbanner1_4 {
	width:210px;
	height:250px;
	margin:0 0 40px 0;
}
.tabs ul {
	margin-top:10px;
}
.iframe-yt{
	width:420px;
	height:315px;
}


/* ================= Portfolio ================= */
.project-photogrid, .portfolio_1_4, .portfolio_1_3, .portfolio_1_2 {
	margin:0;
}
.project-photogrid ul, .portfolio_1_4 ul, .portfolio_1_3 ul, .portfolio_1_2 ul {
	width:420px;
}
.project-photogrid ul li, .portfolio_1_4 ul li, .portfolio_1_3 ul li, .portfolio_1_2 ul li {
	margin:0 0 120px 0;
	width:420px;
	height:300px;
}
.project-photogrid ul li.image, .portfolio_1_4 ul li .image, .portfolio_1_3 ul li .image, .portfolio_1_2 ul li .image {
	width:408px;
	height:303px;
}
.project-photogrid ul li .image .portfolio_image, .portfolio_1_4 ul li .image .portfolio_image, .portfolio_1_3 ul li .image .portfolio_image, .portfolio_1_2 ul li .image .portfolio_image {
	width:408px;
	height:303px;
}
/* ================= Recent Works on Homepage ================= */
.recent_works {
	width:420px !important;
}
.recent_works ul li {
	width:400px !important;
	height:235px !important;
	margin:0 0 60px 0;
}
.recent_works ul li .recent_image {
	width:388px;
	height:193px;
}
.recent_works ul li .recent_image .portfolio_image {
	width:388px;
	height:193px;
}
.recent_works_arrows a.next_item {
	margin-top: 130px;
	margin-left: 0px;
}

/* ================= Page Info ================= */
	.page_info .text {
	float:none;
}
.page_info .search {
	float:none;
}
/* ================= Contact page ================= */

.inputTextarea {
	width:250px;
	height:150px;
}
.footer_bottom p, .footer_bottom p a {
	color:#999;
	line-height:16px;
	font-size:10px;
}
}


/* ================= Mobile (Portrait) < 317px ================= */
@media only screen and (max-width: 479px) {
h2.gettoknow, h2.gettoknow a{
	font-size:24px;
	line-height:28px;
}	
.outer-wrap-fw {
	padding:8% 0;
}
.mobile-align-center {
	text-align:center;
}
.toggle-mobile {
    display: block;
    max-width: 100%;
}
.toggle-desk {
    display: none;
}
.splash-contact{
	font-size:14px;
	line-height:20px;
}
.logo {
	width:35%
	display: block;
	float: left;
}
.about-member {
	width:60%;
	margin-top:0px;
}
.tabs ul {
	margin-top:10px;
}



/* ================= Recent Works on Homepage ================= */
	.recent_works {
	width:276px !important;
}
.recent_works ul li {
	width:256px !important;
	height:152px !important;
}
.recent_works ul li .recent_image {
	width:244px;
	height:122px;
}
.recent_works ul li .recent_image .portfolio_image {
	width:244px;
	height:122px;
}
.recent_works_arrows a.next_item {
	margin-top: 62px;
	margin-left: -25px;
}
/* =================  Contact page ================= */
	.contact_map {
	background:none;
	width:226px;
	height:310px;
	padding:0 0 0 0;
	margin:40px 0 20px 0;
}
.map_canvas {
	width:226px;
	height:280px;
}

.inputTextarea {
	width:85%;
	height:70px;
}
.submit {
	margin:0;
}
/* =================  Page Info ================= */
	.page_info .text {
	float:none;
}
.page_info .search {
	float:none;
}
.page_info .search .inputText {
	width:90px;
}
/* =================  HomePage ================= */
	.homepage_widgets .col_1_3 {
	width:226px;
	margin:40px auto 0 auto;
	padding:0;
}
.footer .col_1_3 {
	width:226px;
	margin:40px auto 0 auto;
}
.footer_bottom .col_1_3 {
	width:226px;
	margin:40px auto 0 auto;
}
.footer_bottom .col_2_3 {
	width:300px;
	margin:10px auto 0 auto;
}
.homepage_widgets .col_1_3.last {
	width:226px;
	margin:40px auto 0 auto;
	padding:0;
}
.homepage_widgets .col_1_3.first {
	width:226px;
	margin:40px auto 0 auto;
	padding:0;
}
.homepage_widgets .widget_body .image {
	width:60px;
	margin:7px auto 5px auto;
	position:relative;
	float:none;
}
.homepage_widgets .widget_body .text {
	width:200px;
	margin-left:0;
	float:none;
}
.homepage_widgets .widget_newsletter .button_big span {
	width:145px
}
.recent_post_slider .slides_container {
	width:190px;
	display:none;
}
.recent_post_slider .slides_container div.slide {
	width:190px;
	display:block;
}
.follow_us_box a.twitter {
	float:left;
	font-size:15px;
}
.follow_us_box a.facebook {
	float:left;
	margin-left:5px;
	font-size:15px;
}
img.liquid {
	width:100%;
}
.features .title h3 {
	font-size:17px;
}
.features .title h4 {
	font-size:16px;
}
/* =================  Footer ================= */
	.footer .col_1_3.last {
	width:226px;
	margin:40px auto 0 auto;
}
.footer_bottom .col_1_3.last {
	width:226px;
	margin:40px auto 0 auto;
}
.footer_bottom .col_2_3.last {
	width:226px;
	margin:40px auto 0 auto;
}
.footer .flickr ul {
	margin-right:-5px;
}
.footer .flickr ul li {
	padding:0;
	margin:0 5px 5px 0;
	float:left;
}
.footer .flickr ul li a {
	border:4px solid #202020;
	display:block;
	width:64px;
	height:64px;
}
.footer .flickr ul li a img {
	width:64px;
	height:64px;
}
/* =================  Homepage update ================= */

.splash-col-1-2 {
	width:100%;
	margin:0 auto 3%;
	display:block;
}

 .splash-col-1-2.last {
	margin-bottom:0;
}
.splash-col-1-4, .splash-col-1-3 {
	width:100%;
	margin-right:0;
	display:block;
	margin-bottom:3%;
}
.splash-col-3-4, .splash-col-2-3 {
	width:100%;
	float:left;
	display:block;
}
.splash-col-1-3.project, .splash-col-2-3.project {
	width:100%;
	margin:0 auto 4%;
	display:block;
}
.splash-col-1-3.project.last, .splash-col-2-3.project.last {
	margin-bottom:0;
}
.splash-col-1-4 img.poster-percent {
	width:50%;
}
}
/* =================  Banner ================= */


.bannerbg {
	background: #FBFBFB;
	padding:0;
}
.bannerbg-pastprojects {
	background: #f2f2f2;
	padding:40px 0 10px;
}
.bannerbggrey {
	background-color: #f2f2f2;
	/*background:url(../images/pattern-tan.gif) repeat;*/
	padding:3% 0;
}
.bannerbgred {
	background-color: #B22117;
	padding:25px 0 40px;
}

.bannerbghome-first {
	background-color: #FBFBFB;
	padding:0 0 70px;
}
.subscribe-container {
	background-color: #FBFBFB;
	padding:20px 0;
}
.subscribe-containergrey {
	background-color: #444;
	padding:30px 0;
}
.subscribe-containerblack {
	background-color: #000;
	padding:30px 0;
}
.bannerbg-pattern {
	background-image:url(../images/parchment-bkgrd.gif);
	background-repeat:repeat;
	padding:30px 0 1px 0;
}

.MT0 {
	margin-top:0px !important;
}
/* CSS3 buttons */

.red-button, .white-button {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:500;
	color: #ffffff;
	padding: 9px 25px 10px 25px;
	background:#B22117;
	display:inline-block;
	/*border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;*/
}
.white-button {
	color: #B22117;
	background:#FFF;
}
.red-button-large {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:700;
	color: #FFF;
	padding: 7px 15px 8px 15px;
	background:#B22117;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	
}
.red-button:hover, .red-button-large:hover {
	background:#FF0000;
	text-decoration:none;
}
.white-button:hover {
	background:#DBDBDB;
	text-decoration:none;
}
.big_link {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
}



/*FOOTER NEW 17*/
#mc-embedded-subscribe {
    width: 26% !important;
    margin: 1px 0 0 4% !important;
	float: left;
}
.subscribe-form {
    width: 65% !important;
    float: left;
}	
.inner-wrap-signup {
	max-width:800px;
	margin:0 auto;
	padding:0 2%;
}
.inner-wrap-signup.pt20pb40 {
	padding:20px 0 40px 0;
}
input, textarea {
    padding: 2%;
}
.red-button.signup {
    padding: 2%;
	/*line-height:18px;*/
	text-transform: uppercase;
	border:none !important;
}
ul.social-links-footer {
    float: none;
    margin: 1% auto;
}
ul.social-links-footer li {
    display:inline;
	margin:0 15px;
}
/*END FOOTER NEW 17*/

/*SPLASH17*/
/*SPLASH17 styles*/
.container-fluid {
	width:100%;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid-noheight {
	width:100%;
    margin-right: auto;
    margin-left: auto;
}
.bg-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-image-slide1{
	background-image: url("/images/splash-slide01fw.jpg");
}
.bg-image-support{
	background-image: url("/images/support-bkgrd.jpg");
}
.bg-image-past{
	background-image: url("/images/past-projects/past-projects-hero.jpg");
}
.bg-image-current{
	background-image: url("/images/current-projects/current-projects-hero-goin.jpg");
}
.bg-image-contact{
	background-image: url("/images/contactus-hero.jpg");
}
.bg-image-currentsch{
	background-image: url("/images/current-projects/current-projects-hero-sch.jpg");
}
.bg-image-about{
	background-image: url("/images/about/about-mainimage.jpg");
}
.bg-image-before{background-image: url("/images/past-projects/beforetexas-hero.jpg");}
.bg-image-eagle{background-image: url("/images/past-projects/eaglewoman-hero.jpg");}
.bg-image-mikado{background-image: url("/images/past-projects/mikado-hero.jpg");}
.bg-image-robin{background-image: url("/images/past-projects/robin-hero.jpg");}
.bg-image-sitelines{background-image: url("/images/past-projects/sitelines-hero.jpg");}
.bg-image-stuck{background-image: url("/images/past-projects/stuckongeedot-hero.jpg");}
.bg-image-experiment{background-image: url("/images/past-projects/theexperiment-hero.jpg");}
.bg-image-una{background-image: url("/images/past-projects/unacorda-hero.jpg");}
.bg-image-whats{background-image: url("/images/past-projects/whatsgoingon-hero.jpg");}
.bg-image-scheherazade{background-image: url("/images/past-projects/scheherazade-hero.jpg");}
.bg-image-collection{background-image: url("/images/past-projects/collection-hero.jpg");}
.bg-image-893{background-image: url("/images/past-projects/893yakuza-hero.jpg");}
.bg-image-carmen{background-image: url("/images/past-projects/carmen-hero.jpg");}

h1.splash-headline {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
	font-size:70px; 
	font-weight:800; 
	line-height: 70px; 
	text-align: center;
	margin:0 0 10px 0; 
	color:#B02117; 
	text-shadow: 1px 1px 4px #000;
}
h1.splash-headline.white {
	color:#FFF;
}
h2.splash-subheadline {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
	font-size:30px; 
	font-weight:500; 
	text-align: center; 
	margin:0; 
	color:#FFF; 
	text-shadow: 1px 1px 4px #000;
}
h3.support-headline, h3.support-headline a, h3.support-headline a:hover {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
	font-size:34px; 
	font-weight:700;  
	margin:0 auto 10px; 
	color:#FFF; 
}
h2.suboffer, h2.suboffer a, h2.projects-headline, h2.projects-headline a {
    font-size: 24px;
    color: #333;
    margin: 10px 0 0 0;
    font-weight: 700;
    text-align: left;
	text-decoration:none;
}
h2.suboffer a:hover, , h2.projects-headline a:hover {
    text-decoration:none;
}
.splash-suboffer-image {
    width: 90%;
    margin-top: 0;
    float: left;
}
a.red-link {
	color:#B22117;
	text-decoration: underline;
	font-weight: 600;
}
a.red-link:hover {
	color: #FF0004;
	text-decoration: underline;
}
.splash-greyline {width: 100%; border-bottom:1px solid #CCC; margin:0 0 3% 0;}


.support-logo {text-align: center; margin:0 auto 5px; width: 78px; height: 67px;}
#splash-suboffer .inner-wrap {padding:4% 2% 2% 2%; max-width: 1200px; margin:0 auto;}
	
.font-smooth{-webkit-font-smoothing: antialiased;}
	
.portfolio-container {
	width:100%;
	display:block;
	padding:2% 0;
}
.portfolio-container .portfolio-innerwrap{
	max-width:1200px;
	/*padding:2%;*/
	margin:0 auto;
	overflow:hidden;
}

.portfolio-container .portfolio-col1-4, .portfolio-container .portfolio-col1-3 {
	width:21%;
	margin:0 2% 2% 0;
	border: medium none;
	float:left;
	overflow:hidden;
}
.portfolio-container .portfolio-col3-4 {
	width:71%;
	margin:0 2% 3% 2%;
	border: medium none;
	float:left;
	overflow:hidden;
}
.portfolio-container .portfolio-col1-3 {
	width:29.33%;
	margin:0 2% 1% 2%;
	border: medium none;
	float:left;
	overflow:hidden;
}
.portfolio-container .portfolio-col1-4 a:hover, .portfolio-container .portfolio-col1-3 a:hover {
		opacity: 0.7;
    	filter: alpha(opacity=70); /* For IE8 and earlier */
}
.portfolio-container .portfolio-col1-4 img, .portfolio-container .portfolio-col1-3 img {
	width:100%;
}
.portfolio-col1-4 a, .portfolio-col1-4 a:hover, 
.portfolio-col1-3 a, .portfolio-col1-3 a:hover {
	text-decoration:none;
}	
/*SLIDESHOW*/
.container-rotate {
	/*width: 100%;
	height: 500px;*/
	position: relative;
}
.container-rotate-content {
	position:relative; 
	z-index: 2; 
	background:none;
}
.container-rotate .slide {
	z-index: 1;
    position: absolute;
   	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	transition: opacity 1s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}
.container-rotate .slide.show {
      opacity: 1;
}
/*END SLIDESHOW*/	


	
@media all and (max-width: 1000px) {
h1.splash-headline {
	font-size:60px; 
	line-height: 60px; 
}
h2.splash-subheadline {
	font-size:24px; 
}
}
	
@media all and (max-width: 768px) {
h1.splash-headline {
	font-size:50px; 
	line-height: 60px; 
	
}
h2.splash-subheadline {
	font-size:21px; 
}
h2.projects-headline a {
    font-size: 21px;
}
h3.support-headline, h3.support-headline a, h3.support-headline a:hover {
	font-size:30px;
}
}

@media screen and (max-width: 480px) {
.inner-wrap.splash {
	padding:50px 2% 70px 2%;
}
.inner-wrap.projecthero {
	padding:40px 0 50px 0 ;
}
h1.splash-headline {
	font-size:36px; 
	line-height: 40px; 
	padding-top:30px;
}
h2.splash-subheadline {
	font-size:17px; 
}
h2.red-title-block-headline {
	font-size:24px;
	line-height:24px;
}
h2.projects-headline a {
    font-size: 18px;
}
h3.support-headline, h3.support-headline a, h3.support-headline a:hover {
	font-size:24px;
}
.portfolio-container .portfolio-innerwrap{
	padding:0 2%;
}
.portfolio-container .portfolio-col1-4, .portfolio-container .portfolio-col3-4, .portfolio-container .portfolio-col1-3 {
	width:100%;
	display:block;
	margin:0 0 5% 0;
	padding:1% 0;
}
.subscribe-form {
    width: 100% !important;
    float: none;
	display:block;
	margin:0 auto;
}	
#mc-embedded-subscribe {
    width: 150px !important;
    margin: 0 auto !important;
    float: none;
	text-align:center;
}
.red-button.signup {
    padding: 3% 2%;
}
}	
/*END SPLASH17*/

.image-toggle-desktop {display:block;}
.image-toggle-mobile {display:none;}
@media screen and (max-width: 480px) {
	.image-toggle-desktop {display:none;}
	.image-toggle-mobile {display:block;}
}