/*
==  CUSTOM STYLESHEET  ========================================================
HOW TO USE THIS FILE:
  Simply copy an existing style from the style.css file to this one and 
  modify however you like. It will override the default style.
WHY USE THIS FILE:
  Adding your custom CSS here will make it much easier to upgrade to a 
  newer version of this theme without losing any of your customizations.
===============================================================================
ADD YOUR CUSTOM CSS BELOW THIS LINE */
@import url(includes/icon-font/font-awesome.min.css);


@font-face{
  font-family: "JennaSue";
  src: url('../../../../public/fonts/5187/JennaSue.eot');
  src: local("Jenna Sue"), url("../../../../public/fonts/5187/JennaSue.eot#iefix") format("embedded-opentype"), url('../../../../public/fonts/5187/JennaSue.woff') format("woff"), url('../../../../public/fonts/5187/JennaSue.ttf') format("truetype");
}

html {
  margin:0 !important; 
}

.bold {
  font-weight: bold;
}

a.coverall {
text-decoration: none;
display: block;
width: 100%;
height: 100%;
}
/* Form Styles */
.toggle .trigger, 
.toggle .trigger.open  {
background: #FD669B url("engine/images/icons/toggle-plus.png") center right no-repeat;
color:#fff !important;
}
.toggle .trigger:hover {
background: #FD3D80 url("engine/images/icons/toggle-plus.png") center right no-repeat;
color: #fff !important;
text-shadow: 1px 0px 1px #FD669B;
}
.ugc-inner-wrapper .ugc-input-wrapper input[type="text"], .ugc-inner-wrapper .ugc-input-wrapper textarea {
width: 80%;}
#ugc-media-form br {display:none;}
.ugc-inner-wrapper .ugc-input-wrapper input[type="checkbox"] {
clear: both;
float: left;
padding: 0px;
margin: 2px 0px 0px;
display: block;
}
label.age-verify {
display: block;
margin: 0px 0px 0px 25px;
padding: 0px 0px 15px 0px;
font-size: 12px;
width: 80%;
}
.ugc-notice {
  margin: 20px auto;
  color: #fff;
  width: 960px;
  display: none;
}
.ugc-notice.success {
border-color: #218800;
background: #3dbc15;
}
.ugc-notice.failure {
border-color: rgb(131, 0, 0);
background: rgb(216, 4, 4);
}
/*
Custom styling for when site is used as a landing page
*/

#fp-header ul {margin:0;}
#fp-wordpress-content #fp-header, #fp-wordpress-content #top_bar  {display: none !important;}
#fp-wordpress-content #content {background: none !important; padding:0 !important;}
#fp-wordpress-content #wrapper {background:none; box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important;}
#fp-wordpress-content #header-inner {margin-top:0px;}
#page-wrapper > #content {padding-top:0;}
#content > .content_wrapper {width: 100%; padding: 0px;}

/* Hide Load More on IE8 and below */
#fp-wordpress-content #load-more {
display: none\9;
}

/* Hide the Style Mag Footer */
#fp-wordpress-content #footer {display: none !important;}

#footer #footer-secondary-nav {padding: 50px 0 0 0;} /* for /style lp */

#wrapper #footer #footer-secondary-nav {padding: 0;} /* for standard footer */

/* End custom landing page styling */

/* Begin Background Styling */
body {
background: url("../../../../images/global/repeating_polka_dot_pattern.gif") repeat 0 0;
 min-width: 1200px;
 }
/* End Background Styling */

#top_bar, #fp-header {
font: normal 12px/16px "Lato";
}

/* Begin Main Nav Styling */

#page-wrapper{
  width:100%;
  margin:0;
  padding:0;
}
.content_wrapper{
  width:1000px;
  padding:0 20px;
  margin:auto;
}
#top_bar{
  background: url("../../../../images/global/dark_grey_repeating.gif") repeat 0 0;
}
#header-links{

}
#header-links li{
  float: right;
}
#header-links a{
  border-right: 1px solid #232323;
  display: block;
  color:#fff;
  font-size: 16px;
  line-height: 32px;
  height:32px;
  padding: 0 15px;
  text-shadow: 1px 1px 0 #000;
}
#header-links #shopping_bag{
  /*line-height: 23px;*/
  border-right: none;
}
#header-links span.count{
  display: inline-block;
  width:31px;
  margin-top: 4px;
  margin-left: 4px;
  text-align: center;
  height:23px;
  background: url("../../../../images/global/count_bubble.png") -1px 0 no-repeat;
}

.row:after{clear:both; content:"."; display:block; height:0; visibility:hidden}

#fp-header li, #top_bar li {
  list-style: none;
}
#fp-header {
  width:100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  padding:0;
  margin:0;
  background: url("../../../../images/global/header_bg.png") 0 0 repeat;
  height:91px;
  position: relative;
  z-index: 1000;
}
#fp-header #logoWrap{
  float:left;
}
#fp-header #logoWrap a{
  background:url('../../../../images/global/fpgirl_logo.png') 0 0 no-repeat;
  display:block;
  height:53px;
  margin:18px 25px 0 0;
  width:134px;
}
#fp-header #header-links{
  float:right;
  height:62px;
  width:auto;
}
#fp-header #header-links ul{
  height:34px;
  margin:5px 30px 14px 0;
}
#fp-header #header-links ul li{
  float:right;
  padding-top:10px;
}
#fp-header #header-links ul li.gifts{
  padding:10px 0 0 22px;
}
#fp-header #header-links ul li.gifts a{
  border-left: none;
}
#fp-header #header-links a{
  font-family: "Overlock",avenir,san-serif;
  font-size:16px;
  font-weight:700;
  padding:0 8px;
  line-height:34px;
  text-shadow:1px 1px 1px #a7dff8;
  border-right:solid 1px #cccccc;
  border-left:1px solid #CCCCCC;
}
#fp-header #header-links #parents{
    border-right:none;
}
#fp-header #header-links #shopping_bag{
  background:url('../../../../images/brand/header_icons.png') 4px -163px no-repeat transparent;
  border:solid 2px #fff;
  border-radius:17px;
  -moz-border-radius:17px;
  -webkit-border-radius:17px;
  box-shadow:0 0 8px #1e1e1e;
  -moz-box-shadow:0 0 8px #1e1e1e;
  -webkit-box-shadow:0 0 8px #1e1e1e;
  color:#fff;
  padding:3px 8px 3px 26px;
  text-shadow:none;
}
#fp-header #header-links #shopping_bag:hover{
  background:url('../../../../images/brand/header_icons.png') 4px -140px no-repeat;
  background-color:#8c23b4 !important;
}
#fp-header #tabs{
  width:456px;
  float:left;
}
#fp-header #my_account_wrapper{
  background: url("../../../../images/global/blue_repeating_pattern.gif") 0 0 repeat;
  box-shadow: 0 0 6px #4B4B4B inset;
  margin:0;
  width:370px;
  height:85px;
  float:left;
  border-radius: 0;
  border:none;
  padding:0;
  display: none;
}
#fp-header #my_account_wrapper .log-in-form a{
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBF7CB', endColorstr='#F9F11C');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FBF7CB), to(#F9F11C)); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(251,247,203,1) 16%,rgba(249,241,28,1) 51%);
  background-image:    -moz-linear-gradient(top, rgba(251,247,203,1) 16%,rgba(249,241,28,1) 51%);
  background-image:     -ms-linear-gradient(top, rgba(251,247,203,1) 16%,rgba(249,241,28,1) 51%);
  background-image:      -o-linear-gradient(top, rgba(251,247,203,1) 16%,rgba(249,241,28,1) 51%);
  background-image:         linear-gradient(top, rgba(251,247,203,1) 16%,rgba(249,241,28,1) 51%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #E3CB00;
  box-shadow: none;
  color:#009fb2 !important;
  display: block;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  text-shadow: 1px 1px #fff;
  width:164px;
  float: left;
  margin-top: 19px;
  margin-left: 12px;
}
#fp-header #my_account_wrapper .log-in-form a#signin_button{
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64d0dc', endColorstr='#0ea6b7');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#64d0dc), to(#0ea6b7)); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(100,208,220,1) 16%,rgba(14,166,183,1) 51%);
  background-image:    -moz-linear-gradient(top, rgba(100,208,220,1) 16%,rgba(14,166,183,1) 51%);
  background-image:     -ms-linear-gradient(top, rgba(100,208,220,1) 16%,rgba(14,166,183,1) 51%);
  background-image:      -o-linear-gradient(top, rgba(100,208,220,1) 16%,rgba(14,166,183,1) 51%);
  background-image:         linear-gradient(top, rgba(100,208,220,1) 16%,rgba(14,166,183,1) 51%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #1aa8b8;
  box-shadow: none;
  color:#ffffff !important;
  display: block;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  text-shadow: 1px 1px #1aa8b8;
  width:164px;
  float: left;
  margin-top: 19px;
  margin-left: 12px;
}
#fp-header #my_account_wrapper .log-in-form a:hover{
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F11C', endColorstr='#FBF7CB');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F11C), to(#FBF7CB)); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(249,241,28,1) 16%,rgba(251,247,203,1) 84%);
  background-image:    -moz-linear-gradient(top, rgba(249,241,28,1) 16%,rgba(251,247,203,1) 84%);
  background-image:     -ms-linear-gradient(top, rgba(249,241,28,1) 16%,rgba(251,247,203,1) 84%);
  background-image:      -o-linear-gradient(top, rgba(249,241,28,1) 16%,rgba(251,247,203,1) 84%);
  background-image:         linear-gradient(top, rgba(249,241,28,1) 16%,rgba(251,247,203,1) 84%);
}
#fp-header #my_account_wrapper .log-in-form a#signin_button:hover{
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ea6b7', endColorstr='#64d0dc');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0ea6b7), to(#64d0dc)); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(14,166,183,1) 16%,rgba(100,208,220,1) 84%);
  background-image:    -moz-linear-gradient(top, rgba(14,166,183,1) 16%,rgba(100,208,220,1) 84%);
  background-image:     -ms-linear-gradient(top, rgba(14,166,183,1) 16%,rgba(100,208,220,1) 84%);
  background-image:      -o-linear-gradient(top, rgba(14,166,183,1) 16%,rgba(100,208,220,1) 84%);
  background-image:         linear-gradient(top, rgba(14,166,183,1) 16%,rgba(100,208,220,1) 84%);
}
#fp-header #my_account_wrapper #profile_pic{
  background: #fff;
  margin: 6px 4px 0 4px;
  float:left;
  width:60px;
  height:60px;
  border:solid 2px #fff;
  box-shadow: 0px 0px 6px 0px #606060 inset;
  border-radius:31px;
  overflow:hidden;
}
#fp-header #my_account_wrapper span.user_info {
float: left;
display: block;
width: 365px;
height: 75px;
position:relative;
}
#fp-header #my_account_wrapper span.user_info span{
  color:#4db9c6;
  font-family: "Lato";
  font-weight: 700;
  font-size: 15px;
}
#fp-header #my_account_wrapper span.user_info span.logout {
padding: 0 10px 2px 5px;
border-right: none;
color: #4DB9C6;
font-family: "Lato";
font-weight: 700;
font-size: 12px;
float: right;
padding: 5px 10px 2px 5px;
border-right: none;
}

