/*styles for Delicious VC Elements*/

/*Progress Bar*/

.skillbar {
	position:relative;
	display:block;
	margin-bottom: 45px;
	width:100%;
	background: #efefef;
	height: 4px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
	margin-top: 45px;
}

.skillbar-title {
	position:absolute;
	top: -25px;
	left:0;
	font-weight:bold;
	font-size: 13px;
	color: #323232;
}

.skillbar-title span {
	display:block;
}

.skillbar-bar {
	height: 4px;
	width: 0;
}

.skill-bar-percent {
	position:absolute;
	font-size:11px;
}
.skill-bar-percent {
	opacity: 0;
	position: absolute;
	width: 24px;
	height: 7px;
	line-height: 7px;
	padding: 3px;
	font-size: 12px;
	text-align: center;
	color: rgb(255, 255, 255);
	background: rgb(50, 50, 50);
	border: 4px solid rgb(50, 50, 50);
	border-radius: 2px;
	top: -27px;
	font-weight: normal;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;		
}

.skill-bar-percent:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #323232 transparent transparent transparent;
	top: 11px;
	left: 5px;
}

/*--- Lists ---*/

.customlist {
	margin-bottom: 20px
}

.customlist li {
	padding: 10px 0;
	border-top: 1px solid #EFEFEF;
}

.customlist li:first-child {
	border: 0;
}

.customlist li i {
	margin-right: 10px;
}

.customlist {
	margin-bottom: 20px
}

.customlist li {
	padding: 10px 0 !important;
	border-top: 1px solid #EFEFEF;
	list-style-type: none !important;
}

.customlist li:first-child {
	border: 0;
}

.customlist li i {
	margin-right: 10px;
}

/*--- Counters ---*/

