body {
    font-family: 'PT Sans', sans-serif;
    line-height: 1.5;
    color: #454545;
   	-webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size: 16px;

}
 
hr {
	border: 1px solid #eee;
}

h1 {
    font-size: 30px;
}

.inner h1 {
	margin-bottom: 0;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

@media (max-width: 724px) {
    h1 {
        font-size: 24px;
    }
    
    h2 {
        font-size: 18px;
    }
    
    h3 {
        font-size: 16px;
    }
}

p {
    font-size: 1em;
}


a {
    text-decoration: none;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

/* Buttons */

.btn {
    border-radius: 4px;
    padding: .85em 1.5em;
    box-shadow: none;
    border: none;
    z-index: 999;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 724px) {
    .btn {
        font-size: 12px;
        padding: .75em 1em;
    }
}

.btn:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
}
@media (max-width:320px) {
    .btn {
    padding: .5em 1em;
    font-size: .875em;
}
}
.btn_red {
    background-color: #d22b3f;
    color: #fff;
    border: 1px solid #d22b3f;
}
.btn_grey {
    background-color: #383838;
    color: #fff;
    border: 1px solid #383838;
}
.btn_white {
    background-color: #fff;
    color: #383838;
}
.btn_stroke {
    color: #383838;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
	display: inline-block;
}

.btn-white-stroke {
    color: #fff;
    border: 1px solid #fff;
}

.btn-white-stroke:hover {
    color: #383838;
    background: #fff;
}
a.btn.btn_stroke {
    border-bottom: 1px solid #e5e5e5;
}
.btn_stroke:hover {
    border: 1px solid #fff;
}
.btn_red:hover {
    background-color: #e63348;
}
.btn_dash {
    color: #383838;
    border: 1px dashed #e5e5e5;
}
.btn_dash:hover {
    border: 1px dashed #383838;
}

/* TopBar */

.top-bar, .top-bar-section, .top-bar ul, .top-bar li, .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section ul li, .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
    background: none;
}

.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: none !important;
}

.top-bar-section ul li > a {
    font-size: 15px;
    color: #fff;
}

.top-bar-section ul.right li > a {
    font-size: 13px;
}

.top-bar li:first-child {
    border-left: none;
}

.right li {
    border: none;
}

.top-bar-section .has-dropdown > a:after {
    display: none; 
}

.top-bar-section .has-dropdown > a {
    padding-right: 1em !important;
}

.parent-link {
    display: none;
}

@media (min-width: 64em) {
    .top-bar-section {
    width: 74em;
    margin: 0 auto;
    background: none;
    }
}

