/*
Theme Name: ldm
Text Domain: ldm

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Main Menu
        5.3 - Social Menu
        5.4 - Paging Navigation
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Header
10.0 - Widgets
11.0 - Content
	11.1 - Posts and pages
        11.2 - Index and Archives
	11.3 - Asides
        11.4 - Image Attachments
	11.5 - Comments
        11.6 - Author Box
12.0 - Infinite scroll
13.0 - Media
14.0 - Footer
15.0 - Random Unsorted Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
    background: #eef3fa;
    z-index: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	/*outline: thin dotted;*/
}
a:hover,
a:active {
	outline: 0;
        text-decoration: none
}
a img {
	border: 0;
}

a:focus img {
    /*outline: 3px dotted #2c86ba;*/
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'PT Serif', serif;
    /*line-height: 1.5;*/
    color: #404040;
    color: hsl(0, 0%, 25%);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    color: hsl(0, 0%, 0%);
    -ms-word-break: break-word;
    word-break: break-word;
}

p { 
    margin-bottom: 1.2em;
    font-family: 'Open Sans', sans-serif;
}

b, strong { font-weight: bold; }

dfn, cite, em, i { font-style: italic; }

address { margin: 0 0 1.5em; }

pre {
    max-width: 100%;
    padding: 1.6em;
    margin-bottom: 2em!important;
    overflow: auto;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    background: #eee;
}

code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    text-decoration: none;
    background: #fff9c0;
}

sup, sub {
    position: relative;	
    height: 0;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 75%; }

big { font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    height: 1px;
    margin-bottom: 1.5em;
    background-color: #ccc;
    border: 0;
}

/*ul, ol { margin: 0 0 1.5em 3em; }*/

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, 
li > ol {
    margin-bottom: 0;
    margin-left: 0;
}

dt { font-weight: inherit }

dd { margin: 0 1.5em 1.5em; }

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure { margin: 0; }

table {
    width: 100%;
    margin: 0 0 1.5em;
    font-family: 'Open Sans', sans-serif;   
}

td {
   border-bottom:1px solid #c9cacc;
}

td > span > a{
    font-size: 12px !important;
}

tr:hover{
    background-color:#f2f2f2 !important; 
}

tr:nth-last-child(even){
    background-color: #f2eefd;
}

th { font-weight: bold; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    /*padding: 1em 2em;*/
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Open Sans';
    text-transform: uppercase;
    line-height: 1;
    color: hsl(0, 0%, 100%);
    background: #3c3c3c;
    background: hsl(0, 0%, 24%);
    border: none;
    border-radius: 3px;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #000;
    background: hsl(0, 0%, 0%);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #000;
    background: hsl(0, 0%, 0%);
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

/*input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
   /* width: 100%;
}*/

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    padding: 0;
    border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
/*input[type="search"],*/
textarea {
    /*padding: 8px;*/
    font-family: 'Open Sans', sans-serif;
    color: #333;
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    
}

.comment-awaiting-moderation { /* Green background color to make moderation seem less aggressive */
    padding: .5rem 1rem;
    margin: 1rem 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #84bd68;
    background: hsl(100, 39%, 57%);
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    text-decoration: none;	
    color: #000;
    color: hsl(0, 0%, 0%);    
}

a:visited {
    color: #333;
    color: hsl(0, 0%, 20%);
}

a:hover,
a:focus,
a:active { 
    /*text-decoration: underline; */
}

#navigation-icons{
    position: fixed;
    height: 50px;
    bottom:0;
    margin: 0 auto;
    padding: 0 auto;
    z-index: 0;
}

#navigation-icons a{
    display:block;
    width:30px;
    float:left;
    position: relative;
    left: 960px;
}

#back span, #up span {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}


#navigation-icons i{
    float:right;
    width:30px;    
    
}
.fa-arrow-up, .fa-arrow-left{
    font-size:28px !important;
}

.fa-arrow-left{

    z-index: 1;
}

.fa-arrow-up{
    z-index: 0;
    
}

a.search-submit-k{
    font-size: 14px;
    margin: 0 5px 5px 0;
    width: 100px;
    padding: px;
    background: #000 none repeat scroll 0% 0%;
}

a.search-submit-k:hover{
    font-size: 14px;
    margin: 0 5px 5px 0;
    width: 100px;
    padding: px;
    background: #000 none repeat scroll 0% 0%;
}

#archive-links{
    padding-left: 70px;
    padding-top: 5px;
    padding-bottom: 3px
}

.archive-link {
    font-size: 13px;
    color:#005395 !important;
    font-family: "Open Sans";
    border:#005395 1px solid !important;
    padding: 1px;
    letter-spacing: -1px;
    margin-right: 5px;
    padding: 1px 6px;
}

.archive-link i {
    margin-top: 5px;
    font-size: 10px;
}

.archive-link:hover{
    border:#005395 1px solid;
    color:#fff !important;
    background-color: #005395;
}

.this-selected{
    border:#005395 1px solid;
    color:#fff !important;
    background-color: #005395;    
}

.arch{
    padding-left: 15px;
    padding-right: 15px;
}

.arch-title{
    color: #005395;
    font-weight: 600 !important;
}

.arch-title-{
    color: #005395;
    font-weight: 600 !important;
    padding: 25px 0 0 15px;
}

.arch-name{
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 15px 15px 5px 15px;
}

.arch span {
    font-weight: 700 !important;
}

.arch-padding {
    padding:25px 15px 15px;
    background-color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    float:left;
}

#load-ajax, #load-ajax-more{
    padding:3px 25px;
    border-radius: 3px;
    background: hsl(0, 0%, 24%) none repeat scroll 0 0;
    text-transform: uppercase;
    color: hsl(0, 0%, 100%);
    font-size: 14px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
#load-ajax:hover, #load-ajax-more:hover{
    background: hsl(0, 0%, 0%);
}

#year-mistake, #museum-mistake{
    font-size: 12px;
}

/*--------------------------------------------------------------
5.2 Main Menu
--------------------------------------------------------------*/
.main-navigation {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    font-family: 'Open Sans', sans-serif;
    /*text-transform: uppercase;
    background: #313131;
    background: hsl(0, 0%, 19%);*/
}

.main-navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.main-navigation li {
    position: relative;
    float: left;
}

.main-navigation a {
    display: block;
    padding: 0.5em 0.5em;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 1.3em;
    color: #fff;
    font-weight: 500;
}

.main-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: 999;
    display: none;
    float: left;
    padding: 0;
    /*background: #4d4d4d;
    background: hsl(0, 0%, 30%);*/
}

.main-navigation ul ul ul {
    top: 0;
    left: 100%;
}

.main-navigation ul ul a { width: 200px; }

.main-navigation ul ul li {
    background: #7d54a2
}

.main-navigation li:hover > a,
.main-navigation li > a:focus {
    background: #eee;
    color:#7d54a2
}

.main-navigation ul ul :hover > a { 
    color:#7d54a2
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
    background: #8456ad;
    color:white
}

.main-navigation ul li:hover > ul { display: block; }

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current_page_item > a:focus,
.main-navigation .current-menu-item > a:focus {
    color: #fff;
    background: #8456ad;
}

.current-menu-parent a{
    color: white;  
}

.main-navigation .current_page_ancestor, .nav-menu .current-page-ancestor{
    background: #fff;
    color: #7d54a2
}
.current_page_ancestor > a, .nav-menu .current-page-ancestor > a {
    color: #7d54a2
}

.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a {
    color: #7d54a2;
    background: #fff;
}

#site-navigation div{
    padding-left: 72px
}

#site-navigation{
    background-color: #7d54a2;
    border-top:solid #7d54a2 1px;
    border-bottom:solid #7d54a2 1px;
}

