/* Section */

.section {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 18px;
	overflow: hidden;
	padding-top: 55px;
}

/* Header */

#header {
	background: #fbf6e7 url(../images/header-bg.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);	
}

#header .section {
	height: 187px;
}

#header .logo {
	float: left;
	width: 306px;
	margin: 7px 0 0;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .contact {
	float: right;
	text-align: right;
	margin-top: 23px;
}

#header .contact .socials {
	margin-bottom: 17px;
}

#header .contact .socials span {
	display: inline-block;
	vertical-align: middle;
	color: #3d4752;
	margin-top: 3px;
	font-size: 15px;
	font-weight: normal;
}

#header .contact .socials ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

#header .contact .socials ul li {
	margin: 0 0 0 9px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

#header .contact .socials ul li a img {	
	display: block;
	height: 20px;
}

#header .contact .phone {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

#header .contact .phone span {
	color: #98c942;
	margin-right: 6px;
}

#header .contact .email {
	font-size: 20px;
	font-weight: bold;
	color: #c1226e;
	margin: 0;
}

#header .contact address {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

/* Top Navi */

#topNavi {
	position: relative;
	background: #c1226e;
	z-index: 2;
}

#topNavi #navigation {
	float: right;
}

#topNavi ul {
	float: left;
	margin: 0;
	padding: 0;
}

#topNavi ul li {
	position: relative;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	list-style: none;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}

#topNavi ul li a {
	display: inline-block;
	padding: 25px;
	color: #fff;
	fonr-weight: normal;
}

#topNavi ul li.Parent,
#topNavi ul li:hover {
	background-color: #98c942;
}

#topNavi ul li.Current {
	background-color: #C1226E;
}
#topNavi ul li ul {
	float: none;
	margin: 0;
	display: none;
	text-align: left;
	position: absolute;
	left: 0;
	padding: 0 0 0;
	min-width: 100%;
	border-bottom: 4px solid #b71367;
}

#topNavi ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #de4488;
	color: #fff;
	font-size: 16px;
}

#topNavi ul li ul li a {
	display: block;
	padding: 10px 15px;
	line-height: 1.2;
	text-transform: capitalize;
	white-space: nowrap;
}

#topNavi ul li ul li:hover {
	background-color: #b71367;
	color: #fff;
}

#topNavi ul li:hover ul {
	display: block;
}

/* Member Navi */

#loginBar {
	position: relative;
	background: #c1226e;
	z-index: 2;
}

#loginBar #navigation {
	float: right;
}

#loginBar ul {
	float: left;
	margin: 0;
	padding: 0;
}

#loginBar ul li {
	position: relative;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	list-style: none;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}

#loginBar ul li a {
	display: inline-block;
	padding: 16px 25px;
	color: #fff;
	fonr-weight: normal;
}

#loginBar ul li.Parent,
#loginBar ul li:hover {
	background-color: #C1226E;
}

#loginBar ul li.Current {
	background-color: #C1226E;
}
#loginBar ul li ul {
	float: none;
	margin: 0;
	display: none;
	text-align: left;
	position: absolute;
	left: 0;
	padding: 0 0 0;
	min-width: 100%;
	border-bottom: 4px solid #b71367;
}

#loginBar ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #de4488;
	color: #fff;
	font-size: 16px;
}

#loginBar ul li ul li a {
	display: block;
	padding: 10px 15px;
	line-height: 1.2;
	text-transform: capitalize;
	white-space: nowrap;
}

#loginBar ul li ul li:hover {
	background-color: #b71367;
	color: #fff;
}

#loginBar ul li:hover ul {
	display: block;
}

/* Login Bar */

#loginBar {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #98c942;
}

#loginBar .section {
	height: 55px;
}

#loginBar .login {
	float: right;
}

#loginBar .login .title {
	float: left;
	margin: 14px 20px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
}

#loginBar .login .form {
	float: left;
}

#loginBar .login .form .textbox {
	float: left;
	width: 173px;
	height: 35px;
	margin: 9px 11px 0 0;
	padding: 0 15px;
	border: 0;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #3d4752;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#loginBar .login .form .submitBtn {
	float: left;
	margin: 9px 0 0;
	padding: 0 19px 0 35px;
	border: 0;
	height: 35px;
	background: #c1226e url(../images/login-ico.png) no-repeat 19px center;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	-webkit-appearance: none;
	letter-spacing: 0.05em;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-size: 8px;
	-moz-background-size: 8px;
	background-size: 8px;
	-ms-behavior: url(/backgroundsize.min.htc);	
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	outline: none;
}

#loginBar .login .form .submitBtn:hover {
	background-color: #d2377d;
}
#loginBar .title a {
	color: #fff;
}
/* Slider */

#slider .slides {
	margin: 0;
	padding :0;
}

#slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider .slides li img {
	display: block;
	width: 100%;
}

#slider .slides .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 32px;
	text-align: center;
	pointer-events: none;
}

#slider .slides .owl-dots .owl-dot {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 10px;
	border: 3px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	pointer-events: auto;
}

#slider .slides .owl-dots .owl-dot.active {
	background-color: #fff;
}

/* Content */

#content {
	background: #f1eed9;
	border-top: 37px solid #98c942;
}

#content .section {
	padding-top: 35px;
	padding-bottom: 35px;
}

/* Footer */

#footer {
	background: #c1226e;
	color: #fff;
	text-align: center;
}

#footer .section {
	padding-top: 22px;
	padding-bottom: 22px;
}

#footer .copyright {
	margin: 0;
	font-size: 15px;
	letter-spacing: 0.05em;
}
#footer .copyright a {
	color: #fff;
}
/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 10px;
	top: 20px;
    width: 28px;
	outline: none;
	z-index: 1;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 5px;
	background: #84a94a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#mm-navigation {
	text-align: left;
}

#mm-navigation ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

#mm-navigation ul li.Current {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

#mm-navigation *:after, #mm-navigation *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#mm-navigation .mm-listview img {
	display: block;
	width: 100%;
}

#mm-navigation .mm-listview p span {
	display: block;
}

#mm-navigation .mm-listview li.color01 a,
#mm-navigation .mm-listview li.color02 a,
#mm-navigation .mm-listview li.color03 a,
#mm-navigation .mm-listview li.color04 a {
	padding-left: 10px;
	color: #fff;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}
.fb-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:800px;
}
.fb-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


