/*********************
MACGASM STYLE SHEET
---------------------
Declaration order
1. Positioning
2. Box model
3. Typographic
4. Visual
5. Misc.

*********************/


a,abbr,acronym,address,blockquote,body,caption,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,label,legend,li,object,ol,p,pre,q,span,table,tbody,td,tfoot,th,thead,tr,ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Narrow'),local('PTSans-Narrow'),url(http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v4/UyYrYy3ltEffJV9QueSi4Z4t0mJKPaLVqklzZuc32b4.woff) format('woff');
}

@font-face {
    font-family:'PT Sans Narrow';
	font-style:normal;
	font-weight:700;
	src:local('PT Sans Narrow Bold'),local('PTSans-NarrowBold'),url(http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v4/Q_pTky3Sc3ubRibGToTAYnhM4mdXpoxYNWk7Ev34U70.woff) format('woff');
}

@font-face {
    font-family: 'callunaregular';
    src: url('/fonts/calluna-regular-webfont.eot');
    src: url('/fonts/calluna-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/calluna-regular-webfont.woff') format('woff'),
         url('/fonts/calluna-regular-webfont.ttf') format('truetype'),
         url('/fonts/calluna-regular-webfont.svg#callunaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #f0f0f0;
    font-family: Georgia, serif;
    letter-spacing: .01rem;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
    color: #666;
}

body,html {
    padding: 0;
    margin: 0;
}


/*alert*/

body {
    padding: 0;
}

/* Alert */

#alert {
    position: relative;
}

.alert {
    background-color: #d34e2b;
    color: #FFFFFF;
    display: block;
    font: bold 16px/40px sans-serif;
    height: 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.alert:hover {
    color: #ffffff;
}  


/*end of alert*/



.wp-caption {
	width: 100% !important;
}
.wp-caption-text {
    font-size: 12px !important;
    font-style: italic !important;
}

a {
    color: #d34e2b;
    text-decoration: none;
    -webkit-transition: all,0.3s;
    -moz-transition: all,0.3s;
    transition: all,0.3s;
}

a:hover {
    color: #d34e2b;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700!important;
    font-family: 'PT Sans Narrow';
    text-shadow: none;
    display: block;
}

ul {
    display: block;
    list-style-type: square;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

ul, ol {
/*padding: 0;
margin: 0 0 10px 25px !important;*/;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    font-family: 'callunaregular', Georgia, serif;
    letter-spacing: .01rem;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
    color: #666;
}

/*strong {
	font-family: 'callunaregular', Georgia, serif;
}*/

/* Macgasm Styles */

.center {
    text-align: center;
}

.topheader {
    background: #000;
    width: 100%;
    height: 65px;
    display: block;
}

.topheader .logo {
    display: block;
    position: relative;
    width: auto;
    padding: 0;
    background: #fff;
    float: left;
}

.logo .image {
    font-size: none !important;
    display: block !important;
    margin-bottom: 0 !important;
    font-size: 0px !important;
}

.logo .image img {
    width: 70px;
    padding: 10px;
}

#menu {
    display: none;
}

.mg-nav {
    display: block;
    float: right;
}

.mg-nav  ul {
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
}

.mg-nav  ul li {
    display: block;
    float: left;
  /*line-height: 12px;*/;
}

.mg-nav  ul li:last-child {
    padding-right: 10px;
}

.mg-nav  ul li a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px;
    color: #f2f2f2;
    text-transform: uppercase;
    font-weight: 200;
}

.mg-social li:first-child {
    border-left: 1px solid #f2f2f2;
    padding-left: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#encorepage {
 /*	margin: 0 !important;*/
 /*   max-width: 100% !important; */;
}

.mg-logo p {
    position: absolute;
    top: 0;
    left: 15px;
}

.mg-post {
    background-color: #fff;
    display: block;
    clear: both;
}


/*.mg-post li { 
	margin-bottom:25px;
}*/

.mg-post-container {
    margin: 0 auto;
    padding: 60px 0 100px 0;
    max-width: 728px;
    position: relative;
    width: 100%;
}

.mg-post-container img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mg-post-hero {
    background-size: cover;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
}

.hero-top {
    height: 500px;
}

.hero-bottom {
    height: 500px;
}

