/*
Theme Name: LJTI v2
Theme URI: http://www.theatre.lv/
Description: LJTI wp theme
Author: Roberts Brūveris
Author URI: mailto:robertsbruveris@gmail.com;
Version: 1.1
*/

/******************************************************************************
Globals & Reset
******************************************************************************/
* { margin: 0; padding: 0; outline: none;}
#mobile_menu{
    display: none;
}
body {
    background: white;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    color:#4d4d4d;
    line-height: 23px;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .group,
*:first-child+html .group {
    zoom: 1;
}

#page-wrap {
    margin: 0px auto;
}
#page-wrap a{
    font-weight: 700;
    text-decoration: none;
}

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }

p {
    margin: 0 0 30px 0;
    font-family: 'PT Sans', sans-serif;
}
strong{
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}

ul, ol { margin: 0 0 10px 0; }
.slider,
.flexslider{
    height: 370px;
    overflow: hidden;
}
pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
.next-posts { }
.prev-posts { }

#searchform { }
#s { }
#searchsubmt { }

form { }
input[type=text] { }
textarea { }
.clr{
    clear: both;
}
::-webkit-input-placeholder { color:#4d4d4d; font-style: italic;}
::-moz-placeholder { color:#4d4d4d;font-style: italic; }
:-ms-input-placeholder { color:#4d4d4d;font-style: italic; }
input:-moz-placeholder { color:#4d4d4d; font-style: italic;}


/******************************************************************************
Header
******************************************************************************/
.selectbox-wrap ul{
    display: none;
}
.selected-items {
    cursor: pointer;
}
.selectbox-wrap{
    width: 50px;
}
.selectbox-wrap li{
    list-style: none;
}
.selectbox-wrap a{
    color:#1a1a1a;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-decoration:none;
}
.selected-items.open{
    background: url("images/triangle.png") no-repeat scroll 30px -12px;
}
.selected-items {
    background: url("images/triangle.png") no-repeat scroll 30px 10px;
    color:#1a1a1a;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.ljti_name{
    float: left;
    font-size: 36px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    margin: 13px 0 0 30px;
}
#language_switcher{
    position: absolute;
    right: 0px;
    top:0px;
}
#header-wrap h1 a{
    display: block;
    float: left;
    height: 80px;
    overflow: hidden;
}
#header-wrap .description{
    color: #808080;
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    margin-top: 15px;
    font-family: 'PT Sans Narrow', sans-serif;
}
#header-wrap,
.menu{
    max-width: 940px;
    margin: 0 auto;
}
#header-wrap{
    margin-top: 20px;
    position: relative;
}
.menu{
    height: 39px;
    border-left: 1px solid #fff;
}
#menu{
    margin:40px 0 30px 0;
    height: 39px;
    background: #000;
    width: 100%;
}
#menu li{
    text-align: center;
    line-height: 39px;
    position: relative;
    z-index: 30;
    float:left;
    list-style: none;
    border-right: 1px solid #fff;
}
#menu li a{
    height: 39px;
    color:#fff;
    overflow: hidden;
    text-decoration: none;
    width: 154px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
}
#menu .sub-menu{
    display: none;
}
#menu .sub-menu a{
    text-transform: none;
}
#menu li:hover .sub-menu{
    display: block;
    position: absolute;
    z-index: 1;
}
#menu .sub-menu li{
    float: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: -1px;
}
#menu .sub-menu li:last-child{
    border-bottom: 1px solid #fff;
}
#index-container{
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.first-blo a,
.first-blo1 a{
    text-decoration: none;
}
.first-blo h3:hover,
.first-blo1 h3:hover{
    color:#3396a0;
}
.first-blo h3,
.first-blo1 h3{
    margin: 15px 0 15px 0;
    color:#5aa9bb;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif;
    text-decoration: none;
}
.first-blo1{
    max-width: 940px;
    margin-bottom: 35px;
}

.first-blo{
    max-width: 460px;
    overflow: hidden;
    margin-bottom: 35px;
    float: left;
}
.first-blo:nth-child(2n){
    padding-right: 20px;
}
/******************************************************************************
Menu colors
******************************************************************************/


#menu .orange.current-menu-item,
#menu .orange:hover{
    background: #e89b31;
}
#menu .orange .sub-menu li:hover{
    background: #d88521;
}
#menu .orange .sub-menu li{
    background: #e89b31;
}
li.orange.current_page_ancestor{
    background: #e89b31;
}
#menu .orange .sub-menu .current-menu-item{
    background: #d88521;
}



#menu .green.current-menu-item,
#menu .green:hover{
    background: #78ab4b;
}
#menu .green .sub-menu li:hover{
    background: #69913f;
}
#menu .green .sub-menu li{
    background: #78ab4b;
}
li.green.current_page_ancestor{
    background: #78ab4b;
}
#menu .green .sub-menu .current-menu-item{
    background: #69913f;
}


