@font-face {
    font-family: "OpenSansCondensedLight";
    src: url("../fonts/OpenSansCondensedLight.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "OpenSansLight";
    src: url("../fonts/OpenSansLight.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "OpenSansRegular";
    src: url("../fonts/OpenSansRegular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "OpenSansSemiBold";
    src: url("../fonts/OpenSansSemiBold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "UbuntuCondensedRegular";
    src: url("../fonts/UbuntuCondensedRegular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
*{
    margin: 0;
    padding: 0;
    z-index: 0;
}
img {
    border: none;
    max-width: 100%;
}
body{
    background: #fff;
    font-family: "OpenSansLight";
}

.login_button {
    margin-top: 20px;
    text-transform: uppercase;
    background-color: rgba(18, 68, 131, 1);
    color: #FFF;
    border-radius: 10px;
    padding: 17px 20px;
    height:55px;
}

.sign-in-button{
    background: #00C614;
    border-radius: 10px;
    height: 45px;
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    transition: all .2s ease-out;
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
    flex: 1;
}



/* HEAD TOP CHANGES */


/* this is number style */

.pagination li a {
    background-color: #124483;
    width: 40px !important;
    padding: 10px !important;
    color: #fff;
}


/*this is snowwwww  */ 

/* .snowflake {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    filter: drop-shadow(0 0 1px white);
    background-image: url('../img/icons/snowflake-image.svg');
    background-size: cover;
} */


html, body{
    height: 100%;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.relative{
    position: relative;
}
a{
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none !important;
}
.centre{
    display: block;
    text-align: center;
    /*margin-bottom: 30px;*/
}
.nopade{
    padding: 0;
}
.nopaderight{
    padding-right: 0;
}
.nopadeleft{
    padding-left: 0;
}

/* STYLE FOR NEWYEAR */




.wrapper {
    position: relative;
    overflow: hidden;

    /*margin-bottom: 150px;*/
    /*padding-bottom: 150px;*/
}



.chat-gpt {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999;
    background: white;
    border: 1px solid #dcdfe6;
    padding: 10px 15px;
    border-radius: 6px;
    width: 100px;
}


.img-chatgpt {
    width: 100px !important;
    background: transparent;

}




.lang li:first-child a:before{
    border-left: none !important;
}
.lang{
    position: relative;
    margin-top: 5px;
    float: right;
}
.lang li{
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.lang li.active a{
    color: #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
}
.lang li a:hover,
.lang li a:focus{
    text-decoration: none;
    color: #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
}
.lang li a{
    color: #1c64ba;
    font-family: "OpenSansLight";
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.lang li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 16px;
    border-left: 1px solid green;
    margin-top: -8px;
    left: -7px;
}
/**logo***/
.logo:focus,
.logo:hover{
    text-decoration: none;
    color: #000;
}
.logo{
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-family: "OpenSansLight";
    display: inline-block;
    margin-bottom: 20px;
   	display:flex;
	  align-items: center;
}
.logo img{
    float: left;
    margin-right: 25px;
    width: 70px;
}
.name_logo{
  font-size:20px;
  display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	text-transform: uppercase;
	color: rgba(30, 64, 116, 1);
 
}
.all_btn.bg_blue:focus,
.all_btn.bg_blue:hover{
    background-color: #476488;
    color: #fff;
    text-decoration: none;
}
.all_btn.bg_blue{
    background-color: #5a7aa0;
}
.all_btn.bg_brown:focus,
.all_btn.bg_brown:hover{
    background-color: #626262;
    color: #fff;
    text-decoration: none;
}
.all_btn.bg_brown{
    background-color: #6f6f6f;
}
.all_btn{
    width: 120px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-family: "OpenSansLight";
    display: inline-block;
    padding: 6px 0;
}
.btns {
    text-align: right;
    margin-top: 5px;
}
.hotline{
    height: 40px;
    color: #285385;
    font-size: 25px;
    margin: 10px 0 5px 40px;
    font-weight: 700;
}
.hotline img{
    height: 30px;
    padding-right: 15px;
    margin-top: -5px;
}

/******************************************************************/
.caret{
    display: none;
}
.menu{
    margin: 0 auto;
    display: table;
    border-radius : 10px;
}
.menu_bg{
    /*background-color: #5a7aa0;*/
	  background:rgba(18, 68, 131, 1);
     border-radius: 10px;
}
.menu .navbar-collapse{
    border: none;
    box-shadow:none;
    overflow: hidden;
}
.menu .navbar{
    border: none !important;
    margin-bottom: 0;
}
.head_menu{
    position: relative;
    z-index: 1;
}
.head_menu .nav>li>a{
    color: #fff !important;
    padding: 20px 20px;
    font-weight: 600;
}
.head_menu .dropdown-menu>li>a:hover{
    background-color: rgba(39, 140, 245, 0.8);
    color: #fff;
}
.head_menu .dropdown-menu>li>a{
    padding: 7px 20px;
    color: #fff;
}
.head_menu .dropdown-menu{
    background-color: rgba(18, 68, 131, 1);
}
.head_menu .nav .open>a, .head_menu .nav .open>a:hover, .head_menu .nav .open>a:focus{
    background-color: rgba(39, 140, 245, 0.8);
    color: #fff !important;
}
.head_menu .nav>li>a:hover, .head_menu .nav>li>a:focus{
    background-color: rgba(39, 140, 245, 0.8);
}
.header-top {
    height: 40px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}
.header-top-menu {
    float: left;
    margin-top: 5px;
    padding: 0 10px 0 0;
    font-size: 15px;
    color: #124483;
}
.header-top-menu i{
    font-size: 20px;
    top: 5px;
    padding: 0 5px;
    color: #3152C7;
}

.align-to-center {
display: flex;
align-items: center;
gap:10px;
}

.separator {
    border-right: 1px solid #749bbd;
    margin: 0 10px;
    display: inline;
}
.table3column tr td:first-child{
    text-align: left;
    width: 65%;
    font-weight: 400;
}
.table3column tr td:nth-child(2){
    width: 20%;
    font-weight: 400;
}
.table3column tr td:nth-child(3){
    width: 15%;
    font-weight: 400;
}
/*********************************************/
.min_info span{
    display: inline-block;
    margin-right: 10px;
    /*font-weight: 600;*/
}
.min_info{
    text-align: center;
	font-family: "OpenSansRegular";
	font-size: 14px;
	color: #FFF;
	margin-top: 20px;
	font-weight: 600;
	background-color: #346085;
	padding: 5px 0;
	height: 30px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.2);
    /*margin: 5px 0;*/
}
.min_info a{
	color: #FFF;
	font-weight: 300;
}
.min_info a i{
	font-size: 18px;
	padding: 0 1px;
}
marquee.string{
    color: #FFF;
    font-family: "OpenSansRegular";
	background-color: #7AA68E;
	padding: 5px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.2);
	margin-top: 20px;
}
.news_box{
    /*margin-top: 10px;*/
    font-family: "OpenSansRegular";
    font-weight: 600;
}
.title{
    display: block;
    /*border-top: none;
    border-left: 6px solid #346085;
    border-right: 5px solid #FFF;
    border-bottom: 9px solid #346085;*/
    padding: 5px 10px;
    font-family: "OpenSansRegular";
}

.title-top-radius {
border-top-radius : 10px!important;
}
.standart_link:hover{
    text-decoration: none !important;
    color: #5a7aa0;
}
.standart_link{
    font-family: "OpenSansRegular";
    font-weight: bold;
    font-size: 14px;
    color: #5a7aa0;
    text-decoration: underline !important;
    text-transform: uppercase;
}
.text_news{
    margin-top: 15px;
    
}
.title{
    margin-top: 20px;
    text-transform: uppercase;
	  background-color: rgba(18, 68, 131, 1);
    color: #FFF;
    border-radius: 10px;
}
.title span{
    height: 40px;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	width: 1000px;
}
.text_anons{
    font-weight: normal;
	background-color: #EFEFEF;
	padding: 5px 15px;
}
.slide_text{
    text-align: center;
    padding: 15px 10px;
}
.btn_prev{
    background: url("../img/left-t.png") center center no-repeat;
	float: left;
}
.btn_right{
    background: url("../img/right-t.png") center center no-repeat;
	float: right;
}
.btn_prev, .btn_right{
	border: 2px solid rgba(204, 204, 204, 0.54);
    padding: 5px 15px;
	border-radius: 20px;
	margin: 1px;
	height: 33px;
}

.btn_prev:hover, .btn_right:hover{
	/*border: 2px solid #6f6f6f;*/
}
.btn_prev:hover{
    background: #E9EEF2 url("../img/left.png") center center no-repeat;
}
.btn_right:hover{
    background: #E9EEF2 url("../img/right.png") center center no-repeat;
}
.slide_btns{
    margin: 5px;
    padding-bottom: 40px;
}
.slide_box{
    background-color: #efefef;
}
.build .globus_text{
    padding: 10px 76px 10px 20px;
}
.globus_text{
    /*font-size: 16.24px;*/
    /*font-weight: 600;*/
    vertical-align: middle;
    display: table-cell;
    font-family: "OpenSansLight";
}
.globus{
    background: url("../img/globus.png") rgba(18, 68, 131, 1) right top no-repeat;
    background-position: 95% 50%;
    margin-top: 20px;
}
.globus, .build{
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.globus:hover, .build:hover{
    background-color: rgba(39, 140, 245, 0.8);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.62);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.62);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.62);
    
}
.build{
    background: url("../img/rse_logo.png") rgba(18, 68, 131, 1) right top no-repeat;
    background-position: 95% 50%;
    margin-top: 20px;
}
.infograph{
    padding: 15px;
    background-color: #fafafa;
    /*border-top: 2px solid #1c64ba;*/
    margin-top: -6px;
    border-radius: 0 0 10px 10px;
}
.infograph_list li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.infograph_list li{
    list-style: none;
    width: 100%;
    display: block;
    padding: 10px 0;
    /*border-bottom: 1px solid #bababa;*/
    /*color: #5a7aa0;*/
    color: #124483;
    border-bottom:  1px solid #e8e8e8;
    font-size: 14px;
    position: relative;
    padding-right: 60px;
}
.number{
    /*border-bottom: 1px solid #fff;*/
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    /*color: #124483;*/
    color: #1e6904;
    font-family: sans-serif;
}
/***************text_box***********************/
.text_box .text_news{
    margin-top: 4px;
}
.text_box{
    margin-top: 15px;
    padding: 5px 10px;
    border-radius: 10px;
}

.text_box:hover {
background: #E6F3FF;

}
.date{
margin-top: 5px;
}
/********#calendar tbody td************/
#calendar tbody td{
    color: #000;
}
#calendar thead tr:nth-child(1) td:nth-child(2){
    color: #FFF;
    padding: 12px 0;

}
#calendar{
    font-family: "OpenSansLight" !important;
}
#calendar thead tr:last-child td,
.my_calendar .glyphicon{
    color: #5a7aa0;
}
#calendar tbody td.active{
    background-color: #5a7aa0;
    color: #fff;
}
#calendar td{
    border-color: #FFF;
}
#calendar tbody td.today{
    color: #000;
    font-weight: 600;
}
.calendar-caption{
  padding-left: 10px;
  font-family: "OpenSansRegular";
	margin-top: 20px;
	text-transform: uppercase;
	/*background-color: #346085;*/
	color: #FFF;
}
.my_calendar{
    padding-top: 15px;
}

