/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Coloris
Version:	1.0
Last change:	06/08/14
Assigned to:	Alexey Shestakov
Primary use:	Portfolio 

[Table of contents]

1. Body
	1. Link
	2. Preloader / #preloader
	3. Title / .title
	4. Buttons / .button
2. Header / .header
	1. Search / .header-search
	2. Navigation / .navbar
3. Big Slider / .big-slider
4. About / .about
5. Video / .video
6. Service / .service
7. Facts / .facts
8. Works / .works
9. Clients Feedback / .clients-feedback
10. Cleants Logo / .cleants-logo
11. Twitter / .twitter
12. Team / .team
12. Contact / .contact
13. Footer Link / .soc-block
-------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Lato';
	font-size: 12px;
}
li{
	list-style: none;
}
/*------  LINK STYLE  ------*/
a, 
a:hover, 
a:active,
a:focus{
	text-decoration: none;
	color: #011b34;

	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a.active,
a:hover{
	color: #011b34;
}
/*------  //LINK STYLE  ------*/

.flex-direction-nav,
.flex-control-nav{
	display: none;
}

/*------  PRELOADER  ------*/
#preloader{
	color: #011b34;
    font-weight: 900;
    left: 45%;
    letter-spacing: 2px;
    margin: -16px 0 0 -10px;
    position: fixed;
    text-transform: uppercase;
    top: 50%;
    width: 60px;
    text-align: center;
    font-size: 10px;
}
	#preloader img{
		display: inline-block;
	}
.page-wrapper{
	opacity: 0;
}
/*------  //PRELOADER  ------*/

/*------ TITLE ------*/
.title{
	text-align: center;
    margin-top: 50px;
}
.title.white{
	margin-top: 140px;
}
.title.mini{
	margin-top: 38px;
}
	.title.mini .name{
		font-size: 22px;
		line-height: 22px;
		text-transform: unset;
		font-weight: 400;
	}
	.title .name{
		font-size: 36px;
		font-weight: 900;
		text-transform: uppercase;
		line-height: 36px;
		color: #fff;
		position: relative;
	}

    .title2 .name{
		font-size: 36px;
		font-weight: 900;
		text-transform: uppercase;
		line-height: 36px;
		color: #011b34;
		position: relative;
	}


	.title2 .text{
		font-size: 18px;
		line-height: 22px;
		color: #011b34;
		position: relative;
		text-align: center;
	}


	.title.white .name{
		color: #fff;
	}
	.title.mini .text{
		font-size: 15px;
	}
	.title .text{
		font-size: 22px;
		font-weight: 10px;
		/*line-height: 22px;*/
		color: #fff;
		margin-bottom: 40px;
	}
	.title.white .text{
		color: #fff;
	}
	.title.mini .dots{
		margin-top: 12px;
		margin-bottom: 18px;
	}
	.title .dots{
		margin-top: 18px;
		margin-bottom: 22px;
	}
		.title.mini .dots em{
			background: #fff;
		}
		.title .dots em{
			display: inline-block;
			width: 5px;
			height: 5px;
			border-radius: 50%;
			margin: 0 2px;
			background: #fff
		}
/*------ //TITLE ------*/

/*------ BUTTONS ------*/
.button {
    width: 140px;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    background: #639;
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
}
.button:active,
.button:focus,
.button:hover{
	color: #fff;
	background: #333;
}

.button.big{
	line-height: 60px;
	height: 60px;
	width: 190px;
}

.button.var2{
	background: #fff;
	border: 2px solid #333;
	color: #333;
	height: 60px;
	width: auto;
	padding: 0 34px;
	line-height: 56px;
	letter-spacing: 2px;
}

.button.var2:active,
.button.var2:focus,
.button.var2:hover{
	border: 2px solid #639;
	background: #639;
	color: #fff;
}

