/*
	Theme Name: Kalocsa
	Author: Efrud
	Author URI: http://efrud.hu
*/

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,
h6,pre,form,p,blockquote,fieldset,input,hr,figure {
	margin:0; padding:0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,
code,em,th {
	font-size:1em; 
	font-weight:normal; 
	font-style:normal;
}
figure img{
	display: block;
	margin: 0;
}
ul,ol{
	list-style:none;
}
fieldset,img,hr{
	border:none;
}
caption,th{
	text-align:left;
}
table{
	border-collapse:collapse; 
	border-spacing:0;
}
td{
	vertical-align:top;
}
img.centered, .aligncenter, div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
article,aside,details,figcaption,figure,footer,header,
hgroup,menu,nav,section{ 
    display:block;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}
img{
	max-width: 100%;
	height: auto;
}

/* GENERAL */
body{
	font-family: 'Roboto Slab', serif;
	background: #f8f7f3;
	color: #636466;
	font-size: 14px;
}
.container{
	width: 1140px;
	margin: 0 auto;
}
#content{
	background: #fff;
	padding: 20px;
}
#content_left{
	float: left;
	width: 66.36364%;
}
#sidebar{
	float: right;
	width: 31.81818%;
}

/* HEADER */
#site_header{
	height: 175px;
	background: url(images/header.png) no-repeat center bottom;
}
.site_logo{
	float: left;
	padding: 42px 0 0 20px;
}
.site_logo a{
	display: block;
	background: url(images/logo.png);
	width: 388px;
	height: 78px;
	text-indent: -9999em;
}

/* SITE NAV */
#site_nav{
	height: 30px;
	background: #C8071C;
	position: relative;
}
.barrier_free_icon{
	position: absolute;
	right: 0;
	bottom: 0;	
}
.barrier_free_icon a{
	width: 35px;
	height: 35px;
	display: block;
	background: url(images/barrier_free.png) no-repeat;
	text-indent: -99999em;
}
#site_nav a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
#site_nav a:hover{
	color: #efcacb;
}
#site_nav li{
	display: inline-block;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 15px;
	zoom: 1;
}
#site_nav ul{
	text-align: center;
	position: relative;
}
#site_nav ul li.hover,
#site_nav ul li:hover{ 
	position: relative; 
}
#site_nav ul ul{ 
	width: 220px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	background: rgba(227, 225, 209, .87);
	z-index: 777;
	text-align: left;
}
#site_nav ul ul li { 
	font-weight: normal; 
	color: #000; 
	border-bottom: 1px solid rgba(255, 255, 255, .75); 
	float: none; 
	text-align: left;
	padding: 0 15px;
	display: block;
}
#site_nav ul ul li a{
	color: #151515;
	padding: 0;
	text-transform: none;
	font-weight: normal;
}
#site_nav ul ul li a:hover{
	color: #C8071C;
}
#site_nav ul ul ul{ 
	left: 100%; 
	top: 0; 
}
#site_nav ul li:hover > ul { 
	visibility: visible; 
}


/* OWL */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}

/* HOME SLIDER */
#home_slider .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	width: 100%;
}
#home_slider .owl-nav div{
	position: absolute;
	top: 50%;
	width: 44px;
	height: 95px;
	margin-top: -47px;
	display: block;
	text-indent: -999em;
}
.owl-prev{
	left: 20px;
	background: url(images/slide_prev.png) no-repeat;
}
.owl-next{
	right: 20px;
	background: url(images/slide_next.png) no-repeat;
}

