

/* Start:/local/templates/plain/styles.css?153725697522918*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
span{    font-size: 17px;}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
font-size: 11px;
    border-collapse: collapse;
    border-spacing: 0;
}
td{vertical-align: middle;}
/* Slidorion Stylesheet */
.slidorion {
    position: relative;
    width: 870px;			/* Set to slidorion width. Is equal to .slider + .accordion width */
    height: 400px;			/* Set to slidorion height. Is equal to .slider and .accordion height */
    left: 50%;
    background: #CBCBCB;
    padding: 10px;
    border: 1px solid #BBB;
    box-shadow: 0 0 34px #bbb;
    margin-left: -436px;
}

.slider {
    width: 68%;
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden;		/* Hides the animations */
}

.slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion {
    width: 32%;
    height: 100%;
    font-family: Verdana;
    background: #eee;
    box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
    position: relative;
    z-index:999;
    overflow: hidden;
    float: left;
}

.table{
    font-size: 10.5px;
}
.accordion .header {
    padding: 8px 14px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 59%, #dcdcdc 100%);
    background: -webkit-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
    background: -o-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
    background: -ms-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
    background: linear-gradient(top, #ededed 59%,#dcdcdc 100%);
    border-top: 1px solid #ccc;
}

.accordion .header:first-child {
    border-top: none;
}

.accordion .header:hover {
    background: #EDEDED;
    cursor: pointer;
}

.accordion .header.active {
    border-bottom: none;
    background: #2E4B62 !important;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 100;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.accordion .content {
    height: 258px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    padding: 16px;
    border: none;
    background: #d6d6d6;
    background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 10%);
    background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
    background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
    background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
    background: linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
    overflow:auto;
}

.accordion .content p {
    margin-bottom: 10px;
}

.slidorion .slidorion-nav {
    position: absolute;
    top: 200px;
    width: 16px;
    height: 27px;
    z-index: 9999;
    background: url('/img/arrows.png') 0 0 no-repeat;
    cursor: pointer;
}

.slidorion .slidorion-nav-left {
    left: 30px;
}

.slidorion .slidorion-nav-right {
    right: 310px;
    background-position: -16px 0;
}



/*.none-link:hover{text-decoration: none;color: #1A5283;}*/
.none-link span{
    font-size: 25px;
    color: #175CA7;
}
.cb{color: black;}
.btn-info{
    border-radius: 0px;
    border: 0px;
    background: #D2E0EA;
    color: #004084;
    font-family: 'Open Sans', arial;
    padding: 7px;
}

.db{display: block;}
.dn{display: none;}

.btn-info:hover{
  /*  border-radius: 0px;
    border: 0px;
    background: #D2E0EA;
    color: #004084;
    font-family: 'Open Sans', arial;
    padding: 7px;*/
}
.open>.dropdown-toggle.btn-info{
    background: #ADADAD;
}

.open>.dropdown-toggle.btn-info{
    background: #ADADAD;
}

input[type=text], input[type=password], input[type=email]{
    border: 0px;
    border-radius: 2px;
    font-size: 13px;
    padding: 7px;
}

textarea.form-control {
    height: auto;
    border: 0px;
    border-radius: 2px;
    padding: 5px;
    font-size: 13px;
}

textarea.form-control.not-rsize {
    resize: none;
}

.btn-primary{
    font-size: 13px;
    border: 0px;
    border-radius: 2px;
    background: #24577B;
    color: white !important;
}

.btn-warning.btn-white{
    color: #484746;
    background-color: #FFFFFF;
    border-color: #eea236;
    border: 0px;
    border-radius: 2px;
    font-size: 13px;
}

.modal-content{border-radius: 2px;border: 0px solid; -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.5); box-shadow: 0 0px 0px rgba(0,0,0,.5);}
.modal-header{border-bottom: 1px solid #EFEFEF;}
.modal-footer{border-bottom: 1px solid #EFEFEF;}
.modal-backdrop{position: fixed;}
#navbarCollapse{
    background: #e7ecf0;
    border: 0px solid;
}

#navbarCollapse .navbar-nav li {
    border-right: 1px solid white;
    /*background: #d2e0ea;*/
    /*border-top: 3px solid #4779AF;*/
    border-top: 3px solid #E7ECF0;
    transition:0.7s;
}

