
	.navbar-corenet {
		min-height: 0px;
	}


@media (min-width: 768px) {
	.banner-corenet {
		width:1920px;
		height:720px;
		background-image:url("../media/baner.jpg");
		overflow: hidden;
		overflow: hidden;
		margin-right: auto;
		position: absolute;
		clear: none;
		width:100%;
		z-index: -1;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;
	}

	.banner-underline-corenet {
		width:1925px;
		top: 730px;
		height:3px;
		background-color: #1488c8;
		overflow: hidden;
		position: absolute;
		width:100%;
	}

	.banner-container-corenet {
		width: 100%;
		height: 728px;
		overflow:hidden;
		margin-left: 0%;
		margin-right: auto;
		margin-top:10px;
	 	margin-right: auto;
		}
		
	.menu-bar-corenet {
		position: absolute;
		background-image:url("../media/menu-bar-corenet.png");
		width: 1080px;
		height: 83px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
}

.baner{
	width: 100%;
	height:auto;
	overflow:hidden;
	margin-left: 0%;
    margin-right: auto;
	min-height: 100%;
	margin-top:10px;
	z-index:11;
	}

.baner_container{
	width:1920px;
	height:720px;
	background-image:url("../media/baner.jpg");
	background-attachment: inherit;
	overflow: hidden;
	margin-right: auto;
	clear: none;
	z-index:12;
	}

.menu{
    margin-left: 0%;  /* width is 88 % so left margin 7% to center */
    margin-right:0 auto;
    
	width:870px;
	background-color:white;
	top: 0px;
	float: left;
	clear: none;
	display:block;
	margin: 0 auto;
    position: fixed;
	z-index: 100;
	text-align: center;
	left: 50%;
	margin: 0 0 0 -435px; /*we can give width and margin in per centage*/

	}

.events_search{
width:300px;
}

.search{
	width: 320px; 
	height:auto;
	position: absolute; 
	overflow: hidden; 
	text-align:left;
	display:block;
	right: 5%; 
	z-index: 1;
	margin-top:90px;
	}
	
.inpu{
	width:200px;
	overflow: hidden; 
	position: relative;
	float:right;
}



.search_button{
	color:white;
	position:absolute;
	overflow: hidden; 
	float:left;
	right: 0px; 
	right: 15%; 
	z-index: 1;
	}

.search_button a:link{
	color:white;
	text-decoration:none;
	}

.search_button a:visited{
	color:white;
	text-decoration:none;
	}

.search_button a:active{
	color:white;
	text-decoration:none;
	}
		
.search_button a:hover{
	color:white;
	text-decoration:none;
	}
	
.right_logo{
	background-image:url("../media/logo.jpg");
	width:260;
	height:45;
	float:right;
	}

.corenet_logo{
	background-image:url("../media/corenet-logo.jpg");
	width:148;
	height:52;
	}
	
.lsa {
	font-size: 14px;
	font-weight: bold;
}

h2{
	color:#1e3b8b;
	font-family:Arial;
	font-size: 24px;
	font-weight: regular;
}

h2 small{
	color:black;
	font-size: 14px;
	font-weight: bold;
}

a{
	color:#24006f;
	font-weight: bold;
}

a:hover{
	color:#169bbe;
}
	
.description{
	color:#d1d1d1;
	}
	
.right_menu{
	width: auto; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	text-align:left;
	float:right;
	text-align:justify;
	display:block;
	font-size:10px;
	background-color:white;
	}

.left_menu{
	width: auto; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	text-align:left;
	float:left;
	text-align:justify;
	font-size:10px;
	}

.left_div{
	width: 200px; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	text-align:left;
	text-align:justify;
	float:left;
	}

label {
      width: 17%;
      float: left;
      clear: left;
	font-weight:normal;
      }

input {
	width:100px;
}

textarea {
	width:500px;
}

.left_menu_sub .inp {width: 40%;}
.inp {width: 200px;}


.left_menu_sub .other .chechbox {
				width:500px;}

.lef_menu{
	width: 28%; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	text-align:left;
	float:left;
	text-align:justify;
	}

.middle{
	width: 66%; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	text-align:center;
	float:left;
	text-align:justify;
	margin-left:1%;
		}

.middle_div{
	 width: 300px; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	text-align:center;
	text-align:justify;
		}

.left_menu_sub .other input {
	width:auto;
	}

.left_menu_sub .sub_button input {
	width:200px;
	color:white;
			
	background: -webkit-linear-gradient(top, #589bbe, #589bbe);
    background: -moz-linear-gradient(top, #589bbe, #589bbe );
    background: -o-linear-gradient(top, #589bbe, #589bbe );
    background: -ms-linear-gradient(top, #589bbe, #589bbe );
    background: linear-gradient(top, #589bbe, #589bbe );

    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
	
	margin: 0 auto;
	text-align:center;
	}

.right_menu_sub input {
	width:250px;
	}

.sub_button input {
	width:200px;
	color:white;
	
	background: -webkit-linear-gradient(top, #589bbe, #589bbe);
    background: -moz-linear-gradient(top, #589bbe, #589bbe );
    background: -o-linear-gradient(top, #589bbe, #589bbe );
    background: -ms-linear-gradient(top, #589bbe, #589bbe );
    background: linear-gradient(top, #589bbe, #589bbe );

    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	}

.left_menu_sub{
	width: 45%; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	text-align:left;
	float:left;
	text-align:justify;
	}

.right_menu_sub{
	width: 40%; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	text-align:left;
	float:right;
	text-align:justify;
	display:block;
	}

.color{
	background-color:#1488c8;
	display:block;
	width:100%;
	height:3px;
}

.left_events_list{
	width: 50%; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	float:left;
	}

.right_events_list{
	width: 50%; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	float:left;
	}

h2 a:link{
	color:white;
	text-decoration:none;
	}

h2 a:visited{
	color:white;
	text-decoration:none;
	}

h2 a:active{
	color:white;
	text-decoration:none;
	}
		
h2 a:hover{
	color:white;
	text-decoration:none;
	}		
	
.circ{
	width: 32%; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	float:left;
	padding:1%;
	}

.codes{
	width: 33%; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	float:left;
	padding:1%;
	}
	
.newsletter{
	width: 32%; 
    height: auto;
    position: relative; 
	overflow: hidden; 
	float:left;
	padding:1%;
	}
		
.input_einfo{
	width:180px;
	float:left;
	}

.einfo_btn{
	float:left;
	width:80px;
	color:white;
	margin-left:10px;
	
	background: -webkit-linear-gradient(top, #589bbe, #589bbe);
    background: -moz-linear-gradient(top, #589bbe, #589bbe );
    background: -o-linear-gradient(top, #589bbe, #589bbe );
    background: -ms-linear-gradient(top, #589bbe, #589bbe );
    background: linear-gradient(top, #589bbe, #589bbe );

    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	}

.feedback{
	width:150px;
	color:white;
	
	background: -webkit-linear-gradient(top, #589bbe, #589bbe);
    background: -moz-linear-gradient(top, #589bbe, #589bbe );
    background: -o-linear-gradient(top, #589bbe, #589bbe );
    background: -ms-linear-gradient(top, #589bbe, #589bbe );
    background: linear-gradient(top, #589bbe, #589bbe );

    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	}


.calygorny{
position:relative;
 width: 100%;
 border: 0px ;
 height : auto;
}

.labelText {
      width: 150px;
      float: left;
      clear: left;
	  color:black;
	  font-size:20px;
      }

.labelTextMain{
      width: 500px;
      float: left;
      clear: left;
	  color:black;
	  font-size:20px;
      }

.result {
	width :100%;
	height:auto;
	display : block;
	background-color : red;
	}

.e_cat_list_highlight {color: #1e3b8b;}

/*.e_cat_list_highlight:before{
    content:"\2022";
    color:#333;
    margin-right: 4px;
}*/





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
