.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}


/*-----------------------------------------------------------------------------------*/
/*	STUCTURE
/*-----------------------------------------------------------------------------------*/

.inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}


@-webkit-keyframes moveFromBottom { 
	from {
	    opacity: 0;
	    -webkit-transform: translateY(200%);
	}
	to {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
}


@-moz-keyframes moveFromBottom { 
	from {
	    opacity: 0;
	    -moz-transform: translateY(200%);
	}
	to {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
}


@-ms-keyframes moveFromBottom { 
	from {
	    opacity: 0;
	    -ms-transform: translateY(200%);
	}
	to {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
}


@-webkit-keyframes moveFromTop { 
	from {
	    opacity: 0;
	    -webkit-transform: translateY(-200%);
	}
	to {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
}


@-moz-keyframes moveFromTop { 
	from {
	    opacity: 0;
	    -moz-transform: translateY(-200%);
	}
	to {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
}


@-ms-keyframes moveFromTop { 
	from {
	    opacity: 0;
	    -ms-transform: translateY(-200%);
	}
	to {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
}



/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 

}


/*-----------------------------------------------------------------------------------*/
/*	ISOTOPE PORTFOLIO GRID
/*-----------------------------------------------------------------------------------*/
.portfolio-wrapper {
    overflow: hidden
}
.items {
    width: 110%;
    clear: both;
}
.items li {
    float: left;
    position: relative;
    background: none;
    padding: 0;
}
.items.col4 {
    margin-right: -10px
}
.items.col4 li {
    margin: 0 20px 20px 0;
    width: 235px;
}

.items.col3 {
    margin-right: -8px
}
.items.col3 li {
    margin: 0 20px 20px 0;
    width: 325px;
}

.items li img {
    display: block
}
.items li a .overlay {
    display: none;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background-color: rgba(255,255,255, 0.3);
	border-top:2px solid #222;
    padding: 20px;
}

.items:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.items li a,
.items li a img {
    display: block;
    position: relative;
}
.items li a {
    overflow: hidden
}
.filter {
    padding: 0 0 25px 0;
    text-align: center;
    margin-bottom: -10px;
}
.filter li {
    margin: 0;
    background: none;
    display: inline;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    color: #616161;
}
.filter li a {
    margin: 0 4px 10px 4px
}
.isotope-item {
    z-index: 2;
    display: block !important;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.item-details {
    width: 650px;
    float: right;
    overflow: hidden;
}
.item-details .item-info {
    padding-bottom: 20px
}
.item-details .item-info span {
    margin-right: 3px
}
.portfolio-content .item {
    margin-bottom: 60px
}




/*-----------------------------------------------------------------------------------*/
/*	BLOG WITH SIDEBAR
/*-----------------------------------------------------------------------------------*/
.bannercontent {
    width: 750px;
    float: left;
}
.sidebar {
    width: 300px;
    float: right;
}
.sidebox {
    border-top: 2px solid #efefef;
    padding-top: 60px;
    margin-top: 40px;
}
.sidebox h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
.sidebox:first-child {
    border: none;
    margin: 0;
    padding: 0;
}
.post {
    border-bottom: 2px solid #efefef;
    padding-bottom: 53px;
    margin-bottom: 60px;
}
.post .info {
    margin-bottom: 20px
}
.post .overlay,
.post .video {
    margin-bottom: 20px
}
.overlay {
    display: block;
    position: relative;
}
.overlay img {
    display: block;
    max-width: 100%;
}
.overlay a .more {
    display: none;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: rgba(255,103,96, 0.92);
}
.overlay a .more:before {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\f517';
    width: 20px;
    line-height: 1;
    font-size: 20px;
    color: #FFF;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
}
.post-list .overlay a .more:before {
    font-size: 17px
}
.post .info .date {
    background: #ff6760;
    overflow: hidden;
    width: 60px;
    height: 60px;
    text-align: center;
    float: left;
    font-weight: 400;
    color: #FFF;
    padding: 9px 0;
}
.post .info .details {
    min-height: 60px;
    font-weight: 400;
    font-size: 22px;
    float: left;
    margin-left: 20px;
}
.post .post-title {
    margin: 0 0 10px 0
}
.post .meta {
    font-size: 12px;
    color: #979797;
}
.post .meta .sep {
    padding: 0 3px
}
.post .meta span {
    display: inline
}
.post .info .date .day {
    display: block;
    font-size: 23px;
    line-height: 1;
}
.post .info .date .month {
    display: block;
    font-size: 13px;
    margin-top: -2px;
    text-transform: uppercase;
}



/*-----------------------------------------------------------------------------------*/
/*	CAROUSEL
/*-----------------------------------------------------------------------------------*/
.category-wrapper {
    margin-bottom: 60px;
    overflow: hidden;
}
.category-wrapper .category-info {
    float: left;
    width: 235px;
    height: 64px;
    overflow: hidden;
    margin-right: 10px;
    background: #efefef;
    padding: 25px;
}
.category-wrapper .carousel-wrapper {
    float: right;
    width: 830px;
}
.fullwidth .carousel-wrapper {
	width: 100%;
} 
.carousel-wrapper.fullwidth {
	margin-bottom: 30px;
	overflow: hidden;
} 
.touchcarousel {
    position: relative;
    width: 600px;
    height: 400px;
    overflow: hidden;
}
.touchcarousel .touchcarousel-container {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
}
.touchcarousel .touchcarousel-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.touchcarousel .scrollbar-holder {
    position: absolute;
    z-index: 30;
    left: 6px;
    right: 6px;
    bottom: 5px;
    height: 4px;
    overflow: hidden;
}
.touchcarousel .scrollbar {
    position: absolute;
    left: 0;
    height: 4px;
    bottom: 0px;
}
/* IE and Opera use "move", FF uses -moz-grab */
.touchcarousel .grab-cursor {
   /* cursor: url(style/images/grab.png) 8 8, move */
}
.touchcarousel .grabbing-cursor {
   /*  cursor: url(style/images/grabbing.png) 8 8, move */
}
/* Cursor that used when mouse drag is disabled */
.touchcarousel .auto-cursor {
    cursor: auto
}
.touch-carousel {
    width: 830px;
    height: 230px;
    margin: 0 auto;
}
.fullwidth .touch-carousel {
	width: 100%;
} 
.touch-carousel .touchcarousel-item {
    margin-right: 10px;
    width: 235px;
    height: 64px;
    float: left;
    position: relative;
}
.touchcarousel-item {
    position: relative;
}
.touchcarousel .touchcarousel-item:before {
    display: none
}
.touchcarousel .touchcarousel-item .link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #ebebeb;
    color: #4a4a4a;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    padding-top: 3px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.touchcarousel .touchcarousel-item:hover .link {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.touchcarousel .touchcarousel-item .link:hover {
    background-color: #ff6760;
    color: #FFF;
}
.touchcarousel .touchcarousel-item .link:before {
    display: block;
    content: "\f50d";
    text-align: center;
}
.touchcarousel .touchcarousel-item .link.chain:before {
    content: "\f517";
}
.touchcarousel .touchcarousel-item .caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #262626;
    color: #d9d9d9;
    padding: 7px 15px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.touchcarousel .touchcarousel-item:hover .caption {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.touchcarousel .touchcarousel-item .caption a:hover {
	color: #ff6760;
	text-decoration: underline;
}
.touch-carousel .touchcarousel-item.last {
    margin-right: 0 !important
}
.touch-carousel .item-block {
    width: 235px;
    height: 64px;
    display: block;
}
.touch-carousel .item-block img {
    width: 235px;
    height: 64px;
    border: 0;
    padding: 0;
}
.touch-carousel .scrollbar-holder {
    background: #efefef;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
}
.touch-carousel .scrollbar {
    background-color: #ff6760 !important;
    bottom: 0;
}






/*-----------------------------------------------------------------------------------*/
/*	SHOWCASE
/*-----------------------------------------------------------------------------------*/
.portfolio-detail-view,
.portfolio-detail-view-remove {
    position: absolute;
    height: 0px;
    overflow: hidden;
    color: #fff;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
}
.box-layout .portfolio-detail-view,
.box-layout .portfolio-detail-view-remove	{	
	 width:1230px;
}
.portfolio-detail-view .closebutton,
.portfolio-detail-view-remove .closebutton {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background: rgba(250, 250, 250, 0.5)url(../../image/back-to-top.png) left top no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
	text-indent: -9999px;
    color: #dfdfdf;
    float: left;
    margin-left: 4px;
    font-size: 15px;
    padding-top: 4px;
}
.portfolio-detail-view .closebutton:hover,
.portfolio-detail-view-remove .closebutton:hover {
	background:#222 url(../../image/back-to-top.png) left -35px no-repeat; }
}
.portfolio-detail-view .inner,
.portfolio-detail-view-remove .inner {
    padding: 0px 0px
}
.portfolio-detail-content-container {
    position: relative;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px 0px;
}
.portfolio-detail-view h2 {
    color: #e0e0e0
}
.portfolio-detail-content-container .bannercontent {
    width: 300px;
    position: relative;
}



/*-----------------------------------------------------------------------------------*/
/*	SHOWCASE SLIDER
/*-----------------------------------------------------------------------------------*/
.bannercontent,
.portfolio-detail-view .single {
    position: relative
}
.carousel {
    position: relative;
    line-height: 1;
}
.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.carousel .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel .item .link,
.portfolio-detail-view .single .link {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #ebebeb;
    color: #4a4a4a;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    padding-top: 7px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.portfolio-detail-view .single .link {
    padding-top: 3px
}
.carousel .item:hover .link,
.portfolio-detail-view .single:hover .link {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel .item .link:hover,
.portfolio-detail-view .single .link:hover {
    background-color: #ff6760;
    color: #FFF;
}
.carousel .item .link:before,
.portfolio-detail-view .single .link:before {
    display: block;
    content: "\f50d";
    text-align: center;
}
.carousel .item > img {
    display: block;
    line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
    display: block
}
.carousel .active {
    left: 0
}
.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel .next {
    left: 100%
}
.carousel .prev {
    left: -100%
}
.carousel .next.left,
.carousel .prev.right {
    left: 0
}
.carousel .active.left {
    left: -100%
}
.carousel .active.right {
    left: 100%
}


.carousel-control {
background-position: 0px 0px;
right: 10px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}






.carousel-control:before {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 10px;
    text-align: center;
    width: 36px;
    font-size: 15px;
}
.carousel-control {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background: #ebebeb;
    color: #4a4a4a;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.carousel-control:hover {
    background-color: #ff6760;
    color: #FFF;
}
.carousel:hover .carousel-control {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.carousel-control.left:before {
    content: '<'
}
.carousel-control.right:before {
    content: '>'
}
.carousel-control.right {
    left: auto;
    right: 15px;
}



.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
    color: #ffffff;
    line-height: 20px;
}
.carousel-caption h4 {
    margin: 0 0 5px
}
.carousel-caption p {
    margin-bottom: 0
}
