/*------------------------------------------------------------------
	Main Style Stylesheet
	Project:		DANEE - Onepage HTML5 Template 
	Version:	    1.0
	Primary use:	DANEE - Onepage HTML5 Template 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
body 
	+ WRAP
	+ BANNER
	+ HEADER
	+ CONTENT
	+ ABOUT
	+ PORTFOLIO
	+ SERVICES
	+ TESTIMONIALS
	+ TEAM
	+ PRICING
	+ BLOG
	+ CONTACT
-------------------------------------------------------------------*/
/*----- Main CSS Layout ---------*/
/*----- ionicons Fonts Icons ---------*/
@import "font-awesome.min.css";
/*----- ionicons Fonts Icons ---------*/
@import "ionicons.min.css";
@import url("../fonts/montserrat-fonts.css");
@import url("animate.css");
/*=======================================================
			THEME STYLING
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}
/*=======================================================
			WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
p {
	margin: 0 0 10px;
}
label {
	display: block;
}
li {
	list-style: none;
}
.fonts {
	font-family: 'Raleway', sans-serif;
	font-family: 'Lato', sans-serif;
	font-family: 'Montserrat', sans-serif;
}
/*=======================================================
			HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 50px;
	color: #fff;
}
h2 {
	font-size: 30px;
	font-weight: 300;
	color: #000000;
}
h3 {
	font-size: 26px;
	color: #fff;
}
h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
}
h5 {
	font-size: 18px;
	color: #4c4c4c;
	font-weight: 400;
}
h6 {
	font-size: 14px;
}
p {
	color: #666666;
	font-family: 'Lato', sans-serif;
	line-height: 26px;
}
a:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
img:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #757575;
}
/*=======================================================
			FONTS
========================================================*/
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-hair-line {
	font-family: 'montserrathairline';
}
.font-light {
	font-family: 'montserratlight';
}
.font-regular {
	font-family: 'montserratregular';
}
.font-extra-bold {
	font-family: 'montserratbold';
}
/*=======================================================
			HR
========================================================*/
hr {
	height: 1px;
	background: #eaeaea;
	border: none;
	width: 100%;
	margin: 10px auto;
	margin-bottom: 30px;
}
/*=======================================================
			SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
/*=======================================================
			MARGIN 20px
========================================================*/
.margin-r-20 {
	margin-right: 20px;
}
.margin-l-20 {
	margin-left: 20px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-b-20 {
	margin-bottom: 20px;
}
/*=======================================================
			MARGIN 40px
========================================================*/
.margin-r-40 {
	margin-right: 40px;
}
.margin-l-40 {
	margin-left: 40px;
}
.margin-t-40 {
	margin-top: 40px;
}
.margin-b-40 {
	margin-bottom: 40px;
}
/*=======================================================
			MARGIN 80px
========================================================*/
.margin-r-80 {
	margin-right: 80px;
}
.margin-l-80 {
	margin-left: 80px;
}
.margin-t-80 {
	margin-top: 80px;
}
.margin-b-80 {
	margin-bottom: 80px;
}
/*=======================================================
			PADDING
========================================================*/
.padding-r-20 {
	padding-right: 20px;
}
.padding-l-20 {
	padding-left: 20px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.no-padding {
	padding: 0px;
}
/*=======================================================
			COLORS
========================================================*/
.white {
	color: #fff !important;
}
.dot-pattern {
	background: url(../images/background/patern.png) repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
}
/*=======================================================
			HEADING TITTLE
========================================================*/
.tittle {
	text-align: center;
	margin-bottom: 80px;
}
.tittle h2 {
	font-family: 'montserratlight';
	font-size: 30px;
	margin: 0px;
	color: #313131;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.tittle hr {
	width: 200px;
	margin: 30px auto;
	height: 1px;
	background: #f1f1f1;
	border-radius: 2px;
	position: relative;
}
.tittle hr:before {
	display: inline-block;
	content: "";
	height: 10px;
	width: 10px;
	border: 2px solid #dadada;
	background: #fff;
	margin: 0 auto;
	left: 0px;
	right: 14px;
	top: -4px;
	position: absolute;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}
.tittle hr:after {
	content: "";
	height: 10px;
	width: 10px;
	border: 2px solid #dadada;
	background: #fff;
	margin: 0 auto;
	left: 14px;
	right: 0px;
	top: -4px;
	position: absolute;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}
.tittle p {
	font-size: 16px;
	color: #969595;
	font-weight: 300;
	max-width: 570px;
	margin: 0 auto;
}
/*=======================================================
			BUTTON
========================================================*/
.btn {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	border: 2px solid #fff;
	padding: 15px 50px;
	margin-right: 0px;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 20px;
	text-transform:uppercase;
	font-weight: 600;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.home-slider {
	position: relative;
}
.home-agency {
	text-align: center;
}
.home-agency h1 {
	font-size: 90px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
}
.home-agency h3 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	text-transform: uppercase;
}
.home-agency .position-center-center {
	width: 100%;
	padding: 0 50px;
}
.home-agency p {
	font-size: 16px;
	color: #fff;
	width: 60%;
	margin: 0 auto;
	font-weight: normal;
}
.home-agency {
	background-size: cover;
	position: relative;
	z-index: 1;
}
.home-slide {
	background: url(../images/slides/Aloituskuva_1920x1200.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.home-slide .btn {
	display: inline-block;
	min-width: 224px;
	float: none;
}
.home-slider .down {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	bottom: 20px;
	font-size: 20px;
	color: #fff;
	z-index: 99;
	width: 50px;
	margin: 0 auto;
}
.flex-direction-nav .flex-nav-prev {
	position: absolute;
	left: 80px;
	top: 50%;
	z-index: 99;
}
.flex-direction-nav .flex-nav-next {
	position: absolute;
	right: 80px;
	top: 50%;
	z-index: 99;
}
.text-slide .flex-direction-nav {
	top: 50%;
	display: block !important;
}
.flex-direction-nav a {
	height: 39px;
}
.flex-direction-nav a {
	opacity: 0.5;
	color: #fff;
	text-shadow: none;
}
.flex-direction-nav a:hover {
	opacity: 1;
}
.flex-direction-nav a.flex-prev:before {
	position: relative;
	content: "\e875";
	font-family: 'Linearicons-Free';
	font-size: 35px;
	top: 0px;
	float: left;
	width: 100%;
	line-height: 35px;
}
.flex-direction-nav a.flex-next:before {
	position: relative;
	content: "\e876";
	font-family: 'Linearicons-Free';
	font-size: 35px;
	top: 0px;
	float: left;
	width: 100%;
	line-height: 35px;
}
.home-agency:before {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: "";
	background: rgba(0,0,0,0.3);
}
.home-video:before {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(0,0,0,0.5);
}
.home-video .ag-text {
	position: relative;
	z-index: 5;
}
.home-video .position-center-center {
	z-index: 99;
}
.home-video .ag-text h3 {
	margin-bottom: 0px;
}
.home-video .ag-text h1 {
	margin: 10px 0;
	text-transform: uppercase;
}
.cover-video {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-size: cover;
	position: fixed;
}
/*=======================================================
      SUB BANNER
========================================================*/
.sub-bnr {
	background: #f9f9f9;
	background-size: cover !important;
	min-height: 150px;
	text-align: left;
	position: relative;
}
.sub-bnr .position-center-center {
	width: 100%;
}
.sub-bnr h3 {
	color: #8e0c34;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'montserratregular';
}
.sub-bnr p {
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	margin-top: 20px;
}
.sub-bnr .breadcrumb {
	background: none;
	margin: 0px;
	padding: 0px;
}
.sub-bnr h6 {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	float: left;
	line-height: 58px;
	margin: 0px;
	letter-spacing: 1px;
}
.sub-bnr .breadcrumb li {
	color: #8e0c34;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	margin: 0px 0;
	margin-top: 10px;
}
.sub-bnr .breadcrumb li a {
	text-transform: none;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
.sub-bnr .breadcrumb>li+li:before {
	color: #8e0c34;
}
/*=======================================================
			HEADER
========================================================*/
header {
	background: #fff;
	border-bottom: 1px solid #eeeeee;
	z-index: 99;
	min-height: 70px;
	width: 100%;
	position: relative;
	padding: 0px;
	padding-top: 10px;
}
header .logo {
	float: left;
	border-radius: 4px;
	margin-top: 5px;
}
header .logo a {
	font-size: 28px;
	font-weight: 900;
	color: #8E0C34;
}
.logo-left {
	position: absolute;
	z-index: 999;
	top: 75px;
	left: 150px;
}
header nav {
	float: right;
}
header nav li {
	float: left;
	text-transform: uppercase;
	line-height: 62px;
}
header .navbar-nav > li > a {
	color: #a4a4a4;
	border-radius: 0px;
	font-weight: bold;
}
header .navbar-collapse {
	padding: 0px;
}
header .navbar-nav {
	border: none;
}
header .nav > li > a:hover, .nav > li > a:focus {
	color: #4c4c4c;
}
header .active a {
	color: #2e2e2e;
}
header .active {
}
header li {
	float: left;
	list-style: none;
}
header li ul {
	padding: 5px 0;
	background: #fff;
	display: inline-block;
	width: 100%;
	box-shadow: 0px 0px 12px #999;
}
header li ul li {
	background: #fff;
	width: 100%;
	line-height: 30px;
}
header li ul li a {
	padding: 0 10px;
	display: inline-block;
	width: 100%;
}
header .inner {
	position: absolute;
}
.header-top header {
	position:absolute;
	top:0px;
	padding:0px;
	background:none;
	border:none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.header-top header .sticky{
	padding-top:30px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	border:none;
	min-height:100px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.header-top  header  a:hover{
	color:#fff !important;
}
.header-top  header .active a{
	color:#fff !important;
}
.header-top header .logo a{
	color:#fff;
}
.header-top header li a {
	color:#cfcfcf;
}
.header-top header .sticky{
	width:100%;
}
.header-top header .is-sticky .sticky{
	background:rgba(0,0,0,0.9);
	padding:10px 0;
	min-height:auto;
}
.tp-bannertimer{
	display:none;
}
.header-top header .navbar-toggle{
	color:#fff;
	background:rgba(0,0,0,0.9);
}
/*=======================================================
			TRANSPARENT COLOR
========================================================*/
.overlay {
	background: rgba(0,0,0,0.8);
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.gra-overlay {
	padding: 80px 0;
	background:rgba(0,0,0,0.7);
}
/*=======================================================
			CONTENT BG
========================================================*/
.parallax-bg-s {
	background: url(../images/background/parallax-bg.jpg) top fixed no-repeat;
	background-size: cover;
}
/*=======================================================
			CONTENT
========================================================*/
.content {
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 1;
}
.sub-banner {
	background: url(../images/background/texti-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
}
.sub-banner h2 {
	color: #fff;
}
.sub-banner p {
	font-size: 18px;
	color: #fff;
	font-style: italic;
}
/*=======================================================
			BANNER
========================================================*/
.bnr-text {
	text-align:center;
}
.bnr-text h1 {
	font-size: 70px;
	line-height: 80px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0px;
}
.bnr-text h1 span {
	color: #8e0c34;
}
.bnr-text p {
	font-size: 20px;
	color: #fff;
	max-width:600px;
	line-height: 30px;
	margin:0 auto;
	margin-bottom: 0px;
}
.bnr-text .btn {
	border: 2px solid #fff;
	color: #fff;
	display:inline-block;
	margin-top: 50px;
	float:none;
}
.bnr-text .btn:hover {
	background: #8e0c34;
	border-color: #8e0c34
}
/*=======================================================
			ABOUT
========================================================*/
.bgvid {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.video .overlay {
	background: rgba(0,0,0,0.3);
}
/*=======================================================
			ABOUT
========================================================*/
#about {
	padding: 150px 0;
	text-align: center;
	background: #fff;
	padding-bottom: 0px;
}
#about img {
	display: inline-block;
}
.about img {
	display: inline-block;
}
.about {
	text-align: center;
	padding-bottom: 100px;
}
.about #counters {
	text-align: center;
	margin-bottom: 0px;
}
.about ul {
	display: none;
}
.about ul li {
	padding: 25px 0;
	border-right: 1px solid #ecebeb;
}
.about ul li:nth-last-child(1) {
	border-right: none;
}
.about ul li span {
	font-size: 36px;
	color: #36373a;
	font-family: 'Montserrat', sans-serif;
}
.about ul li p {
	color: #b6b6b6;
	margin-bottom: 0px;
	font-family: 'Raleway', sans-serif;
}
.what-we-do {
	background: #fff;
}
.what-we-do .nav-tabs {
	border: none;
}
.what-we-do .nav-tabs li i {
	font-size: 40px;
}
.what-we-do .nav-tabs li {
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 25%;

	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.what-we-do .nav-tabs li a {
	padding: 0px;
	margin: 0px;
	padding: 50px 0;
	display: inline-block;
	width: 100%;
	color: #b6b6b6;
		max-height:194px;
	text-transform: uppercase;
	border: none;
	opacity: 1;
	border-radius: 0px;
	position: relative;
	border-bottom: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border:1px solid #8e0c34;
	border-color:transparent;
	border-bottom:none;
}
.what-we-do .nav-tabs li h5 {
	color: #b6b6b6;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 500;
}
.what-we-do .nav-tabs li.active h5 {
	color: #8e0c34;
}
.what-we-do .nav-tabs li:hover h5 {
	color: #8e0c34;
}
.what-we-do .nav-tabs li a:hover {
	color: #8e0c34;
}
.what-we-do .nav-tabs li.active a {
	color: #8e0c34;
	opacity: 1;
	background:#f9f9f9;
	border:1px solid #8e0c34;
	border-bottom:none;
}
.what-we-do .tab-inner {
	background: #f9f9f9;
	padding: 75px 0;
	border-top:1px solid #8e0c34;
	margin-top:-1px;
}
.tab-content h4 {
	color: #000;
	text-align: left;
	font-weight: 200;
	line-height: 36px;
	margin-top: 40px;
}
.tab-content .btn {
	border-color: #8e0c34;
	color: #8e0c34;
}
.what-we-do .tab-inner .sub-services {
	text-align: left;
	margin-bottom: 0px;
}
.what-we-do .tab-inner .sub-services li {
	border-color: #e9e9e9;
	color: #b6b6b6;
}
.what-we-do .tab-inner .sub-services li:hover {
	background: none;
	border-color: #8e0c34;
	color: #8e0c34;
}
.photofra li a:hover {
	opacity: 0.5;
}
.about-row {
	margin-bottom: 40px;
}
.about-icon {
	float: left;
	color: #8e0c34;
}
.about-info {
	padding-left: 65px;
	padding-top: 0px;
}
.about-info h4 {
	color: #8e0c34;
}
.about-info h4 small{
	font-size:14px;
	font-weight:500;
	color:#808080;
}
.about-info i {
}
.about-description {
	padding-right: 50px;
}
.back-icon {
	z-index: -1;
	color: #F0F0F0;
	position: absolute;
	padding-left: 40px;
	left: 0;
	top: 0;
	width: 144px;
	height: 144px;
	line-height: 144px;
	font-size: 144px;
	opacity: 0.5;
}
.ion-3x {
	font-size: 3em;
}
#happy li h4 {
	text-align: center;
}

#camra li h4 {
	text-align: center;
}

/*.what-we-do .nav-tabs li.active:before {
	content: "\f35f";
	font-family: "Ionicons";
	font-size: 70px;
	position: absolute;
	bottom: -58px;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
	color: #fff;
	text-align: center;
}*/
.style-3 {
	background: #f1f1f1;
}
.style-3 .text-sec i {
	font-size: 80px;
}
.style-3 .text-sec {
	padding: 5% 15px;
	padding-bottom: 0px;
}
.style-3 h4 {
	color: #000;
	text-align: center;
	font-weight: 200;
	line-height: 36px;
	margin-top: 40px;
}
/*=======================================================
			INTRO SECTION
========================================================*/
.intro-sec .tittle h2 {
	color: #fff;
}
.intro-sec .tittle p {
	color: #fff;
}
.intro-sec .tittle {
}
.intro-sec .tittle hr {
	background: rgba(255,255,255,0.1);
}
.tittle hr:before {
	border-color: #8e0c34;
	background: #fff;
}
.tittle hr:after {
	border-color: #8e0c34;
	background: #fff;
}
.intro-sec {
	background: url(../images/background/Parallax_avainlukujen_alle_02_1918x1279.jpg) center center fixed repeat-y;
}
.intro-sec .gra-overlay {
	padding: 150px 0;
}
.progress-bars p {
	font-size: 18px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

.progress-vali {
	margin-bottom: 60px !important;
}
.progress-bar {
	border-radius: 50px;
	overflow: hidden;
}
.progress-bar span {
	display: inline-block;
	line-height: 36px;
	height: 42px;
	width: 60px;
	float: right;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding: 0px;
	border: 4px solid #8e0c34;
	border-radius: 50px;
	background: #fff;
	color: #8e0c34;
	font-size:10px;
}
.progress-bar h6 {
	float: left;
	padding-left: 20px;
	margin: 0px;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 44px;
	font-size:10px;
	letter-spacing:1px;
	font-family: 'montserratlight';
}
.progress {
	border-radius: 50px;
	position: relative;
	background: rgba(255,255,255,0.3);
	float: left;
	margin-bottom: 20px;
}
.skills {
	margin-top: 60px;
}
.skills h2 {
	margin-top: 0px;
	color: #fff;
	font-family: 'montserratlight';
	font-weight: 500;
	margin-bottom: 20px;
	display: none;
}
.skills p {
	color: #fff;
	font-size: 16px;
	font-family: 'montserratlight';
	line-height: 30px;
	font-weight: normal;
	margin-top: 50px;
}
.skills p i {
	font-size: 24px;
	display: inline-block;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	color: rgba(255,255,255,0.2);
}
.skills a.btn {
	margin-right:10px;
	padding:12px 40px;
}
.progress-bars {
	display: inline-block;
	width: 100%;
	padding-right: 20px;
}
.sub-services {
	display: none;
	color: #fff;
	position: relative;
	z-index: 99;
	margin: 0px;
	width: 100%;
	text-align: center;
	margin-bottom:80px;
}
.sub-services li {
	display: inline-block;
	font-size: 30px;
	border: 1px solid rgba(255,255,255,0.6);
	height: 76px;
	width: 76px;
	position: relative;
	text-align: center;
	border-radius: 10px;
	line-height: 76px;
	margin: 0 10px 0 0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.sub-services li:hover {
	border-color: #fff;
	background: rgba(255,255,255,0.3);
}
.sub-services .toli-tip {
	background: #fff;
	position: absolute;
	padding: 5px 10px;
	border-radius: 0px;
	margin-top: -34px;
	z-index: 3;
	border-radius: 4px;
	width: 180px;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	opacity: 0;
	display: none;
	left: -53px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sub-services .toli-tip {
	font-size: 12px !important;
}
.sub-services .toli-tip:before {
	display: inline-block;
	content: "\f0d7";
	font-family: 'FontAwesome';
	left: 0px;
	top: 20px;
	right: 0px;
	font-size: 40px;
	color: #fff;
	position: absolute;
}
.sub-services li:hover .toli-tip {
	opacity: 1;
	display: block;
}
.video iframe {
	width: 100%;
	border: none;
	display: inline-block;
	height: 380px;
}
/*=======================================================
			SERVICES
========================================================*/
#services {
	padding: 150px 0;
}
#services .services {
	margin-top: 40px;
}
#services .services li {
	text-align: left;
}
#services .services li p {
	font-size: 14px;
	line-height: 26px;
	color: #7e7e7e;
}
#services .services ul {
}
#services .services li {
	text-align: left;
	margin-bottom: 30px;
	display: inline-block;
}
#services .icon {
	display: inline-block;
	width: 20%;
	background: #f5f7f8;
	height: 85px;
	line-height: 100px;
	text-align: center;
	float: left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#services .icon span {
	font-size: 28px;
}
#services .ser-sec {
	display: inline-block;
	width: 80%;
	float: right;
	padding-left: 20px;
}
#services .ser-sec h5 {
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 15px;
}
#services .services li:hover .icon {
	background: #8e0c34;
	color: #fff;
	border-radius: 20px;
}
#services img {
	margin-top: 50px;
}
/*=======================================================
			PORTFOLIO
========================================================*/
#portfolio {
	padding: 150px 0;
	padding-bottom: 0px;
	background: #f9f9f9;
}
.cbp-caption-activeWrap {
}
.cbp-caption-activeWrap {
}
.cbp-caption-activeWrap a {
	height: 45px;
	width: 43px;
	background: #8e0c34;
	left: 0px;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	float: right;
	margin-right: 50px;
}
.cbp-caption-activeWrap a:hover {
	color: #8e0c34;
	background: #fff;
}
.cbp-caption-activeWrap {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	text-align: left;
}
.cbp-caption-activeWrap h3 {
	text-align: left;
	margin: 0px;
}
.cbp-caption-activeWrap p {
	color: #fff;
	font-size: 16px;
	margin-top: 0px;
}
.cbp-caption-activeWrap hr {
	width: 25px;
	height:2px;
	font-family: 'montserratlight';
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cbp-caption-activeWrap .link-port {
	margin-right: 5px;
}
.cbp-l-filters-alignRight{
	margin-bottom:1px;
}
/*=======================================================
			PRICING TABLE
========================================================*/
.pricing {
	padding: 150px 0;
	background: #f9f9f9;
}
.pricing h6 {
	background: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #ececec;
}
.pricing .curency {
	font-size: 20px;
	font-weight: normal;
	position: relative;
	top: -20px;
	margin-right: 10px;
}
.pricing .price-head {
	color: #fff;
	text-align: center;
	padding-top: 10px;
	height: 95px;
	font-size: 55px;
	font-weight: bold;
	background: #8e0c34;
}
.pricing .price-head .month {
	font-size: 12px;
}
.pricing .p-details {
	padding: 20px 20px;
	padding-bottom: 40px;
	border: 1px solid #ececec;
	text-align: center;
	border-top: 0px;
	display: inline-block;
	width: 100%;
	background:#fff;

}
.pricing .p-details p {
	padding: 12px 0;
	margin: 0px;
	border-bottom: 1px solid #ececec;
}
.pricing .p-details p.gry-bg {
}
.pricing .btn {
	color: #8e0c34;
	margin: 0px;
	letter-spacing: 0px;
	margin-top: 20px;
	border-color: #8e0c34;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	padding: 15px 0;
	border-width:1px;
}
.pricing .btn i {
	margin-left: 10px;
	display: none;
}
/*=======================================================
			PORTFOLIO POPUP
========================================================*/
/* Overlay style */
.overlay-pop {
	position: absolute;
	width: 100%;
	height: 580px;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background: #333333;
}
/* Overlay closing cross */
.overlay-pop .overlay-close {
	position: absolute;
	right: 40px;
	margin: 0 auto;
	display: inline-block;
	overflow: hidden;
	color: #585858;
	line-height: 60px;
	border-left: none;
	border-right: none;
	text-align: center;
	line-height: 60px;
	outline: none;
	z-index: 100;
	cursor: pointer;
	width: auto;
	background: url(../images/close-icon.png) no-repeat;
	height: 20px;
	width: 20px;
	top: 50px;
}
.overlay-pop .overlay-close i {
	font-size: 30px;
	margin-right: 10px;
}
.overlay-pop .top-bor {
	height: 60px;
	background: #f7f7f7;
	width: 100%;
	display: inline-block;
}
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.port-inner {
	margin-top: 70px;
}
.port-inner p {
	color: #676767;
}
.port-inner h2 {
	color: #676767;
	margin-bottom: 30px;
	margin-top: 0px;
}
.port-inner ul {
	margin-top: 20px;
}
.port-inner li span:nth-child(1) {
	font-weight: bold;
}
/*=======================================================
			TESTIMONIALS
========================================================*/
#testimonials {
	background: url(../images/background/Parallax_as._ja_hlostotilaston_alle_1280x780.jpg) center center repeat-y;
}
#testimonials .overlay {
	padding: 150px 0;
	background:rgba(255,255,255,0.9);
}
#testimonials .tittle {
	text-align: left;
}
#testimonials .tittle hr {
	margin-left: 0px;
	background:#8e0c34;
}
#testimonials .tittle h2 {
	
}
#testimonials .testi {
	margin-top: 0px;
	text-align: left;
	padding: 0px;
}
#testimonials .testi h5 {
	border-bottom: 1px solid #8e0c34;
	padding-bottom: 5px;
	display: inline-block;
	font-weight: 800;
	font-size: 20px;
	color: #8e0c34;
	margin-top: 20px;
	margin-bottom: 10px;
}
#testimonials .star li {
	display: inline-block;
	color: #8e0c34;
	margin-top: 10px;
}
#testimonials .testi .item span {
	color: #8e0c34;
	display: inline-block;
	width: 100%;
}
#testimonials .testi p {
	font-size: 25px;
	text-align: left;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
}
#testimonials .avatr {
	display: inline-block;
	height: 60px;
	width: 60px;
	float: left;
	overflow: hidden;
}
#testimonials .carousel-indicators li {
	height: auto;
	width: auto;
	display: inline-block;
	text-indent: inherit;
	position: relative;
	text-align: center;
	border: none;
	margin: 0 3px;
	font-size: 12px;
	margin-bottom: 7px;
}
#testimonials .carousel-indicators li img {
	border: 3px solid #fff;
	height: 140px;
	width: 140px;
	border-radius: 50%;
	opacity: 0.4;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#testimonials .carousel-indicators .active {
	background: none !important;
}
#testimonials .carousel-indicators .active img {
	opacity: 1;
	border-color: #8e0c34;
}
#testimonials .carousel-indicators li:hover img {
	opacity: 1;
}
#testimonials .carousel-indicators li .feeder-name {
	background: #fff;
	position: absolute;
	padding: 5px 10px;
	border-radius: 0px;
	margin-top: -30px;
	z-index: 3;
	border-radius: 4px;
	width: 100%;
	opacity: 0;
	display: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#testimonials .carousel-indicators .active .feeder-name {
	opacity: 1;
	display: block;
}
#testimonials .carousel-indicators li:hover .feeder-name {
	opacity: 1;
	display: block;
}
#testimonials .carousel-indicators li .feeder-name:before {
	display: inline-block;
	content: "\f0d7";
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	right: 0px;
	font-size: 40px;
	color: #fff;
	position: absolute;
}
#testimonials .carousel-indicators {
	position: relative;
	margin: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin-top:-50px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/*=======================================================
			CLIENTS
========================================================*/
#clients {
	padding: 20px 0;
}
/*=======================================================
			PROJECTS
========================================================*/
#projects {
	background: #f7f7f7;
	padding: 0px;
}
#projects li {
	padding: 0px;
	max-height: 400px;
	position: relative;
	overflow: hidden;
}
#projects li img {
	width: 100%;
}
#projects ul {
	margin: 0px;
}
#projects hr {
	border: none;
	border-bottom: 10px solid #fff;
	margin: 0px;
	width: 100%;
	background: none;
}
#projects .btn {
	background: none;
	margin-bottom: 0px;
}
#projects .project-detail {
	padding: 60px;
	padding-left: 20%;
}
#projects .project-detail .btn {
	border: 2px solid #4c4c4c;
	border-radius: 0px;
	margin-top: 50px;
	padding: 15px 40px;
	font-size: 14px;
	color: #4c4c4c;
}
#projects .project-detail .btn:hover {
	background: #d02730;
	color: #fff;
	border-color: #d02730;
}
.post-img {
	max-height: 400px;
	position: relative;
	overflow: hidden;
}
.sub-pages .post-img img {
	width: 100%;
}
.load-more {
	text-align: center;
	background: #fff;
	padding: 60px 0;
}
.load-more .btn {
	border: 2px solid #4c4c4c;
	border-radius: 0px;
	margin-top: 0px;
	padding: 15px 40px;
	font-size: 14px;
	color: #4c4c4c;
}
.load-more .btn:hover {
	background: #4c4c4c !important;
	color: #fff;
}
.a-info li {
	display: inline-block;
}
.a-info li {
	text-transform: uppercase;
	padding: 0 10px 0 0;
	color: #9d9d9d;
}
.a-info li a {
	font-style: italic;
}
.tags {
	margin-top: 40px;
}
.tags li {
	display: inline-block;
	margin-bottom: 5px;
}
.tags li a {
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #000;
	display: inline-block;
	color: #000;
	font-size: 12px;
}
.share {
	margin-top: 50px;
	border: 1px solid #eaeaea;
	padding: 10px 20px;
	display: inline-block;
	width: 100%;
}
.post-admin {
	margin-top: 50px;
}
.post-admin .avatar {
	width: 12%;
}
.post-admin .admin-info {
	margin-left: 30px;
	display: inline-block;
	width: 80%;
}
.post-admin .admin-info h4 {
	color: #000;
}
.admin-info .social_icons li {
	border-radius: 50%;
}
.post-admin .social_icons {
}
.post-admin .social_icons {
}
.single-post .social_icons {
	text-align: left;
}
.single-post .social_icons ul {
	text-align: left;
}
.single-post .social_icons ul li {
	background: #f5f5f5 !important;
}
.single-post .social_icons a {
	color: #333 !important;
	font-size: 16px !important;
	border-radius: 50%;
	line-height: 44px !important;
}
.may-like {
	margin-top: 60px;
}
.may-like h4 {
	color: #000;
	text-transform: uppercase;
}
.may-like .like-post {
	margin-top: -80px;
	position: relative;
	z-index: 1;
	padding: 0 10px;
}
.may-like span {
	color: #fff;
	display: inline-block;
	width: 100%;
}
.may-like img {
	width: 100%;
}
.may-like a {
	color: #fff;
	font-size: 18px;
	font-style: italic;
}
.comments {
	margin-top: 100px;
}
.comments .head {
	border-bottom: 3px solid #1c1c1c;
	display: inline-block;
	width: 100%;
}
.comments h5 {
	text-transform: uppercase;
	color: #1c1c1c;
}
.comments .com {
}
.comments .com h5 {
	color: #515151;
	text-transform: none;
}
.comments .com h5 span {
	color: #bcbcbc;
	margin-left: 20px;
}
.comments .com .media {
	margin-top: 30px;
}
.comments .com .media-body {
	margin-left: 30px;
}
.comments .com .media-body span.date {
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.comments .com .reply {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.comments .com .media-object {
	margin-right: 20px;
}
.com-form h5 {
	color: #515151;
	margin: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.com-form {
	background: #f3f3f3;
	padding: 30px 30px;
}
.com-form {
	margin-bottom: 50px;
}
.com-form input {
	border: none;
	border-radius: 0px;
	font-weight: 100;
	height: 40px;
	width: 320px;
}
.com-form textarea {
	border: none;
	border-radius: 0px;
	font-weight: 100;
	width: 100%;
	margin-bottom: 20px;
}
.com-form button {
	background: #1c1c1c;
	text-transform: uppercase;
}
.com-form button:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.single-post {
	margin: 100px 0;
}
.search input {
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	height: 58px;
}
.search {
}
.sider-bar h5 {
	margin-top: 50px;
	text-transform: uppercase;
}
.sider-bar .small-post li {
	border-bottom: 1px solid #dbdada;
	padding-bottom: 15px;
	margin-top: 15px;
}
.sider-bar .small-img {
	float: left;
	margin-right: 15px;
}
.sider-bar .post-text {
}
.sider-bar .post-text span {
	color: #bcbcbc;
	text-transform: uppercase;
	font-size: 11px;
}
/*=======================================================
			PARALLAX 
========================================================*/
.parallax {
	background: url(../images/background/responsive-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0;
	padding-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.parallax:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 140px;
	z-index: -1;
	background: #f9f9f9;
}
.parallax .tittle {
	display: inline-block;
	width: 100%;
}
.parallax .tittle .btn {
	float: none;
	display: inline-block;
}
.parallax h2 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}
.parallax p {
	color: #fff;
}
.parallax .btn {
	background: none;
	border-color: #fff;
	border: 2px solid;
	margin: 0px;
	margin-top: 30px;
}
.parallax .btn:hover {
	background: #e73b44;
	border-color: #e73b44;
}
/*=======================================================
			SOCIAL PANEL
========================================================*/
.social-panel {
	padding: 80px 0;
	background: #8e0c34;
}
.social-panel ul {
	display: inline-block;
	width: 100%;
}
.social-panel li {
	width: 16.5555%;
	text-align: center;
	float: left;
}
.social-panel li a {
	background: rgba(255,255,255,0.2);
	height: 100px;
	width: 100px;
	display: inline-block;
	line-height: 100px;
	border-radius: 50%;
	font-size: 30px;
	margin: 0 20px;
}
.social-panel li p {
	color: #fff;
}
/*=======================================================
			FEATURED
========================================================*/
#featured {
	padding: 150px 0;
	padding-bottom: 0px;
	background: #8e0c34;
}
#featured h2 {
	color: #fff;
}
#featured p {
	color: #fff;
	font-size: 16px;
}
#featured .about-icon {
	color: #fff;
}
#featured h4 {
	color: #fff;
}
#featured h4 small{
	color: #c1c1c1;
}
#featured .back-icon {
	margin-left: 50px;
	color: rgba(255,255,255,0.1);
	z-index: 1;
}
#featured h5 {
	color: #ededed;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}
