/*============================== ewd_menu========================================== */
.ewd_menu {
    display: block;
    padding-left: 30px;
    padding-top: 12px;
    position: relative;
    width:auto;
}
.ewd_menu li i.fa
{
  opacity: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float:left;
  padding-right:5px!important;
  color:#fff;
  position:relative;
  top:2px;
}
.ewd_menu li, .ewd_menu li ul li
{
	list-style-type:none;
}
.ewd_menu > li > ul {
    width: auto;
	padding-left:15px;
}
.ewd_menu > li > ul > li {
    float: left;
	background:transparent;
}

.ewd_menu, .ewd_menu * {

    margin: 0;
    padding: 0;
}

.ewd_menu ul {
    left: 0;
    position: absolute;
    top: 100%;
	z-index: 12;
}
.ewd_menu > li {
    float: left;
	z-index: 12;
}
.ewd_menu li:hover > ul, .ewd_menu li.sfHover > ul {
    display: block;
}
.sub_out {
    display: none;
}
.subb_in {
    display: block;
}
.ewd_menu a {
    display: block;
    position: relative;
}
.ewd_menu ul ul {
    left: 100%;
    top: 0;
}
.ewd_menu {
    float: left;
    margin-bottom: 1em;
	background:transparent;
}
.ewd_menu ul {
    min-width: 12em;
}
.ewd_menu a {
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    margin-right:30px;
    text-decoration: none;
    /*/* */*/
}
.ewd_menu a, .ewd_menu li.parent a {
    color: #DD0055!important;
}
.ewd_menu li.current a {
    color: #002F5B;
}
.ewd_menu li:hover a {
    color: #fff !important;
}
.ewd_menu li.parent ul li a {
    border: medium none;
    color: #F39D22 !important;
    font-size: 13px;
    font-weight: normal;
    padding: 0 12px;
    text-transform: capitalize;
	margin:0;
}
.ewd_menu li.parent ul li a:hover {
    color: #fff !important;
}

.ewd_menu li {
    background: #333;
    transition: background 0.2s ease 0s;
    white-space: nowrap;
	padding:5px 10px;
}

.ewd_menu ul ul li {
    background: none repeat scroll 0 0 #9AAEDB;
}

ul.ewd_menu li:hover .ewd_fonts
{
	opacity: 1;
	transition:all 0.6s ease 0s;
}
/*============================== END ewd_menu========================================== */
/*============================== ewd_drag&drop========================================= */

#ewd_dragdrop {
    float: left;
    margin-right: 20px;
    width: 100%;
}
#ewd_dragdrop.forward {
    border: 1px solid #DDDDDD;
}
#count {
    border: 0 none;
    color: #DD0055;
    padding: 1px;
    width: 15px;
	background:transparent;
}
#ewd_dragdrop ul#sortable1 li {
    background: #333;
    border: 1px solid #DD0055;
}
#ewd_dragdrop ul#sortable2 li {
background: none repeat scroll 0 0 #000000;
    border: 1px solid #DDDDDD;
    color: #DD0055;
    font-weight: bold;
}
#ewd_dragdrop #sortable1, #ewd_dragdrop #sortable2 {
    cursor: all-scroll;
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0 0 2.5em;
}
#ewd_dragdrop #sortable1 li, #ewd_dragdrop #sortable2 li {
    float: left;
    font-size: 12px;
    margin: 7px;
    padding: 9px;
    width: 140px;
}
/*============================== END ewd_drag&drop====================================== */

