@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=cyrillic-ext,latin-ext);
@import url('teo-logo.css');
/*@import url('animation.css');*/

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL STYLE */

html, body{margin:0; padding:0; height:100%; width:100%;}

html {
	-webkit-text-size-adjust: 100%;
}

* {
	-webkit-transition: font 0.3s ease;
	-moz-transition: font 0.3s ease;
	-ms-transition: font 0.3s ease;
	-o-transition: font 0.3s ease;
	transition: font 0.3s ease;
}

h4 {
	font-size: 34px;
	margin-top: 30px;
	font-weight: 300;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

p, small {font-weight: 300;}
strong, h3 {font-weight: 500;}
small {font-size: 12px;}

.pull-right {float: right;}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

.responsive-img {width: 100%;}

.fs18 {font-size: 18px;}
.fs24 {font-size: 24px;}
.fw300 {font-weight: 300;}

.lh70 {line-height: 70px;}
.lh28 {line-height: 28px;}
.lh24 {line-height: 24px;}
.lh20 {line-height: 20px;}

.mt25 {margin-top: 25px;}
.mb15 {margin-bottom: 15px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}

.pt20 {padding-top: 20px;}

#head-layer {
	background: url('../img/head-bg.jpg') no-repeat center center; 
	overflow:hidden;
	height:100%;
	width:100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.container {
	box-sizing: border-box;
	max-width: 960px;
	display: block;
	margin: auto;
	width: 100%;
}

#head-layer .container {padding: 0px !important;}

.table {
	display: table;	
	height: 100%;
	width: 100%;
}

.table-row {
	display: table-row;
}

.cell {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.row {
	position: relative;
}

.col-3 {
	vertical-align: top;
	box-sizing: border-box;
	display: inline-block;
	padding: 15px;
	width: 32.799999%;
}

.col-8 {
	vertical-align: top;
	box-sizing: border-box;
	display: inline-block;
	padding: 15px;
	margin: auto;
	width: 75%;
}

.types {} 

.box-bg.service1 {background-color: #ff7777;}
.box-bg.service2 {background-color: #fce18f;}
.box-bg.service3 {background-color: #cafc8f;}

.box-bg.service-full {background-color: rgba(255,255,255,0.6);}

.box-bg {
	border-radius: 4px;
	padding: 10px;
	min-height: 200px;
}

.header-menu {margin-top: 3vmax;}

.header-menu li {
	display: inline-block;
	background-color: rgba(0,0,0,0);
	border-radius: 4px;
	max-width: 202px;
	border: 1px solid #757575;
	margin: 10px; 
	width: 27%;

	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-ms-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease; 
}

.header-menu li a {
	text-decoration: none !important;
	font-weight: 300;
	font-size: 22px;
	display: block;
	padding: 15px 0px;
	color: #2D2D2D;

}

.header-menu li:hover {
	background-color: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.0);
}

.header-menu li:hover a {
	color: #fff;
}

.title span {
	position: absolute;
	left: 50%;
	top: 50%;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

h2 {
	margin-bottom: 15px;
	/*white-space: nowrap;*/
	font-weight: 100;
	text-align: center;
	font-size: 72px;
	text-shadow: 1px 2px 33px rgba(255, 255, 255, 1);
}

#services-layer {
	width:100%;
	padding-bottom: 100px;
	background: url('../img/services-bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#services-layer .title {height: 250px;}

/* 
 ========== HEADER ========== 
 */

 .logo-txt {
 	-webkit-transition: width 0.5s ease; 
 	-moz-transition: width 0.5s ease;
 	-ms-transition: width 0.5s ease;
 	-o-transition: width 0.5s ease;
 	transition: width 0.5s ease; 
 }

 .animate-logo {
 	-webkit-transition: height 0.5s ease; 
 	-moz-transition: height 0.1s ease;
 	-ms-transition: height 0.1s ease;
 	-o-transition: height 0.1s ease;
 	transition: height 0.1s ease; 
 }

/* 
========== ABOUT ========== 
*/

#about-layer {padding-bottom: 100px;}

.transportation-list .list-icon {float: left; margin-right: 15px;}
.transportation-list .list-icon img {width: 42px;}
.transportation-list .list-content {overflow: hidden; font-weight: 300;}
.transportation-list li {overflow: hidden;margin-bottom: 10px;}
.transportation-list .list-content strong {
	display: inline-block;
	font-weight: 400;
	margin-bottom: 6px;
	margin-top: 2px;
}

/* 
========== SERVICES ==========
*/
.service-full .columns-2.tva-list {padding-top: 0;}
.service-full .columns-2.tva-list li {margin-bottom: 0; margin-top: 10px; line-height: 22px;}


/*  
========== CONTACTS ==========
*/

#contacts-layer {padding-bottom: 100px; overflow: hidden;}

.cform-div {
	padding-right: 35px;
	box-sizing: border-box;
	width: 340px; height: 305px; position: absolute;z-index: 3;
	background: -webkit-linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.4));
	background: -o-linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.4));
	background: -moz-linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.4));
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.4));
}

