/* --------------------------------- */
/*                                   */
/*          Created by toro          */
/*                                   */
/*         ®2010 torodesign          */
/*                                   */
/* --------------------------------- */

/* font embedding */
@import url('font.css');

/*  reset  */
* {
	padding: 0;
	margin: 0;
}

/*  colors  */
/* ======================== */
.grey {
	color: #666;
}
.red {
	color: #d4011e;
}
.black {
	color: #000;
}


/* common definitions */

.left, .l {
	float: left;
}
.right, .r {
	float: right;
}
.clear {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.bold {
	font-weight: bold;
}
.tr {
	text-align: right;
}
.tam {
	vertical-align: middle;
}
.center {
	text-align: center;
}
/* clearfloat */
.cf:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
} 
.cf{
	display:inline-block
} 
html[xmlns] .cf{
	display:block
} 
* html .cf{
	height:1%
}

.mb5 {
	margin-bottom: 5px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}


/*  html tags  */

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: transparent url(../images/main_bg.jpg) repeat center top;
	
}
body.iframe {
	background-image: none;
}
h1 {
	font: normal 32px/28px termDM, Arial, Helvetica, sans-serif;
	margin: 35px 0;
	color: #0060a4;
	background: #f5f2ef;
	padding: 20px 50px;
	float: left;
	box-shadow: 10px 10px 10px #333;
}
h2 {
	font: normal 22px/24px termDM, Arial, Helvetica, sans-serif;
	color: #0060a4;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h2 a {
	text-decoration: none;
}
h3 {
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	padding: 0 0px;
	height: 50px;
}
img {
	border:0;
}
textarea {
	/*overflow: auto;*/
}
li {	
	list-style: none;
}
a {
	cursor: pointer;
	color: #005292;
}

button {
	cursor: pointer;
}
select {
	border: 1px solid #D9D9D0;
    color: #797969;
    font: 11px Arial,Helvetica,sans-serif;
    padding: 1px;
    width: 150px;
}

/*design*/
.header {
	border-top: 5px solid #0060a4;
	background-color: #f5f2ef;
	height: 125px;
	width: 980px;
	margin: 10px auto 25px;
	box-shadow: 10px 10px 10px #333;
}
.logo {	
	background: #f5f2ef url("../images/logo.png") no-repeat scroll center center;
	float: left;
	display: block;
	margin: 32px 0 0 49px;
	width: 180px;
	height: 63px;
	text-indent: -10000px;
	overflow: hidden;
	
}
.menu {
	float: right;
	width: 679px;
	margin: 57px 50px 0 0;
}
.menu li {
	float: right;
}
.item a {
	text-transform: uppercase;
	text-decoration: none;
	color: #626160;
	font: bold 1.2em tgbold, Arial, helvetica, sans-serif;
}
.item a:hover {
	color: #0060a4;
}
.separator {
	background: #f5f2ef url("../images/separator_dot.png") no-repeat scroll 50% 75%;	
	margin: 0 10px;
	width: 5px;
	text-indent: -10000px;
	overflow: hidden;
}
.level1 {
	background-color: #f5f2ef;
	border:  1px solid #0060a4;
	padding: 8px 12px;
}
.level1 .item a {
	/*font-family: arial, helvetica, sans-serif;*/
}

.footer-menu {
	float: left;
	width: 300px;
	margin: 0;
}
.footer-menu li {
	float: none;
}
.footer-menu .item a {
	text-transform: uppercase;
	text-decoration: none;
	color: #626160;
	font: normal 1em Arial, helvetica, sans-serif;
}
.footer-menu .item a:hover {
	color: #0060a4;
}
.footer-menu .separator {
	display: none;
}
.footer-menu .level1 {
	background-color: #f5f2ef;
	border:  1px solid #0060a4;
	padding: 8px 12px;
}
.footer-menu .level1 .item a {
	/*font-family: arial, helvetica, sans-serif;*/
}