/* Small menu */
.menu-toggle {
    display: none;
    cursor: pointer;
}
.menu-toggle a span {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

/*@media screen and (max-width: 768px) {
    .menu-toggle {
        display: inline-block;
        height: 2.5em;
        padding: 0 0.5em;
        font-weight: normal;
        font-size: 13px;
        font-size: 1.3rem;
        text-decoration: none;
        line-height: 3em;
        color: white;
    }
      
    .menu-toggle a:hover,
    .menu-toggle a:focus {
        background: #005395;
    }

    .main-navigation.toggled .nav-menu {
        display: block;
        border-top: 1px solid;
        border-top-color: #fff;
        border-top-color: hsla(0, 0%, 100%, .5);
    }

    .main-navigation ul {
        display: none;
        padding-left: 0;
    }

    .main-navigation li { float: none; }

    .main-navigation li a { padding: 0.5em 0.5em; }

    .main-navigation li li a { padding-left: 2em; }

    .main-navigation li li li a { padding-left: 4em; }

    .main-navigation li:hover > a,
    .main-navigation li > a:focus {
        background: #ffffff;
        color:#005395;
    }

    .main-navigation ul ul,
    .main-navigation ul ul ul {
        position: relative;
        top: inherit;
        left: 0;
        display: block;
        float: none;
        background: #005395;
    }

    .main-navigation ul ul a { width: 100%; }

    .main-navigation ul a:hover,
    .main-navigation ul ul a:hover,
    .main-navigation ul a:focus,
    .main-navigation ul ul a:focus{
        background: #ffffff;
        color:#005395;
    }

    .main-navigation .current_page_ancestor { background: inherit; }

    .main-navigation ul ul .current_page_parent {
        color: inherit;
        background: inherit;
    }

    .main-navigation .current_page_item > a,
    .main-navigation .current_page_item > a:hover,
    .main-navigation .current_page_item li:hover,
    .main-navigation .current_page_item > a:focus,
    .main-navigation .current_page_item li:focus,
    .main-navigation .current_page_parent .current_page_item > a  {
        color: #005395;
        background: #fff;  
    }

} *//* End responsive menu */

/*--------------------------------------------------------------
5.3 Social Menu
--------------------------------------------------------------*/

.menu-social ul {
    float: right;
    text-align: center;
    list-style: none;    
}

.menu-social ul li {
    position: relative;
    display:  inline-block;    
}

.menu-social li a:before {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-family: 'Fontawesome';
    font-size: 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    content: '\f08e';
}

.menu-social li a[href*="dribbble.com"]::before { content: '\f17d'; }

.menu-social li a[href*="facebook.com"]::before { content: '\f09a'; }

.menu-social li a[href*="flickr.com"]::before { content: '\f16e'; }

.menu-social li a[href*="foursquare.com"]::before { content: '\f180'; }

.menu-social li a[href*="github.com"]::before { content: '\f09b'; }

.menu-social li a[href*="plus.google.com"]::before { content: '\f0d5'; }

.menu-social li a[href*="instagram.com"]::before { content: '\f16d'; }

.menu-social li a[href*="jsfiddle.com"]::before { content: '\f1cc'; }

.menu-social li a[href*="linkedin.com"]::before { content: '\f0e1'; }

.menu-social li a[href*="pinterest.com"]::before { content: '\f0d2'; }

.menu-social li a[href*="reddit.com"]::before { content: '\f1a1'; }

.menu-social li a[href*="soundcloud.com"]::before { content: '\f1be'; }

.menu-social li a[href*="stackoverflow.com"]::before { content: '\f16c'; }

.menu-social li a[href*="tumblr.com"]::before { content: '\f173'; }

.menu-social li a[href*="twitter.com"]::before { content: '\f099'; }

.menu-social li a[href*="vimeo.com"]::before { content: '\f194'; }

.menu-social li a[href*="vine.co"]::before { content: '\f1ca'; }

.menu-social li a[href*="yelp.com"]::before { content: '\f1e9'; }

.menu-social li a[href*="youtube.com"]::before { content: '\f167'; }

.menu-social li a[href*="wordpress.com"]::before { content: '\f19a'; }



/*@media screen and (max-width: 768px) {
    #menu-social ul {
	position: absolute;
        top: 0;
        right: 6rem;
        display: block;
    }
    
    #menu-social li a { 
        padding-left:.5em;
        padding-right: .5em;
    }
}*/

/*šoninis vidinio ldm*/

#left-single-page li {
    display:block;
    padding: 3px 6px;
    font-size: 14px;
        
}
#left-single-page li.current_page_item > a{
    color:#fff;
    background-color: #005395;
    padding: 3px 3px;
    width: 100%;
}
#left-single-page li.current_page_item > .children, #left-single-page .current_page_ancestor > .children{
    display:block
}

#left-single-page .children{
    display:none
}

#left-single-page a{
    border:none;
    padding:2px;
}

#left-single-page a:hover{
    background-color: #005395;
    color: #fff;
}

.a2a_button_facebook{
    color:black
}

/*--------------------------------------------------------------
5.4 Paging Navigation
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    color: hsl(0, 0%, 0%);
    margin:10px 0 0 0;
}

.post-nav-box {
    padding: 2em 0;
    margin-bottom: 4em;
    border-top: hsl(0, 0%, 80%) solid 1px;
    border-bottom: hsl(0, 0%, 80%) solid 1px; 
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;	
    width: 50%;    
    padding-right: 15%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;    
    width: 50%;	    
    padding-left: 15%;
    text-align: right;
}

.nav-indicator { margin-bottom: 1em; }

.nav-previous h1,
.nav-next h1 { font-weight: 900; }

.comment-navigation {
    padding: 1em 0;
    margin: 3em 0;
    border-top: hsl(0, 0%, 80%) solid 1px;
    border-bottom: hsl(0, 0%, 80%) solid 1px;  
}

.comment-navigation i { margin: 0 1em; }

/*@media screen and (max-width: 768px) {
    .comment-navigation .nav-previous,
    .post-navigation .nav-previous,
    .comment-navigation .nav-next,
    .post-navigation .nav-next {
        float: none;
        width: 100%;
        padding: 0;
        text-align: left;
    }
    
    .comment-navigation .nav-next,
    .post-navigation .nav-next { margin-top: 4rem; }
}*/

.paging-navigation ul { margin: 0; }

.paging-navigation li { display: inline; }

a.page-numbers,
span.page-numbers {
    padding: .3em .7em;
    color: #333;
    color: hsl(0, 0%, 20%);
}

a:hover.page-numbers,
a:focus.page-numbers{
    color: #000;
    color: hsl(0, 0%, 0%);
}

.paging-navigation .current {
    font-weight: bold;
    color: #000;
    color: hsl(0, 0%, 0%);
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute !important;
    height: 1px; 
    width: 1px; 
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000; /* Above WP toolbar */	
    clip: auto !important;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    line-height: normal;
    color: #21759b;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 1em;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin: 0 auto 1.6em;
    clear: both;
}

/* Alignment responsive */
@media screen and (min-width: 1320px) {
    /*.alignleft { margin-left: -160px; }*/
}

