/*
Theme Name: Albedo
Theme URI: http://graphpaperpress.com/themes/albedo/
Author: Graph Paper Press
Author URI: http://graphpaperpress.com/
Description: A theme to showcase your photographs
Version: 1.2.5
License: GNU General Public License
License URI: license.txt
Tags: two-columns, custom-menu, sticky-post, post-formats
*/


/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	/*background: #fdfdfd;*/
	background: url( http://t119933.test-001.softwaredesign.ie/wp-content/uploads/2013/12/bg.png ) center top no-repeat;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
nav {
	position: relative;
	/* clear: both; */
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #656464;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4em;
	/*line-height: 1.6;*/
}

.right {float:right;}
.left {float:left;}
.clear {clear:both;}
.separator {display:block; padding:20px 0 20px 0;}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Open Sans Condensed', sans-serif;
}
h1 {
	font-size: 2.57em;
}
h2 {
	font-size: 1.71em;
}
h3 {
	font-size: 1.42em;
}
h4 {
	font-size: 1.28em;
}
h5 {
	font-size: 1.14em;
}
h6 {
	font-size: 1em;
}
hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


/* Text elements */
p {
	font: 400 16px/17px abel,sans-serif;
	margin-bottom: 1.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
	margin-left:1.5em;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid #ccc;
	font-size: 16px;
	padding: 0;
	/*border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;*/
	background: #5c5c5c; /* Old browsers */
	/*background: -moz-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	/*background: linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	/*box-shadow: inset 0 2px 1px #fff; */
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	padding: 8px 7px 9px;
	text-transform: uppercase;
	/*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #3d3d3d; /* Old browsers */
	/*background: -moz-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	/*background: linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	/*border-color: #bbb #bbb #aaa #bbb;*/
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #8c8c8c;
	width: 195px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	text-decoration: underline;
}
a:visited {
}
a:hover,
a:focus,
a:active {

}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom:1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
	
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Layout
----------------------------------------------- */

.site {
	width: 90%;
	margin: 1em auto;
}
.site-header, .site-content, .site-footer {
	clear: both;
	margin: 2em auto;
	width: 100%;
}
.site-header {
	margin: 0 auto;
}
.widget-area {
	overflow: hidden;
}

#sidebar ul#recentcomments li {
	margin-bottom:0.6em;
}
/* has sidebar */
.has-sidebar .site-content {
	float: left;
	margin: 0 -25% 0 0;
	border-top:1px solid #8C8C8C;
}
.fullwidth {border-top:1px solid #8C8C8C;}

body.blog.has-sidebar .site-content {border:none; }

.has-sidebar #content {
	margin: 0;
	float:left;
	max-width:75%;
}
.has-sidebar .widget-area {
	float: right;
	width: 25%;
}
body.home #content, body.blog #content {
	margin: 0;
	max-width:100%;
}

body.home .site-content {
	float: left;
	margin: 0;
}

#primary img {
	max-width: 100%;
	height: auto;
}
.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
body.has-sidebar .widget-area {
	width: 100%;
	float: left;
}
h1.site-title {
	font-size: 4em;
	margin-bottom: 0px;
	line-height: 1em;
	float: left;
}
span.underline {
	width: 100%;
	float: left;
	margin-bottom: 1em;
}
div.links-right {
	border: 0 solid #000 !important;
	float: right;
	padding-top: 9px;
	height: 145px;
}
div.search-right {
	border: 0 solid #000 !important;
	float: right;
	margin-top: 2px;
}
span.logo-underline {
	margin-bottom: 0;
	width: 100%;
}
.entry-header {
	float: left;
	width: 100%;
}
.entry-content a {
	text-decoration: underline;
}
h1.entry-title {
	text-align: center;
	font-size: 2.5em;
	margin: 0.5em 0 0 0;
}
h1.entry-title {
	margin-top:1em;
	text-align:left;
}
.single-portfolio h1.entry-title {
	margin-top:0.5em;
}
.has-sidebar h1.entry-title {
	text-align: left;
}
.single-portfolio h1.entry-title {
	text-align: center;
}
.portfolio h2.entry-title {
	text-align: center;
	margin: 0;
	font-size: 2em;
}
h1.site-title a {
	text-decoration: none
}
h1.entry-title a, h2.entry-title a {
	text-decoration: none;
}
h2.section-title, #homewidgets h3.widget-title {
	font-size: 1.8em;
	margin-bottom: 0px;
	line-height: 1.5em;
	text-transform: uppercase;
	float: left;

}
.post-format-content {
	float: left;
	max-width:100%;
	width:100%;
}
.cat-links, .sep, .comments-link, .tag-links {
	float: left;
}
.sep {
	margin: 0 6px;
}
#footer-wrap {
	width: 100%;
	height: auto;
}
#copyright-holder {
	background: #000;
}
a.readmore {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
}
.page-header {
	margin: 1em 0;
	float: left;
	width: 100%;
}
.page-header .page-title {
	font-size: 1.5em;
	text-transform: uppercase;
}
.home-slide-title {
	width: 100%;
	font-size: 1.8em;
	text-align: center;
	padding: 22px 0;
}
.home-slider p.flex-caption {
	bottom: 6em;
}
.home-slider .slide-no-title p.flex-caption {
bottom: 0;
}
#homewidgets {
	margin-bottom: 0;
	margin-top: 2.5em;
	width:100%;
}
#homewidgets .widget {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom:5px;
}
section#homewidgets > aside:last-child{
	margin-right: 0
}
#secondary {
	float: right;
	width: 23%;
	margin-top: 4.6em;
	margin-left: 2%;
}
h3.widget-title {
	font-size: 1.5em;
	margin-bottom: 0.4em
}
#secondary h3.widget-title, #sell-media-sidebar h2.widget-title {
	font-size: 1.5em;
	text-transform: uppercase;
}
#footer-widgets h3.widget-title {

}
.widget ul {
	list-style: none;
}
.widget ul li {
	margin-bottom:0.3em;
}
.portfolio-vertical .caroufredsel_wrapper {
	height:236px !important;
}

