/* SITE5 WORDPRESS THEME SPECIAL MESSAGE BOXES */

.successbox {
  -moz-border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  background: url("../../../../images/icons/success.png") no-repeat scroll 15px 15px #EEF4D4;
  border: 1px solid #8FAD3D;
  color: #596C26;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px 25px 25px 80px;
}

.ideabox {
  -moz-border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  background: url("../../../../images/icons/idea.png") no-repeat scroll 15px 15px #E1EBEB;
  border: 1px solid #A8C6C6;
  color: #596C26;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px 25px 25px 80px;
}

.okbox {
  -moz-border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  background: url("../../../../images/icons/ok.png") no-repeat scroll 15px 15px #E9FFD2;
  border: 1px solid #ACFF59;
  color: #596C26;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px 25px 25px 80px;
}

.questionbox {
  -moz-border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  background: url("../../../../images/icons/question.png") no-repeat scroll 15px 15px #DBE7ED;
  border: 1px solid #9DACB5;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px 25px 25px 80px;
}

.searchbox {
  -moz-border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  background: url("../../../../images/icons/search.png") no-repeat scroll 15px 15px #f5f5f5;
  border: 1px solid #DDD;
  color: #596C26;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px 25px 25px 80px;
}

.thumbsupbox {
  -moz-border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  background: url("../../../../images/icons/thumbsup.png") no-repeat scroll 15px 15px #FCE2D4;
  border: 1px solid #F1C0A8;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px 25px 25px 80px;
}

.cancelbox {
  -moz-border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  background: url("../../../../images/icons/cancel.png") no-repeat scroll 15px 15px #FFC6C6;
  border: 1px solid #FF9D9D;
  color: #C00;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px 25px 25px 80px;
}

.addbox {
  -moz-border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  background: url("../../../../images/icons/add.png") no-repeat scroll 15px 15px #EEF4D4;
  border: 1px solid #8FAD3D;
  color: #596C26;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px 25px 25px 80px;
}

.warningbox {
  -moz-border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  background: url("../../../../images/icons/warning.png") no-repeat scroll 15px 15px #FFF6C2;
  border: 1px solid #F4CD00;
  color: #957429;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px 25px 25px 80px;
}

.emptybox {
  -moz-border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  background: #FFF;
  border: 1px solid #DDD;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px 25px 25px 80px;
}

.eventbox {
  -moz-border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  background: url("../../../../images/icons/event.png") no-repeat scroll 15px 15px #f5f5f5;
  border: 1px solid #DDD;
  color: #596C26;
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px 25px 25px 80px;
}
/* SITE5 WORDPRESS THEME BUTTON TYPES */

/* ------- Default Sliding Door Buttons ------- */

.button_link {
  display: inline-block;
  text-decoration: none !important;
  line-height: 11px;
  font-size: 15px;
  font-family: "Open Sans", Arial, Verdana;
  font-style: normal;
  padding: 11px 15px 13px 15px;
  margin: 5px 10px 5px 0;
  -webkit-transition: all 0.2s ease,top 0ms linear;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}

