/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block
}
mark, rp, rt, ruby, summary, time {
	display:inline
}
/* Left & Right alignment */
.left {
	float:left
}
.right {
	float:right
}
.wrapper {
	width:100%;
	overflow:hidden
}

.vid {
    margin-top:7px;
}
/* Global properties ======================================================== */
body {
	background:#000;
	border:0;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#696969;
	line-height:22px;
	font-style:italic
}
.ic, .ic a {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}
.css3 {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	position:relative
}
.body1 {
	background:url(../images/bg.jpg), url(../images/bg2.jpg);
	background-position:center top, top;
	background-repeat: no-repeat, repeat-x;
}
.body2 {
	background:url(../images/bg_top2.gif) bottom repeat-x
}
.body3 {
	background:#fff
}
.body4 {
	background:url(../images/bgbot.jpg) top center repeat
}
.body5 {
	background:url(../images/bg_top_img.jpg) center bottom no-repeat
}
/* Global Structure ============================================================= */
.main {
	margin:0 auto;
	width:940px
}
/* ============================= main layout ====================== */
a {
	color:#696969;
	text-decoration:underline;
	outline:none
}
a:hover {
	text-decoration:none
}
h1 {
	float:left
}
h2 {
	font-size:40px;
	font-style:normal;
	font-weight:400;
	line-height:1.2em;
	padding:38px 0 11px 0;
	color:#000;
	letter-spacing:-1px
}
h2.under {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:25px
}


h3 {
	font-size:26px;
	color:#000;
	line-height:1.2em;
	letter-spacing:-0px;
	padding-bottom:16px;
	font-weight:400;
	font-style:normal
}
h3 span {
	display:block;
	margin-top:-7px
}
* + html h3 span {
	margin-top:-25px
}
h3 .dropcap {
	float:left;
	width:56px;
	height:56px;
	margin-top:-5px;
	margin-right:10px;
	font-size:38px;
	color:#fff;
	text-align:center;
	font-weight:700;
	line-height:1.2em;
	padding-top:6px
}
h4 {
	font-size:26px;
	line-height:1.2em;
	color:#fff;
	font-weight:400;
	padding:43px 0 15px 0
}
h5 {
	font-size:33px;
	color:#000;
	line-height:1.7em;
	padding:0 0 16px 0;
	font-weight:400;
	font-style:normal
}
h5 .dropcap {
	float:left;
	width:56px;
	height:56px;
	margin-top:0px;
	margin-right:10px;
	background:url(../images/dropcap1.gif) 0 0 no-repeat;
	color:#fff;
	text-align:center
}
h5 .dropcap strong {
	font-weight:700;
	font-size:34px;
	line-height:1.2em;
	display:block;
	padding-top:3px;
	letter-spacing:-2px
}
h5 .dropcap span {
	font-weight:400;
	font-size:14px;
	line-height:1.2em;
	display:block;
	margin-top:-8px
}
h6 {
	font-size:19.5px;
	line-height:1.2em;
	color:#000;
	padding:0 0 5px 0;
	font-style:normal;
	font-weight:400
}
p {
	padding-bottom:22px
}
/* ============================= header ====================== */
header {
	padding-top:34px;
	height:148px
}
#logo {
	display:block;
	background:url(../images/logo.gif) 0 0 no-repeat;
	width:335px;
	height:80px;
	text-indent:-9999px;
	margin-top: 10px;
}
#menu {
	float:right;
	padding-top:8px
}
#menu li {
	float:left;
	padding-left:40px
}
#menu li a {
	display:block;
	font:22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color:#bbb;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	letter-spacing:-1px;
	height:79px;
	font-style:normal;
	font-weight:700
}
#menu li a span {
	font-size:15px;
	line-height:1.6em;
	color:#666666;
	display:block;
	letter-spacing:-0.5px;
	margin-top:-3px;
	font-weight:normal
}
#menu li a:hover, #menu .active a {
	color:#EA4D1E
}
#menu li a:hover span, #menu .active a span {
	color:#fff
}
#menu #nav1 a {
	background:url(../images/menu_icon1.gif) bottom center no-repeat
}
#menu #nav1 a:hover, #menu #nav1.active a {
	background:url(../images/menu_icon1_active.gif) bottom center no-repeat
}
#menu #nav2 a {
	background:url(../images/menu_icon2.gif) bottom center no-repeat
}
#menu #nav2 a:hover, #menu #nav2.active a {
	background:url(../images/menu_icon2_active.gif) bottom center no-repeat
}
#menu #nav3 a {
	background:url(../images/menu_icon3.gif) bottom center no-repeat
}
#menu #nav3 a:hover, #menu #nav3.active a {
	background:url(../images/menu_icon3_active.gif) bottom center no-repeat
}
#menu #nav4 a {
	background:url(../images/menu_icon4.gif) bottom center no-repeat
}
#menu #nav4 a:hover, #menu #nav4.active a {
	background:url(../images/menu_icon4_active.gif) bottom center no-repeat
}
#menu #nav5 a {
	background:url(../images/menu_icon5.gif) bottom center no-repeat
}
#menu #nav5 a:hover, #menu #nav5.active a {
	background:url(../images/menu_icon5_active.gif) bottom center no-repeat
}
#menu #nav6 a {
	background:url(../images/menu_icon6.gif) bottom center no-repeat 
}
#menu #nav6 a:hover, #menu #nav6.active a {
	background:url(../images/menu_icon6_active.gif) bottom center no-repeat 
}