.counter-item {
    text-align: center;
    padding: 30px 0 35px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.counter-wrapper {
	overflow: hidden;
}

.counter-item.first-item {
	border-left: 0;
}

.counter-number {
    font-size: 48px;

    font-weight: 800;
    width: 100%;
    display: inline-block;
    line-height: 56px;
    color: #323232;
    margin-bottom: 8px;
}

.counter-text {
    text-align: center;
	
    clear: both;
    font-size: 18px;
}


/*--- Buttons ---*/

.dt-button {
    cursor:pointer;
    display:inline-block;
    font-size: 13px;
    font-weight: 700;
    margin: 0 7px 20px 0;
    padding: 8px 20px;
	position:relative;
	border: none;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
    text-transform: uppercase;
    border-radius: 1px;
    letter-spacing: 1px;
}

.dt-button.big {
    padding: 15px 25px;
    letter-spacing: 1px;
}

.dt-button.alt {
	background: none;
}

.dt-button i {
	font-size: 14px;
	margin-left: 10px;
}

.dt-button.icon-right i {
	margin-left: 10px;
	float: right;
	margin-top: 5px;
	margin-right: 0;
}

.dt-button.icon-left i { 
	margin-right: 10px;
	margin-left: 0;
}

.gray {
    background:#eaeaea;
    color: #686868;
}

.gray.alt {
	border: 2px solid #ccc;
	color: #999;
}

.gray:hover {
    color: #686868;
	background:#d2d2d2;
}

.gray.alt:hover {
	border: 2px solid #eaeaea;
	background:#eaeaea;
}

.yellow {
    background:#ffb141;
	border:0 none;
    color: #fff;
}

.yellow.alt {
	border: 2px solid #ffb141;
	color: #ffb141;
}

.yellow:hover {
    color: #fff;
	background:#fd9602;
}

.yellow.alt:hover {
	border: 2px solid #fd9602;
	background: #fd9602;
}

.orange {
    background:#fe7e17; /* E27109 */
	border:0 none;
    color: #fff;
}

.orange.alt {
	border: 2px solid #fe7e17;
	color: #fe7e17;
}

.orange:hover {
    color: #fff;
	background:#f77309;
}

.orange.alt:hover {
	border:2px solid #f77309;
	color: #fff;
}

.black {
    background:#323232;
    color: #ffffff;
}

.black.alt {
	border: 2px solid #323232;
	color: #444;
}

.black:hover {
    color: #ffffff;
	background:#222;
}

.black.alt:hover {
	border: 2px solid #222;
}

.white {
    background:#fff;
    color: #222;
}

.white.alt {
	border: 2px solid #fff;
	color: #fff;
}

.white:hover {
    color: #222;
	background:#fff;
}

.white.alt:hover {
	border: 2px solid #fff;
	color: #222;
}

.green {
    background:#9dd30b;
    color: #fff;
}

.green.alt {
	border: 2px solid #9dd30b;
	color: #9dd30b;
}

.green:hover {
    color: #fff;
	background:#8dbd0a;
}

.green.alt:hover {
	border-color: #8dbd0a;
}

.bleumarin {
    background:#30b4c5;
    color: #fff;
}

.bleumarin.alt {
	border: 2px solid #30b4c5;
	color: #30b4c5;
}

.bleumarin:hover {
    background:#2b9fae;
	color:#fff;
}

.bleumarin.alt:hover {
	border-color: #2b9fae;
}

.rose {
    background:#ee5051;
    color: #fff;
}

.rose.alt {
	border: 2px solid #ee5051;
	color: #ee5051;
}

.rose:hover {
    color: #fff;
	background:#d64849;
}

.rose.alt:hover {
	border-color: #d64849;
}

.red {
    background:#e1472f;
    color: #fff;
}

.red.alt {
	border: 2px solid #e1472f;
	color: #e1472f;;
}

.red:hover {
    color: #fff;
	background:#d44029;
}

.red.alt:hover {
	border-color: #d44029;
}

/*quote*/

h2.parallax-quote {
	font-size: 36px;
	font-weight: 300;
	line-height: 48px;
	text-align:center;
	font-style: italic;
}

h2.parallax-quote:after {
	display: block;
	content: "";
	height: 3px;
	width: 55px;
	margin: 30px auto;
	position: relative;
}

.quote-author {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #777;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 2px;
}

/*carousels/sliders*/

.portfolio-slider-wrapper {
	position: relative;
}

.portfolio-slider {
	position: relative;
}

div[class*="slider-nav"] {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px;
    font-weight: bold;
    color: #323232;	
    width: 36px;
    margin: 15px;
    background: rgba(255,255,255,0.4);
    padding: 10px;
    overflow: hidden;
    z-index: 1;
}

div[class*="slider-nav"] .no-1 {
	position: absolute;
	top: 10px;
	left: 10px;
	line-height:11px;
}
div[class*="slider-nav"] .no-2 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	line-height:11px;
}

.portfolio-slider img {
	height: auto;
	display: block;
	width: 100%;
}

.portfolio-slider .owl-prev, .portfolio-slider .owl-next {
    width: 40px;
    height: 56px;
    float: left;
    position: absolute;
    bottom: 10px;
    right: 15px;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
    background: rgba(255, 255, 255, 0.5);
}

.testimonials-carousel .owl-dots, .twitter-carousel .owl-dots, .clients-carousel .owl-dots {
    text-align: center;
}

.testimonials-carousel .owl-dot, .twitter-carousel .owl-dot, .clients-carousel .owl-dot {
    background: transparent;
    border: 1px solid #D7D7D7;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
}

.testimonials-carousel .owl-dot.active, .twitter-carousel .owl-dot.active, .clients-carousel .owl-dot.active {
    background: #D7D7D7;
}


.testimonial-name {
    font-size: 15px;
    font-weight: 700;
}

div[class*="testimonials-slider-no"] {
	font-size: 18px;
	color: #ccc;
	position: absolute;
	left: 60px;
	height: 40px;
	line-height: 40px;
}

.testimonial-position {
    font-size: 15px;
    font-weight: 700;
    color: #323232;
}

.client-item {
	text-align: center;
}

.owl-carousel .owl-item .client-item img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}


.portfolio-slider [class*="owl-"]:hover {
	background: #fff;
}

