/*
Theme Name:     Divi-Child
Description:    
Author:         mils_computer
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.et-secondary-menu { width:100%; text-color:#fff; padding: 0px;border-collapse: collapse; border-style:none; }
.et-secondary-menu-logo { float: left; vertical-align:bottom;padding-bottom: 0px;border:none;}
.et-secondary-menu #ipi-logo-text{color:#fff;}


#main-header {padding: 5px 0 0 0;}
#top-menu li > a, .fullwidth-menu li > a { padding-bottom: 10px;}

#main-header {box-shadow: 0 1px 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0); 
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0); -moz-transition: all 0.2s ease-in-out; 
-webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; position: relative; z-index: 99999; }

	#top-header2 {background: #fff; border:none;}
	
	body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header { top: 32px; }
	body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header { top: 28px; }
	
	body.et_fixed_nav.et_secondary_nav_enabled #main-header { top: 62px; }
	body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header { top: 94px; }
	body.et_fixed_nav.et_boxed_layout #page-container { padding-top:74px; }
	
	.et_fixed_nav.et_secondary_nav_enabled #page-container { padding-top: 202px; }

	.et_pb_column.et_pb_column_1_3.et_pb_column_inner{ width: 320px; }
	.et_pb_column.et_pb_column_1_3 { width: 340px; }
	.et_pb_column.et_pb_column_1_4 { width: 260px; }

	.et_pb_column.et_pb_column_2_3 { float: left; margin-right: 30px; }

	.et_pb_column_3_4 { width: 785px; }
	.et_pb_column.et_pb_column_3_4 { float: left; margin-right: 30px; }
	.et_pb_column { float: left; margin-right: 20px; }


	.et_pb_widget {margin: 0 0 0px 0px; }

	
	.et_pb_column_1_3 .et_pb_widget_area_left .et_pb_widget, .et_pb_column_1_4 .et_pb_widget_area_left .et_pb_widget { width: auto; margin-right: 0px; }

	
	.et_pb_row {margin: 0 auto; padding: 0 0 0 0; position: relative; }
	.et_pb_fullwidth_header { padding: 10px 0; }
	.et_pb_section { padding: 10px 0; position: relative; }

	
	.entry-subtitle{font-style: italic;}

		
	#top-header { font-size: 12px; line-height: 0px; z-index: 100000; }
	#top-header .container { padding-top: 0px; }
	
	.documents_pdf { border: 1px solid #d9d9d9; width:100%;float:left; margin-bottom: 30px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;    
box-sizing: border-box;}

	.documents_pdf2 { border: 0px solid #d9d9d9; width:100%;float:left; margin-bottom: 10px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;    
box-sizing: border-box;}

	.tabsreport {border:0px solid #d9d9d9; width:100%;float:left; margin-bottom: 0px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;    
box-sizing: border-box;}
	.tabsreport .et_pb_tabs_controls li { float: none; border-right: none; border-bottom: 0px solid #d9d9d9;background-color:#E7E7E7;}
	.et_pb_all_tabs { padding: 5px 5px; background: #fff; }



	
#asearch {height:30px; width:100%;}

#ssearch .container {padding-top: 0px; padding-bottom:20px;border:none; }

#container_new{

	width:100%;
	padding:0 10px 0 0;
}

#searchlaws {border:0px solid #ddd; margin:1px;padding:1px;background-color:#FF8309;
		-webkit-border-radius:3px;
    		-moz-border-radius:3px;
    		border-radius:3px;}

#page_id{width:130px;}

#mySelect_s{
margin-right:0px;
width:100%;
}

#mySelect_s:enabled {
    background: #fff;
}

#mySelect_s:disabled {
    background: #dddddd;
	color: #dddddd;
}

select {
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
   height: 25px;
   overflow: hidden;
   background:#fff;
   border: 1px solid #ccc;
}

.onclick-menu {
    position: relative;
    display: inline-block;
}
.onclick-menu:before {
    content: url('images/ipi-menu.png');
   display: inline-block;
   font-size: 0;
   line-height: 0;
}
.onclick-menu:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none;
}
.onclick-menu:focus .onclick-menu-content {
    /*  opacity is 1 in opened state (see below) */
    
	width:200px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	-webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    box-shadow:10px 10px 5px #ccc;
	opacity: 1; 
    visibility: visible;
	background-color: #fff;
  	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size:1.2em;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}
