/*--------------------- Global internes --------------------*/
.icons-list li {
  list-style: none;
}
.icons-list li i {
  padding-right: 10px;
}

.ajax-progress .throbber {
  background: transparent url(images/loading.gif) no-repeat center; 
  float: left;
  height: 20px;
  width: 320px;
  margin: 2px;
}
#SkypeButton_Chat_webdevia_1 {
  background: #FFF;
  border-radius: 3px;
  display: inline-block;
  height: 35px;
  left: -7px;
  position: fixed;
  top: 120px;
  width: 78px;
  z-index: 999999;
}  
#SkypeButton_Chat_webdevia_1_paraElement img {
  margin: 8px 15px 27px 10px !important;
}


.not-front .page {
  padding-top: 30px;
  background-color: rgba(36, 93, 178, 0.95);
}


/*------------------------- Home page ---------------------*/
.row.metro-panel {
	margin-top: 30px;
	margin-bottom: 0px;
	background-color: #F6F6F6;
} 
.metro-panel .space {
  padding: 10px;
  color: #FFF;
  -webkit-animation-duration: 1.9s;
  -moz-animation-duration: 1.9s;
  animation-duration: 1.9s;
  display: table-cell;
  vertical-align: bottom;
} 
.metro-panel .space.twitter-feed-box div { 
  padding-top: 0;
}
.metro-panel .space a {
  color: #FFF;
}  
.metro-panel .space > div {
  padding: 10px 10px 15px 15px;
  min-height: 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
}  
.metro-panel .space.big > div {
  min-height: 320px;
  max-height: 320px;
} 
.metro-panel .space.big.work-box > div {
	padding-bottom: 0;
}

.metro-panel .space:hover i.icon-4x {
  transition: all .2s ease-in; 
}  
.metro-panel .space:hover i.icon-4x[class^="icon-"], 
.metro-panel .space:hover i.icon-4x  {
  font-size: 5em;
  line-height: 67px;
}
.metro-panel .space div a.goto {
  display: block;
  height: 100%;
  margin: -10px auto auto -15px;
  position: absolute;
  width: 100%;
}  
.box-title,
.featured-box-title,
.featured-title {
	position: absolute;
	bottom: 18px;
	left: 15px;
	font-size: 22px;
	font-weight: 300;
}

/*.box-title {
  height: 130px;
  padding-top: 110px;
  width: 90%;
  text-align: left;
  padding-left: 15px;
  margin-left: -15px;
}*/


.featured .featured-box-title {
  bottom: 0;
  font-size: 18px;
  left: 0;
  padding: 10px;
  text-align: left;
  width: 100%;
  transition: all .3s ease-out;
}
.featured:hover .featured-box-title {
  padding: 10px 10px 60px;
} 
.featured .featured-image {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}  
.featured .featured-image img {
  transition: all .75s ease-out;
}  
.featured:hover .featured-image img {
  transform: scale(1.15);
} 
.featured-title {
  top: auto;
  bottom: auto;
  display: none;
  transition: all 2s ease 0.5s;
}
.space:hover .featured-title {
  display: block;
  transition: all 2s ease 0.5s;
}  
[class^="icon-"], [class*=" icon-"] {
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}  
.pt-perspective {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}
.page-section {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.page-section-current,
.no-js .page-section {
	visibility: visible;
	z-index: 1;
	overflow: auto;
}
.page-sub-title {
  margin: 18px 0 30px;
}
.page-sub-title,
.page-sub-title p {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}
.no-js body {
	overflow: auto;
}
.pt-page-ontop {
	z-index: 999;
}
