/* mkribbon3d: Ribbon 3D HTML + CSS3  -----------------------------------------------------   */

.mk-3dribbon-wrapper {
	position: relative; 
	z-index: 10;
	margin: 10px 0 25px 0;
 }

.mk-3dribbon {
	width: 80%;
	position: relative;
	padding: 10px 0; 
	margin: 10px auto;
}
.mk-3dribbon:before, .mk-3dribbon:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -1em;
	z-index: -1;
}
.mk-3dribbon:before {
	left: -2em;
}
.mk-3dribbon:after {
 right: -2em;
}

.mk-3dribbon-content {
	font-size: 16px !important;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	}

.mk-3dribbon .mk-3dribbon-content:before, .mk-3dribbon .mk-3dribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #ddd transparent transparent transparent;
 bottom: -1em;
}
.mk-3dribbon .mk-3dribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.mk-3dribbon .mk-3dribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
} 

.mk-3dribbon-stitches-top {
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
   }
.mk-3dribbon-stitches-bottom {
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
   }





/* mkbox: Accordeon HTML + CSS3  -----------------------------------------------------   */

.mk-accordion-wrapper {
    width: 100%;
    margin: 10px auto;
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        0px 2px 2px rgba(0,0,0,0.1);
}
.mk-accordion h2 {
	height: 30px;
}

.mk-accordion label {
    font-family: Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    display: block;
	z-index: 20;
    cursor: pointer;
    color: #333;	
	line-height: 33px;
	font-size: 17px;
	min-height: 30px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
}
.mk-accordion label:hover {
    background: #FFF;
}
.mk-accordion input + label {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mk-accordion input {
    display: none;
}

.mk-accordion .article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.6s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.6s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.6s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.6s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.6s ease-in-out, box-shadow 0.6s linear;
	padding: 0 10px;
}

.mk-accordion input:checked ~ .article {
	height: 100%;
	-webkit-transition: height 1s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 1s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 1s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 1s ease-in-out, box-shadow 0.1s linear;
	transition: height 1s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}


/* mkbox: Simple Box  -----------------------------------------------------   */
.mk-simplebox-wrapper {
margin: 15px auto;
}

.mk-simplebox {
padding: 9px 15px;
border-style: solid;
text-shadow: none;
border-width: 1px;
-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.15);
-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.15);
box-shadow: 2px 2px 4px rgba(0,0,0,.15);
}

/* mkattention: Message + Icon  -----------------------------------------------------   */
.mk-attention-wrapper {
margin: 15px auto;
}

.mk-attention-wrapper th {
padding: 0 10px;
vertical-align: middle;
font-weight: normal;
text-align: left;
}

.mk-attention-wrapper th, .mk-attention-wrapper td, .mk-attention-wrapper table{
border: none;
}



/* mknote: Testimonial  -----------------------------------------------------   */

.mk-note-wrapper {
margin: 30px auto;
width: 80%;
}

#mk-note-sheet {
font-family: monospace;
margin: 0 auto;
font-size: 1.2em;
text-align: justify;
}

