/*   
Theme Name: OneBigPhoto v3
Theme URI: http://pixeldizajn.com/en
Author: Pixel Design Studio
Author URI: http://pixeldizajn.com/en
Version: 3.0
Description: Version 3.0, modified December 2014
*/

/* ##############################################
################### 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
form, input {
	outline: 0;
}
html {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
a {
	color: #1d82c3;
	text-decoration: none;
}
.clear {
	clear: both;
}

/* ##############################################
################### CSS RESET ###################
############################################## */

title { text-transform: capitalize; }

body {
	font-size: 14px;
	font-family: 'Maven Pro', sans-serif;
	background: #e9eaed;
	color: #2c2c2c;
}
html {
	margin: 0;
	padding: 0;
}
a {
	color: #dc4f3e;
}
strong {
	font-weight: 700;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: visible;
}
.header {
	width: 100%;
	height: 130px;
	background: #3b3b3b;
	/*-webkit-box-shadow: inset 0px -5px 8px 0px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0px -5px 8px 0px rgba(0, 0, 0, 0.03);*/
}
.logo {
	float: left;
	width: 212px;
	height: 25px;
	padding: 47px 20px 47px 0;
}
.adheader, .adfooter {
	float: left;
	width: 728px;
	height: 90px;
	margin: 20px 0;
	background: #eee;
}
.headerline {
	width: 100%;
	height: 50px;
	background: #fff;
	-webkit-box-shadow:  0px 3px 2px 0px rgba(0, 0, 0, 0.03);
    box-shadow:  0px 3px 2px 0px rgba(0, 0, 0, 0.03);
    clear: both;
    margin-bottom: 20px;
}
.fancypage-top {
	width: 100%;
	height: 75px;
	background: #fff;
	-webkit-box-shadow:  0px 3px 2px 0px rgba(0, 0, 0, 0.03);
    box-shadow:  0px 3px 2px 0px rgba(0, 0, 0, 0.03);
    clear: both;
    margin-bottom: 20px;
}
.fancypage-logo {
	height: 35px;
	padding: 20px 5% 20px 3%;
	float: left;
	width: 30%;
}
.fancypage-logo img {
	max-width: 100%;
}
.fancypage-title {
	width: 62%;
	float: left;
	line-height: 75px;
	font-size: 31px;
	text-transform: capitalize;
}
.fancypage-text {
	padding: 0 20px 20px 20px;
	background: #e9eaed;
	font-size: 15px;
}
.fancypage-text p {
	margin-bottom: 20px;
}
.menu {
	line-height: 50px;
	position: relative;
	width: 440px;
}
.menu a {
	color: #3b3b3b;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.menu a:hover, .photosuploaded {
	color: #dc4f3e;
}
.menu li {
	display: inline-block;
	margin: 0 9px 0 0;
}
.menu li i {
	margin-right: 3px;
}

