/*
 Theme Name: Orange
 Theme URI: http://blankcanvas.eu/wordpress/orange/
 Description:Minimalistic two-columns, fixed-width,  seo optimized  theme for WordPress. Compatible with WordPress 3.1 features, valid XHTML & CSS, custom widgets(Twitter, Flickr, About us).
 Author: Tomasz Mazur
 Author URI: http://blankcanvas.eu/
 Template:
 Version: 4.0.0
 Tags: two-columns,  fixed-width, microformats, sticky-post, right-sidebar, orange, brown, white,  holiday, threaded-comments, custom-header, custom-background, custom-menu, translation-ready, featured-image-header, post-formats, flexible-header, full-width-template, featured-images, editor-style, custom-background, custom-colors, custom-header, custom-menu
 License:GNU General Public License, v2 (or newer)
 License URI:http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 */
/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*------------*/
/*  Html tags */
/*------------*/
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font: 14px "HelveticaNeue", Arial, 'Helvetica Neue', Helvetica, FreeSans, 'Liberation Sans', 'Nimbus Sans L', sans-serif;
    line-height: 1.5;
    color: #FFFFFF;
    background: #fff;
    word-wrap: break-word;
}
p {
    font-size: 1em;
    margin: 0 0 1em 0;
    text-indent: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.3;
    color: #ffffff;
    margin: 10px 0;
}
h1 {
    font-size: 26px;
    line-height: 1.1;
}
h2 {
    font-size: 21px;
    line-height: 1.2;
}
h3 {
    font-size: 18px;
    font-variant: normal;
}
h4 {
    font-size: 16px;
    font-variant: normal;
}
h5 {
    font-size: 14px;
    font-variant: normal;
}
h6 {
    font-size: 14px;
    font-variant: normal;
}
a {
    outline: none;
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #fff
}
a, input[type=submit], input[type=button], input[type=text], textarea {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
embed, iframe, object, video {
    max-width: 100%;
}
del {
    text-decoration: line-through;
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none;
}
blockquote {
    color: #604A3A;
    padding: 0 0 0 2.5em;
    margin: 1em 0;
    font-style: normal;
    background: url(images/icons.png) no-repeat -200px 0;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
address {
    margin: 1em 0;
    font-style: italic;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Consolas, "Courier New", Courier, monospace;
    width: 100%;
    text-align: left;
}
th {
    background: #a80500;
}
td, th {
    padding: 4px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
pre {
    font-family: Consolas, Lucida Console, Monaco, monospace;
    color: #222;
    background: #eee;
    padding: 10px;
    overflow: auto;
    margin-bottom: 1em
}
code {
    font-family: Consolas, Lucida Console, Monaco, monospace;
    background: #2B275A;
    font-weight: normal;
    font-style: normal;
}
sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
    font-size: 0.81em;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
abbr {
    cursor: help;
}
cite, em, i {
    font-style: italic
}
strong, b {
    font-weight: bold;
}
input, textarea {
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 2px;
}
input[type=submit], #searchsubmit {
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    background-color: #383838;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #555 0%, #383838 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#383838));
    background-image: -webkit-linear-gradient(top, #555 0%,#383838 100%);
    background-image: -ms-linear-gradient(top, #555 0%,#383838 100%);
    background-image: -o-linear-gradient(top, #555 0%,#383838 100%);
    background-image: linear-gradient(top, #555 0%,#383838 100%);
    border: 1px solid #292929;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .4);
    padding: 4px 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
input[type=submit]:hover, #searchsubmit:hover {
    background-image: -moz-linear-gradient(top, #404040 0%, #383838 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#383838));
    background-image: -webkit-linear-gradient(top, #404040 0%,#383838 100%);
    background-image: -ms-linear-gradient(top, #404040 0%,#383838 100%);
    background-image: -o-linear-gradient(top, #404040 0%,#383838 100%);
    background-image: linear-gradient(top, #404040 0%,#383838 100%);
}
#searchsubmit:active {
    background-image: -moz-linear-gradient(top, #222 0%, #383838 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#383838));
    background-image: -webkit-linear-gradient(top, #222 0%,#383838 100%);
    background-image: -ms-linear-gradient(top, #222 0%,#383838 100%);
    background-image: -o-linear-gradient(top, #222 0%,#383838 100%);
    background-image: linear-gradient(top, #222 0%,#383838 100%);
}
/*------------*/
/*  Search */
/*------------*/
#searchform input {
    margin-top: 5px
}
#searchform  #s {
    width: 10em;
    border: none;
    padding: 5px;
    background: #fff;
}
#searchsubmit {
    cursor: pointer;
}
.assistive-text, .screen-reader-text{
    display: none;
}
/*------------*/
/*  Navigation */
/*------------*/
.nav .current-menu-item a{
    color: #000;
}
.nav {    
    margin-top: 10px;
  //  background:F;
}

.nav li {
    float: left;
    margin: 0;
    position: relative;
    min-height: 1px;
    vertical-align: bottom;
   
}
.nav li li {
    margin: 0;
    background: #fff;
    min-width: 200px; 
    border-bottom: 1px #ccc dotted;       
}
.nav li li:last-child {
    border-bottom: none;       
}

.nav li li li {
    background: #efefef;
}

.nav a {
    display: block;
    padding: 8px;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav ul ul {
    position: absolute;
    z-index: 500;
    top: auto;
    display: none;
    -webkit-box-shadow: 0 0 1px #996633;
    -moz-box-shadow: 0 0 1px #996633;
    box-shadow: 0 0 1px #996633;  
}

.nav ul ul ul {
    top: 0;
    left: 100%;
}

.nav li:hover {
    cursor: pointer;
    z-index: 100;
}

.nav li:hover ul ul, .nav li li:hover ul ul, .nav li li li:hover ul ul, .nav li li li li:hover ul ul {
    display: none;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul {
    display: block;
}

/*----------*/
/*  4.  Header */
/*----------*/
#header h1, #header h2, #header h3 {  
    //background: #FFEDCF;
    //background: rgba(255,237,207,0.7);
    padding-top:100px;
    padding-left:530px;
    margin: 0;

}
#header h1, #header h2 {
    font-size: 38px;
    font-weight: bold;
}
#header h3 {
    padding: 0 10px 10px;
    font-size: 14px;
}
/*----------*/
/*	5.	Posts */
/*----------*/
#wrapper {
    margin: 10px auto;
    background: #ffeed2;
    -webkit-box-shadow: 0 0 3px #996633;
    -moz-box-shadow: 0 0 3px #996633;
    box-shadow: 0 0 3px #996633;
}
.page h1{
    margin: 0.5em 0 1em
}

.post-content .wp-post-image{
    padding: 5px;
    -webkit-box-shadow: 0 0 1px #996633;
    -moz-box-shadow: 0 0 1px #996633;
    box-shadow: 0 0 1px #996633;
    margin-left: 2px; 
    margin-bottom: 10px; 
    max-width: 606px;
    height: auto;   
}
.post footer p{
    margin: 0;    
}
.post-content img{
    max-width: 620px;
    height: auto;    
}
#content{
    padding: 10px 0
}
.post {
    margin: 0 0 10px 0;
    background: #2D3864;
    padding: 10px
}
.post header p{
    margin: 0.5em 0 1em 0;
}
.post_excerpt{ 
    line-height: 1.6;
    font-size: larger;
    font-weight: normal;
    margin-bottom: 1em;
    display: block;
    font-style: italic;
}
.post-content {
    overflow: hidden;
}
.post-content h1, .post-content h2, .post-content h3 {
    margin: 1.4em 0 0.5em 0;
}
.post-content h4, .post-content h5, .post-content h6{
    margin: 0.6em 0;
}
.wp-post-image{
    margin: 0 auto 1em;
    display: block;
    height: auto;
}
.post-content img {
    height: auto;
    max-width: 620px;
    border: none;
}
.attachment img {
    max-width: 940px;
    display: block;
    margin: 0 auto;
}
.post-content dt {
    font-weight: bold;
}
.entry dt:before, .post-content dt:before {
    content: " - ";
}
.gallery dt:before, .gallery dd:before {
    content: "";
}
.post-content ul, .post-content ol {
    list-style: circle;
    margin: 0 0 1em 2em;
}
.post-content ul ul {
    list-style: disc;
    margin: 0 0 0 1em;
}
.post-content ol {
    list-style: decimal
}
.post-content ol ol {
    list-style: lower-alpha;
    margin: 0 0 0 1.4em;
}
.page-link {
    clear: both;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 4px;
    font-family: Consolas, "Courier New", Courier, monospace;
    margin: 1em 0;
}
#author-info {
    margin: 10px;
    padding: 10px 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    clear: both;
    overflow: hidden
}
.single #author-info {
    margin: 10px 0;
}
#author-info h3 {
    margin: 0
}
#author-info a {
    text-decoration: none
}
#author-info .photo {
    float: right;
    margin: 0 0 5px 10px;
}
.meta-nav {
    white-space: nowrap;
    text-decoration: none !important;
}
.comments-link{
    float: right;
    margin-left: 10px;
    background: url(images/icons.png) no-repeat -60px 0;
    height: 48px;
    width: 48px;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;    
}
.comments-link:hover{
    background: url(images/icons.png) no-repeat  0 0;
}
.sticky {
   
}
#breadcrumbs{
    padding: 15px 0 5px;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
}
.sticky-post{
    padding: 0 60px
}
.sticky-post .wp-post-image{
    margin: 5px 10px 2px 0!important;
    padding: 5px;
    -webkit-box-shadow: 0 0 1px #996633;
    -moz-box-shadow: 0 0 1px #996633;
    box-shadow: 0 0 1px #996633;
    margin-left: 2px; 
    max-width: 300px;
    height: auto; 
    background: #FFFAEF
}
/*----------*/
/*	6.	Navigation */
/*----------*/
.wp-pagenavi {
    padding: 10px 0;
}
.wp-pagenavi a {
    border: 0 !important;
    background: transparent !important;
    margin: 0 10px 0 0 !important;
}
.linkpage a {
    margin-right: 20px;
    padding: 5px;
    background: #EFEFEF;
}
.wp-pagenavi .pages, .wp-pagenavi .current {
    padding: 5px !important;
    background: #fff !important;
    margin: 0 10px 0 0 !important;
}
.navcomments a {
    margin: 10px;
}
/*----------*/
/*	7.	Sidebar */
/*----------*/
.sidebar {
    padding: 10px 0;
}
.widget-container {
    margin: 0 0 1.5em;
    word-wrap: break-word;
}
.widget-container li {
    margin: 0 0 0 15px;
    list-style: disc;
}
.widget-title {
    margin-bottom: 0.5em
}
/*----------*/
/*	8.	Comments */
/*----------*/
#comments {
    margin: 0 0 10px 0;
}
#comments h3{
    margin: 15px 0;
}
.comment-meta, .comment-author {
    font-size: 12px;
}
#comments .vcard {
    color: #2F2213;
}
#comments .vcard a {
    text-decoration: underline;
}
#comments .vcard .photo {
    float: right
}
#comments label, #comments small, .form-allowed-tags{
    font-size: small;
}
li.comment{
    margin: 10px 0;
    padding: 10px;
    display: block;
    background: #19448A;
}
#respond {
    background: #19448A;
    padding: 10px;
}
#respond code {
    border: none;
    font-size: 11px;
    padding: 0;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    max-width: 240px;
}