#navbarCollapse .navbar-nav li a {
    font-family: 'Open Sans', arial;
    color: #333;
    font-size: 17px;
}



/**
*font-family
**/
.open-sans{font-family: 'Open Sans', arial;}

/**
*font-weight
**/
.fw100{font-weight: 100;}
.w75{width: 75px;}
.fw500{font-weight: 500;}
.fw800{font-weight: 800;}

/**
*font-size
**/
.fs11{font-size: 16px;}
.fs12{font-size: 17px;}
.fs13{font-size: 17px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 20px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}

/**
*margin-top
**/
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}
.mt60{margin-top: 60px;}
.mt65{margin-top: 65px;}
.mt70{margin-top: 70px;}
.mt75{margin-top: 75px;}
.mt80{margin-top: 80px;}
.mt85{margin-top: 85px;}
.mt90{margin-top: 90px;}
.mt95{margin-top: 95px;}
.mt100{margin-top: 100px;}

/**
*margin-bottom
**/
.mb0{margin-bottom: 0px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb70{margin-bottom: 70px;}
.mb75{margin-bottom: 75px;}
.mb80{margin-bottom: 80px;}
.mb85{margin-bottom: 85px;}
.mb90{margin-bottom: 90px;}
.mb95{margin-bottom: 95px;}
.mb100{margin-bottom: 100px;}

/**
*margin-left
**/
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml45{margin-left: 45px;}
.ml50{margin-left: 50px;}

/**
*margin-right
**/
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}



.pl100{padding-left: 100px;}
.padding0,.p0{padding: 0px;}
.padding20,.p20{padding: 20px;}
.w100p{width: 100%;}
.text-none, .text-none:hover{text-decoration: none;}

.float-right{float: right;}
.float-left{float: left;}



h1, h2, h3, h4{
    font-family: 'Open Sans', arial;
    font-weight: 100;
}

body{
    padding: 0px;
    margin: auto !important;
    overflow-x: hidden;
    max-width: 1500px;
}

/*logo style*/
.logo{
    padding: 25px;
}
.logo .fs17{
    font-size: 30px;
	text-decoration:underline;
}

div.logo h3{
    display: inline-block;
    font-weight: 100;
    color: #004084;
    margin: 0px;
    margin-top: 7px;
    margin-bottom: 0px;
}

div.logo .site-logo{
    float: left;
}

div.logo span{
    color: black;
}

/*end logo style*/


/**/

.search-form{
    margin-top: 13px;
}

.search-form .input-group-addon{
    padding: 0px 10px;
    margin: 0px;
    border-radius: 0px;
    background: #E7ECF0;
    font-size: 17px;
    border: 0px;
}

.search-form #search {
    border-radius: 0px;
    border: 1px solid #E7ECF0;
    font-family: 'Open Sans', arial;
    font-weight: 500;
    font-size: 13px;
    box-shadow: 0px 0px 0px white;
}

.search-form img{
    right: 0px;
    width: 21px;
    cursor: pointer;
    opacity: 0.8;
}
/**/

.head-button{
    padding: 3px 9px 2px 6px;
    background: rgba(0, 64, 132, 0.13);
    display: inline-block;
    border-radius: 2px;
    margin-top: 9px;
}

/**/
.sub-menu{
    position: absolute;
    min-width: 600px;
    background: #D2E0EA;
    padding: 15px;
    min-height: 400px;
    height: auto;
    z-index: 9999;
    display: none;
}
/**/

/**/
.sub-menu-about{
    position: absolute;
    min-width: 700px;
    background: white;
    padding: 15px;
    height: 400px;
}
#map{
    width: 100%;
}
.pointer{cursor: pointer;}
.sub-menu-links dt{
    padding: 10px 5px;
    transition: 0.7s;
    border-bottom: 1px solid #A0B3C1;
}
.sub-menu-links dt{
    padding: 10px 5px;
    transition: 0.4s;
    border-bottom: 1px solid #A0B3C1;
}

.sub-menu-links .active{
    padding: 10px 15px;
}

.sub-menu-links dt:hover{
    border-bottom: 1px solid rgb(71, 121, 175);
    padding: 10px 15px;
}

