/*------------------------------------------------------------------
body
	— wrap
	— banner
	— header
	— content
	— about us
	— works
	— services
	— testimonial
	— team
	— pricing
	— blog
	— contacts
-------------------------------------------------------------------*/

/*----- ionicons Fonts Icons ---------*/
@import "font-awesome.min.css";
/*----- animate.css ---------*/
@import "animate.css";

/*@import "reset-links.css";
@import "reset.css";*/



/*Styles*/

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Lato",helvetica,arial;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.02em;
	padding-left: 40px;
	padding-right: 40px;
	color: #999999;
}
a:hover { color: #3d60d0
}


/* wraper*/


#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
label {
	display: block;
}

.ind-posts .blog-post {
	padding-bottom: 25px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 30px;

}
.ind-posts .blog-post:last-of-type {
    border-bottom: none;
}

.blog-post h2 {
    color: #000;
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 15px;
	text-transform:none;
	letter-spacing: 0.08em;
	line-height: 1.2em;
}
.blog-post h2 > a {
    color: #000;
}
.stickey h2{
	margin-top: 60px;
}
.blog-post p {
	line-height: 24px;
}
.social_icons li {
	padding: 0px;
	}
	.blog-post .btn {
	border: 1px solid black;
	color: #000000;
	margin-top: 20px;
	}
	.blog-post .btn:hover {
	border: 1px solid #3d60d0;
	background-color: #3d60d0;
	color: #ffffff;
	}
table, th, td {
	border: 1px solid #cccccc;
	font-size: 14px ;
}
table {
	/*font:*/
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
th {
	font-weight: 700;
	color: black;
	padding: 8px;
	text-transform: uppercase;
	border-width: 0 1px 1px 0;
}
td {
	padding: 8px;
	border-width: 0 1px 1px 0;
	font-weight: 400;
	text-align: left;
}
.rsswidget {
	width: 100%;
	color: #444;
	display: block;
	font-size: 18px;
}
.rss-widget-icon {
	width: 14px;
	height: 14px;
}
.rss-date {
	color: #cccccc;
}
.sidebar ul li cite {
	font-size: 12px;
	padding-top: 5px;
	display: inline-block;
}
.pagination a {
	padding: 15px 15px;
	font-size: 15px;
	}
.pagination .current {
	font-size: 15px;
  color: rgb(61,96,208);
  padding: 10px 15px;
  border: 1px solid rgb(61,96,208);
	}
/*=======================================================
			HEADINGS
========================================================*/
h1, h2, h3 {
	font-weight: 300;
	color: #000000;
}
h4, h5, h6 {
	font-weight: 400;
	color: #000000;
}
h1 {
	font-size: 45px;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin-top: 90px;
	margin-bottom: 60px;
	text-transform: uppercase;
}
h2 {
	font-size: 40px;
  margin-top: 60px;
  margin-bottom: 30px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.4em;
}
h3 {
	font-size: 30px;
  color: #000000;
  letter-spacing: .05em;
	line-height: 0.8em;
	margin-top: 40px;
  margin-bottom: 20px;

}
h4 {
	font-size: 25px;
	font-weight: 400;

	line-height: 1.2em;
	margin-top: 30px;
  margin-bottom: 20px;
}
h5 {
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 400;
	letter-spacing: 0.09em;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
}
h6 {
	font-size: 11px;
	color: #939496;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.6em;
}
p {
	color: #999999;
	line-height: 26px;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
}
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;
}

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;
}
/*=======================================================
			HEADING TITTLE
========================================================*/
.tittle {
	text-align: center;
	margin-top: 90px;
	margin-bottom: 60px;
}
.tittle h2 {
	margin: 0px;
}
.tittle hr {
	background-color: #3d60d0;
	margin: 30px auto;
	height: 30px;
	width: 2px;
	border: none;
}
.tittle p {
	font-size: 20px;
	color: #999999;
	font-family: "Playfair Display",sans-serif;
	font-style: italic;
	margin-bottom: 7px;
}
/*=======================================================
			BUTTON
========================================================*/
.btn {
	border: 1px solid rgba(255,255,255,.4);
	display: inline-block;
	border-radius: 0px;
	padding: 10px 30px;
	font-size: 13px;
	letter-spacing: 0.2em;
	color: #ffffff;
	text-transform: uppercase;
	background: none;
}
.btn.readmore {
	margin-top: 20px;
  color: rgb(61,96,208);
  border: 1px solid rgba(61,96,208,.4);

}
.btn.readmore:hover{
	background: #3d60d0;
  border-color: #3d60d0;
  color: white;
}
.single-pst .blog-post ul li {
	list-style: disc;
	}
.single-pst .blog-post ul, .single-pst .blog-post ol {
	padding: 0 0 0 2rem;
	margin: 0 0 1.5rem 0;
}
.single-pst .blog-post ul ul li,.single-pst .blog-post ol ul li{
	list-style-type: circle;
}
.single-pst .blog-post ol li {
	list-style-type: decimal;
	}
