<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

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

table {
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body {
    font-family: Verdana, Geneva, sans-serif;
    color: #333;
    color: rgba(0,0,0,0.5);
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

h1 {
    font-size: 6em;
}

p {
    font-size: 2em;
}

.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

.section {
    text-align: center;
}

#menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255,255,255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    #menu li.active {
        background: #666;
        background: rgba(0,0,0, 0.5);
        color: #fff;
    }

    #menu li a {
        text-decoration: none;
        color: #000;
    }

    #menu li.active a:hover {
        color: #000;
    }

    #menu li:hover {
        background: rgba(255,255,255, 0.8);
    }

    #menu li a,
    #menu li.active a {
        padding: 9px 18px;
        display: block;
    }

    #menu li.active a {
        color: #fff;
    }

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

.twitter-share-button {
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}

#download {
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

    #download a {
        text-decoration: none;
        color: #fff;
    }

    #download:hover {
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        background-color: #2F96B4;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -ms-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}

    #infoMenu ul {
        padding: 0 40px;
    }

    #infoMenu li a {
        display: block;
        margin: 0 22px 0 0;
        color: #333;
    }

        #infoMenu li a:hover {
            text-decoration: underline;
        }

    #infoMenu li {
        display: inline-block;
        position: relative;
    }

#examplesList {
    display: none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width: 638px;
    text-align: left;
}

    #examplesList ul {
        padding: 0;
    }

        #examplesList ul li {
            display: block;
            margin: 5px 0;
        }

            #examplesList ul li a {
                color: #BDBDBD;
                margin: 0;
            }

                #examplesList ul li a:hover {
                    color: #f2f2f2;
                }

    #examplesList .column {
        float: left;
        margin: 0 20px 0 0;
    }

    #examplesList h3 {
        color: #f2f2f2;
        font-size: 1.2em;
        margin: 0 0 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
        padding: 0 0 5px 0;
    }



/* Demos Menu
 * --------------------------------------- */
#demosMenu {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.fullpage {
    position: relative;
}

.top1 {
    position: fixed;
    width: 260px;
    height: auto;
    background: rgba(3, 3, 3, 0.96) none repeat scroll 0% 0%;
    z-index: 9998;
    top: 0px;
}

.top1_menu1 {
    float: left;
    width: 100%;
    height: auto;
}

    .top1_menu1 ul {
        padding: 15px 0px;
        margin: 0px;
    }

        .top1_menu1 ul li {
            list-style: none;
            width: 88%;
            line-height: 24px;
            color: #CCC;
            font-family: Verdana, Geneva, sans-serif;
            font-size: 12px;
            text-align: right;
            padding-right: 12%;
        }

            .top1_menu1 ul li a {
                text-decoration: none;
                color: #CCC;
            }

                .top1_menu1 ul li a:hover {
                    text-decoration: none;
                    color: #999;
                }

            .top1_menu1 ul li .active {
                text-decoration: none;
                color: #ad1119;
            }

.top1_logo1 {
    float: left;
    text-align: right;
}

#big_page_bg {
    text-align: center;
    position: fixed;
    width: 100%;
}

    #big_page_bg img {
        width: 100%;
        height: 100% !important;
    }

.page {
    position: relative;
}

    .page #content {
        font: normal 400 14px Verdana, Geneva, sans-serif;
        float: right;
        margin-right: 8%;
        margin-top: 50px;
        margin-bottom: 50px;
        max-width: 900px;
        min-width: 100px;
        padding: 0 25px 0 0;
        position: relative;
        width: 80%;
        background: rgba(3, 3, 3, 0.87) none repeat scroll 0% 0%;
        padding: 30px;
        font-size: 13px;
        color: #cccccc;
    }

#content p {
    font-size: 14px;
    font-weight: 100;
    line-height: 24px;
}

.cnt_R_txt p {
    margin-left: 0px;
}

#content h1 {
    font-size: 24px;
    font-weight: 100;
    line-height: 46px;
    color: #ffffff;
    width: 100%;
    border-bottom: solid 1px #666;
    margin-bottom: 15px;
}
/*********************---CONTACT US---*******************/
.cnt_L {
    width: 600px;
    float: left;
    margin-top: 20px;
}

