.description {
    padding: 3em 0em 3em 0em;
    line-height: 1.7em;
    letter-spacing: .03em;
}

section.what-are {
    margin-bottom:8em;
}

.description .response {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    margin-top: 1em;
    margin-bottom: 4em;
}


.description .response .bubble {
    font-size:.9em;
    text-align:center;
    color:#999;
    opacity: 1;
}

.description .response .bubble {
    border-radius: 6px;
    padding: .7em 2.5em;
    display: inline-block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.members .flipper {
    transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
}
strong.jumbo.preloading, .description .images img.preloading, .members .flipper.preloading {
    transform: scale3d(.8,.8,.8);
    -moz-transform: scale3d(.8,.8,.8);
    -webkit-transform: scale3d(.8,.8,.8);
}
strong.jumbo {
    transform: scale3d(1,1,1);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    min-height:72px;
    -webkit-transition: all 1s;
}

.description .response div {
    vertical-align: middle;
    display: inline-block;
    margin-left: .4em;
}

.preloading {
    opacity:0;
}

.description .response i {
    font-size: 2.5em;
    vertical-align:middle;
}

.icons .descriptions span{
    padding:1em 3em;
    display: inline-block;
    color: #003366;
}
section {
    margin-top:2.5em;
}
.icons {
    text-align:center;
    margin-top:4em;
}

.icons .bubble {
    background:#408FCE;
    display:inline-block;
    margin:0 auto;
    color:white;
    padding:2em 3em;
    border-radius:10px;
}

.icons .bubble {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateX(0px);
    opacity:1;
}

.icons .bubble.preloading {
    font-size:.9em;
    -webkit-transform: translateX(75px);
    opacity:0;
}

.icons i {
    font-size:5em;
    padding-bottom: .2em;
}

.icons .bubble:hover{
    color:#D5EEFF;
}
.icons i.fa-phone {
    padding-top:.1em;
    padding-bottom:.1em;
}
.icons .sub div {
    position:relative;
}
.icons .sub span{
    color:white;
    font-size: 1.3em;
    margin: -1.4em 0em 0em 0em;
    position:absolute;
    bottom:.5em;
    left:0em;
    right:0em;
    margin:0 auto;
}

.container {
    width:970px!important;
}

span.mondo {
    font-size:2em;
    font-family: "Times New Roman", Times, serif;
}

.description strong {
	display: block;
	margin: 2em 0em;
	font-size: 2em;
	font-family: 'LeelawadRegular';
	color: #ff6600;
	line-height: 1.3;
	text-align: center;
	padding: 0em 2em;
}

.description .images {
	margin-top:3em;
    margin-bottom:3em;
}

.description .images img {
	border-radius:8px;
}

.description .images #first {
	height:250px;
	float:left;
}

.description .images #last {
	height:250px;
	float:right;
}

.description .images img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transform: scale3d(1,1,1);
    -moz-transition: all 1s;
    -moz-transform: scale3d(1,1,1);
    transition: all 1s;
    transform: scale3d(1,1,1);
}

.what-are {
    margin-top:0em;
    text-align:center;
}

.callout-button {
    display:inline-block;
    margin:.5em auto auto auto;
    padding:.8em 1.6em;
    font-size:1.2em;
    background:#ff6600;
    color:white!important;
    text-decoration:none;
    border-radius:6px;
	font-weight:bold;
	border:2px solid;
}

.callout-button:hover {
	border:2px solid #ddd;
	text-decoration:none;
}
.press {
	margin:3em 0em 5em 0em;
}

.press img {
	width:100%;
}

.team header, .we-love header, .technology header {
	border-bottom:1px solid #ccc;
}

.team img {
	border-radius:20%;
	width:200px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

.team {

	padding-bottom:1em;
}

.team .members {
	margin-top:4em;
	text-align:center;
	margin-bottom:6em;
}

.members .member {
	display:inline-block;
	float:left;
	width:25%;
	text-align:center;
}

.members .member strong {
	display:block; 
	text-align:center;
	margin-top:.5em;
	margin-bottom:.35em;
}


.member ~ .member ~ .member ~ .member ~.member {

	margin-top:3.5em;
}










/********************/
.flip-container {
	display:inline-block;
}

/*
.flip-container:hover .flipper {
  transform: rotateY(180deg);
}
*/

.flipper {
  transform-style: preserve-3d;
  transition: all .7s;
  backface-visibility: hidden;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: white;
  text-align: center;
}