<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General Demo Style */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
    font-family: 'codropsicons';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

div.col-xs-6 &gt; ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-family: 'Lato',Calibri,Arial,sans-serif;
    color: #fff;
}

div.row {
	padding: 0;
}

a {
    text-decoration: none;
    color: #c0392b;
}

a:hover,
a:active {
    color: #333;
}

/* Header Style */

.main,
.container &gt; header {
    margin: 0 auto;
    padding: 2em;
}

.container &gt; header {
    padding: 3em;
    text-align: center;
    background: #d94839;
}

.container &gt; header h1 {
    margin: 0;
    font-size: 2.625em;
    font-weight: 300;
    line-height: 1.3;
}

.container &gt; header span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    font-size: 60%;
    opacity: 0.7;
}

/* Main Content */

.main {
    max-width: 69em;
}

.column {
    float: left;
    position: relative;
    width: 50%;
    padding: 0 2em;
    min-height: 300px;
}

.column:nth-child(2) {
    box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}

.column p {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.5;
}

/* To Navigation Style */

.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-size: 0.69em;
    line-height: 2.2;
    background: #fff;
    background: rgba(255,255,255,0.2);
}

.codrops-top a {
    display: inline-block;
    padding: 0 1em;
    letter-spacing: 0.1em;
}

.codrops-top a:hover {
    color: #e74c3c;
    background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: left;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-family: 'codropsicons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

button {
    display: inline-block;
    margin: 3px 2px;
    padding: 0.6em 1.2em;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: 'Lato',Calibri,Arial,sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    color: #fff;
    background: #c0392b;
    cursor: pointer;
}

button:hover {
    background: #A5281B;
}

@media screen and (max-width:46.0625em) {
    .column {
        width: 100%;
        padding: 1em;
        min-height: auto;
        min-width: auto;
    }

    .column p {
        text-align: left;
        font-size: 1.5em;
    }

    .column:nth-child(2) {
        box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
    }
}

@media screen and (max-width:25em) {
    .codrops-icon span {
        display: none;
    }
}</pre></body></html>