/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}



/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */










.services-box {
  text-align: center;
  position: relative;
  min-height:490px !important;
}
.services-box .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.services-box h3 {
  color: #5a5a5a;
  font-size: 30px;
  font-weight: 800;
  line-height: 31px;
  width: 100%;
  background-image: url('../../../images/between-line-light.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.services-box h4 {
  font-size: 14px;
  line-height: 18px;
  color: #5a5a5a;
  font-weight: 300;
  margin: 10px 0;
  padding-bottom: 25px;
  margin-top: 5px;
  display: inline-block;
}
.services-box:hover .services-diamond {
  margin-top: 50px;
  height: 220px;
}
.services-box:hover .services-diamond .services-tail {
  height: 75px;
}
.services-box:hover .services-diamond .content {
  background-color: #4bc6fa;
}
.services-box:hover .services-diamond .bottom-diamond {
  background-color: #4bc6fa;
}
.services-diamond {
  width: 141px;
  height: 200px;
  background-image: url('../../../images/services-border.png');
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 70px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services-diamond .services-tail {
  position: absolute;
  width: 3px;
  bottom: 5px;
  height: 55px;
  left: 69px;
  background-color: #333333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services-diamond .bottom-diamond {
  width: 9px;
  height: 9px;
  position: absolute;
  left: 66px;
  bottom: -4px;
  border: solid 2px #333;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services-diamond .content {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: transparent;
  margin-left: 27px;
  margin-top: 28px;
  min-height: 86px;
  width: 87px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services-diamond .services-icon {
  position: absolute;
  width: 100%;
  height: 145px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.services-diamond .services-icon.design {
  background-image: url('../../../images/services-design.png');
}
.services-diamond .services-icon.coding {
  background-image: url('../../../images/services-coding.png');
}
.services-diamond .services-icon.support {
  background-image: url('../../../images/services-support.png');
}





.portfolio-menu {
    border-bottom: 1px solid #cdcdcd;
   margin: 0 auto 50px;
}
.portfolio-menu ul {
  width: 100%;
  text-align: center;
  display: inline-block;
    margin-bottom: 0;
}
.portfolio-menu ul li {
  display: inline-block;
}

*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
.portfolio-menu ul li a {
    background-image: url("../../../images/portfolio-menu-indicator.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #444;
	font-weight:600;
    display: inline-block;
    font-size: 14px;
      padding: 3px 40px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
}
.portfolio-menu ul li a:hover {
  color: #1da3dc;
  background-image: url('../../../images/portfolio-menu-indicator-hover.png');
}
.portfolio-menu ul li.active a {
  color: #1da3dc;
  background-image: url('../../../images/portfolio-menu-indicator-hover.png');
}
.portfolio-box {
  text-align: center;
  float: left;
 /* width: 33.3333%;*/
  padding-top: 40px;
}
.portfolio-box:hover figure {
  border-bottom: solid 4px #4bc6fa;
  border-left: solid 4px #4bc6fa;
}
.portfolio-box:hover figure a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.portfolio-box:hover h3 {
  color: #5a5a5a;
}
.portfolio-box:hover p {
  color: #5a5a5a;
}
.portfolio-box:hover .arrow-icon {
  border-top: solid 3px #4bc6fa;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.portfolio-box figure {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 105px;
  height: 105px;
  display: inline-block;
  overflow: hidden;
  border-bottom: solid 4px transparent;
  border-left: solid 4px transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}


.portfolio-box figure a.add {
  left: 0px;
}
.portfolio-box figure a.add i {
  background-position: 0px 0px;
}
.portfolio-box figure a.add:hover i {
  background-position: 0px -21px;
}
.portfolio-box figure a.fullscreen {
  right: 0px;
}
.portfolio-box figure a.fullscreen i {
  background-position: -21px 0px;
}
.portfolio-box figure a.fullscreen:hover i {
  background-position: -21px -21px;
}
.portfolio-box figure img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 150px;
  height: 150px;
  max-width: 150px;
  margin-top: -20px;
  margin-left: -23px;
}
.portfolio-box h3 {
  color: #9e9e9e;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  width: 100%;
  background-image: url('../images/light-theme/between-line-light.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 15px;
  text-shadow: none;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.portfolio-box p {
  font-size: 14px;
  line-height: 18px;
  color: #2d2d2d;
  font-weight: 300;
  width: 70%;
  margin: 10px 0;
  padding-bottom: 10px;
  margin-top: 5px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.portfolio-box .arrow-icon {
  width: 70%;
  background-image: url('../../../images/arrow-icon.png');
  height: 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center -2px;
  border-top: solid 3px #4bc6fa;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*.projects-slider {
  position: relative;
}
.flex-direction-nav {
  position: absolute;
  top: 31%;
  width: 100%;
  left: 0;
  float: left;
}
.flex-direction-nav a {
  width: 14px;
  height: 27px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.flex-direction-nav .flex-prev {
  background-image: url('../img/left-slider-arrow.png');
  left: 0;
}
.flex-direction-nav .flex-next {
  background-image: url('../img/right-slider-arrow.png');
  right: 0;
}*/

.project-details {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
.screenshot-slider figure {
  width: 100%;
  margin-bottom: 20px;
}
.screenshot-slider figure img {
  width: 100%;
  height: 249px;
}
.project-description {
  color: #5a5a5a;
  font-weight: 300;
  background-image: url('../../../images/between-line-light.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 15px;
  display: inline-block;
  margin-top:35px;
  
}
.project-description p {
  margin-bottom: 5px;
}
.tags {
  color: #6c6c6c;
  background-image: url('../../../images/between-line-light.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
   margin-bottom: 18px;
}

.tags ul {
  list-style: none;
  float: left;
  padding-left:0px !important;
  margin-bottom:0px !important;
}
.tags ul li {
  background-image: url('../../../images/li-check.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 18px;
  float: left;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.portfolio-box figure a {
    background-image: url("../../../images/transparent-black.png");
    height: 40px;
    opacity: 0;
    position: absolute;
    top: 40px;
    width: 40px;
    z-index: 10;
}

.portfolio-box figure a i {
    background-image: url("../../../images/portfolio-icons.png");
    float: left;
    height: 21px;
    margin-left: 9px;
    margin-top: 9px;
    transform: rotate(45deg);
    width: 21px;
}



.custom-button {
    background-clip: padding-box;
    background-color: transparent;
    background-image: none;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    color: #c0c0c0;
    font-family: "Open Sans",Arial;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 20px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
	  border-radius: 6px;
}


.custom-button:hover {
    background-color: #428bca;
    border: 1px solid #428bca;
    color: #fff;
}


/*.flex-control-paging li a {
    background-clip: padding-box;
    background-color: transparent;
    background-image: url("../../../images/slider-nav.png");
    border-radius: 0;
    box-shadow: none;
    height: 11px;
    width: 11px;
}


.flex-control-paging li a.flex-active {
    background-color: transparent;
    background-image: url("../../../images/slider-nav-hover.png");
}


.flex-control-paging li a:hover {
    background-color: transparent;
      background-image: url("../../../images/slider-nav-hover.png");
}*/


.btn-icon-white {
    background-color: #fff ;
}
.btn-icon {
    border-radius:4px !important;
}
.shape.diamond, .btn-icon {
    border-radius: 10px;
    transform: rotate(45deg);
}

.shape.diamond .item-hover, .shape .fa, .btn-icon .fa {
    transform: rotate(-45deg);
}

.btn {
    transition: all 0.3s ease 0s;
}
.list
{
	padding-left:10px;
}
