/* CSS Document */

html, body {
	margin: 0px;
    height: 100%;
	font-family:"Arial Black", Gadget, sans-serif;
}

body {
	font-size: 1.4rem;
	background: #2DC4FF;
}

a:link, a:visited, a:active {
	border:none;
	color:#FFF;
	text-decoration:none;
}

a:hover {
	border:none;
	color:#FFF;
	text-decoration:underline;
}

.root {
    height: 100%;
    min-width: 850px;
}

.page {
	position: relative;
	min-height: 840px; /*900px;*/
}

.main {
    padding-bottom: 0;
}

.page-home #home-bg {
    background-color: none;
    background-position: 50% 50%;
    height: 560px;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-home .wrap {
    margin: 0 auto;
    width: 880px;
}

.page-home .home-phones {
    background: url("/images/teamistr_phone.png") no-repeat scroll 0 70px transparent;
    display: inline;
    float: left;
    height: 682px;
    margin-left: 5px;
    padding-top: 70px;
    position: relative;
    width: 373px;
}

.page-home .content {
    float: left;
    margin-left: 10px;
    margin-top: 52px;
    position: relative;
    width: 427px;
}

.page-home .content .teamistr-logo {
    background: url("/images/teamistr_screen.png") no-repeat scroll 0 0px transparent;
    height: 527px;
    padding: 34px 7% 0;
    width: 86%;
}

.page-home .content .teamistr-text {
    height: 50px;
    padding: 0px;
    width: 100%;
	color: #FFF;
	text-align: center;
	font-size:18px;
}

.page-home .content .teamistr-buttons {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 20px;
}

.page-home .content .teamistr-buttons a:hover {
    color:none;
	text-decoration:none;
}

.page-home .content .teamistr-buttons .appstore {
	width: 201px;
	height: 60px;
    margin: 0px 10px;
    display: inline;
}

.page-home .content .teamistr-buttons .playstore {
    width: 172px;
	height: 60px;
    margin: 0px 10px;
    display: inline;
}

.page-home .content .teamistr-buttons .windowsstore {
    width: 172px;
	height: 60px;
    margin: 0px auto;
    display: block;
}

.desc {
	text-align: center;
	font-size: 16px;
	color:#FFF;
	padding: 20px;
}

.clear:after, .page-footer:after, .jobs-intro:after, .resumator-buttons ul:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.01em !important;
    height: 0;
    line-height: 0.01em !important;
    visibility: hidden;
}

.page-footer-chromeless, .page-footer-dark, .page-home .page-footer {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);*/
}

.page-footer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #DDDDDD;
    clear: both;
    overflow: hidden;
    padding: 8px 0 7px;
    text-align: center;
    margin-top: -48px;
    position: relative;
    z-index: 20;
    font-size: 12px;
    line-height: 16px;
}

.clear, .page-footer, .jobs-intro, .resumator-buttons ul {
    display: block;
}

.page-home .page-footer .wrapper {
    width: 840px;
}
.wrapper {
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    width: 992px;
}

.page-footer li {
    margin: 0;
}

.page-footer nav, .page-footer .copyright, .page-footer li {
    display: inline-block;
}

nav ul, nav ol {
    list-style: none outside none;
}

.page-footer nav, .page-footer p {
    font-weight: bold;
    text-transform: uppercase;
}

.page-footer a {
    display: block;
    padding: 8px 6px;
}