.mg-post-hero:after {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background-color: rgba(0, 0, 0, 0.55);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.mg-post-hero:hover:after {
    background-color: rgba(0, 0, 0, 0.45);
}

.mg-post-title {
    display: table;
    height: 100%;
    width: 728px;
    position: relative;
    z-index: 1;
    margin: -3px auto 0 auto;
}

.mg-post-title a {
    color: #fff;
}

.mg-post-title a:hover {
    text-decoration: none;
}

.mg-post-title h3 {
    margin-bottom: 10px;
}
/*
.mg-post-title a span {
	background: #D54D20;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		font-size: 20px;
		padding: 15px;
		margin: 0px;
		margin-top: 0;
		display: block;
		float: left;
		margin-right: 10px;
		margin-bottom: 15px;
	
}*/


.mg-post-title a i { 
	background: #D54D20;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 20px;
	padding: 15px;
	margin: 0px;
	margin-top: 0;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 55px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.mg-category {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    width: auto;
    color: white;
    padding: 5px;
    background: #d34e2b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mg-category:hover {
    background: #b83b1b;
}

.mg-post-title-inner {
    display: table-cell;
}

.mg-author {
    font-weight: 200;
    color: rgba(255,255,255,0.65) !important;
}

.mg-view {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 25px;
}

.mg-view:hover {
    background: #fff;
    color: #333;
}

.title-btm {
    vertical-align: bottom;
}

.title-mid {
    vertical-align: middle;
    padding-top: 50px;
}

.title-mid  h2 {
    margin: 0 0 10px 0 !important;
}

.mg-post-meta {
    font-size: 13px;
    left: -250px;
    position: absolute;
    text-align: right;
    top: 60px;
    width: 192px;
    display: block;
    text-align: center;
}

.mg-post-meta img {
    display: block;
    width: 100px;
    height: 100px;
    border: solid 5px #fff;
    margin: 0 auto 20px auto;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

.mg-post-meta a {
    clear: both;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

.mg-post-meta p {
    clear: both;
    font-size: 14px !important;
    font-style: italic !important;
    margin: 5px 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.mg-post h1 {
    font-size: 52px;
    line-height: 52px;
    margin: 0 auto 75px;
    text-align: left;
    color: #666 !important;
    clear: both;
}

.mg-post h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.mg-post p {
    font-family: 'callunaregular', Georgia, serif;
    letter-spacing: .01rem;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 25px;
    margin: 10px 0;
    color: #666;
}

.mg-post-footer {
}

/*social buttons */

.circle {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #555;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    color: #fff;
}

.circle i {
    position: relative;
    top: 10px;
}

.circle:hover {
    background-color: #ff0;
}

.circle li {
    list-style-type: none;
    text-align: center;
    display: block;
    min-width: 25px;
    margin-bottom: 10px;
}

.social-buttons {
    float: left;
    width: 200px;
    display: block;
    margin-left: 45px;
}

.social-bottom li {
    position: relative;
    display: block;
}

.twitter:hover {
    background: #4099FF;
    color: #fff;
}

.facebook:hover {
    background: #3b5998;
    color: #fff;
}

.google-plus:hover {
    background: #d34836;
    color: #fff;
}

.social-share {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 55px;
    margin-top: 55px;
}

.social-share li {
    display: block;
    margin-bottom: 10px;
}

.social-share li a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #555;
    color: #fff;
    text-align: center;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}

.social-share li a i {
    color: #fff;
    text-decoration: none;
}

.foot-nav {
    width: 100%;
    margin: 0;
    padding: 0;
}

.foot-nav .read-more {
    background-color: #d34e2b;
    width: 100%;
    display: block;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    padding: 40px 20px;
    margin-left: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
}

.foot-nav .read-more:hover {
    background-color: #b83b1b;
}

.read-more-link a {
    color: #fff !important;
}

.read-more-link a:hover {
    color: #fff;
}

.more-link {

	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	width: auto;
	color: white;
	padding: 5px 15px;
	background: #d34e2b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.more-link:hover{
	text-decoration: none;
	color: #fff;
	background: #B83C07;
}

.foot-nav .read-more-inner {
    height: 100%;
    max-width: 728px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.foot-nav .read-more:hover {
    text-decoration: none;
}

.foot-nav h2 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
}




.inpost-ad {
	width: 300px;	
	float: left;
	margin: 15px 30px 10px 0px;
}


/* from old site */

#paginota {
    overflow: hidden;
    background: url(../images/h-separatorflow.png) left top repeat-x;
    width: 100%;
}

#post-footer {
    background-color: #f0f0f0 !important;
    clear: both;
}

.thumbnail {
    display: none;
    width: 150px;
    height: 150px;
}

#encorepage {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100%;
}

em {
    font-style: italic!important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after,.clearfix:before {
    line-height: 0;
}

#contenedortodo {
    overflow: hidden;
    margin: auto;
    text-align: center;
    height: 100%;
    background: url(../images/bgfolio.png) right top repeat-x;
}

#content {
    margin: auto;
    text-align: center;
    height: 100%;
    min-height: 800px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700!important;
    font-family: 'PT Sans Narrow';
    text-shadow: none;
    display: block;
}

