﻿/* ---------- */
/*  Serve Box */
/* ---------- */
@import url('Responsive/Responsive.css');

.ServeBox-Container
{
  display: block;
  margin: 1em auto;
  width: 100%;
  height: auto;
}

.ServeBoxContent-Container
{
  margin: 0 auto;
  display: block;
  float: left;
}

.ServeBox
{
  text-align: center;
  padding: 1em;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid transparent;
  
  float: left;

  transition: border ease-in 200ms;
  -moz-transition: border ease-in 200ms;
  -webkit-transition: border ease-in 200ms;
  -o-transition: border ease-in 200ms;
  -ms-transition: border ease-in 200ms;
}

.ServeBox-Description
{
  width: 100%;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ServeBox-Description-Link
{
  width: 100%;
  height: auto;
  text-overflow: ellipsis;
  display: block;
}

.ServeBox-Description-Link a,
.ServeBox-Description-Link a:hover,
.ServeBox-Description-Link a:visited
{
    color: #fff !important;
}

.ServeBox:hover 
{
  border: 2px solid transparent;
  box-shadow: 0px 0px 5px transparent;
}

    .ServeBox:hover .ServeBox-Icon 
    {
        border: 2px solid #ffb500;
    }

.ServeBox-Icon-Container {
    height: 100px;
    width: 100px;
    margin: auto;
    box-sizing: border-box;
    background-color: #e07e3c;
    border: 3px solid #e07e3c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 1em;
}

.ServeBox-Icon {
    background-color: #e07e3c;
    height: 100%;
    width: 100%;
    margin: auto;
    padding-top: .75em;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    /*filter: alpha(opacity=30);
  opacity: 0.5;*/
    transition: border ease-in 200ms;
    -moz-transition: border ease-in 200ms;
    -webkit-transition: border ease-in 200ms;
    -o-transition: border ease-in 200ms;
    -ms-transition: border ease-in 200ms;
}

.ServeBox-Font-Icon
{
  color: #fff;  
  font-size: 5em;
  box-sizing: border-box;
  text-align: center;
  display: block;
  
  height: 100%;
  width: 100%;
  line-height: 100%;
}



.ServeBox-Icon-Container > h3
{
    color: #1888C9 !important;
}


/* ALTERNATES */
.ServeBox-Alternate.ServeBox-Container
{
  display: block;
  margin: 1em auto;
  width: 100%;
  height: auto;
}

.ServeBox-Alternate .ServeBoxContent-Container
{
  margin: 0 auto;
  display: block;
  float: left;

  padding: .5em !important;
}

.ServeBox-Alternate .ServeBox
{
  text-align: center;
  padding: 1em;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid transparent;

  background-color: #eee;
  

  margin-bottom: .25em;
  margin-top: .25em;
  
  float: left;

  transition: border ease-in 200ms;
  -moz-transition: border ease-in 200ms;
  -webkit-transition: border ease-in 200ms;
  -o-transition: border ease-in 200ms;
  -ms-transition: border ease-in 200ms;
}

.ServeBox-Alternate .ServeBox-Description
{
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;

  min-height: 100px;

  padding-bottom: 1em;
}

.ServeBox-Alternate .ServeBox-Description-Link
{
  width: 100%;
  height: auto;
  text-overflow: ellipsis;
  display: block;
}

.ServeBox-Alternate .ServeBox:hover 
{
  border: 2px solid transparent;
  box-shadow: 0px 0px 5px transparent;
}

.ServeBox-Alternate .ServeBox:hover .ServeBox-Icon
{
    border: 2px solid transparent;
}

    .ServeBox-Alternate .ServeBox:hover .ServeBox-Icon .ServeBox-Font-Icon 
    {
        color: #d52b1e;
    }

.ServeBox-Alternate .ServeBox-Icon-Container
{
  height: 100px;
  width: 100px;
  margin: auto;
  
  box-sizing: border-box;

  background-color: transparent;
  border: 3px solid transparent;

  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;

  margin-bottom: 1em;  
}

.ServeBox-Alternate .ServeBox-Icon
{
  background-color: transparent;
  height: 100%;
  width: 100%;
  margin: auto;
  padding-top: .75em;
  
  display: inline-block;

  border: 2px solid transparent;
  
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;

  /*filter: alpha(opacity=30);
  opacity: 0.5;*/
  
    transition: border ease-in 200ms;
  -moz-transition: border ease-in 200ms;
  -webkit-transition: border ease-in 200ms;
  -o-transition: border ease-in 200ms;
  -ms-transition: border ease-in 200ms;
}

.ServeBox-Alternate .ServeBox-Font-Icon
{
  color: #555;  
  font-size: 5em;
  box-sizing: border-box;
  text-align: center;
  display: block;
  
  height: 100%;
  width: 100%;
  line-height: 100%;
}



.ServeBox-Alternate .ServeBox-Icon-Container > h3
{
    color: #1888C9 !important;
}


/* SERVEBOX-BLOCK */

.ServeBox-Block-Container {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #d52b1e;
    color: #fff;
    padding-bottom: 3em;
}

.ServeBox-Block-Container.Alternate {
    background-color: #000;

    background-size: cover;
}

.ServerBox-Block-Container-Image,
.ServerBox-Block-Container-Image {
    background: url(../../../../images/background-image.jpg) no-repeat 0 0;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.15);
    /*opacity: .150;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: 100%;
    position: absolute;
    top: 0;
    display: block;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ServerBox-Block-Header
{
    text-align: center;
    padding: 1em;
    padding-top: 3em;

    margin: 0;

    position: relative;
}

.ServerBox-Block-Header h3
{
    color: #fff;
    line-height: 1.79em;
}

.ServerBox-Block-Content
{
    padding-top: 1em;
    padding-bottom: 1em;

    margin: 0;
}

.ServeBox-Block
{
    float: left;
    min-height: 150px;
}

.ServeBox-Block:nth-child(odd)
{
    padding-left: 15%;
}

.ServeBox-Block:nth-child(even)
{
    padding-right: 15%;
}

.ServeBox-Block-Container.Alternate .ServeBox-Block:nth-child(even)
{
    border-left: 1px solid #777;
}


.ServeBox-Block-Left
{
    padding: 0;
}

.ServeBox-Block-Icon-Container
{
    text-align: center;

    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.ServeBox-Block-Icon 
{
    text-align: center;
    border: 1px solid #5e6a71;
    height: 75px;
    width: 75px;
    border-radius: 50%;
}

.ServeBox-Block-Font-Icon
{
    font-size: 4em;
    margin-top: .15em;
}

.ServeBox-Block-Right
{
    padding: 0;
    padding-left: 1em;
}

.ServeBox-Block-Description {
    font-size: .9em;
}


.ServeBox-Block  h3
{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: .5em;
}

.ServeBox-Block-Description-Link 
{
    padding-top: 1em;
}

 .ServeBox-Block-Description-Link a 
{
    color: #f5f5f5 !important;
}

.ServeBox-Block-Container.Alternate .ServeBox-Block-Description-Link a
{
    color: #f5f5f5 !important;
}

.ServeBox-Block-Container.Alternate .ServeBox-Block-Description-Link a:hover 
{
    color: #5e6a71 !important;
}

    .ServeBox-Left-Pad-Override {
        padding-left: 5%;
    }

.ServeBox-Right-Pad-Override
{
    padding-right: 5%;
}

.Hide-Value 
{
    border-color: transparent !important;
    color: transparent !important;
    background-color: transparent !important;
}