@import url('http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic');
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic);
@import url('http://fonts.googleapis.com/css?family=Volkhov:400,400italic,700,700italic');
/* ========================================================================== */
/* Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */
body {
  background: url("../images/body.png") repeat scroll 0 0 #FFFFFF;
  color: #555555;
  /*font-family: 'Century Gothic', 'Arial Unicode MS',sans-serif;*/
  font-family: 'Helvetica Neue','Segoe UI',Helvetica,Arial,'Lucida Grande',sans-serif;
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  body > .container {
    width: 460px;
  }
}
@media (max-width: 480px) {
  body > .container {
    padding: 0 20px;
  }
}
.wrapper {
  position: relative;
  padding: 30px;
}
::selection {
  background: #c8e9f8;
  /* Safari */
}
::-moz-selection {
  background: #c8e9f8;
  /* Firefox */
}
/* main link color/style */
a {
  color: #F96E5B;
  outline: medium none;
  text-decoration: none;
  transition: all 0.14s ease 0s;
}
a:hover {
  color: #444444;
  text-decoration: none;
}
a.read-more {
  text-decoration: none;
  border-bottom: dotted 1px #3156a3;
}
a.read-more:hover {
  border-bottom-style: solid;
}
strong {
  color: #000000;
}
blockquote {
  border-left: 5px solid #CBCBCB;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
input {
  font-family: Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: normal;
  margin: 0 0 20px 0;
  font-family: 'Source Sans Pro',sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f96e5b;
}
h1 {
    font-size: 25px;
    line-height: 30px;
}
h2 {
    font-size: 21px;
    line-height: 28px;
}
h3 {
    font-size: 18px;
    line-height: 25px;
}
h4 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}
h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 800;
    margin: 10px 0 15px;
    padding: 0;
}
#footer .widget-title:after,
.italic {
  color: #3156a3;
  font-style: italic;
}
.underline:after {
  background: none repeat scroll 0 0 #f96e5b;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 10px;
  width: 40px;
}
hr {
  border-top-color: #e4e4e4;
  border-bottom-color: transparent;
}
hr.transparent {
  border-color: transparent !important;
}
p {
  margin-bottom: 15px;
}
.pad25 {
    padding-top: 25px;
}
.pad15 {
    padding-top: 15px;
}
.pad5 {
    padding-top: 5px;
}
.hue, .orange {
    color: #F96E5B;
}
blockquote p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
}
.progress {
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    overflow: hidden;
}
.progress-striped .bar {
    background-color: #F96E5B;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F96E5B', endColorstr='#F96E5B', GradientType=0);
}
.number {
    font-size: 26px;
    font-weight: 700;
    margin-top: -18px;
}
/* ========================================================================== */
/* Header, Navigation & Menus
/* ========================================================================== */
#header > .container {
  margin-top: 20px;
  border-bottom: dashed 1px #c8e9f8;
  position: relative;
}
.navbar {

}
  /* Logo
/* ========================================================================== */

  /* Main menu
/* ========================================================================== */

