/*
Theme Name: Recoil
Theme URI:
Description: Recoil
Version: 1.0.3
Author: Media Works
Author URI: http://www.simmediaworks.com

License: GNU General Public License
License URI: license.txt
*/

.clearfix {
    zoom: 1
}

.clearfix:after {
    clear: both
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

body {
    padding: 0;
    background: #000 url('assets/images/background.jpg') no-repeat fixed top center;
	font-size: 14px;
}

a,
a:hover,
a:visited,
a:active {
	color: #000000;

}


.page-wrapper {
    width: 978px;
    margin: 0 auto;
}

.header {
    position: relative;
    /*background: url('assets/images/header-background.jpg') no-repeat fixed top center;*/
}

.header a.logo {
	direction:ltr;
	margin-left: 0;
    background-image: url('assets/images/recoil.png');
    text-indent: -9999px;
    display: inline-block;
    height: 130px;
    width: 521px;
}

.ad-half-banner {
    width: 250px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.magazine-cover {
    position: absolute;
    right: 276px;
    bottom: 0;
}
.magazine-cover-2 {
    float:right;
}

.subtitle-text {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Alfa Slab One', arial, helvetica, cursive;
    font-size: 22px;
    width: 232px;
    line-height: 24px;
    margin-top: 50px;
    color: #D6D6D6;
}

.navigation-container {
    height: 35px;
    background-color: #000;
}

.navigation-items {
    list-style: none inside none;
    padding-top: 7px;
	float: left;
}

.navigation-items li {
    display: inline-block;
    margin: 0 20px;
    /**font-family: "HardCaseDemiBold", arial, helvetica, sans-serif;**/
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
    font-size: 14px;
    font-weight: 100;
}

.navigation-items li a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

.search-form {
    float: right;
    margin: 10px 28px 0 0;
    width: 200px;
    height: 22px;
    border: 1px solid #888;
    background: #000;
}
.search-form input {
    border: none;
    width: 170px;
    height: 20px;
    float: left;
}
.search-form a {
    direction:ltr;
    width: 24px;
    height: 22px;
    float:right;
    text-indent: -9999px;
    background: #000 url(assets/images/search.png) no-repeat center;
}

.ads-social-container {
    height: 90px;
    background-color: #000;
}

.ad-leaderboard {
    width: 728px;
    height: 90px;
    float: left;
}

.social {
    background: #000 url('assets/images/social-background.jpg') no-repeat;
    width: 218px;
    height: 60px;
    float: right;
    padding: 15px 10px;
    text-align: center;
}

.social p {
    margin: 0 0 10px 0;
    padding: 0;
    /**font-family: "HardCaseDemiBold", arial, helvetica, sans-serif;**/
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
}

.content {
    margin-top: 10px;
    background-color: #000;
    -webkit-box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 1);
    box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 1);
}

.page-footer {
    margin: 15px 0 0;
    border-top: 1px solid #272727;
    padding: 15px 15px 30px;
    font-size: 12px;
    color: #FFF;
	background-color: #000;
	 -webkit-box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 1);
	 -moz-box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 1);
	 box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 1);
	clear:both;
	display:block;
}

.footer-links {
    float: left;
    list-style: none inside none;
}

.footer-links li {
    padding: 0 0 0 20px;
    display: inline-block;
    font-size: 12px;
}

.footer-links li a {
    color: #FFF;
    text-decoration: none;
}

.copyrights {
    float: right;
    width: 300px;
    text-align: right;
    margin-right: 20px;
}

.page-content {
    margin-top: 10px;
    width: 658px;
    float: left;
}

.sidebar {
    width: 300px;
    min-height: 100px;
    float: right;
}

.ad-medium-rectangle {
    margin-top: 10px;
    width: 300px;
}

.ad-large-rectangle {
    margin-top: 10px;
    width: 300px;
    height: 600px;
}

.widgets {
    list-style: none outside none
}

.widgets li {
    margin-top: 10px;
    min-height: 100px;
}