#fp-header #my_account_wrapper span.user_info .row.uno{
height: 23px;
}

#fp-header #my_account_wrapper span.user_info .row.dos{
height: 22px;
}

#fp-header #my_account_wrapper span.user_info .row.tres{
  position: absolute;
  height: 41px;
  bottom: -9px;
  right: 0;
}
#fp-header #my_account_wrapper span.user_info #welcome{
  color: #696969 !important;
  font-size: 12px;
  margin: 0px 0 2px 0;
  float: left;
  height: 15px;
  padding: 5px 0 1px 2px;
  text-transform: uppercase;
}
#fp-header #my_account_wrapper span.user_info #fp_user_name {
color: #df5387 !important;
font-size: 18px;
text-shadow: 1px 1px 0 #fff;
text-align: left;
padding-right: 1px;
padding-left: 2px;
}
#fp-header #my_account_wrapper span.user_info span.logout #header_account_link{
  padding-right: 0;
  border-right: none;
}

#fp-header #my_account_wrapper #mystuff{
  background: url("../../../../images/global/my_stuff_btn.png") 0 0 no-repeat;
  display:block;
  width:122px;
  height:28px;
  margin-top: 6px;
  padding-right: 5px;
  position:relative;
  float:right;
}
#fp-header #my_account_wrapper #mystuff > a{
  background: url("../../../../images/global/arrow.png") 92px 5px no-repeat;
  width:112px;
  padding-left: 10px;
  line-height: 28px;
  height:28px;
  display:block;
  color:#fff !important;
  text-shadow: 1px 1px 0px #00636d;
  font-size: 16px;
  text-align: left;
}
#fp-header #my_account_wrapper #mystuff > a:hover{
  text-decoration: none;
}
#fp-header #my_account_wrapper #mystuff > ul{
  background:#ffffff;
  border:solid 3px #df5387;
  width:244px;
  position: absolute;
  right:-10px;
  top:40px;
  box-shadow: 3px 3px 5px #000000;
  z-index: 1;
  text-align:left;
  display:none;
}
#fp-header #my_account_wrapper #mystuff > ul:before{
  content: "";
  position: absolute;
  background: url("../../../../images/global/triangle.png") 0 0 no-repeat;
  width:19px;
  height:12px;
  left:206px;
  top:-12px;
}
#fp-header #my_account_wrapper #mystuff > ul a {
  font-size: 18px;
  font-family: "Lato";
  line-height: 42px;
  border-bottom: solid 1px #ebebeb;
  display: block;
  padding-left: 66px
}
#fp-header #my_account_wrapper #mystuff > ul #design_collection a{
  background: url("../../../../images/global/needle_off.png") 10px 3px no-repeat;
}
#fp-header #my_account_wrapper #mystuff > ul #design_collection a:hover{
  background: url("../../../../images/global/needle_on.png") 10px 3px no-repeat;
}
#fp-header #my_account_wrapper #mystuff > ul #collection_room a{
  background: url("../../../../images/global/collection_off.png") 10px 3px no-repeat;
}
#fp-header #my_account_wrapper #mystuff > ul #collection_room a:hover{
  background: url("../../../../images/global/collection_on.png") 10px 3px no-repeat;
}
#fp-header #my_account_wrapper #mystuff > ul #wish_list a{
  background: url("../../../../images/global/wishlist_off.png") 10px 3px no-repeat;
}
#fp-header #my_account_wrapper #mystuff > ul #wish_list a:hover{
  background: url("../../../../images/global/wishlist_on.png") 10px 3px no-repeat;
}
#fp-header #my_account_wrapper #mystuff > ul #model_salon a{
  background: url("../../../../images/global/model_salon_off.png") 10px 3px no-repeat;
}
#fp-header #my_account_wrapper #mystuff > ul #model_salon a:hover{
  background: url("../../../../images/global/model_salon_on.png") 10px 3px no-repeat;
}
#fp-header #my_account_wrapper #mystuff > ul #account_info a{
  background: url("../../../../images/global/account_info_off.png") 10px 3px no-repeat;
}
#fp-header #my_account_wrapper #mystuff > ul #account_info a:hover{
  background: url("../../../../images/global/account_info_on.png") 10px 3px no-repeat;
}
#fp-header #my_account_wrapper #mystuff > ul #designer_cards a{
  background: url("../../../../images/global/designer_cards_off.png") 10px 3px no-repeat;
}
#fp-header #my_account_wrapper #mystuff > ul #designer_cards a:hover{
  background: url("../../../../images/global/designer_cards_on.png") 10px 3px no-repeat;
}
#fp-header #my_account_wrapper #mystuff > ul a:hover {
  text-decoration: none;
  color:#df5387;
}
#fp-header #my_account_wrapper .join_the_clubz {
  z-index: 10;
  font-size: 14px;
  height: 41px;
  width: 141px;
  background: url('../../../../images/clubz/club_z_account_section.png') no-repeat 0 0;
  position:relative;
  margin-right: 22px;
}

#fp-header #my_account_wrapper .join_the_clubz a {
  position: absolute;
  left: 5px;
  top: 12px;
  font-size: 15px;
}

#fp-header #my_account_wrapper .join_the_clubz a:hover {
  text-decoration: underline;
}

