
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}








select[multiple],select[size] {
    height: auto
}





.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}



.fade.in {
    opacity: 1
}


.btn-info {
  background-color: #fff;
  border-radius: 8px;
  margin: 8px 0;
  padding: 16px 16px 16px;
  background: linear-gradient(98.22deg,#0c2b7c,#2562ff);
  color: #fff;
  } 
  
.speaker__position > a {
  color: #fff;
}

  .form-control {
    /*border: none;*/

}
	
  .table  > tr > td ,.table {
  background-color: #fff;

  } 
  
  .table>:not(caption)>*>* {
    padding: 1.5rem 0;
    background-color: #fff;
	  } 
	
.main-header__hamburger {
    align-self: flex-end;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 7.5H12.5' stroke='white' stroke-opacity='0.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 3.75H12.5' stroke='white' stroke-opacity='0.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 11.25H12.5' stroke='white' stroke-opacity='0.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    height: 40px;
    margin-left: auto;
    text-indent: -99999px;
    transition: all .3s cubic-bezier(.35,0,.2,1);
    width: 48px;
    z-index: 1030
}

.main-header__hamburger.is-active {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 3.75L3.75 11.25' stroke='%232562FF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 3.75L11.25 11.25' stroke='%232562FF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-color: #fff
}
  

.section-wrap-nar {
  background-color: #fff;
  border-radius: 8px;
  margin: 8px 0;
  padding: 16px 16px 16px;
}


		
.page-header h1{
margin-top:30px;
}
 
.tabel_list td{
       border:none;
       padding-right: 10px;
       padding-bottom: 5px;
       
    }
 
.container{
       padding: 0px;
       margin-top: 0px;
       /*background-image: url('../images/back_1054.jpg');
       background-repeat: repeat-y;
       background-position: left top; *//
       /*width: 1054px;*/
       
    }



a {
    color: black;
    text-decoration: none;
}


    
.contentcontainer{
       margin-left: 55px;
       margin-right: 30px;
    }
 
.navbar{
     border:none;
     border-bottom: 7px solid;
     border-radius: 0px;
    }
    
        
.back15 {
      /*background-image: url('../images/back_1054.jpg');*/
      background-position: center top;
      background-repeat: repeat-y;
      width: 100%;
      margin-right: 0px;
      margin-left: 0px;
     /* height: 450px;*/
      padding-right: 15px;
      padding-left: 45px;
}

 .page-header{
    border-bottom: none;
    margin-top:30px;
}

.page-header > div.lead_head{
	height: 83px;
	width: 410px;
	background-image: url('../images/lead.png');
	float: left;
	margin-left:-50px;
	margin-bottom: 25px;
}

.page-header > H1{
	float: left;
	text-transform: uppercase;
}

.radio_2 
{
 display: inline-block;

}

[type="radio"] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
     }

.lefty{
text-align:left
 }

 
.table > tbody > tr > td.vk  {
    /*width: 50%;*/
	
	 border:none;
 }
      
 .loobu
{  background-color: #e3e6ec;
    border:none;
    color: white;
    margin: 20px 15px 20px 15px; 
    padding: 15px;

}

 .loobu a
{  
    color: white;
    text-decoration:underline;
}

.tooltip.right .tooltip-inner {
    background-color:#e3e6ec;
	white-space: normal;

}
.tooltip.right .tooltip-arrow {

      border-right-color:#e3e6ec;
	  white-space: normal;
}
       
.tooltip-inner {
    max-width: 350px;
    width: 350px; 
    padding:15px;
    color:black;
    font-size:16px;
    font-family: 'Lora', sans-serif;
    text-align:left;
}



        
 .peal th{
    width: 15%;
}

.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}




.topping {
    margin-top:50px;
    margin-bottom:20px;
}

.sv{
 text-align:center;
 }

.sr{
 text-align:center;
 }
 