#featured .fea-sec {
	margin-top: 50px;
}
.elements {
	background: url(../images/background/Tjlta_1920x900.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
	margin-top: 100px;
}
.elements .btn {
	margin-right:15px;
}
span.hilight {
	background: #fff;
	float: left;
	color: #8e0c34;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	font-weight: 900;
	font-size: 28px;
	border-radius: 4px;
	margin-right: 10px;
}
/*=======================================================
			BLOG
========================================================*/

/*=======================================================
			CONTACT
========================================================*/
#contact {
	background: #f7f7f7;
	padding: 100px 0;
	padding-bottom: 0px;
}
#contact input {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border-radius: 0px;
	border: none;
	background: #fff;
	margin-bottom: 12px;
	border: 2px solid #fff;
	color: #000 !important;
}
#contact .drop-line {
	text-align: center;
	margin-top: 50px;
}
#contact .drop-line a {
	color: #fff;
	display: inline-block;
	border: 2px solid #fff;
	padding: 20px 80px;
	font-size: 16px;
	color: #fff;
}
#contact .drop-line a:hover {
	background: #fff;
	color: #333333;
}
#contact textarea {
	border-radius: 0px;
	border: none;
}
#contact .btn {
	border-color: #8e0c34;
	color: #8e0c34;
	float: none;
	display: inline-block;
}
#contact .btn:hover {
	color: #fff;
}
#contact #contact_form {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.contact-info {
	display: inline-block;
	width: 100%;
}
#contact .error {
	border: 2px solid #e34120 !important;
	background: #fff;
}
#contact .success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: left;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
#contact .success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact .social_icons {
	margin-top: 80px;
}
#contact .social_icons li {
	margin: 0 10px;
	background: #fff;
	border-radius: 50% !important;
}
#contact .social_icons a {
	height: 36px;
	font-size: 16px;
	width: 36px;
	color: rgba(51,51,51,0.9) !important;
	border-radius: 4px;
	line-height: 36px !important;
	border-radius: 50% !important;
}
#rights {
	background: #fff;
	height: 64px;
	text-align: center;
}
#rights p {
	color: #333333;
	line-height: 64px;
}
#back-to-top {
	background: #f2333a;
	height: 62px;
	width: 62px;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
	font-size: 25px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	margin-top: -31px;
	margin-bottom: 50px;
	position: relative;
	z-index: 99;
	border: 3px solid #fff;
}
#contact .contact-info .icon {
	background: #8e0c34;
	text-align: center;
	width: 42px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
}
#contact .contact-info h6 {
	margin-top: 0px;
	margin-bottom: 10px;
}
#contact .contact-info p {
	margin-bottom: 0px;
}
#contact .contact-info li {
	display: inline-block;
	width: 33.3333%;
	float: left;
	margin-bottom: 0px;
}
/*=======================================================
			BUTTON
========================================================*/
.btn {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #8e0c34;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn.button--round-s::before {
	border-radius: 2px;
}
.btn.button--inverted::before {
	background: #8e0c34;
}
.btn, .btn::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn:hover {
	color: #fff;
	border-color: #8e0c34;
}
.btn.button--inverted:hover {
	color: #8e0c34;
	border-color: #fff;
}
.btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*=======================================================
			SOCIAL ICONS
