/*
 * TESTIMONIALS
 */
 
#main #testimonials {
	margin-bottom:30px;
} 
 
 #main #testimonials.section {
    border-bottom: medium none;
    clear: both;
}

#main #testimonials .icon {
    background: #73b8e0 none repeat scroll 0 0;
    border-radius: 4px;
    margin: 5px 0 0;
    padding: 15px 12px;
}
#main #testimonials .quote-icon {
    background: #73b8e0 url("images/ico-quotes.png") no-repeat scroll 11px center;
    border-radius: 8px;
    height: 53px;
    position: absolute;
    width: 53px;
}
#main #testimonials .quotes {
    padding-left: 76px;
}
#testimonials .quote {
    width: 860px;
}
#testimonials.col-full .quote {
    width: 860px;
}
#main #testimonials blockquote p {
    font-family: Georgia,serif;
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 5px;
}
#main #testimonials cite {
    color: #999;
    font-size: 10px;
    font-style: normal;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/*
 * UTILITY
 */
.no-boxshadow {
  box-shadow: none; }

#clear {
  clear: both; }

.clear {
  clear: both; }

.woo-sc-hr,
.woo-sc-divider {
  padding-top: 0; }

div.srp-widget-singlepost {
  border-bottom: none; }

p.aa_q {
  padding: 30px;
  background: #fffcd9;
  border-top: 4px solid #fbc620;
  font: italic 9px Georgia;
  color: #4f4831; }

img.noborder {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0; }

.powerpress_player img {
  box-shadow: none; }

.events-list #title-container {
  display: none; }
  
  
  
/* SHORTCODES */

