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

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;*/
            font-family: Verdana, Geneva, sans-serif;
        }
        /* Logo */

        #ares4 #logo img {
            width: auto;
            height: 100px;
            margin: 25px 0px 0 0px;
            float: right;
        }
		
		#ares4 .site-wrapper {
            max-width:1180px;
        	margin-left:auto;
        	margin-right:auto;
        	padding: 5px 0 70px 0;
        	background-repeat: no-repeat;
        }
		
        /* Seach Box */

        #ares4 #searchbar {
            padding: 60px 0 0 0;
        }

        #ares4 #search {
            padding: 10px;
            margin: 10px;
            border: 1px solid #000;
            width: 200px;
            box-sizing: border-box;
        }
        /* Breadcrumb Trail */

        #ares4 #breadcrumb {
            font-size: 18px;
            color: #59358C;
            margin-bottom: 10px;
            padding: 20px 0 0 10px;
        }

        #ares4 #breadcrumb a {
            margin: 0 10px 0 0;
            /* color: #59358C; */
            color: #fff;
            text-shadow: 1px 1px #000;
            text-decoration: none;
        }
		
		#ares4 #footer {
	        overflow: hidden;
            position: fixed;
            bottom: 0px;
            left: 0px;
            height: 55px;
            width: 100%;
            text-align: left;
            background-color: #585858;
            z-index: 3000;
        }
        
        #ares4 .footerleft {
            margin: 5px 0 0 0;
            font-size: 12px;
            color: #fff;
            float: left;
            width: 25%;
        }
            
            
        #ares4 .footercenter {
            margin: 5px 0 0 0;
            font-size: 12px;
            color: #fff;
            float: left;
            width: 20%;
        }
                
        
        #ares4 #footer img {
        	width: auto;
        	height: 30px;
        	margin: 0px 35px 0px 10px;
        	float: left;
        }
        #ares4 #footer ul {
        	float: right;
        	width: auto;
        	padding: 0;
        	margin: 16px 10px 0 0;
        }
        #ares4 #footer ul li {
        	display: inline-block;
        	width: auto;
        	text-align: left;
        	list-style-type: none;
        	padding: 0;
        	margin: 0 0 10px 0px;
        }
        #ares4 #footer ul li a {
        	display: inline-block;
        	color: #f1f1f1;
        	text-decoration: none;
        }
        /* 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: 1px solid rgba (255, 255, 255, 0);
            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;
        }

        #ares4 .ie-grid .ie .front-1 h3 {
            margin: 0 0 5px 0;
			color: rgb(88, 88, 88) !important;
        }

        #ares4 .ie-grid .ie .front-1 h4 {
            margin: 0;
			color: rgb(88, 88, 88) !important;
        }
		
		#ares4 .ie-grid .ie .front-2 {
			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; 
			border-color: rgba(255, 255, 255, 0);
		}
		
        #ares4 .ie-grid .ie .front-2 h3 {
            margin: 0 0 5px 0;
            /*text-align: center;*/
            /*color: rgb(88, 88, 88) !important;*/
        }
		
        #ares4 .ie-grid .ie .front-2 h4 {
            margin: 0;
            text-align: center;
            color: rgb(88, 88, 88) !important;
        }
        
        #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;
        }
        
        #ares4 .ie-grid .ie .front-3 h3 {
           margin: 0 0 0 -10px;
           position: absolute;
           /*  left: 50%;
           transform: translate(-50%, -50%); */
           top: 0px;
           /*  text-align: center; */
           height: 50px;
           padding: 10px 5%;
           background-color: rgba(255, 255, 255, 0.7) !important;
           width: 90.5%;
           /*border-bottom: 7px solid rgba(89, 53, 140, 0.7);*/
           /*border-bottom-right-radius: 15px;
           border-bottom-left-radius: 15px;*/
           color: rgb(88, 88, 88) !important;
	    }
	    
	    #ares4 .ie-grid .ie .front-3 h4 {
	        position: relative;
            margin: 25px 0 0 0;
            color: rgb(88, 88, 88) !important;
        }
    
        #ares4 .ie-grid .ie .front-4 {
           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-4 h3 {
          margin: 0 0 0 -10px;
          position: absolute;
          top: 0px;
          height: 75px;
          padding: 10px 5%;
          background-color: rgba(255, 255, 255, 0.7) !important;
          width: 90%;
          color: rgb(88, 88, 88) !important;
        }
    
        #ares4 .ie-grid .ie .front-4 h4 {
            position: relative;
            margin: 40px 0 0 5px;
            color: rgb(88, 88, 88) !important;
        }
		

        #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: 0 0 0 0;
            font-size: 21px;
			text-align: center;
			color: rgba(84, 55, 138, 1) !important;
        }

        #ares4 .ie-grid .ie .back-1 h3 {
            margin: 0 0 0 0;
            font-size: 21px;
			text-align: center;
			color: rgba(84, 55, 138, 1) !important;
        }

        #ares4 .ie-grid .ie .back-1 h4 {
            margin: 0;
            font-size: 14px;
			text-align: center;
        }

        #ares4 .ie-grid .ie .back-1 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 1px solid #59358C;
        }

        #ares4 .ie-grid .ie .back-1 .ie-close {
            position: absolute;
            right: 0;
            color: #59358C;
            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: 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: 0px;
            padding: 0px;
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
        }


        #ares4 .ie-grid .ie .back-1 .ie-tabnav .active {
            color: rgb(88, 88, 88);
            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;
			color: rgb(88, 88,88);
        }

        #ares4 .ie-grid .ie .back-1 .ie-options {
            position: absolute;
            width: 96%;
            height: 34px;
            bottom: 0;
            left: 0;
            text-align: center;
            background: none;
            border-top:  1px solid #59358C;
            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;
        }
		    
		#ares4 .ie-grid .ie .back-1 .ie-options div .fa {
             color: #59358C;
             opacity: 0.3;
             font-size: 24px;
             margin-top: 2px;
             cursor: pointer;
             transition: opacity 0.3s ease;
             text-align: center;
       }

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

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

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

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

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

        #ares4 .ie-grid .ie-width-5 {
            width: 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-width-6 h3 {
            font-size: 49px;
        }

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

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

        #ares4 .ie-grid .ie-width-8 {
            width: 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-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: 430px;
            height: 430px;
        }
        /* Responsive */

        @media screen and (max-width: 740px) {
            #ares4 #logo img {
                width: auto;
                height: 70px;
                margin: 25px 25px 0 0px;
                float: right;
            }
            
            #ares4 #searchbar {
                margin: 0 auto;
                /* max-width: 890px; */
                width: 212px;
                /* float: right; */
                margin-top: 0px;
                margin-right: 10px;
            }
            
            #ares4 #search {
                padding: 10px;
                margin: 10px;
                border: none;
                width: 274px;
                box-sizing: border-box;
                float: right;
                background-color: rgba(255, 255, 255, 0.8);
            }
            
            #ares4 #breadcrumb {
                font-size: 14px;
                color: #222222;
                margin-bottom: 10px;
                padding: 90px 0 0 10px;
                max-width: 650px;
            }
			
			#ares4 #footer {
    	       overflow: hidden;
    	       text-align: left;
    	       position: relative;
    	       height: 75px;
    	       bottom: 0px;
    	       background-color: #585858;
    	       width: 100%;
    	       max-width: 995px;
    	       margin: 0 auto;
            }
            
            #ares4 .footerleft {
                margin: 8px 0px 0px 74px;
                font-size: 12px;
                color: #fff;
                /*width: 40%;*/
            }
            
            
            #ares4 .footercenter {
                margin: -48px 0 0 310px;
                font-size: 12px;
                color: #fff;
                width: 44%;
            }
            
            #ares4 #footer ul {
            	float: right;
            	width: auto;
            	padding: 0;
            	margin: -25px 20px 0 0;
            }
            #ares4 #footer img {
            	width: auto;
            	height: 40px;
            	margin: 0px 0 15px 10px;
            }

            #ares4 .ie-grid {
                width: 620px;
                left: 10px;
                margin: auto;
            }
            #ares4 .ie-grid .grid-sizer {
                width: 67.5px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }
            
            
            #ares4 .ie-grid .ie .back-1 h3 {
                margin: 0 0 0 0;
                font-size: 15px;
                text-align: center;
                color: rgba(84, 55, 138, 1) !important;
            }
            
            #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: 9px;
                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: 13px;
        line-height: 16px;
}


            #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: 13px;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 10px;
            }
            #ares4 .ie-grid .ie-width-3 {
                width: 222.5px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 67.5px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 145px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 222.5px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 300px;
                height: 300px;
            }
        }

        @media screen and (max-width: 420px) {
            #ares4 #logo img {
                width: auto;
                height: 70px;
                margin: 25px 15px 0 0px;
                float: right;
            }
            

            #ares4 #searchbar {
                margin: 0 auto;
                /* max-width: 890px; */
                width: 212px;
                /* float: right; */
                margin-top: 0px;
                margin-right: 80px;
            }
            
            #ares4 #search {
                padding: 10px;
                margin: 10px;
                border: none;
                width: 274px;
                box-sizing: border-box;
                float: right;
                background-color: rgba(255, 255, 255, 0.8);
            }
			
			 #ares4 #footer {
    	       overflow: hidden;
    	       position: relative;
    	       text-align: left;
    	       height: 100px;
    	       background-color: #585858;
    	       width: 100%;
    	       max-width: 995px;
    	       margin: 0 auto;
            }
            
            #ares4 .footerleft {
               margin: 10px 0px 0px -25px;
               font-size: 11px;
               color: #fff;
            }
            
            
            #ares4 .footercenter {
               margin: -78px 0 0 194px;
               font-size: 11px;
               color: #fff;
            }
            
            #ares4 #footer ul {
            	float: right;
            	width: auto;
            	padding: 0;
            	margin: -20px 10px 0 0;
            }
            #ares4 #footer img {
            	width: auto;
            	height: 40px;
            	margin: 0px 35px 0px 10px;
            	float: left;
            }
			
			
            #ares4 .ie-grid {
                width: 320px;
                left: 10px;
                margin: auto;
            }
            #ares4 .ie-grid .grid-sizer {
                width: 67.5px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }
            
            #ares4 .ie-grid .ie .back-1 h3 {
                margin: 0 0 0 0;
                font-size: 15px;
                text-align: center;
                color: rgba(84, 55, 138, 1) !important;
            }
            
            #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: 9px;
                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: 13px;
        line-height: 16px;
}

            
            #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: 13px;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 10px;
            }
            #ares4 .ie-grid .ie-width-3 {
                width: 222.5px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 67.5px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 145px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 222.5px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 300px;
                height: 300px;
				border-bottom: solid 1px #000;
            }
			
			 .ie-options {
                bottom: -1px !important;
            }
        }
    