.cnt_R {
    float: right;
    margin-top: 0;
    padding-left: 27px;
    padding-bottom: 25px;
    width: 247px;
    background: rgba(0,0,0,0.55) /* 10% opaque black */;
    margin-top: 19px;
    padding-top: 12px;
}

.cnt_R_txt {
    width: 200px;
    float: left;
}

.cnt_R_pic {
    width: 190px;
    height: 230px;
    float: right;
    border: 4px solid #F1F1F1;
}

.cnt_R span {
    width: 100%;
    font-size: 16px;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    font-weight: bold;
    float: left;
    margin: 0px 0 4px;
}

.cnt_txtfield {
    width: 539px;
    height: 30px;
    float: left;
    margin: 0 0 18px 0;
    padding-left: 8px;
    border: 1px solid #CCC;
    color: #ccc;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    background: none;
}

.ser_prov h2 {
    color: #b6121a !important;
    font-size: 20px !important;
    font-weight: 100;
    line-height: 46px;
    margin-bottom: 15px !important;
    width: 100%;
}

.cur_stf h2 {
    color: #b6121a !important;
    font-size: 20px !important;
    font-weight: 100;
    line-height: 46px;
    margin-bottom: 15px !important;
    width: 100%;
}

.cnt_txtarea {
    width: 539px;
    height: 120px;
    float: left;
    margin: 0 0 18px 0;
    padding-left: 8px;
    padding-top: 8px;
    border: 1px solid #CCC;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    background: none;
    color: #ccc;
}

#contactform input[type="submit"] {
    float: right;
    width: inherit;
    cursor: pointer;
    color: #fff;
    border: 1px solid #eee;
    padding: 15px 20px;
    background: #191919;
}

    #contactform input[type="submit"]:hover {
        background: #3453A3;
        color: #fff;
        border: 1px solid #fff;
    }

.portfolio1 {
    float: left;
    width: 100%;
    height: auto;
}

    .portfolio1 ul {
        padding: 25px 0px 0px 35px;
        margin: 0px;
    }

        .portfolio1 ul li {
            list-style: none;
            float: left;
            border: solid 1px #ccc;
            width: 250px;
            height: auto;
            margin-right: 35px;
            margin-bottom: 35px;
        }

            .portfolio1 ul li img {
                float: left;
                width: 100%;
                height: auto;
            }

            .portfolio1 ul li span {
                float: left;
                width: 100%;
                height: auto;
                background: rgba(255, 255, 255, 0.89) none repeat scroll 0% 0%;
                padding: 8px 0px;
                text-align: center;
                color: #333;
                font-weight: bold;
                line-height: 18px;
            }

            .portfolio1 ul li strong {
                color: #C00;
            }

@media screen and (min-width: 1900px) {
    .page #content {
        font: normal 400 14px "futura-pt", sans-serif;
        float: right;
        margin-right: 20%;
        margin-top: 50px;
        margin-bottom: 50px;
        max-width: 900px;
        min-width: 100px;
        padding: 0 25px 0 0;
        position: relative;
        width: 80%;
        background: rgba(3, 3, 3, 0.82) none repeat scroll 0% 0%;
        padding: 30px;
        font-size: 13px;
        color: #cccccc;
    }
}

/*popup*/

/* [Object] Modal
 * =============================== */
.modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0,0,0, .9);
    transition: opacity .25s ease;
}

.modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.modal-state {
    display: none;
}

    .modal-state:checked + .modal {
        opacity: 1;
        visibility: visible;
    }

        .modal-state:checked + .modal .modal__inner {
            top: 0;
        }

.modal__inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 1em 2em;
    height: 50%;
}

.modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

    .modal__close:after,
    .modal__close:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 1.5em;
        background: #ccc;
        display: block;
        transform: rotate(45deg);
        left: 50%;
        margin: -3px 0 0 -1px;
        top: 0;
    }

    .modal__close:hover:after,
    .modal__close:hover:before {
        background: #aaa;
    }

    .modal__close:before {
        transform: rotate(-45deg);
    }

@media screen and (max-width: 768px) {

    .modal__inner {
        width: 90%;
        height: 90%;
        box-sizing: border-box;
    }
}