.social-icons a {
	direction:ltr;
	background-image: url('assets/images/social.png');
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    display: inline-block;
    margin-left: 5px;
}

.social-facebook {
    background-position: -36px 0
}

.social-twitter {
    background-position: -72px 0
}

.social-googleplus {
    background-position: 0 0
}

.social-rss {
    background-position: -142px 0
}

.articles .featured-image {
    width: 306px;
    height: 205px;
    margin: 5px;
    float: left;
}

.single-article .featured-image {
	width: 618px;
	margin: 10px;
}

.articles .article-content,
.single-article .article-content {
    position: relative;
	/*font-family: "TradeGothicLTStdRegular", arial, helvetica, sans-serif;*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}
.articles .article-content {
	width: 307px;
	float: left;
	margin: 5px 10px 5px 5px;
}
.single-article .article-content {
	width: 618px;
	margin: 10px;
}

.article-content h1,
.article-content h2 {
    margin: 10px 0 5px 0;
    padding: 0;
    font-size: 16px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.article-content h2 a {
	text-decoration: none;
}

.single-article .article-content h1,
.single-article .article-content h2 {
	margin-bottom: 15px;
}

.single-article .article-content p {
	margin-bottom: 20px;
}

.article-content .byline {
    padding: 0;
    margin: 0 0 10px 0;
	font-weight: 700;
}
.article-content .byline a {
	text-decoration: none;
}

.articles article {
    background-color: #E6E6E6;
    margin: 0;
}

.articles footer {
	color: #4C4C4C;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.articles,
.showcase,
.single-article,
.article-comments {
    background: url('assets/images/articles-border-sides.jpg') repeat-y;
    width: 638px;
    padding: 0 10px;
}
.articles,
.showcase,
.single-article {
	overflow: hidden;
}

.carbon-border-top {
    width: 658px;
    height: 10px;
    background-image: url('assets/images/articles-border-top.jpg');
}

.carbon-border-bottom {
    width: 658px;
    height: 10px;
    background-image: url('assets/images/articles-border-bottom.jpg');
}

.article-seperator {
    width: 638px;
    height: 10px;
    background-image: url('assets/images/articles-border-shade.png');
}

#seo_alrp_related h2,
.section-title {
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
    padding: 0 114px 0 10px;
    color: #b2d235;
    font-size: 24px;
    background: #000 url('assets/images/grooves.png') no-repeat right top;
    height: 35px;
    line-height: 37px;
	overflow: hidden;
}

#seo_alrp_related p {
	font-family: verdana, arial, helvetica, cursive;
	font-size: 14px;
}

#seo_alrp_related a {
	text-decoration: none;
}

.spotlight-article {
	width: 152px;
    padding-right: 10px;
    float: left;
    background: #fffefe url('assets/images/vertical_seperator.png') repeat-y top right;
	border-top: none;
	height: 139px;
}

.spotlight-article:last-of-type {
    padding-right: 0;
    background-image: none;
}

.showcase-container_horizontal {
    margin-bottom: 15px
}

footer .comments-container {
    float: left;
	/*font-family: "TradeGothicLTStdRegular", arial, helvetica, sans-serif;*/
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: 700;

}

footer .more-container {
    float: right;
	color: #4c4c4c;
}

footer .more-container a {
	color: #4c4c4c;
}

footer .comments-container a {
    padding-left: 28px;
    height: 20px;
    line-height: 20px;
    background: url('assets/images/comment.png') no-repeat left top;
    display: inline-block;
	color: #4c4c4c;
}

.article-content footer {
    margin-top: 10px;
	font-weight: 700;
}

