#k2Container {
  padding: 0;
}
#k2Container .userItemAddLink,
#k2Container .catItemAddLink {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
}
#k2Container .userItemAddLink a:hover,
#k2Container .catItemAddLink a:hover,
#k2Container .userItemAddLink a:active,
#k2Container .catItemAddLink a:active,
#k2Container .userItemAddLink a:focus,
#k2Container .catItemAddLink a:focus {
  background: #734ba9;
  color: #fff;
}
#k2Container .modal,
.t3-sidebar .modal {
  display: inline;
  overflow: hidden;
  position: inherit;
}
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  background: none;
}
div.k2Pagination {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #999;
}
div.k2Pagination ul.pagination {
  float: none;
  display: inline-block;
  margin-top: 0;
}
div.k2Pagination ul.pagination li {
  display: inline-block;
}
span.itemEditLink,
span.userItemEditLink,
span.catItemEditLink {
  float: left;
  padding: 0;
  width: auto;
}
span.itemEditLink a,
span.userItemEditLink a,
span.catItemEditLink a {
  background: none;
  border: 0;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  text-indent: -9999em;
  width: 26px;
}
span.itemEditLink a:after,
span.userItemEditLink a:after,
span.catItemEditLink a:after {
  content: "\f044";
  font-family: 'FontAwesome';
  font-size: 27px;
  text-indent: 1;
}
span.itemEditLink a:hover,
span.userItemEditLink a:hover,
span.catItemEditLink a:hover,
span.itemEditLink a:active,
span.userItemEditLink a:active,
span.catItemEditLink a:active,
span.itemEditLink a:focus,
span.userItemEditLink a:focus,
span.catItemEditLink a:focus {
  background: none;
}
.itemListView .catItemImageBlock {
  padding: 0;
  margin: 0;
}
.itemListView .catItemImageBlock span.catItemImage img {
  border: 0;
  padding: 0;
  max-width: 100%;
}
.itemListView .catItemView {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 50px;
}
.itemListView .catItemView .catItemHeader h3.catItemTitle {
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", Arial, sans-serif;
}
.itemListView .catItemView .catItemHeader h3.catItemTitle a {
  color: #282828 !important;
}
.itemListView .catItemView .catItemHeader h3.catItemTitle a:hover {
  color: #734ba9;
}
.itemListView .catItemView .catItemHeader .catItemDateCreated,
.itemListView .catItemView .catItemHeader .catItemCommentsLink a {
  font-size: 12px;
  color: #c2c2c2;
  padding-right: 30px;
  font-weight: 300;
}
.itemListView .catItemView .catItemHeader .catItemDateCreated:hover,
.itemListView .catItemView .catItemHeader .catItemCommentsLink a:hover {
  color: #734ba9;
}
.itemListView .catItemView .catItemHeader .catItemCommentsLink {
  border: 0;
}
.itemListView .catItemView .catItemIntroText {
  font-weight: 300;
}
.itemListView .view-more {
  background: #9e77d3;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #734ba9;
  border-bottom: 4px solid #3eabd7;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
  box-shadow: inset 0 0 10px #E4E1E1;
  -moz-box-shadow: inset 0 0 10px #E4E1E1;
  -webkit-box-shadow: inset 0 0 10px #E4E1E1;
}
.itemListView .view-more.finished {
  padding: 10px;
}
.itemListView .view-more a {
  color: #ffffff;
  display: block;
  padding: 10px;
}
.tagItemList .tagItemView {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 50px;
}
.tagItemList .tagItemView .tagItemImageBlock {
  padding: 0;
  margin: 0;
}
.tagItemList .tagItemView .tagItemImageBlock span.tagItemImage img {
  border: 0;
  padding: 0;
  max-width: 100%;
}
.tagItemList .tagItemView .tagItemHeader h2.tagItemTitle {
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 10px 0 0 0;
}
.tagItemList .tagItemView .tagItemHeader h2.tagItemTitle a {
  color: #282828 !important;
}
.tagItemList .tagItemView .tagItemHeader h2.tagItemTitle a:hover {
  color: #734ba9;
}
.tagItemList .tagItemView .tagItemHeader .tagItemDateCreated,
.tagItemList .tagItemView .tagItemHeader .tagItemCategory a {
  font-size: 12px;
  color: #c2c2c2;
  padding-right: 30px;
  font-weight: 300;
  boder: 0;
}
.tagItemList .tagItemView .tagItemHeader .tagItemDateCreated:hover,
.tagItemList .tagItemView .tagItemHeader .tagItemCategory a:hover {
  color: #734ba9;
}
.tagItemList .tagItemView .tagItemHeader .tagItemCommentsLink,
.tagItemList .tagItemView .tagItemHeader .tagItemCategory {
  border: 0;
}
.itemView {
  border-bottom: 0 !important;
}
.itemView .itemHeader .itemTitle {
  font-size: 30px;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 0 0 10px 0;
}
.itemView .itemHeader .itemInfo {
  float: left;
  color: #a6a6a6;
}
.itemView .itemHeader .itemInfo .itemAuthor {
  float: left;
  font-size: 12px;
  border-right: 1px solid #a6a6a6;
  padding-right: 5px;
  line-height: 100%;
}
.itemView .itemHeader .itemInfo .itemAuthor a {
  color: #a6a6a6;
}
.itemView .itemHeader .itemInfo .itemAuthor a:hover {
  color: #734ba9;
}
@media (max-width: 991px) {
  .itemView .itemHeader .itemInfo .itemAuthor {
    margin-bottom: 20px;
  }
}
.itemView .itemHeader .itemInfo .itemCategory {
  float: left;
  font-size: 12px;
  border-right: 1px solid #a6a6a6;
  border: 0;
  line-height: 100%;
  padding: 0 5px;
}
.itemView .itemHeader .itemInfo .itemCategory span {
  font-weight: 300;
}
.itemView .itemHeader .itemInfo .itemCategory a {
  color: #a6a6a6;
}
.itemView .itemHeader .itemInfo .itemCategory a:hover {
  color: #734ba9;
}
@media (max-width: 991px) {
  .itemView .itemHeader .itemInfo .itemCategory {
    margin-bottom: 20px;
  }
}
.itemView .itemHeader .itemInfo span.itemDateCreated {
  float: left;
  font-size: 12px;
  border-right: 1px solid #a6a6a6;
  padding: 0 5px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .itemView .itemHeader .itemInfo span.itemDateCreated {
    margin-bottom: 20px;
    border-right: 0;
  }
}
.itemView .itemHeader .itemInfo .itemCommentsLink {
  float: left;
  font-size: 12px;
  color: #a6a6a6;
  padding: 0 5px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .itemView .itemHeader .itemInfo .itemCommentsLink {
    padding: 0;
  }
}
.itemView .itemHeader .itemSocialSharing {
  float: left;
  margin: 10px 0;
}
.itemView .itemHeader .itemSocialSharing div.itemGooglePlusOneButton {
  float: left;
}
.itemView .itemToolbar {
  border: 0;
  background: transparent;
}
.itemView .itemImageBlock {
  padding: 0px 0 30px 0;
  margin: 0;
}
.itemView .itemImageBlock span.itemImage img {
  border: 0;
  padding: 0;
}
.itemView .itemIntroText {
  font-size: 16px;
  font-weight: 300;
}
.itemView .itemAuthorBlock {
  background: transparent;
  padding: 40px 0;
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
}
.itemView .itemAuthorBlock .itemAuthorAvatar {
  float: left;
  padding: 0 30px 0 0;
  border: 0;
}
.itemView .itemAuthorBlock .itemAuthorDetails {
  float: left;
  max-width: 80%;
  margin: 0;
}
.itemView .itemAuthorBlock .itemAuthorDetails .itemAuthorName {
  padding: 0 0 15px 0;
  margin: 0;
}
.itemView .itemComments {
  background: transparent;
  padding: 30px 0;
  border: 0;
}
.itemView .itemComments .itemCommentsForm {
  font-size: 12px;
}
.itemView .itemComments .itemCommentsForm h3 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.itemView .itemComments .itemCommentsForm input,
.itemView .itemComments .itemCommentsForm textarea {
  background: #ededed;
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  max-width: 100%;
}
.itemView .itemComments .itemCommentsForm label {
  font-weight: 300;
  padding: 0 0 5px 0;
}
.itemView .itemComments .itemCommentsForm .itemCommentsFormNotes {
  border: 0;
  font-size: 12px;
}
.itemView .itemComments .itemCommentsForm #submitCommentButton {
  background: #555555;
  border: 0;
  color: #ffffff;
  border-radius: 3px;
  font-size: 12px;
  margin: 20px 0;
  padding: 2px 10px;
}
.itemView .itemComments .itemCommentsForm #submitCommentButton:hover {
  color: #ffffff;
  background: #734ba9;
}
.itemView .itemTagsBlock {
  border: 0;
  margin: 0;
  padding: 0;
}
.itemView .itemTagsBlock span {
  font-size: 12px;
  color: #aeaeae;
  text-transform: uppercase;
}
.itemView .itemTagsBlock .itemTags li {
  background: #333333;
  margin: 5px 0px;
  border-radius: 4px;
  padding-bottom: 4px;
  display: inline-block;
}
.itemView .itemTagsBlock .itemTags li a {
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
}
.itemView .itemBackToTop {
  border: 0;
}
.itemView .itemBackToTop a {
  background: #734ba9;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 10px;
  text-decoration: none;
}
.k2Pagination ul li a {
  background: #734ba9;
  color: #ffffff;
  margin: 2px;
  padding: 3px 15px;
  border-radius: 0;
  border: 0;
  box-shadow: inset 0 0 10px #E4E1E1;
  -moz-box-shadow: inset 0 0 10px #E4E1E1;
  -webkit-box-shadow: inset 0 0 10px #E4E1E1;
  border-bottom: 3px solid #3eabd7;
}
.k2Pagination ul li a:hover {
  background: #c2c2c2;
  color: #ffffff;
}
.k2Pagination ul .disabled a {
  background: #c2c2c2;
  color: #ffffff;
}
.k2-masonry-loading {
  height: 50px;
  width: 200px;
  margin: 0 auto;
}
.k2-masonry-loading .loading_spinner_wrapper {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative;
}
.k2-masonry-loading .loading_spinner_wrapper .cube1,
.k2-masonry-loading .loading_spinner_wrapper .cube2,
.k2-masonry-loading .loading_spinner_wrapper .cube3,
.k2-masonry-loading .loading_spinner_wrapper .cube4,
.k2-masonry-loading .loading_spinner_wrapper .cube5 {
  background: #734ba9;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-animation: cubemove 2s infinite ease-in-out;
  animation: cubemove 2s infinite ease-in-out;
}
.k2-masonry-loading .loading_spinner_wrapper .cube2 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.k2-masonry-loading .loading_spinner_wrapper .cube3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.k2-masonry-loading .loading_spinner_wrapper .cube4 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.k2-masonry-loading .loading_spinner_wrapper .cube5 {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
@-webkit-keyframes cubemove {
  0% {
    -webkit-transform: translateX(-120px);
  }
  50% {
    -webkit-transform: translateX(0px) rotate(180deg) scale(2.2);
    background: #734ba9;
  }
  100% {
    -webkit-transform: translateX(120px);
  }
}
@keyframes cubemove {
  0% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
  50% {
    -webkit-transform: translateX(0px) rotate(180deg) scale(2.2);
    transform: translateX(0px) rotate(180deg) scale(2.2);
    background: #734ba9;
  }
  100% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
}