.textColor{
    color : #434343 !important ;
}


.image-container  {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
}

img {
    height: 200px;
    max-width: 100%;
    overflow: hidden;
}

.pbutton {
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    width: 100px;
    text-align: center;
    margin-bottom: 50px;
}


.hide {
    display: none;
}
.border
{
    position: relative;
    padding: 19px;
    border: 1px solid #eeeeee;
    color: #000000;
    background-color: #ffffff;
}
.head{
    height: 50px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}
.description{
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    color: #999999;
    text-align: center;
}
.mybutton
{
    position: relative;
    margin-bottom: -60px !important;
    border-width: 1px;
    padding: 10px 20px;
    font-size: 10px;
    letter-spacing: 2px;
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.portfolio-grid-post-wrapper
{
    position: relative;
    padding: 19px;
    border: 1px solid #eeeeee;
    color: #000000;
    background-color: #ffffff;
}
.portfolio-grid-post-view-project-button{
    position: relative;
    margin-bottom: -60px !important;
    border-color: #eeeeee;
    border-width: 1px;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #008dc9;
    font-size: 10px;
    letter-spacing: 2px;
}
.portfolio-grid-filter
{
    text-align: center;
    margin-bottom: 60px;
}

.portfolio-grid-filter a{
    display: inline-block;
    padding: 8px 18px;
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px;
    margin: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border: 1px solid #eeeeee;
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(238, 238, 238);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(238, 238, 238);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    text-transform: uppercase;
}
.fluid-width1{
    width: 100%;

    height: auto;

}
.topSpacing{
    margin-top: 5%;
}
.activelink
{
    color: red;
}
.dropdown-submenu{ position: relative; }
.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
    border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
*/
@media (min-width:990px) and (max-width:1199px){
    .fluid-width1{
        width: 100% !important;
        height: 200px !important;

    }
}
@media (max-width:767px){
    .fluid-width1{
        width: 100% !important;
        height: 127px !important;

    }
}

@media (min-width: 300px) {
    .fluid-width1 {
        height: 250px;
    }
    @media (min-height: 127px) {

    }
}