.wt-container {
  margin-top: 60px;
}

.content-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-overlay {
    background: rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.social-icons a {
    color: #fff;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    text-align: center;
    font-size: 12px;
    line-height: 34px;
}

.social-icons a i {
    line-height: 34px;
}

.social-icons a:hover {
    background: #fff;
    color: #000;
}

.social-icons li {
    display: inline-block;
    margin: 0 4px;
}

@media screen and (max-width: 768px) {
    .social-icons {
        float: none !important;
        text-align: center;
        display: block;
    }
	
	.post-masonry .post-thumb .post-hover .inside {
	
	top: 10% !important;

}
}

.button {
    padding: 10px 20px;
    display: inline-block;
    outline: 0;
    border: 0;
}

.button.white {
    background: #fff;
    color: #000;
    text-transform: uppercase;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.site-top {
    position: relative;
    z-index: 4;
    background: rgba(0,0,0,0.6);
    margin-bottom: 40px;
    padding-bottom: 60px;
}

.site-header {
    padding-top: 40px;
}

.site-brand {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.site-brand strong {
    font-size: 24px;
    font-family: 'robotobold';
}

@media screen and (max-width: 768px) {
    .site-brand {
        float: none !important;
        text-align: center;
        display: block;
        margin-bottom: 30px;
    }
}

.site-banner {
    padding-top: 80px;
}

.site-banner h2 {
    font-size: 32px;
    font-family: 'robotobold';
    margin-bottom: 30px;
}

.subscribe-form {
    margin-top: 40px;
}

.subscribe-form #subscribe-email {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 1px solid #fff;
    outline: 0;
}

@media screen and (max-width: 768px) {
    .subscribe-form #subscribe-email {
        margin-bottom: 20px;
    }
}


.main-posts {
    position: relative;
    z-index: 6;
}

.post-masonry {
    margin-bottom: 30px;
}

.post-masonry .post-thumb {
  
    overflow: hidden;
    position: relative;
}

.post-masonry .post-thumb img {
    display: block;
    height: 320px;
    width: 100%;
}

.post-masonry .post-thumb .title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(225, 38, 0, 0.5);
	padding: 15px 20px;
	border-top: 1px #fff solid;
}

.post-masonry .post-thumb .title-over h4 {
    font-size: 16px;
   
}

.post-masonry .post-thumb .title-over a {
	color: #fff;
	font-weight: bold;
	font-family: arial;
}

.post-masonry .post-thumb .post-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.post-masonry .post-thumb .post-hover .inside {
    position: relative;
    top: 23%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	width:95% !important;
	margin:0 auto !important;
}


.days_fields {
	width: 45%;
	float: left;
	
	
}

.content_fields{
	width: 45%;
	float: left;

}

#previewpostcontent iframe{width:100%; max-width:550px !important;}
.filter-div {
	width: 100px;
	margin: 5px 0 25px 0;
	float: left;
	text-align: center;
}
.filter-div-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height:28px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	width:100%;
	background:#e12600;
	color:#fff;
}
.aligncenter {
	width: 100% !important;
}
.modal-body {
	position: relative;
	padding: 15px;
	max-height: 400px;
	overflow-y: scroll;
}
.post-masonry .post-thumb .post-hover h4 {
    font-size: 16px;
   
    margin-bottom: 10px;
}

.post-masonry .post-thumb .post-hover a {
    color: #fff !important;
}

.post-masonry .post-thumb .post-hover i {
    display: block;
    margin-bottom: 10px;
}

.post-masonry .post-thumb .post-hover p {
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
	width: 90%;
	margin: 0 auto;
}

.post-masonry .post-thumb .post-hover span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 5px; color:#fff;
}
.post-masonry .post-thumb:hover .title-over {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    bottom: -50px;
}

.post-masonry .post-thumb:hover .post-hover {
    top: 0;
    visibility: visible;
    opacity: 1;
}