p.woo-sc-box, div.woo-sc-box {
    border-style: solid;
    border-width: 1px 0;
    color: #555;
    margin: 1em 0 1.5em;
    padding: 9px 10px 9px 50px;
    text-shadow: none;
}
.woo-sc-box.none {
    border-width: 0;
}
.woo-sc-box.full {
    border-width: 1px;
}
.woo-sc-box.medium {
    font-size: 1.1em;
    padding: 18px 20px 18px 50px;
}
.woo-sc-box.large {
    font-size: 1.2em;
    padding: 25px 27px 25px 50px;
}
.woo-sc-box.rounded {
    border-radius: 15px;
}
.woo-sc-box.alert {
    background: #ffd9c8 url("../images/ico-alert.png") no-repeat scroll 20px 45%;
    border-color: #f0baa2;
}
.woo-sc-box.download {
    background: #edfcd5 url("../images/ico-download.png") no-repeat scroll 20px 45%;
    border-color: #d4ebaf;
}
.woo-sc-box.tick {
    background: #edfcd5 url("../images/ico-tick.png") no-repeat scroll 20px 45%;
    border-color: #d4ebaf;
}
.woo-sc-box.info {
    background: #eee url("../images/ico-info.png") no-repeat scroll 20px 45%;
    border-color: #ccc;
}
.woo-sc-box.note {
    background: #fef6d2 url("../images/ico-note.png") no-repeat scroll 20px 45%;
    border-color: #efe3ae;
}
.woo-sc-box.normal {
    background: #eee none repeat scroll 0 0;
    border-color: #ccc;
    padding: 9px 15px;
}
a.woo-sc-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #52a8e8 20%, #2e76cf 100%) repeat scroll 0 0;
    border-color: #4081af #4081af #20559a;
    border-image: none;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 hsla(0, 100%, 100%, 0.3) inset, 0 0 2px hsla(0, 100%, 100%, 0.3) inset, 0 1px 2px hsla(0, 0%, 0%, 0.29);
    color: white !important;
    display: inline-block;
    font-family: sans-serif;
    line-height: 1em;
    margin: 0 0.6em 1.5em 0;
    padding: 6px 13px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.3);
}
a.woo-sc-button.small {
    font-size: 0.9em;
    padding: 2px 10px;
}
a.woo-sc-button.large {
    font-size: 1.4em;
    padding: 7px 16px;
}
a.woo-sc-button.xl {
    font-size: 1.8em;
    padding: 9px 20px;
}
a.woo-sc-button:hover, a.woo-sc-button.hover, a.woo-sc-button.active {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #3e9ee5 20%, #1666ca 100%) repeat scroll 0 0;
    text-decoration: none !important;
}
a.woo-sc-button:active, a.woo-sc-button.active {
    border-color: #20559a;
    box-shadow: 0 0 7px hsla(0, 0%, 0%, 0.3) inset, 0 1px 0 hsla(0, 100%, 100%, 1);
}
a.woo-sc-button.dark span {
    color: #555;
    text-shadow: 0 1px #fff;
}
a.woo-sc-button.custom:hover {
    opacity: 0.85;
}
a.woo-sc-button span {
    line-height: 1.2em;
    min-height: 16px;
}
a.woo-sc-button span.woo-info {
    background: rgba(0, 0, 0, 0) url("../images/ico-info.png") no-repeat scroll 0 45%;
    display: block;
    padding-left: 25px;
}
a.woo-sc-button span.woo-download {
    background: rgba(0, 0, 0, 0) url("../images/ico-download.png") no-repeat scroll 0 45%;
    display: block;
    padding-left: 25px;
}
a.woo-sc-button span.woo-tick {
    background: rgba(0, 0, 0, 0) url("../images/ico-tick.png") no-repeat scroll 0 45%;
    display: block;
    padding-left: 25px;
}
a.woo-sc-button span.woo-note {
    background: rgba(0, 0, 0, 0) url("../images/ico-note.png") no-repeat scroll 0 45%;
    display: block;
    padding-left: 25px;
}
a.woo-sc-button span.woo-alert {
    background: rgba(0, 0, 0, 0) url("../images/ico-alert.png") no-repeat scroll 0 45%;
    display: block;
    padding-left: 25px;
}
a.woo-sc-button.red {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #e85252 20%, #cf2e2e 100%) repeat scroll 0 0;
    border-color: #af4040 #af4040 #9a2020;
}
a.woo-sc-button.red:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #e53e3e 20%, #ca1616 100%) repeat scroll 0 0;
}
a.woo-sc-button.orange {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #e88e52 20%, #cf6e2e 100%) repeat scroll 0 0;
    border-color: #af7440 #af7440 #9a5420;
}
a.woo-sc-button.orange:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #e57d3e 20%, #ca5116 100%) repeat scroll 0 0;
}
a.woo-sc-button.green {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ace53e 20%, #6bca16 100%) repeat scroll 0 0;
    border-color: #87bf00 #87bf00 #7ca122;
}
a.woo-sc-button.green:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #a0d53a 20%, #60b513 100%) repeat scroll 0 0;
}
a.woo-sc-button.aqua {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #52e8c6 20%, #2ecfab 100%) repeat scroll 0 0;
    border-color: #40af96 #40af96 #209a82;
}
a.woo-sc-button.aqua:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #3ee5c0 20%, #16ca9e 100%) repeat scroll 0 0;
}
a.woo-sc-button.teal {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #52c3e8 20%, #2eabcf 100%) repeat scroll 0 0;
    border-color: #23a6d6 #23a6d6 #20799a;
}
a.woo-sc-button.teal:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #3ebce5 20%, #16a2ca 100%) repeat scroll 0 0;
}
a.woo-sc-button.purple {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #526ee8 20%, #2e58cf 100%) repeat scroll 0 0;
    border-color: #234dd6 #234dd6 #20489a;
}
a.woo-sc-button.purple:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #3e5ae5 20%, #1638ca 100%) repeat scroll 0 0;
}
a.woo-sc-button.pink {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #e852e6 20%, #cd2ecf 100%) repeat scroll 0 0;
    border-color: #d623cb #d623cb #9a2096;
}
a.woo-sc-button.pink:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #c83ee5 20%, #ae16ca 100%) repeat scroll 0 0;
}
a.woo-sc-button.silver {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #e9e9e9 20%, #ccc 100%) repeat scroll 0 0;
    border-color: #bbb #bbb #999;
    color: #444 !important;
    text-shadow: 0 1px #fff;
}
a.woo-sc-button.silver:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #e0e0e0 20%, #bebebe 100%) repeat scroll 0 0;
}

