/*------------------------------------------------------------------
Tags: white, one-column, two-columns, three-columns,four-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, featured-images, theme-options, translation-ready, photoblogging
Main Style Stylesheet
	Project:		ZEUM - Onepage HTML5 Template
	Version:	    1.0
	Primary use:	ZEUM - 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";
/*----- animate.css ---------*/
@import "animate.css";
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Raleway:400,600|Source+Sans+Pro:400,700,600);
/*=======================================================
			THEME STYLING
========================================================*/

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;

}
/*=======================================================
			WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
p {
	margin: 0 0 10px;
}
label {
	display: block;
}
li {
	list-style: none;
}
/*=======================================================
			HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: black;
}
h1 {
	font-size: 70px;
	line-height: 1.1em;
	margin-bottom: 0;
	letter-spacing: -3px;
	font-weight: 400;
}
h2 {
	font-size: 60px;
	font-weight: 300;
	color: #000000;
}
h3 {
	font-size: 26px;
	color: #000;
}
h4 {
	font-size: 22px;
	color: #000;
	font-weight: 400;
}
h5 {
	font-size: 18px;
	color: #4c4c4c;
	font-weight: 400;
}
h6 {
	font-size: 14px;
}
p {
	color: #666666;
	font-size: 16px;
	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;
}
/*=======================================================
			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;
}
/*=======================================================
			HEADING TITTLE
========================================================*/
.tittle {
	text-align: center;
	margin-bottom: 40px;
}
.tittle h2 {
	font-size: 60px;
	margin: 0px;
	color: #000;
	letter-spacing: -1px;
	font-weight: 400;
	-webkit-animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);
	-o-animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);
	animation: wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);
	opacity: 1;
	filter: alpha(opacity=100);
	padding-left: 15%;
	padding-right: 15%;
}
.tittle hr {
	color: #ababab;
	margin: 05px auto;
	height: 28px;
	width: 15px;
	background: url(../images/hr.png) no-repeat;
	border: none;
	visibility: hidden;
}
.tittle p {
	font-size: 22px;
	color: #666666;
	line-height: 30px;
	padding: 0px 20%;
}
/*=======================================================
			BUTTON
========================================================*/
.btn {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: rgb(255, 255, 255);
	font-family: 'raleway';
	padding: 12px 35px;
	border: 2px solid white;
	border-radius: 30px;
	text-transform: uppercase;
	outline: none;
	box-shadow: none;
	box-sizing: border-box;
	letter-spacing: 2px;
	cursor: pointer;
	visibility: inherit;
	transition: none;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform-origin: 50% 50% 0px;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.btn:hover {
	color: black;
	background: white;
}
.btn.readmore {
	margin-top: 30px;
}
/*=======================================================
			HEADER
========================================================*/
header {
	background: #000;
	border-bottom: 1px solid #eeeeee;
	z-index: 99;
	min-height: 50px;
	width: 100%;
	position: relative;
	font-size: 16px;
}
header .logo {
	float: left;
	border-radius: 4px;
	/*margin-top: 15px;*/
	line-height: 50px;
}
.logo-left {
	position: absolute;
	z-index: 999;
	top: 40px;
	left: 60px;
}
header nav {
	float: right;
}
header nav li {
	float: left;
	line-height: 50px;
}
header .navbar-nav > li > a {
	color: #fff;
	border-radius: 4px;
}
header .nav > li > a:hover, .nav > li > a:focus {
	color: #aaa;
}
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 .menu-button i, .fa-bars{
	font-size: 29px;
}
.icon-open-menu {
	width: 24px;
	height: 18px;
	background: url(../images/icon-open-menu.png);
	display: block;
}
/*=======================================================
			Right Menu Style
========================================================*/
#site-wrapper {
	position:fixed;
	width:300px;
	right:-300px;
	z-index:1001;
	background: #2f2f2f;
	height:100%;
}
#wrap .icon-open-right-menu {
	width: 24px;
	height: 18px;
	background: url(../images/icon-open-right-menu.png);
	display: block;
}
#site-wrapper .navbar {
	margin-top: 60px;
}
.show-nav #site-wrapper{
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
}
#site-canvas {
	height:100%;
	position:absolute;
	top:0px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.show-nav #site-canvas {
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}
#site-menu {
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -300px;
	padding: 15px;
	position: fixed;
	z-index: 1001;
	height: 100%;
	background: #2f2f2f;
}
.site-menu {
	background: rgb(22, 22, 22);
	top: 0px;
	position: absolute;
	width: 320px;
	top:-100px;
}
.site-menu h2{
	margin: 50px 0;
	color: #fff;
	margin-left: 30px;
	font-weight: 100;
}
.site-menu .toggle-nav{
	width: 19px;
	height: 19px;
	position: absolute;
	right: 40px;
	top: 20px;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
	background: url(../images/close-icon.png) no-repeat;
}
.site-menu a[title="hidden"] { display: none;}
/*=======================================================
			TRANSPARENT COLOR
========================================================*/
.overlay {
	/*	background: rgba(0,0,0,0.4);
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;*/
	background: white!important;
	position: absolute;
	height: 400px;
	/*height: 530px;*/
	width: 100%;
	overflow: hidden;
	bottom: 0px;
}