.cform-div input,
.cform-div textarea {
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #757575;
	padding: 10px 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	-webkit-appearance: none;
	outline: none !important;
}

.cform * {margin-bottom: 15px; box-sizing: border-box;}

input.error {
	border: 1px solid #FF6767;
}

input[name="email"] {width: 100%; margin-top: 15px;}
.msg-txt {width: 100%; height: 150px;}
input[name="captcha"] {width: 100%;}
input[type="submit"] {
	cursor: pointer;
	width: 100%;
	
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-ms-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease; 
}

input[type="submit"]:hover {
	background-color: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.0);
	color: #fff;
}


.cf-col-6 {float: left;width: 50%;box-sizing: border-box;}
.cf-col-6:first-of-type {padding-right: 7px;}
.cf-col-6:last-of-type {padding-left: 7px;}

#map-canvas {
	height: 305px;
	margin: 0px;
	padding: 0px;
	width:100%;
}

.contacts-numbers {
	margin-left: 35px;
	float: left;
}

.phone-cols {margin-top: 35px; display: block; float: right;}

.phone-cols li {padding-bottom: 10px;}


/* 
========== FOOTER ==========
*/

#footer-layer {
	padding-bottom: 60px;
	font-weight: 300;
	background: #303030;
	margin-top: 30px;
	overflow: hidden;
	display: block;
	color: #aeaeae;
	width: 100%;
}

#footer-layer a {color: #aeaeae; text-decoration: none;}
.col-6 {
	display: inline-block;
	width: 50%;
}
.dev-txt {
	line-height: 15px;
	font-size: 12px; 
	position: relative;
	left: -5px;
	top: -3px;
}

.dev-side {padding-top: 15px; text-align: right;}

/* 
========== NAV LINE ==========
*/

#nav-bar {
	background-color: rgba(48,48,48,0.85);
	position: fixed;
	z-index: 10;
	bottom: 0;
	width: 100%;

	-webkit-transition: bottom 0.5s ease; 
	-moz-transition: bottom 0.5s ease; 
	-ms-transition: bottom 0.5s ease; 
	-o-transition: bottom 0.5s ease; 
	transition: bottom 0.5s ease; 
}

.tva-nav-logo {
	margin: 9px 12px;
	width: 46px;
	display: inline-block;
}

.mlinks a {
	border-right: 1px solid rgba(255,255,255,0.2);
	padding-left: 30px; 
	padding-right: 30px; 
	display: block;
}

#nav-bar ul li.active a{
	background-color: rgba(255, 255, 255, 0.25);
}

#nav-bar ul {display: inline-block; vertical-align: top;}

#nav-bar ul li {display: inline-block; float: left;}

#nav-bar ul li a {
	font-size: 18px;
	font-weight: 100;
	color: #fff !important;
	text-decoration: none !important;
	line-height: 60px
}

.nav-show {bottom: 0px !important;}

.nav-hide {bottom: -65px !important;}

.lang li {margin-left: 25px;}

.menu-call {display:none;}

.info-text {display: none;}

.info-link {cursor: pointer; text-decoration: underline !important;}


.txt-2nd {
	width: 100%;
	max-width: 180px;
	margin-left: 20px
}

.tva-list li {
	background: url('../img/dot.png') no-repeat left center;
	background-size: 10px 10px;
	padding-left: 25px; 
	margin-left: 15px;
	margin-bottom: 10px;
}

.columns-2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}



/* Partners
------------------------- */

.row .col-4 {width: 25%; float: left;}

.parnters img {
	opacity:0.7;
	width: 100%;
	margin-top: 20px;

	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */

	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease; 

}

.parnters img:hover {
	opacity: 1;

	filter: none;
	-webkit-filter: grayscale(0%);

} 




/* MODAL */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	max-width: 800px;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.file-list a {	
	color: #000 !important;
	text-decoration: none;
}

.file-list li {
	margin-bottom: 20px;
	display: inline-block;
	width: 45%;	
}

.file-list li * {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
#btn-show-modal {
	text-decoration: underline;
}

/* 
========== RESPONSIVE ==========
*/

@media (max-width: 960px) {
	.container {padding: 0 15px;}
}

@media (max-width: 800px) {
	#footer-layer p {font-size: 14px;}
}

@media (max-width: 700px) {
	.header-menu li a {
		font-size: 14px;
	}

	.header-menu li {
		margin: 5px !important; 
	}
	h2 {font-size: 36px;}

	.mlinks a {
		padding-right: 20px;
		padding-left: 20px;
	}

	.txt-2nd {
		position: inherit;
		display: block;
		margin: auto;
	}

	#footer-layer .col-6 {width: 100%; text-align: center;}

	.columns-2 {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}

	.file-list li {display: block; width: 100%;}

}