.portfolio-slider .owl-prev:hover, .portfolio-slider .owl-next:hover {
	opacity: 1;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;		
}

.portfolio-slider .owl-prev {
    margin-right: 1px;
    right: 55px;
}

.portfolio-slider .owl-next {

}

.portfolio-slider .owl-nav i {
    display: block;
    line-height: 56px;
    text-align: center;
    font-size: 28px;
    color: #444;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.portfolio-slider .owl-nav i:hover {
	color: #323232;
}

.gallery-slider .owl-nav, .clients-carousel .owl-nav {
    color: #efefef;
    font-size: 28px;
}

.clients-carousel .owl-nav {
	text-indent: -9999px;
}

.clients-carousel .owl-dots {
    margin-top: 30px;
}

.testimonials-carousel .owl-prev, .testimonials-carousel .owl-next, .twitter-carousel .owl-prev, .twitter-carousel .owl-next {
	position: absolute;
	border-radius: 30px;
	width: 36px;
	height: 36px;
	border: 1px solid #999;
	color: #999;
	text-align: center;
	font-size: 28px;
	opacity: 0.5;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		
}

html .twitter-carousel .owl-prev, html .twitter-carousel .owl-next {
	position: relative;
	display: inline-block;
	margin: 10px;
}

.twitter-carousel .owl-nav {
	text-align: center;
}

.testimonials-carousel .owl-prev:hover , .testimonials-carousel .owl-next:hover, .twitter-carousel .owl-prev:hover, .twitter-carousel .owl-next:hover {
	opacity: 1;
}

.testimonials-carousel .owl-nav .fa, .twitter-carousel .owl-nav .fa {
	line-height: 36px;
	width: 100%;
}

.testimonials-carousel .owl-prev {
	left: 0;
}

.testimonials-carousel .owl-next {
	left: 110px;	
}

.testimonials-carousel, .twitter-carousel, .clients-carousel {
  width: 100%;
  position: relative;
  height: auto;
  margin: 0 auto;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}


/*service item*/

.service-elem {
    position: relative;

}

.service-elem-title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.regular-service .service-elem-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.2;
}

.regular-service {
	/* cursor: crosshair; */
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	 

}

.service-elem-icon.fa {
    font-size: 140px;
    position: absolute;
    z-index: 0;
    color: #f0f0f0;
    right: 0;
    bottom: 0;
}

.regular-service .service-elem-icon.fa {
    font-size: 56px;
    position: relative;
    z-index: 0;
    color: #cccccc;
    margin-bottom: 25px;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	    
}

.service-elem-text {
	z-index: 1;
	position: relative;
}

.service-elem-text .post-read-more i {
	font-size: 14px;
}

.wrapper-service i {
    position: absolute;
    left: 0;
	font-size: 28px;
    top: 5px;
}

.content-service {
    float: left;
    width: auto;
    margin-left: 50px;
}	

.services {
	overflow:hidden;
	margin-bottom:80px;
}

.service-item {
	text-align:center;
	padding: 20px 10px 10px;
	border: 1px solid #efefef;	
	-webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    transition:background 0.2s linear;	
}

.service-item:hover {
	background:#f7f7f7;
}

.service-item i {
	float:none;
	margin:0;
	width: 100%;
	height: 48px;
	line-height: 48px;	
	font-size:42px;
	display:block;
}

h3.service {
	margin-top:20px;
	border-bottom:1px dotted #ccc;
	display:inline-block;
	clear:both;
}

/*team*/



#team-popup img {
	max-width: 100%;
}

/*magnific popup animation*/

.white-popup {
	position: relative;
	background: #FFF;
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	padding: 25px 20px 25px 25px;
}

.popup-scroll{
	/* Overflow Scroll */
	overflow-y: scroll;
	margin: 20px 0 0 0;
	padding-right: 10px;
	overflow-x: hidden;
}

