/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}

/* set img max-width */
img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
/* ie 8 img max-width */
@media \0screen {
    img { width: auto;}
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
    font: 80%/150% Georgia, "Times New Roman", Times, serif;
    background: #fffef1 url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/body-bg.png);
    color: #666;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
}
a {
    text-decoration: none;
    outline: none;
    color: #c16b05;
}
a:hover {
    text-decoration: underline;
}
p {
    margin: 0 0 1.2em;
    padding: 0;
}
small {
    font-size: 87%;
}
blockquote {
    font: italic 110%/130% "Times New Roman", Times, serif;
    padding: 8px 30px 15px;
}
ins {
    text-decoration: none;
}

/* LIST
================================================ */
ul, ol {
    margin: 1em 0 1.4em 24px;
    padding: 0;
    line-height: 140%;
}
li {
    margin: 0 0 .5em 0;
    padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4em;
    margin: 20px 0 .4em;
    color: #000;
    font-family: Radley, Georgia, "Times New Roman", Times, serif;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
    font-size: 100%;
    font-family: inherit;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
    /* background: #f5f5ee url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/noise-bg.png); */
    border: solid 1px #cacaca;
    padding: 6px 10px;
    border-radius: 5px;
    -webkit-appearance: none;
}
input[type=text], input[type=search], input[type=email], input[type=url] {
    width: 240px;
    max-width: 90%;
}

/* text area */
textarea {
    line-height: 150%;
    width: 94%;
}

/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
    outline: none;
}

/* form button */
input[type=reset], input[type=submit], button {
    color: #fff;
    border: none;
    padding: 7px 20px;
    cursor: pointer;
    border: solid 1px #3f3f3f;
    background-color: #333;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.1) 100%);
    background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.1) 100%);
    background-image: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.1) 100%);

    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.3);
    border-radius: 5px;
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
    background: #666;
    color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
    width: 978px;
    margin: 0 auto;
}

/* content */
#content {
    /*width: 694px;*/
    width: 100%;
    float: left;
    padding: 0 0 60px;
}
.sidebar-none #content {
    width: 100%;
    float: none;
}

/* sidebar */
#sidebar {
    width: 254px;
    float: right;
    padding: 0;
}

/* sidebar left */
.sidebar-left #content {
    float: right;
}
.sidebar-left #sidebar {
    float: left;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
    margin-left: 3.2%;
    float: left;
}
.col4-1 {
    width: 22.6%;
}
.col4-2, .col2-1 {
    width: 48.4%;
}
.col4-3 {
    width: 74.2%;
}
.col3-1 {
    width: 31.2%;
}
.col3-2 {
    width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
    margin-left: 0;
    clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
    background: #be252a url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/header-bg.png) repeat-x left bottom;
    z-index: 1000;
    /*border-bottom: solid 1px #333;*/
    position: relative;
    top: 0;
    left: 0;
    min-height: 55px;
    max-height: 75px;
    width: 100%;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.3), 0 2px 1px rgba(0,0,0,.2);
}
#headerwrap.invisible-header {
    visibility: hidden;
    position: relative;
}

/* shift headerwrap down to prevent admin-bar from overlapping */
.admin-bar #headerwrap {
    /* top: 32px; */
}
#header {
    position: relative;
    color: #ecbec0;
    padding-bottom: 10px;
    min-height:65px;
}
#header a {
    color: #fcfadd;
}

#header .widget {
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}

/*
SITE LOGO
================================================ */
#site-logo {
    margin: 0;
    padding: 12px 0 5px;
    text-align: center;
    font: normal 30px/110% Damion, Georgia, "Times New Roman", Times, serif;
    text-shadow: 0 -1px 1px rgba(0,0,0,.3);
    /*height: 56px;*/
}
#site-logo a img{
    width:auto;
    /* max-height:75px; */
}
#site-logo a {
    text-decoration: none;
    color: #fff;
}
#site-logo a:hover {
    text-decoration: none;
}

/*
SITE DESCRIPTION
================================================ */
#site-description {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin: 0;
    padding: 0 0 10px;
}

/*
FIXED HEADER
================================================ */
.fixed-header #site-description {
    display: none;
}

/*
SOCIAL WIDGET
================================================ */
#social-wrap {
    position: absolute;
    top: 18px;
    right: 0;
}
.social-widget {
    float: left;
    margin-left: 10px;
}
.social-widget a {
    text-decoration: none;
}
.social-widget a:hover {
    text-decoration: none;
}
.social-widget .widget {
    display: inline-block;
    zoom:1;
    *display:inline;
    margin: 0;
}
.social-widget .widget div {
    display: inline;
}
.social-widget .widgettitle {
    width: auto;
    font-weight: bold;
    font-size: 100%;
    text-transform: none;
    border: none;
    letter-spacing: 0;
    position: static;
    display: inline-block;
    zoom:1;
    *display:inline;
    margin: 5px 8px 2px 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.social-widget ul {
    margin: 6px 0 0 !important;
    padding: 0;
    display: inline;
}
.social-widget ul li {
    padding: 0 2px 0 0;
    margin: 0;
    display: inline-block;
    zoom:1;
    *display:inline;
    border: none !important;
    clear: none;
    line-height: 100%;
}
.social-widget li img {
    vertical-align: middle;
    margin-top: 1px;
}

/* rss */
.social-widget .rss {
    display: inline-block;
    position: relative;
    text-indent: -999em;
}
.social-widget .rss a:before {
    content: "\f09e";
    margin-right: 5px;
    display: inline-block;
    text-indent: 0 !important;
    position: absolute;
    font-size: 16px;
    top: -1px;
    left: 0;
    width: 16px;
    height: 16px;
    display: block;
    padding: 5px 4px 3px;
    text-align: center;
    background-color: #F26522;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%);
    background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
    background-image: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0,0,0,.2), inset 0 1px 1px rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.2);
}
.social-widget .rss:hover a:before {
    background-color: #ff8956;
}

/*
SEARCH FORM
================================================ */
#searchform-wrap {
    float: left;
}
#header #searchform {
    width: 160px;
    position: relative;
}
#header #searchform #s {
    width: 60px;
    color: #a5a099;
    background-color: #fff;
    padding-right: 28px;
    margin-top: -2px;
    float: right;
    border: none;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.1);
    border-radius: 12px;
    -webkit-transition: width .7s;
    -moz-transition: width .7s;
    transition: width .7s;
}
#header #searchform .icon-search {
    font-size: 16px;
    position: absolute;
    top: 3px;
    right: 10px;
    cursor: pointer;
    color: #a5a099;
}
#header #searchform .icon-search:before {
    content: "\f002";
}
#header #searchform #s:focus {
    width: 140px;
    color: #333;
}

/*  
Header search form 
=============================================*/
#searchForm > span {
    background: rgba(196, 196, 196, 0.4) none repeat scroll 0 0;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    padding: 8px;
    position: relative;
}
#searchForm input {
    border: none;
    background: none;
}
#searchForm > span.s_input {
    margin-right: 4px;
}
#searchForm > span.disc {
    
}
#searchForm > span.disc input {
    
    width: 50px;
}


/*
MAIN NAVIGATION
================================================ */
.main-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 18px;
    width: 45%;
    z-index: 100;
}
.main-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
}

/* main level link */
.main-nav a {
    color: #fcfadd;
    display: block;
    padding: 5px 12px;
    margin: 0;
    text-decoration: none;
}
/* main level link :hover */
.main-nav a:hover {
    color: #fff;
}

/* current link */
.main-nav .current_page_item a, .main-nav .current-menu-item a {
    background: #5b2416;
    color: #fff;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3);
}
/* current link :hover */
.main-nav .current_page_item a:hover, .main-nav .current-menu-item a:hover {
    color: #fff;
}

/* sub-levels link */
.main-nav ul a, .main-nav .current_page_item ul a, .main-nav ul .current_page_item a, .main-nav .current-menu-item ul a, .main-nav ul .current-menu-item a  {
    color: #666;
    font-size: 100%;
    line-height: 140%;
    font-weight: normal;
    text-transform: none;
    padding: 6px 6px 6px 15px;
    margin: 0;
    display: block;
    width: 180px;
    background: none;
    border: none;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
}
/* sub-levels link :hover */
.main-nav ul a:hover, .main-nav .current_page_item ul a:hover, .main-nav ul .current_page_item a:hover, .main-nav .current-menu-item ul a:hover, .main-nav ul .current-menu-item a:hover {
    background: #F3F3F3;
    color: #000;
    color: black;
}
/* dropdown ul */
.main-nav ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    z-index: 100;
    display: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    border-radius: 5px;
}
.main-nav ul li {
    background: none;
    padding: 0;
    margin: 0;
    float: none;
}
/* sub-levels dropdown */
.main-nav ul ul {
    left: 190px;
    top: -2px;
}
/* show dropdown ul */
.main-nav li:hover > ul {
    display: block;
}

/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
    padding: 15px 4% 5px;
    width: 90%;
    max-width: 760px;
    margin: 0 auto 20px;
    background: #fff796 url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/staple.png) no-repeat center 8px;
    color: #7f7b4b;
    border: solid 1px #d2cb6d;
    border-bottom-color: #bcb55a;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 1px 1px rgba(0,0,0,.1);
}
.welcome-message h1,
.welcome-message h2,
.welcome-message h3,
.welcome-message h4,
.welcome-message h5,
.welcome-message h6 {
    margin: 0 0 .2em;
    color: #895a25;
    font-family: Radley, Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}
.welcome-message p {
    margin: 0;
    padding: 0 0 .7em;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 360%;
    line-height: 110%;
}

