﻿.not_bold {
	font-weight: normal;
}

.underscore {
	text-decoration: underline;
}

.pitch {
	color: #CA2127;
}

.bio_photo {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 4px;

}

.title {
    width: 80%;
	margin: 10px auto;
    position:relative;
}
.title2 {
	margin: 10px auto;
    position:relative;
}

.title2p {
	margin-top: 0px;
	/*padding-top: 5px;*/
}

.photos {
    width: 80%;
	/*    height: 400px; */
    margin: 0px auto;
    position:relative;
}
.photos > div {
    background-color: rgba(128, 128, 128, 0.5);
    border: 2px solid #444;
    float: left;
    height: 100px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    width: 100px;
    z-index: 1;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -ms-transform:scale(1.0);
    -o-transform:scale(1.0);
    transform:scale(1.0);

    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.photos > div img{
    width: 100%;
}
.photos > div:hover{
    z-index: 10;

    -webkit-transform:scale(2.0);
    -moz-transform:scale(2.0);
    -ms-transform:scale(2.0);
    -o-transform:scale(2.0);
    transform:scale(2.0);
}
.photos > div div {
    background: url(../images/hover.gif) repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15;

    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.photos > div:nth-child(1):hover div {
    height: 0%;
}

.photos > div:nth-child(2):hover div {
    height: 0%;
    margin-top: 100px;
}
.photos > div:nth-child(3):hover div {
    width: 0%;
}
.photos > div:nth-child(4):hover div {
    margin-left: 300px;
    width: 0%;
}
.photos > div:nth-child(5):hover div {
    height: 0%;
    margin-left: 150px;
    margin-top: 50px;
    width: 0%;
}
.photos > div:nth-child(6):hover div {
    margin-left: 150px;
    width: 0%;
}
.photos > div:nth-child(7):hover div {
    height: 0%;
    margin-left: 150px;
    margin-top: 50px;
    width: 0%;

    -webkit-transform: rotateX(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.photos > div:nth-child(8):hover div {
    height: 0%;
    margin-left: 150px;
    margin-top: 50px;
    width: 0%;

    -webkit-transform: rotateZ(600deg);
    -moz-transform: rotateZ(600deg);
    -ms-transform: rotateZ(600deg);
    -o-transform: rotateZ(600deg);
    transform: rotateZ(600deg);
}
.photos > div.pair div {
    width: 50%;
}
.photos > div.pair div:nth-child(odd) {
    margin-left: 150px;
}
.photos > div.pair:hover div {
    width: 0%;
}
.photos > div.pair:hover div:nth-child(odd) {
    margin-left: 300px;
}


.starter {
    width: 80%;
    margin: 0px auto;
    position:relative;
}
.starter > div {
    background-color: rgba(128, 128, 128, 0.5);
    border: 2px solid #444;
    float: left;
    height: 100px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    width: 100px;
    z-index: 1;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -ms-transform:scale(1.0);
    -o-transform:scale(1.0);
    transform:scale(1.0);

    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.clear {
	padding-top:0px;
	clear:both;
}

.clear2 {
	padding-top:30px;
	clear:both;
}

.about {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
    position: relative;

    border: 3px solid #444;
    height: 100%;
    overflow: hidden;
    z-index: 1;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.about td {
	vertical-align: top;
	padding-left: 20px;

}

.about td:last-child {
	padding-right: 20px;
}

.monograph {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
    position: relative;
}

.monograph > div > div {
	display: inline-block;
	padding-left: 20px;
}


.profile {
	background-color: #f7f7f7;
	padding-bottom: 20px;
	border-bottom: 1px solid #f84545;
}

.profile img {
	margin-bottom: 20px;
}

.profile-name {
	font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
	font-size: 16px;
	margin: 0 0px;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: uppercase;
}

.profile-job {
	font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
	font-size: 14px;
	color: #aaa;
	margin: 0 20px 16px 0px;
	text-transform: uppercase;
}

.profile-desc {
	font-size: 14px;
	margin: 0 20px 23px 0px;
}

#copyright {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}

#copyright a {
	color: #fff;
	border-bottom: 1px solid #fddada;
}	

#copyright a:hover {
	text-decoration: none;
	border: none;
}

.infrastructure {
	background: #f84545;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
    position: relative;

	/*   border: 3px solid #444;  */
    height: 100%;
    overflow: hidden;
    z-index: 1;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.infrastructure table {
	border-spacing: 20px;
    border-collapse: separate;
}

.infrastructure td {
	vertical-align: middle;
	padding-left: 10px;
}

.infrastructure td:first-child {
	background-image: url("../images/server_long.png");
	height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 3px solid white;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.infrastructure td:last-child {
	font-size: 7px !important;
}

.services {
	background: #f84545;
	color: #fff;
	box-sizing: border-box;
}


.services-title {
	font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}

.services-list {
	list-style: none;
	font-size: 14px;
	line-height: 2;
	margin-top: 10px;
}

.slider-services {
	margin-bottom: 66px;
}

