/*
Theme Name: Pensiunea Irina
Theme URI: 
Author: Romtek Web Solutions
Author URI: http://www.romtekwebsolutions.ro
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: pensiune
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

.clear{
	clear: both;
	font-size: 0;
	margin:0;
	padding: 0;
}
.clear-left{
	clear:left;
}
@font-face {
    font-family: 'PhoenixScriptFLFRegular';
    src: url('fonts/phoenixscriptflf-webfont.eot');
    src: url('fonts/phoenixscriptflf-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/phoenixscriptflf-webfont.woff') format('woff'),
         url('fonts/phoenixscriptflf-webfont.ttf') format('truetype'),
         url('fonts/phoenixscriptflf-webfont.svg#PhoenixScriptFLFRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTPro57CnRegular';
    src: url('fonts/helveticaneueltpro-cn-webfont.eot');
    src: url('fonts/helveticaneueltpro-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltpro-cn-webfont.woff') format('woff'),
         url('fonts/helveticaneueltpro-cn-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltpro-cn-webfont.svg#HelveticaNeueLTPro57CnRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'InformalRomanRegular';
    src: url('fonts/infroman-webfont.eot');
    src: url('fonts/infroman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/infroman-webfont.woff') format('woff'),
         url('fonts/infroman-webfont.ttf') format('truetype'),
         url('fonts/infroman-webfont.svg#InformalRomanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*typographic*/
body{
	font-family: Arial, "MS Trebuchet", sans-serif;
	color:#535247;
	background-color: #CEBA71;
	font-size: 13px;
}
h1{
	color:#cb4018;
	font-weight: bold;
	font-size: 16px;
	margin:14px 0 12px;
}
h3{
	font-weight: bold;
	font-size: 14px;
}
h2,h3,h4,h5,h6,a{
	color:#ff8a00;
	text-decoration:none;
	outline:none;
}
strong{
	font-weight: bold;
}
header #navigation ul{
	font-family: 'InformalRomanRegular';
	font-size:170%;
	/*font-weight:bold;*/
}
#post-19 .ngg-gallery-thumbnail{
	margin:12px 19px;
}
.entry-content ul{
	margin:6px 0;
}
.entry-content ul li{
	padding-left: 10px;
	list-style: disc;
	margin:5px 17px;
}
/*layout*/
header{
	background-color: #922b0d;
	padding:7px 0;
	position: relative;
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}

header #navigation{
	background-color: #e6e0ca;
	padding: 8px 0px;
	min-width: 993px;
}
header #navigation ul {
	border-top:1px solid #b3ac93;
	border-bottom:1px solid #b3ac93;
	width:100%;
	min-width: 993px;
	display: block;
	margin: 0 auto;
	text-align:center;
}
header #navigation ul li:first-child{
	margin-left:0;
}
header #navigation ul li:last-child{
	margin-right:0;
}
	
header #navigation ul li{
	display: inline-block;
	height:62px;
	line-height:62px;
	margin:0 2%;
}
header #navigation ul li a{
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    filter: dropshadow(color=rgba(0,0,0,0.4), offx=0, offy=1);
    transition: text-shadow 0.25s linear;
    -moz-transition: text-shadow 0.25s linear; /* Firefox 4 */
    -webkit-transition: text-shadow 0.25s linear; /* Safari and Chrome */
    -o-transition:text-shadow 0.25s linear; /* Opera */

}
header #navigation ul li a:hover{
	text-shadow: 0px 0px 0px rgba(0,0,0,0.4);
    filter: dropshadow(color=rgba(0,0,0,0), offx=0, offy=0);
}
@media screen and (max-width: 1110px) {
	header #navigation ul li{ margin:0 0.6%}

}

header #navigation ul li.left{
	/*margin-right:14%;*/
	margin-right:0;
}
header #navigation ul li.right{
	/*margin-left:14%;*/
	margin-left:0;
}
header #navigation ul li.logo{
	margin:0;
	padding:0;
	height:auto;
	position: relative;
	top:-80px;
	width:286px;
	font-size: 0;
	z-index: 9;
}
header #navigation ul li.logo a{
	display: block;
	position: absolute;
	width:286px;
	height: 138px;
	font-size: 0;
}