/* page content */
.page-content {
    padding: 14px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

iframe {
    display: block;
    margin:0;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
    margin: 0 0 30px;
}
.author-bio .author-avatar {
    float: left;
    margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
    background: #fff;
    padding: 4px;
    border: solid 1px #ccc;
}
.author-bio .author-name {
    margin: 0 0 5px;
    padding: 0;
    font-size: 160%;
}
.author-posts-by {
    margin: 0 0 20px;
    padding: 10px 0 0;
    font-size: 140%;
    text-transform: uppercase;
    border-top: double 4px #ccc;
    border-color: rgba(118,118,118,.3);
}

/*
CATEGORY SECTIONS
================================================ */
.category-section {
    clear: both;
    margin-bottom: 30px;
}
.category-section-title {
    font-size: 120%;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 10px 0 0;
    border-top: double 4px #ccc;
}

/************************************************************************************
LOOPS WRAPPER
*************************************************************************************/
.loops-wrapper {
    /*margin-left: -20px;*/
    overflow: visible !important;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.post-inner {
    padding: 14px;
}

/* author pic */
.post .author-pic {
    float: left;
    margin: 0 10px 5px 0;
}
.page .author-pic img,
.archive .author-pic img,
.search .author-pic img,
.home .post .author-pic img {
    width: 34px;
    height: 34px;
}
/* post content */
.post-content {
    min-width: 120px;
}

/* post footer */
.post-footer {
    width: 100%;
    height: 38px;
    background-color: #FF9900;
    display: table-cell;
    vertical-align: middle;
    width: 222px;
}
.post-footer img {
    margin-left: 7px;
}

/* post title */
.post-title {
    margin: 0;
    padding: 0;
    font: normal italic 16px/110% Radley, Georgia, "Times New Roman", Times, serif;
}
.post-title a {
    /*color: #000;*/
}

/* post date */
.post-date {
    font: italic 85%/110% "Times New Roman", Times, serif;
    color: #999;
    display: block;
    margin: 0 0 4px;
}

/* post image */
.post-image {
    max-width: 100%;
    margin: 0 0 8px;
    /*padding: 0 14px; */
    text-align: center;
}
.post-image.left {
    float: left;
    margin-right: 15px;
}
.post-image.right {
    float: right;
    margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
    position: relative;
    display: inline-block;
    zoom:1;
    *display:inline;
    max-width: 100%;
}
.post-image .lightbox .zoom:after {
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 11px 10px 9px;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10em;
    content: "\f002";
    font-size: 20px;
    background-color: #666;
    background-color: rgba(0,0,0,.5);
    text-shadow: 0 0 2px rgba(0,0,0,.5);
}

.post-image .lightbox:hover .zoom:after {
    background-color: #000;
    background-color: rgba(0,0,0,1);
}

/* post meta */
.post-meta {
    font-size: 85%;
    line-height: 110%;
    clear: both;
    margin: 0 0 10px;
    color: #999;
}

/* more link */
.more-link a {
    font-size: 75%;
    line-height: 100%;
    text-transform: uppercase;
    padding: 3px 8px 4px;
    margin-left: 4px;
    text-decoration: none;
    background: #be252a;
    color: #fff;
    display: inline-block;
    zoom:1;
    *display:inline;
    border-radius: 5px;
}

/* list post */
.list-post .loops-wrapper {
    margin-left: 0;
}
.list-post {
    position: relative;
}
.list-post .post-title {
    font-size: 200%;
    margin-bottom: 5px;
}
.list-post .post-content {
    position: relative;
    margin-left: 130px;
    min-height: 140px;
}
.list-post .shortcode .post-content {
    margin-left: 0;
}
.list-post .post-meta {
    width: 110px;
    position: absolute;
    top: 50px;
    left: -130px;
}
.list-post .post-meta em {
    display: none;
}
.list-post .post-meta .post-author,
.list-post .post-meta .post-category,
.list-post .post-meta .post-tag,
.list-post .post-meta .post-author,
.list-post .post-meta .post-comment a {
    display: block;
    text-align: right;
    border-top: solid 1px #ddd;
    padding: 5px 0;
}
.list-post .author-pic {
    position: absolute;
    top: 0;
    left: -60px;
}

/* grid4 post */
.grid4 .post {
    width: 222px;
    margin-left:20px;
    float: left;
    font-size: 95%;
    line-height: 140%;
}
.grid4 .post-title {
    font-size: 120%;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

/* grid3 post */
.grid3 .post {
    width: 306px;
    margin-left: 20px;
    float: left;
}
.grid3 .post-title {
    font-size: 150%;
}

/* grid2 post */
.grid2 .post {
    width: 474px;
    float: left;
    margin-left: 20px;
}
.grid2 .post-title {
    font-size: 170%;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video, .embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
    clear: both;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
.pagenav a, .pagenav span {
    min-width: 24px;
    min-height: 20px;
    line-height: 100%;
    text-decoration: none;
    text-align: center;
    margin: 0 3px;
    padding: 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    zoom:1;
    *display:inline;
    border-radius: 10em;
}
.pagenav a {
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border: solid 1px #ccc;

    background-color: #dbdbdb;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.pagenav a:hover {
    background: #fff;
}
.pagenav .current {
    color: #fff;
    background: #666;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.5);
    text-decoration: none;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
    margin: 15px 0;
}
.author-box .author-avatar {
    float: left;
    margin: 0 15px 5px 0;
}
.author-box .author-name {
    margin: 0 0 5px;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
    margin: 0 0 30px;
    padding: 15px 0;
    clear: both;
}
.post-nav span {
    width: 47%;
    position: relative;
}
.post-nav a {
    text-decoration: none;
    display: block;
}
.post-nav a:hover {
    text-decoration: none;
}
.post-nav .prev {
    float: left;
}
.post-nav .next {
    float: right;
    text-align: right;
}

/* post nav arrow */
.post-nav span span {
    font: normal 24px/100% "Times New Roman", Times, serif;
    display: block;
    width: auto;
    float: left;
    width: 20px;
    height: 28px;
    padding: 4px 0 0;
    text-align: center;
    margin: -8px 10px 17px 0;
}
.post-nav .next span {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
    margin: 10px 0 20px;
    position: relative;
    clear: both;
}

/* comment title */
.comment-title, #reply-title {
    font-size: 160%;
    margin: 0 0 10px;
    padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
    margin: 10px 0;
    border: none;
    box-shadow: none;
}
.commentwrap .pagenav.top {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

/* commentlist */
.commentlist {
    margin: 0 0 30px;
    padding: 5px 0 0;
    border-top: solid 1px #ddd;
}
.commentlist li {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
    position: relative;
    min-height: 30px;
}
.commentlist .comment-author {
    margin: 0 0 5px;
    padding: 0;
}
.commentlist .avatar {
    float: left;
    margin: 0 15px 0 0;
}
.commentlist cite {
    font: italic 130% Radley, Georgia, "Times New Roman", Times, serif;
}
.commentlist cite a {
    text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite:before {
    content: "\f02e";
    font-style: normal;
    margin-right: 5px;
    color: #b6020d;
    text-shadow: 0 1px 0 rgba(0,0,0,.7);
}
.commentlist .comment-time {
    font-size: 75%;
    text-transform: uppercase;
}
.commentlist .commententry {
    border-bottom: solid 1px #ddd;
    position: relative;
    min-height: 40px;
    overflow: hidden;
    padding-bottom: 5px;
    word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
    margin: 0 0 0 7%;
    padding: 0;
}

/* commentlist on home, archive pages and query category pages */
.page .commentlist,
.archive .commentlist,
.search .commentlist,
.home .commentlist {
    font-size: 90%;
    margin: 15px 0 0;
    padding: 0;
    border: none;
}
.page .commentlist ul,
.archive .commentlist ul,
.search .commentlist ul,
.home .commentlist ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.page .commentlist p,
.archive .commentlist p,
.search .commentlist p,
.home .commentlist p {
    margin: 0 0 5px;
}
.page .commentlist li,
.archive .commentlist li,
.search .commentlist li,
.home .commentlist li {
    border-top: solid 1px #eee;
    padding: 10px 0;
}
.page .commentlist li:last-child,
.archive .commentlist li:last-child,
.search .commentlist li:last-child,
.home .commentlist li:last-child {
    padding-bottom: 0;
}
.page .commentlist .comment-author,
.archive .commentlist .comment-author,
.search .commentlist .comment-author,
.home .commentlist .comment-author {
    margin: 0;
    float: left;
}
.page .commentlist .avatar,
.archive .commentlist .avatar,
.search .commentlist .avatar,
.home .commentlist .avatar {
    margin-right: 10px;
}
.page .commentlist cite,
.archive .commentlist cite,
.search .commentlist cite,
.home .commentlist cite {
    font-size: 110%;
    font-weight: bold;
}
.page .commentlist .commententry,
.archive .commentlist .commententry,
.search .commentlist .commententry,
.home .commentlist .commententry {
    min-height: 30px;
    padding-bottom: 0;
    border: none;
    clear: none;
}

/* more comments */
.page .more-comments,
.archive .more-comments,
.search .more-comments,
.home .more-comments {
    border-top: solid 1px #ddd;
    padding: 10px 0 0;
    margin: 15px 0 0;
    text-align: center;
}

/* reply link */
.commentlist .reply {
    position: absolute;
    right: 0;
    top: 8px;
}
.commentlist .comment-reply-link {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}
.commentlist .comment-reply-link:hover {
    text-decoration: none;
}

/*
COMMENT FORM
================================================ */
#respond {
    margin: 0;
    padding: 10px 0 0;
    position: relative;
    clear: both;
}
#respond #cancel-comment-reply-link {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 85%;
    line-height: 100%;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    color: #fff;
    border: solid 1px #9e0b0f;

    background-color: #e41d24;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%);
    background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
    background-image: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);

    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.2);
    border-radius: 5px;
}
#respond #cancel-comment-reply-link:hover {
    background: #fb4e55;
}
#commentform {
    margin: 15px 0 0;
}
#commentform input[type=text] {
    width: 206px;
    margin-right: 5px;
}
#commentform label {
    font-weight: bold;
}
#commentform label small {
    font-weight: normal;
}
#commentform textarea {
    height: 140px;
}
#commentform input#submit {
    padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
    word-wrap: break-word;
    margin-bottom: 30px;
    background: #fff;
    padding: 10px 14px;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.widgettitle, .widget-title {
    margin: 0 0 10px;
    padding: 0;
    font: normal 150%/110% Radley, Georgia, "Times New Roman", Times, serif;

}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget li {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    clear: both;
    border-top: solid 1px #ddd;
}
.widget ul ul {
    margin: 6px 0 -6px 0px;
    padding: 0;
    border-top: none;
}
.widget ul ul li {
    margin: 0;
    padding-left: 10px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
    font-weight: bold;
    padding-bottom: 10px;
}
.widget #wp-calendar td {
    width: 31px;
    padding: 4px 2px;
    text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
    display: none;
}
.widget .feature-posts-list .post-img {
    margin: 4px 12px 10px 0;
    float: left;
}
.widget .feature-posts-list small {
    font-style: italic;
    font-size: 90%;
    display: block;
    margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
    margin: 4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
    display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
    font-style: italic;
    font-size: 85%;
    margin-top: 4px;
}
.widget .twitter-list .twitter-timestamp a {
    color: inherit;
}
.widget .follow-user {
    margin: 0;
    padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
    vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
    margin-right: 12px;
    float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
    margin-top: 10px;
}
.widget .flickr_badge_image img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    margin-bottom: 12px;
    float: left;
}

/* flickr shortcode */
.shortcode .flickr_badge_image {
    width: 23.8%;
    margin: 0 1.5% 1.5% 0;
    float: left;
}
.shortcode .flickr_badge_image:nth-of-type(4n) {
    margin-right: 0;
}
.shortcode .flickr_badge_image img {
    margin: 0;
}

/* search widget */
#sidebar #searchform {
    position: static;
}
#sidebar #searchform #s {
    width: 93%;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
    max-width: 100% !important;
}
#content .twt-border {
    max-width: 100% !important;
    min-width: 180px !important;
}

/************************************************************************************
LOAD MORE BUTTON
*************************************************************************************/
#load-more {
    clear: both;
    margin: 30px 0 10px;
    right: 44%;
    text-align: center;
}
#load-more a {
    position: relative;
    font-size: 120%;
    line-height: 100%;
    color: #fff;
    background-color: #be252a;
    padding: 15px 20px 15px 45px;
    text-decoration: none;
    display: inline-block;
    zoom:1;
    *display:inline;
    border-radius: 10px;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.3);
}
#load-more a:before {
    content: "\f063";
    position: absolute;
    left: 14px;
    top: 13px;
    font-size: 22px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.9);
}
#load-more a:hover {
    background-color: #333;
}

/* Social Links Widget */
.widget .social-links {
    margin: 0 0 20px;
    padding: 0;
    line-height: 100%;
}
.widget .social-links li {
    margin: 0 5px 5px 0;
    padding: 0;
    list-style: none;
    border: none;
    display: inline-block;
    zoom:1;
    *display:inline;
}
.widget .social-links img {
    vertical-align: middle;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
    clear: both;
    padding-bottom: 30px;
}

/* footer text */
.footer-text {
    clear: left;
    font: italic 100%/120% Radley, Georgia, "Times New Roman", Times, serif;
    text-align: center;
}

/* back to top */
.back-top {
    clear: both;
    margin: 30px 0 5px;
    text-align: center;
}
.back-top a {
    background: #be252a;
    color: #fff;
    display: block;
    margin: 15px auto 10px;
    width: 40px;
    height: 40px;
    text-indent: -900em;
    border-radius: 10em;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.6);
    text-align: center;
}
.back-top a:after {
    content: "\f062";
    font-size: 20px;
    text-indent: 0;
    display: block;
    position: relative;
    margin-top: -9px;
}
.back-top a:hover {
    background-color: #333;
    text-decoration: none;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
    margin-bottom: 15px;
}
.alignleft {
    float: left;
    margin-right: 30px;
}
.alignright {
    float: right;
    margin-left: 30px;
}
.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    text-align: center;
    margin-bottom: 15px;
    max-width: 100%;
}
.wp-caption-text {
    font-style: italic;
    font-size: 95%;
    line-height: 120%;
    margin: 6px 0;
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
    float: none;
    margin: 0;
    text-align: left;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
    margin: 0 0 5px;
}