#menu .blue.current-menu-item,
#menu .blue:hover{
    background: #5aa9bb;
}
#menu .blue .sub-menu li:hover{
    background: #3396a0;
}
#menu .blue .sub-menu li{
    background: #5aa9bb;
}
li.blue.current-page-ancestor,
#menu .blue.current_page_ancestor,
#menu .blue.current-post-parent
{
    background: #5aa9bb;
}
#menu .blue .sub-menu .current-menu-item,
#menu .blue .sub-menu .current-post-parent{
    background: #3396a0;
}

.blue .ljti-does-list h3{
    color:#5aa9bb;
    line-height: 32px;
}
.blue .ljti-does-list h3:hover{
    color:#3396a0;
}
.blue a{
    color:#5aa9bb;
}
.blue a:hover{
    color:#3396a0;
}

.green .ljti-does-list h3{
    color:#78ab4b;
}
.green a{
    color:#78ab4b;
}
.green a:hover{
    color:#69913f;
}

#menu .purple.current-menu-item,
#menu .purple:hover{
    background: #991d4f;
}
#menu .purple .sub-menu li:hover{
    background: #701546;
}
#menu .purple .sub-menu li{
    background: #991d4f;
}
li.purple.current-page-ancestor,
#menu .purple.current_page_ancestor,
#menu .purple.current-post-parent
{
    background: #991d4f;
}
#menu .purple .sub-menu .current-menu-item,
#menu .purple .sub-menu .current-post-parent{
    background: #701546;
}

.purple .ljti-does-list h3{
    color:#991d4f;
    line-height: 32px;
}
.purple .ljti-does-list h3:hover{
    color:#701546;
}
.purple a{
    color:#991d4f;
}
.purple a:hover{
    color:#701546;
}


#menu .grey.current-menu-item,
#menu .grey:hover{
    background: #6a8078;
}
#menu .grey .sub-menu li:hover{
    background: #6a8078;
}
#menu .grey .sub-menu li{
    background: #6a8078;
}
li.grey.current-page-ancestor,
#menu .grey.current_page_ancestor,
#menu .grey.current-post-parent
{
    background: #6a8078;
}
#menu .grey .sub-menu .current-menu-item,
#menu .grey .sub-menu .current-post-parent{
    background: #6a8078;
}

.grey .ljti-does-list h3{
    color:#6a8078;
    line-height: 32px;
}
.grey .ljti-does-list h3:hover{
    color:#6a8078;
}
.grey a{
    color:#6a8078;
}
.grey a:hover{
    color:#6a8078;
}



#menu .purple2.current-menu-item,
#menu .purple2:hover{
    background: #463651;
}
#menu .purple2 .sub-menu li:hover{
    background: #463651;
}
#menu .purple2 .sub-menu li{
    background: #604e69;
}
li.purple2.current-page-ancestor,
#menu .purple2.current_page_ancestor,
#menu .purple2.current-post-parent
{
    background: #604e69;
}
#menu .purple2 .sub-menu .current-menu-item,
#menu .purple2 .sub-menu .current-post-parent{
    background: #463651;
}

.purple2 .ljti-does-list h3{
    color:#604e69;
    line-height: 32px;
}
.purple2 .ljti-does-list h3:hover{
    color:#463651;
}
.purple2 a{
    color:#604e69;
}
.purple2 a:hover{
    color:#463651;
}



/******************************************************************************
Contact page
******************************************************************************/
.contact-page-wrapp{
    max-width: 940px;
    margin: 0 auto;
}
.contact-page-wrapp .page-title{
    color:#1a1a1a;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'PT Sans N ', sans-serif;
}
.contact-social{
    float:left;
    width: 320px;
}
.contact-content{
    float:left;
    width: 620px;
    margin-top: 70px
}
#map-canvas{
    height: 530px;
    width:100%;
}
.contact-social h3{
    margin-bottom: 35px;
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 26px;
    color:#e89b31;
    margin-top: 10px;
}
.map-icon{
    background: url("images/icons.png") no-repeat scroll 0 0;
    height: 26px;
    color:#4d4d4d;
    font-size: 16px;
    line-height: 26px;
    padding-left: 40px;
    margin-bottom: 20px;
}
.phone-icon{
    background: url("images/icons.png") no-repeat scroll 0 -41px;
    height: 26px;
    color:#4d4d4d;
    font-size: 16px;
    line-height: 26px;
    padding-left: 40px;
    margin-bottom: 20px;
}
.mail-icon{
    background: url("images/icons.png") no-repeat scroll 0 -87px;
    height: 26px;
    padding-left: 40px;
}
#contact-map{
    margin-top: 35px;
}
.contact-page-wrapp a{
    color:#e89b31;
    font-weight: 700;
    text-decoration: none;
}
.contact-page-wrapp a:hover{
    color:#d88521;
    text-decoration: underline;
}

/******************************************************************************
Just wide page
******************************************************************************/
.wide-wrapp{
    max-width: 940px;
    margin: 0 auto;
}
.wide-content{
    margin-left: 241px;
    margin-top: 30px;
    margin-bottom: 100px;
}
.wide-wrapp .page-title{
    color:#1a1a1a;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
}


