﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US

    ========================================================  */

/*=====================================
   GENERAL STYLE SECTION
    ===================================*/
body {
    font-family: 'Open Sans', sans-serif;
    margin-top:120px;
    font-size:13px;
    line-height:20px;
    background-color: #F7F7F7;
    overflow-x: hidden;
}

:target:before {
  display: block;
  content: " ";
  margin-top: -190px;
  height: 190px;
  visibility: hidden;
}

.text-center {
    text-align:center;
}
section {
    margin:20px 0px 20px 0px;
}
.pad-top-botm {
    padding-top:50px;
    padding-bottom:50px;
}
.pad-row {
    padding-top:20px;
}
/*=====================================
   COLOR CODES
    ===================================*/
.clr-white {
    color:#fff;
}
.clr-main {
 color: #ff6a00;
}
.transparent-bk {
    background-color:transparent!important;
}
.clr-blue-bk {
    background-color:#7383F8!important;
}
/*=====================================
   TOP MENU STYLE SECTION
    ===================================*/

/*Menu Back Color*/
.menu-back {
    background-color:#005699;
}
/*Logo Image */
.navbar-brand-logo {
    max-height:100px;
    padding-bottom:10px;
}

/* медиа запросы */

/* xs (<=543px) */
@media (max-width: 575px) 
{     
    .navbar-brand-logo {margin-top: -10px;}
}  

/* sm (>=576 и <=767) */
@media (min-width: 576px) and (max-width: 767px) 
{
    .navbar-brand-logo {margin-top: -10px;}
}

/* md (>=768 и <=991) */
 @media (min-width: 768px) and (max-width: 991px) { ... } 

/* lg (>=992 и <=1199) */
 @media (min-width: 992px) and (max-width: 1199px) { ... } 

/* xl (>=1200) */
 @media (min-width: 1200px) { ... } 

.navbar-brand-logo-sm {
    margin-top: -10px;
}

/*top-menu links color*/
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}
/*top-menu links color on hover*/
    .navbar-default .navbar-nav > li > a:hover {
        color: #ff6a00;
    }

/*top-menu links & margin*/
.navbar-nav > li > a {
    border-right: 1px solid #3D3577;
    margin: 10px 0px 5px 0px;
    font-size: 12px;
            text-shadow: 2px 2px 2px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);
         -moz-transition: color 0.5s 0.05s ease;
         -o-transition: color 0.5s 0.05s ease;
         -webkit-transition: color 0.5s 0.05s ease;
}

/*Font-awesome-icon*/
.nav li > a>i {
    color:#FB9351;
    padding-left:5px;
}
/*dummy small text*/
.nav li > a>span {
    font-size:13px;display:table;
    color: #C5C5C5;
}
/*sub-menu*/
.nav .dropdown-menu > li > a {
    padding: 10px 10px;

    border-bottom: 1px solid #cccccc;
    margin: 5px;
}

.nav .label-menu > li > a {
    padding: 15px 10px;

    border-bottom: 1px solid #cccccc;
    margin: 5px;

}

    /*minimum sub-menu width*/
.nav .dropdown-menu {
    min-width: 200px;
}

/*sub-menu font-awesome-icon*/
.nav .dropdown-menu > li > a > i{
    color:#ff9801;
    font-size:14px;
    margin-right:0px;
}
/*Small Screen Header height of top menu*/
.navbar-header {
    min-height:120px;
}
/*making border transparent*/
.navbar-default {
border-color: rgba(231, 231, 231, 0);
}
/*Toggle Adjustment*/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: rgba(221, 221, 221, 0);
}

.navbar-default .navbar-toggle {
border-color: #A0761D;
}

.phone
{
/*	background: #ccc; */
	padding: 10px;
	margin: 10px;
    margin-top: 15px;
	font-size: 14px; /* возвращаем размер шрифта */
    color: #ffffff;
/*    font-color: #ffffff; */
	display: inline-block; /* позволяем vertical-align выравнивать себя по вертикали */
}