td.prev{
border-top-left-radius: 10px;
}

 td.next{
border-top-right-radius: 10px;
}

#carousel_link2 .slide_text{
    text-align: left;
    padding-left: 25px;
}
.contacts{
    padding: 20px;
    line-height: 1.8;
	font-weight: normal;
}
.contacts .text_news{
    margin-top: 0;
	padding: 2px 0;
}
.marq_info{
    background-color: #4e4a4a;
    padding: 10px 0;
    /*margin: 30px 0 20px 0;*/
}
.red .glyphicon, .yellow .glyphicon{
    position: relative;
    top: 2px;
    margin: 0 7px;
    font-size: 15px;
}
.red{
    text-transform: uppercase;
    color: #ff0e0e;
    font-size: 20px;
    position: relative;
    display: inline-block;
}
.yellow{
    text-transform: uppercase;
    color: #EFE300;
    font-size: 20px;
    position: relative;
    display: inline-block;
}
.big_text{
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-left: 25px;
    font-family: "OpenSansLight" !important;
    margin-right: 30px;
}
/************************/
/*.transformer{*/
    /*transform: rotate(90deg) !important;*/
    /*display: block;*/
/*}*/
/************************/

.highcharts-axis-labels.highcharts-xaxis-labels text{
    display: block;
}
g.highcharts-axis-labels.highcharts-xaxis-labels{
    display: block !important;
    margin-top: 50px !important;
    padding-top: 50px !important;
    vertical-align: text-top !important;
    height: 100px !important;
}
.highcharts-axis-labels.highcharts-xaxis-labels text{
    /*writing-mode: tb-rl;*/
}
.diagramm{
    font-family: "OpenSansRegular";
}
.upper{
    text-transform: uppercase;
    padding: 0 20px;
}
/***************diagramm***************************/
.my_diagramm .table-bordered {
    /*border: 0px solid #ddd;*/
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.my_diagramm .table-bordered>tbody>tr{
    font-size: 10px;
    /*vertical-align: middle !important;*/
    height: 24px;
}
.my_diagramm .table>thead:first-child>tr:first-child>th{
    border-bottom-width: 0 !important;
    vertical-align: middle !important;
}
.my_diagramm .table>thead:first-child>tr:first-child>th:last-child{
    border-right: none !important;
}
.my_diagramm .table>thead:first-child>tr:first-child>th:first-child{
    border-left: none !important;
}
.my_diagramm .table-bordered>tbody>tr>th:first-child{
    border-left: none;
    border-bottom: none;
    /*padding-right: 75px;*/
}
.my_diagramm_2{
    margin-top: 5px;
}
.my_diagramm_2 .table-bordered>tbody>tr>th:first-child{
    padding-right: 5px !important;
}
.my_diagramm .table-bordered>tbody>tr>td:last-child{
    border-right: none;
}
.my_diagramm .table-bordered>tbody>tr:last-child>td{
    border-bottom: none;
}
#tablescroll{
    height: 392px;
    /*margin-bottom: 15px;*/
}
.marg_bottom{
    display: block;
    margin-bottom: 30px;
}
#xscroll{
    height: 392px;
}
.nicescroll-rails,
.nicescroll-rails div{
    opacity: 1 !important;
}
.my_diagramm_2 .centre.upper{
    margin-bottom: 5px;
}
.diagramm .my_diagramm{
    /*margin-bottom: 15px;*/
	padding-left: 10px;
}
.diagramm .my_diagramm td{
    padding: 3px 2px;
	font-weight: normal;
}
.diagramm .my_diagramm th{
    padding: 6px 2;
	background-color: #E9EEF2;
}
.diagramm_btn:hover{
    color: #464646;
    text-decoration: none;
    background-color: #d9d9d9;
}
.diagramm_btn{
    font-family: "OpenSansRegular";
    font-size: 12px;
    color: #464646;
    padding: 5px 10px 4px 10px;
    border: 2px solid #6f6f6f;
    background-color: #efefef;
    margin-top: 5px;
    display: inline-block;
}
.mini_slider{
    background-color: rgba(18, 68, 131, 1);
    height: 90px;
    margin-top: 20px;
}
.simple-table{
    width: 100%;
}
.simple-table td{
    padding: 5px;
}
/****************/