@media (max-width: 600px) {
	.moover-xs {padding-left: 30px;}
	.animate-logo {
		width: 30%;
		height: 160px;
		display: inline-block;
	}

	.logo-arrow {
		background-size: 100%;
		width: 100%;
		height: 100%;
	}

	.logo-txt {width: 50%; margin-left: 40px;}

	.header-menu li a {font-size: 14px;}

	.header-menu li {margin: 5px !important;}

	h2 {font-size: 36px;}

	.mlinks a {
		padding-right: 15px;
		padding-left: 15px;
	}

	.lang li {
		margin-left: 10px;
	}

	.tva-nav-logo {
		margin: 7px 0px;
		width: 27px;
	}

	#nav-bar ul li a {line-height: 40px;}

	.cform-div {position: relative; width: 100%; padding-right: 0px;}

	.contacts-numbers, .contacts-numbers {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}

	#contacts-layer {padding-bottom: 50px;}

	.txt-2nd {
		position: inherit;
		display: block;
		margin: auto;
	}

	.columns-2 {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}


}

@media (max-width: 500px) {
	.animate-logo {height: 160px;}

	.nav-show, .nav-hide {bottom: 0px !important;}

	.mlinks li {
		text-align: center; 
		display: block;
		width: 100% !important;
	}

	.menu-call {display:block; text-align: center; color: #fff;}

	#nav-bar .lang {display: block; width: 100%;}

	#nav-bar .lang li {width: 50%;	margin-left: 0px;}

	#nav-bar .lang li:first-of-type {
		text-align: right; padding-right: 10px;
		box-sizing: border-box;
	}

	.col-3 {width: 100%;}

	#nav-bar .lang li:last-of-type {
		padding-left: 10px;
		box-sizing: border-box;
	}

	.tva-nav-logo {display: none;}

	.mlinks {width: 100%;}

	.mlinks a {border-right: 0px;}

	.menu-call {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 18px !important;
		margin: 15px 0;
		cursor: pointer;
	}

	#nav-bar {
		bottom: -160px !important;
		
		-webkit-transition: bottom 0.5s ease;
		-moz-transition: bottom 0.5s ease;
		-ms-transition: bottom 0.5s ease;
		-o-transition: bottom 0.5s ease;
		transition: bottom 0.5s ease;
	}

	#nav-bar .mlinks li, .lang {
		position: relative;
		bottom: -40px;

		-webkit-transition: bottom 0.3s ease;
		-moz-transition: bottom 0.3s ease;
		-ms-transition: bottom 0.3s ease;
		-o-transition: bottom 0.3s ease;
		transition: bottom 0.3s ease;

		-webkit-transition-delay: 0.4s;
		-moz-transition-delay: 0.4s;
		-ms-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

	#nav-bar.open .mlinks li:nth-of-type(1) {
		-webkit-transition-delay: 0.20s;
		-mox-transition-delay: 0.20s;
		-ms-transition-delay: 0.20s;
		-o-transition-delay: 0.20s;
		transition-delay: 0.20s;
		bottom: 0px;
	}

	#nav-bar.open .mlinks li:nth-of-type(2) {
		-webkit-transition-delay: 0.25s;
		-mox-transition-delay: 0.25s;
		-ms-transition-delay: 0.25s;
		-o-transition-delay: 0.25s;
		transition-delay: 0.25s;
		bottom: 0px;
	}

	#nav-bar.open .mlinks li:nth-of-type(3) {
		-webkit-transition-delay: 0.30s;
		-mox-transition-delay: 0.30s;
		-ms-transition-delay: 0.30s;
		-o-transition-delay: 0.30s;
		transition-delay: 0.30s;
		bottom: 0px;
	}

	#nav-bar.open .lang {
		-webkit-transition-delay: 0.35s;
		-mox-transition-delay: 0.35s;
		-ms-transition-delay: 0.35s;
		-o-transition-delay: 0.35s;
		transition-delay: 0.35s;
		bottom: 0px;
	}

	#nav-bar.open {
		padding-bottom: 30px;
		bottom: -30px !important;
	}

	.txt-2nd {
		position: inherit;
		display: block;
		margin: auto;
	}

	.columns-2 {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}

	.row .col-4 {width: 50%;}
	h4 {
		font-size: 24px;
	}

}

@media (max-width: 400px) {

	.animate-logo {height: 125px;}
	/*	.animate-logo {height: 140px;}*/
	.header-menu li a {font-size: 14px;}
	.header-menu li {margin: 5px !important;}

	h2 {font-size: 36px;}

	.txt-2nd {
		position: inherit;
		display: block;
		margin: auto;
	}

	.columns-2 {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}


}

/*
@media (max-width: 400px) {
}*/
