﻿
/* general styles */
html, body {
  height: 100%;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.0em;
  color: #e5e5e5;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.text-vcenter h2 {
  font-size: 2.0em;
  color: #0099FF;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.text-vcenter h3 {
  font-size: 3.0em;
  color: #e5e5e5;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.text-vcenter h4 {
  font-size: 1.5em;
  color: #e5e5e5;
  font-weight: 700;
  margin: 10 0 0 0;
  padding: 0;
}
.servicetext {
	width: 80%;
	height: auto;
	color: #fff !important;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 2px;
}
.servicetext h1 {
  color: #eee;
  font-size:24px !important;
}
.servicetext h2 {
  color: #e5e5e5;
  font-size:12px !important;
}

.servicetext span {
  color: #0099ff;
}

#rotatediv {
	height: 80px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size:36px;
	line-height:36px;
	padding: 6px 0;
	margin-bottom: 6px;
}

#rotatediv span {
  color: #0099ff;
}

/* additional sections */
#home {
  background-color: #222;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  background-image: url("https://blue-monkey.co.uk/images/bkg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: solid 1px #666;
}

#about {
  padding: 65px 0;
}
#services {
  background: #232323;
  height: 810px;
  position: relative;
  color: #fff;
  width: 100%;
  padding: 55px 0;
  list-style: none;
}
#services ul, li {
list-style: none;
}
.sample {
    position:relative;
    width:33.33333333333333%;
    height:400px;
    overflow:hidden;
    float:left;
}
.sample figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
    margin-left:-50px
}
.sample figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}
.sample figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.sample figure h2 {
    color:#fff;
    font-size:20px;
    text-align:left
}
.sample figure p {
    display:block;
    font-size:14px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.sample figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:29px 44px;
    background-color:#0099FF;
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.sample figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.sample figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.sample figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}

#contact {
  background: #232323; 
  display: table;
  height: 70%;
  position: relative;
  color: #fff;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 85px 0;
}

#details {
  background: #333;
  color: #fff;
  padding: 65px 10px;
}

#details img{
  width: auto;
}

footer {
  padding: 25px 0 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 20px;
}
footer .glyphicon:hover {
  color: #0099ff;
}
	
/*FORM*/
form {
	width: 75%;
	padding: 30px;
	background: #232323;
	margin: 0 auto;
}
.SubBut {
	border:1px solid #fff;
	background: transparent;
	color: #fff;
	cursor: pointer;
	padding: 10px 16px;
	font-size: 18px;
	margin-top: 15px;
	border-radius: 4px;
}
.SubBut:hover {
	border:1px solid #0099FF;
	background: transparent;
	color: #0099FF;
}
#formWrap {
	width: 500px;
	height: auto;
	font-family: 'Roboto', sans-serif;
	padding: 15px 25px;
	text-align: center;
	margin: 0 auto;
	margin-top: 150px;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	background-color: #0099FF !important;
	border: none;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}