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

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

/* Show/Hide Classes*/
.tablet-show { display: none; }
.phone-show { display: none; }

/* Border Class */
.border {background:#f9f9f9;border:1px solid #ccc; padding:5px}

/* Sticky Menu */
#nagmenu.default {border:0px;display:inline;float:left;}

#nagmenu.fixed {
	position: fixed;
	top: 0px;
	left: 0;
	right:0px;	
	z-index:2000;
}

/*CSS3 transitions*/
.transform{
-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.imgwrapper{
	margin-top:12px;
	display:inline;
}	
.imgwrapper:hover img {
	-webkit-transform: scale(1) rotate(20deg);
	-moz-transform: scale(1) rotate(20deg);
	-o-transform: scale(1) rotate(20deg);
	-ms-transform: scale(1) rotate(20deg);
	transform: scale(1) rotate(20deg);
}

/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 5px 0 10px;
}
h1 {
font-size: 30px;
line-height: 34px;
}
h2 {
font-size: 26px;
line-height: 28px;
}
h3 {
font-size: 21px;
line-height: 24px;
}
img{max-width:100%;
height:auto;
}
body {
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	color: #3d4041;
}

a:hover { color: #434343;  }


.outer .mod-transparent em,
.outer .mod-transparent code { color: #434343; }
.outer .mod-transparent em.box { color: #fff; }

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

hr { border-top-color: #ddd; }

p{margin:1em 0}

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection { color: #fff; }
::selection { color: #fff; }

small {
	display: inline-block;
	line-height: 12px;
}


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/
#toolbar{padding:5px}
textarea, input[type="text"], input[type="password"], select {
    padding: 5px;
}