/* gallery item */
#body .gallery .gallery-item {
    margin: 0 8px 8px 0;
    vertical-align: top;
    width: auto;
    float: left;
    text-align: center;
}

/* gallery image */
#body .gallery img {
    border: none;
    vertical-align: bottom;
}

/* gallery caption */
#body .gallery .gallery-caption {
    line-height: 120%;
    font-size: 90%;
    text-align: center;
    margin: 5px 0 0;
}

/* resize gallery image on small grid layout */
.grid4 #body .loops-wrapper .gallery img,
.grid3 #body .loops-wrapper .gallery img {
    max-width: 50px !important;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
    width: auto;
}
#body .gallery-columns-1 br {
    display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
    width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
    width: 32.3%;
}
/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
    width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
    width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
    width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
    width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
    width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
    width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
}

/************************************************************************************
BUILDER
*************************************************************************************/
.module.loops-wrapper {
    margin: 0;
}

.module .post {
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.module .post-inner {
    padding: 14px;
}

.module.list-post .post-content {
    margin-left: 0;
}
.module.list-post .post-meta {
    width: auto;
    position: static;
}
.module.list-post .post-meta .post-author,
.module.list-post .post-meta .post-category,
.module.list-post .post-meta .post-tag,
.module.list-post .post-meta .post-author,
.module.list-post .post-meta .post-comment a {
    display: inline;
    text-align: left;
    border-top: none;
    padding: 0 5px 0 0;
}
.module .author-pic {
    display: none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.textleft {
    text-align: left;
}
.textright {
    text-align: right;
}
.textcenter {
    text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, .main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, .main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, .main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; overflow: visible!important; }

/************************************************************************************
ISOTOPE
*************************************************************************************/
/* required for containers to inherit vertical size from window */
html,
body {
    height: 100%;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/************************************************************************************
INFINITE SCROLL
*************************************************************************************/
#infscr-loading {
    position: fixed;
    text-align: center;
    bottom: 30px;
    left: 50%;
    width: 50px;
    height: 41px;
    padding-top: 9px;
    margin-left: -25px;
    z-index: 100;
    background: white;
    background: hsla( 0, 0%, 100%, 0.9 );
    overflow: hidden;
    border-radius: 10px;
}

/************************************************************************************
SHARE BUTTONS
*************************************************************************************/
.social-share {
    margin: 10px 0;
    overflow: hidden;
    clear: both;
    display: block;
    height: 42px;
}
/* sharrre container */
.sharrre {
    width:  39px;
    margin: 0 3px 0 0;
    display: inline-block;
    zoom:1;
    *display:inline;
}
.sharrre a,
.sharrre a:hover {
    text-decoration: none;
}
/* sharrre top part */
.sharrre .share {
    padding: 3px 0;
    background: #b6b6b6;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    border: solid 1px #9a9a9a;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
    border-radius: 3px 3px 0 0;
}
/* sharre bottom part */
.sharrre .count {
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #444;
    min-height: 14px;
    position: relative;
    background: #eaeaea;
    border: 1px solid #cfcdcd;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.7);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.sharrre .share span {
    display: none;
}

/* share icons */
.twitter-share .share {
    border-color: #5d85b3;
    background-color: #669ede;
}
.facebook-share .share {
    border-color: #5a6ab2;
    background-color: #667cde;
}
.googleplus-share .share {
    border-color: #9c4343;
    background-color: #db4040;
}
.pinterest-share .share {
    border-color: #ba4347;
    background-color: #ee4a4f;
}
.twitter-share .share:after {
    content: "\f099";
}
.facebook-share .share:after {
    content: "\f09a";
}
.googleplus-share .share:after {
    content: "\f0d5";
}
.pinterest-share .share:after {
    content: "\f0d2";
}

/* like it */
.likeit-wrap {
    margin: 20px 0 5px;
    min-height: 15px;
    font: normal 14px/1em Arial, Helvetica, sans-serif;
    color: #363636;
}
.likeit-wrap .likeit {
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
    color: #999;
}
.likeit-wrap .likeit:hover {
    text-decoration: none;
    color: #ff5b4e;
}
.likeit-wrap .like-text {
    width: 17px;
    height: 15px;
    position: relative;
    display: inline-block;
    text-indent: -999em;
}
.likeit-wrap .like-text:after {
    content: "\f08a";
    color: #E26F6A;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.likeit-wrap .likeit:hover .like-text:after {
    content: "\f004";
}
.likeit-wrap .like-count {
    margin-right: 2px;
}
.likeit-wrap span {
    font-size: 90%;
    display: none;
    color: #eee;
    color: rgba(54,54,54,.3);
}

/************************************************************************************
WEBFONT ICON
*************************************************************************************/
#header #search-icon:before,
#search-icon:after,
#menu-icon:after,
.social-widget .rss a:before,
.twitter-share .share:after,
.facebook-share .share:after,
.googleplus-share .share:after,
.pinterest-share .share:after,
.likeit-wrap .like-text:after,
.post-image .lightbox .zoom:after,
.comment-author cite:before,
#load-more a:before,
.back-top a:after {
    font-family: FontAwesome;
    line-height: 1em;
}

/************************************************************************************
LIGHTBOX SINGLE
*************************************************************************************/
html.post-lightbox-html {
    margin: 0 !important;
}
* html.post-lightbox-html body {
    margin: 0 !important;
}
body.post-lightbox-iframe {
    padding: 0;
}
.lightbox-post {
    background: #fff;
    width: 100%;
    padding: 0;
}
.lightbox-post #content {
    width: 100% !important;
    max-width: 100% !important;
}
.lightbox-post .post {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}
.lightbox-post .post-inner {
    margin: 0;
}

.is-touch .pp_content, .is-touch #pp_full_res, .is-touch #pp_full_res iframe{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

/************************************************************************************
SIGNUP and LOGIN BOX
*************************************************************************************/
/* sign up form shortcode */
.signup-box label {
    width: 140px;
    display: inline-block;
}
.signup-box #blogname {
    width: 110px;
}
.signup-box .prefix_address {
    font-size: 90%;
}
.signup-box .submit-field {
    margin-left: 140px;
}
.widget .signup-box .submit-field {
    margin-left: 0;
}

/* login form shortcode */
.login-box input[type="text"],
.login-box input[type="search"],
.login-box input[type="password"],
.login-box input[type="email"] {
    display: block;
    width: 180px;
    max-width: 100%;
    margin-bottom: 7px;
}

body,h1,h2,h3,h4,h5
{
    font-family:'Open Sans', sans-serif !important;
    font-weight: 400;
    font-style:normal !important;
}

body
{
    background-image:url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/css/none);
    background-color:#f5f5f5;
}

#site-description { }
#site-logo { padding: 10px 0 0; }

#header {
    padding-bottom: 0;
}

#headerwrap
{
    box-shadow:none;
    background:#212121 url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/css/none);
}

/* No rounded search box */
#header #searchform #s
{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.edit-button {
    position: absolute;
    top: 0;
}

.category-description
{
    display:none;
}

.grid4 .post-title
{
    font-size:100%;
    font-weight: 600;
}

.grid4 .post-inner {
    /*padding: 14px 0 0 0;*/
    padding: 0px 0 0 0;
}

.grid4 .post-content {
    padding: 0 14px 14px;
}

.grid4 .post
{
    width: 219px;
    /*height: 360px;*/
}

.post {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    -ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.grid4 .post-image {
    -o-transition:opacity 0.5s ease-out;
    -moz-transition:opacity 0.5s ease-out;
    -webkit-transition:opacity 0.5s ease-out;
    transition:opacity 0.5s ease-out;
}

.grid4 .post-meta {
    color: #444;
    /*position: absolute;
    bottom: 0;*/
    margin: 10px 10px 0px 0;
    overflow: hidden;
}

.grid4 .post-meta a {
    color: #444;
}

.grid4 .post-tag {
    white-space: nowrap;
    display: block;
    margin: .5em 0;
    width: 110px;
}

.grid4 .post-category {
    white-space: nowrap;
    width: 110px;
    display: block;
}

.grid4 .post-rating {
    display: inline-block;
    margin-bottom: .5em
}

.post-meta .post-tag:before
{
    xcontent:"By: ";
}

.post-meta .post-category:before
{
    xcontent:"In: ";
}

.small-icon { float: left; padding-right: 8px; }

.star {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJdJREFUeNpiYMAB/s9kOMBACgBqCADi/yAamzwTDn0OaDRRmgLQaBTACHRCApDuB2IBIlz+AYgLGaF+MABS84HYAI+GC0CcyJjOcIERyfMCUBsTsGhYALYhHWwTAyNaqCkAqftYNCkCNTzAFRABBAIGqyZYEG8AmQ6lcQY92E/QCM1HE8+Higtg06QADUVscgZADLcNIMAANokyMRd3Fv8AAAAASUVORK5CYII=);}

.unstar {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpiYMABzpw5cwCXHBMODQFAyh5KE6cJCBzQaKI0BaDRKIAR6IQEIN0PxAIMhMEHIC5khPrBAEjNB2IDPBouAHGiiYnJBbDzQAwg5QjEC3BoAIk7QtUxMKKFmgKQuo9FkyJQwwNcARFAIGCwaoIF8QaQ6VAaI+gZkZwGCr33QFwAdMpEJPF8IDUBiAWB4h/QbQJpMkTWAA0kEN8QOWQBAgwAaKot+aT5/nQAAAAASUVORK5CYII=); }

.half-star {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALNJREFUeNpiYMAB/s9kSGAgBQA1BJw5c+Y/EAdgk2fCoc8BjSZKUwAajQIYoW7vB2IBZImzxmewqf8AxIVMjOkMC4AMRyC+QMCrIHlHExOTBWDnATVegGpcgEPDAqgGsMGMaKGmAKTuY3GeIlDDA1wBEUAgYLBqggXxBqln00G2bsAW9IxITgOF3nsgLgD6cSJMHBjB+UBqAhALAp34Ad0mkCZDZA0gAFQI4hsCsQFMDCDAAAzqL7hbAkUwAAAAAElFTkSuQmCC);}

.rating {
    float: left;
    width: 13px;
    height: 12px;
}

.single .post-image img
{
    background: #fff;
    border: solid 1px #ccc;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    padding: 5px;
    max-width: 120px;
    height: auto;
}

.widget {
    border-radius: 0;
}

.single .post {
    border-radius: 0;
}

.relatedbook {margin-top: 3em; padding-bottom: 2em; }
.relatedbook h4 { font-size: 1.1em;}

.ads { margin: 1em 0 2em 0; }

.col5
{
    margin-left: 2%;
    max-width: 18%;
    float: left;
    font-size:85%;
    line-height: 140%;
}

.col5.first {
    margin-left: 0;
}

.col5 a {
    color: #333;
}