.dropdown-content {
    display: none;
    position: absolute;
    background:url(../images/drop.png);
    background-repeat: no-repeat;
    min-width: 120px;
    max-width: 120px;
    min-height: 110px;
    max-height: 110px;
    padding: 20px 15px;
    z-index: 3;
    margin-top: 0px;
}

.dropdown-content div{
   margin-top: 32px;
}

.dropdown-content a {
   background: none !important;
   display:block;
   font: Arial, Helvetica, sans-serif !important;
	font-size:19px !important;
	line-height: none !important;
	color:#C1C1C1 !important;
	text-transform:none !important;
    
	height:30px !important;
	font-style:normal;
	font-weight:700;
	text-align:left !important;
}

.dropdown-content a:hover {
   color:#fff !important;
}


.dropdown:hover .dropdown-content {
    display: block;
}













.slider {
	top:162px;
	position:absolute;
	z-index:1
}
.slider .items {
	display:none
}
.slider .pagination {
	position:absolute;
	z-index:2;
	bottom:47px;
	left:432px
}
.slider .pagination li {
	float:left;
	padding-right:4px
}
.slider .pagination a {
	display:block;
	width:16px;
	height:16px;
	text-indent:-9999px;
	background:url(../images/buttons.png) right 0 no-repeat
}
.slider .pagination a:hover, .slider .pagination .current a {
	background-position:left
}
/* ============================= content ====================== */
#content {
	padding-top:50px;
	padding-bottom:36px
}
#content2 {
	padding-bottom:50px
}
.pad_left1 {
	padding-left:50px
}
.pad_left2 {
	padding-left:40px
}
.pad_bot1 {
	padding-bottom:8px
}
.pad_bot2 {
	padding-bottom:40px
}
.marg_right1 {
	margin-right:20px
}
.link1 {
	color:#EA4E1E;
	font-style:normal
}
.testimonials {
	width:100%;
	position:relative;
	z-index:1;
	height:210px;
	overflow:hidden
}
#testimonials div {
	background:url(../images/bg_testimonials.gif) 0 bottom no-repeat #f5f5f5;
	padding:25px 27px 53px 29px
}
#testimonials span {
	display:block;
	padding:0 0 0 11px;
	font-style:normal
}
.testimonials li {
	height:210px
}
.up, .down {
	position:absolute;
	z-index:2;
	bottom:8px;
	right:0;
	width:32px;
	height:32px;
	display:block
}
.up {
	right:33px;
	background:url(../images/marker_up.gif) 0 0 no-repeat
}
.down {
	background:url(../images/marker_down.gif) 0 0 no-repeat
}
.up:hover, .down:hover {
	background-position:bottom
}
.color1 {
	color:#000
}
.color2 {
	color:#EA4E1E
}
.list1 {
	background:url(../images/line_hor1.png) 10px 0 no-repeat;
	padding-top:1px
}
.list1 li {
	background:url(../images/line_hor1.png) 10px bottom no-repeat;
	line-height:29px
}
.list1 a {
	color:#696969;
	text-decoration:none;
	font-style:normal;
	padding-left:14px;
	background:url(../images/marker_1.gif) 0 6px no-repeat
}
.list1 a:hover {
	color:#fff
}
.address {
	background:url(../images/line_hor1.png) 0px 0 no-repeat;
	padding-top:1px
}
.address li {
	background:url(../images/line_hor1.png) 0px bottom no-repeat;
	line-height:29px;
	font-style:normal
}
.address span {
	padding-left:4px;
	float:left;
	width:62px
}
.address a {
	color:#fff
}
#icons {
	background:url(../images/line_hor1.png) 23px 0 no-repeat;
	padding-top:1px
}
#icons li {
	background:url(../images/line_hor1.png) 23px bottom no-repeat;
	line-height:29px
}
#icons a {
	color:#696969;
	text-decoration:none;
	font-style:normal;
	display:inline-block
}
#icons img {
	float:left;
	margin-right:9px;
	margin-top:5px
}
#icons a:hover {
	color:#fff
}