.navbar a.brand {
  color: #222222;
  font-size: 40px;
  font-weight: 700;
  padding: 0px 0 0;
  margin-left:0;
  transition: all 0.3s ease-in 0s;
}
.navbar a.brand:hover {
  color:#F96E5B;
}
.navbar .nav {
  padding-top: 9px;
}
@media (max-width: 980px) {
  .navbar a.brand {
    padding-left: 3px;
  }
}
@media (max-width: 767px) {
  .navbar a.brand {
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .navbar a.brand {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .navbar .nav {
    display: none;
  }
}
.navbar .nav > li {
  padding: 0px 0px 0 25px;
}
.navbar .nav > li > a {
  color: #444444;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  /*text-transform: uppercase;*/  
  background:none;
}
.navbar .nav > li > a:hover {
  color:#777;
}
.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:transparent;
  box-shadow:none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle {

}
.navbar .nav li.dropdown.active > .dropdown-toggle {

}
.navbar .nav li.dropdown.open.active > .dropdown-toggle {

}
.navbar .nav > li > .dropdown-menu:after {
  border-bottom-color:#000;
}
/* navigation inner block
/* ========================================================================== */
.navbar-inner {
  filter: none;
  min-height: 27px;
}
.navbar-static-top .navbar-inner {
  padding: 5px 0 0px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border:0;
}
.dropdown-menu {
  padding: 0;
  margin: 14px 0 0;
  border:none;
  background-color: #651E0C;  /*#222;*/
}
.dropdown-menu li > a {
  background: none repeat scroll 0 0 transparent;
  color: white;	/* #999999; */
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 10px 10px 15px;
  text-transform: none;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #fff;
  background-color: #AB530B; /* #f96e5b;*/
  background-image:none;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f96e5b', endColorstr='#f96e5b', GradientType=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;
  padding-bottom:5px;
  margin-bottom:0px;
  border-bottom: 1px solid #000;
}
@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;
  }
}
/* select dropdown for small screens
/* ========================================================================== */
.res-menu {
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .res-menu {
    display: block;
    float: right;
    width: 220px;
    margin-top: 0px;
    margin-bottom: 0;
    margin-right: 20px;
    border: none;
    border-top: solid 1px #e6e6e6;
    background-color: #eeeeee;
  }
  .res-menu:hover {
    border-color: #f96e5b;
  }
  .res-menu option {
    background-color: #ffffff;
  }
}
@media (max-width: 479px) {
  .res-menu {
    display: block;
    width: 100%;
    border: none;
    border-top: solid 1px #e6e6e6;
    background-color: #eeeeee;
  }
  .res-menu:hover {
    border-color: #f96e5b;
  }
  .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: 50px;
  height: 90px;
  text-indent: -9999px;
  height: 100%;
  -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: 0;
  background-color: #f96e5b;
}
.flex-direction-nav .flex-prev:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  opacity: 0.7;
  background-color: #f96e5b;
}
.flex-direction-nav .flex-next {
  background: url('../images/arrow-slider-right.png') no-repeat 50% 50%;
  right: 0;
  background-color: #f96e5b;
}
.flex-direction-nav .flex-next:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  opacity: 0.7;
  background-color: #f96e5b;
}
.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;
}
/* 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: #f96e5b;
  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: #444;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity = 90);
  opacity: 0.9;
}
/* Breadcrumbs / Page Header
/* ========================================================================== */
section.breadcrumbs {
  padding: 10px 0;
}
section.breadcrumbs .page-header {
  margin: 0 0px 0 0;
  padding: 0;
  border: 0;
  float: left;
}
section.breadcrumbs .page-header h6 {
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  font-weight:600;
  line-height: 18px;
  /*text-transform: lowercase;*/
}