.portfolio-horizontal .caroufredsel_wrapper {
	height:108px !important;
}
.portfolio-items-wrap {
	clear:both;
}
#fromblog .excerpt p {
	margin-bottom:0.5em;
}
#fromblog, #fromportfolio, #sellmediahome {
	font-size: 0.9em;
	float: left;
	width: 100%;
	margin-bottom: 2.5em;
	margin-top: 2.3em;
	position: relative;
}
#fromblog-desc {
	margin-right: 12px;
	width: 180px;
	float: left;
}
.flex-viewport {
	/* float:left; */
	clear: both;
}

#fromblog .flex-viewport {
	width:768px;
}

#fromportfolio .flex-direction-nav, #fromblog .flex-direction-nav, #sellmediahome .flex-direction-nav {
	top:21px;
	position:absolute;
	right:0;
}
#fromblog .flex-direction-nav {
	display: none;
}
#fromblog a.flex-prev, #fromblog a.flex-next, #fromportfolio a.flex-prev, #fromportfolio a.flex-next, #sellmediahome a.flex-prev, #sellmediahome a.flex-next {
	height: 17px;
	width: 17px;
}
.portfolio-nav, .blog-nav {
	list-style:none;
}
#fromblog a.flex-prev, #fromportfolio a.flex-prev, #sellmediahome a.flex-prev {
	right: 17px;
	background: url(images/prev-icon.png) top left no-repeat;
}
#fromblog a.flex-next, #fromportfolio a.flex-next, #sellmediahome a.flex-next {
	right: 0;
	background: url(images/next-icon.png) top left no-repeat;
}
.portfolio-image-wrap h3.portfolio-home-title, #fromportfolio h3.portfolio-home-title, #sellmediahome h3.portfolio-home-title {
	position:absolute;
	width:100%;
	text-align:center;
	z-index:10;
	opacity:0;
	display:none;
	line-height:1em;
	font-size:1.4em;
}
.portfolio-image-wrap h3.portfolio-home-title {
	font-size:1.8em;
}

.portfolio-image-wrap h3.portfolio-home-title a, #fromportfolio h3.portfolio-home-title a, #sellmediahome h3.portfolio-home-title a {
	color:#f3f3f3;
	font-weight:normal;
	text-decoration:none;
}
.portfolio-image-wrap h3.portfolio-home-title a:hover, .portfolio-image-wrap a.view:hover, #fromportfolio a.view:hover, #fromportfolio h3.portfolio-home-title a:hover, #sellmediahome a.view:hover, #sellmediahome h3.portfolio-home-title a:hover {
	color:#CCC;
}
.portfolio-image-wrap span.view-overlay, #fromportfolio span.view-overlay, #sellmediahome span.view-overlay {
	text-align:center;
	width:100%;
	position:absolute;
	z-index:10;
	opacity:0;
	display:none;
	left:0;
}
.portfolio-image-wrap a.view, #fromportfolio a.view, #sellmediahome a.view {
	color:#f3f3f3;
	font-size:2.5em;
	text-transform:uppercase;
	text-decoration:none;
	border-top:4px solid #F3F3F3;
	padding-top:3px;
}

.portfolio-image-wrap a.view {
	font-size:3.2em;
}
h3.portfolio-home-title {
	top:25%;
	width:100%;
	text-align:center;
	left:0;
}
.portfolio-image-wrap span.view-overlay {
	bottom:25%;
}

#fromportfolio .portfolio-horizontal h3.portfolio-home-title, #sellmediahome .portfolio-horizontal h3.portfolio-home-title {
	top:14px;
}
#fromportfolio .portfolio-horizontal span.view-overlay, #sellmediahome .portfolio-horizontal span.view-overlay {
	bottom:0px;
}
#fromportfolio .portfolio-square h3.portfolio-home-title, #sellmediahome .portfolio-square h3.portfolio-home-title {
	top:46px;
}
#fromportfolio .portfolio-square span.view-overlay, #sellmediahome .portfolio-square span.view-overlay {
	bottom:46px;
}
#fromportfolio .portfolio-vertical h3.portfolio-home-title, #sellmediahome .portfolio-vertical h3.portfolio-home-title {
	top:70px;
}
#fromportfolio .portfolio-vertical span.view-overlay, #sellmediahome .portfolio-vertical span.view-overlay {
	bottom:70px;
}
#fromportfolio span.divider, #sellmediahome span.divider {
	width:144px;
}

#primary .portfolio-image-wrap {
	float: none;
	position: relative;
	width: 100%;
	max-height: 800px;
}

#primary .portfolio-image-wrap a, #primary .portfolio-image-wrap img {
	float:none;
}

#primary .portfolio-image-wrap img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width:auto;
	border:0;
}


.archive .portfolio-2-col .portfolio-image-wrap a.view {
	padding-top:25px;
}

.archive .portfolio-3-col .portfolio-image-wrap a.view {
	padding-top:1px;
}

.post-type-archive #content {
	width:100%;
	max-width:100%;
	}

.fromblog-post h3 {
	border-bottom: 1px solid #F3F3F3;
	font-size: 1.7em;
	font-weight: 400;
	margin: 0.5em 0;
}
.fromblog-post h3 span {
	border-bottom: 4px solid #F3F3F3;
}

.fromblog-post img {
	max-width: 100%;
	height: auto;
	width: 100%;
	float:left;
}
.fromblog-thumb {
	width:100%;
}
.carousel li.carousel-item {
	margin: 6px 44px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	max-width:290px;
	height:auto;
	position:relative;
}
#fromportfolio .carousel li, #sellmediahome .carousel li {
	background:#2d2d2d;
}
.fromblog-items-wrap {
	position: relative;
	float: left;
}
a.thumb {
	float: left;
}
#widget-4 {
	float: right !important;
	margin-right: 0px !important
}

span.required {
	color:red;
}

.hidden {visibility:hidden;}

.entry-meta a {
	text-decoration: none;
	color:#AAA;
}

.fullwidth {
	float: none;
	margin:0 !important;
	width: 100%;
}
/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: auto;
	max-width:76%;
	margin-top: 14px!important;
}


