﻿/* clients.htm */
.clients-carousel div.row div.col-sm-6 {
	padding-left: 0px;
	padding-right: 0px;
}

.clients-content {
	position: absolute!important;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}

.clients-content p {
	font-size: 14px;
	padding-right: 20px;
}

.clients-content div.con-heading3 {
	margin-bottom: 20px;
}

.client-wrapper div {
	position: relative;
}

.client-left-cover {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */;
	display: block;
	position: absolute!important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.client-intro {
	margin-top: -30px;
}

.client-thumb {
	display: none;
}

.client-thumb img {
	width: 100%;
}

.client-main {
	width: 100%;
	float: left;
	position: relative;
}

#client-main_slider .thumb {
	margin-top: 4%;
	max-width: 90%;
	margin-bottom: -5%;
}

.client-nav-prev {
	margin-left: -300%;
}

.client-nav-next {
	margin-left: -0px;
}

.client-thumb-nav {
	position: absolute;
	bottom: 0;
	z-index: 111111;
}

.client-main #client-main_slider .client-main_slider_item .effect-5 {
	margin-bottom: 0px !important;
}

.client-main_slider_item .effect-5 .img {
	width: 100%;
	float: left;
}

.client_thumb-link ul li:first-child {
	position: absolute;
	bottom: 1px;
	right: 1px;
}

.client_thumb-link ul li:last-child {
	position: absolute;
	top: 1px;
	right: 1px;
}

.client_thumb-link ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.client_thumb-link ul li {
	display: inline-block;
	margin-left: -4px;
}

.client_thumb-link ul li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #3498db;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.client_thumb-link ul li a.fancybox {
	border-radius: 0px 0px 0px 5px;
}

.client_thumb-link ul li a:hover {
	background: #000000;
}

.client_thumb-link ul li a {
	cursor: pointer;
}

.client-thumb-nav {
	margin-bottom: 0px;
}

.client-thumb-nav {
}

.client-thumb-nav a {
	color: #3498db;
	cursor: pointer;
}

.client-thumb-nav a i {
	font-size: 50px;
}

.client-thumb-nav a:hover {
	color: #000;
}

/************************  media css start ******************/
/* Large desktop */
@media (min-width: 992px) and (max-width: 1200px) {
.client-main_item_detail {
	padding: 0px;
}

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 978px) {
.client-main_item_detail {
	margin: 0px auto;
}

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.client-main_item_detail {
	margin: 0px auto;
	padding: 0px;
}

.client-main #client-main_slider .client-main_slider_item .client-main_item {
	margin-right: 0px;
	text-align: center;
}

}
/* Landscape phones and down */
@media (max-width: 480px) {
.counter1-info {
	width: 50%;
	margin-bottom: 20px;
}

}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* 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);
}

/* mouse grab icon */
.grabbing {
	cursor: url('../../graphics/grabbing.png') 8 8, move;
}

/* 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); }
}
.effects {
	padding-left: 15px;
	padding-bottom: 30px;
}

.effects .img {
	position: relative;
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}

.effects .img:nth-child(n) {
	margin-right: 5px;
}
.effects .img:first-child {
	margin-left: -15px;
}

.effects .img:last-child {
	margin-right: 0;
}

.effects .img img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a.close-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 45px;
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}

a.close-overlay.hidden {
	display: none;
}

a.expand {
	display: block;
	position: absolute;
	z-index: 100;
	width: 60px;
	height: 60px;
	border: solid 0px #fff;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-weight: 700;
	font-size: 18px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 10px;
}

.effect-5 {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.effect-5 .img {
	position: relative;
	width: 100%;
}

.effect-5 img {
	width: 100%;
}

.effect-5 .overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.effect-5 .overlay a.expand {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.effect-5 .img.hover .overlay {
	opacity: 1;
}

.effect-5 .img.hover .overlay a.expand {
	width: 100%;
	height: 20%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 5px;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1100px) {
.effects {
	padding-left: 5px;
}

.effects .img:nth-child(n) {
	margin-right: 5px;
}
.effects .img:first-child {
	margin-left: 0;
}

.effects .img:nth-child(2n-1) {
	margin-left: -5px;
}
.effects .img:nth-child(2n) {
	margin-right: 0;
}
.effects .img:last-child {
	margin-right: 0;
}

}
@media only screen and (max-width: 520px) {
.effects .img {
	width: 100%;
}

.effects .img:nth-child(n) {
	margin-right: 0;
}
.effects .img:first-child {
	margin-left: 0;
}

.effects .img:nth-child(2n-1) {
	margin-left: 0;
}
.effects .img:nth-child(2n) {
	margin-right: 0;
}
.effects .img:last-child {
	margin-right: 0;
}

.effects .img img {
	margin: 0 auto;
}

}
ul.thumbs1-test-thb {
	list-style: none;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

ul.thumbs1-test-thb li {
	display: inline-block;
	width: 30%;
	margin-right: 1%;
	margin-bottom: 6px;
}

ul.thumbs1-test-thb li a img {
	width: 100%;
}

.thumbs1-test-content {
	background: #373f4a;
	width: 100%;
	float: left;
	padding-bottom: 1px;
}

.thumbs1-test-content h3.heading3 {
	color: #fff;
	margin: 30px 30px;
}

.thumbs1-test-desc {
	color: #fff;
	padding: 0px 31px;
}

.thumbs1-test-center {
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 20px;
}


/* -----------------------------------------
:: THUMBNAIL EFFECTS 
----------------------------------------- */
/*thumb background marching ants animation */
@keyframes thumbbg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10px 0px;
  }
}
/*thumb hover effects*/
.colored.thm-hover1 .mask1, .colored.thm-hover1 .mask2 {
	background: #3498DB;
	background: rgba(20, 93, 142, 0.3);
}