#fp-header #my_account_wrapper #club_z_towel {
  float: left;
  padding-left: 5px;
  z-index: 4000;
  padding-left: 10px;
  top: -4px;
}
#fp-header #tabs li{
  float:left;
  background: url("../../../../images/global/nav_off.png") repeat 0 0;
  margin-right:2px;
  width:112px;
  height:91px;
}
#fp-header #tabs li:hover,
#fp-header #tabs li.current {
  background: url("../../../../images/global/nav_on.png") repeat 0 0;
}
#fp-header #tabs li a{
  color:#fff !important;
  display:block;
  width:112px;
  height:91px;
  text-align: center;
  font-size: 30px;
  line-height: 115px;
  font-family: "JennaSue";
}
#fp-header #tabs li a:hover{
  text-decoration: none;
}
#fp-header #tabs #design a{
  background: url("../../../../images/global/design_off.png") center 5px no-repeat;
}
#fp-header #tabs #design a:hover,
#fp-header #tabs #design.current a{
  background: url("../../../../images/global/design_on.png") center 5px no-repeat;
}
#fp-header #tabs #mall a{
  background: url("../../../../images/global/mall_off.png") center 5px no-repeat;
}
#fp-header #tabs #mall a:hover,
#fp-header #tabs #mall.current a{
  background: url("../../../../images/global/mall_on.png") center 5px no-repeat;
}
#fp-header #tabs #style-mag a{
  background: url("../../../../images/global/style_off.png") center 5px no-repeat;
}
#fp-header #tabs #style-mag a:hover,
#fp-header #tabs #style-mag.current a{
  background: url("../../../../images/global/style_on.png") center 5px no-repeat;
}
#fp-header #tabs #games a{
  background: url("../../../../images/global/games_off.png") center 5px no-repeat;
}
#fp-header #tabs #games a:hover,
#fp-header #tabs #games.current a{
  background: url("../../../../images/global/games_on.png") center 5px no-repeat;
}
#secondary_nav{
  background: #fff;
  height:42px;
  width:100%;
  position: absolute;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow:  0 5px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}
#secondary_nav.static{
  display:block;
}

#secondary_nav .content_wrapper{
  height:42px;
}

#secondary_nav li a{
  text-transform: uppercase;
  color:#009fb2;
  height:42px;
  padding:0 5px;
  margin:0 10px;
  text-align: center;
  line-height: 42px;
  font-family: "Lato";
  font-weight: 700;
  font-size: 18px;
  display: block;
}

div.menu-main-container > ul > li:first-child > a {
  margin-left:0;
  padding-left:0;
}

#sm-sub-nav {
  background: #fff;
  height:42px;
  width:100%;
  position: relative;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:  0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

#sm-sub-nav.content_wrapper {
    height:42px;
}

#sm-sub-nav #main-menu li a{
  text-transform: uppercase;
  color:#009fb2;
  font-family: "Lato";
  font-weight: 700 !important;
  font-size: 18px;
  display: block;
}

.center-menu > .menu-main-container ul > li > a {
  height:42px;
  text-align: center;
  padding:0 5px;
  margin:0 11px;
  line-height: 42px;
  font-family: "Lato";
  font-weight: 700;
  font-size: 18px;
  text-shadow: none;
  cursor: pointer;
  display: block;
}

.center-menu > .menu-main-container ul > li > a:hover{
  color:#df5387;
  text-decoration: none;
}

div.menu-main-container > ul > li.current-menu-item > a {
  background: url("../../../../images/global/nav_hover_bg.png") 0 bottom repeat-x;
  color:#df5387 !important;
  text-decoration: none;
}


div.menu-main-container > ul > li.current-menu-item > a:hover {
  background:none;
}

#sm-sub-nav .menu-main-container #menu-main li {
  list-style:none;
  float: left;
}

#header-inner {
width: 940px;
margin: 0 auto;
z-index: 999;
}

#main-menu {
  text-transform: uppercase;
  position: relative;
  left: 0;
  z-index: 10;
  float:left;
}

#main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 33px;
}

#main-menu ul li:hover { visibility: inherit; }

#menu-main > .menu-item:last-child:after {
 background: none;
  }

#main-menu ul ul li { width: 100%; }

#main-menu ul li:hover ul,
#main-menu ul li.sfHover ul {
    top: 12px;
    z-index: 100;
}

#main-menu ul ul ul { display: none !important; }

/* top level skin */

#main-menu ul li a:hover {
  color: #df5387 !important;
}


#main-menu ul li.current-menu-item li a:hover { background: none; }

div.menu-main-container > ul > li.current-menu-item > a.active {background: none !important;}

#main-menu ul li.current-cat li a,
#main-menu ul li.current_page_item li a,
#main-menu ul li.current-menu-item li a {
  background: none;
  box-shadow: none;
}

/* 2nd level skin */
#main-menu ul ul {
  padding: 0px 0 0;
  text-transform: none;
  width: 200px;
  border: solid 3px #DF5387;
  box-shadow: 0px 2px 4px rgba(0,0,0,.7);
  position: absolute;
  top: 42px !important;
  display: none;
}
.center-menu.pink-tip ul ul:before, .center-menu.pink-tip ul ul:after, 
.dropdown-menu.pink-tip:before, .dropdown-menu.pink-tip:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.center-menu.pink-tip ul ul:before, .center-menu.pink-tip ul ul:after {
  left: 30px !important;
}
.dropdown-menu.pink-tip:before, .dropdown-menu.pink-tip:after {
  left: 285px !important;
}

.center-menu.pink-tip ul ul:before,
.dropdown-menu.pink-tip:before {
  border-color: rgba(223, 83, 135, 0);
  border-bottom-color: #DF5387;
  border-width: 14px;
  left: 50%;
  margin-left: -14px;
}
.center-menu.pink-tip ul ul:after,
.dropdown-menu.pink-tip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

#main-menu ul ul li {
  background: #FAFAFA;
  border-bottom: 1px solid #d7d7d7;
  padding: 2px 0px;
  margin: 0px;
}

#main-menu ul ul li:hover {
  background: #fff; 
}

#main-menu ul ul li a { 
  color: #333;
  font-size: 16px;
  text-transform: capitalize !important;
  font-weight:400 !important;
  background: none; 
  display:block;
  width: 100%;
  height:100%;
  padding: 10px;
  margin: 0;
  line-height: 1;
  text-align:left;
}

#search-area {
  z-index:40;
  display:block;
  float:right;
  position:relative;
}

.slick-button {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  display:inline-block;
  font-weight: 700;
  padding:5px 11px;
  text-decoration:none;
  cursor: pointer;
}   

.slick-button.pink {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #df5387), color-stop(1, #C02E64) );
  background:-moz-linear-gradient( center top, #df5387 5%, #C02E64 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#df5387', endColorstr='#C02E64');
  background-color:#df5387;
  color:#fff;
  border:1px solid #AA1F53;
}   
.slick-button.pink:hover, .slick-button.pink.active  {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C02E64), color-stop(1, #df5387) );
  background:-moz-linear-gradient( center top, #C02E64 5%, #df5387 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C02E64', endColorstr='#df5387');
  background-color:#C02E64;    
}   

#search-area > a {
  font-size: 16px;
  line-height:1;
  margin-top:6px;
  overflow:hidden;
}

#search-area > a > span {
  margin-right:18px;
  font-weight:400;
  position:relative;
  text-transform: uppercase;
}

#search-area > a > i {
  z-index:2;
  position:relative;
  opacity:.9;
}

#search-area > a > span:after {
  height: 200%;
  width: 100%;
  font-size: 12px;
  color: white;
  position: absolute;
  border-left-width: 1px;
  border-left-color: white;
  border-left-style: solid;
  background-color: rgba(0, 0, 0, .5);
  content: " ";
  right: -71px;
  top: -3px;
  opacity:.5;
  z-index:1;
}

.dropdown-menu {
  position: absolute;
  display: none;
  z-index: 9999999;
  margin: 0;
}

#search-area .dropdown-menu {
  min-width: 300px;
  list-style: none;
  background: #FAFAFA;
  padding: 0px;
  top:42px;
  right: 0px;
  border: solid 3px #DF5387;
  box-shadow: 0px 2px 4px rgba(0,0,0,.7);
}

.dropdown-menu.has-tip {
  margin-top: 8px;
}

.dropdown-menu.has-tip:before {
  position: absolute;
  top: -16px;
  right: 6px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #df5387;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.dropdown-menu.has-tip.anchor-right:before {
  left: auto;
  right: 9px;
}

.dropdown-menu.has-tip:after {
  position: absolute;
  top: -15px;
  right: 7px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #df5387;
  display: inline-block;
}

.dropdown-menu.has-tip.anchor-right:after {
  left: auto;
  right: 10px;
}

#header-inner .widget {
margin: 5px 0px;
padding: 10px;
position:relative;
}

#header-inner .widget_utcw h3.widget-title {
box-shadow: none;
text-align:center;
font-family: 'Overlock';
font-style: italic;
font-size: 22px;
line-height: 1.2;
position:relative;
overflow:hidden;
color:#fff;
text-shadow: 0 1px 1px #000;
}


#header-inner h3.widget-title:before, 
#header-inner h3.widget-title:after {
  background : none\9;
  content: '';
  height: 16px;
  top: 5px;
  width: 90px;
  position: absolute;
  display:block;
}

#header-inner h3.widget-title:before {
  left:-10px; 
  box-shadow: inset -10px 0px 25px rgba(0, 0, 0, .3), 5px 0 0px rgba(0, 0, 0, .3);
}


#header-inner h3.widget-title:after {
  right:-10px;
  box-shadow: inset 10px 0px 25px rgba(0, 0, 0, .3), -5px 0 0px rgba(0, 0, 0, .3);
}