.blog-post ul.a-info {
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0px;
	}
.single-pst .blog-post ol ol ul li, .single-pst .blog-post ol ul ul li,.single-pst .blog-post ul ol ul li,.single-pst .blog-post ul ul ul li{
	list-style-type: square;
}
.blog-post .may-like ul {
	padding: 0px;
	margin: 0px -15px 10px -15px;
	list-style: none;
	}
.blog-post .may-like ul li {
	list-style: none;
	}

.sider-bar .social_icons ul li {
	background: #f5f5f5;
}
.social_icons li {
	overflow: hidden;
	}
	.sticky-bannr {
		background: #3d60d0;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 10px 2px 10px;
    position: absolute;
    top: 0px;
    left: 60px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
	}
	.stickey {
		padding-top: 0px;
		border: 1px solid rgba(204, 204, 204, 0.20);
		position: relative;
		top: auto;
		}
/*=======================================================
			HEADER
========================================================*/
header {
	background: #f1f1f1;
	z-index: 99;
	min-height: 30px;
	width: 100%;
	position: relative;
	font-size: 13px;
	height: 40px;
}
header .logo {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}
.logo-left {
	position: absolute;
	z-index: 999;
  top: 70px;
	left: 30px;
}
header nav {
	float: right;
}
header nav li {
	float: left;
	line-height: 30px;
	padding-left: 20px;
}
header .navbar-nav > li > a {
	color: #000000;
	border-radius: 0px;
}
header .nav > li > a:hover, .nav > li > a:focus {
	color: #3d60d0;
}
.navbar-header {
	height: 40px;
}

header li{
  float:left;
  list-style:none;
}
header li ul{
	padding:5px 0;
	background:#f9f9f9;
	display:inline-block;
	width:100%;

}
header li ul li{
	background: #f9f9f9;
	width: 100%;
	line-height:30px;
}
header li ul li a{
	padding:0 10px;
	display:inline-block;
	width:100%;
	line-height: 18px;
}
header .inner{
  position:absolute;
}
.menu-button {
	z-index: 1006;
}

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;
}

.logo-left h2 {
	margin-top: 0px;
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}


/*input style */
input[type=text], input[type=password], input[type=email], textarea {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    line-height: 22px;
    height: 30px;
    color: #0d0d0d;
    padding: 10px 15px;
    transition: all 200ms linear;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
}


/*=======================================================
			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: 120px;
}
.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(-240px);
  transform: translateX(-240px);
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 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: rgba(61,96,208, 1);
  top: 40px;
	right: -200px;
  position: absolute;
  width: 240px;
}


.site-menu a[title="hidden"] { display: none;}

/*=======================================================
			TRANSPARENT COLOR
========================================================*/
.overlay {
	background: rgba(0,0,0,0);
	position: relative;
	height:100%;
	width: calc(100% - 80px);
	overflow: hidden;
}
.slides-control {
}
/*=======================================================
			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;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 0;
	text-align: center;
	z-index: 2;
}
.sub-banner h2 {
	letter-spacing: 0.08em;
	line-height: 1.2em;
	margin-top: 15px;
	margin-bottom: 20px;
}
.sub-banner p {
	font-size: 18px;

}
.sub-banner .container {
	padding-left: 10%;
  padding-right: 10%;
}
.sub-banner hr {
	background-color: #3d60d0;
  margin: 30px auto;
  height: 30px;
  width: 2px;
  border: none;
}
.sub-tags {
	padding-left: 0px;
	margin-top: 20px;
}
.sub-tags li {
	display: inline-block;
}
.sub-banner ul .sub-tags  {
	padding-top: 0px;
	margin-top: 0px;
}
.sub-banner .sub-tags a {
	background: none;
	letter-spacing: 0.22em;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #999999;
	font-size: 13px;
	line-height: 1em;
	font-family: 'playfair display';
	font-style: italic;
}
.sub-tags a {
	background: none;
	letter-spacing: 0.06em;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #999999;
	font-size: 13px;
	line-height: 1em;
	font-family: 'playfair display';
	font-style: italic;
}
.sub-tags a:hover {
	color: #3d60d0;
}
.sub-banner li a {
	color: white;
}

.hd-6 {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
	z-index: 1;
}
/*=======================================================
			BANNER
========================================================*/
.bnr-text {
	position: absolute;
	top: 33%;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0 15%;
	}
