
        /* 
   _____                          _____  
  /  _  \_______   ____   ______ /  |  | 
 /  /_\  \_  __ \_/ __ \ /  ___//   |  |_
/    |    \  | \/\  ___/ \___ \/    ^   /
\____|__  /__|    \___  >____  >____   | 
        \/            \/     \/     |__| 

Ares4 Default Theme 1.0
http://www.ares4.com
*/
        /* Font import */
        
        /*
        @import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
        */
        @import url(https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Serif:400,700);
        /*
        @import url(https://fonts.googleapis.com/css?family=Fira+Sans|Fira+Sans+Condensed:400,700);
        @import url(https://fonts.googleapis.com/css?family=Karma:300,400,500,600,700);
        @import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
        @import url(https://fonts.googleapis.com/css?family=Mukta+Vaani:200,300,400,500,600,700,800);
        @import url(https://fonts.googleapis.com/css?family=PT+Sans|PT+Serif:400,700);
        @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro|Source+Serif+Pro:200,300,400,600,700,900);
        */

        /* General */
        
        #ares4 {
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            font-family: 'Droid Sans', sans-serif;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            -ms-hyphens: auto;
            -epub-hyphens: auto;
            hyphens: auto;
        }
        
        #ares4 .site-wrapper {
            max-width: 670px;
	        margin-left: auto;
	        margin-right: auto;
	        padding: 0 0 0 0;
	        background-repeat: no-repeat;
        }
        
        /* Logo */
        
        #ares4 #logo img {
            width: auto;
            height: 80px;
            margin: 10px 0 0 10px;
         }
        
        /* Search Box */
        
        #ares4 #search {
            padding: 10px;
            margin: 10px 10px 0 0;
            border: 0 solid gray;
            width: 210px;
            box-sizing: border-box;
            float: right;
            position: relative;
        }
        
        /* Breadcrumb Trail */
        
        #ares4 #breadcrumb {
            font-size: 14px;
            color: #696969;
            margin-bottom: 10px;
            padding: 20px 0 0 10px;
        }
        
        #ares4 #breadcrumb a {
            margin: 0 10px 0 0;
            color: #696969;
            text-decoration: none;
        }
        
        /* Impressum und Rechtliches */
        
          
        /* Information Room */
        
        #ares4 .ie-grid {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 10px 10px 10px 10px;
            max-width: 704px;
   }
        
        #ares4 .ie-grid .grid-sizer {
            width: 100px;
            display: inline-block;
        }
        
        #ares4 .ie-grid .grid-gutter {
            width: 10px;
            display: inline-block;
        }
        
        /* Information Unit */
        
        #ares4 .ie-grid .ie {
            border: 5px solid white;
            position: relative;
            margin-bottom: 0;
            box-sizing: border-box;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

            /* opacity: 1;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;*/
        }
        
        /*#ares4 .ie-grid .ie .front-1:hover {
            transition: opacity 0.5s ease;
            opacity: 0.5;
            -webkit-filter: grayscale(100%);
            -webkit-filter: hue-rotate(333deg);
            -webkit-filter: invert(100%);
            -moz-transform: scale(0.95);
            -webkit-transform: scale(0.95);
            transform: scale(0.95);
        }
        */
        
        #ares4 a.front {
            text-decoration: none;
        }

        /* Information Unit CSS Class 1*/
        
        #ares4 .ie-grid .ie .front-1 {
            cursor: pointer;
            height: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
            text-decoration: none;
        }
        
        #ares4 .ie-grid .ie .front-1:hover {
            transition: opacity 0.5s ease;
            opacity: 0.5 !important;
            -webkit-filter: grayscale(100%);
        }            
            
        #ares4 .ie-grid .ie .front-1 h3 {
            margin: 0 0 5px 0;
            font-family: 'Droid Sans', sans-serif;
        }
        
        #ares4 .ie-grid .ie .front-1 h4 {
            margin: 0;
        }
        
        #ares4 .ie-grid .ie .back {}
        
        #ares4 .ie-grid .ie .back-1 {
            height: 100%;
            width: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
        }
        
        #ares4 .ie-grid .ie .back-1 h3 {
            margin: 0 0 0 0;
            font-size: 21px;
        }
        
        #ares4 .ie-grid .ie .back-1 h4 {
            margin: 0;
            font-size: 14px;
        }
        
        #ares4 .ie-grid .ie .back-1 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 1px solid black;
        }
        
        #ares4 .ie-grid .ie .back-1 .ie-close {
            position: absolute;
            right: 0;
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin: 0 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: -10px 0 0 0;
            height: 30px;
            text-align: right;
        }
        
        #ares4 .ie-grid .ie .back-1 .ie-tabnav a {
            text-transform: uppercase;
            text-decoration: none;
            color: #cccccc;
            margin-left: 20px;
            padding-top: 5px;
            cursor: pointer;
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
            border-top: 2px solid white;
        }
        
		#ares4  .ie-grid .ie .back-1 .ie-tabnav a h3 {
            margin: 0;
            padding: 0;
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav .active {
            color: black;
            border-top: 2px solid black;
        }
        
        #ares4 .ie-grid .ie .back-1 .ie-tabs {
            height: calc(100% - 88px);
        }
        
        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 14px;
            line-height: 18px;
        }
        
        #ares4 .ie-grid .ie .back-1 .ie-options {
            /* display: table;
            table-layout: fixed;
            width: 100%;
            height: 25px;
            bottom: 0;
            left: 0;
            background-color: solid white;
            position: absolute;*/
            position: absolute;
            width: 96%;
            height: 25px;
            bottom: 0;
            left: 0;
            text-align: right;
            background: none;
            padding: 0 0 0 0;
            margin: 0 2%;
        }
        
        #ares4 .ie-grid .ie .back-1 .ie-options div {
            /*list-style-type: none;
            display: table-cell;
            height: 25px;
            text-align: right;
            vertical-align: middle;
            list-style-type: none;
            display: table-cell;
            vertical-align: middle;*/
                    
            list-style-type: none;
            display: inline-block;
            width: 25px;
            height: 25px;
            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: 2px;
            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 CSS Class 2*/

        #ares4 .ie-grid .ie .front-2 {
            cursor: pointer;
            height: 100%;
            padding: 64% 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
            text-decoration: none;
        }

        #ares4 .ie-grid .ie .front-2:hover {
            transition: opacity 0.5s ease;
            opacity: 0.5 !important;
            -webkit-filter: grayscale(100%);
        }            
        
        #ares4 .ie-grid .ie .front-2 h3 {
            margin: 0 0 5px 0;
        }
        
        #ares4 .ie-grid .ie .front-2 h4 {
            margin: 0;
        }
        
        #ares4 .ie-grid .ie .back {}
        
        #ares4 .ie-grid .ie .back-2 {
            height: 100%;
            width: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
        }
        
        #ares4 .ie-grid .ie .back-2 h3 {
            margin: 0 0 0 0;
            font-size: 21px;
        }
        
        #ares4 .ie-grid .ie .back-2 h4 {
            margin: 0;
            font-size: 14px;
        }
        
        #ares4 .ie-grid .ie .back-2 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 1px solid black;
        }
        
        #ares4 .ie-grid .ie .back-2 .ie-close {
            position: absolute;
            right: 0;
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin: 0 10px 0 0;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }
        
        #ares4 .ie-grid .ie .back-2 .ie-close:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        #ares4 .ie-grid .ie .back-2 .ie-tabnav {
            margin: -10px 0 0 0;
            height: 30px;
            text-align: right;
        }
        
        #ares4 .ie-grid .ie .back-2 .ie-tabnav a {
            text-transform: uppercase;
            text-decoration: none;
            color: #cccccc;
            margin-left: 20px;
            padding-top: 5px;
            cursor: pointer;
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
            border-top: 2px solid white;
        }

		#ares4 .ie-grid .ie .back-2 .ie-tabnav a h3 {
            margin: 0;
            padding: 0;
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
        }

        #ares4 .ie-grid .ie .back-2 .ie-tabnav .active {
            color: black;
            border-top: 2px solid black;
        }
        
        #ares4 .ie-grid .ie .back-2 .ie-tabs {
            height: calc(100% - 88px);
        }
        
        #ares4 .ie-grid .ie .back-2 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 14px;
        }
        
        #ares4 .ie-grid .ie .back-2 .ie-options {
            /* display: table;
            table-layout: fixed;
            width: 100%;
            height: 25px;
            bottom: 0;
            left: 0;
            background-color: solid white;
            position: absolute;*/
            position: absolute;
            width: 96%;
            height: 25px;
            bottom: 0;
            left: 0;
            text-align: right;
            background: none;
            padding: 0 0 0 0;
            margin: 0 2%;
        }
        
        #ares4 .ie-grid .ie .back-2 .ie-options div {
            /*list-style-type: none;
            display: table-cell;
            height: 25px;
            text-align: right;
            vertical-align: middle;
            list-style-type: none;
            display: table-cell;
            vertical-align: middle;*/
                    
            list-style-type: none;
            display: inline-block;
            width: 25px;
            height: 25px;
            text-align: center;
            margin: 0 0 0 10px;
        }
        
        #ares4 .ie-grid .ie .back-2 .ie-options div .fa {
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin-top: 2px;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }
        
        #ares4 .ie-grid .ie .back-2 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        /* Information Unit CSS Class 3*/

        #ares4 .ie-grid .ie .front-3 {
            cursor: pointer;
            height: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
            text-decoration: none;
            -moz-transition: all 0.6s ease-in-out !important;
            -webkit-transition: all 0.6s ease-in-out !important;
            -o-transition: all 0.6s ease-in-out !important;
            -ms-transition: all 0.6s ease-in-out !important;
            transition: all 0.6s ease-in-out !important;
        }

        #ares4 .ie-grid .ie .front-3:hover {
            -moz-transform: scale(1.5);
            -webkit-transform: scale(1.5);
            -o-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
            
            box-shadow: 0 0 100px #000000;
            display: inline-block;
            position: relative;
            z-index: 9999;
            }

        /*#ares4 .ie-grid .ie .front-3:hover {
            transition: opacity 0.5s ease;
            opacity: 0.5 !important;
            -webkit-filter: grayscale(100%);
        }*/          
        
        #ares4 .ie-grid .ie .front-3 h3 {
            margin: 0 0 5px 0;
        }
        
        #ares4 .ie-grid .ie .front-3 h4 {
            margin: 0;
        }
        
        #ares4 .ie-grid .ie .back {}
        
        #ares4 .ie-grid .ie .back-3 {
            height: 100%;
            width: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
        }
        
        #ares4 .ie-grid .ie .back-3 h3 {
            margin: 0 0 0 0;
            font-size: 21px;
        }
        
        #ares4 .ie-grid .ie .back-3 h4 {
            margin: 0;
            font-size: 14px;
        }
        
        #ares4 .ie-grid .ie .back-3 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 1px solid black;
        }
        
        #ares4 .ie-grid .ie .back-3 .ie-close {
            position: absolute;
            right: 0;
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin: 0 10px 0 0;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }
        
        #ares4 .ie-grid .ie .back-3 .ie-close:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        #ares4 .ie-grid .ie .back-3 .ie-tabnav {
            margin: -10px 0 0 0;
            height: 30px;
            text-align: right;
        }
        
        #ares4 .ie-grid .ie .back-3 .ie-tabnav a {
            text-transform: uppercase;
            text-decoration: none;
            color: #cccccc;
            margin-left: 20px;
            padding-top: 5px;
            cursor: pointer;
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
            border-top: 2px solid white;
        }
		#ares4 .ie-grid .ie .back-3 .ie-tabnav a h3 {
        margin: 0;
        padding: 0;
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
        }

        #ares4 .ie-grid .ie .back-3 .ie-tabnav .active {
            color: black;
            border-top: 2px solid black;
        }
        
        #ares4 .ie-grid .ie .back-3 .ie-tabs {
            height: calc(100% - 88px);
        }
        
        #ares4 .ie-grid .ie .back-3 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 14px;
        }
        
        #ares4 .ie-grid .ie .back-3 .ie-options {
            /* display: table;
            table-layout: fixed;
            width: 100%;
            height: 25px;
            bottom: 0;
            left: 0;
            background-color: solid white;
            position: absolute;*/
            position: absolute;
            width: 96%;
            height: 25px;
            bottom: 0;
            left: 0;
            text-align: right;
            background: none;
            padding: 0 0 0 0;
            margin: 0 2%;
        }
        
        #ares4 .ie-grid .ie .back-3 .ie-options div {
            /*list-style-type: none;
            display: table-cell;
            height: 25px;
            text-align: right;
            vertical-align: middle;
            list-style-type: none;
            display: table-cell;
            vertical-align: middle;*/
                    
            list-style-type: none;
            display: inline-block;
            width: 25px;
            height: 25px;
            text-align: center;
            margin: 0 0 0 10px;
        }
        
        #ares4 .ie-grid .ie .back-3 .ie-options div .fa {
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin-top: 2px;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }
        
        #ares4 .ie-grid .ie .back-3 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }

        /* Information Unit Sizes */
        
        #ares4 .ie-grid .ie-width-1 {
            width: 100px;
            border: 2px solid white;
        }
        #ares4 .ie-grid .ie-height-1 {
            height: 100px;
            border: 2px solid white;
        }
        #ares4 .ie-grid .ie-width-1 h3 {
            font-size: 14px;
        }
        #ares4 .ie-grid .ie-width-1 h4 {
            font-size: 11px;
        }
        
        #ares4 .ie-grid .ie-width-2 {
            width: 210px;
        }
        #ares4 .ie-grid .ie-height-2 {
            height: 210px;
        }
        #ares4 .ie-grid .ie-width-2 h3 {
            font-size: 20px;
        }
        #ares4 .ie-grid .ie-width-2 h4 {
            font-size: 14px;
        }
        
        #ares4 .ie-grid .ie-width-3 {
            width: 320px;
        }
        #ares4 .ie-grid .ie-height-3 {
            height: 320px;
        }
        #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: 430px;
        }
        #ares4 .ie-grid .ie-height-4 {
            height: 430px;
        }
        #ares4 .ie-grid .ie-width-4 h3 {
            font-size: 37px;
        }
        #ares4 .ie-grid .ie-width-4 h4 {
            font-size: 19px;
        }
 
        #ares4 .ie-grid .ie-width-5 {
            width: 540px;
        }
        #ares4 .ie-grid .ie-height-5 {
            height: 540px;
        }
        #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: 650px;
        }
        #ares4 .ie-grid .ie-height-6 {
            height: 650px;
        }
        #ares4 .ie-grid .ie-width-6 h3 {
            font-size: 37px;
        }
        #ares4 .ie-grid .ie-width-6 h4 {
            font-size: 19px;
        }
        
        #ares4 .ie-grid .ie-width-7 {
            width: 760px;
        }
        #ares4 .ie-grid .ie-height-7 {
            height: 760px;
        }
        #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: 870px;
        }
        #ares4 .ie-grid .ie-height-8 {
            height: 870px;
        }
        #ares4 .ie-grid .ie-width-8 h3 {
            font-size: 49px;
        }
        #ares4 .ie-grid .ie-width-8 h4 {
            font-size: 23px;
        }
        
        #ares4 .ie-grid .ie-maximized {
            width: 430px;
            height: 430px;
        }
        
        /* Responsive */
        
        @media screen and (max-width: 704px) {
            #ares4 #logo img {
                width: auto;
                height: 70px;
                margin: 10px 0 0 10px;
            }

        /* Search Box Responsive */
        
        #ares4 #search {
            padding: 10px;
            margin: 10px;
            border: 0 solid gray;
            width: 112px;
            box-sizing: border-box;
            float: right;
            position: relative;
            }

            #ares4 .ie-grid .grid-sizer {
                width: 51px;
                display: inline-block;
            }
            
            #ares4 .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }
            
            #ares4 .ie-grid .ie-width-1 {
                width: 51px;
                border: 2px solid white;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 51px;
                border: 2px solid white;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                font-size: 10px;
                margin: -5px 0 0 -5px !important;
                padding: 0 0 0 0 !important;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                font-size: 6px;
                margin: 0 0 0 -5px !important;
                padding: 7px 0 0 0 !important;
            }
            
            #ares4 .ie-grid .ie-width-2 {
                width: 112px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 112px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                margin: -5px 0 0 -5px !important;
                padding: 0 0 0 0 !important;
                font-size: 10px;
                font-family: 'Droid Sans', sans-serif;
                font-weight: 400;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                margin: 0 0 0 -5px !important;
                padding: 0 0 0 0 !important;
                font-size: 8px;
                font-family: 'Droid Sans', sans-serif;
                font-weight: 400;
            }
            
            #ares4 .ie-grid .ie-width-3 {
                width: 173px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 173px;
                border: 3px solid white;
            }
            #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: 234px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 234px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 23px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 16px;
            }
            
            #ares4 .ie-grid .ie-width-5 {
                width: 295px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 295px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 23px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }
            
            #ares4 .ie-grid .ie-width-6 {
                width: 356px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 356px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 23px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 16px;
            }

            #ares4 .ie-grid .ie-width-7 {
                width: 417px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 417px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 23px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 20px;
            }

            #ares4 .ie-grid .ie-width-8 {
                width: 478px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 478px;
                border: 3px solid white;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 23px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 20px;
            }
            
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 478px;
                height: 400px;
            }
        }
