/* IMPORT */

@import 'https://fonts.googleapis.com/css?family=Roboto&subset=cyrillic,cyrillic-ext';
@font-face {
  font-family: 'title-font';
  src: url('../fonts/mayasamuelspro-italic-webfont.eot');
  src: url('../fonts/mayasamuelspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/mayasamuelspro-italic-webfont.woff2') format('woff2'),
       url('../fonts/mayasamuelspro-italic-webfont.woff') format('woff'),
       url('../fonts/mayasamuelspro-italic-webfont.ttf') format('truetype'),
       url('../fonts/mayasamuelspro-italic-webfont.svg#mayasamuelspro-italic-webfont') format('svg');
}

/* GRID */

.table {
	display: table;
	padding:  0;
	margin:  0;
}
.table-cell {
	display: table-cell;
	padding:  0;
	margin:  0;
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.to-right * {
	text-align: right;
}
.to-right {
	text-align: right;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.padding-left {
	padding-left: 30px;
}
.block {
	display: block;
	position: relative;
	height: 100%;
}
.to-bottom {
	vertical-align: bottom;
}
.to-bottom-absolute {
	position: absolute;
	bottom: 5%;
}
.to-bottom-absolute {
	position: absolute;
	right: 0;
}
.padding-to-left {
	padding-left: 230px;
}

/* DEFAULTS */

img.preloader {
	display: block;
	position: fixed;
	height: 16px;
	width: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

html, body {
	min-width: 1000px;
}
body * {
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
	font-weight: lighter;
	font-style: normal;
	color: #606060;
	text-decoration: none;

	-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
}
body {
	background: #f0f0f0;
}

select {
	font-size: 11px;
	border: 1px solid lightgrey;
	padding: 3px 3px 1px;
	margin-right: 10px;
}

a, p {
	max-height: 999999px;
}
p.copyright {
	margin-top: 30px;
	text-align: center;
}
p.big {
	font-size: 20px;
	padding-top: 7px;
}

h1, h2, h3, h4 {
	font-family: 'title-font', 'Roboto', 'sans-serif';
	padding-top: 0.83em;
	padding-bottom: 0.83em;
	margin: 0;
}
h1 {
	padding-left: 10px;
}
h1, h2 {
	color: #525252;
	font-size: 45px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 30px;
	border: 3px solid #606060;
	border-radius: 100px;
	height: 50px;
	width: 50px;
	text-align: center;
	margin: 15px 10px;
	padding-top: 7px;
}

/* bootstrap form */

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	margin-bottom: 16px;
}
.input-group .input-group-addon {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	padding: 6px 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	background-color: rgb(58, 58, 58);
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 0 !important;
}
.input-group .input-group-addon i {
	color: #ffffff;
}
.input-group .form-control {
	display: table-cell;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #000000;
	background-color: #fff;
	border: 1px solid #ccc;
	border-left: none;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	position: relative;
	z-index: 2;
	float: left;
	margin-bottom: 0;
	border-radius: 0 !important;
}
.input-group .form-control:hover, .input-group .form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #000000;
	background-color: #fff;
	border: 1px solid #ccc;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-bottom: 0;
	border-radius: 0 !important;
}
.form-control:hover, .form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input {
	margin-bottom: 10px !important;
}
textarea {
	width: 100%;
	min-height: 150px;
}

/* styles app */

div.container {
	min-width: 1000px;
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin:  0 auto 0;
	padding: 0 10px 0;
}
div.top {
	padding-top:  30px;
}
div.bottom {
	padding-bottom:  30px;
}

.sprite {
	background: url('../img/images-sprite.png') 0 0 no-repeat;
	height: auto;
	width: 100%;
}

.all-to-right {
	float: right;
	clear: both;
}
.all-to-left {
	float: left;
	clear: both;
}
.all-to-left ul {
	padding-left: 0;
}

.link-to-home {
	cursor: pointer;
}

.position-relative {
	position: relative;
}
.absolute-gif {
	display: block;
	height: 128px;
	width: auto;
	position: absolute;
	top: 140px;
	left: 153px;
}
.phoneMain {
	display: block;
}

.bosses-images div.table-cell {
	text-align: center;
}
.bosses-images div.table-cell:not(:first-child) {
	padding-left: 30px;
}
.bosses-images div.table-cell img {
	display: block;
	height: 200px;
	width: auto;
}
.bosses-images div.table-cell p {
	font-size: 20px;
	text-align: center;
	margin-top:  10px;
}
.bosses-images div.photo-collage {
	background: white;
	padding: 10px 30px 10px;
}

i {
	display: block;
}
i.logo {
	height: 95px;
	width: 95px;
	background-position: 0 0;
}

button.apps {
	height: auto;
	width: auto;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
button.apps img {
	height: auto;
	width: 200px;
	margin-right: 10px
}
.google:hover {
	opacity: 0.8;
}
.ios {
	opacity: 1.0;
}

div.block, div.block-1, div.block-3 {
	background: #f0f0f0;
}

div.block h2 {
	padding-bottom: 20px;
}
div.block p {
	margin-top: 0;
}
div.block p a {
	text-decoration: underline;
}

div.carousel {
	background: white;
}
div.carousel div.container {
	padding-top: 0;
}
div.carousel img {
	width: 100%;
    height: auto;
}
div.carousel div.slider-arrow img {
	height: auto;
    width: 100px;
    margin: 80px auto 0;
}
div.carousel img.emoji {
	height: auto;
    width: 128px;
    margin: 35px auto 0;
}

div.block-3 div.container h2 {
	text-align: center;
}
div.block-3 div.container i.social {
	height: 68px;
	width: 68px;
	display: inline-block;
	margin-right: 5px;
}
div.block-3 div.container i.social:last-child {
	margin-right: 0;
}
div.block-3 div.container i.lighter {
	background-position: -1085px -21px;
}
div.block-3 div.container i.cloud {
	background-position: -1326px -21px;
}
div.block-3 div.container i.facebook {
	background-position: -665px -21px;
}
div.block-3 div.container i.skype {
	background-position: -771px -21px;
}
div.block-3 div.container i.call {
	background-position: -876px -21px;
}
div.block-3 div.container i.phone {
	background-position: -979px -21px;
}

header {
	background: #f0f0f0;
}
header div.table-cell {
	vertical-align: middle;
}

footer *, footer {
	color: #bcbcbc;
}
footer div.table-cell {
	text-align: center;
}
footer h5 {
	color: #ffffff;
}
footer ul {
	list-style: none;
	display: inline-block;
	text-align: left;
}
footer ul li {
	line-height: 150%;
}
footer ul li a:hover {
	color:  #ffffff;
}

/* social */

.twitter-follow-button { margin-left: 10px; }
