/*
Theme Name: Lunax
Author: Efrud
Author URI: http://efrud.hu
Version: 1.1
*/

/*Reset, fix, html block*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {
	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;
}
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;
}
@font-face {
    font-family: 'GeogrotesqueLight';
    src: url('fonts/geogtq-lg.eot');
    src: url('fonts/geogtq-lg.eot') format('embedded-opentype'),
         url('fonts/geogtq-lg.woff') format('woff'),
         url('fonts/geogtq-lg.ttf') format('truetype'),
         url('fonts/geogtq-lg.svg#GeogrotesqueLight') format('svg');
}
@font-face {
    font-family: 'GeogrotesqueRegular';
    src: url('fonts/geogtq-rg.eot');
    src: url('fonts/geogtq-rg.eot') format('embedded-opentype'),
         url('fonts/geogtq-rg.woff') format('woff'),
         url('fonts/geogtq-rg.ttf') format('truetype'),
         url('fonts/geogtq-rg.svg#GeogrotesqueRegular') format('svg');
}
@font-face {
    font-family: 'BentonSansBookRegular';
    src: url('fonts/bentonsans_book.eot');
    src: url('fonts/bentonsans_book.eot') format('embedded-opentype'),
         url('fonts/bentonsans_book.woff') format('woff'),
         url('fonts/bentonsans_book.ttf') format('truetype'),
         url('fonts/bentonsans_book.svg#BentonSansBookRegular') format('svg');
}

body{
	font-family: arial;
	color: #252e39;
	line-height: 20px;
	background: #fff;
	font-size: 14px;
}
.container{
	width: 960px;
	margin: 0 auto;
}

#site_header{
	height: 100px;
	background: url(images/header.png) repeat;
	position: relative;
	z-index: 888;
}
#logo{
	float: left;
	padding-top: 25px;
}

/* Site nav */
#site_nav{
	float: right;
	font-size: 20px;
	padding-top: 58px;
	font-family: 'GeogrotesqueLight';
}
#site_nav a{
	color: #fff0f0;
	text-decoration: none;
}
#site_nav a:hover,#site_nav li.current-menu-item a{
	color: #48bce4;
}
#site_nav li{
	float: left;
	margin-right: 20px;
}
#site_nac li:last-child{
	margin-right: 0;
}

/* Slider */
#featured_slider{
	position: relative;
	top: -100px;
}
.slide_item{
	height: 450px;
	display: block;
	cursor: pointer;
}
#slides{
	display: none;
	height: 464px;
	position: relative;
}
.slidesjs-pagination li a{
	background: #cbcfd3;
	width: 116px;
	height: 6px;
	display: block;
	text-indent: -99999em;
}
.slidesjs-pagination li{
	float: left;
	margin-right: 4px;
}
.slidesjs-pagination li a.active{
	background: #f1a61f;
}
.slidesjs-pagination{
	display: block;
	margin: 0 auto;
	width: 960px;
	height: 6px;
}
.slidesjs-container{
	height: 458px !important;
}
.slidesjs-navigation{
	position: absolute;
	top: 119px;
	left: 0;
	display: block;
	width: 59px;
	height: 60px;
	z-index: 9999;
	background: url(images/slide_nav.png) no-repeat;
	text-indent: -9999em;
	cursor: pointer;
}
.slidesjs-next.slidesjs-navigation{
	top: 181px;
	background: url(images/slide_nav.png) no-repeat 0 -62px;
}
.home_container{
	margin-top: -52px;
}
.slider_desc h3{
	font-size: 45px;
	color: #f1a61f;
	font-family: 'GeogrotesqueRegular';
	line-height: 33px;
	margin-bottom: 12px;
}
.slider_desc p{
	color: #b5bac0;
	font-size: 15px;
	line-height: 22px;
}
.slider_desc{
	margin-top: 280px;
	overflow: hidden;
	background: url(images/slider_desc.png) no-repeat center;
	height: 141px;
}
.desc_title{
	width: 505px;
	height: 85px;
	float: right;
	padding: 20px;
}
.slider_desc a{
	color: #48bce4;
	text-decoration: none;
}
.slider_desc a:hover{
	text-decoration: underline;
}

/* Home left */
#content{
	float: left;
	width: 570px;
}

/* Sidebar */
#sidebar{
	float: right;
	width: 360px;
}
.widget_title{
	color: #495766;
	font-size: 24px;
	margin-bottom: 12px;
	font-family: 'GeogrotesqueRegular';
}
.widget{
	margin-bottom: 18px;
/*	font-family: 'BentonSansBookRegular';*/
}

/* Footer */
#site_footer{
	height: 40px;
	line-height: 40px;
	background: #1d2a35;
	margin-top: 20px;
}
.copy{
	float: left;
	color: #8a95a1;
}
#footer_nav{
	float: right;
}
#footer_nav a{
	color: #fff;
	text-decoration: none;
}
#footer_nav a:hover{
	color: #48bce4;
}
#footer_nav li{
	float: left;
	margin-right: 9px;
}
#footer_nav li:last-child{
	margin-right: 0;
}