.phone_sm
{
/*	background: #ccc; */
	padding: 00px;
	margin: 0px;
    margin-top: -15px;
	font-size: 14px; /* возвращаем размер шрифта */
    color: #ffffff;
/*    font-color: #ffffff; */
	display: inline-block; /* позволяем vertical-align выравнивать себя по вертикали */
    text-align: center;
    letter-spacing: 2px;

}

/*=====================================
   SOCIAL HEADER STYLE SECTION
    ===================================*/
.div-social-top {
    background-color:#ff9801;
    min-height:2px;
    padding:5px 50px 5px 50px;
    color:#fff;
    font-size:17px;
}
    .div-social-top a,.div-social-top a:hover {
        color:#fff;
        text-decoration:none;
    }
    .div-social-top i {
         margin-right:10px;
    }
/*=====================================
   TOP SLIDER STYLE SECTION
    ===================================*/

/* navigation icon style*/
 .control-icon {
           position:absolute;
           top:50%;
           
                 }

 /* bootstrap adjustments */
    .carousel-control.right {
right: 0;
left: auto;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
     .carousel-control.left {
left: 0;
right: auto;
    background-repeat: repeat-x;
    background-image: linear-gradient(to left,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
 /* Caption Back Color */
     .back-light {
    background-color:rgba(0, 0, 0, 0.80);
    padding:10px;
    line-height:30px;
}
/*=====================================
   WELCOME SECTION
    ===================================*/


.welcome-div {
    padding:5px;
    background-color:#777777;
    color:#fff;
    text-align:center;
}
    .welcome-div span {
        font-size:20px;
        padding:0px 30px 0px 30px;
    }


    
/*=====================================
  HOME PAGE STYLES GENERAL
    ===================================*/

#home-service i {
    color:#ff6a00;
    cursor:pointer;
    
}
#home-service i:hover {
    color:#ff9801;
     cursor:pointer;
      -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#service-info i{
    margin-right:10px;
    color:#ff6a00;
    cursor:pointer;
    
}
#service-info i:hover{
    color:#000;

     -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.icon-round {
margin-top: 30px;
font-size: 60px;
height: 128px;
width: 128px;
line-height: 130px;
margin-right: 10px;
text-align: center;
display: inline-block;
border-radius: 100%;
margin-bottom: 10px;
background-color:rgba(158, 158, 158, 0.15);
}

.vedio-style {
    border: 0px;
     width: 100%; 
     min-height: 300px
}



/*=====================================
  HOME PAGE TWO STYLES GENERAL
    ===================================*/
#index2-header{
background: url(../img/index2-head.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
}
    #index2-header h1 {
        padding:100px 20px 20px 20px;
        color:#fff;
        font-size:50px;
        font-weight:800;
        text-align:center;
    }
     #index2-header p {
        padding:10px 20px 20px 20px;
        color:#fff;
        font-size:16px;
        line-height:20px;
        font-weight:800;
       text-align:center;
    }
    #index2-header .overlay {
              background: rgba(11, 9, 27, 0.1);
        min-height:350px;
    }


/*=====================================
  HOME PAGE TWO STYLES GENERAL
    ===================================*/
#index2-header{
background: url(../img/index2-head.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
}
    #index2-header h1 {
        padding:100px 20px 20px 20px;
        color:#fff;
        font-size:50px;
        font-weight:800;
        text-align:center;
    }
     #index2-header p {
        padding:10px 20px 20px 20px;
        color:#fff;
        font-size:16px;
        line-height:20px;
        font-weight:800;
       text-align:center;
    }
    #index2-header .overlay {
              background: rgba(11, 9, 27, 0.1);
        min-height:350px;
    }


/*=====================================
  HOME PAGE TWO STYLES GENERAL
    ===================================*/
