/*-----------------------------------------------------------

    Theme Name: Foxy Portfolio
	Version: 1.22
    Description: Premium Portfolio WordPress theme by Aj Clarke
    Author: WPExplorer
    Author URI: http://themeforest.net/user/WPExplorer/portfolio?ref=WPExplorer
	Theme URI: http://themeforest.net/item/foxy-portfolio-responsive-wordpress-theme/4630606?ref=WPExplorer
	Tags: light, flexible-width, custom-header, custom-background, threaded-comments, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, translation-ready
    License: GNU General Public License version 2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html



/*	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
----------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
:focus { outline: 0 }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; height: auto; }
/*	24 Column Grid
----------------------------------------------------------- */
.row:after, .col:after, .clr:after, .group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.row { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.col { margin-bottom: 1.5em; display: block; float: left; width: 100%; margin-bottom: 1.5em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.col { margin-left: 2% }
/*percent grid*/
.span_1 { width: 2.25% }
.span_2 { width: 6.5% }
.span_3 { width: 10.75% }
.span_4 { width: 15.0% }
.span_5 { width: 19.25% }
.span_6 { width: 23.5% }
.span_7 { width: 27.75% }
.span_8 { width: 32.0% }
.span_9 { width: 36.25% }
.span_10 { width: 40.5% }
.span_11 { width: 44.75% }
.span_12 { width: 49.0% }
.span_13 { width: 53.25% }
.span_14 { width: 57.5% }
.span_15 { width: 61.75% }
.span_16 { width: 66.0% }
.span_17 { width: 70.25% }
.span_18 { width: 74.5% }
.span_19 { width: 78.75% }
.span_20 { width: 83.0% }
.span_21 { width: 87.25% }
.span_22 { width: 91.5% }
.span_23 { width: 95.75% }
.span_24 { width: 100% }
/*columns without margin*/
.one-half, .one-third, one-fourth, one-fifth { display: block; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.one-half { width: 50% }
.one-third { width: 33.3333% }
.one-fourth { width: 25% }
.one-fifth { width: 20% }
/*clear float and remove left margin*/
.clr-margin { margin-left: 0 }
.count-1 { clear: both; margin-left: 0; }
/*custom floats*/
.float-left { float: left }
.float-right { float: right }
/* Site Widths
----------------------------------------------------------- */
.container { width: 1040px; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sidebar-container { padding-left: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* Lists
----------------------------------------------------------- */
.entry ul, .entry ol { margin: 30px 0 30px 30px }
.entry ul { list-style: disc }
.entry ol { list-style: decimal }
/* Forms
----------------------------------------------------------- */
/*reset search styling*/
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none }
/*inputs*/
input[type=search], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea { font-family: inherit; background: #fff; border: 1px solid #ccc; color: #777; display: block; font-size: 13px; font-weight: normal; margin: 0 0 5px; padding: 6px 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 100%; -webkit-appearance: none; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; box-shadow: 0 1px 1px 0 rgba(102,102,102,0.15); }
textarea { width: 100%; padding: 15px; -webkit-appearance: none; border-radius: 0; border-radius: 3px; }
input[type=search] { font-size: 12px; font-weight: normal; width: 100%; padding: 10px 14px; }
#footer input[type=search] { border: none; box-shadow: none; padding: 10px; width: 100%; }
#sidebar #searchsubmit, #footer #searchsubmit { display: none }
#sidebar input[type=search] { width: 100% }
input[type="search"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus { outline: none; border-color: #666; }
/*buttons*/
button, input[type="button"], input[type="submit"], input[type="submit"] { cursor: pointer; display: inline-block; padding: 7px 14px; background: #3cb38a; border-radius: 3px; color: #fff; font-size: 14px; font-weight: normal; border: none; border-bottom: 4px solid rgba(0,0,0,0.3); letter-spacing: 0.06em; outline: none; }
button:hover, input[type="button"]:hover, input[type="submit"]:hover, #commentsbox input[type="submit"]:hover { opacity: 0.9 }
button:active, input[type="button"]:active, input[type="submit"]:active, #commentsbox input[type="submit"]:active { outline: 0; border-color: transparent; }
/* WordPress Styles
----------------------------------------------------------- */
/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }
/*floats*/
.floatleft { float: left }
.floatright { float: right }
/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
/*captions*/
.wp-caption { text-align: center; max-width: 100%; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { display: block; margin: 0 auto; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 12px; padding: 4px; margin: 0; text-align: center; }
.gallery-caption { font-size: 13px; text-transform: uppercase; color: #555; }
.gallery-item img { border: none !important; }
.gallery-item img.hover { opacity: 0.8; }
/*smiley reset*/
.wp-smiley { margin: 0; max-height: 1em; }
/*blockquote*/
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }
/*img attachment*/
#img-attch-page { text-align: center; overflow: hidden; }
#img-attch-page img { display: inline-block; margin: 0 auto; max-width: 100%; margin-bottom: 20px; }
/*gallery shortcode*/
.gallery-item img { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* Body, Main & Commons
----------------------------------------------------------- */
body { background: #FAFAFA; nowhitespace: afterproperty; font: 14px/1.8 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #444; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }
body.foxy-bg-img { background: #FAFAFA url("images/main-bg.jpg") repeat; }
body a { color: #e95656 }
body a:hover { text-decoration: underline }
#wrap { margin: 60px auto }
#main { border-top: 6px solid #000; margin-bottom: 30px; }
.home #main { padding-top: 30px }
img { max-width: 100% }
.entry-footer { clear: both; margin: 20px 0 0; }
.full-width { width: 100% !important }
/* Commons
----------------------------------------------------------- */
/*boxed container*/
.boxed { padding: 30px; background: #fff; box-shadow: 0 0 10px rgba(102,102,102,0.07); border-bottom: double #eee; }
.boxed p:last-child { margin: 0 }
/*main green button*/
.theme-button { display: inline-block; padding: 4px 14px; background: #3cb38a; border-radius: 3px; color: #fff; font-size: 14px; font-weight: bold; border-bottom: 4px solid rgba(0,0,0,0.3); letter-spacing: 0.06em; }
.theme-button.green { background: #3cb38a }
.theme-button:hover { opacity: 0.9 }
.theme-button:active { border-color: transparent }
/*read more*/
a.read-more { float: right; margin-top: 10px; }
a.read-more:hover { color: #000; text-decoration: none; }
blockquote { border-left: double #ddd; margin: 20px; padding-left: 20px; font-family: Georgia, Times New Roman, Times, serif; font-style: italic; font-size: 21px; color: #999; line-height: 1.4em; }
blockquote p:last-child { margin: 0 }
pre { background: #eee; margin: 20px 0px; padding: 20px; border: 1px solid #ddd; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; text-shadow: 1px 1px 1px rgba(255,255,255,0.85); }
address { letter-spacing: 1px; margin: 20px 0; }
#page-featured-img { margin: 30px 0 0 }
#page-featured-img img { display: block; width: 100%; }
.bypostauthor { }
.sticky { } /* I don't like styling this but it removes the theme check nag */
#map_canvas_contact_page { margin-top: 30px }
#map_canvas_contact_page img { max-width: auto !important }
#contact-page-form { padding-right: 30px }
/* Typography
----------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-family: 'Sintony'; font-weight: bold; }
h1, h2, h3, h4, h5, h6 { color: #000 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000 }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #e95656 }
h2, h3, h4, h5, h6 { margin: 30px 0 20px; font-weight: 600; }
h1 { font-size: 24px; margin: 0 0 20px; }
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px }
h5 { font-size: 12px }
h6 { font-size: 11px }
.subheader { color: #777 }
p { margin: 0 0 20px }
p img { margin: 0 }
p.lead { font-size: 21px; line-height: 27px; color: #777; }
em { font-style: italic }
strong { font-weight: bold }
small { font-size: 80% }
hr { border: solid rgba(0, 0, 0, 0.2); border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
p a, p a:visited { line-height: inherit }
a:link { text-decoration: none }
a:focus { outline: 0 }
a { outline: 0 }
p a, p a:visited { line-height: inherit }
a:link { text-decoration: none }
a:focus { outline: 0 }
/* Headings
----------------------------------------------------------- */
/*page heading*/
.page-header { position: relative; margin-bottom: 30px; padding: 30px 0; border-bottom: double #ccc; }
.page-header-title { font-size: 24px; line-height: 1.2em; color: #000; text-transform: uppercase; font-weight: bold; margin: 0px; max-width: 85%; }
.archive-meta { margin-top: 20px }
.archive-meta p:last-child { margin: 0 }
/*site heading*/
.heading { margin: 0 0 20px; padding: 10px 0; border-top: double #ccc; border-bottom: double #ccc; font-size: 16px; text-transform: uppercase; }
.heading i { margin-right: 10px }
/*archive description*/
.archive-description { margin-bottom: 30px }
/* Header
----------------------------------------------------------- */
#masthead { position: relative; margin-bottom: 30px; }
#masthead-image { display: block; border-top: 5px solid #eee; }
.logo { float: left }
.logo a { font-weight: 700; padding: 0px; margin: 0px; text-decoration: none; display: inline-block; }
.logo h1 a, #logo h2 a { color: #000 }
.logo h1 a:hover, .logo h2 a:hover { color: #e95656; text-decoration: none; }
.logo img { display: block; max-width: 100%; }
.logo h1, .logo h2 { font-size: 32px; margin: 0; line-height: 1.3em; }
p.site-description { font-size: 11px; text-transform: uppercase; font-weight: normal; margin: 0; }
/* Main Navigation
----------------------------------------------------------- */
/*core styles*/
.dropdown-menu { margin: 0; padding: 0; list-style: none; }
.dropdown-menu li { position: relative }
.dropdown-menu ul { position: absolute; nowhitespace: afterproperty; nowhitespace: afterproperty; nowhitespace: afterproperty; nowhitespace: afterproperty; top: 100%; left: 0; z-index: 99; opacity: 0; visibility: hidden; transition: all .2s ease-in-out; margin: 10px 0 0 0; _margin: 0; /*IE6 only*/ }
.dropdown-menu > li { float: left; display: block; }
.dropdown-menu li:hover > ul { opacity: 1; visibility: visible; margin: 0; }
.dropdown-menu a { display: block; position: relative; }
.dropdown-menu ul ul { top: 0; left: 100%; }
.dropdown-menu > li ul { min-width: 150px }
.dropdown-menu ul ul li { width: 100% }
/*styling*/
.nav-toggle { display: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#navbar { min-height: 60px; font-family: 'Sintony'; position: relative; border-top: 5px solid #000; }
#navbar:before { content: ""; display: block; height: 1px; width: 100%; background: #000; margin: 1px 0; }
#navbar .dropdown-menu a { float: left; font-size: 16px; color: #000; text-decoration: none; font-weight: bold; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
#navbar .dropdown-menu > li { height: 70px; line-height: 70px; float: left; margin-right: 40px; text-transform: uppercase; }
#navbar .dropdown-menu > li:last-child { margin-right: 0 }
#navbar .dropdown-menu > li:first-child { border-left: none }
#navbar .dropdown-menu li:first-child > a, .dropdown-menu li:first-child > a:hover { border-left: none }
#navbar .dropdown-menu > li > a:hover, .nav-menu > .current-menu-item > a, .navigation .current-menu-parent > a, .navigation .current-menu-parent > a:hover, #navbar .dropdown-menu > .current-menu-item > a:hover { color: #e95656; text-decoration: none; }
/*drop-down styles*/
#navbar .dropdown-menu ul { background: #000; width: 190px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }
#navbar .dropdown-menu ul:before { content: ""; display: block; position: absolute; top: -8px; left: 15px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #000; }
#navbar .dropdown-menu ul ul:before { display: none }
#navbar .dropdown-menu ul li { float: none; display: block; }
#navbar .dropdown-menu ul a { display: block; float: none; }
#navbar .dropdown-menu ul a { display: block; padding: 10px; }
#navbar .dropdown-menu ul li { border-top: 1px solid rgba(255,255,255, 0.15) }
#navbar .dropdown-menu ul li:first-child { border: none }
#navbar .dropdown-menu ul a { color: #fff; padding: 17px 15px; height: auto; margin: 0px; border: 0px; line-height: 1em; font-size: 12px; font-weight: normal; text-shadow: none; }
#navbar .dropdown-menu ul li:hover { background-color: #e95656 }
/*nav icons*/
#navbar .dropdown-menu li[class^="icon-"], #navbar .dropdown-menu li[class*=" icon-"] { font-family: inherit }
#navbar .dropdown-menu li[class^="icon-"]:before, #navbar .dropdown-menu li[class*=" icon-"]:before { font-family: 'FontAwesome'; font-size: 18px; color: #000; float: left; margin-right: 10px; }
#navbar .dropdown-menu ul li[class^="icon-"]:before, ul .nav-menu li[class*=" icon-"]:before { color: #fff; float: none; margin: 0; position: absolute; top: 50%; margin-top: -9px; left: 10px; }
#navbar .dropdown-menu ul li[class^="icon-"] > a, #navbar .dropdown-menu ul li[class*=" icon-"] > a { font-family: inherit; padding-left: 40px; }
/*main search*/
.main-search { height: 36px; position: absolute; right: 0; top: 50%; margin-top: -18px; }
.main-search .searchform { display: none; position: absolute; right: 100%; top: 0; }
.main-search input[type=search] { border: none; font-size: 13px; padding: 0 35px 0 10px; height: 36px; line-height: 36px; width: 230px; background: #000; background: rgba(0,0,0,0.85); box-shadow: none; border-radius: 0 !important; color: #bbb; }
.main-search input[type=search]:focus { }
.main-search .icon-toggle { cursor: pointer; position: absolute; top: 50%; margin-top: -8px; right: 14px; font-size: 16px; color: #000; }
.main-search .icon-toggle.active { color: #fff }
/* Social
----------------------------------------------------------- */
#social { position: absolute; right: 0; top: 50%; height: 40px; margin-top: -20px; list-style: none; }
#social li { display: block; float: left; margin-left: 4px; }
#social a { display: block; float: left; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; background: #000; }
#social a img { height: 20px; width: 20px; display: block; padding: 6px; }
#social a:hover { background: #e95656 }
/* Homepage
----------------------------------------------------------- */
/*tagline*/
.home-tagline { padding: 30px; background: #f6f6f6; background: rgba(153,153,153,0.1); font-size: 26px; margin-bottom: 30px; text-align: center; text-transform: uppercase; font-weight: bold; font-family: 'Sintony'; color: #000; }
.home-tagline .symple-button { font-size: 14px; font-weight: bold; margin-bottom: 0; }
.home-tagline p:last-child { margin: 0 }
/*home banner*/
#home-slider-loader { height: 100px; line-height: 100px; text-align: center; font-size: 34px; color: #000; }
#home-slider-wrap { margin-bottom: 30px }
.home-slider .flex-caption { background: #000; color: #bbb; padding: 20px 30px; font-family: 'Sintony'; text-align: center; line-height: 1.6em; font-size: 16px; }
.home-slider  .flex-caption strong { text-transform: uppercase; font-size: 26px; font-weight: bold; color: #fff; }
.home-slider .flex-caption p:last-child { margin: 0 }
/*portfolio*/
.home-portfolio { margin-bottom: 30px }
.home-portfolio .carousel-preloader { height: 100px; line-height: 100px; text-align: center; font-size: 34px; color: #000; }
.home-portfolio .recent-portfolio-carousel { opacity: 0 }
.home-portfolio .recent-portfolio-carousel .portfolio-entry { width: 333px; float: left; }
.home-portfolio .bx-wrapper .bx-pager { opacity: 0; font-size: .85em; font-weight: bold; color: #009CDC; position: absolute; top: -52px; left: auto; right: 0; }
.home-portfolio .bx-wrapper .bx-pager .bx-pager-item, .home-portfolio .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: block; float: left; *zoom: 1; *display: inline; }
.home-portfolio .bx-wrapper .bx-pager.bx-default-pager a { border: 2px solid #999; text-indent: -9999px; display: block; width: 6px; height: 6px; margin: 0 3px; outline: 0; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; }
.home-portfolio .bx-wrapper .bx-pager .bx-pager-link.active { border-color: #000 }
.home-portfolio .bx-prev, .home-portfolio .bx-next { opacity: 0; display: block; position: absolute; top: 50%; margin-top: -15px; height: 30px; width: 30px; line-height: 30px; text-align: center; border: 2px solid #000; font-size: 14px; color: #000; }
.home-portfolio .bx-prev { left: -60px }
.home-portfolio .bx-next { right: -60px }
.home-portfolio .bx-prev:hover, .home-portfolio .bx-next:hover { text-decoration: none; border-color: #e95656; color: #e95656; }
.home-port-no-carousel .portfolio-entry:first-child { margin-left: 0 }
/*home blog*/
.home-blog { margin-bottom: 30px }
.home-blog .visit-blog { text-align: center }
.home-blog .theme-button { display: inline-block }
/*home slider alt*/
#home-slider-alternative { margin-bottom: 30px; }
/* Slider
----------------------------------------------------------- */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
/* FlexSlider Necessary Styles */
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; }
.flex-pauseplay span { text-transform: capitalize }
/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block }
* html .slides { height: 1% }
/* No JavaScript Fallback */
.no-js .slides > li:first-child { display: block }
/*main*/
.flexslider-container { position: relative }
.flexslider { zoom: 1; position: relative; }
.flexslider ul { margin: 0 }
.flex-viewport { max-height: 2000px }
/*control nav*/
.flex-control-nav { height: 8px; position: absolute; right: 20px; bottom: 20px; }
.flex-control-nav li { margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li:first-child { margin: 0 }
.flex-control-nav li a { width: 8px; height: 8px; display: block; background: url("images/bullets.png") no-repeat 0 0; cursor: pointer; text-indent: -9999px; }
.flex-control-nav li a:hover { background-position: -9px 0 }
.flex-control-nav li a.flex-active { background-position: -9px 0; cursor: default; }
/*next/prev arrows*/
.home-slider .flex-direction-nav li a.flex-next, .home-slider .flex-direction-nav li a.flex-prev { position: absolute; display: block; width: 40px; height: 40px; line-height: 40px; position: absolute; bottom: 0; cursor: pointer; font-size: 18px; text-align: center; background: #000; background: rgba(0,0,0,0.85); color: #fff; z-index: 99; }
.home-slider .flex-direction-nav li a.flex-next { right: 0px }
.home-slider .flex-direction-nav li a.flex-prev { right: 41px }
.home-slider .flex-direction-nav li a:hover { background: #e95656; color: #fff; text-decoration: none; }
/* Tax Filter
----------------------------------------------------------- */
.tax-archives-filter { position: absolute; right: 0; top: 50%; margin-top: -18px; height: 36px; line-height: 36px; font-size: 16px; font-weight: bold; color: #fff; font-family: 'Sintony'; background: #000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.tax-archives-filter li { padding: 0 15px; cursor: default; display: block; position: relative; }
.tax-archives-filter > li { display: block }
.tax-archives-filter > li i { margin-left: 10px }
.tax-archives-filter li ul { background: #e95656; margin: 0; width: 100%; max-width: 100%; min-width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); }
.tax-archives-filter li ul li { height: auto; line-height: 1.6em; padding: 7px 15px; border-top: 1px solid rgba(255,255,255,0.3); }
.tax-archives-filter li ul li:first-child { border: none }
.tax-archives-filter li ul li a { color: #fff; display: block; padding: 0 5px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.tax-archives-filter li ul li a:hover { color: #000 }
/* Portfolio
----------------------------------------------------------- */
#portfolio-description { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #ddd; }
#portfolio-description p:last-child, .portfolio-description p { margin: 0 }
#portfolio-wrap ul { margin: 0px; list-style: none; }
/*portfolio entry*/
.portfolio-entry a { display: block; text-decoration: none; }
.portfolio-entry-title { line-height: 1.4em; font-size: 16px; font-weight: bold; background: #000; text-transform: uppercase; text-align: center; color: #fff; margin: 0; padding: 14px; }
.portfolio-entry-title a, .portfolio-entry-title a:hover { color: #fff }
.portfolio-entry:hover .portfolio-entry-title a { text-decoration: underline }
.portfolio-entry-img-link { display: block; position: relative; }
.portfolio-entry-img-link img { width: 100%; display: block; }
.portfolio-entry-img-link img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
.portfolio-entry-overlay { visibility: hidden; opacity: 0; font-size: 5px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #e95656; background: rgba(233, 86, 86, 0.85); color: #fff; padding: 14px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-weight: bold; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.portfolio-entry-icon { position: absolute; bottom: 20px; right: 20px; font-size: 0px; color: #fff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.portfolio-entry-img-link:hover .portfolio-entry-overlay { visibility: visible; opacity: 1; font-size: 14px; }
.portfolio-entry-img-link:hover .portfolio-entry-icon { font-size: 14px; height: 25px; line-height: 25px; width: 25px; text-align: center; border: 2px solid #fff; border-radius: 20px; }
/*single portfolio*/
.single-portfolio-media { padding-right: 20px }
.single-portfolio-media img { display: block; width: 100%; }
.single-portfolio-content p:last-child { margin: 0 }
/*single portfolio slider*/
.portfolio-post-slider-loader { text-align: left; font-size: 18px; }
#portfolio-slides-wrap { position: relative; width: 100%; }
.portfolio-slider-loader { font-size: 16px; color: #000; }
#portfolio-post-slider .flex-direction-nav li a.flex-next, #portfolio-post-slider .flex-direction-nav li a.flex-prev { height: 30px; line-height: 30px; width: 30px; font-size: 14px; }
#portfolio-post-slider .flex-direction-nav li a.flex-next { left: 31px }
#portfolio-post-slider .flex-direction-nav li a.flex-next, #portfolio-post-slider .flex-direction-nav li a.flex-prev { position: absolute; display: block; width: 40px; height: 40px; line-height: 40px; position: absolute; bottom: 0; cursor: pointer; font-size: 18px; text-align: center; background: #000; background: rgba(0,0,0,0.85); color: #fff; }
#portfolio-post-slider .flex-direction-nav li a.flex-next { left: 41px }
#portfolio-post-slider .flex-direction-nav li a.flex-prev { left: 0 }
#portfolio-post-slider .flex-direction-nav li a:hover { background: #e95656; color: #fff; text-decoration: none; }
/*tags*/
.portfolio-tags { margin-top: 20px }
.portfolio-tags a { display: block; float: left; padding: 4px 7px; background: #555; border-bottom: 3px solid rgba(0,0,0,0.5); border-radius: 3px; color: #fff; margin-right: 5px; margin-bottom: 5px; font-size: 11px; font-weight: bold; text-transform: uppercase; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; }
.portfolio-tags a:hover { background: #e95656; color: #fff; text-decoration: none; }
/*pass protection*/
.protected-item-form { padding: 20px; background: #f6f6f6; background: rgba(153,153,153,0.2); border-radius: 4px; }
.protected-item-form p:first-child { margin: 0 0 10px; text-transform: uppercase; font-family: 'Sintony'; color: #000; font-weight: bold; }
/* Blog Posts & Blog Entries
----------------------------------------------------------- */
.blog-w-sidebar .blog-entry { width: 100% !important; margin-bottom: 20px; margin-left: 0 !important; }
/*entry*/
.blog-entry { box-shadow: 0 0 3px rgba(102,102,102,0.4) }
.blog-entry p:last-child { margin: 0 }
.blog-entry-img-link { display: block; position: relative; }
.blog-entry-img-link img { display: block; width: 100%; }
.blog-entry-img-link img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
.blog-entry-img-link:after { content: ""; display: block; position: absolute; bottom: 0; left: 15px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; }
.blog-entry h2 { margin-bottom: 25px; margin: 0 0 10px; font-size: 13px; text-transform: uppercase; line-height: 1.3em; }
.blog-w-sidebar .blog-entry h2 { font-size: 21px }
.blog-entry-details { background: #fff; padding: 20px; font-size: 12px; line-height: 1.5em; font-weight: 400; color: #888; border-bottom: double #ddd; }
.blog-w-sidebar .blog-entry-details { font-size: 14px; color: #555; }
.blog-entry-meta { font-size: 12px }
.blog-entry-meta:before { content: ""; display: block; height: 1px; width: 15px; background: #ccc; margin-bottom: 10px; }
.blog-entry-meta i { margin-right: 5px }
/*post title + meta*/
.post-title { font-size: 24px; margin: 0; }
.entry .meta { display: block; float: none; font-size: 14px; color: #444; margin: 5px 0 20px; list-style: none; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.entry .meta a { color: #666; text-decoration: none; }
.entry .meta a:hover { color: #000; text-decoration: underline; }
.entry .meta li { float: left; margin-right: 20px; margin-bottom: 5px; }
.entry .meta li i { color: #000; margin-right: 5px; }
/*post-thumbnail*/
#post-thumbnail { display: block; position: relative; }
#post-thumbnail:after { content: ""; display: block; position: absolute; bottom: 0; left: 30px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; }
#post-thumbnail img { width: 100%; display: block; }
/*tags*/
.post-tags { margin-top: 40px }
.post-tags a { display: block; float: left; padding: 4px 7px; background: #f5f5f5; color: #666; margin-right: 5px; margin-bottom: 5px; font-size: 11px; font-weight: 400; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; }
.post-tags a:hover { background: #e95656; color: #fff; text-decoration: none; }
/*author bio*/
.author-info { margin-top: 40px }
.author-avatar { float: left; margin-right: 30px; margin-bottom: 30px; }
.author-avatar img { display: block; border: 1px solid #ddd; border-bottom-width: 2px; padding: 3px; border-radius: 3px; }
.author-description h4 { font-size: 12px; margin: -3px 0 5px; }
.author-link { display: inline-block; margin-top: 5px; }
.author .author-info .heading { display: none }
.author-info .col { margin-bottom: 0 }
.author-info p:last-child { margin-bottom: 0 }
.author .author-info { margin: 0 0 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
/*related posts*/
.related-posts { margin-top: 40px }
.related-posts .related-entry { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.related-posts .col { margin-bottom: 0 }
.related-posts p:last-child { margin-bottom: 0 }
.related-posts .related-entry:last-child { margin: 0; padding: 0; border: none; }
.related-posts .related-entry .read-more { font-weight: bold; font-size: 11px; }
.related-entry-img a { max-width: 100%; float: left; display: block; }
.related-entry-img img { display: block; padding: 4px; background: #fff; max-size: 100%; border-radius: 3px; border: 1px solid #ddd; border-bottom: 2px solid #ddd; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.related-entry-img img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
.related-entry-title { margin: 0 0 10px; font-size: 14px; text-transform: uppercase; }
.related-entry-content { padding-left: 10px }
.related-posts .span_6 { width: 23.5% }
.related-posts .span_18 { width: 74.5% }
/* Gallery
----------------------------------------------------------- */
.gallery-entry { padding: 4px; background: #fff; max-size: 100%; border-radius: 3px; border: 1px solid #ddd; border-bottom: 2px solid #ddd; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.gallery-entry img { display: block; max-width: 100%; }
.gallery-entry img:hover { opacity: 0.8 }
/* Pagination
----------------------------------------------------------- */
ul.page-numbers { list-style: none; margin: 0; }
.page-numbers:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
ul.page-numbers li { display: block; float: left; margin: 0 4px 4px 0; text-align: center; }
.page-numbers a, .page-numbers span { display: block; padding: 1px 7px; text-decoration: none; font-size: 12px; font-weight: bold; cursor: pointer; color: #000; border: 2px solid #000; }
.page-numbers a span { padding: 0 }
.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover { color: #e95656; border-color: #e95656; text-decoration: none; }
/* Page Links
----------------------------------------------------------- */
.page-links { margin-top: 20px }
.page-links span { float: left; display: block; padding: 1px 7px; margin: 0 3px 3px 0; text-decoration: none; font-size: 11px; color: #fff; background: #444; border: 1px solid #444; }
.page-links a { float: left; display: block; padding: 1px 7px; margin: 0 3px 3px 0; text-decoration: none; display: block; color: #666; background: #eee; border: 1px solid #ccc; text-shadow: 1px 1px 1px #fff; text-shadow: 0; }
.page-links a:hover { background: #444; border-color: #444; text-shadow: none; }
.page-links a span { background: none; padding: 0; margin: 0; border: none; color: #666; }
.page-links a:hover span { color: #fff }
/* Single Nav
----------------------------------------------------------- */
.single-nav { position: absolute; top: 50%; right: 0; margin-top: -13px; height: 26px; }
.single-nav-left, .single-nav-right { float: left; margin-left: 3px; }
.single-nav a { font-size: 14px; font-weight: bold; width: 26px; height: 26px; line-height: 26px; display: block; text-align: center; color: #000; border: 2px solid #000; }
.single-nav a:hover { text-decoration: none; border-color: #e95656; color: #e95656; }
/* Yoast Breadcrumbs
----------------------------------------------------------- */
#breadcrumbs { font-size: 12px; margin-top: -10px; padding-bottom: 15px; border-bottom: 1px solid #eee; color: #777; }
/* Sidebar
----------------------------------------------------------- */
.sidebar-box { margin-bottom: 50px }
.sidebar-box h4 { margin: 0 0 25px; font-weight: bold; text-transform: uppercase; font-size: 14px; border-bottom: double #ccc; }
/* Widgets
----------------------------------------------------------- */
/*tagcloud*/
.tagcloud a { float: left; display: block; font-size: 13px !important; line-height: 1.6em !important; margin-bottom: 7px; margin-right: 7px; padding: 4px 14px; background: #3cb38a; border-radius: 3px; color: #fff; font-size: 14px; font-weight: bold; border-bottom: 4px solid rgba(0,0,0,0.3); letter-spacing: 0.06em; }
.tagcloud a:hover { opacity: 0.9 }
.tagcloud a:active { border-color: transparent }
/*calendar*/
#wp-calendar { width: 100% }
/*recent posts with thumb*/
.wpex-widget-recent-posts { line-height: 1.5em }
.sidebar-container .wpex-widget-recent-posts a { color: #444 }
.sidebar-container .wpex-widget-recent-posts a:hover { color: #000 }
.wpex-widget-recent-posts li { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dotted #ddd; border-bottom: 1px dotted rgba(153,153,153,0.4); }
.wpex-widget-recent-posts li .wpex-widget-recent-posts-date i { margin-right: 5px }
.wpex-widget-recent-posts img { float: left; margin-right: 15px; border: 5px solid #ddd; border: 5px solid rgba(153,153,153,0.25); transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; -moz-transition: all 0.25s ease; }
.wpex-widget-recent-posts img:hover { border-color: #e95656 }
.wpex-recent-posts-content a { font-weight: bold }
.wpex-recent-posts-content a:hover { color: #e95656 !important; text-decoration: underline; }
#footer .wpex-recent-posts-content a:hover { text-decoration: underline }
.wpex-widget-recent-posts-date { margin-top: 4px; font-size: 12px; }
/*pages*/
.widget_nav_menu li { display: block; margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px dotted #ddd; }
.widget_nav_menu li:first-child { padding-top: 7px; border-top: 1px dotted #ddd; }
.widget_nav_menu li ul li { padding-bottom: 0; border-bottom: none; padding-left: 20px; }
.widget_nav_menu li ul li:first-child { margin-top: 7px }
.widget_nav_menu li[class^="icon-"], .widget_nav_menu li[class*=" icon-"] { font-family: inherit }
.widget_nav_menu li[class^="icon-"]:before, .widget_nav_menu li[class*=" icon-"]:before { display: none }
/*text*/
.textwidget { padding: 20px; background: #f6f6f6; background: rgba(153,153,153,0.2); border-radius: 4px; }
/*Slider*/
.wpex-widget-slider-loading { height: 80px; line-height: 80px; text-align: center; font-size: 18px; }
.wpex-widget-slider { box-shadow: 0 0 3px rgba(102,102,102,0.4); background: #fff; border-bottom: double #ddd; }
.wpex-widget-slider-content { padding: 20px; color: #888; line-height: 1.4em; font-size: 13px; }
.wpex-widget-slider-content p:last-child { margin: 0 }
.wpex-widget-slider-title { color: #000; font-weight: bold; font-size: 16px; display: inline-block; padding: 0 0 10px; }
.wpex-widget-slider .flex-direction-nav { display: block; float: left; width: 100%; margin-top: 14px; }
.wpex-widget-slider .flex-prev, .wpex-widget-slider .flex-next { display: block; float: left; height: 20px; width: 20px; text-align: center; line-height: 20px; border: 2px solid #000; color: #000; opacity: 0.3; }
.wpex-widget-slider .flex-next { margin-left: 3px }
.wpex-widget-slider .flex-prev:hover, .wpex-widget-slider .flex-next:hover { opacity: 0.7; text-decoration: none; }
/* Flickr*/
.wpex-flickr-widget .flickr_badge_image { display: block; float: left; width: 33.33%; padding: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.wpex-flickr-widget .flickr_badge_image img { display: block; padding: 4px; background: #fff; max-size: 100%; border-radius: 3px; border: 1px solid #ddd; border-bottom: 2px solid #ddd; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.wpex-flickr-widget .flickr_badge_image img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); border-color: #ccc; box-shadow: 0px 1px 5px rgba(0,0,0,0.1); }
/*video*/
.wpex-video-widget-embed { background: #fff; padding: 4px; border-radius: 3px; border: 1px solid #ddd; border-bottom: 2px solid #ddd; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* Footer
----------------------------------------------------------- */
/*footer main*/
#footer { border-top: 6px solid #000; padding: 20px 0; }
#footer a { color: #666 }
#footer a:hover { color: #cecece; text-decoration: none; }
#footer ul { margin: 0 }
#footer .col { margin-bottom: 0 }
/*footer widgets*/
.footer-widget { margin-bottom: 25px }
.footer-widget h6 { font-size: 14px; text-transform: uppercase; margin: 0 0 20px; padding-bottom: 5px; border-bottom: double #ddd; }
/*footer bottom*/
#footer-bottom { border-top: 6px solid #000; margin-top: 1px; padding-top: 15px; font-size: 14px; font-family: 'Sintony'; color: #888; }
#footer-bottom:before { content: ""; display: block; height: 1px; width: 100%; background: #000; position: relative; top: -14px; }
#footer-bottom a { color: #444 }
#footer-bottom a:hover { color: #e95656 }
#copyright p:last-child { margin: 0 }
#footer-bottom .col { margin-bottom: 0 }
/*footer menu*/
#copyright a { color: #e95656 }
#footer-menu { text-align: right }
#footer-menu ul { float: right }
#footer-menu li { display: block; float: left; margin-left: 15px; font-weight: normal; }
#footer-menu a { display: block }
#footer-menu li:last-child a { margin: 0; padding: 0; background: none; }
/* Search
----------------------------------------------------------- */
.search-entry { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #eee; }
.search-entry h2 { font-size: 16px; text-transform: uppercase; margin: 0 0 10px; }
.search-entry-img-link { display: block; float: left; margin-right: 30px; }
.search-entry-img-link img { display: block; padding: 4px; background: #fff; max-size: 100%; border-radius: 3px; border: 1px solid #ddd; border-bottom: 2px solid #ddd; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.search-entry-img-link img:hover { opacity: 0.8; }
.search-entry-text p:last-child { margin: 0 }
/* Form 7
----------------------------------------------------------- */
div.wpcf7 .wpcf7-not-valid { border-color: #F00; box-shadow: 0 0 6px rgba(255,0,0,0.4); }
span.wpcf7-not-valid-tip { display: none !important }
div.wpcf7-validation-errors { margin: 0; padding: 10px; color: #c4690e; background: #fffdf3; text-align: center; border: 1px solid #e6bf4a; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
div.wpcf7-mail-sent-ng { margin: 0; padding: 10px; background: #ffe9e9; color: #d04544; border: 1px solid #e7a9a9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
/* Comments
----------------------------------------------------------- */
#comments { margin-top: 40px }
.comment-notes { font-size: 12px; color: #666; font-family: Georgia, "Times New Roman", Times, serif; }
.comment-list .children { margin-left: 20px }
.comment-list li article { position: relative }
.comment-author { position: absolute; top: 0; left: 0; }
.comment-author .avatar { display: block; padding: 3px; background: #fff; max-size: 100%; border-radius: 3px; border: 1px solid #ddd; border-bottom: 2px solid #ddd; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.comment-details { margin-left: 80px; margin-bottom: 20px; padding: 20px; background: #f6f6f6; background: rgba(153,153,153,0.1); }
.comment-meta { margin-bottom: 5px }
.comment-meta .fn { font-weight: bold; font-size: 16px; }
.comment-date a { font-size: 13px; color: #555; }
.comment-meta:after { content: ""; display: block; width: 30px; height: 1px; background: #ccc; margin: 10px 0; }
.comment-reply-link { font-weight: 400; color: #000; font-size: 12px; text-decoration: underline !important; }
.comment-reply-link:hover { color: #e95656 }
#cancel-comment-reply-link { float: left; margin-right: 10px; color: #F00; font-size: 18px; }
#cancel-comment-reply-link:hover { text-decoration: none; color: #000; }
#respond h3 { height: 35px; line-height: 35px; margin: 15px 0; font-size: 16px; margin: 0; }
.logged-in-as { font-size: 13px }
label { font-size: 13px; font-weight: bold; color: #666; margin: 0; }
.comment-navigation { font-size: 12px }
.nav-next { text-align: right }
.form-allowed-tags { display: none }
span.required { color: #F00 }
/*WP JetPack*/
.comment-subscription-form { font-size: 12px; margin-top: 20px; margin-bottom: 0px; }
.comment-subscription-form:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.comment-subscription-form input, .comment-subscription-form label { float: left; margin: 0px !important; margin-right: 5px !important; padding: 10px; }
/* 404 Page
----------------------------------------------------------- */
#error-page-title { font-size: 32px; text-align: center; font-weight: bold; background: none; line-height: 1em; border: none; margin: 0 0 10px; color: #777; }
#error-page-title span { margin-right: 7px }
#error-page-text { text-align: center; font-size: 11px; }
/* BX Carousel
----------------------------------------------------------- */
.bx-wrapper { position: relative; margin: 0 auto; padding: 0; *zoom: 1; }
.bx-wrapper img { max-width: 100%; display: block; }
.bx-wrapper .bx-loading { min-height: 50px; background: url("images/loader.gif") center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }
/* View.js Lightbox
----------------------------------------------------------- */
.viewer { background-color: rgba(0,0,0,0.8); background-color: transparent; background-image: -moz-radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); background-image: -webkit-radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); background-image: -o-radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); background-image: -ms-radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); background-image: radial-gradient(50% 50%,ellipse cover,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.9) 100%); }
.viewer .caption { color: #fff; font-size: 16px; font-weight: bold; line-height: 50px; }
.viewer li>div { left: 50px; top: 50px; bottom: 50px; right: 50px; }
.viewer li.loading>div { background: url(img/loading.gif) center center no-repeat }
.multiplebgs .viewer li.loading>div { background: url(img/loading.gif) center center no-repeat,url(img/loading_frame.png) center center no-repeat }
.viewer li.loading.previous, .viewer li.loading.next { background: 0 }
.viewer img { -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.5); -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.5); box-shadow: 0 5px 20px rgba(0,0,0,0.5); }
.viewer .close { top: 20px!important; right: 20px!important; font-weight: 700!important; filter: alpha(opacity=80); -khtml-opacity: .2; -moz-opacity: .2; opacity: .2; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out -moz-border-radius:1em; -webkit-border-radius: 1em; -o-border-radius: 1em; border-radius: 1em; background: #fff; width: 30px; height: 30px; color: #000; font-size: 30px; line-height: 23px; text-align: center; }
.viewer .close:hover { filter: alpha(opacity=100); -khtml-opacity: 1; -moz-opacity: 1; opacity: 1; }