/* ========================= input ============================*/
ul.ewd_input .fa 
{
  display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    left: 4px;
    line-height: 1;
    position: relative;
    top: -2px;
}
ul.ewd_input 
{
	margin:0;
	padding:0; 
	width:400px;
}
ul.ewd_input input 
{ 
	border:0;
	width:95%;
	font-size:14px;
	margin:0;
	padding:0;
	outline:none;
	background:transparent;
	color:#fff;
}
ul.ewd_input li 
{
	list-style:none;
	padding-bottom:10px;
	position:relative;
	height:67px
}
ul.ewd_input li span 
{
	display:inline-block; 
	border:1px solid #ddd;
	padding:23px 0 0 23px;
}
ul.ewd_input li span.fa 
{
	height: 40px; 
	left: 0;
	position: absolute;
	top: 0; 
	width: 40px;
}
ul.ewd_input li span.put 
{
	bottom: 12px;    
	height: 40px;    
	left: 65px;   
	position: absolute;  
	width: 190px;
}
ul.ewd_input li.active span.fa 
{
	background:#DD0055;
	transition-duration: 0.8s;
    transition-property: transform;
}
ul.ewd_input li.active span.fa:before 
{
	color:#fff; 
}
ul.ewd_input li.active span, ul.ewd_input li.active textarea 
{
	box-shadow:-moz-box-shadow:    inset 0 0 10px #DD0055;
   -webkit-box-shadow: inset 0 0 10px #DD0055;
   box-shadow:inset 0 0 10px #DD0055;
   border:1px solid #DD0055;
}
ul.ewd_input li textarea {
	border:1px solid #ddd;
	height: 115px;
	left: 65px;
	position: absolute;
	width: 300px;
	resize:horizontal;
	padding:23px 0 0 23px;
	color:#fff;
	background:transparent;
	border-radius:0;
	top:1px;
	font-size:13px;
}
ul.ewd_input li.area
{
	height:116px;
}
ul.ewd_input li.area span.fa 
{
	height:90px;
	top:1px;
}
/*===================== end INPUT ============================ */
/*============================== ewd_portfolio====================================== */
.ewd_portfolio
{
	width:520px; 
	margin:0 auto; 
}
.ewd_portfolio .content 
{
	width:150px; 
	height:100px;
	float:left;
	margin:10px;
	overflow:hidden;
}
.ewd_portfolio:hover .content, .ewd_portfolio.active .content 
{
	opacity:0.4;
}
.ewd_portfolio .content:hover, .ewd_portfolio .content.current 
{
	opacity:1 !important;
	cursor:pointer;
}
.ewd_portfolio_show 
{	
	padding:7px;
}
.ewd_title.ewd_top:after 
{
    top: -3.5em;
}
.ewd_title.ewd_top:hover:after 
{
    top: 0;
}
.ewd_title:before, .ewd_title:after 
{
    content: '';
    position: absolute;
    text-align: center;
    transition: all .6s ease-in-out;
    width: 100%;
}
.ewd_title:after 
{
    background: rgba(221, 0, 85,.8);
    color: #fff;
    content: attr(data-title);
    overflow: hidden;
    padding: 7px 5px;
	left:0;
}
.ewd_title 
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
}	
/*===================== END ewd_portfolio ============================ */
/*===================== ewd_responsive Menu ============================ */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
nav#ewd_res_menu {
	height: 35px;
	width: 100%!important;
	font-size: 17px;
	font-weight: bold;
	margin: 0 auto;
}
nav#ewd_res_menu ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
nav#ewd_res_menu li {
	display: inline;
	z-index: 12;
	height:100%;
	width: auto;
}
nav#ewd_res_menu li img
{
	display:block;
	margin:0px auto;
	width:35px;
	padding-right: 30px;
	
}
nav#ewd_res_menu a {
	color: #F39D22;
	display: inline-block;
    height: auto;

    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
	 
}
nav#ewd_res_menu li a {
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transition: all .8s ease-in-out;
	

}

nav#ewd_res_menu li a:active {
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transition: all .8s ease-in-out;
	background: #F39D22;

}

nav#ewd_res_menu a#down {
	display: none;
}

@media screen and (max-width: 720px) {



	nav#ewd_res_menu {
		border-bottom: 0;
		height: 30px;

	}
	nav#ewd_res_menu li img
{
	display:block;
	width:30px;
	float:inherit;
	padding:0 5px;
	margin:0 auto;
}
  	nav#ewd_res_menu li a {
		border:0;
		width:100%;
		height:100%;
		margin:0;
		padding:7px;
	}
	nav#ewd_res_menu li a:hover
	{
		border:0 !important;
		background:#F39D22;
	}
  	nav#ewd_res_menu li a span{
	display:none;
	
	}
  	nav#ewd_res_menu a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 17px;

  	}
}