#header-inner .DT_Search {
  box-shadow: 0 3px 1px rgba(0,0,0,.6);
  z-index:2;
  padding-top: 5px;
}

#header-inner .DT_Search input {
background: #FAFAFA;
border: 1px solid #df5387; 
padding: 5px 10px;
border-radius: 0;
font-weight:bold;
text-align: left;
font-size: 14px;
color: #555;
width: 258px !important;
}

#header-inner .widget_utcw {
 background: url("../../../../images/global/footer_bg.png") repeat 0 0;
 padding-top: 15px;
 top:-5px;
 z-index: 1;
 margin-bottom: -5px;
}

#header-inner .widget_utcw a {
background: white;
padding: 4px 10px;
margin: 2px;
display: inline-block;
font-weight:bold;
border: 1px solid #ebebeb !important;
font-size:12px;
text-transform: capitalize;
}

#header-inner .widget_utcw a:hover {
color: white !important;
background: #df5387 url(images/bg-light.png);
}

/* End Main Nav Styling */

/* SM Specific nav tweaks */
#wrapper #page #header-links span.count  {
  display:none;
}

#header-links #shopping_bag { line-height:32px; }

#header-links span.count { display:none; }

#my_account_wrapper a { color: #009FB2; }

/* End SM Specific nav tweaks */


/* Wrapper Styling */
#main {
  margin-top:30px;
}
#wrapper {
width: 100%;
margin: 0;
padding: 0;
}
/* End Wrapper Styling */

/*  Begin Footer Styles */
#footer table {
  border:0;
  margin:0;
  border-collapse: collapse;
  border-spacing: 0;
}
#footer tr td {
  background: none !important;
  border:0;
  padding: 0px;
position: relative;
border: 0;
}

#footer li {
  list-style:none;
  text-align: left;
}
#footer_copy_dynamic_cont > p {
  color: #FFFFFF !important;
}
#footer_copy_dynamic_cont > p > a {
  color: #009fb2 !important;
}
#footer{
  background: url("../../../../images/global/footer_bg.png") repeat 0 0;
  width:100%;
  margin:0;
  padding:50px 0 0 0;
}
#footer #footer-top-navs{
  border-top:solid 1px #dddddd;
  float:left;
  padding:8px 0;
  width:100%;
}
#footer #footer-primary-nav{
  float:left;
}
#footer #footer-primary-nav li{
  padding-left:22px;
  padding-right:29px;
}
#footer #footer-primary-nav a{
  color:#009fb2;
  display:block;
  font:bold 16px/24px Avenir, arial, sans-serif;
  height:24px;
  text-transform:uppercase;
}
#footer #social-nav{
  float:right;
}
#footer #social-nav li a{
  border-radius: 10px;
  display:block;
  float:left;
  height:35px;
  margin-right:7px;
  text-indent:-10000px;
  width:35px;
}
#footer #social-nav #twitter a{
  background:url('../../../../images/brand/icons-sprite.png') -1px -8px no-repeat;
}
#footer #social-nav #facebook a{
  background:url('../../../../images/brand/icons-sprite.png') -48px -8px no-repeat;
}
#footer #social-nav #pinterest a{
  background:url('../../../../images/brand/icons-sprite.png') -86px -8px no-repeat;
  margin-right:22px;
}
#footer #footer-secondary-nav{
  clear:both;
  float:left;
  margin:0 0 20px 12px;
}
#footer #footer-secondary-nav ul >li{
  clear:left;
}
#footer #footer-secondary-nav ul li > strong,
#footer #footer-secondary-nav ul li > a{
  display:block;
  color:#ffffff !important;
  font-family: "Lato";
  font-size:14px;
  font-weight: 400;
  line-height: 27px;
  height:27px;
  margin: 0;
  padding:0;
  padding-left:0;
}
#footer #footer-secondary-nav ul li > a{
  font-weight: normal;
}
#footer #footer-secondary-nav ul li > a:hover{
  text-decoration: none;
}
#footer #footer-secondary-nav ul li > strong{
  display:inline;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight:normal;

}
#footer #icons-copy{
  width:100%;
  clear:both;
  float:left;
}
#footer #icons-copy div,
#footer #icons-copy p{
  float:left;
}
#footer #icons-copy p{
  color:#fff !important;
}
#footer #icons-copy #promo_icons > a{
  display:block;
  float:left;
  margin-right:5px;
  height:auto;
  width:auto;
}
#footer #icons-copy #promo_icons > a > img{
  max-height: 37px;
}
#privo_click_to_verify >img{
  max-height: 70px;
  margin:0 5px 5px 0;
}
#footer #icons-copy p{
  margin:0 0 10px 15px;
}
#footer li{
  float:left;
  width:245px;
}
#footer #get-to-know-us{
}
#footer #help{
}
#footer #share-and-connect{
}
#footer #parent-approved{
  margin-right: 0;
}
#footer #promo_icons{
  margin-top: 20px;
}
#footer #promo_icons #guarantee{
  display:block;
  height:43px;
  width:66px;
  float:left;
  margin-right: 10px;
}
#footer #promo_icons #guarantee img{
  width:66px;
}
#footer #promo_icons #bbbonline{
  display:block;
  width:89px;
  float:left;
}
#footer #promo_icons #bbbonline img{
  width:90px;
}
#footer #promo_icons #truste{
  display:block;
  margin-top:10px;
  width:109px;
  float:left;
  clear:left;
}
#footer #promo_icons #truste{
  width:109px;
}
#footer #copy-footer{
  border-top:1px solid #bfbfbf;
  border-bottom:1px solid #bfbfbf;
  text-align:left;
  margin:30px 0 15px 0;
  padding:15px 0 15px 0;
  width:100%;
}
#footer #copy-footer li{
  clear:none!important;
}



/*  End Footer Styles */


/* Load More - Make sure the CTA always displays  */
#load-more {
min-height: 88px;
}
/* Mid-Widgets */
.home-tell-us { 
margin: 60px auto;
}
#home-intro {
height: 140px;
width: 620px;
background: url('../../images/bgnoise_blue.png') repeat !important;
float:left;
display:block;
margin-bottom: 20px;
margin-right: 0px;
padding: 0px;
background: none;
color: #fff;
font-size: 14px;
}
/* Updated Slider Styling */
.featured {
  margin-bottom: 20px;
}
.featured .post-title a {
color: white;
font-size: 38px;
text-transform: capitalize;
font-weight: 600;
line-height: 1.2;
text-shadow: -1px 1px 0px #A09393;
}
#container > .featured {
width: 620px;
display: block;
float: left;
margin-bottom: 20px;
height: 300px;
}
#slides.camera_wrap {
width: 620px;
height: 300px;
background: white;
}
.camera_wrap {
width: 100% !important;
float: left!important;}

.featured .featured-details {
max-width: 620px;
height: auto;
margin: 0px auto;
padding: 10px 0px;
bottom: 0;
position:absolute;
}
.featured .featured-details .inner {
padding: 0px 90px;
margin: 0px auto 0px;
position: relative;
width: 468px;
bottom: 0px;
}
#slides h2.post-title {
margin: 0px auto 15px;
}
.featured .camera_pag {
margin-top: -40px;
margin-left: 550px;
}
.featured .featured-details .meta-category, #slides .post-content {
display:none;
} 

/* 
====================================================== 
=============  Sidebar Update ==================== 
======================================================
*/

#content .sidebar {
  background: none;
}

#sidebar {
margin: 0 20px 20px 0;
}
.wood {
background: url("../../images/purty_wood.png") repeat !important;
box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
}
#global-sidebar {
}
.cork {
margin: 10px 10px 10px 10px;
background: url('../../images/corkboard_4.jpg') repeat;
box-shadow: inset 0 2px 5px -1px #60351F, inset 0 24px 20px -30px rgba(0, 0, 0, .4), inset 0 35px 46px -34px rgba(255, 255, 255, .2), inset 0 0 5px rgba(0, 0, 0, .4), inset 0 0 5px 0px #60351F;
}
.sidebar-content {
width:99%;
margin: 0 auto;
overflow:hidden;
}
.masonry-wrapper {
width: 640px;
float: left;
}
.archive #sidebar {
  float:left;
  margin-right:0px;
}
/* === Global Widget Styling === */
#sidebar .widget {
background: transparent;
border: none;
padding: 10px 5px;
margin-bottom: 10px;
position:relative;
}
#sidebar .widget-inside {
padding: 0px;
}
#sidebar .widget-title {
background: transparent;
font: 400 45px/1 'JennaSue', serif;
color: white;
text-transform: capitalize;
padding: 4px 20px;  
margin-bottom:12px;
}
h3.widget-title{
box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
}
.tack-wrapper {
z-index: 999;
position: absolute;
padding: 0px 10px;
width:100%;
} 
/* Home Sidebar styling */
#home-sidebar {
margin-bottom:10px
}
div#sidebar.home { 
float:right;
}
/* Search Widget */
#sidebar .widget.DT_Search.widget-DT_Search {
padding: 0px !important;
margin: 15px 0px 20px !important;
}
#sidebar .DT_Search .widget-inside{
background: url('../../images/diag_pink.jpg') repeat !important;
box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
}
#sidebar .DT_Search .widget-inside {
padding: 15px 0px;
width: 100%;
transform: rotate(1deg);
-ms-transform: rotate(1deg); /* IE 9 */
-webkit-transform: rotate(1deg) translateZ(0); /* Safari and Chrome */
-o-transform: rotate(1deg); /* Opera */
-moz-transform: rotate(1deg); /* Firefox */
}
#sidebar .DT_Search .tack-left {
float:left;
margin: -27px -12px;
width:29px;
height:46px;
background: url('../../images/tacks.png') -124px -47px no-repeat;
}
#sidebar .DT_Search .tack-right {
float:right;
margin:-31px 5px;
width:29px;
height:46px;
background: url('../../images/tacks.png')-119px 0px no-repeat;
}