.nc_socialPanelSide span.swp_label {
    margin-top: 0;
}
.nc_socialPanel.swp_leaf .nc_tweetContainer {

  border-width: 1px;
  float: left;
  margin-right: 5px;
  margin-top: 20px;
  width: 18%;
}
.nc_socialPanel.swp_pill .nc_tweetContainer {
    border-radius: 50px;
    border-width: 1px;
}
.nc_socialPanel.swp_shift .nc_tweetContainer:not(.totes) {
    border-width: 1px;
    transform: skew(-25deg);
}
.nc_socialPanel.swp_shift .nc_tweetContainer a {
    transform: skew(25deg);
}
.swp_connected .nc_tweetContainer, .swp_connected .nc_tweetContainer:hover, .swp_connected:hover .nc_tweetContainer {
    border-radius: 0 !important;
    border-width: 1px;
    margin: 0 !important;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .googlePlus, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .googlePlus:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .googlePlus:hover {
    border: 1px solid #df4b37;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .twitter, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .twitter:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .twitter:hover {
    border: 1px solid #429cd6;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_fb, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_fb:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_fb:hover {
    border: 1px solid #3a589e;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .nc_pinterest, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .nc_pinterest:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .nc_pinterest:hover {
    border: 1px solid #cd2029;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .linkedIn, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .linkedIn:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .linkedIn:hover {
    border: 1px solid #0d77b7;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_tumblr, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_tumblr:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_tumblr:hover {
    border: 1px solid #39475d;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_stumbleupon, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_stumbleupon:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_stumbleupon:hover {
    border: 1px solid #ef5025;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_yummly, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_yummly:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_yummly:hover {
    border: 1px solid #e26426;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_reddit, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_reddit:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_reddit:hover {
    border: 1px solid #f04b23;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_email, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_email:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_email:hover {
    border: 1px solid #6bcce9;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_whatsapp, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_whatsapp:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_whatsapp:hover {
    border: 1px solid #71c169;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_pocket, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_pocket:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_pocket:hover {
    border: 1px solid #ef4056;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_buffer, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_buffer:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_buffer:hover {
    border: 1px solid #323b43;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_hacker_news, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_hacker_news:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_hacker_news:hover {
    border: 1px solid #d85623;
}
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_flipboard, body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_flipboard:not(:hover), html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_flipboard:hover {
    border: 1px solid #bf2626;
}
.nc_socialPanel.swp_d_fullColor .googlePlus, body .nc_socialPanel.swp_o_fullColor:hover .googlePlus, html body .nc_socialPanel.swp_i_fullColor .googlePlus:hover {
    background: #df4b37 none repeat scroll 0 0;
    border: 1px solid #c44133;
}

.nc_socialPanel.swp_d_fullColor .facebook, body .nc_socialPanel.swp_o_fullColor:hover .facebook, html body .nc_socialPanel.swp_i_fullColor .facebook:hover {
    background: #3b5998 none repeat scroll 0 0;
    border: 1px solid #21448d;
	
}
.nc_socialPanel.swp_d_fullColor .twitter, body .nc_socialPanel.swp_o_fullColor:hover .twitter, html body .nc_socialPanel.swp_i_fullColor .twitter:hover {
    background: #429cd6 none repeat scroll 0 0;
    border: 1px solid #3c87b2;
}
.nc_socialPanel.swp_d_fullColor .swp_fb, body .nc_socialPanel.swp_o_fullColor:hover .swp_fb, html body .nc_socialPanel.swp_i_fullColor .swp_fb:hover {
    background: #3a589e none repeat scroll 0 0;
    border: 1px solid #2e4675;
}
.nc_socialPanel.swp_d_fullColor .nc_pinterest, body .nc_socialPanel.swp_o_fullColor:hover .nc_pinterest, html body .nc_socialPanel.swp_i_fullColor .nc_pinterest:hover {
    background: #cd2029 none repeat scroll 0 0;
    border: 1px solid #aa1b29;
}
.nc_socialPanel.swp_d_fullColor .linkedIn, body .nc_socialPanel.swp_o_fullColor:hover .linkedIn, html body .nc_socialPanel.swp_i_fullColor .linkedIn:hover {
    background: #0d77b7 none repeat scroll 0 0;
    border: 1px solid #0c6591;
}
.nc_socialPanel.swp_d_fullColor .swp_tumblr, body .nc_socialPanel.swp_o_fullColor:hover .swp_tumblr, html body .nc_socialPanel.swp_i_fullColor .swp_tumblr:hover {
    background: #39475d none repeat scroll 0 0;
    border: 1px solid #27313f;
}
.nc_socialPanel.swp_d_fullColor .swp_stumbleupon, body .nc_socialPanel.swp_o_fullColor:hover .swp_stumbleupon, html body .nc_socialPanel.swp_i_fullColor .swp_stumbleupon:hover {
    background: #ef5025 none repeat scroll 0 0;
    border: 1px solid #d34427;
}
.nc_socialPanel.swp_d_fullColor .swp_yummly, body .nc_socialPanel.swp_o_fullColor:hover .swp_yummly, html body .nc_socialPanel.swp_i_fullColor .swp_yummly:hover {
    background: #e26426 none repeat scroll 0 0;
    border: 1px solid #b65027;
}
.nc_socialPanel.swp_d_fullColor .swp_reddit, body .nc_socialPanel.swp_o_fullColor:hover .swp_reddit, html body .nc_socialPanel.swp_i_fullColor .swp_reddit:hover {
    background: #f04b23 none repeat scroll 0 0;
    border: 1px solid #d33f27;
}
.nc_socialPanel.swp_d_fullColor .swp_email, body .nc_socialPanel.swp_o_fullColor:hover .swp_email, html body .nc_socialPanel.swp_i_fullColor .swp_email:hover {
    background: #6bcce9 none repeat scroll 0 0;
    border: 1px solid #61bace;
}
.nc_socialPanel.swp_d_fullColor .swp_whatsapp, body .nc_socialPanel.swp_o_fullColor:hover .swp_whatsapp, html body .nc_socialPanel.swp_i_fullColor .swp_whatsapp:hover {
    background: #71c169 none repeat scroll 0 0;
    border: 1px solid #28b04b;
}
.nc_socialPanel.swp_d_fullColor .swp_pocket, body .nc_socialPanel.swp_o_fullColor:hover .swp_pocket, html body .nc_socialPanel.swp_i_fullColor .swp_pocket:hover {
    background: #ef4056 none repeat scroll 0 0;
    border: 1px solid #ce3d55;
}
.nc_socialPanel.swp_d_fullColor .swp_buffer, body .nc_socialPanel.swp_o_fullColor:hover .swp_buffer, html body .nc_socialPanel.swp_i_fullColor .swp_buffer:hover {
    background: #323b43 none repeat scroll 0 0;
    border: 1px solid #000;
}
.nc_socialPanel.swp_d_fullColor .swp_hacker_news, body .nc_socialPanel.swp_o_fullColor:hover .swp_hacker_news, html body .nc_socialPanel.swp_i_fullColor .swp_hacker_news:hover {
    background: #f16522 none repeat scroll 0 0;
    border: 1px solid #d85623;
}
.nc_socialPanel.swp_d_fullColor .swp_flipboard, body .nc_socialPanel.swp_o_fullColor:hover .swp_flipboard, html body .nc_socialPanel.swp_i_fullColor .swp_flipboard:hover {
    background: #e02828 none repeat scroll 0 0;
    border: 1px solid #bf2626;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .googlePlus, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .googlePlus, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .googlePlus:hover {
    border-bottom: 3px solid #c44133;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .twitter, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .twitter, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .twitter:hover {
    border-bottom: 3px solid #5595bc;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_fb, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_fb, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_fb:hover {
    border-bottom: 3px solid #2e4675;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .nc_pinterest, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .nc_pinterest, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .nc_pinterest:hover {
    border-bottom: 3px solid #aa1b29;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .linkedIn, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .linkedIn, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .linkedIn:hover {
    border-bottom: 3px solid #0c6591;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_tumblr, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_tumblr, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_tumblr:hover {
    border-bottom: 3px solid #27313f;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_stumbleupon, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_stumbleupon, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_stumbleupon:hover {
    border-bottom: 3px solid #d34427;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_yummly, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_yummly, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_yummly:hover {
    border-bottom: 3px solid #b65027;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_reddit, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_reddit, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_reddit:hover {
    border-bottom: 3px solid #d33f27;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_email, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_email, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_email:hover {
    border-bottom: 3px solid #61bace;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_whatsapp, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_whatsapp, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_whatsapp:hover {
    border-bottom: 3px solid #28b04b;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_pocket, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_pocket, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_pocket:hover {
    border-bottom: 3px solid #ce3d55;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_buffer, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_buffer, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_buffer:hover {
    border-bottom: 3px solid #000;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_hacker_news, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_hacker_news, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_hacker_news:hover {
    border-bottom: 3px solid #d85623;
}
.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_flipboard, body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_flipboard, html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_flipboard:hover {
    border-bottom: 3px solid #bf2626;
}
.nc_socialPanel.swp_d_lightGray .nc_tweetContainer, body .nc_socialPanel.swp_o_lightGray:hover .nc_tweetContainer, html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover {
    background-color: #ccc;
    border: 1px solid #ccc;
}
.nc_socialPanel.swp_threeDee.swp_d_lightGray .nc_tweetContainer:not(.totesalt), body .nc_socialPanel.swp_threeDee.swp_o_lightGray:hover .nc_tweetContainer:not(.totesalt), html body .nc_socialPanel.swp_threeDee.swp_i_lightGray .nc_tweetContainer:hover:not(.totesalt) {
    border-bottom: 3px solid #999;
}
.nc_socialPanel.swp_d_mediumGray .nc_tweetContainer, body .nc_socialPanel.swp_o_mediumGray:hover .nc_tweetContainer, html body .nc_socialPanel.swp_i_mediumGray .nc_tweetContainer:hover {
    background-color: #999;
    border: 1px solid #999;
}
.nc_socialPanel.swp_threeDee.swp_d_mediumGray .nc_tweetContainer:not(.totesalt), body .nc_socialPanel.swp_threeDee.swp_o_mediumGray:hover .nc_tweetContainer:not(.totesalt), html body .nc_socialPanel.swp_threeDee.swp_i_mediumGray .nc_tweetContainer:hover:not(.totesalt) {
    border-bottom: 3px solid #444;
}
.nc_socialPanel.swp_d_darkGray .nc_tweetContainer, body .nc_socialPanel.swp_o_darkGray:hover .nc_tweetContainer, html body .nc_socialPanel.swp_i_darkGray .nc_tweetContainer:hover {
    background-color: #444;
    border: 1px solid #444;
}
.nc_socialPanel.swp_threeDee.swp_d_darkGray .nc_tweetContainer:not(.totesalt), body .nc_socialPanel.swp_threeDee.swp_o_darkGray:hover .nc_tweetContainer:not(.totesalt), html body .nc_socialPanel.swp_threeDee.swp_i_darkGray .nc_tweetContainer:hover:not(.totesalt) {
    border-bottom: 3px solid #222;
}
.nc_socialPanel.swp_d_lgOutlines a, body .nc_socialPanel.swp_o_lgOutlines:hover a, html body .nc_socialPanel.swp_i_lgOutlines a:hover {
    color: #ccc;
}
.nc_socialPanel.swp_d_lgOutlines .nc_tweetContainer, body .nc_socialPanel.swp_o_lgOutlines:hover .nc_tweetContainer, html body .nc_socialPanel.swp_i_lgOutlines .nc_tweetContainer:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
}
.nc_socialPanel.swp_d_mdOutlines a, body .nc_socialPanel.swp_o_mdOutlines:hover a, html body .nc_socialPanel.swp_i_mdOutlines a:hover {
    color: #999;
}
.nc_socialPanel.swp_d_mdOutlines .nc_tweetContainer, body .nc_socialPanel.swp_o_mdOutlines:hover .nc_tweetContainer, html body .nc_socialPanel.swp_i_mdOutlines .nc_tweetContainer:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #999;
}
.nc_socialPanel.swp_d_dgOutlines a, body .nc_socialPanel.swp_o_dgOutlines:hover a, html body .nc_socialPanel.swp_i_dgOutlines a:hover {
    color: #444;
}
.nc_socialPanel.swp_d_dgOutlines .nc_tweetContainer, body .nc_socialPanel.swp_o_dgOutlines:hover .nc_tweetContainer, html body .nc_socialPanel.swp_i_dgOutlines .nc_tweetContainer:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #444;
}
.nc_socialPanel.swp_d_colorOutlines .googlePlus a, body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus a, html body .nc_socialPanel.swp_i_colorOutlines .googlePlus a:hover {
    color: #df4b37;
}
.nc_socialPanel.swp_d_colorOutlines .swp_fb a, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb a, html body .nc_socialPanel.swp_i_colorOutlines .swp_fb a:hover {
    color: #3a589e;
}
.nc_socialPanel.swp_d_colorOutlines .nc_pinterest a, body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest a, html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest a:hover {
    color: #cd2029;
}
.nc_socialPanel.swp_d_colorOutlines .linkedIn a, body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn a, html body .nc_socialPanel.swp_i_colorOutlines .linkedIn a:hover {
    color: #0d77b7;
}
.nc_socialPanel.swp_d_colorOutlines .swp_tumblr a, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr a, html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr a:hover {
    color: #39475d;
}
.nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon a, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon a, html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon a:hover {
    color: #ef5025;
}
.nc_socialPanel.swp_d_colorOutlines .swp_yummly a, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly a, html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly a:hover {
    color: #e26426;
}
.nc_socialPanel.swp_d_colorOutlines .swp_whatsapp a, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp a, html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp a:hover {
    color: #71c169;
}
.nc_socialPanel.swp_d_colorOutlines .swp_pocket a, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket a, html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket a:hover {
    color: #ef4056;
}
.nc_socialPanel.swp_d_colorOutlines .swp_reddit a, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit a, html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit a:hover {
    color: #f04b23;
}
.nc_socialPanel.swp_d_colorOutlines .swp_email a, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email a, html body .nc_socialPanel.swp_i_colorOutlines .swp_email a:hover {
    color: #6bcce9;
}
.nc_socialPanel.swp_d_colorOutlines .swp_buffer a, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer a, html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer a:hover {
    color: #323b43;
}
.nc_socialPanel.swp_d_colorOutlines .swp_hacker_news a, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news a, html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news a:hover {
    color: #f16522;
}
.nc_socialPanel.swp_d_colorOutlines .swp_flipboard a, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard a, html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard a:hover {
    color: #e02828;
}
.nc_socialPanel.swp_d_colorOutlines .googlePlus, body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus, html body .nc_socialPanel.swp_i_colorOutlines .googlePlus:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #df4b37;
}
.nc_socialPanel.swp_d_colorOutlines .twitter, body .nc_socialPanel.swp_o_colorOutlines:hover .twitter, html body .nc_socialPanel.swp_i_colorOutlines .twitter:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #429cd6;
}
.nc_socialPanel.swp_d_colorOutlines .swp_fb, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb, html body .nc_socialPanel.swp_i_colorOutlines .swp_fb:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #3a589e;
}
.nc_socialPanel.swp_d_colorOutlines .nc_pinterest, body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest, html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cd2029;
}
.nc_socialPanel.swp_d_colorOutlines .linkedIn, body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn, html body .nc_socialPanel.swp_i_colorOutlines .linkedIn:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #0d77b7;
}
.nc_socialPanel.swp_d_colorOutlines .swp_tumblr, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr, html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #39475d;
}
.nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon, html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ef5025;
}
.nc_socialPanel.swp_d_colorOutlines .swp_yummly, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly, html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e26426;
}
.nc_socialPanel.swp_d_colorOutlines .swp_whatsapp, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp, html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #71c169;
}
.nc_socialPanel.swp_d_colorOutlines .swp_reddit, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit, html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f04b23;
}
.nc_socialPanel.swp_d_colorOutlines .swp_email, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email, html body .nc_socialPanel.swp_i_colorOutlines .swp_email:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #6bcce9;
}
.nc_socialPanel.swp_d_colorOutlines .swp_pocket, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket, html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ef4056;
}
.nc_socialPanel.swp_d_colorOutlines .swp_buffer, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer, html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #323b43;
}
.nc_socialPanel.swp_d_colorOutlines .swp_hacker_news, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news, html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f16522;
}
.nc_socialPanel.swp_d_colorOutlines .swp_flipboard, body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard, html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #bf2626;
}
.nc_socialPanelSide {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    height: auto;
    overflow: visible;
    top: 200px;
    transition: all 0.2s linear 0s;
    width: 100px !important;
    z-index: 9999999;
}
.nc_socialPanelSide.slide {
    left: -100px;
    position: fixed;
    transition: all 0.2s linear 0s;
}
.nc_socialPanelSide.fade {
    display: none;
    left: 5px;
    position: fixed;
    transition: all 0.2s linear 0s;
}
.nc_socialPanelSide .nc_tweetContainer {
    background: #dd4b38 none repeat scroll 0 0;
    border-radius: 3px;
    clear: both;
    display: block;
  
    height: 32px;
    margin: 3px 0 !important;
    overflow: hidden;
    padding: 0;
    transition: all 0.1s linear 0s;
    vertical-align: top;
    width: 90px;
}
.nc_socialPanelSide .nc_tweetContainer .iconFiller {
    display: inline-block;
    height: 40px;
    margin: 0 6px;
    padding: 0;
    transition: all 0.1s linear 0s;
    vertical-align: middle;
    width: 21px;
}
.nc_socialPanelSide .nc_tweetContainer .swp_count {
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 35px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: right;
    transition: all 0.1s linear 0s;
    vertical-align: top;
    width: 0;
}
.nc_socialPanelSide .nc_tweetContainer a {
    cursor: pointer;
    display: block;
    font-weight: 500;
    height: 36px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: all 0.1s linear 0s;
    vertical-align: top;
}
.nc_socialPanelSide .nc_tweetContainer .sw, .nc_socialPanelSide .nc_tweetContainer .swp_share {
    float: left;
    line-height: 34px;
}
.nc_socialPanelSide.swp_default .nc_tweetContainer .sw {
    line-height: 32px;
}
.nc_socialPanelSide.swp_default .nc_tweetContainer .swp_share {
    line-height: 30px;
}
.nc_socialPanelSide .nc_tweetContainer .swp_share {
    font-size: 13px;
}
.nc_socialPanelSide .nc_tweetContainer:hover, .nc_socialPanelSide .nc_tweetContainer:hover .iconFiller, .nc_socialPanelSide .nc_tweetContainer:hover .swp_count {
    transition: all 0.1s linear 0s;
}
.nc_socialPanelSide.swp_boxed {
    transform: scale(0.9);
}
.nc_socialPanelSide.swp_boxed .nc_tweetContainer {
    margin-bottom: 5px;
}
.nc_socialPanelSide.swp_boxed .nc_tweetContainer, .nc_socialPanelSide.swp_boxed .nc_tweetContainer a {
    height: 75px;
    position: relative;
    width: 75px;
}
.nc_socialPanelSide.swp_boxed .nc_tweetContainer i.sw {
    font-size: 27px;
    height: 40px;
    margin: 0;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_share {
    bottom: 0;
    height: 35px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 75px;
}
.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count {
    bottom: 0;
    height: 35px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    transition: padding 0.1s linear 0s;
    width: 100%;
}
.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .iconFiller, .nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .spaceManWilly, .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count.swp_hide {
    height: 75px;
    opacity: 1;
}
.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.iconFiller {
    height: 40px;
    width: 75px;
}
.nc_socialPanelSide.swp_boxed .nc_tweetContainer:hover:not(.totes) span.swp_count:not(.swp_hide) {
    opacity: 0;
}
.nc_socialPanelSide.swp_boxed .totes {
    padding: 0;
    width: 75px !important;
}
.nc_socialPanelSide .nc_tweetContainer:not(.totes) {
    line-height: 34px;
}
.nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes) .iconFiller {
    margin-left: 2px;
    width: 30px;
}
.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count {
    padding: 0 8px;
    width: 48px;
}
.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count.swp_hide {
    padding: 0;
    width: 100%;
}
.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_hide .iconFiller {
    display: block;
    float: none;
    margin: 0 auto;
}
.nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:hover:not(.totes) {
    width: 150px;
}
.nc_socialPanelSide .nc_tweetContainer:not(.totes) .spaceManWilly, .nc_socialPanelSide .nc_tweetContainer:hover:not(.totes) .iconFiller {
    width: 90px;
}
.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .spaceManWilly, .nc_socialPanelSide.swp_boxed .nc_tweetContainer:hover:not(.totes) .iconFiller {
    width: 100%;
}
.nc_socialPanelSide .nc_tweetContainer.totes {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none !important;
    font-weight: 800;
    height: 45px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 90px;
}
.nc_socialPanelSide .nc_tweetContainer.totes .swp_count {
    color: #444;
    display: block;
 
    height: 28px;
    text-align: center;
    width: 100%;
}
.nc_socialPanelSide .nc_tweetContainer.totes .swp_label {
    color: #444;
    display: block;
    
    font-size: 50%;
    position: relative;
    text-align: center;
    width: 100%;
}
.nc_wrapper {
    background: #fff none repeat scroll 0 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.nc_wrapper.floatBottom {
    bottom: 0;
    left: 0;
}
.nc_wrapper.floatTop {
    left: 0;
    top: 0;
}
.nc_floater {
    left: 304px;
    margin: 10px 0;
    position: relative;
    width: 740px;
}
.nc_socialPanelSide.hideCounts a {
    text-align: center;
}
.nc_socialPanelSide.hideCounts .iconFiller {
    float: none;
    text-align: left;
}