/* HOME POSTS */
.post_title{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #151515;
}
.page_title{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #151515;
	margin-bottom: 15px;
}
a{
	color: #ce1e23;
	text-decoration: none;
}
a:hover{
	color: #151515;
}
.post_time{
	color: #dad7c3;
	font-size: 14px;
	text-transform: uppercase;
}
#home_featured header{
	margin-bottom: 20px;
}
#home_featured{
	width: 60.9589%;
	float: left;
}
#home_featured figure{
	margin-bottom: 20px;
}
#home_featured_other{
	float: right;
	width: 36.30137%;
}
#home_top{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #d0d3dc;
}
#home_featured_other article{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d0d3dc;
}
#home_featured_other article:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#home_featured_other img{
	width: 100%;
	height: auto;
}
#home_featured_other h1{
	font-size: 15px;
	margin-top: 10px;
}
.red_button{
	color: #fff;
	text-transform: uppercase;
	background: #ce1e23;
	display: inline-block;
	padding: 5px 10px;
}
.red_button:hover{
	color: #fff;
	background: #151515;
}

/* ENTRY */
.entry p{
	line-height: 25px;
	margin-bottom: 12px;
}
.entry ul,
.entry ol{
	margin-bottom: 12px;
}
.entry ul li{
	list-style: disc;
	margin-left: 12px;
	line-height: 25px;
}
.entry ol li{
	list-style: decimal;
	margin-left: 23px;
	line-height: 25px;
}
.entry table{
	width: 100%;
	margin-bottom: 12px;
}
table td, table th{
	padding: 10px;
	border: 1px solid #DAD7C3;
}
table th{
	font-weight: 700;
	color: #151515;
}
.entry table.contract_list_items{
	margin-bottom: 30px;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5{
	font-weight: 700;
	margin-bottom: 0.7em;
	color: #151515;
	text-transform: uppercase;
}
.entry h1{
	font-size: 20px;
}
.entry h2{
	font-size: 18px;
}
.entry h3{
	font-size: 16px;
}
.entry h4{
	font-size: 14px;
}
.entry h5{
	font-size: 14px;
}
.entry input[type="submit"],
#sidebar input[type="submit"]{
	color: #fff;
	text-transform: uppercase;
	background: #ce1e23;
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	font-family: 'Roboto Slab', serif;
	border: none;
	font-size: 15px;
}
.entry input[type="submit"]:hover{
	background: #151515;
}
.entry input[type="text"],
.entry input[type="email"],
.entry input[type="password"],
#sidebar input[type="text"]{
	border: 1px solid #DAD7C3;
	height: 31px;
	padding: 0 5px;
	font-family: 'Roboto Slab', serif;
	color: #636466;
	font-size: 14px;
}
.entry textarea{
	border: 1px solid #DAD7C3;
	padding: 0 5px;
	font-family: 'Roboto Slab', serif;
	color: #636466;
	font-size: 14px;
}
.entry input[type="text"]:focus,
#sidebar input[type="text"]:focus{
	border: 1px solid #151515;
}
#searchform input{
	float: left;
	margin-right: 5px;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
}
.wp-caption-text{
	font-style: italic;
	opacity: 0.7;
	font-size: 13px;
}
.entry i,
.entry em{
	font-style: italic;
}

/* WELCOME TITLE */
.welcome_title,
.section_title{
	color: #151515;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
#welcome figure{
	float: left;
	margin-right: 2.73973%;
	width: 36.30137%;
}
.welcome_content{
	float: right;
	width: 60.9589%;
}
#welcome{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #d0d3dc;
}

/* EVENTS LIST */
.event_item{
	float: left;
	width: 49.31507%;
	margin-bottom: 20px;
}
.event_item:nth-child(2n){
	float: right;
}
.event_item h1{
	font-size: 16px;
}
.event_location{
	color: #dad7c3;
}
.event_item header{
	margin-bottom: 10px;
}
.event_date{
	color: #151515;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background: url(images/event_date.png) no-repeat;
	float: left;
	width: 13.88889%;
	height: 32px;
	padding-top: 18px;
	float: left;
}
.event_content{
	float: right;
	width: 80.55556%;
}

