﻿
h1 {
    font-family: 'Calibri';
    color: #4A4A4A;
    right: auto;
    left: auto;
}


/******************************************************************************/


.tabcontainer {
    width: 100%;
    margin: 0px auto 0px auto;
    height: auto;
    position: relative;
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 31px;
    width: 100%;
    background-color: #0089D0;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    margin-bottom: -1px;
    background: #0089D0;
    overflow: hidden;
    position: relative;
    width: 20%;
}
ul.tabs li a {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 0 20px;
    outline: none;
    font-family: 'Calibri';
}
ul.tabs li a:hover {
    background: #ccc;
    color: #000000;
}	
ul.tabs li.active,ul.tabs li a.active {
      color: #000000;
      border-top: 3px solid #fff;
    border-top-color: #00ADEF;
    background-color: #E5E5E5;
}


ul.tabs li.active, ul.tabs li.active a {
    color: #000000;
}
.tab_container {
    clear: both;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}
    .tab_container h2 {
    font-family: 'Calibri';
    font-size: 25px;
    color: #333333;
}
      .tab_container h2 span {
    color: #00ADEF;
    font-family: 'Calibri';
    font-size: 15px;

}

.tab_container h1 span {
    color: #00ADEF;
    font-family: 'Calibri';
    font-size: 25px;


}
.tab_container span {
    color: #00ADEF;
    font-family: 'Calibri';
    font-size: 15px;
}
    .tab_container p {
    font-family: 'Calibri';
    font-size: 15px;
    color: #333333;
    text-align: left;
}
    .tab_container img {
    width: 48%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
}
@media screen and (max-width: 600px) {
    ul.tabs {

    width: 100%;
}
ul.tabs li {

    width: 100%;
}
.tab_container {

    padding-top: 140px;

}
    .tab_container img {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
}

}
/******************************************************************************/
       #normal2, #normal3, #normal4, #normal5 {
	display: none;
}




@media screen and (max-width: 980px) {
        .blocks {
        height: auto;
            padding: 0px 0px 0% 0px;
    }
        .wall {
    padding: 0px 20px 5% 20px;
      height: auto;
}
        .mount {
        height: auto;

        }
        .bricks {
        height: auto;
        }

        .card {
        padding: 20px 20px 1% 20px;
        height: auto;
    }
        .cardDescription {
        padding: 0px 10px 1% 10px;
        height: auto;
    }

}