section.breadcrumbs .page-header h6 a{
  color:#F96E5B;
  font-size: 18px;
  line-height: 18px;
  font-weight:600;
  text-transform:lowercase;
  padding-right:5px;
}
section.breadcrumbs .page-header h6 a:hover{
  color:#444;
  text-decoration:none;
  
}
section.breadcrumbs .page-header h6 small {
  font-size: 18px;
  line-height: 18px;
  font-weight:600;
  color:#444;
  padding-left:5px;
}
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: #f96e5b;
}
@media (max-width: 767px) {
  section.breadcrumbs .form-search {
    margin-top: 20px;
  }
}
/* ========================================================================== */
/* Main Content Styles
/* ========================================================================== */
/* Welcome
/* ========================================================================== */
.welcome .btn-primary {
  background-color: #f96e5b;
}
.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 {
	border: 0 solid #DDDDDD;
    padding: 0px 0;
}
/* 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;
}
.iconic-block .media a i {
  font-size:70px;
  color:#333;
  background-color:#F96E5B;
  background-image: none;
  border-radius: 50% 50% 50% 50%;
  height: 70px;
  width: 70px;
  padding: 30px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-right: 20px;
}
@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: 20px;
  margin-bottom: 10px;
  list-style: none;
}
#filtrable a {
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  color: #f96e5b;
}
#filtrable a:hover {
  color: #222;
}
#filtrable .current a {
  color: #222;
}
/* 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: #f96e5b;
  background-color: rgba(249, 110, 91, 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: #f96e5b;
  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: #f96e5b;
  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: #f96e5b;
  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: #f96e5b;
  background-color: rgba(67, 180, 229, 0.3);
}
.hover-pf5 h2 {
  background-color: #f96e5b;
  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 #f96e5b;
}
.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: #f96e5b;
  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: #f96e5b;
  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: #f96e5b;
  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: #f96e5b;
  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: #f96e5b;
  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;
}
.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;
}
/* Pricing Table
/* ========================================================================== */
.pricing .well {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  border-radius: 4px;
  border:0px solid #AAAAAA;
}
@media (max-width: 767px) {
  .pricing .well {
    margin-bottom: 40px;
  }
}
.pricing .well .well {
  padding: 20px;
  margin-bottom: 0;
  background-color: #222222;
  background-image: -o-linear-gradient(center top , #222222, #131313);
  background-image: -ms-linear-gradient(center top , #222222, #131313);
  background-image: -webkit-linear-gradient(center top , #222222, #131313);
  background-image: -moz-linear-gradient(center top , #222222, #131313);
  background-repeat: repeat-x;
  border: 1px solid #000000;
  border-radius:0 0 4px 4px;
}
.pricing .pricing-plan {
  margin: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  height: 35px;
  padding: 7px 0 0;
  text-align: center;  
  background-color: #222222;
  background-image: -moz-linear-gradient(center top , #333333, #222222);
  background-image: -o-linear-gradient(center top , #333333, #222222);
  background-image: -webkit-linear-gradient(center top , #333333, #222222);
  background-image: -ms-linear-gradient(center top , #333333, #222222);
  color:#fff;
  text-transform:lowercase;
  font-size: 18px;
  line-height: 35px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 800;
  border-bottom:1px solid #717171;
 }
.pricing .pricing-price {
  font-size: 24px;
  color: #ffffff;
  background-color: #222222;
  background-image: -moz-linear-gradient(center top , #333333, #222222);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  height: 100px;
  margin: -1px 0 0;
  padding: 10px 0 0;
  text-align: center;  
}
.pricing .pricing-price p {
  font-size: 45px;
  line-height: 5px;
  margin-top: 17px;
  font-weight:800;
  color:#F96E5B;
}
.pricing .pricing-price small {
  display: block;
  color: #ffffff;
  font-size:12px;
  line-height:20px;
}
.pricing .pricing-list {
  list-style-type: none;
  margin: 0;
}
.pricing .pricing-list li {
  padding: 10px 0;
  border-left:1px solid #999;
  border-right:1px solid #999;
  font-size:14px;
}
.pricing .pricing-list li:nth-child(2n){
  background-color:#FCFCFC;
}
.pricing .featured {
  background-color: #85ceee;
  color: #ffffff;
}
.pricing .featured .pricing-price {
  background-color: #f96e5b;
  color: #ffffff;
}
/* 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;
  width:100%;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span,.pagination ul > li:last-child > a, .pagination ul > li:last-child > span  {
    border-radius: 15px;
}
.pagination ul > li > a,
.pagination ul > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: inline-block;
    border-radius: 15px;
    padding: 5px 14px;
}
.pagination ul > li > a:hover {
  background-color: transparent;
  color: #000000;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  border-color: #f96e5b;
  color: #000000;
}
.pagination ul > .disabled > a,
.pagination ul > .disabled > span {
  background-color: #e4e4e4;
  border-color: #cacaca;
  color: #cacaca;
}
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > span:hover {
  background-color: #e4e4e4;
  border-color: #cacaca;
  color: #cacaca;
}
.pagination .prev {
  float:left;
}
.pagination .next {
  float:right;
}
/* ========================================================================== */
/* Footer Styles
/* ========================================================================== */
/* Footer
/* ========================================================================== */
#footer {
  /*background: url("../images/foot_top.png") repeat scroll 0 0 #AB530B;  #222222; */
  color: #666666;
  line-height: 16px;
  margin-top: 60px;
  padding-top: 40px;  
}
@media (min-width: 481px) and (max-width: 767px) {
  #footer > .container {
    width: 460px;
  }
}
@media (max-width: 480px) {
  #footer {
    padding: 0 20px;
  }
}
#footer i {
  color: #aaa;
}
#footer .media {
  border-bottom: 1px solid #333333;
  line-height: 16px;
  margin-bottom: 15px;
  padding: 0 0 15px;
}
#footer .media:last-of-type {
  border:0;
}
#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 {
  color: #ccc;
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0;  
  font-weight:800;
  font-family:sans-serif;
}
#footer .widget-inner {
  margin-bottom: 40px;
}
#footer a {
  color: #aaa;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: none;
  color:#fff;
}
#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: #f96e5b;
  margin-top: 5px;
  font-size: 11px;
}
#footer-menu .social {
  margin: 0;
  list-style: none;
}
#footer-menu .social li {
  float: left;
  margin-right: 4px;
}
#footer-menu .social a {
  width: 20px;
  height: 20px;
  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;
}
#footer-menu .social a.facebook {
  background: url("../images/fin-facebook.png") no-repeat 0 0;
}
#footer-menu .social a.twitter2 {
  background: url("../images/fin-twitter.png") no-repeat 0 0;
}
#footer-menu .social a.google-plus {
  background: url("../images/fin-google-plus.png") no-repeat 0 0;
}
#footer-menu .social a:hover {
  
}
#footer .flickr .thumbnail {
  border:0;
}
#footer .flickr .thumbnail img{
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    height: 48px;
    opacity: 1;
    width: 48px;
}
#footer .flickr .thumbnail .frame-overlay{
  border:0;
  background:none;
}
/* Footer menu
/* ========================================================================== */
#footer-menu {
  /*background: url("../images/foot_bottom.png") repeat scroll 0 0 #1E1E1E;*/
  background-color: #651E0C;
  margin-top: 0px;
  padding: 23px 0 26px;
}
@media (max-width: 480px) {
  #footer-menu {
    padding: 0 20px;
  }
}
#footer-menu > .container {
  padding: 0px 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: 15px;
}
#footer-menu ul li:last-child {
  margin-right: 15px;
}
#footer-menu a {
  color: #666;
}
#footer-menu a:hover {
  color: #777;
  text-decoration:none;
}