.headertop{
    padding: 20px;
    box-shadow: 0px 0px 10px #D0D0D0;
    padding: 10px 40px;
}

.headertop a{
    font-size: 20px;
    border-left: 1px solid black;
    color: black;
    text-decoration: underline;
    padding: 0px 10px;
}


.headertop table {
    font-size: 13px;
}
.headertop table td{
    padding-left: 7px;
    border-left: 1px solid #F2F2F2;
    padding-right: 7px;
}

.headertop table td a{
    color: black !important;
    text-decoration: none;
    transition: 0.5s;
    font-size: 13px;
}
.headertop table td a:hover{
    color: #0A4492 !important;
}
.headertop table td.clear{
    padding-left: 0px;
    border-left: 0px solid;
}
.headertop table td.clear .logo{
    width: 450px;
}
.headertop .none-link{
    position: relative;
    top: 10px;
    font-size: 24px !important;
    color: #095C9B !important;
}


.sub-menu-links dt a{
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    color: #254E6B !important;
}

.btn-social{

}

.inline{display: inline-block;}
.inline .w20p{width: 20%;}

.dropdown-social{
    background: #D2E0EA;
    border: 0px solid;
    border-radius: 0px;
    padding: 0px;
}

.dropdown-social li a{
    font-size: 13px;
}



.main-navi.navbar{
    min-height: 30px;

    border: none;
}

@media (min-width: 768px){
    .main-navi.navbar .navbar-nav>li>a{
        padding-top: 7px;
        padding-bottom: 7px;
    }
}


.btn-social{
    width: 30px;
    height: 30px;
    border: 0px;
    background-color: white;
    background-image: url(/img/social.jpg);
    background-size: 100%;
    background-size: 180px;
}

.link-more{
    color: #134061;
    font-weight: bold;
    text-decoration: underline;
}

.panel.panel-contacts{
    border-radius: 0px;
    font-size: 13px;
    background: #D2E0EA;
    border: 0px;
    box-shadow: 0px 0px 0px rgba(255, 0, 0, 0);
}

.bg-map{
    background-image: url(/img/map.png);
    height: 400px;
    background-size: 100%;
}

.bg-house{
    height: 400px;
    background-image: url(/img/house.jpg);
    background-size: 97%;
    background-repeat: no-repeat;
}
.btn-social.vk {background-position: -10px 43px;}