.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
ul.menu-top-right ul {
	margin: 0;
}
ul.menu-top-right li {
	float: left;
	position: relative;
	margin-right: 0.5em;
	line-height:2em;
}
.main-navigation li{
	float: left;
	position: relative;
	margin-right: 3.3em;
	line-height:2em;
}

.main-navigation li li, ul.menu-top-right li li {
	line-height:1.5em;
}

.main-navigation a {
	color: #8c8c8c;
	font-size: 1.3em;
	display: block;
	margin-bottom: 1em;
	text-decoration: none;
}
 ul.menu-top-right a {
 	color: #DDDddd;
 	font-size: 1.3em;
 	display: block;
	text-decoration: none;
 }
 ul.menu-top-right li:last-child  {
 	background: url(images/cart.jpg) 100% 50% no-repeat;
 	padding-right: 2em;
 }

 .main-navigation a:hover, ul.menu-top-right a:hover {
	color: #fff;
 }	
.main-navigation ul ul, ul.menu-top-right ul {
	display: none;
	float: left;
	position: absolute;
	top: 1.9em;
	left: -1em;
	z-index: 99999;
	padding: 4px;
}
.main-navigation ul ul ul, ul.menu-top-right ul ul {
	left: 102%;
	top: -5px;
}
.main-navigation ul ul a, ul.menu-top-right ul a {
	width: 200px;
}
.main-navigation ul ul li, ul.menu-top-right ul li {
	margin-left: 0;
	padding-left: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.main-navigation li:hover > a, ul.menu-top-right li:hover > a {
}
.main-navigation ul ul :hover > a, ul.menu-top-right ul :hover > a {
}
.main-navigation ul ul a:hover, ul.menu-top-right ul a:hover {
}
.main-navigation ul li:hover > ul, ul.menu-top-right li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {

}

/* Top menu */
.menu-top-right {
	float: right;
	font-size: 0.8em;
	list-style: none outside none;
	margin: 0.5em 0 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.menu-top-right li {
	float: left;
	margin: 0 0 0 0.5em;
	list-style: none;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.3em;
}
.main-small-navigation .menu {
	display: none;
	position: absolute;
	z-index: 999;
	padding: 4px;
	list-style: none;
	right: 0;
	top: 0;
	width: 40%;
	z-index:9999;
}
.main-small-navigation .menu li {
	width: 100%;
	text-align: center;
}
.main-small-navigation .menu li a {
	text-decoration: none;
}
.main-small-navigation .menu ul {
	list-style: none;
	margin-left: 0;
}
/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 2em;
	float: left;
	width:100%;
	max-width:100%;
}
.archive .hentry {
	padding-bottom: 10px;
}
.tax-pcategory .hentry, .tax-ptag .hentry, .post-type-archive .hentry {
	border-bottom:0;
}
.tax-pcategory #content {
	max-width:100%;
	width:100%;
}
.tax-ptag #content {
	max-width:100%;
	width:100%;
}
.entry-meta {
	clear: both;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Georgia";
	letter-spacing: 1px;
}
.entry-meta a:hover {
	text-decoration: none;
	color:#2d2d2d;
}

.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	float: left;
	max-width: 100%;
	width:100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
	font-style:italic;
	font-size:0.9em;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
#content .post-format-content .gallery {
	margin-bottom:0;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 100%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-below {
	margin-bottom: 2em;
	float: left;
	width: 100%;
}
#image-navigation {
	margin-top:1em;
}
.nav-previous, .nav-next {
	margin: 1em 0;
}
.nav-previous, .previous-image {
	float: left;
}
.nav-next, .next-image {
	float: right;
}
.nav-previous a, .nav-next a, .next-image a, .previous-image a {
	padding: 5px 10px;
	border-radius: 2px;
	font-size: 0.8em;
	text-decoration: none;
}

#subnav { margin:20px 0 30px 0!important;  padding: 0 0 5px 2px!important;}

/* container */
#psContainer { border-top:1px solid #8C8C8C;}


/* =Comments
----------------------------------------------- */
#comments {
	float: none;
}
.bypostauthor {
}

#comments-title {
	padding: 8px 4px;
	text-transform: uppercase;
	font-size: .9em;
}
article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 40%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 60%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 60%;
}
#respond .form-allowed-tags {
	display: none;
}
.commentlist {
	margin: 2em 5%;
	list-style-type: none;
}
.commentlist li {
	position: relative;
	margin: 0 0 2em;
}
.comment {
	max-width: 100%;
	overflow: hidden;
	display: block;
}
article.comment {
	margin: 20px 0 0;
	padding-bottom: 10px;
}
.comment header {
	font-size: 1.2em;
}
.comment .comment-content {
	font-size: .9em;
	float: left;
	width: 100%;
	margin-top: 1em;
}
.comment footer {
	float: left;
	width: 75%;
	font-size: .7em;
}
.comment .reply {
	float: right;
	font-size: .9em;
	width: 100%;
	text-align: right;
	font-weight: bold;
}
.commentmetadata {
}
.pinglist {
	margin: 20px 0 40px 52px;
	list-style-type: decimal;
}
#commentform {
	margin-top: 20px;
}
.children {
	list-style-type: none;
	margin-left: 55px;
}
.comment .avatar {
	float: left;
	margin: 0 1em .5em 0;
}
.comment-author {
	display: inline;
	margin-right: 5px;
	font-size:1.2em;
}
.comment-author cite {
	font-weight: bold;
	font-style: normal;
}
.comment-meta {
	display: block;
	font-size: 11px;
}
.comment-body {
	margin: 0 0 30px 55px;
}
.comment-reply-link {
	font-size: .8em;
	padding: 3px;
	text-transform: uppercase;
}
#cancel-comment-reply-link {
	font-size: 1.4em;
}
#respond {
	padding-bottom: 35px;
}
#respond h3 {
	font-size: 14px;
	font-weight: bold;
}
.nocomments {
	text-align: center;
	padding: 20px;
}
.comment-body ul {
	list-style-type: disc;
}
.comment-body ol {
	list-style-type: decimal;
}
#commentform label small {
	font-size: 12px;
}
.comment-author-admin article {
	padding: 1em;
}
.comment-author-admin footer {
	left: 1em;
}
.depth-2, .depth-3, .depth-4, .depth-5 {
	font-size: 1em;
}



