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

Ares4 Default Theme 1.0
http://www.ares4.com

*/    

/* Font import */
@import url(https://fonts.googleapis.com/css?family=Cabin);

/* General */
html {
    min-height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    /*background-color: #3b3838;*/
}

body {
    /*
    min-height: 100%;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;*/
    min-height: 100%;
    max-width:890px;
	margin-left:auto;
	margin-right:auto;
    padding: 5px 0 50px 0;
    font-family: Arial, Verdana, sans-serif;
  /* -webkit-animation: fadein 2s; */
}

/* Seach Box */
#searchbar{
    max-width: 870px;
    margin: 0 auto;
}

#search {
    padding: 10px;
    margin: 10px 0 10px 0;
    border: 1px solid #000;
    width: 200px;
    box-sizing: border-box;
    float: right;
}

/* Breadcrumb Trail */
#breadcrumb {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 20px 0 0 10px;
}
    #breadcrumb a {
        margin: 0 10px 0 0;
        color: #FFFFFF;
        text-decoration: none;
    }

/* Information Room */
.ie-grid {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px;
    /*margin: 0 auto;
    max-width: 1110px;*/
}
    .ie-grid .grid-sizer {
        width: 100px;
        display: inline-block;
    }
    .ie-grid .grid-gutter {
        width: 10px;
        display: inline-block;
    }
        /* Information Unit */
    .ie-grid .ie {
        border: 1px solid black;
            position: relative;
            margin-bottom: 0px;
            box-sizing: border-box;
            border-color: rgba(255, 255, 255, 0);
    }
        
        a.front {
            text-decoration: none;
        }
        
    .ie-grid .ie .front-1 {
        cursor: pointer;
        text-decoration: none;
        height: 100%;
        padding: 10px 10px 10px 10px;
        box-sizing: border-box;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: rgba(255,255,255,0.7) !important;
    }
        
        .ie-grid .ie .front-1 h3 {
            margin: 0 0 5px 0;
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            bottom: 0;
            font-size: 20px;
            text-align: center;
           /** height: 20px; **/
            line-height:0.85em;
            width:100%;
            display:table;
        }
        
        .ie-grid .ie .front-1 h3 span{
            display:table-cell;
            vertical-align:middle;
        }
        
        .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: 0px 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: 15px;
        }
        
        .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 2 */
        
        .ie-grid .ie {
        position: relative;
        margin-bottom: 0px;
        box-sizing: border-box;
    }
        
        a.front {
            text-decoration: none;
        }
        
    .ie-grid .ie .front-2 {
        cursor: pointer;
        text-decoration: none;
        height: 100%;
        padding: 10px 10px 10px 10px;
        box-sizing: border-box;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: rgba(255,255,255,0.7) !important;
    }
        
        .ie-grid .ie .front-2 h3 {
            margin: 0 0 5px 0;
            position: absolute;
            left: 50%;
            top:50%;
            transform: translate(-50%, -50%);
            font-size: 22px;
            text-align: center;
            color:#e30613 !important;
        }
        
        
        .ie-grid .ie .front-2 h4 {
            margin: 0;
        }
        
        .ie-grid .ie .back {}
        
        .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;
        }
        
        .ie-grid .ie .back-2 h3 {
            margin: 0 0 0 0;
            font-size: 21px;
        }
        
        .ie-grid .ie .back-2 h4 {
            margin: 0;
            font-size: 14px;
        }
        
        .ie-grid .ie .back-2 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 1px solid black;
        }
        
        .ie-grid .ie .back-2 .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-2 .ie-close:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        .ie-grid .ie .back-2 .ie-tabnav {
            margin: -10px 0 0 0;
            height: 30px;
            text-align: right;
        }
        
        .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;
        }
        
        .ie-grid .ie .back-2 .ie-tabnav .active {
            color: black;
            border-top: 2px solid black;
        }
        
        .ie-grid .ie .back-2 .ie-tabs {
            height: calc(100% - 88px);
        }
        
        .ie-grid .ie .back-2 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 14px;
        }
        
        .ie-grid .ie .back-2 .ie-options {
            display: table;
            table-layout: fixed;
            width: 100%;
            height: 25px;
            bottom: 0;
            left: 0;
            background-color: gainsboro;
            position: absolute;
        }
        
        .ie-grid .ie .back-2 .ie-options div {
            list-style-type: none;
            display: table-cell;
            height: 25px;
            text-align: center;
            vertical-align: middle;
        }
        
        .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;
        }
        
        .ie-grid .ie .back-2 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }   
        
        
        
        
        /* Information Room 3 */
