/*PORTFOLIO*/
.portfolio{
    background-color: #fff;
}

#portfolio {
    background-size: cover;
}
#portfolio .welcome-text{
    color: #686351;
}
/*-- 1. General --*/
div#portfolio {
    padding-top: 50px;
    background: #333;
}

div#portfolio_title {
    margin-bottom: 33px;
}

div#portfolio_title h2 {
    color: #FFF;
}

.sortablePortfolio, #portfolioFilter {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#portfolio-wrap {
    padding-top: 0px;
}
/*-- 4. Item page --*/
#portfolio_item {
    display: none;
    width: 100%;
}

#item_container {
    padding-bottom: 30px;
}

#item_content {
    margin: 0 auto;
    margin-top: 60px;
    padding: 40px;
}

#text_content {
    /*width: 680px;*/
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: #666;
}

#text_content h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family:"MontserratRegular";
    font-size: 36px;
    line-height: 43px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #222;
}
#text_content h5{
    margin-top: 20px;
font-family:"OpenSansRegular";
    font-size: 24px;
    line-height: 31px;
    font-weight: normal;
    color: #222;
}
#text_content p {
    font-size: 14px;
    line-height: 21px;
    color: #666;
    font-family:"OpenSansRegular";
    font-weight: normal;
    margin-bottom: 20px;
}
.spec-list{
    list-style: none;
    padding: 0;
    margin-top: 30px;
    padding-left: 20px;
}
.spec-list > li{
    padding: 10px;
    background: #ccc;
    margin-bottom: 2px;
}


/* Slider */
#item_slider {
/*    width: 680px;*/
    margin: 0;
    padding: 0;
}

#item_slider a:active {
    outline: none;
}

.slides,  .flex-control-nav,  .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#item_slider .slides > li {
    display: none;
}

#item_slider .slides img {
    max-width: 100%;
    display: block;
}

#item_slider {
    position: relative;
    zoom: 1;
}

#item_slider .slides {
    zoom: 1;
}

#item_slider .slides > li {
    position: relative;
}

#item_slider .flex-direction-nav li a {
    width: 30px;
    height: 30px;
    line-height: 26px;
    color: #FFF;
    position: absolute;
    top: 0px;
    cursor: pointer;
    text-indent: 1px;
    font-size: 15px;
    font-family:"OpenSansLight";
    text-align: center;
}

#item_slider .flex-direction-nav li a:hover {
    background: transparent;
}

#item_slider .flex-direction-nav li .next {
    left: 31px;
}

#item_slider .flex-direction-nav li .prev {
    left: 0px;
}


/* Video */
#item_video_wrapper {
}

#item_video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

#item_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

/* Control buttons */
#control_buttons {
/*    width: 680px;*/
    padding: 15px 8px 5px 8px;
    margin-top: 10px;
}

#control_buttons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-left: 5px;
border:solid 2px #fff;
    background: transparent;
    color: #fff;
    font-size: 24px;
    font-family:"OpenSansLight";
     text-align: center;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
#control_buttons a:hover {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-left: 5px;
border:solid 2px #fff;
    background: #fff;
    color: #000;
    font-size: 24px;
    font-family:"OpenSansLight";
     text-align: center;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.url-linker a{
    margin-left: 0px;
    margin-top: 10px;
}
.project-info-tag{
    padding-top:0px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.project-info-tag > span{
    letter-spacing: 0px;
    font-family:"OpenSansLight";
    font-size: 14px;
    line-height: 21px;
    text-transform: none;
    padding: 7px;
}

#grid .mix{
    opacity: 0;
    display: none;
}
.project-deatil-image{
    padding: 0 !important;
}
.det-overlay{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.project-deatil-image:hover > a > img{
    opacity: 0;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
.project-deatil-image:hover > a > .det-overlay{
    opacity: 1;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
.project-features-wrap{
    margin-top: 40px;
}
.project-spec-lines{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.project-spec-lines li{
    padding: 10px;
    background:#eee;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
    font-family:"OpenSansRegular";
    color: #444;
}

#portfolioFilter .active2 a{
    color: #fff !important;
    background-color: #f27f48 !important;
}
#portfolioFilter li a{
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #ffffff !important;
    border-radius: 2rem;
    margin-right: 1em;
    border:  1px solid #e0e0e0;
}
    