/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin
		- Section Padding
		- SlidePanel

	## Header
		- Header Contact Info
		- Header Contact
		- Header Logo Box
		- Header2:: HeaderLogo Setting
		- Header3
		- Header3: Site Title
		- Contact Us
		
	## Navigation Menu

	## Footer
		- Block Title
		- Widget Title
		- Block Content
		- Footer About Us
		- Footer Our Spa
		- Footer Our Info
		- Footer Bottom
		- Footer Logo
		- Copyright
		- Footer Socials
		
	## Theme Switcher
	
	## Shortcodes
		- Photos Slider
		- About Us
		- Vision Mission
		- Section Banner
		- Vision Mission
		- Our Mission
		- Our Popular Service
		- Popular Service Box
		- Popular Service Thumb
		- All Service
		- Our Gallery
		- Section Title
		- Our News
		- Statistics Section
		- Testimonials Section
		- BlogPost List
		- Page Banner
		- Contact Section
		- Contact Form
		
	## Responsive
		- Min Width 992	
		- Min Width: 992 to Max Width: 1199
		- Min Width 991
		- Min Width: 768 to Max Width: 991
		- Max Width: 768
		- Max Width: 479
*/		

/* ## Global */
body {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	background-color: transparent;
	color: #737373;
	overflow-x: hidden;
	word-wrap: break-word;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

/* - Font Settings */
.bg_overlay {
	position: relative;
}
.bg_overlay::before {
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Section Padding */
.section-padding {
	padding-top: 130px;
}

/* - SlidePanel */
#slidepanel {
    display: block;
}
#closeit,
#toggle,
#slideit {
    display: none;
}