/*slide*/

.touch_slider #owl-demo .item{
    /*padding: 30px 0px;*/
    /*margin: 5px;*/
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.touch_slider .owl-theme .owl-controls .owl-buttons div{
    background: none !important;
}
.touch_slider .owl-controls .owl-prev{
    float: left !important;
}
.touch_slider .owl-controls .owl-next{
    float: right !important;
}
.touch_slider .owl-theme .owl-controls.clickable .owl-buttons div{
    opacity: 1 !important;
    position: relative;
    top: -25px;
}
.touch_slider .owl-theme .owl-controls.clickable .owl-buttons div:hover{
    opacity: 0.5 !important;
}
.touch_slider .owl-pagination{
    display: none !important;
}
.touch_slider .owl-prev{
    left: -45px;
    margin: 0;
}
.touch_slider .owl-next{
    right: -45px;
    margin: 0;
}
.touch_slider{
    padding: 0 50px;
    /*margin-top: -10px;*/
}
.touch_slider .owl-next .glyphicon,
.touch_slider .owl-prev .glyphicon{
    color: #fff;
    font-size: 40px;
}
.touch_slider .glyphicon-menu-left-img{
    transform: rotate(90deg);
    background: url("../img/btn_down.png") center center no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 40px 40px;
}
/*.touch_slider a.item:hover{*/
    /*background-color: #2851ba;*/
    /*text-decoration: none;*/
    /*color: #fff;*/
