﻿/*isotope
* Author: themePro
* Template: Gala
*/

/* =================================================================== */
/* Import Section
====================================================================== */

@import url("icons.css");				/* Font Awesome Icons / Glyphicons Halflings */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
/* =================================================================== */


#wrapper {
	margin-top: 25px;
	
}
.style-2 {
	width: 100% !important;;
}

.full {
	width: 1020px;
	margin: 0 auto;
}



/* Header
====================================================================== */

#header {
	min-height: 120px;
	padding: 0;
}


/*==================================================================== */
/* LayerSlider Styles
====================================================================== */

.ls-container {
	visibility: hidden;
	position: relative;
	height:260px !important;
}
.ls-inner {
	position: relative;
	background-position: center center;
}
.ls-inner, .ls-layer {
	width: 100%;
	height: 100%;
}
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}
.ls-layer * {
	margin: 0px;
	line-height: normal;
}
.ls-active, .ls-animating {
	display: block !important;
}
.ls-layer > * {
	position: absolute;
	left: 0px;
	top: 0px;
}
.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}
.ls-bg {
	height: 442px;
	width:100%;
}
.ls-yourlogo {
	position: absolute;
	z-index: 99;
}


/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
}
.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: 600 !important;
}
.ls-debug-console h1:first-child {
	padding-top: 0px !important;
}
.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}
.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}
.ls-debug-console li ul {
	display: none;
	position: absolute !important;
	width: 260px;
	left: -10px;
	bottom: 100% !important;
	padding: 10px 10px 10px 0px !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 20px black !important;
}
.ls-shadow {
	display: none !important;
}
.ls-debug-console li:hover ul {
	display: block;
}
.ls-debug-console li ul * {
	color: black !important;
}
.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}


/* LayerSlider Skin */
#layerslider-container {
	background: url(../images/layerslider-loader.gif) no-repeat center;
}
#layerslider-over {

	width: 100%;
	height: 422px;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
	opacity: 1;
}

#sforeground {

	background-position: center top;
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 550px;
	margin: 0 auto;
	top: 114px;
	left: 0;
	pointer-events: none;
	overflow:hidden;
}
.ie8 #sforeground {
	top: 138px;
	left: -1px;
	overflow:hidden;
}

#shadow-over {
	background: url(../images/shadow.png) no-repeat center;
	width: 100%;
	height: 75px;
	overflow: hidden;
}
.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next, .ls-fullwidth .ls-playvideo, .ls-fullwidth .ls-playvideo:hover {
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}
.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
	width: 25px;
	height: 30px;
	margin-top: -36px;
	display: block;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	text-indent: -9999px;
	top: 50%;
}
.ls-fullwidth .ls-nav-prev {
	background: url(../images/slider-left.png) no-repeat 50%;
	background-color: #4c4c4c;
	left: 0;
	border-radius: 0 2px 2px 0;
}
.ls-fullwidth .ls-nav-next {
	background: url(../images/slider-right.png) no-repeat 50%;
	background-color: #4c4c4c;
	right: 0;
	border-radius: 2px 0 0 2px;
}
.ls-fullwidth .ls-nav-next:hover, .ls-fullwidth .ls-nav-prev:hover {
	background-color:;
}
.ls-fullwidth .ls-playvideo {
	width: 50px;
	height: 50px;
	display: block;
	margin-left: -25px;
	margin-top: -25px;
	background: url(../images/layerslider-video.png) no-repeat 50%;
	opacity: 0.8;
}
.ls-fullwidth .ls-playvideo:hover {
	opacity: 1;
}
.caption-gray, .caption-color, .caption-transparent {
	padding: 18px 22px;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.caption-gray {
	background: #4c4c4c;
}

.caption-transparent {
	background-color: #4c4c4c;
	background: rgba(0, 0, 0, 0.40);
}


/*==================================================================== */
/* FlexSlider
====================================================================== */

/* Browser Resets */

.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;
	z-index: 1;
	position: relative;
}
.flexslider .slides > li {
	display: none;
}


 /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {
	display: block;
}


 /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}


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