footer{
	background-color: #ccc9ae;
	line-height: 46px;
	font-size: 12px;
	font-family: "Calibri", Arial, "MS Trebuchet", sans-serif;
	color:#565449;
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}
footer section{
	width: 960px;
	margin:0 auto;
}
footer .copy{
	float:left;
}
footer #footer-sidebar{
	
}
footer .widget-area{
	display: inline-block;
	margin:0 6px;
	text-align: center;
	
}
footer .Social_Widget{
	line-height: 0;
}
footer .Social_Widget a{
	display: inline-block;
	font-size: 0;
	margin:0 5px;
}
footer .Social_Widget a img{
	margin:0;
}
.socialmedia-buttons img{
	margin-right:0 !important;
}
footer .socialmedia-buttons{
	margin-top:23px;
}
footer #menu-footer-menu li{
	font-size: 12px;
	margin:6px 5px;
	display: inline-block;
	position: relative;
}
footer #menu-footer-menu li a{
	line-height: 12px;
}
footer .ngg-webslice{
	width:20%;
}
footer .ngg-widget a{
	display: inline-block;
	
	font-size: 0;
	line-height: 0;
	margin:5px;
	cursor: default;
	position: relative;
}
#third{
	font-size: 0;
	line-height: 0;
}
footer .ngg-widget a img{
	border: none;
	padding: 0;
	margin: 0;
}

footer .widget_text{
	line-height: 14px;
	text-align: center;
	margin-bottom: 6px;
}
header #lang{
	float: right;
	font-family: 'HelveticaNeueLTPro57CnRegular';
	padding-right:4%;
}
header #lang p{
	float:left;
	color: #fff;
	font-size: 14px;
	padding-right:6px;
	line-height: 26px; 
}
header #lang #lang_sel{
	float:left;
}
header #lang_sel ul li a{
	position: relative;
	padding: 0 0 0 25px !important;
	line-height: 25px !important;
}
header .lang_sel_sel{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-position: 95% 50% !important;
}
header #lang_sel ul li:hover ul,
header #lang_sel ul a:hover ul{border-top: none;}

header #lang_sel ul li:hover a{
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
header #lang_sel ul li:hover ul li a{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
header #lang_sel ul li ul li a{

}
header #lang_sel img.iclflag{
	width:24px;
	height:24px;
	position: absolute;
	left:2px;
}
section{
	margin-bottom: 16px;
}
article{
	background:#DEDCCF;
	width: 960px;
	margin: 0 auto;
	line-height: 16px;
	font-size: 13px;
	padding:0 14px;
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}

article p{
	margin-bottom: 18px;
	margin-top: 8px;
	line-height: 18px;

}
#slider{
	height: 368px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 1px;
	border-bottom: 1px solid #b6b4aa;
}
#slider img{
	width: 100%;
	min-width: 1024px;
}
.book{
	text-align: center;
	font-size: 0;
	margin-top:-22px;
	margin-bottom: -22px;
	position: relative;
	z-index: 9;
}
.book a{
	display: inline-block;
	background: url("images/book.png") no-repeat 0 0;
	width: 216px;
	height: 55px;
	font-size: 0;
	text-indent: -999px;
}
.advanced-slider{
	margin:0 auto;
}
.ngg-galleryoverview{
	margin-top: 0;
}
.ngg-galleryoverview br,
.ngg-galleryoverview p{
	display: none;
}
.ngg-galleryoverview .ngg-gallery-thumbnail{
	margin-right: 26px;
	margin-bottom: 14px;
	background: url(images/picShadow.png) no-repeat bottom center;
	padding-bottom: 10px;

}
.ngg-galleryoverview .ngg-gallery-thumbnail a img{
	background: #a9a46e;
	margin:0;
}
.ngg-galleryoverview .ngg-gallery-thumbnail a:hover img{
	background: #bfb97c;
}
.wpcf7-form{
	margin-left: 20px;
}
.wpcf7-form p{
	margin:11px;
}
.wpcf7-form p.submit{
	text-align: center;
	padding-right:80px;
}
#ngg-webslice h3{
	display: none;
}