@media screen and (max-width:690px){
	.overlay {
		height: 460px;
	}
}

@media screen and (max-width:570px){
	.overlay {
		height: 540px;
	}
}

@media screen and (max-width:570px){
	.overlay {
		height: 540px;
	}
}
/*=======================================================
			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-size: cover;
	padding: 60px 0;
	text-align: center;
}
.sub-banner h2 {
	color: #000;
	font-family: Playfair display, sans-serif;
	font-weight: 400;
	font-size: 50px;
}
.sub-banner p {
	font-size: 18px;
	color: #000;
	font-style: italic;
}
/*=======================================================
			BANNER
========================================================*/
.bnr-text {
	position: absolute;
	top:30px;
	/*top: 31%;*/
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0 15%;
}
.bnr-text h1 {
	color: black;
	/*color: white;*/
	margin: 0px;
	margin-bottom: 0;
	letter-spacing: -3px;
}
.bnr-text h1:nth-child(2) {
	font-size: 26px !important;
	font-weight: 700 !important;
	font-family: 'Montserrat';
	letter-spacing: inherit;
}
.bnr-text p {
	padding-top: 36px;
	margin-bottom: 0;
	line-height: 30px;
	/*color: #e0e0e0;*/
	color: black;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}
.bnr-text p:nth-child(2) {
	padding-top: 4px;
}
.bnr-text .btn {
	margin: 30px 0px 0px 0px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: black;
	/*	color: rgb(255, 255, 255);*/
	font-family: 'raleway';
	padding: 12px 35px;
	border: 2px solid black;
	/*border: 2px solid white;*/
	border-radius: 30px;
	text-transform: uppercase;
	outline: none;
	box-shadow: none;
	box-sizing: border-box;
	letter-spacing: 2px;
	cursor: pointer;
	visibility: inherit;
	transition: none;
	font-style: normal;
	text-decoration: none;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform-origin: 50% 50% 0px;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.header-simple .bnr-text {
	position: relative;
}
.header-simple #home .bnr-text h1, .header-simple #home .bnr-text p {
	color: #000;
}
.header-simple #home .bnr-text p {
	font-weight: 300;
}
.header-simple #home .btn {
	color: #fff;
	border-color: #000;
	margin-top: 30px;
}
.bnr-text .btn:hover {
	background: white;
	border-color: white !important;
	color: black !important;
}

.header-simple .logo-left h2{
	color: #000;
}
.header-simple #home .overlay {
	background: transparent;
}
/*=======================================================
			ABOUT
========================================================*/
.bgvid {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
}
.video .overlay{
	background: rgba(0,0,0,0.3);
}
#about .container-fluid {
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:middle;
	zoom:1;
//display:inline;
	width: 99%;
	padding-right: 30px;
	padding-left: 30px;
}
/*=======================================================
			ABOUT
========================================================*/
#about {
	padding: 100px 0;
	font-size: 16px;
	font-weight: 300;
	background-color: #01071a;
}
#about>.container {
	width: 100%;
	padding: 0;
}
#about>.container>.row>div {
	padding: 0;
}
#about .tittle h2 {
	color: white;
	padding-left: 0px;
	font-size: 40px;
}
.about img {
	display: inline-block;
}
#about p {
	color: #e0e0e0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