#breadcrumbs
{
    font-size:85%;
    margin:1em 0;
    clear:both;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.archive .page-title { font-size: 2em; }
.search .page-title { font-size: 2em; }


/* amazon */
.amazon-stars {
    margin-top: 10px;
}
.amazon-stars a {
    color: #003399;
}
.swSprite {
    background: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/amazon_sprite.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.swSprite span {
    left: -9999px;
    position: absolute;
}
.s_star_0_0 {
    background-position: -95px 0;
    height: 13px;
    width: 65px;
}
.s_star_0_5 {
    background-position: -82px -20px;
    height: 13px;
    width: 65px;
}
.s_star_1_0 {
    background-position: -82px 0;
    height: 13px;
    width: 65px;
}
.s_star_1_5 {
    background-position: -69px -20px;
    height: 13px;
    width: 65px;
}
.s_star_2_0 {
    background-position: -69px 0;
    height: 13px;
    width: 65px;
}
.s_star_2_5 {
    background-position: -56px -20px;
    height: 13px;
    width: 65px;
}
.s_star_3_0 {
    background-position: -56px 0;
    height: 13px;
    width: 65px;
}
.s_star_3_5 {
    background-position: -43px -20px;
    height: 13px;
    width: 65px;
}
.s_star_4_0 {
    background-position: -43px 0;
    height: 13px;
    width: 65px;
}
.s_star_4_5 {
    background-position: -30px -20px;
    height: 13px;
    width: 65px;
}
.s_star_5_0 {
    background-position: -30px 0;
    height: 13px;
    width: 65px;
}
.s_chevron {
    background-position: -30px -40px;
    height: 11px;
    width: 11px;
}


.bsbSprite {
    background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/amazon-sprite-best-flag.png);
}
.bestSellerMessage {
    font-size: 12px;
    margin-top: 10px;
}
.bestSellerMessage div.badgeWrapper, .bestSellerMessage a:link {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}
.bestSellerMessage span.flagWrapper {
    color: #FFFFFF;
    display: inline-block;
}
.bestSellerMessage span.left, .bestSellerMessage span.right {
    display: inline-block;
    line-height: 17px;
    position: relative;
    vertical-align: middle;
}
.bestSellerMessage span.right {
    background-color: #FFFFFF;
    height: 17px;
    width: 7px;
}
.bestSellerMessage span.left {
    background-color: #E47911;
    background-position: 0 -20px;
    background-repeat: repeat-x;
    margin-right: -4px;
}
.bestSellerMessage span.left span.topCorner {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 2px;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 2px;
}
.bestSellerMessage span.left span.btmCorner {
    background-position: 0 -10px;
    background-repeat: no-repeat;
    bottom: 0;
    height: 2px;
    line-height: 0;
    position: absolute;
    width: 2px;
}
.bestSellerMessage span.left.light span.topCorner {
    background-position: 0 -39px;
}
.bestSellerMessage span.left.light span.btmCorner {
    background-position: 0 -49px;
}
.bestSellerMessage span.flagWrapper span.rank {
    padding: 0 5px;
}
.bestSellerMessage span.rankNumber {
    font-weight: bold;
}
.bestSellerMessage span.right span.topCorner {
    background-position: -10px 0;
    background-repeat: no-repeat;
    height: 9px;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 7px;
}
.bestSellerMessage span.right span.btmCorner {
    background-position: -10px -10px;
    background-repeat: no-repeat;
    bottom: 0;
    height: 9px;
    line-height: 0;
    position: absolute;
    width: 7px;
}
.bestSellerMessage span.right.light span.topCorner {
    background-position: -10px -39px;
}
.bestSellerMessage span.right.light span.btmCorner {
    background-position: -10px -49px;
}

.amazon-prices {
    font-size: 13px;
    color: #000000;
    float: left;
    width: 100%;
}
.amazon-list-price {
    width: 50%;
    float: left;
    padding-bottom: 5px;
}
.amazon-list-price span {
    text-decoration: line-through;
}
.amazon-list-price span.uncrossed-price {
    text-decoration: none;
}
.amazon-your-price {
    width: 50%;
    float: left;
    padding-bottom: 5px;
}

#ajax-loading {
    text-align: center;
    opacity: 0;
}

.book-attribute {
    margin-bottom: 10px;
    color: #000;
    font-size: 13px;
}

.content-search-form {
    margin-bottom: 20px;
    text-align: center;
}

.header-search-form {
    position: absolute;
    /* top: 30%; */
    right: 0;
    text-align: center;
    height:28px;
}

.banner {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page #content {
    width: calc(100% - 294px);
    padding: 12px 23px;
    box-sizing: border-box;
}

#pagewrap {
    /*padding-top: 115px;*/
    position: relative;
    z-index: 99;
	overflow: hidden;
}

#page-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

/*---Social network icons---*/
.post-social{
    /*position: absolute;
    right: 0;
    top: 0;
    width: 24px;*/
    text-align:right;
    margin: 5px 20px;
}

.pagewidth {
    /*max-width: 92% !important;*/
    max-width: 90% !important;
    /*width: 100% !important;*/
}
/*-----header discount bar-----*/
.header_discount_slider{
    position: absolute;
    right: 269px;
    top: 15px;
    width: 150px;
}
.header_discount_slider .slider-wrapper{
    width:100%;
}
.header_discount_slider .display-box1{
    border-radius: 3px;
    color: #6c6c2d;
    font-size: 12px;
    margin: 0 auto;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    top: -85px;
    width: 100px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*-----range bar-------*/

.rangeNumbers{
    width:100%;
    max-width:560px;
    display:inline-block;
}
.range-bar {
    background-color: #a9acb1;
    border-radius: 15px;
    display: block;
    height: 4px;
    position: relative;
    width: 100%;
    max-width:575px;
    margin:40px auto;
}
.range-quantity {
    background-color: #017afd;
    border-radius: 15px;
    display: block;
    height: 100%;
    width: 0;
}
.range-handle {
    background-color: #017afd;
    border-radius: 100%;
    cursor: move;
    height: 20px;
    left: 0;
    top: -9px;
    position: absolute;
    width: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.range-min1,
.range-max1 {
    color: #ccc;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    top: 0px;
    width: 24px;
}
.range-min1 {
    float:left;
    position: relative;
    top: 30px;
}
.range-max1 {
    float:right;
    position: relative;
    top: 30px;
}
.display-box{
    background-color: #cccccc;
    border-radius: 3px;
    color: #6c6c2d;
    font-size: 12px;
    margin: 0 auto;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    top: 20px;
    width: 100px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.market_place{
    top: 28%;
    height:32px;
    width: 50px;
    margin-left: -48px;
}
.market_place img {
    position: relative;
    left:-75px;
}
/*----------------content page---------------*/

/*  // back arrow */
#backbtnpage {
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 2.6em;
    font-weight: 900;
}

#backbtnpage > span {
    position: relative;
    top: 4px;
}

.ppage{
    padding:2% !important;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    box-sizing:border-box;
}
.picandshort{
    clear:both;
    width:100%;
    display:inline-block;
}
.pic{
    text-align:left;
    width:300px;
    float:left;
    min-height:300px;
}
.SpecialInfo{
    float: left;
    min-height: 300px;
    padding-left: 40px;
    width:100%;
    max-width: calc(100% - 340px);
}
.shortDesc{
    font-size:14px;
}
h4{
    margin-top:20px;
}
.specrow{
    clear:both;
    margin-left:20px;
    box-sizing:border-box;
}
.titelDiv{
    width:40%;
    float:left;
    padding:5px 5px;
    /*background:#f8f8f8;*/
    margin:2px;
    text-align:right;
    font-weight:700;
}
.valuDiv{
    width:53%;
    float:left;
    padding:5px 5px;
    /*background:#f8f8f8;*/
    margin:2px 	;
}
.valuDiv ul{
    margin-top:0;
    padding-top:0;
}
.buynow a{
    text-decoration:none;
    background: none repeat scroll 0 0 #2ea2cc;
    border-color: #0074a2;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
}
.ppage .post-social{
    text-align:left;
    margin-top:20px;
}
.pfooter_row{
    margin-top:10px;
    padding:30px 0;
    background:#fff;
    text-align:center;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.pfooter_row ul, .pfooter_row .footer-nav{
    line-height:1%;
    padding:0;
    margin:0 auto !important;
    display: inline-flex;
}
.pfooter_row .footer-nav li{
    list-style:none;
    float:left;
}
.pfooter_row .footer-nav li a{
    padding:5px 10px;
}






.htext{
    top: 35%;
    line-height: 45px;
    text-shadow: none!important;
}
#body{
    //margin-top:15px;
}
.rev-slider {
    margin-bottom: 15px;
}
.menu-new-container{
    display:table;
    margin: 0 auto;
}
.slidebarsearch a img{
    position:absolute !important;
    top:7px;
    right:9px;
}
.slidebarsearch .searchinput{
    position:relative;
}
.searchinput input[type=text], #searchForm input[type=text]{
    padding: 6px 32px 6px 10px !important;
    box-sizing: border-box !important;
    max-width:100%;
}
.verticalpos{
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
}
.grid4 .post-image:hover {
    opacity:0.7;
}
.grid4 .post-image {
    opacity:1;
}
.buynow a{
    color:#fff !important;
}

.sb-icon {
    background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/social-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    width: 15px;
}
.sb-icon.sb-facebook { background-position: -2% 0; }
.sb-icon.sb-twitter { background-position: 5.5% 0; }
.sb-icon.sb-google { background-position: 13.5% 0; }
.sb-icon.sb-tumblr { background-position: 21.5% 0; }
.sb-icon.sb-delicious { background-position: 28.5% 0; }
.sb-icon.sb-pinterest { background-position: 36.5% 0; }
.sb-icon.sb-flickr { background-position: 44.5% 0; }
.sb-icon.sb-instagram { background-position: 52% 0; }
.sb-icon.sb-youtube { background-position: 60.5% 0; }
.sb-icon.sb-vimeo { background-position: 68% 0; }
.sb-icon.sb-stumbleupon { background-position: 76.5% 0; }
.sb-icon.sb-deviantart { background-position: 85.5% 0; }
.sb-icon.sb-rss { background-position: 93% 0; }
.sb-icon.sb-ellipsis-h { background-position: 100.5% 0; }
.sb-icon.sb-soundcloud { background-position: 0 100%; width: 26px; }
.filter-label {
    display: inline-block;
    box-sizing: content-box;
    margin: 0px 2px 0px 0px;
    padding: 3px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.fa-hover {
    background-color: #A9A9A9;
    border-color: #A9A9A9;
    text-decoration: none;
    color: #fff !important;
    margin-left:4px;
}
.fa-hover:hover, .filter .active, .filter-items .active {
    background-color: #353535;
    border-color: #353535;
    color: #fff !important;
}
.post-social .sb-facebook.fa-hover:hover, #sb_wall339 .sb-facebook.active {
    background-color: #305790 !important;
    border-color: #305790 !important;
    color: #fff !important;
}
.post-social .sb-twitter.fa-hover:hover, #sb_wall339 .sb-twitter.active {
    background-color: #06d0fe !important;
    border-color: #06d0fe !important;
    color: #fff !important;
}
.post-social .sb-google.fa-hover:hover, #sb_wall339 .sb-google.active {
    background-color: #c04d2e !important;
    border-color: #c04d2e !important;
    color: #fff !important;
}

/* share icons */
.sb-sicon {
    background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/share-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
}
.sb-sicon.sb-facebook { background-position: -4.5% center; }
.sb-sicon.sb-twitter { background-position: 9.5% center; }
.sb-sicon.sb-google { background-position: 25.5% center; }
.sb-sicon.sb-linkedin { background-position: 41.5% center; }
.fa-linkedin.fa-hover:hover, .fa-linkedin.active {
    background-color: #057094;
    border-color: #057094;
    color:#fff
}


.buybtn a       { text-decoration: none; }
.buybtn h1     { text-align:center; }

