<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
[Master Stylesheet]

Project:	MIMMESEN
Version:	1.1
Last change:	17-06-29

---------------------------
TABLE OF CONTENTS
---------------------------
1. @IMPORT
2. MAIN
3. HEADER
4. HOME
    a. Slider
    b. Categories
    c. About Us
    d. Blog
    e. Services
    f. Buy Theme
5. SUB PAGES
    a. Header
    b. Left Menu
    c. Content Area
    d. About Us
    e. Contact
    f. Typography
6. GOOGLE MAP
7. FOOTER
-------------------------------------------------------------------*/
/*
    e78d11 - Orange
    498dc1 - Blue
*/
/*------------- @IMPORT -------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,900');
/*------------- MAIN -------------*/
body { margin: 0; background: #ededed; }
body, html, td { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 16px; line-height: 24px; color: #5f5f5f; -webkit-font-smoothing: antialiased; }

a { color: #e78d11; text-decoration: none; cursor:pointer; }
a:link { color: #e78d11; text-decoration: none; }
a:active { color: #e78d11; text-decoration: none; }
a:visited { color: #e78d11; text-decoration: none; }
a:hover { color: #e78d11; text-decoration: underline; }


.left { float: left; }
.right { float: right; }
.clr { clear: both; }
.table { display: table; }
.tableRow { display: table-row; }
.flexbox { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.gray { background-color: #eee; }

.xCenter { left: 50%; transform: translateX(-50%); }
.yCenter { top: 50%; transform: translateY(-50%); }
.yBottom { bottom: 0; }

ul, li, dl, dt, dd, h1, h2, h3, ol { margin: 0; padding: 0; list-style-type: none; }
    ul li { margin: 0; background: url(../images/dot.gif) no-repeat left 13px; list-style-type: none; padding: 5px 0 5px 12px; }
    ol li { list-style-type: decimal; margin: 3px 0 3px 20px; }

img { border: 0; text-align: center; }
    img.gray { -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); }

h1 { font-weight: lighter; font-size: 30px; line-height: normal; }
h2 { font-weight: 500; font-size: 25px; margin: 0 0 20px 0; padding: 0; line-height: normal; }
h3 { font-size: 18px; margin: 25px 0 0 0; padding: 0; line-height: normal; }

.container { width: 1170px; min-width: 1170px; padding: 0 20px; margin: auto; }

.bootstrapExm [class*="col-"] { padding-top: 15px; padding-bottom: 15px; background-color: #eee; background-color: rgba(86,61,124,.15); border: 1px solid rgba(86,61,124,.2); }

.h-20px {
    height: 20px;
}

/*------------- HEADER -------------*/
.topLine { color: #969696; font-size: 13px; border-top: #e78d11 4px solid; border-bottom: #c1c1c1 1px solid; padding: 13px 0; background: #fff; }
    .topLine .contacts { float: left; }
        .topLine .contacts span { font-size: 19px; vertical-align: top; margin: 2px 5px 0 0; color: #c5c5c5; }
        .topLine .contacts img { margin: 0 5px 0 0; }
    .topLine .lang { float: right; }
    .topLine .phone { display: inline; margin: 0 25px 0 0; }
    .topLine .email { display: inline; }

    .topLine .lang { font-size: 12px; }
        .topLine .lang dt { display: inline-block; background: url(../images/langLine.gif) no-repeat right; margin: 0 15px 0 0; padding: 0 15px 0 0; }
            .topLine .lang dt a { color: #969696; }
            .topLine .lang dt:last-child { background: none; margin-right: 0; padding-right: 0; }

.top { padding: 28px 0; background: #fff; }
    .top .logo { float: left; max-width: 275px; }
        .top .logo img { width: 100%; }
    .top .menu { float: right; margin-top: 20px; position: relative; }
        .top .menu dl { display: inline-block; }
        .top .menu dt { display: inline-block; font-size: 14px; font-weight: 700; margin: 0 15px; position: relative; }
            .top .menu dt a { cursor:pointer; color: #060606; padding: 0; margin: 0; transition: .5s all; /*border-bottom: 10px solid transparent;*/ }
                .top .menu dt a:hover { text-decoration: none; color: #e78d11; transition: .5s all; }
                .top .menu dt a::before { transition: .3s all; width: 0; height: 2px; content: ''; display: block; background: #e78d11; margin: 0 0 7px 0; position: absolute; left: 0; top: 0; }
                .top .menu dt a:hover::before { background: #e78d11; width: 100%; }
                .top .menu dt a::after { transition: .3s all; width: 0; height: 2px; content: ''; display: block; position: absolute; right: 0; bottom: 0; background: #e78d11; margin: 7px 0 0 0; }
                .top .menu dt a:hover::after { width: 100%; background: #e78d11; }
            .top .menu dt.active a { color: #e78d11; }
        .top .menu .selected { color: #e78d11; }
    .top .social { display: inline-block; position: absolute; top: -45px; right: 15px; }
        .top .social span { margin: 0 0 0 18px; color: #c5c5c5; font-size: 20px; }
            .top .social span:hover { color: #e78d11; }

.mobilMenu { display: none; width: 30px; float: right; cursor: pointer; }
    .mobilMenu div { margin: 5px 0; height: 3px; background: #e78d11; transition: .5s all; }
    .mobilMenu:before { width: 100%; height: 3px; background: #e78d11; content: ''; display: block; transition: .5s all; transform-origin: 0 2px; }
    .mobilMenu:after { width: 100%; height: 3px; background: #e78d11; content: ''; display: block; transition: .5s all; transform-origin: 1px 0; }

/*------------- FOOTER -------------*/
footer .container a { margin: 0 1em; }

/*------------- HOME -------------*/
.home { }
    .home .container { position: relative; z-index: 101; }
/*------------- HOME SLIDER -------------*/
.home-swiper-container { height: 750px; overflow: hidden; max-height: 750px; position: relative; }
    .home-swiper-container .container { }
    .home-swiper-container .swiper-slide { background-size: cover; background-position: center; }
        .home-swiper-container .swiper-slide .box { width: 750px; padding: 95px 0 0 0; }
        .home-swiper-container .swiper-slide h1 { font-size: 78px; font-weight: 900; color: #fff; text-transform: uppercase; line-height: 1.1; opacity: 0; }
        .home-swiper-container .swiper-slide h2 { font-size: 32px; font-weight: 600; color: #fff; line-height: 1.5; background: url(../images/line.png) left bottom repeat-x; padding: 20px 0; opacity: 0; }
        .home-swiper-container .swiper-slide .moreBtn { font-size: 15px; font-weight: 700; color: #fff; opacity: 0; }
            .home-swiper-container .swiper-slide .moreBtn a:after { content: ''; display: inline-block; width: 7px; height: 12px; background: url(../images/arrow-link.png) no-repeat left top; background-size: cover; margin-left: 5px; transition: .5s all; }
            .home-swiper-container .swiper-slide .moreBtn a { color: #fff; text-decoration: none; }
                .home-swiper-container .swiper-slide .moreBtn a:hover:after { margin-left: 10px; }
    .home-swiper-container .swiper-slide-active h1 { animation: sliderH1Anim .7s ease-out forwards; opacity: 0; margin-top: 30px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); }
    .home-swiper-container .swiper-slide-active h2 { animation: sliderH2Anim .7s .5s ease-out forwards; opacity: 0; margin-top: 30px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); }
    .home-swiper-container .swiper-slide-active .moreBtn { animation: moreBtnAnim .7s 1s ease-out forwards; opacity: 0; margin-top: 30px; }

    .home-swiper-container .leftArrow { background: url(../images/arrow.png); transform: rotate(180deg); width: 35px; height: 41px; background-size: cover; position: absolute; left: 30px; top: 265px; z-index: 101; cursor: pointer; }
    .home-swiper-container .rightArrow { background: url(../images/arrow.png); width: 35px; height: 41px; background-size: cover; position: absolute; right: 30px; top: 265px; z-index: 101; cursor: pointer; }


@keyframes sliderH1Anim {
    0% { opacity: 0; margin-top: 30px; }
    100% { opacity: 1; margin-top: 0; }
}

@keyframes sliderH2Anim {
    0% { opacity: 0; margin-top: 30px; }
    100% { opacity: 1; margin-top: 0; }
}

@keyframes moreBtnAnim {
    0% { opacity: 0; margin-top: 30px; }
    100% { opacity: 1; margin-top: 0; }
}


/*------------- HOME CATEGORIES -------------*/
.home .categories { background: #fff; padding: 20px 0 0 20px; margin-top: -190px; }
    .home .categories .category { float: left; margin: 0 20px 20px 0; position: relative; cursor: pointer; overflow: hidden; height: 210px; width: 555px; }
    .home .categories .caption { position: absolute; /*top: 64px;*/ left: 57px; z-index: 102; text-shadow: 1px 1px 5px rgba(150, 150, 150, 0.75); }
        .home .categories .caption h1 { font-size: 40px; font-weight: 700; color: #fff; }
    .home .categories .category img { width: 100%; }
    .home .categories .caption:before { height: 4px; background: #fff; content: ''; width: 115px; display: block; margin: 0 0 4px -38px; transition: .5s all; }
    .home .categories .caption:after { height: 4px; background: #fff; content: ''; width: 115px; display: block; margin: 4px 0 0 363px; transition: .5s all; }
    .home .categories .border { border: #fff 4px solid; width: 512px; height: 172px; overflow: auto; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 101; }
    .home .categories .category.big { float: left; margin: 0 20px 20px 0; height: 440px; }
        .home .categories .category.big img { height: 100%; }
        .home .categories .category.big .caption { text-align: center; margin: auto; vertical-align: middle; left: 0; /*top: 0;*/ right: 0; display: table-cell; /*height: 452px;*/ }
            .home .categories .category.big .caption:before { margin: 0 0 4px 20px; }
            .home .categories .category.big .caption:after { margin: 4px 0 0 420px; }
        .home .categories .category.big .border { height: 400px; }
        .home .categories .category.big h1 { font-size: 70px; margin: 0 0 5px 0; padding: 0; }
    .home .categories .category.wide { width: 1130px; background-color: #ccc; }
        .home .categories .category.wide:hover .caption:after { margin-left: 855px; }
        .home .categories .category.wide .border { width: 1085px; }
        .home .categories .category.wide .caption { }
            .home .categories .category.wide .caption:before { margin-top: 21px; }
            .home .categories .category.wide .caption:after { margin-left: 935px; }
    /*.home .categories .category.wide img { height: 350px; width: auto; }*/

    .home .categories .category:hover .caption:before { width: 200px; transition: .5s all; }
    .home .categories .category:hover .caption:after { width: 200px; transition: .5s all; margin-left: 277px; }
    .home .categories .big:hover .caption:after { margin-left: 335px; }


/*------------- HOME ABOUT US -------------*/
.home .aboutUs, .column { width: 516px; padding: 50px 27px; display: inline-block; margin: 30px 30px 0 0; color: #5f5f5f; line-height: 30px; font-weight: 500; }
.home.aboutUs { background: #fff; }
    .home .aboutUs h1 { color: #e78d11; font-size: 15px; font-weight: 700; }
    .home .aboutUs h2 { color: #000; font-size: 24px; font-weight: 300; margin: 25px 0 20px 0; }
    .home .aboutUs .readBtn { font-weight: 700; color: #000; line-height: 0; }
        .home .aboutUs .readBtn a { color: #000; }

/*------------- HOME BLOG -------------*/
.home .blog { width: 570px; background: #fff; display: inline-block; margin: 30px 0 0 0; vertical-align: top; position: relative; cursor: pointer; }
    .home .blog .calendar { position: absolute; left: 20px; background: #e78d11; display: inline-block; padding: 10px 20px; text-align: center; transition: .5s all; z-index: 101; }
        .home .blog .calendar .day { font-size: 30px; color: #fff; font-weight: 500; }
        .home .blog .calendar .month { font-size: 12px; color: #fff; font-weight: 500; }

    .home .blog .leftArrow { position: absolute; left: 20px; top: 130px; transform: rotate(180deg); z-index: 101; cursor: pointer; }
    .home .blog .rightArrow { position: absolute; right: 20px; top: 130px; z-index: 101; cursor: pointer; }

    .home .blog .description { padding: 25px; line-height: 30px; font-weight: 500; }
        .home .blog .description h1 { color: #000; font-weight: 300; font-size: 22px; transition: 2s all; }
            .home .blog .description h1 strong { }
        .home .blog .description .author { font-size: 12px; font-weight: 700; color: #000; }
            .home .blog .description .author span { color: #e78d11; }

    .home .blog:hover .calendar { padding: 15px 20px; transition: .5s all; }
    .home .blog:hover .description h1 { color: #e78d11; transition: .5s all; }
    .home .blog .blog-swiper-container { overflow: hidden; }

/*------------- HOME FEATURED -------------*/
.home .featured { text-align: center; margin: 30px 0; overflow: hidden; }
    .home .featured .leftArrow { display: inline-block; vertical-align: middle; transform: rotate(180deg); cursor: pointer; }
    .home .featured .title { display: inline-block; vertical-align: middle; color: #000; font-size: 15px; font-weight: 700; margin: 0 30px; }
    .home .featured .rightArrow { display: inline-block; vertical-align: middle; cursor: pointer; }

.swiper-button-disabled { opacity: 0.3; cursor: default !important; }
.home .featured .featured-swiper-container { margin: 20px 0 0 0 }
.home .featured .swiper-slide:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; transition: .5s all; background: none; }
.home .featured .swiper-slide:hover:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; transition: .5s all; background: rgba(255,255,255, 0.8); }
.home .featured .swiper-slide { position: relative; text-align: center; width: 270px; height: 400px; cursor: pointer; overflow: hidden; background-size: cover; background-position: 40%; }
    .home .featured .swiper-slide .caption { position: absolute; text-align: center; margin: auto; left: 0; right: 0; padding: 0; }
    .home .featured .swiper-slide h1 { color: #fff; font-size: 18px; font-weight: 500; padding: 10px; position: relative; margin-top: 20px; }
        .home .featured .swiper-slide h1:before { content: ''; width: 14px; height: 2px; background: #fff; display: inline-block; position: absolute; text-align: center; left: 0; right: 0; margin: auto; top: 0; }
        .home .featured .swiper-slide h1:after { content: ''; width: 14px; height: 2px; background: #fff; display: inline-block; position: absolute; text-align: center; left: 0; right: 0; margin: auto; bottom: 0; }
    .home .featured .swiper-slide .moreInfo { font-weight: 700; color: #fff; font-size: 11px; display: inline-block; padding: 7px 20px; margin: 20px 0 0 0; transition: .5s all; }
    .home .featured .swiper-slide img { max-width: 100%; max-height: 100%; visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s linear; }

    .home .featured .swiper-slide:hover .moreInfo { color: #fff; transition: .5s all; }
    .home .featured .swiper-slide:hover img { visibility: visible; transition: .55s all; opacity: 1; }

/*------------- HOME SOLID CALLOUT -------------*/
.home .solid { background: #e78d11; padding: 50px; color: #fff; font-size: 16px; margin: 0 0 30px 0; }
    .home .solid .caption { float: left; width: 700px; }
    .home .solid h1 { color: #fff; font-size: 30px; font-weight: 300; margin: 0 0 10px 0; padding: 0; }
    .home .solid p { margin: 0; }
    .home .solid .btn { float: right; color: #fff; font-weight: 700; font-size: 13px; border: 2px solid #fff; padding: 12px 30px; transition: .5s all; cursor: pointer; }
        .home .solid .btn:hover { background: #fff; color: #e78d11; transition: .5s all; }


/*------------- CHARITIES -------------*/
.charities hr { clear: both; }
.charities .learnmore { text-align: center; margin-top: 2em; }
    .charities .learnmore img { padding: 2.5em; }
.charities .tv { float: right; cursor: pointer; width: 286px; height: 211px; background-image: url(../images/tv_noshadow_off.png); }
    .charities .tv:hover { background-image: url(../images/tv_noshadow.png); }
.charities .intro { font-size: 1.5em; float: left; }
    .charities .intro ul { margin: 2em 0; }
.charities .table h1 { margin-top: 1.5em; text-align: center; margin-top: 3em; }
.charities .table .flexbox .column { position: relative; padding-bottom: 5em; }

.charities .btn { color: #fff; background: #e78d11; font-weight: 700; font-size: 18px; border: 2px solid #fff; padding: 12px 30px; transition: .5s all; cursor: pointer; text-align: center; }
    .charities .btn:hover { background: #eee; color: #e78d11; transition: .5s all; text-decoration: none; }

.charities .table .flexbox .column .btn { position: absolute; bottom: 1em; left: 1em; right: 1em; }
    .charities .table .flexbox .column .btn:hover { background: #fff; color: #e78d11; transition: .5s all; text-decoration: none; }
.charities .charity-examples-logos { text-align: center; }
    .charities .charity-examples-logos ul { width: 100%; overflow: hidden; height: 60px; list-style: none; }
        .charities .charity-examples-logos ul li { list-style: none; float: left; background-image: none; }
            .charities .charity-examples-logos ul li img { height: 50px; }
.charities .osw-callout { color: #969696; clear: both; }
/*------------- SUB PAGES -------------*/
/*------------- SUB PAGES HEADER -------------*/
.pageTitle { padding: 90px 0 150px 0; }
    .pageTitle h1 { color: #fff; font-size: 70px; text-transform: uppercase; font-weight: 700; margin: 0; top: 0; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); }
    .pageTitle h2 { color: #fff; font-size: 50px; font-weight: 700; margin: 0; top: 0; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); }
    .pageTitle .breadcrumb li { display: inline-block; background: none; font-size: 14px; color: #fff; padding: 0; position: relative; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); }
        .pageTitle .breadcrumb li:after { content: ''; display: inline-block; width: 7px; height: 12px; background: url(../images/arrow-link.png) no-repeat left top; background-size: cover; margin: 0 11px 0 15px; transition: .5s all; vertical-align: middle; }
        .pageTitle .breadcrumb li:last-child:after { background: none; }
        .pageTitle .breadcrumb li a { color: #fff; text-decoration: none; display: inline-block; }
            .pageTitle .breadcrumb li a::before { transition: .3s all; width: 0; height: 1px; content: ''; display: block; position: absolute; left: 0; bottom: 0; background: #fff; margin: 7px 0 0 0; }
            .pageTitle .breadcrumb li a:hover::before, .pageTitle .breadcrumb li a:focus::before { width: 100%; background: #fff; }


/*------------- SUB PAGES LEFT MENU -------------*/
.subMenu { float: left; width: 290px; }
    .subMenu li { font-size: 15px; font-weight: 700; background: none; padding: 0; margin: 0; }
        .subMenu li a { padding: 15px 0; display: block; border-bottom: #c8c8c8 1px solid; transition: .5s all; color: #5f5f5f; }
            .subMenu li a:hover { padding: 15px 0; display: block; border-bottom: #e78d11 1px solid; text-decoration: none; color: #e78d11; }
        .subMenu li.active a { background: url(../images/subMenu-select.png) no-repeat left bottom; border-bottom: #e78d11 1px solid; color: #e78d11; }

/*------------- SUB PAGES CONTENT AREA -------------*/
.content { background: #fff; padding: 40px 0; }
.postContent { float: right; width: 830px; line-height: 1.7; overflow: auto; }
    .postContent.large { float: inherit; width: auto; }
    .postContent.center { text-align: center; padding: 0 160px; float: inherit; width: auto; }
        .postContent.center p { text-align: justify; }
    .postContent h1 { font-size: 24px; color: #e78d11; font-weight: 700; }
        .postContent h1:after { content: ''; display: block; width: 15px; height: 3px; background: #e78d11; margin: 15px 0 }
    .postContent.center h1:after { margin: 15px auto; }
    .postContent .headline { font-size: 84px; font-weight: 900; color: #000; text-transform: uppercase; line-height: 1.1; }
    .postContent h2 { font-size: 24px; color: #000; margin: 0 0 30px 0; font-weight: 400; }
    .postContent h3 { font-size: 22px; color: #000; margin: 0 0 30px 0; font-weight: 400; }
    .postContent h4 { font-size: 18px; color: #000; margin: 0 0 30px 0; font-weight: 400; }
    .postContent h5 { font-size: 16px; color: #000; margin: 0 0 30px 0; font-weight: 400; }
    .postContent a { text-decoration: none; position: relative; cursor: pointer; }
        .postContent a:before { transition: .3s all; width: 0; height: 1px; content: ''; display: block; position: absolute; left: 0; bottom: 0; background: #e78d11; margin: 0 0 0 0; }
        .postContent a:hover:before, .postContent a:focus::before { width: 100%; background: #e78d11; }

    /*------------- SUB PAGES PHOTO GALLERY -------------*/
    .postContent .photoGallery { margin-top: 40px; vertical-align: top; }
        .postContent .photoGallery .item { position: relative; text-align: center; width: 250px; cursor: pointer; background: #000; display: inline-block; margin: 0 23px 35px 0; }
        /*.postContent .photoGallery a:nth-child(3n+0) .item {margin-right: 0;}*/
        .postContent .photoGallery a:before { display: none; }
        .postContent .photoGallery a:hover:before { display: none; }
        .postContent .photoGallery a:hover:focus { display: none; }
        .postContent .photoGallery .item:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; transition: .5s all; background: none; }
        .postContent .photoGallery .item:hover:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; transition: .5s all; background: rgba(0,0,0, 0.4); z-index: 101; }
        .postContent .photoGallery .item .caption { position: absolute; text-align: center; margin: auto; left: 0; right: 0; padding: 0; z-index: 102; }
        .postContent .photoGallery .item h1 { color: #fff; font-size: 18px; font-weight: 500; padding: 10px; position: relative; }
            .postContent .photoGallery .item h1:before { content: ''; width: 14px; height: 2px; background: #fff; display: inline-block; position: absolute; text-align: center; left: 0; right: 0; margin: auto; top: 0; }
            .postContent .photoGallery .item h1:after { content: ''; width: 14px; height: 2px; background: #fff; display: inline-block; position: absolute; text-align: center; left: 0; right: 0; margin: auto; bottom: 0; }
        .postContent .photoGallery .item .moreInfo { font-weight: 700; color: #fff; font-size: 11px; display: inline-block; padding: 7px 20px; border: 2px solid #fff; margin: 20px 0 0 0; transition: .5s all; }
        .postContent .photoGallery .item img { width: 250px; }

        .postContent .photoGallery .item:hover .moreInfo { background: #000; color: #fff; transition: .5s all; border: 2px solid #000; }

/*------------- SUB PAGES ABOUT US -------------*/
.hub { width: 450px; }
.postContent .about-item-text { text-align: left; clear: both; padding-top: 30px; height: 12em; }
    .postContent .about-item-text.short { height: 8em; }
    .postContent .about-item-text img { float: left; }
    .postContent .about-item-text div { float: left; width: 80%; }
    .postContent .about-item-text h3 { color: #498dc1; font-weight: bold; margin: 10px 10px 0 10px; }
    .postContent .about-item-text p { margin: 0 10px; }

.postContent .about-item-text-right { text-align: left; clear: both; padding-top: 30px; height: 12em; }
    .postContent .about-item-text-right.short { height: 8em; }
    .postContent .about-item-text-right img { float: right; }
    .postContent .about-item-text-right div { float: right; width: 80%; }
    .postContent .about-item-text-right h3 { color: #498dc1; font-weight: bold; margin: 10px 10px 0 10px; text-align: right; }
    .postContent .about-item-text-right p { margin: 0 10px; }

.geronimo-solutions-hub { }

.postContent #aboutGeronimo { display: block; }
.postContent .timeline { background: url(../images/about/timeline-bg.gif) repeat-y center; margin: 70px auto 30px auto; max-width: 850px; }
    .postContent .timeline .box { background: url(../images/about/timeline-point.png) no-repeat center top; text-align: left; font-size: 14px; margin: 0 0 40px 0; background-size: 24px; }
        .postContent .timeline .box:first-child { background: url(../images/about/timeline-point2.png) no-repeat center top; background-size: 24px; }
        .postContent .timeline .box:last-child { background: url(../images/about/timeline-point2.png) no-repeat center top #fff; background-size: 24px; }
        .postContent .timeline .box .img { position: relative; float: left; width: 350px; text-align: right; }
            .postContent .timeline .box .img .mask { background: url(../images/about/timeline-image-mask.png) no-repeat left top; transform: rotateY(180deg); position: absolute; right: 0; top: 0; z-index: 101; width: 16px; height: 90px; }
        .postContent .timeline .box .teaser { width: 400px; float: right; }
        .postContent .timeline .box h1 { font-size: 18px; color: #000; font-weight: 600; margin: 3px 0 10px 0; }
            .postContent .timeline .box h1:after { display: none; }
        .postContent .timeline .box .year { font-size: 18px; color: #e78d11; font-weight: 600; float: left; line-height: 1.4; width: 50px; text-align: center; background: url(../images/year-bg.gif) no-repeat center bottom; height: 80px; margin: 0 5px 0 5px; }

        .postContent .timeline .box:nth-child(2n+0) .img { float: right; text-align: left; }
            .postContent .timeline .box:nth-child(2n+0) .img .mask { transform: rotateY(0deg); left: 0; }
        .postContent .timeline .box:nth-child(2n+0) .year { float: right; }
        .postContent .timeline .box:nth-child(2n+0) .teaser { float: left; text-align: right; }

        .postContent .timeline .box.start .year { background: none; height: auto; width: 395px; text-align: right; float: left; }
        .postContent .timeline .box:nth-child(2n+0).start .year { float: right; text-align: left; }

.directors { padding: 30px 0 25px 0; background: #ededed; text-align: center; }
    .directors h1 { text-transform: uppercase; color: #000; font-size: 15px; font-weight: 700; margin: 0 0 10px 0; text-align: center; }
    .directors .item { position: relative; text-align: center; width: 270px; cursor: pointer; background: #000; display: inline-block; margin: 0 25px 25px 0; outline: none; }
        .directors .item .detail img { width: 270px; float: left; }
    .directors a { text-decoration: none; outline: none; }
        .directors a:before { display: none; }
        .directors a:hover:before { display: none; }
    .directors .item:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; transition: .5s all; background: none; }
    .directors .item:hover:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; transition: .5s all; background: rgba(0,0,0, 0.4); cursor: pointer; }
    .directors .item .caption { position: absolute; text-align: center; margin: auto; left: 0; right: 0; padding: 0; }
    .directors .item h1 { color: #fff; font-size: 18px; padding: 10px; position: relative; font-weight: 700; }
        .directors .item h1:before { content: ''; width: 14px; height: 2px; background: #fff; display: inline-block; position: absolute; text-align: center; left: 0; right: 0; margin: auto; top: 0; }
        .directors .item h1:after { content: ''; width: 14px; height: 2px; background: #fff; display: inline-block; position: absolute; text-align: center; left: 0; right: 0; margin: auto; bottom: 0; }
    .directors .item .moreInfo { font-weight: 700; color: #fff; font-size: 11px; display: inline-block; padding: 7px 20px; border: 2px solid #fff; margin: 0 0 20px 0; transition: .5s all; }

    .directors .item:hover .moreInfo { background: #498dc1; color: #fff; transition: .5s all; border: 2px solid #498dc1; }

.directors-detail { position: relative; background: #FFF; padding: 20px; width: auto; max-width: 600px; margin: 20px auto; }
    .directors-detail img { width: auto; max-width: 270px; float: left; margin-top: 20px; }
    .directors-detail p { float: right; width: auto; max-width: 300px; }


/*------------- SUB PAGES CONTACT -------------*/
.contactInformation { float: left; margin-bottom: 50px; }
    .contactInformation h1 { font-weight: 700; color: #000; font-size: 22px; text-transform: uppercase; margin: 0 0 20px 0; }
    .contactInformation h2 { font-weight: 700; color: #000; font-size: 14px; text-transform: uppercase; margin: 7px 0 15px 0; }
    .contactInformation p { width: 290px; }
    .contactInformation &gt; .box &gt; i { display: inline-block; vertical-align: top; color: #e78d11; font-size: 30px; text-align: left; padding: 20px 10px 0 0; }
    .contactInformation .address { display: inline-block; width: 290px; padding: 20px 0; border-bottom: #cdcdcd 1px solid; }
    .contactInformation .box:last-child .address { border-bottom: none; }

.contactForm { float: right; width: 550px; margin-bottom: 50px; }
    .contactForm h1 { font-weight: 700; color: #000; font-size: 22px; text-transform: uppercase; margin: 0 0 20px 0; }

    .contactForm form { text-align: right; }
    .contactForm input, .contactForm textarea, .contactForm select { width: 100%; background: #fff; outline: none; border: none; border-bottom: #cdcdcd 1px solid; color: #5f5f5f; font-size: 16px; padding: 20px 0; margin: 0 0 10px 0; -ms-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box; transition: 1s color, 1s border-bottom; border-radius: 0; }
    .contactForm select { -webkit-appearance: none; background: url(../images/arrow-bottom.png) no-repeat right center; background-size: auto 10px; }
    .contactForm textarea { line-height: 1.5; }
        .contactForm input:focus, .contactForm textarea:focus, .contactForm select:focus { border-bottom: #000 1px solid; color: #000; }
    .contactForm input[type=submit] { background: #e78d11; font-size: 13px; font-weight: 900; color: #fff; display: inline-block; width: auto; padding: 15px 30px; margin: 15px 0 0 0; }
    .contactForm .error { border-bottom: #ff0000 1px solid !important; color: #ff0000 !important; }
    .contactForm .radiobox, .contactForm .checkbox { text-align: left; padding: 20px 0; margin: 0 0 10px 0; border-bottom: #cdcdcd 1px solid; }
        .contactForm .radiobox label, .contactForm .checkbox label { margin-right: 20px; }
        .contactForm .radiobox input, .contactForm .checkbox input { width: auto; margin: -4px 7px 0 0; vertical-align: middle; }
    .contactForm input:-webkit-autofill, .contactForm textarea:-webkit-autofill, .contactForm select:-webkit-autofill { background: #fff !important; }


/*------------- SUB PAGES BUSINESS -------------*/
.productBlock { margin-bottom: 30px; }
    .productBlock .logoBlock { width: 350px; background-color: #e2dede; margin-top: 10px; padding: 10px; border: 1px solid black; text-align: center; }
        .productBlock .logoBlock a:before { width: 0; height: 0; }
        .productBlock .logoBlock img { max-width: 320px; }

/*------------- SUB PAGES TYPOGRAPHY -------------*/
.typography dl { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; padding: 20px 0; }
.typography dt { display: inline-block; width: 60%; }
.typography dl dt:first-child { width: 40%; }
.typoHead { font-weight: 700; color: #000; font-size: 22px; background: url(../images/head-line.gif) repeat-x center; padding: 40px 0; }
    .typoHead div { background: #fff; padding-right: 60px; display: inline-block; }

.colors { }
    .colors .box { display: inline-block; width: 190px; margin: 0 50px 40px 0; }
        .colors .box:nth-child(5n+0) { margin-right: 0; }
        .colors .box .boxColor { height: 190px; box-sizing: border-box; }
        .colors .box .colorNumber { text-align: center; margin-top: 5px; font-size: 14px; color: #858585; }


/*------------- GOOGLE MAP -------------*/
.gMap { width: 100%; height: 470px; position: relative; clear: both; }
    .gMap #map { width: 100%; height: 470px; }
    .gMap .contactInfo { position: absolute; color: #fff; font-size: 15px; top: 60px; z-index: 110; }
        .gMap .contactInfo h1 { font-size: 15px; font-weight: 700; }


/*------------- FOOTER -------------*/
footer { background-color: #333; color: #fff; font-weight: 700; font-size: 12px; padding: 20px 0; text-align: center; }
    footer span { color: #e78d11; }


@media (max-width: 1290px) and (min-width:940px) {
    /*------------- MAIN -------------*/
    .container { width: 900px; min-width: 900px; }

    /*------------- HEADER -------------*/
    .top .menu dt { margin: 0 20px; }

    /*------------- HOME -------------*/
    .home .aboutUs { width: 381px; }
    .home .blog { width: 435px; }
        .home .blog img { width: 100%; }
        .home .blog .leftArrow { top: 105px; }
        .home .blog .rightArrow { top: 105px; }
    /*.home-swiper-container {height: 600px;}*/

    .home .categories img { width: 420px; }
    .home .categories .border { width: 420px; }

    .home .categories .border { width: 377px; height: 129px; }

    .home .buyTheme .caption { width: 65%; }

    .home .categories .category { width: 420px; overflow: hidden; }
    .home .categories .caption { /*top: 40px;*/ }
    .home .categories .category .caption:before { width: 120px; }
    .home .categories .category:hover .caption:before { width: 170px; }
    .home .categories .category .caption:after { width: 120px; margin-left: 225px; }
    .home .categories .category:hover .caption:after { width: 170px; margin-left: 174px; }

    .home .categories .big .caption:after { margin-left: 280px; }
    .home .categories .big:hover .caption:after { margin-left: 229px; }
    .home .categories .big .border { width: 377px; height: 305px; }
    .home .categories .big .caption { height: 348px; }
        .home .categories .big .caption:before { margin-top: 81px; }
    .home .categories .big img { height: 350px; width: auto; }

    .home .categories .category.wide { width: 860px; }
        .home .categories .category.wide .caption:after { margin-left: 660px; }
        .home .categories .category.wide:hover .caption:after { margin-left: 610px; }
        .home .categories .category.wide .border { width: 810px; height: 165px; }
        .home .categories .category.wide .caption { height: 260px; }
            .home .categories .category.wide .caption:before { margin-top: 81px; }


    /*------------- SUB PAGES -------------*/
    .subMenu { width: 250px; }
    .postContent { width: 620px; }
        .postContent.center { padding: 0 30px; }

    .contactForm { width: 500px; }
    .photoGallery { text-align: center; }
    .postContent .photoGallery .item { margin: 0 15px 30px; }
    .postContent .photoGallery a:nth-child(3n+0) .item { margin-right: 15px; }

    .directors .item { margin: 0 12px 25px; }
    .directors a:nth-child(5n+0) .item { margin-right: 12px; }

    .colors .box { width: 160px; margin-right: 20px; }
        .colors .box .boxColor { height: 160px; }




    /*------------- GOOGLE MAP -------------*/
    .gMap { height: 300px; }
        .gMap #map { height: 300px; }
}

@media (max-width: 1025px) {
    /*------------- HOME -------------*/
    .home-swiper-container .leftArrow { display: none; }
    .home-swiper-container .rightArrow { display: none; }
}

@media (max-width: 940px) {
    /*------------- MAIN -------------*/
    .container { width: 595px; min-width: 595px; position: relative; }

    /*------------- HEADER -------------*/
    .mobilMenu { display: block; position: absolute; z-index: 201; right: 20px; top: 2px; bottom: 0; margin: auto; }
    .lang { opacity: 0; height: 0; transition: 1s visibility; text-align: center; top: 0; position: absolute; z-index: 201; right: 0; overflow: hidden; visibility: hidden; width: 244px; padding: 15px 0; }
    .drawer-open .lang { display: inherit; opacity: 1; top: 0; transition: .5s .5s opacity; height: auto; position: fixed; visibility: visible; background: #fff; }
    .top .social { position: fixed; text-align: center; width: 244px; right: 0; background: #fff; padding: 15px 0; opacity: 0; height: 0; overflow: hidden; visibility: hidden; transition: 1s visibility; bottom: 0; }
    .drawer-open .top .social { height: 20px; opacity: 1; visibility: visible; transition: .5s .5s opacity; top: 10px; }
    .top .menu { position: fixed; }
    .top .social span { margin: 0 10px; font-size: 30px; }
    .top .menu dl { padding: 40px 20px; display: block; }
    .top .menu dt { display: block; width: 100%; font-size: 18px; padding: 0; margin: 10px 0 10px 0; line-height: 1; border-bottom: #c8c8c8 1px solid; }
        .top .menu dt a { display: block; padding: 10px 0; }
    .top .menu a:hover:before { display: none; }
    .top .menu a:hover:after { display: none; }
    .top .menu dt.active { border-bottom: #e78d11 1px solid; }
        .top .menu dt.active:after { position: absolute; bottom: 0; background: #e78d11; width: 30px; height: 2px; content: ''; left: 0; }

    .drawer-open .mobilMenu:after { background: #fff; }
    .drawer-open .mobilMenu:before { background: #fff; }
    .drawer-open .mobilMenu div { background: #fff; }
    /*.show-menu  {overflow: hidden;}*/

    /*------------- HOME -------------*/
    .home-swiper-container { height: 500px; }
        .home-swiper-container .swiper-slide .box { width: auto; padding-top: 20px; }
        .home-swiper-container .swiper-slide h1 { font-size: 50px; }
        .home-swiper-container .swiper-slide h2 { font-size: 16px; width: 70%; padding: 15px 0; }

    .home .categories { margin-top: -150px; }
        .home .categories .category.wide { width: 555px; }
            .home .categories .category.wide .border { width: 515px; height: 165px; }
            .home .categories .category.wide .caption { width: 515px; }
    .table { display: inherit; }
    .flexbox { display: inherit; }
    .aboutUs, .column { width: 100%; box-sizing: border-box; margin-right: 0; }
    .geronimo-solutions-hub { width: 80%; }

    .postContent .about-item-text { height: auto; }
        .postContent .about-item-text.short { height: auto; }

    .postContent .about-item-text-right { text-align: left; clear: both; padding-top: 30px; height: auto; }
        .postContent .about-item-text-right.short { height: auto; }
        .postContent .about-item-text-right img { float: left; }
        .postContent .about-item-text-right div { float: left; width: 80%; }
        .postContent .about-item-text-right h3 { color: #498dc1; font-weight: bold; margin: 10px 10px 0 10px; text-align: left; }
        .postContent .about-item-text-right p { margin: 0 10px; }

    .home .blog { width: 100%; box-sizing: border-box; }
        .home .blog img { width: 100%; }

    .home .buyTheme { text-align: center; }
        .home .buyTheme .caption { width: auto; float: inherit; margin: 0 0 30px 0; }
        .home .buyTheme .themeBtn { float: inherit; display: inline; }


    /*------------- SUB PAGES -------------*/
    .subMenu { float: inherit; width: auto; margin-bottom: 50px; }

    .postContent { width: 100%; }
        .postContent.center { padding: 0 30px; }
        .postContent .headline { font-size: 50px; }
        .postContent .timeline { /*background: none !important;*/ clear: both; }

            .postContent .timeline .box { /*background: none;*/ width: 240px; margin: 0 auto 30px auto; padding: 40px 0 0 0; }
                .postContent .timeline .box:first-child { /*background: none;*/ }
                .postContent .timeline .box:last-child { /*background: none;*/ }
                .postContent .timeline .box .img { float: inherit; width: auto; }
                .postContent .timeline .box .year { float: inherit; width: auto; height: auto; text-align: left; background: none; margin: 0; padding: 5px 0; background: #fff; }
                .postContent .timeline .box:nth-child(2n+0) .year { float: inherit; text-align: right; }
                .postContent .timeline .box h1 { background: #fff; margin: 0; padding: 3px 0 10px 0; }
                .postContent .timeline .box .img .mask { background: none; }
                .postContent .timeline .box .teaser { float: inherit; width: auto; background: #fff; padding: 0 0 20px; }

                .postContent .timeline .box.start .year { width: auto; float: inherit; text-align: center; }

    .contactInformation { float: inherit; }
        .contactInformation .mdi { position: absolute; }
        .contactInformation .address { width: 100%; padding-left: 40px; box-sizing: border-box; }

    .contactForm { float: inherit; width: 100%; }
    .photoGallery { text-align: center; }
    .postContent .photoGallery .item { margin: 0 15px 30px; }
    .postContent .photoGallery a:nth-child(3n+0) .item { margin-right: 15px; }

    .directors .item { margin: 0 12px 25px; }
    .directors a:nth-child(5n+0) .item { margin-right: 12px; }


    .typography dl { display: inherit; }
    .typography dt { width: 100% !important; }

    .colors .box { width: 160px; margin-right: 53px; }
        .colors .box:nth-child(5n+0) { margin-right: 53px; }
        .colors .box:nth-child(3n+0) { margin-right: 0; }
        .colors .box .boxColor { height: 160px; }

    /*------------- GOOGLE MAP -------------*/
    .gMap { height: 450px; }
        .gMap #map { height: 450px; }
}

@media (max-width: 635px) {
    /*------------- MAIN -------------*/
    .container { width: auto; min-width: inherit; }

    /*------------- HOME -------------*/
    .home-swiper-container .swiper-slide h1 { font-size: 45px; }
    .home-swiper-container .swiper-slide h2 { width: 90%; font-size: 14px; }
    .home .categories .category { height: 100%; }
        .home .categories .category img { width: 100%; }
        .home .categories .border, .home .categories .category.wide .border { height: 81%; width: 92%; }
    .home .categories .big .border { height: 91%; }
    .home .categories .category.big { height: auto; }
        .home .categories .category.big h1 { font-size: 28px; }
    .home .categories .caption, .home .categories .category.wide .caption { width: 85%; left: 0; right: 0; margin: auto; text-align: center; }
        .home .categories .caption:before { display: none; }
        .home .categories .caption:after { display: none; }

    .home .blog .rightArrow { top: 20px; }
    .home .blog .leftArrow { top: 20px; right: 60px; left: auto; }

    /*------------- SUB PAGES -------------*/
    .pageTitle h1 { font-size: 60px; }
    .pageTitle { padding: 70px 0; }


    .typoHead div { padding-right: 30px; }
    .colors { text-align: center; }
        .colors .box { width: 100%; margin-right: 0; margin-bottom: 20px; }
            .colors .box:nth-child(5n+0) { margin-right: 0; }
            .colors .box:nth-child(3n+0) { margin-right: 0; }
            .colors .box .boxColor { height: 60px; }

    /*------------- GOOGLE MAP -------------*/
    .gMap .contactInfo { top: 30px }
    .gMap { height: 500px; }
        .gMap #map { height: 500px; }
}

@media (max-width: 460px) {
    /*------------- HEADER -------------*/
    .topLine .contacts { float: inherit; }
    .topLine .phone { display: inherit; }
    .topLine .email { display: inherit; }
    .mobilMenu { /*top: 108px;*/ }

    /*------------- HOME -------------*/
    .home .categories .category, .home .categories .category.wide { width: 95%; }
        .home .categories .caption, .home .categories .category.wide .caption { width: 92%; }

            .home .categories .caption h1 { font-size: 28px; }

    .home .categories .border { border: #fff 3px solid; width: 90%; height: 78%; }
    .home .categories .category.big .border, .home .categories category.wide .border { width: 89%; height: 88%; }

    /*------------- SUB PAGES -------------*/
    .home .aboutUs, .column { width: 100%; padding: 10px; }

    .home .featured .title { margin: 0 10px; }
    .home .solid h1 { font-size: 25px; }
    .home .solid .btn { float: none; }
    .home .solid .caption { width: 100%; }
    .hub { width: 400px; }

    .productBlock .logoBlock { width: 310px; }

    .charities .tv { margin: 25px; }
    .charities .intro { font-size: 1em; }
    .charities .table .flexbox .column { padding-bottom: 7em; }
    .charities .learnmore img { padding: 1.5em 0.5em; }

    .pageTitle { padding: 60px 0; }
        .pageTitle h1 { font-size: 40px; line-height: 1; }

    .postContent.center { padding: 0; }

    .postContent .timeline { clear: both; }
        .postContent .timeline .box { width: 100%; max-width: 240px; }
            .postContent .timeline .box img { width: 100%; max-width: 240px; }

    .directors .item { width: 100%; max-width: 270px; margin: 0 0 25px; }
        .directors .item img { width: 100%; max-width: 270px; }
    .directors a:nth-child(5n+0) .item { margin-right: 0; }

    .directors-detail { padding: 20px 60px; }
        .directors-detail img { float: initial; }
        .directors-detail p { float: initial; }

    .postContent .photoGallery .item { width: 100%; max-width: 250px; margin: 0 0 25px; }
        .postContent .photoGallery .item img { width: 100%; max-width: 250px; }
    .postContent .photoGallery a:nth-child(3n+0) .item { margin-right: 0; }
    .postContent .headline { font-size: 40px; }


    .postContent .about-item-text img, .postContent .about-item-text-right img { display: none; }
}

@media (max-width: 360px) {
    /*------------- HOME -------------*/
    .home .categories { margin-top: -40px; }
        .home .categories .caption h1 { font-size: 24px; }
        .home .categories .category.big { height: auto; }
            .home .categories .category.big h1 { font-size: 24px; }
        .home .categories .caption .season { font-size: 16px; }
        .home .categories .big .slogan { font-size: 25px; margin-top: 10px; margin-bottom: 10px; }

    .top .logo img { width: 80%; }


    /*------------- SUB PAGES -------------*/
    .hub { width: 300px; }

    .timeline { width: 100%; }

    .postContent .timeline { clear: both; margin-top: 20px; }
    .postContent .about-item-text img, .postContent .about-item-text-right img { display: none; }
}
</pre></body></html>