/*!
 * Social Gallery - The Ultimate WordPress Social Gallery
 * http://www.socialgalleryplugin.com
 * V2.3
 *
 * Copyright 2012-2013, Epic Plugins.com, MYO Ltd.
 *
 * Date: 05/07/2012
*/

.sg-item{
	display:none;
}

.sgs-modal-login{
	position: absolute;
	left: 40%;
	background: white;
	box-shadow: 5px 5px 5px #888888;
	visibility:hidden;
	z-index: 10000;
}
.sgs-form{
	padding: 34px;	
}

.sgs-signup{
margin-top: 5px;
margin-left: 15px;
width: 200px;
font-size: 11px;
font-weight: bold;
}

.sgs-close{
background-image: url(../img/close_cross.png);
cursor:pointer;
height: 48px;
width: 48px;
position: absolute;
right: -15px;
top: -15px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

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

.fb-comment-holder{
	z-index:10000;
}


.howto{
	padding-bottom:10px;
	font-size:12px;
}
._53d {
bottom: 5px;
color: #fff;
display: block;
font-size: 12px;
font-weight: bold;
left: 0px;
padding-top: 10px;
position: absolute;
right: 4px;
text-overflow: ellipsis;
text-shadow: 0 0 3px rgba(0, 0, 0, .75);
z-index: 3;
display:none;
}

._53g {
margin-bottom: 4px;
max-width: 100%;
overflow: hidden;
padding: 4px 10px 5px;
white-space: nowrap;
}

._53d ._53k {
font-size: 11px;
font-weight: normal;
}
._53k {
cursor: auto;
min-height: 19px;
line-height: 18px;
padding: 0 10px 5px;
}


._53k a{
	color:white;
	font-weight:normal;
	text-decoration:none;
}

._53k a:hover{
	color:white;
	font-weight:normal;
	text-decoration:underline;
}

#sg-mason{
  margin: 0 auto;
  width: auto;
}

.sg-item{
-webkit-transition: left .1s ease-in-out, top .1s ease-in-out .1s;
-moz-transition: left .1s ease-in-out, top .1s ease-in-out .1s;
-ms-transition: left .1s ease-in-out, top .1s ease-in-out .1s;
-o-transition: left .1s ease-in-out, top .1s ease-in-out .1s;
transition: left .1s ease-in-out, top .1s ease-in-out .1s;
float:left;
}


.social-gallery-image {display:inline-block; height:206px; overflow:hidden; width:206px;}
.social-gallery-image-fave {display:inline-block; height:415px; overflow:hidden; width:415px;}
.social-gallery-image img{
max-width: 120% !important;
min-height:206px;
}
.social-gallery-image-fave img{
max-width: 120% !important;
min-height:415px;
}
.social-gallery-item{
	width:211px;
	height:211px;
}
.social-gallery-item-fave{
	width:420px;
	height:420px;
}


@media (max-device-width: 640px) {
	.social-gallery-image {display:inline-block; height:103px; overflow:hidden; width:103px;}
	.social-gallery-image-fave {display:inline-block; height:207px; overflow:hidden; width:207px;}
	.social-gallery-image img{
	max-width: 120% !important;
	min-height:103px;
	}
	.social-gallery-image-fave img{
	max-width: 120% !important;
	min-height:207px;
	}
	.social-gallery-item{
		width:105px;
		height:105px;
	}
	.social-gallery-item-fave{
		width:210px;
		height:210px;
	}
}
@media (max-device-width: 540px) {
 /*Smaller and smaller...*/
}
@media (max-device-width: 320px) {
 /*IPhone portrait and smaller. You can probably stop on 320px*/
}


.social-gallery-item img{
	border-radius: 0px !important;
	box-shadow: none !important;
}

.social-gallery-shortcode{
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}

._53m, ._53n {
background-repeat: no-repeat;
background-position: left 0;
margin: 0 3px;
padding-left: 18px;
}