/*}*/
/*.touch_slider a.item{*/
    /*padding-top: 45px !important;*/
    /*display: block;*/
    /*padding-bottom: 20px;*/
    /*/!*margin-bottom: 20px;*!/*/
    /*/!*height: 100%;*!/*/
    /*/!*min-height: 100%;*!/*/
    /*/!*max-height: 100%;*!/*/
    /*height: 185px;*/
/*}*/
.touch_slider .glyphicon-menu-right-img{
    transform: rotate(-90deg);
    background: url("../img/btn_down.png") center center no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 40px 40px;
}
.touch_slider .glyphicon {
    /*width: 30px;*/
    /*border-radius: 50%;*/
    /*font-size: 16px;*/
    /*background: rgba(95,175,134,0.9);*/
    /*height: 30px;*/
    /*padding: 8px;*/
    /*padding-left: 7px;*/
    /*opacity: 0.5;*/
    /*-webkit-transition: all 0.3s ease;*/
    /*-moz-transition: all 0.3s ease;*/
    /*-o-transition: all 0.3s ease;*/
    /*-ms-transition: all 0.3s ease;*/
    /*transition: all 0.3s ease;*/
}
.my_slide .item .img_link img{
    height: 100%;
    max-width: inherit;
    /*margin-left: -7px;*/
}
.my_slide .item .img_link{
    border-radius: 50%;
    width: 65px;
    height: 65px;
    overflow: hidden;
    float: left;
    margin: 11px 15px 0 10px;
}
.my_slide .owl-controls .owl-buttons{
    position: relative;
    top: 10px;
}
.my_slide .owl-controls{
    margin-top: -45px;
    position: relative;
}
/*slide*/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item{
    position: relative;
}
.touch_slide_text {
    /* text-align: center; */
    /* padding: 15px 10px; */
    vertical-align: middle;
    height: 86px;
    display: table-cell;
    text-align: left;
    padding: 0 15px;
    font-family: "UbuntuCondensedRegular";
	width: 178px;
}
.text_footer{
    font-family: "OpenSansLight" !important;
    font-size: 16px;
    color:#fff;
   
}
.footer_logo{
font-family: 'OpenSansLight';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 27px;
margin-bottom:20px;
}
.footer_counter {
    text-align: right;
    margin-top: -30px;
}

