/* The gallery overlay */

#galleryOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100000;
	background-color: #222;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden;
	display: none;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
/* This class will trigger the animation */

#galleryOverlay.visible {
	opacity: 1;
}
#gallerySlider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	-moz-transition: left 0.4s ease;
	-webkit-transition: left 0.4s ease;
	transition: left 0.4s ease;
}
#gallerySlider .placeholder {
	background: url(../img/loader.gif) no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#gallerySlider .placeholder img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
#gallerySlider.rightSpring {
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}
#gallerySlider.leftSpring {
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring {
 0% {
margin-left:0px;
}
 50% {
margin-left:-30px;
}
 100% {
margin-left:0px;
}
}
 @-moz-keyframes leftSpring {
 0% {
margin-left:0px;
}
 50% {
margin-left:30px;
}
 100% {
margin-left:0px;
}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring {
 0% {
margin-left:0px;
}
 50% {
margin-left:-30px;
}
 100% {
margin-left:0px;
}
}
 @-webkit-keyframes leftSpring {
 0% {
margin-left:0px;
}
 50% {
margin-left:30px;
}
 100% {
margin-left:0px;
}
}
/* Arrows */

#prevArrow, #nextArrow {
	border: none;
	text-decoration: none;
	background: url('../img/arrows.png') no-repeat;
	opacity: 0.5;
	cursor: pointer;
	position: absolute;
	width: 43px;
	height: 58px;
	top: 50%;
	margin-top: -29px;
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
#prevArrow:hover, #nextArrow:hover {
	opacity: 1;
}
#prevArrow {
	background-position: left top;
	left: 40px;
}
#nextArrow {
	background-position: right top;
	right: 40px;
}
/*----------- .portfolio --------------*/
.portfolio {
	list-style: none outside;
	margin: 0;
}
.portfolio li {
	float: left;
	margin: 0 8px 20px 8px;
}
.magnifier {
	opacity: 1;
	position: relative;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.magnifier:hover {
	opacity: 0.7;
}
.magnifier:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	background: url('../img/magnifier.png') center center no-repeat #000000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.magnifier:hover:after {
	opacity: 0.6;
}
/*------ list-services ------- */
.list-services .thumbnail-1 {
	background: #000000;
	padding: 10px;
}
.list-services a {
	margin-bottom: 10px;
	display: inline-block;
}
.list-services p {
	padding-bottom: 20px;
}
.list-services section {
	padding: 0 20px;
	text-align: center;
}
.list-services li {
	margin-bottom: 30px;
}
.quote-1 {
	border: medium none;
	color: #7f7f7f;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.badge {
	font-size: 41px;
	line-height: 44px;
	width: 67px;
	text-shadow: 1px 1px #e8eaea;
	text-align: center;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
	background: #d1cfd0;
	-webkit-box-shadow: 1px 1px #dddcde;
	-moz-box-shadow: 1px 1px #dddcde;
	box-shadow: 1px 1px #dddcde;
	float: left;
	margin-right: 18px;
	color: #1a1a1a;
	padding: 11px 0;
	border-right: 1px solid #eaedee;
	border-bottom: 1px solid #eaedee;
}
/*------ lists ------- */
/*------ list ------- */
.list.extra {
	width: 100%;
	margin: 0;
	float: none;
	padding-top: 5px;
}
.list.extra2 {
	width: 170px;
	padding-top: 5px;
}
.list-pad {
	padding-right: 28px;
}
.list {
	list-style: none outside;
	padding-top: 14px;
	float: left;
	width: 106px;
	margin: 0;
}
.list li {
	background: url(../img/marker-1.png) no-repeat 0 7px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.list li.last {
	padding-bottom: 0;
}
.list.extra1 a, .list.extra2 a {
	color: #7f7f7f;
}
.list.extra1 a:hover, .list.extra2 a:hover {
	color: #F25C27;
}
.list li a {
	color: #F25C27;
	display: inline-block;
}
.list li a:hover {
	text-decoration: none;
	color: #ffffff;
}
.list2 li {
	background: none;
	padding-left: 0px;
	padding-bottom: 10px;
}
/*----------- list-photo--------------*/
.list-photo {
	list-style: none outside;
	margin: 0;
	overflow: hidden;
	margin-left: -30px;
}
.list-photo li {
	float: left;
	margin: 0 0 30px 30px;
}
 @charset "utf-8";
/* CSS Document */

/* FlexSlider Necessary Styles
*********************************/

.flex-container a, .flexslider a, .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;
}
.flex-direction-nav {
	z-index: 8;
	position: relative
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 40px 0 55px;
	padding: 0;
	background: #000;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-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;
}
/* 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, .flex-container {
	position: relative;
}
.flexslider {
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}
.flexslider .slides > li {
	width: 20%;
	overflow: hidden;
	position: relative;
}
.flexslider .slides > li .flex-caption {
	font-family: 'Dorsa', sans-serif;
	color: #fff;
	font-size: 100px;
	line-height: 104px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -10px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.flexslider .slides > li.active .flex-caption {
	opacity: 0
}
.flexslider .slides {
	margin: 0;
	list-style: none outside none;
}
.flexslider .slides > li {
	opacity: 0.6
}
.flexslider .slides > li.active {
	opacity: 1
}
.flexslider .slides img {
	display: block;
	max-width: 770px;
}
.flexslider .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
/* Caption style */
.flex-caption {
}
#responsiveFlag {
	display: block;
}

@media handheld, only screen and (min-width:1300px) {
.flexslider .slides > li {
	display: block;
}
#responsiveFlag {
	display: block;
}
}

@media only screen and (max-width: 1299px) {
.flexslider .slides > li {
	opacity: 1
}
.flexslider .slides img {
	max-width: 100%;
	width: 100%
}
.flex-control-nav {
	display: none;
}
.flex-direction-nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	overflow: hidden;
	margin: -27px 0 0 0;
	list-style: none outside none;
}
.flex-direction-nav li {
	float: left;
	width: 50%;
	height: 100%;
	text-align: right;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}
.flex-direction-nav li:first-child {
	text-align: left
}
.flex-direction-nav a {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	text-indent: -1000px;
	overflow: hidden;
	width: 55px;
	height: 55px;
	vertical-align: middle;
}
.flex-direction-nav a:hover {
	text-decoration: none;
}
.flex-direction-nav a.flex-next {
	text-align: right;
	background: url(../img/next.png) no-repeat 50% 50% #181818
}
.flex-direction-nav a.flex-prev {
	text-align: left;
	background: url(../img/prev.png) no-repeat 50% 50% #181818
}
.flex-direction-nav a:hover {
	background-color: #e85356
}
#responsiveFlag {
	font-size: 0;
	line-height: 0;
	display: inline;
}
}

@media only screen and (max-width: 420px) {
.flex-direction-nav {
	margin-top: -20px
}
.flex-direction-nav a {
	width: 40px;
	height: 40px
}
}

@media (max-width: 320px) {
.flex-direction-nav {
	margin-top: -15px
}
.flex-direction-nav a {
	width: 30px;
	height: 30px
}
}

.close_portfolio{
	background-color:RGBA(255,255,0,0.8);
	top: 3%;
	right: 3%;
	border-radius: 50px;
	padding: 5px 11px;
	position: absolute;
	z-index: 99999;
	color: #fff;
	font-weight:bold;
	cursor:pointer;
	}
.close_portfolio:hover{
	opacity: 0.6;
    filter: alpha(opacity=60);
	}