/* HTML5 Boilerplate  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}
html {
}
html, button, input, select, textarea {
	color: #222;
}
body {
	margin: 0;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Raleway', sans-serif;
}

::-moz-selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}
::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}
a {
	outline:none !important;
}
a:visited {
}
a:hover {
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: 31px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
*overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*width: 13px;
*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
ul, ul li {
	margin:0;
	padding:0;
	/*list-style:none;*/
	padding-bottom:10px;
	line-height:20px;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}
/* =============================================================================
   Author Style Start
   ========================================================================== */

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:100px;
    height:130px;
    position:absolute;
    left:0px;
	right:0px; /* centers the loading animation horizontally one the screen */
    top:42%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/loader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:0 auto; /* is width and height divided by two */
	text-align:center;
	font-family: 'corbelregular';
	font-size:14px;
	color:#999;
}

#wrapper {
	width:100%;
	margin:auto;
	float:left;
	background:url(../images/main-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#main {
	margin:0 auto;
	position:relative;
}
#slider {
	width:25%;
	height:auto;
	margin:7% auto 0 auto;
	position:relative;
}
#slider-frame {
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#slider-frame img{
	width:100%;
	height:auto;
}
#menu-wrapper {
	width:600px;
	height:88px;
	margin:0 auto;
	background:url(../images/menu-bg.png) no-repeat;
}
#menu {
	width:600px;
	height:50px;
	margin:40px auto 0 auto;
	float:left;
}
#menu ul {
	width:100%;
	margin:12px auto 0 auto;
	text-align:center;
}
#menu ul li {
	width:auto;
	display:inline-block;
	border-right:1px solid #dd9d31;
}
#menu ul li a {
	color:#fdce7e;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin:0 15px;
}
#menu ul li a:hover {
	color:#fff;
}
#menu ul li a.active {
	color:#fff;
}
.no-border{
	border:none !important;
}
.iframe {
	z-index:999999;
	overflow:visible
}
#cboxClose {
	width:115px !important;
	height:30px !important;
	background:#a25e31 url(../images/back.jpg) no-repeat!important;
	top:12% !important;
	right:18% !important;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position:absolute !important;
}
.overflow {
	overflow:hidden !important;
}
#cboxClose:hover {
	background-color:#924a22 !important;
}

#footer{
	position:fixed;
	bottom:0px;
	width:96%;
	padding:15px 2%;
	background:url(../images/footer-bg.png) repeat;
}
#copy{
	width:auto;
	float:left;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
}
#social{
	float:right;
	width:auto;
}
#social a{
	float:right;
	color:#fff;
	text-decoration:none;
	margin:0 0 0 10px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#social a:hover{
	color:#fdc446;
}
p{
	  font-size:16px;
	  line-height:22px;
	  color:#333;
	  padding:0 0 10px 0 !important;
	  margin:0 !important;
	  font-family: 'Lato', sans-serif;
	  text-align:justify;
	  font-weight:400;
	  float:left;
}
#inner-wrapper {
	width:100%;
	margin:auto;
	float:left;
	background:#dcd9ce url(../images/inner-bg.jpg) no-repeat center top;
}
#inner-main{
	width:1024px;
	margin:0 auto;
	padding:30px 0 80px 0;
}
#inner-main h2{
	font-weight:100;
	font-size:30px;
	width:100%;
	padding:0 0 10px 0;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	color:#474747;
	border-bottom:2px solid #c5bfa9;
	margin:0 0 25px 0;
}
#inner-main h3{
	font-weight:100;
	font-size:20px;
	width:100%;
	padding:20px 0 10px 0;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	color:#474747;
	border-bottom:2px solid #c5bfa9;
	margin:0 0 25px 0;
	float:left;
}
#about{
	width:100%;
	float:left;
	padding:0 0 5% 0;
}
#image-profile{
	width:40%;
	float:left;
}
#image-profile img{
	width:100%;
	height:auto;
}
#text{
	float:right;
	width:58%;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}

.innerSec { width:100%; padding:3% 0; }
.innerSec p { margin-bottom:20px; }
.innerSec h2 { font-weight:400 }

.sort { margin:0 0 10px 0 ; }
.sort h2 { display:none; float:left; font-size:20px; color:#000; font-weight:400; text-transform:uppercase; padding-top: 8px; }
.sort ul { float:left; margin-left: 1%; }
.sort li{ display:inline-block;}
.sort li a{ }
.filter { cursor:pointer; font-size:13px; text-transform:uppercase; padding: 10px 20px; color:#000; border:1px solid #e1e1e1; background:#e9e7e3;}
.sort .active{ color:#333; background: #fff;}
.d-item{ width:23%; height:auto; float:left;  position:relative; margin:1%;}
.d-item .pic { display:block; position:relative; overflow:hidden;  }
.d-item .pic img { width:100% }
.d-item:hover{ }
#Container .mix{ display: none; }
.d-item h4 { font-size:12px; text-align:center; text-transform:uppercase; padding:10px 0 10px 0; font-weight: 400; transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s; background: #F2F1F1; }
.container { width:100%; margin:0 auto; position:relative; }

#happenings{
	width:100%;
	float:left;
}
#happenings ul{
	width:110%;
	float:left;
	overflow:hidden;
}
#happenings ul li{
	width:44%;
	float:left;
	margin:0 2.5% 15px 0;
	border-bottom:2px solid #c5bfa9;
	padding:0 0 10px 0;
}
#happenings ul li img{
	width:100%;
	/*height:auto;*/
	padding:10px 0;
}
#happenings ul li h3{
	width:100%;
	color:#333;
	font-size:18px;
	font-weight:600;
}
#happenings ul li a{
	margin:0 !important;
	padding:0 !important;
	color:#333;
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
}
#touch{
	width:100%;
	float:left;
}
#touch h3{
	margin:0 0 5px 0;
}
#left{
	width:49%;
	float:left;
}
#left ul{
	width:100%;
	float:left;
}
#left ul li{
	width:100%;
	float:left;
	margin:10px 0 0 0;
}
#left ul li label{
	width:25%;
	float:left;
	line-height:35px;
	font-size:14px;
}
#left ul li .textfields{
	width:66%;
	padding:6px 2%;
	background:#fff;
	color:#666;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	float:right;
}
#left ul li .textarea{
	width:66%;
	height:120px;
	padding:6px 2%;
	background:#fff;
	color:#666;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	float:right;
}
.btn{
	padding:8px 15px;
	background:#aa6437;
	color:#fff;
	font-size:14px;
	font-weight:600;
	border:none;
	float:right;
}
#right{
	width:49%;
	float:right;
}
/* =============================================================================
   Author Style End
   ========================================================================== */