.home-header {
    max-width: 74em;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slug-rotator {
    margin-right:60px;
    margin-top: 190px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.logo a {
    display: inline-block;
    padding: 20px 30px;
    margin: 0;
    position: absolute;
    z-index: 2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 64em) {
    .logo a {
        width: 60%;
        margin: 0 auto;
        display: block;
    } 
    
     .slug-rotator {
     margin-top: 20px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
      transform: scale(0.7);
      }
}

@media (max-width: 760px) {
    .slug-rotator {
        display: none;
    }
    
    .logo a img {
        -webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .logo a {
        margin: 0;
        padding: 0;
    }
}

/* Index Header, slider */

.slider-container {
    width: 100%;
    background: url(../img/bg-home.jpg) center bottom;
    margin-bottom: 40px;
    background-size: cover;
}

@media (min-width: 1024px) {
    .slider-container {
        height: 350px;
        background-size: cover;
    }
}

@media (max-width: 1023px) {
    .slider-container {
        height: 200px;        
    }
}

/* Blocks */

.block a h2 {
    background: rgba(0,83,60,0.9);
    border-radius: 4px;
    color: #fff;
    font-size: 30px;
    font-weight: regular;
    padding: 30px 40px;
    margin: 0;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.block a:hover h2 {
    background: rgba(0,83,60,1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.blocks {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 3;
}

.icon-family:before, .icon-flower:before, .icon-camera:before {
    font-weight: normal;
    margin-right: 30px;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.block a:hover .icon-family:before, .block a:hover .icon-flower:before, .block a:hover .icon-camera:before {
    -webkit-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
    color: #efffa2;
}

@media (max-width: 64em) {
    .block a h2 {
        font-size: 24px;
        margin-bottom: 1px;
        padding: 15px 30px;
    }
    .blocks {
        position: relative;
    }
}

.content {
    position: relative;
    display: block;
    min-height: 51%;
}

.content p a {
    color: #454545;
    text-decoration: none;
}

.content img {
    padding: 0.5em;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.front-headline {
    padding: 0 1em;
}

.front-headline h2, .about h2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (max-width: 724px) {
    
    .front-headline h2, .about h2 {
        font-size: 24px;
    }
}

.about h2 {
    margin-left: 0.5em;
}


/* Owl */

#slideshow_news, #slideshow-books {
    max-width: 74em;
    display: block;
    margin: 0 auto;
    padding: 0;
}

#slideshow_news li, #slideshow-books li, #slideshow-partners-1 li, #slideshow-partners-2 li   {
    list-style: none;
    padding: 1em;
}

#slideshow_news a, #slideshow-books a {
    color: #454545;
}

#slideshow_news img, #slideshow-books img, #slideshow-partners-1 img, #slideshow-partners-2 img {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative;
}

#slideshow-partners-1 img, #slideshow-partners-2 img  {
    max-height: 100px;
}

#slideshow_news a:hover img, #slideshow-books a:hover img, #slideshow-partners-1  a:hover img,  #slideshow-partners-2  a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.books p {
    margin: 0.5em;
}

.books .small_text {
    font-size: 13px;
    color: #808080;
}

/* events*/

.event_item a {
    color: #454545;
}

.event_item h4 {
    font-weight: normal;
    margin: 0;
}

.event_item h3, .partners h3 {
    padding: 0;
    color: #acacac;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
}

.event_item .small_text {
    font-size: 13px;
    color: #808080;
}

.partners li {
    list-style: none;
}

time {
    margin-right: 10px;
}

/* about */

.about {
    background: url(../img/bg-about.jpg) center bottom no-repeat;
    padding: 50px;
    margin-top: 40px;
    padding-bottom: 40px;
}

.about p, .about h2 {
    color: #fff;
}

.about .columns {
    position: relative;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin-bottom: 20px;
}

.about .columns img {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
     border-radius: 4px;
}

.about .columns:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.about h2 {
    color: #fff;
    font-size: 30px;
    padding: 0 0.5em;
    margin-bottom: 30px;
}

.about h4 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 3px 20px;
}

/* Partners */

.partners {
    margin: 50px 0;
}

/* footer */

.bottom-footer p, .bottom-footer a {
    color: #fff;
}

.bottom-footer img {
    margin-left: 10px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.bottom-footer a:hover img {
    position: relative;
    padding-bottom: 3px;
}

/* BreadCrumb */

.nav-breadcrumb li {
    display: inline;
    list-style: none;
}
@media (max-width:64.063em) {
    .breadcrumb-holder {
    border-top-right-radius: 0;
    }
}
ul.nav-breadcrumb {
    padding: 0;
    margin: 1em 0;
    position: relative;
    padding: 0.5em 1em;
    border-radius: 4px;
}
.nav-breadcrumb li {
    font-size: .875em;
    margin-right: .5em;
}
.nav-breadcrumb li a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #383838;
    border-bottom: none;
    text-decoration: none;
}

.nav-breadcrumb li:before {
    position: relative;
    font-family: icomoon;
	content: "\ea1c";
    margin: 0 1em 0 0.5em;
    font-size: 0.6em;
    color: #c2c2c2;
}
.nav-breadcrumb li:first-child:before {
    content: "";
    margin-right: 0;
}
.nav-breadcrumb li:last-child {
    color: #c2c2c2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-breadcrumb li:last-child:hover {
    color: #383838;
}

/* Home banner */

.home-banner {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 50px 0;
    background: #f5f5f5;
    padding: 0;    
}

.home-banner img {
    border-radius: 4px;
    padding: 0;
}

/* Content */

.inner .content {
    position: relative;
    top: -35px;
}

.inner .content p, .inner .content ul, .inner h1, .inner h2, .inner h3  {
    max-width: 750px;
}

.inner .content h2, .inner .content h3 {
    text-transform: uppercase;
    font-weight: normal;
}

.medium-9 a{
    color: #454545;   
}

.medium-9 a:hover{
    border-bottom: none;
}
/*-------GALLERY-------*/
.gallery-item a {
    border: none;
}
.gallery {
    margin-bottom: 10px !important;
}
.gallery img{
/*    width:87%;*/
    border:none !important;
}
.gallery-item{
    margin:0;
    margin-top:5px !important;
    padding:0;
}
.gallery p{
    margin:0;
}
.gallery .gallery-caption{
    display: none;
}
.wp-caption-text{
    margin-top: 0;
    font-size: 11px;
    margin-right: 15px;
    text-align: right;
    margin-bottom: 0;
}

blockquote {
    padding: 10px 30px;
    margin: 0;
    background: #fff;
    font-size: 1.125em;
}

/*DASH, SLASH, BRACKETS post types*/
h2.brackets, h2.dash, h2.dot, h2.slash {
    font-weight: 700;
    font-size: 2.1em;
    margin-top: 0;
    margin-bottom: -5px;
}

/*main color*/
h2.brackets a, h2.dash a, h2.dot a, h2.slash a{
    color: #454545;
    font-weight: bold;
    font-size: 1.0em;
    border-bottom: none;
    text-transform: lowercase;
}

h2.brackets:after, h2.dash:after, h2.dot:after, h2.slash:after {
    content: "/";
    font-weight: 700;
    margin-left: 3px;
    font-size: 1.2em;
}

h2.brackets:after {
    content: "}";
}

h2.dot:after {
    content: "."
}

h2.dash:after {
    content: "_"
}

h2.brackets span, h2.dash span, h2.dot span, h2.slash span {
    font-size: .5em;
    display: block;
    position: absolute;
    top: 10px;
}

.no_border .columns {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    padding-top: 1em;
    border-left: 1px solid #e5e5e5;
}
.no_border .columns:hover {
    background: rgba(0, 0, 0, .0525);
}

/*  ---END---DASH, SLASH, BRACKETS post types----END----*/

@media (max-width: 724px) {
    .inner .content p {
        font-size: 0.85em;
    }
}

/* SideNav */
@media (min-width: 74em) {
    .side-nav {
        margin-top: 80px;
        margin-bottom: 20px;
    }
    /* sidebar */
    .sidebar {
        padding-bottom: 40px;
    }
}

.side-nav li {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.side-nav li a {
    border-bottom: 1px solid #e5e5e5;
    margin: 5px;
    display: inline-block;
}

.side-nav .active {
    color: #fff;
}

.side-nav .active > a:hover {
    color: #fff !important;
}

.side-nav .active ul {
    background: #fff;
    padding: 10px 20px;
}

.side-nav .active li {
    font-size: 14px;
/*
    text-transform: uppercase;
    letter-spacing: 1px;
*/
}

.side-nav li a:not(.button){
    color: #383838;
}

.side-nav li.active > a:first-child:not(.button) {
    color: #fff;
}

.meta-info {
    clear: both;
    display: block;
    font-size: .875em;
    padding: .5em 0 0;
}
.meta-info img {
    margin: 0;
    padding: 0;
}
footer.meta-info p {
    font-size: 0.875em;
    margin: 0;
    padding: 0;
}
.meta-info span, .meta-info time {
    padding-right: 1em;
}
.meta-info span::before {
    color: #383838;
    margin: 0 0.5em;
    position: relative;
    top: 0.1em;
}

/* Books Gallery */

.books {
    padding: 50px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #dbdbdb;
}

/* Pagination */

.pagination li {
    display: inline-block;
    padding: 5px;
}

.pagination a {
    border: 1px solid #e5e5e5;
    display: block;
    padding: 5px 10px;
}

.pagination a:hover {
    color: #fff;
}

.languages-block {
    background: #f4f2f2;
}

ul.tabs {
    border-bottom: 1px solid #e5e5e5;
    margin: 2em 0 0;
    padding: 0;
    width: 100%;
}

.tabs li {
    display: inline;
    font-size: 1em !important;
    margin: 0;
    padding: 0;
}

ul.tabs li::after {
    content: "\a ";
}

.tabs li a {
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: -1px;
    display: inline-block;
    padding: 0.75em 1em;
    position: relative;
}

.tabs li.current a {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.tab-content {
    display: none;
}

ul.nav_tabs {
    display: block;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.nav_tabs li {
    background-color: #fff;
    display: inline;
    font-size: 16px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav_tabs li a {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #383838;
    display: inline-block;
    font-family: "PT Sans",sans-serif;
    margin: 0;
    padding: 1em 1.5em;
}

.nav_tabs li a:hover, .nav_tabs li.current a {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #515960;
}

.nav_tabs li.current a {
    color: #383838;
}

.nav_tabs li a::before {
/*    font-family: icomoon;*/ 
    margin-right: 0.5em;
    position: relative;
    top: 0.1em;
}

.nav_tabs li:first-child a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.nav_tabs li:last-child a {
    border-bottom-right-radius: 4px;
    border-right: 1px solid #e5e5e5;
    border-top-right-radius: 4px;
}

table {
    width: 100%;
}
th {
    background-color: #f6f6f6;
    border-bottom: 1px solid #fffff6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 1em;
    text-align: left;
}
td {
    border-bottom: 1px solid #e5e5e5;
    padding: 0.5em 1em;
    text-align: left;
}
tr:hover {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}

/* visibility */

@media (min-width: 64em) {
    .top-bar-section {
    width: 74em;
    margin: 0 auto;
    background: none;
    }
}

@media screen and (max-width: 759px) {
    .show-for-medium-up {
        display: none !important;
    }

    .show-for-small-only {
        display: block !important;
    }
}


@media screen and (min-width: 760px) {

    .show-for-medium-up {
        display: block !important;
    }

    .show-for-small-only {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .tabs li {
        display: inline;
    }

    .tabs li a {
        border-radius: 4px;
        display: inline-block;
        height: 100%;
        margin-bottom: 0.3em;
        position: static;
    }

    ul.tabs {
        border: medium none;
    }

    .tabs li.current a {
        border-bottom: 1px solid #e5e5e5;
    }   
}

@media (max-width: 1024px) {
    .nav_tabs li span {
        display: none;
    }
    .nav_tabs li a::before {
        margin: 0 0.5em;
    }
    
    table {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 1.25rem;
    table-layout: auto;
    }
    
    table caption {
        font-size: 1rem;
    }
    
    table thead tr th, table thead tr td {
        font-size: 0.875rem;
        padding: 0.5rem 0.625rem 0.625rem;
    }
    
    table tfoot tr th, table tfoot tr td {
        font-size: 0.875rem;
        padding: 0.5rem 0.625rem 0.625rem;
    }
    
    table tr th, table tr td {
        font-size: 0.875rem;
        padding: 0.5625rem 0.625rem;
    }
    
    table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
        display: table-cell;
        line-height: 1.125rem;
    }
}

@media (max-width: 560px) {
    ul.nav_tabs {
        display: block;
        float: left !important;
    }
    
    .nav_tabs li a::before {
        margin: 0 0.5em;
    }
    
    .front_media h2 {
        display: block;
        margin-bottom: 0.5em;
    }
    
    .front-headline {
        margin-top: 1em;
    }
}

@media (max-width: 320px) {
    .front-headline h2 {
        font-size: 1.5em;
        margin-top: 0.3em;
    }
    
    .nav_tabs li a {
        padding: 0.75em;
    }
}

/* Contacts */

.contacts {
    margin: 1em 0;
}
footer.contacts span {
    float: right;
}
@media (max-width:480px) {
    footer.contacts li:last-child span {
    float: none;
    margin-left: 3em;
}
}
footer.contacts ul {
    margin: 0;
    padding: 0;
}
footer.contacts ul li {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    padding: .25em 0;
}
footer.contacts ul li:hover {
    background: rgba(0, 0, 0, .0525);
}
footer.contacts ul li:last-child {
    border-bottom: 2px solid #e5e5e5;
}

/*------NEWS-------*/

.related-sidebar{
    margin-top:143px;
}
.related-sidebar h2{
    background: none !important;
    text-transform: uppercase;
    padding-left:10px;
}
.related-sidebar ul {
    margin: 0;
    padding-left: 10px;
}
.related-sidebar li {
    padding:10px;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
}
.related-sidebar li:last-child {
    border-bottom: none;
}
.related-sidebar li a {
    color: #383838;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

/*--------RELATED NEWS--------*/
}
ul.related-news {
    margin: 0;
    padding: 0;
}
.related-news li {
    border-bottom: 1px solid #e5e5e5;
    list-style: outside none none;
}
.related-news li:last-child {
    border-bottom: medium none;
}
.related-news li p {
    font-size: 1em;
    margin: 1em 0;
}
.related-news li a {
    color: #383838;
    transition: all 0.3s ease 0s;
}

.related-news .small {
    font-size: 0.875em;
    margin-top: 0;
    padding-top: 0;
}

/* Accordion Styles */
.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0px;
}

.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}

.accordion-title:after {
    float:right;
    margin-right: 50px;
	content: "+";
}

.accordion-title.open:after{
    float:right;
    margin-right: 50px;
	content: "-";
    color: red;
}

.accordion-title:hover {background:#f9f9f9;}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;background:#f9f9f9;}
.accordion-content {padding-bottom: 20px;}

/*Social media*/
.fb-like {
    vertical-align: super;
}
/*-----------*/
/*----------CAREER----------*/

#career a.highlite {
    background-color: #e5e5e5;
}

/****CAREER ADS****/
.Comp_name{
    font-size: 17px;
    margin-top: 15px;
    padding-left: 0;
}
.Comp_job_name{
    color:#222222;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #fff;
    margin-top: 10px;
    padding-left: 0;
}
.Comp_date{
    color: #808080;
    font-size: 13px;
    margin: 12px 0 12px 0;
    padding-left: 0;
}

hr{
    border: solid 1px #eee;
}
/*/--------MEDIA--------/*/
.front_media {
    border: 1px solid #e5e5e5;
    padding-top: 2em;
    margin-top: 2.5em;
    background: rgba(0,0,0,0.01);
}

.front_media h2 {
    display: block;
    margin-bottom: .5em;
}

.slideshow_media .media_item p {
    min-height: 6em;
}
ul.slideshow_media{
    margin: 0 4px;
    max-width: 74em;
    width: 100%;
    padding: 0;
}
.slideshow_media li{
    list-style: none;
    margin-right:10px;
}
.slideshow_media p{
    font-size: 1em;
}
.slideshow_media li a{
    color: #383838;
}

.media_item {
    position: relative;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
.media_item img:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
}
.media_item img {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    padding:0;
    width:100%;
}
.media_hover {
    position: absolute;
    text-align: center;
    top: 23%;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    color: #383838;
    font-size: 2em;
    font-weight: 700;
}
.media_item:hover .media_hover{
    opacity: 1;
    -webkit-transition: .3s ease .2s all;
    transition: .3s ease .2s all;
}
.media_item:hover img {
    background-color: #000;
    opacity: .3;
}
/***----PDF--DOC--PPT----*****/
.content a.downloads{
    border-bottom:none;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    display: inline-block;

}
.downloads:before{
    width: 30px;
    border-radius: 3px;
    font-size: .75em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: .3em 1em;
    top: -3px;
    border: none;
}

.downloads:hover {
    transform: translate(10px);
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
}

.pdf:before{
    content:"PDF";
}
.doc:before{
    content:"DOC";
}
.ppt:before{
    content:"PPT";
}

.aligncenter {
    margin: 0 auto;
    display: block;
}




.search-item {
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    width: 20px;
    height: 45px;
}
.search-head{
    position: absolute;
    background: #3e3e3e;
    opacity: 0.95;
    padding: 15px;
    right: 35px;
    z-index: 99;
}
.search-head{
    display: none;
}
.search-head.active, .search-head.active2{
    display: block;
}
#searchform label{
    display: none;
}
#searchform{
    margin: 0;
}
#searchform input[type=text] {
    padding: 8px;
    font-size: 15px;
    width: 250px;
    height: 40px;
    outline: none;
}
#searchform input[type=submit], .mygtukas-tekste a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background-color: #1e8ec9;
    box-shadow: none;
    border: none;
    border-radius: 0px 4px 4px 0px;
    height: 40px;
    outline: none;
    padding: 8px 43px;
    border: 2px solid #1e8ec9;
}
#searchform input{
    display: inline-block;
}
.search-head-mobile{
    display: none;
}
@media (max-width: 1024px) {
    .search{
        display: none;
    }
    .search-head-mobile{
        display: block;
        position: relative;
        background: #3e3e3e;
        right: 0px;
    }
    .search-head-mobile #searchform input[type=text] {
        width: 50%;
    }
}




@media screen and (min-width: 1500px) {

}

@media screen and (max-width: 900px) or (min-width: 600px) {


}

@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (min-width: 992px) {

}
@media screen and (max-width: 992px) {

}

body.f-topbar-fixed {
    padding-top: 45px;
}


@media screen and (max-width: 767px) {

    .studyhome {
        display: block !important;
        max-width: 1250px;
        margin: 0 auto;
    }
    .studyhome-box-item {
        width: 100% !important;
        text-align: center !important;
        margin: 30px 0px !important;
        padding: 0 15px !important;
    }
    .studyhome-box-item h1 {
        margin-bottom: 0px !important;
        font-size: 20px !important;
        padding: 15px 0 !important;
    }
}


@media screen and (max-width: 480px) {

}
