/*
	
013e5b
	1b8fa8
	8dd6df
	
e99978
f7dc99
	
*/
html,
body {
  height: 100%;
  background-color: #f1f5f6; 
  padding: 0px; margin: 0px;
  font-family: 'RobotoRegular';
  font-size: 16px;
}

@font-face {
    font-family: 'RobotoThin';
    src: url('font/RobotoThin/RobotoThin.eot');
    src: url('font/RobotoThin/RobotoThin.eot?#iefix') format('embedded-opentype'),
         url('font/RobotoThin/RobotoThin.woff') format('woff'),
         url('font/RobotoThin/RobotoThin.ttf') format('truetype'),
         url('font/RobotoThin/RobotoThin.svg#RobotoThin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('font/RobotoRegular/RobotoRegular.eot');
    src: url('font/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'),
         url('font/RobotoRegular/RobotoRegular.woff') format('woff'),
         url('font/RobotoRegular/RobotoRegular.ttf') format('truetype'),
         url('font/RobotoRegular/RobotoRegular.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('font/RobotoMedium/RobotoMedium.eot');
    src: url('font/RobotoMedium/RobotoMedium.eot?#iefix') format('embedded-opentype'),
         url('font/RobotoMedium/RobotoMedium.woff') format('woff'),
         url('font/RobotoMedium/RobotoMedium.ttf') format('truetype'),
         url('font/RobotoMedium/RobotoMedium.svg#RobotoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

b, strong { font-family: 'RobotoMedium'; }

h1 { text-align: center; text-transform: uppercase; margin: 0 0 20px 0; }

.button_block { margin: 20px 0 20px 0; }

.b-red { background: #b91f1f !important; }
.c-red { background: #b91f1f !important; }
.button { cursor: pointer;
	 font-size: 18px; display: inline-block; background: #2b4a8b; text-decoration: none; color: #fff; padding: 8px 15px 8px 15px; 
	margin: 0 5px 0 0;
	    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 18px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}
.button:hover { background: #435f9d; }

.button2 { cursor: pointer;
	 font-size: 18px; display: inline-block; background: #e78d16; text-decoration: none; color: #fff; padding: 8px 15px 8px 15px; 
	margin: 0 5px 0 0;
	    -moz-border-radius: 8px;
    -webkit-border-radius:8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}
.button2:hover { background: #f0a139; }

.clear { clear: both; }
.container { width: 1300px; margin: 0 auto;  max-width: 98%; }
.container p { margin: 10px 0 10px 0; }

.content { width: 96%; padding: 15px 2% 15px 2%; background: #ffffff; margin: 0 0 20px 0;
	    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    border-radius: 14px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);

     -webkit-box-shadow: 0px 1px 5px 0px #e4e4e4;
    -moz-box-shadow: 0px 1px 5px 0px #e4e4e4;
    box-shadow: 0px 1px 5px 0px #e4e4e4;
    
}

.desc { margin: 7px 0 17px 0; text-transform: uppercase; font-family: 'RobotoMedium'; font-size: 18px;  }
.title_inp { margin: 7px 0 7px 0; font-size: 16px;  font-family: 'RobotoMedium'; }
.inps { margin: 0 0 20px 0; }

#register_agency { width: 70%; margin: 0 auto; }
#public_login { width: 50%; margin: 0 auto; }

.form input { width: 96%; padding: 8px 2% 8px 2%; outline: none; font-size: 18px; font-family: 'RobotoRegular';}
.form textarea { width: 96%; padding: 8px 2% 8px 2%; outline: none; font-size: 18px; font-family: 'RobotoRegular'; min-height: 180px; }
.error { font-size: 16px; color: #d81f1f; }
/* HEADER  */
header { width: 96%; padding: 20px 2% 20px 2%; margin: 20px 0 30px 0; /* background: #f0f4fc; */
background: #fce6a5; position: relative;

/*
    -webkit-box-shadow:inset 1px 1px 2px 1px #d7e0f2;
    -moz-box-shadow:inset 1px 1px 2px 1px #d7e0f2;
    box-shadow:inset 1px 1px 2px 1px #d7e0f2;
*/
	    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);



}

.logo { width: 10%; float: left; }
.logo a { width: 70px; height: 50px; background-size: auto 50px !important; background: url("../images/logo_ews.png") no-repeat; display: inline-block; }
/* HEADER  */


/* Languages Selector */
.language_selector { width:10%; display: inline-block; float: left; margin: 10px 0 0 0; }
.language_selector ul { padding: 0px; margin: 0px; width: 100%; text-align: center; }
.language_selector ul li { display: inline-block;  margin:0 7px 0 0px; }
.language_selector ul li:last-child { margin: 0px; }
.language_selector ul li a { cursor: pointer; display: inline-block; padding: 7px 10px 7px 10px; background: #e37f54; color: #fff; 
	    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
    
    text-transform: uppercase;
}
.language_selector ul li.active a { background: #e99978; }

/* MENU */
.button_mobile { display: none; } 
.menu_button { display: none; }

.header_menu {width: 80%; display: inline-block; float: left; }

.header_menu ul { padding: 0px; margin: 10px 0 0 0; }
.header_menu ul li { list-style: none; display: inline-block; float: left; position: relative; }
.header_menu ul li a,
.header_menu ul li span { cursor: pointer; font-size: 15px; display: inline-block; background: #052453; text-decoration: none; color: #fff; padding: 8px 15px 8px 15px; 
	margin: 0 5px 0 0;
	    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 18px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
     }
.header_menu ul li a:hover,
.header_menu ul li span:hover { background: #1f4884;}

.header_menu ul > li.active > a,
.header_menu ul > li.active > span { background: #1f4884;
		    -moz-border-radius:18px 18px 0 0;
    -webkit-border-radius: 18px 18px 0 0;
    -khtml-border-radius: 18px 18px 0 0;
    border-radius: 18px 18px 0 0;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
    
}

.header_menu ul li:last-child a,
.header_menu ul li:last-child span { margin: 0px !important; }

.header_menu ul li ul.active { display: block !important; }
.header_menu ul li ul {
	display: none;
  z-index: 800;
  padding: 0 0 0 0;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 37px;
  width: 250px;
  background: #376b92;
 overflow: hidden;
 		    -moz-border-radius: 0 13px 13px 13px;
    -webkit-border-radius: 0 13px 13px 13px;
    -khtml-border-radius: 0 13px 13px 13px;
    border-radius: 0 13px 13px 13px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
     
}
.header_menu ul li ul li { display: block;  width: 100%; }
.header_menu ul li ul li a { padding: 8px 3% 8px 3% !important; width: 94% !important; margin: 0 0px 0 0 !important; background: #1f4884;
		    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
}
.header_menu ul li > ul li > a:hover,
.header_menu ul li > ul li > span:hover { background: #345e9c;}
/* MENU */


/* Content Blocks */

.block_2 { width: 100%; position: relative; }
.block_2:after { content: ""; display: block; clear: both; }
.block_2 > .flex { width: 49%; margin: 0 1% 0 0; display: inline-block; float: left; }
.block_2 > .flex:nth-child(2) { margin: 0 0 0 1%; }


.block_3 { width: 100%; position: relative; }
.block_3:after { content: ""; display: block; clear: both; }
.block_3 > .flex { width: 31%; margin: 0 2% 0 0; display: inline-block; float: left; }
.block_3 > .flex:nth-child(2) { width: 32%; }
.block_3 > .flex:nth-child(3) { margin: 0 0 0 0; }

/* PROFILE */
.profile_nav { margin: 0 0 30px 0; }
.profile_nav ul { padding: 0px; margin: 0px; }
.profile_nav ul:after { display: block; clear: both; content: ""; }
.profile_nav ul li { list-style: none; display: inline-block; float: left; margin: 0 15px 0 0; }
.profile_nav ul li:last-child { margin: 0px; }
.profile_nav ul li a { display: inline-block; padding: 12px 15px 12px 15px; background: #4572b6; color: #fff;
	text-decoration: none;  
	   -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
  
      -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
   
}
.profile_nav ul li a:hover,
.profile_nav ul li.active a { background: #5786cc; }

.agency_data { }
.agency_data ul { width: 50%; margin: 20px 0 0 0; padding: 0px; }
.agency_data ul li { list-style: none; padding: 7px 0 7px 0; font-size: 18px; }
.agency_data ul li b { display: inline-block; margin: 0 10px 0 0; width: 40%;  }
/* PROFILE */

/* Search routes */
#search_routes { background: #f4ebd1; padding: 0 2% 30px 2%; width: 96%; margin: 0 0 20px 0;
		   -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
     }
.error_block { margin: 30px 0 30px 0; padding: 30px 2% 30px 2%; width: 96%; background: #9d2424; color: #fff;
			   -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
     }
.error_block span {}

.status_0 { color: #f6be03; font-weight: bold; }
.status_1 { color: #309c1b; font-weight: bold; }
.status_2 { color: #e02e12; font-weight: bold; }

ul.routes_list { margin: 0px; padding: 0px; }
ul.routes_list li { list-style: none; display: block; background: #b8d6e3;
	margin: 0 0 15px 0;
	width: 96%;
	padding: 15px 2% 15px 2%;
	
	 -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
    }
.make_order { display: inline-block; background: #c64c1d; color: #fff; padding: 8px 12px 8px 12px; text-decoration: none; cursor: pointer; 
		
	 -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
    
}
/* Search routes */

/* FOOTER */
footer { margin: 30px 0 0 0; padding: 25px 0 25px 0; width: 100%; background: #4a4343; color: #fff; }
.footer_block { display: table; width: 100%; }
.footer_block span { display: table-cell; width: 25%; }
footer a { color: #a3c3eb; text-decoration: underline; }
/* FOOTER */

/* CODE REALIZED BY ELARS.ART */


@media (max-width:1366px){ }

@media (max-width:1279px){ 
	
	/* HEADER MENU */
	.header_menu ul li a {  }
	/* HEADER MENU */
}

@media (max-width:1023px){
	
	/* HEADER MENU */
	.logo { width: 12% !important; }
	.header_menu ul li a { font-size: 15px !important; }
	.language_selector { width: 15% !important; }
	.header_menu { width: 73% !important;}
	
	.header_menu ul li a, .header_menu ul li span { font-size: 14px !important; padding: 8px 11px 8px 11px !important; }
	/* HEADER MENU */
	
}

@media (max-width:799px){
	/* HEADER MENU */
	.logo { width: 15% !important; }
	.header_menu { width: 70% !important;}
	/* HEADER MENU */
 }

@media (max-width:639px){

	.language_selector { position: absolute; right: 0px; top:0px; width: 20% !important;  }
	.language_selector ul li a { font-size: 13px !important; padding: 4px 6px 4px 6px; }

	.logo { width: 18% !important; position: relative; top:-6px; }
	.header_menu { width: 82% !important; }
	header { padding: 35px 2% 10px 2% !important; }

	.header_menu ul li a, .header_menu ul li span { font-size: 13px !important; padding: 8px 10px 8px 10px !important; }
}

@media (max-width:479px){
	
	.logo { float: none !important; top:0px !important; }
	header { padding: 10px 2% 10px 2% !important;}
	.logo a { background-size: auto 40px !important;}
	.header_menu { width: 100% !important;}
	.header_menu ul { margin: 0px !important;}

	.language_selector { top:10px !important; right: 10px !important; }
	.language_selector ul li a { font-size: 14px !important; padding: 6px 8px 6px 8px !important; }
		
}

@media (max-width:389px){

header { padding: 7px 2% 7px 2% !important; }
.logo { float: left !important; width: 25% !important; }
.logo a { background-size: auto 50px !important; width: 80px !important;}
.language_selector { top:inherit !important; right: inherit !important; position: relative !important; float: left !important; width: 60% !important; margin: 12px 0 0 0 !important; }
.language_selector ul { text-align: right !important; }


/* Header Menu */
.button_mobile { display: block !important; width: 15%;	float: right; text-align: right; margin: 5px 0 0 0; }
.header_menu.active { display: block !important;  }
.header_menu { z-index: 1000; position: relative; background: transparent !important; width: 100%; height: 100%; position: fixed; left: 0px; top:0px; }
.header_menu .container { width: 100% !important; padding: 0px !important; max-width: 100% !important; height: 100% !important; }
.header_menu:before { display: block; content: ""; width: 100%; height: 100%; position: absolute; left: 0px; top:0px; 
z-index: -1;	
	background: #000000; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
-moz-opacity: 0.2; 
-khtml-opacity: 0.2; 
opacity: 0.7;
}
.header_menu ul { position: absolute; left: -50%; width: 50%; height: 100%; background: #5e7995;  }
.header_menu ul li a { background: #5e7995; border-bottom: #7294b7 1px solid; }
.header_menu ul li:last-child a { border-bottom: none !important; }
.header_menu ul:after { z-index: -2; display: block; width: 40px; height: 40px; background: blue; content: ""; position: absolute; top:0px; right: -40px; background-size: 35px 35px !important; background: #232429; /* background: #232429 url('../ElaModal/images/ela_close.svg') no-repeat center; */cursor: pointer; }


	.menu_button { display: inline-block !important; content: ""; width: 32px; height: 32px; background-size: 32px 32px !important; background-position: center center; background: url("../images/nav2.png") no-repeat; cursor: pointer; text-decoration: none; position: relative; top:6px;
				    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    
	}
	.header_menu { display: none; }
	.header_menu ul li { margin: 0px !important; display: block !important; }
	.header_menu ul li a { font-size: 16px !important; display: block; }

	
/* Header Menu */

}


.srhdsj {
    font-size:;
    border-top: #f0f0f0 1px solid;
    border-left: #d0d0d0 1px solid;
    border-right: #d0d0d0 1px solid;
    border-bottom: #a2a2a2 1px solid;
  
    -webkit-text-shadow: 0 1px 0 #7a7a7a;
    -moz-text-shadow: 0 1px 0 #7a7a7a;
    text-shadow: 0 1px 0 #7a7a7a;
  
    -webkit-box-shadow: 0px 10px 9px -5px #c9c8ca;
    -moz-box-shadow: 0px 10px 9px -5px #c9c8ca;
    box-shadow: 0px 10px 9px -5px #c9c8ca;

   
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
   
   
    background: #fefefe !important;
    background: -webkit-gradient(linear, 0 0, 0 top, from(#fefefe), to(#cdcdcd)) !important;
    background: -webkit-linear-gradient(#fefefe, #cdcdcd) !important;
    background: -moz-linear-gradient(#fefefe, #cdcdcd) !important;
    background: -ms-linear-gradient(#fefefe, #cdcdcd) !important;
    background: -o-linear-gradient(#fefefe, #cdcdcd) !important;
    background: linear-gradient(#fefefe, #cdcdcd) !important;
    -pie-background: linear-gradient(#fefefe, #cdcdcd) !important;
   
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -khtml-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    behavior: url(../pie/border-radius.htc);
    behavior: url(../pie/PIE.htc);
	
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8; 
-khtml-opacity: 0.8; 
opacity: 0.8;


    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	

}