.bnr-text h1 {
	margin: 0px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.2em;
	color: white;
  letter-spacing: 0.22em;
}
.bnr-text p {
	padding-top: 10px;
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  font-family: 'PlayFair Display',serif;
  font-style: italic;
  letter-spacing: 0.1em;
}
.bnr-text p:nth-child(2) {
	padding-top: 4px;
}
.bnr-text .btn {
	border: 1px solid rgba(255,255,255,.4);
  display: inline-block;
  border-radius: 0px;
	padding: 10px 30px;
  margin-top: 0px;
 font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.2em;
  color: #ffffff;
  text-transform: uppercase;
  background: none;
	margin-top: 30px;
}
.bnr-text hr {
	margin-top: 15px;
  margin-bottom: 15px;
  width: 2px;
  height: 30px;
  background-color: rgba(61,96,208, 1);
}
.middle{
	height: 17px;
  width: 87px;
  background: url(../images/line.png) no-repeat;
  border: none;
}
.header-simple .bnr-text {
	position: relative;
}
.header-simple #home {
	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: #000;
	border-color: #000;
}
.bnr-text .btn:hover {
	background: #3d60d0;
	border-color: #3d60d0;
	color: white;
}

.header-simple .logo-left h2{
	color: #000;
}
.header-simple #home .overlay {
	background: transparent;
	width: 100%;
}
/*=======================================================
			ABOUT
========================================================*/

.about {
	padding: 0px;
	background-color: #3d60d0;
}
.about h3 {
	font-family: 'Playfair Display',serif;
	font-size: 35px;
    color: #ffffff;
  font-style: italic;
  margin: 0px 15% 0px 15%;
  text-transform: none;
  letter-spacing: 0.03em;
  line-height: 1.4em;
  font-weight: 300;
}
.about p {
	margin: 0px 15% 60px 10%;
	color: rgba(255, 255, 255, 0.5);
}

.about li {
	padding: 0px;
  position: relative;
	overflow: hidden;
	height: 500px;

}

.back_about {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
}

ul .about {
	margin: 0px;
}

.about hr {
	border: none;
	border-bottom: 10px solid #fff;
	margin: 0px;
	width: 100%;
	background: none;
}

.about .project-detail {
	padding: 40px;
	padding-left: 20%;
}
.about .about-detail .btn {
	border: 1px solid rgba(255,255,255,.4);
    display: inline-block;
    border-radius: 0px;
    padding: 10px 30px;
    font-size: 13px;
    letter-spacing: 0.2em;
    color: #000000;
    text-transform: uppercase;
    background: none;
}

.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;
	width: 99%;
	padding-right: 30px;
	padding-left: 30px;
}
/*=======================================================
			ABOUT
========================================================*/
#about {
	padding: 100px 0;
	font-size: 16px;
	font-weight: 300;
}
#about>.container {
	width: 100%;
	padding: 0;
}
#about>.container>.row>div {
	padding: 0;
}
.about img {
	display: inline-block;
}
#counters{
	width: 100%;
	background: none;
}
#counters ul {
	text-align: center;
	background: transparent;
	width: 100%;
}
#counters ul li {
	padding: 25px 0;
	margin-bottom: 15px;
  margin-top: 15px;
}
#counters ul li span {
	font-size: 55px;
	font-weight: 300;
  color: #ffffff;
}
#counters ul li p {
	color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  font-family: 'playfair display',serif;
  font-style: italic;
}
.counter-line{
	width: 15px;
  height: 2px;
  background-color: #3d60d0;
  margin: 15px auto;
}
/*=======================================================
			SERVICES
========================================================*/
#services {
	padding: 100px 0;
	}