/* Design Studio Widget */

#sidebar .ds-widget a {
  font-family: 'JennaSue', serif;
  font-weight: 400;
}
#sidebar .ds-widget h3.widget-title {
box-shadow: none;
color: #333;
text-align: left;
font-size: 70px;
line-height:50px;
text-align: left;
width: 76%;
padding-bottom: 0px;
margin-bottom: 0px;
}

.ds-widget h3 span.design {
}

.ds-widget h3 span.your {
line-height: 1;
font-weight: bold;
margin-left:36px;
position: relative;
top: -8px;
}

#sidebar .ds-widget {
background: url('../../images/linedpaper.png') repeat;
box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
margin: 20px 8px 10px;
padding: 10px 10px 2px;
  transform: rotate(1.5deg);
-ms-transform: rotate(1.5deg); /* IE 9 */
-webkit-transform: rotate(1.5deg) translateZ(0); /* Safari and Chrome */
-o-transform: rotate(1.5deg); /* Opera */
-moz-transform: rotate(1.5deg); /* Firefox */
-webkit-transform-style: preserve-3d;
}

#sidebar .ds-widget::after {
  background: url('../../images/fashionsketch.png') no-repeat 0 0;
  content: '';
  display: block;
  position: absolute;
  width: 88px;
  height: 300px;
  top: -55px;
  right: -15px;
  z-index: -1;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
}
.ds-widget ul{
  text-align: left;
  padding-left: 37px;
}
.ds-widget li {
  position:relative;
}
#sidebar .ds-widget li > a {
  color: #009fb2;
  font-size: 46px;
  line-height: 46px;
}
#sidebar .ds-widget li > a:hover {
  color: #FD669B;
}
#sidebar .ds-widget li > a::before {
  content: '';
  display: block;
  position: absolute;
  left:-40px;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  -ms-transform: scale(.75);
  -o-transform: scale(.75);
}
#sidebar .ds-widget li:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#sidebar .ds-widget li.i > a::before {
  background: url('../../images/ds-icons.png') no-repeat -6px -2px;
  width: 38px;
  height: 53px;
}
#sidebar .ds-widget li.ii > a::before {
  background: url('../../images/ds-icons.png') no-repeat -2px -67px;
  width: 42px;
  height: 54px;
}
#sidebar .ds-widget li.iii > a::before {
  background: url('../../images/ds-icons.png') no-repeat -4px -129px;
  width: 38px;
  height: 57px;
  top: -8px;
}
.cta-carat {
  padding-left: 8px;
  font-size: 80%;
}

/* Share Widget Styling */
#sidebar .share{
background: url('../../images/linedpaper.png') repeat;
box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
margin: 20px 8px 10px;
padding: 10px 10px 2px;
}

#sidebar .share .contentwidget h1 {
  margin: 5px 0px;
}

#sidebar .share .contentwidget h1 a {
font: 700 24px/1 'Overlock';
color: #009fb2;

}

#sidebar .share .contentwidget h1 a:hover {
color: #df5387;
}

.share .contentwidget .icon-comments {
  font-size: 32px;
  padding: 0px 8px;
  color: #9C789A;
}
.share .icon-star-empty::before {
bottom: 5px;
content: "\f006 \f006 \f006";
position:relative;
letter-spacing: 5px;
color: #D1BF5B;
}

.share .contentwidget p {
margin-bottom: 10px;
font-size: 14px;
}

/* Poll Widget Styling */
.widget-randomtext h3.widget-title {
background: url('../../images/diag_purple.jpg') repeat !important;
text-shadow: 2px 2px 1px #926F94;
width:100%;
transform: rotate(-1.5deg);
-ms-transform: rotate(-1.5deg); /* IE 9 */
-webkit-transform: rotate(-1.5deg) translateZ(0); /* Safari and Chrome */
-o-transform: rotate(-1.5deg); /* Opera */
-moz-transform: rotate(-1.5deg); /* Firefox */
-webkit-transform-style: preserve-3d;
}
.widget_polls-widget .tack-left {
float:left;
margin: -16px -12px;
width:29px;
height:46px;
background: url('../../images/tacks.png') -162px -49px no-repeat;
}
.widget_polls-widget .tack-right {
float:right;
margin:-19px 19px;
width:29px;
height:46px;
background: url('../../images/tacks.png')-160px -0px no-repeat;
}
.widget-randomtext .wp-polls {
background: url('../../images/paper_off-white.jpg') repeat;
box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
margin: 0px 8px 20px;
padding: 10px 10px 20px;
}

.wp-polls-loading {
position: absolute;
top: 50%;
left: 50%;
margin-left: -50px;
}

.wp-polls-form ul.wp-polls-ul li {
  padding-bottom: 15px;
}
.wp-polls-form ul.wp-polls-ul label {
  width: 85%;
  line-height: 1.2;
}
.wp-polls-form ul.wp-polls-ul input {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.wp-polls IMG, .wp-polls LABEL, .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
  float: left;
}

.single #content .post-content .poll-image img {
  margin-bottom:0;
}

.single #content .post-content .poll-results ul li {
  margin-bottom:25px;
}

#sidebar .wp-polls a.Buttons.vote, #content .wp-polls a.Buttons.vote  {
border: 1px solid #C53168;
background-color: #fff;
color: #df5387;
padding: 4px 20px;
}

#sidebar .wp-polls a.Buttons.vote:hover, #content .wp-polls a.Buttons.vote:hover  {
background-color: #df5387;
color: #fff;
}

#sidebar .wp-polls .poll-image, 
#content .wp-polls .poll-image {
  max-width: 40%;
  float: left;
  padding-right: 10px;
}

#sidebar .wp-polls .poll-results ul li, #content .wp-polls .poll-results ul li {
zoom: 1;
}

#sidebar .wp-polls ul li:before, 
#content .wp-polls ul li:before, 
#sidebar .wp-polls ul li:after, 
#content .wp-polls ul li:after {
content: "";
display: block;
overflow: hidden;
}

#sidebar .wp-polls ul li:after, 
#content .wp-polls ul li:after {
clear: both;
}
#sidebar .wp-polls .poll-results,
#content .wp-polls .poll-results {
display: inline-block;
}

