@charset "UTF-8";
/* CSS Document */


/************START_RESET_STYLE****************/
* {
	padding: 0;
	margin: 0;
}
/*********END_BASIC_STYLE***********/


/************START_STYLE_OF_DIV_THAT_HOLDS_MAIN_LINKS**********/

#block_navigation {
	height: 66px;
	position: relative;
	margin: 0px auto 0px auto;
	
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,7d7e7d+100 */
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #7d7e7d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4c4c4c 0%,#7d7e7d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4c4c4c 0%,#7d7e7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
}

#block_navigation  ul { margin:0 auto;}

#block_navigation  ul li {
	position:relative;
	list-style: none;
	float: left;
	margin: 0 !important;
	}
	
#block_navigation ul li a {
	font-weight: 300;
	text-decoration: none;
	display: block;
	line-height: 66px;
	color: #eee;
	font-size: 21px;
	padding-left:31px;
	padding-right:31px;
	height: 66px;
}

#block_navigation ul li.first a {padding-left:12px;}

#block_navigation ul li ul li a {text-transform: none;}


@media only screen and (max-width: 1440px) {
#block_navigation ul li a {
		font-size: 21px;
	padding-left:31px;
	padding-right:31px;}}

@media only screen and (max-width: 1310px) {
#block_navigation ul li a {
		font-size: 21px;
	padding-left:28px;
	padding-right:28px;}}


@media only screen and (max-width: 1130px) {
#block_navigation ul li a {
		font-size: 19px;
	padding-left:25px;
	padding-right:25px;}}


@media only screen and (max-width: 1030px) {
#block_navigation ul li a {
		font-size: 17px;
	padding-left:22px;
	padding-right:22px;}}


@media only screen and (max-width: 895px) {
#block_navigation ul li a {
		font-size: 16px;
	padding-left:19px;
	padding-right:19px;}}






#block_navigation ul li:hover > a{

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,4c4c4c+100 */
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #4c4c4c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7d7e7d 0%,#4c4c4c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7d7e7d 0%,#4c4c4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
	
}


#block_navigation  li a:active{ 
	color: #888;
}
/************END_STYLE_OF_DIV_THAT_HOLDS_MAIN_LINKS**********/

/**********START_STYLE_OF_DIV_THAT_HOLDS_SUB_LINKS**********/

#block_navigation ul li ul{
	position: absolute;
}	

#block_navigation ul ul {
	z-index: 1;
	opacity:0;
	visibility: hidden;
	border-bottom:solid 1px #e7e7e7;
	background: #fff; 
	display: block; 
	margin-left: 30px;
	
}


 #block_navigation ul li ul li{
	position: relative;
	display: block;
	float: none;
	border-top:solid 1px #e7e7e7;
	border-right:solid 1px #e7e7e7;
	border-left:solid 1px #e7e7e7;
	z-index: 1000;
}
#block_navigation ul li ul li a {
	width:170px;
	font-weight: normal;
	line-height: 31px;
	color: #777;
	display: block;
	padding-left: 15px;
	background: #fff;
	margin:0;
	font-size: 14px;
	height: 31px;
}	

#block_navigation ul li ul li a:hover {
	line-height: 31px;
}



#block_navigation ul ul ul li{
	top:-1px;
	padding:0;
	position:relative;
}

#block_navigation ul ul ul {
	position: absolute;
	left: 100%;
	top: 30%;
	padding:0;
}

#block_navigation  i {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-right: 7px; 
}
#block_navigation ul li:hover > ul   {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	margin: 0;
}
	
#block_navigation ul ul li:hover > a{
	background-color: #333;
	color: white;
}
/**********END_STYLE_OF_DIV_THAT_HOLDS_SUB_LINKS**********/

/*******START_STYLE_OF_RIGHT_ITEM********/

#block_navigation li.right_item {
	float: right;
}
/*******END_STYLE_OF_RIGHT_ITEM********/




/*********START_STYLE_OF_PLUS_SPAN_DIVS_STYLE************/

#block_navigation span.span_level_1, span.span_level_2{
	position: absolute;
	top:0;
	right:10px;
	font-size:16px;
	
	
}

#block_navigation ul  ul  li:hover  span.span_level_1{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg));
	opacity: 0.5;
	
}
	
#block_navigation ul  ul ul li:hover span.span_level_2{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg));
	opacity: 0.5;
}



/*********END_STYLE_OF_PLUS_SPAN_DIVS_STYLE************/	

/************START_STYLE_OF_CONTACT_BLOCK*************/
 .contact_block {
	background: #fff;
	display: none;
	position: absolute;
	right:0;
	border-right:solid 1px #e7e7e7;
	border-left:solid 1px #e7e7e7;
	border-bottom:solid 1px #e7e7e7;
	-webkit-box-shadow:0 1px 1px #eee;
	-moz-box-shadow:0 1px 1px #eee;
	box-shadow:0 1px 1px #eee;
	z-index: 30;
	}
	

#block_navigation li.right_item:hover   .contact_block {
	display: block;
}