@media (min-width: 990px) {
  .sv{
 text-align:left;
 }
  .sr {
 text-align:right;
 }
  }
 
 
.panel-success > .panel-heading {
    background-color: #248FCE;
    border:none;
    color: white;
}

.panel-heading{
    margin: 20px 0 20px 0; 
    padding: 15px;
    border-radius: 2px;

}
.panel-success, .panel {
    border:none;
}

/*.table-responsive 
 {
   padding-right: 15px;
   padding-left: 15px;
}

*/
.gray
 {
  /*background-color: #1B2F54;*/
  background-color: white;
}

.kaitse
{  background-color: #248FCE;
    border:none;
    color: white;
    margin: 20px 0 20px 0; 
    padding: 15px;
    text-align:center;
}

.alert alert-danger
{
  background-color: #fce5e5;
}



.black
{
 color:black;
}    

.nupp {
    color:white;
    /*background-color: #1B2F54;*/
	 background-color: #248FCE;
    display: inline-block;
    margin-bottom: 6px;
    margin-top:6px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    padding-left:0px;
    padding-right:0px;
	border-radius: 2px;

}

.bgcol{
       /*background-color:#0E4278;*/
	          background-color:white;
       margin-top: 15px;
       padding-top: 15px;
       padding-bottom:15px;
       }
 @media only screen and (max-width : 768px) {
        .nupp {margin-left: 25px;}
        }
      
 
.nupp a, .nupp a:visited,.nupp a:link {
    color:white;
    /*background-color: #063046;*/
	background-color:#248FCE;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 20px;
    text-decoration:none;
    position: relative;
    display: block;
    font-size: 16px;
	border-radius: 2px;
}


.nupp a:hover, .nupp a:focus, .nupp a:active
{
     background-color: #248FCE;
     color:black;
     text-decoration:none;
}
      


      
 H1, H2, H3 {
        font-weight:normal;   
        }
        .starter-template {
            padding: 40px 15px;
            text-align: center;
        }
        .navbar {
            min-height: 70px;
           /* background-color:#063046;*/ 
                }

                
       .navbar-inverse {
        background-color: white;
        border-color: white;
        border-bottom-color: white;
         }
         
  
	.menuheadback {
              
     /* background-image: url('../images/back_1054.jpg');
      background-position: center top;
      background-repeat: no-repeat;*/
      margin:0px;
      padding-right:0px;
      padding-left: 50px;
      }          
             
    .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    }
    
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a {
color:black
}


        

    
.nav > li > a  {
padding-left:5px;
padding-right:5px;
}

.nav > li > span  {
padding-left:5px;
padding-right:5px;
padding-top: 25px;
padding-bottom: 25px;
line-height: 20px;
position: relative;
display: block;
}


.navbar-inverse .navbar-nav > li > a:hover{        
color:black
}
        
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {

    /*background-color:#1E3565;*/
    background-color:white;
    box-shadow:0;
	color:black;
	/* font-weight: bold;*/
}
         
       
.navbar-toggle {
/* (80px - button height 34px) / 2 = 23px */
margin-top: 23px;
padding: 9px 10px !important;
}

        
.to_left{
            padding-top: 20px;
            text-align: left;           
            }

            
@media (max-width: 1200px) {
    .logo-center{
    text-align: left;}

    .second{
      margin-top: 150px;      
      }    
}
            
@media (min-width: 1200px) {
    .logo-center{
    height: 260px; 
    /*width: 1px;  */
    background-image: url('../images/logo_1054.jpg');
            }
     .to_left{
             padding-top: 20px;
         
            text-align: left;           
            }
       
}


 @media (min-width:  640px) {
    .to_left{
            padding-top: 20px;
            text-align: left;
                        }
   .navbar-nav > li > a {
            /* (80px - line-height of 27px) / 2 = 26.5px */
            padding-top: 25px;
            padding-bottom: 25px;
            line-height: 20px;  }
    .second{
             margin-top: 150px;
            }   
 }


    