.article-rotator {
	margin-top: 15px;
	margin-bottom: 5px;
}
.article-rotator-top,
.article-attachment-top {
	width: 978px;
	height: 10px;
 	background-image: url('assets/images/content-border-top.jpg');
}
.article-rotator-content,
.article-attachment-content {
	padding: 0 10px;
	width: 958px;
	min-height: 387px;
 	background: url('assets/images/content-border-sides.jpg') repeat-y;
	position: relative;
}
.article-rotator-bottom,
.article-attachment-bottom {
	width: 978px;
	height: 10px;
 	background-image: url('assets/images/content-border-bottom.jpg');
}

.article-rotator-content img {
	vertical-align: middle;
}

.article-rotator-content .description {
	background: url('assets/images/rotator-background.png') repeat;
	position: absolute;
	height: 165px;
	width: 362px;
	right: 0;
	bottom: 0;
	padding: 15px 1px 1px 15px;
	color: #FFF;
}

.article-rotator-content h2 {
	/*font-family: "TradeGothicLTStdBold", arial, helvetica, sans-serif;*/
	font-family: 'Alfa Slab One', tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	padding: 0;
	margin: 0;
	color: #b2d235;
	line-height: 22px;
}
.article-rotator-content h2 a {
	color: #B2D235;
	font-family: 'Alfa Slab One', tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	text-decoration: none;
}

.article-rotator-content .byline {
	font-family: tahoma, arial, helvetica, sans-serif;
	padding: 0;
	margin: 10px 0 0;
	color: #c2c2c2;
	font-weight: 700;
}

.article-rotator-content .byline a {
	color: #c2c2c2;
	text-decoration: none;
}

.article-rotator-content .entry {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #FFF;
	font-weight: 100;
}

.article-rotator-content .item-footer {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 362px;
}

.article-rotator-content .comments-container a {
	color: #c2c2c2;
}

.article-rotator-content .more-container a {
	color: #B2D235;
	font-weight: 700;
}


.articles-container {
	margin-bottom: 15px;
}

.more-photos {
	margin: 0 10px;
}

.more-photos h2 {
	text-transform: uppercase;
	background-color: #333;
	color: #E6E6E6;
	padding: 5px 10px;
	font-size: 18px;
	margin: 10px 0 10px;
}

.more-photos figure {
	float: left;
	margin: 0 10px 10px 0;
}
.more-photos figure:nth-of-type(4n){
	margin-right: 0;
}

.more-photos figure img {
	width: 145px;
	height: 97px;
	border: 1px solid #4D4D4D;
	display: block;
}

.more-photos figure figcaption {
	width: 137px;
	height: 40px;
	color: #FFF;
	background-color: #333;
	padding: 5px;
	overflow:hidden;
	line-height: 20px;
}

.more-photos figure a {
	border: none;
	color: #FFF;
	text-decoration: none;

}

.comment-information,
.comment-text {
	padding: 10px;
}

.depth-2 .comment-information,
.depth-2 .comment-text {
	padding-left: 50px;
}
.depth-2 .comment-information {
	background: url('assets/images/reply.jpg') no-repeat 10px 15px;
}

.depth-3 .comment-information,
.depth-3 .comment-text {
	padding-left: 90px;
}
.depth-3 .comment-information {
	background: url('assets/images/reply.jpg') no-repeat 50px 15px;
}

.depth-4 .comment-information,
.depth-4 .comment-text
{
	padding-left: 130px;
}
.depth-4 .comment-information {
	background: url('assets/images/reply.jpg') no-repeat 90px 15px;
}


.article-comment-list,
.article-comment-list ul {
	margin: 0;
	padding: 0;
	list-style: none inside none;
}

.comment-author {
	font-weight: 100;
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
	font-size: 20px;
}

.comment-information {
	background-color: #CCC;
}

.article-comment-list li {
	background-color: #E6E6E6;
}

.comment-author-meta {
	float: left;
	width: 520px;
}

.depth-2 .comment-author-meta {
	width: 480px;
}

.depth-3 .comment-author-meta {
	width: 440px;
}

.depth-4 .comment-author-meta {
	width: 400px;
}


.comment-reply {
	float: right;
	margin-top: 10px;
}

.comment-reply-link {
	padding: 5px 10px;
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
}

