section[data-cattype="249"]{
    background: radial-gradient(ellipse at center, #141c27 0%,#090a0e 100%);
    padding-top: 0;
    z-index: 10;
	padding-bottom: 9rem;
}

[data-cattype="249"] .wrapper_bg{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;

}

section[data-cattype="249"]:after {
    position: absolute;
    content: "";
    bottom: -9px;
    right: -9px;
    width: 0;
    height: 0;
    border-bottom: 60px solid #21408a;
    border-left: 60px solid transparent;
    
}

[data-cattype="249"] .wrapper_gallery {
    position: relative;
    width: 100%;
    min-height: 450px;
    padding: 10px;
    overflow: visible;
    margin: 0 auto 20px auto;
    text-align: left;
/*    cursor: url('../../../data/ckfinder/images/arrow-lef-right.svg'),all-scroll;*/
}

[data-cattype="249"] ul.grid.reason-gallery { 
    display: block;
    height: 100%;
    left: 0;
}

[data-cattype="249"] ul.grid.reason-gallery li.page-title{border-color:#21408a;}

[data-cattype="249"] ul.grid.reason-gallery li{
    width: 350px;
    height: 250px;
    background: #fff;
    text-align: left;
    position: relative;
    float: left;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	/* border:5px solid #fff; */

}

[data-cattype="249"] ul.grid.reason-gallery li a{
    display: table;
    height: 100%;
    width: 100%;
    color:#000;
    cursor: pointer;
    padding: 15px 20px;
}
[data-cattype="249"] ul.grid.reason-gallery li a h1{ 
    color: #dc661d; 
    margin: 0;
    line-height: 1.05;
    font-size: 2.0em;
}
[data-cattype="249"] ul.grid.reason-gallery li a p{ margin: 0; }
[data-cattype="249"] ul.grid.reason-gallery li a .table-cell{
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
[data-cattype="249"] ul.grid.reason-gallery li a .table-cell p{ line-height: 150%; }

[data-cattype="249"] .btn-default{
	position:absolute;
	bottom:0;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;

}

[data-cattype="249"] ul.grid.reason-gallery li.size11 {
	width: 220px;
	height: 180px;
}
[data-cattype="249"] ul.grid.reason-gallery li.size12 {
	width: 220px;
    height: 360px;
}
[data-cattype="249"] ul.grid.reason-gallery li.size21 {
	width: 440px;
	height: 180px;
}
[data-cattype="249"] ul.grid.reason-gallery li.size22 {
	width: 440px;
    height: 360px;
}

[data-cattype="249"] ul.grid.reason-gallery li.page-title a{ 
    opacity: 1; 
    background: none;
    padding: 40px;
}
[data-cattype="249"] ul.grid.reason-gallery li.page-title a{ color: #333; }
[data-cattype="249"] ul.grid.reason-gallery li.page-title{
    /* background: #dc661d; */
    color: #333;
    text-align: center;
    vertical-align: middle;
}

[data-cattype="249"] ul.grid.reason-gallery li{
    background: no-repeat center center #fff;
    background-size: cover;
    opacity: 0;
}

[data-cattype="249"] ul.grid.reason-gallery li.blank{
    background: rgba(255, 255, 255, 0);
}



@keyframes start {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}


@-webkit-keyframes start {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

[data-cattype="249"] ul.grid.reason-gallery li[data-state="init"] {
    display: none;
}

[data-cattype="249"] ul.grid.reason-gallery li[data-state="start"]  {
    display: block;
    animation: start 0.5s;
    -webkit-animation: start 0.5s;
}

[data-cattype="249"] ul.grid.reason-gallery li[data-state="move"]  {
    transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
    -webkit-transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
}














[data-cattype="249"] li:not(.page-title) .project:after {
    content: '';
    background: rgba(0, 0, 0, 0.0);
    display: block;
    height: 100%;
    overflow: hidden;
    top: 0;
    position: absolute;
    display: block;
    width: 100%;
}

[data-cattype="249"] .project:hover .image {
    transform: scale(1.5);
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    /* IE6 and 7 */
}


[data-cattype="249"]  li.page-title:hover .project:after,
[data-cattype="249"]  li:hover .project:after,
[data-cattype="249"]  li.page-title:hover,
[data-cattype="249"]  ul.grid.reason-gallery > li:hover{
    background: rgba(255, 255, 255, 1);
}


[data-cattype="249"] .holder {
    padding: 15px;
    margin: 15px;
    position: absolute;
    display: table-cell;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    color: #333;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

[data-cattype="249"] .holder:before,
[data-cattype="249"] .holder:after {
    content: '';
    display: block;
    position: absolute;
    border-color: #fec22c;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease-in-out;
}

[data-cattype="249"] .holder:before {
    top: -6px;
    left: -5px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}

[data-cattype="249"] .holder:after {
    bottom: -6px;
    right: -8px;
    border-width: 0 2px 2px 0;
}

[data-cattype="249"] .project:hover .holder:before,
[data-cattype="249"] .project:hover .holder:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #fec22c;
}

[data-cattype="249"] .project:hover .holder {
    border-color: #fec22c;
}

[data-cattype="249"] .project:hover .holder .heading,
[data-cattype="249"] .project:hover .holder h1 {
    color: #000;
}

[data-cattype="249"] .holder .brand{ width: 54px; }
[data-cattype="249"] .project:not(:hover) .holder .brand svg path,
[data-cattype="249"] .project:not(:hover) .holder .brand svg circle{ fill: rgba(255, 255, 255, 0.6) !important; }


[data-cattype="249"] .holder .heading,
[data-cattype="249"] .holder h1 {
    color: #21408a;
    /*font-size: 30px;*/
	font-size: 1.23em;
    text-transform: none;
    text-align: left;
    margin: 0;
}


[data-cattype="249"] .holder-content {
    margin-top: 70px;
    font-size: 0.81em;
    margin-bottom: 18px;
}
[data-cattype="249"] .size21 .holder-content,
[data-cattype="249"] .size11 .holder-content {
    margin-top: 6px;
    margin-bottom: 9px;
    text-align: left;

}
[data-cattype="249"] .project:hover .holder-content{
    color: #333;
}



[data-cattype="249"] .box-holder:nth-child(2) .holder-content {
    margin-top: 80px;
}

[data-cattype="249"] .btn-1d {
    background: #eedc00;
    color: #000;
    text-transform: none;
    z-index: 1;
}





@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 767px) {
  
}

@media screen and (max-width: 480px) {
  
    section[data-cattype="249"]{ 
        overflow: hidden; 
        padding-bottom: 0;
    }
    section[data-cattype="249"]::after { display: none; }

    [data-cattype="249"] .wrapper_gallery { padding: 0;}

    [data-cattype="249"] ul.grid.reason-gallery li.size11,
    [data-cattype="249"] ul.grid.reason-gallery li.size12,
    [data-cattype="249"] ul.grid.reason-gallery li.size21,
    [data-cattype="249"] ul.grid.reason-gallery li.size22,
    [data-cattype="249"] ul.grid.reason-gallery li{
        min-width: 100%;
        max-width: 100%;
        height: auto;
        opacity: 1;
    }
    [data-cattype="249"] li:not(.page-title) .project::after{
        background: #fff;
    }

    [data-cattype="249"] ul.grid.reason-gallery li a,
    [data-cattype="249"] ul.grid.reason-gallery li.page-title a{
        padding: 15px;
    }

    

    [data-cattype="249"] .holder {
        position: relative;
        padding: 9px;
        text-align: left;
    }

    [data-cattype="249"] .holder .brand,
    [data-cattype="249"] .holder .heading{
        display: inline-block;
        vertical-align: bottom;
    }

    [data-cattype="249"] .holder-content,
    [data-cattype="249"] .size21 .holder-content, 
    [data-cattype="249"] .size11 .holder-content{
        margin: 9px 0 0 0;
        text-align: left;
        
    }

    [data-cattype="249"] .project:not(:hover) .holder .brand svg path, 
    [data-cattype="249"] .project:not(:hover) .holder .brand svg circle {
        fill: #fec22c !important;
    }

    [data-cattype="249"] li:not(.page-title) .holder-content{
        color: #333;
    }

    [data-cattype="249"] li:not(.page-title) .project .holder .heading{
        color: #000;
    }
}