.comment-form-comment, #comment {
    width: 96%;
}

#comments .vcard {
    width: auto;
    background: none
}
.byuser, .bypostauthor {
    background: #DFC28B;
}
.nopassword, .nocomments {
    display: none;
}
.pingback, .trackback {
    background: url(images/bg.jpg);
    -webkit-box-shadow: 0 0 1px #996633;
    -moz-box-shadow: 0 0 1px #996633;
    box-shadow: 0 0 1px #996633;
    padding: 10px;
}
#comments .required {
    color: #FF1200
}
/*----------*/
/*	9.	Footer */
/*----------*/
#footer {
    background: #2F2F2F;
    color: #ccc;
    clear: both;
    overflow: hidden;
    padding: 10px 0 0;
}
#footer a{
    color: #fff;
}
.orange-copyright {
    clear: both;
    font-size: 11px;
    color: #BFBFBF;
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
}
#footer .widget-title {
    margin-bottom: 0.2em;
    color: #ccc
}
.orange-copyright li {
    display: inline;
    border: none;
}

/*------------*/
/*  Gallery */
/*------------*/
.gallery {
    width: 100%;
    float: left;
}
.gallery dd:before {
    content: " ";
}
.gallery-item {
    float: left;
    margin: 0;
}
.gallery-item img {
    display: block;
    margin: 10px auto;
    -webkit-box-shadow: 3px 3px 0 #BFBFBF;
    -moz-box-shadow: 3px 3px 0 #BFBFBF;
    box-shadow: 3px 3px 0 #BFBFBF;
    display: block;
    width: auto
}
.gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img, .gallery-columns-7 .gallery-item img, .gallery-columns-8 .gallery-item img, .gallery-columns-9 .gallery-item img {
    width: 73%;
}
.gallery-item img:hover {
    -webkit-box-shadow: 3px 3px 3px #BFBFBF;
    -moz-box-shadow: 3px 3px 3px #BFBFBF;
    box-shadow: 3px 3px 3px #BFBFBF;
    display: block;
}
.gallery-item .wp-caption-text {
    text-align: center;
    padding: 5px;
}
.gallery-columns-1 .gallery-item {
    width: 98%;
    margin: 1%;
    padding: 3% 0;
}
.gallery-columns-2 .gallery-item {
    width: 48%;
    margin: 1%;
    padding: 3% 0;
}
.gallery-columns-3 .gallery-item {
    width: 31%;
    margin: 1%;
    padding: 3% 0;
}
.gallery-columns-4 .gallery-item {
    width: 23%;
    margin: 1%;
    padding: 3% 0;
}
.gallery-columns-5 .gallery-item {
    width: 19%;
    margin: 0.2%;
    padding: 2% 0;
}
.gallery-columns-6 .gallery-item {
    width: 16%;
    margin: 0.3%;
    padding: 1% 0;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}