#respond {
	background-color: #E6E6E6;
}
#reply-title {
	margin: 0;
	padding: 10px;
	font-weight: 100;
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
	font-size: 20px;
	background-color: #E6E6E6;
}

#commentform {
	margin: 0;
	padding: 10px;
}

.form-allowed-tags {
	display: none;
}

#respond label {
	width: 100px;
	margin-right: 15px;
	float: left;
	text-align: right;
}
#respond .required {
	color: #ff0000;
}

#respond .comment-notes .required {
	margin: 0;
}

#submit {
	padding: 5px 10px;
	color: white;
	background-color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
	border: 0;
}

.more-photos figcaption {
	font-size: 14px;
}

.featured-overlay {
	background: url(assets/images/rotator-full-background.png);
	width: 958px;
	height: 389px;
	position: absolute;
	top: 0;
	left: 10px;
}

.author-container {
	margin-bottom: 15px;
}

.author-container .author {
    background: url('assets/images/articles-border-sides.jpg') repeat-y;
    width: 638px;
    padding: 5px 20px;
}

.carousel-spotlight:hover .left,
.carousel-spotlight:hover .right {
	display: block;
}

.left, .right {
    cursor: pointer;
    position: absolute;
    width: 32px;
    top: 174px;
    height: 36px;
    text-indent: -9999px;
	background-image: url( 'assets/images/scrollbutton_v2.png');
	display: none;
}

.left {
    left: 0;
    float: left;
	background-position: -36px 0;
}

.right {
    right: 0;
    float: right;
	background-position: 0 0;
}

.carousel-spotlight {
	overflow: hidden;
	position: relative;
}
.carousel-slide {
    width: 958px;
    float: left;
	position: relative;
}

.gallery-content {
	margin-top: 10px;
	width: 958px;
}

.article-attachment-content header {
	height: 36px;
	color: #E6E6E6;
	background-color: #000;
}

.article-attachment-content header h1 {
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px;
	color: #E6E6E6;
	font-size: 24px;
	height: 35px;
	line-height: 37px;;
	overflow: hidden;
}

.article-attachment-content footer {
	height: 20px;
	color: #4D4D4D;
	background-color: #E6E6E6;
	padding: 10px;
}

.single-article .entry img {
	max-width: 618px;
	height: auto;
}

.article-attachment-content img {
	vertical-align: top;
	clear: both;
}

.article-attachment-content .image-container {
	text-align: center;
}

.attachment .more-photos {
	margin-top: 0;
	padding-top: 10px;
}

#seo_alrp_related {

}

#seo_alrp_related h2 {
	margin: 0;
}

#seo_alrp_related h3 {
	margin: 0;
}

#seo_alrp_related p {
	margin: 0;
}

#seo_alrp_related ul {
	list-style: none inside none;
	margin: 0;
	padding: 10px;
}

#seo_alrp_related li {
	clear: both;
}