/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 3em 0;

}

/* Search widget */
#searchsubmit {
	display: none;
}


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

#colophon {
	padding: 2.4em 0 0 0;
}
.one aside {
	width: 100%;
	float: left;
}
.two aside {
	width: 50%;
	float: left;
}
.three aside {
	width: 30%;
	float: left;
	margin-right: 3.33%;
}
.four aside {
	width: 22%;
	float:left;
	margin-right: 4%;
}

#footer-widgets {
	float: left;
	width:100%;
}
.site-info {
	font-size:14px;
	clear: both;
	float: right;
	text-align: center;
	color:#ffffff;
}
.site-info a {
	font-size:14px;
	text-transform: none;
	margin:0 5px 0 5px;

}
.site-info a:hover {
	text-decoration: none;
}
.site-info .sep {
	float:none;
}



/* =Icons
----------------------------------------------- */
.menu-top-right li.facebook a,
.menu-top-right li.twitter a,
.menu-top-right li.rss a,
.menu-top-right li.vimeo a {
	background-image: url(images/icons-small.png);
	text-indent: -9999em;
	float: left;
	padding: 3px;
	height: 16px;
}

.menu-top-right .facebook a {
	width: 14px;
	background-position: -24px 0;
}
.menu-top-right .facebook a:hover {
	background-position: -24px -25px;
}
.menu-top-right .twitter a {
	width: 16px;
	background-position: -45px 0;
}
.menu-top-right .twitter a:hover {
	background-position: -45px -25px;
}
.menu-top-right .rss a {
	width: 16px;
	background-position: 0px 0;
}
.menu-top-right .rss a:hover {
	background-position: 0 -25px;
}
.menu-top-right .vimeo a {
	width: 16px;
	background-position: -68px 0;
}
.menu-top-right .vimeo a:hover {
	background-position: -68px -25px;
}

.menu-top-right .phone a {
	width: auto;
	padding: 0.5em 1em;
	text-decoration: none;
	font-weight: bold;
	top: -2px;
	position: relative;
}

.comment-bubble::before {
	background-position: 74% 4px;
}

.comments-link {
	text-decoration: none;
	margin-top:-2px;
}
.comments-link:hover {
	text-decoration: none;
}

.comment-bubble {
	margin-top:-1px;
	font-size:12px;
}
.icon {
	float: left;
	margin: 0;
}

.icon::before {
	float: left;
	padding: 0 10px;
	margin: 0 5px 0 0;
	content: "";
	background: url(images/icons-small.png) 200px -2px;
	height: 16px;
	display: inline-block;
	opacity:0.6;
}

.cat-icon {
	width: 14px;
	height: 11px;
	display: block;
	background: url(images/cat-icon.png) no-repeat;
	margin-right: 7px;
	float: left;
	margin-top: 2px;
	opacity:0.6;
}

.entry-meta .cat-links a {
	color:#AAA;
}
.entry-meta .cat-links a:hover {
	color:#2d2d2d;
}

.time-icon {
	width: 13px;
	height: 12px;
	display: block;
	background: url(images/clock-icon.png) no-repeat;
	margin-right: 4px;
	float: left;
	margin-top: 1px;
	opacity:0.6;
}

.tag-icon {
	width: 13px;
	height: 12px;
	display: block;
	background: url(images/tag-icon.png) no-repeat;
	margin-right: 7px;
	float: left;
	margin-top: 2px;
	opacity:0.6;
}