========================================================*/
.social_icons {
	position: relative;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
	;
}
.social_icons li {
	display: inline-block;
	border-radius: 50% !important;
}
.social_icons a {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 0px 0px 0;
	font-size: 20px;
	line-height: 45px;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	color: #fff;
}
.social_icons a:hover i {
	color: #fff;
	-webkit-transition: 0.4s ease-in-out;
}
.social_icons .behance a:hover {
	color: #fff;
	background-color: #2b9ad2;
	border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
	color: #fff;
	background-color: #ff6500;
	border-color: #ff6500;
}
.social_icons .deviantart a:hover {
	color: #fff;
	background-color: #536659;
	border-color: #536659;
}
.social_icons .dribbble a:hover {
	color: #fff;
	background-color: #f973a4;
	border-color: #f973a4;
}
.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3b5a9b;
	border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.social_icons .forrst a:hover {
	color: #fff;
	background-color: #2f713d;
	border-color: #2f713d;
}
.social_icons .googleplus a:hover {
	color: #fff;
	background-color: #f63d26;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #507ea4;
	border-color: #507ea4;
}
.social_icons .lastfm a:hover {
	color: #fff;
	background-color: #da0019;
	border-color: #da0019;
}
.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #0072b2;
	border-color: #0072b2;
}
.social_icons .paypal a:hover {
	color: #fff;
	background-color: #165c82;
	border-color: #165c82;
}
.social_icons .picasa a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .pinterest a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .skype a:hover {
	color: #fff;
	background-color: #00aaf1;
	border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
	color: #fff;
	background-color: #ff6900;
	border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
	color: #fff;
	background-color: #eb4823;
	border-color: #eb4823;
}
.social_icons .twitter a:hover {
	color: #fff;
	background-color: #2baae1;
	border-color: #2baae1;
}
.social_icons .vimeo a:hover {
	color: #fff;
	background-color: #40b2dc;
	border-color: #40b2dc;
}
.social_icons .youtube a:hover {
	color: #fff;
	background-color: #ff3330;
	border-color: #ff3330;
}
/*=======================================================
			Style Switcher
========================================================*/
.color-switcher {
	display:none;
	width: 220px;
	position: fixed;
	right: -220px;
	top: 150px;
	z-index: 999;
	padding: 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom-right-radius: 4px;
}
.color-switcher h5 {
	font-size: 15px;
	margin-top: 0;
	padding: 0 20px 0;
}
.color-switcher p {
	font-size: 12px;
	color: #000;
	margin-bottom: 0;
	background: #fff;
	height: 40px;
	text-align: left;
	font-weight: bold;
	line-height: 42px;
	text-transform: uppercase;
}
.color-switcher ul {
	list-style: none;
	padding: 0;
}
.color-switcher ul li {
	float: left;
}
.color-switcher ul li a {
	display: block;
	width: 35px;
	height: 35px;
	outline: none;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #333;
}
.color-switcher ul li a.blue {
	background: #428bca;
}
.color-switcher ul li a.green {
	background: #88c136;
}
.color-switcher ul li a.red {
	background: #e54242;
}
.color-switcher ul li a.yellow {
	background: #ff9c00;
}
.color-switcher ul li a.brown {
	background: #987654;
}
.color-switcher ul li a.cyan {
	background: #1ABC9C;
}
.color-switcher ul li a.purple {
	background: #c74a73;
}
.color-switcher ul li a.sky-blue {
	background: #00cdcd;
}
.color-switcher .gray {
	background: #656565;
}
.color-switcher .black {
	background: #000;
}
.color-switcher .white {
	background: #fff;
}
.color-switcher .light {
	background: #fff;
	width: 60px;
	color: #000;
	text-align: center;
	float: left;
	border: 1px solid #666;
	margin-top: 15px;
	margin-right: 22px;
}
.color-switcher .dark {
	background: #272727;
	width: 60px;
	float: right;
	color: #fff;
	border: 1px solid #666;
	margin-top: 15px;
}
.picker_close {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -40px;
	top: 0px;
	text-align: center;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.picker_close i {
	font-size: 22px;
	margin-top: 9px;
}
.position {
	right: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer {
	display: table;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	padding: 19px;
	background: #fff;
	padding-top: 0px;
}
.layouts a, .choose-header a, .choose-footer a {
	display: inline-block;
	text-align: center;
	width: 40%;
	margin: 0 5px 0 0;
	color: #5d5d5d;
	font-size: 15px;
	border: 1px solid #e7e7e7;
	padding: 5px 7px 2px;
}
.layouts a:hover, .choose-header a:hover, .choose-footer a:hover {
	border: 2px solid #a9a9a9;
	padding: 4px 5px 1px
}
.styleswitcher {
	position: fixed;
	width: 120px;
	background: #ffffff;
	color: #595959;
	top: 150px;
	right: -123px;
	z-index: 999;
}
.styleswitcher p {
	color: #000 !important;
}
.styleswitcher.ackapa {
	left: 0;
}
.styleswitcher .switch {
	padding-left: 15px;
	padding-bottom: 10px;
}
.styleswitcher .switch h5 {
	margin-top: 20px;
}
.styleswitcher .switch p {
	margin-top: 10px;
}
.stylebutton {
	cursor: pointer;
	position: absolute;
	text-align: center;
	line-height: 40px;
	background: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	top: 0px;
	right: -40px;
}
.styleswitcher a {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	position: relative;
	z-index: 99999999;
}
.color-switcher ul li {
	margin: 3px;
}
#map {
	height: 450px;
	margin-top: 50px;
}
.map {
	position: relative;
	min-height: 485px;
}
.modal-header i {
	color: #fff;
}
.modal-body .owl-controls .owl-page, .owl-controls .owl-buttons div {
	margin-top: -50px;
	z-index: 999;
	height: 50px;
	width: 50px;
	display: inline-block;
	position: absolute;
	top: 60%;
}
.modal-body .owl-img {
	height: 500px;
	overflow: hidden;
}
.modal-body .owl-next {
	right: 0px;
}
.modal-body h4 {
	color: #333;
}
.p-details {
	padding: 15px;
}
#ip-container header {
	border: none;
}
/*=======================================================
			ACCORDION
========================================================*/
#accordion {
}
#accordion .panel-default > .panel-heading .panel-title a:before {
	content: "\f106";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #FFF;
	padding: 0px;
	background: #f2333a;
	color: #fff;
	padding: 14px 15px;
}
#accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f107";
	font-family: FontAwesome;
	margin-right: 5px;
	background: #f2333a;
}
.panel-default > .panel-heading {
	background-color: #fff;
	padding: 0px;
	border-radius: 4px;
	overflow: hidden;
}
.panel-default > .panel-heading a {
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	font-weight: 400;
	padding: 0px;
	line-height: 43px;
	display: inline-block;
	padding-left: 0px;
}
#headings {
	text-align: left;
}
#headings h1 {
	text-align: left;
	color: #000;
}
#headings h2 {
	text-align: left;
	color: #000;
	text-transform: none;
}
#headings h3 {
	text-align: left;
	color: #000;
}
#headings h4 {
	text-align: left;
	color: #000;
}
#headings h5 {
	text-align: left;
	color: #000;
}
#headings h6 {
	text-align: left;
	color: #000;
}
.alerts .close {
	float: right;
}
.shortcodes h1 {
	text-align: left;
}
.shortcodes h2 {
	text-align: left;
	text-transform: uppercase;
}
#tabs {
}
#tabs p {
	line-height: 26px;
}
#tabs .nav-tabs a {
	font-weight: 300;
	font-size: 18px;
}
#tabs .nav-tabs {
	margin-bottom: 15px;
}
#tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
}
.shortcodes section h4 {
	color: #333;
	font-weight: 400;
}
.error-page {
}
.error-page {
	margin-top: 100px;
	text-align: center;
	padding-bottom: 100px;
}
.error-page h1 {
	text-align: center;
	font-size: 54px;
	color: #4a4a4a;
}
button.submit {
	background: url(../images/search-icon.jpg) no-repeat;
	height: 34px;
	width: 34px;
	border: none;
	float: right;
	position: relative;
	z-index: 1;
	margin-top: -45px;
}
.error-page input {
	width: 100%;
}
.error-page .search {
	width: 40%;
	margin: 0 auto;
	margin-top: 50px;
}
.error-page p {
	font-size: 18px;
	font-style: italic;
}
/*=======================================================
			PORTFOLIO
========================================================*/
.team {
	padding: 150px 0;
}
.team .team-member {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.team .team-over {
	position: absolute;
	background: #f1f1f1;
	width: 80%;
	height: 100%;
	top: 0px;
	right: -80%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 0 30px;
	padding-top: 20%;
}
.team .team-over h4 {
	color: #8e0c34;
}
.team li span {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
}
.team li p {
	color: #999999;
	line-height: 20px;
}
.team li img {
	position: relative;
	right: 0px;
	border-radius: 50%;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.team li:hover img {
	right: 60%;
	z-index: -1;
}
.team li:hover .team-over {
	right: 0px;
}
.team .social_icons {
	margin-top: 30px;
}
.team .social_icons a {
	font-size: 14px;
	height: 36px;
	width: 36px;
	color: #999999;
	line-height: 36px;
}
/*=======================================================
		 Timer
========================================================*/
#timer {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 99;
}
.timer {
	text-align: center;
}
/*==========================================================================
	   Countdown styles
========================================================================== */
ul.countdown {
	min-height: 180px;
	margin-top: 50px;
}
ul.countdown li {
	text-align: center;
}
ul.countdown li span {
	font-size: 100px;
	padding-top: 150px;
	font-weight: 300;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
ul.countdown li .overlay {
	border-radius: 4px;
	padding: 40px;
	margin-top: -200px;
}
ul.countdown li p {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
ul.countdown .round-back span {
	color: #fff;
}
ul.countdown .round-back p {
	color: #fff;
}
/*=======================================================
			SLIDER
========================================================*/
#slides {
	position: relative;
}
#slides .slides-container {
	display: none;
}
#slides .scrollable {
 *zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	color: #fff;
	width: 100%;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
.slides-navigation a.prev {
	left: 0;
}
.slides-navigation a.next {
	right: 0;
}
.slides-pagination {
	position: absolute;
	z-index: 999;
	bottom: 20px;
	text-align: center;
	width: 100%;
	left: 0px;
}
.slides-pagination a {
	border-radius: 1px;
	width: 40px;
	height: 2px;
	background: rgba(255,255,255,0.5);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}
.slides-pagination a.current {
	background: #fff;
}
#slides .overlay {
	background: none;
}
#slides .overlay:before {
	background:rgba(255,255,255,0.5);
	content: "";
	padding: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	top: 0px;
	display: inline-block;
	padding: 0;
}
/*=======================================================
			GO DWON
========================================================*/
.go-down {
	position: absolute;
	width: 100px;
	bottom: 0px;
	z-index: 999;
	text-align: center;
	right: 5%;
	color: #fff;
	font-size: 28px;
	display: inline-block;
	font-size: 30px;
	border: 1px solid rgba(255,255,255,0.6);
	height: 76px;
	width: 76px;
	text-align: center;
	border-radius: 10px 10px 0 0px;
	line-height: 76px;
	border-bottom: none;
	margin: 0 10px 0 0;
}
/*=======================================================
			MAGANIFINE POPUP
========================================================*/
.white-popup {
	position: relative;
	background: #FFF;
	padding: 0px 0 50px 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.top-bor {
	height: 60px;
	border-bottom: 1px solid #f5f5f5;
}
.top-bor a {
	line-height: 60px;
}
.mfp-zoom-out {
}
.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
	transform: scale(1.3);
	opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
	text-transform: uppercase;
	font-size: 13px;
	margin:0 5px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 25px;
}
/*=======================================================
      SINGLE PROJECT
========================================================*/
.single-progect .heading-block {
	margin-top: 50px;
}
.single-progect p {
	font-size: 18px;
	line-height: 30px;
}
.single-progect .heading-block h6 {
	margin-bottom: 20px;
}
.single-progect .heading-block hr {
	margin: 0 auto;
	margin-bottom: 20px;
}
.single-progect .project-info {
	margin-top: 100px;
	margin-bottom: 100px;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e5e9ea;
}
.single-progect .project-info li {
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 25%;
	border-right: 1px solid #e5e9ea;
}
.single-progect .project-info li:nth-last-child(1) {
	border: none;
}
.single-progect .project-info li p {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px;
}
.single-progect .project-info li span {
	color: #666666;
	letter-spacing: 1px;
	font-size: 13px;
}
.cbp-popup-singlePage .cbp-popup-content {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
/*=======================================================
      PORTFOLIO DETAIL
========================================================*/
.portfolio-details {
}
.portfolio-details .project-info {
	margin-top: 270px;
	padding-left: 30%;
}
.portfolio-details .project-info li {
	margin-bottom: 30px;
}
.portfolio-details .project-info li p {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.portfolio-details .project-info li span {
	color: #666666;
	letter-spacing: 1px;
	font-size: 13px;
}
.portfolio-details .project-info li a {
	color: #f6772c;
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
	background: #fff;
}
.filter-style-1 {
	border: 1px solid #999999;
	display: inline-block;
	margin-bottom: 100px;
}
.filter-style-1 .cbp-filter-item {
	margin: 0px;
	float: left;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 30px;
	border-right: 1px solid #999999 !important;
}
.filter-style-1 .cbp-filter-item:nth-last-child(1) {
	border-right: none !important;
}
.filter-style-1 .cbp-filter-item.cbp-filter-item-active {
	color: #f6772c;
}
.filter-style-1 .cbp-filter-item.cbp-filter-item-active:before {
	content: "\f0d7";
	position: absolute;
	font-family: 'FontAwesome';
	bottom: -18px;
	font-size: 30px;
	width: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 1px 0px rgba(0,0,0,0.9);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.filter-style-1 .cbp-filter-item:hover {
	color: #f6772c;
}
.filter-style-1 .cbp-filter-item:hover:before {
	content: "\f0d7";
	position: absolute;
	font-family: 'FontAwesome';
	bottom: -18px;
	font-size: 30px;
	width: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 1px 0px rgba(0,0,0,0.9);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.filter-style-2 {
	display: inline-block;
	margin-bottom: 100px;
}
.filter-style-2 .cbp-filter-item {
	margin: 0px;
	float: left;
	border: none;
	background: #333333;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 30px;
	border-right: 1px solid rgba(255,255,255,0.3) !important;
}
.filter-style-2 .cbp-filter-item:hover {
	background: #f6772d;
	color: #fff;
}
.filter-style-2 .cbp-filter-item.cbp-filter-item-active {
	background: #f6772d;
	color: #fff;
}
.filter-style-2 {
}
.filter-style-3 {
	display: inline-block;
	margin-bottom: 100px;
}
.filter-style-3 .cbp-filter-item {
	margin: 0px;
	float: left;
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 30px;
}
.filter-style-3 .cbp-filter-item:hover:before {
	content: "";
	position: absolute;
	width: 25px;
	bottom: 0px;
	background: #f6772d;
	height: 2px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.filter-style-3 .cbp-filter-item.cbp-filter-item-active:before {
	content: "";
	position: absolute;
	width: 25px;
	bottom: 0px;
	background: #f6772d;
	height: 2px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.filter-style-3 .cbp-filter-item.cbp-filter-item-active {
	color: #f6772d;
}
.filter-style-3 .cbp-filter-item:hover {
	color: #f6772d;
}
.filter-style-4 {
	border-bottom: 1px solid #e5e9ea;
	display: inline-block;
	width: 100%;
}
.filter-style-4 .cbp-filter-item {
	margin: 0px;
	display: inline-block;
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding: 35px 20px;
	padding-bottom: 10px;
}
.filter-style-4 .cbp-filter-item.cbp-filter-item-active {
	color: #333333;
}
.filter-style-4 .cbp-filter-item.cbp-filter-item-active:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -21px;
	background: #f6772d;
	height: 2px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.filter-style-4 .cbp-filter-item:hover:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -21px;
	background: #f6772d;
	height: 2px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.filter-style-5 {
	display: inline-block;
	border-radius: 20px;
	border: 1px solid rgba(0,0,0,0.15);
	position: relative;
	padding: 5px 10px;
}
.filter-style-5 .cbp-filter-item {
	margin: 0px;
	display: inline-block;
	border: none;
	background: #fff;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
	letter-spacing: 1px;
	padding: 0px 30px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
.filter-style-5 .cbp-filter-item:hover {
	background: #f6772c;
	color: #fff;
}
.filter-style-5 .cbp-filter-item.cbp-filter-item-active {
	background: #f6772c;
	color: #fff;
}
.cbp-popup-singlePage .cbp-popup-close {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-close:before {
	content: '\e082';
	font-family: 'Simple-Line-Icons';
	color: #333333;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-prev {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-prev:before {
	content: '\e07a';
	font-family: 'Simple-Line-Icons';
	color: #333333;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-next {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-next:before {
	content: '\e079';
	font-family: 'Simple-Line-Icons';
	color: #333333;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-navigation {
	position: relative;
	width: auto;
	height: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.cbp-popup-singlePage .cbp-popup-next {
	left: auto;
	right: 0px;
}
.cbp-popup-singlePage .cbp-popup-prev {
	left: 0px;
	right: auto;
}
.cbp-popup-singlePage-counter {
	left: 0px;
	right: 0px;
	top: 60px;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	opacity: 0.3;
}
/*=======================================================
			GO TO TOP
========================================================*/
.cd-top {
	display: inline-block;
	height: 50px;
	z-index: 9;
	width: 50px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	color: #8e0c34;
	border-radius: 50%;
	font-size: 26px;
	text-align: center;
	line-height: 40px;
	border: 3px solid #8e0c34;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
	background: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 0.5;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #ffbb42;
	opacity: 1;
	color: #fff;
}
.center-auto {
	margin: 0 auto;
	float: none;
}
/*=======================================================
      HEADINGS
========================================================*/
.heading-block {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}
.heading-block h6 {
	text-transform: uppercase;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 20px;
}
.heading-block hr {
	width: 90px;
	height: 3px;
	border: none;
	margin: 0;
	margin-left: 0px;
	background: #333333;
	margin-bottom: 20px;
}
.heading-block h3 {
	text-transform: uppercase;
	line-height: 46px;
	color: #333;
	margin: 0px;
	font-size: 36px;
	letter-spacing: 2px;
	font-family: 'montserratlight';
}
.heading-block h3 span {
	font-family: 'montserratregular';
}
.heading-block.center hr {
	margin: 0 auto;
	margin-bottom: 45px;
}
.map-wrapper {
	height: 450px;
	margin-top: 100px;
}
/*=======================================================
      BLOG
========================================================*/ 
.blog article {
	margin-bottom: 30px;
	padding-bottom: 0px;
	background: #fff;
}
.blog article {
}
.blog .post-info {
	padding: 0px;
	position: relative;
}
.blog .post-info .post-in {
	background: #f6f7f8;
}
.blog article .extra {
	margin-bottom: 15px;
}
.blog article .extra span {
	color: #576363;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
}
.blog article .extra span i {
	height: 28px;
	font-size: 12px;
	margin-right: 10px;
	line-height: 26px;
	display: inline-block;
	border-radius: 50%;
	color: #5b6767;
	text-align: center;
}
.blog .post-info hr {
	margin: 10px 0;
	background: #444444;
}
.blog .post-in {
	padding: 25px 0;
	text-align: center;
}
.blog .post-in span.by {
	color: #fb4848;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
.blog .tittle-post {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
	line-height: 26px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.blog .post-info p {
	font-size: 14px;
	line-height: 26px;
}
.blog .post-info .read-more {
	border-bottom: 1px dotted #00b1f1;
	display: inline-block;
	float: right;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 10px;
	font-weight: bold;
	color: #444444;
	font-size: 11px;
}
.blog .icons li {
	margin-top: 20px;
	margin-right: 10px;
	display: inline-block;
}
.blog .date-post {
	width: 70px;
	height: 100px;
	float: left;
	padding: 0 10px;
	text-align: center;
	line-height: 36px;
	background: #253030;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 26px;
	font-weight: bold;
}
.blog .date-post span {
	font-size: 12px;
	border-top: 1px solid #fff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
}
.port-paging li {
	display: inline-block;
	text-transform: uppercase;
}
.port-paging a {
	color: #fff;
	font-size: 12px;
	margin: 0 10px;
}
.port-paging a i {
	margin: 0 5px;
}
.port-paging a .fa-times {
	height: 35px;
	width: 35px;
	border: 1px solid rgba(255,255,255,0.3);
	display: inline-block;
	line-height: 33px;
	text-align: center;
}
.paging-news {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	background: #fbfbfb;
	padding: 20px 20px;
}
.paging-news li {
	display: inline-block;
	text-transform: uppercase;
}
.paging-news li a {
	font-size: 12px;
}
.blog-single .stare-ev {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}
.blog-single ul {
	margin-bottom: 0px !important;
}
.blog-single .tags {
	float: left;
}
.blog-single .tags h5 {
	margin-top: 10px;
}
.blog-single .tags li {
	display: inline-block;
}
.blog-single .blog-post {
	margin-bottom: 0px;
	border: none;
	padding-bottom: 20px;
}
.blog-single .pager {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}
.blog-single .tags li a {
}
.blog-single .social_icons {
	display: inline-block;
}
.blog-single .social_icons h6 {
	font-size: 13px;
}
.blog-single .social_icons li {
	margin-right: 5px;
}
.blog-single .social_icons a {
	font-size: 14px;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 1px solid #333333;
	line-height: 34px;
	color: #333333;
	display: inline-block;
	text-align: center;
	margin: 0px;
}
.search input {
	display: inline-block;
	width: 100%;
	height: 45px;
	background: #fff;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #e6e6e6;
}
.search button {
	float: right;
	margin-top: 0px;
	line-height: 45px;
	margin-right: 0px;
	margin-top: -45px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: none;
	color: #313f46;
	width: 45px;
	height: 45px;
	font-size: 16px;
	background: none;
}
.side-tittle {
	font-size: 18px !important;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.side-bar hr {
	margin-bottom: 10px;
	margin-top: 15px;
	height: 1px;
	border: none;
	width: 100%;
	display: inline-block;
	background: #e1e1e1;
}
.tags {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.tags a {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	padding: 6px 10px;
	color: #969595;
	border: 1px solid #dadada;
	padding-top: 7px;
	display: inline-block;
	margin-right: 8px;
	margin-top: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.tags li {
	display: inline-block;
	float: left;
}
.tags a:hover {
	background: #8e0c34;
	border: 1px solid #8e0c34;
	color: #fff;
}
.flickr-steam {
	margin: 0 -5px;
	display: inline-block;
	width: 100%;
}
.flickr-steam li {
	padding: 0 5px;
	float: left;
	width: 25%;
	margin-bottom: 10px;
}
.flickr-steam li img {
	width: 100%;
}
.blog-page .post-in {
	padding: 25px 40px;
}
.blog-page .post-in p {
	font-size: 13px;
}
.blog-page .post-in .btn {
	margin-top: 20px;
    color: #8e0c34;
	text-transform:uppercase;
    border-color: #8e0c34;
	padding:10px 30px;
	font-weight:bold;
	border-width:1px;
}
.blog-page .btn:hover {
    color: #fff;
    border-color: #8e0c34;
}
/*=======================================================
			PAPULAR POST
========================================================*/
.papu-post {
}
.papu-post .media-left {
	margin-right: 0px;
}
.papu-post .media-left img {
	width: 100%;
}
.papu-post .media-left a {
	width: 60px;
	margin-right: 0px;
	display: inline-block;
}
.papu-post span {
	color: #08ada7;
	letter-spacing: 0px;
	font-size: 12px;
	text-transform: none;
}
.papu-post li {
	padding: 20px 0;
	margin: 0px;
	padding-top: 0px;
}
.papu-post .media-heading {
	display: inline-block;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	color: #333333;
	margin-top: 0px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: none;
}
.search input {
	display: inline-block;
	width: 100%;
	height: 45px;
	background: #fff;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #e6e6e6;
}
.search button {
	float: right;
	margin-top: 0px;
	line-height: 45px;
	margin-right: 0px;
	margin-top: -45px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: none;
	color: #313f46;
	width: 45px;
	height: 45px;
	font-size: 16px;
	background: none;
}
.side-bar #map {
	height: 320px;
	width: 100%;
}
.promo {
	background: url(../images/bg/promo-bg.jpg) no-repeat;
	background-size: cover;
}
.promo .overlay {
	background: rgba(52,66,72,0.95);
	padding: 100px 0;
}
.promo .overlay:before {
	content: "";
	position: absolute;
	right: 0px;
	left: 100%;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(52,66,72,0.95);
}
.promo h4 {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	margin: 0px;
	margin-bottom: 15px;
}
.promo .overlay:after {
	position: absolute;
	top: 0px;
	left: -340px;
	width: 0;
	content: "";
	height: 0;
	border-bottom: 340px solid rgba(52,66,72,0.95);
	border-left: 340px solid transparent;
}
.promo p {
	color: #fff;
	margin-bottom: 30px;
}
.blog-single .post-info .post-in {
	background: none;
	padding: 25px 0;
}
.blog-single .post-info .post-in p {
	text-align: left;
}
.cate li a {
	padding-left: 15px;
	font-weight: 700;
}
.cate li a:before {
	content: "\f0da";
	position: absolute;
	left: 0px;
	font-size: 14px;
	color: #8e0c34;
	font-family: 'FontAwesome';
}
.cate li {
	position: relative;
}
.cate li {
	line-height: 60px;
}
.cate li a {
	font-size: 13px;
	color: #777777;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
}
.cate li span {
	float: right;
	height: 25px;
	width: 25px;
	font-size: 10px;
	border-radius: 50%;
	line-height: 23px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cate li a:hover {
	color: #8e0c34;
}
.cate li a:hover span {
	background: #8e0c34;
	color: #fff;
}
.cate.archive li:before {
	display: none;
}
.cate.archive li {
	line-height: 45px;
	padding-left: 0px;
}
.news-post blockquote {
	border: none;
	font-family: 'Raleway', sans-serif;
	text-align: left;
	line-height: 34px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #08ada7;
	padding: 30px 0;
	letter-spacing: 1px;
	position: relative;
}
.news-post blockquote i {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -27px;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	height: 54px;
	width: 54px;
	margin: 0 auto;
	border-top: 1px solid #fb4848;
	border-radius: 50%;
	background: #fff;
	color: #fb4848;
}
.comments .media-body h4 {
	color: #222222;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
	display: inline-block;
	width: 100%;
}
.comments .media-body a {
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	position: relative;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media-left a {
	width: 80px;
	display: inline-block;
}
.comments .media-body {
	position: relative;
	border: 1px solid #e9e9e9;
	padding: 20px;
	margin-bottom: 30px;
}
.comments h4 {
	font-weight: 500;
	margin: 0px;
	font-size: 20px;
	margin-bottom: 30px;
}
.comments .media p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0px;
}
.comments .media h6 span {
	font-size: 10px;
	color: #333333;
	margin: 0;
	display: inline-block;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	font-weight: normal;
	margin-left: 20px;
	text-transform: uppercase;
	display: inline-block;
}
.comments .media {
	margin-top: 40px;
}
.comments .media h6 {
	font-weight: 700;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}
.comments .raply {
	position: absolute;
	top: 20px;
	right: 30px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #08ada7;
	margin-bottom: 0px;
}
.comments .raply i {
	margin-right: 5px;
}
.comments .avatar {
	margin-right: 10px;
	display: inline-block;
}
.comments .btn.raply:hover {
	background: #00b1f1;
	color: #fff;
}
.comments .media a img {
	margin-bottom: 10px;
}
.comments form label {
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	color: #333333;
	font-size: 10px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.pager {
	margin-bottom: 80px;
	text-transform: uppercase;
	border-top: 1px solid #ffbe00;
	border-bottom: 1px solid #ffbe00;
	padding: 15px 0;
}
.pager a {
	font-size: 12px;
	border: none;
}
.comments {
}
.comments .btn {
	border-color: #8e0c34;
	color: #8e0c34;
	float: none;
	display: inline-block;
	text-transform: uppercase;
}
.comments .btn:hover {
	color: #fff;
}
.comments h4 {
	color: #333;
	font-weight: bold;
}
.admin-info {
	border: 1px solid #cccccc;
	padding: 24px;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.admin-info h5 {
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 20px;
}
.admin-info .social_icons {
	margin-top: 10px;
}
.admin-info .admin-img {
	width: 175px;
	display: inline-block;
	margin-right: 0px;
}
.social_icons li {
	display: inline-block;
	color: #989898;
}
.social_icons li a {
	color: #fff;
	margin: 0 5px;
	font-family: 'Lato', sans-serif;

}
.social_icons li h4{
	font-family: 'Montserrat', sans-serif;
	margin-top:20px;
}
.blog-col-2.blog-page .post-in {
	padding: 25px 0px;
	background: none;
	text-align: left;
}
/*=======================================================
			PAPULAR POST
========================================================*/
.papu-post {
}
.papu-post .media-left {
	margin-right: 0px;
}
.papu-post .media-left img {
	width: 100%;
}
.papu-post .media-left a {
	width: 60px;
	margin-right: 0px;
	display: inline-block;
}
.papu-post span {
	color: #08ada7;
	letter-spacing: 0px;
	font-size: 12px;
	text-transform: none;
}
.papu-post li {
	padding: 20px 0;
	margin: 0px;
	padding-top: 0px;
}
.papu-post .media-heading {
	display: inline-block;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	color: #333333;
	margin-top: 0px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: none;
}
/*=======================================================
      PAGINATION
========================================================*/
.pagination {
	padding-top: 30px;
	border: none !important;
	display: inline-block;
	width: 100%;
	margin: 0 !important;
	text-align: center;
}
.pagination ul li {
	border: none;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	border-radius: 0px !important;
	padding: 0px;
	text-align: center;
	line-height: 26px;
	color: #999999;
	margin: 0px;
	padding: 2px 5px;
	margin: 0 10px;
	border-bottom: 1px solid #08ada7;
	font-size: 10px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	background: #fff;
	text-transform: uppercase;
}
.pagination>li>a:hover {
	background: none;
	color: #000000;
	border-color: #000000;
}
.tj-teksti {
	color: white !important;
}

.hide-this {
	display: none;
}

.ammattilaiset-vali {
	padding-top: 20px;
}

.ammattilaiset-nimi {
	font-size: 35px;
}

.ammattilaiset-modal {
	padding: 22px;
}

.ammattilaiset-close {
	margin-top: 15px;
	margin-right: 15px;
}

.info-laatikko {
	display: block;
	margin: auto;
	padding-top: 40px;
}

.henkilostokuva {
	display: block;
	margin: auto;
	padding-top: 40px;
	width: 75%;
}

.henkilostokuva2 {
	width: 40%;
	float: right;
	padding-left: 10px;
}

.henkilostokuva3 {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	margin: auto;
}

.henkilostokuva-tomi {
	display: block;
	margin: auto;
	padding-top: 20px;
	width: 50%;
}

.keskitetty {
	text-align: center;
}

.keskitetty-kappale {
	padding-top: 60px;
}

.tj-modal-close {
	color: #8e0c34;
	border-color: #8e0c34 !important;
	border-width: 1px;
	width: 100%;
}

.tj-signature {
	line-height: 21px !important;
}

.modal-body h5 {
	font-weight: bold;
}

.modal-body h4 {
	font-weight: bold;
}

.tab-content-kuvat {
	width: 65%;
	border-radius: 80px;
	box-shadow: 0 0 10px 5px rgba(142, 12, 52, 0.5);
}

.tilasto-pallot {
	margin-left: -100px;
	width: 41.333%;
}

.tilinpaatos {
	width: 498px;
	margin: auto;
	padding-top: 50px;
}

.fa-isot {
	font-size: 45px;
}

.teksti-vasemmalle {
	text-align: left;
}

.otsikko-keskelle {
	margin: auto;
}

#tekstikappaleet h5 {
	font-weight: bold;
}

.toiminta-kuva {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	margin: auto;
}

.toiminta-kuva2 {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	margin: auto;
	width: 70%;
}

.toiminta-kuva3 {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	margin: auto;
	width: 40%;
}

#team {
	background: #8e0c34;
}

#team h2 {
	color: #FFFFFF;
}

.team-alaotsikko {
	color: #FFFFFF !important;
}

.tj-intro-kuva {
	border: 10px solid white;
}

.img-peukut {
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.3);
}