.seo_alrp_rl_thumb {
	width: 145px;
	height: 90px;
	border: none;
	margin-right: 10px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.seo_alrp_rl_content {
	float: left;
	width: 445px;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

.single-article .addthis {
	margin: 10px 0 0 10px;
}

.share {
	margin-left: 10px;
	float: left;
	width: 600px;
}

.backtoarticle {
	float: right;
	font-weight: 700;
}

.backtotitle {
	padding: 10px;
	clear: both;
	font-weight: 700;
}

#sidebar-widgets {
	color: #FFF;
}

.article-attachment-content .left,
.article-attachment-content .right {
	top: 100px;
}

.next-gallery {
	text-align: center;
	float: left;
	margin: 0 10px 10px 0;
	padding-top: 44px;
	width: 145px;
	height: 103px;
	border: 1px solid #4D4D4D;
	display: block;
	background-color: #FFF;
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
	font-weight: 400;
	text-transform: uppercase;
	color: #4D4D4D;
	font-size: 20px;
	overflow: hidden;
	display: block;
}

.gallery-left,
.gallery-right {
	cursor: pointer;
	position: absolute;
	width: 32px;
	top: 174px;
	height: 36px;
	text-indent: -9999px;
	background-image: url( 'assets/images/scrollbutton_v2.png');
	direction:ltr;
	display: none;
}

.gallery-left {
	left: 10px;
	background-position: -36px 0;
}

.gallery-right {
	right: 10px;
	background-position: 0 0;
}

.article-attachment-content:hover .gallery-left,
.article-attachment-content:hover .gallery-right {
	display: block;
}

.wp-pagenavi{
    float: right !important;
	clear: both;
}
.wp-pagenavi ul,.wp-pagenavi ul li {display: inline;}
.wp-pagenavi li, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	color: #FFF;

}
.wp-pagenavi li a {color: #fff;border: none !important;}
.wp-pagenavi li.currentpage {
    border:none;
	font-weight: bold;
}

.wp-pagenavi .pages,
.wp-pagenavi .current,
.wp-pagenavi .larger,
.wp-pagenavi .smaller,
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	display: inline-block;
}

.wp-pagenavi a {color: #fff !important;}

.magazine-article .entry-content h1, .magazine-article .entry-content h2, .magazine-article .entry-content h3 {
	padding: 5px 10px;
	margin: 15px 10px;
	text-transform: uppercase;
	color: #E6E6E6;
	background-color: #333;
	text-decoration: none;
	font-weight: 100;
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
	border: 0;
	font-size: 20px;
}

.magazine-article .entry-content p {
	padding: 5px 10px;
	margin: 0 0 10px 0;
}

.magazine-article .entry-content a {
	padding: 5px 10px;
	margin: 15px 10px;
	text-transform: uppercase;
	color: #E6E6E6;
	background-color: #333;
	text-decoration: none;
	font-weight: 100;
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
	border: 0;
}

.magazine-article .entry-content {
	width: 268px;
	float: left;
}
.magazine-article .featured-image {
	width: 350px;
	float: left;
}

.magazine-article .featured-image img
{
	border: 1px solid #E6E6E6;
}

pre {
	background-color: #111;
	color: #EEE;
	padding: 20px;
}

.twitter-feed
{
	display: none;
}

.facebook-feed {
	background-color: #FFF;
}
.social-activity-feeds {
	background-color: #111111;
}

.social-activity-feeds .tab-header {
	padding: 5px 0 0 5px;
	background: url(assets/images/button_large_repeater.png) repeat-x;
	height: 38px;
}
.social-activity-feeds .tab-header a {
	background-color: #31373b;
	padding: 8px 12px;
	color: #FFF;
	margin: 0;
	display: inline-block;
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
}

#twitter-activity {

}

.screen-reader-text {
	display: none;
}

.social-activity-feeds .tab-header a.social-tab-active
{
	background-color: #FFF;
	color: #31373B;
}

.ooyala-video-container {
	text-align: center;
}

.ooyala-video-container a {
	color: #FFF;
	display: block;
	text-decoration: none;
	font-family: 'Alfa Slab One', arial, helvetica, cursive;
}

.more-button-holder {
	margin: 5px 0;
	text-align: center;
	background: url(assets/images/button_small_repeater.png) repeat-x;
	height: 32px;
	line-height: 32px;
}

.ooyala-video-container a:hover {
	text-decoration: underline;
}

a.addthis_counter {
	float: left;
}


.addthis_button_facebook_like,
.addthis_button_tweet,
.addthis_button_google_plusone,
.addthis_pill_style
{
	float: left;
}

.comment-form-url {
	display:none;
}

.magazine-cover-widget {
	margin-top: 5px;
	height: 200px;
	width: 300px;
	background-color: red;
}

iframe {border:0;overflow:hidden;}

.navigation-items li a.selected {
	color: #B2D235;
}

.entry ul,
.entry ol {
	list-style-position: outside;
	margin-left: 15px;
}

