@import "http://fonts.googleapis.com/css?family=Metrophobic";
@import "http://fonts.googleapis.com/css?family=Open+Sans:400,700,300italic,400italic,600italic,700italic,300,600,800,800italic";
@import "http://fonts.googleapis.com/css?family=Tinos:400,700,400italic,700italic";
@import url('http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic');
@import url('http://fonts.googleapis.com/css?family=Volkhov:400,400italic,700,700italic');
/* ========================================================================== */
/* Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */
body {
  background-color: #fff;
  font-family: 'Open Sans',sans-serif;
  font-size: 75%;
  line-height:1.5em;
  padding: 0;
  border-top: 5px solid #383838;
  color:#383838;
}
@media (min-width: 481px) and (max-width: 767px) {
  body > .container {
    width: 460px;
  }
}
@media (max-width: 480px) {
  body > .container {
    padding: 0 20px;
  }
}
.main-row { 
  margin-bottom:40px;
}
.wrapper {
  position: relative;
  padding: 30px;
}
::selection {
  background: #c8e9f8;
  /* Safari */
}
::-moz-selection {
  background: #c8e9f8;
  /* Firefox */
}
/* main link color/style */
a {
  text-decoration: none;
  color: #7EB01A;
}
a.read-more {
  text-decoration: none;
  border-bottom: dotted 1px #7EB01A;
}
a.read-more:hover {
  border-bottom-style: solid;
}
a, a > * {
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
}
strong {
  color: #000000;
}
blockquote {
  border-color: #d9d9d9;
  border-left-width: 2px;
  color: #888888;
  font-family: 'Tinos',serif;
  font-style: italic;
  line-height: 1.4em;  
  font-size:14px;
}
blockquote p{
  color:#888;
  font-style: italic;
}
input {
  font-family: 'Open Sans',sans-serif;
}
h1 {
    font-family: 'Open Sans',sans-serif;
    font-size: 2.333em;
    font-weight: 300;
    line-height: 1.214em;
}
h2 {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.333em;
}
h3 {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.333em;
    font-weight: 600;
    line-height: 1.375em;
}
h4 {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.166em;
    font-weight: 600;
    line-height: 1.428em;
}
h5 {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.083em;
    font-weight: normal;
    line-height: 1.461em;
}
h6 {
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #383838;
  margin-bottom:15px;
  margin-top:0px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #7EB01A;
}
h4 small a,h2 small a{
  font-size:12px;
  color:#7EB01A;
  font-style:italic;
}
h4 small a:hover{
  color:#333;
  text-decoration:none;
}
h4.socialh {
  color:#999999;
}
#footer .widget-title:after,
.italic {
  color: #888;
  font-style: italic;
}
.underline{
  margin-bottom:25px;
}
.underline:after {
  background: none repeat scroll 0 0 #dbdbdb;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  margin-top: 15px;
}
hr {
  border-top-color: #e4e4e4;
  border-bottom-color: transparent;
}
hr.transparent {
  border-color: transparent !important;
}
p {
  margin-bottom:20px;
}
/* ========================================================================== */
/* Header, Navigation & Menus
/* ========================================================================== */
#header > .container {
  margin-top: 20px;
  border-bottom: dashed 1px #c8e9f8;
  position: relative;
}
.navbar {
  border-bottom: solid 0px #eeeeee;
}

  /* Logo
/* ========================================================================== */

  /* Main menu
/* ========================================================================== */
.navbar a.brand {
  padding: 0;
  margin-left: 0;
}
.navbar a.brand i {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: url("../images/logo.png") no-repeat 0 50%;
  vertical-align: middle;
}
.navbar a.brand small{
  color:#888;
  font-size:12px;
  vertical-align: bottom;  
}
.navbar a.brand span.logo-text {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.navbar .navi {
  
background-image: linear-gradient(bottom, rgb(242,242,242) 12%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(242,242,242) 12%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 12%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 12%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 12%, rgb(255,255,255) 100%);
  border: 1px solid #E5E5E5;
  font-size: 12px;
  height: 38px;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 15px;
}
.navbar .nav {
  float: left;
  height: 38px;
  left: -1px;
  position: relative;
  top: -1px;
}

.navbar .nav li {
    float: left;
    min-width: 8.666em;
}
.navbar .nav > li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    box-shadow: 1px 0 rgba(255, 255, 255, 0.75);
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 19px 0 20px;
    text-align: center;
	color:#383838;
}
.navbar .nav > li > a:hover {
  background-color: #383838;
  text-shadow: none;
  box-shadow: none;
  color: #ffffff;
  border-color:#383838;  
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover {
  background-color: #383838;
  text-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
.navbar .nav > .active > a{
  background-color: #7EB01A;

}
.navbar .nav li.dropdown.open > .dropdown-toggle {

}
.navbar .nav li.dropdown.active > .dropdown-toggle {
  background-color: #7EB01A;
}
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #383838;
}
.navbar .nav ul.dropdown-menu {
 margin-top:0px;
 padding:0;
 background-color: #383838;
 border:0;
}
.navbar .nav > li > .dropdown-menu:after {
 border-bottom-color:#383838;
 display:none;
}
.navbar .nav > li > .dropdown-menu:before {
 display:none;
}
.navbar .nav ul.dropdown-menu li {
 border: 0; 
}
.navbar .nav ul.dropdown-menu li a {
  background-color: #383838;
 border-top: 1px solid #4d4d4d;
 border-bottom: 1px solid #262626;
 color: #FFFFFF;
 display: block;
 font-family: 'Open Sans',sans-serif;
 font-size: 12px;
 line-height: 1.5em;
 padding: 8px 15px;
 width:175px;
}
.navbar .nav ul.dropdown-menu li:first-child  a{
 border-top:0;
}
.navbar .nav ul.dropdown-menu li:last-child  a{
 border-bottom:0;
}
.navbar .nav ul.dropdown-menu li a:hover {
 background-color:#7EB01A;
}
.navbar .nav ul.dropdown-menu .last a {
 border-bottom:0;
}
.navbar .nav .dropdown-menu li > a {
  margin:0px;
}
@media (min-width:768px) and (max-width: 979px) {
  .navbar a.brand {
    padding-left: 3px;
  }
  .navbar .nav li {
    min-width: 0;
  }  
  .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > .active > a, .navbar .nav > .active > a:hover {
    padding: 1px 5px;
  }  
  #search input[type="text"] {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .navbar a.brand {
    padding-left: 20px;
  }
  .navbar .nav {
    display: none;
  }  
  #search {
    float:right;
	padding-right:40%;
  }
}
@media (max-width: 699px) {
  .navbar a.brand {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 710px) {
  #search {
    display:none;
  }
}
/* navigation inner block
/* ========================================================================== */
.navbar-inner {
  filter: none;
}
.navbar-static-top .navbar-inner {
  padding: 30px 0 0px 0;
  background-image: none;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu {
  padding: 5px 15px 10px 15px;
}
.dropdown-menu li > a {
  color: #979797;
  padding: 10px 0;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 1px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  filter: none;
  background-color: #ffffff;
  color: #000000;
  background-image: none;
  border-bottom: solid 2px #7EB01A;
  margin-bottom: 0;
}
.nav-collapse .dropdown-menu a:hover {
  color: #ffffff;
}
@media (max-width: 979px) {
  .nav-collapse .dropdown-menu a:hover {
    color: #000000;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
  margin: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
@media (min-width: 1200px) {
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
}
@media (max-width: 979px) {
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
}
@media (max-width: 767px) {
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: auto;
  }
}
@media (max-width: 479px) {
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: auto;
    padding: 0 20px;
  }
}
  /* Address and Language selector
/* ========================================================================== */
.navbar .langaddr{
  width:350px;
  float:right;
}
.navbar address{
  line-height:45px;
  margin-bottom:0;
}
.navbar address a{
  padding-right:20px;
}
.navbar .btn-group {
  margin-top:0px;
  line-height:45px;  
}
.navbar .btn-group .btn{
  padding:0 12px;
}
.navbar .btn-group a.btn{
  padding-left:29px;
  background:#f7f7f7 url("../images/flags/gb.png") no-repeat 5px center;
  border-color:#d5d5d5;
  font-size:12px;
  color:#333;
}
.navbar .btn-group a.btn:hover,.navbar ul.dropdown-menu  li.fr a:hover,.navbar ul.dropdown-menu  li.it a:hover,.navbar ul.dropdown-menu  li.es a:hover,.navbar ul.dropdown-menu  li.de a:hover{
  background-color:#fff;
  color:#7EB01A;
}
.navbar .btn .caret {
  margin-left: 10px;
  margin-right: -5px;
}

.navbar ul.dropdown-menu {
 min-width:75px;
 margin-top:-12px;
 padding:0;
 background-color:#d5d5d5;
}
.navbar ul.dropdown-menu:hover {
  background-color:#d5d5d5;
}
.navbar ul.dropdown-menu  li:hover{
  border:0;
  margin-bottom:0;
}
.navbar ul.dropdown-menu  li a{
  border-color:#d5d5d5;
  font-size:12px;
  background-color: #F7F7F7;
  background-position: 6px center;
  background-repeat: no-repeat;
  color: #383838;
  display: block;
  padding: 0.25em 6px 0.25em 29px;
  width: 5.23em;
  transition:none;
  border-bottom-width:1px;
}
.navbar ul.dropdown-menu  li > a{
  margin-bottom:0;
}
.navbar ul.dropdown-menu  li.fr a{
 background:#f7f7f7 url("../images/flags/fr.png") no-repeat 5px center;
}
.navbar ul.dropdown-menu  li.it a{
 background:#f7f7f7 url("../images/flags/it.png") no-repeat 5px center;
 border:none;
}
.navbar ul.dropdown-menu  li.es a{
 background:#f7f7f7 url("../images/flags/es.png") no-repeat 5px center;
}
.navbar ul.dropdown-menu  li.de a{
 background:#f7f7f7 url("../images/flags/de.png") no-repeat 5px center;
}
@media (min-width:700px) and (max-width:767px) {
  .navbar span.langaddr {
    padding-right: 20px;
  }
}
@media (min-width:100px) and (max-width:699px) {
  .navbar span.langaddr,.navbar .langaddr {
    margin:0 auto;
	padding:0;
	text-align:center;
	display:block;
	float:none;
  }
}
/* select dropdown for small screens
/* ========================================================================== */
.res-menu {
  display: none;
}
@media (min-width: 710px) and (max-width: 767px) {
  .res-menu {
    display: block;
    float: left;
    width: 220px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 18%;
    border: none;
    border-top: solid 1px #e6e6e6;
    background-color: #eeeeee;
  }
  .res-menu:hover {
    border-color: #7EB01A;
  }
  .res-menu option {
    background-color: #ffffff;
  }
}
@media (max-width: 709px) {
  .res-menu {
    margin: 5px auto 0;
    display: block;
    width: 80%;
    border: none;
    border-top: solid 1px #e6e6e6;
    background-color: #eeeeee;
  }
  .res-menu:hover {
    border-color: #7EB01A;
  }
  .res-menu option {
    background-color: #ffffff;
  }
}
/* Flex Slider
/* ========================================================================== */
.flexslider {
  position: relative;
}
.flexslider .slides {
  list-style: none;
  margin-left: 0;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides .slide-caption {
  font-family: Ubuntu, sans-serif;
  background-color: #3156a3;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 50%;
  margin-left: -25%;
}
@media (max-width: 767px) {
  .flexslider .slides .slide-caption {
    display: none;
  }
}
.loading .flex-viewport {
  max-height: 300px;
}
/* Direction Nav
/* ========================================================================== */
.flex-direction-nav {
  position: absolute;
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flex-direction-nav li {
  list-style: none;
}
.flex-direction-nav a {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  top:89%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
}
.flex-direction-nav .flex-prev {
  background: url('../images/arrow-slider-left.png') no-repeat 50% 50%;
  left: 30%;
  background-color: #7EB01A;
}
.flex-direction-nav .flex-prev:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  opacity: 0.7;
  background-color: #383838;
}
.flex-direction-nav .flex-next {
  background: url('../images/arrow-slider-right.png') no-repeat 50% 50%;
  right: 30%;
  background-color: #7EB01A;
}
.flex-direction-nav .flex-next:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  background-color: #383838;
}
.flex-direction-nav .flex-disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity = 10);
  opacity: 0.1;
}
.flex-direction-nav .flex-disabled:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity = 20);
  opacity: 0.2;
}
@media (min-width: 980px) and (max-width:1199px) {
  .flex-direction-nav .flex-next {
    right: 28%;
  }
  .flex-direction-nav .flex-prev {
    left: 28%;
  }  
  .flex-direction-nav a {
    top:87%;}
}
@media (min-width: 768px) and (max-width:979px) {
  .flex-direction-nav .flex-next {
    right: 23%;
  }
  .flex-direction-nav .flex-prev {
    left: 23%;
  }  
  .flex-direction-nav a {
    top:83%;}
}
@media (min-width: 460px) and (max-width:767px) {
  .flex-direction-nav .flex-next {
    right: 23%;
  }
  .flex-direction-nav .flex-prev {
    left: 23%;
  }  
  .flex-direction-nav a {
    top:80%;}
}
@media (max-width: 459px) {
  .flex-direction-nav .flex-next {
    right: 23%;
  }
  .flex-direction-nav .flex-prev {
    left: 23%;
  }  
  .flex-direction-nav a {
    top:70%;
	display:none;
  }
}
/* Control Nav
/* ========================================================================== */
.flex-control-nav {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .flex-control-nav {
    display: none;
  }
}
.flex-control-paging li a {
  background-color: #7EB01A;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 5px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background-color: #383838;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity = 90);
  opacity: 0.9;
}
/* Breadcrumbs / Page Header
/* ========================================================================== */
section.breadcrumbs {
  border-bottom: solid 1px #eeeeee;
  padding: 25px 0;
  margin-bottom:40px;
}
section.breadcrumbs .page-header {
  margin: 0 15px 0 0;
  padding: 0;
  border: 0;
  float: left;
}
section.breadcrumbs .page-header h1 {
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 2.333em;
  line-height: 30px;
}
section.breadcrumbs .page-header h1 i{
  color:#7EB01A;
  font-size:40px;
}
section.breadcrumbs .page-header h1 small {
  font-size: 11px;
}
section.breadcrumbs .breadcrumbs {
  float: left;
  padding-top: 15px;
  font-size: 11px;
  line-height: 11px;
  color: #6d6d6d;
}
section.breadcrumbs .breadcrumbs i {
  margin: 0 5px;
}
section.breadcrumbs .breadcrumbs a {
  text-decoration: underline;
  color: #606060;
}
section.breadcrumbs .breadcrumbs a:hover {
  color: #3156a3;
}
section.breadcrumbs .form-search {
  margin: 0;
}
section.breadcrumbs .form-search input[type="text"] {
  border: none;
  border-top: solid 1px #e6e6e6;
  background-color: #eeeeee;
  color: #000000;
  padding: 10px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  width: 250px;
  float: right;
  font-size: 13px;
}
@media (max-width: 767px) {
  section.breadcrumbs .form-search input[type="text"] {
    float: none;
    width: 100%;
  }
}
section.breadcrumbs .form-search input[type="text"]:focus {
  border-top-color: #7EB01A;
}
@media (max-width: 767px) {
  section.breadcrumbs .form-search {
    margin-top: 20px;
  }
}
/* ========================================================================== */
/* Main Content Styles
/* ========================================================================== */
/* Welcome
/* ========================================================================== */
.welcome .btn-primary {
  background-color: #7EB01A;
}
.welcome .btn-primary:hover {
  background-color: #3156a3;
}
@media (max-width: 480px) {
  .welcome h1 {
    font-size: 18px;
    line-height: 20px;
  }
  .welcome h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-sidebar .tab-content,
#page-sidebar .tab-content {
  padding: 5px 10px;
  border: solid 1px #dddddd;
}
/* Icons List
/* ========================================================================== */
.the-icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
.the-icons li [class^="icon-"],
.the-icons li [class*=" icon-"] {
  width: 0.8em;
}
.iconic {
  overflow: hidden;
}
.iconic li {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}
@media (max-width: 767px) {
  .iconic-block .media {
    margin-top: 15px;
  }
  .iconic-block .media:first-child {
    margin-top: 15px;
  }
}
/* Portfolio Filtering (Categories)
/* ========================================================================== */
#filtrable {
  margin-left: 0;
  margin-bottom: 20px;
}
#filtrable li {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  list-style: none;
}
#filtrable li  span{
  display: inline-block;
  padding: 5px 0;
}
#filtrable a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #E5E5E5;
  color: #383838;
}
#filtrable a:hover {
  background-color:#7EB01A;
  color:#fff;
}
#filtrable .current a {
  background-color:#7EB01A;
  color:#fff;
}
/* Portfolio Thumbnails
/* ========================================================================== */
@media (min-width: 768px) and (max-width: 979px) {
  .portfolio article.span3 {
    width: 228px;
  }
}
.portfolio .thumbnail {
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: default;
}
@media (min-width: 1200px) {
  .portfolio .thumbnail {
    margin-bottom: 30px;
  }
}
.portfolio .thumbnail .mask,
.portfolio .thumbnail .mask-1,
.portfolio .thumbnail .mask-2,
.portfolio .thumbnail .content,
.portfolio .thumbnail .caption {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.portfolio .thumbnail h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 14px;
  margin: 20px 0 0 0;
}
.portfolio .thumbnail h2 a:hover {
  color: #ffffff;
}
.portfolio .thumbnail p {
  font-size: 11.9px;
  line-height: 1;
  position: relative;
  padding: 10px 20px 20px;
  text-align: center;
}
.portfolio .thumbnail a.info {
  display: inline-block;
}
/* Icons/Preview
/* ========================================================================== */
.ico_block {
  display: block;
  position: absolute;
  bottom: 40px;
  left: auto;
  right: auto;
  width: 100%;
}
.ico_link,
.ico_zoom {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ico_link:hover,
.ico_zoom:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.ico_link span,
.ico_zoom span {
  width: 34px;
  height: 34px;
  left: -7px;
  top: -7px;
  display: block;
  position: absolute;
}
.ico_zoom {
  margin-left: -34px;
}
.ico_zoom span {
  background: url(../images/icon_zoom.png) no-repeat 0 0;
}
.ico_link {
  margin-left: 17px;
}
.ico_link span {
  background: url(../images/icon_link.png) no-repeat 0 0;
}
/* Isotope CSS3 transitions
/* ========================================================================== */
.portfolio,
.portfolio article {
  -moz-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.portfolio {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.portfolio article {
  -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
/* ========================================================================== */
.portfolio.no-transition,
.portfolio.no-transition article,
.portfolio article.no-transition {
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* Load more button
/* ========================================================================== */
.load-more-grid {
  border-color: #f0f0f0;
}
.load-more-grid:hover {
  border-color: #e1e1e1;
}
/* Single Portfolio
/* ========================================================================== */
.related-projects .thumbnail {
  margin-bottom: 0;
}
.single-portfolio .ps-media {
  margin-bottom: 10px;
}
.single-portfolio .ps-description .icons span {
  font-weight: 600;
}
/* Portfolio Type-1
/* ========================================================================== */
.hover-pf1 img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hover-pf1 .mask,
.hover-pf1 .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  background-color: #7EB01A;
  background-color: rgba(126, 176, 26, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hover-pf1 h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-pf1 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf1 h2 a:hover {
  color: #cccccc;
}
.hover-pf1 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}
.hover-pf1 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-pf1:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.hover-pf1:hover .mask,
.hover-pf1:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.hover-pf1:hover h2,
.hover-pf1:hover p,
.hover-pf1:hover a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.hover-pf1:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hover-pf1:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* Portfolio Type-2
/* ========================================================================== */
.hover-pf2 img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.hover-pf2 .mask-1 {
  width: 100%;
  padding: 60px;
  height: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(150%, 50%) rotate(45deg) scale(2);
  -moz-transform: translate(150%, 50%) rotate(45deg) scale(2);
  -ms-transform: translate(150%, 50%) rotate(45deg) scale(2);
  -o-transform: translate(150%, 50%) rotate(45deg) scale(2);
  transform: translate(150%, 50%) rotate(45deg) scale(2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #7EB01A;
  background-color: rgba(67, 180, 229, 0.7);
}
.hover-pf2 h2 {
  border-bottom: 1px solid #ffffff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(200px, -200px);
  -moz-transform: translate(200px, -200px);
  -ms-transform: translate(200px, -200px);
  -o-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-pf2 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf2 h2 a:hover {
  color: #cccccc;
}
.hover-pf2 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(-200px, 200px);
  -moz-transform: translate(-200px, 200px);
  -ms-transform: translate(-200px, 200px);
  -o-transform: translate(-200px, 200px);
  transform: translate(-200px, 200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.hover-pf2 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -moz-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  -o-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  -webkit-transition: all 0.2s 0.1s ease-in-out;
  -moz-transition: all 0.2s 0.1s ease-in-out;
  -ms-transition: all 0.2s 0.1s ease-in-out;
  -o-transition: all 0.2s 0.1s ease-in-out;
  transition: all 0.2s 0.1s ease-in-out;
}
.hover-pf2:hover .mask-1 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(30%, 15%) rotate(45deg) scale(2);
  -moz-transform: translate(30%, 15%) rotate(45deg) scale(2);
  -ms-transform: translate(30%, 15%) rotate(45deg) scale(2);
  -o-transform: translate(30%, 15%) rotate(45deg) scale(2);
  transform: translate(30%, 15%) rotate(45deg) scale(2);
}
.hover-pf2:hover h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hover-pf2:hover p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hover-pf2:hover a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* Portfolio Type-3
/* ========================================================================== */
.hover-pf3 img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.hover-pf3 .mask,
.hover-pf3 .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -moz-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  -o-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  -moz-transition: all 0.2s 0.4s ease-in-out;
  -ms-transition: all 0.2s 0.4s ease-in-out;
  -o-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
  background-color: #7EB01A;
  background-color: rgba(67, 180, 229, 0.7);
}
.hover-pf3 h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-pf3 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf3 h2 a:hover {
  color: #cccccc;
}
.hover-pf3 p {
  -webkit-transform: translateX(300px) rotate(90deg);
  -moz-transform: translateX(300px) rotate(90deg);
  -ms-transform: translateX(300px) rotate(90deg);
  -o-transform: translateX(300px) rotate(90deg);
  transform: translateX(300px) rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.hover-pf3 a.info {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-pf3:hover .mask,
.hover-pf3:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.hover-pf3:hover h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hover-pf3:hover p {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hover-pf3:hover a.info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* Portfolio Type-4
/* ========================================================================== */
.hover-pf4 {
  background-color: #ffffff;
}
.hover-pf4 img {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.hover-pf4 .mask,
.hover-pf4 .caption {
  background-color: #7EB01A;
  background-color: #43b4e5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.hover-pf4 h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-pf4 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf4 h2 a:hover {
  color: #cccccc;
}
.hover-pf4 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}
.hover-pf4 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-pf4:hover .mask,
.hover-pf4:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hover-pf4:hover img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-pf4:hover h2,
.hover-pf4:hover p,
.hover-pf4:hover a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* Portfolio Type-5
/* ========================================================================== */
.hover-pf5 img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hover-pf5 .mask,
.hover-pf5 .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #7EB01A;
  background-color: rgba(67, 180, 229, 0.3);
}
.hover-pf5 h2 {
  background-color: #7EB01A;
  background-color: rgba(67, 180, 229, 0.5);
}
.hover-pf5 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf5 h2 a:hover {
  color: #cccccc;
}
.hover-pf5 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
  text-shadow: 1px 1px 1px #7EB01A;
}
.hover-pf5:hover .mask,
.hover-pf5:hover .caption {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hover-pf5:hover img {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.hover-pf5:hover p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
/* Portfolio Type-6
/* ========================================================================== */
.hover-pf6 img {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}
.hover-pf6 .mask,
.hover-pf6 .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
  background-color: #7EB01A;
  background-color: rgba(67, 180, 229, 0.8);
}
.hover-pf6 h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.hover-pf6 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf6 h2 a:hover {
  color: #cccccc;
}
.hover-pf6 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  color: #ffffff;
}
.hover-pf6 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.hover-pf6:hover .mask,
.hover-pf6:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-pf6:hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-pf6:hover h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hover-pf6:hover p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hover-pf6:hover a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* Portfolio Type-7
/* ========================================================================== */
.hover-pf7 {
  background-color: #ffffff;
}
.hover-pf7 img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.hover-pf7 .mask,
.hover-pf7 .caption {
  background-color: #7EB01A;
  background-color: rgba(67, 180, 229, 0.5);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hover-pf7 h2 {
  -webkit-transform: translate(0px, -200px);
  -moz-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  -o-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-pf7 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf7 h2 a:hover {
  color: #cccccc;
}
.hover-pf7 p {
  -webkit-transform: translate(0px, -200px);
  -moz-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  -o-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.hover-pf7 a.info {
  -webkit-transform: translate(0px, -200px);
  -moz-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  -o-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-pf7:hover img {
  -webkit-transform: rotate(720deg) scale(0);
  -moz-transform: rotate(720deg) scale(0);
  -ms-transform: rotate(720deg) scale(0);
  -o-transform: rotate(720deg) scale(0);
  transform: rotate(720deg) scale(0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hover-pf7:hover .mask,
.hover-pf7:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -ms-transform: translateY(0px) rotate(0deg);
  -o-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hover-pf7:hover h2 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.hover-pf7:hover p {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.hover-pf7:hover a.info {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* Portfolio Type-8
/* ========================================================================== */
.hover-pf8 {
  /*@keyframes bounceY {
  0% { transform: translateY(-205px);}
  40% { transform: translateY(-100px);}
  65% { transform: translateY(-52px);}
  82% { transform: translateY(-25px);}
  92% { transform: translateY(-12px);}
  55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}
@-moz-keyframes bounceY {
  0% { -moz-transform: translateY(-205px);}
  40% { -moz-transform: translateY(-100px);}
  65% { -moz-transform: translateY(-52px);}
  82% { -moz-transform: translateY(-25px);}
  92% { -moz-transform: translateY(-12px);}
  55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}
@-webkit-keyframes bounceY {
  0% { -webkit-transform: translateY(-205px);}
  40% { -webkit-transform: translateY(-100px);}
  65% { -webkit-transform: translateY(-52px);}
  82% { -webkit-transform: translateY(-25px);}
  92% { -webkit-transform: translateY(-12px);}
  55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}*/

}
.hover-pf8 .mask,
.hover-pf8 .caption {
  top: -100% !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.hover-pf8 h2 {
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  background-color: #7EB01A;
  background-color: rgba(67, 180, 229, 0.8);
}
.hover-pf8 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf8 h2 a:hover {
  color: #cccccc;
}
.hover-pf8 p {
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  color: #ffffff;
  text-shadow: 1px 1px 1px #555555;
}
.hover-pf8 a.info {
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
}
.hover-pf8:hover .mask,
.hover-pf8:hover .caption {
  top: 0 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  -o-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear;
}
.hover-pf8:hover h2 {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hover-pf8:hover p {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hover-pf8:hover a.info {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
/* Portfolio Type-9
/* ========================================================================== */
.hover-pf9 .mask-1,
.hover-pf9 .mask-2 {
  height: 100%;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  -moz-transition: all 0.3s ease-in-out 0.6s;
  -ms-transition: all 0.3s ease-in-out 0.6s;
  -o-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
  background-color: #7EB01A;
  background-color: rgba(67, 180, 229, 0.8);
}
.hover-pf9 .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(55deg) scale(2) translateX(-100%);
  -moz-transform: rotate(55deg) scale(2) translateX(-100%);
  -ms-transform: rotate(55deg) scale(2) translateX(-100%);
  -o-transform: rotate(55deg) scale(2) translateX(-100%);
  transform: rotate(55deg) scale(2) translateX(-100%);
}
.hover-pf9 .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(55deg) scale(2) translateX(100%);
  -moz-transform: rotate(55deg) scale(2) translateX(100%);
  -ms-transform: rotate(55deg) scale(2) translateX(100%);
  -o-transform: rotate(55deg) scale(2) translateX(100%);
  transform: rotate(55deg) scale(2) translateX(100%);
}
.hover-pf9 .caption {
  height: 0 !important;
  width: 100% !important;
  top: 90% !important;
  left: 10% !important;
  overflow: hidden;
  color: #ffffff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -webkit-transform: rotate(-35deg) translate(0, 0);
  -moz-transform: rotate(-35deg) translate(0, 0);
  -ms-transform: rotate(-35deg) translate(0, 0);
  -o-transform: rotate(-35deg) translate(0, 0);
  transform: rotate(-35deg) translate(0, 0);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -ms-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
  background-color: #3156a3;
  background-color: rgba(49, 86, 165, 0.9);
}
.hover-pf9 h2 {
  border-bottom: 1px solid #000;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}
.hover-pf9 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf9 h2 a:hover {
  color: #cccccc;
}
.hover-pf9 p {
  color: #ffffff;
}
.hover-pf9 a.info {
  display: none;
}
.hover-pf9:hover .caption {
  height: 90% !important;
  width: 90% !important;
  top: 5% !important;
  left: 5% !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity = 90);
  opacity: 0.9;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.hover-pf9:hover .mask-1,
.hover-pf9:hover .mask-2 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-pf9:hover .mask-1 {
  -webkit-transform: rotate(55deg) scale(2) translateX(-49.9%);
  -moz-transform: rotate(55deg) scale(2) translateX(-49.9%);
  -ms-transform: rotate(55deg) scale(2) translateX(-49.9%);
  -o-transform: rotate(55deg) scale(2) translateX(-49.9%);
  transform: rotate(55deg) scale(2) translateX(-49.9%);
}
.hover-pf9:hover .mask-2 {
  -webkit-transform: rotate(55deg) scale(2) translateX(49.9%);
  -moz-transform: rotate(55deg) scale(2) translateX(49.9%);
  -ms-transform: rotate(55deg) scale(2) translateX(49.9%);
  -o-transform: rotate(55deg) scale(2) translateX(49.9%);
  transform: rotate(55deg) scale(2) translateX(49.9%);
}
/* Portfolio Type-10
/* ========================================================================== */
.hover-pf10 img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.hover-pf10 .mask,
.hover-pf10 .caption {
  background-color: #7EB01A;
  background-color: #43b4e5;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hover-pf10 h2 {
  border-bottom: 1px solid #ffffff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  color: #333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hover-pf10 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf10 h2 a:hover {
  color: #cccccc;
}
.hover-pf10 p {
  color: #333;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #ffffff;
}
.hover-pf10 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hover-pf10:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hover-pf10:hover .mask,
.hover-pf10:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.hover-pf10:hover h2,
.hover-pf10:hover p,
.hover-pf10:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
/* Frame overlay
/* ========================================================================== */
.media a,
.thumbnail {
  position: relative;
}
.media .frame-overlay,
.thumbnail .frame-overlay,
.portfolio article .frame-overlay {
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  background-image:url("../images/icon_zoom.png");
  background-position: center center;
  background-repeat: no-repeat;  
}
.media a:hover .frame-overlay,
.thumbnail:hover .frame-overlay,
.portfolio article:hover .frame-overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.thumbnail:hover .frame-overlay {

}
/* Pricing Table
/* ========================================================================== */
.pricing .well {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  background-color:transparent;
  border:
}
.pricing .well  ul li{
  border-bottom:1px solid #e5e5e5;
}
.pricing .well  ul li:last-child{
  border-bottom:0px solid #e5e5e5;
}
@media (max-width: 767px) {
  .pricing .well {
    margin-bottom: 40px;
  }
}
.pricing .well .well {
  padding: 10px;
  margin-bottom: 0;
  background-color: transparent;
  border:1px solid #d9d9d9;
  background-color:#f0f0f0;
}
.pricing .pricing-plan {
  margin: 0;
  padding: 5px 0;
  font-size: 1.5em;
  background-color:#d9d9d9;
  font-weight:600;
  line-height: 1.333em;
}
.pricing .pricing-price {
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  color: #669900;
  background-color: #F0F0F0;
  border:1px solid #d9d9d9;
  border-top:0px;
  font-weight:600;  
}
.pricing .pricing-price small {
  display: inline;
  color: #333;
  font-weight:100;  
}
.pricing .pricing-list {
  list-style-type: none;
  margin-left: 0;
  background-color: #FFFFFF;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  color: #000000;
  padding:0 15px;
  margin-bottom:0;  
}
.pricing .pricing-list li {
  padding: 5px 0;
}
.pricing .featured {
}
.pricing .featured small{
  color:#fff;
}
.pricing .featured .pricing-plan {
  background-color: #679608;
}
.pricing .featured .pricing-price {
  background-color: #7EB01A;
  color: #ffffff;
  border:1px solid #679608;
  border-top:0;
}
/* Services Block
/* ========================================================================== */
.service {
  overflow: hidden;
}
.service .well {
  padding-top: 1px;
}
.service > .well {
  margin-bottom: 1px;
}
.service .service-desc {
  overflow: hidden;
}
.service .service-icon {
  float: left;
  padding: 10px 20px;
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 1;
  color: #3156a3;
}
@media (max-width: 980px) {
  .service .service-icon {
    width: 50px;
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .service .service-icon {
    float: none;
    margin-left: 25%;
    width: 50%;
    height: auto;
  }
}
/* Pagination
/* ========================================================================== */
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul > li > a {
  padding: 3px 10px;
  margin-right: 6px;
  margin-bottom: 2x;
  border-width: 1px;
  background-color: #e5e5e5;
  color: #383838;
}
.pagination ul > li > span {
  padding: 3px 10px;
  margin-right: 6px;
  margin-bottom: 2x;
  border:0px;
  color: #383838;
}
.pagination ul > li > a:hover {
  background-color: #7EB01A;
  color: #fff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #7EB01A;
  color: #fff;
}
.pagination ul > .disabled > a,
.pagination ul > .disabled > span {
  background-color: #e5e5e5;
  color: #383838;
}
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > span:hover {
  background-color: #7EB01A;
  color: #fff;
}
/* ========================================================================== */
/* Footer Styles
/* ========================================================================== */
/* Footer
/* ========================================================================== */
#footer {
  border-top: 5px solid #E5E5E5;
  margin-top: 100px;
  background-color: #383838	;
  color: #acacac;
}
@media (min-width: 481px) and (max-width: 767px) {
  #footer > .container {
    width: 460px;
  }
}
@media (max-width: 480px) {
  #footer {
    padding: 0 20px;
  }
}
#footer i {
  color: #999;
}
#footer .thumbnail {
  box-shadow: none;
}
#footer .footer-banners {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  
}
#footer .footer-banners .fb-inner {
  padding: 20px;
}
#footer .footer-banners .fb-inner h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
}
#footer .footer-banners .fb-inner a {
  color: #ffffff;
}
#footer .footer-banners .fb-inner a:hover {
  text-decoration: underline;
}
#footer .footer-banners .fb1 {
  background-color: #2caae2;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  #footer .footer-banners .fb1 {
    padding-right: 30px;
  }
}
#footer .footer-banners .fb2 {
  background-color: #177daa;
  padding-right: 20px;
  margin-left: 0;
}
@media (min-width: 1200px) {
  #footer .footer-banners .fb2 {
    padding-right: 30px;
  }
}
#footer .footer-banners .fb3 {
  background-color: #3156a3;
  margin-left: 0;
}
#footer .widget-title {
  border-bottom: 1px solid #4C4C4C;
  padding-bottom: 10px;
  line-height: 20px;
  margin-bottom: 25px;
  margin-top: 0;
  color: #ffffff;
}
#footer .widget-inner {
  margin-bottom: 40px;
}
#footer a {
  color: #7EB01A;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: none;
  color:white;
}
#footer a.btn:hover {
  text-decoration: none;
}
#footer .footer-navigate {
  list-style: none;
  margin-left: 0;
}
#footer .footer-navigate li a {
  display: block;
  padding: 5px 0;
}
#footer .lates-blog-post .media-object {
  width: 20px;
  margin-top: 3px;
  margin-right: 0;
  float: left;
}
#footer .lates-blog-post .date {
  color: #bfbfbf;
  margin-top: 5px;
  font-size: 11px;
  font-style:italic;
}
#footer .social {
  margin: 0;
  list-style: none;
}
#footer .social li {
  float: left;
  margin-right: 4px;
}
#footer .social a {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 50px;
}
#footer .social a:hover {
  background-position: 0 -30px;
}
#footer .social a.facebook {
  background: url("../images/fi-facebook.png") no-repeat 0 0;
}
#footer .social a.twitter2 {
  background: url("../images/fi-twitter.png") no-repeat 0 0;
}
#footer .social a.google-plus {
  background: url("../images/fi-google-plus.png") no-repeat 0 0;
}
#footer .social a:hover {
  background-position: 0 -30px;
}
/* Footer menu
/* ========================================================================== */
#footer-menu {
  font-size: 10.5px;
  background-color: #383838;
  color: #acacac;
}
@media (max-width: 480px) {
  #footer-menu {
    padding: 0 20px;
  }
}
#footer-menu > .container {
  border-top: solid 1px #464646;
  padding: 10px 0 !important;
}
@media (min-width: 481px) and (max-width: 767px) {
  #footer-menu > .container {
    width: 460px;
  }
}
#footer-menu ul {
  list-style-type: none;
  margin: 0;
}
#footer-menu ul li {
  float: left;
  margin-left: 10px;
}
#footer-menu a {
  color: #dfdfdf;
}
#footer-menu a:hover {
  color: #7EB01A;
  text-decoration:none;
}
#footer-menu .copyright {
  margin-bottom: 0;
}
/* ========================================================================== */
/* Sidebar / Widgets
/* ========================================================================== */
/* Sidebar
/* ========================================================================== */
.page-sidebar,
#page-sidebar,
#sidebar {
  margin-top: 0px;
}
.page-sidebar .widget,
#page-sidebar .widget,
#sidebar .widget {
  margin-bottom: 30px;
}
.page-sidebar .widget-title,
#page-sidebar .widget-title,
#sidebar .widget-title {
  line-height: 25px;
  margin-bottom: 25px;
  margin-top: 0;
}
.page-sidebar .widget-inner,
#page-sidebar .widget-inner,
#sidebar .widget-inner {
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.page-sidebar .accordion,
#page-sidebar .accordion,
#sidebar .accordion {
  margin-bottom: 0;
}
.page-sidebar .nav-tabs,
#page-sidebar .nav-tabs,
#sidebar .nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}
.page-sidebar .nav-tabs li,
#page-sidebar .nav-tabs li,
#sidebar .nav-tabs li {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-sidebar .nav-tabs li a,
#page-sidebar .nav-tabs li a,
#sidebar .nav-tabs li a {
  font-weight: 300;
}
.page-sidebar .nav-tabs > li > a,
#page-sidebar .nav-tabs > li > a,
#sidebar .nav-tabs > li > a {
  background-color: #FAFAFA;
  border-color: #ddd;
  border-bottom: none;
}
.page-sidebar .nav-tabs > li > a:hover,
#page-sidebar .nav-tabs > li > a:hover,
#sidebar .nav-tabs > li > a:hover {
  background-color: #ddd;
  border-color: #ddd;
  border-bottom: none;
}
.page-sidebar .nav-tabs > .active > a,
#page-sidebar .nav-tabs > .active > a,
#sidebar .nav-tabs > .active > a,
.page-sidebar .nav-tabs > .active > a:hover,
#page-sidebar .nav-tabs > .active > a:hover,
#sidebar .nav-tabs > .active > a:hover {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom: none;
}
#page-sidebar .intro {
    font-size: 1.083em;
    font-weight: 600;
}
/* Categories widget
/* ========================================================================== */
.categories-widget ul{
  margin-left:0;
}
.categories-widget ul.icons {
  color: #818181;
}
.categories-widget ul.icons li {
  float: left;
  width: 150px;
  border-bottom: 1px dotted #CCCCCC;
}
.categories-widget ul.icons a {
    background: url("../images/earrow-right.png") no-repeat scroll left 50% transparent;
    color: #383838;
    display: block;
    padding: 5px 0 5px 21px;
}
.categories-widget ul.icons a:hover {
  color: #7EB01A;
  text-decoration:none;
}
/* Animation KEYFRAMES
/* ========================================================================== */
@-webkit-keyframes moveFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromLeft {
  from {
    opacity: 0;
    -moz-transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes moveFromLeft {
  from {
    opacity: 0;
    -o-transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0%);
  }
}
@keyframes moveFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    opacity: 0;
    -moz-transform: translateX(50%);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes moveFromRight {
  from {
    opacity: 0;
    -o-transform: translateX(50%);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0%);
  }
}
@keyframes moveFromRight {
  from {
    opacity: 0;
    transform: translateX(50%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(2);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromZoom {
  from {
    opacity: 0;
    -moz-transform: scale(2);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes moveFromZoom {
  from {
    opacity: 0;
    -o-transform: scale(2);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0%);
  }
}
@keyframes moveFromZoom {
  from {
    opacity: 0;
    transform: scale(2);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
/* Popular posts
/* ========================================================================== */
.popular-posts a {
  display: block;
  color: #4e4e4e;
}
.popular-posts a:hover {
  color: #000000;
}
.popular-posts a:hover .post-number {
  color: #000000;
  border-color: #1fa4df;
}
.popular-posts .pull-left[class^="icon-"],
.popular-posts .pull-left[class*=" icon-"] {
  margin-top: 2px;
  margin-right: 7px;
}
.popular-posts .post-number {
  display: block;
  float: right;
  width: 30px;
  height: 20px;
  padding: 5px;
  margin-left: 5px;
  text-align: center;
  color: #b1b1b1;
  border: solid 1px #e4e4e4;
}
.popular-posts .post-date {
  display: block;
  font-size: 11px;
  color: #b1b1b1;
}
/* Search Form Widget
/* ========================================================================== */
#search {
  position: relative;
  margin: 4px 14px 5px 20px;
  float:right;
}
#search input[type="text"] {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #909090;
}
#search input[type="text"]:focus,
#search input[type="text"]:hover {

}
#search .search-bt {
  right: 2px;
  border-top:1px solid #383838;
  top: 0;
  height: 30px;
  width: 30px;
  position: absolute;
  cursor: pointer;
  border: none !important;
  z-index: 2;
  background: #e5e5e5 url('../images/search-bt.png') no-repeat center center;
}
#search .search-bt:hover {

}
@media (min-width:688px) and (max-width: 767px) {
  #search input[type="text"] {
    width: 100%;
  }
  #search .search-bt {
    position:relative;
  }
}
/* Accordion
/* ========================================================================== */
.accordion-group {
  border: 0;
  border-bottom: solid 1px #e4e4e4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.accordion-group:last-child {
  border-bottom: none;
}
.accordion-group .accordion-inner {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.accordion-group .accordion-heading:hover {
  background-color: #383838 !important;
}
.accordion-group .accordion-heading.accordion-close {
  background-color: transparent;
}
.accordion-group .accordion-heading.accordion-open {
  background-color: #7EB01A;
}
.accordion-group .accordion-heading.accordion-open .accordion-toggle {
  color: #ffffff;
}
.accordion-group .accordion-heading .accordion-toggle {
  padding: 8px;
  color: #202020;
  text-decoration: none;
}
.accordion-group .accordion-heading .accordion-toggle i {
  float: right;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
}
.accordion-group .accordion-heading .accordion-toggle:hover {
  color: #ffffff;
}
/* Tags Widget
/* ========================================================================== */
.tags a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 3px 5px 0;
  text-decoration: none;
  color: #383838;
  background-color: #E5E5E5;
}
.tags a i {
  width: 16px;
  text-align: center;
  margin-right: 5px;
}
.tags a:hover {
  color: #fff;
  background-color: #7EB01A;
}
.tags a:hover i {
  color: #7EB01A;
}
/* Welcome
/* ========================================================================== */
.welcome {
  padding: 0 20px;
}
.welcome h4 {
  margin-bottom: 30px;
}
/* Works
/* ========================================================================== */
.works .thumbnails {
  margin: 0 0 -20px 0;
}
@media (max-width: 767px) {
  .works .thumbnails .item {
    margin-bottom: 50px;
  }
}
.works .thumbnail {
  margin-bottom: 0;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.works .thumbnail i{
  margin-bottom:20px;
}
.works .thumbnail .image {
  position: relative;
  display: block;
  margin-bottom:20px;
}
.works .thumbnail .title {
  text-align: center;
  padding: 0px 0px;
  margin-bottom: 15px;
  background-color: transparent;
}
.works .thumbnail .description {
  text-align: center;
  font-size:12px;
}
.works .thumbnail .description:last-child {
  margin-bottom: 0;
}
.works .thumbnail .icons {
  border-top: solid 1px #e4e4e4;
  padding-top: 15px;
  margin: 0;
  list-style: none;
}
.works .thumbnail .icons li {
  float: left;
  margin-right: 4px;
}
.works .thumbnail .icons a {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.works .thumbnail .icons a:hover {
  background-position: 0 -30px;
}
.works .thumbnail .icons a.facebook {
  background: url("../images/fi-facebook.png") no-repeat 0 0;
}
.works .thumbnail .icons a.twitter2 {
  background: url("../images/fi-twitter.png") no-repeat 0 0;
}
.works .thumbnail .icons a.google-plus {
  background: url("../images/fi-google-plus.png") no-repeat 0 0;
}
.works .members .icons a.facebook {
  background: url("../images/si-facebook.png") no-repeat 0 0;
}
.works .members .icons a.twitter2 {
  background: url("../images/si-twitter.png") no-repeat 0 0;
}
.works .members .icons a.google-plus {
  background: url("../images/si-googleplus.png") no-repeat 0 0;
}
.works .thumbnail .icons a:hover {
  background-position: 0 -30px;
}
.works .thumbnail .caption {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e4e4e4;
}
.works .thumbnail .caption .title {
  padding: 0;
}
.works .thumbnail:hover .caption {
  background-color: #7EB01A;
}
.works .thumbnail:hover .caption .description {
  color: #ffffff;
}
.works .thumbnail:hover .title {
  color: #7EB01A;
}
.works .members:hover .title{
  color: #333;
}
.works .thumbnail:hover .icons {
  border-top-color: #7EB01A;
}
.works .members:hover .icons {
  border-top-color: #e4e4e4;
}
.works .members .title {
  padding-bottom:0px;
}
.works .members .title span {
  display:block;
  color:#999;
  font-size:12px;
  padding-top:3px;
  font-weight:100;
}
.works .thumbnail .lp {
  text-align:justify;
}
.works .thumbnail .meta {
  float:left;
  width:41px;  
  padding:0px 5px 15px 0px;
}
.works .thumbnail .meta .block  {
  position:relative;
  height:36px;
  width:36px;
  background-color:#d9d9d9;
  text-align:center;
}
.works .thumbnail .meta .block  i{
  font-size:18px;
  line-height:36px;
  margin-bottom:0px;
}
.works .thumbnail .meta p{
  font-size:11px;
  color:#999;
  font-style:italic;
  line-height:14px;
  padding-top:10px;
}
.works .thumbnail .info {
  float:right;
  width:81%;
  width:78% \0/;
}
.works .os{
 text-align:center;
}
.works .os i{
  font-size:60px;
  background-color:transparent;
  color:#7EB01A;
}
@media (max-width:979px) {
  .works .thumbnail .info {
	width:65%;
  }
}
@media (max-width:767px) {
  .works .thumbnail .lp {
	padding-bottom:20px;
  }
}
/* Highlights
/* ========================================================================== */
.highlights {
  padding-top: 20px;
}
.highlights .icon i {
  font-size: 64px;
  color: #3156a3;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border: solid 3px #3156a3;
  padding: 15px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.highlights .item:hover {
  color: #3156a3;
}
.highlights .item:hover i {
  -webkit-animation: moveFromZoom 300ms ease;
  -moz-animation: moveFromZoom 300ms ease;
  -ms-animation: moveFromZoom 300ms ease;
  -o-animation: moveFromZoom 300ms ease;
  animation: moveFromZoom 300ms ease;
  color: #3156a3;
  border-color: #3156a3;
}
/* Testimonials
/* ========================================================================== */
.testimonials .testimonial .content {
  position: relative;
  background: #f7f7f7 url('../images/quote.png') no-repeat 5px 10px;
  border: 1px solid #E5E5E5;
  margin-bottom: 11px;
  padding: 15px 15px 15px 41px;
  line-height: 20px;
  color: #888;
  font-style: italic;
  font-size: 14px;
}
.testimonials .testimonial .content p {
  margin: 10px 0 0 0;
}
.testimonials .testimonial .content p:first-child {
  margin: 0;
}
.testimonials .testimonial .author {
  margin-left: 20px;
  font-weight: 100;
}
.testimonials .testimonial .author p {
  margin-bottom: 0;
}
.testimonials .testimonial .author-add {
  margin-left: 20px;
  font-size: 11px;
  color: #b1b1b1;
}
.testimonials .testimonial .quote-arrow {
  width: 12px;
  height: 7px;
  background: url('../images/quote-arrow.png') no-repeat 50% 50%;
  position: absolute;
  bottom: -7px;
  left: 18px;
}
.testimonials .carousel-control {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  color: #ffffff;
  background-color: #d9d9d9;
  font-size: 14px;
  border: none;
  line-height: 19px;
  height: 19px;
  width: 19px;
  top: -30px;
  right: 0;
  left: auto;
}
.testimonials .carousel-control.right{
  background-color:#bfbfbf;
}
.testimonials .carousel-control.right:hover{
  background-color:#7EB01A;
}
.testimonials .carousel-control.left {
  right: 20px;
}
.testimonials .carousel-control:hover {
  
}
.testimonials .carousel-control i {
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
}
/* Twitter Widget
/* ========================================================================== */
#sidebar .twitter a {
  text-decoration: none;
  color: #7EB01A;
  border-bottom: solid 1px transparent;
}
#sidebar .twitter a:hover {
  color: #000000;
  border-bottom: solid 1px #000000;
}
#sidebar .twitter .tweet_avatar,
#sidebar .twitter .tweet_avatar img {
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 3px 0 0 3px;
  border-bottom: none !important;
}
#sidebar .twitter .tweet_avatar:hover img,
#sidebar .twitter .tweet_avatar img:hover img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  opacity: 0.3;
}
#sidebar .twitter .tweet_time {
  display: block;
  font-size: 11px;
}
#sidebar .twitter .tweet_time a {
  color: #4e4e4e;
}
#sidebar .twitter .tweet_time a:hover {
  color: #000000;
}
#sidebar .twitter dt {
  width: 45px;
  float: left;
  display: none;
}
#sidebar .twitter dd {
  margin-left: 0;
  padding: 0 0 0 23px;
  background: transparent url('../images/twitter.png') no-repeat 0 3px;
}
#sidebar .twitter dl {
  padding-bottom: 0;
  margin-bottom: 0;
}
#sidebar .twitter dl:last-child {
  border: none;
}
/* Twitter Footer Widget
/* ========================================================================== */
#footer .twitter .tweet_list dl {
  margin-top: 0;
}
#footer .twitter .tweet_list dl dt {
  width: 20px;
  text-align: left;
  float: left;
}
#footer .twitter .tweet_list dl dt .tweet_avatar {
  display: none;
}
#footer .twitter .tweet_list dl dd {
  margin-left: 20px;
}
#footer .twitter .tweet_list dl dd .tweet_time {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
#footer .twitter .tweet_list dl dd .tweet_time a {
  color: #bfbfbf;
  text-decoration: none;
  font-style:italic;
}
/* Flickr Widget
/* ========================================================================== */
.sidebar-flickr {
  list-style: none;
  margin-left: 0;
  margin-right: -10px;
  margin-bottom: -10px;
}
.sidebar-flickr li {
  float: left;
  margin: 0 10px 10px 0;
}
.sidebar-flickr a,
.sidebar-flickr a img {
  display: block;
  width: 100%;
  position: relative;
}
.sidebar-flickr .thumbnail {
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: #ffffff;
}
.sidebar-flickr .thumbnail:hover {
  background-color: #7EB01A;
}
/* Flickr Footer Widget
/* ========================================================================== */
.flickr {
  margin-left: 0;
}
.flickr li {
  float: left;
  list-style: none;
  margin: 0 10px 10px 0;
  line-height: 0 !important;
}
.flickr a,
.flickr a img {
  display: block;
}
/* ========================================================================== */
/* Blog Styles
/* ========================================================================== */
@media (max-width: 980px) {
  .span8 .blog-post .media .media-object {
    float: none;
  }
}
@media (max-width: 980px) {
  .span8 .blog-post .post-meta-before {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 980px) {
  .span8 .blog-post .post-meta-before li {
    float: left;
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 767px) {
  .span8 .blog-post .post-meta-before li {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 480px) {
  .span8 .blog-post .post-meta-before li {
    margin: 0 10px 0 0;
  }
}
.span8 .blog-post .post-meta-before li:last-child {
  margin-top: 5px;
}
@media (max-width: 980px) {
  .span8 .blog-post .post-meta-before li:last-child {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 767px) {
  .span8 .blog-post .post-meta-before li:last-child {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 480px) {
  .span8 .blog-post .post-meta-before li:last-child {
    margin: 0 10px 0 0;
  }
}
.blog-post {
  margin-bottom: 20px;
  padding-top:40px;
  border-top:1px solid #e5e5e5;
}
.blog-post:first-of-type{
  border:0;
  padding-top:0;
}
.blog-post .flex-direction-nav a {
  position: absolute;
}
.blog-post .media .pull-left {
  margin-right: 20px;
}
.blog-post .media .pull-right {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .blog-post .media .media-object {
    float: none;
  }
}
.blog-post .media .media-body {
  border-bottom: solid 1px #e4e4e4;
}
.blog-post .media .media-body:last-child {
  border-bottom: none;
}
.blog-post .media-body .post-body {
  float:right;
  width:84%;
}
.blog-post .media-body .media-object {
  width:13%;
  float:left;
}
.blog-post .media-body .media-object a{
  color: #7EB01A;
  border:0;
}
.blog-post .media-body .media-object a:hover{
  color:#979797;
  text-decoration:none;
  border:0;
}
.blog-post .media-body .post-meta .icon-file-alt{
  padding:5px;
  background-color:#979797;
  font-size:20px;
  color:#fff;
}
.blog-post .media-body .post-meta-label{
  font-weight:bold;
  color:#383838;
  font-style:normal;
}
.blog-post .post-media {
  margin-bottom: 25px;
}
.blog-post .post-title {
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 25px;
}
.blog-post .post-title a {
  color: #000000;
}
.blog-post .post-title a:hover {
  color: #7EB01A;
  text-decoration:none;
}
.blog-post .post-meta-before {
  overflow: hidden;
  margin: 0 0 10px 0;
  font-size: 11px;
  width: 90px;
}
@media (max-width: 767px) {
  .blog-post .post-meta-before {
    width: 100%;
    margin: 0;
  }
}
.blog-post .post-meta-before li {
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .blog-post .post-meta-before li {
    float: left;
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 480px) {
  .blog-post .post-meta-before li {
    margin: 0 10px 0 0;
  }
}
.blog-post .post-meta-before li:last-child {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .blog-post .post-meta-before li:last-child {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 480px) {
  .blog-post .post-meta-before li:last-child {
    margin: 0 10px 0 0;
  }
}
.blog-post .post-meta-before a {
  padding: 5px 5px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.blog-post .post-meta {
  color: #888;
  overflow: hidden;
  margin: 0 0 10px 0;
  font-size: 11px;
}
.blog-post .post-meta li {
  float: left;
  margin-right: 15px;
  list-style: none;
  font-style:italic;
}
.blog-post .post-meta li:first-child {
  margin-right: 7px;
}
.blog-post .post-meta a {
  text-decoration: none;
  color: #979797;
  border-bottom: solid 1px #b1b1b1;
}
.blog-post .post-meta a:hover {
  color: #383838;
  border-bottom: solid 1px #383838;
}
.blog-post .post-meta-date {
  color: #ffffff;
  background-color: #383838;
  text-transform: uppercase;
}
.blog-post .post-meta-comm {
  color: #ffffff;
  background-color: #7EB01A;
}
.blog-post .read-more {
  display: inline-block;
  margin-bottom: 25px;
  color: #7EB01A;
  border-color: #7EB01A;
}
.blog-post .read-more:hover {
  color: #7EB01A;
  border-bottom: solid 1px #7EB01A;
}
/* ========================================================================== */
/* Forms
/* ========================================================================== */
#af-form {
  margin-bottom: 0;
}
#af-form textarea {
  height: 160px !important;
  overflow: auto;
  resize: none;
}
#af-form input.error,
#af-form textarea.error {
  border: 1px solid #e81123;
}
#af-form .af-outer {
  margin-bottom: 0;
}
label.error,
label.ferror {
  color: #e81123;
  font-size: 13px;
}
#progress {
  margin-top: 15px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color:#e9e9e9;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color:#bbb;
}
/* ========================================================================== */
/* Comments
/* ========================================================================== */
.comments .comment {
  margin-bottom: 20px;
}
.comments .com-image {
  float:left;
}
.comments .textarea {
  position: relative;
  border-bottom: 1px solid #eee;
  float:right;
  width:90%;
  
}
.comments .comments_li:last-child .textarea{
  border:0;
}
.comments .textarea a:hover{
  color:#383838;
  text-decoration:none;
}
.comments .avatar {
  position: relative;
  float: left;
  border: solid 1px #b1b1b1;
  margin-right:10px;
}
.comments .meta {
  margin: 0px;
  border-bottom: 0px solid #b1b1b1;
  font-weight:bold;
  padding-bottom:10px;
}
.comments .reply {
  font-style:italic;
}
.comments .meta small{
  font-weight:100;
  color:#888;
  font-style:italic;
  font-size:12px;
}
.comments .comments-list {
  margin-left: 0;
  margin-bottom: 20px;
  padding-top: 20px;  
}
.comments li {
  list-style: none;
}
/* ========================================================================== */
/* Thumbnails
/* ========================================================================== */
.image-icon {
  padding: 10px;
  text-align: center;
}
.image-icon [class^="icon-"],
.image-icon [class*=" icon-"] {
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 1;
  margin-top: 20px;
  display: inline-block;
}
.image-icon [class^="icon-"]:before,
.image-icon [class*=" icon-"]:before {
  width: 100px;
}
/* Hero unit
/* ========================================================================== */
.hero-unit {
  padding: 15px 20px 5px;
  border:1px solid #e5e5e5;
  border-left:3px solid #7EB01A;
  background-color:#F7F7F7;
  margin-bottom:40px;
}
.hero-unit h1 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.hero-unit h3 {
    font-size: 18px;
    font-weight: bold;
	margin-bottom:5px;
}
.hero-unit p {
  font-size: 12px;
  line-height: 20px;
}
.hero-unit p:last-child {
  margin-bottom: 0;
}
.hero-unit .button-block {
  float: right;
}
.hero-unit .button-block .pull-vertical-center {
  height: 80px;
}
@media (max-width: 767px) {
  .hero-unit .button-block {
    margin-top: 20px;
    float: none;
  }
  .hero-unit .button-block .pull-vertical-center {
    height: auto;
  }
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/* Back to Top
/* ========================================================================== */
#toTop {
  background: rgba(0, 0, 0, 0.7) url('../images/totop.png') no-repeat scroll 50% 50%;
  color: #ffffff;
  position: fixed;
  right: 0px;
  bottom: 40px;
  z-index: 1000;
  display: none;
  overflow: hidden;
  height: 50px;
  width: 50px;
  text-decoration: none;
  text-indent: -999px;
}
#toTop:active,
#toTop:focus {
  outline: none;
  background-color: #7EB01A;
}
#toTopHover {
  background: #7EB01A url('../images/totop.png') no-repeat scroll 50% 50%;
  display: block;
  overflow: hidden;
  float: left;
  height: 50px;
  width: 50px;
  opacity: 0;
}
/* ========================================================================== */
/* Helpful Classes
/* ========================================================================== */
.clear {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.spacer {
  height: 50px;
}
.pull-center {
  text-align: center;
}
.pull-vertical-center {
  vertical-align: middle;
  display: table-cell;
  width: auto;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.well-transprent {
  background-color: transparent;
}
.btn {
  background-image: none;
}
.btn-primary, .btn-inverse:hover {
  background-color: #7EB01A;
  border-color:transparent;
}
.btn-primary:hover, .btn-danger  {
  background-color: #383838;
}
.gmap {
  max-width: 100%;
  line-height: 0;
}
.video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a,
a:active,
a:focus,
input,
input:active,
input:focus,
select,
select:active,
select:focus {
  outline: 0 !important;
}
.first {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.last {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
address, address strong{
  color:#999;
  line-height:30px;
}
address strong{
  padding:0 1px 0 5px;
}
address .icons, address .icons strong{
  color:#333;

}
address .icons li.clearfix {
  padding-left:10px;
}

address ul.icons li [class^="icon-"], address ul.icons li [class*=" icon-"] {
  color:#999;
}
#emenu {
  margin-top:20px;
}
#emenu ul li {
  list-style:none;
  background: url("../images/earrow-right.png") no-repeat scroll left 50% transparent;
  padding-left: 11px;
}
.clients .clist {
  margin: 0 0 0px 15px;
}
.clients .clist li {
  list-style:none;
}
.clients .clist a img{
  opacity:0.75;
}
.clients .clist a img:hover{
  opacity:1;
}
.clients .clist .span2 {
    width: 182px;
}
.clients .clist [class*="span"] {
    margin-left: 15px;
	margin-bottom: 15px;
}
.single-portfolio .ps-description h4 {
  margin:10px 0;
}
@media (min-width:980px) and (max-width:1199px) {
  .clients .clist .span2  {
	width: 221px;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .clients .clist .span2  {
	width: 228px;
  }
}
@media (max-width:767px) {
  .clients .clist .span2  {
	width: 100%;
  }
}