@import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,100,800,900,400,200,300);
@import url(http://fonts.googleapis.com/css?family=Playball);

body, html{
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

@media (min-width: 1200px){
	.container {
	width: 1100px;
	}
}

h1{
	text-transform: uppercase;
}

h2{
	line-height: 20px;
	margin:  0;
}

.row h3{
	font-weight: 700;
	color: #7bc959;
}

hr {
    border: none; /* Убираем границу */
    background-color: #7bc959; /* Цвет линии */
    color: #7bc959; /* Цвет линии для IE6-7 */
    height: 2px; /* Толщина линии */
   }

.img-fluid {
	margin-left: 30%;
}

h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #7bc959;
}
p{
	font-size: 16px;
}

a { 
	color: #ffffff;
	transition: all 0.8;
}
a:hover,
a:focus{
	color: #7bc959;
	text-decoration: none;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* Home Style */
#tf-home{
	background: url(../img/01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#tf-home2{
	background-color:#f8f8f8;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#tf-home .overlay{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
}

.content{
	padding: 0 0 15% 0;
	text-align: center;
	color: white;
}

.content2{
	padding: 0 0 100px 0;
	padding-top: 100px; 
	text-align: center;
	line-height: 2;
	color: white;
}
/* Navigation */
#tf-menu {
	margin-bottom: 0;
	border: 0;
	color: #fff !important;
	padding: 1% 0;
	transition: all 0.5s;
}
#sticky {
    padding: 0.5ex;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
#tf-menu.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #ffffff;
    padding: 1% 0;
}
#tf-menu.navbar-default .navbar-nav > li > a {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
}


#tf-menu.navbar-default .navbar-nav > li > a:hover, 
#tf-menu.navbar-default .navbar-nav > li > a:focus {
	color: #7bc959;
	background-color: transparent;
}

.logo {
	font-family: 'Playball', cursive;
}

#tf-service{
	padding: 7% 0; 
}

.media-left.media-middle i {
	padding: 20px 30px 20px 0;
	font-size: 30px;
	color: #7bc959;

}

.media-body h4 {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 700;
	color: white;
}

#tf-portfolio{
	background: #f1f1f1;
	padding: 5%  0 8% 0;
	text-align: center;
}

.section-title hr{
	border-color: #7bc959;
	width: 60px;
}

.section-title h2{ font-weight: 700;}
button.btn,
a.btn {
	margin: 15px 5px;
	transition: all 0.5s;
}
button.btn.btn-primary.my-btn,
a.btn.btn-primary.my-btn {
	background: #7bc959;
	border-color: transparent;
	border-radius: 0px;
	border-width: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
}
button.btn.btn-primary.my-btn:hover,
a.btn.btn-primary.my-btn:hover{
	background: #FFFFFF;
	color: #7bc959;
	border-color: transparent;
}
button.btn.btn-primary.my-btn.dark:hover,
a.btn.btn-primary.my-btn.dark:hover{
	background: #222222;
	color: #ffffff;
	border-color: transparent;
}
a.btn.btn-primary.my-btn2 {
	background: rgba(47, 147, 123, 0);
	border-color: #FFFFFF;
	border-radius: 0px;
	border-width: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #FFFFFF;
}

a.btn.btn-primary.my-btn2:hover{
	background: #7bc959;
	color: #ffffff;
	border-color: transparent;
}

ul.cat.list-inline li a {
	border: 1px solid #7bc959;
	padding: 5px 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #7bc959;
	transition: all 0.5s;
}

ul.cat.list-inline li a:hover{
	background: #7bc959;
	color: #ffffff;
}

.space{ padding: 20px}
.toppadding{ padding-top: 30px}
.nopadding{ padding:  0;}

#tf-about{
	background: url(../img/07.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-about2{
	background: url(../img/12.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-about .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 5% 0;
}

#tf-about2 .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 5% 0;
}

#tf-why-me{
	background: url(../img/10.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-why-me2{
	background: url(../img/11.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #222222;
}

#tf-why-me .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 5% 0;
}

#tf-why-me2 .overlay{
	height: auto;
	background-attachment: fixed;
	padding: 5% 0;
}
ul.why-me li{
	margin: 10px 0;
}


#tf-contact{
	background: url(../img/08.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 5% 0;
	text-align: center;
}

form#contact {
	padding: 5%;
	background: #f1f1f1;
	outline: 6px solid rgba(34, 34, 34, 0.08);
}

#tf-contact input.form-control {
	height: 40px;
}

#tf-contact .form-control{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 16px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #FFF;
	border-radius: 0;
	border-top: 2px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: all 0.8s;
}
#tf-contact .form-control:focus,
#tf-contact .form-control:hover{
	border-top: 2px solid #7bc959;
}
nav#tf-footer {
	background: #ffffff;
	padding: 3% 0 2% 0;
	color: black;
}