.btn {
    cursor: pointer;
    background: #27ae60;
    display: inline-block;
    padding: .5em 1em;
    color: #fff;
    border-radius: 3px;
}

    .btn:hover,
    .btn:focus {
        background: #2ecc71;
    }

    .btn:active {
        background: #27ae60;
        box-shadow: 0 1px 2px rgba(0,0,0, .2) inset;
    }

.btn--blue {
    background: #2980b9;
}

    .btn--blue:hover,
    .btn--blue:focus {
        background: #3498db;
    }

    .btn--blue:active {
        background: #2980b9;
    }

p img {
    max-width: 100%;
    height: auto;
    float: left;
    margin: 0 1em 1em 0;
    border: 1px solid #030303;
}

.modal__inner p {
    color: #595959;
}

.project_hd {
    font-size: 13px;
    font-weight: bold;
    color: #2c2c2c;
    margin: 0 22px 7px 0px;
    text-transform: uppercase;
    width: 130px;
    float: left;
}

.project_con {
    font-size: 12px;
    color: #2c2c2c;
    margin-left: 22px;
    text-transform: lowercase;
    margin: 0 19px 8px;
    float: left;
}

.project_hd_fn {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
    width: 135px;
    font-size: 14px;
}

.dots {
    float: left;
}

.proj_det {
    float: left;
    margin-left: 0;
    text-align: justify;
    width: 292px;
}
/*popup*/

.ser_prov {
    width: 300px;
    float: left;
}

.cur_stf {
    width: 300px;
    float: left;
    margin-left: 55px;
}

.ser_prov ul {
    padding: 0 1px 0 12px;
}

    .ser_prov ul li {
        list-style-type: none;
        padding: 0 1px 9px 0;
    }

.cur_stf ul {
    padding: 0 1px 0 12px;
}

    .cur_stf ul li {
        list-style-type: none;
        padding: 0 1px 9px 0;
    }

.markrussel {
    float: left;
    width: 330px;
    margin-right: 37px;
}

.row_kark {
    clear: both;
    display: inline-block;
    margin-top: 33px;
}

.markrussel_right h1 {
    border-bottom: 0px !important;
}

.portheader {
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 20px;
    /*margin-left:500px;*/
    /*width: 425px;*/
}

#content h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 20px;
}

#content h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 0px;
    width: 100%;
}

.fairfax {
    float: left;
    font-size: 15px;
    line-height: 25px;
    /*margin-left: 32px;*/
    /*margin-left: 16px;*/
    margin-left: 0px;
}

    /*.fairfax ul li {
        list-style-type: circle;
    }*/

.logo_contact img {
    width: 87%;
}

.fa {
    margin-right: 9px;
}

.applybtn {
    background: #ae121a;
    border: none;
    color: #ffffff;
    padding: 8px;
}

.fa-angle-double-right::before {
    font-size: 17px;
}

.prof_bg {
    background: rgba(0,0,0,0.57) /* 10% opaque black */;
    border-top: 2px solid #b6121a;
    margin-top: 25px;
    padding: 15px;
    text-align: justify;
}

.martp h2 {
    margin-top: 0px !important;
}


/*Slides*/

/* 
	Resets defualt browser settings
	reset.css
*/
/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#efefef url(../img/background.png) repeat top center;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}*/

#container {
    /*width: 500px;*/
    padding: 10px;
    /*margin: 0 auto;*/
    /*margin:0 10px;*/
    margin: 0 25px 0 auto;
    position: relative;
    z-index: 0;
    height: 446px;
    width: 483px;
    /*left:-200px;*/
}

/*#example {
    width: 500px;
    height: 500px;
    position: relative;
}*/
#example {
    height: 500px;
    position: relative;
    width: 483px;
    /*left: -160px;*/
}

#ribbon {
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: 500;
}

/*#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}*/
/*#frame {
    position: absolute;
    z-index: 0;
    width: 646px;
    height: 341px;
    top: -3px;
    left: -67px;
    height: 576px;
}*/
#frame {
    position: absolute;
    z-index: 0;
    width: 124%;
    height: 341px;
    top: -7px;
    left: -81px;
    height: 585px;
}
/*
	Slideshow
*/