/******************************************************************************
Supporters
******************************************************************************/
.wide-wrapp .page-title{
    color:#1a1a1a;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
}
.supporters-l-r-w{
    margin-bottom: 50px;
}
.supporters-left,
.supporters-right{
    float:left;
}
.supporters-right img:hover{
    opacity: 0.9;
}
.supporters-left{
    width: 240px;
}
.supporters-right{
    width: 700px;
}
.supporters-left{
    color:#78ab4b;
    font-size: 26px;
    font-weight: 700;
}
/******************************************************************************
Wide page with image
******************************************************************************/
.wide-page-content{
    margin-left: 241px;
    margin-top: 30px;
    margin-bottom: 100px;
}
.wide-page-wrapp{
    max-width: 940px;
    margin: 0 auto;
}
.wide-page-wrapp .page-title{
    color:#1a1a1a;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
}
.wide-page-content ul{
    margin: 35px 0;
    cursor: pointer;
}
.wide-page-content ul li{
    margin: 25px 0;
    font-size: 26px;
    padding-left: 40px;
    margin:0px 0 30px 0;
    list-style: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    background: url("images/arr_black.png") no-repeat scroll 0 3px;
}
.wide-page-content ul li ul,
.wide-page-content ul li ul li{
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    color:#4d4d4d !important;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    cursor: default;
    list-style: none;
    line-height: 23px;
    background: none !important;
}
.wide-page-content ul li ul{
    margin: 25px 0;
    display: none;
}

html.green .wide-page-content ul li{
    color:#78ab4b;
}
html.green .wide-page-content a{
    text-decoration: none;
}
html.green .wide-page-content ul li:hover,
html.green .wide-page-content a{
    color: #69913f;
}
html.green .wide-page-content a:hover{
    text-decoration: underline;
}




html.blue .wide-page-content ul li{
    color:#5aa9bb;
}
html.blue .wide-page-content a{
    text-decoration: none;
}
html.blue .wide-page-content ul li:hover,
html.blue .wide-page-content a{
    color: #3396a0;
}
html.blue .wide-page-content a:hover{
    text-decoration: underline;
}
.blue .post-subtitle{color:#5aa9bb;}
.green .post-subtitle{color:#78ab4b;}
.post-subtitle{
    line-height: 30px;
    font-weight: 700;
    font-size: 26px;
}
.openedLi{
    background: url("images/accordion-active-arrow.png") no-repeat scroll 0 3px !important;
}

/******************************************************************************
Footer
******************************************************************************/
#footer{
    border-top: 1px solid #303030;
    padding-top: 40px;
    margin-bottom: 50px;
}
.footer-wrapper{
    max-width: 940px;
    margin: 0 auto;
}
.footer-1,
.footer-2{
    width: 300px;
    float:left;
    min-height: 120px;
}
.footer-2{
    margin-left: 20px;
}
.footer-3{
    min-height: 120px;
    max-width: 300px;
    float: right;
}
#footer h3{
    color:#1a1a1a;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 20px;
}
#footer .footer-1 h3{
    font-weight: 700;
}
#footer .textwidget,
#footer a{
    color:#4d4d4d;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}
.footer-social a{
    position: relative;
    display: block;
    float:left;
    width: 32px;
    height: 32px;
    margin-right: 40px;
}
.footer-social a div{
    position: absolute;
    top:0px;
    left:0px;
    width: 32px;
    height: 32px;
}
#footer-twitter-grey{
    z-index: 1;
    background: url("images/social.png") no-repeat scroll 0 0;
}
#footer-twitter-colored{
    z-index: 0;
    opacity: 0;
    background: url("images/social.png") no-repeat scroll 0 -54px;
}
#footer-facebook-grey{
    z-index: 1;
    background: url("images/social.png") no-repeat scroll -66px 0;
}
#footer-facebook-colored{
    z-index: 0;
    opacity: 0;
    background: url("images/social.png") no-repeat scroll -66px -54px;
}
#footer-vimeo-grey{
    z-index: 1;
    background: url("images/social.png") no-repeat scroll -132px 0;
}
#footer-vimeo-colored{
    z-index: 0;
    opacity: 0;
    background: url("images/social.png") no-repeat scroll -132px -54px;
}
#footer-instagram-grey{
    z-index: 1;
    background: url("images/instagram.png") no-repeat scroll 0 0;
    background-size: 32px;
    top: -5px;
}
#footer-instagram-colored{
    z-index: 0;
    opacity: 0;
    background: url("images/instagram-colored.png") no-repeat scroll 0 0;
    background-size: 29px;
    top: -3px;
    left: 1px;
}
#mc_embed_signup{
    width: 300px;
}
#footer #mc_embed_signup input.email{
    width: 276px;
    border:2px solid #1a1a1a;
    height: 30px;
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    padding: 0px 10px;
}
#footer #mc_embed_signup form{
    display: block;
    padding: 0;
    position: relative;
    text-align: left;
}
#footer #mc_embed_signup input.button{
    background: url("images/newsletter-input-enter.png") no-repeat scroll center center #000000;
    border-radius: 0;
    height: 28px;
    position: absolute;
    right: 3px;
    width: 28px;
    min-width: 28px;
    top:3px;
}
#footer #mc_embed_signup .selected input.email{
    border:2px solid #5aa9bb !important;
}
#footer #mc_embed_signup .selected input.button{
    background-color: #5aa9bb !important;
}