.picandshort .puerto-btn-2 {
    display: inline-block;
    position: relative;
    height: 40px;
    min-width: 170px;
    margin-bottom: 3px;
    border: 0;
    text-align: left;
    outline: none;

    cursor:pointer;
}
.picandshort .puerto-btn-2 span {
    display: inline-block;
    width: 30px;
    height: 40px;
    padding-left: 5px;

    color: #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 2.2;
}
.picandshort .puerto-btn-2 span:before {
    content: "";
    position: absolute;
    left: 35px;
    top: 0;

    border-top: 40px solid #139B80;
    border-right: 10px solid transparent;
}
.picandshort .puerto-btn-2 small {
    display: inline-block;
    font-size: 14px;
    padding:11px 20px;
    margin-left: 35px;
}

.picandshort .puerto-btn-1 span i, .puerto-btn-2 span i, .picandshort .puerto-btn-3 span i, .puerto-btn-4 span i {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.picandshort .puerto-btn-1:hover span i, .puerto-btn-2:hover span i, .picandshort .puerto-btn-3:hover span i, .puerto-btn-4:hover span i {
    -webkit-animation: move_from_top 300ms ease-in-out;
    -moz-animation: move_from_top 300ms ease-in-out;
    -ms-animation: move_from_top 300ms ease-in-out;
    -o-animation: move_from_top 300ms ease-in-out;
    animation: move_from_top 300ms ease-in-out;
}

.picandshort .puerto-btn-1: small, .puerto-btn-2: small, .picandshort .puerto-btn-3: small, .puerto-btn-4: small {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/* ====  catalog add to cart button animation  ==== */
.picandshort .puerto-btn-1:hover small, .puerto-btn-2:hover small, .picandshort .puerto-btn-3:hover small, .puerto-btn-4:hover small {
    /*
    -webkit-animation: move_from_left 300ms ease-in-out;
    -moz-animation: move_from_left 300ms ease-in-out;
    -ms-animation: move_from_left 300ms ease-in-out;
    -o-animation: move_from_left 300ms ease-in-out;
    animation: move_from_left 300ms ease-in-out; */
}

.radius {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.radius:before, .radius span {
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 0 0 3px;
}


.picandshort .color-11.puerto-btn-1:before,

.picandshort .color-11.puerto-btn-1 span,
.picandshort .color-11.puerto-btn-4 { color: #1FA6D5; }

.picandshort .color-11.puerto-btn-3 {border-bottom-color: #1589B1; }
.picandshort .color-11.puerto-btn-4 {border-color: #1FA6D5; }

@-webkit-keyframes move_from_top {
    from {
        opacity: 0;
        -webkit-transform: translateY(60%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes move_from_top {
    from {
        opacity: 0;
        -moz-transform: translateY(60%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes move_from_top {
    from {
        opacity: 0;
        -ms-transform: translateY(60%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}
@-o-keyframes move_from_top {
    from {
        opacity: 0;
        -o-transform: translateY(60%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0%);
    }
}


@-webkit-keyframes move_from_left {
    from {
        opacity: 0;
        -webkit-transform: translatex(-30%);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0%);
    }
}
@-moz-keyframes move_from_left {
    from {
        opacity: 0;
        -moz-transform: translatex(-30%);
    }
    to {
        opacity: 1;
        -moz-transform: translatex(0%);
    }
}
@-ms-keyframes move_from_left {
    from {
        opacity: 0;
        -ms-transform: translatex(-30%);
    }
    to {
        opacity: 1;
        -ms-transform: translatex(0%);
    }
}
@-o-keyframes move_from_left {
    from {
        opacity: 0;
        -o-transform: translatex(-30%);
    }
    to {
        opacity: 1;
        -o-transform: translatex(0%);
    }
}
@keyframes move_from_left {
    from {
        opacity: 0;
        transform: translatex(-30%);
    }
    to {
        opacity: 1;
        transform: translatex(0%);
    }
}
.error-msg{
    font-size:1.5em;
    text-align:center;
}
.google-visualization-table-th.gradient{
    background: #fff !important;
}
#cart {/*design ra hình tròn*/
  width: 70px;
  height: 70px;
  margin-top: 100px;
  position: fixed;
  left: 0;
  margin-left: -35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba( 32, 122, 201, 1 );
  cursor: pointer;
}

.cart-number{
    padding:3px 6px 4px 8px;
    background:#ff0000;
    position:absolute;
    border-radius:50px;
    font:900 12px Lato;
    color:#FFF;
    top: -3px;
    right: -7px;
    border:3px solid #FFF;
}

#cart .cartIcon {
  position: absolute;
  top: 33%;
  left: 48%;
  color: #fff;
}
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 930px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
    overflow-y:auto;
    min-height: 200px;
    height: auto;
    max-height: 100%;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #A5A2A2;
	background: #e74c3c;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	height: auto;
	max-height: 100%;
}
.item-decrement a, .item-increment a{
	color:#fff;  
    line-height: 2.3em!important;  
}
.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    opacity: 1;
    background: rgba(0,0,0,0.1);
    border-radius: 3px 3px 0 0;
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.md-content h3:nth-child(1) {
    top:0;
	display:none;
}
.md-content h3:nth-child(3) {

    bottom: 0;
}

.md-content > div {
    padding: 11px 16px 1px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
    float: left;
    width: 100%;
	height: auto;
	max-height: 100%;
	overflow: auto;
	box-sizing: border-box;
    
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button, .md-content a {
	display: block;
	font-size: 0.5em;
    text-shadow: none;
    line-height: 1.3em;
}

.md-content button{
	float:left;
	  
}
.md-content button:hover{
	background:transparent;
}
.md-content h3 a {
	float:right;
	
	color:#fff;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.3);
	  
}
.md-content h3 a:hover {
	text-decoration:none;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.shop-cart .itemRow{
    width: 100%;
    float: left;
	position: relative;
}
.shop-cart .headerRow{
    width: 100%;
    float: left;
    margin-bottom: 14px;
}
.shop-cart .item-decrement, .shop-cart .item-increment{
    width: 3%;
    float: left;
    text-align:center;
    background: #ccc;
    color: #fff !important;
    font-size: 22px;
    line-height: 24px;
}



/* Effect 7:  slide and stick to top */
.md-effect-7{
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.md-effect-7 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.md-show.md-effect-7 .md-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
        width:100%;
}
.md-close,.simpleCart_checkout {
  border: none;
  padding: 0.6em 1.2em;
  background: transparent;
  color: #fff;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 3px 2px;
  border-radius: 2px;
}
.headerRow{
    width:100%;
}
.headerRow div{
    float: left;
}
.shop-cart .item-image{
    width: 10%;
    float: left;
}
.shop-cart .item-name{
    width: 40%;
    float: left;
}
.shop-cart .item-price{
    width: 15%;
    float: left;
	text-align:center;
	font-size: 18px;
}
.shop-cart .headerRow .item-quantity{
    width: 10%;
    float: left;
	text-align:center;
}
.shop-cart .itemRow  .item-quantity{
    width: 3%;
    float: left;
	text-align:center;
	background: #A5A2A2;
	color: #FFFFFF !important;
	font-size: 22px;
	line-height: 24px;
}
.shop-cart .item-total{
    width: 15%;
    float: left;
    text-align:center;
    font-size: 18px;
}
.shop-cart .itemRow  .item-remove{
    width: 10%;
    float: left;
    text-align:center;

}
.shop-cart .itemRow  .item-remove a{
    text-align:center;
    background:#A5A2A2 !important;
    color:#fff !important;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 0.6em;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 3px 2px;
    width: 80%;
    line-height: 20px;
    border-radius: 30px;
}

.shop-cart .itemRow  .item-remove a:hover{
	text-decoration:none;
}

.shop-cart .item-image img{
    width:100%;
}


.itemRow .item-price{
    margin: auto;
    height: 21px;
    top: 0;
    margin-left: 50%;
    position: absolute;
}
.itemRow .item-decrement{
	margin: auto;
    height: 27px;
    top: 0;
    margin-left: 65%;
    position: absolute;
}
.itemRow .item-quantity{
    margin: auto;
    height: 27px;
    top: 0;
    margin-left: 68%;
    position: absolute;
}
.itemRow .item-increment{
    margin: auto;
    height: 27px;
    top: 0;
    margin-left: 71%;
    position: absolute;
}
.itemRow .item-total{
    margin: auto;
    height: 21px;
    top: 0;
    margin-left: 74%;
    position: absolute;
}
.itemRow .item-remove{
	margin: auto;
    height: 42px;
    top: 0;
    margin-left: 90%;
    position: absolute;
}
.shop-cart .itemRow .item-name{
    height: 38px;
    top: 0;
	margin: auto;
    margin-left: 11%;
    position: absolute;
}
.shop-cart .headerRow .item-name {
	width:39%;
    padding-left: 1%;
}

#contenttop {
    width: calc(100% - 294px);
	float: none !important;
	margin: auto;
	padding-bottom: 18px;
}
.item-asin, .item_asin, #associate_id{
    display: none;
}
.post-inner .puerto-btn-2 {
  display: inline-block;
  position: relative;
  height: 21px;
  min-width: 105px;
  margin-bottom: 14px;
  border: 0;
  text-align: left;
  outline: none;
  cursor: pointer;
  font-size: 0px;
  margin-left: 14px;
  margin-top: 5px;
}
.post-inner .puerto-btn-2 span {
  display: inline-block;
  width: 27px;
  height: 21px;
  color: #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
}
/*.post-inner .puerto-btn-2 span:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  border-top: 30px solid #139B80;
  border-right: 10px solid transparent;
}*/
.post-inner .puerto-btn-2 small {
  display: inline-block;
  font-size: 13px;
  padding: 2px 4px;
  margin-left: 25px;
}
.post-inner .cartbtn {
  position: absolute;
  margin-top: -35px;
}


.arrow{
  width: 0px;
  height: 0px;
  border: 50px solid transparent; 
  border-top-color: red; 
  margin: 0;
  padding: 0;
  float: left;
}
.arrow:before{
  content:'';
  width: 0px;
  height: 0px;
  border: 30px solid transparent; 
  border-top-color: white;
  display: inline-block;
  -webkit-transform: translate(-30px, -50px);
}
.arrow.left{
  transform: rotate(90deg) translate(0px, 25px);
  -webkit-transform: rotate(90deg) translate(0px, 25px);
  -moz-transform: rotate(90deg) translate(0px, 25px);
  -o-transform: rotate(90deg) translate(0px, 25px);
  -ms-transform: rotate(90deg) translate(0px, 25px);
}

.ppage.simpleCart_shelfItem > a > div {
    float: right;
}



@media (max-width: 980px) {
    #headerwrap {
        display: block;
    }
    .header-search-form {
        max-width: 100%!important;
        text-align: left;
        margin-top: 6px !important;
    }
    #headerwrap #search {
        width: 50%;
    }
    #headerwrap #header {
        width: 100%!imporatnt;
    }
    #searchForm > span.disc input {    
        text-align: right;
        width: 7vw;
        min-width: 35px;
    }
    .main-nav {
        position: relative;
        top: 0;
    }



    .ppage.simpleCart_shelfItem > a > div {
        margin-top: 0!important;
        float: right!important;
    }

    .shop-cart .itemRow .item-name {
        height: auto!important;
        position: relative!important;
        margin-left: 1%!important;
    }
    .shop-cart .itemRow .item-remove {
        min-width: width: 48.8px!important;
        width: 11%!important;
    }
    .simpleCart_remove {
        font-size: 0.5em!important;
    }
    .shop-cart .itemRow {
        margin-top: 3%!important;
    }
    .item-price, .item-total, .item-quantity {
        font-size: 14px!important;
    }
}

@media (max-width: 496px) {

/* 
Header search form 
============================== */
    #headerwrap {
        display: block;
    }
    .header-search-form {
        max-width: 100%!important;
        text-align: left;
        margin-top: 6px !important;
    }
    #headerwrap #search {
        width: 50%;
    }
    #headerwrap #header {
        width: 100%!imporatnt;
    }
    #searchForm > span.disc input {    
        text-align: right;
        width: 7vw;
        min-width: 35px;
    }
    .main-nav {
        position: relative;
        top: 0;
    }

    /* ---------------- */


    .market_place{
        width: 100%;
        top: 0px;
        clear:both !important;
        display:inline-block;
    }
    #content{
        /* background:#fff;*/
        padding:0px;
        max-width:300px;
        width:100%;
    }

    .item-image {
        width: 30%!important;
    }
    .shop-cart .itemRow .item-name {
        width: 64% !important;
        float: none;
        margin-left: 34%!important;
        position: relative!important;
        height: auto!important;
    }
    .shop-cart .itemRow .item-remove {        
        width: 100% !important;
        float: left !important;
        text-align: center;
        position: relative!important;
        margin-left: 0!important;
    }
    .simpleCart_remove {
        font-size: 1em!important;
    }

    .item-price::before {
        content: "Price: "!important;
    }
    .shop-cart .item-price {
        text-align: right!important;            
        float: right!important;
        font-size: 16px!important;
        clear: both!important;
        width: 160px!important;
        position: relative !important;
        margin-bottom: 2%;
    }
    .itemRow .item-decrement, .shop-cart .item-quantity, 
    .shop-cart .item-increment, .shop-cart .item-total {
        margin-left: 0px!important;
        text-align: center!important;
        float: left!important;
        font-size: 16px!important;
        width: 7%!important;
        position: relative!important;
    }
    .shop-cart .item-total {
        line-height: 22px!important;
        width: 100px!important;
        margin-left: 5px!important;
    }

    .shop-cart .item-quantity {        
        line-height: 25px!important;               
    }
    .shop-cart .item-increment {            
        line-height: 24px!important;              
    }

    .item-decrement, .item-total, .item-quantity, .item-increment {
        display: none!important;
    }

    #content div{
        max-width:100% !important;
    }
    .ppage{padding:2% !important;}
    .SpecialInfo{
        padding:0px;
        text-align:center;
        min-height:225px !important;
    }
    .specs > h4{
        text-align:center;
    }
    .specrow{
        margin:0;
    }
    .specrow .titelDiv{
        width:45%;
    }
    .specrow .valuDiv{
        width:45%;
    }
    .ppage .post-social{
        text-align:center;
        margin-top:20px;
    }
    .pfooter_row ul, .pfooter_row .footer-nav{
        line-height:1%;
        padding:0;
        margin:0 !important;
    }
    .pfooter_row .footer-nav li{
        list-style:none;
        text-align;left;
    }
    .pic{
        float: none !important;
        text-align: center !important;
        width:100% !important;
        max-width: 400px !important;
    }
    .pic img{
        width:100%;
        max-width:400px;
    }
    .shortDesc{
        text-align:center;
    }

    /* chiz edit here */
    .post-footer {
        width: 100%;
        display: block;
    }
    .post-footer img {
        display: block;
        margin: 0 auto;
    }
    #header {
        width: 100%;
    }
    .md-close, .simpleCart_checkout {
        font-size: 0.5em!important;
    }
    .headerRow {
        display: none;
    }

    .ppage.simpleCart_shelfItem > a > div {
        margin-top: 0!important;
        float: right!important;
    }

    .specrow .titelDiv {
        width: 40%!important;
    }
}

