img {
    border: 0;
	height: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}


/* 	Flex Customization
----------------------------------------------------------------------*/
/* Big-Slider */
.big-slider .flex-direction-nav a {
	top: 250px !important;
	bottom: auto !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 1 !important;
	padding: 8px 14px;
	background-color: transparent !important;
}

.big-slider:hover .flex-direction-nav a { 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1 !important;
}
.big-slider .flex-direction-nav a i {
	color: #FFF;
	font-size: 40px;
}
.big-slider .flex-direction-nav a:hover i {} /* in color file */
.big-slider .flex-direction-nav a:focus i , .big-slider .flex-direction-nav a:focus,
.big-slider .flex-direction-nav:focus
{
	outline: 0 !important;
}
.big-slider .flex-direction-nav .flex-next {
	left: 65px !important;
	right: auto !important;
}
.big-slider .flex-direction-nav .flex-prev {
	left: 20px !important;
	right: auto !important;
}
.big-slider h3 {
	position: absolute;
	top: 140px;
	left: 30px;
	font-size: 35px;
	background: #FFF;
	background: rgba(255, 255, 255, 0.9);
	color: #435263;
	padding: 15px;
	font-weight: normal;
	text-transform: uppercase;
	display: none;
}
.big-slider p {
	position: absolute;
	top: 192px;
	left: 30px;
	background: #435263;
	background: rgba(67,82,99, 0.9);
	color: #FFF;
	padding: 6px 20px;
	display: none;
	font-size: 22px;
	line-height: 26px;
}
.big-slider p.flex-price {
	position: absolute;
	top: 110px;
	left: 30px;
	color: #FFF;
	padding: 6px 20px;
	display: none;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
.big-slider .firstly h3,
.big-slider .firstly p {
	display: block
}
.big-slider .flex-active-slide h3.effect {
	-webkit-animation: pullDown 1s;
	animation: pullDown 1s
}
.big-slider .flex-active-slide p.effectt {
	-webkit-animation: pullDown 1.5s;
	animation: pullDown 1.5s
}
.big-slider h3. {
	right: 20px !important;
	background: red;
}
/* General FlexSlider */

/* 	Flex Slider
----------------------------------------------------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles */ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block; width: 100%}


/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 60px 0; 
	background: #fff; 
	border: 4px solid #fff; 
	position: relative; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.loading .flex-viewport {max-height: 300px;}
.carousel li {margin-right: 5px}
/* Direction Nav */

@media screen and (max-width: 860px) {
}


/**	Overwrite original style     **/
.flexslider {
	margin: 0 ;
	background-color : transparent;
	border: none;
	position: relative;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
/**	Control nav	**/

/** Custom CSS by JoomSpirit **/
.flexslider {
	overflow:visible !important;
}
.flexslider ul.slides {
	background-color: transparent;
}
.flexslider .slides > li {
	position:relative;
}
.flexslider ul.slides li a {
	display:block;
}
.flexslider .flex-caption {
	position : absolute ;
	left:0;
	margin: 20px;
	padding:10px 10px;
	z-index:10;
}
.flexslider ul.slides li a, .flexslider ul.slides li a:hover {
	color : inherit;
}
.flexslider ul.slides li .flex-caption a {
	display:inline;
	color: #359BED;
}
.flexslider ul.slides li .flex-caption a:hover {
	color : inherit;
	text-decoration: underline;
}
.flexslider ul.slides li a .flex-caption:hover {
	text-decoration: none;
	color : inherit;
	cursor:pointer;
}









/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* 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);
}
.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(../images/defaults/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;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.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: 150px;
	background: url(../images/defaults/owlLoader.gif) no-repeat center center
}



#owl-demo .item{
	margin-right: 15px;
}
#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}



/*	owl Carousel
----------------------------------------------------------------------------------------------------*/
.item-carousel-wrapper {
	position: relative;
	margin-right: -20px
}
.item-carousel-wrapper img {
	width: 100%;
}

#item-carousel-col-4 .item, #item-carousel-col-4-auto .item,
#item-carousel-col-3 .item, #item-carousel-col-3-auto .item,
#item-carousel-col-2 .item, #item-carousel-col-2-auto .item  {
	margin-right: 20px;
}
.item-carousel-navigation {
	text-align: center;
	position: absolute;
	top: -54px;
	right: 20px;
}
.item-carousel-navigation a {
	-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);
	cursor:pointer;
	line-height: 20px;
	color: #FFF;
}
.item-carousel-navigation a i {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	background: #6D7580;
	color: #FFF;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.item-carousel-navigation a.icnp i {
	padding: 4px 4px 0 4px !important;
}
.item-carousel-navigation a.icnn i {
	padding: 4px 4px 0 4px !important;
}
.item-carousel-navigation a:hover i {
	color: #FFF;
}
/*	Testimonials owl Carousel
----------------------------------------------------------------------------------------------------*/
.testi-carousel .item {
	margin:0;
	padding: 0;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
#testi-carousel  .owl-controls .owl-page span{
	display: block;
	width: 24px;
	height: 8px;
	margin: 5px 3px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #3C454E;
}