.title-share {
    margin: 0;
    padding: 5px 114px 5px 10px;
    background: black url('assets/images/grooves_small.png') repeat-y right top;
    overflow: hidden;
}


/** IE7 & IE8 Conditionals **/
.ie7 .navigation-items li,
.ie7 .footer-links li,
.ie7 .social-icons a,
.ie7 footer .comments-container a,
.ie7 .header a.logo,
.ie7 .social-activity-feeds .tab-header a,
.ie7 .ooyala-video-container a {
	display: inline;
}

.ie7 .header a.logo {
	display: block;
}

.ie7 .social-icons a {
	display: block;
	float: left;
}

.ie7 .social-icons {
	padding-left: 60px;
}

.ie7 .search-form input {
	height: 18px;
}

.ie7 .spotlight-article.last-of-type,
.ie8 .spotlight-article.last-of-type {
	padding-right: 0;
	background-image: none;
}

.ie7 .more-photos .th-of-type,
.ie8 .more-photos .th-of-type {
	margin-right: 0;
}


.ie7 #s {
	border: 0 none;
	height: 20px;
}

.ie7 .page-footer,
.ie8 .page-footer {
	margin-top: 0;
}

.ie7 .ad-large-rectangle,
.ie7 .comments-container {
	margin-bottom: 15px;
}


.navigation-dropdown {
    background-color: black;
    margin: 0 auto;
    width: 206px;
    left: 0px;
    position: absolute;
    top: 18px;
    z-index: 9999;
    text-align: left;
    display: none;
    padding-top: 10px;
}

.navigation-dropdown ul {
    margin:  0;
    padding:  0;
    list-style: none inside none;
}

.navigation-dropdown li {
    padding:  8px;
    display: block;
    float: none;
    border: none;
}

.navigation-items li:hover .navigation-dropdown {
    display: block;
}


.navigation-dropdown li:hover {
    /*background-color: #697d96;
    border: 1px solid #8f9eb3;
    border-bottom-color: #4b586b;
    border-right-color: #4b586b;*/
}

.navigation-dropdown li a {
    height: 100%;
    width: 128px;
    text-decoration: none;
    color: white;
    display: block;
    font-size: 12px;
}

.navigation-dropdown li a:hover {
    text-decoration: none;
    color: #FFF;
}

.navigation-dropdown li:hover a {
    text-decoration: none;
    color: #FFF;
}
.navigation-items,
.navigation-items > li {
    position: relative;
}
/******************* DreamSolution **********************/

.cnt-tiles {
    list-style: none;
    margin: 0;
    padding: 1px 0 0 1px;

}
.cnt-tiles .cnt-tile {
    background: #000;
    float: left;
    width: 211px;
    *width: 211px;
    position:relative; max-height:245px;height: 245px;
    margin-right: 1px;
}
.cnt-tiles .cnt-tile .tile-image {height: 245px;}
.cnt-tiles-right .cnt-tile-right { float: right; }

.cnt-tiles-right .cnt-tile-left { float: left; }

.cnt-tiles .cnt-tile-large {
    width: 423px; *width: 423px; max-height:490px;height: 490px;
}

.cnt-tiles .cnt-tile-large .tile-image {height: 490px;}
.tile-image {
    border: 1px solid #aaaaaa; /*border: 1px solid #dad9d9;*/
    margin: -1px;
}
.tile-image, .cnt-enter-here img { width: 100%; }
.cnt-tiles .cnt-tile a {
    color:#FFF;
    text-decoration:none;
}
.cnt-tile .label {
    background-color:#000;
    filter:alpha(opacity=80);
    opacity:.8;
    margin:-40px 0 0 0;
    width:100%;
    height:40px;
    padding:0;
    position:absolute;
    border-bottom:1px solid #aaaaaa;
    line-height: 38px;
}
.cnt-tile .label2 {
    background-color:#000;
    filter:alpha(opacity=80);
    opacity:.8;
    margin:-45px 0 0 0;
    width:100%;
    height:40px;
    padding:0;
    position:absolute;
    border-bottom:1px solid #aaaaaa;
    line-height: 38px;
}
.cnt-tile h2 {
    color:white;
    filter:alpha(opacity=100);
    opacity:1;
    font-size:12px;
    font-weight:normal;
    padding:0 5px;
    margin:-38px 0 0 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    float:right;
}
.cnt-tile .hrtlike {
    padding:0 5px;
    margin:0;
    font-weight:bold;
}
.cnt-tile .lagertoptxt {
   background:#fff;
    font-family: 'Alfa Slab One', arial, helvetica, cursive;
    float:left;
    font-weight: 400; position:absolute;
    width:423px; border-bottom:1px solid #aaa;
}