.twocol-one {
    width: 48%;
}
.threecol-one {
    width: 30.66%;
}
.threecol-two {
    width: 65.33%;
}
.fourcol-one {
    width: 20%;
}
.fourcol-two {
    width: 48%;
}
.fourcol-three {
    width: 74%;
}
.fivecol-one {
    width: 16.8%;
}
.fivecol-two {
    width: 37.6%;
}
.fivecol-three {
    width: 58.4%;
}
.fivecol-four {
    width: 67.2%;
}
.sixcol-one {
    width: 13.33%;
}
.sixcol-two {
    width: 30.66%;
}
.sixcol-three {
    width: 47.99%;
}
.sixcol-four {
    width: 65.33%;
}
.sixcol-five {
    width: 82.67%;
}
.twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
    float: left;
    margin-bottom: 4%;
    margin-right: 4%;
    position: relative;
}
.last {
    clear: right;
    margin-right: 0 !important;
}
@media only screen and (max-width: 768px) {
.twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
    margin-right: 0;
    width: 100% !important;
}
}
.woo-tweetmeme.left {
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.woo-tweetmeme.none {
    margin: 0 0 1.5em;
}
.woo-tweetmeme.right {
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.woo-sc-twitter.left {
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.woo-sc-twitter.none {
    margin: 0 0 1.5em;
}
.woo-sc-twitter.right {
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.woo-digg.left {
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.woo-digg.none {
    margin: 0 0 1.5em;
}
.woo-digg.right {
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.woo-sc-related-posts .thumbnail {
    float: left;
    margin: 0 1em 1em 0;
}
.woo-sc-related-posts li {
    clear: both;
}
.woo-sc-hr {
    border-bottom: 1px solid #e6e6e6;
}
.woo-sc-hr, .woo-sc-divider {
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}
.woo-sc-divider.flat {
    margin: 0;
    padding: 0;
}
.woo-sc-quote p {
    background: rgba(0, 0, 0, 0) url("../images/quote.png") no-repeat scroll 0 3px;
    color: #777;
    font-family: serif;
    font-size: 1.2em;
    font-style: italic;
    margin: 1em 20px;
    min-height: 32px;
    padding: 0 0 0 55px;
}
.woo-sc-quote.left {
    float: left;
    width: 30%;
}
.woo-sc-quote.right {
    float: right;
    width: 30%;
}
.woo-sc-quote.boxed {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 6px;
}
.woo-sc-quote.boxed.left {
    margin: 0 1.5em 1em 0;
}
.woo-sc-quote.boxed.right {
    margin: 0 0 1em 1.5em;
}
.woo-sc-ilink {
    padding: 0 0.3em;
}
.woo-sc-ilink a {
    display: inline-block;
    padding-left: 20px;
    text-decoration: underline;
}
.woo-sc-ilink a:hover {
    text-decoration: none;
}
.woo-sc-ilink .download {
    background: rgba(0, 0, 0, 0) url("../images/ico-download.png") no-repeat scroll left 40%;
}
.woo-sc-ilink .tick {
    background: rgba(0, 0, 0, 0) url("../images/ico-tick.png") no-repeat scroll left 40%;
}
.woo-sc-ilink .info {
    background: rgba(0, 0, 0, 0) url("../images/ico-info.png") no-repeat scroll left 40%;
}
.woo-sc-ilink .note {
    background: rgba(0, 0, 0, 0) url("../images/ico-note.png") no-repeat scroll left 40%;
}
.woo-sc-ilink .alert {
    background: rgba(0, 0, 0, 0) url("../images/ico-alert.png") no-repeat scroll left 40%;
}
.woo-fbshare.left {
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.woo-fbshare.none {
    margin: 0 0 1.5em;
}
.woo-fbshare.right {
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.woo-fblike.left {
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.woo-fblike.none {
    margin: 0 0 1.5em;
}
.woo-fblike.right {
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.contact-form .screenReader {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
.contact-form .forms {
    float: left;
    list-style: outside none none;
    margin: 10px 0 0;
    width: 100%;
}
.contact-form .forms p {
    clear: both;
    float: left;
    margin-bottom: 18px;
    position: relative;
    width: 100%;
}
.contact-form .forms label {
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 700;
    padding-right: 20px;
    width: 100px;
}
.contact-form .forms input.txt {
    width: 214px;
}
.contact-form .forms input#sendCopy {
    border: medium none;
}
.contact-form .forms textarea {
    height: 300px;
    width: 400px;
}
.contact-form .forms .error {
    color: red;
    display: block;
    font-size: 12px;
    margin-left: 120px;
}
.contact-form .forms .textarea .error {
    display: block;
    margin-left: 120px;
}
.contact-form .forms .screenReader {
    margin-bottom: 0;
}
.contact-form .forms .buttons .submit {
    cursor: pointer;
    margin: 15px 0 0 120px;
}
.contact-form .forms .inline input {
    margin-left: 120px;
    width: auto;
}
.contact-form .forms .inline label {
    display: inline;
    float: none;
    width: auto;
}
.entry .contact-form ol.forms li {
    list-style: outside none none;
}
.contact-form .submit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #52a8e8 20%, #2e76cf 100%) repeat scroll 0 0;
    border-color: #4081af #4081af #20559a;
    border-image: none;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 hsla(0, 100%, 100%, 0.3) inset, 0 0 2px hsla(0, 100%, 100%, 0.3) inset, 0 1px 2px hsla(0, 0%, 0%, 0.29);
    color: white !important;
    display: inline-block;
    margin: 5px;
    padding: 3px 13px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.3);
}
.contact-form .submit:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #3e9ee5 20%, #1666ca 100%) repeat scroll 0 0;
    text-decoration: none !important;
}
.shortcode-tabs {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    border-radius: 3px;
    clear: both;
    display: block;
    height: auto;
    margin-bottom: 30px;
    padding: 5px;
}
.shortcode-tabs ul.tab_titles {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
}
.shortcode-tabs ul.tab_titles li.nav-tab {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
.shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li.nav-tab a:hover {
    background: #fff none repeat scroll 0 0;
    text-decoration: none;
}
.shortcode-tabs ul.tab_titles li.nav-tab a {
    color: #777;
    display: block;
    float: left;
    font: 11px/18px sans-serif;
    padding: 8px;
    text-transform: uppercase;
}
.shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li.nav-tab a:hover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.shortcode-tabs .tab {
    background: #fff none repeat scroll 0 0;
    clear: both;
    padding: 10px;
    text-align: left;
}
.shortcode-tabs .tab li.nav-tab {
    background: #fff none repeat scroll 0 0;
}
.shortcode-tabs .tab ul.tab_titles {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e6e6e6;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    margin: 0;
}
.shortcode-tabs .tab li.nav-tab {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e6e6e6;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 10px;
}
.shortcode-tabs .tab li.nav-tab a {
    color: #555;
    font: bold 12px/18px sans-serif;
}
.shortcode-tabs .tab a:hover {
}
.shortcode-tabs .ui-tabs-hide {
    display: none;
}
.shortcode-tabs.boxed {
    background: #ffffff none repeat scroll 0 0;
}
.shortcode-tabs.boxed ul.tab_titles {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ebebeb;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    clear: both;
    float: left;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.shortcode-tabs.boxed ul.tab_titles li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 0;
}
.shortcode-tabs.boxed ul.tab_titles li.ui-state-active {
    border-bottom: 1px solid #ffffff;
}
.shortcode-tabs.boxed .tab {
    border: 1px solid #ebebeb;
    position: relative;
    top: -2px;
    z-index: 1;
}
.shortcode-tabs.vertical {
    background: #ffffff none repeat scroll 0 0;
}
.shortcode-tabs.vertical .tab_header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f0f0f0 #f0f0f0 -moz-use-text-color;
    border-image: none;
    border-radius: 5px;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #555;
    float: left;
    font: bold 12px/18px sans-serif;
    margin-bottom: -5px;
    width: 25%;
}
.shortcode-tabs.vertical .tab_header {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(100% 100% 90deg, #f5f5f5, #fff) repeat scroll 0 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.shortcode-tabs.vertical .tab_header span {
    border: 1px solid #ebebeb;
    display: block;
    padding: 8px 8px 12px;
}
.shortcode-tabs.vertical ul.tab_titles {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    clear: left;
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 25%;
    z-index: 2;
}
.shortcode-tabs.vertical ul.tab_titles.has_title {
    border-top: 0 none !important;
    margin-top: 5px;
}
.shortcode-tabs.vertical ul.tab_titles.has_title {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.shortcode-tabs.vertical ul.tab_titles li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    clear: both;
    display: block !important;
    float: none !important;
    padding: 0;
}
.shortcode-tabs.vertical ul.tab_titles li.ui-state-active {
}
.shortcode-tabs.vertical ul.tab_titles li.ui-state-active a {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}
.shortcode-tabs.vertical ul.tab_titles li a:link {
    display: block;
    float: none !important;
}
.shortcode-tabs.vertical ul.tab_titles li a:hover {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}
.shortcode-tabs.vertical .tab {
    clear: right !important;
    margin-left: 30%;
    padding: 0;
    position: relative;
    top: 5px;
    z-index: 1;
}
span.dropcap {
    float: left;
    font-size: 300%;
    font-weight: bold;
    line-height: 0.7em;
    margin: 5px 7px 0 0;
    position: relative;
}
.shortcode-toggle {
    margin: 0 0 1.2em;
}
.shortcode-toggle h4 {
    margin: 0;
}
.shortcode-toggle h4 a {
    background: #f3f3f3 url("../images/shortcode-toggle-close.png") no-repeat scroll 99% center;
    display: block;
    padding: 3px 0 3px 10px;
}
.shortcode-toggle.closed h4 a {
    background-image: url("../images/shortcode-toggle-open.png");
}
.shortcode-toggle .toggle-content {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px;
}
.shortcode-toggle.closed .toggle-content, .shortcode-toggle .more-text.closed {
    display: none;
}
.shortcode-toggle .more-text.open {
    display: block;
}
.shortcode-toggle.border {
    border: 1px solid #ebebeb;
}
.shortcode-toggle.white h4 a {
    background-color: #ffffff;
}
.shortcode-toggle.white .toggle-content {
    background-color: #ffffff;
}
span.shortcode-highlight {
    background: #ffffaa none repeat scroll 0 0;
    padding: 3px 3px 1px;
}
abbr {
    border-bottom: 1px dashed #999999;
    cursor: help;
}
.entry .shortcode-unorderedlist ul li, .shortcode-unorderedlist ul li, .entry .shortcode-unorderedlist ul li ul, .shortcode-unorderedlist ul li ul {
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll left top;
    list-style-type: none;
    padding-left: 25px;
}
.entry .shortcode-unorderedlist.tick ul li, .shortcode-unorderedlist.tick ul li {
    background: rgba(0, 0, 0, 0) url("../images/shortcode-tick.png") no-repeat scroll left top;
}
.entry .shortcode-unorderedlist.red-x ul li, .shortcode-unorderedlist.red-x ul li {
    background: rgba(0, 0, 0, 0) url("../images/shortcode-red-x.png") no-repeat scroll left top;
}
.entry .shortcode-unorderedlist.bullet ul li, .shortcode-unorderedlist.bullet ul li {
    background: rgba(0, 0, 0, 0) url("../images/shortcode-bullet.png") no-repeat scroll left top;
}
.entry .shortcode-unorderedlist.green-dot ul li, .shortcode-unorderedlist.green-dot ul li {
    background: rgba(0, 0, 0, 0) url("../images/shortcode-green-dot.png") no-repeat scroll left top;
}
.entry .shortcode-unorderedlist.arrow ul li, .shortcode-unorderedlist.arrow ul li {
    background: rgba(0, 0, 0, 0) url("../images/shortcode-arrow.png") no-repeat scroll left top;
}
.entry .shortcode-unorderedlist.star ul li, .shortcode-unorderedlist.star ul li {
    background: rgba(0, 0, 0, 0) url("../images/shortcode-star.png") no-repeat scroll left top;
}
.entry .shortcode-orderedlist ol li, .entry .shortcode-orderedlist ol li ol, .shortcode-orderedlist ol li {
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll left top;
    list-style-type: none;
    margin-left: 25px;
}
.entry .shortcode-orderedlist.armenian ol li, .shortcode-orderedlist.armenian ol li {
    list-style-type: armenian;
}
.entry .shortcode-orderedlist.decimal ol li, .shortcode-orderedlist.decimal ol li {
    list-style-type: decimal;
}
.entry .shortcode-orderedlist.decimal-leading-zero ol li, .shortcode-orderedlist.decimal-leading-zero ol li {
    list-style-type: decimal-leading-zero;
}
.entry .shortcode-orderedlist.georgian ol li, .shortcode-orderedlist.georgian ol li {
    list-style-type: georgian;
}
.entry .shortcode-orderedlist.lower-alpha ol li, .shortcode-orderedlist.lower-alpha ol li {
    list-style-type: lower-alpha;
}
.entry .shortcode-orderedlist.lower-greek ol li, .shortcode-orderedlist.lower-greek ol li {
    list-style-type: lower-greek;
}
.entry .shortcode-orderedlist.lower-latin ol li, .shortcode-orderedlist.lower-latin ol li {
    list-style-type: lower-latin;
}
.entry .shortcode-orderedlist.lower-roman ol li, .shortcode-orderedlist.lower-roman ol li {
    list-style-type: lower-roman;
}
.entry .shortcode-orderedlist.upper-alpha ol li, .shortcode-orderedlist.upper-alpha ol li {
    list-style-type: upper-alpha;
}
.entry .shortcode-orderedlist.upper-latin ol li, .shortcode-orderedlist.upper-latin ol li {
    list-style-type: upper-latin;
}
.entry .shortcode-orderedlist.upper-roman ol li, .shortcode-orderedlist.upper-roman ol li {
    list-style-type: upper-roman;
}
img.social-icon {
    border: medium none;
}
