/* CSS Document, GiriSiri */

@import url(reset.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700);

body{
	font-family: 'Open Sans', sans-serif;
	background:url(../images/backgorund.jpg) no-repeat;
	background-size:cover;
}
input.dtxtbx{
	font-family: 'Playfair Display', serif;
	background:url(../images/txtbx-bg.jpg) no-repeat;
	width:234px;
	height:24px;
	text-transform:uppercase;
	border:none;
	color:#35281b;
	padding:5px;
	font-size:12px;
}
textarea.dtxtbxarea{
	font-family: 'Playfair Display', serif;
	background:url(../images/txtarea-bg.jpg) no-repeat;
	width:234px;
	height:114px;
	text-transform:uppercase;
	border:none;
	color:#35281b;
	padding:5px;
	font-size:12px;
}
input[type=submit].submitbtn{
	font-family: 'Playfair Display', serif;
	background:url(../images/btn-bg1.png) no-repeat;
	width:87px;
	height:35px;
	border:none;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
a.read{
	font-family: 'Playfair Display', serif;
	background:url(../images/btn-bg1.png) no-repeat;
	display:inline-block;
	width:87px;
	height:25px;
	padding:5px 0;
	border:none;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}
.wrapper{
	width:960px;
	margin:0 auto;
}
.pullleft{
	float:left;
}
.pullright{
	float:right;
}
strong span{
	color:#900;
}
header{
	background:url(../images/header-bg.png) no-repeat center center;
	background-size:cover;
	height:182px;
	width:100%;
}
a.logo{
	float:left;
	margin-top:10px;
	background:url(../images/girisiri-logo.png) no-repeat;
	width:195px;
	height:80px;
}
a.logo:hover{
	background:url(../images/girisiri-logo-hover.png) no-repeat;
}
section{
}
.slider{
	width:930px;
	height:313px;
	margin:0 auto;
	border:15px solid #445016;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.heading{
	font-family: 'Playfair Display', serif;
	font-size:20px;
	width:920px;
	padding:20px;
	margin:0 auto;
	background:#445016;
	color:#fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.introtext{
	font-size:13px;
}
.introtext h1{
	font-family: 'Playfair Display', serif;
	font-size:30px;
	margin-bottom:10px;
}
.three-col{
	width:100%;
}
.three-col div{
	display:inline-block;
	width:28%;
	margin:0 1%;
	color:#604b33;
	font-size:14px;
	vertical-align:top;
	padding:10px;
	background: rgba(255, 255, 255, 0.2);
	min-height:250px;
	border-radius:10px;
}
.three-col div h1{
	font-family: 'Playfair Display', serif;
	color:#33261a;
	font-size:28px;
	text-transform:uppercase;
	margin-bottom:10px;
}
ul.list{
	list-style:disc;
	margin:0 0 0 12px;
	font-weight:bold;
	font-size:13px;
}
.map{
	float:right;
	border:5px solid #33261a;
	width:600px;
	height:400px;
}
.clrfooter{
	clear:both;
	height:50px;
}
footer{
	width:100%;
	background:#33261a;
	padding:50px 0;
}
footer div {
	color:#e6d3a5 !important;
	font-size:13px !important;
	background: none !important;
	min-height:inherit !important;
	border-radius:0 !important;
}
footer h1{
	font-size:22px !important;
	color:#e3bb5c !important;
}
.copyright{
	background:#000;
	padding:20px 0;
	color:#ecd8a9;
	font-size:11px;
}
.copyright a{
	color:#ecd8a9;
}
.copyright a:hover{
	text-decoration:underline;
}

