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

Ares4 Default Theme 1.0
http://www.ares4.com
*/
        /* Font import */

        @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
        /* General */

        #ares4 {
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            font-family: 'Open Sans', sans-serif;
        }
        
        #ares4 .site-wrapper {
            max-width:1090px;
        	margin-left:auto;
        	margin-right:auto;
        	padding: 5px 0 150px 0;
        	background-repeat: no-repeat;
        }
        
        /* header */
        
        #ares4 #headerinhalt {
	        overflow: hidden;
            position: absolute;
            left: 0px;
            width: 100%;
            height: 45px;
            text-align: left;
            background-color: rgba(255, 255, 255, 0);
            z-index: 3000;
        }
        
        
        #ares4 #menuleiste ul {
        	float: left;
        	width: auto;
        	padding: 0;
        	margin: 25px 10px 0 10px;
        }
		
        #ares4 #menuleiste ul li {
        	display: inline-block;
        	width: auto;
        	text-align: left;
        	list-style-type: none;
        	padding: 0 15px 0 0;
        }
		
        #ares4 #menuleiste ul li a {
        	display: inline-block;
        	color: rgb(0, 0, 0);
        	color: #fff;
        	text-decoration: none;
        }
        
        #ares4 #menuleiste a {
            color: #ffffff;
        }
        
        /* Logo */

        #ares4 #logo img {
            position: relative;
            width: auto;
            height: 60px;
            padding: 0 0 0 524px;
            margin: 25px 0px 0 29px;
        }
        /* Seach Box */
        
        #ares4 #searchbar {
                padding: 10px 0 0 0px;

        }

        #ares4 #search {
            padding: 10px;
            margin: 10px;
            border: 1px solid #000;
            width: 200px;
            box-sizing: border-box;
        }
        
        #ares4 #searchbar #search {
            width: 20px;
            border: 0px solid #c6c8cb;
            border-radius: 0 !important;
            background: rgba(255, 255, 255, 0);
        	background-image: URL('https://api.ares4.info/v0.1/file/120/downloads/nicht_anfassen/Icon-Suche_rgb_web.png');
            background-repeat: no-repeat;
            background-position: left center;
            background-size: auto 90%;
        	padding: 10px 5px 10px 40px;
	
	


        }
        
        #ares4 #searchbar #search:focus {

            
            /*background: rgba(255, 255, 255, 0);*/
            top:0;
            left:0;
            height:35px;
            color: #fff;
            width:200px;
            border-radius:5px;
            border-bottom: 2px solid #fff;
            /*box-shadow: 0px 0px 5px #FFFFFF;*/
            outline: 0;
        }
          
           /* border: 1px solid rgba(255, 255, 255, 0);
            border-bottom: 2px solid #fff;
            width: 250px;
            text-align: center;
            background-color: rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 15px #FFFFFF;*/
        
        /* 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: #fff;
            text-decoration: none;
        }
        
       
        
               	/* Footer */
		
		#ares4 #footer {
	        overflow: hidden;
            position: fixed;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 45px;
            text-align: left;
            background-color: rgba(255, 255, 255, 0.4);
            z-index: 3000;
        }
        
        #ares4 #footer img {
        	width: auto;
        	height: 25px;
        	margin: 0px 0 0px  10px;
        }
		
        #ares4 #footer ul {
        	float: right;
        	width: auto;
        	padding: 0;
        	margin: 12px 10px 0 10px;
        }
		
        #ares4 #footer ul li {
        	display: inline-block;
        	width: auto;
        	text-align: left;
        	list-style-type: none;
        	padding: 0 248px 0 0;
        /*	margin: 0 170px 10px 0px;*/
        }
		
        #ares4 #footer ul li a {
        	display: inline-block;
        	color: rgb(0, 0, 0);
        	text-decoration: none;
        }
        
        #ares4 #footerfacebook{
           float: left;
            width: 84%;
            text-align: right;
            margin: -24px 0 0px 0;

        }
        
        
        /* Information Room */

        #ares4 .ie-grid {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 10px 10px 10px 10px;
        }

        #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: 0px solid black;
            position: relative;
            margin-bottom: 0px;
            box-sizing: border-box;
        }

        #ares4 a.front {
            text-decoration: none;
        }

        #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;
            border: 3px solid white;
        }

        #ares4 .ie-grid .ie .front-1 h3 {
            margin: 0px 0 5px 0;
            height: 16px;
            left: 0px;
            background: #fff;
            position: absolute;
            bottom: 30px;
            padding: 4px 10px;
            display: inline;
            white-space: pre-wrap;
            font-weight: 600;


        }
        
         #ares4 .ie-grid .ie .front-1 h3:after {
            width: 0;
            content: '';
            position: absolute;
            top: 0px;
            right: -18px;
            border-top: 24px solid #fff;
            border-right: 18px solid rgba(227, 6, 19, 0);
        }

         #ares4 .ie-grid .ie .front-1 h4 {
            margin: 0px 0 2px 0;
            height: 16px;
            left: 0px;
            background: #fff;
            position: absolute;
            bottom: 10px;
            padding: 4px 10px;
            display: inline;
            white-space: pre-wrap;


        }
        
         #ares4 .ie-grid .ie .front-1 h4:after {
            width: 0;
            content: '';
            position: absolute;
            top: 0px;
            right: -18px;
            border-top: 24px solid #fff;
            border-right: 18px solid rgba(227, 6, 19, 0);
        }
        
        
        #ares4 .ie-grid .ie .front-5 {
            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;
        }

        #ares4 .ie-grid .ie .front-5 h3 {
            margin: 0px 0 5px 0px;
            font-weight: 600;

        }

        #ares4 .ie-grid .ie .front-5 h4 {
            margin: 0 0 0 0px;
            position: absolute;
            bottom: 15px;
        }        

        #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 h2 {
            margin: 10px 0 0 0;
            font-size: 14px;
            line-height: 1.4;
            font-weight: 600;
        }

        #ares4 .ie-grid .ie .back-1 h3 {
            margin: 0;
            font-size: 14px;
        }

        #ares4 .ie-grid .ie .back-1 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 1px dotted #036a47;
        }

        #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: -10px 0 0 0;
            height: 23px;
            text-align: right;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav a {
            text-transform: uppercase;
            text-decoration: none;
            color: #4a4a4a;
            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: 0px;
            padding: 0px;
            display: inline-block;
            font-size: 11px;
            line-height: 13px;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav .active {
            color: #e30613;
            border-top: 2px solid #036a47;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabs {
            height: calc(100% - 110px);
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 14px;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options {
            position: absolute;
            width: 96%;
            height: 34px;
            bottom: 0;
            left: 0;
            text-align: right;
            background: none;
            border-top: dotted 1px rgb(100,100,100);
            padding: 0px 0 0 0;
            margin: 0 2%;
        }
			
        #ares4 .ie-grid .ie .back-1 .ie-options div {
            list-style-type: none;
            display: table-cell;
            vertical-align: middle;
            list-style-type: none;
            /* display: table-cell !important; */
            display: inline-block !important;
            width: 25px;
            height: 24px;
            text-align: center;
            /* vertical-align: middle; */
            margin: 0 0 0 14px;
            
    font-size: 0px;

        }
		
        #ares4 .ie-grid .ie .back-1 .ie-options div .fa {
            color: #036a47;
            opacity: 0.5;
            font-size: 24px;
            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 Sizes */

        #ares4 .ie-grid .ie-width-1 {
            width: 100px;
        }

        #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: 210px;
        }

        #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: 320px;
        }

        #ares4 .ie-grid .ie-width-3 h3 {
            font-size: 15px;
        }

        #ares4 .ie-grid .ie-width-3 h4 {
            font-size: 14px;
        }

        #ares4 .ie-grid .ie-width-4 {
            width: 430px;
        }

        #ares4 .ie-grid .ie-width-4 h3 {
            font-size: 15px;
        }

        #ares4 .ie-grid .ie-width-4 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-width-5 {
            width: 540px;
        }

        #ares4 .ie-grid .ie-width-5 h3 {
            font-size: 15px;
        }

        #ares4 .ie-grid .ie-width-5 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-width-6 {
            width: 650px;
        }

        #ares4 .ie-grid .ie-width-6 h3 {
            font-size: 15px;
        }

        #ares4 .ie-grid .ie-width-6 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-width-7 {
            width: 760px;
        }

        #ares4 .ie-grid .ie-width-7 h3 {
            font-size: 15px;
        }

        #ares4 .ie-grid .ie-width-7 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-width-8 {
            width: 980px;
        }

        #ares4 .ie-grid .ie-width-8 h3 {
            font-size: 15px;
        }

        #ares4 .ie-grid .ie-width-8 h4 {
            font-size: 14px;
        }

        #ares4 .ie-grid .ie-height-1 {
            height: 100px;
        }

        #ares4 .ie-grid .ie-height-2 {
            height: 210px;
        }

        #ares4 .ie-grid .ie-height-3 {
            height: 320px;
        }

        #ares4 .ie-grid .ie-height-4 {
            height: 430px;
        }

        #ares4 .ie-grid .ie-height-5 {
            height: 540px;
        }

        #ares4 .ie-grid .ie-height-6 {
            height: 650px;
        }

        #ares4 .ie-grid .ie-height-7 {
            height: 760px;
        }

        #ares4 .ie-grid .ie-height-8 {
            height: 870px;
        }

        #ares4 .ie-grid .ie-maximized {
            width: 980px;
            height: 650px;
        }
        /* Responsive */
       

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

         
         #ares4 #logo img {
                width: auto;
                height: 50px;
                margin: 25px 22px 0 -125px;
            }
            
            #ares4 .hamburger {
                background: none;
                position: absolute;
                top: 110px;
                left: 15px;
                line-height: 45px;
                /*margin: 55px 15px 0px 330px;*/
                padding: 0 7px 0 0;
                color: #fff;
                border: 0;
                font-size: 45px;
                font-weight: bold;
                cursor: pointer;
                outline: none;
                z-index: 10000000000000;
            }
            
            #ares4 .cross {
                background: none;
                position: absolute;
                top: 110px;
                left: 20px;
                /*margin: 55px 15px 0px 250px;*/
                padding: 0 7px 0 0;
                color: #fff;
                border: 0;
                font-size: 70px;
                line-height: 55px;
                font-weight: bold;
                cursor: pointer;
                outline: none;
                z-index: 10000000000000;
            }
            
            #ares4 .menu {
                z-index: 1000000;
                font-weight: bold;
                font-size: 0.8em;
                width: 30%;
                background: #fff;
                position: absolute;
                text-align: center;
                font-size: 12px;
                margin: 150px 15px 0px 0px;
            }
            
            #ares4 #searchbar {
                padding: 24px 0 0 50px;
            }
            
            #ares4 #search {
                padding: 10px;
                margin: 10px;
                border: 1px solid #000;
                width: 290px;
                box-sizing: border-box;
            }
            

            #ares4 .ie-grid {
                width: 640px;
                left: 0px;
                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 .front-1 h3 {
                margin: 0px 0 8px 0px;
                position: absolute;
                bottom: 30px;
                font-weight: 600;
            }
            
            #ares4 .ie-grid .ie .front-1 h4 {
                margin: 0 0 0 0px;
                position: absolute;
                bottom: 17px;
            }

            #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: 305px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 12px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 14px;
            }
            #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: 14px;
            }
            #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: 14px;
            }
            #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: 14px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 610px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 12px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 67.5px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 193px;
            }
            #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: 222.5px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 320px;
                height: 430px;
            }
        }

        @media screen and (max-width: 740px) {
            /* header */
            
            #ares4 #menuleiste ul li {
                display: inline-block;
                width: auto;
                text-align: left;
                list-style-type: none;
                padding: 0 15px 0 15px;
            }
           
            #ares4 #logo img {
                width: auto;
                height: 50px;
                margin: 63px 22px 0 -230px;
            }
            
            #ares4 .hamburger {
                background: none;
                position: absolute;
                top: 150px;
                left: 15px;
                line-height: 45px;
                /*margin: 55px 15px 0px 330px;*/
                padding: 0 7px 0 0;
                color: #fff;
                border: 0;
                font-size: 45px;
                font-weight: bold;
                cursor: pointer;
                outline: none;
                z-index: 10000000000000;
            }
            
            #ares4 .cross {
                background: none;
                position: absolute;
                top: 153px;
                left: 20px;
                /*margin: 55px 15px 0px 250px;*/
                padding: 0 7px 0 0;
                color: #fff;
                border: 0;
                font-size: 70px;
                line-height: 55px;
                font-weight: bold;
                cursor: pointer;
                outline: none;
                z-index: 10000000000000;
            }
            
            #ares4 .menu {
                z-index: 1000000;
                font-weight: bold;
                font-size: 0.8em;
                width: 30%;
                background: #fff;
                position: absolute;
                text-align: center;
                font-size: 12px;
                margin: 190px 15px 0px 0px;
            }
            
            #ares4 #searchbar {
                padding: 24px 0 0 0px;
            }
            
            #ares4 #search {
                padding: 10px;
                margin: 10px;
                border: 1px solid #000;
                width: 290px;
                box-sizing: border-box;
            }
            
            #ares4 #footer ul li {
                display: inline-block;
                width: auto;
                text-align: left;
                list-style-type: none;
                padding: 0 74px 0 0;
            }
            
            #ares4 #footerfacebook {
                float: left;
                width: 94%;
                text-align: right;
                margin: -24px 0 0px 0;
            }

            #ares4 .ie-grid {
                width: 640px;
                left: 0px;
                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 .front-1 h3 {
                margin: 0px 0 8px 0px;
                position: absolute;
                bottom: 30px;
                font-weight: 600;
            }
            
            #ares4 .ie-grid .ie .front-1 h4 {
                margin: 0 0 0 0px;
                position: absolute;
                bottom: 17px;
            }

            #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: 305px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 12px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 14px;
            }
            #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: 14px;
            }
            #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: 14px;
            }
            #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: 14px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 610px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 12px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 67.5px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 193px;
            }
            #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: 222.5px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 320px;
                height: 430px;
            }
        }

        @media screen and (max-width: 420px) {
            /* header */
            
            #ares4 #menuleiste ul {
                float: left;
                width: auto;
                padding: 0;
                font-size: 12px;
                margin: 25px 10px 0px 0px;
            }
            
            
            #ares4 #menuleiste ul li {
                display: inline-block;
                width: auto;
                text-align: left;
                list-style-type: none;
                padding: 0 6px 0 15px;
            }

            
            #ares4 #logo img {
                width: auto;
                height: 30px;
                margin: 63px 22px 0 -410px;
            }
            
            #ares4 .hamburger {
                background: none;
                position: absolute;
                top: 150px;
                left: 15px;
                line-height: 45px;
                /*margin: 55px 15px 0px 330px;*/
                padding: 0 7px 0 0;
                color: #fff;
                border: 0;
                font-size: 45px;
                font-weight: bold;
                cursor: pointer;
                outline: none;
                z-index: 10000000000000;
            }
            
            #ares4 .cross {
                background: none;
                position: absolute;
                top: 153px;
                left: 20px;
                /*margin: 55px 15px 0px 250px;*/
                padding: 0 7px 0 0;
                color: #fff;
                border: 0;
                font-size: 70px;
                line-height: 55px;
                font-weight: bold;
                cursor: pointer;
                outline: none;
                z-index: 10000000000000;
            }
            
            #ares4 .menu {
                z-index: 1000000;
                font-weight: bold;
                font-size: 0.8em;
                width: 100%;
                background: #fff;
                position: absolute;
                text-align: center;
                font-size: 12px;
                margin: 187px 15px 0px 0px;
            }
            
            #ares4 #searchbar {
                padding: 43px 0 0 0px;
            }
            
            #ares4 #search {
                padding: 10px;
                margin: 10px;
                border: 1px solid #000;
                width: 290px;
                box-sizing: border-box;
            }
            
            #ares4 #footer ul li {
                display: inline-block;
                width: auto;
                text-align: left;
                list-style-type: none;
                padding: 0 34px 0 0;
            }
            
            
            #ares4 #footer ul {
                float: right;
                width: auto;
                padding: 0;
                margin: 12px 23px 0 10px;
            }
            
            #ares4 #footerfacebook {
                float: left;
                width: 94.5%;
                text-align: right;
                margin: -24px 0 0px 0;
            }
            
            
            #ares4 .ie-grid {
                width: 335px;
                left: 0px;
                margin: auto;
            }
            
            #ares4 .ie-grid .ie .front-1 h3 {
                margin: 0px 0 5px 3px;
                position: absolute;
                bottom: 38px;
                font-weight: 600;
            }

            #ares4 .ie-grid .ie .front-1 h4 {
                margin: 0 0 0 3px;
                position: absolute;
                bottom: 19px;
            }
            
            #ares4 .ie-grid .ie .back-1 h2 {
                margin: 10px 0 0 0;
                font-size: 12px;
                line-height: 1.4;
                font-weight: 600;
            }
            
            #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;*/
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 13px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 14px;
            }
            #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: 14px;
            }
            #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: 14px;
            }
            #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: 14px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 12px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 67.5px;
            }
            #ares4 .ie-grid .ie-height-2 {
                /*height: 145px;*/
                height: 217.5px;
            }
            #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: 222.5px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 335px;
                height: 450px;
            }
        }
        
        
        @media screen and (max-width: 320px) {
            #ares4 #logo img {
                width: auto;
                height: 30px;
                margin: 25px 0px 0 -430px;
            }
            #ares4 .hamburger {
                background: none;
                position: absolute;
                top: 110px;
                left: 15px;
                line-height: 45px;
                /*margin: 55px 15px 0px 330px;*/
                padding: 0 7px 0 0;
                color: #fff;
                border: 0;
                font-size: 45px;
                font-weight: bold;
                cursor: pointer;
                outline: none;
                z-index: 10000000000000;
            }
            
            #ares4 .cross {
                background: none;
                position: absolute;
                top: 110px;
                left: 20px;
                /*margin: 55px 15px 0px 250px;*/
                padding: 0 7px 0 0;
                color: #fff;
                border: 0;
                font-size: 70px;
                line-height: 55px;
                font-weight: bold;
                cursor: pointer;
                outline: none;
                z-index: 10000000000000;
            }
            
            #ares4 .menu {
                z-index: 1000000;
                font-weight: bold;
                font-size: 0.8em;
                width: 100%;
                background: #fff;
                position: absolute;
                text-align: center;
                font-size: 12px;
                margin: 150px 15px 0px 0px;
            }
            
            #ares4 #searchbar {
                padding: 44px 0 0 50px;
            }
            
            #ares4 #search {
                padding: 10px;
                margin: 10px;
                border: 1px solid #000;
                width: 250px;
                box-sizing: border-box;
            }            
            
            
            #ares4 .ie-grid {
                width: 320px;
                left: 0px;
                margin: auto;
            }
            
            #ares4 .ie-grid .ie .front-1 h3 {
                margin: 0px 0 5px 3px;
                position: absolute;
                bottom: 38px;
                font-weight: 600;
            }

            #ares4 .ie-grid .ie .front-1 h4 {
                margin: 0 0 0 3px;
                position: absolute;
                bottom: 19px;
            }
            
            #ares4 .ie-grid .ie .back-1 h2 {
                margin: 10px 0 0 0;
                font-size: 12px;
                line-height: 1.4;
                font-weight: 600;
            }
            
            #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;*/
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 13px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 14px;
            }
            #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: 14px;
            }
            #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: 14px;
            }
            #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: 14px;
            }
            #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: 14px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 12px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 67.5px;
            }
            #ares4 .ie-grid .ie-height-2 {
                /*height: 145px;*/
                height: 217.5px;
            }
            #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: 222.5px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 300px;
                height: 450px;
            }
        }