#block_navigation h1, #block_navigation textarea, #block_navigation input{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
#block_navigation h1{
	line-height: 50px;
	font-style: normal;
	font-size: 20px;
	font-weight: normal;
	margin-top:0;
	margin-left: 25px;
	margin-right: 25px;
	color: #555;
	border-bottom: solid 1px #e7e7e7;
}
#block_navigation input{
	position: relative;
	width: 200px;
	height: 25px;
	padding-top: 2px;
	
}
#block_navigation textarea {
	width: 250px;
	height: 100px;
	padding-top: 7px;
	
}
#block_navigation input, #block_navigation textarea{

	display: block;
	padding-left: 7px;
	font-size: 12px;
	color: #555;
	margin: 25px;
	border: solid 1px #e7e7e7;
}


#block_navigation input:focus, #block_navigation textarea:focus{
	border:1px solid #bbb;
}

#block_navigation input[type=submit] {
	color: #fff;
	padding: 0;
	width: 60px;
	display: block;
	position: relative;
	border:none;
	background: #001966; /***for IE**/ 
	background: hsla(225, 100%, 20%, 1);
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

#block_navigation input[type=submit]:hover {
	cursor: pointer;
	background: #002699; /***for IE**/ 
	background: hsla(225, 100%, 30%, 1); 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}
/************END_STYLE_OF_CONTACT_BLOCK*************/







/*************START_STYLE_PULL_ELEMENT***************/
#block_navigation #pull {
	position:relative;
	list-style: none;
	font-weight: normal;
	height: 55px;

   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfd0cf+0,949494+100 */
background: #cfd0cf; /* Old browsers */
background: -moz-linear-gradient(top, #cfd0cf 0%, #949494 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cfd0cf 0%,#949494 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cfd0cf 0%,#949494 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd0cf', endColorstr='#949494',GradientType=0 ); /* IE6-9 */



}

#block_navigation #pull  a{
	display: block;
	line-height: 55px;
	height: 100%;
	color: #eee;
	text-decoration: none;
	font-size: 15px;
		padding-left:17px;
}

#block_navigation #pull a:hover{
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e1e2d+0,32374d+100 */
background: rgb(30,30,45); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,30,45,1) 0%, rgba(50,55,77,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,30,45,1) 0%,rgba(50,55,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,30,45,1) 0%,rgba(50,55,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e2d', endColorstr='#32374d',GradientType=0 ); /* IE6-9 */
}



.small-menu {      
	}
.small-menu a:link {color:#fff; text-shadow: 0 0 3px #000; text-decoration: none;}
.small-menu a:visited {color:#fff; text-shadow: 0 0 3px #000;}



.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 3.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;}

.dropdown-menu#prac {left:60px;}
.dropdown-menu#about {left:185px;}

.dropdown-menu a:link {color:green; text-shadow: 0 0 0 #fff;}
.dropdown-menu a:visited {color:green; text-shadow: 0 0 0 #fff;}


.btn {
    float: left;
    padding: 13px 12px;
    font-size: 1.1em;
}

@media only screen and (max-width: 740px) { #block_navigation {display: none;}}
@media only screen and (min-width: 741px) { .small-menu {display: none;}}


/*Style for the first level menu bar*/
ul#menu{

	top:0;
  width:100%;
  height:3em;
  margin:0;
  padding:0 10px;
  color:#eee;
  box-shadow:0 -1px rgba(0,0,0,.5) inset;

   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfd0cf+0,949494+100 */
background: #cfd0cf; /* Old browsers */
background: -moz-linear-gradient(top, #cfd0cf 0%, #949494 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cfd0cf 0%,#949494 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cfd0cf 0%,#949494 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd0cf', endColorstr='#949494',GradientType=0 ); /* IE6-9 */
	
}

ul#menu > li{
  float:left;
  list-style-type:none;
  position:relative;
}

label{
  position:relative;
  display:block;
  padding:0 18px 0 12px;
  line-height:3em;
  transition:background 0.3s;
  cursor:pointer;
}

.likelabel{
  position:relative;
  display:block;
  padding:0 18px 0 12px;
  line-height:3em;
  transition:background 0.3s;
  cursor:pointer;
}

label:after{
  content:"";
  position:absolute;
  display:block;
  top:50%;
  right:5px;
  width:0;
  height:0;
  border-top:4px solid rgba(255,255,255,.5);
  border-bottom:0 solid rgba(255,255,255,.5);
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  transition:border-bottom .1s, border-top .1s .1s;
  }

label:hover,
input:checked ~ label{background:rgba(0,0,0,.3);}

input:checked ~ label:after{
  border-top:0 solid rgba(255,255,255,.5);
  border-bottom:4px solid rgba(255,255,255,.5);
  transition:border-top .1s, border-bottom .1s .1s;
}

/*hide the inputs
*/
input#check01,input#check02{display:none}
/*show the second levele menu of the selected voice*/
input:checked ~ ul.submenu{
  max-height:300px;
  transition:max-height 0.5s ease-in;
}

/*style for the second level menu*/
ul.submenu{
  max-height:0;
  padding:0;
  overflow:hidden;
  list-style-type:none;
  background:#444;
  box-shadow:0 0 1px rgba(0,0,0,.3);
  transition:max-height 0.5s ease-out;
  position:absolute;
  min-width:100%;
	z-index: 10;
}

ul.submenu li a{
  display:block;
  padding:12px;
  color:#ddd;
  text-decoration:none;
  box-shadow:0 -1px rgba(0,0,0,.5) inset;
  transition:background .3s;
  white-space:nowrap;
}

ul.submenu li a:hover{
  background:rgba(0,0,0,.3);
}

/*************END_STYLE_PULL_ELEMENT***************/

