/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body { font: normal 14px/18px Arial, Helvetica, sans-serif;
 }

h1 { font-size: 28px; line-height: 32px; }
h2 { font-size: 24px; line-height: 30px; }
h3 { font-size: 20px; line-height: 24px; }
h4 { font-size: 18px; line-height: 20px; }
h5 { font-size: 16px; line-height: 18px; }
h5 { font-size: 14px; line-height: 16px; }

small { font-size: 12px; }

a:hover { text-decoration: underline; }

em { color: #d50; }

code { color: #45A933; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr {
	border-top-color: #ddd;
	border-top-color: rgba(0,0,0,0.1);
}

pre {
	border: 1px solid #ddd;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	background: #fafafa;
}

select, input, textarea, button { font-size: 14px; } 

content { text-align:justify;}

@media (max-width: 560px){

.video {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
border:1px solid #ccc;
}	
	
.video iframe,.video object,.video embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
}