/* FOOTER TOP */
.footer_top{
	background: #C8071C;
	padding: 40px 20px;
	color: #fff;
}
.footer_top a{
	color: #fff;
	text-decoration: none;
}
.footer_top a:hover{
	text-decoration: underline;
}
.footer_bottom{
	background: #dad7c3;
	padding: 20px 0;
	text-align: center;
	font-size: 13px;
}
.footer_share{
	text-align: center;
	margin-bottom: 10px;
}
.footer_share li{
	display: inline-block;
	margin-right: 15px;
}
.footer_share li:last-child{
	margin-right: 0;
}
.footer_widget{
	width: 15%;
	float: left;
	margin-right: 1.81818%;
	padding-top: 95px;
}
#nav_menu-2{
	background: url(images/footer_icon_2.png) no-repeat left top;
}
#nav_menu-3{
	background: url(images/footer_icon_3.png) no-repeat left top;
}
#nav_menu-4{
	background: url(images/footer_icon_4.png) no-repeat left top;
}
#nav_menu-5{
	background: url(images/footer_icon_5.png) no-repeat left top;
}
#nav_menu-6{
	background: url(images/footer_icon_6.png) no-repeat left top;
}
#nav_menu-7{
	background: url(images/footer_icon_7.png) no-repeat left top;
}
.footer_widget:last-child{
	margin-right: 0;
}
.footer_widget_title{
	font-weight: 700;
	font-size: 15px;
	color: #dad7c3;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer_widget li{
	line-height: 25px;
}

/* SIDEBAR */
.widget_title{
	font-size: 18px;
	font-weight: 700;
	color: #151515;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.widget{
	margin-bottom: 20px;
}
#widget_sp_image-4.widget,
#widget_sp_image-5.widget,
#widget_sp_image-7.widget{
	margin-bottom: 10px;
}
.widget p{
	line-height: 25px;
}
.widget hr{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #d0d3dc;
}
.widget .fb-like-box{
	display: block;
	border: 1px solid #dad7c3;
	border-bottom: 3px solid #dad7c3;
}
b,strong{
	font-weight: 700;
	color: #151515;
}
#sidebar .widget input[type="text"]{
	margin-right: 0;
	float: left;
	width: 67.14286%;
}
#sidebar .widget input[type="submit"]{
	float: right;
	margin-right: 0;
	padding: 1.42857% 0;
	width: 26.85714%;
}

/* ARCHIVE */
.archive_item{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #d0d3dc;
}
.archive_item:last-child{
	border-bottom: 0;
}
.archive_item .post_time{
	margin-bottom: 15px;
	display: block;
}
.featured_thumb{
	float: left;
	margin-top: 5px;
	width: 31.91781%;
}
.has-post-thumbnail .post_archive_content{
	float: right;
	width: 65.06849%;
}

/* FANCYBOX */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(images/fancybox_sprite.png);
}

#facybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(images/blank.gif); 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* NGG */
.ngg-gallery-thumbnail-box,
.ngg-album-compact{
	float: left;
	margin-right: 20px;
	width: 130px;
	margin-bottom: 20px;
}
.ngg-gallery-thumbnail-box:nth-child(5n),
.ngg-album-compact:nth-child(5n){
	margin-right: 0;
}
.ngg-navigation{
	text-align: center;
}
.ngg-navigation span,
.ngg-navigation a{
	display: inline-block;
	padding: 0 10px;
}

/* MEMBERS */
#members{
	border-top: 1px dotted #d0d3dc;
	padding-top: 25px;
}
.members_title{
	color: #151515;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	background: #fff;
}
.member{
	width: 22.94521%;
	float: left;
	text-align: center;
	margin-right: 2.73973%;
	margin-bottom: 20px;
}
.member:nth-child(4n){
	margin-right: 0;
}
.member figure{
	display: block;
	border-bottom: 2px solid #dad7c3;
}
.member img{
	display: block;
	margin: 0 auto;
}
.member h5{
	font-weight: 700;
	color: #151515;
	font-size: 16px;
	margin-top: 5px;
}
.member_title{
	color: #bdbdbd;
}