._53n {
background-image: url(../img/image1.png);
}

._53m {
background-image: url(../img/image2.png);
}

._53e {
-webkit-border-radius: 2px;
float: right;
margin-right: 5px;
}

._53d ._53e a:hover{
text-decoration:none;
}

._53l {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: -1;
}

._53f{
	cursor:pointer;
}

._53i {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
-webkit-font-smoothing: antialiased;
color:white;
}

._53i a{
	color:white;
	text-decoration:none;
}

._53i a:hover{
	color:white;
	text-decoration:underline;
}

._53g {
margin-bottom: 4px;
max-width: 100%;
overflow: hidden;
padding: 4px 10px 5px;
white-space: nowrap;
}

.unlike{
	display:none;
}

.sp_3fr8aa {
background-image: url(../img/image3.png);
background-size: auto;
background-repeat: no-repeat;
display: inline-block;
height: 14px;
width: 12px;
}

.sx_17ba22 {
background-position: 0 -610px;
}

.fbPhotoCurationControlWrapper .fbPhotoCurationControl .fbPhotoStarButton.selected {
border-color: #3b5998;
border-color: rgba(14, 34, 74, .7);
background-color: #6d84b4;
}

.uiButtonGroup .buttonItem .uiButtonOverlay, .uiButtonGroup .buttonItem .uiButtonOverlay:hover {
background-image: url(../img/image4.png);
background-repeat: no-repeat;
background-size: auto;
background-position: 0 -19px;
}

.uiButtonGroup {
-webkit-background-clip: padding-box;
background-color: #fff;
border: 1px solid #a5a5a5;
border-color: rgba(0, 0, 0, .35);
-webkit-border-radius: 3px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
display: inline-block;
padding: 0;
white-space: nowrap;
}

.fave{
	display:none;
}

.nofave{
	display:none;
}

._52m- {
display: inline-block;
vertical-align: middle;
}

.fave-star{
background-image: url(../img/image5.png);
background-size: auto;
background-repeat: no-repeat;
display: inline-block;
position: absolute;
top: 3px;
right: 8px;
width: 12px;
height: 14px;
background-position: 0 -610px;
}

.fave-wrap{
border-color: #3b5998;
border-color: rgba(14, 34, 74, .7);
background-color: #6d84b4;
top: 3px;
right: 9px;
width: 28px;
height: 18px;
position: absolute;
border: 1px solid;
}

.nofave-wrap{
	border: 1px solid rgba(0, 0, 0, .35);
	background-color: white;
	top: 3px;
	right: 9px;
	width: 28px;
	height: 18px;
	position: absolute;
	border: 1px solid;
}

.nofave-star{
	background-image: url(../img/image5.png);
	background-size: auto;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 8px;
	width: 12px;
	height: 14px;
	background-position: -11px -610px;
}

.fav-button{
	cursor:pointer;
}

.UFIRow {
background-color: rgba(190, 190, 190, .2);
width:348px;
padding-top:8px;
}

.fbFeedbackContent .composer{
	border-color:none !important;
}

.fb-comment-holder{
	position:absolute;
	width:348px;
	border: 1px solid #8c8c8c;
	border: 1px solid rgba(0, 0, 0, .45);
	border-bottom: 1px solid #666;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
	background-color: rgba(190, 190, 190, .2);
	background:white;
	display:none;
}

.sgs-comment{
	position:relative;
}

#sg-holder{
	position:relative;
}


._53io {
background-image: url(../img/image6.png);
background-repeat: no-repeat;
background-size: auto;
background-position: -231px -53px;
height: 9px;
top: 2px;
width: 16px;
left: 50%;
margin-left: -8px;
margin-top: -11px;
}
._53io {
overflow: hidden;
position: absolute;
}

.fb-like span{overflow:visible !important; width:450px !important; margin-right:-375px;}

.sgsocial{
	padding-top:15px;
}