.cnt-tile .recoiltarget {
    padding:13px 11px  ;
    margin:0;
    border-right:1px solid #aaa;
    /*border-bottom:1px solid #aaa;*/
    font-size:25px;
    float:left;
}
.cnt-tile .recoiltarget img {
    float:left;
    margin:0 10px 0 0;
}
.cnt-tile .recoiltarget span { font-size:30px; }
.cnt-tile .more_target {
    background:#323232;
    color:#fff;
    text-transform: uppercase;
    float:left;
    font-family: 'Alfa Slab One', arial, helvetica, cursive;
    padding:7px;
    border:none;
    font-weight: 400;
}
.cnt-tile .recoiltarget .txtup {
    margin:-5px 0 0 0;
    float:left;
}
.cnt-tile .morebg {
    margin:0;
    padding:13px 5px; /*padding:13.5px 7px;*/
    /*border-bottom:1px solid #aaa;*/
    float:left;
}
.grlytxt{position:absolute; margin:70px 10px 0 10px;}
.sponby{margin:-85px 0 0 15px; color:#000;}
.fnttext{font-size:18px;}

h1.section-title1 {
    font-family: 'Alfa Slab One', arial, helvetica, cursive;
    font-weight: 400;
    text-transform:capitalize;
    margin: 0;
    padding: 15px 0 10px 10px;
    color: #b2d235;
    font-size: 24px;
    background: #000; /*url('assets/images/grooves.png') no-repeat right top;
    height: 45px;*/
    line-height: 37px;
    overflow: hidden;
}
.downloadmain{margin:0; padding:6px 0 0 6px; clear:both;}
.downloadmain .imgdown{  margin:0 6px 6px 0; float:left; width:310px;  min-height:430px;}
.downloadmain .imgdown img{border:1px solid #000;max-width:308px; max-height:378px; margin:0; padding:0;}
.downloadmain .imgdown .btn_down{background:url(assets/images/btn_down.png) repeat-x; height:42px; border:none; padding:10px 0; color:#fff; position:absolute;font-family: 'Alfa Slab One', arial, helvetica, cursive; font-weight: 400; margin:0; float:left; width:310px; margin:-4px 0 0 0;}

.cnt-tiles .cnt-tile212 {
    width: 212px;
}

.cnt-tiles .cnt-tile424 {
    width: 424px;
}

.gallery-instagram {
	clear: both;
	color: #fff;
	display: inline-block;
	margin-top: 40px;
}
@-moz-document url-prefix() { /* For Firefox Only */

    /*.cnt-tile .label, .cnt-tile .label2{margin:-44px 0 0 0;}*/

    .cnt-tile .morebg {padding:13.5px 6px;}
}

/* livefyre ============================================================== */

#articleComments {
	padding: 0 10px;
}
.fyre {
	width: auto;
}

.fyre-hovercard,
.fyre-hovercard-arrow {
    display: none !important;
    visibility: hidden !important;
}

.fyre .fyre-avatar, .fyre .fyre-comment-author {
    cursor: default !important;
}

.fyre a.fyre-comment-username:hover{
    cursor: default;
}

#sso-update-iframe {
	overflow: scroll;
}