@media screen and (min-width: 1820px) {
    /*.alignright { margin-right: -160px; }*/
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    display: table;	
    content: '';	
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after { clear: both; }

/*--------------------------------------------------------------
9.0 Header
--------------------------------------------------------------*/

.site-header{

}

.site-branding {
    position: relative;
    overflow: hidden;
    height: 30px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
}

.site-branding div{
    float:left
}

.title-box {
    width: 600px;
    max-width: 75%;
    padding: 4rem;
    margin: 0 auto;
    border: solid 1px #fff;
    border: solid 1px hsla(0, 0%, 100%, .3);
}

.site-title {
    font-weight: 700;
    font-size: 40px;
    font-size: 4.5rem;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 1rem;
}

.site-description {
    font-weight: 300;
    font-size: 20px;
    font-size: 2rem;
}

.site-branding a { text-decoration: none; }

.site-title a,
.site-description { 
    color: #fff;
    color: hsl(0, 0%, 100%);
}

.header-image img {
    display: block;
    margin: 0 auto;
}

.header-background-image {
    background: no-repeat center;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -webkit-background-size: cover!important;
}

.header-background-image .title-box {
    background: #333;
    background: hsla(0, 0%, 0%, .7);
}

/* Header responsive */
@media screen and (max-width: 900px) {
    .site-branding { padding: 0; }
    
    .title-box {
        max-width: 100%;
        margin: 0 auto;
        padding: 4rem;
        border: none;
    }
}

@media screen and (max-width: 399px) {
    .title-box { padding: 2rem; }
}

/* Header search */

.search-toggle {
    float: right;
    width: 54px;
    height: 54px;
    padding: 12px;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.search-toggle:hover,
.search-toggle.active {
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

.search-toggle .screen-reader-text {
    top: 0;
    right: 0;
}
.search-box-wrapper {
    z-index: 2;
    width: 100%;
}
.search-box {
    padding: 1em;
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

.search-box .search-field {
    max-width: 362px;
    float: right;
    padding: 1rem 2rem 1rem 4rem;
    font-size: 20px;
    font-size: 2rem;
    background-color: #fff;
    border: 0;
}

.hide { display: none; }

/*.error404 .search-submit,
.search .search-submit,
.search-box .search-submit { display: none; }

/*@media screen and (max-width: 768px) {
    .search-toggle {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;
    }
}*/

#menu-top {
    margin: 0 -5px;
}

#menu-top li {
    display: block;
    padding-bottom: 3px;
}

#menu-top a {
    color: #404040;
    text-decoration: none;
    font-size: 15px;
    padding: 2px 5px;
    letter-spacing: -1px;
}

#menu-top a:hover{
    color: #fff;
    background-color: #7d54a2;
    text-decoration: none;
}

div#menu-top2 { 
    font-family: 'Open Sans';
    letter-spacing: -1px;
    font-size:15px;
}

#menu-top2 i {
    width: 12px;
    margin: 0 0 0 5px;
    cursor: pointer;     
}

#menu-top2 ul{
    margin: 0 -5px;
}

#menu-top2 li{
    display: block;
}

#menu-top2 span{
    font-weight: 600;
    cursor: pointer;
    color:#b5b5b5;
}

#menu-top2 span:hover{
    color:#818181;
}

#menu-top2 a{
    padding: 2px 5px;
}
#menu-top2 a:hover{
    color: #fff;
    background-color: #7d54a2;
    text-decoration: none;
}

.top-meniu-block{
    display:table-cell;
    vertical-align: top;
    width:auto;
    padding:0 15px 0 0;
}

#page{
    max-width: 960px;
    margin: 0 auto;
    background-color: #fff;
}

#logo{
    padding: 0 0 0 10px;
    height: 48px;
    float:left;
    position: absolute;
}
#logo-simple {
    position: absolute;
    height: 90px;
    width: 250px;
    top: -20px;
    overflow: hidden;
}
#logo-simple a {
    display: block;
    position: absolute;
    width: 315px;
}
#logo-simple img {
    display: block;
    height: 90px;
}
#department-logo {
    position: absolute;
    top: -22px;
    height: 142px;
    overflow: hidden;
    left: 50%;
    margin-left: -155px;
}
#department-logo a {
    display: block;
    width: 490px;
    height: 140px;
}
#department-logo img {
    display: block;
    height: 140px;
}
.header-title-department #logo-simple {
    width: 90px;
}
.header-title-department #logo-simple a {
    width: 90px;
}
.header-title-department #header-title h1 {
    padding-left: 140px;
}

#logo img{
    height: 37px
}

#top-menu{
    padding: 10px 0 0 28px;
    color: #818181;
    height: 48px;
    font-size: 19px
}

#top-menu a{
    color: white    
}

#time{
    color: #818181;
    float:right;
    height: 40px;
    padding:14px 65px 0 0;
    font-size: 15px;
}

#lang{
    float: right;
    padding: 10px 0 0 10px;
}

#lang a{
    color: #202020;
    padding: 0 10px 0 0;
    font-size: 15px;
    text-decoration: none;
}

#lang a.lang{
    text-decoration: underline;
}

.name-search{
    height: 120px;    
}

#header-title {
    max-width: 940px;        
    margin: 0 0 0 10px;
    position: relative;
    height: 66px;
}

#header-title h1{
    float: left;
    font-size: 40px;
    font-weight: 600;
    padding: 0 0 0 70px;
    margin: 0;
}

#header-title a {
    color:#404040;
    text-decoration: none;
}

#header-title p{
    float: left;
    font-size: 12px;
    color:#818181;
    padding: 0 0 0 65px;
    width:100%    
}

.icon {
    color: #676564
}

#icons-search{
    float: right;
    max-width: 940px;
    position: absolute;
    top:-30px;
    right: 0;
}
.social-icon {
    display: block;
    position: relative;
    float: right;
    margin: 0 10px 0 0;
    overflow: hidden;
}
.social-icon .icon {
    margin: 0;
}
.social-icon .icon-text {
    position: absolute;
    top: -100px;
    width: 0;
    height: 0;
    visibility: hidden;
}


#icons-meniu{
    display:block;
    position:relative;
    top:25px;
}
#icons-meniu.icons-menu-dep{
    top: -14px;
}

#forminline{
    position:absolute;
    right: 120px;
}

#search{
   width: 100%;
   font-size: 13px
}

#search-fields{
    max-width:780px;
    padding: 0 auto;
    margin: 0 auto;
    height: 35px;
}

#search-left{
    float:left;
}

#search-right{
    float: left;
}

#searchform input{
    font-size: 14px;
    margin: 0 5px 5px 0;
}

#searchform input.search-text{
    width:90px;
    padding:3px 6px;
}
#searchform input.search-submit{
    width: 22px;
    padding:3px 0px 0 2px;
}
#searchform input.search-submit-k{
    width: 100px;
    padding:6px 6px;
}
.TokenSearch input{
    width: 200px;
}

#search-content{
    max-width: 780px;
    padding: 0 auto;
    margin: 0 auto;    
}

#search-content li{
    display:block;
    padding: 5px;
    margin-left: 0px;
}

#search-content li:nth-child(odd){
    background-color: #f2eefd;
}

#search-content li:hover{
    background-color: #f2f2f2;
}

/*#search-form{
    position: relative;
    width: 100%
}*/

.input-group { position:relative; float:right; }

#btn-search {
    cursor:pointer;
    position:absolute;
    padding:0px 10px 3px 8px;
}
.btn{
    padding-left: 0 !important;
}

#box-search{
    font-family: "Open Sans";
    font-size: 12px;
}
#box-search-label {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

input { width:0; padding-left:20px; border:1px solid transparent; }

#box-search404{
    min-width: 250px;
    border:1px solid #b5b5b5;
    font-family: "Open Sans";
    font-size: 13px;
    padding-left: 10px;
}

#form404{
    padding: 5px 0;
}

#submit404{
    width:100px;
    padding:4px 0;
}

.form-control{
    margin-left: 5px;
}

.icon {
    margin: 0 4px;
}

#padaliniai-meniu{
    font-family: "Open Sans";
    font-size: 15px;
    max-width: 940px;
    display:block;
    float:left;
    margin-left: 76px;
    position: relative;
    padding-bottom: 10px;
    padding-top:10px;
}

#padaliniai-meniu ul{
    padding-top: 5px;
    display:block;
}

#menu-top2{
    float:left;
    padding: 0px 0 10px 0;
    width:800px;
}