._53k ._53e:hover {
color: white;
font-weight: normal;
text-decoration: none;
background: grey;
}

#sgpBody{margin:20px 25px 5px 5px}.sgFieldLabelHD{font-weight:700;font-size:14px;border-bottom:2px solid #dfdfdf;text-align:left;padding:36px 14px 14px}.topHD{padding-top:16px}.sgFieldLabel{text-align:right;padding-right:7px;padding-top:2px}.sgField{padding:6px}.sgFieldOption{padding-top:2px;padding-left:8px;background:#EEE}#sgExclaim{width:40px;float:left;font-size:50px;margin-top:10px}.sgM a:link,.sgM a:active,.sgM a:visited,.sgM a:hover{color:#000;text-shadow:0 0 5px #fff;filter:dropshadow(color=#FFFFFF,offx=0,offy=0)}.sgM{width:674px;font-family:Arial,Helvetica,sans-serif;font-size:14px;color:#123d54;padding:10px 20px;background:-moz-linear-gradient(top,#afd9fa 0,#588fad);background:-webkit-gradient(linear,left top,left bottom,from(#afd9fa),to(#588fad));-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #036;-moz-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);text-shadow:0 -1px 0 rgba(000,000,000,0.7),0px 1px 0 rgba(255,255,255,0.3);margin:10px;padding:10px}.sgfail{color:#ffeb0a;background:-moz-linear-gradient(top,#d12222 0,#940909);background:-webkit-gradient(linear,left top,left bottom,from(#d12222),to(#940909));-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #470707;-moz-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);text-shadow:0 -1px 0 rgba(000,000,000,0.7),0px 1px 0 rgba(255,255,255,0.3)}.sgwarn{color:#9dff0a;background:-moz-linear-gradient(top,#d18b22 0,#f52525);background:-webkit-gradient(linear,left top,left bottom,from(#d18b22),to(#f52525));-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #470707;-moz-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);text-shadow:0 -1px 0 rgba(000,000,000,0.7),0px 1px 0 rgba(255,255,255,0.3)}.sgsuccess{color:#0a6b31;background:-moz-linear-gradient(top,#12eb82 0,#1eb84e);background:-webkit-gradient(linear,left top,left bottom,from(#12eb82),to(#1eb84e));-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #074716;-moz-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);text-shadow:0 -1px 0 rgba(000,000,000,0.7),0px 1px 0 rgba(255,255,255,0.3)}#icon-sg{background:url(../i/icon-32.png) no-repeat}#wpbody-content{min-height:1000px}#sgpHeader{padding:10px}#sgpConfig td{padding-bottom:12px}#sgpDesc{margin:0;padding:10px;padding-bottom:0;padding-top:0}#socialGallery_headerBoxHTML{width:400px;height:130px}#socialGallery_headerImg{width:140px;padding:4px}#socialGallery_bgColor{width:52px;padding:4px}#socialGallery_bgOpacity{width:32px;padding:4px}.sgField span{color:red}#sgpSocial{width:400px;position:absolute;top:30px;left:510px;height:62px;overflow:hidden}#sgpSocial iframe,#sgpSocial a,#sgpSocial div{padding:2px}.pin-it-button{margin-top:-2px}#showcase{width:162px;height:24px;position:absolute;top:4px;left:220px}#disqusDisclaim{color:red}#sgcrawl{margin:30px;padding:20px;line-height:16px;font-weight:400;background:#eee;background:-moz-linear-gradient(top,#eee 0,#ccc 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#ccc));background:-webkit-linear-gradient(top,#eee 0,#ccc 100%);background:-o-linear-gradient(top,#eee 0,#ccc 100%);background:-ms-linear-gradient(top,#eee 0,#ccc 100%);background:linear-gradient(to bottom,#eee 0,#ccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);-webkit-border-radius:8px;border-radius:8px;width:566px}#processUpdate{margin-top:40px}.meter{height:20px;position:relative;background:#0b4669;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;padding:10px;-webkit-box-shadow:inset 0 -1px 1px rgba(255,255,255,0.3);-moz-box-shadow:inset 0 -1px 1px rgba(255,255,255,0.3);box-shadow:inset 0 -1px 1px rgba(255,255,255,0.3)}.meter>span{display:block;height:100%;-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;-webkit-border-top-left-radius:12px;-webkit-border-bottom-left-radius:12px;-moz-border-radius-topleft:12px;-moz-border-radius-bottomleft:12px;border-top-left-radius:12px;border-bottom-left-radius:12px;background-color:#2bc253;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#2bc253),color-stop(1,#54f054));background-image:-moz-linear-gradient(center bottom,#2bc253 37%,#54f054 69%);-webkit-box-shadow:inset 0 2px 9px rgba(255,255,255,0.3),inset 0 -2px 6px rgba(0,0,0,0.4);-moz-box-shadow:inset 0 2px 9px rgba(255,255,255,0.3),inset 0 -2px 6px rgba(0,0,0,0.4);box-shadow:inset 0 2px 9px rgba(255,255,255,0.3),inset 0 -2px 6px rgba(0,0,0,0.4);position:relative;overflow:hidden}.meter>span:after,.animate>span>span{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.2)),color-stop(.75,rgba(255,255,255,.2)),color-stop(.75,transparent),to(transparent));background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);z-index:1;-webkit-background-size:50px 50px;-moz-background-size:50px 50px;-webkit-animation:move 2s linear infinite;-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;-webkit-border-top-left-radius:12px;-webkit-border-bottom-left-radius:12px;-moz-border-radius-topleft:12px;-moz-border-radius-bottomleft:12px;border-top-left-radius:12px;border-bottom-left-radius:12px;overflow:hidden}.animate>span:after{display:none}@-webkit-keyframes move{0%{background-position:0 0}100%{background-position:50px 50px}}.orange>span{background-color:#f1a165;background-image:-moz-linear-gradient(top,#f1a165,#f36d0a);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f1a165),color-stop(1,#f36d0a));background-image:-webkit-linear-gradient(#f1a165,#f36d0a)}.red>span{background-color:#f0a3a3;background-image:-moz-linear-gradient(top,#f0a3a3,#f42323);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f0a3a3),color-stop(1,#f42323));background-image:-webkit-linear-gradient(#f0a3a3,#f42323)}.nostripes>span>span,.nostripes>span:after{-webkit-animation:none;background-image:none}.sgExpanded img{margin:14px}.column-sg_isurl{width:105px}.column-sg_fbl,.column-sg_fbs,.column-sg_fbc,.column-sg_tw,.column-sg_pins{width:164px}.sgwizard .sgwL{width:240px;text-align:right;font-weight:600;text-shadow:0 1px 0 #000;filter:dropshadow(color=#000000,offx=0,offy=1)}.sgwizard td{padding:5px}.sgwizard input{padding:2px}.sgwizardHdold{background:#feffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2RkZjFmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMGQ4ZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#feffff 0,#ddf1f9 35%,#a0d8ef 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#feffff),color-stop(35%,#ddf1f9),color-stop(100%,#a0d8ef));background:-webkit-linear-gradient(top,#feffff 0,#ddf1f9 35%,#a0d8ef 100%);background:-o-linear-gradient(top,#feffff 0,#ddf1f9 35%,#a0d8ef 100%);background:-ms-linear-gradient(top,#feffff 0,#ddf1f9 35%,#a0d8ef 100%);background:linear-gradient(to bottom,#feffff 0,#ddf1f9 35%,#a0d8ef 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff',endColorstr='#a0d8ef',GradientType=0);-webkit-border-radius:10px;border-radius:10px;font-size:18px;font-weight:600;text-align:center;padding:10px}.sgwizardold{width:550px;background:#88bfe8;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4YmZlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MGIwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#88bfe8 0,#70b0e0 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88bfe8),color-stop(100%,#70b0e0));background:-webkit-linear-gradient(top,#88bfe8 0,#70b0e0 100%);background:-o-linear-gradient(top,#88bfe8 0,#70b0e0 100%);background:-ms-linear-gradient(top,#88bfe8 0,#70b0e0 100%);background:linear-gradient(to bottom,#88bfe8 0,#70b0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88bfe8',endColorstr='#70b0e0',GradientType=0);-webkit-border-radius:10px;border-radius:10px}.sgwizard{width:610px;background:#0b99d0;-webkit-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 2px 2px 1px #1b5389;color:#FFF;box-shadow:0 2px 2px 1px #1b5389}.sgwizard input[type="text"]{padding:5px;padding-left:7px}.sgwizard p.sgwizenth{font-size:16px;line-height:20px;text-align:left}.sgwizardtip{font-size:16px;line-height:20px;text-align:left;color:#f15b29;width:570px;padding:10px;margin-top:10px;margin-left:10px}.sgwizardtip span{color:#f15b29;font-size:20px;font-weight:600}.sgwizardtip div{float:right;font-size:16px;width:515px;color:#f15b29}.sgwizardHd{background:#FFF;color:#f15b29;border:2px solid #f15b29;-webkit-border-radius:10px;border-radius:10px;font-size:18px;font-weight:600;text-align:center;padding:10px;-webkit-box-shadow:0 1px 1px 1px #1b5389;box-shadow:0 1px 1px 1px #1b5389}.sgwizardbutton{font-family:Arial,Helvetica,sans-serif;font-size:14px;color:#123d54;padding:10px 20px;background:#09C;background:-moz-linear-gradient(top,#afd9fa 0,#588fad);background:-webkit-gradient(linear,left top,left bottom,from(#afd9fa),to(#588fad));-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #036;-moz-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);text-shadow:0 -1px 0 rgba(000,000,000,0.7),0px 1px 0 rgba(255,255,255,0.3)}.sgwizardbutton:hover{cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:14px;color:#000;padding:10px 20px;background:#09C;background:-moz-linear-gradient(top,#c3e2fa 0,#3d7999);background:-webkit-gradient(linear,left top,left bottom,from(#c3e2fa),to(#3d7999));-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #036;-moz-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);text-shadow:0 -1px 0 rgba(000,000,000,0.7),0px 1px 0 rgba(255,255,255,0.3)}.wError{color:red;text-align:center;padding:4px}#wizardCrawl{width:480px;margin-left:auto;margin-right:auto;padding:10px;background:#FFF;-webkit-border-radius:6px;border-radius:6px;color:#000}.bButton{font-family:Arial,Helvetica,sans-serif;font-size:14px;color:#22572e;padding:10px 20px;background:#0C6;background:-moz-linear-gradient(top,#18db7d 0,#57ab64);background:-webkit-gradient(linear,left top,left bottom,from(#18db7d),to(#57ab64));-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #00660f;-moz-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);text-shadow:0 -1px 0 rgba(000,000,000,0.7),0px 1px 0 rgba(255,255,255,0.3)}.bButton:hover{cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:14px;color:#22572e;padding:10px 20px;background:#3c6;background:-moz-linear-gradient(top,#4bdb95 0,#18a32d);background:-webkit-gradient(linear,left top,left bottom,from(#4bdb95),to(#18a32d));-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #00660f;-moz-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);text-shadow:0 -1px 0 rgba(000,000,000,0.7),0px 1px 0 rgba(255,255,255,0.3)}.sgwizard p{padding:17px;padding-top:0;padding-bottom:4px;color:#FFF}#wTabbed{width:520px;margin-top:30px}#wTabbed .wTabpage{display:none;padding:10px;background:#0b99d0;-webkit-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 2px 2px 1px #1b5389;color:#FFF;box-shadow:0 2px 2px 1px #1b5389}#wTabbed .wTabActive{display:block}#wTabbed #wTabBar{margin-bottom:7px}#wTabbed #wTabBar div{display:inline;padding:8px 14px;background:#66d5f7;color:#000;font-weight:600;margin-left:10px;-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}#wTabbed #wTabBar div.wTabChoice{background:#0b99d0}#wTabbed #wTabBar div:hover{cursor:pointer}.wTabpage h2{text-shadow:0 1px 2px #fff;filter:dropshadow(color=#FFFFFF,offx=0,offy=1)}.sgFieldLabel{padding-top:6px}.sgFieldCB{height:28px;width:77px;border:1px solid #979797;border-radius:20px;margin-top:-5px;box-shadow:inset 0 1px 3px #bababa,inset 0 12px 3px 2px rgba(232,232,232,0.5);cursor:pointer;overflow:hidden;margin:8px}.sgFieldCB input[type=checkbox]{display:none}.sgFieldCB::before{content:"";display:block;height:28px;width:0;position:absolute;border-radius:20px;-webkit-box-shadow:inset 0 1px 2px #0063b7,inset 0 12px 3px 2px rgba(0,127,234,0.5);box-shadow:inset 0 1px 2px #0063b7,inset 0 12px 3px 2px rgba(0,127,234,0.5);background-color:#64b1f2}.sgFieldCB.on::before{width:77px}.sgFieldCB>.thumb{display:block;width:26px;height:26px;position:relative;top:0;z-index:3;border:solid 1px #919191;border-radius:28px;box-shadow:inset 0 2px 1px white,inset 0 -2px 1px white;background-color:#cecece;background-image:-webkit-linear-gradient(#cecece,#fbfbfb);background-image:-moz-linear-gradient(#cecece,#fbfbfb);background-image:-o-linear-gradient(#cecece,#fbfbfb);-o-transition:all .125s ease-in-out;-webkit-transition:all .125s ease-in-out;-moz-transition:all .125s ease-in-out;-o-transform:translateX(0px);-webkit-transform:translate3d(0,0,0);-moz-transform:translateX(0px)}.sgFieldCB.on>.thumb{-webkit-transform:translate3d(49px,0,0);-o-transform:translateX(49px);-moz-transform:translateX(49px)}.sgFieldCB:hover>.thumb{box-shadow:inset 0 2px 1px #fff,inset 0 -2px 1px #fff;background-image:none}.sgFieldCB>.thumb::before{content:"";display:block;height:14px;width:2px;background-color:white;box-shadow:0 -1px 1px #666;border:0;position:absolute;top:6px;left:-24px}.sgFieldCB>.thumb::after{content:"";display:block;height:10px;width:10px;border-radius:10px;border:solid 2px #777;position:absolute;right:-32px;top:6px}#socialGallerySettings{width:100%;margin-top:22px;margin-left:10px}#socialGalleryMenu{width:126px;float:left;border-left:1px solid #999;border-top:1px solid #999;z-index:6}#socialGalleryMenu div{width:106px;padding:10px;text-align:right;background:#ededed;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,rgba(237,237,237,1) 0,rgba(229,229,229,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(237,237,237,1)),color-stop(100%,rgba(229,229,229,1)));background:-webkit-linear-gradient(top,rgba(237,237,237,1) 0,rgba(229,229,229,1) 100%);background:-o-linear-gradient(top,rgba(237,237,237,1) 0,rgba(229,229,229,1) 100%);background:-ms-linear-gradient(top,rgba(237,237,237,1) 0,rgba(229,229,229,1) 100%);background:linear-gradient(to bottom,rgba(237,237,237,1) 0,rgba(229,229,229,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#e5e5e5',GradientType=0);border-top:1px solid #FFF;border-bottom:1px solid #999;border-right:1px solid #999;text-decoration:none;color:#006;text-shadow:0 1px 2px #FFF}#socialGalleryMenu div.socialGalleryPageActive{background:#FFF;border-bottom:1px solid #000;border-right:0;padding-right:11px;position:relative;z-index:6;color:#000;text-shadow:0 1px 2px #efefef}#socialGalleryMenu div:hover{background:#FFF;cursor:pointer;color:#000;text-shadow:0 1px 2px #0FF}#socialGallerySettingsPage{float:left;width:735px;border-top:1px solid #999;position:relative}#socialGallerySettingsPage div.socialGalleryPage{width:715px;min-height:600px;display:none;border-right:1px solid #999;border-bottom:1px solid #999;border-left:1px solid #999;z-index:5;padding:10px;padding-bottom:100px}#socialGallerySettingsPage div.socialGalleryPage h3{text-align:right;font-size:22px;padding-right:17px;margin-top:7px;margin-bottom:21px;color:#1c80d6;text-shadow:0 2px 2px #EEE}#socialGallerySettingsPage div.socialGalleryPageActive{display:block}#socialGallerySettingsPage div#socialGallerySaveButton{display:block;min-height:40px;position:absolute;bottom:0;left:0;width:715px;height:40px;padding:10px;text-align:right;border:1px solid #999;background:#ededed;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,rgba(237,237,237,1) 0,rgba(229,229,229,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(237,237,237,1)),color-stop(100%,rgba(229,229,229,1)));background:-webkit-linear-gradient(top,rgba(237,237,237,1) 0,rgba(229,229,229,1) 100%);background:-o-linear-gradient(top,rgba(237,237,237,1) 0,rgba(229,229,229,1) 100%);background:-ms-linear-gradient(top,rgba(237,237,237,1) 0,rgba(229,229,229,1) 100%);background:linear-gradient(to bottom,rgba(237,237,237,1) 0,rgba(229,229,229,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#e5e5e5',GradientType=0)}.sgpSettingsTable td{padding-bottom:12px}#socialGallerySaveButton .bButton{font-size:13px;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;text-shadow:none}.sgField{width:528px}#socialGalleryPageSocial td.sgField{width:382px}.sgFieldLabel{padding-top:12px;vertical-align:top}.sgFieldLabelCB{padding-top:21px;vertical-align:top}#socialGalleryLogo{width:465px;height:75px;background-position:0 0;background-repeat:no-repeat}#SocialGalleryOptions div{width:33%;height:40px;float:left;text-align:center}.SocialGalleryOB{-moz-box-shadow:inset 0 1px 0 0 #b38b78;-webkit-box-shadow:inset 0 1px 0 0 #b38b78;box-shadow:inset 0 1px 0 0 #b38b78;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f15b29),color-stop(1,#c24218));background:-moz-linear-gradient(center top,#f15b29 5%,#c24218 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15b29',endColorstr='#c24218');background-color:#f15b29;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;border:1px solid #ad3d09;display:inline-block;color:#fff;font-family:arial;font-size:14px;font-weight:bold;padding:7px 18px;text-decoration:none;text-shadow:1px 1px 0 #0b4769}.SocialGalleryOB:hover{color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#c24218),color-stop(1,#f15b29));background:-moz-linear-gradient(center top,#c24218 5%,#f15b29 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c24218',endColorstr='#f15b29');background-color:#c24218}.SocialGalleryOB:active{color:#fff;position:relative;top:1px}.socialGalleryShareBox{text-align:center}.socialGalleryShareBox img{margin:10px;margin-bottom:6px}#socialGalleryBL a:link,#socialGalleryBL a:visited,#socialGalleryBL a:active,#socialGalleryBL a:hover{color:#000}
 
 
/* v2.1 */