#index3-header{
background: url(../img/index3-head.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
}
    #index3-header h1 {
        padding:100px 20px 20px 20px;
        color:#fff;
        font-size:50px;
        font-weight:800;
        text-align:center;
    }
     #index3-header p {
        padding:10px 20px 20px 20px;
        color:#fff;
        font-size:16px;
        line-height:20px;
        font-weight:800;
       text-align:center;
    }
    #index3-header .overlay {
/*              background: rgba(11, 9, 27, 0.1); */
        min-height:700px;
    }


#index4-header{
background: url(../img/index4-head.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
}
    #index4-header h1 {
        padding:100px 20px 20px 20px;
        color:#fff;
        font-size:50px;
        font-weight:800;
        text-align:center;
    }
     #index4-header p {
        padding:10px 20px 20px 20px;
        color:#fff;
        font-size:16px;
        line-height:20px;
        font-weight:800;
       text-align:center;
    }
    #index4-header .overlay {
/*              background: rgba(11, 9, 27, 0.1); */
        min-height:700px;
    }


/*=====================================
  CLIENTS TESTIMONIALS STYLES
    ===================================*/
.middle-section {
padding-bottom: 50px;
background: url(../img/middle-text.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
min-height: 300px;
color: #fff;
text-align:center;
padding:30px;
}


.brends {
padding-bottom: 5px;
/* background: url(../img/middle-text.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; */
background-color: #000080;
width: 100%;
display: block;
height: auto;
min-height: 300px;
color: #fff;
text-align:left;
padding:5px;
}


.slide-custom {
    min-height:200px;
    padding:20px;
    line-height:30px;
}
h4 i{
   padding:5px;
}
.user-img {
border: 2px solid #fff;
overflow: hidden;
border-radius: 50%;
display: inline-block;
}

.img-u {
   max-height: 90px;
max-width: 90px;
}

/*=====================================
  MEDIA STYLES 
    ===================================*/
#media-sec {
    background-color:#ff9801;
    padding:20px;
    color:#fff;
}
    #media-sec h3 {
         color:#AF9BFF;
    }
    #media-sec small {
        color:#ff6a00;
    }
    /*=======================================
    STATS SECTION STYLES
==================================================*/
    .just-stats{
padding-bottom: 50px;
background: url(../img/stats.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
min-height: 250px;
color: #fff;
text-align:center;
padding:30px;
}
.stats-div {
    text-align:center;
    width: 100%;
    min-height: 100px;
    padding: 30px 20px 30px 20px;
    color:#fff;
}

.stats-div > h3 {
    font-size:60px;
    font-weight:900;
}

/*=====================================
  FOOTER STYLES
    ===================================*/


#footer-sec {

   background-color:#003366;
   color:#fff;
   padding:20px;
}
#footer-sec i {
    margin-right:10px;
}
#footer-sec span {
    font-size:20px;
    color:#ff6a00;
}
#footer-sec small {
    display:table-cell;
    color: #C5C5C5;
}
#footer-sec p {
   border-right: 1px solid #3D3577;
   padding-right:10px;

}
#footer-sec .media-heading > a {
    color:#fff;
    font-size:14px;
}
#blog-footer-div {
     border-right: 1px solid #3D3577;
      padding-right:10px;
}
#footser-end {
    text-align:right;
  background-color:#005699;
   color:#fff;
   padding:10px;
}


/*=====================================
  ANIMATIONS 
    ===================================*/
  .rotate-icon:hover {
   
     -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
     -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor:pointer;
    
  }
       .upfront-trans:hover {
           cursor:pointer;
            -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
     -webkit-transition: all 0.5s  ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
       }

 /*=====================================
 OUR SERVICES
 ===================================*/
.general-subhead {
    background-color: #2B3C69;
    padding: 0px 5px 8px 5px;
    color: #fff;
background: url(../img/middle-text.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
min-height: 25px;

}

.general-subhead h1 {
	font-family: "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

 #request-quote {
    background-color:#1c79a6;
    padding:20px;
    color:#fff;
}
    #request-quotec h3 {
         color:#AF9BFF;
    }
    #request-quotec small {
        color:#000;
    }
        /*==========================================
   TEAM MEMBER STYLES
    =====================================================*/