/*@media screen and (max-width: 900px) {
    #time{
        display:none
    }    
}

@media screen and (max-width: 768px) {
    #header-title h1{
        font-size: 36px;        
    }
    #lang a:first-child{
        display:none
    }
    #header-title{
        margin:0;
    }
    #icons-search a:nth-child(2){
        display:none;
    }
    #padaliniai-meniu{
        font-size: 13px;
        margin-left: 20px        
    }
    #menu-top2{
        padding: 0 0 5px 0;
    }    
}

@media screen and (max-width: 660px) {
    #header-title h1{
        font-size: 32px;        
    }
    #header-title p{
        font-size: 10px;        
    }
}

@media screen and (max-width: 560px) {
    #header-title h1{
        font-size: 28px;        
    }
    #search{
        width: 100px;
    }
}

@media screen and (max-width: 450px) {
    #header-title h1{
        font-size: 24px;        
    }

}*/

#info-mobile{
    float: right;
    margin: 0 0 10px 0;
    display: none
}

#info-mobile li{
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#newsletter a{
    border: solid 1px #ffffff;
    float:right;
    padding:1px 3px;
    margin: 6px 10px 0 0;
    font-size: 13px;
}

#newsletter a:hover{
    color:#005395;
    background-color: #fff;    
}

.mailerlite-form-title{
    display:none;
}

.mailerlite-form-field input{
    min-width: 250px;
} 
.mailerlite-subscribe-submit{
    width: 130px;
    line-height: 1.2;
}


/*--------------------------------------------------------------
10.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 4em;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.widget-title { 
    border-bottom: 2px solid #000;    
}

.widget a {
    font-weight: 700;
    color: #000;
    color: hsl(0, 0%, 0%);
}

.widget ul,
.widget ol {
    padding: 0;
    margin: -1em 0 0;
    list-style-type: none;
}

.widget li { padding: 1em 0 0; }

.widget li ul,
.widget li ol { margin-top: 0; }

.widget li li { margin-left: 1.5em; }

.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_archive li:before {
    display: block;
    float: left;
    padding-top: 2px;
    margin-left: -2.5em;
    font-family: 'fontawesome';
    font-size: 14px;
    font-size: 1.4rem;
} 

.widget_recent_entries li,
.widget_recent_comments li { margin: 0 0 .5em 2.5em; }

.widget_recent_entries li:before { content: "\f036"; }

.widget_recent_comments li:before { content: "\f075"; }

.widget_archive li { margin: 0 0 0 2.5em; }

.widget_archive li:before { content: "\f187"; }

.widget_nav_menu a,
.widget_pages a {
    display: block;
    padding: 1em 0;
    border-bottom: solid 1px hsl(0, 0%, 90%);
}

.widget_nav_menu li,
.widget_pages li { padding-top: 0; }

.widget_rss li { margin-bottom: .5em; }

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    font-size: 85%;
}

/* Make sure select elements fit in widgets */
.widget select { max-width: 100%; }

/* Search widget */
.widget_search { display: none; }

.footer-widgets { margin: 0 0; }

.footer-widgets .widget-title,
.footer-widgets .widget a:hover,
.footer-widgets .widget a:focus {
    border-color: #fff;
    border-color: hsl(0, 0%, 100%);
}

.footer-widgets .widget {
    float: left;
}

.footer {
    display: block;
    float: left;
    margin-right: 20px;
}

/* Footer widgets responsive */
/* (max-width: 879px) {
    #footer-widgets { width: 100%!important; }
    
    .footer-widgets .widget {
        float: none;
        width: 100%;
        margin: 0 0 8rem;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        display: block;
        min-width: 230px;
        float: left
    }    
}*/
/*--------------------------------------------------------------
11.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 Posts and pages
--------------------------------------------------------------*/
#path{
    display: block;
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
    padding:5px 15px 10px 78px;
    border-bottom: 1px solid #C9CACC;
}

.sticky { }

.hentry { margin: 0 0 1.5em; }

.updated { display: none; }

.single .byline,
.group-blog .byline { display: inline; }

.page-content,
.entry-content,
.entry-summary { margin: 1.5em 0 0; }

.page-links {
    margin: 0 0 1.5em;
    clear: both;
}

.entry-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3em;
    color: #000;
    color: hsl(0, 0%, 0%);
}

.page .entry-title { margin-top: .7em; }

.entry-content a { text-decoration: underline; }

/* Typography */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { margin-bottom: .4em; }

.entry-content h1 {
    font-size: 32px;
    font-size: 3.2rem;
}

.entry-content h2 {
    font-size: 30px;
    font-size: 3.0rem;
}

.entry-content h3 {
    font-size: 28px;
    font-size: 2.8rem;
}

.entry-content h4 {
    font-size: 26px;
    font-size: 2.6rem;
}

.entry-content h5 {
    font-size: 24px;
    font-size: 2.4rem;
}

.entry-content h6 {
    font-size: 22px;
    font-size: 2.2rem;
}

.entry-content p,
.entry-content a,
.entry-content ul,
.entry-content ol {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1em;
    font-family: 'Open Sans', sans-serif;
}

.entry-content blockquote p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5em;
}

.entry-content ul{
    padding-left: 15px;
    font-size: 12px;
}


blockquote cite {
    font-size: 18px;
    font-size: 1.8rem;
}

.entry-content-search p{
    font-size: 12px;
    max-width: 780px;
    margin: 0 auto
}

.search-article{
    max-width: 780px;
    margin: 0 auto;
    border-bottom: solid 1px #c9cacc;
    padding-bottom: 5px;
    padding-top:4px;
    font-family: 'Open Sans', sans-serif;
    font-size:12px
}

.search-article header{
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
}

.search-article footer{
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px   
}

/* Smaller fonts for smaller screens */
@media screen and (max-width: 768px) {
    .entry-content, .entry-title{
        margin: 0 5px !important;
    }
    /*.entry-title {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.3em;
    }
    .entry-content h1 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .entry-content h2 {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .entry-content h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .entry-content h4 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .entry-content h5 {
        font-size: 20px;
        font-size: 2rem;
    }

    .entry-content h6 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .entry-content p,
    .entry-content ul,
    .entry-content ol  {
        font-size: 18px;
        font-size: 1.8rem;
    }
    
    .entry-content blockquote p {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.5em;
    }
     
    blockquote cite {
        font-size: 14px;
        font-size: 1.4rem;
    }*/
}

/* Blockquotes */
blockquote {
    padding: 1em 1.5em 0;
    margin-bottom: 1em;
    font-style: italic;
    border-top: solid 1px hsl(0, 0%, 80%);
    border-bottom: solid 1px hsl(0, 0%, 80%);
}

blockquote.alignleft {
    float: left;
    width: 50%;
    padding: 1em 0 0;
    margin-right: 2em;
}

blockquote.alignright {
    float: right;
    width: 50%;
    padding: 1em 0 0;
    margin-left: 2em;
}

.index-box blockquote.alignleft,
.index-box blockquote.alignright {
    background: #fff;
    background: hsl(0, 0%, 100%);
    border: none;
}

blockquote em { 
    font-style: normal; 
}

blockquote cite {
    display: block;
    margin-top: 1em;
    margin-left: 40%;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: 1.5em;
    text-align: right;
}

/* Blockquotes responsive */
@media screen and (min-width: 1820px) {
    .index-box blockquote.alignright { padding-right: 2em; }
}

@media screen and (min-width: 1320px) {
    .index-box blockquote.alignleft { padding-left: 2em; }
}

@media screen and (max-width: 780px) {
    blockquote.alignleft,
    blockquote.alignright { width: 40%; }
}

@media screen and (max-width:600px) {
    blockquote.alignleft,
    blockquote.alignright {
        width: 100%;
        padding: 1em 1.5em 0;   
    }
}

/* Image borders for white-on-white images */

.border-gray {
    border: #b9b9b9 solid 1px;
    border: hsl(0, 0%, 75%) solid 1px;
}

.border-black {
    border: #000 solid 1px;
    border: hsl(0, 0%, 0%) solid 1px;
}

.border-custom {
    border: #6DBCDB solid 1px;
    border: hsl(19, 95%, 38%) solid 1px;
}

