/* # Genesis Framework
Theme Name: BCIO Genesis
Theme URI: http://anca.io/
Description: This is a theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://anca.io/
Template: genesis
Template Version: 2.1.1
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html
{
    font-family: sans-serif; /* 1 */

        -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video
{
    display: inline-block; /* 1 */

    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls])
{
    display: none;

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template
{
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a
{
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover
{
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark
{
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr
{
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea
{
    font: inherit; /* 2 */

    margin: 0; /* 3 */

    color: inherit; /* 1 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
/* 1 */
input[type='reset'],
input[type='submit']
{
    cursor: pointer; /* 3 */

    -webkit-appearance: button; /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled]
{
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}
#search-7{
    padding: 9px 0 0 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #333 !important;
    margin-left: 20px;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search']
{
    -webkit-box-sizing: content-box; /* 2 */
       -moz-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend
{
    padding: 0; /* 2 */

    border: 0; /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type='search']
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before
{
    display: table;

    content: ' ';
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after
{
    display: table;
    clear: both;

    content: ' ';
}


html
{
    font-size: 62.5%;
}
body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.625;

    color: #000;
    background-color: #fff;
}
a,
button,
input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus,
.button
{
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}
::-moz-selection
{
    color: #fff;
    background-color: #333;
}

::selection
{
    color: #fff;
    background-color: #333;
}
a
{
    text-decoration: none;

    color: #000;
}
a img
{
    margin-bottom: -4px;
    margin-bottom: -.4rem;

    border-style: none;
}
a:hover
{
    color: #333;
}
p
{
    margin: 0 0 24px;
    margin: 0 0 2.4rem;
    padding: 0;
}

strong
{
    font-weight: 700;
}

ol,
ul
{
    margin: 0;
    padding: 0;
}

blockquote,
blockquote::before
{
    color: #999;
}

blockquote
{
    font-family: 'Libre Baskerville', serif !important;
    font-size: 20px !important;
    font-size: 2rem !important;
    font-style: italic;

    margin: 40px 40px 24px;
    margin: 4rem 4rem 2.4rem;
    margin: 30px;
    padding: 30px;

    text-align: center;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
blockquote p
{
    font-family: serif !important;
    font-size: 25px !important;
    font-size: 2.5rem !important;
}
blockquote::before
{
    position: relative;
    top: -10px;
    left: -20px;

    display: block;

    height: 0;
}

.entry-content code
{
    color: #ddd;
    background-color: #333;
}

cite
{
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    line-height: 1.2;

    margin: 0 0 16px;
    margin: 0 0 1.6rem;

    color: #333;
}
h1
{
    font-size: 36px;
    font-size: 3.6rem;
}
h1.archive-section-title
{
    margin-top: 10px;
    padding: 5px 15px 5px 15px;
}
h1 span.archive-page-title
{
    width: 75%;
}
h1 span.archive-page-rss
{
    width: 25%;
}
h1 a
{
    float: right;

    margin-right: 10px;

    color: #fff;
}
h1 a:hover
{
    color: #fff;
}
h2
{
    font-size: 30px;
    font-size: 3rem;
}
.entry-content > h2
{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
}
.rsCaption h2
{
    color: #fff;
}
.rsCaption h2 small
{
    font-size: 70%;
}
.rsCaption h2 small a
{
    color: #fff;
}

h3
{
    font-size: 24px;
    font-size: 2.4rem;
}
.yarpp-related h3.recent-yarp
{
    text-transform: none !important;
}
.entry-content > h3
{
    font-weight: 600;

    text-transform: uppercase;
}
.social-ring
{
    margin-top: 20px;
    margin-bottom: 20px;
}
h4
{
    font-size: 20px;
    font-size: 2rem;
}

h5
{
    font-size: 18px;
    font-size: 1.8rem;
}

h6
{
    font-size: 16px;
    font-size: 1.6rem;
}
/* Objects
--------------------------------------------- */


embed,
iframe,
img,
object,
video,
.wp-caption
{
	width: 100%;
    max-width: 100%;
}

img
{
    height: auto;
}

.featured-content img,
.gallery img
{
    width: auto;
}
.mobile-only .social_stickers_widget
{
    display: none;
    visibility: hidden;
}
.social_stickers_widget img
{
    width: 45.5px;
    height: 45.5px;
}
.royalSlider
{
    width: 100% !important;
}
.royalSlider .rsContent a img
{
    width: 100%;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea
{
    font-size: 14px;
    font-size: 1.4rem;

    width: 100%;
    padding: 16px;
    padding: 1.6rem;

    color: #999;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 1px 1px 3px #eee inset;
}

input:focus,
textarea:focus
{
    border: 1px solid #999;
    outline: none;
}

::-moz-placeholder
{
    opacity: 1;
    color: #999;
}

::-webkit-input-placeholder
{
    color: #999;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.entry-content .button
{
    width: auto;
    padding: 16px 24px;
    padding: 1.6rem 2.4rem;

    cursor: pointer;
    text-transform: uppercase;

    color: #fff;
    border: none;
    background-color: #333;
    box-shadow: none;
}

.entry-content .button:hover
{
    color: #fff;
}

.button
{
    display: inline-block;

    border-radius: 3px;
}
button.slider-up,
button.slider-down
{
    font-size: 20px;

    width: 100%;
    padding: 0;

    text-align: center;

    color: #333;
    background: none;
}
button.slider-up:hover,
button.slider-down:hover,
button.slider-up:active,
button.slider-down:active
{
    font-size: 20px;

    width: 100%;
    padding: 0;

    text-align: center;

    color: #333;
    background: none;
}
.slick-slider.unde-scurte
{
    margin-bottom: 0 !important;
    padding-right: 5px;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button
{
    display: none;
}
/* Tables
--------------------------------------------- */

table
{
    line-height: 2;

    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 4rem;

    border-spacing: 0;
    border-collapse: collapse;
}

tbody
{
    border-bottom: 1px solid #ddd;
}

th,
td
{
    text-align: left;
}

th
{
    font-weight: bold;

    text-transform: uppercase;
}

td
{
    padding: 6px 0;
    padding: .6rem 0;

    border-top: 1px solid #ddd;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
.column
{
    float: left;
}
.column-wrapper
{
    overflow: hidden;
}
.column .column-content
{
    padding-right: 10px;
    padding-left: 10px;
}
.column.col-12-12
{
    width: 100%;
}
.column.col-11-12
{
    width: 91.6666667%;
}
.column.col-10-12
{
    width: 83.3333333%;
}
.column.col-9-12
{
    width: 75%;
}
.column.col-8-12
{
    width: 66.6666667%;
}
.column.col-7-12
{
    width: 58.3333333%;
}
.column.col-6-12
{
    width: 50%;
}
.column.col-5-12
{
    width: 41.6666667%;
}
.column.col-4-12
{
    width: 33.3333333%;
}
.column.col-3-12
{
    width: 25%;
}
.column.col-2-12
{
    width: 16.6666667%;
}
.column.col-1-12
{
    width: 8.3333333%;
}

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap
{
    margin: 0 auto;
}

.site-inner
{
    clear: both;

    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    background-color: #fff;
}
.archive .site-inner,
.single .site-inner
{
    padding-top: 10px;
}
.archive.category-originals .site-inner,
.archive.category-techcover .site-inner,
.home .site-inner,
.archive.category-homecover .site-inner
{
    padding-top: 0;
}
.site-container
{
    background: #f2f2f2;
}
/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap
{
    float: left;
}
.content-sidebar-wrap .content
{
    float: left;

    width: 74%;

    border-right: 1px solid #e2e2e2;
}

.full-width-content .content
{
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary
{
    float: right;

    width: 25%;
}
.sidebar-primary .widget
{
    margin-left: 15px;
}

.lt-ie9 .content-sidebar-wrap .content
{
    width: 960px;
}
.lt-ie9 .sidebar-primary
{
    width: 300px;
}



/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar
{
    float: left;
}

.alignleft .avatar
{
    margin-right: 24px;
    margin-right: 2.4rem;
}

.alignright .avatar
{
    margin-left: 24px;
    margin-left: 2.4rem;
}

.search-form input[type='submit']
{
    position: absolute;

    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}



img.centered,
.aligncenter
{
    display: block;

    margin: 7px auto 24px;
    margin: .7rem auto 2.4rem;
}

img.alignnone
{
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

.alignleft
{
    float: left;

    text-align: left;
}

.alignright
{
    float: right;

    text-align: right;
}

img.alignleft,
.wp-caption.alignleft
{
    margin: 0 24px 24px 0;
    margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright
{
    margin: 0 0 24px 24px;
    margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text
{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;

    text-align: center;
}



.widget_calendar table
{
    width: 100%;
}

.widget_calendar td,
.widget_calendar th
{
    text-align: center;
}
.first
{
    clear: both;

    margin-left: 0;
}
/* Genesis
--------------------------------------------- */

.breadcrumb
{
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.archive-description,
.author-box
{
    margin-bottom: 40px;
    margin-bottom: 4rem;

    background-color: #fff;
}
.search .archive-description,
.search-results .archive-description
{
    display: none;

    visiblity: hidden;
}
.archive-description
{
    padding: 40px 40px 24px;
    padding: 4rem 4rem 2.4rem;
}

.author-box
{
    padding: 40px;
    padding: 4rem;
}

.author-box-title
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;

    margin-bottom: 4px;
    margin-bottom: .4rem;

    color: #333;
}

.author-box a
{
    border-bottom: 1px solid #ddd;
}

.author-box p
{
    margin-bottom: 0;
}

.author-box .avatar
{
    margin-right: 24px;
    margin-right: 2.4rem;
}
/* Titles
--------------------------------------------- */

.entry-title
{
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
}



.entry-title a:hover
{
    color: #666;
}
.widget
{
    margin-bottom: 2rem;
}
.widget-title
{
    font-size: 20px;
    font-size: 2rem;

    margin-left: -6px;
    padding: 5px 4px;

    text-transform: uppercase;

    color: white;
}

.sidebar .widget-title a
{
    color: #fff !important;
    border: none;
}

.archive-title
{
    font-size: 20px;
    font-size: 2rem;

    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry
{
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 0 0 24px;
    padding: 0 0 2.4rem;

    border-bottom: 2px solid #f5f5f5;
}

.featured-content .entry-title
{
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;

    border: none;
}

.featured-content .entry-title a
{
    border: none;
}
.featuredpost .avatar
{
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 15px solid white;
    border-left: 2px solid white;
}
.ads-sidebar .featuredpost .widget-title
{
    margin-left: 0;
}
.ads-sidebar .featuredpost
{
    border-bottom: 0;
    background-color: whitesmoke;
    box-shadow: inset 0 0 5px #e2e2e2;
}
.ads-sidebar .featuredpost .entry-title a
{
    text-decoration: underline;

    color: #333;
}
.ads-sidebar .featuredpost .entry
{
    margin-right: 0;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;

    background: none;
    background-color: transparent !important;
    box-shadow: none;
}
.home .ads-sidebar .featuredpost
{
    margin-bottom: 0;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget
{
    color: #999;
}

.enews-widget .widget-title
{
    color: #fff;
}

.enews-widget input
{
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.enews-widget input:focus
{
    border: 1px solid #ddd;
}

.enews-widget input[type='submit']
{
    width: 100%;
    margin: 0;

    color: #fff;
    background-color: #f15123;
}

.enews-widget input:hover[type='submit']
{
    color: #333;
    background-color: #fff;
}

.ads-sidebar .new_royalslider_widget .rsDefaultInv.galleryTextThumbs .rsOverflow
{
    width: 0 !important;
}
.ads-sidebar .new_royalslider_widget .rsDefaultInv.galleryTextThumbs .rsThumbsVer
{
    width: 100% !important;
}
.ads-sidebar .new_royalslider_widget .rsThumb
{
    width: 100% !important;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li
{
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type='email'],
div.gform_wrapper input[type='text'],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 16px;
    padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label
{
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li
{
    margin: 16px 0 0;
    margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type='submit']
{
    font-size: 14px;
    font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats
{
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header
{
    background-color: #fff;
}

.site-header .wrap
{
    padding: 0 20px;
    padding: 0 2rem;
}
.site-header img.alignright,
.site-header img.aligncenter
{
    margin: 0;
}
/* Title Area
--------------------------------------------- */

.title-area
{
    font-family: Open Sans, sans-serif;
    font-weight: 700;

    float: left;

    width: 320px;
    padding: 16px 0;
    padding: 1.6rem 0;
}

.header-image .title-area
{
    padding: 0;
}

.site-title
{
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;

    display: table;

    margin: 0 0 8px;
    margin: 0 0 .8rem;

    text-transform: uppercase;
}
.site-title a
{
    display: table-cell;

    padding-top: 15px;
    padding-top: 1.5rem;
    padding-bottom: 15px;
    padding-bottom: 1.5rem;

    vertical-align: middle;

    color: #333;
}
.site-title a img
{
    width: auto;
    max-height: 120px;
    max-height: 11.2rem;
    margin-left: -10px;
    margin-left: -1rem;

    border-style: none;
}
#bc .site-title a img
{
    min-width: 239px;
    height: 11.2rem;
}
#tc .site-title a img
{
    min-width: 237px;
    height: 11.2rem;
}
#hc .site-title a img
{
    min-width: 235px;
    height: 11.2rem;
}

#sc .site-title a img
{
    min-width: 237px;
    height: 11.2rem;
}
.site-description
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;

    margin-bottom: 0;

    color: #999;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title
{
    width: 100%;
}

.header-image .site-description
{
    display: none;
    visibility: hidden;
}
.header-image .site-title a
{
    display: block;
}

/* Logo, hide text */

.header-image .site-header .wrap
{
    padding: 0 20px;
    padding: 0 2rem;
}

.header-image .site-title a
{
    float: left;

    width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area
{
    word-wrap: break-word;
}

.site-header .widget-area
{
    float: right;

    text-align: right;
}

.header-image .site-header .widget-area
{
    padding: 20px 0;
    padding: 2rem 0rem;
}
.header-widget-area .widget
{
    margin-top: 10px;
    margin-bottom: 0;
}
.header-widget-area .widget img.alignnone
{
    margin-bottom: 0;
}
.site-header .search-form
{
    float: right;

    margin-top: 24px;
    margin-top: 2.4rem;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu
{
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;

    clear: both;

    width: 100%;

    color: #999;
}

.genesis-nav-menu .menu-item
{
    display: inline-block;

    text-align: left;
}

.genesis-nav-menu a
{
    position: relative;

    display: block;

    padding: 24px 24px;
    padding: 2.4rem 2.4rem;

    color: #999;
    border: none;
}
.widget_nav_menu .genesis-nav-menu .menu-item
{
    margin-left: -4px;

    border-left: 1px solid #8a1e1e;
}
.widget_nav_menu .genesis-nav-menu a
{
    position: relative;

    display: block;

    padding: 28px 24px;
    padding: 2.3rem 2.240rem;

    color: #fff;
    border: none;
}
.genesis-nav-menu .sub-menu .current-menu-item > a
{
    color: #999;
}

.genesis-nav-menu > .menu-item > a
{
    font-family: 'Open Sans Condensed', sans-serif;

    margin-left: -4px;

    text-transform: uppercase;

    border-top: 4px solid transparent;
    border-right: 1px solid #5c5c5c;
    border-bottom: 4px solid transparent;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover
{
    color: #333;
}
.genesis-nav-menu .sub-menu
{
    position: absolute;
    z-index: 99;
    left: -9999px;

    width: 200px;
    margin-left: -4px;

    -webkit-transition: opacity .4s ease-in-out;
       -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
         -o-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;

    opacity: 0;
}

.genesis-nav-menu .sub-menu a
{
    font-size: 14px;
    font-size: 1.4rem;

    position: relative;

    width: 200px;
    padding: 16px 20px;
    padding: 1.6rem 2rem;

    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
}
.genesis-nav-menu .sub-menu .sub-menu
{
    margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover
{
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu
{
    left: auto;

    opacity: 1;
}
.genesis-nav-menu > .first > .sub-menu
{
    margin-left: 0;
}
.genesis-nav-menu > .first > a
{
    margin-left: 0;
}

.genesis-nav-menu > .last > a
{
    padding-right: 0;
}
.genesis-nav-menu > .right
{
    display: inline-block;
    float: right;

    padding: 28px 31px;
    padding: 2.8rem 3.135rem;

    list-style-type: none;

    text-transform: uppercase;

    border-top: 0;
    border-bottom: 0;
}

.genesis-nav-menu > .right > a
{
    display: inline;

    padding: 0;

    color: white;
    border: none;
}

.genesis-nav-menu > .rss > a
{
    margin-left: 48px;
    margin-left: 4.8rem;
}

.genesis-nav-menu > .search
{
    padding: 14px 0 0;
    padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu
{
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu
{
    margin-top: -55px;
}
/* Primary Navigation
--------------------------------------------- */

.nav-primary
{
    background-color: transparent;
}
.nav-primary .wrap
{
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    background-color: #333;
}
.nav-primary a:hover,
.nav-primary .current-menu-item > a
{
    color: #fff;
}

.nav-primary .sub-menu a:hover
{
    color: #333;
}
.nav-primary .genesis-nav-menu a
{
    padding: 10px 24px;
    padding: 1rem 2.4rem;
}
/* Secondary Navigation
--------------------------------------------- */

.nav-secondary
{
    background-color: transparent;
}
.nav-secondary .wrap
{
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    background-color: #333;
}
.nav-secondary a:hover,
.nav-secondary .current-menu-item > a
{
    color: #fff;
}

.nav-secondary .sub-menu a:hover
{
    color: #333;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

#regeneration {
  position: relative;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0px;

}
#regeneration .regeneration-content {
	margin-right: 20px;
	padding: 20px 40px 24px 40px;
    padding: 2rem 4rem 2.4rem 4rem;
      background: rgba(242, 242, 242, .33);
  box-shadow: inset 0 0 5px #e2e2e2;
}


#regeneration h1 a {
	margin-right: 0;
	border-bottom: 4px solid #490c89 !important;
}
.bc-specials div.special {

	padding: 0px 10px 0px 20px;
	color: #333;
}
.bc-specials div.project a{
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
}
/**
    #regeneration h1 {
   	 display: inline-block;
        width: 100%;
        background-color: #39a011;
    }
    #regeneration h1 a{
      color: #FFFFFF;
      margin-right: 0;

      padding-left: 40px;
      padding-top: 8px;
      padding-bottom: 5px;
      float: left !important;
      display: block;
      width: 100%;
      border-bottom: 0px solid #333;
      margin-bottom: 10px;
   }
**/
.bc-specials div.special .special-post a {
	margin-top: 8px;
}

#regeneration img {
	max-width: 300px;
}
.home .originals div.project a {
	border-color: rgba(23,43,16, 1) !important;
}
.home .techcover div.project a {
	border-color: rgba(252,89,41, 1) !important;
}
.home .smartcover div.project a {
	border-color: rgba(165,54,137, 1) !important;
}
.home .homecover div.project a {
	border-color: rgba(16,113,174, 1) !important;
}
.home .romania-reala div.project a {
	border-color: #490c89 !important;
}
#re-generation-year-zero > div.clear.clearfix.column.col-8-12 > div > h1 > a,
.home .re-generation-year-zero div.project a {
	border-color: #000033 !important;
}
.home .regeneration-ii-going-green div.project a {
	border-color: #39a011 !important;
}
/**
   .home .originals {
   	background-color: rgba(23,43,16, 0.85);
   }
   .home .techcover {
   	background-color: rgba(252,89,41, 0.85);
   }
   .home .smartcover {
   	background-color: rgba(165,54,137, 0.85);
   }
   .home .homecover {
   	background-color: rgba(16,113,174, 0.85);
   }

**/

.home .originals a, .home .techcover a, .home .smartcover a, .home .homecover a, .home .romania-reala a, .home .re-generation-year-zero a {
	color: #333;
}
.entry
{
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 20px 40px 24px 10px;
    padding: 2rem 4rem 2.4rem 1rem;
    border-radius: 3px;
    background-color: #fff;
}

.entry-content a
{
    border-bottom: 1px solid #ddd;
}

.entry-content a:hover
{
    color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a
{
    border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption
{
    font-family: 'Open Sans', sans-serif;

    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.entry-content ol,
.entry-content ul
{
    margin-left: 40px;
    margin-left: 4rem;
}

.entry-content ol li
{
    list-style-type: decimal;
}

.entry-content ul li
{
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul
{
    margin-bottom: 0;
}

.entry-content .search-form
{
    width: 50%;
}

.entry-meta
{
    font-size: 14px;
    font-size: 1.4rem;

    color: #999;
}

.entry-meta a
{
    border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta
{
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}
.entry-footer
{
    clear: both;

    border-top: 2px solid #f5f5f5;
}
.entry-footer .entry-meta
{
    margin: 0 -40px;
    margin: 0 -4rem;
    padding: 22px 40px 8px;
    padding: 2.2rem 4rem .8rem;
}

.entry-comments-link::before
{
    margin: 0 6px 0 2px;
    margin: 0 .6rem 0 .2rem;

    content: '\2014';
}

.entry-categories,
.entry-tags
{
    display: block;
}
.entry-tags
{
    margin-right: 5px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style]
{
    width: 100% !important;
    min-width: 100% !important;
}
/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination
{
    font-size: 14px;
    font-size: 1.4rem;

    margin: 40px 0;
    margin: 4rem 0;
}

.archive-pagination li
{
    display: inline;
}

.archive-pagination li a
{
    display: inline-block;

    padding: 8px 12px;
    padding: .8rem 1.2rem;

    cursor: pointer;

    color: #fff;
    border-radius: 3px;
    background-color: #333;
}
.entry-pagination a
{
    border-bottom: 1px solid #ddd;
}
/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings
{
    margin-bottom: 40px;
    margin-bottom: 4rem;

    background-color: #fff;
}





.comment-respond a,
.entry-comments a
{
    border-bottom: 1px solid #ddd;
}

.comment-content
{
    clear: both;
}

.entry-comments .comment-author
{
    margin-bottom: 0;
}

.comment-respond input[type='email'],
.comment-respond input[type='text'],
.comment-respond input[type='url']
{
    width: 50%;
}

.comment-respond label
{
    display: block;

    margin-right: 12px;
    margin-right: 1.2rem;
}

.comment-list li,
.ping-list li
{
    list-style-type: none;
}

.comment-list li
{
    margin-top: 24px;
    margin-top: 2.4rem;
    padding: 32px;
    padding: 3.2rem;
}

.comment-list li li
{
    margin-right: -32px;
    margin-right: -3.2rem;
}

li.comment
{
    border: 2px solid #fff;
    border-right: none;
    background-color: #f5f5f5;
}

.comment .avatar
{
    margin: 0 16px 24px 0;
    margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply
{
    display: none;
}



.form-allowed-tags
{
    font-size: 14px;
    font-size: 1.4rem;

    padding: 24px;
    padding: 2.4rem;

    background-color: #f5f5f5;
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar
{
    color: #999;
}

.sidebar a
{
    border-bottom: 1px solid #ddd;
}

.sidebar p:last-child
{
    margin-bottom: 0;
}

.sidebar li
{
    margin-bottom: 6px;
    margin-bottom: .6rem;

    list-style-type: none;

    word-wrap: break-word;
}

.sidebar ul > li:last-child
{
    margin-bottom: 0;
}

.sidebar .widget
{
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 0;
    padding: 0rem;

    border-radius: 3px;
    background-color: #fff;
}

.sidebar .enews-widget
{
    background-color: #333;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets
{
    clear: both;

    padding: 40px 0 16px;
    padding: 4rem 0 1.6rem;

    color: #999;
    background-color: #333;
}
.footer-widgets .column .fwidgets
{
    padding-right: 15px;
    padding-left: 15px;
}
.footer-widgets a
{
    color: #999;
    border-bottom: 1px solid #666;
}

.footer-widgets a:hover
{
    color: #ddd;
}

.footer-widgets .widget
{
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.footer-widgets .widget-title
{
    color: #fff;
}

.footer-widgets li
{
    margin-bottom: 6px;
    margin-bottom: .6rem;

    list-style-type: none;

    word-wrap: break-word;
}

.footer-widgets .search-form input:focus
{
    border: 1px solid #ddd;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer
{
    font-size: 14px;
    font-size: 1.4rem;

    padding: 40px 0;
    padding: 4rem 0;

    text-align: center;

    color: #999;
    border-top: 1px solid #000;
    background-color: #333;
}

.site-footer a
{
    border-bottom: 1px solid #ddd;
}

.site-footer p
{
    margin-bottom: 0;
}

.bc-featured-area
{
    margin-top: 30px;
	margin-bottom: 40px;
    margin-bottom: 0;
    background-color: #fff;
}
.slick-slider
{
	margin-top: 10px;
    margin-bottom: 20px !important;
}

.galleryTextThumbs .rsThumbs .rsThumb
{
    border-bottom: 0 solid transparent !important;
}
.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs
{
    background: #fff !important;
}
/*
Other Custom Elements
---------------------------------------------------------------------------------------------------- */

.top-sliders
{
    float: left;
}
.ads-sidebar
{
    float: left;
}

.lt-ie9 .top-sliders
{
    width: 960px;
}
.lt-ie9 .ads-sidebar
{
    width: 300px;
}

.ads-sidebar .widget
{
    position: relative;

    margin-left: 15px;
}
.ads-sidebar li
{
    margin-bottom: 10px;
    margin-left: 20px;

    list-style-type: square;
}
.news-bar li
{
    margin-bottom: 10px;
    margin-left: 20px;

    list-style-type: square;
}
.news-bar aside .widget
{
    margin-right: 0 !important;
}

.ads-sidebar li img.alignnone,
.ads-sidebar li img.aligncenter,
.ads-sidebar li img.alignleft,
.ads-sidebar li img.alignright
{
    margin: 0;
}
.ads-sidebar .widget_single_category_posts_widget
{
    height: 476px;
    max-height: 476px;
    margin-bottom: 0;
}
.column ul.single_category_posts_widget
{
    padding-right: 10px !important;
}
.ads-sidebar .widget_single_category_posts_widget ul
{
    position: relative;

        overflow-y: hidden;
    -ms-overflow-y: hidden;

    height: 476px;
    max-height: 476px;
}
.special-sections
{
    position: relative;

    display: block;

    width: 100%;
    margin-bottom: 20px;

    background-color: #fff;
}
.section-box
{
    position: relative;

    float: left;
}

.section-feature-link
{
    position: relative;
    top: 0;

    display: none;
    visibility: hidden;

    width: 100%;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;

    opacity: 0;

    filter: alpha(opacity=0);
}
.section-box img
{
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
img.section-img
{
    width: auto;
    height: 100%;
    margin: 0 auto;
    padding: 1.5rem;
}

:focus
{
    outline: none !important;
}
.small-feature
{
    position: relative;

    float: left;

    width: 300px;
    max-width: 300px;
}
.section-feature
{
    position: relative;

    display: table;

    width: 100%;
}
.section-feature-title
{
    position: relative;

    display: table-cell;

    min-height: 100%;
    padding: 1.5rem;

    text-align: center;
    vertical-align: middle;
}
.section-feature-title h4
{
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;

    position: relative;

    padding: .5rem;

    text-align: center;

    color: #333;
}

.home .entry,
.category-entry
{
    position: relative;

    margin-right: 10px;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 40px;

    background: rgba(242, 242, 242, .33);
    box-shadow: inset 0 0 5px #e2e2e2;
}
.home .entry h1,
.category-entry h1
{
    width: 60%;
}

.royalSlider
{
    z-index: 0;
}
.menu-logo
{
    position: relative;

    width: 100%;
    height: 60px;
}



#top-mobile-menu
{
    display: none;
    visibility: hidden;
}
.menu-trigger-bar
{
    display: none;
    visibility: hidden;

    width: 100%;
    height: 60px;

    background: #333;
}
.ssba
{
    margin-bottom: 20px;
}
.ssba,
.ssba a
{
    border-bottom: none;
}
.widget .ssba
{
    display: none;
    visibility: hidden;
}
.top-sliders .rsUni .rsGCaption
{
    font-size: 20px;
}
.entry .rsUni .rsGCaption,
.entry .rsMinW .rsGCaption
{
    font-size: 20px;
}
.ubermenu-main
{
    border: 0 !important;
}
.ubermenu-item-level-0 > .ubermenu-target
{
    border-bottom: 4px solid transparent !important;
    border-left: 0 !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}
.ubermenu-item-level-0
{
    border-left: 1px solid #000 !important;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, .1) !important;
       -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, .1) !important;
            box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, .1) !important;
}


.widget_facebook_likebox .widget-title a
{
    color: #fff;
    border-bottom: 0;
}
.footer-widgets .widget_facebook_likebox .widget-title a
{
    color: #fff;
    border-bottom: 0;
}
.sidebar .widgets-list-layout .widgets-list-layout-blavatar
{
    float: left;

    width: 60px;
    max-width: 60px;
    height: auto;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.mobile-only
{
    display: none;
    visibility: hidden;
}
.desktop-only
{
    display: block;
    visibility: visible;
}
ul.slick-dots
{
    display: none;
    visibility: hidden;
}
.top-sliders .rsDefaultInv .rsGCaption
{
    font-size: 20px;
}
.column .featuredpost .entry .entry-content
{
    display: none;
    visibility: hidden;
}
nav .wrap .ubermenu-loc-primary .ubermenu-target
{
    padding: 5px 20px;
}
nav .wrap .ubermenu-loc-secondary .ubermenu-target
{
    padding: 12px 25px;
}

nav .wrap .ubermenu-widget-area .widget
{
    background-color: #fff;
    box-shadow: inset 0 0 5px #e2e2e2;
}
nav .wrap .ubermenu-widget-area .widget .entry,
body.home .ubermenu-widget-area .widget .entry
{
    margin: 0;
    padding: 0 !important;

    border: none;
    background: none !important;
    background-color: none !important;
    box-shadow: none;
}

.nav-secondary .ubermenu-widget-area .widget a:hover,
.nav-secondary .current-menu-item .ubermenu-widget-area .widget a:hover,
.nav-secondary .ubermenu-widget-area .widget .entry a:hover,
.nav-secondary .current-menu-item .ubermenu-widget-area .widget .entry a:hover,
body.home .nav-secondary .ubermenu-widget-area .widget .entry a:hover,
body.home .nav-secondary .current-menu-item .ubermenu-widget-area .widget .entry a:hover
{
    color: #000;
}
.ubermenu-widget-area .widget img.alignleft
{
    margin-right: 15px;
}
.nav-secondary h3.ubermenu-widgettitle
{
    margin-bottom: 0 !important;
}
.share-container
{
    margin-bottom: 20px;
}
.entry-footer .share-container
{
    margin-top: 20px;
}
.tabs
{
    font-weight: 300;

    position: relative;

    overflow: hidden;

    width: 100%;
    margin: 1em 0 2em;
}

/* Nav */
.tabs nav
{
    text-align: center;
}

.tabs nav ul
{
    display: inline-block;

    margin: 0;
    padding: 0;

    list-style: none;
}

.tabs nav ul li
{
    position: relative;

    display: block;
    float: left;

    margin: 0 .25em;

    border: 1px solid #c4c4c4;
    border-bottom: none;
}

.tabs nav li.tab-current
{
    z-index: 100;

    border: 1px solid #333;
    border-bottom: none;
    box-shadow: inset 0 2px #333;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after
{
    position: absolute;
    right: 100%;
    bottom: 0;

    width: 1000px;
    height: 1px;

    content: '';

    background: #333;
}

.tabs nav li.tab-current:after
{
    right: auto;
    left: 100%;

    width: 4000px;
}

.tabs nav a
{
    font-size: 1.25em;
    line-height: 2.5;

    display: block;

    padding: 0 1.25em;

    white-space: nowrap;

    color: #becbd2;
}

.tabs nav a:hover
{
    color: #333;
}

.tabs nav li.tab-current a
{
    color: #333;
}

/* Icons */
.tabs nav a:before
{
    font-weight: normal;
    font-variant: normal;
    line-height: 1;

    display: inline-block;

    margin: -.25em .4em 0 0;

    vertical-align: middle;
    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
}


/* Content */
.tab-content section
{
    display: none;

    max-width: 1230px;
    margin: 0 auto;
    padding: 3em 1em;
}

.tab-content section:before,
.tab-content section:after
{
    display: table;

    content: '';
}

.tab-content section:after
{
    clear: both;
}

/* Fallback example */
.no-js .content section
{
    display: block;

    padding-bottom: 2em;

    border-bottom: 1px solid #47a3da;
}

.tab-content section.content-current
{
    display: block;
}

.mediabox
{
    float: left;

    width: 33%;
    padding: 0 25px;
}

.mediabox img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}

.mediabox h3
{
    margin: .75em 0 .5em;
}

.mediabox p
{
    line-height: 1.3;

    margin: 0;
    padding: 0 0 1em 0;
}

/*Images sizes*/


.socialmedia-buttons img
{
    width: auto !important;
}
.archive .entry img
{
    width: auto;
}
.archive .category-entry img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
#originals > div > div > p.site-title > a > img
{
    max-width: 250px !important;
}
.single .post .entry-content .wp-caption
{
    //max-width: 100% !important;
    margin: 0 auto 20px auto;
}
.single .post .entry-content img,
.single .post .entry-content a > img,
.single .post .entry-content .wp-caption img,
.single .post .entry-content .wp-caption a > img
{
	width: auto;
    max-width: 100%;
}
.browsers-other-11 embed
{
    width: 100%;
    max-width: 100% !important;
}
.inpost-advertising
{
    width: 468px;
    height: 60px;
    padding: 15px 96px 15px 96px;
}
.center
{
    float: none;

    max-width: 468px;
    margin: 0 auto;
}
.bc-main-article
{
    position: relative;
    margin-bottom: 10px;
}
.bc-main-article img{
	max-height: 310px;
}
.abs-title
{
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 10px;

    visibility: visible;

    min-width: 0;
    max-width: 610px;
    min-height: 0;
    margin: 0;
    padding: 8px 10px;

    -webkit-transition: all 0 ease 0;
            transition: all 0 ease 0;
    transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,-.00166,0,0,0,1);
    white-space: normal;
    letter-spacing: 0;

    border-width: 0;
}

.bc-main-title
{
    font-family: 'Open Sans Condensed';
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;

    padding: 10px 15px;

    text-decoration: none;

    color: rgb(0,0,0);
    border-width: 0;
    border-style: none;
    border-color: rgb(0,0,0);
    background-color: rgb(255,255,255);
    text-shadow: none;

    -webkit-font-smoothing: antialiased !important;
}

.bc-older-main-title
{
    font-family: 'Open Sans Condensed';
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;

    padding: 0 5px;
}
#originals .site-title a img
{
    min-width: 320px;
    height: 11.2rem;
}
#ulp-layer-338 {
	background-color: #A5DCFF !important;
}
#ulp-layer-338 .widget-title{
	font-weight: 600;
	color: white !important;
	  text-shadow: #333 1px 1px;
}
.srp-widget-singlepost{
	border-bottom: none !important;
}
.srp-widget-singlepost .srp-post-title{
	border-left: 4px solid transparent;
	padding-left: 15px;
}
.srp-post-title, .srp-post-title-link {
	font-size: 15px;
	font-size: 1.5rem;
	color: #000 !important;
	font-weight: 600 !important;
}
#srp-singlepost-1 .srp-post-title{
	border-color: yellow;
}
#srp-singlepost-2 .srp-post-title{
	border-color: orangered;
}
#srp-singlepost-3 .srp-post-title{
	border-color: purple;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media screen and (orientation : portrait){
    body
    {
        width: 100%;
        max-width: 100% !important;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1139px){
    .site-inner,
    .wrap
    {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap
    {
        width: 740px;
    }

    .content,
    .site-header .widget-area
    {
        width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content
    {
        width: 400px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area
    {
        max-width: 300px;
    }
    .sidebar .widgets-list-layout-links
    {
        float: none;

        width: auto;
    }
}

@media screen and (max-width: 1024px){
    body,
    .site-container,
    .site-inner
    {
        margin: 0 auto;

        border: 0;
        background-color: #fff;
    }
    .site-inner
    {
        padding-right: 3%;
        padding-left: 3%;
    }
	.bc-main-article img{
		height: auto;
		max-height: 100%;
	}
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .site-inner,
    .title-area,
    .wrap
    {
        width: 100% !important;
        max-width: 98%;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .entry-meta
    {
        width: 100%;
        max-width: 98% !important;
    }
    .sidebar-primary .widget
    {
        margin-left: 0;
    }
    .home .bc-featured-area
    {
        margin-bottom: 20px;
    }

	#regeneration .regeneration-content {
			margin-right: 0;
	}
    .column.col-1-12,
    .column.col-2-12,
    .column.col-3-12,
    .column.col-4-12,
    .column.col-5-12,
    .column.col-6-12,
    .column.col-7-12,
    .column.col-8-12,
    .column.col-9-12,
    .column.col-10-12,
    .column.col-11-12
    {
        width: 100% !important;
    }
    #new-royalslider-1,
    #new-royalslider-2,
    #new-royalslider-3,
    #new-royalslider-4,
    #new-royalslider-5
    {
        max-height: 400px;
        margin: 0 auto;
    }
    .mobile-only
    {
        display: block;
        visibility: visible;
    }
    .desktop-only
    {
        display: none;
        visibility: hidden;
    }
    .ads-sidebar .widget_single_category_posts_widget ul
    {
        overflow-y: auto;
        max-height: auto;
    }
    .site-header .wrap
    {
        padding: 0;
    }

    .header-image .site-header .wrap
    {
        background-position: center center;
        background-size: 30%;
    }
    .genesis-nav-menu
    {
        display: none;
        visibility: hidden;
    }


    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-footer .entry-meta,
    .header-image .site-header .widget-area,
    .sidebar .widget,
    .site-header
    {
        padding: 0;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form
    {
        float: none;
    }

    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title
    {
        margin: 0 auto;

        text-align: center;
    }
    #top-mobile-menu .ubermenu-skin-black-white-2.ubermenu-responsive-toggle
    {
        font-size: 20px;

        text-align: center;

        color: #eee;
    }
    #top-mobile-menu .ubermenu-skin-black-white-2
    {
        border: none;
        border-top: 4px solid #000;
    }
    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a
    {
        padding: 20px 16px;
        padding: 2rem 1.6rem;
    }

    .site-header .search-form
    {
        margin: 16px auto ;
        margin: 1.6rem auto;
    }

    .genesis-nav-menu li.right
    {
        display: none;
    }

    .entry-footer .entry-meta
    {
        margin: 0;
        padding-top: 12px;
        padding-top: 1.2rem;
    }

    .sidebar .widget.enews-widget
    {
        padding: 40px;
        padding: 4rem;
    }

    .site-footer
    {
        padding: 24px 0;
        padding: 2.4rem 0;
    }

    .footer-widgets
    {
        padding: 40px 5% 16px;
    }

    .footer-widgets-1
    {
        margin: 0;
    }

    .content-sidebar-wrap
    {
        padding-top: 30px;
    }
    .header-widget-area
    {
        display: none;
        visibility: hidden;
    }
    .home .entry,
    .category-entry
    {
        margin-right: 0 !important;
        padding: 30px;
    }
    .top-sliders
    {
        float: none;

        width: 100%;
        padding-right: 0;
    }
    .ads-sidebar
    {
        float: none;

        width: 100%;
    }
    .ads-sidebar .widget
    {
        margin-left: 0;
    }
    .widget-title
    {
        margin-left: 0;
    }
    .content-sidebar-wrap .content
    {
        border-right: none;
    }
    .ubermenu-primary,
    .ubermenu-secondary,
    .nav-primary,
    .nav-secondary
    {
        display: none;
        visibility: hidden;
    }
    #top-mobile-menu
    {
        display: block;
        visibility: visible;
    }
    .section-box
    {
        width: 50% !important;
    }
    .column .featuredpost .entry .entry-content
    {
        display: block;
        visibility: visible;
    }
}
@media screen and (max-width: 960px){
    .column.col-1-12,
    .column.col-2-12,
    .column.col-3-12,
    .column.col-4-12,
    .column.col-5-12,
    .column.col-6-12,
    .column.col-7-12,
    .column.col-8-12,
    .column.col-9-12,
    .column.col-10-12,
    .column.col-11-12
    {
        width: 100% !important;
    }
}
@media screen and (max-width: 767px){
    #originals .site-title a img {
		min-width: 150px;
        max-width: 250px !important;
		height: auto !important;
    }
	img.avatar
	{
	    display: none;
		visibility: hidden;
	}
    .entry img,
    .category-entry img,
    .archive .entry img
    {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .browsers-other-11 .archive .entry img
    .browsers-other-11 .entry img,
    .browsers-other-11 .category-entry img
    {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .browsers-other-11 embed,
    .browsers-other-11 iframe
    {
        width: 100%;
        max-width: 100% !important;
    }
    .single .post .entry-content .wp-caption
    {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 20px auto;
    }
    .site-title a img
    {
        width: auto;
        max-width: 100% !important;
    }
    img.avatar
    {
        max-width: 100% !important;
        height: auto;
    }
    .wrap
    {
        border: 0;
    }
    .archive-section-title
    {
        padding-right: 0;
    }
    .top-sliders
    {
        float: none;

        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ads-sidebar
    {
        float: none;

        width: 100%;
    }

    .main-page-content
    {
        width: 100% !important;
    }
    .fwidgets,
    .footer-widgets .column .fwidgets
    {
        width: 100% !important;
    }

    .column.col-1-12,
    .column.col-2-12,
    .column.col-3-12,
    .column.col-4-12,
    .column.col-5-12,
    .column.col-6-12,
    .column.col-7-12,
    .column.col-8-12,
    .column.col-9-12,
    .column.col-10-12,
    .column.col-11-12
    {
        width: 100% !important;
    }
    .tabs nav a
    {
        font-size: 1em;
        line-height: 2.5;

        display: block;

        padding: 0 1.25em;

        white-space: nowrap;

        color: #becbd2;
    }
    blockquote
    {
        padding-right: 0;
        padding-left: 0;
    }
    blockquote,
    blockquote p
    {
        font-size: 20px !important;
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 480px){
    #originals .site-title a img{
		min-width: 150px !important;
        max-width: 250px !important;
		height: auto !important;
    }
    .entry img,
    .category-entry img,
    .archive .entry img
    {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .browsers-other-11 .archive .entry img
    .browsers-other-11 .entry img,
    .browsers-other-11 .category-entry img
    {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .browsers-other-11 embed,
    .browsers-other-11 iframe
    {
        width: 100%;
        max-width: 100% !important;
    }
    .section-box
    {
        float: none;

        width: 100% !important;
    }
    .main-page-content
    {
        width: 100% !important;
    }
    .fwidgets,
    .footer-widgets .column .fwidgets
    {
        width: 100% !important;
    }
}
img {
       -ms-interpolation-mode: bicubic;
}
.aligncenter{
	text-align:center !important;
}

.alignright {
	max-width:auto !important;
}