@charset "utf-8";
/* Social Media */
div.bookmarksys a {display:inline-block;width:auto;outline:none;}
div.bookmarksys a img {border:none ! important;}
div.bookmarksys a:hover {background:none ! important;}
div.bookmarksys a:link {color: #000000 ! important; text-decoration: none ! important; background:none ! important;}
div.bookmarksys a:active {color: #000000 ! important; text-decoration: none ! important; background:none ! important;}
div.bookmarksys a:visited {color: #000000  ! important; text-decoration: none ! important; background:none ! important;}
div.bookmarksys a:hover {color: #000000  ! important; text-decoration: none  ! important; }
div.bookmarksys a img:hover {
	opacity:1.0 !important;
	filter:alpha(opacity=100)!important;
}
.clr {clear:both;}

.fb-like span{padding-left:7px; overflow:visible !important; width:450px !important; margin-right:-375px;}

.contentpane .bookmark {display: none;}
.s-box .bookmark {display: none;}
.component-body .bookmark {display: none ! important;}

/* div.emailbut a:hover {background: none ! important;} */
/* div.emailbut a img {border:none ! important;} */
/* div.emailbut a:active {color: #000000 ! important; text-decoration: none ! important; background: none ! important;} */
/* div.emailbut a:visited {background: none ! important;} */

div.emailbut a {display:inline-block;width:auto;outline:none;}
div.emailbut a img {border:none ! important;}
div.emailbut a:hover {background:none ! important;}
div.emailbut a:link {color: #000000 ! important; text-decoration: none ! important; background:none ! important;}
div.emailbut a:active {color: #000000 ! important; text-decoration: none ! important; background:none ! important;}
div.emailbut a:visited {color: #000000  ! important; text-decoration: none ! important; background:none ! important;}
div.emailbut a:hover {color: #000000  ! important; text-decoration: none  ! important; }

div.sharebuttons a {display:inline-block;width:auto;outline:none;}
div.sharebuttons a img {border:none ! important;}
div.sharebuttons a:link {color: #000000 ! important; text-decoration: none ! important; }
div.sharebuttons a:active {color: #000000 ! important; text-decoration: none ! important; }
div.sharebuttons a:visited {color: #000000  ! important; text-decoration: none ! important; }
div.sharebuttons a:hover {color: #000000  ! important; text-decoration: none  ! important; }


.zoom {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.zoom:hover {
	transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5); /* IE 9 */
	-webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
}

.shrink {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.shrink:hover {
	transform: scale(0.5,0.5);
	-ms-transform: scale(0.5,0.5); /* IE 9 */
	-webkit-transform: scale(0.5,0.5); /* Safari and Chrome */
}

.bounce {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.bounce:hover {
	transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px); /* IE 9 */
	-webkit-transform: translate(0px, -10px); /* Safari and Chrome */
}

.left {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.left:hover {
	transform: translate(-10px, 0px);
	-ms-transform: translate(-10px, 0px); /* IE 9 */
	-webkit-transform: translate(-10px, 0px); /* Safari and Chrome */
}

.right {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.right:hover {
	transform: translate(10px, 0px);
	-ms-transform: translate(10px, 0px); /* IE 9 */
	-webkit-transform: translate(10px, 0px); /* Safari and Chrome */
}

.down {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.down:hover {
	transform: translate(0px, 10px);
	-ms-transform: translate(0px, 10px); /* IE 9 */
	-webkit-transform: translate(0px, 10px); /* Safari and Chrome */
}


.tilt {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.tilt:hover {
	transform: rotate(30deg);
	-ms-transform: rotate(30deg); /* IE 9 */
	-webkit-transform: rotate(30deg); /* Safari and Chrome */
}

.rotate90 {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.rotate90:hover {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
}

.rotate180 {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.rotate180:hover {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}

.rotate270 {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.rotate270:hover {
	transform: rotate(270deg);
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Safari and Chrome */
}

.rotate360 {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.rotate360:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Safari and Chrome */
}

.rotatemin90 {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.rotatemin90:hover {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
}

.rotatemin180 {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.rotatemin180:hover {
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Safari and Chrome */
}

.rotatemin270 {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.rotatemin270:hover {
	transform: rotate(-270deg);
	-ms-transform: rotate(-270deg); /* IE 9 */
	-webkit-transform: rotate(-270deg); /* Safari and Chrome */
}

.rotatemin360 {
  -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
}
 
.rotatemin360:hover {
	transform: rotate(-360deg);
	-ms-transform: rotate(-360deg); /* IE 9 */
	-webkit-transform: rotate(-360deg); /* Safari and Chrome */
}

#backdrop_float {
    background: #fff none repeat scroll 0 0 padding-box;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: 1px 0 15px rgba(0, 0, 0, 0.2);
}

#sbox-overlay{
    background-color: rgba(255, 255, 255, 0.85);
}

#sbox-window{
    background-color: rgba(249, 249, 249, 1);
    border: 2px outset #000000;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0 rgba(2, 2, 2, 0.23) inset;
    padding: 18px;
}

#sbox-content{
    background-color: rgba(249, 249, 249, 1);
    font-family: inherit;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
    text-shadow: 0 0 0 rgba(2, 2, 2, 0.23);
}

#sbox-btn-close{
    background: url(../../../plugins/system/easylikeandshare/easyshareassets/cancel-btn.png) no-repeat center;
    border: 2px ridge #ffffff;
    border-radius: 6px;
    bottom: 17px;
    box-shadow: 0 0 3px 3px rgba(2, 2, 2, 0.23);
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    height: 36px;
    left: auto;
    line-height: 14px;
    padding: 0px;
    right: 15px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.23);
    top: auto;
    width: 70px;
}