#counters {
	width: 100%;
	background: #f1f1f1;
}
#counters ul {
	text-align: center;
	background: transparent;
	width: 100%;
}
#counters ul li {
	padding: 25px 0;
}
#counters ul li span {
	font-size: 70px;
	color: #000;
	font-family: 'source sans pro', sans-serif;
	font-weight: 300;
}
#counters ul li p {
	color: #333333;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Playfair Display'
}
.parallax .counters p {
	color: white !important;
}
.parallax .counters .tittle h2 {
	color: white !important;
}

/*=======================================================
			SERVICES
========================================================*/
#services {
	padding: 100px 0;
	background: #f5f6f6;
}
.services {
	margin-top: 30px;
}
.services li p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
.services ul {
}
.services li {
	text-align: left;
	margin-bottom: 50px;
	display: inline-block;
}
.services .icon {
	display: block;
	text-align: center;
	color: black;
}
.services .icon span {
	font-size: 90px;
}
.services .ser-sec {
	display: block;
	text-align: center;
	padding: 0 40px;
	font-size: 16px;
	font-weight: 300;
}
.services .ser-sec h5 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 30px;
	font-weight: 400;
	color: #000;
}
/*=======================================================
			PORTFOLIO
========================================================*/
#portfolio {
	padding: 80px 0;
	padding-bottom: 0px;
	background: #fff;
}
#portfolio .tittle h4 {
	color: #fff;
}
.filter {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	background: transparent;
}
.filter li a {
	padding: 12px 10px;
	#contact li pfont-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family: 'raleway';
	display: inline-block;
	margin: 0px 5px;
	text-decoration: none;
	border-radius: 0px;
}
.filter li a:hover {
	color: #585858;
}
.filter li a.active {
	color: #585858;
}
.filter li {
	margin: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.isotope-item {
	z-index: 2;
	display: block !important;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.isotope {
}
.isotope .isotope-item {
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
}
.portfolio .item {
	width: 25%;
	padding: 0;
	overflow: hidden;
	float: left;
}
.portfolio .item.big {
	width: 50%;
}
.portfolio .item p {
	color: #000;
}
.portfolio h2 {
	color: #fff;
}
.portfolio .item h5 {
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}
.portfolio .item img {
	width: 100%;
}
.portfolio .item.hide {
	display: none;
}
.des {
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 5px 15px;
	position: relative;
	z-index: 6;
}
.portfolio .over {
}
.portfolio .over .btn {
	background: none;
	margin-top: 50px;
	border: 2px solid #fff;
}
.portfolio .over .btn:hover {
	background: rgba(43,207,190, 1);
	border-color: rgba(43,207,190, 1);
	color: #333;
}
.portfolio .over .detail {
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:middle;
	zoom:1;
//display:inline;
	max-width: 80%;
}
.rasporka {
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:middle;
	height:100%;
	width:0px;
	zoom:1;
//display:inline;
}
.portfolio .over a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
}
.portfolio .over p {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family: 'raleway';

}
.portfolio .over h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 400;
}
.img:hover .des {
	background: #e23a18;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.img:hover .des h5 {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.img:hover .des p {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.img {
	position: relative;
	overflow: hidden;
}
.over {
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 0px;
	height: 100%;
	width: 100%;
	padding: 0 5%;
	text-align: center;
	background: #1b98e0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.img:hover {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.img:hover .over {
	bottom: 0px;
	opacity: 1;
	display: block;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
/*=======================================================
			PORTFOLIO POPUP
========================================================*/
/* Overlay style */
.overlay-pop {
	position: absolute;
	width: 100%;
	height: 550px;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background: #000;
}
/* 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: #333333;
	font-size: 20px;
	font-weight: 300;
}
.port-inner h2 {
	color: #000;
	font-size: 60px;
	margin-bottom: 30px;
	margin-top: 0px;
}
.port-inner ul {
	margin: 50px;
	font-weight: bold;
}
.port-inner li p span:nth-child(1) {
	font-weight: 400;
	font-size: 20px;
}
.port-inner .img-responsive {
	margin-bottom: 30px;
}
.port-larrow, .port-rarrow {
	display: inline-block;
	width: 16px;
	height: 32px;
	background: transparent no-repeat;
	vertical-align: middle;
}
.top-bor a:hover {
	color: #000;
}
.port-larrow {
	background-image: url(../images/portfolio-larrow.png);
}
.port-rarrow {
	background-image: url(../images/portfolio-rarrow.png);
}
/*=======================================================
			TESTIMONIALS
========================================================*/
#testimonials {
	background: url(../images/background/texti-bg.jpg) fixed no-repeat;
	position: relative;
	padding: 100px 0;
	background-size: cover;
	text-align: center;
}
.testimonials p {
	color: #fff;
	font-size: 25px;

}
.testimonials h3 {
	color: #fff;
}
/*=======================================================
			TEAM
========================================================*/
#team {
	padding: 80px 0;
	background: #fff;
	background-size: cover;
	padding-bottom: 0px;
}
.team .avatar {
	display: inline-block;
	border: 4px solid #ededed;
	overflow: hidden;
	margin: 0 auto;
}
.team .avatar .over {
	background: #1b98e0;
	border-color: #1b98e0;
}
.team h3 {
	color: #000;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 400;
}
.team li {
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.team {
	margin: 70px 0;
	margin-bottom: 0px;
}
.team .img {
}
.team img {
	overflow: hidden;
	margin: 0 auto;
}
.team li:hover .avatar {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.team li p {
	color: #999999;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family: 'raleway';
}
.team .social_icons {
	margin-top: 150px;
}
.team .social_icons li {
	border-bottom: none;
	margin: 0 3px;
}
.team .social_icons li a {
	color: #fff !important;

}
.team .social_icons li a i {
	top: -4px;
	position: relative;
	font-size: 30px;
}
/*=======================================================
			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%;
}
ul.projects {
	margin: 0px;
}
.projects hr {
	border: none;
	border-bottom: 10px solid #fff;
	margin: 0px;
	width: 100%;
	background: none;
}
.projects .btn {

	margin-bottom: 0px;
}
.projects .project-detail {
	padding: 40px;
	padding-left: 15%;
	padding-right: 20px;
}
.projects .project-detail .btn {

	margin-top: 30px;

}

.projects .project-detail h2 {
	font-size: 40px;
	margin-bottom: 30px;

}
.post-img {
	max-height: 400px;
	position: relative;
	overflow: hidden;
}
.sub-pages .post-img img {
	width: 100%;
}
.load-more {
	text-align: center;
	background: #fff;
	padding: 15px 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: rgba(43,207,190, 1) !important;
	border-color: rgba(43,207,190, 1) !important;
	color: #fff;
}
.a-info li {
	text-transform: uppercase;
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
.a-info li, .a-info li a{
	font-family: 'source cans pro', sans-serif !important;
	font-size: 11px;
	color: #333333;
	font-weight: medium;
}
.tags {
	margin-top: 40px;
}
.tags li, .tagcloud a{
	display: inline-block;
	margin-bottom: 5px;
}
.tags li a, .tagcloud a {
	font-weight: 300;
	font-family: 'source cans pro', sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 28px;
	padding: 0 10px;
	background: #e1e1e1;
	display: inline-block;
	color: #000;
	font-size: 13px !important;
	margin-right: 4px;
	border: 0;
}
.share {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.post-admin {
	margin-top: 50px;
}
.post-admin .avatar {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}
.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%;
}
.single-pst .social_icons {
	text-align: left;
}
.single-pst .social_icons ul {
	text-align: left;
}
.single-pst .social_icons ul li{
	background:#f5f5f5 !important;
}
.single-pst .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;
}
.com-form label {
	display: none;
}
.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: 340px;
}
.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-pst {
	margin: 0;
}
.single-pst p {
	font-size: 16px;
	font-weight: 400;
}
.search input {
	border: 2px solid #1c2222;
	border-radius: 0px;
	height: 58px;
}
.search {
}
.sider-bar h5 {
	font-family: 'Playfair display', sans-serif;
	font-size: 24px;
	font-weight: 400;
}
.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;
}
/*=======================================================
			Pricing table
========================================================*/
#pricing {
	padding: 80px 0;
	color: black
}
.pricing li {
	padding-left: 8px;
	padding-right: 8px;
}
.pricing li>div {
	text-align: center;
	border: 0;
	background: #1b98e0;
	padding: 20px 0;
	margin-top: 45px;
}
.pricing .head {
	margin-bottom: 0;
	text-align: center;
}
.pricing .head h2 {
	line-height: 80px;
	font-size: 40px;
	font-weight: 400;
	margin: 0px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}
.pricing li p {
	color: #ffffff;
	line-height: 30px;
	margin: 10px 0px;
	font-size: 19px;
}
.pricing li .txt {
	min-height: 180px;
}
.pricing li .pkg h2 {
	color: #fff;
	font-size: 90px;
	line-height: 28px;
	font-weight: 300;
	font-family: 'source sans pro', sans-serif;
	margin-top: 30px;

}
.pricing li .pkg h2 .dollar {
	font-size: 40px;
	font-weight: 600;
	font-family: 'source sans pro', sans-serif;
}
.pricing li .pkg .petit {
	display: block;
	color: #ffffff;
	height: 1em;
	margin-bottom: 20px;
	font-family: 'raleway';
	font-size: 14px;
	font-weight: 600;
	margin-top: 40px;
	text-transform: uppercase;
}
.pricing .btn {
	margin-top: 30px;
	margin-bottom: 45px;
	background-color: white;
	color: #1b98e0;
}
.pricing li:nth-child(1)>div {
	background: #1b98e0;
	border-radius: 6px;
}
.pricing li:nth-child(2)>div {
	background: #1b98e0;
	border-radius: 6px;
}
.pricing li:nth-child(3)>div {
	background: #1b98e0;
	border-radius: 6px;
}
.pricing strong {
	color: #4c4c4c;
	font-weight: bolder;
}
.pricing li>div:hover {
	border-color: #e73b44;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.pricing li>div:hover .btn {
	background: #0f79b6;
	border-color: #0f79b6;
	color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
/*
.pricing li>div:nth-child(2) .btn:hover {
	background: #4c4c4c;
}*/
/*=======================================================
			PARALLAX
========================================================*/
.parallax {
	background: url(../images/background/testi-bg.jpg) fixed no-repeat;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
.parallax h2 {
	font-family: 'Playfair display', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 60px;
	margin-bottom: 30px;
}
.parallax p {
	font-size: 22px;
	font-family: 'source cans pro', sans-serif;
	color: #fff;
	padding: 0px 10%;
}
.parallax .btn {
	background: none;
	border-color: #fff;
	border: 2px solid;
	margin: 0px;
	margin-top: 30px;
}
.parallax .btn:hover {
	background: #1b98e0;
	border-color: #1b98e0;
}
/*=======================================================
			BLOG
========================================================*/
#blog {
	padding: 80px 0;
}
#blog .col-md-4>a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
}
#blog img {
	width: 100%;
	display: block;
}
#blog .tittle {
	margin-bottom: 70px;
}
.blog .b-detail {
	background: #f7f7f7;
	padding: 20px 30px 20px;
}
.blog .b-detail .date {
	font-size: 11px;
	color: #b6b6b6;
	width: 100%;
	display: inline-block;
}
.blog .b-detail>a {
	font-family: 'Playfair display', sans-serif;
	font-size: 25px;
	line-height: 32px;
	margin: 10px 0 20px;
	display: inline-block;
	width: 100%;
	color: #000;
}
.blog .b-detail p {
	color: #666666;
	font-size: 16px;
	font-weight: 300;
}
.blog .b-detail .tags {
	margin: 20px 0 0;
	font-size: 11px;
	font-weight: 400;
	color: #333333;
}
.blog .b-detail .tags a {
	width: auto;
	color: #4c4c4c;
	font-weight: bold;
}
/*=======================================================
			CONTACT
========================================================*/
#contact {
	background: #000;
	padding: 0;
}
#contact>.container-fluid {padding: 0;}
#contact>.container-fluid>div {
	padding: 80px 0;
}
#contact>.container-fluid>div.map {
	padding: 0;
	min-height: 600px;
}
#contact .contact-info {
	margin-top: 50px;
	text-align: center;
}
#contact li p {
	color: #969696;
	font-family: 'source cans pro', sans-serif;
	font-size: 16px;
}
#contact li span {
	color: #999999;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
}
#contact input {
	width: 100%;
	height: 43px;
	padding: 0 10px;
	border-radius: 0px;
	border: none;
	background: #fff;
	margin-top: 15px;
	color: #000;
}
#contact .drop-line {
	text-align: center;
	margin-top: 50px;
}
#contact .drop-line a {
	transition: background .5s, color .5s;
	font-weight: 300;
	display: inline-block;
	border: 2px solid #fff;
	padding: 10px 30px;
	font-size: 18px;
	color: #fff;
	border-radius: 32px;
	cursor: pointer;
}
#contact .drop-line a:hover {
	background: #1b98e0;
	border-color: #1b98e0;
}
#contact textarea {
	border-radius: 0px;
	border: none;
}
#contact button {
	background: #e34120;
	color: #fff;
	border-radius: 0px;
	margin: 0 auto;
	width: 200px;
	position: relative;
	display: inline-block;
	border: none;
	padding: 15px 0;
	margin-top: 20px;
}
#contact #contact_form {
	text-align: center;
	margin-top: 40px;
}
#contact .error {
	border: 2px solid #e34120 !important;
	background: #e3e3e3;
}
#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: 20px;
}
#contact .social_icons li {
	margin: 0 10px;
	height: 36px;
	width: 36px;
	border: 1px solid #000;
	overflow: hidden;
	position: relative;
}
#contact .social_icons a {
	position: absolute;
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 35px !important;
	border: transparent 1px solid;
	border-radius: 50%;
}