/* Social Widget */
.simpleSocialWidget h3.widget-title {
background: url('../../images/diag_green.jpg') repeat !important;
text-shadow: 2px 2px 1px #78BD73;
width:100%;
transform: rotate(-2deg);
-ms-transform: rotate(-2deg); /* IE 9 */
-webkit-transform: rotate(-2deg) translateZ(0); /* Safari and Chrome */
-o-transform: rotate(-2deg); /* Opera */
-moz-transform: rotate(-2deg); /* Firefox */
}
.ssw-item-wrapper {
width:258px;
margin: -34px auto;
}
.ssw-square {
width:115px !important;
height:115px !important;
display: block;
}
.ssw-twitter {
background: url('../../images/si_twitter.png') no-repeat !important;
z-index:1;
position:relative;
margin: 0px 0px 0px -2px !important;
transform: scale(.75,.75);
-ms-transform: scale(.75,.75); /* IE 9 */
-webkit-transform: scale(.75,.75); /* Safari and Chrome */
-o-transform: scale(.75,.75); /* Opera */
-moz-transform: scale(.75,.75); /* Firefox */
}
a.ssw-twitter:hover {
z-index:4 !important;
transform: rotate(2deg);
-ms-transform: rotate(2deg); /* IE 9 */
-webkit-transform: rotate(2deg); /* Safari and Chrome */
-o-transform: rotate(2deg); /* Opera */
-moz-transform: rotate(2deg); /* Firefox */
transform: scale(1,1);
-ms-transform: scale(1,1); /* IE 9 */
-webkit-transform: scale(1,1); /* Safari and Chrome */
-o-transform: scale(1,1); /* Opera */
-moz-transform: scale(1,1); /* Firefox */
} 
.ssw-facebook{
background: url('../../images/si_facebook.png') no-repeat !important;
z-index:3;
position:absolute;
margin: 25px 0px 0px 76px !important;
transform: scale(.75,.75);
-ms-transform: scale(.75,.75); /* IE 9 */
-webkit-transform: scale(.75,.75); /* Safari and Chrome */
-o-transform: scale(.75,.75); /* Opera */
-moz-transform: scale(.75,.75); /* Firefox */
} 
a.ssw-facebook:hover {
transform: rotate(-9deg);
-ms-transform: rotate(-9deg); /* IE 9 */
-webkit-transform: rotate(-9deg); /* Safari and Chrome */
-o-transform: rotate(-9deg); /* Opera */
-moz-transform: rotate(-9deg); /* Firefox */
transform: scale(1,1);
-ms-transform: scale(1,1); /* IE 9 */
-webkit-transform: scale(1,1); /* Safari and Chrome */
-o-transform: scale(1,1); /* Opera */
-moz-transform: scale(1,1); /* Firefox */
} 
.ssw-pinterest {
background: url('../../images/si_pinterest.png') no-repeat !important;
z-index:2;
position:relative;
float:right !important;
margin: 0px -10px 0px 0px !important;
transform: scale(.75,.75);
-ms-transform: scale(.75,.75); /* IE 9 */
-webkit-transform: scale(.75,.75); /* Safari and Chrome */
-o-transform: scale(.75,.75); /* Opera */
-moz-transform: scale(.75,.75); /* Firefox */
}
a.ssw-pinterest:hover {
z-index:4 !important;
transform: rotate(2deg);
-ms-transform: rotate(2deg); /* IE 9 */
-webkit-transform: rotate(2deg); /* Safari and Chrome */
-o-transform: rotate(2deg); /* Opera */
-moz-transform: rotate(2deg); /* Firefox */
transform: scale(1,1);
-ms-transform: scale(1,1); /* IE 9 */
-webkit-transform: scale(1,1); /* Safari and Chrome */
-o-transform: scale(1,1); /* Opera */
-moz-transform: scale(1,1); /* Firefox */
} 
.simpleSocialWidget .tack-left {
float:left;
margin: -15px -15px;
width:29px;
height:46px;
background: url('../../images/tacks.png') -3px -52px no-repeat;
}
.simpleSocialWidget .tack-right {
float:right;
margin:-25px 13px;
width:29px;
height:46px;
background: url('../../images/tacks.png')-5px -0px no-repeat;
}
/* Specific Social Homepage Styling */
#home-sidebar .sidebar-content .simpleSocialWidget .widget-title {
background: transparent;
font: 600 28px/1 'Shadows Into Light Two', serif;
color: white;
text-transform: capitalize;
padding: 3px 20px 10px;
margin-bottom:12px;
}
#home-sidebar > .sidebar-content > .widget.simpleSocialWidget.widget-simpleSocialWidget {
margin-top: -30px;
}
#home-sidebar .sidebar-content .ssw-facebook {
margin-top: 0 !important;
}
#home-sidebar .sidebar-content .ssw-twitter, #home-sidebar .sidebar-content .ssw-facebook, #home-sidebar .sidebar-content .ssw-pinterest {
transform: scale(.50,.50);
-ms-transform: scale(.50,.50); /* IE 9 */
-webkit-transform: scale(.50,.50); /* Safari and Chrome */
-o-transform: scale(.50,.50); /* Opera */
-moz-transform: scale(.50,.50); /* Firefox */
}
#home-sidebar .sidebar-content a.ssw-twitter:hover, #home-sidebar .sidebar-content a.ssw-facebook:hover, #home-sidebar .sidebar-content a.ssw-pinterest:hover {
transform: scale(.75,.75);
-ms-transform: scale(.75,.75); /* IE 9 */
-webkit-transform: scale(.75,.75); /* Safari and Chrome */
-o-transform: scale(.75,.75); /* Opera */
-moz-transform: scale(.75,.75); /* Firefox */
} 
/* Recent Post Widget Styling */
.super_recent_posts h3.widget-title {
background: url('../../images/diag_blue.jpg') repeat !important;
text-shadow: 2px 2px 1px #72BFD6;
width:100%;
transform: rotate(-2deg);
-ms-transform: rotate(-2deg); /* IE 9 */
-webkit-transform: rotate(-2deg) translateZ(0); /* Safari and Chrome */
-o-transform: rotate(-2deg); /* Opera */
-moz-transform: rotate(-2deg); /* Firefox */
}
.super_recent_posts .widget-inside.cf {
margin-top: 0px;
}
.super_recent_posts .tack-left {
float:left;
margin: -20px -12px;
width:29px;
height:46px;
background: url('../../images/tacks.png') -162px -49px no-repeat;
}
.super_recent_posts .tack-right {
float:right;
margin:-14px 15px;
width:29px;
height:46px;
background: url('../../images/tacks.png')-160px -0px no-repeat;
}
.super_recent_posts_wrapper {
background: url('../../images/paper_off-white.jpg') repeat;
box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
margin: -10px 8px 15px;
padding: 10px 10px 2px;
}
.super_recent_posts_container {
margin-bottom: 10px;
}
.super_recent_posts_item_title {
width: 150px;
position:relative;
float:right;
text-align: left;
}
.post-entry > a > img {
position:relative;
float:left;
margin-right:10px;
}
.super_recent_posts_container.item_6 {
display:none;
}
/* Post voting */
.voting-wrapper {
float: right;
}
.wpv_postvote {
margin: 0;
font-weight: bold;
font-size: inherit;
}
.wpv_votecount {
margin-right: 3px;
font-weight: normal;
}
.wpv_votedbtn_txt {
display: none !important;
}
.wpv_votebtn_txt {
color: #FD669B;
margin-left:2px;
}
a:hover .wpv_votebtn_txt {
color: #119FB1;
margin-left:2px;
}
.wpv_vote_icon {
    background: url('../../images/vote_buttons.png')0 0 no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
a:hover .wpv_vote_icon  {
    background: url('../../images/vote_buttons.png')no-repeat 0 -26px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.wpv_voted_icon {
    background: url('../../images/vote_buttons.png')0 -51px no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
/* Social Sharing */
.social-sharing-wrapper {
float: left;
margin: -5px 0;
}

/* Voting Display */
.archive .wpv_votebtncon, .home .wpv_votebtncon {
display: none;
}
.archive .luv-divider, .home .luv-divider {
display:none;}
.archive .wpv_votecount, .home .wpv_votecount {
float: right;
padding-right: 20px;
background: url('../../images/luvit_icon.png') right 1px no-repeat;
padding-top: 2px;
margin-right: 7px;
font: 11px/1.5 sans-serif;
}
.archive .post-footer, .home .post-footer {
padding: 14px 12px 8px;
}
.archive .post-footer .meta-published, .home .post-footer .meta-published {
padding-left: 22px;
text-transform:uppercase;
}
.archive .post-footer .meta-comments, .home .post-footer .meta-comments {
padding-right: 22px;
text-transform:uppercase;
}
/* custom icon backgrounds */
.celebrity-style {
background: #ffcc00 !important;
}
.cool-in-your-school {
background: #ca11e5 !important;
}
.fashion-fun-games {
background: #0090ff !important;
}
.my-style-my-way {
background: #61e511 !important;
}
.tips-how-tos {
background: #11cde5 !important;
}
.trend-alert {
background: #ff48b4 !important;
}
.style-video {
background: #fe6f67 !important;
}
.fashion-questions {
background: #ff7e00 !important;
}
.post-tag-container ul li a:hover
{
background-color: #036;
}

/* 
====================================================== 
=============  Page/Post Headers ==================== 
======================================================
*/

h1#page-title, h1.post-title {
color: #df5387;
font: normal 60px/1 'JennaSue', serif !important;
text-shadow:0 1px 1px #fff;
}

.cat-desc, .page-desc {
  color: #333;
  font: normal 16px/1 'Overlock', serif !important;
  width: 50%;
  margin: 0 auto;
}
.cat-desc p {
  margin:0;
}

.post .post-header .post-title, .page .post-header .post-title {
text-transform: capitalize;
overflow:visible;
text-align:center;
display:block;
padding:0;
margin: 0px 0px 5px;
font-weight:normal;
}

.post .post-header a, .page .post-header a {
color: #009fb2;
text-shadow:0 1px 1px #fff;
}
.page #content .post-header {
  padding: 20px 65px 10px;
}

/* 
====================================================== 
=============  Single Post Update ==================== 
======================================================
*/
.page-template-default #content .hentry, .page-template-template-fullwidth-php #content .hentry, .single #content .hentry,
.page-template-default #content .post-footer, .single #content .post-footer {
background: url('../../images/bgnoise.png') repeat;
}