#testi-carousel .owl-controls .owl-page.active span,
#testi-carousel .owl-controls.clickable .owl-page:hover span{
}

/* Owl Slider
----------------------------------------------------------------------------------------------------*/
.owl-slider-wrapper { /* osg = owl-slider-general */
	position: relative;
	padding: 0;
	margin: 0;
}
#owl-slider .item img, #owl-slider-general .item img, #owl-slider-nav .item img{
	display: block;
	width: 100%;
	height: auto;
}
.owl-slider-nav {
	position: absolute;
	bottom: 40px;
	right: 30px;
	padding: 0;
	font-size: 42px;
}
.owl-slider-nav a{
	cursor:pointer;
	color: #FFF !important;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	font-size: 42px;
	font-weight: normal;
	position: relative;
	padding: 0 !important;
}
.owl-slider-nav a i {
	font-size: 30px;
	line-height: 30px;
	padding: 0 !important;
	margin: 0;
}
.owl-slider-nav a:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-slider-nav a:hover i {} /* in color file */
.center-capture .owl-slider-nav {
	bottom: 46%;
	right: 47%;
}

.owl-slider-wrapper .owl-controls {
	position: absolute;
	bottom: 10px;
	right: 28px;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}
.owl-slider-wrapper .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 2px 3px !important;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFF;
}
.owl-slider-wrapper .owl-controls .owl-page.active span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	
}
.owl-slider-wrapper .owl-controls.clickable .owl-page:hover span {} /* in color file */

.owl-slider-wrapper.center-capture  .owl-controls {
	display: none !important;
}
/* Owl Slider - General
----------------------------------------------------------------------------------------------------*/

#owl-slider-3 .item {
	position: relative;
}
#owl-slider-3 .item img{
    display: block;
    width: 100%;
    height: auto;
	margin: 0;
	padding: 0;
}

.osg-wrapper .owl-slider-nav {
	bottom: 30px;
	right: 20px;
}
.osg-wrapper .owl-controls {
	position: absolute;
	bottom: 0px;
	right: 20px;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}
.osg-wrapper .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 2px 3px !important;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFF !important;
}
.osg-wrapper .owl-controls .owl-page.active span,
.osg-wrapper .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* Owl Slider with Progress Bar
----------------------------------------------------------------------------------------------------*/
#owl-slider-pBar .item img{
  display: block;
  width: 100%;
  height: auto;
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #7fc242;
}
#progressBar{
  width: 100%;
  background: #EDEDED;
}

/* Owl Capture
----------------------------------------------------------------------------------------------------*/
.owl-capture {
	position: absolute;
	top: 30%;
	left: 30px;
	color: #FFF;
}
.owl-capture h2 {
	margin: 0;
}
.owl-capture h2 a {
	padding: 10px 20px;
	background: #FFF;
	background: rgba(255, 255, 255, 0.9);
	color: #435263;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 40px;
	margin: 0;
	display: inline-block;
}
.owl-capture h2 a:hover {} /* in color file */
.owl-capture p {
	background: #435263;
	background: rgba(67,82,99, 0.9);
	font-size: 20px;
	line-height: 26px;
	padding: 6px 20px;
	display: inline-block;
	margin: 0;
}
.owl-capture p.owl-price {
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
.right-capture .owl-capture {
	float: right;
	text-align: right;
	right: 30px;
	top: 55%;
}
.center-capture .owl-capture {
	text-align: center;
	left: 0;
	top: 26%;
	display: block;
	width: 100%;
}
.center-capture .owl-capture h2 a {
	background: none;
	color: #FFF;
	font-size: 40px;
}
.center-capture .owl-capture h2 a:hover {
	
}
.center-capture .owl-capture p {
	background: none;
	color: #FFF;
	font-size: 20px;
}

#sync1 .item {
	color: #FFF;
	text-align: center;
	width: 100%;
}
#sync1 .item img {
	display: block;
	width: 100%;
	height: 100%;
}
#sync2 .item {
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	opacity: 0.7
}
#sync2 .item:hover {
	opacity: 1;
}
#sync2 .item img {
	display: block;
	width: 100%;
	height: 100%;
}
#sync2 .synced .item{
  background: #0c83e7;
  opacity: 1;
}






/*	jQuery Customize
----------------------------------------------------------------------*/
/* Tipsy */
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000}
.tipsy-inner { padding: 1px 10px 0px; background-color: #5486da; color: white; max-width: 300px; text-align: center; }
.tipsy-inner { border-radius: 4px; }
.tipsy-arrow { position: absolute; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px}
.tipsy .tipsy-arrow:before {content: close-quote;position: absolute;width: 0px;height: 0px}

.tipsy-nw .tipsy-arrow { top: 0; left: 10px}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px}

.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px}
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px}
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px }

.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px}


