body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}

h1 {
    font-weight: normal;
    font-size: 28px;
}

h1, h2, h3, h4, h5, a, th {
    color: #e44276; 
}

h3{
    font-size: 16px;
}

a {
    text-decoration: none;
}

.header{
    background: #bc3661; /* Old browsers */
    background: -moz-linear-gradient(top,  #bc3661 0%, #e44276 50%, #e44276 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc3661), color-stop(50%,#e44276), color-stop(100%,#e44276)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bc3661 0%,#e44276 50%,#e44276 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bc3661 0%,#e44276 50%,#e44276 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bc3661 0%,#e44276 50%,#e44276 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bc3661 0%,#e44276 50%,#e44276 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc3661', endColorstr='#e44276',GradientType=0 ); /* IE6-9 */

}

.logo-img{
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #EEE;
    background: #524f50; /* Old browsers */
    background: -moz-linear-gradient(top,  #524f50 0%, #4a4748 50%, #403d3e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#524f50), color-stop(50%,#4a4748), color-stop(100%,#403d3e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #524f50 0%,#4a4748 50%,#403d3e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #524f50 0%,#4a4748 50%,#403d3e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #524f50 0%,#4a4748 50%,#403d3e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #524f50 0%,#4a4748 50%,#403d3e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#524f50', endColorstr='#403d3e',GradientType=0 ); /* IE6-9 */
}

.footer h3 {
    margin-top: 0px;
}

.content{
    padding-top: 20px;
    padding-bottom: 20px;
}

.content .left, .content .right {
    width: 50%;
    float: left;
}

.right-bg-image{
    width: 100%;
}

.header ul.top-menu li{
    margin-bottom: 10px;
}

.header ul.top-menu li a{
    color: #FFF;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    transition: all 0.2s ease-in;  
} 

.header ul.top-menu li.active a, .header ul.top-menu li a:hover{
    color: #e44276; 
    background: #FFF;
    border-radius: 3px;
    text-decoration: none;
} 

.start-container {
    width: 100%;
    height: 491px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/start-bg.jpg);
    position: relative;
}

.start-container .text-box {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    position: absolute;
    right: 5%;
    top: 10%;
    width: 400px;
    max-width: 80%;
}

.start-container .text-box h1{
    margin-top: 0;
}

.no-padding {
    padding: 0px;
}