.gallery-columns-7 .gallery-item {
    width: 14%;
    margin: 0.1%;
    padding: 1% 0;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}
.gallery-columns-8 .gallery-item {
    width: 12%;
    margin: 0.1%;
    padding: 1% 0;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}
.gallery-columns-9 .gallery-item {
    width: 10%;
    margin: 0.1%;
    padding: 1% 0;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}
.single-format-gallery img {
    max-width: 940px;
}
.wp-caption {
    margin: 7px 2px;
    -webkit-box-shadow: 0 0 1px #996633;
    -moz-box-shadow: 0 0 1px #996633;
    box-shadow: 0 0 1px #996633;
    max-width: 616px;
}
.wp-caption img {
    margin: 5px 5px 0;
    max-width: 606px;
}
.alignnone img {
    display: inline !important;
    float: none !important;
}
.wp-caption-text, .gallery-caption {
    padding: 0 5px 6px;
    margin: 0;
    font-size: 0.76em;
    line-height: 1.3em;
    color: #fff;
    font-family: sans-serif;
}
.wp-caption.alignright {
    margin: 7px 1px 7px 10px;
}
.wp-caption.alignleft {
    margin: 7px 10px 7px 1px;
}
.wp-caption.aligncenter {
    margin: 1em auto;
}
.wp-caption.alignnone {
    margin: 1em 1px;
}
.gallery br {
    clear: both
}
.entry-caption {
    text-align: center;
    margin: 0 10px;
}
/*------------*/
/*  Wordpress class */
/*------------*/
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignnone {
    clear: both;
    margin: 1em 0
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
img.alignright {
    float: right;
    margin: 0.5em 0 0.1em 0.9em
}

img.alignleft {
    float: left;
    margin: 0.5em 0.9em 0.1em 0
}

img.aligncenter {
    clear: both;
    display: block;
    margin: 1em auto;
}
img.alignnone {
    clear: both;
    margin: 0;
}
.wpstats {
    display: none;
}
/*----------*/
/*	11.	Lightbox */
/*----------*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* 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;
    list-style: none
}/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    display: block;
    margin: 0 auto;
    height: auto!important;
}
.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%;
}
.slides {
    margin: 0 !important
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
 *********************************/
.flexslider {
    margin: 0 0 60px;
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    width: 32px;
    height: 63px;
    margin: -20px 0 0;
    display: block;
    background: url(images/icons.png) no-repeat -120px 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
}
.flex-direction-nav .flex-next {
    background-position: -160px 0;
    right: 10px;
}
.flex-direction-nav .flex-prev {
    left: 10px;
}
.flex-direction-nav li {
    list-style: none
}
.flexslider:hover .flex-next {
    opacity: 0.8;
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -50px;
    text-align: center;
    margin: 0 !important
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 7px;
    height: 7px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
.slides h2 {
    margin: 20px 0 !important;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

@media print {
    @page {
        margin: 1cm;
    }
    p a[href^="http://"]:after, a[href^="https://"]:after {
        content: " (" attr(href) ")";
        word-wrap: break-word;
        color: #000;
        text-decoration: underline;
    }
    body {
        background: none;
        font: 10pt/1.3 Cambria, Times, Times New Roman, serif !important;
    }

    h1, h2 {
        font: 13pt Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    }

    h3, h4, h5, h6 {
        font: 12pt Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    }

    ul, ol, li {
        margin: 0 0 3px 10pt;
        padding: 0 !important;
    }

    th, td {
        padding: 2px 3px;
        border: 1px solid #000
    }
    .sidebar, #footer, #header, #nav, .wp-pagenavi, #respond, .reply {
        display: none !important;
    }
    .comment {
        padding: 10px !important
    }
    #comments, .post, .comment {
        border: none
    }
    .entry, .title, .postmeta, #comments, .commentlist li, #wrapper {
        background: #fff !important;
    }
    code, pre, blockquote {
        color: #000 !important
    }
    a {
        color: #000;
        text-decoration: underline;
    }
}