/* =Portfolio
----------------------------------------------- */
.portfolio-2-col .hentry {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.portfolio-3-col .hentry {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.portfolios .portfolio-image-wrap, .archive .portfolio-image-wrap {
	margin: 0 0 1em;
	float: left;
	position:relative;
	max-width:100%;
}

.portfolios .portfolio-image-wrap:hover, .archive .portfolio-image-wrap:hover {	
	background:#2d2d2d;
}

.portfolio-image-wrap img {
	float:left;
}

/* latest news & events home page widget */

.advanced_recent_posts_widget ul li {border-bottom:none!important;}

.advanced_recent_posts_widget .post-title {
    color: #FFFFFF!important;
    font-size: 16px!important;
    font-weight: normal!important;
    padding-bottom: 15px;
    text-decoration: none;
}
.advanced_recent_posts_widget .post-entry { margin-top:10px;}
.widget.advanced_recent_posts_widget h3.widget-title {font-size:25.2px!important; }
    
.entry-title a {  
	margin-top: 1em;
    text-align: left;
	color: #FFFFFF!important;
	font-size: 35px;
	margin-top: 1em;
    text-align: left;
	 
}	
	
	
/* Gallery */

DIV.actionbar {height:auto!important;}
body.gallery-list h2 {margin-top: 0.7em;  font-size: 2.5em;}
body.gallery-show h1 { margin-top: 1em;}

DIV.filename { font-size: 1.5em; color:#fff; margin-bottom: 1.3em; font-family:"Abel",arial,sans-serif}
	
/* =Responsiveness: Readers
----------------------------------------------- */

/* table */

TABLE.table TH {  background-color:#5C5C5C !important;}
#psMainCustom TABLE.table, #psMainCustom TABLE.table TH, #psMainCustom TABLE.table TD {font-size:16px!important;}

/*  Lightboxes */
body.lbx DIV.ftabContent, UL.ftabTabs LI.on   { background-color:#0e0e0e!important;}
body.lbx UL.ftabTabs LI.on { background-color:#0e0e0e!important; border-bottom: 2px solid #0e0e0e!important;}
body.lbx UL.ftabTabs LI {background-color:#5c5c5c!important;}
body.lbx #psContent td {background-color:#5c5c5c!important; border-bottom:1px solid #fff!important;}
body.lbx .fpane.a0 {color:#fff;}



/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* Sticky footer css */

html, body {
	height: 100%;
}

#page {
	min-height: 100%;
}

#main {
	/*overflow:auto;*/
	padding-bottom: 70px;
	clear: both;
}

#footer-wrap {
	position: relative;
	margin-top: -70px;
	clear:both;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}


/* =Genericons
----------------------------------------------- */
@font-face {
    font-family: 'Genericons';
    src: url('images/font/genericons-regular-webfont.eot');
    src: url('images/font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/font/genericons-regular-webfont.woff') format('woff'),
         url('images/font/genericons-regular-webfont.ttf') format('truetype'),
         url('images/font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**
 * All Genericons
 */

.genericon,
li.github a:before,
li.dribbble a:before,
li.twitter a:before,
li.facebook a:before,
li.facebook-alt a:before,
li.feed a:before,
li.vimeo a:before,
li.wordpress a:before,
li.googleplus a:before,
li.pinterest a:before,
li.pinterest-alt a:before,
li.flickr a:before,
li.youtube a:before,
li.tumblr a:before,
li.linkedin a:before,
li.linkedin-alt a:before {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Genericons';
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

/**
 * Menu Icons
 */

li.github a:before,
li.dribbble a:before,
li.twitter a:before,
li.facebook a:before,
li.facebook-alt a:before,
li.feed a:before,
li.vimeo a:before,
li.wordpress a:before,
li.googleplus a:before,
li.pinterest a:before,
li.pinterest-alt a:before,
li.flickr a:before,
li.youtube a:before,
li.tumblr a:before,
li.linkedin a:before,
li.linkedin-alt a:before {
	line-height: 1;
	margin-right: 6px;
}

/**
 * IE7 and IE6 hacks
 */

.genericon {
	*overflow: auto;
	*zoom: 1;
	*display: inline;
}

/**
 * Sizes
 */

.genericon-medium {
	line-height: 1.2;
}
.genericon-small {
	line-height: .9;
}

/**
 * Individual icons
 */

/* Post formats */
.genericon-standard:before { content: '\f100'; }
.genericon-aside:before { content: '\f101'; }
.genericon-image:before { content: '\f102'; }
.genericon-gallery:before { content: '\f103'; }
.genericon-video:before { content: '\f104'; }
.genericon-status:before { content: '\f105'; }
.genericon-quote:before { content: '\f106'; }
.genericon-link:before { content: '\f107'; }
.genericon-chat:before { content: '\f108'; }
.genericon-audio:before { content: '\f109'; }

/* Social icons */
.genericon-github:before, li.github a:before { content: '\f200'; }
.genericon-dribbble:before, li.dribbble a:before { content: '\f201'; }
.genericon-twitter:before, li.twitter a:before { 
	content: '\f202';
	background: #5C5C5C;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;	
	color: #000000;
	font-size:16px;
	height: 24px;
	padding-top:8px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 32px;
 }
 .genericon-twitter:before, li.twitter a:hover:before {
	background: #3d3d3d;
 } 
.genericon-facebook:before, li.facebook a:before { 
	content: '\f204'; 
	background: #5C5C5C;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;	
	color: #000000;
	font-size:16px;
	height: 24px;
	padding-top:8px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 32px;
}
.genericon-facebook:before, li.facebook a:hover:before { 
	background: #3d3d3d;
}
.genericon-facebook-alt:before , li.facebook-alt a:before{ content: '\f204'; }
.genericon-wordpress:before, li.wordpress a:before { content: '\f205'; }
.genericon-googleplus:before, li.googleplus a:before { 
	content: '\f218';
	background: #5C5C5C;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;	
	color: #000000;
	font-size:16px;
	height: 24px;
	padding-top:8px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 32px;
}
.genericon-googleplus:before, li.googleplus a:hover:before {
	background: #3d3d3d;
} 
.genericon-linkedin:before, li.linkedin a:before {
	content: '\f207';
	background: #5C5C5C;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;	
	color: #000000;
	font-size:16px;
	height: 24px;
	padding-top:8px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 32px;
}
.genericon-linkedin:before, li.linkedin a:hover:before {
	background: #3d3d3d;
}

.genericon-linkedin-alt:before, li.linkedin-alt a:before { content: '\f208'; }
.genericon-pinterest:before, li.pinterest a:before { content: '\f209'; }
.genericon-pinterest-alt:before, li.pinterest-alt a:before { content: '\f210'; }
.genericon-flickr:before, li.flickr a:before { content: '\f211'; }
.genericon-vimeo:before, li.vimeo a:before { content: '\f212'; }
.genericon-youtube:before, li.youtube a:before { content: '\f213'; }
.genericon-tumblr:before, li.tumblr a:before { content: '\f214'; }



/* Meta icons */
.genericon-comment:before { content: '\f300'; }
.genericon-category:before { content: '\f301'; }
.genericon-tag:before { content: '\f302'; }
.genericon-time:before { content: '\f303'; }
.genericon-user:before { content: '\f304'; }
.genericon-day:before { content: '\f305'; }
.genericon-week:before { content: '\f306'; }
.genericon-month:before { content: '\f307'; }
.genericon-pinned:before { content: '\f308'; }

/* Other icons */
.genericon-search:before { content: '\f400'; }
.genericon-unzoom:before { content: '\f401'; }
.genericon-zoom:before { content: '\f402'; }
.genericon-show:before { content: '\f403'; }
.genericon-hide:before { content: '\f404'; }
.genericon-close:before { content: '\f405'; }
.genericon-close-alt:before { content: '\f406'; }
.genericon-trash:before { content: '\f407'; }
.genericon-star:before { content: '\f408'; }
.genericon-home:before { content: '\f409'; }
.genericon-mail:before { content: '\f410'; }
.genericon-edit:before { content: '\f411'; }
.genericon-reply:before { content: '\f412'; }
.genericon-feed:before { content: '\f413'; }
.genericon-warning:before { content: '\f414'; }
.genericon-share:before { content: '\f415'; }
.genericon-attachment:before { content: '\f416'; }
.genericon-location:before { content: '\f417'; }
.genericon-checkmark:before { content: '\f418'; }
.genericon-menu:before { content: '\f419'; }
.genericon-top:before { content: '\f420'; }
.genericon-minimize:before { content: '\f421'; }
.genericon-maximize:before { content: '\f422'; }
.genericon-404:before { content: '\f423'; }
.genericon-spam:before { content: '\f424'; }
.genericon-summary:before { content: '\f425'; }
.genericon-cloud:before { content: '\f426'; }
.genericon-key:before { content: '\f427'; }
.genericon-dot:before { content: '\f428'; }
.genericon-next:before { content: '\f429'; }
.genericon-previous:before { content: '\f430'; }
.genericon-expand:before { content: '\f431'; }
.genericon-collapse:before { content: '\f432'; }
.genericon-dropdown:before { content: '\f433'; }
.genericon-dropdown-left:before { content: '\f434'; }
.genericon-top:before { content: '\f435'; }
.genericon-draggable:before { content: '\f436'; }
.genericon-phone:before { content: '\f437'; }
.genericon-send-to-phone:before { content: '\f438'; }
.genericon-plugin:before { content: '\f439'; }
.genericon-cloud-download:before { content: '\f440'; }
.genericon-cloud-upload:before { content: '\f441'; }
.genericon-external:before { content: '\f442'; }
.genericon-document:before { content: '\f443'; }
.genericon-book:before { content: '\f444'; }

/* Generic shapes */
.genericon-uparrow:before { content: '\f500'; }
.genericon-rightarrow:before { content: '\f501'; }
.genericon-downarrow:before { content: '\f502'; }
.genericon-leftarrow:before { content: '\f503'; }

/* EXTRA CSS */
#header-black-div {
	background:#0e0e0e; 
	height:27px
}
#menu-extra-menu li {	
	font-size: 1em;
	float: left;
	margin: 3.2em 0.35em 0;
}
#menu-extra-menu {
	display: block !important;
}
#menu-extra-menu a {
	border: 5px solid #8c8c8c;
	color: #8c8c8c;
	font-size: 14px;
	padding: 6px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-extra-menu a:hover {
	border: 5px solid #fff;
	color: #fff;
	font-size: 14px;
}
.links-right .textwidget {
	color: #fff;
	font-size: 17px;
	margin-top: 2.4em;
	letter-spacing: 1px;
	text-align: right;
}
.search-right .field {
	background: #fff url(images/search.png) 100% 50% no-repeat;
	border: 4px solid #dbdbdb;
	font-size: 12px;
	padding: 5px 9px;
}
.footer-copy {
	padding: 21px 0 40px;
}
ul.thumbs li table td a {
color: #DDDddd;
font-size: 1.4em; 
text-decoration: none;
text-transform: capitalize;
}
ul.thumbs li table td a:hover {
	color: #fff;
	text-decoration: underline;
}
ul.thumbs li {
	border: 0px solid #8c8c8c;
	width:230px!important;
}
ul.thumbs li table td.slide { 
height: auto;
}
ul.thumbs li table td { 
text-align: left;
}
span.gallery_list_num_images {
	display: none;
}
.homewidget-img {
	display: inline;
	float: left;
	margin-bottom: 0.8em;
	margin-right: 1.2em;
}
#homewidgets .textwidget p {
	font: 400 16px/20px "Abel", sans-serif;
	margin-bottom: 20px;
	text-align: justify;
}
#homewidgets .textwidget h3 {
	margin-bottom: 15px
}
#footer-wrap .textwidget p {
	font: 400 16px/21px "Abel", sans-serif;
	margin-bottom: 1.5em;
	/*margin-top: 13px;*/
	text-align: justify;
}
#footer-wrap .textwidget {
	padding-top:5px;
}
#footer-wrap .textwidget a {
	color: #bbbaba
}
#widget-4 a {
	display: block;
	float: left;
	font-size:0px;
	vertical-align: middle;
	margin: 11px 9px 0 1px
}