.fistbox{

/*padding-top: 50px;*/
}
            
.col-centered{
float: none;
margin: 0 auto;
}
.bspace{
height: 40px;
line-height: 40px;
padding: 25px;
       
}
.bbox{
min-height:100px;
background-color:white;
/*background-color:#0E4278 ;*/
color: white;
padding-right: 25px;
}
       
.bboxcol{
min-height:100px;
/*background-color:#0E4278;
color: white;*/

background-color:white;
color: black;
padding-left: 25px;
}
       

      
@media (min-width: 640px ) {
      .row {
      position: relative;
      }
}



/*.table{
    margin-left:-8px;
}*/

.table > thead > tr > th.nobrod , 
.table > tbody > tr > th.nobrod , 
.table > tfoot > tr > th.nobrod , 
.table > thead > tr > td.nobrod , 
.table > tbody > tr > td.nobrod , 
.table > tfoot > tr > td.nobrod ,
td.nobrod, 
.table > tfoot > tr > td.vk
{
border:none;
}

.nobrod > thead > tr > th, 
.nobrod > tbody > tr > th, 
.nobrod > tfoot > tr > th, 
.nobrod > thead > tr > td, 
.nobrod > tbody > tr > td, 
.nobrod > tfoot > tr > td
 {
/*border:none;*/
border-top: 1px solid #ddd;
}

.right{
   text-align:right;
     } 
     
.foot1{
   font-size:0px;
   text-align:left center;
   margin-top:50px;
   line-height: 165px;
   height: 165px;
   }


.foot{
  margin-top:0px;
  font-size:20px;
  text-align:left;
  }
      
 @media only screen and (min-width : 768px) {
.foot {margin-top:0px;
 line-height: 100px;
 text-align: right;}
}  
 @media only screen and (min-width : 768px) {
.foot1 {
 margin-top:0px;
 line-height: 165px;
 /*background-image: url('../images/foot_1054.jpg');
 background-position: center top;
 background-repeat: no-repeat;*/

 }
}  

.foot2{
    color: white; 
    margin: -185px 5px 5px 90px; 
    line-height: 150px;
}
      
 .foot2 a
{  
    color: white;
    text-decoration:none;
}    

.kesk {
margin-top:30px;
}

.white {
background:white;
}


 a, a:focus, a:hover, a:visited, a:active, a:link {
    color: black;
    text-decoration: none;         
}
   
   .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    /*border-color: #1B2F54;*/
    background-color: #248FCE;
	color: black;}
   

    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {

    /*background-color:#0292DC;*/
     background-color: #248FCE;

}

 





option:hover, option:focus
 {
    background-color: #248FCE;
}


span.yle{ 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;

  /* fixes overlap error in IE7/8, 
      */
  background-image: url('../images/empty.gif');

  } 
 .nowrap{ 
  white-space: nowrap;
  }
   .nowrap span{ 
  white-space: normal;
  }
  
   @media (min-width:340px) {
    .navbar-nav {
    margin: 7.5px 1px;
    }
   }
   
  
    
  @media (max-width:641px) {
   .container {
    width:340px;
    /*background-image: url('../images/back_340.jpg');*/
    background-repeat: repeat-y;
   }
   .foot1{
   /*background-image: url('../images/foot_340.jpg');*/

   height: 95px;
   background-repeat: no-repeat;
   }
   .logo-center{
    height: 170px; 
   background-image: url('../images/logo_340.jpg');           
    } 
}

  @media (min-width:640px) {
   .container {
    width:640px;
   /*  background-image: url('../images/back_640.jpg'); */
   }
   .foot1{
   /*background-image: url('../images/foot_640.jpg');*/
   height: 134px;
   background-repeat: no-repeat;
   /*margin-left: 15px;*/
   }
   .logo-center{
    height: 159px; 
    background-image: url('../images/logo_640.jpg'); 
    
   }
   .navbar-collapse{
   width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none
   }
   .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
   }
   
}

  @media (min-width:750px) {
   .container {
    width:750px;
    /*background-image: url('../images/back_750.jpg');*/
   }
   .foot1{
   /*background-image: url('../images/foot_750.jpg');*/
   height: 157px;
   background-repeat: no-repeat;
   }
   .logo-center{
    height: 186px; 
    background-image: url('../images/logo_750.jpg');           
   }
}