h1 {
    font-size: 30px;
    line-height: 1.5em;
}

h2 {
    font-size: 27px;
    line-height: 1.5em;
}

h3 {
    font-size: 24px;
    line-height: 1.5em;
}

h4 {
    font-size: 20px;
    line-height: 1.5em;
}

p {
    margin: 10px 0;
    color: #666;
    font-size: 15px;
    line-height: 25px;
}

a:active {
    color: #555;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    padding: 60px;
    margin-bottom: 45px;
    margin-left: 0;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
 /* display: inline;*/
    padding-bottom: 10px;
}

.moreposts-img {
    width: 100%;
    height: auto;
}

#deal {
	height: auto;
	font-size: 0;
	line-height: 0;
}

#deal img{
	width: 100%;
	height: auto;
	
}

.index-buttons{
margin-top: 35px !important;
}	

@media (min-width: 1200px) {
}

@media (min-width: 980px) and (max-width: 1165px) {

	/* Author Name Styles */
	
    .mg-post-meta {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        text-align: left;
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 45px;
    }

    .mg-post-meta img {
       
        float: left;
        margin: 0 10px 0 0;
        float: left;
    }

    .mg-post-meta p {
        text-align: left !important;
     }
     
     .social-share {
     	width: 100%;
     	overflow:hidden;
     	margin-top: 10px;
     	display: none;
     }

     .social-share li {
		float: left;
		margin:0 5px 0 0;
     }
 
	  .social-share li a {
		width: 35px;
		height: 35px;     
     }

	.circle i {
	 top: 5px;
	}
	
	#deal {
		height: auto;
		font-size: 0;
		line-height: 0;
	}
	
	#deal img{
		width: 100%;
		height: auto;
		
	}
	
	     
}

@media (min-width: 768px) and (max-width: 979px) {

	/* Nav Styles */
    #nav.js {
        display: none;
    }

    #menu {
        width: 1.4em;
        display: block;
        font-size: 1.5em;
        text-align: center;
        float: right;
        margin: 0;
        padding-right: 15px;
        color: #d1d0d0;
        cursor: pointer;
    }

    .mg-nav {
        margin: 10px 0 0 0;
    }

    .mg-nav ul, mg-social ul {
        width: 100%;
        height: auto;
        margin: 0 !important;
        padding: 20px !important;
        background: #000;
        z-index: 1000;
        position: absolute;
        top: 62px;
        left: 0;
    }

    .mg-nav ul li, .mg-social ul li {
        float: left;
        list-style: none;
        width: 96%;
        border-right: none;
        padding: 0;
        margin: 0;
    }

    .mg-nav ul li a, .mg-social ul li {
        font-size: 14px;
        padding: 10px 0;
        display: block;
        margin-bottom: 0;
    }

    .mg-social {
        display: none;
    }	

	/* Author Name Styles */
    .mg-post-meta {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        text-align: left;
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 45px;
    }

    .mg-post-meta img {

        float: left;
        margin: 0 10px 0 0;
        float: left;
    }

    .mg-post-meta p {
        text-align: left !important;
     }

     .social-share {
     	width: 100%;
     	overflow:hidden;
     	margin-top: 10px;
     	display: none;
     }

     .social-share li {
		float: left;
		margin:0 5px 0 0;
     }
 
	  .social-share li a {
		width: 35px;
		height: 35px;     
     }

	.circle i {
	 top: 5px;
	}
    
    #deal {
    	height: auto;
    	font-size: 0;
    	line-height: 0;
    }
    
    #deal img{
    	width: 100%;
    	height: auto;
    	
    }
    
}