#widget-4 input.input-field {
	background-image: none;
	border: 0 solid #000;
	font: 400 16px/16px "Abel",sans-serif;
	color: #DDDddd;
	display: block;
	float: left;
	padding: 8px 7px 9px;
	width: 71%;
}

#widget-4 input.input-button {
	background-color: #5c5c5c;
	border: 0;
	border-radius: 0;
	color: #fff;
	display: block;
	font-size: 16px;
	float: left;
	width: 19%;
}
#widget-4 input:hover.input-button {
	background-color: #3d3d3d;
}
#widget-4 .widget {
	margin-bottom: 6.7em;
}
#wpgmza_map{
	float: none !important;
}
#menu-follow-us a {
	text-decoration: none;
}

/*contact */
.map {float:right; width:500px;}
.contact-details {float:left;}
/*My Cart Page*/
body.cart h1 {margin-top:1em;}
#psMainCustom{background: none!important;}
#psMainCustom TABLE TD, #psMainCustom TABLE TH, #psMainCustom P, #psMainCustom H1, #psMainCustom H2, #psMainCustom H3, #psMainCustom H4, #psMainCustom A {color:#ffffff!important;}
#psMainCustom p{margin: 20px 0;}
#psMainCustom h2{margin-top: 1em;  font-size: 2.5em; line-height:25px!important;}
#psCart TABLE.psCartItems {margin:20px 0 20px 0!important;}
#psCart .nocrop, .psCartItems .nocrop {background:none!important;}
#psCart .psCartSummary DIV.psCartSummaryBox{background-color:#0E0E0E!important;}
#psCart TABLE.psCartItems TD.qty STRONG {text-align:center;}
#psCart .nocrop, .psCartItems .nocrop { 
	background:none!important; 
	height:100px!important; 
	width:100px!important;
	margin:15px 0 15px 0!important;
}

#psContent INPUT, #psContent SELECT {border:none!important;}
.cart #psMainCustom a {margin:20px 0 30px 0!important;}

.psCartCheckoutHeader.inactive {
    border-bottom: none!important;
    color:#ffffff!important;
}


#psCart .psCartSummaryContent ,.psCartCheckoutContent{
    color: #FFFFFF !important;
    padding: 10px;
}

UL.cartAddr LI{
	background-color:rgba(0,0,0,0)!important;
	border: none!important;
	 margin: 20px 3px 3px!important;
}

DIV.psCartCheckoutShipMethod{
background-color:rgba(0,0,0,0)!important;

}