/* Meta */
.category-list {
    margin: 1.3em 0 1em;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.category-list a {
    color: #333;
    color: hsl(0, 0%, 20%);
}

.category-list a:hover,
.category-list a:focus {
    color: #000;
    color: hsl(0, 0%, 0%);
}

.entry-meta {
    margin-bottom: 2rem;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}

.entry-meta a { font-weight: 600; }

/* Hides 'on' and '.' in post meta on wide screens. */
.mobile-hide {
    display: inline;
}

/* Meta responsive */
@media screen and (min-width: 1320px) {
    .single .entry-meta {
        position: absolute;
        width: 120px;
        margin-left: -160px;   
        text-align: right;
    }
    
    .single .byline,
    .single .posted-on,
    .single .comments-link {
        display: block;
        margin-bottom: 1em;
    }
    
    .single .author { display: block; }
    
    .single .mobile-hide {
        display: none;
    }
}

.entry-footer {
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-family: 'Open Sans', sans-serif;
}

.entry-footer ul {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2em;
    list-style-type: none;
}

.entry-footer li {
    display: inline-block;
    margin-right: 4rem;
}

.entry-footer i { margin-right: .5rem; }

.entry-content-dep{
    width:100%;
    
}

#dep-page{
    padding: 10px
}

#dep-page li {
    display:block;
    float:left;
    width:33.3%;
}

.dep-name{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

li.block1 div{
    border-bottom:solid 1px #949599;
    border-right:solid 1px #949599;
    padding:0 15px 15px 0;
}

li.block2 div{
    border-bottom:solid 1px #949599;
    border-right:solid 1px #949599;
    padding: 0 15px 15px 15px; 
}

li.block3 div{
    border-bottom:solid 1px #949599;
    padding: 0 0 15px 15px;
}

li.block4 div, li.block7 div{
    border-bottom:solid 1px #949599;
    border-right:solid 1px #949599;    
    padding: 15px 15px 15px 0;
}

li.block5 div, li.block8 div{
    border-bottom:solid 1px #949599;
    border-right:solid 1px #949599;    
    padding: 15px 15px 15px 15px;    
}

li.block6 div, li.block9 div{
    border-bottom:solid 1px #949599;
    padding: 15px 0 15px 15px;    
}

.page_item > a{
    /*min-width: 200px !important;*/
    display:block;
}

#temp_load img{
    width: 30px;
}

#more{
    padding: 0 auto;
    margin: 0 30% 0 auto;
    width:100px;
}

#more button{
    text-align: center;
    margin: 3px;
    width: 100px;
    padding:6px;
}

#more-first{
    padding: 0 auto;
    margin: 0 auto;
    width:100px;
}

#more-first button{
    text-align: center;
    margin: 3px;
    width: 100px;
    padding:6px;
}

/*--------------------------------------------------------------
11.2 Index and Archive
--------------------------------------------------------------*/
.taxonomy-description {
    padding-top: 2rem;
    margin: 2rem 0;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    border-top: 1px solid hsl(0, 0%, 75%);
    border-bottom: 1px solid hsl(0, 0%, 75%);
}

.sticky-post {
    position: absolute;
    top: 1rem;
    right: 3rem;
}

.continue-reading {
    margin: 0 4rem;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.8rem;
}

.continue-reading i { margin-left: .5em; }

.search-no-results .content-area,
.error404 .content-area { margin-top: 4rem; }

#main article{

}


/*first styling*/

.entry-first{
    width:50%;
    float:left;
    padding: 17px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    list-style: outside none none;
    float:left;
    display:block;
    /*border: 1px solid #c9cacc;*/
}

.no-bottom-border{
    border-bottom: 1px solid #ffffff !important;
}

.entry-first-bottom-line{
   border-bottom: 1px solid #c9cacc;
}



.entry-first span{
    font-weight:700
}

.entry-first-header{
    padding-bottom: 8px;
    font-size:15px;
	white-space: nowrap;
	overflow: hidden;
}

.entry-first-footer{
   position: absolute;
   bottom:0;
   left:0;
   width: 100%;
   padding: 0px 17px 21px 17px;
   background: rgba(255, 255, 255, 0.75);
   cursor: pointer;
}

.entry-first-footer p{
    font-weight: 700;
    font-size: 13px;
    margin-left: 5px;
    letter-spacing: -1px;
}

.entry-first-footer span{
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
    letter-spacing: -1px    
}

.entry-first-search{
    border-bottom: 1px solid #c9cacc;
    display: table-cell;
    padding: 3px 15px 10px 15px;
    vertical-align: top;
    width: 50%;    
}

.entry-first-search span:first-child{
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 3px;
}
.entry-first-search span:last-child{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 3px;
}

.entry-first-search footer p{
    font-weight: 600;
}
.entry-first-search > div > a > img {
	display: block;
    margin: auto;
	width: 100%;
}

.entry-first-search-3{
    display: table-cell;
    padding: 13px 15px 30px 15px;
    vertical-align: top;
    text-align: left;
    border: none !important;
}

.entry-first-search-3:first-child, .entry-first-search-3:last-child{
    width: 290px;
}

.entry-first-search-3 span:first-child{
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 3px;
}
.entry-first-search-3 span:last-child{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 3px;
}

.entry-first-search-3 footer{
    width: 253px;
}

.entry-first-search-3 footer p{
    font-weight: 600;
    text-align: left;
    padding-left: 4px;
}
.entry-first-search-3 > a > img {
    max-height: 375px;
    max-width: 253px;
    text-align: left;
}
.metrastis-main {
    margin-top: 10px;
}

#leidiniai-top{
    padding:5px 0 5px 68px;
    height: 40px;
}

#leidiniai-top #load-ajax, #leidiniai-top form{
    margin: 2px;
    float:left;
}

.searchformleidiniai{
    margin-right: 0px !important;
}

.searchformleidiniai div{
    float:left;
    margin: 0 10px 0 0;
}

#leidiniai-bottom{
    border-top: 1px solid #cacaca;
}

.entry-first-search-3:first-child{
    padding-left: 70px;
}

.entry-first-inner-footer p{
    letter-spacing: -1px;
    margin-left:0px !important;
}

.entry-first-inner-footer span{
    letter-spacing: -1px;
    font-size: 14px !important;
    line-height: 1.5em;
}

.entry-first-inner-footer p:first-child{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}

.entry-first{
    overflow: hidden;    
}

.entry-first > a {
    float: left;
    margin-bottom: 3px;
    margin-right: 3px;
    overflow: hidden;
    padding:0;
    line-height: 0;
    position: relative;
}
.entry-first > a > img {
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease 0s, filter 0s ease 0s;    
}

.entry-first > a:hover > img {
    opacity: 0.9;
    filter: brightness(110%);
    filter: contrast(110%);
}

.entry-first-inner{
    overflow: hidden;    
}

.entry-first-inner > a {
    float: left;
    margin-bottom: 3px;
    margin-right: 3px;
    overflow: hidden;
    padding:0;
    line-height: 0;
    position: relative;
}
.entry-first-inner > a > img {
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease 0s, filter 0s ease 0s;   
}

.entry-first-inner > a:hover > img {
    opacity: 0.9;
    filter: brightness(110%);
    filter: contrast(110%);
}

.related-post-inner{
    overflow: hidden;    
}
.related-post-inner > a {
    float: left;
    margin-bottom: 3px;
    margin-right: 3px;
    overflow: hidden;
    padding:0;
    line-height: 0;
    position: relative;
}
.related-post-inner > a > img {
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease 0s, filter 0s ease 0s;   
}
.related-post-inner > a:hover > img {
    opacity: 0.9;
    filter: brightness(110%);
    filter: contrast(110%);
}

.entry-first-search{
    overflow: hidden;    
}
.entry-first-search > a {
    float: left;
    margin-bottom: 3px;
    overflow: hidden;
    padding:0;
    line-height: 0;
    position: relative;
}
.entry-first-search > a > img {
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease 0s, filter 0s ease 0s;  
}