.button_link.large_button {
  font-size: 18px;
  font-family: "Open Sans", Arial, Verdana;
  font-style: normal;
  padding: 14px 17px 15px 17px;
  -webkit-transition: all 0.2s ease,top 0ms linear;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button_link:hover {
  text-decoration: none !important;
  background: #565656;
  color: #fff;
  opacity: 1 !important;
  -webkit-transition: all 0.2s ease,top 0ms linear;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* New S5 buttons styles */

.blue {
  background: #1bc4de;
}

.light_blue {
  background: #77a6ee;
}

.dark_blue {
  background: #2a61be;
}

.orange {
  background: #f7612d;
}

.light_orange {
  background: #ea6f21;
}

.dark_orange {
  background: #d73300;
}

.green {
  background: #7ab317;
}

.light_green {
  background: #85cf4a;
}

.dark_green {
  background: #03997e;
}

.red {
  background: #d90102;
}

.light_red {
  background: #ff0000;
}

.dark_red {
  background: #840000;
}

.yellow {
  background: #ffb141;
}

.light_yellow {
  background: #f7c600;
}

.dark_yellow {
  background: #ff9600;
}

.gray {
  background: #718da3;
}

.light_gray {
  background: #adaaad;
}

.dark_purple {
  background: #613d90;
}

.purple {
  background: #7d3ae1;
}

.violet {
  background: #ed145b;
}

.crimson {
  background: #d84d5a;
}

.cyan {
  background: #4dd0d8;
}

.pink {
  background: #f96184;
}

.brown {
  background: #7c5d3b;
}

.olive {
  background: #716c4c;
}
/* SITE5 WORDPRESS THEME LAYOUTS */

.one_half {
  width: 48%;
}

.one_third {
  width: 30.66%;
}

.two_third {
  width: 65.33%;
}

.one_fourth {
  width: 22%;
}

.three_fourth {
  width: 74%;
}

.one_fifth {
  width: 16.8%;
}

.two_fifth {
  width: 37.6%;
}

.three_fifth {
  width: 58.4%;
}

.four_fifth {
  width: 67.2%;
}

.one_sixth {
  width: 13.33%;
}

.five_sixth {
  width: 82.67%;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  float: left;
  margin-right: 4%;
  position: relative;
}

.last {
  clear: right;
  margin-right: 0!important;
}

.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

.divider {
  border-top: 1px solid #e8e8e8;
  margin: bottom:30px;
  min-height: 25px;
  padding: bottom:30px;
  text-align: center;
  width: 100%;
}

.dividermain h4 {
  background: #fff;
  display: block;
  font-family: Arial;
  font-size: 10px;
  font-weight: 400;
  left: 45%;
  margin-top: -12px;
  min-width: 150px;
  position: absolute;
  text-align: center;
}

@media only screen  and (max-width: 959px) {
  .one_half img {
    max-height: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    float: left;
    margin-right: 4%;
    position: relative;
    width: 370px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) , screen and (max-device-width: 480px) {
  .one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    float: left;
    margin-right: 4%;
    position: relative;
    width: 250px;
    margin-bottom: 20px;
  }
}
/* SITE5 WORDPRESS THEME SPECIAL LIST TYPES */

.arrowlist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.arrowlist ul li {
  background: transparent url("../../../../images/lists/arrowlist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.ticklist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.ticklist ul li {
  background: transparent url("../../../../images/lists/ticklist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.crosslist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.crosslist ul li {
  background: transparent url("../../../../images/lists/crosslist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.starlist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.starlist ul li {
  background: transparent url("../../../../images/lists/starlist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.exclamlist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.exclamlist ul li {
  background: transparent url("../../../../images/lists/exclamlist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.addlist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.addlist ul li {
  background: transparent url("../../../../images/lists/addlist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.blacklist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.blacklist ul li {
  background: transparent url("../../../../images/lists/blacklist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.bluelist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.bluelist ul li {
  background: transparent url("../../../../images/lists/bluelist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.starlistsmall ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.starlistsmall ul li {
  background: transparent url("../../../../images/lists/starlistsmall.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.deletelist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.deletelist ul li {
  background: transparent url("../../../../images/lists/deletelist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.errorlist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.errorlist ul li {
  background: transparent url("../../../../images/lists/errorlist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.feedlist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.feedlist ul li {
  background: transparent url("../../../../images/lists/feedlist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.greenlist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.greenlist ul li {
  background: transparent url("../../../../images/lists/greenlist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.idealist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.idealist ul li {
  background: transparent url("../../../../images/lists/idealist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.keylist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.keylist ul li {
  background: transparent url("../../../../images/lists/keylist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.newlist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.newlist ul li {
  background: transparent url("../../../../images/lists/newlist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.orangelist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.orangelist ul li {
  background: transparent url("../../../../images/lists/orangelist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.pinklist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.pinklist ul li {
  background: transparent url("../../../../images/lists/pinklist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.pluslist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.pluslist ul li {
  background: transparent url("../../../../images/lists/pluslist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.purplelist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.purplelist ul li {
  background: transparent url("../../../../images/lists/purplelist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.redlist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.redlist ul li {
  background: transparent url("../../../../images/lists/redlist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.taglist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.taglist ul li {
  background: transparent url("../../../../images/lists/taglist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.vcardlist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.vcardlist ul li {
  background: transparent url("../../../../images/lists/vcardlist.png") no-repeat center left!important;
  padding: 2px 2px 2px 20px;
}

.yellowlist ul {
  list-style: none!important;
  margin-bottom: 20px;
  margin-left: 0;
}

.yellowlist ul li {
  background: transparent url("../../../../images/lists/yellowlist.png") no-repeat center left!important;
  list-style-type: none;
  padding: 2px 2px 2px 20px;
}

.yellowlist li,
.vcardlist li,
.taglist li,
.redlist li,
.purplelist li,
.pinklist li,
.pluslist li,
.orangelist li,
.newlist li,
.keylist li,
.idealist li,
.greenlist li,
.feedlist li,
.errorlist li,
.deletelist li,
.starlistsmall li,
.bluelist li,
.blacklist li,
.addlist li,
.exclamlist li,
.starlist li,
.crosslist li,
.ticklist li,
.arrowlist li {
  list-style: none!important;
}
/* SITE5 WORDPRESS THEME SLIDER */

.site5_post_slider_wide {
  margin: 0 auto;
  width: 100%;
}

.site5_post_slider_wide img {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #ddd;
  border-radius: 3px;
  height: 300px;
  padding: 3px;
}

#swpsnav {
  margin-bottom: 30px;
  margin-top: 5px;
  position: relative;
  z-index: 50;
}

#swpsnav a {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 10px 2px;
  padding: 3px 5px;
  text-decoration: none;
}

#swpsnav a.activeSlide {
  background: #666;
  color: fff;
}

#swpsnav a:focus {
  outline: none;
}

#customquery {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0 solid #efefef;
  border-radius: 5px;
  clear: both;
  display: block;
  min-height: 200px;
  overflow: hidden;
  padding: 10px;
}

#customquery p {
  padding: 10px;
}

#customquery #quote_wrap {
  -box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  min-height: 150px;
}
/* SITE5 WORDPRESS THEME SOCIAL ICONS */

.social_link {
  width: 27px;
  height: 27px;
  text-indent: -10000px;
  position: relative;
  display: block;
  float: left;
  line-height: 11px;
  margin-left: 3px;
  margin-bottom: 3px;
}

.social_link:hover {
  background-position: bottom;
  opacity: 1;
  transition: all 0.3s linear 0s;
}

/*.facebook { background: url("../images/social-icons/facebook.png") top no-repeat; transition: all 0.3s linear 0s; opacity: 0.5; }*/

.twitter {
  background: url("../../../../images/social-icons/twitter.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.google {
  background: url("../../../../images/social-icons/google.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.dribbble {
  background: url("../../../../images/social-icons/dribbble.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.vimeo {
  background: url("../../../../images/social-icons/vimeo.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.skype {
  background: url("../../../../images/social-icons/skype.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.linkedin {
  background: url("../../../../images/social-icons/linkedin.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.pinterest {
  background: url("../../../../images/social-icons/pinterest.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.livejournal {
  background: url("../../../../images/social-icons/livejournal.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.tumblr {
  background: url("../../../../images/social-icons/tumblr.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.behance {
  background: url("../../../../images/social-icons/behance.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.paypal {
  background: url("../../../../images/social-icons/paypal.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.instagram {
  background: url("../../../../images/social-icons/instagram.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.delicious {
  background: url("../../../../images/social-icons/delicious.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.digg {
  background: url("../../../../images/social-icons/digg.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}

.rss {
  background: url("../../../../images/social-icons/rss.png") top no-repeat;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}
/* SITE5 WORDPRESS THEME SOCIAL */

/* === Twitter === */

#twitter_update_list {
  margin-bottom: 20px!important;
  margin-top: 20px!important;
}

#twitter_update_list li {
  background: url("../../../../images/icons/small/tweet.png") no-repeat left top;
  list-style: none!important;
  padding-bottom: 10px;
  padding-left: 10px;
}

#twitter_update_list li span {
  padding-bottom: 10px;
  padding-left: 10px;
}

#twitter_update_list li a {
  margin-left: 5px;
}

.twitter-share-button {
  float: left;
  height: 40px;
}

.facebook-share-button {
  margin-top: -16px;
}

.flickrstream img {
  background-color: #fafafa;
  border: 1px solid #ddd;
  height: 40px;
  list-style: none;
  margin: 3px;
  padding: 2px;
  text-align: center;
  width: 40px;
}

.flickrstream img:hover {
  border: 1px solid #ccc;
}

#sidebar .flickrstream a {
  background: none;
}

#sidebar .textwidget h4 a,
#sidebar .textwidget a {
  background: none;
  list-style: none;
  padding-left: 0;
}

.share-this {
  margin-bottom: 20px!important;
  margin-top: 20px!important;
  width: 100%;
}
/* SITE5 WORDPRESS THEME TABS */

ul.tabs {
  margin: 0px !important;
  padding: 0px !important;
  float: left;
  list-style: none;
  height: 31px;
}

ul.tabs li {
  float: left;
  height: 31px;
  line-height: 31px;
  bottom: 1px;
  background: #141414;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  border: 1px solid #444444;
  border-radius: 0;
  border-bottom: 1px solid #444444;
  margin-right: -1px;
}

ul.tabs li a {
  text-decoration: none;
  color: #444444;
  display: block;
  padding: 0 20px;
  outline: none;
}

ul.tabs li a:hover {
  background: #444444;
  color: #fff;
}

html ul.tabs li.active,
html ul.tabs li.active a:hover {
  background: #141414 !important;
  border-bottom: none;
}

.tab_container {
  border: 1px solid #ddd;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  border: 1px solid #444444;
  border-radius: 0;
  background: #141414;
}

.tab_content {
  padding: 20px;
}

.tab_content h2 {
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  font-size: 1.8em;
}

.tab_content h3 a {
  color: #FFFFFF;
}

.tab_content img {
  float: left;
  margin: 0 20px 20px 0;
  border: 1px solid #ddd;
  padding: 5px;
}
/* SITE5 WORDPRESS THEME TOGGLE */

#content article #toggle-view {
  list-style: none;
  margin: 20px 0 0!important;
  padding-bottom: 20px;
}

#content article #toggle-view li {
  background: #141414;
  border-radius: 0;
  cursor: pointer;
  list-style: none;
  margin: 5px 0;
  padding: 3px 15px 3px 42px;
  position: relative;
}

#content article #toggle-view li h5 {
  margin: 5px 0 4px 0;
}

#content article #toggle-view span {
  color: #F60B51;
  font-size: 16px;
  left: 8px;
  position: absolute;
  top: 7px;
}

#content article #toggle-view p {
  display: none;
  margin: 15px 0;
}

#toggle-view .toggle-indicator {
  background: url("../../../../images/toggle/icon-plus.png") center no-repeat;
  width: 25px;
  height: 35px;
  margin-top: -7px;
  margin-left: -7px;
}

#toggle-view .toggle-indicator-plus {
  background: url("../../../../images/toggle/icon-plus.png") center no-repeat;
  width: 25px;
  height: 35px;
  margin-top: -7px;
  margin-left: -7px;
}

#toggle-view .toggle-indicator-minus {
  background: url("../../../../images/toggle/icon-minus.png") center no-repeat;
  width: 25px;
  height: 35px;
  margin-top: -7px;
  margin-left: -7px;
}

/*TOGGLE WIDGET */

aside #toggle-view {
  list-style: none;
  margin: 20px 0 0!important;
  padding-bottom: 20px;
}

aside #toggle-view li {
  background: #141414;
  border-radius: 0;
  cursor: pointer;
  list-style: none;
  margin: 5px 0;
  padding: 3px 15px 3px 42px;
  position: relative;
  border: none;
}

aside #toggle-view li h5 {
  margin: 5px 0 4px 0;
}

aside #toggle-view span {
  color: #F60B51;
  font-size: 16px;
  left: 8px;
  position: absolute;
  top: 7px;
}

aside #toggle-view p {
  display: none;
  margin: 15px 0;
}

aside .toggle-indicator {
  background: url("../../../../images/toggle/icon-plus.png") center no-repeat;
  width: 25px;
  height: 35px;
  margin-top: -7px;
  margin-left: -7px;
}

aside .toggle-indicator-plus {
  background: url("../../../../images/toggle/icon-plus.png") center no-repeat;
  width: 25px;
  height: 35px;
  margin-top: -7px;
  margin-left: -7px;
}

aside .toggle-indicator-minus {
  background: url("../../../../images/toggle/icon-minus.png") center no-repeat;
  width: 25px;
  height: 35px;
  margin-top: -7px;
  margin-left: -7px;
}
/* SITE5 WORDPRESS THEME VIEWERS */

.viewpdf {
  background: transparent url("../../../../images/icons/small/pdf.png") no-repeat center left;
  padding: 5px 5px 5px 20px;
}

.viewdoc {
  background: transparent url("../../../../images/icons/small/doc.png") no-repeat center left;
  padding: 5px 5px 5px 20px;
}

.viewexcel {
  background: transparent url("../../../../images/icons/small/excel.png") no-repeat center left;
  padding: 5px 5px 5px 20px;
}

.viewppt {
  background: transparent url("../../../../images/icons/small/ppt.png") no-repeat center left;
  padding: 5px 5px 5px 20px;
}

.sendtwit {
  background: transparent url("../../../../images/icons/small/tweet.png") no-repeat center left;
  padding: 5px 5px 5px 20px;
}

.gopaypal {
  background: transparent url("../../../../images/icons/paypaldonate.png") no-repeat center left;
  font-size: 12px;
  fonw-weight: bold;
  margin: 3px;
  padding: 5px 5px 5px 55px;
}