/* custom scrollbars - webkit only */
.popup-scroll::-webkit-scrollbar {background-color:#fff;width:5px;}
.popup-scroll::-webkit-scrollbar-thumb {
	border-radius:10px;background:#ddd;
	-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/*magnific popup arrows*/

  html .mfp-arrow-left:after, html .mfp-arrow-right:after {
    content: none;
  }
   html .mfp-arrow-left:before, html .mfp-arrow-right:before { 
    content: "\f104";
    font-family: FontAwesome;
    border: 0;
    display: inline-block;
    margin: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
  html .mfp-arrow-right:before {
    content: "\f105" !important;
  }

html button.mfp-arrow {
	color: #fff;
	font-size: 42px;
	background: transparent;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;	 
}

html .mfp-arrow:active {
	margin-top: -35px;
}

.team-member {
    position:relative;
	margin-bottom:20px;
}

.team-member a {
	overflow: hidden;
	display: block;
	position: relative;
}

.team-avatar {
    height:auto;
    width:100%;
	display:block;
}

.team-text {
	padding: 10px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.wpb_row.vc_row-no-padding .team-text {
	border-right: none;
}

.wpb_row.vc_row-no-padding .vc_row .wpb_column:last-child .team-text {
	border-right: 1px solid #efefef;
}

.team-text h3 {
	font-size: 14px;
	font-weight: 800;
	clear:both;
	margin-bottom:3px;
	display: block;
	position: relative;
}

.team-text h3 span:after {
	content: "";
	width: 35px;
	height: 2px;
	background: #323232;
	display: block;
	margin-top: 5px;
}

.team-text h6 {
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #686868;
}

.team-text p {
}	

.team-social {
	text-align: left;
	overflow:hidden;
	clear:both;
    
	font-size: 14px;
}

.team-social a {
	padding: 9px 18px 9px 0;
	display:inline-block;
	color: #848484;
}

.team-text p {
    margin-top:10px;
}


/* popup styles */

.avatar-wrapper {
}

.avatar-wrapper img {
    vertical-align: bottom;

    max-width: 100%;
    height: auto;
}

.avatar-social {
    position: absolute;

    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}

ul.avatar-social li {
    display: inline-block;
	
    margin: 0;
    padding: 0;
}

ul.avatar-social li a {
    padding: 6px 10px;
    margin: 0;
    color: #777;
    display: block;
    width: 15px;
}

.member-title {
    font-weight: 800;

    margin-bottom: 5px;
}

.member-position {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

.member-interests {
	margin-top: 20px;
}

.member-interests li {
	display: inline;
	margin-right: 12px;
	padding-right: 20px;
	background: url(../images/nav-bg.png) no-repeat scroll right center;
	line-height: 30px;
}

.member-interests li:last-child {
	background: none;
}

.member-wrapper {
}

.member-wrapper blockquote {
	font-weight: 800;
}



.testimonial-item {
	position:relative;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}

/*portfolio*/

.grid-item-cat {
	font-size: 14px;
	font-weight: 700;
	color: #323232;
	/* border-top: 2px solid #323232; */
	display: inline-block;
	padding-top: 5px;
	letter-spacing: 0.5px;
}

span.item-on-hover, .grid-item-on-hover {
	cursor:pointer;
	display: block;	
	opacity: 0; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	z-index: 1;
	background: rgba(255, 255, 255, 0.85); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;		
}

html .grid-item-on-hover {
	height: 100%;
	bottom: 0;
}
span.item-on-hover { 
	background: rgba(255, 255, 255, 0.85); 
}

.portfolio img {
	display:inline-block;
	image-rendering: auto;
}

.client-item img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
	filter: gray; 
}

.portfolio li a img, .team-member a img.team-avatar, .client-item img {
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		  
	-webkit-backface-visibility: hidden;
}

.client-item img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}

#google_map {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
	filter: gray; /* IE 6-9 */
}

.grid-item-on-hover {
	text-align:left;
	width: 100%;
	padding:0 5%;
	box-sizing: border-box;
}

.grid-item-on-hover .grid-text {
	position:absolute;
	width:90%;
	left: 7%;
	top: 10%;
}

.csstransforms3d .grid-item-on-hover .grid-text {
	position:absolute;
	text-align:center;
	width:90%;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
	transform: translateX(-50%) translateY(-50%) translateZ(0);
	-webkit-backface-visibility: hidden;      
	filter: blur(0);    
	-webkit-filter: blur(0);
	-ms-filter: blur(0);
}

.grid-item-on-hover .grid-text p {
	color:#fff;
	padding:15px 0 0;
	opacity:0.6;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;		
}

.csstransforms3d .grid-item-on-hover .grid-text {
	position:absolute;
	text-align:center;
	width:90%;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
	transform: translateX(-50%) translateY(-50%) translateZ(0);
	-webkit-backface-visibility: hidden;      
	filter: blur(0);    
	-webkit-filter: blur(0);
	-ms-filter: blur(0);
}



.item-small .grid-item-on-hover p, .item-long .grid-item-on-hover p {
	padding:0;
}

.grid-item-on-hover h3 {
	font-weight: 900;
	color: #323232;
	font-size: 30px;
	line-height:36px;	
	position:relative;
	clear: both;
	margin-bottom: 7px;
}

.grid-item-on-hover h3, .grid-item-on-hover .grid-item-cat {
	opacity: 0;
	text-transform: none;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);	
	-ms-transform: scale(0.9,0.9,1);	
	-moz-transform: scale3d(0.9,0.9,1);	
}

.csstransforms3d .grid-item-cat:before {
	content: "";
	width: 45px;
	height: 3px; 
	background: #ccc;
	display: block;
	margin: auto;
	margin-bottom: 7px;
}

.grid-item-cat:before {
	margin: 0;
}

.grid-item-on-hover:hover h3, .grid-item-on-hover:hover .grid-item-cat {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-ms-transform: scale(1,1,1);
	-moz-transform: scale3d(1,1,1);
}

.grid-item-on-hover span {
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	opacity: 1;
	position:absolute;
	left:5%;
	bottom:5%;
	text-align:left;
	width:90%;
	font-weight: bold;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;		
}

.item-high .grid-item-on-hover h3 {
	font-size:20px;
	line-height:26px;
	width: auto;
	left: 3%;
}

.item-wide .grid-item-on-hover span, .item-long .grid-item-on-hover span {
	font-size: 14px;
}

.item-small .grid-item-on-hover h3 {
	font-size:20px;
	line-height:26px;
}

.item-on-hover i {
	color: #323232;
	text-align:center;
	height: 38px;
	width: 38px;
	line-height: 38px;
	border: 2px solid #323232;
	font-size: 14px;
}

span.hover-link {
	width:42px;
	height:42px;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;	
	position:absolute;
	display:block;	
}

span.hover-image {
	width:42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;	
	position:absolute;
	display:block;
	text-align: center;
	height: 42px;
	top: 50%;	
}

span.hover-video {
	width:42px;
	height:42px;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;	
	position:absolute;
	display:block;
}


ul#filters {
	text-align: center;
	display: inherit;
	margin: 0 auto;
}