#footer-menu li a {
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
#footer-menu .copyright {
  margin-bottom: 0;
}
/* ========================================================================== */
/* Sidebar / Widgets
/* ========================================================================== */
/* Sidebar
/* ========================================================================== */
.page-sidebar,
#page-sidebar,
#sidebar {
  margin-top: 40px;
}
.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: 20px;
  margin-top: 0;
}
#page-sidebar h4.widget-title {
  font-weight:700;
  font-size:18px;
  
}
#page-sidebar h4.widget-title span{
  color:#999;
}
.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 {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 18px;
}
.page-sidebar .nav-tabs li,
#page-sidebar .nav-tabs li,
#sidebar .nav-tabs li {
  border: none;
  padding-bottom: 0;
  margin-bottom: -1px;
}
.page-sidebar .nav-tabs li a,
#page-sidebar .nav-tabs li a,
#sidebar .nav-tabs li a {
  font-weight: 300;
  border-radius:4px 4px 0 0;
}
.page-sidebar .nav-tabs > li > a,
#page-sidebar .nav-tabs > li > a,
#sidebar .nav-tabs > li > a {
  margin:0;
  border-color: #ddd;
  border-width: 0 0 0px 0;
}
.page-sidebar .nav-tabs > li > a:hover,
#page-sidebar .nav-tabs > li > a:hover,
#sidebar .nav-tabs > li > a:hover {
  background-color: #EEEEEE;
}
.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 .nav-tabs {

}
/* Categories widget
/* ========================================================================== */
.categories-widget ul.icons {
  color: #818181;
}
.categories-widget ul.icons li {
  float: left;
  width: 150px;
}
.categories-widget ul.icons a {
  color: #4e4e4e;
}
.categories-widget ul.icons a:hover {
  color: #000000;
}
/* 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: #F96E5B;
}
.popular-posts a:hover {
  color: #000000;
}
.popular-posts a:hover .post-number {
  color: #000000;
  border-color: #F96E5B;
}
.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: 0;
}
#search input[type="text"] {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
  color: #ffffff;
  width:60%;
  color:#000;
  background-color:#fff;
  border:1px solid #e5e5e5;
  border-radius:4px;
}
@media (max-width: 767px) {
  #search input[type="text"] {
    width: 100%;
  }
}
#search input[type="text"]:focus,
#search input[type="text"]:hover {

}
#search .search-bt {
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  cursor: pointer;
  border: none !important;
  z-index: 2;
  background: url('../images/search-bt.png') no-repeat center center;
}
#search .search-bt:hover {
  background: url('../images/search-bt2.png') no-repeat center center;
}
/* Accordion
/* ========================================================================== */
.accordion-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border:1px solid #e5e5e5;  
  border-radius:4px;
}
.accordion-group:last-child {

}
.accordion-group .accordion-inner {
  padding: 9px 15px;
  border-top:1px solid #e5e5e5;
}
.accordion-group .accordion-heading:hover {
  background-color: #transparent;

}
.accordion-group .accordion-heading.accordion-close {
  background-color: transparent;
}
.accordion-group .accordion-heading.accordion-open {
  background-color: transparent;
}
.accordion-group .accordion-heading.accordion-open .accordion-toggle {
  color:#f96e5b;
}
.accordion-group .accordion-heading .accordion-toggle {
  padding: 8px;
  color:#f96e5b;
  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:#444;
}
/* Tags Widget
/* ========================================================================== */
.tags a {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 3px 5px 0;
  text-decoration: none;
  color: #343434;
  border: solid 1px #e4e4e4;
}
.tags a i {
  width: 16px;
  text-align: center;
  margin-right: 5px;
}
.tags a:hover {
  color: #000000;
  border-color: #f96e5b;
}
.tags a:hover i {
  color: #f96e5b;
}
/* Welcome
/* ========================================================================== */
.welcome {
  padding: 0 20px;
}
.welcome h4 {
  margin-bottom: 30px;
}
/* image-widget
/* ========================================================================== */
.image-widget img{
 margin-bottom:4px;
}
/* Works
/* ========================================================================== */
.works .thumbnails {
  margin: 0 0 -20px 0;
}
@media (max-width: 767px) {
  .works .thumbnails .item {
    margin-bottom: 50px;
  }
}
.works .thumbnail {
  border:0;
  box-shadow:none;
}
.works .thumbnails li{
  padding: 20px 5px 30px;
  margin-bottom:0;
}
.works .thumbnails li:hover{
  background-color:#f96e5b;
  transition: all 0.5s ease 0s;
}
.works .thumbnails li:hover .thumbnail i,.works .thumbnails li:hover .description{
  color:#fff;;
  transition: all 0.5s ease 0s;
}
.works .thumbnail i{
  font-size:40px;
  color:#777;
}
.works .thumbnail .image {
  position: relative;
  display: block;
}
.works .thumbnail .title {
  text-align: center;
  margin-bottom: 0px;
  color: #444;
  line-height:50px;  
  font-weight:700;
  font-size:19px;
  font-family: 'Source Sans Pro',sans-serif;
}
.works .thumbnail .description {
  text-align: center;
}
.works .thumbnail .description:last-child {
  margin-bottom: 0;
}
.works .thumbnail .icons {
  border-top: solid 2px #e4e4e4;
  padding-top: 10px;
  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 .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: #f96e5b;
}
.works .thumbnail:hover .caption .description {
  color: #ffffff;
}
.works .thumbnail:hover .icons {
  border-top-color: #f96e5b;
}
/* welcome
/* ========================================================================== */
.welcome {
    margin: 20px 0 40px;
    padding: 36px 0;
    position: relative;
    text-align: center;
}
.welcome .line_top {
    top: 0;
}
.welcome .line_bottom {
    bottom:0;
}
.welcome .line_divider {
    background: url("../images/welcome_bg.png") no-repeat scroll center top transparent;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}