/* No JavaScript Fallback */
/* 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 0;
	border: none;
	position: relative;
	zoom: 1;
}
.flexslider.home {
	margin: 0;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}


/* Direction Nav */

.flex-direction-nav {
*height: 0;
}
.flex-direction-nav .flex-next {
	background: url(../images/slider-right.png) no-repeat 50%;
	background-color: #4c4c4c;
	right: 0;
	border-radius: 2px 0 0 2px;
}
.flex-direction-nav .flex-prev {
	background: url(../images/slider-left.png) no-repeat 50%;
	background-color: #4c4c4c;
	left:0;
	border-radius: 0 2px 2px 0;
}
.flex-direction-nav a {
	width: 39px;
	height: 71px;
	margin-top: -36px;
	display: block;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	text-indent: -9999px;
	top: 50%;
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
}
.flexslider.home:hover .flex-next, .flexslider.home:hover .flex-prev {
	opacity: 1;
	filter:alpha(opacity=100);
}
.home .flex-direction-nav a {
	opacity: 0;
	filter:alpha(opacity=0);
}
.flexslider .flex-next:hover, .flexslider .flex-prev:hover {
	background-color:;
}


/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}


/* Caption */

.slide-caption, .slide-caption2 {
	width: 270px;
	padding: 28px;
	position: absolute;
	display: block;
	left: 45px;
	bottom: 20px;
	background-color: #222;
	background: rgba(0, 0, 0, 0.45);
}
.slide-caption2 {
	width: 230px;
	bottom: 150px;
}
.slide-caption h3, .slide-caption2 h3 {
	color: #fff;
	padding-bottom: 10px;
	margin:0;
	line-height: 22px;
}
.slide-caption p, .slide-caption2 p {
	margin:0;
	line-height: 19px;
	color: #bbb;
}

/* =================================================================== */
/* Icon Boxes
====================================================================== */

.icon-box-container {
	margin:  20px 0 10px;
	float:left;
}
.icon-box-container p {
	margin: 0;
}
.icon-box, .full-box {
}
.icon-box h3 {
	margin-left: 40px;
}
.icon-box p {
	margin: 10px 0 0;
}
.icon-box i, .full-box i {
	float: left;
	font-size: 20px;
	color: #fff;
	padding: 6px 5px 0;
	background: #292a2b;
	display: block;
	width: 24px;
	height: 25px;
	border-radius: 3px;
	text-align: center;
}
.icon-box .button {
	margin: 6px 0 0 -1px;
}
.full-box h3 {
	margin: 0 0 7px 50px;
	text-transform: uppercase;
}
.full-box p {
	color: #FFF;
}
.full-box i {
	color: #292a2b;
	background: none;
	font-size: 25px;
	margin-left: 10px;
	padding-top: 9px;
}
.full-box a {
	color:;
	font-size: 18px;
	font-family: 'Abel', sans-serif;
}
.full-box a:hover {
	color: #888;
}
.full-box .dark-box {
	background-color: #292a2b;
	padding: 14px 18px 10px;
	border-radius: 5px;
}
.full-box {
	padding-bottom: 10px;
}
.full-box .bg_lines {
	background: url(../images/bg_lines.png) repeat-x;
	height: 2px;
	width: 100%;
	margin: 8px 0;
}


/* =================================================================== */
/* Carousel
====================================================================== */


.arl i, .arr i {
	margin: 3px 0 0 10px;
	font-size: 13px;
	color: #c8c8c8;
}
.arl {
	border-radius: 2px 0 0 2px;
}
.arr {
	border-radius: 0 2px 2px 0
}
.arl.active i, .arr.active i {
	color: #fff;
}
.arl.active, .arr.active {
	background-color: #292a2b;
	cursor: pointer;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.07);
}
.arl.active:hover, .arr.active:hover {
	background-color:;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.carousel-navi {
	margin: 0 5px 0 0;
	float: right;
}
.jcarousel {
	position: relative;
	overflow: hidden;
}
.jcarousel ul {
	width: 20000em;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}


/* =================================================================== */
/* Clients
====================================================================== */
.clients {
	padding: 0 0 30px;
	margin: 10px 0 20px;
}
.clients ul {
	margin: 15px 0 15px 15px;
}
.clients ul img {
	border: solid 1px #fff;	
}
.clients ul img:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
	-webkit-transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
}