@media only screen and (max-width : 900px) {
	nav#ewd_res_menu {
		border-bottom: 0;
		height:30px;
		width: 100%!important;
		margin-left: 0%;
		float: left;

	}
	nav#ewd_res_menu ul {
		display: none;
		height: auto;
		width: 100%!important;
		color:#E4D9C6;
		width: 100%!important;
		z-index: 1234567;
	}
	nav#ewd_res_menu a#down {
		display: block;
		/*background: #000!important;*/

		position: relative;
		color:#fff;
		height:37px;
		margin:0;
		padding:3px 0;
		font-size: 10px;
		line-height: 14px;
		font-weight: 400;
	}
	nav#ewd_res_menu a#down {
		content:"";
		background-image: url('images/Blinklist.png');
		background-size:40px;
		background-repeat:no-repeat;
		width: 50px;
		height: 40px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 9px;
		color:#fff;
		text-align: center;
		margin: 0 auto;
	}
	

	

	
	 nav#ewd_res_menu li {
  		width: 100%;
  		float: left;
  		position: relative;
		border:0;
		background: #112041;
		color:#333!important;
  	} 
	nav#ewd_res_menu li a:hover
	{
		border-bottom:1px solid #fff !important;
		background:#5c3d0d;		
		color: #fff;
	}
	nav#ewd_res_menu li a span{
	display:block;	
	}
	nav#ewd_res_menu li a img
	{
		float:left;
	}
	nav#ewd_res_menu li a {
		border-bottom:1px solid #fff !important;
		color:#fff;

	}
}




@media only screen and (max-width : 520px) {
	nav#ewd_res_menu {
		border-bottom: 0;
		height:30px;
		width: 100%!important;
		margin-left: 0%;
		float: left;
		
		
	}
	
}

@media only screen and (max-width : 720px) {
	.iko12 {
		 margin-top: -40px!important;
		
	}	
}


@media only screen and (max-width : 120px) {
	nav#ewd_res_menu li {
	display: block;
	float: none;
	width: 100%;
	
	}
	nav#ewd_res_menu li a {
	border-bottom: 1px solid #576979;
	}
}

	.ewd_demo
	{
     width:90%;
     height:200px;
     margin:0 auto;
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    overflow: auto;
    padding: 2px;
    resize: both;
	}
.ewd_demo object {
    width: 100%;
    min-height: 100%;
} 
.ewd_res_menu_device span
{
	width:50px;
	height:50px;
	display:inline-block;
	opacity:0.7;
	margin: 3px 7px;
	background-size:50px auto;
	background-position:center;
	background-repeat:no-repeat;
}
.ewd_res_menu_device span:hover
{
	opacity:1;
}
.ewd_res_menu_device span.pc
{
background-image: url('http://ewebdesign.pl/wp-content/uploads/tutorial/res_menu/pc.png');
}
.ewd_res_menu_device span.tablet
{
background-image: url('http://ewebdesign.pl/wp-content/uploads/tutorial/res_menu/tablet.png');
}
.ewd_res_menu_device span.smartphone
{
background-image: url('http://ewebdesign.pl/wp-content/uploads/tutorial/res_menu/smartphone.png');
}
/*===================== END ewd_responsive Menu ============================ */
/*===================== ewd_animate_css3 ============================ */
.ewd_css_jquery tr td
{
	text-align:center;
	padding:10px;
}
.ewd_css_jquery th
{
	text-align:center;
	padding:10px;
}
.ewd_opacity .ewd_css
{
	transition: all .8s ease-in-out;
}
.ewd_opacity .ewd_css:hover
{
	opacity:0.5;
}
.ewd_move img
{
	position:relative;
	
}
.ewd_move img.ewd_css, .ewd_border div, .ewd_rotate div, .ewd_font h3
{

	 -webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out; 
	-o-transition: 1s ease-in-out; 
	transition: 1s ease-in-out; 
}
.ewd_move img.ewd_css:hover
{
	-webkit-transform: translate(3em,0); 
	-moz-transform: translate(3em,0); 
	-o-transform: translate(3em,0); 
	-ms-transform: translate(3em,0); 
	transform: translate(3em,0);
}
.ewd_css_jquery div
{
	width:150px;
	height:80px;
	border:2px solid #DD0055;
}
.ewd_border div:hover
{
	border-radius:10px;
}
.ewd_background div.ewd_css
{
	background: transparent;
}
.ewd_background div.ewd_css:hover
{
	animation-duration: 5s;
	animation-name: backme;
}
@keyframes backme {
  from {
    background: transparent;
  }

  to {
    background: #DD0055;
  }
}

.ewd_rotate .ewd_css:hover
{
	-webkit-transform: rotate(70deg); 
	-moz-transform: rotate(70deg); 
	-o-transform: rotate(70deg); 
	-ms-transform: rotate(70deg); 
	transform: rotate(70deg);
}
.ewd_font h3.ewd_css
{
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
	position:relative;
	bottom:30px;
}
.ewd_font h3.ewd_css:hover
{
	transform: scale(1.2);
	color: #DD0055;

}
/*===================== END ewd_animate_css3 ============================ */
.ewd_artlist li
{
	list-style:none;
	border-bottom:1px solid #ddd;
	padding: 5px 20px;
}