ul#filters li {
	display:inline;
	margin:0;
	padding:0;
}

ul#filters li a {
	color: #999;
	padding: 6px 0;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
	display: inline;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
}

ul#filters li a:after {
	content: "/";
	padding: 0 15px;
	color: #999;
}

ul#filters li:last-child a:after {
	content: "";
}

ul#filters li a.selected {
	color: #323232;
}


ul#filters li a:hover {
	color: #323232;
}

ul#filters li.selected a {
}


.portfolio {
	clear:both;
	overflow:hidden;
}

.portfolio li {
	 float:left; 
	position:relative;
	 overflow:hidden; 
	 background:#fff; 
	 padding:0 !important; 
	 list-style-type: none !important;
	 text-align:center; 
}

.portfolio li > a {
	display: block;
}

.portfolio li:hover {
	background:#fafafa;
}

.portfolio h3 a {
	color:#444;
}

.portfolio p {
	padding:0 7px 20px;
	margin:0;
}	


#portfolionav a:hover {
	opacity: 1;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;		
}


.dt-arrow-right, .dt-arrow-left {
	position: fixed;
	line-height: 42px;
	display: inline-block;
	-webkit-transition:all 0.2s linear; 
	-moz-transition:all 0.2s linear;
	-0-transition:all 0.2s linear;
	transition:all 0.2s linear;	
	font-size: 42px;
	text-align: center;
	color: #323232;
	-webkit-backface-visibility: hidden;
	opacity: 0.3;
	padding: 0 15px;
	width: 15px;
	height: 120px;
	line-height: 120px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;		
	top: 50%;
	background: #efefef;
	z-index: 0;
}