#just-middle-row {
    background-color:#d41010;
    color:#fff;
    text-align:center;
}
    /*==========================================
   SOCIAL ICON STYLES
    =====================================================*/

.color-facebook {
    color:#3B5998;
}
.color-twitter {
     color:#00aced;
}
.color-google-plus {
     color:#dd4b39;
}
.color-linkedin {
     color:#007bb6;
}
.color-pinterest {
     color:#cb2027;
}
.color- {
     color:#007bb6;
}


  /*==========================================
   CONTACT STYLES
    =====================================================*/

.cnt {
width: 100%;
min-height: 350px;
border: 1px solid #e1e1e1;
}


 /*==========================================
   PORTFOLIO STYLES
    =====================================================*/


.portfolio-item {
    border:2px solid #565AB1;
    margin:3px;
}
    .portfolio-item p {
        padding:10px;
    }
.portfolio-item h5 {
    text-align:center;
    background-color: #565AB1;
    color:#fff;padding:10px 15px 10px 15px; 
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
    width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 169, 89, 1);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  cursor:pointer;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
  zoom: 1;
	filter: alpha(opacity=100);
}
.overlay a,overlay a:hover{
    color:#fff;
    text-decoration:none;
}

.set-hover-portfolio {
    opacity: 1!important;
  zoom: 1!important;
	filter: alpha(opacity=100)!important;
}
 /*==========================================
   PRICING STYLES
    =====================================================*/
 /* SIMPLE TABLE STYLE*/
.price-simple {
    font-size:50px!important;
    padding: 15px 0px;
color: #f4911e;
border: none;
font-weight: 700;

}

.simple-table:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
        -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor:pointer;
}
 /*OPTION NORMAL STYLE*/

 .normal-table:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
        -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor:pointer;
}
 .plan {
padding: 0 0 15px 0;
margin: 30px 0px;
list-style: none;
text-align: center;
}

.plan li {
padding: 15px 0px;
border-bottom: 1px solid #e1e1e1;
}
    .plan li i {
        padding-right:10px;
    }