#rights {
	background: #333333;
	height: 64px;
	border-top: 1px solid #494949;
	text-align: center;
}
#rights p {
	color: #fff;
	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;
}
/*=======================================================
			SOCIAL ICONS
========================================================*/
.social_icons {
	position: relative;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
;
}
.social_icons li {
	display: inline-block;
	overflow: visible !important;
}
.social_icons a {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 0px 0px 0;
	font-size: 20px;
	line-height: 42px !important;
	text-decoration: none;
	text-align: center;
	color: #fff !important;
}

/*.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;
} выпилено */
.social_icons a:hover {
	transition: border-color 0.3s ease-in-out;
	border-color: #fff !important;

}
/*
.social_icons .behance a:hover i {
	color: #2b9ad2;
}
.social_icons .blogger a:hover i {
	color: #ff6500;
}
.social_icons .deviantart a:hover i {
	color: #536659;
}
.social_icons .dribbble a:hover i {
	color: #f973a4;
}
.social_icons .facebook a:hover i {
	color: #3b5a9b;
}
.social_icons .flickr a:hover i {
	color: #ff0084;
}
.social_icons .forrst a:hover i {
	color: #2f713d;
}
.social_icons .googleplus a:hover i {
	color: #f63d26;
}
.social_icons .instagram a:hover i {
	color: #507ea4;
}
.social_icons .lastfm a:hover i {
	color: #da0019;
}
.social_icons .linkedin a:hover i {
	color: #0072b2;
}
.social_icons .paypal a:hover i {
	color: #165c82;
}
.social_icons .picasa a:hover i {
	color: #cb2027;
}
.social_icons .pinterest a:hover i {
	color: #cb2027;
}
.social_icons .skype a:hover i {
	color: #00aaf1;
}
.social_icons .soundcloud a:hover i {
	color: #ff6900;
}
.social_icons .stumbleupon a:hover i {
	color: #eb4823;
}
.social_icons .twitter a:hover i {
	color: #2baae1;
}
.social_icons .vimeo a:hover i {
	color: #40b2dc;
}
.social_icons .youtube a:hover i {
	color: #ff3330;
}
*/
/*=======================================================
			Style Switcher
========================================================*/
.color-switcher {
	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, iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.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 {
	background: #f2333a;
	color: #fff;
	border: none;
}
.shortcodes section h4 {
	color: #333;
	font-weight: 400;
}
.error-page {
}
.error-page {
	margin-top: 100px;
	text-align: center;
	padding-bottom: 200px;
}
.error-page h1 {
	font-family: 'Playfair display', sans-serif;
	text-align: center;
	font-size: 70px;
	color: #000;
	margin-bottom: 35px;
}
button.submit {
	height: 34px;
	width: 34px;
	border: none;
	float: right;
	position: relative;
	z-index: 1;
	margin-top: -48px;
	margin-right: 10px;
	background: transparent;
	font-size: 20px;
	color: black;
}
.error-page input {
	width: 100%;
}
.error-page .search {
	width: 70%;
	margin: 0 auto;
	margin-top: 30px;
}
.error-page p {
	font-size: 20px;
	font-weight: 300;
	color: #000;
}
/*=======================================================
		 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: 250px;
	text-align: center;
	width: 100%;
	display: none;
}
.slides-pagination a {
	border-radius: 50%;
	width: 13px;
	height: 13px;
	border: 1px solid #fff;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	margin: 2px 4px;
	overflow: hidden;
	text-indent: -100%;
}
.slides-pagination a.current {
	background: #fff;
}
/*=======================================================
			GO DWON
========================================================*/
.go-down {
	position: absolute;
	background: url(../images/go-down.png) center center no-repeat;
	width: 47px;
	height: 78px;
	bottom: 70px;
	z-index: 999;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.form-up {
	position: absolute;
	z-index: 10;
	width: 345px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 30px;
}
.form-up #btn_submit {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 15px 40px;
	width: 100%;
	margin-top: 10px;
}
.form-up #btn_submit:hover {
	background: rgba(43,207,190, 1);
	border-color: rgba(43,207,190, 1);
}
.form-up input, .form-up textarea {
	text-align: center;
	width: 100%;
	position: relative;
	margin: 0 auto;
	height: 45px;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 300;
	color: #333333;
}
.form-up ::-webkit-input-placeholder,
.form-up :-moz-placeholder,
.form-up ::-moz-placeholder,
.form-up :-ms-input-placeholder { /* Mozilla Firefox 19+ */
	color:    #666666;
	opacity:  1;
}
.form-up textarea {
	height: 90px;
}
.connect .social_icons ul {
	text-align: left;
}
.connect .social_icons a {
	color: #333 !important;
	font-size: 18px !important;
}
/*=======================================================
			MAGANIFINE POPUP
========================================================*/
.white-popup {
	position: relative;
	background: #FFF;
	padding: 0px 0 50px 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.top-bor a {
	line-height: 60px;
	color: #999999;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family: 'raleway';
}
.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;
}
/*=======================================================
			Page Loader
========================================================*/
#jpreOverlay {
	background-color: #fff;
}
#jpreSlide {
	font-size: 20px;
	width: 100%;
	visibility: visible;
	height: 200px;
	display: block;
	color: #f00;
	text-align: center;
}
#jpreLoader {
	width: 100%;
	height: 30px;
	top: 0 !important;
}
#jpreBar {
	background: #f1f1f1;
}
#jprePercentage {
	color: #f1f1f1;
	font-weight: normal;
	text-align: center;
}
/*======================================================
			Zeum Icons ( for services )
======================================================*/
.icon span[class^="icon-zeum-"] {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: inline-block;
	width: 100%;
	height: 60px;
}
.icon-zeum-code {
	background-image: url(icons/code.svg), none;
}
.icon-zeum-docs {
	background-image: url(icons/docs.svg), none;
}
.icon-zeum-responsive {
	background-image: url(icons/responsive.svg), none;
}
.icon-zeum-design {
	background-image: url(icons/design.svg), none;
}
.icon-zeum-commerce {
	background-image: url(icons/commerce.svg), none;
}
.icon-zeum-custom {
	background-image: url(icons/custom.svg), none;
}

/*======================================================
			DEBUR FOR VIDEO COVER
======================================================*/
#video-viewport {
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 0; /* for accessing the video by click */
}
#debug {
	display: none;
	position: absolute;
	top: 0;
	z-index: 100;
	color: #fff;
	font-size: 12pt;
}

.place-title{
	text-align:center;
}