.footer{
    background: url("../img/footer-image.png") center center no-repeat ;
    background-color: rgba(0, 48, 108, 0.83);
    background-size: cover;
    color: #fff;
    padding-top: 30px ;
    margin-top:30px;

}
.footer_blog{
    
    margin-bottom: 30px;
}
.text_right img{
    margin-left: 15px;
}
.text_right{
    text-align: right;
    padding-top: 25px;
}
.icon-bar{
    background-color: #fff;
}
.menu .navbar-toggle{
    float: left;
    /*margin-left: 25px;*/
}
.text_footer img{
    margin-left: 5px;
    margin-top: -5px;
}
/*******************head_slider*******************/
.head_slider{
    height: 265px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.62);
	-moz-box-shadow:    0px 3px 8px 0px rgba(50, 50, 50, 0.62);
	box-shadow:         0px 3px 8px 0px rgba(50, 50, 50, 0.62);
    /*background-color: #496587;*/
    /*overflow: hidden;*/
}  
.parallax img{
    width: 100%;
    height: auto;
    margin-top: -450px;
}
.parallax{
    position: absolute;
    width: 100%;
    /*background: url("../img/parallax.jpg") no-repeat;*/
    /*height: 265px;*/
    /*background-size: 100% 1042px;*/
}
.parallax_blog{
    height: 265px;
    position: relative;
    overflow: hidden;
    margin-bottom: -265px;
}
.position_slide .item{
    height: 265px;
}
.position_slide a.glyphicon-menu-right{
    right: 0;
}
.position_slide a.glyphicon-menu-left{
    left: 0;
}
.position_slide a.glyphicon{
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -25px;
}
.position_slide a.glyphicon:hover{
    color: #fff !important;
}
.position_slide a.glyphicon:hover{
    text-decoration: none;
}
#carouselx{
    padding: 0 55px;
}
#carouselx .glyphicon-menu-left, #carouselx .glyphicon-menu-right
{
	color: rgba(255, 255, 255, 0);
}
#carouselx:hover .glyphicon-menu-left, #carouselx:hover .glyphicon-menu-right
{
	color: rgba(255, 255, 255, 0.7);
}
.img_slide {
    vertical-align: middle;
    height: 265px;
    display: table-cell;
    text-align: center;
    width: 330px;
}
/*fade opacity*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    transition-duration: 2s;
    overflow: hidden;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/*fade opacity*/
