/* ================================================================================== */
/*      Bootstrap (accordion)
/* ================================================================================== */
.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease;}
.collapse.in{height:auto;}
.accordion{margin-bottom:16px;}
.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.accordion-heading{border-bottom:0;}
.accordion-heading .accordion-toggle{display:block;padding:8px 15px;}
.accordion-toggle{cursor:pointer;}
.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5;}


/* ================================================================================== */
/*		Revolution Slider
/* ================================================================================== */
.rev_slider_wrapper{left:0 !important;width:100% !important;}
.tp-rightarrow{right:40px !important;}
.tp-leftarrow{left:40px !Important;}

/* Paginations */
.tp-bullets{margin-left:0 !important;transform:translateX(-50%);-webkit-transform:translateX(-50%);}
.tp-bullets.simplebullets.round .bullet{
	width:8px;
	height:8px;
	margin:0 6px;
	border-radius:50%;
	background:rgba(255,255,255,0.25);
}
.tp-bullets.simplebullets.round .bullet.selected{
	width:10px;
	height:10px;
	margin:0 4px;
	border:3px solid #fff;
	background:none;
}


/* ================================================================================== */
/*	Before After
/* ================================================================================== */
.twentytwenty-handle:before, .twentytwenty-handle:after{
	content: " ";
	display: block;
	width: 4px;
	background: #eee;
	height: 9999px;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	z-index: 30;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow{
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
	top: 50%;
	margin-top: -6px;
}
.twentytwenty-container{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.twentytwenty-container img{
    position: absolute;
    top: 0;
    display: block;
}
.twentytwenty-container>img{
	width: 100%;
}
.twentytwenty-container *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before{
	z-index: 20;
}
.twentytwenty-after{
	z-index: 10;
}

.twentytwenty-handle{
	height: 36px;
	width: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
	border-radius: 50%;
	z-index: 40;
	background-color:#eee;
}
.twentytwenty-handle:before{
    bottom: 50%;
    margin-bottom: 18px;
}
.twentytwenty-handle:after{
    top: 50%;
    margin-top: 18px;
}
.twentytwenty-left-arrow{
	border-right: 6px solid #333;
	left: 50%;
	margin-left: -17px;
}
.twentytwenty-right-arrow{
	border-left: 6px solid #333;
	right: 50%;
	margin-right: -17px;
}




/* ================================================================================== */
/*	Owl Carousel v1.3.3
/* ================================================================================== */

/* 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);
}

/* Styling Pagination*/
.owl-theme .owl-controls{text-align:center;}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	vertical-align:top;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	border-radius:50%;
	border:5px solid #ccc;
	
	-webkit-transition: border-color 0.3s ease-in-out;
			transition: border-color 0.3s ease-in-out;
}
.owl-theme .owl-controls .owl-page span:hover,
.owl-theme .owl-controls .owl-page.active span { 
	width:12px;
	height:12px;
	border-width: 3px;
	margin:-1px 5px;
}


/* 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);
}


/* Owl Carousel CSS3 Transitions v1.3.2 */
.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); }
}





/* ================================================================================== */
/*	FlexSlider
/* ================================================================================== */
.flexslider{
	overflow:hidden;
	position:relative;
}
.flexslider .slides img{
	width:100%;
}


/* Control Paging */
.flex-control-nav{
	position:absolute;
	z-index:101;
	bottom:20px;
	left:0;
	width:100%;
	height:auto;
	list-style:none;
	margin:0;
	text-align:center;
	
	-webkit-transform:translateY(-50%);
			transform:translateY(-50%);
}
.flex-control-nav li{
	display:inline-block;
	margin:0;
	cursor:pointer;
}
.flex-control-nav li a{
	overflow:hidden;
	display:block;
	width:8px;
	height:8px;
	margin:0 6px;
	cursor: pointer;
	text-indent:-999px;
	border-radius:50%;
	box-shadow:none;
	background:rgba(255,255,255,0.25);
}
.flex-control-nav li a.flex-active{
	width:10px;
	height:10px;
	margin:0 4px;
	border:3px solid #fff;
	background:none;
}


/* direction nav */
.gallery-block .flex-direction-nav a,
.loop-gallery .flex-direction-nav a{
	position:absolute;
	z-index:100;
	top:50%;
	margin-top:-19px;
	width:38px;
	height:38px;
	text-align:center;
}
.gallery-block .flex-direction-nav a.flex-prev,
.loop-gallery .flex-direction-nav a.flex-prev{
	left:0;
	opacity:0;
}
.gallery-block .flex-direction-nav a.flex-prev:before,
.loop-gallery .flex-direction-nav a.flex-prev:before{
	content:"\f124";
	font-family:"Ionicons";
	line-height:38px;
	font-size:42px;
	color:#fff;
}
.gallery-block .flex-direction-nav a.flex-next,
.loop-gallery .flex-direction-nav a.flex-next{
	right:0;
	opacity:0;
}
.gallery-block .flex-direction-nav a.flex-next:before,
.loop-gallery .flex-direction-nav a.flex-next:before{
	content:"\f125";
	font-family:"Ionicons";
	line-height:38px;
	font-size:42px;
	color:#fff;
}
.gallery-block:hover .flex-direction-nav a.flex-prev,
.loop-gallery:hover .flex-direction-nav a.flex-prev{
	left:3.6%;
	opacity:1;
}
.gallery-block:hover .flex-direction-nav a.flex-next,
.loop-gallery:hover .flex-direction-nav a.flex-next{
	right:3.6%;
	opacity:1;
}



/* ================================================================================== */
/*      DropKick 1.3.3 (custom select)
/* ================================================================================== */
.dk_container{
	position:relative;
	z-index:9;
}
.dk_container:after{
	content:'';
	position:absolute;
	z-index:20;
	top:25px;
	right:15px;
	width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
}
.dk_options_inner, .dk_touch .dk_options {
	max-height: 250px;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
a.dk_toggle{
    position:relative;
	display:block;
	min-width:200px;
	width:100% !important;
	padding:15px 30px 15px 15px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:12px;
	color:#000 !important;
	cursor:pointer;
	letter-spacing:1px;
	text-align:left;
	background-color:#f2f2f2;
}
.dk_open{
    position: relative;
	z-index: 100;
}
.dk_options ul{margin:0;}
.dk_options li{
    line-height: 20px;
    list-style: none;
}
.dk_options .disabled{
    cursor: default;
}
.dk_open .dk_options{
    display: block;
}
.dk_options{
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
	padding:7px 0;
	background-color:#f2f2f2;
}
.dk_options a{
	display:block;
	padding:7px 15px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:12px;
	color:#000 !important;
	cursor:pointer;
	letter-spacing:1px;
	text-align:left;
}
.dk_container select{
    position: absolute;
    top: -99999em;
    visibility: hidden;
}
.dk_mobile{
    position: relative;
}
.dk_mobile select{
    -moz-appearance: none;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: visible;
    width: 100%;
}