/* Page */
#page_image{
	height: 180px;
	position: relative;
	margin-top: -100px;
	z-index: 777;
	margin-bottom: 44px;
	padding-top: 100px;
}
#page_title{
	background: url(images/page_title.png) no-repeat center;
	height: 91px;
	margin-top: 77px;
}
#page_image h1{
	font-size: 45px;
	color: #f1a61f;
	font-family: 'GeogrotesqueRegular';
	top: 180px;
	width: 343px;
	height: 75px;
	background: url(images/page_title.png) repeat;
	line-height: 75px;
	padding-left: 17px;
	float: right;
}
section.entry p{
	margin-bottom: 12px;
}
section.entry a{
	color: #1d9ad6;
	text-decoration: none;
}
section.entry a:hover{
	text-decoration: underline;
}
section.entry h1{
	color: #ed950b;
	font-size: 35px;
	font-family: 'GeogrotesqueRegular';
	margin-bottom: 13px;
}
section.entry h2{
	color: #ed950b;
	font-size: 28px;
	font-family: 'GeogrotesqueRegular';
	margin-bottom: 13px;
}
section.entry h3{
	color: #ed950b;
	font-size: 21px;
	font-family: 'GeogrotesqueRegular';
	margin-bottom: 13px;
}
section.entry h4{
	color: #ed950b;
	font-size: 18px;
	font-family: 'GeogrotesqueRegular';
	margin-bottom: 18px;
}
section.entry ul{
	background: #dcdee1;
	padding: 13px 11px;
	margin-bottom: 12px;
}
section.entry ul li{
	line-height: 20px;
	margin-bottom: 8px;
	background: url(images/li.png) no-repeat left top;
	padding-left: 30px;
}
section.entry ul li:last-child{
	margin-bottom: 0;
}
*:focus  
{  
    outline: none;  
}  
h1.post_title{
	color: #ed950b;
	font-size: 28px;
	font-family: 'GeogrotesqueRegular';
	margin-bottom: 13px;
}

/* Home posts */
article.post,.arrow_item{
	background: url(images/blue_arrow.png) no-repeat left top;
	padding-left: 34px;
}
.arrow_item{
	margin-bottom: 13px;
}
article.post h1{
	font-size: 28px;
	font-family: 'GeogrotesqueRegular';
	line-height: 25px;
	margin-bottom: 13px;
}
article.post h1 a{
	color: #ed950b;
	text-decoration: none;
}
article.post{
	margin-bottom: 15px;
}

/* Contact form */
#contact_form br{
	display: none;
}
.cf_row{
	margin-bottom: 25px;
}
.cf_row.input{
	height: 45px;
	width: 570px;
	background: url(images/contact_input.png) no-repeat;
}
.cf_row.input label{
	display: block;
	float: left;
	width: 65px;
	height: 45px;
	cursor: pointer;
	font-family: 'GeogrotesqueRegular';
	font-size: 18px;
	padding-left: 15px;
	color: #fff;
	line-height: 45px;
}
.cf_row.input input{
	width: 463px;
	padding-left: 27px;
	height: 45px;
	color: #89919a;
	font-size: 18px;
	font-family: 'GeogrotesqueRegular';
	border: none;
	background: none;
}
.cf_row.area{
	width: 570px;
	height: 185px;
	background: url(images/contact_area.png) no-repeat;
}
.cf_row.area label{
	display: block;
	float: left;
	width: 555px;
	height: 45px;
	font-family: 'GeogrotesqueRegular';
	font-size: 18px;
	padding-left: 15px;
	color: #fff;
	line-height: 45px;
}
.cf_row.area textarea{
	width: 540px;
	height: 110px;
	border: none;
	resize: none;
	padding: 15px;
	color: #89919a;
	font-size: 18px;
	font-family: 'GeogrotesqueRegular';
	background: none;
}
.cf_row.submit input{
	background: url(images/contact_submit.png) no-repeat;
	border: none;
	text-indent: -9999em;
	display: block;
	width: 143px;
	height: 45px;
	cursor: pointer;
}
.cf_row.submit input:hover{
	background: url(images/contact_submit.png) no-repeat 0 -45px;
}
.cf_row.submit{
	margin-bottom: 0;
}
body div.wpcf7-validation-errors{
	border: 2px solid #F1A61F;
}
body div.wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
}
body span.wpcf7-not-valid-tip {
    background: #DADEE1;
    border: none;
    font-size: 18px;
    font-family: 'GeogrotesqueRegular';
    left: 26px;
    padding: 2px;
    position: absolute;
    top: -6px;
    width: 415px;
    color: #495766 !important;
    z-index: 100;
}
.ref_item{
	width: 300px;
	float: left;
	margin-right: 30px;
	margin-bottom: 18px;
}
.ref_item:nth-child(3n){
	margin-right: 0;
}
.ref_image{
	width: 284px;
	height: 209px;
	background: #1a2a37;
	padding: 8px;
	margin-bottom: 13px;
}
section.entry h3.ref_title{
	color: #495766;
	margin-bottom: 9px;
}
.ref_none{
	display: none;
}

/* 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 "Helvetica Neue",Helvetica,Arial,sans-serif;
	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);
}

/* Partners */
.partner{
	width: 170px;
	float: left;
	margin-right: 30px;	
	margin-bottom: 30px;
	font-weight: bold;
}
.partner img,section.entry ul#single_gallery li img{
	border: 8px solid #dcdee1;
	margin-bottom: 12px;
	display: block;
}
#partners .partner:nth-child(3n),section.entry ul#single_gallery li:nth-child(3n){
	margin-right: 0;
}

/* Single gallery */
section.entry ul#single_gallery{
	background: none;
	margin-bottom: 12px;
	padding: 0;
}
section.entry ul#single_gallery li{
	background: none;
	line-height: 20px;
	margin-right: 30px;	
	margin-bottom: 30px;
	padding: 0;
	width: 170px;
	height: 155px;
	float: left;
}