.menu li ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	width: 100%; 
	text-transform: none;
	min-width: 180px;
	width: 280px;
	background-color: #fff;
	-webkit-box-shadow:  0px 3px 2px 3px rgba(0, 0, 0, 0.03);
    box-shadow:  0px 3px 2px 3px rgba(0, 0, 0, 0.03);
    padding: 4px 0 8px 0;
}
.menu li ul li {
	float: none;
	font-weight: normal;
	position: relative; 	
	display: block;
	text-align: left;
	padding: 8px 0 8px 16px;
	line-height: 14px;
}
.menu li:hover > ul {
	visibility: visible; 
}
.menu li > ul > li > a {
	line-height: 14px; 
	color: #7b7b7b;
}
.buttons {
	float: right;
	height: 50px;
	line-height: 50px;
	text-align: right;
}
.submitphotoBtn {
	color: #fff;
	background: #dc4f3e;
	display: inline-block;
	line-height: 30px;
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0 8px 0 6px;
    margin-right: 3px;
}
.iconrandom { background: #3b3b3b; }
.submitphotoBtn:hover {
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
}
.iconbtn {
	padding-right: 3px;
	border-right: 1px solid #e57567;
}
.btntxt {
	padding-left: 6px;
	border-left: 1px solid #dc4f3e;
}
.iconrandom .btntxt {
	border-left: 1px solid #222;
}
.iconrandom .iconbtn {
	border-right: 1px solid #4b4b4b;
}
.stumblethru {
	display: inline-block;
	padding-right: 9px;
}
.stumblethru a {
	color: #3b3b3b;
}
.stumblethru a:hover {
	color: #eb4924;
}
.stumblethruico {
	background: #eb4924;
	color: #fff;
	padding: 5px 3px 6px 4px;
	font-size: 11px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.fblike {
	display: inline-block;
	max-width: 75px;
	min-width: 75px;
	position: relative;
	top: -17px;
}
.post {
	float: left;
	width: 280px;
	position: relative;
	z-index: 9;
	margin-right: 30px;
	padding: 10px;
	background: #fff;
	margin-bottom: 30px;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transition: background-color 0.3s, transform 0.0s;
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
}

.post:hover {
	background-color: #3b3b3b;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
}

.postlist div:nth-child(3n+1) {
	clear: left;
}

.randomposts div:nth-child(4n+1) {
	clear: left;
}

#smi2adblock_75267 a:nth-child(1) div {
	clear: left;
}

.adpost {
	float: left;
	width: 300px;
	height: 270px;
	position: relative;
	z-index: 9;
	padding: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	background: none;
}

.post-nomargin {
	margin-right: 0px !important
}

.post img {
	margin-bottom: 5px;
}

.postTitle {
	font-size: 24px;
	line-height: 28px;
	font-family: 'Oxygen', sans-serif;
	color: #000;
	margin-bottom: 5px;
	display: block;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	text-transform: capitalize;
}


.post h3, .post h3 a {
	color: #b4b4b4;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.post:hover h3 a, .post:hover h3, .post h3 a:hover, .post:hover .postTitle, .postTitle:hover  {
	color: #fff !important;
}

.tr-number {
	position: absolute;
	z-index: 99;
	background: #000;
	width: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	opacity: 0.8;
	top: 10px;
	left: 10px;
	color: #fff;
}
.titlewrap {
	position: absolute;
	z-index: 99;
	background: #000;
	line-height: 14px;
	bottom: 0;
	width: 300px;
	padding: 0 10px;
	margin: 0;
	overflow:auto;
	text-align: center;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	color: #fff;
}
.titlewrap h1 {
	font-size: 18px;
	line-height: 18px;
	padding-top: 8px;
	font-weight: 500;
	text-transform: capitalize;
}
.titlewrap a h1 {
	color: #fff;
}
.titlewrap h3 {
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 12px;
	font-weight: 400;
}
.titlewrap a {
	color: #dd4b39;
}
.titlewrap a:hover {
	color: #fff;
}
.post:hover > .titlewrap {
	opacity: 0.8;
}
.pagination {
	width: 100%;
	border-top: 3px solid #d7d7d7;
	margin-top: 20px;
	text-align: center;
}
.pagination a {
	color: #9d9d9d;
}
.pagination a:hover, .currentitem {
	color: #dd4b39;
}
.paginationitem {
	display: inline-block;
	padding: 16px 18px;
	position: relative;
	z-index: 99;
	bottom: 3px;
	border-top: 3px solid #d7d7d7;
	margin: 0 4px;
}
.paginationitem:hover, .currentitem {
	border-top: 5px solid #dd4b39;
	padding: 14px 18px 16px 18px;
}
.footer {
	width: 100%;
	background: #3b3b3b;
	-webkit-box-shadow:  0px -3px 2px 0px rgba(0, 0, 0, 0.03);
    box-shadow:  0px -3px 2px 0px rgba(0, 0, 0, 0.03);
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.footerlcol {
	float: left;
	width: 225px;
	margin-right: 20px;
}
.lastcol {
	margin: 0;
}
.footerlcol h2{
	font-size: 13px;
	font-weight: 300;
	color: #a6a6a6;
	text-transform: uppercase;
	padding-bottom: 12px;
}
.footermenul {
	padding-right: 8px;
}
.footermenul, .footermenur {
	line-height: 20px;
	float: left;
	width: 46%;
}
.footermenul a, .footermenur a {
	color: #3b3b3b;
}
.footermenul a:hover, .footermenur a:hover {
	color: #dc4f3e;
}
.connectwu a{
	color: #fff;
}
.socialprofile {
	display: inline-block;
	background: #979797;
	line-height: 24px;
	font-size: 14px;
	padding: 0 3px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.socialprofile:hover {
	background: #868686;
}
.spsu {
	padding: 0 6px 0 2px;
}
.subscribeform input {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e3e3e3;
	width: 158px;
	padding: 8px 8px;
}

.searchform input {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e3e3e3;
	width: 400px;
	padding: 8px 8px;
	line-height: 26px;
	font-size: 16px;
	position: relative;
	top: 7px;
}

.searchform input[type=submit], .subscribeform input[type=submit] {
	background: #dc4f3e;
	width: 40px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #dc4f3e;
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
}
.subscribeform input[type=submit] {
	width: 120px;
}
.searchform input[type=submit]:hover, .subscribeform input[type=submit]:hover {
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
}
.footercopyright {
	float: left;
	width: 212px;
	height: 34px;
	line-height: 17px;
	padding: 8px 20px 47px 0;
}
.postcontents {
	display: block;
	float: left;
	width: 960px;
	/*overflow: hidden;*/
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
}
.postdetails {
	clear: both;
	background: #fff;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0 ;
	-webkit-box-shadow:  0px 8px 8px 2px rgba(0, 0, 0, 0.04);
	box-shadow:  0px 8px 8px 2px rgba(0, 0, 0, 0.04);
	overflow: visible;
	position: relative;
	z-index: 1;
}
.postdetailstop {
	padding: 20px;
	color: #2c2c2c;
}
.postdetailstop h1 {
	font-size: 40px;
	line-height: 38px;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Oxygen', sans-serif;
}
.postdetailstop h2 {
	font-size: 16px;
	line-height: 46px;
	text-transform: capitalize;
}
.catsandtags {
	float: right;
	line-height: 22px;
	max-width: 45%;
	padding-left: 20px;
	color: #6b6b6b;
}

.dmca {
	text-align: right;
	margin-top: 30px;
}

.dmca a {
	color: #c2c2c2;
	font-size: 12px;
}

.catsandtags a {
	color: #000;
	transition: color 0.3s;
}

.catsandtags a:hover {
	color: #dc4f3e;
}

.catsandtags h3 {
	font-size: 18px;
	text-transform: capitalize;
}
.catsandtags span {
	display: block;
}
.catsandtags h4 {
	display: inline-block;
}
.postdetailsbottom {
	background: #f6f6f6;
	padding: 20px;
	overflow: visible;
	width: 920px;
	line-height: 24px;
	color: #6b6b6b;
	position: relative !important;
	z-index: 1;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
.thumbsdown, .stumblebtn, .fblikebtn {
	float: left;
}
.thumbsup, .thumbsdown {
	font-size: 24px;
}
.fblikebtn {
	padding-left: 12px;
	position: relative;
	top: -4px;
}
.stumblebtn {
	position: relative;
	top: 5px;
	padding-left: 12px;
}
.tweetbtn {
	padding-left: 15px;
	position: relative;
	top: 4px;
}
.views {
	float: right;
	color: #999;
	position: relative;
	top: 14px;
}

.thumbsup {
	float: right;
	color: #999;
	position: relative;
	top: 16px;
}
.randomposts {
	margin-top: 20px;
	clear: both;
}
.newrandompost {
	width: 220px;
	z-index: 9;
	float: left;
	margin-right: 25px;
	margin-bottom: 40px;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.newrandompost img {
	display: block;
}

.newrandompost h2 {
	line-height: 24px;
	font-size: 18px;
	color: #000;
	margin-top: 5px;
}

.newrandompost:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.newrandompost:hover h2 {
	color: #d35445;
}

.newrandompost:nth-child(4n) {
	margin-right: 0;
}

.newrandompost:nth-child(5n) {
	clear: left;
}

.rptitle {
	position: absolute;
	z-index: 99;
	background: #000;
	line-height: 14px;
	bottom: 0;
	width: 200px;
	padding: 0 0px;
	margin: 0;
	overflow:auto;
	text-align: center;
	opacity: 0.7;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	color: #fff;
}
/*.arandompost:hover > .rptitle {
	opacity: 0.9;
}*/
.rptitle h2 {
	font-size: 16px;
	line-height: 18px;
	padding: 8px 0;
	font-weight: 500;
	text-transform: capitalize;
}
.rptitle a h2 {
	color: #fff;
}
.rptitle a {
	color: #fff;
}
.rptitle a:hover {
	color: #f0f0f0;
}
.singlepostad {
	float: left;
	width: 300px;
	height: 250px;
	margin: 30px 30px 30px 0;
}
.sparight {
	margin-right: 0;
}
.fbcommentdiv {
	width: 960px;
}
/*.nextpost {
	position: absolute;
	top: 440px;
	left: 50%;
	width:148px;
	text-align: center;
	margin-left: 480px;
	background: #fff;
	font-size: 24px;
	line-height: 32px;
	padding: 160px 0;
	-webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
	-webkit-box-shadow:  4px 0px 4px 1px rgba(0, 0, 0, 0.04);
    box-shadow:  4px 0px 4px 1px rgba(0, 0, 0, 0.04);
}
.previouspost {
	position: absolute;
	top: 440px;
	right: 50%;
	width: 48px;
	text-align: center;
	margin-right: 480px;
	background: #fff;
	font-size: 24px;
	line-height: 32px;
	padding: 60px 0;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	-webkit-box-shadow:  -4px 0px 4px 1px rgba(0, 0, 0, 0.04);
    box-shadow:  -4px 0px 4px 1px rgba(0, 0, 0, 0.04);
}
.previouspost:hover, .nextpost:hover {
	-webkit-box-shadow:  -4px 0px 4px 1px rgba(0, 0, 0, 0.01);
    box-shadow:  -4px 0px 4px 1px rgba(0, 0, 0, 0.01);
}*/
.postlinkanchor a {
	color: #6b6b6b;
}
.wp-caption {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0 none;
	line-height: 0;
	position: relative;
}
.wp-caption a:hover {
	text-decoration: underline;
}
.wp-caption img{
	position: relative;
}
p.wp-caption-text {
    float: left;
    color: #fff;
    line-height: 16px;
    width: 920px;
    padding: 20px;
    margin: 0;
    text-align: center;
    background: #000;
    position: absolute;
    bottom: 0;
    opacity: 0.85;
}
/* Contact */

form.wpcf7-form {
	margin: 0;
}

form.wpcf7-form p {
	margin: 0 0 10px 0;
}

form.wpcf7-form input {
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e3e3e3;
	width: 505px;
	padding: 8px 8px;
	text-align: left;
}

form.wpcf7-form textarea {
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e3e3e3;
	width: 505px;
	height: 200px;
	padding: 8px 8px;
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus { outline: 0; border: 1px solid #d0d0d0; }

.wpcf7-form input[type=submit] {
	background: #dc4f3e;
	width: 693px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #dc4f3e;
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
	text-align: center;
}
.wpcf7-form input[type=submit]:hover {
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
.fb_iframe_widget iframe {
  position: relative !important;
  padding-top: 3px;
  float: left;
}
.gplusbtn {
  position: relative;
  top: 2px;
}

/** UPDATE NOV 2014 **/

.prevPostPanel {
	position: absolute;
	left: -50px;
	top: 0;
	height: 100%;
	transition: 0.3s opacity;
	-webkit-transition: transition: 0.3s opacity;
}

.nextPostPanel {
	position: absolute;
	right: -50px;
	top: 0;
	height: 100%;
	transition: 0.3s opacity;
	-webkit-transition: transition: 0.3s opacity;
}


.previouspost {
	background: #fff;
	width: 50px;
	height: 300px;
	line-height: 300px;
	text-align: center;
	position: absolute;
 	left: 0;
	top: 50%;
	margin-top: -155px;	
	z-index: 2;
	color: #3b3b3b;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: 0.01s background;
	-webkit-transition: 0.01s background;
        -webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 8px 0px 0px 8px;
	-webkit-box-shadow:  4px 0px 4px 4px rgba(0, 0, 0, 0.04);
    box-shadow:  4px 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.nextpost {
	background: #fff;
	width: 50px;
	height: 300px;
	line-height: 300px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -155px;	
	z-index: 2;
	color: #3b3b3b;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	 -moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	 transition: 0.01s background;
	-webkit-transition: 0.01s background;
	-webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
	-webkit-box-shadow:  4px 0px 4px 4px rgba(0, 0, 0, 0.04);
    box-shadow:  4px 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.previouspost:hover, .nextpost:hover {
	-webkit-box-shadow:  -4px 0px 4px 0px rgba(0, 0, 0, 0.01);
    box-shadow:  -4px 0px 4px 4px rgba(0, 0, 0, 0.01);
}

.mainGalImage {
	display: block;
}

.nextpost div, .previouspost div {
	position: relative;
	font-size: 24px;
}

.singlePageSlider {
	width: 765px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	float: left;
	margin-left: 32px;
}

.singlePageSliderViewport {
	width: 5000px;
	position: relative;
	left: 0;
	top: 0;
	height: 116px;
	transition: left 0.3s;
	-webkit-transition: left 0.3s;
}

.obpTopSlider li a, .obpTopSlider li a {
	display: block;
}

.obpTopSlider li {
	display: inline-block;
	margin-right: 9px;
	width: 110px;
	height: 110px;
	transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	border: 3px solid transparent;
}

.obTopSliderActive {
	border-color: #dc4f3e !important;
}

.obpTopSlider li:hover {
	border-color: #dc4f3e;
}

.sliderLeftSlide, .sliderRightSlide {
	height: 110px;
	width: 50px;
	text-align: center;
	font-size: 28px;
	color: #363636;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
	top: 3px;
}


.sliderLeftSlide:hover, .sliderRightSlide:hover {
	color: #fff;
	background: #363636;
}

.sliderLeftSlide {
	float: left;
	margin-right: 15px;
}

.sliderLeftSlide span, .sliderRightSlide span {
	position: relative;
	top: 40px;
}

.sliderSlideDisabled, .sliderSlideDisabled:hover {
	cursor: default !important;
	color: #363636 !important;
	background: transparent !important;
}

.sliderRightSlide {
	float: right;
}

/* social buttons */

.social-icons-wrap .buttonText {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	top: 3px;
}

.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

.social-icons li a {
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	overflow: hidden;
}

.social-icons li i {
	vertical-align: text-bottom;
	font-size: 24px;
}

.facebookB {
	background: #3b5998;
}

.twitterB {
	background: #00aced;
}

.google-plusB {
	background: #dd4b39;
}

.linkedinB {
	background: #007bb6;
}

.pinterestB{
	background: #cb2027;
}

.stumbleB {
	background: #EB4924;
}

.gdthumbtext {  font-size: 14px !important; }

.half-col {
	width: 465px;
	float: left;
	margin-right: 30px;
}

.quad-col {
	width: 220px;
	float: left;
	margin-right: 20px;	
}

.lastcol {
	margin-right: 0px;
}

.footer h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.footer p {
	font-size: 16px;
	line-height: 20px;
}

.socialIcon {
	width: 60px;
	height: 60px;
	display: inline-block;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.socialIcon img{
	position: absolute;
	top: 0px;
	left: 0;
}


.socialIcon:hover img {
	top:-60px;
}

.socialIcon:last-child {
	margin-right: 0px;
}

/*.fbIco {
	background-image: url("images/fb.png");
}

.twIco {
	background-image: url("images/tw.png");
}
.gpIco {
	background-image: url("images/gp.png");
}
.rssIco {
	background-image: url("images/rss.png");
}

.pintIco {
	background-image: url("images/pt.png");
}

.tumIco {
	background-image: url("images/tumblr.png");
}

.igIco {
	background-image: url("images/insta.png");
}
*/
.footerAd {
	padding: 30px 0;
}

.footerLinks a {
	color: #fff;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.footerLinks a:hover {
	color: #dc4f3e;
}

.footerImg {

}

.fancypage-top {
	background: #3b3b3b !important;
	color: #fff !important;
}

.singlepost .wp-caption {
	/*margin: 0;*/
}

.singlepost .postcontents {
	background: #e9eaed;
}

.w404 {
	text-align: center;
}

.w404 img{
	margin: 20px 0;
}

.footerImg img {
	position: relative;
	top: -10px;
}

.stumblethru img {
	position: relative;
	top: 8px;
}