.orange-style{border-top-color: rgb(247, 114, 0) !important;background: rgba(247, 114, 0, 0.65) !important;}
.orange-style .opensub,.blue-style .opensub{color:white !important;}
.orange-style .sub-menu, .blue-style .sub-menu{background: #FF8720;color: white;}


.orange-style .sub-menu-links dt, .blue-style .sub-menu-links dt{transition:0.5s;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.orange-style .sub-menu-links dt:hover, .blue-style .sub-menu-links dt:hover{border-bottom: 1px solid white;}
.orange-style .sub-menu-links dt a,.blue-style .sub-menu-links dt a,.blue-style .sub-menu h1,.blue-style .sub-menu h2,.blue-style .sub-menu h3,.blue-style .sub-menu a{color: #FFFFFF !important;}

.blue-style{border-top-color: rgb(71, 121, 175);background: rgba(26, 84, 148, 0.59) !important;}
.blue-style .sub-menu{background: #4779AF;color: white;}

#page-footer{
    background-color: #F8F8F8;color:black;
}

.small-links a{
    font-size: 18px;
    color: black;
    font-weight: 100;
    text-decoration: none;
}


.small-links a dt{
    font-weight: 100;
    padding: 6px;
    transition: 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}


.small-links.dynamic a dt:hover{
    /*padding-left: 10px;*/
}

.small-links a dt:hover{
    color: black;
    /*border-bottom: 1px solid white;*/
}

.small-links a span{
    color: #547E96;
}

.page-head{
   /* background-image: url(/img/head.jpg);
    height: 370px;*/
    background-size: 100%;
    background-position: center 0px;
    background-repeat: no-repeat;

    /*background-image: url(/img/head2.png);
    height: 450px;
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;*/
}

.slidorion {
    position: relative !important;
    width: 97% !important;
    height: 400px !important;
    left: 50px !important;
    background: #CBCBCB !important;
    padding: 0px !important;
    border: 0px solid #BBB !important;
    box-shadow: 0 0 0 white !important;
    margin-left: 0px !important;
    margin-top: 50px;
    margin-bottom: 50px;
}
.bg-white{background-color: white;}
.accordion {
    box-shadow: 0 0px 0 0px rgba(51,51,51,0.3) !important;
}


.accordion .header {
    transition:0.5s;
    background: #FBFBFB;
    cursor: pointer;
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    border-top: 0px solid #ccc;
}
.accordion .content{
    background: -webkit-linear-gradient(top, #FBFBFB 0%,#FBFBFB 10%) !important;
    font-family: 'Open Sans', arial;
    height: auto;

}
.slider .slide{
    background: rgb(251, 251, 251) !important;
}
.accordion .header.active {
    border-bottom: none;
    background:#7196B3 !important;
    color: #FFFFFF;
    font-weight: 100;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.accordion {
    font-family: Verdana;
    background: #FBFBFB !important;
}

#page-main{
    background-color: #FBFBFB;
    background: linear-gradient(to left, #FFFFFF, #FBFBFB) !important;
}
.calendar-events{
    background: white;
    padding-left: 10px;
    margin: 0px 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.calendar-events .box{
    background: white;
    padding: 5px;
}
.calendar-events h3{
    font-size: 20px;
    font-weight: 100;
    color: #004084;
    margin-bottom: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.calendar-events .date-event{
    background: #FFFFFF;
    padding-bottom: 5px;
    font-size: 13px;
    border: 1px solid #E7ECF0;
    border-radius:4px;
}

.calendar-events .date-event .num-name-day{
    /*background: #B31B1B;*/
    /*background: #F57708;*/
    /*background: #4698DA;*/
    /*background: #7196B3;*/
    padding: 5px;
    color: black;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.calendar-events .date-event .num-day{
    display: inline;
    font-weight: 500;
    font-size: 17px;
}

.calendar-events .date-event .day{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    float: right;
}

.calendar-events .date-event .month{
    text-align: center;
    display: block;
    margin-top: 5px;
    color: #383838;
    border-bottom: 1px solid #E7ECF0;
    font-size: 17px;
}

.calendar-events .date-event .time{
    display: block;
    text-align: center;
    font-size: 16px;
    padding-top: 2px;
}


#page-news{
    /*background: #E7ECF0;*/
    /*background: repeating-linear-gradient(-55deg,#d6e1ea,#d6e1ea 42%,#ccdae5 42%,#ccdae5 85%,#bfd1df 67%,#bfd1df 100%);*/
}

#page-news .news-box{
    padding-left: 50px;
    padding-top: 30px;
}

#page-news .title{
    font-weight: 500;
    color: #B6B8B9;
}

#page-news .container-box .title{
    font-size: 20px;
    font-weight: 600;
    color: #4A545D;
}
#page-news .nav-types{
    margin-left: 10px;
    margin-top: 10px;
}
#page-news .nav-types dt{
    font-weight: 500;
    background: none;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.52);
    transition: 0.5s;
}

#page-news .nav-types dt.active{
    padding: 5px 20px;
    border-bottom: 1px solid white;
}

#page-news .nav-types dt:hover{
    /*padding: 5px 20px;*/
    /*border-bottom: 1px solid white;*/
}

#page-news .nav-types dt a{
    color: #222527;
    text-decoration: none;
    font-size: 20px;
}

#page-news .news-items{
    position: relative;
    bottom: 20px;
    height: 200px;
}


.date-news {
    width: 80px;
    padding: 0px;
    border: 1px solid #C5CCD2;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 5px;
}
.date-news .month{
    display: block;
    /*background: #B31B1B;*/
    /*background: #F57708;*/
    /*background: #7196B3;*/
    color: black;
    text-align: center;
    font-size: 18px;
    padding: 5px;
}
.date-news .day{
    display: block;
    font-weight: 700;
    background: white;
    text-align: center;
    padding: 10px 0px;
    font-size: 17px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.news-text{
    margin-left: 0px;
    background: white;
    padding: 7px;
    font-family: 'Open Sans', arial;
    border: 1px solid #CED6DC;
    border-radius: 2px;
    width: 97%;
}

.news-text .name{
    color: #000000;
    font-size: 18px;
}

.news-text .preview{
    font-size: 17px;
    margin-top: 5px;
}

.ads-box{
    font-size: 13px;
    margin-left: 50px;
}

.ads-box a{
    font-weight: bold;
    color: #2B3B48;
}

#page-global-events{
    border-top: 1px solid #E8E8E8;
    min-height: 200px;
    border-bottom: 1px solid #B7B7B7;
    padding-top: 15px;
}
#page-global-events .box{
    min-height: 120px;
    margin-bottom: 20px;
    margin-top: 5px;
}