#flags {
	background:url(../images/line_hor2.png) 23px 0 no-repeat;
	padding-top:1px
}
#flags li {
	background:url(../images/line_hor2.png) 23px bottom no-repeat;
	line-height:29px
}
#flags a {
	color:#696969;
	text-decoration:none;
	font-style:normal;
	display:inline-block
}
#flags img {
	float:left;
	margin-right:9px;
	margin-top:5px
}
#flags a:hover {
	color:#fff
}
/*--- tabs begin ---*/
.tabs {
}
.tabs ul.nav {
	float:left;
	padding-left:372px;
	padding-bottom:24px
}
.tabs ul.nav li {
	padding-right:1px;
	float:left
}
.tabs ul.nav li a {
	display:block;
	position:relative;
	width:32px;
	height:32px;
	font-size:19px;
	color:#fff;
	line-height:32px;
	background:#60b000;
	text-decoration:none;
	text-align:center
}
.tabs ul.nav .selected a, .tabs ul.nav a:hover {
	background:#696969
}
.tabs .tab-content {
	display:none
}
/*--- tabs end ---*/
#address span {
	float:left;
	width:80px
}
/* ============================= footer ====================== */
footer {
	padding:34px 0 38px 0;
	font-style:normal;
	color:#696969;
	text-align:center
}
footer a {
	color:#fff
}
footer a:hover {
}
/* ============================= forms ============================= */

.input:focus {
    outline: none !important;
    border:1px solid #EA4E1E !important;
    background: #FFFBF9 !important;
}

textarea:focus {
    outline: none !important;
    border:1px solid #EA4E1E !important;
    background: #FFFBF9 !important;
}

#ContactForm {
	margin-top:-4px
}
#ContactForm span {
	width:109px;
	float:left;
	line-height:26px
}
#ContactForm .wrapper {
	min-height:30px
}
#ContactForm .textarea_box {
	min-height:275px;
	width:100%;
	overflow:hidden;
	padding-bottom:6px
}
#ContactForm {
}
#ContactForm {
}
#ContactForm a {
	margin-left:10px;
	float:right;
	width:62px;
	font-style:normal;
	font-weight:bold;
	color:#fff;
	height:32px;
	line-height:32px;
	text-decoration:none;
	background:#EA4E1E;
	text-align:center
}
#ContactForm a:hover {
	background:#080808
}
#ContactForm .input {
	width:269px;
	height:18px;
	border:1px solid #e5e5e5;
	background:#fff;
	padding:3px 5px;
	color:#696968;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	margin:0
}
#ContactForm textarea {
	overflow:auto;
	width:549px;
	height:258px;
	max-width:549px;
	max-height:258px;
	border:1px solid #e5e5e5;
	background:#fff;
	padding:3px 5px;
	color:#696968;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	margin:0
}

.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

     color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }


   .tabsinline {
   	display: inline-block;
   	width: 280px;
   }

   .tabsinline:hover {
   	opacity: 0.9;
   }

   .padmat1 {
   	padding-left: 33px;
   }

   .kozatable td {
   	width:150px;
   	height: 150px;
   	padding: 13px;
   }

    .kozatable td img {
   	border:2px solid #fff;
	box-shadow: 4px 4px 2px #ccc;
	-moz-box-shadow: 4px 4px 2px #ccc;
	-webkit-box-shadow: 4px 4px 2px #ccc;
	-khtml-box-shadow: 4px 4px 2px #ccc;
   }

   .autosrof td {
   	width:150px;
   	height: 150px;
   	padding: 13px;
   }

    .autosrof td img {
    	width:150px;
   	height: 150px;
   	border:2px solid #fff;
	box-shadow: 4px 4px 2px #ccc;
	-moz-box-shadow: 4px 4px 2px #ccc;
	-webkit-box-shadow: 4px 4px 2px #ccc;
	-khtml-box-shadow: 4px 4px 2px #ccc;
   }



   .ui-tabs-vertical { width: 57em; }
  .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; margin-top: -42px;}
  .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
  .ui-tabs-vertical .ui-tabs-nav li a { display:block; text-decoration: none; color: #555555; }
  .ui-tabs-vertical .ui-tabs-nav li a:hover { color: #EB4D1E; }
  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px;}
  .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}

 


  .dezcol {
  	color:#555555;
  }

  table td {
  	color:#555555;
  }

  .mapa {
  	width:220px;
  	height:166px;
  	background: #fff;
  }


  .mapa a {
	margin-left:10px;
	margin-top: 15px;
	float:right;
	width:220px;
	font-style:normal;
	font-weight:bold;
	color:#fff;
	height:32px;
	line-height:32px;
	text-decoration:none;
	background:#EA4E1E;
	text-align:center
}

  .mapa a:hover {
	background:#080808
}

.galerijaa2 td {
    padding-right: 10px;
    padding-top: 10px;
}

.ugalerja {
	width: 940px;
	height: 400px;
	overflow-y: scroll;
}

.ugalerja img:hover {
	opacity: 0.8;
	
}

.ugalerja::-webkit-scrollbar {
    width: 0.2em;
}
 
.ugalerja::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.ugalerja::-webkit-scrollbar-thumb {
  background-color: #EA4E1E;
  outline: 1px solid #EA4E1E;
}


.astop {
	width:100%;
	height:612px;
    margin-top: 5px;
	overflow-y: scroll; 
}

.astop2 {
	margin-top: -40px;
}

.astop::-webkit-scrollbar {
    width: 0.2em;
}
 
.astop::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.astop::-webkit-scrollbar-thumb {
  background-color: #EA4E1E;
  outline: 1px solid #EA4E1E;
}