.circle-button{
	width: 70px;
	height: 70px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background: #011b34;
	color: #fff;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	position: relative;

	-webkit-transition: all 0.1s linear !important;
    -moz-transition: all 0.1s linear !important;
	-ms-transition: all 0.1s linear !important;
	-o-transition: all 0.1s linear !important;
	transition: all 0.1s linear !important;
}
.circle-button:after {
    border: 1px solid #011b34;
    border-radius: 50%;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
    opacity: 0;

	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.circle-button:active,
.circle-button:focus,
.circle-button:hover{
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.circle-button:hover:after{
	opacity: 1;

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

	-webkit-transition: all 0.1s linear 0.1s;
    -moz-transition: all 0.1s linear 0.1s;
	-ms-transition: all 0.1s linear 0.1s;
	-o-transition: all 0.1s linear 0.1s;
	transition: all 0.1s linear 0.1s;
}
/*------ //BUTTONS ------*/


/*------ HEADER ------*/
.header {
	background: #322E2E;
    height: 80px;
    width: 100%;
    z-index: 1000;
    height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 1px solid #000;
    
	-webkit-backface-visibility: hidden; 
	-webkit-transform: translateZ(0);

	-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;
}
.header.fixed {
    height: 80px;
}
.header.fixed:hover{
	height: 120px;
	-webkit-backface-visibility: hidden; 
	-webkit-transform: translateZ(0);
}
	.header.fixed:hover .header-search{
		margin-top: 0;
		-webkit-backface-visibility: hidden; 
		-webkit-transform: translateZ(0);
	}

	/*------ HEADER SEARCH ------*/
.header-search{
	background: #f7f7f7;
	border-bottom: 1px solid #e6e6e6;
	height: 40px;
	color: #999;
	position: relative;
	z-index: 901;
	margin-top: 0;

	-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;
}
	.fixed .header-search{
		margin-top: -40px;
	}
	.header-search .btn-group .btn{
		padding: 0 20px;
		line-height: 40px;
		border: none;
		border-right: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
		background: none;
		border-radius: 0;
		color: #999;

		-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;
	}
	.header-search .btn-group .btn:hover{
		color: #333;
	}
	.header-search .btn-group .btn span{
		margin-left: 5px;
	}
	.header-search .btn-group .btn:hover span{
		color: #639;
	}
	.header-search .btn-group .dropdown-menu{
		background: #f7f7f7;
		border-radius: 0;
		font-size: 12px;
		border: 1px solid #e6e6e6;
		margin-top: -1px;
		right: auto;
		left: -1px;
	}
	.header-search .soc-icons a{
		line-height: 40px;
		margin: 0 12px;
		font-size: 18px;
		color: #999;
	}
	.header-search .soc-icons a:hover{
		color: #011b34;
	}
	.header-search .form-control{
		width: 79px;

		-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;
	}
	.header-search .form-control:focus{
		box-shadow: none;
		width: 150px;
	}
	.header-search .input-group-btn{
		width: 36px;
		display: inline-block;
	}
	.header-search .input-group{
		margin-left: 5px;
		border-right: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
		display: block;
	}
		.header-search .input-group .btn{
			border: none;
			background: none;
			line-height: 40px;
			font-size: 12px;
			padding: 0 12px;
			color: #999;
		}
	.header-search .form-control{
		background: none;
		border: none;
		line-height: 40px;
		height: 40px;
	}
	/*------ //HEADER SEARCH ------*/

	/*------ HEADER MENU ------*/
.navbar-default{
	background: none;
	border: none;
	border-radius: 0;
}
.navbar{
	z-index: 900;
	margin-bottom: 0;
	opacity: 0;
	height: 0;
    overflow: hidden;

	-webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
	.navbar .navbar-collapse{
		padding: 0;
	}
	.fixed .navbar{
		opacity: 1;
		height: 80px;
		overflow: visible;

		-webkit-transition: all 0.3s ease 0.3s;
	    -moz-transition: all 0.3s ease 0.3s;
		-ms-transition: all 0.3s ease 0.3s;
		-o-transition: all 0.3s ease 0.3s;
		transition: all 0.3s ease 0.3s;
	}
.navbar-nav{
	float: right;
}
	.navbar-nav > li:first-child > a{
		border-left: 1px solid #322E2E; 
	}
	.navbar-nav > li > a {
	    border-right: 1px solid #322E2E;
	    font-size: 14px;
	    line-height: 80px;
	    padding: 0 30px;
	    font-weight: 900;
	    color: #333;
	    text-transform: uppercase;
	}
	.navbar-nav > li > a span{
		margin-left: 5px;
	}
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus{
		background: none;
		color: #011b34;
		border-right: 1px solid #322E2E;
	}
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus{
		color: #011b34;
	}
.navbar-default .navbar-brand {
    color: #333;
    font-size: 26px;
    font-weight: 900;
    line-height: 80px;
    padding: 0;
    text-transform: uppercase;
}
	.navbar-default .navbar-brand span{
		color: #639;
	}
.dropdown-menu{
	padding: 0;
	border-radius: 0;
	right: 0;
	border: none;
	left: auto;
	box-shadow: none;
}
	.dropdown-menu > li > a{
		padding: 0 20px 0 37px !important;
		border: 1px solid #e6e6e6;
		border-top: none;
		line-height: 38px !important;
		height: 40px !important;
		color: #666;
		font-size: 14px;
		position: relative;
	}
	.dropdown-menu > li > a:before{
		content: "";
		width: 8px;
		height: 8px;
		box-shadow: 0 0 0 2px #ccc inset;
		border-radius: 50%;
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -4px;

		-webkit-transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.header-search .dropdown-menu > li > a:before{
		display: none;
	}
	.header-search .dropdown-menu > li > a{
		padding: 0 20px !important;
	}
	.header-search .btn-group img{
		margin-right: 5px;
	}
	.dropdown-menu > li > a:hover{
		background: #f7f7f7;
		color: #333;
	}
	.dropdown-menu > li > a:hover:before{
		box-shadow: 0 0 0 2px #639 inset;
	}
	/*------ //HEADER MENU ------*/
/*------ //HEADER ------*/

/*------ BIG SLIDER ------*/
.big-slider{
	position: relative;
	border-top: 1px solid #e6e6e6;
}
.tp-caption.huge_red{
	background: none;
}
.slider-logo .tp-splitted:nth-child(2){
	color: #639;
}
.tp-caption .circle-button{
	color: #fff !important;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -35px;
}
.tp-caption .circle-button:hover{
	margin-left: -40px;
	top: -5px;
}
.circle-button-text:nth-child(3){
	color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
    margin-left: 65px;
    position: absolute;
    left: 100%;
    text-transform: uppercase;
    top: 26px;
}
.circle-button-text:nth-child(1){
	margin-right: 65px;
    right: 100%;
	color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
    position: absolute;
    text-transform: uppercase;
    top: 26px;
}
.tp-rightarrow.preview4:after{
	content:"\f105";
	font-family: 'FontAwesome';
	font-size: 40px;
	text-indent: 3px;
}
.tp-leftarrow.preview4:after{
	content:"\f104";
	font-family: 'FontAwesome';
	font-size: 40px;
	text-indent: -3px;
}
.tp-bullets{
	display: none;
}
/*------ //BIG SLIDER ------*/

/*------ ABOUT ------*/
.about-block {
    text-align: center;
    overflow: hidden;
    height: 280px;
	opacity: 0;
}
	.about-block em{
		font-size: 70px;
		line-height: 74px;
		color: #639;
		margin-top: 15px;
	}
	.about-block .name{
		font-size: 26