.entry-first-search > a:hover > img {
    opacity: 0.9;
    filter: brightness(110%);
    filter: contrast(110%);
}

.entry-first-expo{
    overflow: hidden;    
}
.entry-first-expo > a {
    float: left;
    margin-bottom: 3px;
    margin-right: 3px;
    overflow: hidden;
    padding:0;
    line-height: 0;
    position: relative;
}
.entry-first-expo > a > img {
    /*-webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);*/
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease 0s, filter 0s ease 0s;  
}

.entry-first-expo > a:hover > img {
    opacity: 0.9;
    filter: brightness(110%);
    filter: contrast(110%);
}

.entry-first-expo{
    border-bottom: 1px solid #c9cacc;
    display: table-cell;
    padding: 3px 15px 10px;
    vertical-align: top;
    width: 50%;
}

.entry-first-expo .entry-first-footer-inner{
    float:left;
}

/*sub title*/

#sub-title{
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    background-color: #f1f1f1;
    text-align: center;
    padding: 5px 0;
    margin: 30px 0px 10px 0px;
}

.slider-name a{
    font-size: 28px !important;
}

/*first main inner*/
#left-first{
    float:left;
    width: 33.3%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 15px 15px 0 15px;
    border-top: 1px solid #c9cacc;
    border-right: 1px solid #c9cacc; 
    margin-top: 15px
}

#left-first p{
    margin: 3px 0;
}

#left-first img{
    margin-top: 24px;
}

.name{
    font-weight: 700 !important;
}

#right-first{
    float: right;
    width: 66.7%;
    border-top: 1px solid #c9cacc;
    margin-top: 15px
}

.entry-first-inner-line{
    display:flex; 
}
.entry-first-inner-line-publications{
    display:block; 
}

.entry-first-inner-line:first-child div.entry-first-search > a > img, .entry-first-inner-line:first-child div.entry-first-expo > a > img{
    padding-top:28px;
}

.not-row{
    display:block!important;
}

.entry-first-inner{
    width: 50%;
    display:table-cell;
    padding:3px 15px 10px 15px;
    vertical-align: top;
    border-bottom: 1px solid #c9cacc;      
}    

.entry-first-inner-line div:first-child{
    border-right: 1px solid #c9cacc;    
}

.no-bottom-border{
    border-bottom: none;
}

.entry-first-footer-inner{
   width: 100%;
}

.entry-first-footer-inner p{
    margin: 0;
    font-weight: 700;
    font-size: 13px;
    margin-left: 5px;
    letter-spacing: -1px
}

.entry-first-footer-inner span{
    font-weight: 600;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
}

.entry-first-header-inner{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
    color:black;
}

/*@media screen and (max-width: 660px) {
    #left-first{
        display:none;
    }
    #right-first{
        width:100%;
    }
}

@media screen and (max-width: 580px) {
    #left-first{
        display:none;
    }
    #right-first{
        width:100%;
    }
    .entry-first-inner{
        width:100%;
        float:left;
        font-family: 'Open Sans', sans-serif;
        position: relative;
        list-style: outside none none;
        float:left;
        display:block; 
        text-align: center;
    }
    .entry-first-footer-inner{
       position: absolute;
       bottom:0;
       left:0;
       width: 100%;
       padding: 0px 17px 21px 17px;
       background: rgba(255, 255, 255, 0.75);

    }

    .entry-first-footer-inner p{
        margin: 0;
        font-weight: 700;
        font-size: 13px;
        margin-left: 5px;
        letter-spacing: -1px
    }

    .entry-first-footer-inner span{
        font-weight: 600;
        font-size: 12px;
        margin-left: 5px;
        letter-spacing: -1px    
    }
    
}*/

/*single*/

#left-single-page, #left-single-post{
    float:left;
    width: 25%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 15px 0px 0 15px;
    height: 100%
}

#left-single-page p, #left-single-post p{
    margin: 5px 0;
}

#center-single-page {
    float: left;
    width: 50%;
    margin-left: 15px;
    border-right: 1px solid #c9cacc;
    border-left: 1px solid #c9cacc;
    padding: 15px 15px 0 15px;    
}
#center-single-post{
    float: left;
    width: 75%;
    border-right: 1px solid #c9cacc;
    padding: 15px 15px 0 15px;      
}

#center-single-post-nosidebar{
    padding: 15px 15px 0 15px;
    margin: 7px auto;
}

#center-single-page h1, #center-single-post h1, .site-content h1, #center-single-post-nosidebar h1{
    font-weight: 600;
    font-size: 22px
}

#center-single-page p, #center-single-post p, .site-content p, #center-single-post-nosidebar p{
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 0 5px;
    line-height: 1.5em;
    
}

.entry-content td a{
    border-bottom: none;
}

.entry-content td {
    background-color: white;
    border-bottom: none;
}

#center-single-page a, #center-single-post a, .entry-content a, #center-single-post-nosidebar a {
    border-bottom: 1px solid #818181;
    text-decoration: none;
    font-size: 14px;    
}

#center-single-page td a, #center-single-post td a, .entry-content td a, #center-single-post-nosidebar td a, #center-single-page td span, #center-single-post td span, .entry-content td span, #center-single-post-nosidebar td span,#center-single-page td, #center-single-post td, .entry-content td, #center-single-post-nosidebar td{
    font-size: 10pt;    
}

#center-single-page a:hover, #center-single-post a:hover, .site-content a:hover, #center-single-post-nosidebar a:hover {
    color:#818181;
    text-decoration: none;
}

#center-single-page ul, #center-single-post ul, ol, .site-content li, #center-single-post-nosidebar li{
    font-weight: 400;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 0 15px;
    line-height: 1.5em;
}

#center-single-nosidebar{
    float: right;
    width: 73%;
    margin-left: 15px;
    border-left: 1px solid #c9cacc;
    padding: 15px 15px 0 15px;    
}

#center-single-nosidebar h1{
    font-weight: 600;
    font-size: 22px
}

#center-single-nosidebar p{
    font-weight: 400;
    font-size: 14px;
    margin: 3px 0;
    line-height: 1.5em;
}

#center-single-nosidebar ul, ol{
    font-weight: 400;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

#center-single-post-nosidebar ul{
    padding-left: 15px;    
}

.data-single{
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-top:10px;
    margin-bottom: 5px;
}

#right-single-post, #right-single-page{
    float: right;
    width: 22%;
    padding-top: 15px;
    font-size: 14px;    
}

#right-single-page p{
    font-size: 12px;
}
#left-search{
    float:left;
    width: 30%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 15px 0px 0 15px;
    border-top: 1px solid #c9cacc;
    border-right: 1px solid #c9cacc;
    margin-top:5px;
}
#left-search li{
    margin:0;
}
#left-search a{
    border:0;
}
#right-search{
    float:right;
    width: 70%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border-top: 1px solid #c9cacc;
    margin-top:5px;
    display:table-cell;
}

.fa-print{
    cursor: pointer;
    width:100%;
    text-align: right;
}

.related-post{
    border-top: 1px solid #c9cacc;
    margin-top: 10px;
    margin-right: 5px;    
}

.related-post p{
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 3px 0;
}

.related-post p:first-child{
    font-size: 15px;
    margin: 3px 0 2px 0;
}

.related-post a{
    border:none
}

.info-news{
    border-bottom: 1px solid #c9cacc;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;    
}

.title-single-gallery{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    background-color: #f1f1f1;
    padding: 7px 0;
    margin: 10px 0;
}

.single-gallery a {
    border: none
}

.gallery-thumbs{
    margin: 17px;
    display:block;
    float:left;
    max-width: 206px;    
}
.gallery-thumbs img{
    float:right;
}
.gallery-thumbs span{
    margin: 2px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.exhibit-content p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding: 0 17px;
}