/* MOBILE NAV */
.sidr {
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:16.25em;
	overflow-x:none;
	overflow-y:auto;
	font-family: Arial, sans-serif;
	font-size: 1em;
	background:#333;
	color:#fff;
	-webkit-box-shadow:inset 0 0 5px 5px #222;
	-moz-box-shadow:inset 0 0 5px 5px #222;
	box-shadow:inset 0 0 5px 5px #222;
}
.sidr .sidr-inner {
	padding:0 0 15px;
}
.sidr .sidr-inner>p {
	margin-left:15px;
	margin-right:15px;
}
.sidr.right {
	left:auto;
	right:-16.25em;
}
.sidr.left {
	left:-16.25em;
	right:auto;
}
.sidr p {
	font-size:13px;
	margin:0 0 12px;
}
.sidr p a {
	color:rgba(255, 255, 255, 0.9);
}
.sidr>p {
	margin-left:15px;
	margin-right:15px;
}
.sidr ul {
	display:block;
	margin:0 0 1em;
	padding:0;
	border-top:1px solid #1a1a1a;
	border-bottom:1px solid #4d4d4d;
}
.sidr ul li {
	display:block;
	margin:0;
	line-height: 3.0625em;
	border-top:1px solid #4d4d4d;
	border-bottom:1px solid #1a1a1a;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
	border-top:none;
	line-height: 3.0625em;
}
.sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
	-webkit-box-shadow:inset 0 0 1em 0.2em #222;
	-moz-box-shadow:inset 0 0 1em 0.2em #222;
	box-shadow:inset 0 0 1em 0.2em #222;
}
.sidr ul li a, .sidr ul li span {
	padding:0 1em;
	display:block;
	text-decoration:none;
	color:#fff;
}
.sidr ul li ul {
	border-bottom:none;
	margin:0;
}
.sidr ul li ul li {
	line-height: 2.5em;
}
.sidr ul li ul li:last-child {
	border-bottom:none;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
	border-top:none;
	line-height: 2.5em;
}
.sidr ul li ul li.active>a, .sidr ul li ul li.active>span, .sidr ul li ul li.sidr-class-active>a, .sidr ul li ul li.sidr-class-active>span {
	-webkit-box-shadow:inset 0 0 1em 0.2em #222;
	-moz-box-shadow:inset 0 0 1em 0.2em #222;
	box-shadow:inset 0 0 1em 0.2em #222;
}
.sidr ul li ul li a, .sidr ul li ul li span {
	color:rgba(255, 255, 255, 0.8);
	padding-left: 1.875em;
}
.sidr-class-current-menu-item{
	-webkit-box-shadow:inset 0 0 1em 0.2em #222;
	-moz-box-shadow:inset 0 0 1em 0.2em #222;
	box-shadow:inset 0 0 1em 0.2em #222;
}

/* PAGENAVI */
.wp-pagenavi .current,
.wp-pagenavi a{
	display: inline-block;
	padding: 0 5px;
}
.wp-pagenavi .pages{
	padding-right: 5px;
}

/* BREADCRUMB */
#breadcrumb{
	border-bottom: 1px dotted #d0d3dc;
	padding: 6px 0;
	margin-bottom: 15px;
}

/* HOME RED ROW */
#home_red_row{
	height: 45px;
}
.home #home_red_row{
	background: #C8071C;
	color: #fff;
}
#home_red_row{
	background: #DAD7C3;
}
.home_breadcrumb{
	float: left;
	margin-left: 20px;
	line-height: 45px;
}
#home_red_row #searchform{
	float: right;
	margin-right: 20px;
	margin-top: 7px;
}
#home_red_row #searchform input[type="text"]{
	margin-right: 0;
	width: 189px;
	height: 28px;
	padding: 0 10px;
	border: none;
}
#home_red_row #searchform input[type="submit"]{
	background: #fff url(images/search_icon.png) no-repeat center;
	width: 28px;
	height: 28px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

/* DOWNLOADS */
.page-id-618 .item_logo{
	background: url(images/java_logo.png) no-repeat left top;
	padding-left: 40px;
	display: block;
}

/* BANNER */
.banner_section{
	background: #fff;
	padding: 25px 0;
}
.banner_section img{
	display: block;
	margin: 0 auto;
}