.services {
	margin-top: 74px;
}
.services li p {
	margin-bottom: 60px;
	font-family: 'Playfair display';
  font-style: italic;
	color: #999999;
	padding: 0 30px;
}
.services ul {
}
.services li {
	text-align: left;
  margin-bottom: 30px;
  display: inline-block;
  min-height: 300px;
}
.services li:hover hr{
	width: 45px;


}
.services .icon {
	display: block;
	text-align: center;
	color: black;
}
.services .icon span {
	font-size: 90px;
}
.services hr{
	width: 15px;
	height: 2px;
	background-color: #3d60d0;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.services .ser-sec {
	display: block;
	text-align: center;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 300;
}
.services .ser-sec h5 {
	margin-top: 40px;
  color: #000;
  text-transform: uppercase;
	letter-spacing: 0.2em;
}
/*=======================================================
			PORTFOLIO
========================================================*/
#portfolio {
	padding: 80px 0;
	padding-bottom: 0px;
	background: #fff;
}
#portfolio .tittle h4 {
	color: #fff;
}
.filter {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: transparent;
}
.filter li a {
	padding: 15px 10px;
  font-size: 11px;
  color: #a4a4a4;
  display: inline-block;
  font-weight: 400;
  margin: 0px 5px;
  text-decoration: none;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.filter li a:hover {

	color: rgba(61,96,208,1);
}
.filter li a.active {
	color: rgba(61,96,208,1);
	font-weight: 600;
}
.filter li {
	margin: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.isotope-item {
	z-index: 2;
	display: block;
}
.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 h5 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.portfolio .item h3 {
	color: #000;
	margin-bottom: 5px;
}
.portfolio .item img {
	width: 100%;
	display: block;
}
.portfolio .item.hide {
	display: none;
}
.des {
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 5px 15px;
	position: relative;
	z-index: 6;
}

.portfolio .over .btn {
	background: none;
	margin-top: 50px;
	border: 2px solid #fff;
}

.portfolio .over .detail {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    zoom:1;

	max-width: 80%;
}
.rasporka {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
    zoom:1;

}
.portfolio .over a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
}
.portfolio .over p {
	font-family: 'Playfair Display';
  color: #fff;
  font-size: 13px;
	font-weight: 300;
  font-style: italic;
	-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.portfolio .over h2 {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
  font-weight: 400;
	-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.portfolio .over hr {
	width: 2px;
  height: 0px;
  background-color: #ffffff;
  border: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.portfolio .over:hover hr {
	width: 2px;
  height: 25px;
  margin-top: 20px;
  margin-bottom: 20px;

}

.portfolio .over
.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: rgba(61,96,208,1);
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.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-nav-inner {
	margin-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	height: 40px;
}
.portfolio-nav-inner a{
	line-height: 60px;
	text-align: right;
	font-weight: 400;
	text-transform: uppercase;
	color: #3d60d0;
	letter-spacing: 0.14em;
	font-size: 13px;
	padding-right: 30px;
	padding-top: 10px;
	z-index: 3;
}
.arrow-left {
	position: absolute;
  left: 0px;
  top: calc(50% - 33px);
}

.arrow-right {
	position: absolute;
  right: 0px;
  top: calc(50% - 33px);
}
.arrow-right i, .arrow-left i {
	font-size: 40px;
  color: #3d60d0;
  margin-right: 30px;
	margin-left: 30px;
}
.port-inner .tittle {
	margin-bottom: 60px;

}
.portfolio ul {
	padding-left: 0px;
	list-style-type:none;

}
.portfolio  ol {
	padding-left: 0px;
	list-style-type:none;
}

/*=======================================================
			PORTFOLIO POPUP
========================================================*/
/* Overlay style */
.overlay-pop {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background: #3d60d0;
}
/* Overlay closing cross /
.close {
	color: #333333;
  /*margin: 0 auto;/
  width: 20%;
  right: 0px;
  font-size: 13px;
  text-transform: uppercase;
  color: #3d60d0;
	letter-spacing: 0.5em;
	}/**/
.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: 40px;
}
.overlay-pop .overlay-close i {
	font-size: 30px;
	margin-right: 10px;
}
.overlay-pop .top-bar {
	height: 90px;
	background: #f7f7f7;
	width: 100%;
	display: inline-block;
}
.overlay-scale {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transform: scale(.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 {
	position: absolute;
	top: 0px;
	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;
}
.overlay-scale.close {
	transform: scale(.9);
	opacity: 0;
}
.port-inner {
	margin-top: 20px;
}
.porto {
	overflow: hidden;
	padding: 0px;
}
.work-info {
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	color: grey;
	text-transform: uppercase;

}
.work-info i {
	color: #3d60d0;
}

.cord {
	padding: 0px;
}
.port-inner p {
	color: #333333;
	font-weight: 300;
	margin-bottom: 90px;
}
.port-inner h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.3em;
}
.top-bar
.port-inner ul {
	margin: 0px;
	padding: 0px;

}

.port-inner ul li {
	padding-left: 0px;
}
.pull-left i {
	font-size: 30px;
	color: #3d60d0;
	margin-right: 30px;
}
.pull-left i:hover {
opacity:0.7;
}
.atrr_p {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: 600;
	padding: 0px;
}
.port-inner li p span:nth-child(1) {
	font-size: 15px;
  color: #666666;
}

.port-inner ul li hr {
	width: 4px;
  height: 50px;
  margin-left: 0px;
  margin-right: 20px;
  margin-top: 4px;
  float: left;
	background: #3d60d0;
}
.port-larrow, .port-rarrow {
	display: inline-block;
	width: 16px;
	height: 32px;
	background: transparent no-repeat;
	vertical-align: middle;
}

.top-bar 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 li p {
	color: #fff;
	font-size: 22px;
	line-height: 1.45em;
	font-family: 'Playfair Display';
	letter-spacing: 0.05em;
	font-style: italic;
	margin-top: 20px;
}
.testimonials li {
	padding-left: 30px;
  padding-right: 30px;
  }

.testimonials h3 {
	color: #fff;
}
/*=======================================================
			TEAM
========================================================*/
#team {
	padding: 80px 0;
	background: #fff;
	background-size: cover;
	padding-bottom: 0px;
}
.team {
	margin: 70px 0;
	margin-bottom: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.team .row {
	list-style: none;
}

.team .img {
	position: relative;
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
	background-position: bottom center;
}
.team .avatar {
	display: inline-block;
	border: none;
  overflow: hidden;
  margin: 0 auto;
  min-height: 400px;
  min-width: 250px;
  width: 100%;
  height: 500px;
	padding-top: 8px;
}
.team .avatar .over {
	opacity: 0;
	z-index: 4;
	background: rgba(61,96,208, 0);
	border-color: rgba(61,96,208, 0);
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team .info {
	z-index: 3;
	position: absolute;
  bottom: 70px;
  width: 100%;
  height: 70px;
  text-align: center;
  /* height: 200px; */
  background-color: rgba(61,96,208, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.team .line {
	width: 100%;
	height: 0px;
	background-color: rgba(61,96,208, 1);
	position: absolute;
	bottom:70px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.team h5 {
	text-transform: uppercase;
  color: white;
  margin-bottom: 0px;
	margin-top: 45px;
	line-height: 1em;
	letter-spacing: 0.2em;
}
.team .designation {
	position: absolute;
	bottom: 0px;
	height: 70px;
	width: 100%;
	text-align: center;
	background-color: rgba(61,96,208, 1);

}
.team li {
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.team img {
	overflow: hidden;
	margin: 0 auto;
}
.team li:hover .avatar {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.team .img:hover .info {
	bottom:423px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.team .img:hover .line hr {
	height: 300px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.team .img:hover .over {
	opacity: 1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;

}
.team .img:hover .line {
	height: 360px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.team .img:hover .info h5 {
	margin-bottom: 0px;
	margin-top: 45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.team hr {
	width: 1px;
  height: 0px;
  color: white;
  margin: 30px auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
	}

.team li p {
	color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 300;
  font-family: 'PlayFair Display';
  font-style: italic;
  margin-bottom: 45px;
  margin-top: 0px;
}
.team .social_icons {
	display:-moz-inline-box;
  display:inline-block;
  vertical-align:middle;
  zoom:1;
	padding: 15px;
	background-color: rgba(61,96,208, 1);
}
.team .helper {
	display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
    zoom:1;
}

.page #wrap .team .social_icons ul {
	margin-left: 0;
}

.team .social_icons li {
	display: block;
	border-bottom: none;
	margin: 0 3px;
	background-color: rgba(61,96,208, 1);
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team .social_icons li a {
	color: #fff;
	border: transparent 1px solid;
	border-radius: 50%;
	display: inline;
}
.team .social_icons li a i {
  top: -4px;
  position: relative;
  }
	.team .social_icons li a i:hover {
	opacity: 0.5;
	  }
/*=======================================================
			CLIENTS
========================================================*/
#clients {
	padding: 20px 0;
}
/*=======================================================
			PROJECTS
========================================================*/
.projects {
	padding: 0px;
}
.projects li {
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.projects .ltxt{
	border: 1px solid #3d60d0;
  margin-right: -30px;
	margin-left: 30px;
	z-index: 99;
}
.projects .rimg {
	margin-left: -30px;
  margin-top: 60px;
}
.projects .rtxt{
	border: 1px solid #3d60d0;
  margin-left: -30px;
	z-index: 99;
}
.projects .limg {
	margin-top: 60px;
	margin-right: -30px;
	margin-left: 30px;
}
.projects li img {
	width: 100%;
}
ul.projects {
	margin: 0px;
	margin-bottom: 60px;
}
.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-top: 20px;
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 60px;
}
.projects .project-detail h3{
	margin-bottom: 30px;
}
.projects .project-detail .btn {
	border: 1px solid rgba(0,0,0,.4);
	display: inline-block;
	border-radius: 0px;
	padding: 10px 30px;
	font-size: 13px;
	letter-spacing: 0.2em;
	color: #000000;
	text-transform: uppercase;
	background: none;
	margin-top: 30px;
}
.projects .project-detail .btn:hover {
	background: #3d60d0;
	border-color: #3d60d0;
	color: white;
}
.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: #3d60d0;
	border-color: #3d60d0;
	color: white;
}
.a-info li {
	text-transform: uppercase;
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
.a-info li, .a-info li a{
	font-family: 'lato', sans-serif;
	font-size: 11px;
	font-weight: 300;
}
.a-info li{
	color: #333333;

}
.a-info li a {
	color:#3d60d0;
}
.tags {
	margin-top: 40px;
}
.tags li, .tagcloud a{
	display: inline-block;
	margin-bottom: 5px;
}
.tags li a, .tagcloud a {
	font-weight: 300;
  font-family: 'playfair display', sans-serif;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  line-height: 28px;
  padding: 0 10px;
  display: inline-block;
  color: #000;
  font-size: 15px;
  margin-right: 4px;
  border: 0;
  font-style: italic;
}
.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;
}
.single-pst .social_icons a {
	color: #333;
	font-size: 16px;
	border-radius:50%;
	line-height:44px;
}
.may-like {
	margin-top: 60px;
}
.may-like h4 {
	color: #000;
}
.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: 60px;
}
.comments .head {
	display: inline-block;
	width: 100%;
}
.comments h5 {
	text-transform:uppercase;;
	color: #000000;
	letter-spacing: 0.02em;
}
.comments .com {
}
.comments .com h5 {
	color: #515151;
	text-transform: uppercase;
}
.comments .com h5 span {
	color: #999999;
	margin-left: 10px;
	font-size: 10px;

}
.comments .com .media {
	margin-top: 30px;
}
.comments .com .media-body {
	margin-left: 30px;
}
.comments .com .media-body span.date {
	font-size: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 0px;
	width: 100%;
	color: #999999;
}
.comments .com .reply {
	display: inline-block;
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,.4);
	display: inline-block;
	border-radius: 0px;
	padding: 5px 20px;
	font-size: 10px;
	letter-spacing: 0.2em;
	color: black;
	text-transform: uppercase;
	background: none;
	}
	.comments .com .reply:hover {
		color: white;
		background-color: rgba(61,96,208, 1);
		border-color:  rgba(61,96,208, 1);

	}
.comments .com .media-object {
	margin-right: 20px;
}
.com-form h5 {
	color: #000000;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 60px;
}
.com-form {
	border-radius: 0px;
	border: none;
	margin-bottom: 60px;
}
.com-form input {
border: 1px solid #d9d9d9;
border-radius: 0px;
font-weight: 300;
height: 40px;
width: 100%;
}
.com-form textarea {
	border-radius: 0px;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
.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;
}
.com-form input::-webkit-input-placeholder {color:#aaa;}
.com-form input::-moz-placeholder          {color:#aaa;}/* Firefox 19+ */
.com-form input:-moz-placeholder           {color:#aaa;}/* Firefox 18- */
.com-form input:-ms-input-placeholder      {color:#aaa;}
.com-form textarea::-webkit-input-placeholder {color:#aaa;}
.com-form textarea::-moz-placeholder          {color:#aaa;}/* Firefox 19+ */
.com-form textarea:-moz-placeholder           {color:#aaa;}/* Firefox 18- */
.com-form textarea:-ms-input-placeholder      {color:#aaa;}

.comment-form p {
	margin-bottom: 15px;
	margin-top: 30px;
}

.single-pst {
	margin: 0;
	margin-top: 30px;
}
.blog-post.attachment-post-thumbnail {
	margin-bottom: 30px;
}
.single-pst p {
	margin-bottom: 10px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	margin-top: 10px;
	margin-bottom: 10px;
}
.form-submit{
	margin-top: 20px;
}
.form-submit .btn {
	color: white;
}
.search input {
  height: 30px;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
.search input:focus {
	border-bottom: 2px solid rgba(0,0,0,1);

}
.search {
}
.sider-bar h5 {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.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 list*/




#pricing {
	color: #ffffff;
}
.pricing {
	list-style: none;
}
.pricing li {
	padding-left: 15px;
	padding-right: 15px;
}
.pricing li>div {
	text-align: center;
	border: 0;
	background-color: rgba(61,96,208,1);
	text-transform: uppercase;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.price-line {
	width: 10%;
  height: 1px;
  background-color: #ffffff;
}
.pricing .head {
	margin-bottom: 0;
	text-align: center;
}
.pricing .head h5 {
	font-weight: 300;
  text-transform: uppercase;
  padding-top: 60px;
  padding-bottom: 30px;
  letter-spacing: 0.3em;
  color: #ffffff;
}
.pricing li p {
	color: rgba(255,255,255,0.6);
  line-height: 1.8em;
  margin: 0px;
	font-size: 12px;
}
.pricing li .txt {
	min-height: 100px;
}
.pricing li .pkg h2 {
	font-size: 70px;
  font-weight: 300;
  margin: 40px auto;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.01em;
  color: #ffffff;
  line-height: 1em;
}
.pricing .btn {

	display: inline-block;
	margin-top: 30px;
  margin-bottom: 60px;
}

.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;
	margin-top: -20px;
}
.pricing li>div:hover .btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #3d60d0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}


/*parralax_block*/

.parallax {
	background: url(../images/background/testi-bg.jpg) fixed no-repeat;
	background-size: cover;
	padding: 90px 0;
	text-align: center;
    background-position: center center !important;
}

.parallax h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 30px;
}
.parallax p {
	  font-size: 20px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 300;
    color: #fff;
		line-height: 1.2em;
		font-style: italic;
}
.parallax .btn {
	background: none;
	border-color: #fff;
	border: 2px solid;
	margin: 0px;
	margin-top: 30px;
}
.parallax .btn:hover {
	background: #3d60d0;
	border-color: #3d60d0;
	color: white;
}
/*=======================================================
			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 */
#blog .blog .row {
  font-size: 0;
	letter-spacing: 0;
}
#blog .blog .col-md-4 {
	display: inline-block;
  float: none;
  vertical-align: top;
}
#blog .blog img {
	width: 100%;
	display: block;
}
#blog .blog .b-detail {
	padding: 20px 0px 30px;
	top: 10px;
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
	z-index: 1;
}
#blog .blog .b-detail:hover {
	/* padding: 10px 0px 50px; */
  top: 0px;

}
#blog .blog .b-detail:hover .b_links {
	opacity: 1;
	top: -5px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


#blog .blog .b-detail h6 {
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1em;
	opacity: 0.6;
}
#blog .blog .b-detail h5 {
	margin-bottom: 0px;
text-transform: uppercase;
letter-spacing: 0.04em;
line-height: 1.8em;
margin-top: 0px;
}
#blog .blog .b-detail .date {
	font-size: 11px;
	color: #b6b6b6;
	width: 100%;
	display: inline-block;
}
#blog .blog .b-detail>a {
	margin: 5px 0 15px;
	display: inline-block;
	width: 100%;
}
#blog .blog .b_links {
  position: relative;
	width: 100%;
	text-align: left;
	top: 10px;
	opacity: 0;

}
#blog .b_links a {
	display: inline-block;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #3d60d0;
  line-height: 15px;
  position: relative;

}



/*=======================================================
			citate
========================================================*/
.citate {
	padding-left: 15%;
  padding-right: 15%;
}
.pre_citate{
	font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3em;
}
.citate h3 {
	font-size: 40px;
  font-family: 'Playfair Display';
  color: white;
  font-style: italic;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  margin-top: 60px;
  margin-bottom: 60px;
}
/*=======================================================
			CONTACT
========================================================*/
#contact {
	background: #000;
	padding: 0;
}
#contact>.container-fluid {
	padding: 0;
	background-color:#3d60d0;
}
#contact>.container-fluid>div {
	padding: 90px 0 80px;
}
#contact>.container-fluid>div.map {
	padding: 0;
	min-height: 620px;
}
#contact .contact-info {
	margin-top: 45px;
	text-align: center;
}
#contact .contact-info hr {
	width: 50px;
	margin-bottom: 51px;
}
#contact li p {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 0 0;

}
#contact h3 {
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0px;

}
#contact li span {
	color: #999999;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
}
#contact input {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	background: transparent;
	border: none;
	border-bottom:1px solid rgba(255,255,255,0.5);
	line-height: 24px;
	height: 30px;
	color: rgba(255, 255, 255, 1);
	padding: 6px 0px;
	transition: all 200ms linear;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 100%;
  margin-top: 30px;
}
#contact input:focus{
	border-color: white;
}