.post-header .meta-category {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
width: 430px;
display: block;
margin: 0 auto;
}

.sp_bg_wrapper{
background:white;
position:absolute;
width:620px;
top:0;
}
.single #content .hentry {
overflow:visible !important;
}
/* Center featured image */
.single-post > #wrapper > #page > #main > #container > #content > .post > .featured-image img {
margin: 0 auto;
}
/* Increase font size of post title */
.post-header .post-title {
font-size:32px;
}

.single-post .post-content-wrapper, .single-post #comments   {
  box-shadow: 0px 3px 8px rgba(0,0,0,.1);
}

/* Increase font size of post content */
.page-template-default #content .post-content, .page-template-template-fullwidth-php #content .post-content, .single #content .post-content {
font-size:18px;
line-height:28px;
}

.page-template-default #content .post-content, .single-post .post-content-wrapper {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
overflow:visible;
}

.page-template-default #content .post-content, .page-template-template-fullwidth-php #content .post-content {
padding: 1px 30px 10px;
}
#single-slides .slides_container div {
width: 620px;
}
#single-slides .slides_container img {
margin: 0 auto;
}
.single-post .icons {display:none;}
/* Author Styling Update */
.wp-biographia-container-top {
border-top: 4px solid #F3EAE2;
margin: 15px 0;
padding: 15px;
}
.wp-biographia-list.wp-biographia-list-text {
margin: 0px;
}
.email-form-input, .website-form-input {
display:none;
}
.wp-biographia-text {
display: inline-block;
margin: 0;
display: block;
width: 380px;
font-size: 80%;
float:left;
margin-left:140px;
}
/* Hide Extra Long Comments - Girls love their exclamation points!*/
li.comment>div {
overflow: hidden;
}

.guest-comment-view {
  text-align:center;
}
.guest-comment-view h2 {
  line-height: 58px;
}
.guest-comment-view h2 a {
font-family: 'JennaSue';
font-size: 54px;
padding: 0 4px;
font-weight: normal !important;
 -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #009FB2;
}

.guest-comment-view h2 a:hover {
transform: rotate(10deg) !important;
-ms-transform: rotate(1.5deg);
-webkit-transform: rotate(10deg) translateZ(0) !important;
-o-transform: rotate(1.5deg);
-moz-transform: rotate(1.5deg);
-webkit-transform-style: preserve-3d;
  color: #11C0D5;
}
/* =====================================/
/                                       /
/            Page Styling               /
/                         /
/======================================*/
#page .post-content {
background: white;
padding-top:40px;
}
#hentry-wrap {
background:none;
}
.page-template-default #content .hentry, .single #content .hentry {
padding: 1px 0;
background: #DDD;
border-width: 0 0 2px 0;
overflow: visible;
}
.page-template-default #content .post-header, .page-template-template-fullwidth-php #content .post-header, .single #content .post-header, .page-template-default #content .hentry, .single #content .hentry, #page .sp_bg_wrapper {
background-color: #fff;
background-image: none; 
}

.page-template-default #content .post-content, .page-template-template-fullwidth-php #content .post-content {
padding: 20px 30px 10px;
margin-top: 0px;
box-shadow: 0px 3px 8px rgba(0,0,0,.1);
}

#content > ul {
list-style-position: outside;
margin-left:40px
}
#hentry-wrap .post-content li {
list-style-position: outside;
padding: 10px 0px 2px 0px;
}
h2,h3,h4 {
font-weight:bold;}
/* =====================================/
/                                       /
/            Form Styling               /
/                         /
/======================================*/
/*   Frontend Uploader   */
.toggle .trigger {
  padding: 0 10px;
  font-size: 18px;
}
.toggle .trigger, 
.toggle .trigger.open  {
background: #FD669B url("engine/images/icons/toggle-plus.png") center right no-repeat;
color:#fff !important;
}
.toggle .trigger:hover {
background: #FD3D80 url("engine/images/icons/toggle-plus.png") center right no-repeat;
color: #fff !important;
text-shadow: 1px 0px 1px #FD669B;
}
.ugc-inner-wrapper .ugc-input-wrapper input[type="text"], .ugc-inner-wrapper .ugc-input-wrapper textarea {
width: 80%;}
#ugc-media-form br {display:none;}
/* Gravity Forms */
.contact-selectors {
margin: 20px auto;
width:95%;
padding-left: 10px;
}
.contact-item-wrapper{
width:100%;
height: 140px;
margin:0 auto;
background: url('../../images/fabric_purple.jpg');
position:relative;
padding:1px;
border-radius: 12px;
border: solid 2px #333;
}
.contact-item-img-wrapper {
margin: 10px auto;
width: 50px;
height: 55px;
}
.contact-item-img{
background: url('../../images/diag_teal.jpg');
padding:10px;
margin: 0px !important;
border-radius:6px;
border: solid 3px #fff !important;
}
.contact-item-label {
width:90%;
margin:0 auto;
text-align:center;
font: bold 18px/18px Sans-serif;
text-transform: uppercase;
color: white;
}
.contact-item-wrapper:hover img{
background: url('../../images/diag_green.jpg') !important;
}
.contact-item-wrapper:hover .contact-item-label {
color: #460153;
}
.gform_button{
padding: 10px 28px;
color: white !important;
background: #FD669B;
}
li.gfield {
margin-bottom:10px;}
.gform_wrapper .top_label .gfield_label {
font-size: 16px;
color:#119FB1;}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
font-size: 11px;
letter-spacing: 0.5pt;
color: #444;
font-family: sans-serif;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
font-size: 16px;
padding: 4px;
}
.f-norm {
font-weight:normal;
}
#picatcha {
width: 250px !important;
padding: 0px 5px 20px 10px !important;
}
#picatcha_mini_top_link {
display: none !important;
}
#picatcha_question_id {
margin: 5px 0px !important;
}
.picatchaRefreshButton {
padding: 6px !important;
font: bold 11px Arial,sans-serif !important;
border-radius: 6px 0px 0px 0px !important;
}
.picatcha .img_btn.selected {
opacity: 0.5;
border-color: #F4669B !important;
background-color: #F6ADBE !important;
}
.confirm-headline{
margin-top:5px;
font-size:15px;}
.emphasized {
font-weight:bold;}

/* 
====================================================== 
=============  Category Page Update ================== 
======================================================
*/

h2.sub-section_header {
margin-bottom: 25px;
text-align: left;
font: 900 22px/0 'Overlock', 'Lato', sans-serif;
font-style:italic;
color: #df5387;
}

.item.section_header_container {
  height: 360px;
  display: block;
  float:left;
}

h2.section_header {
  font: normal 120px/1 'Shadows Into Light Two', sans-serif;
  text-align:center;
  color: #DF5387;
}

.corner-stamp {
  top:0;
  display:block;
}

.item.title.corner-stamp {
width: 620px;
text-align: center;
background: none;
float:left;
border:0;
}

.item.sidebar.corner-stamp {
width: 300px !important;
background: none;
float:right;
border:0;
}

#sidebar {
  margin:0;
  border: 0;
}
#filter li {
border-radius: 3px;
}
.item {
width:300px;
background: none;
border: none;
margin: 0 18px 10px 2px;
}
.item .meta-category {
  font-size: 12px;
  padding: 0px 5px 5px
}
.item .featured-image img {
  min-width: 280px;
  margin:0 auto;
  border-top: 10px solid #df5387;
  display:block;
}
.item .featured-image {
  margin:0 auto;
  width: 280px;
}
.item .hentry, .hentry {
  padding: 10px 10px;
}
#masonry .hentry h2.post-title {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(0,0,0,.6);
  background-color : #333333\9;
  padding: 10px;
  width: 260px;
  text-align: center;
  margin:0;
  font: 700 20px/28px 'Lato', Sans-serif;
  text-transform:capitalize;
  text-shadow: 0px 1px 1px #333;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.featured-image > a:hover > h2.post-title { 
padding-bottom:30px !important;
}

#masonry .item .hentry {
background: white;
box-shadow: 0px 0px 2px #999;
}
#masonry .item .post-content {
padding-top:36px;
}
#masonry .post-footer {
background: #df5387;
margin:0;
padding: 5px 12px 6px;
}

#masonry .post-footer .meta-comments {
float: left;
padding-left: 22px;
color:#fff;
background: url('images/icon-comment-white.png') left 2px no-repeat;
opacity: .8;
}

.featured-image > a > img {
  background: white;
}