#portfolionav {
    display: none;
}


a.dt-arrow-left {
	left: 0;
}

a.dt-arrow-right {
	right: 0;
}

a.close-portfolio {
	font-size: 28px;
	position: relative;
	top: -2px;
}

.projnav-wrapper {
	width: 100%;
	border-top: 1px solid #efefef;
}

.projnav {
    display: block;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;    
    -moz-transform-style: preserve-3d;    
    transform-style: preserve-3d;
}

.projnav li {
    text-align: center;
    width: 33%;
    float: left;
    display: block;
    position: relative;
	top: 50%;
    transform: translateY(-50%);    
    -webkit-transform: translateY(-50%);    
    -moz-transform: translateY(-50%);    
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		    
}

.no-csstransforms .projnav li {
	top: 0;
}

.projnav li:hover {
	opacity: 1;
}

.projnav li a { 
	color: #555;
	display: block;
	padding: 30px 0;
}

.projnav li a:hover {
	color: #323232;
}

.projnav li img {
	height: 36px;
	vertical-align: bottom;
}

.projnav li.previous {
	text-align: left;
}

.projnav li.next {
	text-align: right;
	float: right;
}

.projnav li em {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #bbb;
}

.projnav li .sepspan {
	display: block;
	content: "";
	height: 2px;
	width: 40px;
	margin-top: 3px;
	margin-bottom: 10px;
	position: relative;
	background: #bbb;
}

.projnav li.next em, .projnav li.next .sepspan {
	float: right;
	clear: both;
}

.projnav li span {
	clear: both;
	display: block;
	font-size: 18px;
	font-weight: 800;
}

.work-cta {
	clear:both;
	background: #222;
	text-align: center;
	color: #fff;
	padding: 60px 0;
	display: block;
	font-weight: 700;
	font-size: 18px;
}

.work-cta:hover {
	color: #fff;
}

.work-cta span {
	margin-right: 15px;	
}

.work-cta i {
	font-size: 21px;
	vertical-align: bottom;
}


/*map*/

.map-wrapper [id^="google_map_"] {
	width:100%;
	height:400px;
	z-index:0;
	position:relative;	
	display: none;
}

.map-wrapper [id^="google_map_"] {
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%); 
	filter: gray; 
	filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale); }

.button-map {
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    background: #121212;
    color: #fff;
    font-size: 22px;
    text-transform:  uppercase;
    padding: 30px 0;
}

.close-map:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;    
	font-style: normal;    
	display: inline-block;    
	text-decoration: inherit;
    margin-left: 16px;
    font-size: 28px;	
}

.show-map:after {
	content: "\f106";
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;    
	font-style: normal;    
	display: inline-block;    
	text-decoration: inherit;
    margin-left: 16px;
    font-size: 28px;	
}

.button-map:hover {
    color: #fff;
}

.map-tooltip h6 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.map-tooltip p {
	margin-bottom: 10px;
	font-size: 13px;
}


/*twitter*/


/*--- Twitter ---*/

.tweet,
.query {
	margin:0;
}

.tweet_list, .widget-tweet-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-tweet-list li {
	background:none;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	text-align: center;
	padding: 0 0 20px;
	font-size: 18px;
	line-height: 24px;
}

.tweet_text {
	clear: both;
	width: 100%;
	display: block;	
	margin-bottom: 20px;
	color: #323232;
}

.darker-overlay .tweet_text, .black-overlay .tweet_text {
	color: #efefef;
}

.tweet_time, .widget-tweet-time {
	padding-bottom: 5px;
}


