@font-face {
    font-family: "nassim-bold";
    font-style: normal;
    font-weight: normal;
    src: 	url('../fonts/bbc-nassim-bold.eot#') format('eot'),  /* IE6�8 */
    url('../fonts/bbc-nassim-bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/bbc-nassim-bold.ttf') format('truetype');  /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}


.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: nassim-bold;
}

.button1 {background-color: #4CAF50;} /* Green */
.button2 {background-color: #008CBA;} /* Blue */
.button3 {background-color: #f44336;} /* Red */ 
.button4 {background-color: #e7e7e7; color: black;} /* Gray */ 
.button5 {background-color: #555555;} /* Black */


* {
    box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;

}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#example_1_container {
    width:400px;
    height:400px;
}

#example_1_container .easy_slides_caption {
    width:400px;
    height:40px;
    padding: 10px 0 0 10px;
}


#example_2_container {
    width:400px;
    height:400px;
}

#example_2_container .easy_slides_caption {
    width:400px;
    height:40px;
    padding: 10px 0 0 10px;
}