.ppage.simpleCart_shelfItem > a > div {
        margin-top: 0!important;
}

<!--[if IE]>
.market_place{
    display:none;
}
<![endif]-->


.zoomWindowContainer {
    //display: block;
    //position: relative;
    z-index: 999!important;
}




/* ============= Preloader ============ */
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
}

div#preloader > div {
  background: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

div#preloader > div.left {
  left: 0;
}

div#preloader > div.right {
  right: 0;
}

div#preloader >div#img {
  width: 100%;
  background: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/preloader.gif) no-repeat center center;
}


/* ======= cart inc form ========= */
.quantity-wrapper h5 {
    display: inline;
    vertical-align: sub;
}
#quantity {
    width: 132px;
    margin-bottom: 1em;
    margin-left: -5px;
    display: inline-block;
}
#quantity span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: inline-block;
    background: #ccc;
    margin: 0;
    height: auto;
    width: 26%;
    vertical-align: top;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
    color: #fff;
}
#quantity .dec {
  left: 5px;
}
#quantity .inc {
  right: 5px;
}
#quantity input {
    text-align: center;
    display: inline-block;
    margin: 0;
    width: 36%;
    height: 28px;
    padding: 0;
    vertical-align: top;
    border-radius: 0;
    font-size: 19px;
    background: #A5A2A2;
    color: #fff;
}