.welcome p {
    color: #555555;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.welcome span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
/* 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: #f8f8f8 url('../images/quote.png') no-repeat 5px 10px;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  line-height: 20px;
  color: #3156a3;
  font-style: italic;
  font-size: 16px;
}
.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: 600;
}
.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: #000000;
  background-color: transparent;
  border: solid 1px #e4e4e4 !important;
  font-size: 20px;
  border: none;
  margin: 0;
  line-height: 20px;
  height: auto;
  width: auto;
  top: -40px;
  right: 0;
  left: auto;
}
.testimonials .carousel-control.left {
  right: 33px;
}
.testimonials .carousel-control:hover {
  border-color: #3156a3 !important;
}
.testimonials .carousel-control i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
/* Twitter Widget
/* ========================================================================== */
#sidebar .twitter a {
  text-decoration: none;
  color: #f96e5b;
  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;
  border-bottom: 1px solid #333333;
  padding: 0 0 15px;  
}
#footer .twitter .tweet_list dl:last-of-type {
  border: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: #f96e5b;
  text-decoration: none;
}
/* 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: #f96e5b;
}
/* 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 .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 {
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 45px;
  overflow: hidden;
  padding: 0 0 10px;
}
.blog-post .flex-direction-nav a {
  position: absolute;
}
.blog-post .media .pull-left {
  margin-right: 20px;
  text-align:right;
}
.blog-post .media-object h1 {
  margin-top:0;
}
.blog-post .media .pull-right {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .blog-post .media .media-object {
    float: none;
	margin-right:1px;
  }
  .blog-post .media .media-object h1, .blog-post .media .media-object .number{
    display:inline;
  }
  .blog-post .media .media-object h1{
    margin-right:10px;
  }  
}
.blog-post .media .media-body {
  border-bottom: solid 0px #e4e4e4;
}
.blog-post .media .media-body:last-child {
  border-bottom: none;
}
.blog-post .post-media {
  margin-bottom: 10px;
}
.blog-post .post-title {
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 5px;
}
.blog-post .post-title a {
  color: #444;
}
.blog-post .post-title a:hover {
  color: #f96e5b;
}
.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 {
  overflow: hidden;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.blog-post .post-meta li {
  float: left;
  margin-right: 5px;
  list-style: none;
}
.blog-post .post-meta li:first-child {
  margin-right: 7px;
}
.blog-post .post-meta a {
  text-decoration: none;
  color: #f96e5b;
}
.blog-post .post-meta a:hover {
  color: #444;
}
.blog-post .post-meta-date {
  color: #ffffff;
  background-color: #3156a3;
  text-transform: uppercase;
}
.blog-post .post-meta-comm {
  color: #ffffff;
  background-color: #f96e5b;
}
.blog-post .read-more {
  display: inline-block;
  margin-bottom: 25px;
  color: #3156a3;
  border-color: #3156a3;
}
.blog-post .read-more:hover {
  color: #3156a3;
  border-bottom: solid 1px #3156a3;
}
/* ========================================================================== */
/* 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;
}
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: #ccc;
  background-color:#fff;
}
.contact-form {
  border-top:1px solid #e5e5e5;
  padding-top:20px;
}
/* ========================================================================== */
/* Comments
/* ========================================================================== */
.comments .comment {
  margin-bottom: 20px;
}
.comments .textarea {
  position: relative;
}
.comments .avatar {
  position: relative;
  float: left;
  border: solid 1px #b1b1b1;
  border-radius:6px;
  margin-right:10px;
}
.comments .meta {
  margin: 0 15px;
}
.comments .meta .muted{
  padding: 0 10px;
}
.comments .comments-list {
  margin-left: 0;
  margin-bottom: 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: 20px 30px;
}
.hero-unit h1 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.hero-unit p {
  font-size: 14px;
  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) {
  
}
.e404 {
  font-size:160px;
  font-weight:700;
  color:#333333;
  padding: 36px 0;
  margin: 20px 0 40px;
}
.no_page {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: -10px 0 -15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	font-family:arial;
}
/* 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: 0px;
  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: #f96e5b;
}
#toTopHover {
  background: #F96E5B 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;
  background-color:#E7E7E7;	
  border-radius: 3px 3px 3px 3px;
  color: #373737;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 0;
  padding: 6px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;  
  border:0;
}
.btn:hover {
  background-color:#E7E7E7;	
  color: #373737;
}
.btn-primary {
  color: #ffffff;
  border-radius:0;
  background-color: #F96E5B;
  border: 1px solid #DDDDDD;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 9px;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;  
  text-shadow:none;
  box-shadow:none;	
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #444;
}
.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;
}

#myTabContent .label {
  border-radius:4px;
}