@charset "UTF-8";
/* ==========================================================================
   Main Screen CSS
   ========================================================================== */
* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}
.skillset {
	margin-left:7%;
	margin-right:7%;
}
ul.skills {list-style: none;/* float: left; */text-align: center;/* margin-left: 0%; */}
ul.skills li {
	float: left;
	font-size: 15px;
	padding: 10px 15px 10px 15px;
	text-align: center;
	/* border: 1px solid #cccccc; */
	margin: 0px 15px 10px 15px;
	color: #ffffff;
	border-radius: 6px;
	background-color: #424242;
}
ul.skills2 {list-style: none;/* float: left; */text-align: center;margin-left: 5%; }
ul.skills2 li {
	float: left;
	font-size: 15px;
	padding: 10px 15px 10px 15px;
	text-align: center;
	/* border: 1px solid #cccccc; */
	margin: 0px 15px 10px 15px;
	color: #ffffff;
	border-radius: 6px;
	background-color: #424242;
}
body {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 3em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: rgba(255,255,255,0);
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	color: #000000;
	/* text-align: center; */
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 13px;
	text-align: left;
	color: #000000;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

img {
	max-width: 100%;
	height: auto;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
blockquote {
	border-left: 6px solid #e81d43;
	padding: 22px 0 22px 40px;
	margin: 30px 0;
}
blockquote p,
blockquote a {
	color: #3b4765 !important;
	margin: 0 !important;
}
blockquote p {
	border-bottom: 1px solid #ced1d8 !important;
	font-size: 21px !important;
	line-height: 42px !important;
	font-style: italic;
	padding-bottom: 30px;
}
blockquote footer:before {
	content: "";
}
blockquote cite {
	margin-top: 24px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}
blockquote cite {
	font-size: 14px !important;
}
table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}
th,
td {
	padding: 10px 15px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

.border-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	width: 170px;
	height: 1px;
	margin: 45px;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.row-fit {
	margin: 0;
} 
html .row-fit [class*=col-] {
	padding: 0;
}

/* === START BUTTONS === */
.view-details-button, 
.submit-button {
	text-decoration: none;
	display: inline-block;
	padding: 20px 35px;
	color: #19adcb;
	font-size: 14px;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	border: 1px solid #19adcb;
	background: transparent;
	opacity: 0.42;
}
.view-details-button:focus,
.submit-button:focus {
	outline: none;
	text-decoration: none;
}
.view-details-button:hover,
.submit-button:hover {
	opacity: 1;
	text-decoration: none;
	color: #19adcb;
}
/* === END BUTTONS === */

/* === START COMMENTS AREA === */
.comments-area {
	padding-top: 40px;
}
.comments-area .ul-comments {
	margin: 0 0 40px 0;
	padding: 0;
}
.comments-area .ul-comments li {
	list-style: none;
}
.comments-area .ul-comments .comment {
	padding-left: 100px;
	position: relative;
	min-height: 80px;
}
.comments-area .ul-comments .comment .comment-reply {
	float: right;
	color: #acacac;
	font-size: 13px;
	line-height: 1.5em;
	padding: 2px 10px;
	background: #eaeaea;
}
.comments-area .ul-comments .comment .comment-reply:hover {
	color: #111;
	background: #d4d4d4;
	text-decoration: none;
}
.comments-area .ul-comments .comment .comment-avatar {
	position: absolute;
	left: 0;
	top: 0;
}
.comments-area .ul-comments .comment .comment-avatar img {
	width: 70px;
	height: 70px;
}
.comments-area .ul-comments .comment h4 {
	font-size: 21px;
	margin: 0 0 5px 0;
	color: #595959;
	line-height: 1em;
	padding-bottom: 6px;
	font-weight: 100;
}
.comments-area .ul-comments .comment p {
	line-height: 1.5em;
	font-size: 15px;
	color: #747474;
	font-weight: 100;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 100px;
	margin-left: -100px;
}
.comments-area .ul-comments .comment h4 span {
	font-size: 11px;
	text-transform: uppercase;
	color: #595959;
}
.comments-area h3.comment-title {
	font-size: 40px;
	line-height: 1em;
	margin: 0 0 30px 0;
}
.comments-area h4.comment-title {
	font-size: 19px;
	line-height: 1.5em;
	margin: 0 0 30px 0;
}
.comments-area .comment-form .comments-line {
	border: 1px solid #d3d3d3;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 100%;
}
.comments-area .comment-form .comments-linearea {
	border: 1px solid #d3d3d3;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 20px;
	height: 166px;
	resize: none;
	width: 100%;
}
/* === END COMMENTS AREA === */

/* === START ANIMATIONS === */
.header,
.post-cover .slide-arrows li .fa,
.main-slider .the-bullets-dots li span, 
.team .become-member .wrapper .new-member,
.content .gallery #slider .project-image-and-share .slider-share-links a .fa,
.testimonials .the-bullets-dots li span,
.screens .information .information-wrapper .view-portfolio, 
.search-box,
.main-slider .slide .container .slide-text .slider-link,
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form .contact-button,
.content .gallery #carousel li .hover,
.main-services .service a  i,
.search-form .search-submit,
.widget a,
.comments-area .ul-comments .comment .comment-reply-link,
#cancel-comment-reply-link {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease; 
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.widget-categories li a,
.show_popular .tab-content li.post .details a,
.content .project-pagination a,
.content .pricing .body-wrapper .pricing-item .pricing-item-body a,
.services-page .content .testimonials-partners .partners .partners-wrapper .partners-carousel .carousel-controls .fa, 
.how-we-work .icon, 
.show_popular ul.tab_nav li a,
.action a,
.team .member .social a,
.clients .clients-carousel .carousel-controls .fa,
.main-slider .slide-arrows li i,
.widget_tag_cloud a,
.social-buttons li a .fa,
.widget_text .panel-title .fa,
.filter-box li a, 
figure.effect-layla .links .fa,
.footer .upper-part .contact-box .contact-button,
.footer .contact-group .body-wrapper .social-links a,
.footer .flickr-widget .follow-me,
.footer.Style_2 .contact-box .contact-form input,
.footer.Style_2 .contact-box .contact-form .input-group textarea,
.footer.Style_2 .contact-info-block .social-links a,
.footer.Style_1 .social-block .social-item a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease; 
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.view-details-button,
.submit-button,
.content .share-links li .fa,
.clients .clients-carousel .clients-carousel-item a,
.services-page .content .testimonials-partners .partners .partners-wrapper .clients-carousel-item a,
.team .become-member .wrapper a,
.content .gallery #carousel .flex-direction-nav a,
.content .pagination .pages-wrapper li a,
.widget_recent_comments ul li a {
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out; 
	-ms-transition: opacity .1s ease-in-out;
	-o-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
}
.footer.Style_2 .social-block .social-item a {
	-webkit-transition: all .3s cubic-bezier(.23,1,.32,1);
	-moz-transition: all .3s cubic-bezier(.23,1,.32,1);
	-ms-transition: all .3s cubic-bezier(.23,1,.32,1);
	-o-transition: all .3s cubic-bezier(.23,1,.32,1);
	transition: all .3s cubic-bezier(.23,1,.32,1);
}
/* ===  END ANIMATIONS === */

.domready .main-slider,
.domready .header {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* === START HEADER === */
.header {
	opacity: 0;
	position: fixed;
	z-index: 9999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
}
.sticky {
	border: none;
	background: #000;
}
.header.fixed {
	position: relative;
	background: #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.header .menu {
	padding: 15px 0;
}

.blog-page .header.fixed + .content {
	padding-top: 80px;
}

.header .menu .mobile-navigation-toggle {
	font-size: 21px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 15px;
}
.header .menu .logo,
.header .menu .main-nav {
	display: inline-block;
}
.header .menu .main-nav {
	float: right;
}
.header .menu .main-nav .right-box {
	display: inline-block;
}
.header .menu .main-nav .right-box ul {
	margin: 0;
}
.header .menu .main-nav .right-box li {
	display: inline-block;
	margin-top: 12px;
}
.header .menu .main-nav .right-box li i {
	color: #fff;
	font-size: 16px;
}
.header .menu .main-nav .right-box li i:hover {
	color: #198095;
}
.header .menu .main-nav .right-box li i:first-child {
	margin-top: 1px;
}
.header .menu .main-nav .right-box li i:last-child {
	margin-left: 12px;
}
.header .menu .main-nav ul {
	margin-right: 70px;
}
.header .menu .main-nav li {
	display: inline-block;
	cursor: pointer;
}
.header .menu .main-nav li:hover a,
.header .menu .main-nav li.active > a,
.header .menu .main-nav li.active > .fa-arrow-down,
.header .menu .main-nav li:hover .fa-arrow-down {
	color: #198095;
}
.header .menu .main-nav li .fa-arrow-down {
	color: #fff;
	font-size: 14px;
	margin: 3px 0 0 6px;
}
.header .menu .main-nav > ul > li {
	margin-left: 35px;
	margin-top: 12px;
}
.header .menu .main-nav > ul > li > a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.header .menu .main-nav .sub-menu {
	display: none;
	position: absolute;
	padding-top: 41px;
	cursor: default;
}
.header .menu .main-nav .sub-menu li {
	display: block;
	cursor: default;
	background: #000;
	width: 170px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}
.header .menu .main-nav .sub-menu li .fa-angle-right {
	position: absolute;
	right: 15px;
	top: 14px;
	color: #7e7e7e;
}
.header .menu .main-nav .sub-menu li:last-child {
	border: none; 
}
.header .menu .main-nav .sub-menu li:hover {
	background: #1a1a1a;
}
.header .menu .main-nav .sub-menu li:hover > a,
.header .menu .main-nav .sub-menu li:hover {
	color: #198095;
}
.header .menu .main-nav .sub-menu li a {
	display: inline-block;
	padding: 12px 20px 12px 20px;
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.header .menu .main-nav .sub-menu li a:first-letter {
	text-transform: uppercase;
}
.header .menu .main-nav li.menu-item-has-children  {
	position: relative;
}
.header .menu .main-nav li.menu-item-has-children:after {
	font-family: FontAwesome;
	content: "\f063";
	margin: 3px 0 0 6px;
	color: #fff;
	font-size: 14px;
}
.header .menu .main-nav li.menu-item-has-children:hover:after {
	color: #198095;
}
.header .menu .main-nav li.menu-item-has-children:hover > .sub-menu {
	display: block;
}
.header .menu .main-nav li.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
	padding: 0 0 0 1px;
	top: 0;
	left: 170px;
}
.header .menu .main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 10px;
}
/* Styling Header Search Box */
.search-box {
	margin-top: -110px;
	width: 100%;
	padding: 20px 0;
	background: #19adcb;
}
.search-box .search-form {
	position: relative;
	width: 100%;
}
.search-box .search-form .search-input {
	width: 100%;
	padding: 20px 90px 20px 32px;
	font-size: 21px;
	background: #fff;
	color: #7c7c7c;
	border: none;
}
.search-box .search-form .search-input:focus {
	outline: none;
}
.search-box .search-form .search-submit {
	position: absolute;
	height: 54px;
	width: 54px;
	top: 8px;
	right: 8px;
	border: none;
	color: #fff;
	background: #19adcb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.search-box .search-form .search-submit:focus,
.header .search-box .search-form .search-submit:active {
	outline: none;
}
.search-box .search-form .search-submit:hover {
	background: transparent;
	color: #1bb29c;
	border: 2px solid #1bb29c;
}
/* === END HEADER === */

/* === START CONTENT === */
/* Styling main slider */
.main-slider {
	position: relative;
	opacity: 0;
}
.main-slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.main-slider .the-bullets-dots {
	position: relative;
	text-align: center;
	z-index: 3;
	margin-top: -65px;
}
.main-slider .the-bullets-dots li {
	display: inline-block;
	margin-right: 5px;
}
.main-slider .the-bullets-dots li span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	cursor: pointer;
}
.main-slider .the-bullets-dots li.active span {
	background: #fff;
}
.main-slider .slide-arrows {
	position: absolute;
	z-index: 5;
	top: 50%;
	margin-top: -30px;
	width: 100%;
	padding: 0 40px;
}
.main-slider .slide-arrows li {
	display: inline-block;
}
.main-slider .slide-arrows li.slide-right {
	float: right;
}
.main-slider .slide-arrows li i {
	background: rgba(255, 255, 255, 0.13);
	border: 2px solid transparent;
	border-radius: 2px;
	height: 60px;
	width: 60px;
	padding-top: 21px;
	font-size: 16px;
	text-align: center;
	color: #666565;
	cursor: pointer;
}
.main-slider .slide-arrows li i:hover {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}
.main-slider .slide .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main-slider .slide .container {
	position: relative;
	padding: 290px 0 250px 0;
	width: 100%;
	z-index: 3;
	background: rgba(0, 0, 0, 0.6);
	background-image: url(../images/pattern.png);
	color: #fff;
	text-align: center;
}
.main-slider .slide .container h1 {
	font-size: 90px;
	font-weight: 700;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.main-slider .slide .container p {
	font-size: 41px;
	margin: -32px 35px 100px 35px;
}
.main-slider .slide .container p,
.main-slider .slide .container .border-top {
	display: inline-block;
}
.main-slider .slide .container .slider-link {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.4em;
	font-size: 14px;
	color: #fff;
	width: 190px;
	padding: 20px;
	border-radius: 3px;
	margin-bottom: 20px;
	display: inline-block;
}
.main-slider .slide .container .view {
	background: #19adcb;
	border: 2px solid #19adcb;
	margin-right: 20px;
}
.main-slider .slide .container .view:hover {
	background: transparent;
	border: 2px solid #fff;
}
.main-slider .slide .container .buy {
	border: 2px solid #fff;
}
.main-slider .slide .container .buy:hover {
	border: 2px solid #19adcb;
	background: #19adcb;
}

/* Styling Main Content */

/* Section Header */
.content .section-header.v1 {
	text-align: center;
	padding: 100px 0 70px 0;
}
.content .section-header.no-padding,
.content .section-header.v2.no-padding {
	padding-bottom: 0;
}
.content .section-header.v1 h3 {
	color: #4e4e4e;
	font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}

.section-header.v2 .action a {
	text-decoration: none;
	border-radius: 2px;
	color: #c5c5c5;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;    
	padding: 20px 0;
	min-width: 180px;
	border: 1px solid #dcdcdc;
	box-shadow: inset 0 0 0 2px transparent;
	display: inline-block;
	margin-right: 20px;
	line-height: 1em;
}
.section-header.v2 .action a:last-of-type {
	margin: 0;
}
.section-header.v2 .action a:hover {
	color: #424242;
	border-radius: 4px;
	border-color: transparent;
	box-shadow: inset 0 0 0 2px #424242;
	
}

.content .section-header.v1 p {
	color: #000;
	font-size: 17px;
	line-height: 32px;
}
/* End Section Header */

/* Section Header V2 */
.content .section-header.v2 {
	text-align: center;
	padding: 100px 0 90px 0;
}
.content .section-header.v2 h3 {
	color: #424242;
	font-size: 52px;
	font-weight: 800;
	line-height: 0.846em;
	margin: 0;
}
.content .section-header.v2 p {
	color: #424242;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 0;
}
.content .section-header.v2 .border-bottom {
	position: relative;
	width: 280px;
	height: 1px;
	border-bottom: 1px solid #424242;
	margin: 34px auto 31px auto;
}
.content .section-header.v2 .border-bottom:before {
	position: absolute;
	content: "";
	top: -2px;
	left: 50px;
	width: 30px;
	height: 5px;
	background: #424242;
}
.content .section-header.v2 .border-bottom:after {
	position: absolute;
	content: "";
	top: -2px;
	right: 50px;
	width: 30px;
	height: 5px;
	background: #424242;   
}
/* End Section Header V2 */


.content .section-header .border-bottom,
.single .project-header .border-bottom {
	width: 44px;
	height: 3px;
	background: #4e4e4e;
	margin: 0 auto 12px auto;
}

/* ===== Main About V1 ===== */
.main-about .devices {
	position: relative;
	width: 100%;
	height: 524px;
	overflow: hidden;
}
.main-about .devices .macbook,
.main-about .devices .iphone {
	position: absolute;
}
.main-about .devices .macbook {
	background: url(../images/macbook.png) no-repeat;
	width: 1029px;
	height: 592px;
	padding: 27px 116px 64px 119px;
	overflow: hidden;
}
.main-about .devices .iphone {
	background: url(../images/iphone.png) no-repeat;
	width: 301px;
	height: 636px;
	padding: 90px 19px 91px 21px;
	overflow: hidden;
	top: 170px;
	right: 0;
}
/* ==== End Main About V1 ==== */

/* ==== Main About V2 ==== */
.main-history {
	background: #9a504f;
	padding-bottom: 85px;
}

.main-history .section-header.v2 h3,
.main-history .section-header.v2 p {
	color: #fff;
}
.main-history .section-header.v2 .border-bottom {
	border-color: #fff;
}
.main-history .section-header.v2 .border-bottom:before,
.main-history .section-header.v2 .border-bottom:after {
	background: #fff;
}

.main-history .devices img {
	max-width: 100%;
	vertical-align: bottom;
}

.main-history .history .caption h4 {
	margin: 0 0 35px 0;
	color: #632330;
	font-size: 157px;
	line-height: 1em;
	font-weight: 800;
	text-transform: lowercase;
}
.main-history .history .caption h4:first-letter {
	margin-left: -10px;
	text-transform: uppercase;
}
.main-history .history .caption p {
	margin: 0 0 15px 0;
	color: #632330;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
}

.main-history .history-box {
	padding: 0 0 0 80px;
}
.main-history .history-box ul {
	margin: 0;
	padding: 10px 0 0 0;
	border-left: 1px solid rgba(54, 12, 20, 0.2);
	list-style-type: none;
}
.main-history .history-box ul li {
	position: relative;
	padding: 0 0 0 70px;
	margin-bottom: 50px;
}

.main-history .history-box ul li .li-info {
	position: absolute;
	left: 0;
	margin-left: -80px;
}
.main-history .history-box ul li .li-info .icon {
	display: inline-block;
	left: 0;
}
.main-history .history-box ul li .li-info .icon i {
	display: inline-block;
	vertical-align: middle;
	color: #632330;
}
.main-history .history-box ul li .li-info .icon .fa-dot-circle-o {
	font-size: 50px;
}
.main-history .history-box ul li .li-info .icon .fa-caret-right {
	font-size: 18px;
	margin-left: -5px;
}
.main-history .history-box ul li .li-info span {
	display: inline-block;
	color: #622330;
	font-size: 30px;
	line-height: 1em;
	font-weight: 800;
	margin: 8px 0 0 45px;
}
.main-history .history-box ul li .li-info span:before {
	position: absolute;
	content: "";
	margin: -14px 0 0 -19px;
	width: 3px;
	height: 62px;
	background: #632330;
}

.main-history .history-box ul li p {
	vertical-align: middle;
	margin: 0;
	color: #c28f8e;
	font-size: 14px;
	line-height: 32px;
}
/* ==== End Main About V2 */

.statistics-counter {
	z-index: 2;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	padding: 100px 0;
	text-align: center;
	background: url(../images/statistics-cover.jpg);
	/* Parallax */
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.statistics-counter .count {
	font-size: 68px;
	font-weight: 700;
	margin: 32px 0 20px 0;
}
.statistics-counter .caption {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
.statistics-counter .icon {
	display: inline-block;
	text-align: center;
	font-size: 28px;
	border: 6px solid #fff;
	border-radius: 50%;
	padding: 7px;
}

/* Styling Services */
.main-services {
	text-align: center;
	padding-bottom: 85px;
	border-bottom: 1px solid #dedede; 
}
.main-services .service.v1 a {
	text-decoration: none;
	border: 1px solid #19adcb;
	color: #19adcb;
	background: transparent;
	display: inline-block;
	border-radius: 50%;
	width: 80px;
	height: 80px;
}
.main-services .service.v1 a:hover {
	background: #19adcb;
	color: #fff;
}
.main-services .service.v1 a  i {
	display: inline-block;
	font-size: 28px;
	width: 80px;
	height: 80px;
	padding-top: 26px;
}
.main-services .service.v1 a  i.icon-puzzle3 {
	font-size: 44px;
	padding-top: 18px;
	margin-left: -3px;
}
.main-services .service.v1 .caption h4 {
	margin: 30px 0;
	color: #7c7c7c;
	font-size: 21px;
}
.main-services .service.v1 .text p {
	font-size: 14px;
	line-height: 21px;
	color: #7c7c7c;
	text-align: justify;
}

/* Main Services V2 */
.main-services .service.v2 .service-header {
	display: inline-block;
	padding-bottom: 30px;
	cursor: pointer;
}
.main-services .service.v2 .service-header:hover .caption,
.main-services .service.v2 .service-header:hover .caption:before,
.main-services .service.v2 .service-header:hover .icon,
.main-services .service.v2 .service-header:hover .icon i {
	color: #49938b;
}
.main-services .service.v2 .service-header .caption,
.main-services .service.v2 .service-header .icon {
	margin: 0;
	color: #424242;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.main-services .service.v2 .service-header .caption {
	position: relative;
	display: inline-block;
	margin-top: 35px;
}
.main-services .service.v2 .service-header .caption:before {
	position: absolute;
	display: block;
	content: "...";
	color: #424242;
	font-size: 18px;
	letter-spacing: 0.2em;
	top: -30px;
	left: 50%;
	margin-left: -13px;
}
.main-services .service.v2 .service-header .icon {
	text-decoration: none;
	display: block;
	font-size: 27px;
	line-height: 1em;
}
.main-services .service.v2 .service-header .icon i {
	display: inline-block;
	color: #bdbdbd;
	margin: 0 0 0 18px;
}
.main-services .service.v2 p {
	margin: 0;
	padding: 30px 0 0 0;
	color: #757575;
	font-size: 14px;
	line-height: 32px;
	border-top: 1px solid #eee;
	text-align: justify;
}
/* End Main Services V2 */

/* Styling Latest Works */
.latest-works .container-fluid {
	padding: 0;
}
.latest-works .filter-box {
	padding-bottom: 80px;
}
.latest-works .container-fluid .row {
	margin: 0;
}
.latest-works .container-fluid .row .col-md-2,
.latest-works .container-fluid .row .col-md-4 {
	padding: 0;
	margin: 0;
}
.latest-works .workpost figure img {
	width: 100%;
}
.latest-works .work-post .image img {
	width: 100%;
}

/* Latest Works V2 */
.latest-works.v2 .section-header {
	padding: 0;
}
.latest-works.v2 .section-header h3,
.latest-works.v2 .section-header p {
	color: #fff;
}
.latest-works.v2 .section-header .border-bottom {
	border-color: #fff;
}
.latest-works.v2 .section-header .border-bottom:before,
.latest-works.v2 .section-header .border-bottom:after {
	background: #fff;
}
.latest-works.v2 .section-header .bg-wrapper { 
	padding: 80px 0 90px 0;
	background: rgba(77, 172, 182, 0.8);
}
/* End Latest Works V2 */

/* Filter Box */
.filter-box {
	margin-top: 18px;
	text-align: center;
}
.filter-box ul {
	font-size: 0;
}
.filter-box li {
	display: inline-block;
	margin-left: -1px;
}
.filter-box li a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #4e4e4e;
	padding: 9px 23px;
	border: 1px solid #dcdcdc;
	text-transform: lowercase;
}
.filter-box li a:hover,
.filter-box li a.current {
	color: #fff;
	background: #19adcb;
	border: 1px solid #19adcb;
}

/* Filter Box V2 */
.latest-works.v2 .filter-box {
	margin-top: -90px;
	padding-bottom: 58px;
} 
.latest-works.v2 .filter-box ul {
	font-size: 0;
}
.latest-works.v2 .filter-box li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.latest-works.v2 .filter-box li:last-of-type {
	margin: 0;
}
.latest-works.v2 .filter-box li a {
	display: inline-block;
	color: #fff;
	background: transparent;
	border-radius: 3px;
	padding: 5px;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
}
.latest-works.v2 .filter-box li a:hover,
.latest-works.v2 .filter-box li a.current {
	color: #3d958c;
	background: #000;
	border: 0;
}
/* End Filter Box V2 */

/* Layla V2 */
.latest-works.v2 figure {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.latest-works.v2 figure figcaption::before,
.latest-works.v2 figure figcaption::after {
	pointer-events: none;
}

.latest-works.v2 figure figcaption {
	padding: 2em;
	color: #434343;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.latest-works.v2 figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.latest-works.v2 figure .caption-wrapper h2 {
	margin: 0;
	color: #424242;
	font-size: 16px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 25px;
	opacity: 0;
}
.latest-works.v2 figure .caption-wrapper p {
	margin: 0;
	color: #bdbdbd;
	font-size: 13px;
	opacity: 0;
}

.latest-works.v2 figure h2,
.latest-works.v2 figure .links {
	margin: 0;
}

/*---------------*/
/***** Layla *****/
/*---------------*/

.latest-works.v2 figure.effect-layla figcaption {
	padding: 2.3em;
}

.latest-works.v2 figure.effect-layla figcaption .caption-wrapper {
	position: relative;
	top: 50%;
	margin-top: -45px;
}
.latest-works.v2 figure.effect-layla figcaption::before,
.latest-works.v2 figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

.latest-works.v2 figure.effect-layla figcaption::before {
	top: 40px;
	right: 20px;
	bottom: 40px;
	left: 20px;
	border-top: 1px solid rgba(73, 147, 139, 0.23);
	border-bottom: 1px solid rgba(73, 147, 139, 0.23);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.latest-works.v2 figure.effect-layla figcaption::after {
	top: 20px;
	right: 40px;
	bottom: 20px;
	left: 40px;
	border-right: 1px solid rgba(73, 147, 139, 0.23);
	border-left: 1px solid rgba(73, 147, 139, 0.23);
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.latest-works.v2 figure.effect-layla img {
	width: 100%;
}

.latest-works.v2 figure.effect-layla .links {
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

.latest-works.v2 figure.effect-layla img,
.latest-works.v2 figure.effect-layla figcaption::before,
.latest-works.v2 figure.effect-layla figcaption::after,
.latest-works.v2 figure.effect-layla h2,
.latest-works.v2 figure.effect-layla p,
.latest-works.v2 figure.effect-layla .links {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.latest-works.v2 figure.effect-layla:hover img {
	opacity: 0.05;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.latest-works.v2 figure.effect-layla:hover figcaption::before,
.latest-works.v2 figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.latest-works.v2 figure.effect-layla:hover h2,
.latest-works.v2 figure.effect-layla:hover p,
.latest-works.v2 figure.effect-layla:hover .links {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.latest-works.v2 figure.effect-layla:hover figcaption::after,
.latest-works.v2 figure.effect-layla:hover h2,
.latest-works.v2 figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.latest-works.v2 figure.effect-layla .links .fa {
	margin-left: -6px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #49938b;
	height: 36px;
	width: 36px;
	font-size: 16px;
	padding-top: 10px;
	cursor: pointer;
}
.latest-works.v2 figure.effect-layla .links .fa:hover {
	color: #86ceb8;
}
/* End Layla V2 */

/* Start Layla Effect */

/* Common style */
figure {
	position: relative;
	overflow: hidden;
	text-align: center;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption {
	padding: 2em;
	color: #434343;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure h2 {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
}

figure h2,
figure .links {
	margin: 0;
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla figcaption {
	padding: 2.5em;
}

figure.effect-layla figcaption .caption-wrapper {
	position: relative;
	top: 50%;
	margin-top: -45px;
}
figure.effect-layla figcaption .caption-wrapper a {
	text-decoration: none;
	color: #424242;
}
figure.effect-layla figcaption .caption-wrapper a.liked .fa {
	color: #19adcb;
}
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 40px;
	right: 20px;
	bottom: 40px;
	left: 20px;
	border-top: 1px solid rgba(190, 190, 190, 0.8);
	border-bottom: 1px solid rgba(190, 190, 190, 0.8);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 20px;
	right: 40px;
	bottom: 20px;
	left: 40px;
	border-right: 1px solid rgba(190, 190, 190, 0.8);
	border-left: 1px solid rgba(190, 190, 190, 0.8);
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	position: relative;
	margin-bottom: 30px;
	opacity: 0;
}
figure.effect-layla img {
	width: 100%;
}

figure.effect-layla .links {
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla h2,
figure.effect-layla .links {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover .links {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-layla .links .fa {
	margin-left: -6px;
	display: inline-block;
	text-align: center;
	color: #4e4e4e;
	background: #fff;
	height: 36px;
	width: 36px;
	font-size: 16px;
	padding-top: 10px;
	cursor: pointer;
}
figure span {
	display: none;
}
figure.effect-layla .links .fa:hover {
	color: #19adcb;
}

/* End Layla Effect */

/* Styling Team Members */
.team {
	padding-bottom: 120px;
}
.team .section-header {
	padding-bottom: 60px;
}
.action {
	text-align: center;
	margin-top: 60px;
}
.action a {
	text-decoration: none;
	color: #c5c5c5;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	border: 1px solid #c5c5c5;
	padding: 21px 0;
	width: 230px;
	display: inline-block;
	margin-left: 20px;
}
.action a:hover {
	color: #3a424d;
	border-color: #3a424d;
}

/* Team Members */
.team .member {
	padding-right: 0;
	margin-bottom: 30px;
}

.team .member .image {
	position: relative;
	line-height: 1em;
	font-size: 0;
}

.team .member .image .image-hover {
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	background: rgba(0, 0, 0, .8);
	text-align: center;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	opacity: 0;
	left: 0;
	top: 0;
}

.team .member .image .image-hover p {
	-webkit-transition: all 275ms ease-in-out;
	transition: all 275ms ease-in-out;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
	-webkit-transform: translateY(-67.5%);
	-ms-transform: translateY(-67.5%);
	transform: translateY(-67.5%);
	position: relative;
	line-height: 18px;
	font-size: 14px;
	padding: 0 20px;
	opacity: 0;
	color: #fff;
	top: 50%;
}

.team .member .image:hover .image-hover {
	opacity: 1;
}

.team .member .image:hover .image-hover p {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.team .member .image img {
	width: 100%;
}
.team .member .details {
	padding-bottom: 25px;
	border-bottom: 1px solid #dcdcdc;
}
.team .member .details .name {
	font-size: 21px;
	font-weight: 300;
	font-style: italic;
	color: #4e4e4e;
	margin: 21px 0;
}

.team .member .details .name a {
	color: inherit;
}

.team .member .details .name a:hover {
	text-decoration: none;
	color: #19adcb;
}

.team .member .details .job {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #4e4e4e;
	margin: 0;
}

.team .member .social {
	margin-top: 25px;
}
.team .member .social a {
	display: inline-block;
	margin-right: 4px;
	height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 2px;
	background: #dddedf;
	color: #b3b3b4;
	padding-top: 8px;
}
.team .member .social a i {
	font-size: 16px;
}
.team .member .social a:hover {
	color: #fff;
}
.team .member .social a.facebook:hover {
	background: #3554a2;
}
.team .member .social a.twitter:hover {
	background: #5fc4fe;
}
.team .member .social a.pinterest:hover {
	background: #df4e4e;
}
/* End Team Members */

/* Team Members V2 */
.team.v2 .member .social {
	text-align: center;
}
.team.v2 .member .social a.facebook:hover {
	color: #fff;
	background: #0277bd;
}
.team.v2 .member .social a.twitter:hover {
	color: #fff;
	background: #80deea;
}
.team.v2 .member .social a.pinterest:hover {
	color: #fff;
	background: #ef5350;
} 

.team.v2 .member .image img {
	width: 100%;
}
.team.v2 .member .details {
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(66, 66, 66, 0.05);
}
.team.v2 .member .details .name {
	text-align: center;
	font-size: 29px;
	line-height: 1em;
	font-weight: 700;
	color: #4e4e4e;
	margin: 18px 0 19px 0;
	font-style: normal;
}
.team.v2 .member .details .job {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #4e4e4e;
	margin: 0;
}

.team.v2 .member .social {
	margin-top: 25px;
}
.team.v2 .member .social a {
	display: inline-block;
	margin-right: 4px;
	height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 2px;
	background: #fafafa;
	color: #bdbdbd;
	padding-top: 8px;
}
.team.v2 .member .social a i {
	font-size: 16px;
}
/* End Team Members V2 */

/* Styling Testimonials */
.main-testimonials {
	text-align: center;
	padding: 45px 0px;
	/* Parallax */
	background: url(../images/testimonials-cover.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.main-testimonials .image {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.main-testimonials .image img {
	height: 128px;
	width: 128px;
	border-radius: 50%;
}
.main-testimonials .text {
	padding: 65px 0 85px 0;
}
.main-testimonials .text p {
	color: #fff;
	font-size: 21px;
	line-height: 42px;
	font-style: italic;
}
.main-testimonials .border-bottom {
	display: inline-block;
	margin-bottom: 35px;
	width: 80px;
	height: 1px;
	border-top: 1px solid #fff;
}
.main-testimonials .client {
	color: #fff;
}
.main-testimonials .client .client-name {
	font-size: 17px;
	line-height: 18px;
	font-weight: 700;
	margin: 0;
}
.main-testimonials .client .client-job {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
.main-testimonials .the-bullets-dots {
	margin-top: 40px;
}
.main-testimonials .the-bullets-dots li {
	display: inline-block;
	margin-right: 6px;
	z-index: 2;
}
.main-testimonials .the-bullets-dots li span {
	display: inline-block;
	cursor: pointer;
	width: 8px;
	height: 9px;
	background: rgba(255, 255, 255, 0.2);
}
.main-testimonials .the-bullets-dots li.active span {
	background: #fff;
}

/* Styling Offers */
.main-offer {
	padding-bottom: 80px;
	margin-bottom: 85px;
	border-bottom: 1px solid #dedede;  
}
.main-offer .offer-item {
	position: relative;    
}
.main-offer .offer-item .icon {
	position: absolute;
	top: 0;
	left: 0;
	color: #19adcb;
}
.main-offer .offer-item .icon i {
	display: inline-block;
	font-size: 35px;   
	margin-top: 3px;
}
.main-offer .offer-item .title {
	padding-left: 15px;
	margin-left: 48px;
	border-left: 1px solid #c5c5c5;
}
.main-offer .offer-item .title h6 {
	color: #4e4e4e;
	font-size: 21px;
	text-transform: uppercase;
	margin: 0;
}
.main-offer .offer-item .title p {
	color: #a2a2a2;
	font-size: 14px;
}
.main-offer .offer-item .description {
	color: #4e4e4e;
	font-size: 13px;
	line-height: 21px;
	margin: 35px 0 30px 0;
}

/* === MAIN ACCORDION SECTION === */
.main-accordion {
	padding-bottom: 95px;
}
.main-accordion .device img {
	max-width: 100%;
}
.main-accordion .info-accordion .panel-group {
	margin: 0;
}
.main-accordion .info-accordion .panel-group .panel + .panel:not(:first-of-type) {
	margin-top: -1px;
}
.main-accordion .info-accordion .panel-default {
	border: 1px solid #424242;
	border-radius: 0;
}
.main-accordion .info-accordion .panel-heading {
	background: transparent;
	border-color: transparent;
	padding: 13px 30px;
}
.main-accordion .info-accordion .panel-heading a {
	color: #424242;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}
.main-accordion .info-accordion .panel-body {
	padding: 0;
	border-top: 1px solid #424242 !important;
}
.main-accordion .info-accordion .panel-body p {
	color: #757575;
	font-size: 14px;
	line-height: 32px;
	margin: 25px 30px 35px 30px;
}

.main-accordion .skills-container {
	padding-top: 40px;
}
.main-accordion .skills-container .row {
	margin: 0 -10px;
}
.main-accordion .skills-container .row .col-sm-2 {
	padding: 0 10px;
}

.main-accordion .skills-container .skill-item {
	text-align: center;
	color: #fff;
	padding: 17px 2px 13px 2px;
}
.main-accordion .skills-container .skill-item.design {
	background: #49938b;
}
.main-accordion .skills-container .skill-item.code {
	background: #9a504f;
}
.main-accordion .skills-container .skill-item.security {
	background: #e27c7b;
}
.main-accordion .skills-container .skill-item.support {
	background: #b7bf2c;
}
.main-accordion .skills-container .skill-item.feedback {
	background: #6fb2e2;
}
.main-accordion .skills-container .skill-item.functionality {
	background: #7ac0be;
}
.main-accordion .skills-container .skill-item h5 {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}
.main-accordion .skills-container .skill-item p {
	margin: 5px 0 0 0;
	font-size: 13px;
	text-transform: lowercase;
}
.main-accordion .skills-container .skill-item i {
	margin: 16px 0 0 0;
	display: inline-block;
	font-size: 32px;
}
/* === END MAIN-ACCORDION === */

/* Styling Screens Section */
.screens {
	padding: 38px 0 65px 0;
	border-bottom: 1px solid #dcdcdc;
}
.screens ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.screens .image-slider {
	margin-top: -38px;
}
.screens .slider-header,
.browser-header {
	width: 100%;
	height: 38px;
	padding-left: 20px;
	background: #d9d9d9;
}
.screens .slider-header .fa,
.browser-header .fa {
	position: relative;
	color: #c0c0c0;
	font-size: 14px;
	margin-right: 5px;
	top: 50%;
	margin-top: -7px; 
}
.screens .screens-slider .slide {
	margin-bottom: 20px;
}
.screens .screens-slider .slide img {
	width: 100%;
}
.screens .screens-slider .slide-arrows {
	text-align: center;
}
.screens .screens-slider .slide-arrows li {
	display: inline-block;
	margin: 0;
}
.screens .screens-slider .slide-arrows li:first-child {
	margin-right: -3px;
}
.screens .screens-slider .slide-arrows li .fa {
	cursor: pointer;
	height: 45px;
	width: 45px;
	font-size: 19px;
	color: #7c7c7c;
	background: #f0f0f0;
	text-align: center;
	padding-top: 13px;
}
.screens .screens-slider .slide-arrows li .fa:hover {
	background: #e4e4e4;
}

.screens .information .information-wrapper {
	padding-left: 30px;
}
.screens .information .information-wrapper .information-header {
	padding-bottom: 40px;
	border-bottom: 1px solid #dcdcdc;
}
.screens .information .information-wrapper .information-header h4 {
	color: #4e4e4e;
	font-size: 31px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 0;
}
.screens .features {
	padding: 45px 0;
	color: #7c7c7c;
}
.screens .features p {
	font-size: 14px;
	line-height: 21px;
	margin: 0;
}
.screens .features p i {
	font-size: 22px;
	display: inline-block;
	margin: -2px 5px 0 0;
}
.screens .information .information-wrapper .short-info {
	color: #4e4e4e;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 50px 0;
}
.screens .information .information-wrapper .view-portfolio {
	text-decoration: none;
	display: inline-block;
	padding: 19px 39px;
	color: #fff;
	background: #19adcb;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 3px;
}
.screens .information .information-wrapper .view-portfolio:hover {
	background: transparent;
	color: #3a424d;
	border-color: #3a424d;
}

/* Styling Clients Section */
.clients .clients-carousel {
	position: relative;
	padding: 85px 0;
}
.clients .clients-carousel .tesla-carousel-items {
	overflow: hidden;
}
.clients .clients-carousel .carousel-controls {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
	text-align: center;
}
.clients .clients-carousel .carousel-controls .fa {
	background: #e3e3e3;
	border: 2px solid transparent;
	border-radius: 2px;
	height: 60px;
	width: 60px;
	padding-top: 21px;
	font-size: 16px;
	text-align: center;
	color: #b9bbbd;
	cursor: pointer;
}
.clients .clients-carousel .carousel-controls .prev {
	float: left;
	margin-left: -120px;
}
.clients .clients-carousel .carousel-controls .next {
	float: right;
	margin-right: -120px;
}
.clients .clients-carousel .carousel-controls .fa:hover {
	border-color: #3a424d;
	background: transparent;
	color: #3a424d;
}
.clients .clients-carousel .clients-carousel-item {
	text-align: center;
}
.clients .clients-carousel .clients-carousel-item a {
	opacity: 1;
}
.clients .clients-carousel .clients-carousel-item a:hover {
	opacity: 0.7;
}

.content .pagination {
	width: 100%;
	border-top: 3px solid #e3e3e3;
	padding-top: 2px;
	border-radius: 0;
}
.content .pagination .pages-wrapper {
	width: 100%;
	border-top: 1px solid #e3e3e3;
	padding-top: 10px;
}
.content .pagination .pages-wrapper li {
	display: inline-block;
}
.content .pagination .pages-wrapper li span {
	line-height: 1em;
}
.content .pagination .pages-wrapper li a,
.content .pagination .pages-wrapper li span {
	padding: 10px 7px 0 7px;
	margin-top: -11px;
	border-top: 1px solid transparent;
	text-decoration: none;
	color: #7c7c7c;
}
.content .pagination .pages-wrapper li span.current,
.content .pagination .pages-wrapper li a:hover {
	color: #19adcb;
	border-color: #19adcb;
}
/* === END CONTENT === */

/* === START FOOTER === */

/* Social Block */
.footer.Style_1 .contact-info-block .social-links .fa {
	color: #eaeaea;
	font-size: 18px;
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	top: 5px;
	padding-top: 11px;
	cursor: pointer;
}

.footer.Style_1 .social-block .social-item {
	position: relative;
	text-align: center;
	height: 225px;
	background: transparent;
	margin-bottom: 30px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.14);
}
.footer.Style_1 .social-block .social-item:last-child {
	margin-top: -1px;
}
.footer.Style_1 .social-block .social-item a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.footer.Style_1 .social-block .social-item:hover a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.footer.Style_1 .social-block .social-item i {
	position: relative;
	display: inline-block;
	pointer-events: none;
	font-size: 50px;
	line-height: 1em;
	top: 50%;
	margin-top: -25px;
}
.footer.Style_1 .social-block .social-item.facebook:hover a {
	background: #3b5998;
}
.footer.Style_1 .social-block .social-item.instagram:hover a {
	background: #7b4f20;
}
.footer.Style_1 .social-block .social-item.youtube:hover a {
	background: #dd4b39;
}
.footer.Style_1 .social-block .social-item.twitter:hover a {
	background: #00aced;
}
.footer.Style_1 .social-block .social-item.pinterest:hover a {
	background: #cb2027;
}
.footer.Style_1 .social-block .social-item.flickr:hover a {
	background: #ff0084;
}
.footer.Style_1 .social-block .social-item.dribbble:hover a {
	background: #ea4c89;
}
.footer.Style_1 .social-block .social-item.google:hover a {
	background: #dd4b39;
}
.footer.Style_1 .social-block .social-item.linkedin:hover a {
	background: #007bb6;
}
.footer.Style_1 .social-block .social-item.behance:hover a {
	background: #1769ff;
}
.footer.Style_1 .social-block .social-item p {
	position: absolute;
	pointer-events: none;
	right: 20px;
	top: 20px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}
/* End Social Block */

.footer.Style_1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer.Style_1 .upper-part {
	background: #222;
}
.footer.Style_1 .upper-part .container {
	padding-top: 45px;
	padding-bottom: 45px;
	position: relative;
}
.footer.Style_1 .upper-part .container .expand-form {
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	height: 90px;
	width: 90px;
	color: #fff;
	font-size: 40px;
	padding-top: 15px;
	margin-top: -45px;
	background: #222;
	border: 10px solid #fff; 
	cursor: pointer;
}
.footer.Style_1 .upper-part hr {
	border-top: 1px solid #656565;
	margin-bottom: 3px;
	margin-top: 3px;
}
.footer.Style_1 .upper-part .contact-form-wrapper-footer {
	display: none;
	margin-bottom: 100px;
}
.footer.Style_1 .upper-part .contact-form-wrapper-footer .section-header {
	text-align: center;
	margin-bottom: 80px;
	color: #525252;
}
.footer.Style_1 .upper-part .contact-form-wrapper-footer .section-header h3 {
	font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 18px 0;
}
.footer.Style_1 .upper-part .contact-form-wrapper-footer .section-header p {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: -5px 0 0 0;
}
.footer.Style_1 .upper-part .contact-form-wrapper-footer .section-header .border-bottom {
	display: inline-block;
	width: 44px;
	height: 3px;
	background: #525252;
}

.footer.Style_1 .upper-part .contact-box {
	border-bottom: 1px solid #393939;
	padding-bottom: 55px;
}
.footer.Style_1 .upper-part .contact-box input:not(.contact-button),
.footer.Style_1 .upper-part .contact-box textarea {
	width: 100%;
	padding: 23px 20px;
	border: 1px solid #656565;
	background: transparent;
	color: #595959;
	font-weight: 400;
	font-style: italic;
	font-size: 21px;
}
.footer.Style_1 .upper-part .contact-box textarea {
	resize: none;
	height: 248px;
}
.footer.Style_1 .upper-part .contact-box input:not(.contact-button):focus,
.footer.Style_1 .upper-part .contact-box textarea:focus {
	outline: none;
	border: 1px solid #fff;
	color: #fff;
}
.footer.Style_1 .upper-part .contact-box .contact-button {
	margin-top: 40px;
	width: auto;
	padding: 23px 63px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0.4em;
	border: 2px solid transparent;
	color: #656565;
	background: #2d2d2d;
}
.footer.Style_1 .upper-part .contact-box .contact-button:hover {
	color: #fff;
	border: 2px solid #fff;
}
.footer.Style_1 .upper-part .contact-box .contact-button:focus {
	outline: none;
}
.footer.Style_1 .upper-part .contact-form .col-md-6:first-child {
	padding-right: 3px;
}
.footer.Style_1 .upper-part .contact-form .col-md-6:nth-child(2) {
	padding-left: 3px;
	border-left: 1px solid #656565;
}
.footer.Style_1 .upper-part .contact-form .column:first-of-type .contact-line:last-of-type hr,
.footer.Style_1 .upper-part .contact-form .column:last-of-type hr {
	display: none;
}

.footer.Style_1 .contact-group .section-header h3 {
	font-size: 32px;
	color: #525252;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.footer.Style_1 .contact-group .section-header p {
	font-size: 14px;
	color: #525252;
	font-weight: 700;
	text-transform: uppercase;
}
.footer.Style_1 .contact-group .body-wrapper {
	margin-top: 40px;
}
.footer.Style_1 .contact-group .body-wrapper p {
	margin: 0;
}
.footer.Style_1 .contact-group .body-wrapper .section {
	position: relative;
	margin-bottom: 25px;
	padding: 0 0 20px 105px;
	border-bottom: 1px solid #393939;
}
.footer.Style_1 .contact-group .body-wrapper .location {
	padding-bottom: 0;
	border: none;
}
.footer.Style_1 .contact-group .body-wrapper .caption {
	font-size: 12px;
	letter-spacing: 0.4em;
	color: #747474;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}
.footer.Style_1 .contact-group .body-wrapper .section-body {
	position: relative;
}
.footer.Style_1 .contact-group .body-wrapper .section-body i {
	position: absolute;
	top: 0;
	left: 0;
	color: #747474;
	font-size: 21px;
	margin-top: -4px;
}
.footer.Style_1 .contact-group .body-wrapper .section-body .details-wrapper {
	padding-left: 40px;
}
.footer.Style_1 .contact-group .body-wrapper .section-body .details-wrapper p,
.footer.Style_1 .contact-group .body-wrapper .section-body .details-wrapper p a {
	font-size: 12px;
	color: #eaeaea;
	text-transform: uppercase;
}
.footer.Style_1 .contact-group .body-wrapper .social-links {
	margin-top: 55px;
}
.footer.Style_1 .contact-group .body-wrapper .social-links a {
	display: inline-block;
	cursor: pointer;
	height: 50px;
	width: 50px;
	margin-right: 5px;
	text-align: center;
	border-radius: 50%;
	background: #2d2d2d;
}
.footer.Style_1 .contact-group .body-wrapper .social-links .twitter:hover {
	background: #19adcb;
}
.footer.Style_1 .contact-group .body-wrapper .social-links .rss:hover {
	background: #ff6600;
}
.footer.Style_1 .contact-group .body-wrapper .social-links .facebook:hover {
	background: #3a5795;
}
.footer.Style_1 .contact-group .body-wrapper .social-links .instagram:hover {
	background: #7b4f20;
}
.footer.Style_1 .contact-group .body-wrapper .social-links .dribbble:hover {
	background: #ea4c89;
}
.footer.Style_1 .contact-group .body-wrapper .social-links .pinterest:hover {
	background: #cb2027;
}
.footer.Style_1 .contact-group .body-wrapper .social-links .linkedin:hover {
	background: #007bb6;
}
.footer.Style_1 .contact-group .body-wrapper .social-links .vkontakte:hover {
	background: #45668e;
}
.footer.Style_1 .contact-group .body-wrapper .social-links .google-plus:hover {
	background: #dd4b39;
}
.footer.Style_1 .contact-group .body-wrapper .social-links a:hover .fa {
	border: 1px solid #eaeaea;
}
.footer.Style_1 .contact-group .body-wrapper .social-links .fa {
	color: #eaeaea;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #414141;
	top: 5px;
	padding-top: 11px;
}

.footer.Style_1 .contact-group .widget-twitter .body-wrapper .twitter li {
	position: relative;
	padding: 0 0 25px 50px;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 21px;
	color: #fff;
	border-bottom: 1px solid #343434;
}
.footer.Style_1 .contact-group .widget-twitter .body-wrapper .twitter li:before {
	font-family: FontAwesome;
	content: "\f099";
	position:absolute;
	top: 0;
	left: 0;
	color: #599cc7;
	font-size: 20px;
}
.footer.Style_1 .contact-group .widget-twitter .body-wrapper .twitter li a {
	color: #599cc7;
	font-size: 12px;
	display: inline-block;
}
.footer.Style_1 .contact-group .widget-twitter .body-wrapper .twitter li .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	color: #599cc7;
}

.footer.Style_1 .contact-group .flickr-widget .body-wrapper ul li {
	width: 85px;
	height: 85px;
	overflow: hidden;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.footer.Style_1 .contact-group .flickr-widget .body-wrapper ul li img {
	max-width: 100%;
}
.footer.Style_1 .flickr-widget .follow-me {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin: 40px auto 0 auto;
	padding: 23px 63px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0.4em;
	border: 2px solid transparent;
	color: #656565;
	background: #2d2d2d;
}
.footer.Style_1 .flickr-widget .follow-me:hover {
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
}

.footer.Style_1 .map #map-wrapper {
	width: 100%;
	height: 320px;
}

.footer.Style_1 .copyrights {
	text-align: center;
	padding: 28px 0;
}
.footer.Style_1 .copyrights p {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	color: #616161;
}
.footer.Style_1 .copyrights p a {
	color: #616161;
}
.footer.Style_1 .copyrights p a:hover {
	color: #282828;
}

/* === START VERSION 2 === */
.footer.Style_2 {
	background: #424242;
}
.footer.Style_2 .footer-toggle {
	position: relative;
}
.footer.Style_2 .footer-toggle i {
	position: absolute;
	display: inline-block;
	z-index: 2;
	cursor: pointer;
	text-align: center;
	top: -28px;
	right: 0;
	padding-top: 16px;
	font-size: 18px;
	background: #fff;
	color: #424242;
	height: 62px;
	width: 62px;
	border: 6px solid transparent;
	border-radius: 50%;
}
.footer.Style_2 .footer-toggle i.opened {
	border-color: #424242;
} 
.footer.Style_2 .footer-toggle i.closed {
	border-color: #5d5d5d;
}

.footer.Style_2 .contact-info-block {
	padding: 70px 120px 0 120px;
}

.footer.Style_2 .contact-info-block .section {
	position: relative;
	margin-bottom: 25px;
	padding: 0 0 20px 105px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer.Style_2 .contact-info-block .section-header { 
	padding-bottom: 40px;
}
.footer.Style_2 .contact-info-block .section-header h3,
.footer.Style_2 .contact-info-block .section-header p {
	vertical-align: bottom;
	display: inline-block;
	color: #fff;
	margin: 0;
	text-transform: lowercase;
}
.footer.Style_2 .contact-info-block .section-header h3 {
	font-size: 22px;
	font-weight: 800;
} 
.footer.Style_2 .contact-info-block .section-header p {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 -2px 4px;
} 
.footer.Style_2 .contact-info-block .section-header h3:first-letter,
.footer.Style_2 .contact-info-block .section-header p:first-letter { 
	text-transform: uppercase;
}
.footer.Style_2 .contact-info-block .section .location {
	padding-bottom: 0;
	border: none;
}
.footer.Style_2 .contact-info-block .section .caption {
	font-size: 12px;
	letter-spacing: 0.4em;
	color: #747474;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}
.footer.Style_2 .contact-info-block .section .section-body {
	position: relative;
}
.footer.Style_2 .contact-info-block .section .section-body i {
	position: absolute;
	top: 0;
	left: 0;
	color: #747474;
	font-size: 21px;
	margin-top: -4px;
}
.footer.Style_2 .contact-info-block .section .section-body .details-wrapper {
	padding-left: 40px;
}
.footer.Style_2 .contact-info-block .section .section-body .details-wrapper p,
.footer.Style_2 .contact-info-block .section .section-body .details-wrapper p a {
	font-size: 12px;
	color: #eaeaea;
	text-transform: uppercase;
}
.footer.Style_2 .contact-info-block .social-links {
	text-align: center;
	padding: 30px 0 20px 0;
}
.footer.Style_2 .contact-info-block .social-links a {
	display: inline-block;
	cursor: pointer;
	height: 50px;
	width: 50px;
	margin-right: 5px;
	text-align: center;
	border-radius: 50%;
	background: #4c4c4c;
}
.footer.Style_2 .contact-info-block .social-links .pinterest:hover {
	background: #cb2027;
}
.footer.Style_2 .contact-info-block .social-links .rss:hover {
	background: #ff6600;
}
.footer.Style_2 .contact-info-block .social-links .dribbble:hover {
	background: #ea4c89;
}
.footer.Style_2 .contact-info-block .social-links .google-plus:hover {
	background: #dd4b39;
}
.footer.Style_2 .contact-info-block .social-links .twitter:hover {
	background: #00aced;
}
.footer.Style_2 .contact-info-block .social-links .linkedin:hover {
	background: #007bb6;
}
.footer.Style_2 .contact-info-block .social-links .facebook:hover {
	background: #3b5998;
}
.footer.Style_2 .contact-info-block .social-links .vkontakte:hover {
	background: #45668e;
}
.footer.Style_2 .contact-info-block .social-links a:hover .fa {
	border: 1px solid #eaeaea;
}
.footer.Style_2 .contact-info-block .social-links .fa {
	color: #eaeaea;
	font-size: 18px;
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	top: 5px;
	padding-top: 11px;
	cursor: pointer;
}

.footer.Style_2 .social-block .social-item {
	position: relative;
	text-align: center;
	height: 225px;
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.14);
}
.footer.Style_2 .social-block .social-item.facebook,
.footer.Style_2 .social-block .social-item.twitter {
	border-top: 0;
}
.footer.Style_2 .social-block .social-item.instagram,
.footer.Style_2 .social-block .social-item.youtube {
	border-bottom: 0;
}
.footer.Style_2 .social-block .social-item:last-child {
	margin-top: -1px;
}
.footer.Style_2 .social-block .social-item a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.footer.Style_2 .social-block .social-item:hover a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.footer.Style_2 .social-block .social-item i {
	position: relative;
	display: inline-block;
	pointer-events: none;
	font-size: 50px;
	line-height: 1em;
	top: 50%;
	margin-top: -25px;
}
.footer.Style_2 .social-block .social-item.facebook:hover a {
	background: #3b5998;
}
.footer.Style_2 .social-block .social-item.instagram:hover a {
	background: #7b4f20;
}
.footer.Style_2 .social-block .social-item.youtube:hover a {
	background: #dd4b39;
}
.footer.Style_2 .social-block .social-item.twitter:hover a {
	background: #00aced;
}
.footer.Style_2 .social-block .social-item.pinterest:hover a {
	background: #cb2027;
}
.footer.Style_2 .social-block .social-item.flickr:hover a {
	background: #ff0084;
}
.footer.Style_2 .social-block .social-item.dribbble:hover a {
	background: #ea4c89;
}
.footer.Style_2 .social-block .social-item.google:hover a {
	background: #dd4b39;
}
.footer.Style_2 .social-block .social-item.linkedin:hover a {
	background: #007bb6;
}
.footer.Style_2 .social-block .social-item p {
	position: absolute;
	pointer-events: none;
	right: 20px;
	top: 20px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

/* Twitter */
.footer.Style_2 h3 {
	color: #fff;
	margin-bottom: 45px;
	font-weight: 700;
	text-transform: lowercase;
}
.footer.Style_2 h3:first-letter {
	text-transform: uppercase;
}
.footer.Style_2 .widget-twitter {
	padding: 0 0 0 45px;
}
.footer.Style_2 .widget-twitter ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer.Style_2 .widget-twitter  .twitter li {
	position: relative;
	padding: 0 0 25px 50px;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 21px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.footer.Style_2 .widget-twitter .twitter li:before {
	font-family: FontAwesome;
	content: "\f099";
	position:absolute;
	top: 0;
	left: 0;
	color: #599cc7;
	font-size: 20px;
}
.footer.Style_2 .widget-twitter .twitter li a {
	color: #599cc7;
	font-size: 12px;
	display: inline-block;
}
.footer.Style_2 .widget-twitter .twitter li .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	color: #599cc7;
}
/* End Twitter */

/* Flickr */
.footer.Style_2 .flickr-widget {
	padding: 0 0 0 45px;
}
.footer.Style_2 .flickr-widget  ul li {
	width: 85px;
	height: 85px;
	overflow: hidden;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.footer.Style_2 .flickr-widget  ul li img {
	max-width: 100%;
}
.footer.Style_2 .flickr-widget .follow-me {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin: 40px auto 0 auto;
	padding: 23px 63px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0.4em;
	border: 2px solid transparent;
	color: #656565;
	background: #2d2d2d;
}
.footer.Style_2 .flickr-widget .follow-me:hover {
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
}
/* End Flickr */

/* Footer Contact Box */
.footer.Style_2 .contact-box {
	color: #fff;
	padding: 65px 0 0 65px;
}
.footer.Style_2 .contact-box .row {
	margin: 0;
}
.footer.Style_2 .contact-box .caption {
	margin-bottom: 40px;
}
.footer.Style_2 .contact-box .caption p,
.footer.Style_2 .contact-box .caption span {
	display: inline-block;
}
.footer.Style_2 .contact-box .caption p {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
}
.footer.Style_2 .contact-box .caption span {
	font-size: 14px;
	margin: 0 0 2px 5px;
	vertical-align: bottom;
}
.footer.Style_2 .contact-box .contact-form .input-group {
	position: relative;
	display: block;
	padding-left: 100px;
	margin-bottom: 10px;
}
.footer.Style_2 .contact-box .contact-form .input-group ul,
.footer.Style_2 .contact-box .contact-form .input-group ol {
	margin: 0;
}
.footer.Style_2 .contact-box .contact-form .input-group label {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 14px;
	font-weight: 300;
}
.footer.Style_2 .contact-box .contact-form .input-group input:not([type='submit']) {
	width: 100%;
	max-width: 230px;
}
.footer.Style_2 .contact-box .contact-form .input-group textarea {
	height: 70px;
	width: 95%;
	max-width: 380px;
}
.footer.Style_2 .contact-box .contact-form .input-group input:not([type='submit']),
.footer.Style_2 .contact-box .contact-form .input-group textarea {
	padding: 9px;
	background: #fff;
	border: 0;
	border-radius: 4px;
	font-size: 13px;
	color: #949595;
	line-height: 1em;
	border: 1px solid transparent;
}
.footer.Style_2 .contact-box .contact-form .input-group input:not([type='submit']):focus,
.footer.Style_2 .contact-box .contact-form .input-group input:not([type='submit']).has-value,
.footer.Style_2 .contact-box .contact-form .input-group textarea:focus,
.footer.Style_2 .contact-box .contact-form .input-group textarea.has-value {
	outline: none;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.08);
}
.footer.Style_2 .contact-box .contact-form input[type='submit'] {
	margin: 0 0 35px 100px;
	line-height: 1em;
	padding: 20px;
	min-width: 130px;
	color: #fff;
	border: 0;
	border-radius: 4px;
	background: #373737;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.4em;
	text-transform: uppercase;    
}
.footer.Style_2 .contact-box .contact-form input[type='submit']:hover,
.footer.Style_2 .contact-box .contact-form input[type='submit']:active {
	background: #1bb29c;
	outline: none;
}

.footer.Style_2 .copyrights {
	text-align: center;
	padding: 20px 0;
	background: #5d5d5d;
}
.footer.Style_2 .copyrights p {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	color: #363535;
}
.footer.Style_2 .copyrights p a {
	color: #363535;
}
.footer.Style_2 .copyrights p a:hover {
	color: #383131;
}

.footer-wrapper {
	display: none;
}
/* === END VERSION 2 === */

/* === END FOOTER === */

/* === START 404 PAGE === */
.page-404 .jumbotron {
	background: url(../images/404-cover.jpg) top center no-repeat;
	background-size: cover;
	margin: 0;
	text-align: center;
	padding: 265px 0 265px 0;
}
.page-404 .jumbotron .jumbotron-content {
	display: inline-block;
	padding: 0 30px;
}
.page-404 .jumbotron .jumbotron-content .oops,
.page-404 .jumbotron .jumbotron-content .border-top {
	display: inline-block;
}
.page-404 .jumbotron .jumbotron-content h1 {
	font-size: 58px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.page-404 .jumbotron .jumbotron-content h1.oops {
	margin: -34px 35px 0 35px;
}
.page-404 .jumbotron .jumbotron-content h4 {
	margin: 45px 0 65px 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}
.page-404 .jumbotron .search-form {
	position: relative;
	display: inline-block;
	padding: 5px;
	background: rgba(255, 255, 255, 0.1);
}
.page-404 .jumbotron .search-form .search-input {
	background: transparent;
	padding: 12px 50px 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 21px;
	line-height: 24px;
	font-weight: 300;
	font-style: italic;
}
.page-404 .jumbotron .search-form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
	font-size: 21px;
	line-height: 24px;
	font-weight: 300;
	font-style: italic;
}
.page-404 .jumbotron .search-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity: 1;
}
.page-404 .jumbotron .search-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity: 1;
}
.page-404 .jumbotron .search-form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff;
}
.page-404 .jumbotron .search-form .search-input:focus {
	outline: none;
}
.page-404 .jumbotron .search-form .icon-search5,
.page-404 .jumbotron .search-form .search-submit {
	position: absolute;
}
.page-404 .jumbotron .search-form .icon-search5 {
	font-size: 24px;
	top: 50%;
	margin-top: -12px;
	padding-left: 11px;
	border-left: 2px solid rgba(255, 255, 255, 0.2);
	right: 17px;
	color: #fff;
}
.page-404 .jumbotron .search-form .search-submit {
	height: 54px;
	width: 49px;
	background: transparent;
	top: 5px;
	right: 5px;
	z-index: 2;
}
.page-404 .jumbotron .search-form .search-submit:focus,
.page-404 .jumbotron .search-form .search-submit:active {
	outline: none;
}
.page-404 .jumbotron .search-form .search-submit:hover {
	background: rgba(255, 255, 255, 0.2);
}
.page-404 .jumbotron .search-form .search-submit:hover + .icon-search5 {
	border: none;
}
/* === END 404 PAGE === */

/* === START CONTACT PAGE === */
.contact-page .content {
	background: url(../images/contact-page-cover.jpg) top center;
	background-size: cover;
}
.contact-page .content .content-wrapper {
	padding: 165px 0 200px 0;
	background: rgba(0, 0, 0, 0.5);
}
.contact-page .content .content-wrapper .contact-form .contact-form-header {
	color: #fff;
}
.contact-page .content .content-wrapper .contact-form .contact-form-header .caption {
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-page .content .content-wrapper .contact-form .contact-form-header .caption h1 {
	font-size: 58px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.contact-page .content .content-wrapper .contact-form .section {
	position: relative;
	margin-top: 20px;
	padding-left: 40px;
}
.contact-page .content .content-wrapper .contact-form .section i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
}
.contact-page .content .content-wrapper .contact-form .section p {
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}
.contact-page .content .content-wrapper .contact-form .section p a {
	color: #fff;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body h4 {
	color: #fff;
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 18px 0 30px 0;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form {
	padding: 50px 50px;
	/*! background: rgba(255, 255, 255, 0.7); */
	border-radius: 4px;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form .input-cover {
	position: relative;
	margin-bottom: 5px;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form .input-cover ul {
	position: absolute;
	top: -20px;
	left: 25px;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form input:not(.contact-button),
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form textarea {
	width: 100%;
	padding: 17px 21px;
	background: #fff;
	border: none;
	margin-bottom: 20px;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form textarea {
	height: 85px;
	resize: none;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form input:not(.contact-button):focus,
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form textarea:focus {
	outline: none;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form .contact-button {
	display: inline-block;
	background: transparent;
	padding: 17px 13px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: 0.4em;
	border: 1px solid #FFF;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form .contact-button:hover,
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form .contact-button:focus {
	background: #000;
	color: #fff;
	outline: none;
}
.contact-page .content .iphone {
	display: inline-block;
	background: url(../images/iphone-5.png) no-repeat;
	overflow: hidden;
	width: 359px;
	height: 725px;
	padding: 96px 21px 112px 24px;
}
.contact-page .content .iphone #contact-map {
	width: 100%;
	height: 100%;
}
/* === END CONTACT PAGE === */

/* === START BLOG PAGE === */
.main-content h1:first-of-type {
	margin: 0 0 40px 0;
}

.blog-page .view-details-button {
	margin-top: 40px;
}

.blog-page .content {
	padding-top: 180px;
	margin-bottom: 120px;
}
.blog-page .content .post {
	margin-bottom: 60px;
}
.blog-page .content .post .image img {
	width: 100%;
}
.content .post .post-cover {
	position: relative;
	margin-bottom: 40px;
}
.content .post .post-cover blockquote {
	border: 0;
	margin: 0;
	padding: 0;
	background: #3b4765;
}
.content .post .post-cover blockquote p {
	color: #fff !important;
	padding: 45px 50px 50px 50px;
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.content .post .post-cover ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.content .post .post-header {
	position: relative;
	padding: 0 0 25px 86px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d1d1d1;
}
.content .post .post-header .date {
	position: absolute;
	left: 0;
	text-align: center;
	color: #19adcb;
}
.content .post .post-header .date h4 {
	margin: 0;
	font-size: 41px;
}
.content .post .post-header .date p {
	margin: -3px 0 0 0;
	font-size: 12px;
	text-transform: uppercase;
}
.content .post .post-header .date h4 a,
.content .post .post-header .date p a {
	color: #19adcb;
	text-decoration: none;
}
.content .post .post-header .details {
	padding-left: 16px;
	border-left: 1px solid #c5c5c5;
}
.content .post .post-header .details p {
	display: inline-block;
	color: #a2a2a2;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	margin: 15px 9px 0 0;
}
.content .post .post-header .details p a {
	line-height: 17px;
	color: #a2a2a2;
}
.content .post .post-header .details .like-button.liked p {
	color: #19adcb;
}
.content .post .post-header .details h3 {
	margin: 0;
	font-size: 21px;
	text-transform: uppercase;
}
.content .post .post-header .details h3 a {
	color: #4e4e4e;
}
.content .post .post-body .short-desc {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 40px;
}
.post-body a {
	line-height: inherit;
}
.post-body div {
	max-width: 100%;
	height: auto;
}
img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.wp-caption.aligncenter  {
	display: block;
	margin: 0 auto;
}
.blog-page .content .slider-post .main-post-slider {
	position: relative;
}
.post-cover .slide-arrows {
	padding: 0;
	top: 50%;
	z-index: 2;
	margin-top: -20px;
	position: absolute;
	width: 100%;
}
.post-cover .slide-arrows li {
	display: inline-block;
}
.post-cover .slide-arrows li.slide-right {
	float: right;
}
.post-cover .slide-arrows li .fa {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
	padding-top: 14px;
	height: 40px;
	width: 40px;
	border: none;
	text-align: center;
	cursor: pointer;
}
.post-cover .slide-arrows li .fa:hover {
	border: none;
	background: #fff;
	color: #858585;
}

/* Audio Post */
.audio-player,
.audio-player div,
.audio-player h1,
.audio-player a,
.audio-player img,
.audio-player span,
.audio-player button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
div.audio-box {
  position: relative;
  background: #232323;
}
.mejs-container {
  width: 100% !important;
}
.mejs-button {
  display: table;
}
.mejs-inner {
  position: relative;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  position: absolute;
  text-indent: -9999px;
  background: transparent;
  border: none;
  -webkit-box-shadow: 1px 0 0 #3f3f3f;
  box-shadow: 1px 0 0 #3f3f3f;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mejs-controls .mejs-button button:hover {
  background-color: #3d3d3d;
  opacity: 0.9;
}
.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {
  width: 62px;
  height: 62px;
  top: 0;
  left: 0px;
  position: relative;
}
.mejs-controls .mejs-play button:after,
.mejs-controls .mejs-pause button:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  font-size: 1.5em;
  border-left: 1em solid #ffffff;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.4em;
}
.mejs-controls .mejs-play button:focus,
.mejs-controls .mejs-pause button:focus {
	outline: none;
}
.mejs-controls .mejs-pause button:after {
  content: '';
  width: 15px;
  height: 2em;
  display: block;
  font-size: 0.75em;
  background: transparent;
  border: none;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -0.75em;
}
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
  width: 1.5em;
  height: 1.5em;
  background: url(../images/sound.png) center center no-repeat transparent;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 1.5em;
  right: 1.5em;
  z-index: 33;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.mejs-controls .mejs-mute button:hover,
.mejs-controls .mejs-unmute button:hover {
  background: url(../images/no_sound.png) center center no-repeat transparent;
}
.mejs-controls .mejs-unmute button {
  background: url(../images/no_sound.png) center center no-repeat transparent;
}
.mejs-controls .mejs-unmute button:hover {
  background: url(../images/sound.png) center center no-repeat transparent;
}
.mejs-controls div.mejs-horizontal-volume-slider {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.mejs-controls .mejs-mute button:focus,
.mejs-controls .mejs-unmute button:focus {
	outline: none;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  height: 62px;
  width: 62px;
  background: transparent;
  -webkit-box-shadow: -1px 0 0 #3f3f3f;
  box-shadow: -1px 0 0 #3f3f3f;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  width: 0;
  height: 62px;
  top: 0;
  left: 0;
  background-color: #3d3d3d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mejs-controls .mejs-time-rail span {
  position: absolute;
  display: block;
  height: 1.5em;
  top: 1.5em;
  left: 5.5em;
  cursor: pointer;
  background-color: #303e41;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #303e41;
  width: auto !important;
  right: 5.5em;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  width: 0;
  top: 0em;
  left: 0em;
  background: #204d56;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  top: 0;
  left: 0;
  background: #19adcb;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  width: 1px;
  height: 62px;
  background-color: #303030;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 2px;
  height: 21px;
  top: 0px;
  background-color: #243f45;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  width: 33px;
  height: 23px;
  top: -3px;
  left: 0;
  margin-left: 5px;
  background: transparent;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 33px;
  display: block;
  left: 0;
  top: 4px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: transparent;
}

.post-cover .testimonial {
	background: #3b4765;
	color: #fff;
	padding-bottom: 40px;
}
.post-cover .testimonial h4 {
	padding: 45px 50px 50px 50px;
	margin: 0 0 24px 0;
	font-size: 21px;
	line-height: 42px;
	font-style: italic;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.post-cover .testimonial p {
	padding-left: 50px; 
	margin: 0;
}
.post-cover .testimonial p.name {
	font-size: 17px;
	font-weight: 700;
}
.post-cover .testimonial p.job {
	font-size: 14px;
}
/* === END BLOG PAGE === */

/* === START SINGLE BLOG PAGE === */
.single-post-page .content {
	padding-top: 180px;
	margin-bottom: 120px;
}
.single-post-page .content .post .post-image img {
	width: 100%;
}
.single-post-page .content .post .details h5 {
	color: #4e4e4e;
}
.single-post-page .content .post .post-body p {
	color: #949393;
	font-size: 14px;
	line-height: 21px;
}
.single-post-page .content .post .post-body .testimonial {
	border-left: 6px solid #e81d43;
	padding: 22px 0 22px 40px;
	margin: 30px 0;
}
.single-post-page .content .post .post-body .testimonial p {
	color: #3b4765;
	margin: 0;
}
.single-post-page .content .post .post-body .testimonial p.comment {
	border-bottom: 1px solid #ced1d8;
	font-size: 21px;
	line-height: 42px;
	font-style: italic;
	padding-bottom: 30px;
}
.single-post-page .content .post .post-body .testimonial p.name {
	margin-top: 24px;
	font-size: 17px;
	font-weight: 700;
}
.single-post-page .content .post .post-body .testimonial p.job-title {
	font-size: 14px;
}
.single-post-page .content .post .post-body .features .col-xs-6:nth-child(2),
.single-post-page .content .post .post-body .features .col-xs-6:nth-child(4) {
	margin-left: -120px;
}

.single-post-page .content .post .post-body .text-image {
	padding: 45px 0;
}
.single-post-page .content .post .post-body .text-image p {
	margin: 0;
}
.single-post-page .content .post .post-body .text-image img {
	width: 100%;
}

.content .share-links {
	margin-bottom: 80px;
	padding-left: 70px;
	position: relative;
}
.share-links li {
	display: inline-block;
}
.content .share-links li:first-of-type {
	position: absolute;
	left: 0;
}
.content .share-links li p {
	color: #4e4e4e;
	font-size: 14px;
	line-height: 32px;
	margin: 13px 20px 0 0;
}
.content .share-links li .fa {
	display: inline-block;
	margin-right: 5px;
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	padding-top: 21px;
	color: #fff;
	opacity: 0.7;
	cursor: pointer;
}
.content .share-links li .fa:hover {
	opacity: 1;
}
.content .share-links li a.facebook .fa {
	background: #2f5082;
}
.content .share-links li a.twitter .fa {
	background: #5ab0d8;
}
.content .share-links li a.pinterest .fa {
	background: #d03333;
}
.content .share-links li a.dribbble .fa {
	background: #ce0677;
}
.content .share-links li a.instagram .fa {
	background: #74442f;
}
.content .share-links li a.vkontakte .fa {
	background: #3a6892;
}
.content .share-links li a.google-plus .fa {
	background: #dc4a38;
}
.content .share-links li a.linkedin .fa {
	background: #007bb6;
}

.content .project-pagination {
	display: inline-block;
	padding-top: 20px;
	margin-bottom: 90px;
	border-top: 1px solid #dcdcdc;
}
.content .project-pagination a {
	color: #000;
	font-size: 21px;
	text-decoration: none;
	border-bottom: 3px solid transparent;
}
.content .project-pagination span {
	display: inline-block;
	height: 21px;
	width: 1px;
	border-left: 1px solid #000;
	margin: 5px 15px 0 15px;
}
.content .project-pagination a:hover {
	color: #19adcb;
	border-color: #19adcb;
}
.content .project-pagination a .fa {
	font-size: 16px;
	margin-top: 4px;
}
.single-post-page .content .related-projects h3 {
	color: #4e4e4e;
	font-size: 31px;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}
.single-post .related-post {
	margin-bottom: 30px;
}
.single-post-page .content .related-projects li {
	display: inline-block;
	margin-right: 20px;
}

.comments-area {
	padding-top: 60px;
}

.comments-area {
	background: #fafafa;
	padding: 25px 50px 30px 50px;
	margin-bottom: 80px;
}
.comments-area .respond-area h4 {
	color: #4e4e4e;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
.comments-area .comment-reply-title {
	margin-bottom: 25px;
}
.comments-area .comment-form .comments-line,
.comments-area .comment-form .comments-linearea {
	margin-bottom: 5px;
	background: #fff;
	border-radius: 0;
	border: 1px solid #e0e0e0;
	font-size: 17px;
	font-style: italic;
}
.comments-area .comment-form .comments-linearea {
	margin-bottom: 15px;
	height: 130px;
}
.comments-area .comment-form .comments-line.active {
	color: #878787;
	background: #e1e1e1;
	border-color: transparent;
}
.comments-area .comment-form .comments-line:focus,
.comments-area .comment-form .comments-linearea:focus {
	outline: none;
}
.comments-area .comment-form .comments-line ::-webkit-input-placeholder,
.comments-area .comment-form .comments-linearea ::-webkit-input-placeholder { /* WebKit browsers */
	color: #c3c3c3;
}
.comments-area .comment-form .comments-line:-moz-placeholder,
.comments-area .comment-form .comments-linearea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #c3c3c3;
   opacity: 1;
}
.comments-area .comment-form .comments-line ::-moz-placeholder,
.comments-area .comment-form .comments-linearea ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #c3c3c3;
   opacity: 1;
}
.comments-area .comment-form .comments-line :-ms-input-placeholder,
.comments-area .comment-form .comments-linearea :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #c3c3c3;
}

.comments-area .ul-comments .comment {
	margin-bottom: 40px;
}
.comments-area .ul-comments .comment h4 {
	margin: 0;
	padding: 0;
	color: #4e4e4e;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
}
.comments-area .ul-comments .comment h4 a {
	color: #4e4e4e;
	text-decoration: none;
}
.comments-area .ul-comments .comment p.date {
	color: #a2a2a2;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	border: 0;
}
.comments-area .ul-comments .comment p.message {
	color: #949393;
	font-size: 13px;
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
}
.comments-area .ul-comments .comment.reply-comment {
	margin-top: 40px;
}
.comments-area .ul-comments .comment .comment-avatar {
	width: 64px;
	height: 64px;
	overflow: hidden;
}
.comments-area .ul-comments .comment.has-reply > .comment-avatar {
	border-bottom: 1px solid #c9c9c9;
	height: 84px;
	width: 100%;
}
.comments-area .ul-comments .comment .comment-avatar img {
	width: 64px;
	height: 64px;
	border-radius: 4px;
}
.comments-area .ul-comments .comment .comment-reply-link, 
#cancel-comment-reply-link {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	background: #efefef;
	color: #bebebe;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 18px;
	float: right;
}
.comments-area .ul-comments .comment .comment-reply-link:hover,
#cancel-comment-reply-link:hover {
	background: #d1eff5;
	color: #19adcb;
}

.post-body ul,
.post-body ol {
	padding-left: 20px;
}
/* === END SINGLE BLOG PAGE === */

/* === START ABOUT PAGE === */
.about-page .jumbotron-wrapper {
	background: url(../images/about-cover.jpg) top center;
	background-size: cover;
}
.jumbotron-wrapper .jumbotron {
	background: rgba(0, 0, 0, 0);
	padding: 255px 0 300px 0;
	margin: 0;
	text-align: center;
	color: #fff;
}
.jumbotron-wrapper .jumbotron .icon i {
	display: inline-block;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 18px;
	padding-top: 9px;
	margin-bottom: 40px;
	display: none;
}
.jumbotron-wrapper .jumbotron h1 {
	font-size: 58px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 8px 30px 0 30px;
}
.jumbotron-wrapper .jumbotron h1,
.jumbotron-wrapper .jumbotron .border-top {
	display: inline-block;
}

.content .history-skills .section-header {
	padding: 90px 0 45px 0;
}
.content .history-skills .section-header.v1 {
	text-align: left;
}

.content .history-skills .section-header.v1 .border-bottom {
	margin: 0;
}
.content .history-skills p {
	color: #7c7c7c;
	font-size: 17px;
	line-height: 32px;
}

.content .history-skills .skills .bar-main-container {
	margin-bottom: 23px;
}
.content .history-skills .skills .bar-container {
	height: 16px;
	border-radius: 2px;
	background: #dbdbdb;
	position: relative;
}
.content .history-skills .skills .bar-container .bar {
	height: 100%;
	border-radius: 2px;
	background: #19adcb;
}
.content .history-skills .skills .bar-container .bar-percentage {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -31px;
	color: #4e4e4e;
	font-size: 21px;
	font-weight: 300;
	font-style: italic;
}
.content .history-skills .skills .entry-title {
	color: #4e4e4e;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.content .team .member {
	margin-bottom: 95px;
}

.content .pricing {
	margin-top: -100px;
	background: url(../images/pricing-pattern.jpg);
}
.content .pricing .section-header h3,
.content .pricing .section-header p {
	/* color: #fff; */
	margin-top: 50px;
}
.content .pricing .section-header .border-bottom {
	/* background: #fff; */
}
.content .pricing .section-header.v2 .border-bottom {
	border-color: #fff;
}
.content .pricing .section-header.v2 .border-bottom:before,
.content .pricing .section-header.v2 .border-bottom:after {
	background: #fff;
}
.content .pricing .section-header .prices {
	margin-top: 50px;
}
.content .pricing .section-header .prices a {
	text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	padding: 6px 25px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
.content .pricing .section-header .prices .fa {
	color: #fff;
	margin: 1px 7px 0 7px;
}
.content .pricing .body-wrapper {
	background: rgba(255, 255, 255, 0.05);
	padding: 0 0 150px 0;
	overflow: hidden;
}
.content .pricing .body-wrapper .pricing-item {
	text-align: center;
}
.content .pricing .body-wrapper .pricing-item .pricing-item-header {
	background: rgba(0, 0, 0, 0.3);
	padding: 23px 0;
}
.content .pricing .body-wrapper .pricing-item .pricing-item-header h5 {
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
} 
.content .pricing .body-wrapper .pricing-item .pricing-item-header p {
	font-size: 14px;
	color: #fff;
	vertical-align: bottom;
	margin: 0;
}
.content .pricing .body-wrapper .pricing-item .pricing-item-header p strong {
	color: #e26262;
	font-size: 16px;
	vertical-align: bottom;
	font-weight: 800;
}
.content .pricing .body-wrapper .pricing-item .pricing-item-body {
	padding-bottom: 50px;
}
.content .pricing .body-wrapper .pricing-item .pricing-item-body p {
	margin: 0;
	color: #fff;
	padding: 15px 0;
} 
.content .pricing .body-wrapper .pricing-item .pricing-item-body a {
	display: inline-block;
	margin-top: 30px;
	text-decoration: none;
	color: #fff;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.2);
	padding: 16px 50px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
.content .pricing .body-wrapper .pricing-item .pricing-item-body a:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
}
.content .pricing .body-wrapper .pricing-item .pricing-item-body p:nth-child(even) {
	background: rgba(0, 0, 0, 0.1);
}
.content .pricing .body-wrapper .pricing-item .pricing-item-body p:last-of-type {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content .pricing .body-wrapper .basic-pack {
	background: #674172;
}
.content .pricing .body-wrapper .standart-pack {
	background: #e26262;
}
.content .pricing .body-wrapper .vip-pack {
	background: #4283d7;
}
/* === END ABOUT PAGE === */

/* === START SINGLE PROJECT PAGE === */
.single .content {
	padding-bottom: 200px;
}
.portfolio-page .jumbotron-wrapper,
.single .jumbotron-wrapper {
	background: url(../images/single-project-page-cover.jpg) top center;
	background-size: cover;
}
.portfolio-page .jumbotron-wrapper .jumbotron,
.single .jumbotron-wrapper .jumbotron {
	background: transparent;
}
.single .project-header {
	text-align: center;
	padding: 60px 0;
}
.single .project-header .icon-cross {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 24px;
	padding: 10px;
	border: 4px solid #000;
}
.single .project-header .icon-cross i {
	position: absolute;
	width: 5px;
	height: 4px;
	background: #fff;
}
.single .project-header .icon-cross i:nth-child(1) {
	top: 0;
	left: 0;
	margin-top: -4px;
}
.single .project-header .icon-cross i:nth-child(2) {
	top: 0;
	right: 0;
	margin-top: -4px;
}
.single .project-header .icon-cross i:nth-child(3) {
	bottom: 0;
	left: 0;
	margin-bottom: -4px;
}
.single .project-header .icon-cross i:nth-child(4) {
	bottom: 0;
	right: 0;
	margin-bottom: -4px;
}
.single .project-header h2 {
	color: #4e4e4e;
	font-size: 32px;
	text-transform: uppercase;
	margin: 50px 0 20px 0;
}
.single .project-header .border-bottom {
	margin-bottom: 40px;
}
.single .project-header hr {
	margin: 0 0 16px 0;
	border-color: #4e4e4e;
}
.single .project-header .details p {
	display: inline-block;
	margin: 0 16px 0 0;
	color: #4e4e4e;
	font-size: 12px;
	text-transform: uppercase;
}
.single .project-body .image img  {
	width: 100%;
	margin-bottom: 60px;
}
.single .project-body p {
	color: #4e4e4e;
	font-size: 21px;
	line-height: 32px;
	margin: 0 0 40px 0;
}
.single .content .project-pagination {
	margin-bottom: 75px;
}
.single .content .related-projects {
	text-align: center;
}
.single .content .related-projects h3 {
	margin: 0 0 60px 0;
	color: #4e4e4e;
	font-size: 32px;
	text-transform: uppercase;
}

.single .related-project {
	margin-bottom: 30px;
}
/* === END SINGLE PROJECT PAGE === */

/* START PORTFOLIO PAGES */
.portfolio {
	padding-bottom: 100px;
}
.portfolio .works h3 {
	text-align: center;
	margin: 90px 0 -30px 0;
}
.portfolio-page .pagination {
	margin-top: 60px;
}
.portfolio-page .pagination > .container {
	padding: 0;
	width: 100%;
	text-align: center;
}
.portfolio .filter-box {
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 40px;
	margin-top: 60px !important;
	margin-bottom: 40px;
}

.portfolio .portfolio-post {
	margin-bottom: 20px;
}
.portfolio .portfolio-post {
	padding: 0 10px;
} 
.portfolio .portfolio-post figure img {
	width: 100%;
}

/* Filter Box V2 */
.filter-box.v2 {
	margin-top: -90px;
	padding-bottom: 58px;
} 
.filter-box.v2 ul {
	font-size: 0;
}
.filter-box.v2 li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.filter-box.v2 li:last-of-type {
	margin: 0;
}
.filter-box.v2 li a {
	display: inline-block;
	color: #424242;
	background: transparent;
	border-radius: 3px;
	padding: 5px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
}
.filter-box.v2 li a:hover,
.filter-box.v2 li a.current {
	color: #3d958c;
	background: #000;
	border: 0;
}

/* Start Layla Effect */

/* Common style */
.portfolio.v2 figure {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.portfolio.v2 figure figcaption::before,
.portfolio.v2 figure figcaption::after {
	pointer-events: none;
}

.portfolio.v2 figure figcaption {
	padding: 2em;
	color: #434343;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.portfolio.v2 figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.portfolio.v2 figure .caption-wrapper h2 {
	margin: 0;
	color: #424242;
	font-size: 16px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 25px;
	opacity: 0;
}
.portfolio.v2 figure .caption-wrapper p {
	margin: 0;
	color: #bdbdbd;
	font-size: 13px;
	opacity: 0;
}

.portfolio.v2 figure h2,
.portfolio.v2 figure .links {
	margin: 0;
}

/*---------------*/
/***** Layla *****/
/*---------------*/

.portfolio.v2 figure.effect-layla figcaption {
	padding: 2.3em;
}

.portfolio.v2 figure.effect-layla figcaption .caption-wrapper {
	position: relative;
	top: 50%;
	margin-top: -45px;
}
.portfolio.v2 figure.effect-layla figcaption::before,
.portfolio.v2 figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

.portfolio.v2 figure.effect-layla figcaption::before {
	top: 40px;
	right: 20px;
	bottom: 40px;
	left: 20px;
	border-top: 1px solid rgba(73, 147, 139, 0.23);
	border-bottom: 1px solid rgba(73, 147, 139, 0.23);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.portfolio.v2 figure.effect-layla figcaption::after {
	top: 20px;
	right: 40px;
	bottom: 20px;
	left: 40px;
	border-right: 1px solid rgba(73, 147, 139, 0.23);
	border-left: 1px solid rgba(73, 147, 139, 0.23);
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.portfolio.v2 figure.effect-layla img {
	width: 100%;
}

.portfolio.v2 figure.effect-layla .links {
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

.portfolio.v2 figure.effect-layla img,
.portfolio.v2 figure.effect-layla figcaption::before,
.portfolio.v2 figure.effect-layla figcaption::after,
.portfolio.v2 figure.effect-layla h2,
.portfolio.v2 figure.effect-layla p,
.portfolio.v2 figure.effect-layla .links {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.portfolio.v2 figure.effect-layla:hover img {
	opacity: 0.05;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.portfolio.v2 figure.effect-layla:hover figcaption::before,
.portfolio.v2 figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.portfolio.v2 figure.effect-layla:hover h2,
.portfolio.v2 figure.effect-layla:hover p,
.portfolio.v2 figure.effect-layla:hover .links {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.portfolio.v2 figure.effect-layla:hover figcaption::after,
.portfolio.v2 figure.effect-layla:hover h2,
.portfolio.v2 figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.portfolio.v2 figure.effect-layla .links .fa {
	margin-left: -6px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #49938b;
	height: 36px;
	width: 36px;
	font-size: 16px;
	padding-top: 10px;
	cursor: pointer;
}
.portfolio.v2 figure.effect-layla .links .fa:hover {
	color: #86ceb8;
}

/* END PORTFOLIO PAGES */

/* === START SERVICES PAGE === */
.services-page .content {
	padding-bottom: 160px;
}
.services-page .jumbotron-wrapper {
	background: url(../images/services-page-cover.jpg) top center;
	background-size: cover;
}
.services-page .jumbotron-wrapper .jumbotron {
	background: transparent;
}
.services-page .content .offer {
	border: 0;
}
.content .services {
	border: 0;
	background: url(../images/services-page-cover-2.jpg) top center;
	background-size: cover;
	color: #fff;
	padding: 0;
	overflow: hidden;
}
.content .services .services-wrapper {
	background: rgba(89, 133, 173, 0.7);
	padding: 150px 0;
}
.content .services .services-wrapper .services-left {
	text-align: right;
}
.content .services .services-wrapper .services-right {
	text-align: left;
}
.content .services .services-wrapper .services-item {
	position: relative;
	margin-bottom: 65px;
}
.content .services .services-wrapper .services-item:last-of-type {
	margin: 0;
}
.content .services .services-wrapper .services-item i {
	position: absolute;
	display: inline-block;
	text-align: center;
	color: #333;
	background: #fff;
	font-size: 26px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	padding-top: 22px;
	top: 0;
}
.content .services .services-wrapper .services-item i.icon-cup12 {
	font-size: 18px;
	padding-top: 26px;
}
.content .services .services-wrapper .services-left .services-item {
	padding-right: 90px;
}
.content .services .services-wrapper .services-right .services-item {
	padding-left: 90px;
}
.content .services .services-wrapper .services-left .services-item i {
	right: 0;
}
.content .services .services-wrapper .services-right .services-item i {
	left: 0;
}
.content .services .services-wrapper .services-item .services-item-header h4 {
	font-size: 21px;
	text-transform: uppercase;
	margin: 0 0 14px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.content .services .services-wrapper .services-item p {
	font-size: 14px;
	line-height: 21px;
	margin: 0;
}
.content .services .services-wrapper .container {
	position: relative;
}
.content .services .services-wrapper .container .phone-wrapper {
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -179px;
}
.content .services .services-wrapper .container .phone-wrapper  img {
	width: 100%;
}

.content .testimonials-partners {
	padding-bottom: 160px;
}
.content .testimonials-partners .testimonials-block ul {
	margin: 0;
	list-style-type: none;
	border-right: 1px solid #dedede;
	padding-right: 10px;
	height: 590px;
	overflow: auto;
}

._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
	background-color: #c5c5c5 !important;
	width: 12px;
	border-radius: 0;
}

.mCSB_1_scrollbar .mCSB_dragger .mCSB_draggerRail {
	width: 12px;
}

.mCSB_draggerRail {
	background: #f0f0f0 !important;
	width: 12px !important;
	border-radius: 0 !important;
}

.content .testimonials-partners .testimonials-block .testimonial {
	position: relative;
	margin-bottom: 100px;
	padding-left: 110px;
}
.content .testimonials-partners .testimonials-block .testimonial:last-of-type {
	margin: 0;
	padding-bottom: 5px;
}
.content .testimonials-partners .testimonials-block .testimonial .image {
	position: absolute;
	top: 0;
	left: 0;
}
.content .testimonials-partners .testimonials-block .testimonial .image img {
	height: 85px;
	width: 85px;
	border-radius: 50%;
}
.content .testimonials-partners .testimonials-block .testimonial .testimonial-header {
	margin: 0 0 25px 0;
	padding: 15px 0 20px 0;
	border-bottom: 1px solid #c5c5c5;
}
.content .testimonials-partners .testimonials-block .testimonial .testimonial-header .name {
	display: inline-block;
	color: #4e4e4e;
	font-size: 14px;
	line-height: 18px;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
.content .testimonials-partners .testimonials-block .testimonial .testimonial-header .name strong {
	font-size: 17px;
}
.content .testimonials-partners .testimonials-block .testimonial p.message {
	margin: 0;
	color: #4e4e4e;
	font-size: 21px;
	line-height: 42px;
	font-style: italic;
}

.content .testimonials-partners .partners .partners-wrapper {
	position: relative;
}
.content .testimonials-partners .partners .partners-wrapper .partners-header {
	padding-bottom: 21px;
	border-bottom: 1px solid #c5c5c5;
}
.content .testimonials-partners .partners .partners-wrapper .partners-header h3 {
	margin: 0;
	color: #4e4e4e;
	font-size: 32px;
	text-transform: uppercase;
}
.content .testimonials-partners .partners .partners-wrapper .partners-carousel {
	overflow: hidden;
}
.content .testimonials-partners .partners .partners-wrapper .partners-carousel .carousel-controls {
	position: absolute;
	top: 0;
	right: 0;
}
.content .testimonials-partners .partners .partners-wrapper .partners-carousel .carousel-controls .fa {
	display: inline-block;
	height: 43px;
	width: 46px;
	color: #7c7c7c;
	background: #f0f0f0;
	font-size: 19px;
	text-align: center;
	padding-top: 12px;
	cursor: pointer;
	margin-left: -4px;
}
.content .testimonials-partners .partners .partners-wrapper .partners-carousel .carousel-controls .fa:hover {
	background: #e4e4e4;
}
.content .testimonials-partners .partners .partners-wrapper .clients-carousel-item {
	text-align: center;
	width: 100%;
}
.content .testimonials-partners .partners .partners-wrapper .clients-carousel-item a {
	opacity: 1;
}
.content .testimonials-partners .partners .partners-wrapper .clients-carousel-item a:hover {
	opacity: 0.7;
}
/* === END SERVICES PAGE === */

/* === START TEAM PAGE === */
.team-page .jumbotron-wrapper {
	background: url(../images/team-page-cover.jpg) top center;
	background-size: cover;
}
.team-page .jumbotron-wrapper .jumbotron {
	background: transparent;
}

.team-page .content .team .member {
	margin-bottom: 95px;
}

.how-we-work {
	padding: 0 0 85px 0;
	text-align: center;
	border-bottom: 1px solid #dedede;
}
.content .how-we-work .col-md-3 {
	padding: 0;
}
.how-we-work .icon-wrapper {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 9px solid #dff3f8;
}
.how-we-work .icon-wrapper .icon {
	display: inline-block;
	cursor: pointer;
	height: 180px;
	width: 180px;
	border-radius: 25px;
	background: #d1eff5;
	color: #19adcb;
	border: 3px solid transparent;
	font-size: 38px;
	padding-top: 71px;
}
.how-we-work .icon-wrapper .icon:hover {
	background: #fff;
	border-color: #19adcb;
}
.how-we-work .icon-wrapper .fa-long-arrow-right {
	position: absolute;
	color: #19adcb;
	font-size: 20px;
	top: 50%;
	margin-top: -20px;
	margin-left: 35px;
}
.how-we-work .icon-wrapper .fa-caret-down {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 -22px -6px;
	font-size: 20px;
	color: #dff3f8;
}
.how-we-work .work-item h5 {
	color: #19adcb;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 40px 0 25px 0;
}
.how-we-work .work-item p {
	margin: 0;
	color: #4e4e4e;
	font-size: 13px;
	line-height: 21px;
	margin: 0;
	padding: 0 15px;
}
.how-we-work .work-item:last-of-type .fa-long-arrow-right {
	display: none;
}

.content .team .become-member .wrapper {
	cursor: pointer;
	text-align: center;
	background: #dddedf;
}
.content .team .become-member .wrapper:hover a {
	opacity: 1;
}
.content .team .become-member .wrapper:hover .new-member {
	margin-top: -104px;
}
.content .team .become-member .wrapper .new-member {
	position: relative;
	display: inline-block;
	top: 50%;
	margin-top: -80px;
}
.content .team .become-member .wrapper img,
.content .team .become-member .wrapper a {
	display: block;
}
.content .team .become-member .wrapper img {
	max-width: 100%;
	margin: 0 auto 30px auto;
}
.content .team .become-member .wrapper a {
	color: #a5a5a5;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 0;
}
.content .team .become-member .wrapper a:hover {
	opacity: 0.7;
}

.content .gallery {
	margin-top: -95px;
	padding-bottom: 170px;
	background: url(../images/team-page-gallery-cover.jpg) top center;
	background-size: cover;
}
.content .gallery ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.content .gallery .section-header h3,
.content .gallery .section-header p {
	color: #fff;
}
.content .gallery .section-header .border-bottom {
	background: #fff;
}
.gallery .section-header.v2 .border-bottom { 
	border-color: #fff;
}
.gallery .section-header.v2 .border-bottom:before,
.gallery .section-header.v2 .border-bottom:after { 
	background: #fff;
}
.content .gallery .slide .project-details {
	padding-left: 45px;
}
.content .gallery .slide .project-details h4,
.content .gallery .slide .project-details p {
	color: #fff;
}
.content .gallery .slide .project-details h4 {
	font-size: 21px;
	font-weight: 300;
	margin: 0 0 25px 0;
}
.content .gallery .slide .project-details h4.date {
	margin-bottom: 50px;
}
.content .gallery .slide .project-details p {
	font-size: 21px;
	font-weight: 300;
	line-height: 32px;
	margin: 0 0 40px 0;
}
.content .gallery .slide .project-details p:last-of-type {
	margin: 0;
}
.content .gallery #slider .flex-direction-nav {
	display: none;
}
.content .gallery #slider .slide img {
	width: 100%;
}
.content .gallery #slider .project-image-and-share {
	position: relative;
}
.content .gallery #slider .project-image-and-share .slider-share-links {
	position: absolute;
	top: 0;
	right: -50px;
	z-index: 2;
}
.content .gallery #slider .project-image-and-share .slider-share-links li {
	margin-bottom: 5px;
}
.content .gallery #slider .project-image-and-share .slider-share-links a {
	text-decoration: none;
}
.content .gallery #slider .project-image-and-share .slider-share-links a .fa {
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	color: #4e4e4e;
	background: #fff;
	width: 50px;
	height: 50px;
	padding-top: 16px;
}
.content .gallery #slider .project-image-and-share .slider-share-links a .fa:hover {
	background: #4e4e4e;
	color: #fff;
}
.content .gallery #carousel {
	position: relative;
}
.content .gallery #carousel li {
	position: relative;
}
.content .gallery #carousel li .hover {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
}
.content .gallery #carousel li .hover:hover {
	background: rgba(0, 0, 0, 0.2);
}
.content .gallery #carousel img {
	width: 100%;
}
.content .gallery #carousel .flex-direction-nav li {
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.content .gallery #carousel .flex-direction-nav li:first-of-type {
	left: 20px;
}
.content .gallery #carousel .flex-direction-nav li:last-of-type {
	left: 100%;
	margin-left: -66px;
}
.content .gallery #carousel .flex-direction-nav a {
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.5;
	height: 43px;
	width: 46px;
	text-indent: -99px;
}
.content .gallery #carousel .flex-direction-nav a:focus {
	outline: none;
}
.content .gallery #carousel .flex-direction-nav a:hover {
	opacity: 1;
}
.content .gallery #carousel .flex-direction-nav a.flex-prev {
	background: url(../images/slider-prev.png) no-repeat;
}
.content .gallery #carousel .flex-direction-nav a.flex-next {
	background: url(../images/slider-next.png) no-repeat;
}
.content .gallery .slider-controls {
	clear: both;
}
/* === END TEAM PAGE === */

/* === START SIDEBAR === */
.widget img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
.widget .search-form {
	margin-bottom: 35px;
	background: #000;
	padding: 5px;
}
.widget .search-form {
	position: relative;
	width: 100%;
}
.widget .search-form .search-input {
	width: 100%;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	font-size: 21px;
	line-height: 24px;
	font-style: italic;
	padding: 10px 55px 10px 12px;
}
.widget .search-form .search-input:focus {
	outline: none;
}
.widget .search-form .search-submit {
	position: absolute;
}
.widget .search-form .search-submit {
	top: 5px;
	right: 5px;
	color: #fff;
	background: transparent;
	width: 50px;
	height: 50px;
	z-index: 2;
}
.widget .search-form .search-submit:hover {
	background: rgba(255, 255, 255, 0.3);
}
.widget .search-form .search-submit:active,
.widget .search-form .search-submit:focus {
	outline: none;
}

.widget {
	border-top: 4px solid #19adcb;
	/* margin-bottom: 35px; */
}
.widget.widget_search,
.widget.show_popular {
	border: 0;
}
.widget h2, .widget h3, .widget h5 {
	color: #000;
	font-size: 14px;
	line-height: 21px;
	margin: 12px 0 30px 0;
	text-transform: uppercase;
}

.widget ul li ul {
	padding: 25px 0 0 15px !important;
}

footer .widget {
	border-top: 0 !important;
	text-align: center;
}
footer .widget h2, footer .widget h3, footer .widget h5 {
	color: #525252 !important;
	font-size: 32px;
	line-height: 1em !important;
	display: block;
}

footer.Style_2 .widget h2, footer.Style_2 .widget h3, footer.Style_2 .widget h5 {
	color: #fff !important;
}

footer .rsswidget {
	color: #525252 !important;
}

footer .widget_rss .rss-date, 
footer .widget_rss cite,
footer ul li,
footer .widget {
	color: #666;
}

footer .widget_rss .rssSummary {
	color: #ccc;
}

footer table, footer th, footer td {
	border-color: #666;
	background: rgba(255, 255, 255, .05);
	color: #fff;
}

footer .widget_calendar caption {
	color: #fff;
}

footer.Style_2 .widget {
	margin-left: 15px;
	margin-right: 15px;
}

.widget-social-buttons p {
	color: #afafaf;
	font-size: 12px;
	margin: -22px 0 8px 0;
}
.widget-social-buttons ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style-type: none;
}
.widget-social-buttons li {
	display: inline-block;
	margin: 0 3px 3px 0;
}
.widget-social-buttons li:last-of-type {
	margin-right: 0;
}
.widget-social-buttons li a {
	display: inline-block;
}
.widget-social-buttons li a .fa {
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 13px;
	border-radius: 2px;
	opacity: 1;
}
.widget-social-buttons li a .fa:hover {
	opacity: 0.7;
}
.widget-social-buttons li a .fa.fa-facebook {
	background: #1a469e;
}
.widget-social-buttons li a .fa.fa-twitter {
	background: #7abcd7;
}
.widget-social-buttons li a .fa.fa-pinterest {
	background: #e81d43;
}
.widget-social-buttons li a .fa.fa-google {
	background: #f24747;
}
.widget-social-buttons li a .fa.fa-dribbble {
	background: #cf0786;
}
.widget-social-buttons li a .fa.fa-instagram {
	background: #4887c7;
}
.widget-social-buttons li a .fa.fa-linkedin {
	background: #0274b3;
}
.widget-social-buttons li a .fa.fa-flickr {
	background: #ff0084;
}
.widget-social-buttons li a .fa.fa-youtube {
	background: #da281e;
}

/* Recent comments & Archive & Categories & Meta & Recent Entries */
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_rss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
	padding: 20px 0;
	font-size: 17px;
	line-height: 1em;
	border-bottom: 1px solid #393939;
}
.widget_archive ul li,
.widget_categories ul li {
	text-align: right;
}
.widget_archive ul li a,
.widget_categories ul li a {
	float: left;
}

.widget ul li ul {
	padding: 10px 0 0 15px;
}

.widget_recent_comments ul li:first-of-type, 
.widget_archive ul li:first-of-type,
.widget_categories ul li:first-of-type,
.widget_meta ul li:first-of-type,
.widget_recent_entries ul li:first-of-type,
.widget_rss ul li:first-of-type {
	padding-top: 0;
}
.widget_recent_comments ul li:last-of-type,
.widget_archive ul li:last-of-type,
.widget_categories ul li:last-of-type,
.widget_recent_entries ul li:last-of-type,
.widget_meta ul li:last-of-type,
.widget_rss ul li:last-of-type {
	border: 0;
}
.widget_recent_comments ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a {
	text-decoration: none;
	color: #acacac;
}
.widget_recent_comments ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_rss ul li a:hover {
	color: #19adcb;
}

/* Widget RSS */
.widget_rss .rsswidget,
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	display: block;
}
.widget_rss .rsswidget {
	margin-bottom: 10px;
}
.widget_rss .rss-date {
	margin-bottom: 15px;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.6);
}
.widget_rss cite {
	margin-top: 15px;
	color: rgba(0, 0, 0, 0.7);
}
.widget_rss a {
	text-decoration: none;
}
.widget_rss h2 .rsswidget, .widget_rss h3 .rsswidget, .widget_rss h4 .rsswidget, .widget_rss h5 .rsswidget {
	display: inline-block;
	line-height: 1em;
	color: #000;
}

/* Categories Widget */
.widget-categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget-categories .fa {
	margin: 4px 9px 0 0;
	display: none;
}
.widget-categories li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
}
.widget-categories li:last-child {
	border: none;
}
.widget-categories li a {
	text-decoration: none;
	color: #acacac;
	font-size: 17px;
	line-height: 24px;
}
.widget-categories li a:hover {
	color: #19adcb;
	padding-left: 20px;
}
.widget-categories li a:hover .fa {
	display: inline-block;
}
.widget-categories li .item-count {
	display: inline-block;
	float: right;
	background: #efefef;
	color: #939393;
	text-align: center;
	font-size: 12px;
	width: 30px;
	height: 18px;
	border-radius: 7px;
	margin-top: 4px;
}

/* Tag Cloud */
.widget_tag_cloud a {
	text-decoration: none;
	display: inline-block;
	color: #818789;
	background: #eaeaea;
	font-size: 13px !important;
	line-height: 1em;
	padding: 9px 14px;
	border-radius: 2px;
	margin: 0 5px 5px 0;
}
.widget_tag_cloud a:hover {
	background: #19adcb;
	color: #fff;
}

.widget_text p {
	font-size: 17px;
}
.widget_text .panel {
	border-radius: 0;
	border: 1px solid #ebebeb;
	box-shadow: none;
	margin-bottom: 5px;
}
.widget_text .panel-heading {
	padding: 14px 19px;
}
.widget_text .panel-heading {
	background: #fff;
	border-radius: 0;
	border: 0;
}
.widget_text .panel-title a {
	color: #4e4e4e;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.widget_text .panel-title .fa {
	float: right;
	border-radius: 2px;
	background: #c1c1c1;
	color: #fff;
	font-size: 12px;
	height: 22px;
	width: 22px;
	text-align: center;
	padding-top: 6px;
	margin-top: -2px;
	cursor: pointer;
}
.widget_text .panel-title .fa:hover {
	background: #19adcb;
}
.widget_text .panel-body p {
	font-size: 13px;
	line-height: 21px;
	color: #4e4e4e;
	margin: 0;
}

/* Flickr widget */
.flickr-widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.flickr-widget li {
	display: inline-block;
	margin: 0 5px 5px 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.flickr-widget li a {
	margin: 0;
}
.flickr-widget li img {
	width: 100%;    
	border-radius: 3px;
}
.flickr-widget .follow-me {
	text-decoration: none;
	display: inline-block;
	padding: 14px 19px;
	color: #fff;
	background: #19adcb;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 3px;
}
.flickr-widget .follow-me:hover {
	background: transparent;
	color: #3a424d;
	border-color: #3a424d;
}

/* Flickr widget */
.widget select {
	width: 100%;
	font-size: 14px;
	color: #acacac;
	position: relative;
	padding: 10px;
	border: 2px solid #e3e3e3;
	word-wrap: break-word;
}
.widget select:focus {
	outline: none;
	border-color: #acacac;
}
.widget select, option {
	width: 100%;
}

/* Calendar Widget */
.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-weight: 700;
	margin: 0 0 0.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	line-height: 2.33em;
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar a:hover,
.widget_calendar a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}


.widget-twitter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget-twitter li {
	position: relative;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.widget-twitter li:last-child {
	border: 0;
	margin: 0;
	padding-bottom: 0;
}
.widget-twitter li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.widget-twitter li .user a {
	color: #4e4e4e;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 18px;
}
.widget-twitter li  {
	font-size: 14px;
	line-height: 24px;
	color: #4e4e4e;
}
.widget-twitter li a {
	color: #c44a4a;
	line-height: 24px;
	font-weight: 700;
}
.widget-twitter li .date {
	display: block;
	font-size: 12px;
	color: #a2a2a2;
}

/* Widget Pages & Nav Menu */
.widget_pages ul,
.widget_nav_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget_pages ul li,
.widget_nav_menu ul li {
	padding: 10px 0;
	font-size: 17px;
	line-height: 1em;
}
.widget_pages .children,
.widget_nav_menu .sub-menu {
	padding: 20px 0 0 25px;
}
.widget_pages .children li,
.widget_nav_menu .sub-menu li {
	font-style: italic;
}
.widget_pages a,
.widget_nav_menu a {
	text-decoration: none;
	color: #acacac;
}
.widget_pages a:hover,
.widget_nav_menu a:hover {
	color: #19adcb;
}

.show_popular ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.show_popular .tab_nav {
	margin-bottom: 20px;
}
.show_popular ul.tab_nav {
	width: 100%;
	height: 63px;
	background: #41475d;
	text-align: center;
	padding-top: 9px;
}
.show_popular ul.tab_nav li {
	display: inline-block;
}
.show_popular ul.tab_nav li:hover a {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}
.show_popular ul.tab_nav li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #7f828e;
	padding: 15px;
	display: inline-block;
}
.show_popular ul.tab_nav li.active a {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}
.show_popular .tab-content li.post {
	position: relative;
	padding: 0 0 20px 120px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
}
.show_popular .tab-content li.post:not(.no-image) {
	min-height: 130px;
}
.show_popular .tab-content li.post.no-image {
	padding-left: 0;
}
.show_popular .tab-content li.post:last-child {
	border: 0;
	margin-bottom: 0;
}
.show_popular .tab-content li.post .image {
	top: 0;
	left: 0;
	position: absolute;
	width: 107px;
	height: 107px;
	overflow: hidden;
}
.show_popular .tab-content li.post .image img {
	width: 100%;
	height: auto;
}
.show_popular .tab-content li.post .details .caption {
	color: #4e4e4e;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	margin: 0 0 5px 0;
}
.show_popular .tab-content li.post .details .date {
	color: #a2a2a2;
	font-size: 12px;
}
.show_popular .tab-content li.post .details a {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	background: #19adcb;
	padding: 8px 10px;
}
.show_popular .tab-content li.post .details a:hover {
	background: rgba(25, 173, 203, 0.6);
}
/* === END SIDEBAR === */

/* === START RESPONSIVE === */
@media (max-width: 1435px) {
	.clients .clients-carousel .carousel-controls {
		position: relative;
		top: 0;
		margin: -25px 0 35px 0;
	}
	.clients .clients-carousel .carousel-controls .next,
	.clients .clients-carousel .carousel-controls .prev {
		float: none;
		margin: 0;
	}
	.clients .clients-carousel .carousel-controls .next {
		margin-left: 25px;
	}
}
@media (min-width: 1200px) {
	/* == START BLOG PAGE == */
	.blog-page .content .main-content,
	.single-post-page .content .main-content {
		padding-right: 15px;
	}

	/* START TEAM PAGE */
	.how-we-work .icon-wrapper .fa-long-arrow-right {
		margin-left: 43px;
	}
}
@media (max-width: 991px){
	.header .menu .main-nav .sub-menu li a {
		color: #fff;
		background-color: #222222;
	}
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
	/* == START HEADER == */
	.header .menu .main-nav ul {
		margin-right: 30px;
	}
	.header .menu .main-nav > ul > li {
		margin-left: 20px;
	}

	/* == START SIDEBAR == */
	.show_popular ul.tab_nav li a {
		padding: 15px 5px 15px 5px;
	}
	.show_popular .tab-content li.post {
		padding: 0 0 20px 108px;
	}
	.show_popular .tab-content li.post img {
		width: 95px;
		height: 95px;
	}

	/* == START TEAM PAGE == */
	.how-we-work .icon-wrapper .fa-long-arrow-right {
		margin-left: 21px;
	}

	/* == START SERIVCES PAGE == */
	.content .services .services-wrapper .container .phone-wrapper {
		width: 320px;
		margin-left: -160px;
	}
}
@media (max-width: 1200px) {
	/* == START MAIN PAGE == */
	.content .devices .macbook {
		left: -85px;
	}

	.main-history .history .caption h4 {
		font-size: 130px;
	}
	.main-history .devices {
		text-align: center;
	}
	.main-history .devices img:first-of-type {
		margin-bottom: 45px;
	}
}
@media (max-width: 991px) {
	/* == START BLOG PAGE == */
	.content .sidebar {
		padding-top: 70px;
	}
	.content .pagination {
		text-align: center;
	}

	/* == ABOUT PAGE == */
	.content .pricing .body-wrapper .pricing-item {
		margin-bottom: 30px;
	}
	.content .pricing .body-wrapper .pricing-item:last-of-type {
		margin: 0;
	}

	/* == START HEADER == */
	.header .logo {
		position: absolute;
		left: 50%;
		margin-left: -113px;
	}
	.main-nav > ul {
		-webkit-transition: .3s ease;
		-moz-transition: .3s ease;
		-ms-transition: .3s ease;
		-o-transition: .3s ease;
		transition: .3s ease;
		position: fixed;
		top: 0;
		left: -280px;
		height: 100%;
		width: 250px;
		z-index: 99;
		background: #222;
		overflow-y: auto;
		overflow-x: hidden;
		display: block;
		padding: 40px 0 40px 0;
	}
	.main-nav > ul.mobile-navigation {
		left: 0;   
	}
	.header .menu .main-nav ul {
		margin: 0;
	}
	.header .menu .main-nav li {
		display: block;
	}
	.header .menu .main-nav > ul > li {
		margin: 0;
	}
	.header .menu .main-nav > ul > li > a {
		color: #fff;
		padding-left: 15px;
	}
	.header .menu .main-nav a {
		color: #fff;
		display: inline-block;
		width: 100%;
		padding: 15px 30px;
	}
	.header .menu .main-nav li.active > a,
	.header .menu .main-nav li a:hover {
		background: rgba(0, 0, 0, 0.15);
		color: #fff;
	}
	.header .menu .main-nav .sub-menu li:hover {
		background: none;
	}
	.header .menu .main-nav .sub-menu {
		display: block;
		position: inherit;
		padding: 0;
	}
	.header .menu .main-nav .sub-menu li a {
		text-transform: capitalize;
	}
	.header .menu .main-nav li.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
		left: 15px;   
	}
	.header .menu .main-nav li.menu-item-has-children:hover a {
		color: #fff;
	}
	.header .menu .main-nav .sub-menu li {
		width: 100%;
		padding: 0;
		border: 0;
		background: none;
		text-transform: uppercase;
	}
	.header .menu .main-nav .sub-menu li a {
		color: #fff;
	}
	.header .menu .main-nav .sub-menu li a:hover {
		color: #fff;
		background: rgba(0, 0, 0, 0.15);
	}

	.header .menu .main-nav li.menu-item-has-children:after {
		display: none;
	}

	/* == START MAIN PAGE == */
	.main-services .service {
		margin-bottom: 50px;
	}
	.main-services .service:last-of-type {
		margin-bottom: 0;
	}

	.main-services .service.v2 {
		margin-bottom: 50px;
	}

	.main-page .team .member {
		margin-bottom: 30px;
	}

	.offer .offer-item {
		margin-bottom: 60px;
	}

	.screens .screens-slider {
		margin-bottom: 60px;
	}

	.main-history .history .caption h4 {
		font-size: 80px;
	}
	.main-history .devices img:first-of-type {
		margin-bottom: 0;
	}

	.main-history .devices {
		margin-bottom: 70px;
		text-align: center;
	}
	.main-history .devices img:first-of-type {
		margin-right: 30px;
	}


	/* == START SERVICES PAGE == */
	.main-offer .col-xs-12:not(:nth-child(3)):not(:nth-child(4)) {
		margin-bottom: 65px;
	}

	.content .services {
		text-align: center;
	}
	.content .services .services-wrapper .container .phone-wrapper {
		position: relative;
		display: inline-block;
		left: auto;
		margin: 0;
	}
	.content .services .services-wrapper .services-left {
		margin-bottom: 80px;
	}

	.services-page .content .testimonials-partners .testimonials-block ul {
		border: none;
		margin-bottom: 100px;
		padding-right: 35px;
	}
	.services-page .content .testimonials-partners .testimonials-block .testimonial {
		margin-bottom: 50px;
	}

	/* == START TEAM PAGE == */
	.how-we-work .work-item {
		margin-bottom: 40px;
	}
	.how-we-work .work-item:last-of-type {
		margin: 0;
	}

	.content .gallery #slider .project-image-and-share .slider-share-links {
		right: 0;
	}
	.content .gallery .slide .project-details {
		padding: 45px;
	}

	/* == START FOOTER == */
	.footer.Style_1 .upper-part .contact-form .col-md-6:first-child {
		padding-right: 15px;
	}
	.footer.Style_1 .upper-part .contact-form .col-md-6:nth-child(2) {
		padding-left: 15px;
		border: none;
	}
	.footer.Style_1 .widget {
		margin-bottom: 60px;
	}
	.footer.Style_1 .widget:last-of-type {
		margin: 0;
	}
	.footer.Style_1 .upper-part .contact-form .column:first-of-type .contact-line:last-of-type hr {
		display: block;
	}

	/* == START FOOTER V2 == */
	.footer.Style_2 .social-block {
		padding: 0 1px;
	}
	.footer.Style_2 .social-block .social-item {
		display: inline-block;
		width: 50%;
		margin: 0 -1px;
	}
	.footer.Style_2 .social-block .social-item.facebook,
	.footer.Style_2 .social-block .social-item.twitter {
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		margin-right: -3px;
	}
	.footer.Style_2 .social-block .social-item.instagram,
	.footer.Style_2 .social-block .social-item.youtube {
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}
	.footer.Style_2 .social-block .social-item:last-child {
		margin-top: 0;
	}
	.footer.Style_2 .contact-info-block {
		padding-bottom: 60px;
	}
	.footer.Style_2 .social-block .social-item p {
		right: auto;
		left: 20px;
	}

	/* START SINGLE PROJECT PAGE */
	.content .related-projects .related-project:not(:last-child) {
		margin-bottom: 30px;
	}

	/* START CONTACT PAGE */
	.content .map-wrapper {
		text-align: center;
		margin-bottom: 70px;
	}

	/* === Main Accordion === */
	.main-accordion .device {
		text-align: center;
		padding-bottom: 60px;
	}

}
@media (min-width: 992px) {
	/* == START HEADER == */
	.header .menu .main-nav .right-box,
	.header .menu .main-nav ul {
		display: inline-block;
	}
}
@media (max-width: 768px) {
	.header .logo {
		margin: 5px 0 0 -90px;
	}
	.header .logo img {
		width: 100px!important;
	}
	/* == MAIN STYLING == */
	.main-slider .slide .container {
		padding: 200px 0 150px 0;
	}

	.team .member {
		padding-right: 15px;
	}

	.jumbotron-wrapper .jumbotron {
		padding: 205px 0 195px 0;   
	}

	/* == START MAIN PAGE == */    
	.statistics-counter .col-xs-6 {
		margin-bottom: 60px;
	}

	/* == START BLOG PAGE == */
	.single-post-page .content .post .post-body .text-image .image {
		margin-top: 40px;
	}
	.single-post-page .post-image {
		margin: 0 -15px 40px -15px; 
	}
	.content .post-cover {
		margin: 0 -15px 40px -15px;
	}
	.single-post-page .related-projects .related-post {
		margin-bottom: 30px;
	}
	.single-post-page .related-projects .related-post:last-of-type {
		margin: 0;
	}
	.content .share-links li {
		margin-bottom: 9px;
	}
	.single-post-page .content .post .post-body .features .col-xs-6:nth-child(2),
	.single-post-page .content .post .post-body .features .col-xs-6:nth-child(4) {
		margin: 0;
	}

	/* == START SERVICES PAGE == */
	.main-offer .col-xs-12 {
		margin-bottom: 65px;
	}

	.main-accordion .skill-item { 
		margin-bottom: 30px;
	}

	.services-page .content .testimonials-partners .testimonials-block .testimonial {
		padding-left: 10px;
	}
	.services-page .content .testimonials-partners .testimonials-block .testimonial .testimonial-header {
		margin-left: 110px;
	}
	.services-page .content .testimonials-partners .testimonials-block .testimonial .message {
		padding-top: 10px;
	}

	/* == START CONTACT PAGE == */
	.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form {
		padding: 42px 25px;
	}
}
@media (max-width: 500px) {
	/* == START HEADER == */
	.header .logo {
		margin: -5px 0 0 -50px;
	}
	.header .logo img {
		width: 180px;
	}

	/* == START MAIN PAGE == */
	.main-slider .slide .container .view {
		margin-right: 0;
	}
	.action a:first-child {
		margin-bottom: 20px;
	}

	.jumbotron-wrapper .jumbotron h1 {
		font-size: 36px;
	}
	.main-slider .slide .container h1 {
		font-size: 42px;
	}
	.main-slider .slide .container p {
		font-size: 28px;
	}
	.statistics-counter .col-xs-6 {
		width: 100%;
	}

	/* CONTACT PAGE */
	.contact-page .content .map-wrapper {
		padding: 0;
	}
	.contact-page .content .map-wrapper .iphone {
		padding: 96px 0 112px 0;
		width: 100%;
		height: 725px;
		background-position: top center;
	}

	/* 404 PAGE */
	.page-404 .jumbotron .search-form {
		width: 200px;
	}
	.page-404 .jumbotron .search-form .search-input {
		width: 100%;
	}
	.page-404 .jumbotron .jumbotron-content h1 {
		font-size: 36px;
	}

	/* Parallax Fix */
	.statistics-counter,
	.main-testimonials {
		background-position: center;
		background-attachment: inherit;
	}

	 /* == FOOTER V2 == */
	.footer.Style_2 .contact-info-block {
		padding-right: 40px;
		padding-left: 40px;
	}
	.footer.Style_2 .contact-box {
		padding-left: 40px;
	}
	.footer.Style_2 .contact-box .contact-form .input-group {
		padding-left: 70px;
	}

	.footer.Style_2 .section-header h3 {
		font-size: 40px;
	}

	/* === MAIN HISTORY === */
	.main-history .devices {
		text-align: center;
	}
	.main-history .devices img {
		display: block;
		margin: 0 auto;
	}
	.main-history .devices img:first-of-type {
		margin-right: auto;
		margin-bottom: 45px;
	}
}
/* === END RESPONSIVE === */