/*#contact input::-webkit-input-placeholder {color:#ffffff;}
#contact input::-moz-placeholder          {color:#ffffff;}
#contact input:-moz-placeholder           {color:#ffffff;}
#contact input:-ms-input-placeholder      {color:#ffffff;}*/


#contact #contact_form p {
	color: white;
}
#contact .drop-line {
	text-align: center;
	margin-top: 60px;
}
#contact .drop-line a {
	transition: background .5s, color .5s;
	display: inline-block;
	cursor: pointer;
	}
#contact .drop-line a:hover {
	background: rgba(255,255,255, 1);
	border-color: rgba(255,255,255, 1);
	color: #3d60d0;
}
#contact textarea {
	border-radius: 0px;
	border: none;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
#contact textarea:focus {
	border-bottom: 1px solid white;
}
#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;
	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: 60px;
}

#contact .social_icons li {
	margin: 0 10px;
	height: 36px;
	width: 36px;
	overflow: hidden;
	position: relative;
}
#contact .social_icons a {
	position: absolute;
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	}

	#contact .social_icons a:hover {
		color: rgba(255, 255, 255, 0.5);
	}


#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;
}
.social_icons a {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 0px 0px 0;
	font-size: 20px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.social_icons a:hover {
  color: rgba(255, 255, 255, 0.5);

}

/*=======================================================
			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;
}
.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 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
iframe {
	position: relative;
	width: 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 {
	margin-top: 240px;
	text-align: center;
	padding-bottom: 200px;
}
.error-page h1 {
	font-size: 40px;
	text-align: center;
	color: #000;
	margin-bottom: 60px;
	text-transform: uppercase;
}
button.submit {
  height: 34px;
  width: 34px;
  border: none;
  float: right;
  position: relative;
  z-index: 1;
  margin-top: -39px;
  margin-right: 0px;
  background: transparent;
  font-size: 20px;
  color: black;
}
button.submit:hover i{
	color: #3d60d0;
}
.error-page input {
	width: 100%;
}
.error-page .search {
	width: 70%;
	margin: 0 auto;
	margin-top: 60px;
}
.error-page p {
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

.error-page #searchform {
	position: relative;
}

.error-page #searchform input {
	border: none;
    height: 30px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.error-page #searchform input:focus {
	border-bottom: 2px solid rgba(0,0,0,1);
}

.error-page #searchform input[type="submit"] {
	display: block;
    height: 34px;
    width: 34px;
    border: none;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: -39px;
    margin-right: 0px;
    background: transparent;
    font-size: 20px;
    color: transparent;
    outline: none;
}

.error-page #searchform:after {
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: -5px;
    color: #333;
    font-size: 20px;
    transition: color .3s ease-out;
}

.error-page #searchform:hover:after {
	color: #3d60d0;
}

/*=======================================================
		 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 DowN
========================================================*/
.go-down {
	position: absolute;
background: url(../images/scroll-down.png) center center no-repeat;
width: 18px;
height: 26px;
z-index: 8;
left: 0;
right: 0;
margin: 0 auto;
bottom: 40px;
}

.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: left;
	width: 100%;
	position: relative;
	margin: 0 auto;
	height: 45px;
	margin-top: 45px;
	font-size: 15px;
	font-weight: 300;
	color: #ffffff;
	padding: 0px;
}
.form-up ::-webkit-input-placeholder,
.form-up :-moz-placeholder,
.form-up ::-moz-placeholder,
.form-up :-ms-input-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}
.form-up textarea {
	height: 90px;
}
.connect .social_icons ul {
	text-align: left;
}
.connect .social_icons a {
	color: #333;
	font-size: 18px;
}
.com-form textarea ::-webkit-input-placeholder,
.form-control :-moz-placeholder,
.form-control ::-moz-placeholder,
.form-control :-ms-input-placeholder { /* Mozilla Firefox 19+ */
   color:    #cccccc;
   opacity:  1;
}
.form-up textarea {
	height: 90px;
}
/*=======================================================
			MAGANIFINE POPUP
========================================================*/
.white-popup {
	position: relative;
	background: #FFF;
	padding: 0px 0 50px 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.top-bar a {
	line-height: 60px;
  text-align: right;
  font-weight: 400;
  text-transform: uppercase;
  color: #3d60d0;
  letter-spacing: 0.2em;
  font-size: 15px;
	padding-right: 15px;

}

.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;
	width: 100%;
	height: 100%;
}