/******************************************************************************
LJTI does
******************************************************************************/
.ljti-does-list{
    list-style: none;
    margin-bottom: 30px;
}
.fright{
    float:right;
    width: 700px;
}
.dara-img{
    float: left;
    width: 240px;
    min-height: 100px;
}
.ljti-does-list img{
    margin-right: 20px;
    display: block;
    float:left;
}
.ljti-does-list a{
    text-decoration: none;
}
.ljti-does-list h3{
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 26px;
}
.read-more{
    color:#000 !important;
    padding-right: 20px;
    background: url("images/read-more.png") no-repeat scroll right 5px;
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif;
}
.blue .read-more:hover{
    color:#3396a0 !important;
    background: url("images/read_more_blue.png") no-repeat scroll right 5px;
}

/******************************************************************************
Pagination
******************************************************************************/
.pagination{
    margin:0 auto;
    text-align:center;
    margin-bottom: 100px;
    margin-top: 70px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.page-prev{
    margin-right: 20px;
    padding-left: 20px;
}
.page-next{
    margin-left: 20px;
    padding-right: 20px;
}
.current,
.inactive{
    width: 36px;
    height: 36px;
    margin: 0 10px;
    background: #edf0f2;
    text-decoration: none;
    display: inline-block;
    line-height: 36px;
    color:#1a1a1a !important;
    font-size: 18px;
    text-align: center;
}
.current,
.inactive:hover{
    background: #5aa9bb  !important;
    color:#fff !important;
}
.grey .current, .grey .inactive:hover{
    background: #6a8078 !important;
}
.page-prev{
    text-decoration: none;
    color:#1a1a1a !important;
}
.page-prev:hover{
    text-decoration: none !important;
}
.page-next{
    text-decoration: none;
    color:#1a1a1a !important;
}
.page-prev{
    background: url("images/back-pagination-left.png") no-repeat scroll -1px -21px;
}
.page-next{
    background: url("images/pagination-right.png") no-repeat scroll right -21px;
}

.blue .page-prev:hover{
    background: url("images/back-pagination-left.png") no-repeat scroll -1px -41px;
    color:#5AA9BB !important;
}
.blue .page-next:hover{
    background: url("images/pagination-right.png") no-repeat scroll right -41px  !important;
    color:#5AA9BB !important;
}

.page-next.disabled,
.page-next.disabled:hover{
    background: url("images/pagination-right.png") no-repeat scroll right -1px  !important;
    color:#666666 !important;
}
.page-prev.disabled,
.page-prev.disabled:hover{
    background: url("images/back-pagination-left.png") no-repeat scroll -1px -1px !important;
    color:#666666 !important;
}


/******************************************************************************
Single
******************************************************************************/
.single-left{
    width: 220px;
    padding-right: 20px;
    float:left;
}
.single-right{
    width: 700px;
    float:right;
    margin-bottom: 100px;
}
.single-right strong{
    font-family: 'PT Sans',sans-serif;
}

.wide-page-content.single{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin:0 auto;
    width: 940px;
}
.gallery img{
    padding:0 5px 0px 0;
}
.gallery a{
    display: block;
    float:left;
}
.lb-number{
    display: none !important;
}
.selectbox-wrap a{
    color:#000;
}
.page-childrens h3,
.page-childrens h4{
    min-height: 23px;
    margin:0px;
    font-size: 18px;
}
.page-childrens p{
    color:#4d4d4d;
}
.page-childrens{
    float:left;
    max-width: 220px;
    height: 285px;
}
.page-childrens{
    margin-right: 19px;
}
.page-childrens:nth-child(3n){
    margin-right: 0px;
}
.page-childrens a{
    text-decoration: none;
}



/* MEDIA QUERIES
---------------------------------------- */
@media (max-width: 940px) {
    .wide-page-wrapp.registration{
        max-width: 95%;
        margin:0 auto;
    }
    .reg_t_r2 input[type="submit"]{
        margin-left: 0px;
        width: 100% !important;
    }
    .per_b_c{
        width: 100% !important;
    }
    .per_b_c_c{
        width: 80% !important;
    }
    .reg_t_r,
    .reg_t_r2,
    .reg_t_l{
        float:none !important;
    }
    .reg_t_r input[type="text"],
    .reg_t_r2 input[type="text"]{
        width: 98% !important;
    }
    .f3 .selectbox,
    .reg_t_r2 textarea,
    .reg_t_r .selectbox{
        width: 98% !important;
    }
    .selectbox-wrap_years22,
    .selectbox-wrap_years{
        background:url("images/slect.png") no-repeat scroll 99% 1px !important;
        width: 100% !important;
    }
    .reg_pop{
        left:50%;
        margin-left: -10px !important;
    }
    .wide-page-wrapp.registration .wide-content{
        max-width: 100%;
        margin:0 auto;
    }
    img{
        max-width: 100%;
    }
    .footer-wrapper{
        width: 95%;
        margin:0 auto;
    }
    .footer-1,
    .footer-2,
    .footer-3{
        width: 250px;
        float:left;
    }
    .first-blo,.first-blo1{
        width: 95%;
        max-width: 95%;
        display: block;
        float: none;
        padding: 0;
        margin:0 auto;
    }
    .first-blo img,
    .first-blo1 img{
        width: 100%;
        height: auto;
    }
    .contact-page-wrapp{
        width: 100%;
    }
    .page-title{
        width: 95%;
        display: block;
        margin:0 auto;
    }
    .wide-page-content ul li ul{
        width: 95%;
    }
    .supporters-right{
        float:right;
    }
    .supporters-left{
        width: 95%;
        display: block;
        margin:0 auto;
        float:none;
    }
    .ljti-does-list{
        width: 95%;
        margin:0 auto;
        margin-bottom: 35px;

    }
    .fright{
        max-width: 560px;
    }
    .single-left,
    .single-right    {
        float:none;
        width: 95%;
        display: block;
        margin:0 auto;
    }
    .single-right p{
        width: 95%;
    }
    .single-right{
        margin-bottom: 50px;
    }
    .saraksts{
        max-width: 95%;
        margin: 0 auto;
    }
    .visas_gramatas{
        max-width: 95%;
        margin: 0 auto;
    }
    .book{
        float:none !important;
        max-width: 95%  !important;
    }
    .book_cover img{
        height: 100% !important;
        width:auto !important;
    }
    .read_more_about_book_content{
        position: relative !important;
        margin-left: 0px !important;
        left:0px !important;
        top:0px !important;
        width: 90%  !important;
        margin-top: 10px !important;
    }
}
@media (max-width: 800px) {
    .video_child{
        max-width: 95%  !important;
        margin:0 auto;
        float:none  !important;
    }
    .vi_l{
        display: none !important;
    }

    .tund{
        max-width: 95%  !important;
        margin:0 auto;
    }
    .tundleft{
        margin-bottom: 20px;
    }
    .tundleft,
    .tundright{
        float:none !important;
        width: 100% !important;
    }
    .tundmenu{
        width: 100% !important;
    }
    .book{
        float:none !important;
        max-width: 95%  !important;
    }
    .book_cover img{
        height: 100% !important;
        width:auto !important;
    }
    .read_more_about_book_content{
        position: relative !important;
        margin-left: 0px !important;
        left:0px !important;
        top:0px !important;
        width: 90%  !important;
        margin-top: 10px !important;
    }
    .wide-wrapp.arch h2{
        float:none;
    }
    .selectbox-wrap_years2,
    .selectbox-wrap_years3{
        right:20px !important;
    }
    .year_selector_parent .selectbox .selectbox-wrap_years{
        float:none;
        margin-bottom: 20px;
        margin-right: 3%;
    }

    .footer-wrapper{
        text-align: center;
    }
    .footer-3{
        display: none;
    }
    .footer-1,
    .footer-2{
        width: 100%;
        float:none;
        text-align: center;
        margin:0px;
    }
    .footer-social a{
        display: inline-block;
        float: none;
        margin:10px 20px;
    }
    .footer-social{
        text-align: center;
    }
    .wide-page-content.single{
        width: 95%;
    }
    .single-right p{
        width: 100%;
        text-align: left;
    }
    .single-left{
        padding: 0;
    }
    .single-left h2{
        text-align: left;
    }
    .single-right img{
        width: 100%;
        height: auto;
    }
    #header-wrap h1 a{
        text-align: center;
        float:none;
        margin:30px 0;
    }
    .ljti_name{
        float:none;
        width: 100%;
        margin:0;
        display: block;
        text-align: center;
        font-size: 26px;
    }
    .first-blo:nth-child(2n){
        padding: 0;
    }
    #menu li{
        float:none;
        position: relative;
        border:none;
        width: 100%;
    }
    #menu .sub-menu{
        display: none;
        border:none;
        margin: 0;
    }
    #menu{
        width: 95%;
        margin: 0 auto ;
        margin-bottom: 20px;
    }
    #menu,.menu{
        height: auto;
        border:none;
    }
    #menu li:hover .sub-menu{
        display: none;
        border:none;
        position: static;
    }
    #header-wrap .description{
        text-align: center;
        width: 100%;
        color: #808080;
        font-family: 'PT Sans Narrow',sans-serif;
        font-size: 15px;
        font-weight: 400;
        margin-top: 5px;
        text-transform: none;
    }
    #menu .sub-menu li{
        float: none;
        border:none;
        margin:0;
    }
    #menu .sub-menu a,
    #menu li a{
        width: 100%;
        display: block;
        text-align: left;
        padding-left: 20px;
    }
    #menu .sub-menu li:last-child{
        border:none;
    }
    #menu li.orange{
        background: #e89b31;
    }
    #menu li.green{
        background: #78ab4b;
    }
    #menu li.blue{
        background: #5aa9bb;
    }
    #menu li.purple{
        background: #991d4f;
    }
    #menu .sub-menu li,
    #menu .sub-menu li:last-child,
    #menu li{
        border-top: 1px solid #fff;
    }
    #mobile_menu{
        display: block;
        height: 39px;
        line-height: 39px;
        padding-left: 20px;
        color:#fff;
        background: url("images/mobile-menu.png") no-repeat scroll 97% center;
    }
    .menu-izvelne-container{
        display: none;
    }
    .menu-toggler{
        background: url("images/mobile-menu-plus.png") no-repeat scroll center center;
        height: 39px;
        opacity: 1 !important;
        position: absolute;
        right: 2%;
        top: 0;
        width: 39px;
        z-index: 3;
    }
    .menu-toggler.opened{
        background: url("images/mobile-menu-minuss.png") no-repeat scroll center center !important;
    }
    .dara-img img,
    .dara-img {
        width: 100%;
        float:none;
        height: auto;
    }
    .ljti-does-list h3{
        margin:10px 0 -20px 0;
    }
    .fright{
        width: 100%;
        float:none;
    }
    .page-title{
        width: 95%;
        margin-bottom: 20px;
    }
    .contact-social{
        width: 95%;
        float:none;
        margin:0 auto;
    }
    .contact-social h3{
        margin-bottom: 10px;
    }
    .contact-content{
        width: 95%;
        float:none;
        margin:0 auto;
        margin-top: 30px;
    }
    .contact-content p{
        margin: 15px 0;
    }
    .wide-page-wrapp img{
        width: 95%;
        margin:0 auto;
        display: block;
        height: auto;
    }
    .wide-page-content{
        width: 95%;
        margin:0 auto;
        margin-bottom: 100px;
        margin-top: 30px;
    }
    iframe{
        width: 100%;
        height: auto;
    }
    .saraksts{
        max-width: 95%;
        margin: 0 auto;
    }
    .visas_gramatas{
        max-width: 95%;
        margin: 0 auto;
    }

}
.year_selector_parent .selectbox .selectbox-wrap_years{
    border:1px solid #000;
    float:right;
    width: 139px;
    height: 29px;
    line-height: 29px;
    padding-left: 10px;
    background: url("images/slect.png") no-repeat scroll 121px 1px;
    cursor: pointer;
}
.year_selector_parent .selectbox{
    position: relative;
}
.special_float{
    float:left;
}
.selectbox-wrap_years2,
.selectbox-wrap_years3{
    display: none;
    list-style: none;
    top:32px;
    right:0;
    border:1px solid #000;
    position: absolute;
    width: 149px;
    line-height: 29px;
    cursor: pointer;
    z-index: 999;
    background: #fff;
}
.selectbox-wrap_years2 a,
.selectbox-wrap_years3 a{
    padding-left: 10px;
    font-weight: 400 !important;
    color:#000;
}
.selected_s,
.selectbox-wrap_years2:hover,
.selectbox-wrap_years3:hover{
    background: #edf0f2;
}
.saraksts{
    font-size: 30px;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 20px;
}
.char{
    text-align: center;
    width: 41px;
    height: 41px;
    font-size: 25px;
    line-height: 41px;
    float:left;
    background: #edf0f2;
    margin-right:23px;
    cursor: pointer;
    margin-bottom: 30px;
}
.books{
    margin-bottom: 50px;
}
.book{
    display: none;
    float:left;
    max-width: 220px;
    margin-right: 15px;
    margin-bottom: 40px;
}
.book_title{
    color: #604e69;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 25px;
    font-size: 22px;
}
.book_cover{
    height: 190px;
    overflow: hidden;
    margin-bottom: 10px;
}
.book_auth{
    color:#4d4d4d;
    font-size: 16px;
    margin-top: 20px;
    font-family: 'PT Sans', sans-serif;
}
.read_more_about_book{
    background: url("images/Untitled-4.png") no-repeat;
    width: 26px;
    height: 26px;
    cursor: pointer;
    margin-top: 10px;
}
.read_more_about_book_content{
    display: none;
    position: fixed;
    background: #edf0f2;
    padding: 25px;
    left:50%;
    top:100px;
    width: 50%;
    margin-left: -25%;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    z-index: 99;
}
.char.active,
.char:hover{
    color:#fff;
    background: #604e69;
}
.char.active .chat-tr,
.char:hover .chat-tr{
    display: block;
}
.chat-tr{
    display: none;
    background: url("images/char_tr.png") no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    bottom:-9px;
    left:13px;
}
.char{
    position: relative;
}
.read_more_about_book_content_c{
    background: url("images/close_pop.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 26px;
    position: absolute;
    right: -13px;
    top: -13px;
    width: 26px;
}
.tundmenu{
    width: 200px;
    min-height: 30px;
    margin-bottom: 9px;
    text-align: center;
    background: #edf0f2;
    font-size: 16px;
    color: #1a1a1a;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 30px;
    cursor: pointer;
}
.tundmenu.active,
.tundmenu:hover{
    color:#fff;
    background: #604e69;
}
.tundleft{
    width: 200px;
    padding-right: 40px;
}
.tundright{
    max-width: 700px;
    width: 100%;
}
.tundleft{
    float:left;
}
.tundright{
    float:right;
}
.tundrtitle{
    font-size: 26px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    color:#604e69;
    margin-top: 3px;
    margin-bottom: 25px;
}
.subblocks{
    border-top: 1px solid #edf0f2;
    padding: 15px 0;
}
.subblocks:last-of-type{
    border-bottom: 1px solid #edf0f2;
}
.subblocksTitle{
    cursor: pointer;
    color:#604e69;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    padding-left: 5px;
}
.subblocksContent{
    margin-top: 15px;
    padding-left: 5px;
    color:#4d4d4d;
    font-size: 16px;
    font-weight: normal;
}
.tund{
    margin-bottom: 100px;
}
.subblocksTitle{
    background: url("images/plus.png") no-repeat scroll 98% center;
}
.subblocksTitle.opened{
    background: url("images/minus.png") no-repeat scroll 98% center;
}
.subblocks .subblocksContent{
    display: none;
}
.video_child{
    background: #edf0f2;
    line-height: 41px;
    float:left;
    text-align: center;
    height: 41px;
    font-size: 25px;
    line-height: 41px;
    margin-right:23px;
    cursor: pointer;
    margin-bottom: 30px;
    padding: 0px 45px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    position: relative;
}
.video_child:hover,
.video_child.active{
    color:#fff;
    background: #604e69;
}
.chat-tr2{
    display: none;
    background: url("images/char_tr.png") no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    left:50%;
    bottom:-9px;
    margin-left: -8px;
}
.video_child.active .chat-tr2,
.video_child:hover .chat-tr2{
    display: block;
}
.vi_l{
    float:left;
    margin-right: 50px;
    font-size: 18px;
    color: #1a1a1a;
    font-family: 'PT Sans Narrow', sans-serif;
}
.long_line{
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #535353;
}
.vi_r{
    float:right;
    font-size: 18px;
    color: #1a1a1a;
    font-family: 'PT Sans Narrow', sans-serif;
}
.visas_gramatas{
    margin-bottom: 100px;
}
.vid_stb,
.vid_stb2{
    float:left;
    min-height: 1px;
}
.vid_stb2{
    max-width: 570px;
    padding-left: 10px;
    font-family: 'PT Sans', sans-serif;
}
.vid_stb{
    width: 360px;
}
.vid_elem{
    padding-bottom: 10px;
    padding-top: 10px;
    display: none;
    border-bottom: 1px solid #f2f4f5;
}
.vid_stb span{
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 0 0 0 10px;
    color: #604e69;
    font-weight: bold;
    font-size: 18px;
}
.vid_stb{
    font-size: 18px;
}
.vi_r .selectbox .selectbox-wrap_years{
    float:right;
    height: 29px;
    line-height: 29px;
    padding-right: 30px;
    background: url("images/triangle.png") no-repeat scroll 208px 13px;
    cursor: pointer;
}
.vi_r .selectbox{
    position: relative;
}
.vi_r .selectbox-wrap_years3,
.vi_r .selectbox .selectbox-wrap_years{
    width: 200px;
    text-align: right;
    padding-right: 30px;
}
.vi_r .selected_s, .vi_r .selectbox-wrap_years3:hover{
    background: #fff;
}

/******************************************************************************
Registration
******************************************************************************/
.registration_button{
    color:#fff !important;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 50px;
    padding: 0 68px;
    background: #991d4f;
}
.registration_text{
    color:#4d4d4d;
    font-size: 16px;
    line-height: 23px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.registration_title{
    color: #991d4f;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin:0 0 25px 0;
    padding: 0;
}
.registration h2{
    line-height: 30px;
    color: #1a1a1a;
    font-size: 30px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    margin:0 0 20px 0;
    padding: 0;
}
.registration h3{
    color: #4d4d4d;
    font-size: 24px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    margin:0 0 30px 0;
    padding: 0;
}
.registration h4{
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    margin:0 0 30px 0;
    padding: 0;
}
.reg_sec_h{
    color:#1a1a1a;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    margin: 35px 0 20px 0;
}
.reg_t_l{
    color:#1a1a1a;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 300;
    float: left;
    width: 175px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.reg_t_r{
    float: left;
}
.reg_t_l span{
    display: inline-block;
    margin-left: 4px;
}
.reg_t_r input[type=text]:focus,
.reg_t_r2 input[type=text]:focus,
.reg_t_r2 textarea:focus
{
    border:1px solid #820d3c;
}
.reg_t_r .empty_error{
    border:1px solid #ef3434 !important;
}
.reg_t_r input[type=text]{
    height: 29px;
    border: 1px solid #4d4d4d;
    width: 293px;
    line-height: 28px;
    color:#1a1a1a;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 300;
    padding: 0 0 0 5px;
    margin-bottom: 19px;
}
.reg_t_r:after{
    clear: both;
}
.reg_t_r .selectbox-wrap_years{
    line-height: 29px;
    cursor: pointer;
    background: url("images/slect.png") no-repeat scroll 265px 1px;
}
.reg_t_r .selectbox{
    position: relative;
    height: 29px;
    width: 293px;
    padding: 0 0 0 5px;
    margin-bottom: 19px;
    border: 1px solid #4d4d4d;
}
.reg_t_r .selectbox-wrap{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    cursor: pointer;
    display: none;
    line-height: 29px;
    list-style: outside none none;
    position: absolute;
    right: 0;
    top: 32px;
    width: 149px;
    z-index: 999;
}
.reg_t_r .selectbox-wrap_years3{
    height: 200px;
    left: -6px;
    position: relative;
    top: 0;
    width: 298px;
    overflow: scroll;
}

.reg_t_r .selected_s2:hover,
.selectbox-wrap_years3:hover{
    background: #fff;
}
.reg_t_r .selectbox-wrap_years3 li:hover{
    background: #edf0f2;
}
.reg_t_r .selectbox-wrap_years3 li{
    padding: 0 0 0 5px;
}
.reg_t_r2 input[type=text]{
    height: 29px;
    border: 1px solid #4d4d4d;
    width: 118px;
    line-height: 28px;
    color:#1a1a1a;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 300;
    padding: 0 0 0 5px;
    margin-bottom: 19px;
}
.reg_wide{
    width: 293px !important;
}
.ui-datepicker-prev,
.ui-datepicker-next{
    display: none;
}
#ui-datepicker-div{
    padding: 5px;
    background: #fff;
    border:1px solid #999999;
}
.ui-datepicker-title{
    text-align: center;
    color:#910d3c;
}
.ui-state-default{
    color:#000;
    width: 20px;
    height: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.ui-datepicker-calendar{
    font-weight: 300;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.selectbox-wrap_years21,
.selectbox-wrap_years22{
    position: relative;
    height: 29px;
    width: 118px;
    line-height: 29px;
    background: url("images/slect.png") no-repeat scroll 90px 1px;;
    margin-bottom: 19px;
}
.selectbox-wrap_years31,
.selectbox-wrap_years32{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #4d4d4d;
    cursor: pointer;
    display: none;
    height: 200px;
    left: -1px;
    line-height: 29px;
    list-style: outside none none;
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 29px;
    width: 123px;
    z-index: 999;
}
.reg_t_r2 .selectbox-wrap_years31 li:hover,
.selectbox-wrap_years31:hover,
.selectbox-wrap_years32 li:hover,
.selectbox-wrap_years32:hover{
    background: #fff;
}
.reg_t_r2.selectbox-wrap_years31 li:hover,
.selectbox-wrap_years32 li:hover{
    background: #edf0f2;
}
.reg_t_r2 .selectbox-wrap_years31 li,
.selectbox-wrap_years32 li{
    padding: 0 0 0 5px;
}
.reg_t_r2 .selectbox{
    cursor: pointer;
    border: 1px solid #4d4d4d;
    height: 29px;
    margin-bottom: 19px;
    padding: 0 0 0 5px;
    position: relative;
    width: 118px;
}
.reg_t_r2{
    float:left;
}
.reg_pop{
    margin: 5px 20px;
    position: relative;
    float: left;
}
.reg_pop_bl{
    display: none;
    position: absolute;
    background: #000;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    width: 280px;
    line-height: 13px;
    top:-60px;
    left:-140px;
}
.reg_pop_icon{
    cursor: pointer;
    background: url("images/icon.png") no-repeat;
    width: 20px;
    height: 20px;
}
.reg_pop_bl_tr{
    background: url("images/triangle_pop.png") no-repeat;
    position: absolute;
    bottom:-6px;
    left: 50%;
    margin-left: -6px;
    width: 11px;
    height: 6px;
}
.f3 .selectbox{
    width: 293px;
}
.selectbox-wrap_years22{
    width: 293px;
    background: url("images/slect.png") no-repeat scroll 265px 1px;
}
.selectbox-wrap_years32{
    width: 298px;
}
.reg_t_r2 textarea{
     font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 300;
    font-size: 16px;
    width: 512px;
    height: 113px;
    border: 1px solid #4d4d4d;
    resize: none;
    padding: 5px;
}
.reg_t_r2 input[type=submit]{
    border: none;
    color:#fff !important;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 100px;
    margin-top: 40px;
    padding: 0 68px;
    width: 245px;
    cursor: pointer;
    background: #991d4f;
}
.per_b{
    border-bottom: 1px solid #f2f4f5;
    margin-bottom: 30px;
}
.per_b_d,
.per_b_c,
.per_b_c_i,
.per_b_c_t,
.per_b_c_c{
    float:left;
}
.per_b_d{
    width: 180px;
}
.per_b_c{
    width: 519px;
}
.per_b_c_i{
    width: 35px;
}
.per_b_c_t{
    color:#1a1a1a;
    width: 55px;
}
.per_b_c_c{
    color: #1a1a1a;
    width: 425px;
    margin-bottom: 30px;
}
.per_b_c_c_t a,
.per_b_c_c_t{
    color:#991d4f;
    font-weight: 700;
}

.per_b_c_c span{
    color:#4d4d4d;
}
.reg_ri{
    background: url("images/inputs_reg.png") no-repeat scroll 0 -23px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.reg_ri.checked{
    background: url("images/inputs_reg.png") no-repeat scroll 0 0px;
}
.reg_ci{
    background: url("images/inputs_reg.png") no-repeat scroll 0 -51px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.reg_ci.checked{
    background: url("images/inputs_reg.png") no-repeat scroll 0 -73px;
}
.ext-wrap{
    font-weight: 300;
}