.price {
    font-size:30px!important;
    padding: 15px 0px;
background-color: #9d9898;
color: #fff;
border: none;
font-weight: 700;
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.adjust-border-radius {
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.adjust-border {
    border-top-left-radius: 0px;
 border-top-right-radius: 0px;
}
 /*PLAN TWO TABLE STYLE*/
.plan-two {
padding: 0 0 15px 0;
margin: 30px 0px;
list-style: none;
text-align: center;
cursor:pointer;
}

.active-plan-price {
    -webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
cursor:pointer;
}
.plan-two li {
padding: 15px 0px;
font-size: 16px;
border-bottom: 1px dotted #e1e1e1;
}

.round-body {
display: table;
width: 135px;
height: 135px;
margin: 0 auto 14px auto;
border: 3px solid #fe9901;
border-radius: 100%;
}
.price-main {
    color:#fe9901;
display: table-cell;
font-size: 28px;
font-weight: bold;
text-transform: uppercase;
vertical-align: middle;
}
.price-Unit {
display: block;
}

.price-main small {
    font-size:10px!important;
    font-weight:normal;
}

/*=====================================
 BLOG HOME
    ===================================*/
.custom-blog {
    padding:20px;
}
.custom-blog p {
    padding:25px 25px 25px 0px;
    text-align:justify;
}
.custom-blog h2 {
    padding:10px 10px 10px 0px;
    text-transform:uppercase;
    text-align:center;
}
.custom-blog a {
    margin:3px;
}
/*=====================================
 BLOG SINGLE
    ===================================*/
.facebook-div {
    border: none;
     overflow: hidden;
     width: 235px;
      height: 258px;
      padding-top:50px;
}
.blog-single a{
    margin:15px 3px 15px 0px;

}
.panel-title-adjust{
font-size: 14px;
padding: 1px;
}

    .panel-title-adjust a:hover {
        text-decoration:none;
    }
.panel-title-adjust i {
        padding-right:5px;
    }

.blog-comments h2 {
    padding-bottom:50px;
}

.div-menu-rasporka{
   height: 60px;
  }


       /*=====================================
   Media Queries
    ===================================*/

       @media all and (max-width: 786px) and (min-width: 100px) {
  .carousel-caption{
   display:none!important;
  }
}

       @media all and (max-width: 992px) and (min-width: 100px) {
  .div-social-top{
   display:none!important;
  }

       @media all and (max-width: 767px) and (min-width: 10px) {
  .div-menu-rasporka{
   display:none;
  }
}





}


.block-views-project-category-block {
    min-height:220px;
}






       /*=====================================
   Flipper
    ===================================*/


h6, .h6 {
	font:300 17px/1.2 "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    /* font-size: 2.0vw; */
	text-transform:uppercase;
	letter-spacing:0.01em;
	margin-bottom:15px;
	text-shadow:
		-0   -1px 0   #000000,
		 0   -1px 0   #000000,
		-0    1px 0   #000000,
		 0    1px 0   #000000,
		-1px -0   0   #000000,
		 1px -0   0   #000000,
		-1px  0   0   #000000,
		 1px  0   0   #000000,
		-1px -1px 0   #000000,
		 1px -1px 0   #000000,
		-1px  1px 0   #000000,
		 1px  1px 0   #000000,
		-1px -1px 0   #000000,
		 1px -1px 0   #000000,
		-1px  1px 0   #000000,
		 1px  1px 0   #000000;

}


h6 a {
	color:inherit;
	text-decoration:none;
}
h6 a:hover {
	color:#2388d9;
	text-decoration:none;
}
.invert h6 { color:#fff; }
h6 { color:#333; }

h7, .h7 {
	font:300 12px/1.4 "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

    /* font-size: 2.0vw; */
	text-transform:uppercase;
	letter-spacing:0.01em;
	margin-bottom:15px;
	text-shadow:
		-0   -1px 0   #000000,
		 0   -1px 0   #000000,
		-0    1px 0   #000000,
		 0    1px 0   #000000,
		-1px -0   0   #000000,
		 1px -0   0   #000000,
		-1px  0   0   #000000,
		 1px  0   0   #000000,
		-1px -1px 0   #000000,
		 1px -1px 0   #000000,
		-1px  1px 0   #000000,
		 1px  1px 0   #000000,
		-1px -1px 0   #000000,
		 1px -1px 0   #000000,
		-1px  1px 0   #000000,
		 1px  1px 0   #000000;
}

h7 a {
	color:inherit;
	text-decoration:none;
}
h7 a:hover {
	color:#2388d9;
	text-decoration:none;
}
.invert h7 { color:#fff; }
h7 { color:#fff; }


h4 a, h5 a, h6, h7 a {
	color:inherit;
	text-decoration:none;
}
h4 a:hover, h5 a:hover, h6 a:hover, h6 a:hover {
	color:#2388d9;
	text-decoration:none;
}
.invert h4, .invert h5, .invert h6, .invent h7 { color:#fff; }
h4 + h6 { margin-top:50px; }
.region-header-bottom .block-title, .region-header-bottom .pane-title, .region-content-top .block-title, .region-content-top .pane-title, .region-fw-content-top .block-title, .region-fw-content-top .pane-title, .region-content .block-title, .region-content .pane-title, .region-content-bottom .block-title, .region-content-bottom .pane-title {
	position:relative;
	text-align:center;
	margin-bottom:50px;
	padding-top:20px;
}


.page-projects .view-project-category .views-row { text-align:center; }
.page-projects .view-project-category .project-category-content { padding:36px 20px; }
.page-projects .view-project-category .link a {
	font-family:'Libre Franklin', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:underline;
	color:#ffffff;
}
.invert .page-projects .view-project-category .link a { color:#fff; }
.page-projects .view-project-category .link a:hover {
	color:#000;
	text-decoration:underline;
}
.invert .page-projects .view-project-category .link a:hover { color:#ffffff; }
.project-category .view-content { position:relative; }
.project-category .view-content:after {
	clear:both;
	content:'\0020';
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}

.project-category .view-content .views-row-mob {
	float:left;
	width:50%;
	margin:0;
}

.project-category .view-content .views-row {
	float:left;
	width:25%;
	margin:0;
}
.project-category .inner-wrapper {
	position:relative;
	opacity:1;
	-webkit-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.project-category .project-items-media {
	position:relative;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-perspective:1000px;
	perspective:1000px;
}
.project-category .project-items-media:hover .project-items-media-front {
	-webkit-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
}
.project-category .project-items-media:hover .project-items-media-back {
	-webkit-transform:rotateY(0deg);
	transform:rotateY(0deg);
}
.project-category .project-items-media-front, .project-category .project-items-media-back {
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transition:-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
	transition:-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
	transition:transform .7s cubic-bezier(.4,.2,.2,1);
	transition:transform .7s cubic-bezier(.4,.2,.2,1), -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.project-category .project-items-media-front .hover-content, .project-category .project-items-media-back .hover-content {
	padding:15px 45px;
	-webkit-transform:translateZ(60px);
	transform:translateZ(60px);
}
.project-category .project-items-media-front {
	-webkit-transform:rotateY(0);
	transform:rotateY(0);
}
.project-category .project-items-media-back {
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.project-category .project-items-media-back .featured-image span { background:rgba(51,51,51,0.8); }
.project-category .hover-content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:column nowrap;
	-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-content:center;
	-ms-flex-line-pack:center;
	align-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(35,40,45,0.6);
	-webkit-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
	background:none;
	opacity:1;
	text-align:center;
	padding:5px 15px;
	z-index:2;
	color:#fff;
    line-height: 1.6;
}
.project-category .hover-content >* {
	display:inline-block;
	opacity:1;
	-webkit-transition:.3s;
	transition:.3s;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
}
.project-category .featured-image {
	position:relative;
	width:100%;
	line-height:0;
}
.project-category .featured-image span {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:inline-block;
	z-index:1;
	-webkit-transition:.3s;
	transition:.3s;
	background:rgba(51,51,51,0.2);


}
.project-category .featured-image img {
	width:100%;
	max-width:100%;
	height:auto;
}
.project-category h6 a { color:#fff; }
.project-category h6 a:hover { color:#ffffff; }
.project-category .link a {
	font-size:14px;
	font-weight:400;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration:underline;
}
.project-category .link a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.project-category  a:hover {
    text-decoration:none;
}

.nolink {
    text-decoration:none;
    color: #ffffff;
}

.nolink:hover {
    text-decoration:none;
    color: #ffffff;
}





.tooltip {
  position: relative;
  width: 100%;
  max-width: 200px;
  height: 50px;
  margin: 200px auto;
  border: 1px solid #808080;
  cursor: pointer;
}
.tooltip:hover .tooltip-content {
  display: block;
  animation: tooltip 0.7s ease forwards;
}
.tooltip-content {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: calc(100% + 50px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 350px;
  min-width: 300px;
  padding: 5px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.15);
}
.tooltip-arrow {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 25px;
  overflow: hidden;
}
.tooltip-arrow:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 8px 8px 9px -4px rgba(0,0,0,0.15);
}
@-moz-keyframes tooltip {
  100% {
    opacity: 1;
    bottom: calc(100% + 30px);
  }
}
@-webkit-keyframes tooltip {
  100% {
    opacity: 1;
    bottom: calc(100% + 30px);
  }
}
@-o-keyframes tooltip {
  100% {
    opacity: 1;
    bottom: calc(100% + 30px);
  }
}
@keyframes tooltip {
  100% {
    opacity: 1;
    bottom: calc(100% + 30px);
  }
}