/*@media screen and (max-width: 765px) {
    #left-single-page{
        width: 30%;
    }
    #center-single-page{
        width: 67%;
        float:right;
    }
    #right-single-page{
        display:none;
    }
    #left-single-post{
        display:none;
    }
    #center-single-post{
        width: 67%;
        float:left;
        border-left: 1px solid #fff;
        margin-left: 0px;
    }
    #right-single-post{
        width: 30%
    }    
}*/

.entry-first-footer-inner .more-info a, .entry-first-footer-inner .more-info p{
    font-size: 11px;   
}

.more-info a, .more-info p{
    font-size: 12px;   
}

.entry-first-search-data{
    font-weight: 600 !important;
    font-size: 11px !important;
    font-family: 'Open Sans', sans-serif;
}

.entry-first-search-name a{
    letter-spacing: -1px;
    /*border-bottom: 1px solid #818181;*/
}

.edu-post{
    width: 50%;
    padding:5px 5px 10px 5px;
    border-top: 1px solid #c9cacc;
    float:left;
}
.edu-post a{
    border-bottom: none !important;
    letter-spacing: -1px;
}

.edu-post:nth-child(odd){
    border-right: 1px solid #c9cacc; 
}

.edu-post p > a > img {
    width:100%;
} 

.edu-post p{
    margin: 10px !important;
}

/*--------------------------------------------------------------
11.3 Asides
--------------------------------------------------------------*/
.format-aside .entry-content { margin-top: 1em; }

/*--------------------------------------------------------------
11.4 Image Attachments
--------------------------------------------------------------*/

.attachment .entry-title { margin-top: .7em; }

.entry-attachment { margin-bottom: 3rem; }

.attachment-caption {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
}

.front-page-one{
    max-width: 450px;
    float: left
}


/*--------------------------------------------------------------
11.5 Comments
--------------------------------------------------------------*/
.comments-title {
    font-weight: 900;
    font-size: 36px;
    font-size: 3.6rem;
}

.comments-area > ol {
    padding: 0;
    margin: 2em 0;
    list-style-type: none;
}

ol.children { list-style-type: none; }

.comment-author .avatar {
    display: block;
    float: left;
    width: 50px;
    margin-right: 20px;
}

.comment-author .fn {
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-size: 2rem;
}

.comment-metadata {
    font-size: 14px;
    font-size:1.4rem;
}

.comment-meta { margin-bottom: 1em; }

.comment-content { font-size: 90%; }

.comment-content,
.reply { margin-left: 70px; }

.comment-body {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid hsl(0, 0%, 80%) 1px;
}

.comment-list ol { margin-left: 50px; }

.comment-content a { word-wrap: break-word; }

.reply {
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
}

.comment-content ol { margin-left: 1.5em; }

.bypostauthor > .comment-body {
    position: relative;
    padding: 1em;
    margin-bottom: 2em;
    background: hsl(0, 0%, 93%);
    border: none;
}

/* Comments responsive */
/*@media screen and (max-width:760px) {    
    .comment-list ol { margin-left: 0; }
    
    .comment-content ol { margin-left: 1.5em; }
    
    .comment-content,
    .reply { margin-left: 0; }
}*/

.comment-reply-title {
    margin-bottom: .5em;
    font-weight: 900;
    font-size: 30px;
    font-size: 3rem;
}

.comment-form {
    padding-bottom: 4rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.comment-form textarea {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    font-size: 1.8rem;
}

.comment-form label { display: block; }

.required { color: red; }

/*--------------------------------------------------------------
11.6 Author Box
--------------------------------------------------------------*/
.reveal-bio {
    max-width: 780px;
    max-width: 78rem;
    margin: 0 auto;
    background: #fff;
}

.reveal-bio a {
    display: block;
    padding: 2rem 0;
    margin: 0 auto;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
    color: #bfbfbf;
    color: hsl(0, 0%, 75%);
    text-align: center;
}

.reveal-bio a:hover,
.reveal-bio a:focus {
    text-decoration: none;
    color: #000;
    color: hsl(0, 0%, 0%);
}

.shorter { padding: 0 0 4rem!important; }

.hide-fix {
    padding: 0!important;
    margin-bottom: 2rem!important;
}


.author-info {
    padding-top: 1rem;
    margin: 0 4rem;
}

.author-avatar {
    float: left;
    margin: 0 2rem 0 0;
}

.author-avatar img { display: block; }

.author-title {
    margin-bottom: .8rem;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
}

.author-meta {
    border-bottom: 16px solid hsl(0, 0%, 95%);
    margin-bottom: 2rem;
    font-family: 'Open Sans', sans-serif;
}

.share-and-more {
    padding: .1rem 0 1.1rem;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
}

.author-social-media { display: inline-block; }

.author-social-media a {
    margin-left: 1.5rem;
    color: #000;
    color: hsl(0, 0%, 0%);
}

.author-social-media a:hover,
.author-social-media a:focus { text-decoration: none; }

a.author-link {
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    color: hsl(0, 0%, 0%);
}

.author-link i { margin-left: 1rem; }

.author-meta,
.author-description { margin-left: 12rem; }

/* Author Box responsive */
/*@media screen and (max-width: 768px) {
    .author-meta,
    .author-description { margin-left: 0; }
}*/

/*--------------------------------------------------------------
12.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
13.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
        border: none;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text { text-align: center; }

.wp-caption .wp-caption-text,
.gallery-caption {
    padding: 0.8075em 1em 0.8075em 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.site-main .gallery { margin-bottom: 1.5em; }

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 50%;
    width: 100%;
    padding: 6px 8px;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: hsla(0, 0%, 0%, .8);
    opacity: 0;
}

.gallery-item:hover .gallery-caption,
.gallery-item:focus .gallery-caption{ opacity: 1; }

.site-main .gallery a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: none;
}

.site-main .gallery-item {
    position: relative;    
    float: left;
    max-width:100%;
    margin-right: 2.733333%;
    margin-bottom: 3rem;
    overflow: hidden;
    background: #333;
}

.site-main .gallery dd,
.site-main .gallery figcaption { margin: 0; }

.site-main .gallery-columns-4 .gallery-item { }

.site-main .gallery-columns-4 .gallery-item img { }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object { max-width: 100%; }

/* Featured Images */

.single-post-thumbnail { 
    background-color: #b2b2b2;
    background-image: url(images/pattern.svg);
    background-repeat: repeat; 
}

.front-index-thumbnail { margin-bottom: -3.2em; }

@media screen and (max-width: 779px){
    .front-index-thumbnail { margin-bottom: 0; }
}

.single-post-thumbnail img,
.front-index-thumbnail img {
    display: block;
    margin: 0 auto;
}

.has-thumbnail {
    position: relative;
    margin-top: -8em;
}

.small-index-thumbnail { margin-top: -1em; }

/*--------------------------------------------------------------
14 Footer
--------------------------------------------------------------*/

.site-footer {
    padding: 2em;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    color: hsl(0, 0%, 100%);
    background: #fff;
    border-top: 1px solid #c9cacc;
    margin-bottom: 5px
}

.site-footer-footer{
    padding: 2em 2em 0 2em;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background: #fff;
    border-top: 1px solid #c9cacc;
    margin-bottom: 5px;
    position: relative;
}

.site-info { text-align: center; }

.footer > form {
    display:none;
}

.ads img{
    padding-bottom: 10px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

/*.ads img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);    
}*/

.footer-footer{
    z-index: 1001;
}

/*------------------
map
---------------------*/

#map-canvas {
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    height: 200px;
    width:100%
}

#facebook-footer:hover, .fa-feisbuk:hover{
    color: #3a5795;
}
.fa-instagram:hover {
    color: #3f729b;
}
.fa-tviter:hover, #twitter-footer:hover{
    color: #659fcb
}

#youtube-footer:hover, .fa-utube:hover{
    color: #c2171d
}