.onclick-menu-content {
    position: absolute;
    z-index: 1;

    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
    transition: visibility 1.5s;
}

.onclick-menu-content li a{
color:#666666;
display: block;
width: 200px;
height:15px;
}


.onclick-menu-content li{
padding-left:10px;
padding-top:10px;
border-bottom: 1px solid #FAFAFC;

}

.onclick-menu-content li:hover{
background-color:#F7F7F7;
transition: .3s background-color;
}
.onclick-menu-content li a:hover{
color:#000;
}

.cont-map { text-align: left; margin: 0 auto; width: 100%; position: relative; }
	
.container-new { text-align: left; margin: 0 auto; width: 100%; position: relative; }

#third-heading{padding-top: 6px;}

.main_title-map{
 margin-top: 5px;
 margin-bottom: 10px;
 text-align:center;
}

.ontheline-sidebar-class{
border: 0px solid #cccccc;
padding:3px;
overflow-x:hidden; 
overflow-y: scroll; 
height: 600px;
height: 75vh;
width:100%;
}

.country-menu{
border: 0px solid #cccccc;

}

.ontheline-sidebar-class-right{
border: 0px solid #cccccc;
overflow-x:hidden; 
overflow-y:hidden; 

width:100%;
}



.et_pb_widget_area{
border: 0px solid #cccccc;
float:left;
}


.et_pb_bg_layout_light.c_news { border-right: 1px solid #e2e2e2; padding-bottom: 5px;}


.searchButt-alt {
    border-radius: 5px;
    border: 1px solid #FF8309;
    padding: 5px 8px;
    background-color:#fff;
}

.searchButt-alt:hover, searchButt-alt:active {
	background-color:#FF8309;
	color:#fff;
        border: 1px solid #fff;
}

.btn-alt {
    border: 1px solid #1B75BA;
    padding: 18px 15px;
}
.btn {
    border-radius: 7px;
    color: #1B75BA;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0px;
    text-transform: uppercase;
    vertical-align: top;
}
a.btn.btn-alt:hover, a.btn.btn-alt:active {
	background-color:#1B75BA;
	color:#fff;
}


/*
  ========================================
  Buttons-DWN
  ========================================
*/

.btn-dwn {
  border-radius: 7px;
  color: #ff8309;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: .5px;
  margin: 0;
  text-transform: uppercase;
  background: #fff;
}
.btn-dwn-alt {
  border: 1px solid #ff8309;
  padding: 10px 15px;
}
.btn-dwn-alt-home {
  border: 1px solid #ff8309;
  padding: 10px 20px;
  width: 18%
}
.btn-dwn-alt-home:hover {
  background: rgba(255, 131, 9, .40);
  color: #fff;
}
.btn-dwn-alt:hover {
  background: rgba(255, 131, 9, .40);
  color: #fff;
}

/*
  ========================================
  Buttons-frontpage
  ========================================
*/

.btn-fp {
  border-radius: 10px;
  color: #ff8309;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  letter-spacing: .5px;
  margin: 0 0.3% 0px 0.3%;
  text-transform: uppercase;
  background: #fff;
}
.btn-fp-alt {
  border: 0px solid #ff8309;
  padding: 10px 20px;
  width: 126px;
  height:149px;
}
.btn-fp-alt:hover {
  background: rgba(255, 131, 9, .40);
  color: #fff;
}

/*
  ========================================
  Buttons-frontpage-end
  ========================================
*/
/*
  ========================================
  europe-map
  ========================================
*/

.europe-map {
  height: 100%;
  width: 100%;
  padding-bottom:10px;
  padding-top:10px;
}

/*
  ========================================
  europe-map-end
  ========================================
*/

#top-menu a:hover, .fullwidth-menu a:hover { color:#0099FF; }

#top-menu li#menu-item-130 a:hover {
	color:red;
}

li#menu-item-130{
 vertical-align:bottom;  
}