/* =================================================================== */
/* Recent Work
====================================================================== */

.entire {
	margin: 40px 0 0 0;
}
.entire h3 {
	margin: 0 0 8px 0;
}
.entire p {
	margin: 0 0 9px 0;
	color: #888;
}
.entire a {
	color: #555;
}
.entire a:hover {
	color: #888;
}
.item-description {
	padding: 14px 0 15px 0;
	background: #fff;
	border-radius: 0 0 4px 4px;
	border-top: 2px solid #e5e5e5;
	text-align: center;
	-webkit-transition: all 180ms ease-in-out;
	-moz-transition: all 180ms ease-in-out;
	-o-transition: all 180ms ease-in-out;
	-ms-transition: all 180ms ease-in-out;
	transition: all 180ms ease-in-out;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.1);
}
.ie8 .item-description {
	border-bottom: 1px solid #e8e8e8;
}
.portfolio-item {
}
.portfolio-item img {
	-webkit-transition: opacity 180ms ease-in-out;
	-moz-transition: opacity 180ms ease-in-out;
	-o-transition: opacity 180ms ease-in-out;
	-ms-transition: opacity 180ms ease-in-out;
	transition: opacity 180ms ease-in-out;

}
.portfolio-item:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.item-description h5 {
	margin-bottom: -3px;
	font-size: 15px;
	font-weight: 600;
}
.item-description span {
	color: #888;
	font-family: 'Istok Web', sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
}
.portfolio-item {
	margin: 40px 0;
	display: block;
	background-color: #fff;
}
.portfolio-item:hover > figure > .item-description {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
	border-top: 4px solid;
}


/* =================================================================== */
/* Recent Blog
====================================================================== */

.recent-blog {
	margin-bottom: 18px;
}
.recent-blog h4 {
	line-height: 21px;
	margin-bottom: 7px;
}
.recent-blog h4 a {
}
.recent-blog h4 a:hover {
	color: #888;
}
.recent-blog p {
	margin-top: 7px;
	margin-bottom: 0;
}
.margin-1 {
	margin: 28px 0 22px 0;
}
.entry, .recent-blog h4, .recent-blog p {
	margin-left: 60px;
}
.date {
	float:left;
	text-align: center;
	height: 0px;
}
.date span {
	display: block;
}
.day {
	background: #e4e4e4;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #999;
	border-radius: 2px 2px 0 0;
}
.month {
	background: #292a2b;
	padding: 0px 10px 2px 10px;
	color: #fff;
	border-radius: 0 0 2px 2px;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.07);
}


/* =================================================================== */
/* Miscellaneous Styles
====================================================================== */

.margin-reset {
	margin-top: -10px;
}
.sidebar.padding-reset {
	padding-top: 0;
}
.glyphicons {
	margin: 15px 0 0 0;
}
.glyphicons li {
	margin: 0 0 2px 1px;
}
.glyphicons li i {
	float: left;
	margin: 0 5px 0 0;
}
.the-icons {
	margin: 18px 0 20px 0;
}
.the-icons li i {
	font-size: 24px;
	color: #555;
	float: left;
	margin: 0 3px 0 0;
}
.the-icons li {
	margin: 0 0 14px 0;
}



/* Dropcaps
====================================*/

.dropcap {
	float: left;
	color:;
	font-size: 58px;
	line-height: 54px;
	padding-top: 4px;
	padding-right: 10px;
	margin-top: -2px;
}
.dropcap.gray {
	color: #555;
}


/* Highlights
====================================*/