/* ## Header */
.header-main {
	background-color: #fff;	
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

/* - Header Contact Info */
.header-contact-info {
	display: inline-block;
    padding-bottom: 25px;
    padding-top: 33px;
    position: relative;
    width: 100%;
}

/* - Header Contact */
.header-contact {
	position: relative;
	z-index: 1;
	padding-left: 0;
	margin-bottom: 0;
	float: left;
}
.header-contact li {
	display: inline-block;
	list-style: none;
	margin-right: 40px;	
	letter-spacing: 1px;
	text-align: left;
	font-size: 14px;
	position: relative;
}
.header-contact li:last-of-type {
	margin-right: 0;
}
.header-contact li a {
	color: #737373;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header-contact i {
	color: #56b224;
	font-size: 18px;
	line-height: 22px;
	margin-right: 7px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header-contact li:hover i,
.header-contact li:hover a {
	color: #000;
}

/* - Header Socials */
.header-socials {
	text-align: right;
	float: right;
	right: 10px;
	padding-left: 0;
	margin-bottom: 0;
}
.header-socials li {
	display: inline;
	list-style: none;
	text-align: center;
	margin-right: 12px;
}
.header-socials li:last-of-type {
	margin-right: 0;
}
.header-socials li i {
	background-color: #56b224;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	transition: all 0.5s ease 0s;
	vertical-align: baseline;
	width: 25px;
	margin-left: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header-socials li:hover i {
	background-color: #000;
}
.footer-site-logo a{
	max-height: 135px;
	max-width: 135px;
	display: inline-block;
}

/* ## Footer */
/* - Footer Top */
.footer-top {
	color: #fff;
	background-color: #56b224;
	padding: 35px 0;
}

/* - Block Title */
.widget .block-title,
.block-title{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
	padding-left: 40px;
}
.widget .block-title > i,
.block-title > i {
	color: #56b224;
	font-size: 20px;
	left: 0;
	position: absolute;
	top: 5px;
}
.widget .block-title > span,
.block-title > span {
	color: #67686a;
	font-family: "Lato",sans-serif;
	font-size: 24px;
	line-height: 32px;
}

/* - Widget Title */
.widget .block-title {
	margin-bottom: 12px;
}
.widget .block-title > i {
    color: #fff;
}
.widget .block-title > span {
	color: #fff;   
}

/* - Widget Area : Block Title */
.widget-area .block-title {
	padding-left: 38px;
}
.widget-area .block-title h2  {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
}
.widget-area .widget .block-title > i {
	color: #56b224;
    font-size: 20px;
    top: 5px;
}

/* - Block Content */
.block-content {
	margin-top: 5px;
	line-height: 26px;
}

/* - Footer About Us */
.footer-about-us p {
	font-size: 15px;
}

/* - Footer Our Spa */
.menu-our-spa-container ul {
	padding-left: 0;
}
.footer-our-spa ul li{	
	border-bottom: none;
    list-style: none;
    margin-bottom: 8px;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    text-align: left;
	font-size: 14px;
}
.footer-our-spa ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-our-spa ul li a:hover {
	color: #000;
}
.footer-main .widget.widget_nav_menu .menu-our-spa-container ul li {
	padding-left: 20px;
}
.footer-main .widget.widget_nav_menu .menu-our-spa-container ul li::before{
	position: absolute;
	content: "-";
	left: 0;
}
.footer-site-logo {
	position: relative;
	float: left;
	text-decoration: none;	
}
.footer-site-logo h2 {
	color: #67686a;
	float: left;
	font-size: 30px;
	line-height: 38px;
	margin: 1px 0 0;
	word-wrap: break-word;
	text-transform: capitalize;
}
.footer-site-logo > img {
	float: left;
	max-width: 50px;
	margin-right: 5px;
}
.footer-site-logo h2 span {
	color: #56b224;
}
.footer-site-logo .image-logo {
	float: left;
}

/* - Footer Our Info */
.footer-our-info ul li{
	list-style: none;
	margin-bottom: 12px;
}
.footer-our-info ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-our-info ul li a:hover  {
	color: #000;
}
.footer-our-info i {
    width: 15px;
	margin-right: 10px;
}

/* - Footer Bottom */
.footer-bottom {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

/* - Footer Logo */
.footer-logo > img {
    float: left;
	clear: both;
    height: 28px;
    margin-right: 12px;
}
.footer-logo:hover > img {
	opacity: 0.5;
}
a.footer-logo  {
	color: #67686A;
	font-size: 25px;
	text-decoration: none;
}
.header2 .navbar-header a.footer-logo {
	margin: 0 28px;
	display: inline-block;
	padding-top: 17px;
	position: relative;
	z-index: 5;
}
a.footer-logo:hover {
	color: #000;
}
a.footer-logo span {
	color: #56b224;
}

/* - Copyright */
.copyright {
	color: #67686a;
	font-size: 14px;
	line-height: 39px;
	text-align: center;
}
.copyright p {
	margin-bottom: 0;
}

/* - Footer Socials */
.footer-socials ul {
	float: right;
	clear: both;
	margin-bottom: 0;
	line-height: 38px;
}
.footer-socials li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.footer-socials li:last-of-type {
	margin-right: 0;
}
.footer-socials li a i {
	color: #fff;
	background-color: #56b224;
	border-radius: 100%;
	font-size: 13px;
	width: 25px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border: 1px solid transparent;
}
.footer-socials li:hover i {
	background-color: #fff;
	color: #56b224;
	border-color: #56b224;
}

/* - Footer: Custom Text */
.footer-bottom.image-logo .footer-site-logo a,
.footer-bottom.site-title .footer-site-logo a,
.footer-bottom.custom-text .footer-site-logo a {
	display: block;
	text-decoration: none;
}

/* - Footer: Image Logo */
.footer-bottom.image-logo .footer-site-logo a {
	max-width: 50px;
	max-height: 30px;
	margin-top: 4px;
}

/* ## Theme Switcher */
.color-switcher {
    width: 230px;
    position: fixed;
    left: 0;
    top: 180px;
    z-index: 999;
    padding: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.color-switcher h5 {
    font-size: 15px;
    margin-top: 0;
    padding: 0 20px 0;
}
.color-switcher p {
    background-color: #fff ;
    color: #000;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
}
.color-switcher ul {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    width: 100%;
}
.color-switcher ul li {
    float: left;
}
.color-switcher-block li a img {
	border: 2px solid transparent;
}
.color-switcher-block li.active a img {
	border-color: #000;
}
.color-switcher ul li a {
    display: block;
    width: 35px;
    height: 35px;
    outline: none;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #333;
}
.picker_close {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    background: #fff;
	line-height: 53px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #000;
}
.picker_close i {
    font-size: 22px;
}
.position {
    left: 40px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.position .style-picker {
    display: table;
}
.style-picker,
.layouts,
.backgrounds,
.choose-header,
.choose-footer {
	display: none;
	text-align: left;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.style-picker h3 {
	border-bottom: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin: 12px 0 0;
    padding-bottom: 10px;
    padding-left: 35px;
    text-align: center;
    text-transform: uppercase;
}
.layouts a,
.choose-header a,
.choose-footer a {
    display: inline-block;
    text-align: center;
    width: 40%;
    margin: 0 5px 0 0;
    color: #5d5d5d;
    font-size: 15px;
    border: 1px solid #e7e7e7;
    padding: 5px 7px 2px;
}
.layouts a:hover,
.choose-header a:hover,
.choose-footer a:hover {
    border: 2px solid #a9a9a9;
    padding: 4px 5px 1px;
}
.styleswitcher {
    position: fixed;
    width: 120px;
    background: #ffffff;
    color: #595959;
    top: 150px;
    right: -123px;
    z-index: 999;
}
.styleswitcher p {
    color: #000 !important;
}
.styleswitcher.ackapa {
    left: 0;
}
.styleswitcher .switch {
    padding-left: 15px;
    padding-bottom: 10px;
}
.styleswitcher .switch h5 {
    margin-top: 20px;
}
.styleswitcher .switch p {
    margin-top: 10px;
}
.stylebutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    top: 0px;
    right: -40px;
}
.styleswitcher a {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
    position: relative;
    z-index: 999;
}
.color-switcher ul li {
    margin: 2px;
}
.color-switcher-block {
	max-width: 195px;
	margin: 0 auto;
}

/* ## Shortcodes */
/* - Photos Slider */
.photos-slider {
	position: relative;
}
.photos-slider .carousel-control {
	text-shadow: none;
	position: absolute;
	bottom: 0;
	width: 55px;
	height: 55px;
	line-height: 60px;
	text-align: center;
	opacity: 1;
	color: #fff;
	font-size: 15px;
	background-color: #56b224;
	top: auto;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	left: 15px;
}
.photos-slider .carousel-control.right{
	left: 70px;
}
.photos-slider .carousel-control.right,
.photos-slider .carousel-control.left {
	background-image: none ;
	filter: none;
}
.photos-slider .carousel-control.right:hover,
.photos-slider .carousel-control.left:hover {
	background-color: #48a614;
}

/* - Carsousel Fade */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 3;
}

/* - Photos Slider Note */
.photos-slider-note {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

/* - Opening Hours */
.opening-hours {
	float: right;
	right: 0;
	position: relative;
	color: #fff;
	padding: 45px 0;
	max-width: 320px;
	clear: both;
}
.opening-hours::before {
	position: absolute;
	content: "";
	background-color: #000;
	opacity: 0.3;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.opening-hours h3 {
	font-family: "Lato",sans-serif;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 28px;
	text-align: left;
	text-transform: capitalize;
}
.opening-hours span {
	margin-left: 12px;
}
.opening-hours span,
.opening-hours p {
	font-family: "Raleway",sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
.opening-hours i {
	color: #56b224;
	font-size: 20px;
}
.opening-hours p{
	margin-bottom: 0;
}
.opening-hours h3 {
	margin-top: 0;
}

/* - About Us */
.about-us {
	margin-top: 90px;
	margin-bottom: 70px;
}

/* - About Right */
.about-right {
	right: -15px;
}
.about-right .owl-carousel .owl-item img {
	width: auto;
}
.about-right .item {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.about-right .item img {
	height: auto;
	border: 2px solid transparent;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.about-right .item:hover img {
	border-color: #56b224;
}

/* - Vision Mission */
.section-bg {
	text-align: center;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

/* - Section Banner */
.section-banner {	
	text-align: center;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;	
}
.section-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #56b224;
	opacity: 0.5;
	display: inline-block;
	width: 100%;
}
.section-banner h3 {	
	position: relative;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 9px;
	padding: 100px 15px;
	color: #fff;
	z-index: 2;
	word-wrap: break-word;
	margin: 0;
	line-height: 42px;
	z-index: 2;
	font-family: "Raleway",sans-serif;
}

/* - Vision Mission: Container */
.our-mission,
.our-vision {
	padding: 90px 15px 0;
	background-color: #fff;
}

/* - Our Mission List */
.our-mission .block-content {
	margin-left: -15px;
}
.our-mission-list li {
	padding-left: 5px;
	margin-bottom: 10px;
}
.our-mission-list li:last-of-type {
	margin-bottom: 0;
}
.our-mission-list span {
	width: 22px;
}
.our-mission-list .wpb_content_element {
	margin-bottom: 0;
}

/* - Our Mission */
.our-mission h3 {
	margin-top: 0;
}

/* - Our Popular Service  */
.our-popular-service {
	margin-bottom: 55px;
	margin-top: 92px;
}

/* - Popular Service Box */
.service-bg {
	position: relative;
	z-index: 1 !important;
}
.service-bg .section-banner {
	position: relative;
	z-index: 2;
}
.popular-service-box {
	background-color: #56b224;
	color: #fff;
	padding: 30px;
}	
.popular-service-box .block-title > i {
	color: #fff;
}
.popular-service-box .block-title {
	padding-left: 38px;
}
.popular-service-box .block-title span{
	color: #fff;
}
.popular-service-box .entry-content p {
	font-size: 15px;
	line-height: 27px;
	color: #fff;
}

/* - Popular Service Thumb */
.popular-service-thumb {
	text-align: center;
	right: -30px;
}
.popular-service-thumb h3,
.popular-service-thumb.owl-carousel .owl-item img {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.popular-service-thumb.owl-carousel .owl-item img {
	border-radius: 100%;
	width: auto;
	border: 2px solid transparent;
}
.popular-service-thumb .item:hover img {	
	border-color: #56b224;
}
.popular-service-thumb h3 {
	color:#737373;
	font-size: 18px;
}
.popular-service-thumb .item:hover h3 {
	color: #000;
}

/* - All Service */
.all-service-thumb {
	margin:90px 0 75px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.all-service-thumb h3,
.all-service-thumb.owl-carousel .owl-item img {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.all-service-thumb.owl-carousel .owl-item img {
	border-radius: 100%;
	width: auto;
	border: 2px solid transparent;	
}
.all-service-thumb.owl-carousel .owl-item:hover img {
	border-color: #56b224;
}
.all-service-thumb h3 {
	color:#737373;
	font-size: 18px;
}
.all-service-thumb .item:hover h3 {
	color: #000;
}

/* - Our Gallery */
.our-gallery {
	text-align: center;
}
.our-gallery.gallery-full {
	margin-top: 90px;
}
.our-gallery-thumb a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 350px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
.our-gallery-thumb a::before {
	position: absolute;
	content: "\f00e";
	font-family: "FontAwesome";
	left: 0;
	right: 0;
	top: 0%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	z-index: 1;
	opacity: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.our-gallery-thumb a::after {
	background-color: rgba(0,0,0,0.5);
	bottom: 2px;
	content: "";
	display: inline-block;
	left: 2px;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 0;
	z-index: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.our-gallery-thumb a:hover::after {
	width: 99%;
}
.our-gallery-thumb a:hover::before {
	top: 50%;
}
.our-gallery-thumb a:hover::after,
.our-gallery-thumb a:hover::before {
	opacity: 1;
}

/* - Section Title */
.section-title{
	text-align: center;
	margin-bottom: 60px;
}
.section-title i {
	color: #56b224;
	font-size: 24px;
}
.section-title h3 {
	font-size: 26px;
	color: #67686a;
	line-height: 36px;
}
.section-title  p {
	font-size: 15px;
	line-height: 27px;
	color: #737373;
	padding: 0 150px;
}
.our-gallery-thumb a img {
	border: 2px solid transparent;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.our-gallery-thumb a:hover img {
	border-color: #56b224;
}

/* - Our News */
.our-news {
	margin-top: 50px;
}
.main_ournews {
	margin-top: 90px;
}
.news-box {
	margin-bottom: 50px;
}

/* - Entry Cover */
.news-box .entry-cover a img {
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.news-box .entry-cover a:hover img {
	border-color: #56b224;
}

/* Entry Title */
.news-content .entry-title h3 {
	font-size: 22px;
	margin-top: 0;
}
.news-box .entry-title a {
	font-size: 22px;
	color: #56b224;
	text-align: left;
	line-height: 30px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;	
	font-family: "Raleway",sans-serif;
}
.news-box .entry-title:hover a {
	color: #000;
}

/* - Entry Meta */
.post-category i,
.entry-meta i {
	margin-right: 10px;
	color: #999;
}
.entry-meta a {
	color: #737373;
	font-size: 14px;
	text-decoration: none;
	line-height: 25px;
	margin-right: 6px;
	text-align: left;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: relative;
}
.post-category a::after,
.entry-meta a::after {
	bottom: 3px;
	color: #777;
	content: ",";
	font-size: 25px;
	position: relative;
	right: 0;
}
.post-category a::after,
.entry-meta.tags a::after {
	bottom: 0;
	right: 0;
}
.post-category a:last-of-type,
.entry-meta a:last-of-type {
	margin-right: 0;
	padding-right: 0;
}
.post-category a:last-of-type::after,
.entry-meta a:last-of-type::after {
	content: "";
}
.post-category a:hover,
.entry-meta a:hover {
	color: #56b224;
}

/* - Entry Content */
.entry-content {
	display: inline-block;
	width: 100%;
}
.entry-content p {
	font-size: 16px;	
	line-height: 26px;
}

/* - Entry Footer */
a.entry-footer {
	color: #56b224;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 21px;
	text-align: left;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-weight: 500;
}
a.entry-footer:hover {
	color: #000;
}
.footer-main .widget-news-list .entry-content a,
.footer-main a.entry-footer {
	color: #fff;
}
.footer-main .widget-news-list .entry-content a:hover,
.footer-main a.entry-footer:hover {
	color: #000;
}

/* - Statistics Section */
.statistics-section {
	text-align: center;
	position: relative;	
	-webkit-background-size: cover;
	background-size: cover;
}
.statistics-section::before {
	background-color: #56b224;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.statistics-section .container {
	margin-top: 65px;
	display: inline-block;
} 

/* - Statistics Box */
.statistics-box {
	font-size: 55px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 66px;
	margin-bottom: 60px;
}
.statistics-box h3 {
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 1px;
	word-wrap: break-word;
}

/* - Testimonials Section */
.testimonial-section {
	margin: 80px 0 58px;
	text-align: center;
}

/* - Flexslider */
.testimonial-section .flexslider .slides img {
	width: auto;
	border-radius: 100%;
	margin: 0 auto 30px;
	border: 2px solid #56b224;
}

/* - Flex Slides */
.testimonial-section .flex-slides {
    padding-bottom: 15px;
}
.testimonial-section .flexslider .flex-slides p {
	margin: 0 110px;
}
.testimonial-section .flexslider .flex-slides h3 {
	color: #56b224;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin-top: 25px;
}	

/* - Flex Control */
.testimonial-section .flex-control-paging li a.flex-active {
	height: 15px;
	width: 15px;
	border: 2px solid #56b224;
	background: #56b224;
	box-shadow: none;
}
.testimonial-section  .flex-control-paging li a {
	height: 15px;
	width: 15px;
	border: 2px solid #56b224;
	background-color: transparent;
	box-shadow: none;
}
.testimonial-section  .flex-control-paging li a:hover {
	background-color: transparent;
}

/* - Page Content */
.page-content {
	margin-top: 80px;
	margin-bottom: 50px;
}

/* - BlogPost List */
.blog-post-list {
	margin-bottom: 10px;
}
.blog-post-list .entry-content a {
	color: #777;
}

/* - Entry Cover */
article[class*="type-"].format-video .blog-post-list .entry-cover,
article[class*="type-"].format-audio .blog-post-list .entry-cover {
	margin-bottom: 15px;
}

.blog-post-list .entry-cover img {
	margin-left: 0;
	margin-bottom: 15px;
}

/* - Entry Title */
.blog-post-list .enetry-header .entry-title a {
	color: #67686a;
	font-size: 22px;
	text-decoration: none;
	text-align: left;
	display: inline-block;
	width: 100%;
	word-wrap: break-word;
	white-space: normal;
	margin-bottom: 8px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog-post-list .enetry-header .entry-title:hover  a {
	color: #000;
}

/* - Entry Meta */
.blog-post-list .entry-meta {
	margin-bottom: 0;
}
.blog-post-list .post-category a,
.blog-post-list .entry-meta a {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 0;
    padding-right: 5px;
	word-wrap: break-word;
    position: relative;
}
.blog-post-list .entry-meta .entry-post {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	padding-right: 10px;
}
.blog-post-list .entry-meta .entry-post::after {
	bottom: -5px;
	color: #777;
	content: ",";
	font-size: 25px;
	position: absolute;
	right: -3px;
}
.blog-post-list .entry-meta .entry-post:last-of-type::after {
	content: "";
}

.single-post .blog-post-list .entry-meta {
	display: inline-block;
	width: 100%;
}
.single-post .blog-post-list .entry-title {
	margin-bottom: 8px;
}
.single-post .blog-post-list  .entry-content p {
	font-size: 15px;
}
blockquote {
	border-color: #56b224;
	margin: 15px 0 20px;
}

/* - Entry Content */
.blog-post-list .entry-title h3 {
	margin-bottom: 0;
	line-height: 30px;
	margin-top: 0;
	font-size: 22px;
}
.blog-post-list .entry-content {
	margin-top: 5px;
	font-size: 15px;
}

/* - Widget Heading */
.widget-heading {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.widget-heading > img {
	float: left;
	clear: both;
	margin-right: 12px;
}

/* - Widget News List */
.widget-news-list {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
	min-height: 70px;
}
.widget-news-list:last-of-type {
	margin-bottom: 0;
}
.widget-area > span{
	margin-top: -5px;
	font-size: 22px;
	line-height: 26px;
	color: #67686a;
	letter-spacing: 1px;
	display: inline-block;
}
 
/* - Entry Cover */
.widget-area .widget-news-list  .entry-cover  img {
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-area .widget-news-list  .entry-cover  img:hover {
	border-color: #56b224;
}
.widget-area .widget-latest-post .entry-footer,
.widget-area .widget-latest-post .entry-content {
	margin-left: 5px;
}

/* - Entry Content */
.widget-news-list .entry-content a {
	color: #737373;
    font-size: 15px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-news-list .entry-content:hover a {
	color: #56b224;
}

/* - Entry Content */
.single-blog .entry-content  p {
	max-height: 300px;
}

/* - Entry Footer */
.single-blog .entry-footer {
	border-left: 5px solid #56b224;
	display: inline-block;
	padding-left: 15px;
	font-size: 15px;
	line-height: 33px;
	color: #56b224;
}

/* - About Author */
.about-author {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}
.about-author  img {
	border-radius: 100%;
	float: left;
	border: 2px solid transparent;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.about-author img:hover {
	border-color: #56b224;
}

/* - Author Intro */
.author-intro a {
	margin-top: 0;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: capitalize;
}
.author-intro p {
	color: #737373;
	font-size: 14px;
	margin-top: 0;
	line-height: 25px;
}

/* - Page Banner */
.pagebanner {
	min-height: 270px;
	width: 100%;
	text-align: center;
	position: relative;	
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.pagebanner::before {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.pagebanner h3 {	
	color: #fff;
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 32px;
	text-transform: capitalize;	
	z-index: 2;
	word-wrap: break-word;
	left: 0;
	margin: 0 auto;
	max-width: 1140px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	padding: 0 15px;
	max-height: 190px;
	overflow: hidden;
}
.pagebanner-content span {
	font-size: 14px;
    font-weight: normal;
	line-height: 22px;
	display: inline-block;
	font-weight: 600;
}
.pagebanner strong {
	display: inline-block;
	font-size: 28px;
	line-height: 38px;
	width: 100%;
}
.page-banner h4 {
	color: #737373;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
    padding-top: 125px;
	padding-bottom: 100px;
    text-align: left;
    text-transform: capitalize;
}

/* - Contact Section */
.contact-section {
	padding: 90px 0;
}

/* Contact Heading */
.contact-heading {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.contact-heading p {
	color: #737373;
}

/* - Contact Form */
.contact-form {
    display: inline-block;
	width: 100%;
}
.contact-form .wpcf7 .wpcf7-form-control-wrap input {
	min-height: 40px;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 25px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 0 15px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	outline: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.contact-form .wpcf7 .wpcf7-form-control-wrap textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	outline: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	border-radius: 0;
}
.contact-form .wpcf7 .wpcf7-form-control-wrap textarea:focus,
.contact-form .wpcf7 .wpcf7-form-control-wrap input:focus {
	border-color: #000;
	outline: none;
}
.contact-form .wpcf7 .contact-field label,
.contact-form .wpcf7 .contact-field label {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
.contact-form .wpcf7 .contact-submit input[type="submit"] {
	background-color: #56b224;
    border-radius: 0 18px;
	border: 1px solid transparent;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
	font-size: 20px;
	margin-top: 18px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	display: inline-block;
}
.contact-form .wpcf7 .contact-submit input[type="submit"]:focus {
	outline: transparent auto 0px !important;
}
.contact-form .wpcf7 .contact-submit input[type="submit"]:hover {
	background-color: transparent;
	color: #56b224;
	border-color: #56b224
}
.contact-form div.wpcf7-validation-errors {
	margin: 0;
}
.wpcf7-form div.wpcf7-mail-sent-ng,
.wpcf7-form div.wpcf7-validation-errors {
	float: left;
	border: 2px solid #ccc;	
	line-height: 24px;
	margin-top: 15px;
	margin-left: 15px;
}

/* - OW Navigation */
.ow-navigation .navbar-nav li  a {
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	color: #fff;
	font-weight: 500;
}
.ow-navigation .dropdown-menu > li > a:focus,
.ow-navigation .dropdown-menu > li > a:hover,
.ow-navigation .dropdown-menu > .active > a,
.ow-navigation .dropdown-menu > .active > a:focus,
.ow-navigation .dropdown-menu > .active > a:hover,
.ow-navigation .navbar-nav > .active > a, 
.ow-navigation .navbar-nav > .active > a:focus, 
.ow-navigation .navbar-nav > .active > a:hover,
.ow-navigation .navbar-nav li:hover > a,
.ow-navigation .navbar-nav li a:hover,
.ow-navigation .navbar-nav li a:focus {
	background-color: transparent;
}

.header-main.navbar-fixed-top {
    background-color: #56b224;
    position: fixed;
    z-index: 10;
}

/* ## Responsive */

/* - Min Width 992 */
@media (min-width: 992px) {
	
	.desktop-hide {
		display: none;
	}
	
	/* - OW Navigation */
	.ow-navigation {
		background-color: #56b224;
		border: none;
		border-radius: 0 50px;
		margin-bottom: 0;
		min-height: 70px;
		position: relative;
		width: 100%;
		z-index: 4;
	}
	.ow-navigation .navbar-nav,
	.ow-navigation .menubar {
		float: right;
	}
	.ow-navigation .ddl-switch {
		display: none !important;
	}
	
	/* - Nav Items */
	.ow-navigation .navbar-nav > li {
		margin: 0 8px;
	}
	.ow-navigation .navbar-nav > li:last-child {
		margin-right: 0;
	}
	.ow-navigation .navbar-nav > li:first-child {
		margin-left: 0;
	}
	.ow-navigation .navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
		position: relative;
		color: #fff;
		font-weight: 500;
	}
	.ow-navigation .navbar-nav > .active > a, 
	.ow-navigation .navbar-nav > .active > a:focus, 
	.ow-navigation .navbar-nav > .active > a:hover,
	.ow-navigation .navbar-nav li:hover > a,
	.ow-navigation .navbar-nav li a:hover {
		background-color: transparent;
		color: #000;
	}	
	.ow-navigation .navbar-collapse > ul > li > .dropdown-menu {
		top: 100%;
		left: 0;
	}
	.ow-navigation ul li > .dropdown-menu {
		background-color: #56b224;
		border: none;
		left: 100%;
		border-radius: 0;
		margin-top: 0;
		transition: all 0.2s ease-in-out 0s;
		box-shadow: none;
		opacity: 0;
		visibility: hidden;
		top: 0;
		display: block;
		padding: 0;
		min-width: 300px;
		max-width: 300px;
		box-shadow: 0 3px 3px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	}
	.ow-navigation .navbar-nav li .dropdown-menu > li > a {
		color: #fff;
		font-weight: 500;
		padding: 5px 15px;
		font-size: 16px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
		word-wrap: break-word;
		white-space: normal;
	}
	.ow-navigation .dropdown-menu > li > a:focus,
	.ow-navigation .dropdown-menu > li > a:hover,
	.ow-navigation .dropdown-menu > .active > a,
	.ow-navigation .dropdown-menu > .active > a:focus,
	.ow-navigation .dropdown-menu > .active > a:hover {
		background-color: transparent;
	}
	.ow-navigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #000;
	}
	.ow-navigation .navbar-nav li.dropdown:hover > .dropdown-menu {
		margin-top: 0;
		opacity: 1;
		padding-bottom: 5px;
		padding-top: 5px;
		visibility: visible;
	}	
	.ow-navigation ul > li > .dropdown-menu {
		left: 0; 
	}
	.ow-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu {
		right: 0; 
	}
	.ow-navigation ul > li > .dropdown-menu,
	.ow-navigation ul > li .dropdown-menu ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul	{
		right: auto;
	}
	.ow-navigation ul > li .dropdown-menu ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		left: 100%;
	}
	.ow-navigation ul > li .dropdown-menu ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}
	.ow-navigation ul > li .dropdown-menu ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ow-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
	}	

	.header1.header-main .header-contact {
		margin-left: 350px;
	}

	/* - Header Main */
	.header-main.navbar-fixed-top .header-contact,
	.header-main.navbar-fixed-top .header-socials,
	.header-main.navbar-fixed-top a.contact-us{
		display: none;
	}
	.header-main.navbar-fixed-top .header-contact-info {
		padding: 0;
		display: block;
	}	

	/* - Header1: LogoBox */
	.header1 .header-logo-box {	
		position: absolute;
		left: 27px;
		right: 0;
		top: -89px;
		z-index: 2;
		text-align: center;
		background-color: #fff;
		max-width: 220px;
		height: 205px;
		padding: 38px;
		-webkit-box-shadow: -2px 4px 5px 0 rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -2px 4px 5px 0 rgba(0, 0, 0, 0.75);
		box-shadow: -2px 4px 5px 0 rgba(0, 0, 0, 0.75);
	}
	.header1 .header-logo-box::after {
		border: 1px solid #56b224;
		content: "";
		position: absolute;
		margin: 8px;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;	
	}
	.header1 .header-logo-box  a {
		position:absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		color: #000;
		font-size: 35px;
		letter-spacing: 1px;
		text-decoration: none;
		z-index: 2;	
		width: 220px;
		padding-bottom: 0;
		overflow: hidden;
		max-height: 135px;
		max-width: 220px;
		margin: 0 auto;
	}
	
	/* - Header1 LogBox: Navbar FixeTop */
	.header1.navbar-fixed-top .header-logo-box {
		top: 0;
		height: 70px;
		padding: 0;
		background-color: transparent;
		left: 0;
		text-align: left;
		box-shadow: none;
	}
	.header1.navbar-fixed-top .header-logo-box::after {
		border: none;
	}
	.header1.navbar-fixed-top .header-logo-box  img {
		float: left;
		margin-bottom: 0;
		margin-top: 0;
		max-width: 75px;
		margin-right: 0;
		padding: 8px;
		background-color: #fff;
	}
	
	/* - Header1: SiteLogo */
	.header1 .header-logo-box .site-title,
	.header1 .header-logo-box .custom-text {
		font-size: 24px;
		max-width: 220px;
		padding: 0 15px;
		line-height: 30px;
		max-height: 30px;
		overflow: hidden;
	}	
	.header1.navbar-fixed-top .header-logo-box .site-title,
	.header1.navbar-fixed-top .header-logo-box .custom-text {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 0;
	}
	
	/* - Header2: LogoBox */
	.header2 .header-logo-box {
		background-color: transparent;
		box-shadow: none;
		display: inline-block;
		float: left;
		height: 70px;
		left: 30px;
		max-width: 150px;
		overflow: hidden;
		padding: 0 15px;
		position: relative;
		right: 25px;
		top: auto;
	}
	.header2.navbar-fixed-top .header-logo-box {
		left: 0;
	}
	.header2 .header-logo-box::before {
		border: none;
		display: none;
		background-image: none;
	}
	.header2 .header-logo-box::after {
		display: none;
	}
	.header2 .header-logo-box img {
		background-color: #fff;
		float: left;
		margin-top: 8px;
		max-width: 70px;
		padding: 8px;
	}
	.header2 .header-logo-box a {
		font-size: 34px;	
		padding-bottom: 0;
		text-decoration: none;
	}
	.header2 .header-logo-box .image-logo > img {
		background-color: #fff;
		margin-top: 8px;
		max-width: 75px;
		padding: 10px;
	}
	
	.header2.header-main .site-title,
	.header2.header-main .custom-text {
		color: #fff;
		font-size: 24px;
		line-height: 28px;
		margin: 20px 0 0;
		max-height: 30px;
		overflow: hidden;
	}
	
	/* - Header3 */	
	.header3.header-main .ow-navigation {
		border-radius: 0;
	}
	.header3.header-main .header-logo-box a {
		position: relative;
		max-height: 80px;
		color: #fff;
		display: inline-block;
		text-decoration: none;
		letter-spacing: 1px;
	}
	.header3.header-main .header-logo-box .logo-block {
		display: inline-block;
		margin-left: 15px;
		max-width: 60px;
		position: relative;
		top: 7px;
	}
	.header3.header-main.navbar-fixed-top .header-logo-box .logo-block {
		margin-left: 0;
		position: relative;
		top: 4px;
	}
	
	/* - Header3 */	
	.header3.header-main .site-title,
	.header3.header-main .custom-text {
		font-size: 24px;
		line-height: 32px;
		margin-left: 15px;
		margin-top: 20px;
		max-height: 34px;
		overflow: hidden;
		display: inline-block;
		width: 100%;
		word-wrap: break-word;
		max-width: 220px;
		white-space: normal;
	}
	
	.header3.header-main.navbar-fixed-top .custom-text,
	.header3.header-main.navbar-fixed-top .site-title {
		margin-left: 0;
	}
	
	/* - Clear Sections */
	.statistics-section .container [class*="col-md-"]:nth-child(4n+1) {
		clear: both;
	}	
	.our-gallery-thumb [class*="col-md-"]:nth-child(n+4) {
		margin-top: 40px;
	}

	/* - Footer */
	.footer-top .container .four_col:nth-child(4n+1) {
		clear: both;
	}
	.footer-top .container .two_col:nth-child(2n+1) {
		clear: both;
	}
	.footer-top .container .three_col:nth-child(3n+1) {
		clear: both;
	}

	/* - Our News */
	.our-news .row .news-box:nth-child(2n+1) {
		clear: both;
	}
}

/* - Min Width: 992 to Max Width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	
	/* - Header Contact Info */
	.pagebanner h3 {
		max-width: 940px;
	}
	
	.header1 .header-contact-info {
		padding-left: 195px;
	}	
	.header1.header-main .header-contact {
		margin-left: 15px;
	}
	.header-contact {
		margin-left: 0;
	}
	.header-contact li {
		margin-right: 15px;
		letter-spacing: 0.5px;
	}
	
	/* - OW Navigation */
	.ow-navigation .navbar-nav > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	/* - Header1 LogoBox */
	.header1 .header-logo-box {
		height: 150px;
		width: 150px;
		left: 30px;
		top: -55px;
	}	
	.header1 .header-logo-box a {
		height: 150px;
		width: 150px;
		font-size: 28px;
	}	
	.header1 .header-logo-box a.site-logo {
		position: relative;
		top: 15px;
	}	
	.header-logo-box a img {
		max-width: 70px;
	}
	.header1.navbar-fixed-top .header-logo-box {
		margin-top: 0;
		height: 50px;
	}
	
	/* - Header2 */
	.header1 .header-logo-box .custom-text {
		padding: 0;
		margin: 0;
	}
	.header1.navbar-fixed-top .header-logo-box .custom-text {
		position: relative;
		top: -15px;
	}
	.header1 .header-logo-box .site-title {
		margin-top: 10px;
		padding: 0;
	}
	
	/* - Header3 */ 
	.header3 .header-logo-box .logo-block img {
		max-width: 60px;
	}
	
	/* - Opening Hours */
	.opening-hours {
		max-width: 250px;
		padding: 10px 0;
	}
	
	/* - Our Mission */
	.our-mission-list {
		margin-left: -25px;
	}
	
	/* - Popular Service Box */
	.popular-service-thumb {
		right: -15px;
	}
	
	.popular-service-box {
		padding: 30px 30px 15px;
	}
	
	/* - Section Title */
	.section-title p {
		padding: 0 110px;
	}
	
	/* - Entry Meta */
	.news-box .entry-meta a {
		margin-right: 20px;	
	}
	
	/* - Statistics Box */
	.statistics-box h3 {
		font-size: 18px;
	}
	
	/* - Page Content */
	.page-content {
		margin-top: 100px;
	}
	.popular-service-box .block-title span {
		font-size: 21px;
	}
	
	.widget-area .widget-latest-post .entry-footer,
	.widget-area .widget-latest-post .entry-content {
		margin-left: 10px;
	}
	.widget-area .widget-news-list .entry-cover img {
		max-height: 70px;
		max-width: 70px;
		min-height: 70px;
	}
	.widget .widget-title {
		font-size: 18px;
	}
}

/* - Min Width 991 */
@media (max-width: 991px) {
	
	/* - SlidePanel */
    #slidepanel {
        display: none;
    }
    #slideit,
    #toggle {
        display: block;
        position: relative;
        z-index: 1;
    }
    #loginpanel {
		position: absolute;
		right: 60px;
		text-align: center;
		top: 16px;
		z-index: 2;
    }
    #slideit,
    #closeit {
        position: relative;
        color: #fff;
        font-size: 24px;
        top: 3px;
    }
	
	.header-contact-info {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.header-contact {
		text-align: center;
		margin: 0 0 10px;
	}
	.header-main.navbar-fixed-top  #slidepanel {
		background-color: #fff;
	}
	.header-socials {
		text-align: center;
		margin: 0;
	}
	
	.menu-block {
		background-color: #56b224;
	}
	
	/* - OW Navigation */	
	.ow-navigation {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
		background-color: #56b224;
		width: 100%;
	}
	.ow-navigation .menubar {
		width: 100%;
		float: none;
		position: relative;
		z-index: 1;
	}
	.ow-navigation .navbar-header .navbar-brand {
		padding-left: 0;
		margin-left: 0;
	}	
	.ow-navigation .navbar-nav {
		width: 100%;
		margin: 0;
		border-top: 1px solid #fff;
	}
	.ow-navigation .navbar-nav > li {
		min-height: 0;
		float: none;
		clear: both;
	}
	.ow-navigation .navbar-nav > li > a {
		padding: 6px 0;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}	
	.ow-navigation .navbar-nav > li > a .caret {
		display: none;
	}
	.ow-navigation .navbar-nav > li.active a {
		color: #000;
	}
	.ow-navigation .navbar-nav > li.active > a:hover,
	.ow-navigation .navbar-nav  li  a:hover {
		color: #000;
	}	
	.ow-navigation .navbar-header {
		float: none;
	}
	.ow-navigation .navbar-toggle {
		border-color: #fff;
		display: block;
		margin-bottom: 18px;
		margin-right: 0;
		margin-top: 18px;
	}
	.ow-navigation.navbar-inverse .navbar-toggle:active,
	.ow-navigation.navbar-inverse .navbar-toggle:focus,
	.ow-navigation.navbar-inverse .navbar-toggle:hover {
		background-color: transparent;
	}
	.ow-navigation .navbar-toggle .icon-bar { 
		background-color: #fff;
	}	
	.ow-navigation .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.ow-navigation .navbar-collapse.collapse { 
		display: none !important; 
	}
	.ow-navigation .collapse.in{ 
		display:block !important; 
	}
	
	.ow-navigation .ddl-switch {
		background-color: #fff;
		color: #000;
		cursor: pointer;
		font-size: 18px;
		padding: 2px 6px;
		position: absolute;
		right: 0;
		top: 10px;
		z-index: 100;
	}
	.ow-navigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}
	
	.ow-navigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding-left: 10px;
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
		float: left;
	}
	.ow-navigation .dropdown-menu li {
		display: inline-block;
		width: 100%;
	}
	.ow-navigation .navbar-nav > li:last-of-type {
		margin-bottom: 5px;
	}
	.ow-navigation .navbar-nav li .dropdown-menu > li > a {
		color: #fff;
		padding-left: 0;
		padding-right: 0;
		font-weight: 500;
		font-size: 16px;
		padding-top: 6px;
		padding-bottom: 6px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.ow-navigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #000;
	}
	
	/* - Header1 LogBox */
	.header1.header-main .header-logo-box  img {
		background-color: #fff;
		float: left;
		margin-bottom: 0;
		margin-left: 0;
		max-width: 70px;
		padding: 10px;
		position: relative;
		z-index: 2;
	}
	.header1 .site-logo {
		display: inline-block;
		margin-top: 10px;
		position: relative;
		z-index: 2;
		text-decoration: none;
	}
	.header1.header-main .custom-text {
		color: #fff;
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 0;
		margin-top: 0;
		max-height: 50px;
		overflow: hidden;
		max-width: 190px;
		position: relative;
		top: -1px;
	}
	.header1.header-main .site-title {
		color: #fff;
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 4px;
		margin-top: 4px;
		max-height: 46px;
		max-width: 190px;
		overflow: hidden;
	}
	.header1.header-main.navbar-fixed-top  .site-title {
		margin-top: 5px;
	}
	
	/* - Header2 LogBox */
	.header2.header-main .header-logo-box  img {
		background-color: #fff;
		float: left;
		margin-bottom: 0;
		margin-left: 0;
		max-width: 70px;
		padding: 10px;
	}
	.header2 .site-logo {
		display: inline-block;
		margin-top: 10px;
		position: relative;
		z-index: 2;
		text-decoration: none;
	}
	.header2.header-main .custom-text {
		color: #fff;
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 0;
		margin-top: 0;
		max-height: 50px;
		overflow: hidden;
		max-width: 190px;
		position: relative;
		z-index: 2;
		top: -1px;
	}
	.header2.header-main .site-title {
		color: #fff;
		font-size: 30px;
		line-height: 41px;
		margin-bottom: 4px;
		margin-top: 4px;
		max-height: 50px;
		max-width: 90px;
		overflow: hidden;
	}
	
	/* - Header3 Site Title */
	.header3.header-main .custom-text {
		color: #fff;
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 0;
		margin-top: 9px;
		max-height: 50px;
		overflow: hidden;
		max-width: 190px;
		position: relative;
		z-index: 2;
	}
	.header3.header-main .site-title {
		color: #fff;
		font-size: 30px;
		line-height: 41px;
		margin-bottom: 12px;
		margin-top: 16px;
		max-height: 50px;
		max-width: 90px;
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
	.header3.header-main .header-logo-box a {
		text-decoration: none;
		position: relative;
		z-index: 2;
	}
	.header3.header-main .header-logo-box img {
		margin-left: 0;
		margin-top: 0;
		max-width: 72px;
		padding: 0;
	}
	.header3.header-main.navbar-fixed-top  .header-logo-box img {
		margin-left: 0;
	}	

	.header-contact-info {
		padding-left: 0;
		padding-top: 12px;
	}
	
	.statistics-section .container [class*="col-md-"]:nth-child(4n+1) {
		clear: both;
	}
	.header-main .ow-navigation {
		padding: 0;
		border-radius: 0;
		border: none;
	}

	/* - Footer */
	.footer-top .container [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	.footer-top .container .three_col:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Our News */
	.our-news .row .news-box:nth-child(2n+1) {
		clear: both;
	}
	
	.widget .widget-title {
		font-size: 17px;
	}
	
	.pagebanner h3 {
		max-width: 700px;
		padding: 0 15px;
	}
	
	.our-gallery-thumb [class*="col-md-"]:nth-child(n+3) {
		margin-top: 30px;
	}	
}

/* - Min Width: 768 to Max Width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {	
	/* - Photos Slider */
	.photos-slider {
		margin-top: 0;
	}
	
	/* - Contact Us */
	a.contact-us {
		display: none;
	}
	a.contact-us {
		top: 0;
		right: 300px;
		padding: 5px 30px;
	}	
	.header-contact li {
		margin-right: 20px;
		letter-spacing: 0;
	}

	/* - Footer Bottom */
	.footer-bottom a.copyright {
		margin-left: 0;
		margin-top: 5px;
	}
	.footer-socials li {
		margin-right: 3px;
		margin-bottom: 3px;
	}
	
	/* - Photos Slider */
	.header2-slider {
		margin-top: 0;
	}
	
	/* - Opening Hours */
	.opening-hours {
		max-width: 250px;
		padding: 10px 0;
	}
	
	/* - About Us */
	.about-us {
		padding: 50px 0 60px;
	}
	
	/* - About Left */
	.about-left .col-md-10 {
		margin-left: -5px;
	}
	.about-left p {
		max-height: 130px;
		overflow: hidden;
	}
	
	/* - Our Mission List */
	.our-mission-list {
		margin-left: -25px;	
	}
	
	/* - Popular Service Box  */
	.popular-service-box {
		padding: 45px 15px 15px 15px;
	}
	.popular-service-box .block-title span{
		font-size: 24px;
	}
	.popular-service-box p {
		margin-left: 5px;
	}
	
	/* - Section Title */
	.section-title p {
		padding: 0 50px;
	}
	.entry-cover img {
		margin-bottom: 20px;
		float: left;
		clear: both;
	}
	.news-box .entry-cover img {
		float: none;
	}
	
	/* - Statistics Box */
	.statistics-box h3 {
		font-size: 16px;
	}
	
	/* - Flex Slides */
	.testimonial-section .flexslider .flex-slides p {
		margin: 0 30px;
	}
	
	.blog-post-list {
		margin-left: 0;
	}
	
	/* - Widget Title */
	.widget-area .widget-title h3 {
		font-size: 21px;
	}	
		
	/* - Entry Footer */
	.single-blog .entry-footer {
		margin-top: 15px;
	}
	.contact-banner h3 {
		font-size: 20px;
	}
}

/* - Max Width: 768 */
@media (max-width: 767px) {
	.header-socials,
	.header-contact {
		width: 100%;
	}
	.header-socials {
		margin-bottom: 7px;
	}
	.header-contact li {
		margin-bottom: 5px;
	}
	.header-contact li:last-of-type {
		margin-bottom: 0;
	}
	.header-socials li:last-of-type {
		margin-right: 0;
	}
	
	#loginpanel {
		right: 60px;
		top: 15px;
	}
	
	/* - OW Navigation */
	.ow-navigation .navbar-toggle {
		position: absolute;
		right: 15px;
		top: 0;
	}
	.ow-navigation .navbar-collapse {
		border: none;
	}
	
	/* - Header1 */
	.header1 .site-logo {
		margin-bottom: 4px;
	}
	.header1.header-main .custom-text {
		position: relative;
		top: -4px;
	}
	.header1.header-main .site-title {
		margin-bottom: 10px;
	}
	
	/* - Header1 */
	.header2 .site-logo {
		margin-bottom: 4px;
	}
	
	.header2.header-main .custom-text {
		position: relative;
		top: -4px;
	}
	.header2.header-main .site-title {
		margin-bottom: 10px;
	}
	
	/* - Header3 */
	.header3.header-main .custom-text {
		margin-bottom: 10px;
	}
	.contact-us {
		display: none;
	}
	
	.footer-top [class*="col-md-"] {
		margin-bottom: 30px;
	}
	.footer-site-logo {
		float: none;
		max-width: 170px;
		display: inline-block;
	}
	.copyright {
		line-height: 30px;
	}	
	
	/* - Copyright */
	a.copyright {
		margin-left: 0;
		letter-spacing: 0.5px;
		margin-bottom: 10px;
		font-size: 13px;
		text-align: center;
	}
	
	/* - Footer Socials */
	.footer-socials li {
		margin-right: 20px;
	}
	.footer-socials ul {
		text-align: center;
		float: none;
	}
	.footer-bottom {
		text-align: center;
	}
	a.footer-logo {
		text-align: center;
	}
	.footer-logo > img {
		display: inline;
		padding-right: 10px;
		float: none;
	}
	.footer-bottom.image-logo .footer-site-logo a {
		margin: 0 auto;
	}
	.footer-site-logo h2 {
		float: none;
	}
	.error-section > h3 {
		font-size: 28px;
		line-height: 37px;
	}
	
	/* - Photos Slider */
	.photos-slider.header1-slider {
		margin-top: 0;
	}
	
	.photos-slider {
		margin-top: 70px;
		margin-bottom: 0;
	}
	.header2-slider {
		margin-top: 0;
	}
	
	/* - Photos Slider Note */
	.photos-slider-note {
		padding: 0;
	}	
	.photos-slider .carousel-control {
		margin-left: 15px;
	}
	
	/* - Opening Hours */
	.opening-hours {
		right: 15px;
		padding-bottom: 0;
		padding-top: 0;
		max-width: 205px;
	}
	.opening-hours h3 {
		font-size: 18px;
		margin-bottom: 0;
		padding-top: 4px;
	}	
	.opening-hours span,
	.opening-hours p {
		font-size: 13px;
		line-height: 20px;
	}
	.opening-hours i {
		padding-top: 10px;
	}
	
	/* - About Left */
	.about-us{
		margin-bottom: 60px;
		margin-top: 50px;
	}
	.about-right {
		right: 0;
	}
	
	.about-left .col-md-2 > img{
		float: right;
		clear: both;
	}
	.about-left.no-padding {
		margin-bottom: 20px;
	}
	.about-left .col-md-10 {
		margin-left: -5px;
	}
	.about-left h3 {
		line-height: 15px;
	}
	.our-mission .block-content {
		margin-left: 0;
		padding-right: 0;
	}
	
	/* - Our Vision */
	.our-vision .col-md-2 > img {
		float: right;
		clear: both;
	}
	.our-vision .col-md-10 {
		margin-left: -5px;
	}
	.our-vision {
		margin-bottom: 25px;
	}
	.our-vision{
		padding-top: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.our-mission{
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.our-popular-service {
		margin-top: 40px;
	}
	
	/* - Our Mission List */
	.our-mission .col-md-2 > img {
		float: right;
		clear: both;
	}
	.our-mission .col-md-10 {
		margin-left: -5px;
	}	
	.our-mission-list ul {
		padding-left: 0;
		margin-left: 15px;
	}
	.our-mission-list span {
		width: 30px;
	}
	
	/* - Popular Service Thumb */
	.popular-service-thumb {
		right: 0;
	}
	.popular-service-box .col-md-2 > img {
		float: right;
		clear: both;
	}
	.popular-service-box .col-md-10 {
		margin-left: -25px;
	}
	.popular-service-thumb { 
		margin-top: 40px;
	}
	.popular-service-thumb .col-md-3 {
		min-height: 235px;
	}
	
	/* - Section Title */
	.section-title p {
		padding: 0 15px;
	}
	
	/* - News Box */
	.news-box {
		text-align: center;
		display: inline-block;
		margin-bottom: 30px;
	}
	
	/* - Flex Slides */
	.testimonial-section .flexslider .flex-slides p {
		margin: 0;
	}
	
	/* - Page Content */
	.page-content {
		margin-top: 0;
	}
	
	/* - Blog Post List */
	.blog-post-list {
		margin-left: 0;
	}
	.blog-post-list .enetry-header .entry-title a {
		font-size: 18px;
		line-height: 26px;
	}
	.blog-post-list .entry-content {
		margin-top: 10px;
	}
	
	.widget-area .widget-title h3 {
		font-size: 20px;
	}
	.page-content .col-md-8,
	.page-content .col-md-4 {
		padding: 0;
	}	
	
	/* - About Author */
	.about-author {
		margin: 0;
		display: inline-block;
	}
	.about-author img {
		margin-bottom: 5px;
		float: none;
		text-align: center;
	}
	
	/* - Contact Banner */
	.contact-banner {
		margin-top: 0;
	}
	
	.statistics-section .container [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
}

/* - Max Width: 479 */
@media (max-width: 479px) {
	/* - Photos Slider */
	.photos-slider .carousel-control {
		height: 35px;
		width: 35px;
		line-height: 35px;
	}
	.photos-slider .carousel-control.right {
		left: 50px;
	}
	
	/* - Header1: Custom Text */
	.header1.header-main .custom-text {
		color: #fff;
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 0;
		margin-top: 0;
		max-height: 48px;
		overflow: hidden;
		max-width: 180px;
		position: relative;
		top: -2px;
	}
	
	.widget-area .widget-news-list .entry-cover img {
		max-height: 60px;
		max-width: 60px;
		min-height: 60px;
	}
	
	.our-gallery .our-gallery-thumb [class*="col-xs-"] {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 15px;
		float: none;
	}
	
	/* - Statistics Box */
	.statistics-box {
		font-size: 35px;
		margin-top: 40px;
		min-height: 90px;
		line-height: 20px;
	}
	.statistics-box h3 {
		font-size: 18px;
	}
	
	/* - Footer */
	.footer-top .container [class*="col-xs-"] {
		width: 100%;
	}

	/* - Contact Section */
	.contact-banner h3 {
		min-width: auto;
	}
	
	/* ## Theme Switcher */
	.position {
		left: 20px;
	}
	.color-switcher {
		top: 150px;
	}
}