#load-more-link {
  box-shadow: 0px 0px 2px #999;
  background: #F0FDFF;
  border: 4px solid #009FB2;
  color: #009FB2;
}
#load-more:hover #load-more-link {
  border: 4px solid #df5387 !important;
}
#load-more:hover .count-text{
  
  color: #df5387 !important;
}

#load-more:hover .load-more-text {
  color:#333;
}


/* Search Results Page */

#masonry .searchform input {
background: #FAFAFA;
border: 1px solid #DF5387;
padding: 5px 10px;
border-radius: 0;
font-weight: bold;
text-align: left;
font-size: 14px;
color: #999;
width: 258px !important;
}

.search-title {
  color:#333;
}

.item.none.results {
width: 620px;
text-align: center;
background: #009FB2;
float:left;
border:0;
display:block;
font-size:21px;
}

.item.none .hentry p {
  margin: 0;
}

#masonry .item.none .hentry {
  box-shadow:none;
  }

/* 
====================================================== 
=============  Carousel ============================== 
======================================================
*/

.list_carousel {
  background-color: none;
  margin: 0;
  width: 620px;
  overflow:hidden;
  padding-top: 12px;
}

#masonry .list_carousel {
  margin: 0 0 25px 0;
}

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
  color: #999;
  text-align: center;
  padding: 0;
  margin-right: 10px;
  display: block;
  float: left;
}
.caroufredsel_wrapper {
  width:100% !important;
}
.pager {
  float: left;
  width: 300px;
  text-align: center;
}
.pager a {
  margin: 0 5px;
  text-decoration: none;
}
.pager a.selected {
  text-decoration: underline;
}

.page-button {
height: 30px;
width: 30px;
background: #fff;
border-radius: 30px;
position: absolute;
top:50%;
margin-top: -15px;
display:block;
box-shadow: 0px 0px 8px rgba(0, 0, 0, .7);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-button:hover {
background: #DF5387;
border: 2px solid #fff;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.prev.page-button {
left:-16px;
}
.next.page-button{
right:-16px;
}
.page-button:before {
color: #DF5387;
font: bold 40px/0 'Overlock', 'Lato', Sans-serif;
position:absolute;
display:block;
top: 10px;
}

.page-button:hover:before {
color: #fff;
font: bold 40px/0 'Overlock', 'Lato', Sans-serif;
}

.prev.page-button:before {
  height: 30;
  width: 30;
  left: 14px;
  content: '‹';
}
.next.page-button:before {
  height: 30;
  width: 30;
 right: 14px;
 content: '›';
}


/* 
====================================================== 
=============     Shop Carousel     ================== 
======================================================
*/

.shop-carousel .shop {
width: 175px;
height: 175px;
position: relative;
overflow: hidden;
display: inline-block;
border-top: 2px solid #EFA7C2;
}

.shop-carousel .shop img {
position: absolute;
max-height: 100%;
max-width: none !important;
top: 0;
left: 0;
overflow: hidden;
}

.shop-name-wrapper {
  position: absolute;
  background: rgba(0, 0, 0, .7);
  background : #333\9;
  width: 100%;
  min-height: 60px;
  bottom:0;
}

.shop-carousel .shop-name {
  font: bold 22px/1 'Overlock', 'Lato', sans-serif;
  text-shadow: 0px 1px 0px black;
  color: white;
  text-align: center;
  padding: 0 5px;
  bottom: 10px;
  position: absolute;
  width: 165px; 
}

/* ---- Shop Image Tweaks ---- */

#dyo-shops .shop img {
min-height: 175px;
}
.shop-carousel #bm-28.shop img {
left: -130px;
}


/* 
====================================================== 
=============  Welcome Content Container ============= 
======================================================
*/

#ftv-content-box {
width: 920px;
margin: 20px auto;
padding: 10px;
border: solid 1px #CACACA;
box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
position: relative;
background: url('../../images/fabric_plaid.png') repeat;
display: none;
display: none\9 !important;
max-height: 350px;
}

#ftv-content-box .close-button {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
}

#ftv-content-box .close-button img {
  height: 40px;
  width: 40px;
  border: 0;
}

#ftv-content-box h2, #ftv-content-box h3 {
font: 400 35px/1 'Shadows Into Light Two', sans-serif;
color: #FD669B;
text-shadow: 0px 2px 0px white;
margin-top:15px;
}

#ftv-content-box h3 {
  font-family: 'Overlock', 'Lato', sans-serif;
  font-size: 22px;
  margin-bottom:0px;
}

.image-poll .poll-question {
margin: 20px 0px 0px;
font-size: 16px;
font-weight: normal;
}

.hentry .image-poll .poll-question {
  margin-bottom:10px
}


#ftv-content-box .next-step {
margin: 15px 0 25px;
font-size: 16px;
font-weight: normal;
}

.ftv-txt.poll .widgettitle {
  display:none;
}

#ftv-content-box .tryitout .wp-polls-ul:after {
  content: 'try it out!';
  font: 400 20px/1 'Shadows Into Light Two', sans-serif;
  display: block;
  position: absolute;
  top: -4px;
  right: 20px;
  width: 80px;
  height: 70px;
  background: url('../../images/arrow-curved.png') no-repeat 14px 22px;
transform: rotate(10.5deg);
-ms-transform: rotate(10.5deg); /* IE 9 */
-webkit-transform: rotate(10.5deg) translateZ(0); /* Safari and Chrome */
-o-transform: rotate(10.5deg); /* Opera */
-moz-transform: rotate(10.5deg); /* Firefox */
-webkit-transform-style: preserve-3d;
}

#ftv-content-box .poll-results .wp-polls-ul:after {
  display:none;
}

#ftv-content-box .wp-polls-ul, .image-poll .wp-polls-ul {
  padding: 0px;
  text-align:center;
  position:relative;
}

.image-poll .wp-polls-ul li {
  position: relative;
  display:inline-block;
  margin:15px 15px 0;
  padding: 0 !important;
}

.image-poll .poll-image {
height: 145px;
width: 145px;
overflow: hidden;
border: solid 2px #fff;
padding:0px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
position: relative;
}

.image-poll li img {
max-height: 150px;
max-width: 300px !important;
overflow: hidden;
position: absolute;
}


#ftv-content-box .ftv-txt.poll .poll-results .poll-image {
height: 80px;
width: 80px;
}


#ftv-content-box .ftv-txt.poll .poll-results li img {
max-height: 80px;
max-width: 80px !important;
}

.image-poll input[type="radio"], .image-poll input[type="checkbox"] {
display: none;
display: block\9; /* IE8 and below */
}

.image-poll input[type="radio"]:checked + label:before, .image-poll li:hover label:before, .image-poll input[type="checkbox"]:checked + label:before {
  content: '';
  display: block;
  position: absolute;
  top:5px;
  left:5px;
  background: url('../../../../images/gift_central/checked_off.png') no-repeat 0 0;
  width: 138px;
  height: 138px;
  z-index:1;
}

#ftv-content-box .view-results-cta {
  display:none;
}

#ftv-content-box .Buttons, .image-poll .Buttons {
font-weight: bold;
font-size: 18px;
color: white !important;
padding: 10px 20px;
display: inline-block;
background: #FD669B url('images/bg-light.png') !important;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
text-transform: uppercase;
letter-spacing: 1px;
border: 0;
margin: 15px 15px 0;
width: 220px;
}

#ftv-content-box .Buttons:hover, .image-poll .Buttons:hover {
background-color: #B41E52;
}

.mixed-case {
text-transform: capitalize !important;
}

.fs-left {
position: absolute;
top: 30px;
left: 50px;
background: url('../../images/fashionsketch.png') no-repeat 0 0;
width: 88px;
height: 300px;
transform: rotate(-1.5deg);
-ms-transform: rotate(-1.5deg); /* IE 9 */
-webkit-transform: rotate(-1.5deg) translateZ(0); /* Safari and Chrome */
-o-transform: rotate(-1.5deg); /* Opera */
-moz-transform: rotate(-1.5deg); /* Firefox */
-webkit-transform-style: preserve-3d;
}

.fs-right {
position: absolute;
top: 6px;
right: 30px;
background: url('../../images/fashionsketch_dress-scarf.png') no-repeat 0 0;
width: 108px;
height: 360px;
  transform: rotate(5.5deg);
-ms-transform: rotate(5.5deg); /* IE 9 */
-webkit-transform: rotate(5.5deg) translateZ(0); /* Safari and Chrome */
-o-transform: rotate(5.5deg); /* Opera */
-moz-transform: rotate(5.5deg); /* Firefox */
-webkit-transform-style: preserve-3d;
}

#cboxWrapper #cboxCurrent {
  display: none !important;
}
.gallery.gallery-size-thumbnail dd.gallery-caption {
  display: none !important;
}