.highlight.color, .highlight.gray, .highlight.light {
	padding: 2px 6px;
	color: #fff;
	border-radius: 2px;
}
.highlight.color {
	background:;
}
.highlight.gray {
	background: #4c4c4c;
}
.highlight.light {
	background: #aaa;
}



/* Progress Bar
====================================*/

.skill-bar {
	height: 41px;
	position: relative;
	background: #f6f6f6;
	margin: 0 0 10px 0;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05);
}
.skill-bar-content[data-percentage] {
	text-indent: -9999px;
}
.skill-bar-content {
	background:;
	height: 41px;
	width: 0%;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.12);
}
.skill-bar .skill-title {
	color: #fff;
	top: 9px;
	left: 15px;
	position: absolute;
}
.skill-bar .percentage {
	color: #666;
	position: absolute;
	top: 9px;
	left: 90%;
}


/* Page Title
====================================*/

.line_page {
	height: 2px;
	background: #fff;
}

.page-title {
	background-image:  url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
}

.title, .title2 {
	background: url(../images/title_bg.png) repeat-x bottom;
	margin: 0;
}
.title2 {
	margin: 50px 0 20px;
}
.title h1, .title2 h1 {
	line-height: 25px;
	color: #999;
	font-weight: 600;
	font-family: 'Istok Web', sans-serif;
	padding: 30px 0;
	float: left;
}
.title2 h1 {
	padding: 0;
	line-height: 35px;
}
.intro {
	font-size: 30px;
	color: #777;
	font-weight: 300px;
	text-align: center;
	line-height: 40px;
	background: #ddd;
	padding: 30px 15px 25px;
	border-radius: 10px;
}




/* Fancybox
====================================*/
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}
.ie8 .fancybox-overlay {
	background: url('../images/fancybox_overlay.png') !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 600;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}
#fancybox-buttons.top {
	top: 10px;
}
#fancybox-buttons.bottom {
	bottom: 10px;
}
#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(68,68,68)), color-stop(50%, rgb(52,52,52)), color-stop(50%, rgb(41,41,41)), color-stop(100%, rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0 );
}
#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('../images/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}
#fancybox-buttons a:hover {
	opacity: 1;
}
#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}
#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}


/**** Isotope CSS3 transitions ****/

.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;
}


/**** Disabling Isotope CSS3 transitions ****/

.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;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}





/* Tooltip
====================================*/