.content-wrap {
	width: 980px;
	margin: 0 auto;	
}
.iframe .content-wrap {
	width: 700px;
}
.content {
	padding: 15px 0 60px;
	font: 1.2em/1.5em Arial, helvetica, sans-serif;
	clear: both;
}
.iframe p {
	margin-bottom: 25px;
}
.iframe h2 {
	margin-bottom: 0;
}
.small-box {
	width: 380px;
	display: inline-block;
	background: #f5f2ef;
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 10px 10px 10px #333;
}
.box {
	display: inline-block;
	background: #f5f2ef;
	padding: 50px;
	margin-bottom: 20px;
	box-shadow: 10px 10px 10px #333;
	width: 880px;
}
.box h2 {
	font-style: italic;
	text-transform: none;
}
.references {
	margin-bottom: 1em;
}
.references, .references a{
	line-height: .8em;
}
.references span {	
	font-size: .9em;
}
.small-box p, .box p {
	margin-bottom: 8px;
}
.small-box img, .box img {
	border: 1px solid #ccc;
	float: left;
	margin-right: 35px;
	cursor: pointer;
}
.ref-img {
	display: block;
	width: 250px;
	height: 150px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 35px;
	background: transparent none no-repeat center center scroll;
	background-size: cover;
	position: relative;
	cursor: pointer;
}
.ref-img img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	margin-right: 0;
}
.iframe {
	margin-top: 25px;
}
.phones td {
	padding-right: 20px;
}
.footer {	
	background: #f5f2ef;
	width: 880px;
	margin: 0 auto 50px;
	padding: 50px 50px 25px;
	border-bottom: 5px solid #0060a4;
	box-shadow: 10px 10px 10px #333;	
}
.address {
	float: right;
	text-transform: uppercase;
	text-align: right;
	color: #5f5d5a;
}
.footer a {
	color: #5f5d5a;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.copy {
	clear: both;
	padding:25px 0 15px; 
	background: url('../images/footer_bg.png') no-repeat scroll 0 18px ; 
	text-align:right;
}

.top-image, .bottom-image{
	margin: 0 auto;
	width: 1600px;
	height: 220px;
}
.main-part {
	margin: 0 auto;
	width: 1132px;
}
.left-image, .right-image {
	float: left;
	height: 548px;
	width: 216px;
}
.flash-container {
	width: 700px;
	height: 548px;
	float: left;
}
.top-image {
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.caroufredsel_wrapper {
	box-shadow: 10px 10px 10px #333;
}
.bottom-image .caroufredsel_wrapper {
	box-shadow: none;
}
.bottom-image {
	background: url("../images/bottom_panorama.jpg");
	background-position: center;
	background-size: cover;
}
.left-image {
	background: url("../images/left_image.jpg");
	background-position: center;
	background-size: cover;
}
.right-image {
	background: url("../images/right_image.jpg");
	background-position: center;
	background-size: cover;
	height: 548px;
}
.pager {
	margin-bottom: 25px;
}
.pager li {
	display: inline-block;
	padding: 3px 0;
	background-color: #fff;	
	font: bold 0.75em tgbold, Arial, helvetica, sans-serif;
	margin-right: 10px;
	box-shadow: 10px 10px 5px #555;
}
.pager li.actual {	
	padding: 6px 15px;
}
.pager li:hover {	
	margin: -1px 11px 0 -1px;
	box-shadow: 5px 5px 5px #555555;
}
.pager li.actual:hover {	
	padding: 6px 15px;	
	margin: 0 10px 0 0;
	box-shadow: 10px 10px 5px #555;
}
.pager li.separator {
	display: none;
}
.pager li a {
	text-decoration: none;
	padding: 3px 11px;
}

/*maps*/
.hungary {
	background: transparent url('../images/map_hungary.jpg') no-repeat center center;
	position: relative;
	width: 880px;
	height: 614px;
	border: 1px solid #ccc;
}


.budapest {
	background: transparent url('../images/map_budapest.jpg') no-repeat center center;
	position: relative;
	width: 880px;
	height: 847px;
	border: 1px solid #ccc;
}


.place-mark {
	position: absolute;
	width: 25px;
	height: 30px;
	background: transparent url('../images/marker.png') no-repeat top left;	
	overflow: hidden;
	text-indent: -10000px;
}