UL.cartAddr LI:hover{
	background-color:none!important;
	border: none!important;

}

.gallery-list h2:nth-of-type(2){
	display:none;
}

.site-title {
    margin-top: 0 !important;
}

.wpcf7-form input[type="text"], textarea{
	width:300px!important;
}

.err-msg{
	color:#CC3366!important;
}

/* old fixes , working only in Firefox -------

#psContent TABLE { width:100%!important; }
#psCart TABLE.psCartColumn > tbody > tr > td {display:block!important; float:left!important; width:100%!important;}
#psCart TABLE.psCartColumn TD .psCartSummary { display: block; margin-bottom: 20px; width: 100%;}
#psCart .psCartSummary DIV.psCartSummaryBox {
    background-color: #F6F6F6;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    display: block!important;
    padding: 0;
    width: 99%!important;
}

*/

/* Gallery */

DIV.imageInfo {width:90%!important;}
DIV.caption { color: #FFFFFF; font-size: 14px;}

/* My account page */

.usr-account .info tbody tr th {font-weight:bold;}
#subnav a {display:inline-block;}
#psContent TABLE, #psContent TD, #psContent TH, .ui-dialog TABLE, .ui-dialog TD, .ui-dialog TH {font-size:13px!important;}

#psMainCustom TABLE.table, #psMainCustom TABLE.table TH, #psMainCustom TABLE.table TD { background-color: #434245!important;}
/*testimonals*/
.testimonial-item {
color: #B1B1B3;
background-color: #434245;
padding: 20px 20px;
margin: 20px 0;
}
/* =Responsiveness: Handhelds
----------------------------------------------- */

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

	.site-header {
		text-align: center;
	}
	small, .entry-meta, .wp-caption .wp-caption-text, .gallery-caption {
		font-size: 0.85em;
	}
	.items {
		width: 400px;
	}
	.portfolio-image-wrap a.view, #fromportfolio a.view, #sellmediahome a.view {
		font-size: 1.5em;
	}
	/* extra css */
	div.links-right {
		margin-bottom: 30px;
	}
 	div.search-right {
	 	margin: 5px 0 10px;
	}
 	.menu-toggle {
		border: 4px solid #fff;
		padding: 0 10px;
 	}
 	.site-info {
		float: none !important;
	}
	.actionbarRight {float:left!important; margin:10px 0 0 15px!important;}
	UL.thumbs.gallery_thumbs LI {margin:0 auto;}
	#psContent TD {padding-top:10px!important;}
}

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

	.portfolio-image-wrap a.view, #fromportfolio a.view, #sellmediahome a.view {
		display: none;
	}
	/* extra css */
	div.links-right {
		float: none;
		margin: 0 auto 30px;
		width: 300px;
	}
 	div.search-right {
 		float: none;
	 	margin: 5px auto 10px;
	 	width: 225px;
	}
 	.menu-toggle {
		border: 4px solid #fff;
		right: 38%;
		left: 38%;
		margin-bottom: 10px;
 	}
 	.main-small-navigation .menu {
 		left: 30%;
 		right: 30%;
 		width: none;
 	}
 	.menu-top-right {
 		float: none;
 		margin: 5px 0 0 auto;
		padding-top: 5px;
 		width: 220px;
 	}
 	.site-info {
		float: none !important;
	}
	h1.site-title {
		float: none;
		margin: 0 auto;
		width: 246px;
	}
	.home-slide-title {
		font-size: 21px !important;
	}	 

	#psCart TABLE.psCartItems TH:first-child {display:none!important;}
	#psCart TABLE.psCartItems tr td.image {display:none!important;}
}

/* =Responsiveness: Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* extra css */
	#widget-4 a {
		margin: 0px !important;
	} /* --- */
	.container {
		width: 728px;
	}
	#fromportfolio .carousel li.carousel-item, #sellmediahome .carousel li.carousel-item {
		max-width: 179px;
	}
	#fromblog .carousel li.carousel-item {
		max-width: 174px;
	}
	#fromblog .flex-viewport {
		width: 536px;
		position: relative;
		float: left;
	}

	.archive .portfolio-2-col .portfolio-image-wrap a.view {
		padding-top:12px;
	}

	.archive .portfolio-3-col .portfolio-image-wrap span.view-overlay {
	bottom: 13%;
	}
	/* extra css */
 	.main-navigation {
 		max-width: 100%;
 	}
 	div.search-right {
   		margin: 0 0 10px;
 	} 
	.main-navigation li { margin-right: 2.5em;}
	#psCart .nocrop img, .psCartItems .nocrop img {width:95%!important;}
}