.ie-grid {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px;
    /*margin: 0 auto;
    max-width: 1110px;*/
}
    .ie-grid .grid-sizer {
        width: 100px;
        display: inline-block;
    }
    .ie-grid .grid-gutter {
        width: 10px;
        display: inline-block;
    }
        /* Information Unit */
    .ie-grid .ie {
        position: relative;
        margin-bottom: 0px;
        box-sizing: border-box;
    }
        
        a.front {
            text-decoration: none;
        }
        
    .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;
    }
        
        .ie-grid .ie .front-3 h3 {
            margin: 0 0 5px 0;
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            bottom: 0;
            font-size: 20px;
            text-align: center;
            height: 20px;
        }
        
        
        .ie-grid .ie .front-3 h4 {
            margin: 0;
        }
        
        .ie-grid .ie .back {}
        
        .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;
        }
        
        .ie-grid .ie .back-3 h3 {
            margin: 0 0 0 0;
            font-size: 21px;
        }
        
        .ie-grid .ie .back-3 h4 {
            margin: 0;
            font-size: 14px;
        }
        
        .ie-grid .ie .back-3 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 1px solid black;
        }
        
        .ie-grid .ie .back-3 .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-3 .ie-close:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        .ie-grid .ie .back-3 .ie-tabnav {
            margin: -10px 0 0 0;
            height: 30px;
            text-align: right;
        }
        
        .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;
        }
        
        .ie-grid .ie .back-3 .ie-tabnav .active {
            color: black;
            border-top: 2px solid black;
        }
        
        .ie-grid .ie .back-3 .ie-tabs {
            height: calc(100% - 88px);
        }
        
        .ie-grid .ie .back-3 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 14px;
        }
        
        .ie-grid .ie .back-3 .ie-options {
            display: table;
            table-layout: fixed;
            width: 100%;
            height: 25px;
            bottom: 0;
            left: 0;
            background-color: gainsboro;
            position: absolute;
        }
        
        .ie-grid .ie .back-3 .ie-options div {
            list-style-type: none;
            display: table-cell;
            height: 25px;
            text-align: center;
            vertical-align: middle;
        }
        
        .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;
        }
        
        .ie-grid .ie .back-3 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        
        
        
        /* Information Unit Sizes */
        
        .ie-grid .ie-width-1 {
            width: 100px;
        }
        
        .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-width-2 h3 {
            font-size: 21px;
        }
        
        .ie-grid .ie-width-2 h4 {
            font-size: 14px;
        }
        
        .ie-grid .ie-width-3 {
            width: 430px;
        }
        
        .ie-grid .ie-width-3 h3 {
            font-size: 37px;
        }
        
        .ie-grid .ie-width-3 h4 {
            font-size: 19px;
        }
        
        .ie-grid .ie-width-4 {
            width: 870px;
        }
        
        .ie-grid .ie-width-4 h3 {
            font-size: 49px;
        }
        
        .ie-grid .ie-width-4 h4 {
            font-size: 23px;
        }
        
        .ie-grid .ie-height-1 {
            height: 100px;
        }
        
        .ie-grid .ie-height-2 {
            height: 210px;
        }
        
        .ie-grid .ie-height-3 {
            height: 430px;
        }
        
        .ie-grid .ie-height-4 {
            height: 430px;
        }
        
        .ie-grid .ie-maximized {
            width: 430px;
            height: 430px;
        }
        /* Responsive */
        
       @media screen and (max-width: 420px) {
    
#logo img {
    width: auto;
    height: 70px;
    margin: 5px 0px 0 0px;
    transform: translate(50%, -15%);
    }
    
#searchbar {
    padding: 0 27px 0 0;
    }
    
#search {
    padding: 10px;
    margin: 10px;
    margin-left: 90px;
    border: 1px solid #000;
    width: 200px;
    box-sizing: border-box;
    }
    
#breadcrumb {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    padding: 55px 0px 0 36px;
    }
    
    .ie-grid {
        width: 320px;
        left: 10px;
        margin: auto;
    }
    .ie-grid .grid-sizer {
        width: 67.5px;
        display: inline-block;
    }
    .ie-grid .grid-gutter {
        width: 10px;
        display: inline-block;
    }
   
    .ie-grid .ie-width-1 {
        width: 67.5px;
    }
        .ie-grid .ie-width-1 h3 {
            font-size: 11px;
        }
        .ie-grid .ie-width-1 h4 {
            font-size: 7px;
        }
       
    .ie-grid .ie-width-2 {
        width: 145px;
    }
        .ie-grid .ie-width-2 h3 {
            font-size: 13px;
        }
        .ie-grid .ie-width-2 h4 {
            font-size: 10px;
        }
       
    .ie-grid .ie-width-3 {
        width: 300px;
    }
        .ie-grid .ie-width-3 h3 {
            font-size: 34px;
        }
        .ie-grid .ie-width-3 h4 {
            font-size: 16px;
        }
       
    .ie-grid .ie-width-4 {
        width: 300px;
    }
        .ie-grid .ie-width-4 h3 {
            font-size: 22px;
        }
        .ie-grid .ie-width-4 h4 {
            font-size: 20px;
        }
       
    .ie-grid .ie-height-1 {
        height: 67.5px;
    }
    .ie-grid .ie-height-2 {
        height: 145px;
    }
    .ie-grid .ie-height-3 {
        height: 300px;
    }
    .ie-grid .ie-height-4 {
        height: 300px;
    }
 
    .ie-grid .ie-maximized {
        width: calc(100% - 20px);
        max-width: 300px;
        height: 300px;
    }
}