#slides {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 100;
    width: 94%;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
    width: 483px;
    overflow: hidden;
    position: relative;
    display: none;
}

    /*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

    /*.slides_container div.slide {
	width:500px;
	height:480px;
	display:block;
}*/
    .slides_container div.slide {
        height: 480px;
        display: block;
    }

/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
    position: absolute;
    top: 200px;
    left: -30px;
    width: 24px;
    height: 43px;
    display: block;
    z-index: 101;
}

#slides .next {
    /*left:515px;*/
    left: 108%;
}

/*
	Pagination
*/

.pagination {
    /*margin: 26px auto 0;*/
    margin: -25px auto 0;
    /*width:100px;*/
    width: 25%;
}

    .pagination li {
        float: left;
        margin: 0 1px;
        list-style: none;
    }

        .pagination li a {
            display: block;
            width: 12px;
            height: 0;
            padding-top: 12px;
            background-image: url(../img/pagination.png);
            background-position: 0 0;
            float: left;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -12px;
        }

/*
	Caption
*/

.caption {
    z-index: 500;
    position: absolute;
    bottom: -35px;
    left: 0;
    height: 30px;
    padding: 5px 20px 0 20px;
    background: #000;
    background: rgba(0,0,0,.5);
    width: 483px;
    font-size: 1.3em;
    line-height: 1.33;
    color: #fff;
    border-top: 1px solid #000;
    text-shadow: none;
}

/*
	Footer
*/

/*#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}*/

/*
	Anchors
*/

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

.top2{
	display:none;}
	.menu-wrap{
		display:none;}
@media (max-width: 575px) {
	.top1
	{display:none;}
	.top2{
	display: block;
    background:rgba(3, 3, 3, 0.87);
    position: absolute;
    z-index: 5;
    width: 100%;
    text-align: center;;}
	
	.page #content
	{
		margin-top:170px;
		margin-left: 15px;
	    margin-right: 15px;
		width:auto;
	}
	.menu-wrap
	{display:block;}
	
	#big_page_bg img {
		width:auto;}
	.page { display:flex; }
	.portfolio1 ul { padding:25px 0px 0px 18px }
	.menu-wrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 6;
}
.cnt_L
{
	max-width:320px;
	}
.cnt_txtfield,.cnt_txtarea
{
	width:90%;
	}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 2;
}
.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background: transparent;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* Hamburger line */
.menu-wrap .hamburger &gt; div {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fafafa;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

/* Hamburger top &amp; bottom line */
.menu-wrap .hamburger &gt; div:before,
.menu-wrap .hamburger &gt; div:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: inherit;
  height: 2px;
  width: 100%;
  z-index: 6;
}
.menu-wrap .hamburger &gt; div:after {
  top: -10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger &gt; div {
  transform: rotate(135deg);
}
.menu-wrap .toggler:checked + .hamburger &gt; div:before,
.menu-wrap .toggler:checked + .hamburger &gt; div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate on hover when checked */
.menu-wrap .toggler:checked:hover + .hamburger &gt; div {
  transform: rotate(225deg);
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, 0.87);
  height: 100vh;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: all var(--menu-speed) ease;
}
.menu &gt; div {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.menu ul {
  list-style: none;
}
.menu li {
  padding: 1rem 0;
}
.menu &gt; div a {
  text-decoration: none;
  color: #fafafa;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 1s ease-in;
}
.menu a:hover {
  color: rgb(230, 177, 177);
  transition: color 0.3s ease-in;
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  opacity: 1;
  width: 30vw;
  transition: all var(--menu-speed) ease;
}
.menu-wrap .toggler:checked ~ .menu &gt; div {
  opacity: 1;
  transition: opacity 0.4s ease-in;
}
.menu-wrap .toggler:checked ~ .menu &gt; div a {
  opacity: 1;
  transition: opacity 1s ease-in;
}

  .menu-wrap .toggler:checked ~ .menu {
    width: 65vw;
  }

#rptCategoryDetails_pnlImage_0 { width: 100%; }
#example { max-width: 75vw;
    height: auto; }
	
.slides_container { width:100%; }	

.slide img { width:100%; height:auto; }
#container { width:100%; max-height:300px; }
#slides .next { left:102%; }
	
}
</pre></body></html>