.nc_socialPanel.swp_leaf.swp_d_fullColor.swp_i_fullColor.swp_o_fullColor.scale-100.scale-fullWidth.swp_one {
  margin: 0 auto !important;
  width: 100%;
}

.Pinterest{background: #e71f28;}

.bottom-btn-col{width:100%; float:left; position:absolute; bottom:0px;}

.bottom-btn-col-left{width:33%; float:left;}
.bottom-btn-col-right{width:33%; float:right;}
.add-post {
	width: 70px;
	margin: 10px auto;
}
.add-post a{background: #e62600; width:100%; display:block; line-height:26px; text-align:center; color:#fff;
 }
.add-post a:hover{ background:#a1230a;}
.view-post a:hover{ background:#a1230a;}
.view-post{ width:70px; margin: 10px auto;}
.view-post a{background: #e62600; width:100%; display:block; line-height:26px; text-align:center; color:#fff;
 }
 
 
 .fa.fa-plus {
	color: #fff;
	font-size: 30px;
}

span.date {
	color: #fff !important;
	font-size: 24px !important;
	font-weight: bold;
}
.inside p a {
	font-size: 15px !important;
	font-weight: bold;
	
}

.fa-twitter{ font-size:20px;}
.fa-linkedin{ font-size:20px;}
.fa-google-plus{ font-size:20px;}
.fa-pinterest-p{ font-size:20px;}
.fa-facebook{font-size:20px;}

 div.pagination {
	padding: 3px;
	margin: 3px;
}

.pagination {
	list-style: none;
	padding: 0;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.08);
	font-family: Roboto;
	display: block;
	width: 400px;
	margin: 0 auto !important;
}

div.pagination a {
	padding: 5px 10px;
	margin: 2px;
	border: 1px solid #bc290c;
	text-decoration: none;
	color: #fff;
	background: #e95234;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #681606;
	color: #000;
}
div.pagination span.current {
	padding: 5px 10px;
	margin: 2px;
	border: 1px solid #c42809;
	font-weight: bold;
	background-color: #e62600;
	color: #FFF;
	border-radius: 5px;
	border-bottom: 2px #ccc solid;
	font-weight:bold;
}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
	
	.buzz-form{width:100%; float:left; margin:0 auto; padding: 5px; display: block;}
		.buzz-form-left{width:100%; float:left;}
		
	
	