.mk-note-paper {
padding: 2em 3em 2em 50px;
position: relative;
border: 1px solid #B5B5B5;
background: white;
background: -webkit-linear-gradient(top, #DFE8EC 0%, white 8%) 0 57px;
background: -moz-linear-gradient(top, #DFE8EC 0%, white 8%) 0 57px;
background: linear-gradient(top, #DFE8EC 0%, white 8%) 0 57px;
-webkit-background-size: 100% 1.6em;
-moz-background-size: 100% 1.6em;
-ms-background-size: 100% 1.6em;
background-size: 100% 1.6em;
}

.mk-note-paper::before {
content:""; 
z-index:-1; 
margin:0 1px; 
height:10px; 
position:absolute; 
bottom:-3px; 
left:0; 
background:white; 
border:1px solid #B5B5B5;
}

.mk-note-paper::after {
content:''; 
position:absolute; 
width:0px; 
top:0; 
left:39px; 
bottom:0; 
border-left:1px solid #F8D3D3;
}

.mk-note-avatar {
max-width: 75px;
margin-top: 2em;
}
 
.mk-note-avatar img {
border: 1px solid white;
box-shadow: 0px 0px 3px #777; 
background: white;
}

.mk-note-author {     
margin: 0 0 10px 0;     
text-align:left; 
font-weight: bold;
}

/* mktestimonial: Testimonial  -----------------------------------------------------   */

.mk-testimonial-info {
padding: 3em 2em 1em 2.5em;
text-align: justify;
}

.mk-testimonial-avatar {
max-width: 75px;
float: right;
margin: 2em 4em 1em 0;
}
 
.mk-testimonial-avatar img {
margin: 5px 2em;
border: 1px solid white;
box-shadow: 0px 0px 2px #777;
}

.mk-testimonial-author {     
margin: 1px 2.5em;    
font-size: 1em;
}

.mk-testimonial-info:before, .mk-testimonial-info:after {     
content: "\201C";     
position: absolute;     
font-size: 80px;     
line-height: 1;     
color: #999;
font-style: normal; 
} 

.mk-testimonial-info:before {     
top: 90px;     
left: 10px; 
} 

.mk-testimonial-info:after {     
content: "\201D";     
right: 120px;     
bottom: 0; 
} 

/* mkemail: Testimonial  -----------------------------------------------------   */

.mk-email-wrapper {
	margin: 30px auto;
	width: 80%;
}

.mk-email { 
padding: 1em;     
border: 1px solid white;
box-shadow: 3px 3px 6px #777;
border-radius: 5px;
} 

.mk-email-subject { 
margin: 2px; 
padding: 3px;     
font-size: 1.6em;
width: 100%;
} 

.mk-email-icon {
color: #999;
font-size: .8em;
margin: 10px;
}

.mk-email-avatar {
max-width: 75px;
}
 
.mk-email-avatar img {
margin: 5px 15px 5px 5px;
border: 1px solid white;
box-shadow: 0px 0px 2px #777;
float: left;
}

.mk-email-meta {     
margin: 10px; 
padding: 3px;     
font-size: 1em;
}

.mk-email-clear {
clear: both;
}

.mk-email-content {     
margin: 15px 5px; 
padding: 3px;     
font-size: 1em;
font-family: arial;
}

/* mktwitter: Testimonial  -----------------------------------------------------   */

.mk-twitter-wrapper {
	margin: 30px auto;
	width: 80%;
}

.mk-twitter { 
padding: 1em;
border: 1px solid #ccc;
box-shadow: 1px 1px 5px #aaa;
border-radius: 5px;
color: black;
} 

.mk-twitter-icon {
color: #999;
font-size: 1.1em;
margin: 10px 10px 0 10px;
}

.mk-twitter-avatar {
max-width: 48px;
}
 
.mk-twitter-avatar img {
margin: 5px 15px 5px 5px;
border: 1px solid white;
box-shadow: 0px 0px 2px #777;
float: left;
}

.mk-twitter-meta {
float:left
}

.mk-twitter-author {     
padding: 1px 3px;     
font-size: 1.5em;
}

.mk-twitter-nicname {     
padding: 0 3px 1px 3px;     
font-size: 1em;
color: #999;
}

.mk-twitter-button {
float: right;
margin: 5px;
padding: 0 3px;
font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
box-shadow: 0px 0px 2px #777;
background-color: #eee;
background-image: -webkit-linear-gradient(#fff,#dedede);
background-image: linear-gradient(#fff,#dedede);
border: #ccc solid 1px;
border-radius: 3px;
color: #333;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
cursor: pointer;
height: 18px;
max-width: 98%;
overflow: hidden;
}

.mk-twitter-button a {
color: #333;
text-decoration: none;
}

.mk-twitter-clear {
clear: both;
}

.mk-twitter-content {     
margin: 15px 5px; 
padding: 3px 3px 1em 3px;     
font-size: 1.2em;
font-family: Georgia,"Times New Roman",Palatino,serif;
border-bottom: 1px solid #ddd;
}


/* mkcomment: Testimonial  -----------------------------------------------------   */

.mk-comment-wrapper {
	margin: 30px auto;
	width: 80%;
}

.mk-comment { 
margin: 0; 
padding: 30px 50px;     
position: relative;     
font-family: "Trebuchet MS", Helvetica, sans-serif;     
border-radius: 30px;
font-style: italic;
text-shadow: 1px 1px 0 #fff;
display: block;
} 

.mk-comment:before, .mk-comment:after {     
content: "\201C";     
position: absolute;     
font-size: 80px;     
line-height: 1;     
color: #999;
text-shadow: -1px -1px 1px #fff,1px -1px 1px #fff,-1px 1px 1px #fff,1px 1px 1px #fff;     
font-style: normal; 
} 

.mk-comment:before {     
top: 0;     
left: 10px; 
} 

.mk-comment:after {     
content: "\201D";     
right: 10px;     
bottom: -0.5em; 
} 

.mk-arrow-down {     
width: 0;     
height: 0;     
border-left: 15px solid transparent;     
border-right: 15px solid transparent;     
border-top: 15px solid;
margin: 0 0 0 25px; 
} 

.mk-comment-avatar {
max-width: 75px;
}
 
.mk-comment-avatar img {
margin-top: 5px;
border: 1px solid white;
box-shadow: 3px 3px 6px #777;
}

.mk-comment-author {     
margin: 10px 0 10px 5px;     
text-align:left; 
font-weight: bold;
}


/* mkmyopinion: Testimonial  -----------------------------------------------------   */

.magee-mkmyopinion-box {
    max-width: 100%;
	margin: 30px auto;
}

.mkmyopinion-boxed .mkmyopinion-content {
    padding: 1.5em;
    margin-bottom: 0;
	border-radius: 5px;
}

.mkmyopinion-content {
    margin-bottom: 1em;
    position: relative;
}

.mkmyopinion-arrow-down {     
width: 0;     
height: 0;     
border-left: 15px solid transparent;     
border-right: 15px solid transparent;     
border-top: 15px solid;
margin: 0 0 0 45px; 
} 

.mkmyopinion-quote {
    position: relative;
    padding: 10px 0 0 35px;
}

.mkmyopinion-quote:before {
    content: "\f10d";
    display: block;
    font: normal normal normal 30px/1 FontAwesome;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
}

.mkmyopinion-boxed .mkmyopinion-vcard.style1 {
    margin-left: 25px;
	margin-top: 10px;
}

.mkmyopinion-vcard.style1 {
    display: table;
}

.mkmyopinion-vcard:before {
    content: ""!important;
}

.mkmyopinion-vcard.style1 .mkmyopinion-avatar, .mkmyopinion-vcard.style1 .mkmyopinion-author {
    display: table-cell;
    vertical-align: middle;
}
.mkmyopinion-avatar {
    padding-right: 10px;
}

.mkmyopinion-vcard.style1 img {
    width: 70px;
    height: 70px;
	border-radius: 35px;
}

.mkmyopinion-author .mkmyopinion-name {
    margin: 0;
	text-transform: uppercase;
	color: #000;
	padding: 0;
}



/* mkhighlight: Highlight Text  -----------------------------------------------------   */
.mk-highlight {
}

/* mkhumanist: Humanist Text  -----------------------------------------------------   */
.mk-humanist {
font-family: "Trebuchet MS", Helvetica, sans-serif;
line-height: 1.2em;
text-shadow: 1px 1px 0px #fff, 3px 3px 2px #ccc;
font-style: italic;
font-weight: bold;
}

/* mkoutline: Outline Text  -----------------------------------------------------   */
.mk-outline {
font-family: Arial;
line-height: 1.2em;
font-weight: bold;
}

/* mkbigtitle: Big Title  -----------------------------------------------------   */
.mk-bigtitle {
font-family: Arial;
line-height: 1.2em;
font-weight: bold;
}

/* mkheadline: Headlines  -----------------------------------------------------   */
.mk-headline {
font-family: Impact;
line-height: 1.2em;
text-shadow: 1px 1px 0px #fff, 3px 3px 2px #ccc;
}


/* mkbuttons: Add Buttons with NoFollow  -----------------------------------------------------   */
.mk-clear {
	overflow: hidden;
	display: block;
	clear: both;
}

.mk-button-wrapper a {
	border: none;
	padding: 0;
	margin: 0;
	-webkit-transition: all .3s ;
	-moz-transition: all .3s ;
	-o-transition: all .3s ;
	transition: all .3s ;
	text-decoration: none;
}

.mk-button-wrapper .mk-button {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 12px;
	font-size: 12px;
	background: #6b6b6b;
	background: -moz-linear-gradient(top, #6b6b6b 0%, #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#000000));
	border: 1px solid #000000;
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
	display: inline-block;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .4);
	margin: 10px;
}

.mk-button-wrapper a:hover {
	color: none;
	opacity: 0.8;
}

.mk-button-wrapper .small {
	padding: .4em 1em;
	font-size: 1em;
}

.mk-button-wrapper .large {
	padding: .4em 2em;
	font-size: 1.3em;
}

.mk-button-wrapper .big {
	padding: 1em 2em;
	font-size: 2em;
}

.mk-button-wrapper .circle {
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
}

.mk-button-wrapper .rounded {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.mk-button-wrapper .square {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.mk-button-wrapper .left {
	float: left;
}

.mk-button-wrapper .right {
	float: right;
}

.mk-button-wrapper .blue {	
	color: #ffffff;
	border: 1px solid #325273;
	background: #258dc8;
	background: -moz-linear-gradient(top,#258dc8 0%, #72B5FA);
	background: -webkit-gradient(linear, left top, left bottom, from(#258dc8), to(#72B5FA));
}

.mk-button-wrapper .red {
	color: #ffffff;
	background: #EC0F0F;
	background: -moz-linear-gradient(top,#EC0F0F 0%,#F11111);
	background: -webkit-gradient(linear, left top, left bottom,from(#EC0F0F),to(#F11111));
	border: 1px solid #8f0007;
}

.mk-button-wrapper .yellow {
	color: #a67906;
	background: #ffffaf;
	background: -moz-linear-gradient(top,#ffffaf 0%,#ffce51 50%,#ffbc11);
	background: -webkit-gradient(linear, left top, left bottom,from(#ffffaf),color-stop(0.50, #ffce51),	to(#ffbc11));
	border: 1px solid #a67906;
	text-shadow: 0px -1px 0px rgba(166,121,006,1), 0px 1px 0px rgba(255,255,255,0.2);
}

.mk-button-wrapper .green {
	color: #ffffff;
	background: #78ad4c;
	background: -moz-linear-gradient(top,#78ad4c 0%,#69DA45);
	background: -webkit-gradient(linear, left top, left bottom,from(#78ad4c),to(#69DA45));
	border: 1px solid #007304;
}

.mk-button-wrapper .white {
	color: #616f7a;
	background: #ffffff;
	background: -moz-linear-gradient(top,#ffffff 0%,#ffffff 50%,#d6d6d6);
	background: -webkit-gradient(linear, left top, left bottom,from(#ffffff),color-stop(0.50, #ffffff),to(#d6d6d6));
	border: 1px solid #bbbbbb;
	text-shadow: 0px -1px 0px rgba(000,000,000,0),0px 1px 0px rgba(255,255,255,1);
}

/**
 * Simple Button 
 */
 
.mk-simple-button {
	line-height: 1.5em;
	box-shadow: 0px 0px 6px #ddd;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	overflow: hidden;
	text-align: center; 
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
  }

.mk-simple-button a {
	text-decoration: none;
}

.mk-sbutton-long {
	padding: 10px 20px;
	font-size: 1.2em;
}

.mk-sbutton-default {
	padding: 5px;
}

.mk-sbutton-small {
	font-size: small;
	padding: 5px;
}

.mk-sbutton-xsmall {
	font-size: small;
	padding: 2px 5px;
}



/**
 * Box with dual angled shadow 
 */

.mk-box-wrapper {
position: relative;
z-index: 1;
margin: 15px auto;
width: 80%;
}

.mk-box-wrapper:after {
content: "";
display: block;
clear: both;
visibility: hidden;
height: 0;
font-size: 0;
}

.mk-drop-shadow {
position: relative;
margin: 0.8em auto;
padding: 10px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
width: 95%;
}

.mk-drop-shadow:before, .mk-drop-shadow:after {
content: "";
position: absolute;
z-index: -2;
}

.mk-lifted {
-moz-border-radius: 4px;
border-radius: 4px;
}

.mk-lifted:before {
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
max-width: 300px;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}

.mk-lifted:after {
bottom: 15px;
right: 10px;
width: 50%;
height: 20%;
max-width: 300px;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}

.mk-raised {
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


/* Post It Box Styles */

.mk-postit-wrapper {
position: relative;
z-index: 1;
margin: 10px auto;
}

.mk-postit{
margin: 30px;
min-height: 250px;
padding: 0 0 1px 0;
position: relative;
background: #ffffd8;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffd8), color-stop(100%,#ffff66)); 
background: -moz-linear-gradient(top, #ffffd8 0%, #ffff66 100%);
border: 1px solid #ccc;
-webkit-box-shadow: 1px 1px 4px rgba(0,0,0, 0.1);
-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
-webkit-border-bottom-right-radius: 60px 5px;
-moz-border-radius-bottomright: 60px 5px;
border-bottom-right-radius: 60px 5px;
}

.mk-postit:before{
    content: '';
width: 98%;
z-index: -1;
height: 100%;
padding: 0 0 1px 0;
position: absolute;
bottom: 0;
right: 0;
background: #fff;
background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f9f9f9), color-stop(.1,#fff));
background: -moz-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
border: 1px solid #ccc;
-webkit-box-shadow: 1px 1px 8px rgba(0,0,0, 0.1);
-moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
-webkit-border-bottom-right-radius: 60px 5px;
-moz-border-radius-bottomright: 60px 5px;
border-bottom-right-radius: 60px 5px;
-webkit-transform: skew(2deg,2deg) translate(3px,8px);
-moz-transform: skew(2deg,2deg) translate(3px,8px);
-o-transform: skew(2deg,2deg) translate(3px,8px);
transform: skew(2deg,2deg) translate(3px,8px);
}
 
.mk-postit:after{
content: '';
width: 98%;
z-index: -1;
height: 98%;
padding: 0 0 1px 0;
position: absolute;
bottom: 0;
right: 0;
background: #f3f3f3;
background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#f3f3f3), to(#f6f6f6), color-stop(.1,#fff));
background: -moz-linear-gradient(0% 0% 360deg, #f3f3f3, #fff, #f6f6f6);
border: 1px solid #ccc;
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0, 0.1);
-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
-webkit-transform: skew(2deg,2deg) translate(-1px,2px);
-moz-transform: skew(2deg,2deg) translate(-1px,2px);
-o-transform: skew(2deg,2deg) translate(-1px,2px);
transform: skew(2deg,2deg) translate(-1px,2px);
}

.mk-postit-ribbon {
position: absolute;
top: 0;
left: 0;
width: 130px;
height: 40px;
background: rgba(0, 0, 0, 0.1);
background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
background: -moz-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.0));
border-left: 1px dashed rgba(0, 0, 0, 0.1);
border-right: 1px dashed rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
-webkit-transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
-moz-transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
-o-transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
}

.mk-postit p {
margin: 30px;
outline: none;
}


/* Ribbon Box */

.mk-ribbonbox-wrapper {
	margin: 15px auto;
	width: 80%;
}

.mk-ribbonbox-bubble {
	clear: both;
	margin: 0px auto;
	padding: 0 0 10px 0;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	position: relative;
	z-index: 90; 
}

.mk-ribbonbox-rectangle {
	height: 50px;
	width: 100%;
	padding-right: 30px;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; 
}

.mk-ribbonbox-rectangle p {
	font-size: 25px;
	padding-top: 6px;
	text-shadow: 1px 1px 3px white;
	text-align: center;
	margin: 0;
}

.mk-ribbonbox-triangle-l {
	border-color: transparent #bbb transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 65px;
	z-index: -1; /* displayed under bubble */
}

.mk-ribbonbox-triangle-r {
	border-color: transparent transparent transparent #bbb;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 100%;
	top: 35px;
	z-index: -1; /* displayed under bubble */
}

.mk-ribbonbox-info {
	padding: 60px 25px 35px 25px;
}

.mk-ribbonbox-info p {
	padding-top: 10px;
}


/* mkneddlebox: Needle Box  -----------------------------------------------------   */
.mk-needlebox-wrapper {
margin: 15px auto;
}

.mk-needlebox-title{
font-weight: 700;
text-transform: uppercase;
font-size: 1.2em;
text-shadow: 1px 1px 2px #555;
margin: 0 auto;
text-align: center;
}

.mk-needlebox {
margin-top: 0;
padding: 8px 25px;
position: relative;
box-shadow: 0 3px 4px rgba(180,180,180,.8);
background: -webkit-gradient(linear,50% 100%,50% 0,color-stop(0%,rgba(255,255,255,.1)),color-stop(20%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,.3)));
background: -webkit-linear-gradient(bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 20%,rgba(255,255,255,.3) 100%);
background: -moz-linear-gradient(bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 20%,rgba(255,255,255,.3) 100%);
background: -o-linear-gradient(bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 20%,rgba(255,255,255,.3) 100%);
background: linear-gradient(bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 20%,rgba(255,255,255,.3) 100%);
}

.mk-needlebox:after {
content: "";
position: absolute;
border: 1px dashed #fff;
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
pointer-events:none;
}


/* mkcornerbox: Box with Corner Ribbon  -----------------------------------------------------   */

.mk-cornerbox-wrapper {
margin: 30px auto 15px auto;
width: 100%;
z-index: 90;
}

.mk-cornerbox {
border-radius: 10px;
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
-moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
padding: 25px;
position: relative;
min-height: 100px;
}


.mk-cornerbox-ribbon-wrapper {
  width: 150px;
  height: 155px;
  overflow: hidden;
  position: absolute;
  top: -5px;
  right: -4px;
}

.mk-cornerbox-ribbon {
  font: bold 15px Sans-Serif;
  color: white;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -17px;
  top: 47px;
  width: 210px;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.mk-cornerbox-ribbon:before, .mk-cornerbox-ribbon:after {
  content: "";
  border-top:   3px solid #aaa;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.mk-cornerbox-ribbon:before {
  left: 0;
}
.mk-cornerbox-ribbon:after {
  right: 0;
}


/* mkcoupon: Coupon Code  -----------------------------------------------------   */
.mk-coupon-wrapper {
margin: 15px auto;
width: 100%;
}

.mk-coupon {
padding: 20px 15px 0 20px;
position: relative;
box-shadow: 1px 1px 5px #aaa;
font-family: Arial;
margin: 0 0 30px 0;
}

.mk-coupon:after {
content: "";
position: absolute;
border: 1px dashed #aaa;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
/* http://stackoverflow.com/questions/18105816/how-to-enable-links-if-a-parent-element-uses-a-fullscreen-pseudo-element */
pointer-events:none;
}

.mk-coupon-title {     
padding: 1px 3px;     
font-size: 2em;
font-family: Impact, Charcoal, sans-serif;
text-shadow: 1px 1px 0px #fff, 3px 3px 2px #ccc;
}

.mk-coupon-code {
text-align: center;     
padding: 3px;     
font-size: 1.5em;
color: red;
font-weight: bold;
font-family: "Arial Black", Gadget, sans-serif;
}

.mk-coupon-content {     
margin: 15px 5px;      
}

.mk-coupon-button {
float: none;
margin: 10px auto 0;
padding: 10px;
font: normal normal normal 18px 'Helvetica Neue',Arial,sans-serif;
box-shadow: 0px 0px 6px #ddd;
background-color: #eee;
background-image: -webkit-linear-gradient(#fff,#dedede);
background-image: linear-gradient(#fff,#dedede);
border: #ccc solid 1px;
border-radius: 3px;
color: #333;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
cursor: pointer;
overflow: hidden;
width: 50%;
text-align: center; 
}

.mk-coupon-button a {
text-decoration: none;
}

.mk-coupon-icon {
font-size: 20px;
margin: 0 0 -12px 10px;
text-align:right;
}

/* mkpullquote: favorite text  -----------------------------------------------------   */

.mk-pullquote-wrapper {
	width: 300px;
	max-width: 50%;
	margin: 0 10px 0.875rem 10px;
	font-size: 1.1em;
	padding: 0.875rem 0;
	border-top: 2px #fff solid;
	border-bottom: 2px #fff solid;	
}



/**
 * Pay Box with dual angled shadow 
 */

.mk-paybox-wrapper {
position: relative;
z-index: 1;
margin: 15px auto 30px auto;
width: 80%;
}

.mk-paybox-wrapper:after {
content: "";
display: block;
clear: both;
visibility: hidden;
height: 0;
font-size: 0;
}

.mk-paybox-drop-shadow {
position: relative;
margin: 0.8em auto;
padding: 10px;
width: 95%;
border: 4px #red dashed;
}

.mk-paybox-drop-shadow:before, .mk-paybox-drop-shadow:after {
content: "";
position: absolute;
z-index: -2;
}

.mk-paybox-lifted {
-moz-border-radius: 4px;
border-radius: 4px;
border: 4px red dashed;
}

.mk-paybox-lifted:before {
bottom: 5px;
left: 10px;
width: 50%;
height: 20%;
max-width: 300px;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}

.mk-paybox-lifted:after {
bottom: 5px;
right: 10px;
width: 50%;
height: 20%;
max-width: 300px;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}

.mk-paybox-title-price {
font-size: 1.6em;
text-align: center;
margin: 10px auto;
}

.mk-paybox-button {
float: none;
margin: 30px auto;
padding: 15px 40px;
font: normal normal normal 30px 'Helvetica Neue',Arial,sans-serif;
box-shadow: 0px 0px 6px #ddd;
background-color: #eee;
background-image: -webkit-linear-gradient(#fff,#dedede);
background-image: linear-gradient(#fff,#dedede);
border: #ccc solid 1px;
border-radius: 20px;
color: #333;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
cursor: pointer;
overflow: hidden;
max-width: 70%;
text-align: center; 
}

.mk-paybox-button a {
text-decoration: none;
}

.mk-paybox-title-clic {
font-size: 1.5em;
text-align: center;
margin: 30px auto 5px;
font-weight: 700;
}

.mk-paybox-title-24hs {
font-size: .9em;
text-align: center;
margin: 10px auto 30px;
}

.mk-paybox-payments {
font-size: 2em;
text-align: center;
margin: 10px auto;
}


/**
 * Responsive Video Embed 
 */

.mk-video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.mk-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * HTML LI with images 
 */

.admiral li, .arrowred li, .checkblue li, .checkgreen li, .checkred li,.dollar li, .like  li, .nextred li, .question li, .starblue li, .starred li, .stopblue li, .stopred li, .bullet-azul li, .bullet-rojo li, .bullet-verde li, .estrella li, .flecha-roja li,.triangulo li, .checkmagenta li, .checknaranja li
 { 
	list-style:none;
	padding: 0 0 10px 40px !important;
	background-repeat: no-repeat;
	background-position: left top; 
}

.checkmagenta li {
	background-image: url(img/checkmagenta.png);
}

.checknaranja li {
	background-image: url(img/checknaranja.png);
}

.bullet-azul li {
	background-image: url(img/bullet-azul.png);
}

.bullet-rojo li {
	background-image: url(img/bullet-rojo.png);
}

.bullet-verde li {
	background-image: url(img/bullet-verde.png);
}

.estrella li {
	background-image: url(img/estrella.png);
}

.flecha-roja li {
	background-image: url(img/flecha-roja.png);
}

.triangulo li {
	background-image: url(img/triangulo.png);
}

.admiral li {
	background-image: url(img/admiral.png);
}

.arrowred li {
	background-image: url(img/arrowred.png);
}

.checkblue li {
	background-image: url(img/checkblue.png);
}

.checkgreen li {
	background-image: url(img/checkgreen.png);
}

.checkred li {
	background-image: url(img/checkred.png);
}

.dollar li {
	background-image: url(img/dollar.png);
}

.like  li {
	background-image: url(img/like.png);
}

.nextred li {
	background-image: url(img/nextred.png);
}

.question li {
	background-image: url(img/question.png);
}

.starblue li {
	background-image: url(img/starblue.png);
}

.starred li {
	background-image: url(img/starred.png);
}

.stopblue li {
	background-image: url(img/stopblue.png);
}

.stopred li {
	background-image: url(img/stopred.png);
}



/**
 * Fix Bottom Bar 
 */

.mkfixbar-wrapper.mkfixbar_container {
    z-index: 9999999;
    position: fixed;
    width: 100%;
    margin: 0;
    display: flex;
    left: 0;
    line-height: 1.5;
}

.mkfixbar-wrapper.mkfixbar_container.mkfixbar_top {
    top: 0;
}

.mkfixbar-wrapper.mkfixbar_container.mkfixbar_bottom {
    bottom: 0;
}


/* mkbox: Mail Box -----------------------------------------------------   */


.mkmailbox-wrapper {
    margin: 15px auto;
}

.mkmailbox-wrapper.mkmailbox-air-mail .mkmailbox-container {
    border-width: 8px;
    border-style: solid;
    -moz-border-image: -moz-repeating-linear-gradient(45deg,#b37b7a,#b37b7a 10px,#F2F2F2 10px,#F2F2F2 20px,#7897ba 20px,#7897ba 30px,#F2F2F2 30px,#F2F2F2 40px) 8 round;
    -webkit-border-image: -webkit-repeating-linear-gradient(45deg,#b37b7a,#b37b7a 10px,#F2F2F2 10px,#F2F2F2 20px,#7897ba 20px,#7897ba 30px,#F2F2F2 30px,#F2F2F2 40px) 8 round;
    -o-border-image: -o-repeating-linear-gradient(45deg,#b37b7a,#b37b7a 10px,#F2F2F2 10px,#F2F2F2 20px,#7897ba 20px,#7897ba 30px,#F2F2F2 30px,#F2F2F2 40px) 8 round;
    border-image: repeating-linear-gradient(45deg,#b37b7a,#b37b7a 10px,#F2F2F2 10px,#F2F2F2 20px,#7897ba 20px,#7897ba 30px,#F2F2F2 30px,#F2F2F2 40px) 8 round;
    color: hsl(0,0%,44%);
}

.mkmailbox-wrapper .mkmailbox-container, .mkmailbox-wrapper .mkmailbox-container .mkmailbox-content {
    background-color: transparent;
}

.mkmailbox-wrapper .mkmailbox-container {
    position: relative;
}

.mkmailbox-wrapper.mkmailbox-air-mail .mkmailbox-container .mkmailbox-bg_overlay {
    display: block;
    background: -webkit-linear-gradient(top,transparent 0%,#888 30%,#888 70%,transparent 100%);
    background: -o-linear-gradient(top,transparent 0%,#888 30%,#888 70%,transparent 100%);
    background: -moz-linear-gradient(top,transparent 0%,#888 30%,#888 70%,transparent 100%);
    background: linear-gradient(top,transparent 0%,#888 30%,#888 70%,transparent 100%);
    opacity: .1;
}

.mkmailbox-wrapper .mkmailbox-container .mkmailbox-bg_overlay {
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
}

.mkmailbox-data.mkmailbox-clear_fix {
	padding: 20px;
}


/**
 * Twitter Fake Button 
 */
 
#mktwbutton {
    display: inline-block;
    overflow: hidden;
}

.mk-vcount .mk-count-o {
    display: block;
    padding: 0 5px;
    margin-bottom: 5px;
	visibility: visible;
}

.mk-count-o {
    position: relative;
    min-width: 15px;
    min-height: 18px;
    text-align: center;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
    visibility: hidden;
}

#mk-count {
    color: #333;
    white-space: nowrap;
    font-size: 16px;
    line-height: 34px;
}

.mk-vcount .mk-count-o i, .rtl.mk-vcount .mk-count-o i, .mk-vcount .mk-count-o u, .rtl.mk-vcount .mk-count-o u {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin: 0 0 -4px -4px;
    line-height: 0;
    border: 4px transparent solid;
    border-bottom: 0;
    border-top-color: #aaa;
}

.mk-count-o i, .mk-count-o u {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin: -4px 0 0 -4px;
    line-height: 0;
    border: 4px transparent solid;
    border-left: 0;
    border-right-color: #aaa;
    zoom: 1;
}

.rtl.mk-vcount .mk-count-o u, .mk-vcount .mk-count-o u {
    margin-bottom: -3px;
    border-top-color: #fff;
}

.mk-count-o u {
    margin-left: -3px;
    border-right-color: #fff;
}

.btn-twitter {
    position: relative;
    height: 23px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    cursor: pointer;
    background-color: #eee;
    background-image: -webkit-linear-gradient(#fff,#dedede);
    background-image: linear-gradient(#fff,#dedede);
    border: #ccc solid 1px;
    border-radius: 3px;
	padding: 2px 3px;
}

.btn-twitter .label {
    font: 12px/18px 'Helvetica Neue',Arial,sans-serif;
    margin-top: 3px;
	margin-left: 2px;
    font-weight: bold;
	color: #555;
}

a#b.btn-twitter {
    text-decoration: none;
	color: #333333;
}

.btn-twitter .sign {
	color:#1191DA;
	font-size:14px;
}

.btn-facebook {
    position: relative;
    height: 23px;
    cursor: pointer;
    background-color: #3C5290;
    background-image: -webkit-linear-gradient(#2E6DA4,#3C5290);
    background-image: linear-gradient(#2E6DA4,#3C5290);
    border: #3C5290 solid 1px;
    border-radius: 3px;
	padding: 2px 14px;
}

.btn-facebook .label {
    font: 12px/18px 'Helvetica Neue',Arial,sans-serif;
    margin-top: 3px;
	margin-left: 2px;
    font-weight: bold;
	color: fff;
}

a#b.btn-facebook {
    text-decoration: none;
	color: #ffffff;
}

.btn-facebook .sign {
	color:#ffffff;
	font-size:14px;
}

.btn-google {
    position: relative;
    height: 23px;
    cursor: pointer;
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(#ffffff,#f9f9f9);
    background-image: linear-gradient(#ffffff,#f9f9f9);
    border: #aaaaaa solid 1px;
    border-radius: 3px;
	padding: 2px 18px;
}

.btn-google .label {
    font: 12px/18px 'Helvetica Neue',Arial,sans-serif;
    margin-top: 3px;
	margin-left: 2px;
    font-weight: bold;
	color: #f00;
}

a#b.btn-google {
    text-decoration: none;
	color: #fc0000;
}

.btn-google .sign {
	color:#fc0000;
	font-size:14px;
}


/**
 * Facebook Testimonial Box 
 */
						
.mkfacewall-wrapper {
	margin: 10px auto;
	max-width: 600px;
}	

.mkfacewall-boxed {
	border-top: 1px solid #ededed;
	display: inline-flex;
	padding-top: 20px;
}

.mkfacewall-avatar {
	border: 1px solid white; 
	background: white;
	width: 15%;
}

.mkfacewall-content {
	margin: 0 20px;
	width: 85%;
}

.mkfacewall-name {
	color: #0066bb;
	font-weight: bold;
}

.mkfacewall-star {
	background: #0066bb;
	border-radius:5px;
	color:#ffffff;
}

.mkfacewall-quote {
	font: 1em 'Helvetica Neue',Arial,sans-serif;
	color: #333333;
}

.mkfacewall-meta {
	font-size: 0.9em;
	margin: 15px 0;
}

.mkfacewall-link {
	color: #0066bb;
    text-decoration: underline;
}

.mkfacewall-time {
	color: #999999;
}
	
/**
 * 3D Title font effect 
 */
	
.mk-3dtitle {
	text-shadow: 0 1px 0 #ccc,
				   0 2px 0 #c9c9c9,
				   0 3px 0 #bbb,
				   0 4px 0 #b9b9b9,
				   0 5px 0 #aaa,
				   0 6px 1px rgba(0,0,0,.1),
				   0 0 5px rgba(0,0,0,.1),
				   0 1px 3px rgba(0,0,0,.3),
				   0 3px 5px rgba(0,0,0,.2),
				   0 5px 10px rgba(0,0,0,.25),
				   0 10px 10px rgba(0,0,0,.2),
				   0 20px 20px rgba(0,0,0,.15);
}	
	

/**
 * Circle Char 
 */	
	
.mk-circlechar {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px 0 0;
	font-weight: bolder;
	}	
	
/**
 * Simple Fake Counter
 */	
.mk-counter-wrapper {
	margin: 5px auto;
	display: flex;
	}
	
.mk-counter-headline {
	text-align: left;
	font-size: 30px;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	font-weight: bold;
	padding-right: 10px;
}
	
	
.mk-counter {
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    margin: 0 10px 0 0;
	font-weight: bolder;
	font-size: 35px;
	width: 66px;
	height: 45px;
	line-height: 45px;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	}	
	
.mk-counter-text {
	text-align: center;
	font-size: 11px;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	font-weight: bold;
}
	

/**
 * Mercado Libre testimonial Box
 */	
 
.mkmlibrebox-wrapper  {
	margin: 10px 0 10px 0;
}
 
.mkmlibrebox-box {
    background-color: #EEE;
    border-color: #EEE;
    display: inline-block;
    line-height: 1.3em;
    margin: 0 15px 0 0;
    max-width: 70%;
    padding: 12px 15px 12px 10px;
    position: relative;
    vertical-align: middle;
    color: #333;
    border-radius: 4px;
}

.mkmlibrebox-box:after, .mkmlibrebox-box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mkmlibrebox-box:after {
	border-color: rgba(88, 118, 138, 0);
	border-left-color: #eee;
	border-width: 10px;
	margin-top: -10px;
}
.mkmlibrebox-box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #eee;
	border-width: 12px;
	margin-top: -12px;
}

.mkmlibrebox-positive {
    color: #468C00;
    font-size: 1.2em;
}

.mkmlibrebox-negative {
    color: #D90000;
    font-size: 1.2em;
}

.mkmlibrebox-neutral {
    color: #002DB2;
    font-size: 1.2em;
}

.mkmlibrebox-author {
    color: #999;
    font-size: 1.1em;
}

.mkmlibrebox-author, .mkmlibrebox-time {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    line-height: 28px;
}


/**
 * Arrow Top and Bottom Box
 */	
 
.mk-arrowbox-wrapper {
    margin: 15px auto 30px auto;
}
 
.mk-arrowbox-top {
	position: relative;
	padding: 15px;
    border-radius: 5px;
}

.mk-arrowbox-top:after, .mk-arrowbox-top:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mk-arrowbox-top:after {
	border-color: rgba(136, 183, 213, 0);
	border-width: 30px;
	margin-left: -30px;
}
.mk-arrowbox-top:before {
	border-color: rgba(194, 225, 245, 0);
	border-width: 36px;
	margin-left: -36px;
}

.mk-arrowbox-bottom {
	position: relative;
	padding: 15px;
    border-radius: 5px;
	}

.mk-arrowbox-bottom:after, .mk-arrowbox-bottom:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mk-arrowbox-bottom:after {
	border-color: rgba(136, 183, 213, 0);
	border-width: 30px;
	margin-left: -30px;
}
.mk-arrowbox-bottom:before {
	border-color: rgba(194, 225, 245, 0);
	border-width: 36px;
	margin-left: -36px;
} 

/**
 * Advice Box 
 */
						
.mkadvice-wrapper {
	margin: 10px auto;
}	

.mkadvice-boxed {
	display: inline-flex;
	font-family: 'Helvetica Neue',Arial,sans-serif;
}

.mkadvice-image {
	border: 1px solid white; 
	width: 100px;
}

img.mkadvice-img {
    width: 100px;
    max-width: initial;
}

.mkadvice-content {
	margin-left: 10px;
}

.mkadvice-anchortext {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
}

.mkadvice-text {
	font-size: 1em;
	line-height: 1.2em;
	margin: 5px 0;
}

.mkadvice-friends {
    font-size: .9em;
    font-style: italic;
	line-height: 1.2em;	
}

/* mkplayvideo: Simple Box  -----------------------------------------------------   */

.mkplayvideo-wrapper {
	margin: 5px auto;
}

.mkplayvideo-boxed {
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}

.mkplayvideo-line {
    text-align: center;
	background-color: white;
	padding: 5px;
	opacity: 0.9;
}

.mkplayvideo-line a {
    color: beige;
    font-weight: 600;
}

.mkplayvideo-pressplay {
    text-align: center;
}

.mkplayvideo-controls {
    padding: 5px 10px;
	color: #333;
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}


/**
 * Click2Sell Pay Box with dual angled shadow 
 */

.mknew-paybox-wrapper {
position: relative;
z-index: 1;
margin: 15px auto 30px auto;
width: 80%;
}

.mknew-paybox-wrapper:after {
content: "";
display: block;
clear: both;
visibility: hidden;
height: 0;
font-size: 0;
}

.mknew-paybox-drop-shadow {
position: relative;
margin: 0.8em auto;
padding: 10px;
width: 95%;
border: 4px #red dashed;
}

.mknew-paybox-drop-shadow:before, .mknew-paybox-drop-shadow:after {
content: "";
position: absolute;
z-index: -2;
}

.mknew-paybox-lifted {
-moz-border-radius: 4px;
border-radius: 4px;
border: 4px red dashed;
}

.mknew-paybox-lifted:before {
bottom: 5px;
left: 10px;
width: 50%;
height: 20%;
max-width: 300px;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}

.mknew-paybox-lifted:after {
bottom: 5px;
right: 10px;
width: 50%;
height: 20%;
max-width: 300px;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}

.mknew-paybox-title-price {
font-size: 1.6em;
text-align: center;
margin: 10px auto;
}

.mknew-highligh { 
margin: 0 auto;
width: 300px;
height: 120px;
background-image: url(img/best-price.png); 
background-repeat: no-repeat; 
}

.mknew-paybox-button {
float: none;
margin: -90px auto 20px;
padding: 15px 40px;
font: normal normal normal 30px 'Helvetica Neue',Arial,sans-serif;
box-shadow: 0px 0px 6px #ddd;
border: #ccc solid 1px;
border-radius: 20px;
color: #333;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
cursor: pointer;
overflow: hidden;
max-width: 70%;
text-align: center; 
}

.mknew-paybox-button a {
text-decoration: none;
}

.mknew-add-img {
    display: initial !important;
}

.mknew-paybox-title-clic {
font-size: 1.5em;
text-align: center;
margin: 30px auto 5px;
font-weight: 700;
}

.mknew-paybox-title-24hs {
font-size: .9em;
text-align: center;
margin: 10px auto 30px;
}

.mknew-cards-img {
    margin: 0 auto;
}


/* ------------------------------------------------------------------------------------------
Exclusive For screen -400px
------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 400px){
	
	.mknew-paybox-title-price {
		font-size: 1.2em;
	}
	
	.mknew-paybox-button {
		padding: 5px 5px;
		margin: 10px auto; 
	}
	
	.mknew-highligh { 
		display:none;
	}
	
}


	
/* ------------------------------------------------------------------------------------------
Exclusive For screen -500px
------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 500px){
	
	.mk-headline {
		font-family: arial;
		font-weight: bold;
		line-height: 1.1em;
		font-size: 2em !important;
	}	

	.mk-paybox-button {
		padding: 10px 5px;	
	}

	.mk-counter-headline {
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.2em;
	}
	
}