#jpreLoader {
	width: 5px;
	height: 100%;
  top: 0%;
}
#jpreBar{
	position: relative;
	background: #3d60d0;
	height: 100%;
	transition: no-transition;
}
#jprePercentage {
	color: #cccccc;
	font-weight: 400;
	position: absolute;
	top: 45%;
	left: 10px;
}
/*======================================================
			Mikos Icons ( for services )
======================================================*/
.icon span[class^="icon-mikos-"] {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: inline-block;
	width: 100%;
	height: 60px;
}
.icon-mikos-code {
background-image: url(icons/code.svg), none;
	}
.icon-mikos-docs {
background-image: url(icons/docs.svg), none;
	}
.icon-mikos-responsive {
background-image: url(icons/responsive.svg), none;
	}
.icon-mikos-design {
background-image: url(icons/design.svg), none;
	}
.icon-mikos-commerce {
background-image: url(icons/commerce.svg), none;
	}
.icon-mikos-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;
}

/*About_shortcode
*/
	.about ul {
		padding-left: 0px;
		list-style-type:none;

	}
.about  ol {
		padding-left: 0px;
		list-style-type:none;
	}

.row-detail {
	padding: 60px;
}
.chield-about {
	display:-moz-inline-box;
  display:inline-block;
  vertical-align:middle;
  zoom:1;
	margin-top: 60px;
  margin-bottom: 60px;
}
.about-hlp {
	display:-moz-inline-box;
  display:inline-block;
  vertical-align:middle;
  height:100%;
  width:0px;
  zoom:1;
}