@media (max-width: 767px) {

    blockquote {
        margin-left: 0px;
        padding: 40px;
    }

	/* Nav Styles */
    #nav.js {
        display: none;
    }

    #menu {
        width: 1.4em;
        display: block;
        font-size: 1.5em;
        text-align: center;
        float: right;
        margin: 0;
        padding-right: 15px;
        color: #d1d0d0;
        cursor: pointer;
    }

    .mg-nav {
        margin: 10px 5px 0 0 !important;
    }

    .mg-nav ul, mg-social ul {
        width: 100%;
        height: auto;
        margin: 0 !important;
        padding: 20px !important;
        background: #000;
        z-index: 1000;
        position: absolute;
        top: 62px;
        position: absolute;
        left: 0;
    }

    .mg-nav ul li, mg-social ul li {
        float: left;
        list-style: none;
        width: 96%;
        margin: 0 2%;
        border-right: none;
        padding: 0;
    }

    .mg-nav ul li a, mg-social ul li {
        font-size: 14px;
        padding: 10px 0;
        display: block;
        margin-bottom: 0;
    }

    .mg-social {
        display: none;
    }

    .hero-top {
        height: 400px;
    }

    .mg-post-title {
        width: auto;
        padding: 40px 20px;
    }

    .mg-post h1 {
        font-size: 52px;
        line-height: 52px;
        margin: 0 auto 75px;
        text-align: left;
        color: #666 !important;
        clear: both;
    }

    .mg-post h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .title-btm {
        vertical-align: bottom;
    }

    .mg-post-container {
        padding: 59px 20px 100px 20px;
        width: auto;
    }
	
	
	/* Author Name Styles */
    .mg-post-meta {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        text-align: left;
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 45px;
    }

    .mg-post-meta img {

        float: left;
        margin: 0 10px 0 0;
        float: left;
    }

    .mg-post-meta p {
        text-align: left !important;
    } 
	
     .social-share {
     	width: 100%;
     	overflow:hidden;
     	margin-top: 10px;
     	display: none;
     }

     .social-share li {
		float: left;
		margin:0 5px 0 0;
     }
 
	  .social-share li a {
		width: 35px;
		height: 35px;     
     }

	.circle i {
	 top: 5px;
	}

	/* Footer Styles */
    .hero-bottom {
        height: auto;
    }

    .foot-nav h2 {
        margin: 0 !important;
    }
    
    #deal {
    	height: auto;
    	font-size: 0;
    	line-height: 0;
    }
    
    #deal img{
    	width: 100%;
    	height: auto;
    	
    }
    
  
    ;
}

@media (max-width: 480px) {

    .hero-top {
        height: 350px;
    }

    .mg-post-title {
        width: auto;
        padding: 40px 20px;
    }

    .mg-post h1 {
        font-size: 32px;
        line-height: 34px;
        margin: 0;
        color: 666; !important
    }

    .mg-post h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .title-btm {
        vertical-align: bottom;
    }

    .mg-post-container {
        padding: 59px 20px 100px 20px;
        width: auto;
    }

   
	
	/* Author Name Styles */
	.mg-post-meta {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        text-align: left;
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 45px;
    }

    .mg-post-meta img {

        float: left;
        margin: 0 10px 0 0;
        float: left;
    }

    .mg-post-meta p {
        text-align: left !important;
           }
     .social-share {
     	width: 100%;
     	overflow:hidden;
     	margin-top: 10px;
     	display: none;
     }

     .social-share li {
		float: left;
		margin:0 5px 0 0;
     }
 
	  .social-share li a {
		width: 35px;
		height: 35px;     
     }

	.circle i {
	 top: 5px;
	}
    
	/* Footer Styles  */
	.hero-bottom {
        height: auto;
    }
    
    #deal img{
    	display: none;
    }
    ;
}

.carbon-wrap {
display: block;
    background: #f1f1f1;
    padding: 30px 15px 30px 15px;    
}

.carbon-wrap a{
	    text-transform:none;
	    
}

a.carbon-poweredby{
	color: grey;
	margin-top: 15px;
	text-transform:none;
	display: none;
}

.carbon-wrap img {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	width: 130px;
}