/* buttons from free */
 .sgplBtn{display:inline;zoom:1;padding:4px 14px;margin-bottom:0;font-size:14px;font-weight:bold;line-height:32px;text-align:center;cursor:pointer;color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-image:linear-gradient(tobottom,#fff,#e6e6e6);background-repeat:repeat-x;background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);padding:7px 18px;-webkit-box-shadow:inset 0 1px 0 0 #b38b78;-moz-box-shadow:inset 0 1px 0 0 #b38b78;box-shadow:inset 0 1px 0 0 #b38b78;text-shadow:1px 1px 0 #0b4769;border:1px solid #ad3d09;text-decoration:none}.sgplBtn:hover,.sgplBtn:active,.sgplBtn.active,.sgplBtn.disabled,.sgplBtn[disabled]{color:#333;background-color:#d9d9d9;text-decoration:none}.sgplBtn:active,.sgplBtn.active{background-color:#ccc \9;text-decoration:none}.sgplBtn:first-child{margin-left:0}.sgplBtn:hover{color:#333;text-decoration:none;background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear;text-decoration:none}.sgplBtn:focus{outline:5px auto 0;outline-offset:-2px}.sgplBtn.active,.sgplBtn:active{background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.sgplBtn.disabled,.sgplBtn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.sgplBtn-primary.active,.sgplBtn-warning.active,.sgplBtn-danger.active,.sgplBtn-success.active,.sgplBtn-info.active,.sgplBtn-inverse.active{color:rgba(255,255,255,0.75)}.sgplBtn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-image:linear-gradient(tobottom,#08c,#04c);background-repeat:repeat-x;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-decoration:none}.sgplBtn-primary:hover,.sgplBtn-primary:active,.sgplBtn-primary.active,.sgplBtn-primary.disabled,.sgplBtn-primary[disabled]{color:#fff;background-color:#003bb3}.sgplBtn-primary:active,.sgplBtn-primary.active{background-color:#039 \9}.socGalPremium{font-family:Arial,Helvetica,sans-serif;font-size:13px;color:red;padding:14px 24px;background:-moz-linear-gradient(top,#adadad 0,#e6e6e6 10%,#fff 50%,#e6e6e6 90%,#adadad);background:-webkit-gradient(linear,left top,left bottom,from(#adadad),color-stop(0.10,#e6e6e6),color-stop(0.50,#fff),color-stop(0.90,#e6e6e6),to(#adadad));-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border:1px solid #ccc;-moz-box-shadow:0 0 3px rgba(000,000,000,0.3),inset 0 0 3px rgba(051,051,051,1);-webkit-box-shadow:0 0 3px rgba(000,000,000,0.3),inset 0 0 3px rgba(051,051,051,1);box-shadow:0 0 3px rgba(000,000,000,0.3),inset 0 0 3px rgba(051,051,051,1);text-shadow:0 0 0 rgba(000,000,000,0),0px 0 0 rgba(255,255,255,0)}.socGalPremium a:link,.socGalPremium a:visited,.socGalPremium a:active{color:blue;font-weight:700}.socGalPremium a:hover{color:green;font-weight:700}#SocialGalleryBenefits{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;margin-left:auto;margin-right:auto;width:518px;background:#FFF;box-shadow:0 0 3px rgba(000,000,000,0.3),inset 0 0 3px rgba(051,051,051,1);text-shadow:0 0 0 rgba(000,000,000,0),0px 0 0 rgba(255,255,255,0);padding:20px;margin-bottom:20px}#SocialGalleryBenefits ul{margin:0;margin-left:125px;padding:0}#SocialGalleryBenefits ul li{margin:0;padding:8px 0 2px 23px;list-style:none;background:url('http://www.socialgalleryplugin.com/tick.jpg') no-repeat 0 9px}#SocialGalleryHelpOut{width:240px;margin-left:auto;margin-right:auto;font-size:16px}
 
 .sgpWL a:link,  .sgpWL a:active,  .sgpWL a:visited,  .sgpWL a:hover {
	 color:#FFF;
 }
 
 #socialGalleryBL  .sgpWL a:link, #socialGalleryBL .sgpWL a:active, #socialGalleryBL .sgpWL a:visited, #socialGalleryBL .sgpWL a:hover{
	 color:#FFF;
 }



