body {background-color: #FFFFFF;}

* {

   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}


.container:after {
    clear: both;
}

.container > div {
    min-height: 200px;
    float: left;
    width: 50%;
}

.left {
    //background: #000000;
}

.right {
    //background:  #F2F3F4 ;	
	width: 100%;
}

@media all and (max-width: 500px) {
    .container > div {
        float: none;
        width: 100%;
    }
}

a { color: #1e73be; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; font-family: 'Muli', sans-serif; }


a:hover { text-decoration: underline }


h1 { padding-bottom: 10px }


h1 a { font-family: 'Open Sans Condensed', sans-serif; font-size: 48px; color: #333; }


h1 a:hover { color: #1e73be; text-decoration: none; }


p { color: #333; font-family: 'Muli', sans-serif; margin-bottom: 15px; }


a.more-link { color: white; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif; padding: 3px 10px; background-color: #1e73be; border-radius: 5px; float: right; }


a.more-link:hover { text-decoration: none; background-color: #666; border-radius: 0px; }

