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

Ares4 Default Theme 1.0
http://www.ares4.com
*/
        /* Font import */
        
        @import url(https://fonts.googleapis.com/css?family=Arvo|Droid+Sans|Droid+Serif|Fira+Sans|Fira+Sans+Condensed|Karma|Lato|Mukta+Vaani|PT+Sans|PT+Serif|Source+Sans+Pro|Source+Serif+Pro:100,200,300,400,500,600,700,800,900);
        
        /* General */
        
        html {
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
        }
        
        body {
            /*
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            font-family: 'Droid Serif', serif;
            font-weight: 400;
            */
            min-height: 100%;
            /* width: 100%; */
            max-width: 670px;
        	margin-left: auto;
        	margin-right: auto;
        	font-family: 'Droid Sans', sans-serif;
            font-weight: 400;
            padding: 5px 0px 50px 0px;
            /*
            font-family: 'Arvo', serif;
            font-family: 'Droid Sans', sans-serif;
            font-family: 'Droid Serif', serif;
            font-family: 'Fira Sans', sans-serif;
            font-family: 'Fira Sans Condensed', sans-serif;
            font-family: 'Karma', serif;
            font-family: 'Lato', sans-serif;
            font-family: 'Mukta Vaani', sans-serif;
            font-family: 'PT Sans', sans-serif;
            font-family: 'PT Serif', serif;
            font-family: 'Source Sans Pro', sans-serif;
            font-family: 'Source Serif Pro', serif;
            */
        }
        
        /* Logo */
        
        #logo img {
            width: auto;
            height: 80px;
            margin: 10px 0px 0px 10px;
         }
        
        /* Search Box */
        
        #search {
            padding: 10px;
            margin: 10px 10px 0px 0px;
            border: 0px solid gray;
            width: 210px;
            box-sizing: border-box;
            float: right;
            position: relative;
        }
        
        /* Breadcrumb Trail */
        
        #breadcrumb {
            font-size: 14px;
            color: #696969;
            margin-bottom: 10px;
            padding: 20px 0px 0px 10px;
        }
        
        #breadcrumb a {
            margin: 0px 10px 0px 0px;
            color: #696969;
            text-decoration: none;
        }
        
        /* Information Room */
        
        .ie-grid {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 10px 10px 10px 10px;
            max-width: 704px;
   }
        
        .ie-grid .grid-sizer {
            width: 100px;
            display: inline-block;
        }
        
        .ie-grid .grid-gutter {
            width: 10px;
            display: inline-block;
        }
        
        /* Information Unit */
        
        .ie-grid .ie {
            border: 5px solid white;
            position: relative;
            margin-bottom: 0px;
            box-sizing: border-box;
            opacity: 0.5;
        }
        
        .ie-grid .ie:hover {
        opacity: 1;
        }

        a.front {
            text-decoration: none;
        }
        
        .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;
        }
        
        .ie-grid .ie .front-1 h3 {
            margin: 0 0 5px 0;
        }
        
        .ie-grid .ie .front-1 h4 {
            margin: 0;
        }
        
        .ie-grid .ie .back {}
        
        .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;
        }
        
        .ie-grid .ie .back-1 h3 {
            margin: 0 0 0 0;
            font-size: 21px;
        }
        
        .ie-grid .ie .back-1 h4 {
            margin: 0;
            font-size: 14px;
        }
        
        .ie-grid .ie .back-1 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 1px solid black;
        }
        
        .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;
        }
        
        .ie-grid .ie .back-1 .ie-close:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        .ie-grid .ie .back-1 .ie-tabnav {
            margin: -10px 0 0 0;
            height: 30px;
            text-align: right;
        }
        
        .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;
        }
		 .ie-grid .ie .back-1 .ie-tabnav a h3 {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
}

        
        .ie-grid .ie .back-1 .ie-tabnav .active {
            color: black;
            border-top: 2px solid black;
        }
        
        .ie-grid .ie .back-1 .ie-tabs {
            height: calc(100% - 88px);
        }
        
        .ie-grid .ie .back-1 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 14px;
        }
        
        .ie-grid .ie .back-1 .ie-options {
            display: table;
            table-layout: fixed;
            width: 100%;
            height: 25px;
            bottom: 0;
            left: 0;
            background-color: gainsboro;
            position: absolute;
        }
        
        .ie-grid .ie .back-1 .ie-options div {
            list-style-type: none;
            display: table-cell;
            height: 25px;
            text-align: center;
            vertical-align: middle;
        }
        
        .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;
        }
        
        .ie-grid .ie .back-1 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        /* Information Unit Sizes */
        
        .ie-grid .ie-width-1 {
            width: 100px;
            border: 2px solid white;
        }
        .ie-grid .ie-height-1 {
            height: 100px;
            border: 2px solid white;
        }
        .ie-grid .ie-width-1 h3 {
            font-size: 14px;
        }
        .ie-grid .ie-width-1 h4 {
            font-size: 10px;
        }
        
        .ie-grid .ie-width-2 {
            width: 210px;
        }
       .ie-grid .ie-height-2 {
            height: 210px;
        }
        .ie-grid .ie-width-2 h3 {
            font-size: 21px;
        }
        .ie-grid .ie-width-2 h4 {
            font-size: 14px;
        }
        
        .ie-grid .ie-width-3 {
            width: 320px;
        }
        .ie-grid .ie-height-3 {
            height: 320px;
        }
        .ie-grid .ie-width-3 h3 {
            font-size: 37px;
        }
        .ie-grid .ie-width-3 h4 {
            font-size: 19px;
        }
        
        .ie-grid .ie-width-4 {
            width: 430px;
        }
        .ie-grid .ie-height-4 {
            height: 430px;
        }
        .ie-grid .ie-width-4 h3 {
            font-size: 49px;
        }
        .ie-grid .ie-width-4 h4 {
            font-size: 23px;
            font-family: 'Droid Sans', sans-serif;
            font-weight: 400;
        }
        
        .ie-grid .ie-maximized {
            width: 430px;
            height: 430px;
        }
        
        /* Responsive */
        
        @media screen and (max-width: 704px) {
            #logo img {
                width: auto;
                height: 70px;
                margin: 10px 0px 0px 10px;
            }

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

            .ie-grid .grid-sizer {
                width: 51px;
                display: inline-block;
            }
            
            .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }
            
            .ie-grid .ie-width-1 {
                width: 51px;
                border: 2px solid white;
            }
            .ie-grid .ie-height-1 {
                height: 51px;
                border: 2px solid white;
            }
            .ie-grid .ie-width-1 h3 {
                font-size: 11px;
            }
            .ie-grid .ie-width-1 h4 {
                font-size: 7px;
            }
            
            .ie-grid .ie-width-2 {
                width: 112px;
                border: 3px solid white;
            }
            .ie-grid .ie-height-2 {
                height: 112px;
                border: 3px solid white;
            }
            .ie-grid .ie-width-2 h3 {
                font-size: 15px;
                font-family: 'Droid Sans', sans-serif;
                font-weight: 400;
           }
            .ie-grid .ie-width-2 h4 {
                font-size: 12px;
                font-family: 'Droid Sans', sans-serif;
                font-weight: 400;
            }
            
            .ie-grid .ie-width-3 {
                width: 173px;
            }
            .ie-grid .ie-height-3 {
                height: 173px;
            }
            .ie-grid .ie-width-3 h3 {
                font-size: 34px;
            }
            .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }
            
            .ie-grid .ie-width-4 {
                width: 234px;
            }
            .ie-grid .ie-height-4 {
                height: 234px;
            }
            .ie-grid .ie-width-4 h3 {
                font-size: 23px;
            }
            .ie-grid .ie-width-4 h4 {
                font-size: 20px;
            }
            
            .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 478px;
                height: 478px;
            }
        }
    