@media (min-width:1054px) {
   .container {
    width:1054px;
    /*background-image: url('../images/back_1054.jpg');*/
    }
    .foot1{
    /*background-image: url('../images/foot_1054.jpg');*/
    }
   .logo-center{
   height: 260px; 
   background-image: url('../images/logo_1054.jpg');
   }
}

@media only screen and (min-width: 640px) {
    .collapse {
        display: block;
    }

    .navbar-header {
        float: left;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav.navbar-left {
       float: left;
       margin: 0;
    }

    .navbar-nav.navbar-right {
       float: right;
       margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        /*  padding-top: 15px;*/
        /*padding-bottom: 15px;*/
    }
}

@media only screen and (max-width: 639px) {
     .collapse {
        display: none;
     }

     .navbar-header {
        display: block;
     }
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 15px;
    margin-left: 15px;
   }
   .foot1{
   margin-left:15px;

   
   }

   .back15 { 
   padding-left: 15px;
    }
    
    .navbar-nav {
    margin: 7.5px 1px;
    }
    

 }

    @media (max-width:750px) {
   .foot1 {
      margin-left:15px;
   }
   

.btn {
    white-space: normal;
     }
    
	
@media only screen and (max-width: 640px) {
	
	.nav > li.hidemob {
	display: none;}

	}
   

    /* Small Devices, Tablets */
 @media only screen and (max-width : 640px) {
	.navbar-inverse .navbar-toggle:hover .icon-bar {
		background-color: black;}
	.navbar-inverse .navbar-toggle {
		background-color: #248FCE;
		border-color: #248FCE;}	
	.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
		background-color: #248FCE;
		border-color: #248FCE;}
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: white;}

	 .navbar-collapse li a { background-color:#248FCE; box-shadow: 0;min-height: 0px;}
     .navbar-inverse .navbar-nav > li > a:focus,
	 .navbar-inverse .navbar-nav > li > a:hover,
	 .navbar-inverse .navbar-nav > li > a {
		color:white;
		background-color:#248FCE;
		margin-top:2px;
		border: 1px solid transparent;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-radius: 2px;
	}
	.navbar-inverse .navbar-nav > li > a:hover{
		color:black;}
	.navbar-inverse .navbar-nav > li.active > a, 
	.navbar-inverse .navbar-nav > li.active > a:focus,
	.navbar-inverse .navbar-nav > li.active > a:hover {
    background-color:#248FCE;
    box-shadow:0;
	color:black;
	border-radius: 2px;
	margin-top:2px;
	border: 1px solid transparent;}
	.menuheadback { 
      padding-left: 10px;}
	  
.page-header > div.lead_head{
	height: 83px;
	width: 340px;
	background-image: url('../images/lead.png');
	float: left;
	margin-left:-50px;
	margin-bottom: 25px;
}
}

.oigus {
    color: #7b7979;
    align-items: center;
    display: inline-flex;
    gap: 8px;
    text-transform: uppercase;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 992px) {
  .col-md-6 {
    width: 30%;
  } 
  }
  


.kk
{
  background-color: #fff;
  border-radius: 8px;
  margin: 8px 0;
  padding: 16px 16px 16px;
  background: linear-gradient(98.22deg,#0c2b7c,#2562ff);
  color: #fff;
    
}

.kk button:hover{

     background-color: #fff;
	 background: linear-gradient(98.22deg,#0c2b7c,#2562ff);
     color: #fff;
    
}


	 