.tweet_time, .tweet_action, .widget-tweet-time, .widget-tweet-action {
	clear: both;
	margin: 0 15px 15px;
	font-size: 14px;
	display: inline-block;
}
 .widget-tweet-time, .widget-tweet-action {
 	padding-right: 15px;
 	margin: 0;
 	margin-top: 5px;
 }

.tweet_action,  .widget-tweet-time, .widget-tweet-action {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
}

.tweet_time a, a.tweet_action {
    color: #686868;
}

.darker-overlay .tweet_time a, .darker-overlay a.tweet_action, .black-overlay .tweet_time a, .black-overlay a.tweet_action {
    color: #fff;
}

.darker-overlay .tweet_time a, .black-overlay .tweet_time a {
	color: #aaa;
}

.tweet_list li:last-child {
	border-bottom:0 none;
}

.tweet_list li a {
}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}


.svgline {
	stroke: #323232;
	width: 36px;
	height: 36px;
	overflow: hidden;
}


/*--- Social Icons ---*/

.share-options {
	overflow:hidden;
	padding-top: 10px;
	text-align: center;
	clear: both;
}

.single-post .share-options {
	text-align: left;
	margin: 50px 0;
}

.share-options h6 {
	margin-bottom:30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}

.share-options.style-2 h6 {
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}

.share-options a {
	font-size: 18px;
	color: #ddd;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	margin: 0 20px 20px;
	border: 1px solid;
	border-radius: 50px;
	line-height: 50px;
}



.single-post .share-options a {
	display: inline-block;
	margin-left: 0px;
	margin-right: 40px;
}

.share-options.style-2 a {
	font-size: 18px;
	color: #ddd;
	width: 24px;
	height: 24px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 10px;	
	border: none;
	line-height: inherit;
	margin-right: 20px;
	margin-left: 0;
}

/*pricing column*/



/*--- Tables ---*/

.pricing-column {
	text-align:center;
	float:left;
	position:relative;
	background: #fff;
	box-sizing: border-box;
	width: 100%;
}

.pricing-column .package-title {
	border-top: 2px solid #eaeaea;
	border-left: 2px solid #eaeaea;
	border-right: 2px solid #eaeaea;
}

.pricing-column .package-features {
	border-left: 2px solid #eaeaea;
	border-right: 2px solid #eaeaea;
	margin: 0 !important;
}

.pricing-column.cols-4 {
	width: 25%;
}


.package-value, .package-features {
}

.package-features {
	padding: 10px 0;
}

.package-title {
	padding: 20px 0;
	background: transparent;
	color: #323232;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}

.featured-column {
	z-index:1;
	margin-left: -1px;
}

.no-rgba .featured-column .package-value, .no-rgba .featured-column .package-features, .no-rgba .featured-column .signup {
	border-left: 1px solid #dbdbdb;
}

.featured-column .package-title {
	position:relative;
	z-index: -1;	
}

.pricing-table .featured-column .signup {
}

.pricing-column .signup {
}

.pricing-column .signup .dt-button {
	margin:0;
	width: 100%;    box-sizing: border-box;    height: 100%;
	border: 0;
	padding: 20px 0;
}

.package-value {
	padding: 50px 0 40px;
	background: #363636;
	color: #fff;
}

ul.package-features li {
	background:#fff;
	text-align: left;
	padding: 10px 20px;
	font-weight: normal;
}

.package-currency {
	font-size:16px;
	position:relative;
	top: -30px;
	font-weight: bold;
}

.package-price {
	font-size: 60px;
	font-weight: bold;
}

.package-time {
	font-size:16px;
	font-weight: bold;
}

.package-info {
	clear: both;
	display: block;
	position: relative;
	margin-top: 20px;
}

.pricing-table, .normal-table {
    width:100%;
}

.normal-table td {
    border:1px solid #efefef;
    padding:10px 20px;
    text-align:center;
}
.normal-table tr.alt  {
    background:#fbfbfb;
}

.normal-table tr.first-column {
    background:#666666;
    color: #efefef;
}