
        /* 
   _____                          _____  
  /  _  \_______   ____   ______ /  |  | 
 /  /_\  \_  __ \_/ __ \ /  ___//   |  |_
/    |    \  | \/\  ___/ \___ \/    ^   /
\____|__  /__|    \___  >____  >____   | 
        \/            \/     \/     |__| 

Ares4 Default Theme 1.0
http://www.ares4.com
*/
        /* Font import */

        /*
        @import url(https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:100,200,300,400,500,600,700,800,900);
        @import url(https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:100,200,300,400,500,600,700,800,900);
        @import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);
        @import url(https://fonts.googleapis.com/css?family=Gilda+Display:400);
        */
        @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
        @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
        @import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One');

        @font-face {
            font-family: 'proxima_nova_a_black';
            src: url('http://ares4.info/fonts/Verein-Ostwaerts/Mark Simonson - Proxima Nova A Black.ttf') format('truetype');
        }
        
         @font-face {
            font-family: 'proxima_nova_black';
            src: url('http://ares4.info/fonts/Verein-Ostwaerts/Mark Simonson - Proxima Nova Black.ttf') format('truetype');
        }

         @font-face {
            font-family: 'proxima_nova_s_black';
            src: url('http://ares4.info/fonts/Verein-Ostwaerts/Mark Simonson - Proxima Nova S Black.ttf') format('truetype');
        }
       
        /* General */

        #ares4 {
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            font-family: 'proxima-nova', sans-serif;
            /*font-family: 'Alfa Slab One', cursive;*/
            hyphens: auto;
        }

       #ares4 .site-wrapper {
            max-width: 1120px;
	        margin-left: auto;
	        margin-right: auto;
	        padding: 0;
	        background-repeat: no-repeat;
        }

        /* Logo */

        #ares4 #logo img {
            width: auto;
            height: 100px;
            margin: 8px 0px 0 0px;
        }
        
        /* Search Box */

        #ares4 #search {
            /* padding: 12px;
            margin: 16px;
            border: 1px solid #000;
            width: 228px;
            box-sizing: border-box;*/
            padding: 10px;
            margin: 10px 16px 0 0;
            border: 0 solid gray;
            width: 272px;
            box-sizing: border-box;
            float: right;
            position: relative;
        }
        
        /* Breadcrumb Trail */

        #ares4 #breadcrumb {
            font-size: 14px;
            /*color: #696969;*/
            color: #FFFFFF;
            margin-bottom: 8px;
            padding: 16px 0 0 16px;
        }

        #ares4 #breadcrumb a {
            margin: 0 8px 0 0;
            /*color: #696969;*/
            color: #FFFFFF;
            text-decoration: none;
        }
        
        /* Information Room */

        #ares4 .ie-grid {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 16px 16px 16px 16px;
            max-width: 1120px;
        }

        #ares4 .ie-grid .grid-sizer {
            width: 0;
            display: inline-block;
        }

        #ares4 .ie-grid .grid-gutter {
            width: 0px;
            display: inline-block;
        }
        
        /* Information Unit */

        #ares4 .ie-grid .ie {
            border: 0 solid black;
            position: relative;
            margin-bottom: 0px;
            box-sizing: border-box;
        }

        #ares4 a.front {
            text-decoration: none;
        }

        /* Information Unit CSS Class 1*/

        #ares4 .ie-grid .ie .front-1 {
            cursor: pointer;
            height: 100%;
            padding: 15px 10px 10px 15px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;

            /*outline-style: solid;
            outline-width: 1px;
            outline-color: white;
            outline-offset: -20px;
            
            -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 80% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 85%, 80% 100%, 0% 100%);

            -webkit-border-top-left-radius: 32px;
            -webkit-border-bottom-right-radius: 32px;
            -moz-border-radius-topleft: 32px;
            -moz-border-radius-bottomright: 32px;
            border-top-left-radius: 32px;
            border-bottom-right-radius: 32px;*/
            
            /*border-radius: 0px 100px;
            -webkit-clip-path: polygon(0% 0%, 95% 0, 95% 44%, 100% 50%, 95% 57%, 95% 100%, 0 100%);
            -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
        }
 
        /* #ares4 .ie-grid .ie .front-1:hover {
            text-decoration: undeline;
            background: solid gray;
         }*/
         
        #ares4 .ie-grid .ie .front-1:hover {
            /*border-bottom: 8px solid white;*/
            /*box-shadow: inset 0 0 0 1px Indigo !important;*/
            /*background: linear-gradient(gray, gray 99%, Indigo 1%, Indigo);*/
        }
        
        #ares4 .ie-grid .ie .front-1 h3 {
            margin: 0 0 5px 0;
            font-size: 32px;
            font-weight: 900;
            color: #4B0082;
        }

        #ares4 .ie-grid .ie .front-1 h4 {
            margin: 0;
            font-size: 22px;
            font-weight: 100;
            color: #4B0082;
        }

        #ares4 .ie-grid .ie .back {}

        #ares4 .ie-grid .ie .back-1 {
            /*height: 528px;
            width: 352px;*/
            height: 100%;
            width: 100%;
            padding: 12px 4px 12px 12px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
            border: 1px solid lightgray;
        }

        #ares4 .ie-grid .ie .back-1 h2 {
            margin: 0 0 0 0;
            font-size: 24px;
        }

        #ares4 .ie-grid .ie .back-1 h3 {
            margin: 0;
            font-size: 16px;
        }

        #ares4 .ie-grid .ie .back-1 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 0 solid black;
        }

        #ares4 .ie-grid .ie .back-1 .ie-close {
            position: absolute;
            right: 0;
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin: 0px 10px 0 0;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }

        #ares4 .ie-grid .ie .back-1 .ie-close:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav {
            margin: 0 0 0 0;
            height: 30px;
            text-align: left;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav a {
            text-transform: uppercase;
            text-decoration: none;
            color: #cccccc;
            margin-left: 0;
            margin-right: 32px;
            padding-top: 0;
            cursor: pointer;
            display: inline-block;
            font-size: 13px;
            line-height: 18px;
            border-top: 0 solid white;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav a h3 {
            margin: 0;
            padding: 0;
            display: inline-block;
            font-size: 16px;
            line-height: 20px;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav .active {
            color: black;
            border-bottom: 1px solid black;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabs {
            height: calc(100% - 92px);
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
            height: 100%;
            width: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            font-size: 14px;
            line-height: 17px;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options {
            /*display: table;
            table-layout: fixed;
            width: 26px;
            height: 26px;
            bottom: 0;
            left: 0;
            background-color: gainsboro;
            position: absolute;*/
            position: relative;
            width: 96%;
            height: 26px;
            bottom: 0;
            left: 0;
            text-align: right;
            background: none;
            padding: 0 0 2px 0;
            margin: 0 2%;

        }

        #ares4 .ie-grid .ie .back-1 .ie-options div {
            list-style-type: none;
            display: table-cell;
            width: 26px;
            height: 26px;
            text-align: left;
            vertical-align: middle;
            padding: 0 8px 0 8px;
            /*list-style-type: none;
            display: inline-block;
            width: 26px;
            height: 26px;
            text-align: center;
            margin: 0 0 0 10px;*/
        }

        #ares4 .ie-grid .ie .back-1 .ie-options div .fa {
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin-top: 4px;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        /* Information Unit Sizes */

        #ares4 .ie-grid .ie-width-1 {
            width: 136px;
        }

        #ares4 .ie-grid .ie-width-1 h3 {
            font-size: 14px;
        }

        #ares4 .ie-grid .ie-width-1 h4 {
            font-size: 10px;
        }

        #ares4 .ie-grid .ie-width-2 {
            width: 272px;
        }

        #ares4 .ie-grid .ie-width-2 h3 {
            font-size: 21px;
        }

        #ares4 .ie-grid .ie-width-2 h4 {
            font-size: 14px;
        }

        #ares4 .ie-grid .ie-width-3 {
            width: 408px;
        }

        #ares4 .ie-grid .ie-width-3 h3 {
            font-size: 37px;
        }

        #ares4 .ie-grid .ie-width-3 h4 {
            font-size: 19px;
        }

        #ares4 .ie-grid .ie-width-4 {
            width: 544px;
        }

        #ares4 .ie-grid .ie-width-4 h3 {
            font-size: 49px;
        }

        #ares4 .ie-grid .ie-width-4 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-width-5 {
            width: 680px;
        }

        #ares4 .ie-grid .ie-width-5 h3 {
            font-size: 49px;
        }

        #ares4 .ie-grid .ie-width-5 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-width-6 {
            width: 816px;
        }

        #ares4 .ie-grid .ie-width-6 h3 {
            font-size: 49px;
        }

        #ares4 .ie-grid .ie-width-6 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-width-7 {
            width: 952px;
        }

        #ares4 .ie-grid .ie-width-7 h3 {
            font-size: 49px;
        }

        #ares4 .ie-grid .ie-width-7 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-width-8 {
            width: 1088px;
        }

        #ares4 .ie-grid .ie-width-8 h3 {
            font-size: 49px;
        }

        #ares4 .ie-grid .ie-width-8 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-height-1 {
            height: 136px;
        }

        #ares4 .ie-grid .ie-height-2 {
            height: 272px;
        }

        #ares4 .ie-grid .ie-height-3 {
            height: 408px;
        }

        #ares4 .ie-grid .ie-height-4 {
            height: 544px;
        }

        #ares4 .ie-grid .ie-height-5 {
            height: 680px;
        }

        #ares4 .ie-grid .ie-height-6 {
            height: 816px;
        }

        #ares4 .ie-grid .ie-height-7 {
            height: 952px;
        }

        #ares4 .ie-grid .ie-height-8 {
            height: 1088px;
        }

        #ares4 .ie-grid .ie-maximized {
            width: 544px;
            /*height: 352px;*/
            height: 544px;
        }
        
        /* Responsive */

        @media screen and (max-width: 720px) {
            #ares4 #logo img {
                width: auto;
                height: 70px;
                margin: 25px 0px 0 0px;
            }

            #ares4 .ie-grid {
                width: 600px;
                left: 8px;
                margin: auto;
            }
            #ares4 .ie-grid .grid-sizer {
                width: 89px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 0;
                display: inline-block;
            }

            #ares4 .ie-grid .ie-width-1 {
                width: 89px;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                font-size: 7px;
            }
            #ares4 .ie-grid .ie-width-2 {
                width: 178px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 18px;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 10px;
            }
            #ares4 .ie-grid .ie-width-3 {
                width: 267px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 34px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 356px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 445px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 534px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 623px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 712px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 89px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 178px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 267px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 356px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 445px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 534px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 623px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 712px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 352px;
                height: 352px;
            }
        }

        @media screen and (max-width: 420px) {
            #ares4 #logo img {
                width: auto;
                height: 70px;
                margin: 25px 0px 0 0px;
            }
            #ares4 .ie-grid {
                width: 320px;
                left: 10px;
                margin: auto;
            }
            #ares4 .ie-grid .grid-sizer {
                width: 67.5px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }
            #ares4 .ie-grid .ie-width-1 {
                width: 67.5px;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                font-size: 7px;
            }
            #ares4 .ie-grid .ie-width-2 {
                width: 145px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 18px;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 10px;
            }
            #ares4 .ie-grid .ie-width-3 {
                width: 222.5px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 34px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 67.5px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 145px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 222.5px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 300px;
                height: 300px;
            }
        }
    