#googleplus-footer:hover, .fa-google-plus-square:hover{
    color: #d54d3b
}

.fa-linkedin-square:hover, #linkedin-footer:hover{
    color: #0177b5;
}
.fa-linkedin-square, .fa-feisbuk, .fa-tviter, .fa-utube, .fa-google-plus-square, .fa-instagram{
    font-size: 20px !important;
    margin: 1px;
    color:#b5b5b5;
}
.fa-calendar, .fa-envelope, .fa-search, .fa-info-circle, .fa-print, .fa-times, .fa-plus-square, .fa-minus-square, .fa-arrow-left, .fa-arrow-up, .fa-download{
    color:#b5b5b5;
}
.fa-calendar:hover, .fa-envelope:hover, .fa-search:hover, .fa-info-circle:hover, .fa-print:hover, .fa-times:hover, .fa-plus-square:hover, .fa-minus-square:hover, .fa-arrow-left:hover, .fa-arrow-up:hover, .fa-download:hover, .fa-angle-double-down:hover{
    color:#818181;
}
.fa-angle-double-down{
    font-size: 20px !important;
    width:20px;
    color:#b5b5b5;
}
.fa-angle-double-up{
    font-size: 20px !important;
    width:20px;
    color:#b5b5b5;
}
.fa-bars{
    margin-bottom: 2px;
}
.red{
    color: red;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*plugin*/
/*add to any*/

.a2a_button_facebook, .a2a_button_twitter, .a2a_button_google_plus{
    border:none !important;
}

/*letter*/

.wpcf7-captchar{
    width:50px;
}
.wpcf7-text{
    width: 200px;
}
.wpcf7-submit{
    padding:3px;
    width: 80px;
}
#ui-datepicker-div{
    font-size: 15px;

}
.ui-datepicker{
    width:266px !important;
    z-index: 1001;
}
#datepicker{
    padding-bottom:6px;
}


#contacts{
    padding: 5px 0 10px 0;
    border-top: 1px solid #c9cacc;
    display: block;
    float: left;
    width: 100%;
}
.addtoany_shortcode{
    display:block;
    float:left;
    width: 100%;
    padding-top:5px;
}

.last-modified{
    width: 100%;
    display: table;
}
.last-modified p{
    float:right;    
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    
    .btn-search{
        padding-right: 20px;
    }
    
}

#collape-all {
    display: block;
    height: 33px;
}

#collape-all button{
    float:left;
    padding:5px;
    background-color: #d7f0f8;
    border: solid 1px #d0ceff;
    color:#555555;
    text-transform: none;
}

#collape-all button:hover{
    background-color: #c5eaf6;
    color:#212121;
}
/*collections*/
#collections{
    font-family: "Open Sans",​sans-serif;
    clear:both;
}
#left-col {
    width: 50%;
    float:left;
    padding-right: 15px;
}
#right-col {
    width: 50%;
    float: right;
    padding-left: 15px;
}
.col-item-title, .col-item-title-f{
    margin: 15px 0 15px 5px;
    font-weight: 600;
    font-family: "Open Sans",​sans-serif;
}
.col-item-content{
    margin: 15px 0 15px 0;
}
.col-item-content p{
    margin: 0;
}
.col-item-content-top, .col-item-content-bottom{
    text-align: justify;
}
.col-item-content-bottom{
    display:none;
}
.col-item-content-more{
    text-align: right;
}
.col-item-content-more a{
    border:none;
    cursor: pointer;
    font-weight: 600;
}
.col-item-img span{
    font-size: 11px;
}
.col-item-f{
    display:table;
}
.col-item-img-f{
    float:left;
    width: 40%;
}
.col-item-content-f{
    float:left;
    width:60%;
    padding-left: 15px;
}
.col-item-content-f p{
    text-align: justify;
}
/*limis search form*/
.limis-search{
    width: 100%;
    display: table;
}
.limis-search-form{
    width: 312px;
    float: left;
}
.limis-search-form input{
    width: 302px;
    padding: 3px;
    font-size:14px;
}
.limis-search-get{
    float: left
}
.limis-search-get a{
    font-size: 20px;
    border-bottom: none;
}
.padingas{
    padding: 15px 0;
}
#limis-info{
    font-family: "Open Sans",​sans-serif;
}
.limis-logo{
    float:left;
}
.limis-logo img{
    width: 40px;
    padding:2px 2px 2px 0;
}
@media screen and (max-width: 450px){
    #left-col, #right-col{
        width: 100%;
        padding:0;
    }
    #limis-search-form{
        width: 240px;
    }
    #limis-search-form input{
        width: 230px;
    }
}

.p-as-block{
    display:table;
}

.image-centered{
    background-color: #eee;
    padding: 10px 0;
    position: relative;
}
.fa-download{
    float:right;
    font-size: 30px !important;
    position: absolute;
    right: 5px;
    bottom: 0px;
}

/*--------------------------------------------------------------
15.0 Random Unsorted Styles
--------------------------------------------------------------*/
#youtube-modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.2);
}

.youtube-modal-content {
	position: relative;
	background-color: #000000;
	margin: auto;
	padding: 0;
	border: none;
	max-width: 854px;
	-webkit-animation-name: youtube-modal-animateright;
	-webkit-animation-duration: 0.3s;
	animation-name: youtube-modal-animateright;
	animation-duration: 0.3s
}
@-webkit-keyframes youtube-modal-animateright {
	from {right:-200px; opacity:0} 
	to {right:0; opacity:1}
}
@keyframes youtube-modal-animateright {
	from {right:-200px; opacity:0}
	to {right:0; opacity:1}
}
.youtube-modal-close {
	position: absolute;
	margin: 0;
	top: -18px;
	right: -18px;
	background-color: #111;
	color: #eee;
	font-size: 28px;
	font-weight: bold;
}
.youtube-modal-close:hover,
.youtube-modal-close:focus {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#youtube-modal-iframe-id {
	width: 854px;
	height: 480px; 
	display: block;
}
.youtube-modal-untouchable-iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}				
#youtube-modal-button {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#youtube-modal-button-container {
	position: relative;
	opacity: 0.999;
	max-width:205px;
	height:115px;
}

.search-datepicker {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

#menu-top2 ul,
#menu-top2 .fa-angle-double-up {
    display: none;
}
#menu-top2 .fa-angle-double-down {
    display: inline;
}
#menu-top2.show ul {
    display: block;
}
#menu-top2.show .fa-angle-double-up {
    display: inline;
}
#menu-top2.show .fa-angle-double-down {
    display: none;
}

@media all and (max-width: 767px) {
    .bx-wrapper .bx-pager {
        text-align: center!important;
        padding-right: 0!important;
    }
}

.tickets-block {
    margin: 0 10px 5px 0;
}
.eshop-block {
    margin: 0 10px 16px 0;
}
.tickets-block--link,
.eshop-block--link {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1em;
    padding: 5px 7px;
    border: 1px solid #7d54a2;
    color: #7d54a2;
    background-color: #fff;
}
.tickets-block--link:hover,
.eshop-block--link:hover {
    background-color: #7d54a2;
    color: #fff;
}

.cookies-block {
    display: none;
    position: fixed;
    bottom:  0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}
.cookies-block--wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.cookies-block--text {
    font-family: 'Open Sans', sans-serif;
    padding: 20px 100px 20px 20px;
    font-size: 14px;
    color: #202020;
}
.cookies-block--button {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1em;
    padding: 5px 7px;
    border: 1px solid #7d54a2;
    color: #7d54a2;
    width: 80px;
    text-align: center;
}

@media all and (max-width: 500px) {
    .cookies-block--wrapper {
        max-width: 980px;
    }
    .cookies-block--text {
        padding: 10px;
    }
    .cookies-block--button {
        position: relative;
        display: inline-block;
        top: 0;
        right: auto;
        margin: 10px;
    }
}