.top_line{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	background-color: #f1f1f1;
	z-index: 9;
}

.left_line{
	position: fixed;
	left: 0px;
	width: 40px;
	height: 100%;
	background-color: #f1f1f1;
	z-index: 9;
}
.right_line{
	position: fixed;
right: 0px;
width: 40px;
height: 100%;
background-color: #f1f1f1;
z-index: 9999;
}

.back_linc {
	line-height: 60px;
  text-align: right;
  font-weight: 400;
  text-transform: uppercase;
  color: #3d60d0;
  letter-spacing: 0.2em;
  font-size: 15px;
  padding-right: 15px;
}

/* burger 2016 */
.artclose {
height: 20px;
  width: 20px;
  cursor: pointer;
}

.burgx, .burgx2, .burgx3 {
  margin-top: 2px;
  background: #fff;
  width: 20px;
  height: 2px;
position: absolute;
  -webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
}

.burgx2 {
 margin-top: 9px;
}
.burgx3 {
  margin-top: 16px;

  -webkit-transform: rotate(180deg);
transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.navbar-toggle .burgx,
.navbar-toggle .burgx2,
.navbar-toggle .burgx3 {
	background-color: #000;
}
.header-simple .burgx,
.header-simple .burgx2,
.header-simple .burgx3 {
  background-color: #000;

}

dt {
	font-weight: 600;
	color: black;
}

/* required wordpress styles*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