a.tooltip {
	color:;
}
a:hover.tooltip {
	color: #888;
}
.ui-tooltip, .arrow:after {
	background: #444;
}
.ui-tooltip {
	color: #fff;
	padding: 1px 8px;
	position: absolute;
	z-index: 9999;
	font-size: 11px;
	max-width: 300px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.fade {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 100ms ease-in-out;
	-moz-transition: opacity 100ms ease-in-out;
	-o-transition: opacity 100ms ease-in-out;
	-ms-transition: opacity 100ms ease-in-out;
	transition: opacity 100ms ease-in-out;
}
.fade.in {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ie8 .arrow {
	display: none;
}
.arrow {
	width: 70px;
	height: 5px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -5px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 23px;
	top: -20px;
	width: 21px;
	height: 21px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after {
	top: auto;
}




/* Shop Media Queries */

@media only screen and (min-width: 890px) and (max-width: 900px) {

	
.full {
	width:880px !important ;
	
}

.caption-color {
    background: none repeat scroll 0 0 #5D5057;
    color: #FFFFFF;
    font-size: 20px !important;
}

}


@media only screen and (min-width: 920px) and (max-width: 980px) {
.full {
    float: left;
    margin: 0 auto;
    width: 975px;
}

.caption-color {
    background: none repeat scroll 0 0 #5D5057;
    color: #FFFFFF;
    font-size: 23px !important;
}

}

@media only screen and (min-width: 780px) and (max-width: 800px) {

.full {
    float: left;
    width: 800px;
}

.caption-color {
    background: none repeat scroll 0 0 #5D5057;
    color: #FFFFFF;
	font-size: 18px !important;
}

}

@media only screen and (min-width: 760px) and (max-width: 768px) {

.full {
    float: left;
    width: 765px;
	margin:0 auto;
}

.caption-color {
    background: none repeat scroll 0 0 #5D5057;
    color: #FFFFFF;
	font-size: 18px !important;
}


}

@media only screen and (min-width: 590px) and (max-width: 600px) {

.full {
    width: 600px;
	margin:0;

}

.caption-color {
    background: none repeat scroll 0 0 #5D5057;
    color: #FFFFFF;
	font-size: 15px !important;
}

}


@media only screen and (min-width: 630px) and (max-width: 640px) {

.full {
    width: 639px;
	margin:0;
	float:left;

}

.caption-color {
    background: none repeat scroll 0 0 #5D5057;
    color: #FFFFFF;
	font-size: 15px !important;
}

}


@media only screen and (min-width: 350px) and (max-width: 360px) {

.full {
    width:360px;
	margin:0 auto;
	float:left;

}

.caption-color {
    background: none repeat scroll 0 0 #5D5057;
    color: #FFFFFF;
    font-size: 8px !important;
    top:123.882px !important;

}

.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next
{
top:59%;
}


}














/*.ls-inner, .ls-layer {
	width: 100% !important;
	height: 100%;
}

.ls-bg {
	height: 442px;
	width:87%;
}*/

/*@media only screen and (max-width: 767px) {
.container .four-shop.columns {
	width: 260px;
}
}*/
/*@media only screen and (min-width: 480px) and (max-width: 767px) {
.container .four-shop.columns {
	width: 360px;
}
}*/

/*@media only screen and (max-width: 767px) {
.shop-page.page-content {
	margin: 0;
}
}*/




/* =================================================================== */
/* Media Queries
====================================================================== */


/* Higher than standard 960 (desktop devices)
====================================================================== */
/*@media only screen and (min-width: 960px) {
	
.jcarousel {
	height: 317px;
}
}*/


/* Tablet Portrait size to standard 960 (devices and browsers)
====================================================================== */
/*@media only screen and (min-width: 768px) and (max-width: 959px) {

 #wrapper, .full, #footer,  #footer-bottom {
	 width: 714px;
}

 #layerslider-over {
	 width: 714px;
	 height: 295px;
	 overflow:hidden;
}

}*/


/* All Mobile Sizes (devices and browsers)
====================================================================== */
/*@media only screen and (max-width: 767px) {


	#sub-menu {
		float: left;
		margin: 5px 0 0 0;
	}

	#tagline,
	#breadcrumbs,
	.social-icons,
	.contact-details,
	.top-search,
	.slide-caption,
	.js #responsive,
	.left-corner,
	.right-corner {
		display: none;
	}

	#sforeground, #layerslider-over {
	 visibility: hidden;
	 overflow:hidden;
	}
	#header {
		min-height: 115px;
	}

	#footer h4 {
		margin-top: 20px;
	}

	#footer {
		padding-top: 20px;
	}

	.page-title {
		padding-bottom: 30px !important;
	}

	#breadcrumbs ul {
		float: left;
		padding: 0;
		margin-top: 5px;
		width: 100%;
	}

	.icon-box-container {
		margin: 30px 0 20px 0;
	}

	.icon-box {
		margin-bottom: 20px;
	}

	.page-title h2 {
		padding: 0;
		position: relative;
	}
	


	body .container .columns.carousel-intro {
		float:none !important;
	}

	.comment-by {
		margin-bottom: 20px;
	}

	.caption-gray,
	.caption-color,
	.caption-transparent {
		display: none !important;
	}




}*/



/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
/*@media only screen and (min-width: 480px) and (max-width: 767px) {

	#wrapper,
	.full,
	#footer,
	#footer-bottom {
		width: 420px;
	}

}*/


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
/*@media only screen and (max-width: 479px) {
	#wrapper,
	.full,
	#footer,
	#footer-bottom {
		width: 320px;
	}

}*/