a.shortcode.button {
text-decoration: none !important;
color: #333;	
font: 100% Arial, Helvetica, sans-serif;
padding: 5px 13px;
margin: 0 3px 5px 0;
border: solid 1px #aaa;
background-color: #f5f5f5;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%);
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
background-image: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
vertical-align: middle;
display: inline-block;
zoom:1;
*display:inline;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
border-radius: 5px;
box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}
a.shortcode.button:hover {
text-decoration: none;
background-color: #FFF;
} a.shortcode.button.flat {
background: #f5f5f5;
box-shadow: none;
border-radius: 0;
}
a.shortcode.button.yellow {
border-color: #edad14;
background-color: #ffe20b;
}
a.shortcode.button.yellow:hover {
background-color: #fff21e;
}
a.shortcode.button.yellow.flat {
background: #ffe20b;
}
a.shortcode.button.orange {
border-color: #a3620a;
background-color: #f9800f;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
a.shortcode.button.orange:hover {
background-color: #ff9a22;
}
a.shortcode.button.orange.flat {
background: #f9800f;
}
a.shortcode.button.blue {
border-color: #0076a3;
background-color: #49b3fc;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
a.shortcode.button.blue:hover {
background-color: #76c7ff;
}
a.shortcode.button.blue.flat {
background: #49b3fc;
}
a.shortcode.button.green {
border-color: #4e7521;
background-color: #76ab3b;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
a.shortcode.button.green:hover {
background-color: #90c356;
}
a.shortcode.button.green.flat {
background: #76ab3b;
}
a.shortcode.button.red {
border-color: #9e0b0f;
background-color: #e41d24;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
a.shortcode.button.red:hover {
background-color: #fb4e55;
}
a.shortcode.button.red.flat {
background: #e41d24;
}
a.shortcode.button.black {
border-color: #000000;
background-color: #111;
color: #eee !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.8);
}
a.shortcode.button.black:hover {
background-color: #4f4f4f;
}
a.shortcode.button.black.flat {
background: #111;
}
a.shortcode.button.purple {
border-color: #350d4c;
background-color: #7933ac;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}
a.shortcode.button.purple:hover {
background-color: #9655c6;
}
a.shortcode.button.purple.flat {
background: #7933ac;
}
a.shortcode.button.gray {
border-color: #656565;
background-color: #888888;
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}
a.shortcode.button.gray:hover {
background-color: #adadad;
}
a.shortcode.button.gray.flat {
background: #888888;
} a.shortcode.button.light-yellow {
border-color: #cbc67d;
background-color: #fef8a5;
}
a.shortcode.button.light-yellow:hover {
background-color: #fefcdf;
}
a.shortcode.button.light-yellow.flat {
background: #fef8a5;
}
a.shortcode.button.light-blue {
border-color: #95becf;
background-color: #c5efff;
}
a.shortcode.button.light-blue:hover {
background-color: #e9f9ff;
}
a.shortcode.button.light-blue.flat {
background: #c5efff;
}
a.shortcode.button.light-green {
border-color: #b0c98b;
background-color: #ebf8d6;
}
a.shortcode.button.light-green:hover {
background-color: #f9fff0;
}
a.shortcode.button.light-green.flat {
background: #ebf8d6;
}
a.shortcode.button.pink {
border-color: #de9db9;
background-color: #facde1;
}
a.shortcode.button.pink:hover {
background-color: #fdecf3;
}
a.shortcode.button.pink.flat {
background: #facde1;
}
a.shortcode.button.lavender {
border-color: #c0a8d9;
background-color: #ecd9ff;
}
a.shortcode.button.lavender:hover {
background-color: #f7f0fe;
}
a.shortcode.button.lavender.flat {
background: #ecd9ff;
} a.shortcode.button.small {
font-size: 85%;
font-weight: normal;
padding: 3px 8px;
}
a.shortcode.button.large {
font-size: 120%;
font-weight: bold;
padding: 8px 20px;
}
a.shortcode.button.xlarge {
font-size: 150%;
font-weight: bold;
padding: 12px 26px;
} a.shortcode.button.rect {
border-radius: 0;
}
a.shortcode.button.rounded {
border-radius: 20em;
} a.shortcode.button.embossed {
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.2), inset 0 -3px 0 rgba(255,255,255,.2);
padding-top: 4px;
padding-bottom: 6px;
}
a.shortcode.button.embossed.small,
a.shortcode.button.small.embossed {
box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), inset 0 -2px 0 rgba(255,255,255,.2);
padding-top: 1px;
padding-bottom: 2px;
}
a.shortcode.button.embossed.large,
a.shortcode.button.large.embossed {
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.2), inset 0 -4px 0 rgba(255,255,255,.2);
padding-top: 6px;
padding-bottom: 10px;
}
a.shortcode.button.embossed.xlarge,
a.shortcode.button.xlarge.embossed {
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.2), inset 0 -5px 0 rgba(255,255,255,.2);
padding-top: 10px;
padding-bottom: 14px;
} .shortcode.button:active {
position: relative;
top: 1px;
} hr {
height: 1px;
border: none;
border-top: solid 1px #ccc;
clear: both;
}
hr.red {
border-color: #F30;
}
hr.blue {
border-color: #69F;
}
hr.pink {
border-color: #F9C;
}
hr.light-gray {
border-color: #ddd;
}
hr.dark-gray {
border-color: #999;
}
hr.black {
border-color: #000;
}
hr.yellow {
border-color: #FF0;
}
hr.orange {
border-color: #F90;
}
hr.white {
border-color: #fff;
} .shortcode.col4-1,
.shortcode.col4-2,
.shortcode.col4-3,
.shortcode.col3-1,
.shortcode.col3-2,
.shortcode.col2-1
{
margin-left: 3.2%;
float: left;
}
.shortcode.col4-1 {
width: 22.6%;
}
.shortcode.col4-2, 
.shortcode.col2-1 {
width: 48.4%;
}
.shortcode.col4-3 {
width: 74.2%;
}
.shortcode.col3-1 {
width: 31.2%;
}
.shortcode.col3-2 {
width: 65.6%;
}
.shortcode.col.first,
.shortcode.col4-1.first,
.shortcode.col4-2.first,
.shortcode.col4-3.first,
.shortcode.col3-1.first,
.shortcode.col3-2.first,
.shortcode.col2-1.first
{
margin-left: 0;
clear: left;
} .shortcode.quote {
background: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/shortcodes/quote.png) no-repeat 1px 2px;
padding: 0 5px 0 26px;
margin: 0 0 30px;
} .shortcode.box {
background: #f6f6f6;
border: solid 1px #ddd;
padding: 7px 15px;
margin: 0 0 15px;
box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
} .shortcode.box.blue {
background: #3cafff;
border-color: #2786cf;
color: #fff !important;
}
.shortcode.box.green {
background: #78ac3e;
border-color: #5e8127;
color: #fff !important;
}
.shortcode.box.red {
background: #ed1c24;
border-color: #b81e14;
color: #fff !important;
}
.shortcode.box.purple {
background: #722ea4;
border-color: #471e72;
color: #fff !important;
}
.shortcode.box.yellow {
background: #fff200;
border-color: #ffd200;
}
.shortcode.box.orange {
background: #f7941d;
border-color: #c56102;
color: #fff !important;
}
.shortcode.box.light-yellow {
background: #fffcd3;
border-color: #dedba3;
}
.shortcode.box.light-blue {
background: #d9f4fe;
border-color: #a4cfe0;
}
.shortcode.box.lavender {
background: #f2e6fe;
border-color: #d1bae9;
}
.shortcode.box.pink {
background: #ffe6f1;
border-color: #f0b6cf;
}
.shortcode.box.light-green {
background: #edf6df;
border-color: #b8cd97;
}
.shortcode.box.gray {
background: #9e9e9e;
border-color: #858585;
color: #fff !important;
}
.shortcode.box.black {
background: #111;
border-color: #000;
color: #fff !important;
} .shortcode.box.purple a,
.shortcode.box.orange a,
.shortcode.box.green a,
.shortcode.box.blue a,
.shortcode.box.black a,
.shortcode.box.gray a,
.shortcode.box.red a {
color: #fffabb !important;
} .shortcode.box.rounded {
border-radius: 8px;
} .shortcode.box.shadow {
box-shadow: 0 1px 1px rgba(0,0,0,.1);
} .shortcode.box.announcement {
background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/shortcodes/annoucement.png);
background-repeat: no-repeat;
background-position: 8px 5px;
padding-left: 70px;
min-height: 55px;
}
.shortcode.box.comment {
background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/shortcodes/comment.png);
background-repeat: no-repeat;
background-position: 8px 5px;
padding-left: 70px;
min-height: 55px;
}
.shortcode.box.question {
background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/shortcodes/question.png);
background-repeat: no-repeat;
background-position: 8px 5px;
padding-left: 70px;
min-height: 55px;
}
.shortcode.box.upload {
background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/shortcodes/upload.png);
background-repeat: no-repeat;
background-position: 8px 5px;
padding-left: 70px;
min-height: 55px;
}
.shortcode.box.download {
background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/shortcodes/download.png);
background-repeat: no-repeat;
background-position: 8px 5px;
padding-left: 70px;
min-height: 55px;
}
.shortcode.box.highlight {
background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/shortcodes/highlight.png);
background-repeat: no-repeat;
background-position: 8px 5px;
padding-left: 70px;
min-height: 55px;
}
.shortcode.box.map {
background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/shortcodes/map.png);
background-repeat: no-repeat;
background-position: 8px 5px;
padding-left: 70px;
min-height: 55px;
}
.shortcode.box.warning {
background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/shortcodes/warning.png);
background-repeat: no-repeat;
background-position: 8px 5px;
padding-left: 70px;
min-height: 55px;
}
.shortcode.box.info {
background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/shortcodes/info.png);
background-repeat: no-repeat;
background-position: 8px 5px;
padding-left: 70px;
min-height: 55px;
}
.shortcode.box.note {
background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/shortcodes/note.png);
background-repeat: no-repeat;
background-position: 8px 5px;
padding-left: 70px;
min-height: 55px;
}
.shortcode.box.contact {
background-image: url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/img/shortcodes/contact.png);
background-repeat: no-repeat;
background-position: 8px 5px;
padding-left: 70px;
min-height: 55px;
} .shortcode.box h1, 
.shortcode.box h2, 
.shortcode.box h3, 
.shortcode.box h4, 
.shortcode.box h5, 
.shortcode.box h6 {
margin: 2px 0 3px;
} .shortcode.author-box {
border-top: solid 1px #ddd;
margin: 15px 0;
box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
}
.shortcode.author-box .author-avatar {
float: left;
margin: 0 15px 5px 0;
}
.shortcode.author-box .author-avatar img {
padding: 4px;
background: #fff;
box-shadow: 0 1px 1px rgba(0,0,0,.15);
border-radius: 4px;
}
.shortcode.author-box .author-name {
margin: 2px 0 5px;
}
.shortcode.author-box .author-bio {
overflow: hidden;
margin: 0;
} .shortcode.author-box.blue {
background: #3cafff;
border-color: #2786cf;
color: #fff !important;
padding: 8px;
}
.shortcode.author-box.green {
background: #78ac3e;
border-color: #5e8127;
color: #fff !important;
padding: 8px;
}
.shortcode.author-box.red {
background: #ed1c24;
border-color: #b81e14;
color: #fff !important;
padding: 8px;
}
.shortcode.author-box.purple {
background: #722ea4;
border-color: #471e72;
color: #fff !important;
padding: 8px;
}
.shortcode.author-box.yellow {
background: #fff200;
border-color: #ffd200;
color: #333 !important;
padding: 8px;
}
.shortcode.author-box.orange {
background: #f7941d;
border-color: #c56102;
color: #fff !important;
padding: 8px;
}
.shortcode.author-box.light-yellow {
background: #fffcd3;
border-color: #dedba3;
color: #333 !important;
padding: 8px;
}
.shortcode.author-box.light-blue {
background: #d9f4fe;
border-color: #a4cfe0;
color: #333 !important;
padding: 8px;
}
.shortcode.author-box.lavender {
background: #f2e6fe;
border-color: #d1bae9;
color: #333 !important;
padding: 8px;
}
.shortcode.author-box.pink {
background: #ffe6f1;
border-color: #f0b6cf;
color: #333 !important;
padding: 8px;
}
.shortcode.author-box.light-green {
background: #edf6df;
border-color: #b8cd97;
color: #333 !important;
padding: 8px;
}
.shortcode.author-box.gray {
background: #9e9e9e;
border-color: #858585;
color: #fff !important;
padding: 8px;
}
.shortcode.author-box.black {
background: #111;
border-color: #000;
color: #fff !important;
padding: 8px;
} .shortcode.author-box.purple a,
.shortcode.author-box.orange a,
.shortcode.author-box.green a,
.shortcode.author-box.blue a,
.shortcode.author-box.black a,
.shortcode.author-box.gray a,
.shortcode.author-box.red a {
color: #fffabb !important;
}
.shortcode.author-box.yellow a,
.shortcode.author-box.light-yellow a,
.shortcode.author-box.light-blue a,
.shortcode.author-box.lavender a,
.shortcode.author-box.pink a,
.shortcode.author-box.light-green a {
color: #000 !important;
} .shortcode.author-box.rounded {
border-radius: 8px;
} .shortcode.author-box.shadow {
box-shadow: 0 1px 1px rgba(0,0,0,.1);
} .shortcode .flickr_badge_image {
margin: 10px 0;
}
.shortcode .flickr_badge_image img {
margin-right: 12px;
margin-bottom: 12px;
float: left;
} .shortcode.map .map-container {
margin: 0 0 15px;
border: solid 1px #ccc;
}
.map img { 
max-width: none !important; 
}
.gmnoprint {
word-wrap: normal;
}  .shortcode.grid4 .post {
width: 22.6%;
float: left;
margin-left: 3.2%;
} .shortcode.grid3 .post {
width: 31.2%;
float: left;
margin-left: 3.2%;
} .shortcode.grid2 .post {
width: 48.4%;
float: left;
margin-left: 3.2%;
} .shortcode.grid2-thumb .post {
width: 48.4%;
float: left;
margin-left: 3.2%;
}
.shortcode.grid2-thumb .post-image {
float: left;
margin: 0 20px 15px 0;
}
.shortcode.grid2-thumb .post-content {
overflow: hidden;
} .shortcode.grid4 .post:nth-of-type(4n+1),
.shortcode.grid3 .post:nth-of-type(3n+1),
.shortcode.grid2 .post:nth-of-type(2n+1),
.shortcode.grid2-thumb .post:nth-of-type(2n+1) {
margin-left: 0;
clear: left;
} .shortcode.list-thumb-image .post-image {
float: left;
margin: 0 20px 15px 0;
}
.shortcode.list-thumb-image .post-content {
overflow: hidden;
} .shortcode.list-large-image .post-image {
float: left;
margin: 0 20px 15px 0;
}
.shortcode.list-large-image .post-content {
overflow: hidden;
} .shortcode.slider,
.shortcode.post-slider { 
height: 0; visibility: hidden;
overflow: hidden; 
margin: 0;
padding: 0;
} .shortcode.slider .post, 
.shortcode.post-slider .post {
margin: 0;
padding: 0;
text-align: center;
} .shortcode.post-slider h1,
.shortcode.slider h1,
.shortcode.post-slider h2,
.shortcode.slider h2,
.shortcode.post-slider h3,
.shortcode.slider h3,
.shortcode.post-slider h4,
.shortcode.slider h4,
.shortcode.post-slider h5,
.shortcode.slider h5,
.shortcode.post-slider h6,
.shortcode.slider h6 {
margin: 0 0 5px;
} .shortcode.post-slider .post-image {
margin: 0 0 10px;
padding: 0;
float: none;
text-align: center;
max-width: 100%;
width: auto;
} .shortcode.post-slider .post-title {
margin: 0 0 5px;
padding: 0;
font-size: 115%;
} .shortcode.post-slider .post-content {
font-size: 95%;
width: auto;
max-width: 100%;
} .shortcode.post-slider .carousel-wrap,
.shortcode.slider .carousel-wrap {
position: relative;
margin-bottom: 10px;
padding: 0 !important;
} .shortcode.post-slider .slides,
.shortcode.slider .slides {
margin: 0 !important;
padding: 0 !important;
height: auto !important;
}
.shortcode.post-slider .slides li,
.shortcode.slider .slides li {
list-style: none;
margin: 0 10px 0 0 !important;
padding: 0 !important;
width: auto;
height: auto !important;
float: left;
text-align: center;
}
.shortcode.post-slider .slides .post,
.shortcode.slider .slides .post { 
width: 100% !important; 
}
.shortcode.post-slider .post-video,
.shortcode.slider .post-video {
padding-top: 0;
} .shortcode.post-slider .carousel-nav-wrap,
.shortcode.slider .carousel-nav-wrap {
text-align: center;
margin: 15px auto 10px;
border: none;
}
.shortcode.post-slider .carousel-prev,
.shortcode.slider .carousel-prev,
.shortcode.post-slider .carousel-next,
.shortcode.slider .carousel-next {
position: static !important;
display: inline-block !important;
font: 12px/100% Arial, Helvetica, sans-serif !important;
width: 24px !important;
height: 20px !important;
line-height: 100%;
text-indent: 0;
text-decoration: none;
text-align: center;
margin: 0 3px;
padding: 4px 0 0;
color: #666;
text-shadow: 0 1px 0 rgba(255,255,255,.8);
border-radius: 10em;
border: solid 1px #ccc;
background-color: #f5f5f5;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
background-image: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
box-shadow: inset 0 -1px 1px rgba(255,255,255,.4);
}
.shortcode.post-slider .carousel-prev:hover,
.shortcode.slider .carousel-prev:hover,
.shortcode.post-slider .carousel-next:hover,
.shortcode.slider .carousel-next:hover {
background-color: #fff;
} .shortcode.post-slider .carousel-nav-wrap .disabled,
.shortcode.slider .carousel-nav-wrap .disabled,
.shortcode.post-slider .carousel-nav-wrap .disabled,
.shortcode.slider .carousel-nav-wrap .disabled {
opacity: 6; 
cursor: default;
} .shortcode.post-slider .carousel-pager,
.shortcode.slider .carousel-pager {
clear: both;
text-align: center;
display: inline-block;
zoom:1;
*display:inline;
vertical-align: middle;
width: auto;
}
.shortcode.post-slider .carousel-pager a,
.shortcode.slider .carousel-pager a {
text-indent: -900em;
width: 8px;
height: 8px;
display: inline-block;
zoom:1;
*display:inline;
margin: 8px 3px 0;
background: #ccc;
background: rgba(0,0,0,.2);
border: solid 2px #666;
border-radius: 10em;
cursor: pointer;
}
.shortcode.post-slider .carousel-pager a.selected,
.shortcode.slider .carousel-pager a.selected {
background: #fff;
background: rgba(255,255,255,.6);
border-color: #ccc;
} .shortcode.slider.effect-fade .caroufredsel_wrapper,
.shortcode.post-slider.effect-fade .caroufredsel_wrapper {
-moz-transition: height 0.5s ease-in-out;
-webkit-transition: height 0.5s ease-in-out;
transition: height 0.5s ease-in-out;
} .shortcode.twitter-list {
margin: 0 0 20px;
}
.shortcode.twitter-list ul {
margin: 0;
padding: 0;
}
.shortcode.twitter-list li {
margin: 0 0 15px;
padding: 0;
list-style: none;
}
.shortcode.twitter-list .twitter-timestamp a {
font-size: 85%;
color: inherit;
text-decoration: none;
}
.shortcode.twitter-list .follow-user {
margin: 0;
padding: 5px 0;
}@media screen and (min-width: 980px) { .pagewidth{
width:100%;
}
.ppage{
padding:2%;
}
.mobile-button {
position: relative;
width: 32px;
height: 23px;  display: block;
float: left;
cursor: pointer;
text-align: center;
}
.mobile-button:after {
padding: 1px;
content: "";
width: 100%;
height: 100%;
position: absolute;
top: -1px;
left: -1px;
z-index: -1;
background-color: #c3c3c3;
background-color: transparent \0; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(0,0,0,0.1) 100%);
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(0,0,0,0.1) 100%);
background-image: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(0,0,0,0.1) 100%);
box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px rgba(255,255,255,.5), 0 1px 2px rgba(0,0,0,.2);
border-radius: 5px;
}
.mobile-button:hover:after,
.mobile-button.active:after {
background-color: #e0e0e0;
} #main-nav-wrap {
position: absolute; left: 0;
z-index: 1000;
height:27px;
} #menu-icon {
background-color:#c3c3c3 \9 !important; }
#menu-icon:after {
content: "\f0c9";
color: #333;
font-size: 18px;
padding-top: 5px;
} .main-nav {
clear: both;
float: right;
position: static;
width: 160px;
z-index: 1000;
padding: 10px 5px;
background: #fff !important;
border: solid 1px #999 !important;
display: none; box-shadow: 1px 2px 0 rgba(0,0,0,.2);
border-radius: 5px;
margin-top: 5px;
}
.main-nav li {
clear: both;
float: none;
margin: 5px 0 5px 10px !important;
padding: 0 !important;
border: none !important;
box-shadow: none !important;
}
.main-nav a,
.main-nav ul a {
font: inherit !important;
text-transform: inherit !important;
background: none !important;
width: auto !important;
display: inline !important;
padding: 0 !important;
color: #666 !important;
border: none !important;
text-shadow: none !important;
box-shadow: none !important;
}
.main-nav a:hover,
.main-nav ul a:hover {
background: none !important;
color: #000 !important;
} .main-nav ul {
position: static;
display: block;
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
box-shadow: none;
}
}
@media screen and (max-width: 980px) {
.page-overlay{
z-index:1111;
}
.market_place img{
left:0;
}
.picandshort .pic{
width:100%;
text-align:center;
}
.ppage .post-social{
text-align:center;
}
.SpecialInfo{
max-width: 100%;
text-align:center;
padding:0;
}
.loops-wrapper {
margin-left: -20px;
overflow: visible !important;
z-index:111;
}
#headerwrap.invisible-header {
width: 100%;
margin-top: -55px;
} 
#headerwrap.invisible-header {
top:0;
}
.market_place {
width: 100%;
top: 0px;
clear: both !important;
display: inline-block;
position:relative;
margin-left:0;
} body { }
.pagewidth {
max-width: 94%;
width: 100%;
} #content {
width: 71%;
} #sidebar {
width: 26.2%;
}
#sidebar .secondary {
width: 47%;
} .col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
margin-left: 2%;
}
.col4-1 {
max-width: 23%;
}
.col4-2, .col2-1 {
max-width: 48%;
}
.col4-3 {
max-width: 72%;
}
.col3-1 {
max-width: 31%;
}
.col3-2 {
max-width: 62%;
}  #header .social-widget, #site-logo, #site-description  {
position: static !important;
float: none;
clear: both;
} #social-wrap {
position: static;
}
#header .social-widget {
margin-left: 0;
}
.header-search-form{
width:100%;
max-width:210px;	
margin:0 auto;
text-align: center;
} #site-logo {
text-align: left;
padding: 5px 0 12p;
}
#site-logo a {
font-size: 30px;
} #site-description {
margin: 0 0 10px;
} .fixed-header #site-logo,
.fixed-header #site-description {
display: none;
}
.fixed-header #social-wrap {
padding-top: 14px;
} .mobile-button {
position: relative;
width: 32px;
height: 25px;
margin-bottom: 3px;
margin-right: 3px;
display: block;
float: right;
cursor: pointer;
text-align: center;
}
.mobile-button:after {
padding: 1px;
content: "";
width: 100%;
height: 100%;
position: absolute;
top: -1px;
left: -1px;
z-index: -1;
background-color: #c3c3c3;
background-color: transparent \0; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(0,0,0,0.1) 100%);
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(0,0,0,0.1) 100%);
background-image: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(0,0,0,0.1) 100%);
box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px rgba(255,255,255,.5), 0 1px 2px rgba(0,0,0,.2);
border-radius: 5px;
}
.mobile-button:hover:after,
.mobile-button.active:after {
background-color: #e0e0e0;
} .main-nav-wrap {
position: absolute;
top: 30px;
right: 0;
z-index: 1000;
} #menu-icon {
background-color:#c3c3c3 \9 !important; }
#menu-icon:after {
content: "\f0c9";
color: #333;
font-size: 18px;
padding-top: 5px;
} .main-nav {
clear: both;
float: right;
position: static;
width: 160px;
z-index: 1000;
padding: 10px 5px;
background: #fff !important;
border: solid 1px #999 !important;
display: none; box-shadow: 1px 2px 0 rgba(0,0,0,.2);
border-radius: 5px;
margin-top: 5px;
}
.main-nav li {
clear: both;
float: none;
margin: 5px 0 5px 10px !important;
padding: 0 !important;
border: none !important;
box-shadow: none !important;
}
.main-nav a,
.main-nav ul a {
font: inherit !important;
text-transform: inherit !important;
background: none !important;
width: auto !important;
display: inline !important;
padding: 0 !important;
color: #666 !important;
border: none !important;
text-shadow: none !important;
box-shadow: none !important;
}
.main-nav a:hover,
.main-nav ul a:hover {
background: none !important;
color: #000 !important;
} .main-nav ul {
position: static;
display: block;
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
box-shadow: none;
} #searchform-wrap {
position: absolute;
top: 10px;
right: 42px;
z-index: 1000;
}
#search-icon {
background-color:#c3c3c3 \9 !important; }
#search-icon:after {
content: "\f002";
color: #333;
font-size: 18px;
padding-top: 5px;
}
#headerwrap #searchform #s {
background: #ddd !important;
color: #444 !important;
padding-left: 8px;
width: 140px\9; }
#header #searchform #s:focus {
width: 120px;
}
#header #searchform .icon-search {
display: none;
}
}
@media screen and (max-width: 768px) {
.loops-wrapper {
margin-left: -20px;
overflow: visible !important;
} #content {
width: 100%;
max-width: 100%;
float: none;
clear: both;
}
#slidebarsubmit .searchinput input{
width:100%;
max-width:97% !important;
} #sidebar {
width: 100%;
max-width: 100%;
float: none;
clear: both;
}
#sidebar .secondary {
width: 48%;
}  .list-large-image .post-image {
float: none;
margin-right: 0;
}
.list-large-image .post-content {
overflow: visible;
float: none;
}
.page #content {
width: 100%;
padding: 12px;
}
}
@media screen and (max-width: 768px) and (max-height: 600px) { .main-nav {
max-height: 320px;
overflow: auto;
}
}
@media screen and (max-width: 510px) {
#site-description{
} html {
-webkit-text-size-adjust: none;
}
#slidebarsubmit .searchinput input{
width:100%;
max-width:100% !important;
} .col4-1,
.col4-2, .col2-1,
.col4-3,
.col3-1,
.col3-2	 {
margin-left: 0 !important;
width: 100% !important;
max-width: 100% !important;
} .loops-wrapper {
margin-left: 0;
}  .post {
width: auto !important;
max-width: 100% !important;
margin-left: 0 !important;
float: none !important;
} .post-title {
margin: 0 0 2px !important;
font-size: 2em !important;
} .post-image {
float: none !important;
margin-right: 0 !important;
margin-left: 0 !important;
} .post-content {
overflow: visible !important;
float: none !important;
} .list-post .post-content {
margin-left: 0;
}
.list-post .post-meta {
width: auto;
position: static;
}
.list-post .post-meta em {
display: inherit;
}
.list-post .post-meta .post-author,
.list-post .post-meta .post-category,
.list-post .post-meta .post-tag,
.list-post .post-meta .post-author,
.list-post .post-meta .post-comment a {
display: inline;
text-align: left;
border-top: none;
padding: 0;
}
.list-post .author-pic {
position: static;
top: 0;
left: -60px;
} .post-nav .prev, .post-nav .next {
display: block;
width: 100%;
clear: both;
margin-bottom: 10px;
} .commentlist {
padding-left: 0;
}
.commentlist .commententry {
clear: left;
}
.commentlist .avatar {
float: left;
width: 40px;
height: 40px;
margin: 0 10px 10px 0;
} #footer-logo {
position: static;
}
.footer-nav {
padding: 0;
} .signup-box label {
display: block;
}
.signup-box .submit-field {
margin-left: 0;
} .woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary {
float: none !important;
width: 100% !important;
}
.header_discount_slider .display-box1{
display:none;
}
}
@media screen and (min-width: 981px) { .main-nav,
#headerwrap #searchform { }
}@font-face{font-family:'FontAwesome';src:url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/font/fontawesome-webfont.eot?v=3.2.1);src:url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/font/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'),url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/font/fontawesome-webfont.woff?v=3.2.1) format('woff'),url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/font/fontawesome-webfont.ttf?v=3.2.1) format('truetype'),url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}@media screen and (max-width: 510px) {
.post { width: 100% !important; height: auto !important}
.post-image { float: left !important; margin: 0 !important; padding: 10px;  }
.post-image img { height: auto !important; width: 100px !important }
.single .post-image { float: none !important; width: 100% !important; padding: 0;  }
.single .post-image img {max-width: 100%; }
.post-title { font-size: 120% !important;}
.single .post-title { padding-left: 0px; font-size: 200% !important;}
.loops-wrapper { margin-left: 0 !important;}
.post-content { padding: 10px 10px 10px 120px !important}
.post-content.no-image { padding: 10px 10px 10px 10px !important}
.single .post-content { padding: 10px 0 !important}
.grid4 .post-meta { position: relative !important; margin: 20px 0 0; clear: none; text-align: left;}
.single .post-meta { margin: 10px 0; }
.grid4 .post-tag { width: 100%; }
.grid4 .post-category { width: 100%; }
}
@media screen and (max-width: 980px) {
#site-logo { text-align: center; }
#main-nav-wrap { left: 0; top: 15px; right: auto; }
.mobile-button { float: left; height: 20px; width: 30px; }
#pagewrap {  }
.header-search-form {
position: relative;
top: 0;
bottom: 0;
margin-bottom: 10px;
}
}@font-face{font-family:'FontAwesome';src:url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/css/fonts/fontawesome-webfont.eot?v=4.0.3);src:url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/css/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'),url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/css/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'),url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/css/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'),url(//www.mac-mike.com/wp-content/themes/streamstore-6rZhg3-pLPPrG/css/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}