.head_slider .slide_title{
    font-size: 36px;
    color: #fff;
    font-family: "OpenSansCondensedLight";
}
.slide_anons{
    font-size: 16px;
    color: #fff;
    font-family: "OpenSansCondensedLight";
}
.head_slider .slider_link:hover{
    text-decoration: none;
    color: #325E83;
    background-color: rgba(255, 255, 255, 0.64);
}
.head_slider .slider_link{
    font-size: 14px;
    color: #D2ECFF;
    font-family: "OpenSansRegular";
    background-color: rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    padding: 5px 25px;
    display: inline-block;
    margin: 15px 0px;
}
.head_slider .slide_text{
    width: 710px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    padding: 30px 50px 0 5px;
}
.filter-block {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    border-top: none;
    /* border-bottom: 2px solid rgba(18, 68, 131, 1); */
    padding-left: 10px;
    font-family: "OpenSansRegular";
}

.filter-block input,
.filter-block select {
  background: #F8F8F8;
   border: 1px solid #EAEAEA;
    padding: 5px;
    height: 40px;
    width: 120px;
    border-radius: 8px;
    margin-right: 8px;
}


.filter-block input[name=org_name]{
    width: 100% !important;
}
.main-search-area{
   /* margin: 10px 0; */
    
}
#extend{
    margin: 20px;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
#extend:hover{
    opacity: 0.9;
}
#extended-area{
    font-size: 12px;
    display: none;
    padding-bottom: 10px;
}
.searchBtn {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 5px 10px;
    font-size: 20px;
    color: #ffffff;
    border: 1px solid #d8d8d8;
    outline: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgb(18 68 131);
}
.title span, .filter-title span{
    vertical-align: middle;
    display: table-cell;
    /*display: -moz-inline-grid;*/
    height: 45px;
}
.filter-title{
    padding-left: 0;
}
ul.news-list{
    list-style-type: none;
}
ul.news-list>li{
    padding: 20px 10px;
    border-bottom: 1px solid #5a7aa0;
}
td.prev, td.next{
    color: #FFF;
}
.event{
    padding: 10px 0;
}
.event_title{
    padding: 10px;
    display: block;
}
/*

.event>p{
    padding: 10px 0;
    border-bottom: 1px solid #5a7aa0;
}
*/
.alert-custom{
    background-color: #d8d8d8;
    border: 0;
    border-radius: 0;
    color: #444242;
}
.panel-footer-custom{
    border: 0;
    background: none;
    border-radius: 0;
}
.field-title{
    width: 400px;
}
.prosp-field-title{
    width: 300px;
}
.report-table td.field-num{
    font-weight: 600;
}
.report-table td, .emission-table td{
    font-weight: 500;
}
.no_underline:hover{
    text-decoration: none;
}
.center_box{
    font-weight: normal;
}

/* social buttons */
.social-btn{
    padding: 3px 7px;
    color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    width: 26px;
}
.facebook-color{
    background: #3B5998;
}
.twitter-color {
    background: #55ACEE;
}

/* printable content settings */
.printable-content .logo{
    font-size: 20px !important;
    margin-bottom: 0 !important;
    margin-top: 50px !important;
}
.printable-content .logo img{
    width: 65px !important;
}
.printable-content .center_box{
    margin-bottom: 50px !important;
}

@media screen and (max-width: 1200px) and (min-width: 900px){
    .img_slide{
        vertical-align: middle;
        height: 250px;
        display: table-cell;
        /* text-align: center; */
        /*width: 30%;*/
    }
    .head_slider .slide_text {
        width: 65%;
        position: absolute;
        top: 0;
        right: 0;
        text-align: left;
        padding: 30px 111px 0 5px;
    }
    .head_slider .slide_title {
        font-size: 21px;
        color: #fff;
        font-family: "OpenSansCondensedLight";
    }
}
@media all and (max-width: 900px){
        .img_slide{
            display: none;
        }
        .head_slider .slide_text {
            width: 90%;
            position: absolute;
            top: 0;
            right: 0;
            text-align: left;
            padding: 30px 111px 0 5px;
        }
}

@media screen and ( min-width: 1366px){
    .container{
        width: 1460px;
    }
}
@media screen and ( min-width: 1920px){
    .container{
        width: 1760px;
    }
}
