﻿@media(min-width:768px) {
    .col-md-13 {
        flex: 0 0 20%;
        max-width: 20%
    }
	.col-md-14 {
        flex: 0 0 16.66666%;
        max-width: 16.66666%
    }
}

@media(min-width:1200px) {
    .col-md-13 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }
	.col-md-14 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }
	.table-project-title{width:50%;line-height:normal;}
	.popup{width:700px;}
}

@media(max-width:768px) {
    .mobile-slider-button {
        position: absolute;
        bottom: 5%;
        text-align: center;
    }
}