/* =Responsiveness: Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
	.container {
		width: 300px;
	}
	#fromblog .flex-viewport {
		width: 300px;
	}
	#fromblog-desc {
		width: 300px;
		margin: 0 0 1em 0;
	}
	#homewidgets .widget {
		width: 100%;
		margin-right: 0;
	}
	#secondary {
		width: 100%;
		margin-left: 0;
	}
	#menu-social-menu {
		float: left;
	}
	.portfolios .hentry {
		width: 100%;
		margin-right: 0;
	}
	#fromportfolio .portfolio-horizontal h3.portfolio-home-title, #sellmediahome .portfolio-horizontal h3.portfolio-home-title {
		top:0px;
	}
	#fromportfolio .portfolio-horizontal a.view, #sellmediahome .portfolio-horizontal a.view {
		bottom:0px;
		font-size:2em
	}

	#fromportfolio .portfolio-square h3.portfolio-home-title, #sellmediahome .portfolio-square h3.portfolio-home-title {
		top:24px;
	}
	#fromportfolio .portfolio-square span.view-overlay, #sellmediahome .portfolio-square span.view-overlay {
		bottom:24px;
	}

	#fromportfolio .portfolio-vertical h3.portfolio-home-title, #sellmediahome .portfolio-vertical h3.portfolio-home-title {
		top:14px;
	}
	#fromportfolio .portfolio-vertical span.view-overlay, #sellmediahome .portfolio-vertical span.view-overlay {
		bottom:0px;
	}

	.portfolio-square .caroufredsel_wrapper {
		height:150px !important;
	}

	.portfolio-vertical .caroufredsel_wrapper {
		height:184px !important;
	}

	.portfolio-horizontal .caroufredsel_wrapper {
		height:84px !important;
	}

	.home-slide-title {
		font-size: 1.5em;
		text-indent:0px!important;
		text-align:center!important;
	}

	.archive .portfolio-2-col .portfolio-image-wrap a.view {
		padding-top:0px;
	}

	.one aside, .two aside, .three aside, .four aside {
		float: left;
		margin: 0;
		width:100%;
	}

	h1.site-title {
		font-size:2.5em;
	}

	#fromblog-desc {
		display:none;
	}

	.has-sidebar #content {
		max-width:100%;
		margin:0;
	}
	
	
	#psCart .nocrop img, .psCartItems .nocrop img {width:80%!important;}
	#psCart TABLE.psCartColumn TD .psCartSummary { float:left!important; margin-bottom:30px; }
	#psCart .nocrop, .psCartItems .nocrop {height:80px!important; width:80px!important; }
	#psCart TABLE.psCartColumn TD  {vertical-align:inherit!important;}
	#psCart TABLE.psCartItems TD.items {vertical-align:top!important;}
	#psCart .psCartSummary {position:relative!important; left:-250px!important;}
	.map {float:left; width:100%; display:inline-block;}
	.contact-details {width:100%; float:left; display:block;}
	
	ul.thumbs li {
	border: 0px solid #8c8c8c;
	width:auto!important;
	}
	
	ul.thumbs li table td.slide { 
	height:auto;
	}
	
	ul.thumbs li table td { 
	text-align: left;
	}
	span.gallery_list_num_images {
	display: none;
	}

		
}


/* =Responsiveness: Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 420px;
	}
	#fromblog .flex-viewport {
		width: 420px;
	}
	#fromblog-desc {
		width: 420px;
		margin: 0 0 1em 0;
	}
	#homewidgets .widget {
		width: 100%;
		margin-right: 0;
	}
	#secondary {
		width: 100%;
	}
	#menu-social-menu {
		float: left;
	}
	.portfolios .hentry {
		width: 100%;
		margin-right: 0;
	}

	#fromportfolio .portfolio-horizontal h3.portfolio-home-title, #sellmediahome .portfolio-horizontal h3.portfolio-home-title {
		top:0px;
	}
	#fromportfolio .portfolio-horizontal span.view-overlay, #sellmediahome .portfolio-horizontal span.view-overlay {
		bottom:0px;
	}

	#fromportfolio .portfolio-square h3.portfolio-home-title, #sellmediahome .portfolio-square h3.portfolio-home-title {
		top:20px;
	}
	#fromportfolio .portfolio-square span.view-overlay, #sellmediahome .portfolio-square span.view-overlay {
		bottom:20px;
	}

	#fromportfolio .portfolio-vertical h3.portfolio-home-title, #sellmediahome .portfolio-vertical h3.portfolio-home-title {
		top:36px;
	}
	#fromportfolio .portfolio-vertical span.view-overlay, #sellmediahome .portfolio-vertical span.view-overlay {
		bottom:36px;
	}
	.portfolio-square .caroufredsel_wrapper {
		height:140px !important;
	}

	.portfolio-vertical .caroufredsel_wrapper {
		height:172px !important;
	}

	.portfolio-horizontal .caroufredsel_wrapper {
		height:80px !important;
	}

	.archive .portfolio-2-col .portfolio-image-wrap a.view {
		padding-top:19px;
	}

	.archive .portfolio-3-col .portfolio-image-wrap a.view {
		padding-top:17px;
	}

	h1.site-title {
		font-size:3em;
		float:none!important;
	}

	#fromblog-desc {
		display:none;
	}
	
/* extra css */

	div.links-right {
		float: none;
		margin: 0 auto 30px;
		width: 300px;
	}
 	div.search-right {
 		float: none;
	 	margin: 5px auto 10px;
	 	width: 225px;
	}
 	.menu-toggle {
		border: 4px solid #fff;
		right: 38%;
		left: 38%;
		margin-bottom: 10px;
 	}
 	.main-small-navigation .menu {
 		left: 30%;
 		right: 30%;
 		width: none;
 	}
 	.menu-top-right {
 		float: none;
 		margin: 5px 0 0 auto;
		padding-top: 5px;
 		width: 220px;
 	}
 	.site-info {
		float: none !important;
	}
	h1.site-title {
		float: none;
		margin: 0 auto;
		width: 246px;
	}

#psCart TABLE.psCartItems TD.image{
	display:none;
}
		
	
}

TABLE.table TD {
    border-bottom: 1px solid #BBBBBB !important;
    border-right: 1px solid #BBBBBB !important;
    border-top: 1px solid #BBBBBB !important;
    color: #333333;
    padding: 4px 5px;
}

TABLE.table {

    border: 1px solid #FFFFFF !important;

}

DIV.cartButtonBlock{
	border-top: none!important;
}

.f_left {
    color: #FFFFFF !important;
    float: left;
}

#optLoginDiv div{
	background-color:rgba(0,0,0,0)!important;
}

.grid_9.push_1 {
    color: #FFFFFF;
}

#psMainCustom H1, #psMainCustom H2, #psMainCustom H3, #psMainCustom H4 {
    margin-bottom: 10px;
}

div.imageMetaData {
 height: auto;
    margin: 10px 0;
    max-height: 70px;
    min-height: 60px;
    padding-bottom: 10px;
}

#psContent{
	height:auto;
}

ul {
color: #FFF;
}

.newsletter-form > li {
    display: inline-block;
}

#mc4wp_email{padding: 8px 7px 9px;width: 144px;}

.mc4wp-form input[type="text"], 
.mc4wp-form input[type="email"],
.mc4wp-form input[type="tel"], 
.mc4wp-form input[type="url"],
.mc4wp-form input[type="date"],
.mc4wp-form textarea,
.mc4wp-form select{
	 display: inline-block!important;
}

UL.thumbs.gallery_thumbs LI {
    height: 210px!important;
}