﻿/* owl.carousel.css */

/* 
 * 	Core Owl Carousel CSS File
 *	v1.22
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
/* owl.theme.css */

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.22
*/

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 190px;
	background: url(../images/ajaxloader.gif) no-repeat center center
}
/* prettyPhoto.css */
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
	height: 13px
}
div.pp_default .pp_top .pp_left {
	background: url(../images/sprite.png) -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle {
	background: url(../images/sprite_x.png) top left repeat-x
}
div.pp_default .pp_top .pp_right {
	background: url(../images/sprite.png) -112px -93px no-repeat
}
div.pp_default .pp_content .ppt {
	color: #f8f8f8
}
div.pp_default .pp_content_container .pp_left {
	background: url(../images/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px
}
div.pp_default .pp_content_container .pp_right {
	background: url(../images/sprite_y.png) top right repeat-y;
	padding-right: 13px
}
div.pp_default .pp_next:hover {
	background: url(../images/sprite_next.png) center right no-repeat;
	cursor: pointer
}
div.pp_default .pp_previous:hover {
	background: url(../images/sprite_prev.png) center left no-repeat;
	cursor: pointer
}
div.pp_default .pp_expand {
	background: url(../images/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}
div.pp_default .pp_expand:hover {
	background: url(../images/sprite.png) 0 -56px no-repeat;
	cursor: pointer
}
div.pp_default .pp_contract {
	background: url(../images/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}
div.pp_default .pp_contract:hover {
	background: url(../images/sprite.png) 0 -113px no-repeat;
	cursor: pointer
}
div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(../images/sprite.png) 2px 1px no-repeat;
	cursor: pointer
}
div.pp_default .pp_gallery ul li a {
	background: url(../images/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa
}
div.pp_default .pp_social {
	margin-top: 7px
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
	position: static;
	left: auto
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
	background: url(../images/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px
}
div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
	background: url(../images/sprite.png) -31px -3px no-repeat;
	height: 20px;
	width: 20px;
	margin: 4px 0 0
}
div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px
}
div.pp_default .pp_content_container .pp_details {
	margin-top: 5px
}
div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	width: 110px;
	position: relative
}
div.pp_default .pp_nav .currentTextHolder {
	font-family: Georgia;
	font-style: italic;
	color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	position: absolute;
	top: 2px;
	margin: 0;
	padding: 0 0 0 10px
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
	opacity: 0.7
}
div.pp_default .pp_description {
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	margin: 5px 50px 5px 0
}
div.pp_default .pp_bottom .pp_left {
	background: url(../images/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
	background: url(../images/sprite_x.png) bottom left repeat-x
}
div.pp_default .pp_bottom .pp_right {
	background: url(../images/sprite.png) -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon {
	background: url(../images/loader.gif) center center no-repeat
}
div.light_rounded .pp_top .pp_left {
	background: url(../images/sprite.png) -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_right {
	background: url(../images/sprite.png) -110px -53px no-repeat
}
div.light_rounded .pp_next:hover {
	background: url(../images/btnnext.png) center right no-repeat;
	cursor: pointer
}
div.light_rounded .pp_previous:hover {
	background: url(../images/btnprevious.png) center left no-repeat;
	cursor: pointer
}
div.light_rounded .pp_expand {
	background: url(../images/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_expand:hover {
	background: url(../images/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_contract {
	background: url(../images/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_contract:hover {
	background: url(../images/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_nav .pp_play {
	background: url(../images/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_rounded .pp_nav .pp_pause {
	background: url(../images/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_rounded .pp_arrow_previous {
	background: url(../images/sprite.png) 0 -71px no-repeat
}
div.light_rounded .pp_arrow_next {
	background: url(../images/sprite.png) -22px -71px no-repeat
}
div.light_rounded .pp_bottom .pp_left {
	background: url(../images/sprite.png) -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_right {
	background: url(../images/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_top .pp_left {
	background: url(../images/sprite.png) -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_right {
	background: url(../images/sprite.png) -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left {
	background: url(../images/contentpattern.png) top left repeat-y
}
div.dark_rounded .pp_content_container .pp_right {
	background: url(../images/contentpattern.png) top right repeat-y
}
div.dark_rounded .pp_next:hover {
	background: url(../images/btnnext.png) center right no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_previous:hover {
	background: url(../images/btnprevious.png) center left no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_expand {
	background: url(../images/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_expand:hover {
	background: url(../images/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_contract {
	background: url(../images/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_contract:hover {
	background: url(../images/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_description {
	margin-right: 85px;
	color: #fff
}
div.dark_rounded .pp_nav .pp_play {
	background: url(../images/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_rounded .pp_nav .pp_pause {
	background: url(../images/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_rounded .pp_arrow_previous {
	background: url(../images/sprite.png) 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_next {
	background: url(../images/sprite.png) -22px -71px no-repeat
}
div.dark_rounded .pp_bottom .pp_left {
	background: url(../images/sprite.png) -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_right {
	background: url(../images/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon {
	background: url(../images/loader.gif) center center no-repeat
}
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
	background: #000
}
div.dark_square .pp_description {
	color: #fff;
	margin: 0 85px 0 0
}
div.dark_square .pp_loaderIcon {
	background: url(../images/loader.gif) center center no-repeat
}
div.dark_square .pp_expand {
	background: url(../images/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.dark_square .pp_expand:hover {
	background: url(../images/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.dark_square .pp_contract {
	background: url(../images/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.dark_square .pp_contract:hover {
	background: url(../images/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.dark_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.dark_square .pp_nav {
	clear: none
}
div.dark_square .pp_nav .pp_play {
	background: url(../images/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_square .pp_nav .pp_pause {
	background: url(../images/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_square .pp_arrow_previous {
	background: url(../images/sprite.png) 0 -71px no-repeat
}
div.dark_square .pp_arrow_next {
	background: url(../images/sprite.png) -22px -71px no-repeat
}
div.dark_square .pp_next:hover {
	background: url(../images/btnnext.png) center right no-repeat;
	cursor: pointer
}
div.dark_square .pp_previous:hover {
	background: url(../images/btnprevious.png) center left no-repeat;
	cursor: pointer
}
div.light_square .pp_expand {
	background: url(../images/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.light_square .pp_expand:hover {
	background: url(../images/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.light_square .pp_contract {
	background: url(../images/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.light_square .pp_contract:hover {
	background: url(../images/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.light_square .pp_nav .pp_play {
	background: url(../images/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_square .pp_nav .pp_pause {
	background: url(../images/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_square .pp_arrow_previous {
	background: url(../images/sprite.png) 0 -71px no-repeat
}
div.light_square .pp_arrow_next {
	background: url(../images/sprite.png) -22px -71px no-repeat
}
div.light_square .pp_next:hover {
	background: url(../images/btnnext.png) center right no-repeat;
	cursor: pointer
}
div.light_square .pp_previous:hover {
	background: url(../images/btnprevious.png) center left no-repeat;
	cursor: pointer
}
div.facebook .pp_top .pp_left {
	background: url(../images/sprite.png) -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle {
	background: url(../images/contentpatterntop.png) top left repeat-x
}
div.facebook .pp_top .pp_right {
	background: url(../images/sprite.png) -110px -53px no-repeat
}
div.facebook .pp_content_container .pp_left {
	background: url(../images/contentpatternleft.png) top left repeat-y
}
div.facebook .pp_content_container .pp_right {
	background: url(../images/contentpatternright.png) top right repeat-y
}
div.facebook .pp_expand {
	background: url(../images/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.facebook .pp_expand:hover {
	background: url(../images/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.facebook .pp_contract {
	background: url(../images/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.facebook .pp_contract:hover {
	background: url(../images/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(../images/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.facebook .pp_description {
	margin: 0 37px 0 0
}
div.facebook .pp_loaderIcon {
	background: url(../images/loader.gif) center center no-repeat
}
div.facebook .pp_arrow_previous {
	background: url(../images/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}
div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default
}
div.facebook .pp_arrow_next {
	background: url(../images/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default
}
div.facebook .pp_nav {
	margin-top: 0
}
div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px
}
div.facebook .pp_nav .pp_play {
	background: url(../images/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px
}
div.facebook .pp_nav .pp_pause {
	background: url(../images/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px
}
div.facebook .pp_next:hover {
	background: url(../images/btnnext.png) center right no-repeat;
	cursor: pointer
}
div.facebook .pp_previous:hover {
	background: url(../images/btnprevious.png) center left no-repeat;
	cursor: pointer
}
div.facebook .pp_bottom .pp_left {
	background: url(../images/sprite.png) -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle {
	background: url(../images/contentpatternbottom.png) top left repeat-x
}
div.facebook .pp_bottom .pp_right {
	background: url(../images/sprite.png) -110px -80px no-repeat
}
div.pp_pic_holder a:focus {
	outline: none
}
div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000
}
.pp_content {
	height: 40px;
	min-width: 40px
}
* html .pp_content {
	width: 40px
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%
}
.pp_content_container .pp_left {
	padding-left: 20px
}
.pp_content_container .pp_right {
	padding-right: 20px
}
.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px
}
.pp_description {
	display: none;
	margin: 0
}
.pp_social {
	float: left;
	margin: 0
}
.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden
}
.pp_social .twitter {
	float: left
}
.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0
}
.pp_nav p {
	float: left;
	white-space: nowrap;
	margin: 2px 4px
}
.pp_nav .pp_play, .pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px
}
a.pp_arrow_previous, a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000
}
.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000
}
.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative
}
.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0
}
.pp_gallery ul a {
	border: 1px rgba(0,0,0,0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden
}
.pp_gallery ul a img {
	border: 0
}
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0
}
.pp_gallery li.default a {
	background: url(../images/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
	margin-top: 7px!important
}
a.pp_next {
	background: url(../images/btnnext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}
a.pp_previous {
	background: url(../images/btnnext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}
a.pp_expand, a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000
}
a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px
}
#pp_full_res {
	line-height: 1!important
}
#pp_full_res .pp_inline {
	text-align: left
}
#pp_full_res .pp_inline p {
	margin: 0 0 15px
}
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	z-index: 9999;
	margin: 0 0 5px 15px
}
div.pp_default .pp_content, div.light_rounded .pp_content {
	background-color: #fff
}
div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
	color: #000
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
	border-color: #fff
}
div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
	position: relative
}
div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
	background: #fff
}
div.light_rounded .pp_description, div.light_square .pp_description {
	margin-right: 85px
}
div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px!important
}
div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default
}
div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default
}
div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
	background: url(../images/loader.gif) center center no-repeat
}
div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
	background: url(../images/contentpattern.png) top left repeat
}
div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
	color: #c4c4c4
}
div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
	color: #fff
}
.pp_top, .pp_bottom {
	height: 20px;
	position: relative
}
* html .pp_top, * html .pp_bottom {
	padding: 0 20px
}
.pp_top .pp_left, .pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
	left: 0;
	position: static
}
.pp_top .pp_right, .pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}
.pp_fade, .pp_gallery li.default a img {
	display: none
}
/* style-colors.css */

/********************** Backgrounds **********************/
	
#Header,  #Header .menu > li.current-menu-item > a,  #Header .menu > li.current_page_item > a,  #Header .menu > li.current-menu-ancestor > a,  #Header .menu > li.current_page_ancestor > a,  #Header .menu > li > a:hover,  #Header .menu > li.hover > a,  #Header .language:hover {
	background: #ffffff;
}
#Footer {
	background-color: #252932;
}
/************************ Colors ************************/

/* Content font */
body, .post .desc a.desc_a p {
	color: #787e87;
}
/* Links color */
a, .post .date .day {
	color: #88be4c;
}
a:hover {
	color: #6e9b3b;
}
	
/* Selections */
	*::-moz-selection {
 background-color: #88be4c;
}
*::selection {
	background-color: #88be4c;
}
/* Borders green */
.article_box .photo, .contact_box .google-map, .testimonials ul.photos:hover li.active a:hover,  .testimonials ul.photos li.active a, .testimonials ul.photos li a:hover, .blockquote .author .photo {
	border-color: #88be4c;
}
/* Text hightlight */
.highlight {
	background: #88be4c;
	color: #ffffff;
}
/* Buttons */
a.button, input[type="submit"], input[type="reset"], input[type="button"] {
	color: #353f4c;
}
a:hover.button, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #88be4c;
}
/* Headings font */
h1, h1 a, h1 a:hover {
	color: #39464e;
}
h2, h2 a, h2 a:hover {
	color: #39464e;
}
h3, h3 a, h3 a:hover {
	color: #39464e;
}
h4, h4 a, h4 a:hover {
	color: #37414e;
}
h5, h5 a, h5 a:hover {
	color: #37414e;
}
h6, h6 a, h6 a:hover {
	color: #37414e;
}
/* Social & Search */
.social li a {
	color: #545760 !important;
}
.social li a:hover {
	color: #88be4c !important;
}
/* Addons */
#Header .expand i, #Header .language > a i, #Header #searchform a.icon,  #Header .language a {
	color: #545760;
}
#Header .language .language_select ul li a:hover {
	color: #656565;
}
/* Menu */
#Header .menu > li > a {
	color: #6a6f74;
}
#Header .menu > li > a:hover,  #Header .menu > li.hover > a {
	color: #88be4c;
}
#Header .menu > li.current-menu-item > a,  #Header .menu > li.current_page_item > a,  #Header .menu > li.current-menu-ancestor > a,  #Header .menu > li.current_page_ancestor > a {
	color: #88be4c !important;
	border-color: #88be4c;
}
#Header .menu > li ul li a {
	color: #ffffff;
}
#Header .menu > li ul li a:hover, #Header .menu > li ul li.hover > a {
	color: #dbf5be;
}
#Header .menu > li ul {
	background: #88be4c;
}
#Header .menu li ul li.hover .menu-arr-top {
	border-left-color: #88be4c;
}
#Header .menu li ul li ul {
	background: #74a241;
}
/* Subheader */
#Subheader .title {
	color: #39464e;
}
#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
	color: #c0c1c7;
}
/* OWL pagination */
.owl-pagination .owl-page.active span, #Footer .owl-pagination .owl-page.active span {
	background: #88be4c !important;
}
/* Contact box */
.contact_box a.button_about,  .contact_box .buttons_wrapper .button_about:before {
	background: #353f4c;
}
.contact_box a.button_form {
	background: #516175;
}
.contact_box a.button_about, .contact_box a.button_form,  .contact_box .buttons_wrapper .button_about:before {
	color: #ffffff;
}
/* Feature box */
.feature_box_wrapper .desc {
	background: #88be4c;
}
.feature_box_wrapper .desc .icon {
	background: #719e3e;
}
.feature_box_wrapper .desc,  .feature_box_wrapper .desc .title,  .feature_box_wrapper .desc .icon {
	color: #ffffff;
}
/* Icon box */
.icon_box .icon_image i {
	background: #88be4c;
	color: #ffffff;
}
/* Icon list */
.icon_list .icon {
	color: #39464e;
}
/* Tabs */
.ui-tabs .ui-tabs-nav li.ui-state-active a {
	background: #88be4c;
	color: #ffffff;
}
/* Pricing table */
.pricing-box .plan-header {
	background: #88be4c;
}
.pricing-box .plan-header h3 {
	color: #364c1e;
}
.pricing-box .plan-header .subtitle {
	color: #ffffff;
}
/* Portfolio page */
.Projects_header .categories ul li.current-cat a, .Projects_header .categories ul li a:hover {
	background: #88BE4C;
}
/* Portfolio carousel */
.portfolio .desc {
	background: #91c25b;
	color: #ffffff;
}
.portfolio .desc h4 a {
	color: #ffffff;
}
.portfolio ul.portfolio-slider li .desc .inside p.project_url {
	color: #d4ffa4;
}
.portfolio ul.portfolio-slider li .desc .inside p.project_url i, .portfolio ul.portfolio-slider li .desc .inside p.project_url a {
	color: #384b23;
}
/* Full Screen Portfolio */
.fsa-slider {
	background: #262932;
}
.fsa-slider-wrapper li .fsa-title {
	color: #ffffff;
}
.fsa-slider-wrapper li .fsa-content .desc {
	color: rgba(255, 255, 255, 0.75);
}
.fsa-slider-wrapper li {
	border-color: #88BE4C;
}
.fsa-slider-wrapper li:nth-child(even) {
	border-color: #B3EF6C;
}
/* Blog */
.post-icon, .Recent_posts ul li .desc .ico i {
	background: #88be4c;
	color: #ffffff;
}
/* Footer  ***********************************************/
.widgets_wrapper, .widgets_wrapper .company_box a, .widgets_wrapper .widget_categories ul li a, .widgets_wrapper .widget_archive ul li a,  .widgets_wrapper .widget_mfn_menu ul li a, .widgets_wrapper .widget_nav_menu ul li a, .widgets_wrapper .widget_meta ul li a {
	color: #b7bcc8;
}
.widgets_wrapper a, .copyrights a {
	color: #88be4c;
}
.widgets_wrapper a:hover, .copyrights a:hover {
	color: #6e9b3b;
}
.widgets_wrapper h1, .widgets_wrapper h1 a, .widgets_wrapper h1 a:hover,  .widgets_wrapper h2, .widgets_wrapper h2 a, .widgets_wrapper h2 a:hover,  .widgets_wrapper h3, .widgets_wrapper h3 a, .widgets_wrapper h3 a:hover,  .widgets_wrapper h4, .widgets_wrapper h4 a, .widgets_wrapper h4 a:hover,  .widgets_wrapper h5, .widgets_wrapper h5 a, .widgets_wrapper h5 a:hover,  .widgets_wrapper h6, .widgets_wrapper h6 a, .widgets_wrapper h6 a:hover {
	color: #E6E9EF;
}
.widgets_wrapper aside > h4 {
	color: #88be4c;
}
/* Grey notes */
.widgets_wrapper .Recent_posts ul li .date, .Recent_comments ul li .author {
	color: #8fa5b8;
}
.copyrights {
	color: #565a62;
}
/* style-2.css */

/******************* Background ********************/

		
html {
	background-color: #f7f8f8;
}
/********************** Fonts **********************/

body, button, input[type="submit"], input[type="reset"], input[type="button"],  input[type="text"], input[type="password"], input[type="email"], textarea, select {
	font-family: Exo, Arial, Tahoma, "Microsoft YaHei", sans-serif;
	font-weight: normal;
}
#menu > ul > li > a {
	font-family: Exo, Arial, Tahoma, "Microsoft YaHei", sans-serif;
	font-weight: normal;
}
h1 {
	font-family: Exo, Arial, Tahoma, "Microsoft YaHei", sans-serif;
	font-weight: 300;
}
h2 {
	font-family: Exo, Arial, Tahoma, "Microsoft YaHei", sans-serif;
	font-weight: 300;
}
h3 {
	font-family: Exo, Arial, Tahoma, "Microsoft YaHei", sans-serif;
	font-weight: 300;
}
h4 {
	font-family: Exo, Arial, Tahoma, "Microsoft YaHei", sans-serif;
	font-weight: 300;
}
h5 {
	font-family: Exo, Arial, Tahoma, "Microsoft YaHei", sans-serif;
	font-weight: 300;
}
h6 {
	font-family: Exo, Arial, Tahoma, "Microsoft YaHei", sans-serif;
	font-weight: 300;
}
/********************** Font sizes **********************/

/* Body */

body {
	font-size: 13px;
	line-height: 20px;
}
#menu > ul > li > a {
	font-size: 14px;
}
/* Headings */

h1 {
	font-size: 45px;
	line-height: 45px;
}
h2 {
	font-size: 40px;
	line-height: 40px;
}
h3 {
	font-size: 35px;
	line-height: 37px;
}
h4 {
	font-size: 26px;
	line-height: 30px;
}
h5 {
	font-size: 19px;
	line-height: 24px;
}
h6 {
	font-size: 17px;
	line-height: 20px;
}
/* custom.css */

/* If you want to add your own CSS code, please do it in this file */

/* font awesome */
.the-icons .span3 {
	float: left;
	width: 25%;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
}
.the-icons .span3 .muted {
	color: #ccc;
}
.the-icons .span3 [class^="icon-"], .span3 [class*=" icon-"] {
	color: #3E3E3E;
	font-size: 18px;
	width: 23px;
	display: inline-block;
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
.the-icons .span3 {
	width: 33.333%;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.the-icons .span3 {
	width: 50%;
}
}
@media only screen and (max-width: 479px) {
.the-icons .span3 {
	width: 100%;
}
}
/* #configurator */
#configurator {
	color: #213442 !important;
	background: #f9f9f9;
	width: 190px;
	position: fixed;
	left: -192px;
	top: 150px;
	z-index: 9000;
	color: #515E6C;
	line-height: 21px;
	font-size: 12px;
	text-transform: uppercase;
}
#configurator form {
	margin-bottom: 0;
	text-align: center;
}
#configurator select {
	background: none;
	box-shadow: 0 0 0;
	margin-bottom: 10px;
	padding: 3px;
	color: #213442;
}
#configurator .control {
	display: block;
	width: 51px;
	height: 51px;
	position: absolute;
	top: 37px;
	right: -51px;
	background: #f9f9f9 url(../images/ico.png) no-repeat center;
	text-indent: -9999px;
}
#configurator .inside {
	padding: 10px;
}
#configurator .header {
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
}
#configurator ul.image-select {
	margin-bottom: 5px;
}
#configurator ul.image-select li {
	display: block;
	float: left;
}
#configurator ul.image-select li a {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin: 5px;
}
#configurator ul.image-select li:hover {
	border-color: #ccc;
}
#configurator ul.select-color li a {
	text-indent: -9999px;
}
#configurator ul.text-select {
	margin-bottom: 15px;
}
#configurator ul.text-select li {
	float: left;
	width: 50%;
	font-size: 14px;
}
#configurator ul.text-select li:not(.active) a {
	color: #515E6C;
}
#configurator p {
	line-height: 16px;
	margin-bottom: 5px;
}

/* mobile only */
@media only screen and (max-width: 768px) {
#configurator {
	display: none;
}
}
/* demo skins */
.color-blue .call-to-action {
	background-color: #4095C9 !important;
}
.color-orange .call-to-action {
	background-color: #E67E22 !important;
}
.color-red .call-to-action {
	background-color: #EF5443 !important;
}
/* Custom */
.help_section .faq h3 {
	font-size: 22px;
	line-height: 31px;
	margin-bottom: 25px;
}
.homepage-faq .faq h3 {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.section_ncm .one-second {
	margin-bottom: 0 !important;
}
.center-icon-box {
	text-align: center;
}
.center-icon-box .icon_box .icon_image i {
	display: inline-block;
}
.border-call-to-action {
	border: 1px solid #262932;
}
/* styles for slider in section */
.full-width-section .section_wrapper {
	width: 100% !important;
}
.full-width-section .section_wrapper .one.column {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* Styles for fancy heading when no icon */
.padding-bottom {
	padding-bottom: 40px !important;
}
#gallery-1 {
	margin: auto;
}
#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#gallery-1 img {
	border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}