#top-menu li#menu-item-130 a{
color:#000;
font-weight: 700;
text-transform: uppercase;
}

::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
}

#footer-bottom { background-color: #1f1f1f; background-color: rgba(0, 0, 0, 0.32); padding: 5px 0 5px; }
	#footer-info { text-align: left; color: #666; padding-bottom: 5px; float: left; }


@media only screen and ( max-width: 1100px ) {
.et_pb_row { width: 1060px; }
.ontheline-sidebar-class-right {width: 100%;}
.et_pb_column.et_pb_column_1_4 { width: 220px; }
.et_pb_column.et_pb_column_1_3 { width: 330px; }
.et_pb_column.et_pb_column_1_3.et_pb_column_inner { width: 320px; }
.et_pb_column.et_pb_column_2_3 { width: 660px; }
.et_pb_column.et_pb_column_3_4 { width: 680px; }

.btn-fp-alt {
  width: 40%;
}	
}


@media only screen and ( max-width: 1080px ) {
.et_pb_row { width: 960px; }
.ontheline-sidebar-class-right { width: 100%; }
.et_pb_column.et_pb_column_1_4 { width: 220px; }
.et_pb_column.et_pb_column_1_3 { width: 300px; }
.et_pb_column.et_pb_column_1_3.et_pb_column_inner{ width: 290px; }
.et_pb_column.et_pb_column_2_3 { width: 600px; }
.et_pb_column.et_pb_column_3_4 { width: 680px; }

.btn-fp-alt {
  width: 40%;
}

}

@media only screen and ( max-width: 980px ) {
	.et_pb_row, .container, .et_pb_container { width: 95%; }
	.et-fixed-header { padding: 1px 0 1px 0 !important; min-height: 43px !important; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;  }
.et_pb_column.et_pb_column_1_4 { width: 220px; }
.et_pb_column.et_pb_column_1_3 { width: 300px; }
.et_pb_column.et_pb_column_1_3.et_pb_column_inner{ width: 280px; }

.et_pb_column.et_pb_column_2_3 { width: 100%; }
.et_pb_column.et_pb_column_3_4 { width: 100%; }
.btn-fp-alt {
  width: 40%;
}	
}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
.container-new { text-align: left; margin: 0 auto; width: 100%; position: relative; }
.et_pb_column.et_pb_column_1_4 { width: 100%; }
.et_pb_column.et_pb_column_1_3 { width: 100%; }
.et_pb_column.et_pb_column_1_3.et_pb_column_inner{ width: 45%; }
.et_pb_column_3_4 { width: 100%; }
.ontheline-sidebar-class-right{
width:100%;
}
.ontheline-sidebar-class{
overflow-x:hidden; 
overflow-y: hidden; 
height: 100%;
width:100%;
}

.btn-fp-alt {
  width: 40%;
}

}

@media only screen and ( max-width: 767px ) {
.container-new { text-align: left; margin: 0 auto; width: 100%; position: relative; }
.et_pb_column.et_pb_column_1_4 { width: 100%; }
.et_pb_column.et_pb_column_1_3 { width: 100%; }
.et_pb_column.et_pb_column_1_3.et_pb_column_inner{ width: 45%; }
.et_pb_column_3_4 { width: 100%; }
.ontheline-sidebar-class-right{
width:100%;
}

.ontheline-sidebar-class{
overflow-x:hidden; 
overflow-y: hidden; 
height: 100%;
width:100%;
}

.btn-fp-alt {
  width: 40%;
}

}	
	
@media only screen and ( max-width: 479px ) {
.container-new { text-align: left; margin: 0 auto; width: 100%; position: relative; }
.et_pb_column.et_pb_column_1_4 { width: 100%; }
.et_pb_column.et_pb_column_1_3 { width: 100%; }
.et_pb_column.et_pb_column_1_3.et_pb_column_inner{ width: 100%; }
.et_pb_column_3_4 { width: 100%; }

#mySelect_s{width:130px;}

.ontheline-sidebar-class{
overflow-x:hidden; 
overflow-y: hidden; 
height: 100%;
width:100%;
}
.btn-fp-alt {
  width: 90%;
}

}