#page-global-events .box h3{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #000000;
}

#page-global-events .box .event-img{
    height: 130px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.gallery-news img{width: 150px; padding: 5px; transition: 0.7s;}
/*.gallery-news div{display: inline-block;}*/

#news-detail{
    padding: 40px;
}
#news-detail .detail{
    font-size: 20px;
}


#news-detail .item{
    background: #333;
    text-align: center;
    height: 300px !important;
    background-size: 100%;
    background-repeat: no-repeat;
}


.navi-small .line{
    padding: 5px;
    background: #E7ECF0;
    border-bottom: 1px solid white;
    font-weight: 100;
    font-family: 'Open Sans', arial;
    cursor: pointer;
    color: #000000;
    display: block;
}



.left-navi{
    padding: 20px;
    background: white;
}

.left-navi a{
    padding: 5px;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 18px;
    transition: 0.5s;
    border-bottom: 1px solid #EAEAEA;
}

.left-navi a:hover{
    /*border-bottom: 1px solid rgb(196, 200, 204);*/
    /*text-decoration: none;*/
}




.detail-picture-news{
    width: 300px;
    float: left;
    margin-right: 20px;
}
.vt{vertical-align:top}
.db{display: block;}
.left-navi .active{
    background: #E7ECF0;
}

.left-navi .name-category{
    margin: 0px;
    font-size: 19px;
    color: black;
    margin-bottom: 10px;
    /*font-weight: 100;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.search-form .input-group{
    float: right;
}

.search-form input[type=text]{
    border: 1px solid #E7ECF0;
    border-right: 0px;
    border-left: 0px;
    box-shadow: 0px 0px 0px #fffff5;
    width: 200px;
    font-size: 17px;
}

.search-form button{
    height: 34px;
    border: 0px;
    background: #E7ECF0;
    border-radius: 2px;
}





@media (max-width: 768px) {
    .ads-box {margin-left: 5px;}
    .padding0{padding: 15px;}
    .date-header{display: inline;}
    .news-items .date-news{display: none;}
    #slidorion{display: none;}
    #page-news .news-items{height: inherit;}
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .padding0{padding: 15px;}
    .main-navi{display: none;}
    .navi-small{display: block;}
    .date-header{display: inline;}
    .news-items .date-news{display: none;}
    #page-global-events .box .event-img{background-size:130px;}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .padding0{padding: 0px;}
    .main-navi{display: block;}
    .navi-small{display: none;}
    .date-header{display: none;}
    .news-items .date-news{display: none;}
    #slidorion{display: block;}
    #page-news .news-items{height: 200px;}
    #page-global-events .box .event-img{background-size:100%;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .ads-box {margin-left: 50px;}
    .padding0{padding: 0px;}
    .main-navi{display: block;}
    .navi-small{display: none;}
    .date-header{display: none;}
    .news-items .date-news{display: block;}
    #page-global-events .box .event-img{background-size:100%;}
    #page-news .news-items{height: 200px;}
}

.developer{
    color: #E0E0E0;
    text-decoration: underline;
}

.developer:hover,.developer:active,.developer:focus{
    /*color: white;*/
    /*text-decoration: none;*/
}

.modal-title{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#mail-k7 input[type=text],
#mail-k7 input[type=email],
#mail-k7 textarea{
    box-shadow: none;
    border: 1px solid #CCC;
    margin-bottom: 4px;
    font-size: 17px;
}
#page-footer a{text-decoration: none;}
#page-footer a:hover{color: white;}
small{font-size: 20px;}
/* End */
/* /local/templates/plain/styles.css?153725697522918 */