.thm {
	position: relative;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.thm, .thm * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.thm a {
	color: #333;
}

.thm a:hover {
	text-decoration: none;
}

.thm img {
	width: 100%;
	height: 100%;
}

.thm.content {
	position: relative;
	width: auto;
	height: auto;
}

.thm-hover1 {
	overflow: hidden;
	position: relative;
}

.thm-hover1 .thm-img {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.thm-hover1 .mask1 {
	position: absolute;
	background: #333333;
	background: rgba(0, 0, 0, 0.3);
	height: 200%;
	width: 200%;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	transition: all .7s ease;
}

.thm-hover1 .mask2 {
	position: absolute;
	background: #333333;
	background: rgba(0, 0, 0, 0.3);
	height: 200%;
	width: 200%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}

.thm-hover1 .mask1 {
	left: auto;
	right: 0;
	top: 0;
	-webkit-transform: rotate(56.5deg) translateX(150%);
	-moz-transform: rotate(56.5deg) translateX(150%);
	-ms-transform: rotate(56.5deg) translateX(150%);
	-o-transform: rotate(56.5deg) translateX(150%);
	transform: rotate(56.5deg) translateX(150%);
	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.thm-hover1 .mask2 {
	top: auto;
	bottom: 0;
	left: 0;
	-webkit-transform: rotate(56.5deg) translateX(-150%);
	-moz-transform: rotate(56.5deg) translateX(-150%);
	-ms-transform: rotate(56.5deg) translateX(-150%);
	-o-transform: rotate(56.5deg) translateX(-150%);
	transform: rotate(56.5deg) translateX(-150%);
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

.thm-hover1:hover .mask1 {
	-webkit-transform: rotate(56.5deg) translateX(50%);
	-moz-transform: rotate(56.5deg) translateX(50%);
	-ms-transform: rotate(56.5deg) translateX(50%);
	-o-transform: rotate(56.5deg) translateX(50%);
	transform: rotate(56.5deg) translateX(50%);
}

.thm-hover1:hover .mask2 {
	-webkit-transform: rotate(56.5deg) translateX(-50%);
	-moz-transform: rotate(56.5deg) translateX(-50%);
	-ms-transform: rotate(56.5deg) translateX(-50%);
	-o-transform: rotate(56.5deg) translateX(-50%);
	transform: rotate(56.5deg) translateX(-50%);
}

.thm-hover1 .thm-img {
	-webkit-transition: all .5s ease;
	-moz-transition: all 0.5s ease;
	transition: all .5s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.thm-hover1:hover .thm-img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*thm carousel effects*/
.thm.content.thm-hover2 {
	overflow: hidden;
}

.thm.content.thm-hover2 .thm-img {
	opacity: 1;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.thm.content.thm-hover2:hover .thm-img {
	opacity: 0;
}

.thm.content.thm-hover2:hover .info {
	visibility: visible;
	opacity: 1;
}

.thm.content.thm-hover2.scale_up .thm-img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.thm.content.thm-hover2.scale_up .info {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.thm.content.thm-hover2.scale_up .info h3, .thm.content.thm-hover2.scale_up .info p {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.thm.content.thm-hover2.scale_up:hover .thm-img {
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
	transform: scale(5);
}

.thm.content.thm-hover2.scale_up:hover .info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.thm.content.thm-hover2.scale_up:hover .info h3, .thm.content.thm-hover2.scale_up:hover .info p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.thm.content.thm-hover2.scale_down .thm-img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.thm.content.thm-hover2.scale_down .info {
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
	transform: scale(5);
}

.thm.content.thm-hover2.scale_down .info h3, .thm.content.thm-hover2.scale_down .info p {
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
	transform: scale(5);
}

.thm.content.thm-hover2.scale_down:hover .thm-img {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.thm.content.thm-hover2.scale_down:hover .info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.thm.content.thm-hover2.scale_down:hover .info h3, .thm.content.thm-hover2.scale_down:hover .info p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.thm-corners {
	position: absolute;
	transition-duration: 0.3s;
	width: 100%;
	z-index: 3;
}

.thm-corners::before, .thm-corners::after {
	border-color: rgba(255,255,255,0.5);
	border-style: solid;
	content: "";
	height: 20px;
	position: absolute;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	width: 20px;
}

.thm-corners::before {
	left: 25px;
}

.thm-corners::after {
	right: 25px;
}

.thm-corners.top-corners {
	top: 25px;
}

.thm-corners.bottom-corners {
	bottom: 45px;
}

.thm-hover1:hover .thm-corners.top-corners {
	top: -20px;
}

.thm-hover1:hover .thm-corners.bottom-corners {
	bottom: -10px;
}

.thm-hover1:hover .thm-corners::before {
	left: -20px;
	border-color: rgba(255,255,255,0.0);
}

.thm-hover1:hover .thm-corners::after {
	right: -20px;
	border-color: rgba(255,255,255,0.0);
}

.thm-corners.top-corners::before {
	border-width: 1px 0 0 1px;
}

.thm-corners.top-corners::after {
	border-width: 1px 1px 0 0;
}

.thm-corners.bottom-corners::before {
	border-width: 0 0 1px 1px;
}

.thm-corners.bottom-corners::after {
	border-width: 0 1px 1px 0;
}


/* -----------------------------------------
:: .thumb
----------------------------------------- */
.thumb {
	padding: 4px;
	position: relative;
	display: inline-block;
	margin: 5px;
}

.thm-img img {
	width: 100%;
}

.thumb.margin0 {
	margin: 0px;
}

/*thumb background animation marching ants*/
.thumb:hover .thumb-hover, .thumb:active .thumb-hover {
	animation: thumbbg 0.3s linear infinite;
}

.thumb-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	box-sizing: border-box;
	opacity: 1;
	transition: opacity 0.3s ease;
	background-size: 10px 15px;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) );
}

/*thumb inner content container*/
.thumb-inner {
	background: #eeeeee;
	border: 1px solid rgba(170,170,170,0.4);
	padding: 5px;
	position: relative;
	border-radius: 3px;
	box-sizing: border-box;
	transition: all .5s ease;
	overflow: hidden;
}

.thumb-inner:hover {
	background: #ffffff;
}

/* -----------------------------------------
:: .thumb.color
----------------------------------------- */
.thumb.color .thumb-inner {
	border: 1px solid #3498DB;
	-webkit-box-shadow: inset 0px 15px 0px 0px rgba(52,152,219,1);
	-moz-box-shadow: inset 0px 15px 0px 0px rgba(52,152,219,1);
	box-shadow: inset 0px 15px 0px 0px rgba(52,152,219,1);
}

.thumb.color .thumb-inner:hover {
	-webkit-box-shadow: inset 0px 15px 0px 0px #56bbff;
	-moz-box-shadow: inset 0px 15px 0px 0px #56bbff;
	box-shadow: inset 0px 15px 0px 0px #56bbff;
}

/* -----------------------------------------
:: .thumb.content2
----------------------------------------- */
/*title*/
.thumb-content2 .thm-title {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	text-align: center;
	border-radius: 0 5px 5px 0;
	padding: 5px 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: none;
	visibility: hidden;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity: 0;
}

.thumb-content2 .thm-title h3 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 300;
	margin: 0;
	text-shadow: 0px 0px 10px #4DD2FF;
	text-align: center;
}

.thumb-content2 .thm-hover1:hover .thm-title {
	visibility: visible;
	top: 120px;
	left: 0%;
	opacity: 1;
}

/*desc*/
.thumb-content2 .thm-desc {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	text-align: center;
	padding: 5px 20px 10px 20px;
	border-radius: 0 5px 5px 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(0,0,0,0.0);
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 1;
	opacity: 0;
}

.thumb-content2 .thm-desc:before {
	background-image: none;
}

.thumb-content2 .thm-desc:after {
	background-image: none;
}

.thumb-content2 .thm-desc span {
	font-size: 20px;
	color: #3498DB;
	font-weight: 800;
}

.thumb-content2 .thm-hover1:hover .thm-desc {
	visibility: visible;
	top: 150px;
	left: 0%;
	opacity: 1;
}

/* corner icons*/
.thm-link i, .thm-fancy i, .thm-top-left i, .thm-top-right i, .thm-bottom-left i, .thm-bottom-right i {
	position: absolute;
	width: 33px;
	height: 33px;
	text-align: center;
	color: #ffffff;
	padding: 10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #3498DB;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.25);
	visibility: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.thm-link i:hover, .thm-fancy i:hover, .thm-top-left i:hover, .thm-top-right i:hover, .thm-bottom-left i:hover, .thm-bottom-right i:hover {
	background: #0C1F28;
	background: rgba(0,0,0,0.5);
}

/*link*/
.thm-link i {
	top: -50px;
	right: -50px;
	border-radius: 0 0 0 5px;
}

.thm-hover1:hover .thm-link i {
	visibility: visible;
	top: 1px;
	right: 1px;
}

/*fancy*/
.thm-fancy i {
	bottom: -50px;
	right: -50px;
	border-radius: 5px 0 0 0;
}

.thm-hover1:hover .thm-fancy i {
	visibility: visible;
	bottom: 1px;
	right: 1px;
}