.block-vert-line:before{ 
	content: " ";
	background: #989898;
	float: left;
	margin-right: 10px;
	margin-top: 18px;
	}


.anim1,
.anim1::after {
	animation-delay: 0;
	animation-delay: var(--animation-delay, 1s);
}

.anim2,
.anim2::after {
	animation-delay: 0;
	animation-delay: var(--animation-delay, 3s);
}

.anim3,
.anim3::after {
	animation-delay: 0;
	animation-delay: var(--animation-delay, 5s);
}

.anim4,
.anim4::after {
	animation-delay: 0;
	animation-delay: var(--animation-delay, 7s);
}

.anim5,
.anim5::after {
	animation-delay: 0;
	animation-delay: var(--animation-delay, 9s);
}

.anim6,
.anim6::after {
	animation-delay: 0;
	animation-delay: var(--animation-delay, 11s);
}

.tekstura-sanimatsue,
.tekstura-sanimatsue::after {
	animation-iteration-count: 1;
	animation-iteration-count: var(--iterations, 1);
	animation-duration: 800ms;
	animation-duration: var(--duration, 800ms);
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
	text-align: left;
	line-height: 40px;
}
.tekstura-sanimatsue {
	position: relative;
	animation-name: text;
	white-space: nowrap;
	cursor: default;
	text-transform: uppercase;
}
	
	@keyframes text {
	  from {
	  clip-path: inset(0 100% 0 0);
	  }
	  to {
	  clip-path: inset(0 0 0 0);
	  }
	}
	
	@keyframes revealer {
	   
	  0%, 50% {
	  transform-origin: 0 50%;
	  }
	   
	  60%, 100% {
	  transform-origin: 100% 50%;  
	  }
	
	   
	  60% {
	  transform: scaleX(1);
	  }
	   
	  100% {
	  transform: scaleX(0);
	  }
	}

	.itcss__items {
		counter-reset: slide;
	  }
  
	.itcss__item {
		counter-increment: slide;
	  }
  
	.itcss__item>div::before {
		position: absolute;
		top: 10px;
		right: 20px;
		color: #fff;
		font-style: italic;
		font-size: 32px;
		font-weight: bold;
	  }

	  .itcss {
		position: relative;
		margin-right: auto;
		margin-left: auto;
	  }
	  
	  /* стили для wrapper */
	  .itcss__wrapper {
		position: relative;
		overflow: hidden;
		background-color: #eee;
	  }
	  
	  /* стили для элемента, в котором непосредственно расположены элементы (слайды) */
	  .itcss__items {
		display: flex;
		transform-style: preserve-3d;
		backface-visibility: hidden;
		transition: transform 0.5s ease;
		will-change: transform;
	  }
	  
	  /* стили для элементов */
	  .itcss__item {
		position: relative;
		flex: 0 0 100%;
		max-width: 100%;
		transform-style: preserve-3d;
		backface-visibility: hidden;
		will-change: transform;
	  }
	  
	  /* кнопки Prev и Next */
	  .itcss__btn {
		position: absolute;
		top: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 3rem;
		height: 4rem;
		color: #fff;
		background: rgb(0 0 0 / 10%);
		border: none;
		outline: none;
		transform: translateY(-50%);
		cursor: pointer;
		opacity: 0.5;
		user-select: none;
	  }
	  
	  .itcss__btn_hide {
		display: none;
	  }
	  
	  .itcss__btn:hover,
	  .itcss__btn:focus {
		color: #fff;
		text-decoration: none;
		border: none;
		opacity: 0.7;
	  }
	  
	  .itcss__btn_prev {
		left: 0;
	  }
	  
	  .itcss__btn_next {
		right: 0;
	  }
	  
	  .itcss__btn::before {
		content: "";
		display: inline-block;
		width: 2rem;
		height: 2rem;
		background: transparent no-repeat center center;
		background-size: 100% 100%;
	  }
	  
	  .itcss__btn_prev::before {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	  }
	  
	  .itcss__btn_next::before {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	  }
	  
	  /* Индикаторы */
	  .itcss__indicators {
		position: absolute;
		right: 0;
		bottom: 10px;
		left: 0;
		display: flex;
		justify-content: center;
		margin: 0 15%;
		padding-left: 0;
		list-style: none;
		user-select: none;
	  }
	  
	  .itcss__indicator {
		flex: 0 1 auto;
		width: 30px;
		height: 2px;
		margin-right: 3px;
		margin-left: 3px;
		background-color: rgb(255 255 255 / 50%);
		background-clip: padding-box;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		cursor: pointer;
	  }
	  
	  .itcss__indicator_active {
		background-color: #fff;
	  }
	  
	  /* класс для отключения transition */
	  .transition-none {
		transition: none;
	  }