/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    10/02/2015
    Primary use:    Creative, Coporate, Business, Portfolio, Personal
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/
/*=======================================================
      IMPORT FILE
========================================================*/
@import url("../fonts/montserrat-fonts.css");
@import url("animate.css");
/*=======================================================
      THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #252525;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	font-weight: bold;
}
p {
	font-weight: 400;
	color: #6f6f6f;
	line-height: 26px;
	text-rendering: optimizeLegibility;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #141414;
}
p.intro-small {
	width: 80%;
	margin: 0 auto;
}
.text-transform-none {
	text-transform: none !important;
}
.text-white {
	color: #fff !important;
}
.text-bold {
	font-weight: bold !important;
}
.text-normal {
	font-weight: normal !important;
}
.font-12px {
	font-size: 12px !important;
}
.font-14px {
	font-size: 14px !important;
}
.font-16px {
	font-size: 16px !important;
}
.font-18px {
	font-size: 18px !important;
}
.font-20px {
	font-size: 20px !important;
}
.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal !important;
}
.white-text {
	color: #fff !important;
}
.font-italic {
	font-style: italic;
}
.font-bold {
	font-weight: bold !important;
}
a:hover, a:focus {
	color: #00b1f1;
}
.primary-color {
	color: #08ada7 !important;
}
.border-bottom-1 {
	border-bottom: 1px solid #ededed;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.font-raleway {
	font-family: 'Raleway', sans-serif;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-lora {
	font-family: 'Lora', serif;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-hair-line {
	font-family: 'montserrathairline';
}
.font-light {
	font-family: 'montserratlight';
}
.font-regular {
	font-family: 'montserratregular';
}
.font-extra-bold {
	font-family: 'montserratbold';
}
.white-bg {
	background: #fff !important;
}
.relative {
	position: relative;
}
.line-height-24 {
	line-height: 24px !important;
}
.line-height-22 {
	line-height: 22px !important;
}
.line-height-26 {
	line-height: 26px !important;
}
.dark-text p {
	color: #141414;
}
.light-gray-bg {
	background: #f6f7f8 !important;
}
.customcolor1 {
	color: #448aff;
}
/*=======================================================
      BTN STYLE
========================================================*/
.btn {
	border: none;
	color: #fff;
	display: inline-block;
	padding: 0px 40px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	border-radius: 0px;
	font-family: 'Montserrat', sans-serif;
	line-height: 46px;
	background: #ab4e52;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}
.btn:hover {
	background: #fff;
	color: #ab4e52;
}
.btn-white {
	background: #fff;
	color: #ab4e52 !important;
}
.btn-white:hover {
	background: #ab4e52;
	color: #fff !important;
}
.tp-caption .btn {
	display: inline-block;
}
.btn-1 {
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #965452;
	border-left: none;
	border-right: none;
	border-top-color: transparent;
	text-transform: uppercase;
	font-size: 10px;
	display: inline-block;
	padding: 10px;
	letter-spacing: 1px;
	color: #965452;
}
.btn-1 i {
	font-size: 10px;
	margin-left: 20px;
}
.btn-1.btn-2 {
	border-bottom-color: transparent;
	border-top: 1px solid #965452;
}
.btn-1:hover {
	color: #fff;
	background: #965452;
}
.parallax-bg {
	background-size: cover !important;
}
section {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.text-shadow {
	text-shadow: 3px 0px 5px rgba(0,0,0,0.5);
}
.text-shadow-1 {
	text-shadow: 2px 3px 0 rgba(0,0,0,0.5);
}
.home-slider {
	position: relative;
}
.go-down {
	background: url(../images/go-down.png) no-repeat;
	height: 60px;
	width: 60px;
	position: absolute;
	bottom: 30px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	z-index: 99;
}
.home-port-1 {
	background: url(../images/home-port-bg.html) center center no-repeat;
	min-height: 600px;
}
/*=======================================================
      HEADING
========================================================*/
.heading {
	margin: 0 auto;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}
.heading h3 {
	margin: 0px;
	font-size: 36px;
	color: #333333;
	font-weight: normal;
	text-transform: none;
	position: relative;
}
.heading h4 {
	font-weight: 600;
	letter-spacing: 2px;
}
.heading span {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.heading p {
	font-size: 15px;
	line-height: 30px;
	color: #5a5a5a;
	width: 75%;
	margin: 0 auto;
	font-family: 'Lora', serif;
	letter-spacing: 1px;
	font-style: italic;
}
.heading.text-left p {
	text-align: left;
	width: 100%;
}
.heading.text-left h5 {
	margin-left: 22px;
}
.heading hr {
	height: 2px;
	background: #ab4e52;
	border: none;
	margin: 20px auto;
	width: 40px;
}
.heading.text-left hr {
	margin-left: 0px;
}
.heading.white h4 {
	color: #fff;
}
.heading.white p {
	color: #fff;
}
.heading.white span {
	color: #fff;
}
.heading.white hr {
	background: #fff;
}
/*=======================================================
      HEADER
========================================================*/
header {
	position: absolute;
	width: 100%;
	z-index: 999;
	background: none;
}
header .navbar {
	border: none;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	text-align: center;
	width: 70%;
	float: right;
}
header .logo {
	float: left;
	position: relative;
	margin-top: 30px;
}
header .logo img {
	z-index: 3;
	position: relative;
}
.navbar{
	min-height:inherit;
}
header .navbar {
	display: inline-block;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
header .navbar li {
	display: inline-block;
	float: left;
	margin: 0 20px;
	position: relative;
}
header .navbar li:nth-child(1) {
	margin-left: 0px;
}
header .sticky {
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
header .navbar li a {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 20px 0px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
header .navbar li a:before {
	width: 0px;
	margin: 0px auto;
	position: absolute;
	content: "";
	bottom: -1px;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
header .navbar li a:hover:before {
	width: 100%;
}
header .navbar li.active a:before {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	content: "";
	bottom: -1px;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.header-normal {
	padding: 0px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.header-normal .logo {
	margin: 25px 0;
}
.header-normal .navbar li a {
	padding: 36px 0px;
	padding-top: 40px;
}
.header-normal .navbar li a:before {
	bottom: -1px !important;
}
.header-normal .social_icons {
	margin-top: 40px;
}
.header-normal .navbar {
	width: 100%;
	float: left;
}
.header-normal .ownmenu {
	float: right;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}
.ownmenu ul.dropdown {
	background: #222222;
	padding: 0px;
}
.ownmenu ul.dropdown li {
	margin: 0px;
}
.ownmenu ul.dropdown li {
	position: relative;
	z-index: 2;
}
.ownmenu ul.dropdown li a {
	z-index: 1;
	position: relative;
}
.ownmenu ul.dropdown li a:before {
	background: #ab4e52;
	content: "";
	width: 0px;
	height: 100%;
	top: 0px;
	margin: 0px;
	z-index: -1;
	left: 0px;
}
.ownmenu ul.dropdown li a:hover:before {
	width: 100%;
}
.ownmenu ul.dropdown li a {
	padding: 0px 20px !important;
	font-size: 11px;
	font-weight: normal;
	line-height: 36px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ownmenu ul.dropdown li:nth-last-child(1) a {
	border-bottom: none;
}
.ownmenu ul.dropdown {
	top: 57px;
}
.ownmenu ul.dropdown li a span.smll-tag {
	font-size: 8px;
	background: #fff;
	padding: 3px 5px;
	color: #000;
	right: 10px;
	top: 10px;
	line-height: 10px;
	position: absolute;
}
header.header-1 .logo {
	position: relative;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
header .social_icons {
	float: right;
	color: #fff;
	margin-top: 20px;
}
header .social_icons a {
	color: #fff;
	margin-left: 10px;
}
header .social_icons a:hover {
	color: #ab4e52;
}
header.header-1 .navbar {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	float: none;
	padding-top: 0px;
	width: 100%;
}
header.header-1 .sticky {
	left: 0px;
	z-index: 999;
}
header.header-1 .is-sticky .sticky {
	height: auto !important;
	display: inline-block;
	width: 100%;
	padding-top: 0px;
	background: rgba(0,0,0,0.8);
}
header.header-1 .ownmenu {
	float: left;
}
.header-normal .sticky-wrapper {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.header-normal .sticky-wrapper.is-sticky .sticky {
	margin-top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.8);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.header-normal .sticky-wrapper.is-sticky .sticky .navbar li a {
	padding: 25px 0px;
}
.header-normal .sticky-wrapper.is-sticky .sticky .logo {
	margin: 11px 0;
}
.header-normal .sticky-wrapper.is-sticky .social_icons {
	margin-top: 25px;
}
.header-normal .container {
	position: relative;
}
.header-normal .social_icons {
	position: absolute;
	right: 0px;
}
.header-normal .navbar {
	padding-right: 150px;
}
.header-normal .ownmenu > li > .megamenu {
	top: 93px;
}
.is-sticky {
	height: auto !important;
}
.top-info-con {
	float: right;
	width: 70%;
	margin-top: 10px;
	background: #fff;
	position: relative;
	z-index: 3;
	text-align: right;
}
.top-info-con ul {
	display: inline-block;
}
.header-1 {
}
.header-1 .is-sticky .navbar {
	border: none
}
.header-1 .is-sticky .ownmenu {
	float: left;
}
.top-info-con ul li {
	display: inline-block;
	width: 25%;
	text-align: left;
	margin-right: 20px;
	border-right: 1px solid rgba(0,0,0,0.05);
}
.top-info-con ul li.fst {
	width: 35%;
	border: none;
}
.top-info-con ul li:nth-last-child(1) {
	margin: 0px;
	border: none;
}
.top-info-con li a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
}
.top-info-con .icon {
	height: 48px;
	width: 48px;
	border: 1px solid #fb4848;
	color: #fb4848;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	border-radius: 0px;
	font-size: 20px;
}
.top-info-con p {
	font-size: 13px;
	margin: 0px;
}
.top-info-con h6 {
	font-weight: normal;
	color: #999999;
	margin-top: 5px;
	font-size: 14px;
	text-transform: none;
	margin-bottom: 4px;
	letter-spacing: 1px;
}
.rev_slider_wrapper {
	background: #000;
}
.bg-home {
	background: url(../images/slide-1.jpg) no-repeat;
	background-size: cover;
}
.home-w-no h3 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: bold;
	line-height: 65px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.home-w-no .btn {
	margin-top: 30px;
}
.home-w-no p {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
}
.header-light {
	position: relative;
}
.header-light .navbar li a {
	color: #333;
}
.header-light .social_icons a {
	color: #333;
}
.header-light .sticky-wrapper.is-sticky .sticky {
	background: rgba(255,255,255,0.8);
}
.header-light .navbar li.active a:before {
	background: #333;
}
.header-light .navbar li a:before {
	background: #333;
}
.header-light .navbar li a:before {
	bottom: 0px !important;
}
.header-light .navbar li a:hover:before {
	bottom: 0px !important;
}
.header-normal .ownmenu ul.dropdown {
	top: 93px;
}
.header-normal .sticky-wrapper.is-sticky .sticky .ownmenu ul.dropdown {
	top: 67px;
}
.ownmenu > li > .megamenu {
	background: #222222;
	padding: 40px 40px;
	padding-top: 0px;
}
.ownmenu > li > .megamenu h6 {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 40px;
	display: inline-block;
	width: 100%;
}
.ownmenu li > .megamenu a:hover {
	color: #fff;
}
header .container {
	position: relative;
}
.ownmenu li > .megamenu ul li {
	margin: 0px;
	position: relative;
}
.ownmenu li > .megamenu ul li a {
	padding: 0px 0px !important;
	font-size: 11px;
	display: inline-block;
	font-weight: normal;
	line-height: 36px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ownmenu li > .megamenu ul li a:hover:before {
	width: 100%;
}
.ownmenu li > .megamenu ul li a:before {
	background: #fff;
	content: "";
	width: 0px;
	height: 1px;
	bottom: 0px;
	margin: 0px;
	z-index: -1;
	left: 0px;
}
.ownmenu li > .megamenu ul li a span.smll-tag {
	font-size: 8px;
	background: #965452;
	padding: 3px 5px;
	color: #fff;
	right: 0px;
	top: 10px;
	line-height: 10px;
	position: absolute;
}
.header-normal .sticky-wrapper.is-sticky .sticky .ownmenu > li > .megamenu {
	top: 67px;
}
.header-normal .ownmenu > li > .megamenu.full-width {
	margin-left: 0px;
}
.header-normal .ownmenu > li > .megamenu.full-width li {
	margin: 0px;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 9;
}
.megamenu.full-width ul {
	left: auto;
	top: auto;
	display: inline-block;
	width: 100%;
}
.header-normal .container {
	position: relative;
}
.header-normal .logo {
	position: absolute;
	left: 15px;
}
.navigation-is-open {
	border: 50px solid #fff;
	margin: 0px !important;
	position: fixed;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}
.space-nav .social_icons {
	right: 20px;
	position: relative;
	z-index: 9999;
}
.space-nav .logo {
	z-index: 9999;
	position: relative;
}
.space-nav.nav-normal .logo {
	position: absolute;
}
.space-nav.nav-normal .social_icons {
	top: 0px;
	position: absolute;
}
.space-nav .container-fluid {
	padding: 0 7%;
}
.space-nav .cd-primary-nav {
}
.space-nav .cd-primary-nav a {
	position: relative;
}
.space-nav .cd-primary-nav a:hover {
	color: #965452;
}
.space-nav .cd-primary-nav a:before {
	width: 0%;
	margin: 0px auto;
	position: absolute;
	content: "";
	bottom: 0px;
	height: 4px;
	background: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.space-nav .cd-primary-nav a:hover:before {
	width: 100%;
}
.space-nav .cd-primary-nav a.active:before {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	content: "";
	bottom: 0px;
	height: 4px;
	background: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.space-nav .position-center-center {
	width: 100%;
	padding: 0 10%;
	z-index: 99;
}
.cd-nav-trigger {
	position: relative;
	top: auto;
	float: right;
	left: auto;
	margin-right: 0px;
	margin-top: 22px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.space-nav .is-sticky .cd-nav-trigger {
	margin-top: 8px;
}
.cd-contact-info {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.navigation-is-open #cd-nav.cd-nav {
	background: url(../images/main-head-bg.html) center center no-repeat;
}
.navigation-is-open #cd-nav.cd-nav:before {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1;
	content: "";
}
.navigation-is-open .cd-nav-trigger {
}
.home-agency {
	text-align: center;
}
.home-agency h1 {
	font-size: 90px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.home-agency h3 {
	font-size: 36px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.home-agency .position-center-center {
	width: 100%;
	padding: 0 50px;
}
.home-agency p {
	font-size: 16px;
	color: #fff;
	width: 60%;
	margin: 0 auto;
	font-weight: normal;
}
.home-agency {
	background-size: cover;
	position: relative;
	z-index: 1;
}
.text-slide {
	background: url(../images/slide-1.jpg) center center no-repeat;
	background-size: cover;
}
.flex-direction-nav .flex-nav-prev {
	position: absolute;
	left: 80px;
	top: 50%;
}
.flex-direction-nav .flex-nav-next {
	position: absolute;
	right: 80px;
	top: 50%;
}
.text-slide .flex-direction-nav {
	top: 50%;
	display: block !important;
}
.flex-direction-nav a {
	opacity: 0.5;
	color: #fff;
	text-shadow: none;
}
.flex-direction-nav a:hover {
	opacity: 1;
}
.flex-direction-nav a.flex-prev:before {
	position: relative;
	content: "\e875";
	font-family: 'Linearicons-Free';
	font-size: 35px;
	top: 0px;
	float: left;
	width: 100%;
	line-height: 35px;
}
.flex-direction-nav a.flex-next:before {
	position: relative;
	content: "\e876";
	font-family: 'Linearicons-Free';
	font-size: 35px;
	top: 0px;
	float: left;
	width: 100%;
	line-height: 35px;
}
.home-agency:before {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: "";
	background: rgba(0,0,0,0.3);
}
.home-agency .ag-text {
	margin-top: 100px;
}
.home-video{
	max-height:900px;
}
.home-video:before{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	height:100%;
	width:100%;
	content:"";
	background:rgba(0,0,0,0.5);
}
.home-video .ag-text{
	position:relative;
	z-index:5;
}
.home-video  .position-center-center{
	z-index:99;
}
.home-video .ag-text h3{
	margin-bottom:0px;
}
.home-video .ag-text h1{
	margin-top:0px;
}
/*=======================================================
      SUB BANNER
========================================================*/
.sub-bnr {
	background: url(../images/sub-bnr-bg.jpg) no-repeat;
	background-size: cover !important;
	min-height: 600px;
	text-align: center;
	position: relative;
}
.sub-bnr h3 {
	color: #fff;
	font-weight: 500;
	letter-spacing: 3px;
	margin-top: 80px;
}
.sub-bnr p {
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	margin-top: 20px;
}
.sub-bnr .breadcrumb {
	background: none;
	margin: 0px;
	padding: 0px;
}
.sub-bnr h6 {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	float: left;
	line-height: 58px;
	margin: 0px;
	letter-spacing: 1px;
}
.sub-bnr .breadcrumb li {
	color: #965452;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 700;
	font-size: 12px;
	margin: 10px 0;
}
.sub-bnr .breadcrumb li a {
	color: #fff;
	text-transform: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
.sub-bnr .breadcrumb>li+li:before {
	color: #fff;
}
/*=======================================================
      SERVICES
========================================================*/
.services article {
	background-color: #f7f7f7;
	margin-bottom: 30px;
	padding: 80px 35px;
	text-align: center;
	min-height: 375px;
	position: relative;
	z-index: 9;
}
.services article:before {
	position: absolute;
	content: "";
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index: -1;
}
.services article:hover:before {
	width: 0px;
}
.services article {
	background: url(../images/ser-bg-hover.html) no-repeat;
	background-size: cover;
}
.services li article p {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
}
.services li article .ser-img {
	position: relative;
	text-align: center;
}
.services li article .ser-head {
	position: absolute;
	bottom: -1px;
	width: 100%;
}
.services li article .icon {
	width: 70px;
	height: 36px;
	position: absolute;
	bottom: 50px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	display: inline-block;
	background: #fb4848;
	margin-top: 10px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services li article .icon:before {
	content: "";
	top: -20px;
	left: 0px;
	position: absolute;
	width: 20px;
	height: 0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border-style: solid;
	border-width: 0 35px 20px 35px;
	border-color: transparent transparent #fb4848 transparent;
}
.services li article hr {
	width: 30px;
	position: relative;
	background: #965452;
	border: none;
	height: 1px;
	margin: 30px auto;
}
.services li article p {
	font-size: 12px;
	text-transform: uppercase;
	color: #888888;
	letter-spacing: 0.5px;
}
.services li article i {
	font-size: 36px;
	margin-top: 30px;
	color: #000000;
	display: inline-block;
}
.services h6 {
	font-weight: 600;
	font-size: 15px;
	margin: 0px;
	letter-spacing: 1px;
}
.best-services li article i {
	margin-top: 0px;
	margin-bottom: 30px;
}
.best-services article {
	padding: 50px 35px;
	min-height: inherit;
}
.best-services article {
	background: url(../images/ser-bg-1.html) no-repeat;
	background-size: cover;
}
.best-services article:before {
	background: rgba(255,255,255,0.9);
	width: 100% !important;
}
.best-services .colio-active-item article i {
	color: #fff;
}
.best-services .colio-active-item article h6 {
	color: #fff;
}
.best-services .colio-active-item article .btn-1 {
	opacity: 0;
	z-index: -1;
	text-align: left;
}
.best-services article .btn-1 {
	margin-top: 40px;
}
.best-services article .btn-1 i {
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.best-services article .btn-1:hover i {
	color: #fff;
}
.best-services article hr {
	margin-top: 0px !important;
}
.best-services .colio-active-item article hr {
	background: #fff;
}
.best-services .colio-active-item article:before {
	background: rgba(150,84,82,0.9);
	width: 100% !important;
}
.best-services .colio-active-item article:after {
	content: "\e874";
	font-family: 'Linearicons-Free';
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.inside-colio h4 {
	font-weight: 500;
}
.inside-colio h5 {
	font-weight: 500;
}
.inside-colio p {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.8px;
}
.inside-colio hr {
	height: 2px;
	background: #ab4e52;
	border: none;
	margin: 20px 0;
	width: 40px;
}
.inside-colio .icon-big {
	position: absolute;
	font-size: 600px;
	top: 0px;
	z-index: -1;
	color: rgba(0,0,0,0.03);
}
.inside-colio .icon-big.icon-right {
	right: 0px;
}
.feature-list-check li {
	width: 50%;
	float: left;
	padding-left: 25px;
	line-height: 30px;
	color: #777777;
	position: relative;
	font-family: 'Lora', serif;
	font-style: italic;
	letter-spacing: 0.2px;
}
.feature-list-check li:before {
	position: absolute;
	left: 0px;
	font-size: 14px;
	color: #777777;
	font-style: normal;
	content: "\f00c";
	font-family: 'FontAwesome';
}
.feature-list-check li {
}
.feature-list-check {
	margin-top: 50px;
}
.detail-in {
	border: 1px solid #ececec;
	border-top: none;
	padding: 30px 25px;
	padding-bottom: 60px;
	position: relative;
}
.detail-in p {
	color: #777777;
}
.go-btn {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: inline-block;
	width: 37px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	background: #36404b;
}
.go-btn:before {
	content: "";
	z-index: 1;
	right: 100%;
	border-style: solid;
	border-width: 0 0 40px 20px;
	border-color: transparent transparent #36404b transparent;
	position: absolute;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.go-btn:hover:before {
	border-color: transparent transparent #36404b transparent;
}
.feature-img {
	position: absolute;
	left: -45%;
}
.feature-item p i {
	font-size: 28px;
	float: left;
	margin-top: -3px;
	min-width: 40px;
	margin-right: 5px;
}
.feature-item p {
	color: #333333;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
}
.feature-item li {
	min-height: 50px;
	float: left;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding-right: 20px;
	width: 33.3333%;
	margin-bottom: 25px;
}
.feature-item.col-4 li {
	width: 25%;
}
.feature-item li img {
	margin-right: 10px;
}
/*=======================================================
      Story
========================================================*/
.story .tab-content p {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 28px;
}
.story .tabs {
	margin-top: 50px;
	display: inline-block;
	width: 100%;
}
.story .tabs li {
	float: left;
	width: 33.333%;
	text-align: left;
}
.story .tabs li i {
	display: inline-block;
	width: 100%;
	font-size: 30px;
	margin-bottom: 20px;
}
.story .tabs li a {
	color: #b9b9b9;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
}
.story .tabs li a:hover {
	color: #444444;
}
.story .tabs li.active a {
	color: #444444;
}
.story .owl-dots {
	position: absolute;
	bottom: -20px;
	width: 100%;
	text-align: center;
}
.story .owl-dots div {
	height: 4px;
	width: 9px;
	display: inline-block;
	background: #d7d9db;
	margin-bottom: 0px;
	margin: 0 2px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.story .owl-dots .owl-dot.active {
	background: #ab4e52;
	width: 20px;
}
.story .owl-dots .owl-dot span {
	margin: 0px;
}
/*=======================================================
      OFFER
========================================================*/
.we-offer li {
	margin-bottom: 40px;
}
.we-offer li .icon {
	width: 68px;
	color: #000000;
	font-size: 36px;
	display: inline-block;
}
.we-offer li h6 {
	font-size: 14px;
	margin: 0px;
	color: #333333;
	letter-spacing: 1px;
}
.we-offer li p {
	letter-spacing: 0.5px;
}
.we-offer li hr {
	height: 2px;
	background: #ab4e52;
	border: none;
	margin: 20px 0;
	width: 35px;
}
/*=======================================================
      WORK
========================================================*/
.under-port {
	background: #f9f9f9;
	padding: 50px 0;
}
.under-port h6 {
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.under-port h6 i {
	font-size: 40px;
	float: left;
	color: #808184;
	margin-top: -10px;
}
.port-item .hover-info {
	position: absolute;
	border: 10px solid rgba(0,0,0,0);
	z-index: 9;
	opacity: 0;
	height: 100%;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.port-item .hover-in {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,0.9);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.port-item .hover-in .position-center-center {
	width: 100%;
}
.port-item .hover-in hr {
	height: 1px;
	background: #333333;
	border: none;
	margin: 15px auto;
	width: 30px;
}
.port-item .hover-in h6 {
	text-transform: uppercase;
	color: #333;
	margin: 0px;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.port-item .hover-in span {
	display: inline-block;
	width: 100%;
	color: #965452;
	font-style: italic;
	font-family: 'Lora', serif;
}
.port-item .hover-info a {
	font-size: 20px;
	opacity: 1;
	margin: 0 10px;
	color: #000;
	display: inline-block;
}
.gallery .over-hover {
	position: absolute;
	top: 0px;
}
.gallery .item .item-detail {
	background: #ffffff;
	border: 1px solid #eaeaea;
	text-align: center;
	border-right: 0px;
	padding: 20px 0;
	border-top: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gallery .item:hover .item-detail {
	background: #fb4848;
	border-color: #fb4848;
}
.col-5.gallery .item {
	width: 20%;
	float: left;
}
.col-4.gallery .item {
	width: 25%;
	float: left;
}
.col-2.gallery .item {
	width: 50%;
	float: left;
}
.col-3.gallery .item {
	width: 33.33333%;
	float: left;
}
.gallery .item:hover .hover-info {
	opacity: 1;
}
.gallery .item:hover img {
	transform: scale(1.1);
}
.gallery .item:hover .position-center-center {
	margin-top: 0%;
}
.gallery .col-3 .item {
	width: 33.3333%;
}
.cbp-wrapper-outer {
	padding: 5px;
}
.portfolio-mons .item {
	padding: 5px;
}
.port-item {
	position: relative;
	overflow: hidden;
}
.portfolio-filter {
	text-align: center;
}
.portfolio-filter li {
	display: inline-block;
}
.portfolio-filter .cbp-filter-item {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 25px;
	border-radius: 0px;
	background: #f7f7f7;
	color: #777777;
	text-transform: uppercase;
	border: none;
	letter-spacing: 0.5px;
	margin: 0px;
}
.portfolio-filter .cbp-filter-item:hover {
	background: #ab4e52;
	color: #fff;
}
.portfolio-filter .cbp-filter-item-active {
	background: #ab4e52;
	color: #fff !important;
}
.cbp-popup-singlePage .cbp-popup-close:before {
	content: "\e870";
	font-family: 'Linearicons-Free';
	color: #333333;
	line-height: 42px;
	font-size: 14px;
}
.cbp-popup-singlePage .cbp-popup-prev {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-prev:before {
	content: "\e875";
	font-family: 'Linearicons-Free';
	color: #333333;
	line-height: 42px;
	font-size: 14px;
}
.cbp-popup-singlePage .cbp-popup-next {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-next:before {
	content: "\e876";
	font-family: 'Linearicons-Free';
	color: #333333;
	line-height: 42px;
	font-size: 14px;
}
.cbp-popup-lightbox .cbp-popup-next {
	background: none;
}
.cbp-popup-lightbox .cbp-popup-next:before {
	content: "\e876";
	font-family: 'Linearicons-Free';
	color: #fff;
	line-height: 42px;
	font-size: 20px;
}
.cbp-popup-lightbox .cbp-popup-close {
	background: none;
}
.cbp-popup-lightbox .cbp-popup-prev {
	background: none;
}
.cbp-popup-lightbox-counter {
	font-style: italic;
	font-family: 'Lora', serif;
}
.cbp-popup-lightbox .cbp-popup-prev:before {
	content: "\e875";
	font-family: 'Linearicons-Free';
	color: #fff;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-lightbox .cbp-popup-close:before {
	content: "\e870";
	font-family: 'Linearicons-Free';
	color: #fff;
	line-height: 40px;
	font-size: 20px;
}
.cbp-popup-lightbox-img {
	margin: 0px;
}
.cbp-popup-singlePage .cbp-popup-navigation:before {
	background: url(../images/logo-dark.html) no-repeat;
	width: 196px;
	height: 44px;
	float: left;
	content: "";
	margin-top: 30px;
}
.cbp-popup-singlePage .cbp-popup-navigation {
	position: relative;
	width: auto;
	height: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.cbp-popup-singlePage .cbp-popup-close {
	background: none;
	left: auto;
	right: 43px;
	border: 1px solid rgba(0,0,0,0.1);
	border-right: none;
	border-left: none;
}
.cbp-popup-singlePage .cbp-popup-next {
	left: auto;
	right: 0px;
	border: 1px solid rgba(0,0,0,0.1);
}
.cbp-popup-singlePage .cbp-popup-prev {
	left: auto;
	right: 88px;
	border: 1px solid rgba(0,0,0,0.1);
}
.cbp-popup-singlePage .cbp-popup-next:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.cbp-popup-singlePage-counter {
	left: 0px;
	right: 0px;
	top: 60px;
	color: #333333 !important;
	opacity: 0.3;
	display: none;
}
.single-progect img {
	width: 100%;
}
.single-progect h4 {
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 600;
}
.project-info p {
	margin-bottom: 0px;
	font-weight: 600;
	text-transform: uppercase;
}
.project-info li {
	margin-bottom: 15px;
}
.portfolio-details .projext-info {
	text-align: center;
}
.portfolio-details .projext-info li {
	font-style: italic;
	font-family: 'Lora', serif;
	font-size: 11px;
	padding: 0 20px;
	text-align: center;
	color: #999999;
	display: inline-block;
	letter-spacing: 0.5px;
}
.portfolio-details .projext-info li span {
	color: #666666;
	text-transform: none;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.project-img {
	margin-top: 50px;
}
.detail-img img {
	width: 100%;
}
.detail-img .owl-dots {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
.detail-img .owl-dots .owl-dot {
	display: inline-block;
	background: rgba(0,0,0,0.5);
	height: 7px;
	width: 7px;
	margin: 0 2px;
	display: inline-block;
	border-radius: 50%;
}
.detail-img .owl-dots .owl-dot.active {
	background: #000;
}
.project-img li {
	margin-bottom: 30px;
}
.nav-detail {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 30px;
	width: 300px;
	margin: 0 auto;
}
.is-sticky .nav-detail {
	top: 15px;
}
a.close-page {
	position: absolute;
	right: 0px;
	font-size: 20px;
	top: 37px;
}
.is-sticky a.close-page {
	top: 22px;
}
.nav-detail li {
	display: inline-block;
}
.nav-detail span {
	color: #666666;
	text-transform: none;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
/*=======================================================
      WORK PROCESS
========================================================*/
.work-flow {
	background: url(../images/work-flow.html) repeat-y;
}
.work-process .icon {
	width: 133px;
	height: 133px;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	z-index: 1;
	line-height: 133px;
	color: #fff;
	font-size: 40px;
	background: rgba(255,255,255,0.2);
	margin-bottom: 40px;
}
.work-process li {
	text-align: center;
}
.work-process .icon:before {
	content: "";
	border: 3px solid rgba(255,255,255,0.2);
	position: absolute;
	height: 155px;
	width: 155px;
	z-index: -1;
	border-radius: 50%;
	left: -11px;
	top: -11px;
}
.work-process li article {
	position: relative;
}
.work-process li .number {
	position: absolute;
	top: 50px;
	right: -40px;
	display: inline-block;
	margin-right: 10px;
	height: 38px;
	width: 38px;
	font-size: 14px;
	position: absolute;
	background: #965452;
	line-height: 38px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	z-index: 2;
	font-family: 'Montserrat', sans-serif;
}
.work-process li h6 {
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 0px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
}
.work-process li span {
	color: #fff;
	font-family: 'Lora', serif;
}
.work-process li p {
	line-height: 24px;
	color: #777777;
	margin-top: 5px;
	font-style: italic;
	font-family: 'Lora', serif;
}
.work-process.light-ver .icon {
	background: rgba(0,0,0,0.5);
}
.work-process.light-ver .icon {
}
.work-process.light-ver .icon:before {
	border: 3px solid rgba(0,0,0,0.2);
}
.work-process.light-ver li h6 {
	color: #333333;
}
.work-process.light-ver li span {
	color: #333333;
}
.work-process.light-ver .number {
	color: #fff !important;
}
/*=======================================================
      What We Do
========================================================*/
.what-we-do .icon {
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: 4px solid #9cdedc;
	text-align: center;
	line-height: 42px;
	font-weight: bold;
	font-size: 22px;
	margin-right: 10px;
	margin-bottom: 15px;
	background: #08ada7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.what-we-do li h6 {
	text-transform: none;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 24px;
}
.what-we-do li span {
	color: #cccccc;
	font-size: 14px;
}
.what-we-do li:hover .icon {
	background: #333333;
}
/*=======================================================
      DETAIL WORK
========================================================*/
.work-detail p {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 20px;
}
/*=======================================================
      TEAM
========================================================*/
.team ul li {
}
.team article {
	position: relative;
	overflow: hidden;
}
.team .team-hover {
	position: absolute;
	width: 70%;
	height: 100%;
	top: 0px;
	opacity: 0;
	right: 0px;
	padding-bottom: 0px;
	background: rgba(255,255,255,0.9);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team article:hover .team-hover {
	opacity: 1;
}
.team .position-center-center {
	width: 100%;
	padding: 0 20px;
}
.team article h5 {
	color: #333333;
	margin: 0px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.team article p {
	color: #333333;
}
.team article p i {
	margin-right: 5px;
}
.team article span {
	color: #333333;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	font-style: italic;
	font-family: 'Lora', serif;
	margin: 0px 0;
	margin-bottom: 20px;
	font-weight: normal;
}
.team .social {
	text-align: left;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	bottom: 40px;
	position: absolute;
	bottom: -50%;
	padding-left: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team .social li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 100%;
}
.team article:hover .social {
	bottom: 30px;
	left: 0px;
}
.team .social li a {
	font-size: 10px;
	color: #333333;
	width: 100%;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	border-radius: 0px;
	display: inline-block;
	text-align: left;
}
.team .social li a:hover {
	padding-left: 10px;
}
.team .team-name {
	position: absolute;
	top: -50%;
	padding-left: 20px;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team article:hover .team-name {
	top: 40px;
}
.team.team-style-2 .team-hover {
	bottom: 0px;
	top: auto;
	height: 85px;
	width: 100%;
	left: 0px;
	right: auto;
	overflow: hidden;
}
.team.team-style-2 article:hover .team-name {
	top: 20px;
}
.team.team-style-2 article h5 {
	padding-bottom: 5px;
}
.team.team-style-2 .team-hover {
	background: rgba(255,255,255,0.7);
}
/*=======================================================
      BUILD AMAZING 
========================================================*/
.build-feature {
	background: url(../images/build-feature.html) repeat-y;
}
.build-feature .feature-list-check li {
	width: 100%;
}
.build-feature h6 {
	font-size: 14px;
	letter-spacing: 1px;
}
/*=======================================================
			FACTS
========================================================*/
.facts {
	background: url(../images/facts-bg.html) repeat-y;
}
.facts .fats-conter .number {
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}
.facts .fats-conter i {
	font-size: 30px;
}
.facts hr {
	height: 2px;
	background: #fff;
	border: none;
	margin: 10px 0;
	width: 40px;
	margin-top: 25px;
}
.facts .fats-conter h5 {
	font-style: italic;
	font-family: 'Lora', serif;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: none;
	color: #fff;
	font-weight: normal;
}
.some-graphics {
	margin-top: 100px;
}
.some-graphics .btn {
	margin-top: 50px;
}
.some-graphics h4 {
	text-transform: none;
}
.some-graphics p {
	font-size: 13px;
}
.some-graphics h6 {
	text-transform: none;
	font-weight: normal;
	font-size: 18px;
}
/*=======================================================
      OFFERS
========================================================*/
.offers-tabs {
	background: #f7f7f7;
}
.offers-tabs .nav {
	width: 240px;
	float: right;
}
.offers-tabs .nav li {
	margin-top: 1px;
}
.offers-tabs .nav li a {
	background: #404852;
	border-radius: 0px;
	text-align: center;
	padding: 25px 0;
	color: #fff;
	margin-bottom: 0px;
}
.offers-tabs .nav li a span {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.offers-tabs .nav li a:hover {
	background: #fb4848 !important;
	color: #fff !important;
}
.offers-tabs .nav li.active a {
	background: #fb4848 !important;
	color: #fff !important;
}
.offers-tabs .tab-pane h4 {
	color: #fb4848;
	margin: 0px;
	font-weight: 800;
	margin-bottom: 30px;
}
.offers-tabs .tab-pane small {
	display: inline-block;
	width: 100%;
	text-transform: none;
	font-size: 22px;
	font-weight: 300;
	line-height: 42px;
	color: #36404b;
}
.offers-tabs .tab-pane ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.offers-tabs .tab-pane ul span {
	width: 50px;
	display: inline-block;
}
.offers-tabs .tab-pane ul {
	margin-top: 30px;
	margin-bottom: 30px;
}
.offers-tabs .tab-pane {
	padding: 100px 60px;
	padding-bottom: 60px;
	padding-right: 20%;
}
.offers-tabs .tab-pane .btn {
	text-transform: none;
}
/*=======================================================
      Products
========================================================*/
.products .item article {
	padding: 4px;
	background: #fff;
	border: 1px solid #f3f2f2;
	position: relative;
	overflow: hidden;
}
.products .item article .img-item {
	position: relative;
	overflow: hidden;
}
.products .hover-info {
	position: absolute;
	background: rgba(54,64,75,0.8);
	z-index: 9;
	opacity: 0;
	height: 100%;
	width: 100%;
	top: 0px;
	padding: 20px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.products .hover-info .btn {
	text-transform: none;
	padding-left: 15px;
}
.products .hover-info .btn i {
	margin-left: 15px;
	padding: 0px 11px;
}
.products .stars i {
	margin: 0 2.5px;
}
.products .btn span:before {
	border-width: 0 0 44px 11px;
	right: 34px;
}
.products .stars {
	color: #ffd800;
	font-size: 12px;
}
.products .position-center-center {
	margin-top: -100%;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.products article:hover .hover-info {
	opacity: 1;
}
.products article:hover .position-center-center {
	margin-top: 0%;
}
.products .item article .item-name {
	text-align: center;
	padding: 25px 0;
}
.products .item article .item-name a {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	margin-bottom: 10px;
}
.products .item article .item-name span {
	color: #fb4848;
	font-size: 18px;
	font-weight: bold;
}
.products .owl-dots {
	text-align: center;
	margin-top: 30px;
}
.products .owl-dots div {
	display: inline-block;
	height: 10px;
	background: #d2d4d6;
	width: 10px;
	margin: 0 5px;
	border: 1px solid #d2d4d6;
	border-radius: 50%;
	display: inline-block;
}
.products .owl-dots div.active {
	background: #fb4848;
	border: 1px solid #fb4848;
}
/*=======================================================
      PAGINATION
========================================================*/
.pagination {
	padding-top: 30px;
	border: none !important;
	display: inline-block;
	width: 100%;
	margin: 0 !important;
	text-align: center;
}
.pagination ul li {
	border: none;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	border-radius: 0px !important;
	padding: 0px;
	text-align: center;
	line-height: 26px;
	color: #999999;
	margin: 0px;
	padding: 2px 5px;
	margin: 0 10px;
	border-bottom: 1px solid #08ada7;
	font-size: 10px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	background: #fff;
	text-transform: uppercase;
}
.pagination>li>a:hover {
	background: none;
	color: #000000;
	border-color: #000000;
}
.video-sec {
	background: url(../images/video-bg.html) no-repeat;
	background-size: cover;
	text-align: center;
}
.video-sec h2 {
	font-size: 46px;
	text-transform: none;
	color: #fff;
	margin: 0px;
	letter-spacing: 2px;
	font-weight: 400;
}
.inside-colio .nav-stacked {
	background: #fff;
}
.inside-colio .nav-stacked li {
	font-style: normal;
	border: none;
	margin: 0px;
	padding: 0px;
}
.inside-colio .nav-stacked a {
	font-style: normal;
	border: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	padding: 10px 20px;
	border-radius: 0px;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	display: inline-block;
	width: 100%;
}
.inside-colio .nav-stacked a:hover {
	background: #1193d4;
	color: #fff;
}
.inside-colio .nav-stacked>li.active {
	background: #1193d4;
}
/* Colio - Basic Styles
================================================== */
.colio-theme-black .colio-next span:before {
	content: "\e876";
	font-family: 'Linearicons-Free';
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
	display: inline-block;
	width: 100%;
}
.colio-theme-black .colio-prev span:before {
	content: "\e875";
	font-family: 'Linearicons-Free';
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
	display: inline-block;
	width: 100%;
}
.colio-theme-black .colio-navigation a {
	background: #965452;
}
.colio-theme-black .colio-navigation a {
	padding: 0px;
	height: 30px;
}
.colio-theme-black .colio-prev span {
	background: none;
	position: relative;
	text-indent: inherit;
	overflow: hidden;
	padding: 0px;
	height: 30px;
	width: 30px;
}
.colio-theme-black .colio-next span {
	background: none;
	position: relative;
	text-indent: inherit;
	overflow: hidden;
	padding: 0px;
	height: 30px;
	width: 30px;
}
.colio {
	position: relative;
	height: 0;
	clear: both;
	width: 100% !important;
	left: 0px !important;
	overflow: hidden;
	margin-bottom: 30px;
}
.colio .colio-container {
	width: 100%;
	position: relative;
	margin-top: 53px;
	background: #f9f9f9;
	background-size: cover;
}
#demo_1 {
}
.colio-container {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.colio-content {
	display: none;
	overflow: hidden;
}
.colio-close, .colio-prev, .colio-next {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.colio-no-prev, .colio-no-next {
	cursor: default;
	opacity: 0.2;
}
/* navigation, close */
.colio-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.colio-navigation {
	position: absolute;
	top: 10px;
	left: 10px;
}
.colio-navigation a {
	margin-right: 0px;
}
/* placement */
.colio-placement-inside, .colio-placement-before {
	margin-bottom: 20px;
}
.colio-placement-after {
	margin-top: 20px;
	margin-bottom: 20px;
}
.colio-container {
}
.inside-colio {
	padding: 60px 0px;
	position: relative;
	z-index: 1;
}
.colio-navigation {
	z-index: 3;
}
.colio-theme-black .colio-close:before {
	height: 30px;
	width: 30px;
	line-height: 28px;
	background: #ab4e52;
}
.colio-theme-black .colio-close {
	z-index: 3;
}
.inside-colio:after {
	content: "";
	position: absolute;
	bottom: 0px;
	height: 130px;
	background: #fff;
	left: 0px;
	width: 100%;
	z-index: -1;
}
.colio-theme-black .colio-prev {
	margin-top: 10px;
	margin-bottom: 5px;
}
.colio-theme-black .colio-navigation {
	right: 24px;
	top: 125px;
	left: auto;
	width: 30px;
}
.colio-theme-black .colio-close {
	top: 85px;
}
/*=======================================================
      TESTI
========================================================*/
.testi {
}
.testimonial .avatars {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	overflow: hidden;
}
.testimonial .avatars img {
	width: 100%;
	border-radius: 50%;
	height: 80px;
	width: 80px;
}
.testimonial .avatars li {
	display: inline-block;
	height: 74px;
	width: 74px;
	margin: 0 5px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.testi-name {
	position: relative;
	z-index: 2;
	padding-top: 30px;
	padding-left: 100px;
	margin-bottom: 20px;
}
.testi .media-left .avatar {
	width: 85px;
	margin-right: 0px;
	display: inline-block;
}
.testi p {
	color: #fff;
}
.testi .quote {
	font-size: 40px;
	color: rgba(255,255,255,0.2);
	position: absolute;
	left: 0px;
	top: 0px;
}
.testi .avatar img {
	position: relative;
	z-index: 9;
	border-radius: 50%;
}
.testi h5 {
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.testi {
}
.testi .in-testi {
	text-align: center;
}
.testi .owl-nav {
	display: none;
}
.testi .owl-nav div.owl-prev {
	display: inline-block !important;
	color: #344248;
	margin: 0 15px;
	height: 50px;
	width: 32px;
	border-radius: 4px;
	border: 1px solid #ececec;
	line-height: 48px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: -60px;
	margin-top: -50px;
}
.testi .owl-nav div.owl-next {
	display: inline-block !important;
	color: #344248;
	margin: 0 15px;
	height: 50px;
	width: 32px;
	border-radius: 4px;
	border: 1px solid #ececec;
	line-height: 48px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: -60px;
	margin-top: -50px;
}
.testi .owl-nav div.owl-next:hover {
	background: #006db7;
	border-color: #006db7;
	color: #fff;
}
.testi .owl-nav div.owl-prev:hover {
	background: #006db7;
	border-color: #006db7;
	color: #fff;
}
.testi .owl-dots {
	position: absolute;
	bottom: -20px;
	width: 100%;
	text-align: center;
}
.testi .owl-dots div {
	height: 4px;
	width: 9px;
	display: inline-block;
	background: #d7d9db;
	margin-bottom: 0px;
	margin: 0 2px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.testi .owl-dots .owl-dot.active {
	background: #ab4e52;
	width: 20px;
}
.testi .owl-dots .owl-dot span {
	margin: 0px;
}
.testi span {
	display: inline-block;
	width: 100%;
	color: #ae6c6a !important;
	margin-bottom: 0px;
	font-size: 14px;
	margin-bottom: 30px;
	text-align: right;
	font-style: italic;
	font-family: 'Lora', serif;
}
.in-testi {
	text-align: left;
	position: relative;
	margin-top: 5px;
	z-index: 99;
}
.light-gray-bg .in-testi {
	background: #fff;
}
.light-gray-bg .in-testi:before {
	color: #fff;
}
.in-testi p {
	text-align: left;
	color: #fff;
	font-style: italic;
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 28px;
}
.in-testi i {
	position: absolute;
	float: left;
	left: 100px;
	top: 0px;
	z-index: -1;
	font-size: 20px;
	color: rgba(255,255,255,0.7);
}
.in-testi .avatar {
}
.stars {
	margin-top: 20px;
}
.stars i {
	margin: 0 3px;
}
.testi .media-body span {
	color: #b0b7ff;
}
.testimonial.page .testi {
	margin-bottom: 80px;
}
.clients-img ul {
}
.clients-img li {
	text-align: center;
	width: 16.66666666666667%;
	float: left;
	padding: 0 15px;
	text-align: center;
}
.clients-img li a img {
	width: 100%;
}
.clients-2 li {
	width: 25%;
}
.clients-2 li a {
	background: rgba(255,255,255,0.1);
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	padding: 30px 0;
}
.clients-2 li a img {
	width: auto;
}
/*=======================================================
      Photography
========================================================*/ 
.photography {
}
.photography li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 12.5%;
}
.photography li a {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	height: 100%;
	background: rgba(0,0,0,0.5);
	width: 100%;
	color: #fff;
	font-size: 60px;
	text-align: center;
}
.photography li a i {
	margin-top: 30%;
	display: inline-block;
}
.photography li img {
	width: 100%;
}
.photography li a:hover {
	opacity: 1;
}
/*=======================================================
      BLOG
========================================================*/ 
.blog article {
	margin-bottom: 30px;
	padding-bottom: 0px;
	background: #fff;
}
.blog article {
}
.blog .post-info {
	padding: 0px;
	position: relative;
}
.blog .post-info .post-in {
	background: #f6f7f8;
}
.blog article .extra {
	margin-bottom: 15px;
}
.blog article .extra span {
	color: #576363;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 30px;
	font-style: italic;
	font-family: 'Lora', serif;
}
.blog article .extra span i {
	height: 28px;
	font-size: 12px;
	margin-right: 10px;
	line-height: 26px;
	display: inline-block;
	border-radius: 50%;
	color: #5b6767;
	text-align: center;
}
.blog .post-info hr {
	margin: 10px 0;
	background: #444444;
}
.blog .post-in {
	padding: 25px 0;
	text-align: center;
}
.blog .post-in span.by {
	color: #fb4848;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
.blog .tittle-post {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
	line-height: 26px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.blog .post-info p {
	font-size: 14px;
	line-height: 26px;
}
.blog .post-info .read-more {
	border-bottom: 1px dotted #00b1f1;
	display: inline-block;
	float: right;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 10px;
	font-weight: bold;
	color: #444444;
	font-size: 11px;
}
.blog .icons li {
	margin-top: 20px;
	margin-right: 10px;
	display: inline-block;
}
.blog .date-post {
	width: 70px;
	height: 100px;
	float: left;
	padding: 0 10px;
	text-align: center;
	line-height: 36px;
	background: #253030;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 26px;
	font-weight: bold;
}
.blog .date-post span {
	font-size: 12px;
	border-top: 1px solid #fff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
}
.port-paging li {
	display: inline-block;
	text-transform: uppercase;
}
.port-paging a {
	color: #fff;
	font-size: 12px;
	margin: 0 10px;
}
.port-paging a i {
	margin: 0 5px;
}
.port-paging a .fa-times {
	height: 35px;
	width: 35px;
	border: 1px solid rgba(255,255,255,0.3);
	display: inline-block;
	line-height: 33px;
	text-align: center;
}
.paging-news {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	background: #fbfbfb;
	padding: 20px 20px;
}
.paging-news li {
	display: inline-block;
	text-transform: uppercase;
}
.paging-news li a {
	font-size: 12px;
}
.blog-single .stare-ev {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}
.blog-single ul {
	margin-bottom: 0px !important;
}
.blog-single .tags {
	float: left;
}
.blog-single .tags h5 {
	margin-top: 10px;
}
.blog-single .tags li {
	display: inline-block;
}
.blog-single .blog-post {
	margin-bottom: 0px;
	border: none;
	padding-bottom: 20px;
}
.blog-single .pager {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}
.blog-single .tags li a {
}
.blog-single .social_icons {
	display: inline-block;
}
.blog-single .social_icons h6 {
	font-size: 13px;
}
.blog-single .social_icons li {
	margin-right: 5px;
}
.blog-single .social_icons a {
	font-size: 14px;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 1px solid #333333;
	line-height: 34px;
	color: #333333;
	display: inline-block;
	text-align: center;
	margin: 0px;
}
/*=======================================================
			SKILLS
========================================================*/
.team-skills p {
	line-height: 30px;
}
.progress-bars p {
	margin: 0px;
	font-size: 12px;
	color: #6f6f6f;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 24px;
}
.progress-bars {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.progress {
	border-radius: 0px;
	position: relative;
	background: #f1f1f2;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	overflow: inherit;
	position: relative;
	height: 10px;
	border-radius: 4px;
	margin-top: 10px;
	border: 3px solid #ececed;
}
.progress-bar {
	border-radius: 0px;
	background: #ab4e52;
	height: 4px;
	box-shadow: none;
}
.progress-bars .bar {
	position: relative;
}
.progress-bar-tooltip {
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
	color: #141414;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	padding-right: 10px;
	font-family: 'Montserrat', sans-serif;
}
.progress-bars.style-2 .progress {
	height: 10px;
	border-radius: 0px;
	position: relative;
	background: #e1e1e1;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	height: 10px;
}
.progress-bars.style-2 .progress-bar {
	border-radius: 0px;
	background: #ff83a6;
	height: 10px;
}
.progress-bars.style-2 p {
	font-size: 12px;
	font-weight: normal;
}
.progress-bars.style-2 .progress-bar-tooltip {
	position: absolute;
	font-weight: normal;
	padding-right: 0px;
	line-height: 24px;
}
.progress-bars.style-1 .progress-bar-tooltip {
	float: right;
	right: 3px;
	top: -28px;
	color: #fff;
	background: #ab4e52;
	font-size: 10px;
	font-weight: normal;
	width: 35px;
	padding-right: 0px;
	border-radius: 4px;
	line-height: 24px;
	text-align: center;
}
.progress-bars.style-2 .progress-bars p {
	margin: 0px;
	font-size: 11px;
	color: #141414;
	margin-bottom: 0px;
}
.progress-bars.style-3 .progress-bar-tooltip {
	color: #fff;
	padding-right: 20px;
}
.progress-bars.style-3 .progress {
	border: 1px solid #141414;
	border-radius: 4px;
	background: #fff;
	margin-top: 0px;
}
.progress-bars.style-3 .progress-bar {
	background: #141414;
}
.progress-bars.style-3 p {
	color: #fff;
	display: inline-block;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	line-height: 28px;
}
.progress-bars .caret-left {
	padding-left: 15px;
}
.progress-bars .caret-left:before {
	content: "\f0da";
	position: absolute;
	font-size: 14px;
	left: 0px;
	color: #909090;
	font-family: 'FontAwesome';
}
.progress-bars .caret-down {
	padding-right: 0px;
}
.progress-bars .caret-down:before {
	content: "\f0d7";
	position: absolute;
	font-size: 14px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	bottom: -14px;
	color: #ab4e52;
	font-family: 'FontAwesome';
}
/*=======================================================
      CLIENTS
========================================================*/
.clients li {
	text-align: center;
}
.clients .style-2 li {
	padding: 0px;
	border: none;
}
.clients .style-2 li a {
	border-right: none;
	border-top: none;
	border-left: none;
}
.clients .owl-nav div.owl-prev {
	display: inline-block !important;
	color: #344248;
	margin: 0 15px;
	height: 62px;
	width: 32px;
	border-radius: 4px;
	border: 1px solid #ececec;
	line-height: 58px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: -100px;
	margin-top: -30px;
}
.clients .owl-nav div.owl-next {
	display: inline-block !important;
	color: #344248;
	margin: 0 15px;
	height: 62px;
	width: 32px;
	border-radius: 4px;
	border: 1px solid #ececec;
	line-height: 58px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: -100px;
	margin-top: -30px;
}
.clients .owl-nav div.owl-next:hover {
	background: #344248;
	border-color: #344248;
	color: #fff;
}
.clients .owl-nav div.owl-prev:hover {
	background: #344248;
	border-color: #344248;
	color: #fff;
}
/*=======================================================
			FOOTER
========================================================*/
.sub-footer {
	background: rgba(255,255,255,0.03);
	margin-bottom: 80px;
}
.sub-footer .logo-foot {
	background: #08ada7;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 40px;
}
.sub-footer p {
	color: #999999;
}
.sub-footer .social {
	margin-top: 40px;
	text-align: center;
}
.sub-footer .social li {
	display: inline-block;
}
.sub-footer .social li a {
	height: 36px;
	width: 36px;
	line-height: 34px;
	border: 2px solid #08ada7;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: #08ada7;
	font-size: 12px;
}
.sub-footer .social li a:hover {
	background: #08ada7;
	color: #fff;
}
footer p {
	font-size: 15px;
	line-height: 26px;
	color: #969ea7;
}
footer h6 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1.5px;
}
footer {
	padding: 90px 0;
	background: #2e2e2e;
}
footer h5 {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	font-size: 18px;
	margin-bottom: 0px;
}
footer hr {
	height: 1px;
	border: none;
	width: 30px;
	margin: 10px 0px;
	margin-bottom: 20px;
	background: #cccccc;
}
footer .loc-info p {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 13px;
}
footer .loc-info p i {
	width: 28px;
	float: left;
	font-size: 20px;
	margin-top: 6px;
	margin-bottom: 10px;
}
footer .tweet a {
	color: #28a9e2;
}
footer .tweet li {
	padding-left: 40px;
	margin-bottom: 30px;
}
footer .tweet li:before {
	content: "\f099";
	font-family: FontAwesome;
	padding: 0px;
	color: #414141;
	float: left;
	position: absolute;
	left: 0px;
	font-size: 26px;
	padding: 0px 15px;
	font-weight: 100;
}
footer .tweet span {
	color: #fff;
}
footer p {
	color: #949494;
	font-weight: normal;
	font-size: 14px;
}
footer .links a {
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
}
footer .recent-come {
}
footer .img-post {
	height: 59px;
	width: 59px;
	float: left;
}
footer .text-post {
	float: right;
	width: 72%;
}
footer .recent-come li a {
	color: #fff;
	font-size: 12px;
	font-size: 600;
	margin-top: 0px;
	text-transform: uppercase;
}
footer .recent-come li {
	border-bottom: 1px solid #373737;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 15px;
}
footer .recent-come li:nth-child(1) {
	margin-top: 0px;
}
footer .recent-come li span {
	font-weight: 600;
	color: #ffc300;
	font-size: 11px;
	display: inline-block;
	width: 100%;
}
footer .subcribe {
	display: inline-block;
	width: 100%;
	background: url(../images/subcribe-bg.html) no-repeat;
	background-size: cover;
	padding: 30px 30px;
	margin-bottom: 60px;
	margin-top: -52px;
	position: relative;
	z-index: 99;
}
footer .subcribe h5 {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin-top: 12px;
}
footer .subcribe p {
	margin-bottom: 30px;
}
footer .subcribe input {
	display: inline-block;
	width: 75%;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	color: #fff;
	background: none;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #fff;
}
footer .subcribe .form-control {
	border-radius: 0px;
}
footer .subcribe .btn {
	margin-top: 0px;
}
footer button {
	float: right;
	background: #434e5a !important;
}
.rights .go-up {
	border: 1px solid #454545;
	color: #949494;
	height: 30px;
	width: 30px;
	float: right;
	position: absolute;
	right: 30px;
	top: 20px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
}
.rights .go-up:hover {
	background: #fff;
	color: #333;
}
.rights {
	background: #252525;
	padding: 20px 0;
	text-align: left;
	position: relative;
}
.rights p {
	font-weight: 500;
	color: #cccccc;
	margin: 0px;
	font-size: 13px;
}
.light-rights {
	background: #eceaea;
}
footer .social_icons {
	display: inline-block;
	margin-top: 20px;
}
footer .social_icons li {
	margin-right: 5px;
}
footer .social_icons a {
	font-size: 14px;
	margin-right: 20px;
	border-radius: 50%;
	line-height: 34px;
	color: #949494;
	display: inline-block;
	text-align: center;
}
.footer-info h6 {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 30px;
}
.news-letter p {
	font-size: 13px;
}
footer .subscribe {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 20px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
footer .subscribe button {
	background: #965452 !important;
	border: none;
	float: right;
	margin-top: -45px;
	height: 40px;
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	z-index: 9;
	position: relative;
}
footer .subscribe input {
	width: 100%;
	border: none;
	height: 40px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	padding: 0 10px;
	margin-bottom: 5px;
}
.footer-info .links li {
	position: relative;
}
.footer-info .links li a:before {
	content: "\f105 ";
	font-family: FontAwesome;
	color: #8e8e8e;
	position: absolute;
	left: 0px;
	font-size: 12px;
	padding: 0px;
	font-weight: 100;
}
.footer-info .links li a {
	color: #999999;
	padding-left: 15px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.footer-info .links li a:hover {
	color: #fff;
}
.footer-info .quote .form-control {
	background: none;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #45515d;
	margin-bottom: 20px;
	height: 40px;
	font-size: 13px;
}
.footer-info .quote textarea.form-control {
	height: 80px;
}
.footer-info .personal-info {
	margin-top: 30px;
}
.footer-info .personal-info li {
	color: #999999;
	font-size: 12px;
	line-height: 24px;
	padding: 10px 0;
	padding-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
	border-bottom: 1px solid #414141;
}
.footer-info .flicker {
	margin: 0 -3px;
	margin-top: 20px;
}
.footer-info .flicker a:hover {
	opacity: 0.5;
}
.footer-info .flicker .owl-dots {
	text-align: center;
}
.footer-info .flicker .owl-dots .owl-dot {
	display: inline-block;
	height: 5px;
	width: 5px;
	margin: 0 2px;
	background: rgba(255,255,255,0.2);
	border-radius: 4px;
}
.footer-info .flicker .owl-dots .owl-dot.active {
	background: #fff;
}
.footer-info .personal-info li i {
	font-size: 16px;
	color: #929292;
	margin-right: 10px;
	float: left;
	width: 30px;
	margin-top: 3px;
	margin-bottom: 8px;
}
.foot-info-con {
	display: inline-block;
	width: 100%;
	margin-top: 80px;
}
.foot-info-con li a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
}
.foot-info-con .icon {
	height: 90px;
	width: 90px;
	color: #fff;
	background: #3f4955;
	text-align: center;
	line-height: 90px;
	display: inline-block;
	border-radius: 0px;
	font-size: 20px;
	margin-right: 10px;
	border-radius: 50%;
}
.foot-info-con p {
	font-size: 14px;
	margin: 0px;
}
.foot-info-con h6 {
	font-weight: normal;
	font-family: 'Ubuntu';
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	font-size: 15px;
	text-transform: none;
	margin-bottom: 4px;
	letter-spacing: 2px;
}
.footer-light {
	background: #f9f9f9;
}
.footer-light h6 {
	color: #333333;
}
.footer-light .rights {
	margin-top: 60px;
	background: #efeeee;
}
/*=======================================================
			CONTACT FORM
========================================================*/
#map {
	height: 700px;
}
.info-office {
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 130px;
}
.info-office p {
	margin-bottom: 0px;
	font-size: 13px;
	letter-spacing: 1px;
}
.info-office h5 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 30px;
}
.contact-info .number {
	text-align: center;
	padding: 97px 0;
	border-bottom: 1px solid #ececec;
}
.contact-info .number p {
	letter-spacing: 1px;
	font-size: 13px;
	font-family: 'montserratlight';
}
.contact-info .number h1 {
	font-size: 35px;
	color: #949494;
	font-family: 'montserratlight';
	letter-spacing: 2px;
	font-weight: 100;
	margin: 30px 0;
	margin-bottom: 10px;
}
.contact-info .number i {
	font-size: 24px;
	height: 57px;
	width: 57px;
	border: 1px solid #965452;
	color: #965452;
	line-height: 55px;
	border-radius: 50%;
	display: inline-block;
}
.contact-form .error {
	border: 1px solid red;
}
.contact-form .error:before {
	content: "\f071";
	font-family: 'FontAwesome';
	position: absolute;
	color: red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
.contact-page .heading hr {
	margin: 30px 0;
}
.contact-page h3 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 0px;
}
.timing {
	background: #fbfbfc;
	padding: 30px;
	border: 1px solid #e4e4e4;
	margin-top: 30px;
}
.timing ul li p {
	margin: 0px;
}
.timing ul li {
	border-bottom: 1px solid #e8e8e9;
	padding: 15px 0;
}
.timing ul li span {
	float: right;
}
.timing ul li:nth-last-child(1) {
	border-bottom: none;
	padding-bottom: 0px;
}
.contact-page p {
	font-size: 15px;
	color: #777777;
}
.timing ul li p {
	color: #999999;
}
.contact-form label {
	display: inline-block;
	width: 100%;
	font-weight: normal;
	font-size: 11px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	color: #777777;
}
.contact-form label input {
	border: 1px solid #ececec;
	height: 40px;
	padding: 0 20px;
	border-radius: 0px;
	width: 100%;
	background: #fff;
	box-shadow: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
	border: 1px solid #ececec;
	height: 160px;
	border-radius: 0px;
	background: #fff;
	box-shadow: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form input:focus {
	border: 1px solid #4c4f5e !important;
}
.contact-form textarea:focus {
	border: 1px solid #4c4f5e !important;
}
#contact_form button {
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	border-radius: 0px;
	height: 50px;
	width: 155px;
	border-radius: 4px;
	margin-top: 0px;
	line-height: 50px;
	padding: 0px 0;
}
.cont-info-con {
	margin-bottom: 80px;
}
.cont-info-con li article {
	text-align: center;
	border: 1px solid #f0f0f0;
	padding: 35px 20px;
}
.cont-info-con p {
	color: #777777;
	margin: 0px;
}
.cont-info-con h6 {
	color: #333333;
	margin: 0px;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-transform: none;
	font-weight: 700;
}
.cont-info-con .icon {
	height: 76px;
	width: 76px;
	color: #08ada7;
	display: inline-block;
	font-size: 28px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 74px;
	border-radius: 50%;
	border: 3px solid #08ada7;
}
/*=======================================================
      List Style Featured
========================================================*/
.list-style-featured .row {
	margin-left: 0px;
	margin-right: 0px;
}
.list-style-featured .icon {
	height: 88px;
	width: 88px;
	position: relative;
	line-height: 80px;
	text-align: center;
	color: #ff89ad;
	background: #08ada7;
	border-radius: 50%;
	font-size: 22px;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.list-style-featured .icon:before {
	position: absolute;
	content: "";
	border: 2px solid #fff;
	height: 86px;
	width: 86px;
	left: 1px;
	top: 1px;
	border-radius: 50%;
}
.list-style-featured hr {
	background: #e5e5e5;
	margin: 15px 0;
}
.list-style-featured h4 {
	font-size: 15px;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 15px;
	text-transform: none;
	letter-spacing: 1px;
}
.list-style-featured p {
	font-size: 14px;
	font-weight: bold;
	color: #777777;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.list-style-featured span {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	color: #777777;
}
.list-style-featured li {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	margin-bottom: 70px;
	position: relative;
	z-index: 9;
}
.list-style-featured li .icon:after {
	content: "";
	border-right: 1px dashed #ededed;
	position: absolute;
	height: 150px;
	right: 44px;
	z-index: -1;
	top: 55px;
}
.list-style-featured .media {
	overflow: inherit;
}
.list-style-featured ul li.lst .icon:after {
	display: none;
}
.list-style-featured .media-right .icon {
	margin-right: 0px;
	margin-left: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.list-style-featured .text-right hr {
	float: right;
}
/*=======================================================
      Emergency
========================================================*/
.procsss {
	position: absolute;
	top: -150px;
	z-index: 999;
	background: none;
}
.procsss ul {
	background: rgba(0,0,0,0.5);
	padding: 30px 30px;
}
.procsss ul li h6 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
}
.procsss ul li p {
	color: #fff;
	margin: 0px;
}
.procsss .numb {
	display: inline-block;
	height: 45px;
	width: 45px;
	background: #ffc107;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.procsss li:hover .numb {
	background: #fff;
	color: #ffc107;
}
.blog-single .post-info .post-in {
	background: none;
	padding: 25px 0;
}
.blog-single .post-info .post-in p {
	text-align: left;
}
.cate li a {
	padding-left: 15px;
	font-weight: 700;
}
.cate li a:before {
	content: "\f0da";
	position: absolute;
	left: 0px;
	font-size: 14px;
	color: #965452;
	font-family: 'FontAwesome';
}
.cate li {
	position: relative;
}
.cate li {
	line-height: 60px;
}
.cate li a {
	font-size: 13px;
	color: #777777;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
}
.cate li span {
	float: right;
	height: 25px;
	width: 25px;
	font-size: 10px;
	border-radius: 50%;
	line-height: 23px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cate li a:hover {
	color: #965452;
}
.cate li a:hover span {
	background: #965452;
	color: #fff;
}
.cate.archive li:before {
	display: none;
}
.cate.archive li {
	line-height: 45px;
	padding-left: 0px;
}
.news-post blockquote {
	border: none;
	font-family: 'Raleway', sans-serif;
	text-align: left;
	line-height: 34px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #08ada7;
	padding: 30px 0;
	letter-spacing: 1px;
	position: relative;
}
.news-post blockquote i {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -27px;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	height: 54px;
	width: 54px;
	margin: 0 auto;
	border-top: 1px solid #fb4848;
	border-radius: 50%;
	background: #fff;
	color: #fb4848;
}
.comments .media-body h4 {
	color: #222222;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
	display: inline-block;
	width: 100%;
}
.comments .media-body a {
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	position: relative;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media-left a {
	width: 80px;
	display: inline-block;
}
.comments .media-body {
	position: relative;
	border: 1px solid #e9e9e9;
	padding: 20px;
	margin-bottom: 30px;
}
.comments h4 {
	font-weight: 500;
	margin: 0px;
	font-size: 20px;
	margin-bottom: 30px;
}
.comments .media p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0px;
}
.comments .media h6 span {
	font-size: 10px;
	color: #333333;
	margin: 0;
	display: inline-block;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	font-weight: normal;
	margin-left: 20px;
	text-transform: uppercase;
	display: inline-block;
}
.comments .media {
	margin-top: 40px;
}
.comments .media h6 {
	font-weight: 700;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}
.comments .raply {
	position: absolute;
	top: 20px;
	right: 30px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #08ada7;
	margin-bottom: 0px;
}
.comments .raply i {
	margin-right: 5px;
}
.comments .avatar {
	margin-right: 10px;
	display: inline-block;
}
.comments .btn.raply:hover {
	background: #00b1f1;
	color: #fff;
}
.comments .media a img {
	margin-bottom: 10px;
}
.comments form label {
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	color: #333333;
	font-size: 10px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.pager {
	margin-bottom: 80px;
	text-transform: uppercase;
	border-top: 1px solid #ffbe00;
	border-bottom: 1px solid #ffbe00;
	padding: 15px 0;
}
.pager a {
	font-size: 12px;
	border: none;
}
.comments {
	margin-bottom: 50px;
}
.admin-info {
	border: 1px solid #cccccc;
	padding: 24px;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.admin-info h5 {
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 20px;
}
.admin-info .social_icons {
	margin-top: 10px;
}
.admin-info .admin-img {
	width: 175px;
	display: inline-block;
	margin-right: 0px;
}
.social_icons li {
	display: inline-block;
	color: #989898;
}
.social_icons li a {
	color: #989898;
	margin: 0 5px;
}
.blog-col-2.blog-page .post-in {
	padding: 25px 0px;
	background: none;
	text-align: left;
}
/*=======================================================
      get-quote
========================================================*/
.get-quote label {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
}
.get-quote h3 {
	margin: 0px;
}
.get-quote label input {
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #ededed;
	margin-top: 10px;
	height: 40px;
	margin-bottom: 30px;
}
/*=======================================================
      Appoinment
========================================================*/
.appoinment {
	background: url(../images/bg/bg-2.html) no-repeat;
}
.appoinment {
}
.appoinment form {
	margin-top: 80px;
}
.appoinment label {
	width: 100%;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: inline-block;
}
.appoinment input {
	height: 40px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 8px;
	border-radius: 0px;
	border: 1px solid #e2e2e2;
}
.appoinment textarea {
	height: 110px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 8px;
	border-radius: 0px;
	border: 1px solid #e2e2e2;
}
.appoinment .btn {
	background: #448aff;
	border: none;
	color: #fff;
	font-size: 12px;
	margin-bottom: 50px;
}
.ser-single .list-style li {
	width: 100%;
}
/*=======================================================
			ACCORDION
========================================================*/
.accordion {
}
.accordion.gray-bg {
	background: #f3f3f3;
}
.accordion .panel-default > .panel-heading .panel-title a:before {
	content: "\f208";
	font-family: "Ionicons";
	color: #FFF;
	padding: 0px;
	color: #fff;
	height: 29px;
	width: 43px;
	background: #08ada7;
	text-align: center;
	top: 7px;
	line-height: 29px;
	position: absolute;
	font-size: 12px;
	position: absolute;
	left: 10px;
	border-radius: 20px;
}
.accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f217";
	font-family: "Ionicons";
	background: #dfdfdf;
	color: #fff;
}
.accordion .panel-default > .panel-heading {
	background-color: #fff;
	padding: 0px;
	border-radius: 0px;
	overflow: hidden;
}
.accordion .panel-default > .panel-heading a {
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	padding: 10px;
	color: #333333;
	background: #fff;
	padding: 10px 0px;
	padding-left: 70px;
	line-height: 20px;
	display: inline-block;
	text-transform: none;
	border-radius: 20px;
	border: 1px solid #ececec;
}
.accordion .panel {
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 20px;
	position: relative;
	border: none;
	margin-top: 0px;
}
.accordion .panel-body {
	padding-left: 80px !important;
}
.accordion .panel-body p {
	font-size: 14px;
	letter-spacing: 1px;
}
.accordion .panel-body {
	color: #b8b8b8;
	padding: 20px;
	padding-bottom: 0px;
	padding-right: 40px;
	line-height: 28px;
	font-size: 15px;
}
.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.latest-work .filter.tabs {
	height: auto;
	min-height: auto;
	background: none;
	text-align: center;
}
.latest-work .filter.tabs {
	margin-bottom: 50px;
}
.latest-work .filter.tabs li {
	display: inline-block;
	margin-bottom: 10px;
	margin: 0 5px;
}
.latest-work .filter.tabs li a {
	color: #999999;
	padding: 8px 20px;
	border: 2px solid #999999;
}
.latest-work .filter.tabs li a.active {
	color: #ffc107;
	border: 2px solid #ffc107;
}
.side-tittle {
	font-size: 18px !important;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #333333;
	letter-spacing: 1px;
	font-weight: 600;
}
.side-bar hr {
	margin-bottom: 10px;
	margin-top: 15px;
	height: 1px;
	border: none;
	width: 100%;
	display: inline-block;
	background: #e1e1e1;
}
.tags {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.tags a {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	padding: 6px 10px;
	color: #969595;
	border: 1px solid #dadada;
	padding-top: 7px;
	display: inline-block;
	margin-right: 8px;
	margin-top: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.tags li {
	display: inline-block;
	float: left;
}
.tags a:hover {
	background: #965452;
	border: 1px solid #965452;
	color: #fff;
}
.flickr-steam {
	margin: 0 -5px;
	display: inline-block;
	width: 100%;
}
.flickr-steam li {
	padding: 0 5px;
	float: left;
	width: 25%;
	margin-bottom: 10px;
}
.flickr-steam li img {
	width: 100%;
}
.blog-page .post-in {
	padding: 25px 40px;
}
.blog-page .post-in p {
	font-size: 13px;
}
.blog-page .post-in .btn-1 {
	margin-top: 20px;
}
/*=======================================================
			PAPULAR POST
========================================================*/
.papu-post {
}
.papu-post .media-left {
	margin-right: 0px;
}
.papu-post .media-left img {
	width: 100%;
}
.papu-post .media-left a {
	width: 60px;
	margin-right: 0px;
	display: inline-block;
}
.papu-post span {
	color: #08ada7;
	letter-spacing: 0px;
	font-size: 12px;
	text-transform: none;
}
.papu-post li {
	padding: 20px 0;
	margin: 0px;
	padding-top: 0px;
}
.papu-post .media-heading {
	display: inline-block;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	color: #333333;
	margin-top: 0px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: none;
}
.search input {
	display: inline-block;
	width: 100%;
	height: 45px;
	background: #fff;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #e6e6e6;
}
.search button {
	float: right;
	margin-top: 0px;
	line-height: 45px;
	margin-right: 0px;
	margin-top: -45px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: none;
	color: #313f46;
	width: 45px;
	height: 45px;
	font-size: 16px;
	background: none;
}
.side-bar #map {
	height: 320px;
	width: 100%;
}
.promo {
	background: url(../images/bg/promo-bg.html) no-repeat;
	background-size: cover;
}
.promo .overlay {
	background: rgba(52,66,72,0.95);
	padding: 100px 0;
}
.promo .overlay:before {
	content: "";
	position: absolute;
	right: 0px;
	left: 100%;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(52,66,72,0.95);
}
.promo h4 {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	margin: 0px;
	margin-bottom: 15px;
}
.promo .overlay:after {
	position: absolute;
	top: 0px;
	left: -340px;
	width: 0;
	content: "";
	height: 0;
	border-bottom: 340px solid rgba(52,66,72,0.95);
	border-left: 340px solid transparent;
}
.promo p {
	color: #fff;
	margin-bottom: 30px;
}
/*=======================================================
			PRICING
========================================================*/
.pricing {
}
.pricing article {
	text-align: center;
	border: 1px solid #ececec;
	padding-bottom: 30px;
}
.pricing h5 {
	font-weight: normal;
	margin-bottom: 50px;
}
.pricing .price-info {
	color: #969595;
	letter-spacing: 0.5px;
	line-height: 40px;
}
.pricing .price {
	padding: 0px 0;
	position: relative;
	z-index: 8;
	text-align: left;
	background: #333333;
	padding: 1px;
	padding-left: 100px;
	padding-top: 45px;
	display: inline-block;
	width: 100%;
	height: 125px;
	position: relative;
}
.pricing .amount {
	vertical-align: top;
	color: #333333;
	padding: 0 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.pricing .amount .value {
	font-size: 60px;
	font-weight: 100;
	margin-right: 5px;
	font-family: 'Raleway', sans-serif;
}
.pricing .price .plan-icon {
	width: 80px;
	position: absolute;
	height: 100%;
	left: 0px;
	background: rgba(255,255,255,0.1);
	top: 0px;
	color: #fff;
	text-align: center;
	line-height: 125px;
	font-size: 30px;
}
.pricing .price p {
	font-size: 12px;
	color: #fff;
}
.pricing .price h5 {
	margin: 0px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: none;
	font-size: 15px;
}
.pricing .pric {
	display: inline-block;
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	z-index: 1;
	width: 40%;
	line-height: 64px;
	height: 64px;
	float: right;
	background: rgba(0,0,0,0.1);
	color: #fff;
	margin-top: 20px;
}
.pricing .pric small {
	font-size: 20px;
	vertical-align: top;
	position: relative;
	top: -5px;
	font-weight: normal;
	margin-right: 5px;
}
.pricing .perid:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	right: -12px;
	top: 50%;
	margin-top: -10px;
	border-style: solid;
	border-width: 10px 0 10px 12px;
	border-color: transparent transparent transparent #fafafa;
}
.pricing .perid {
	background: #fafafa;
	font-size: 18px;
	color: #425555;
	height: 64px;
	line-height: 64px;
	float: left;
	position: relative;
	width: 60%;
	margin-top: 20px;
	font-weight: 500;
}
.pricing .price h2 {
	font-weight: normal;
	color: #fff;
	font-size: 36px;
}
.pricing ul {
	padding: 30px 30px;
}
.pricing ul li i {
	color: #777777;
	font-size: 10px;
	margin-bottom: 0px;
	text-align: left;
	float: left;
	line-height: 26px;
	display: inline-block;
}
.pricing ul li p {
	margin: 0px;
	font-size: 12px;
	color: #777777;
	text-transform: uppercase;
}
.pricing ul li {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}
.pricing .btn {
	background: #333333;
}
.pricing .btn:hover {
	color: #fff;
	background: #965452;
}
/*=======================================================
			TABS SECTION
========================================================*/
#tabs .tab-pane {
	padding: 36px 30px;
	border: none;
}
#tabs .nav-tabs > li {
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
	border: none;
	width: 33.3333%;
}
#tabs .nav-tabs > li a {
	border: none;
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 30px;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	border-radius: 0px;
	text-transform: uppercase;
	border-top: 2px solid #fff;
}
#tabs .nav-tabs > li.active a {
	border-top: 2px solid #ffbe00;
	color: #ffbe00;
}
#tabs .nav-tabs > li:hover a {
	border-top: 2px solid #ffbe00;
	background: none;
	color: #ffbe00;
}
#tabs .nav-tabs {
	border: none;
	border-bottom: none;
}
.error-page {
	text-align: center;
}
.error-page h5 {
	font-weight: bold;
}
.error-page p {
	width: 70%;
	margin: 0 auto;
	font-family: 'Ubuntu';
	margin-top: 20px;
}
.cont-info {
	position: absolute;
	left: 25%;
	top: 100px;
	background: #fff;
	padding: 35px;
	border-right: 3px solid #1076bc;
	width: 330px;
}
.cont-info li p {
	font-family: 'Ubuntu';
	font-size: 15px;
	color: #999999;
}
.cont-info li {
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
}
.cont-info li:nth-last-child(1) {
	border-bottom: none;
	padding-bottom: 0px;
}
.cont-info li i {
	font-size: 30px;
	width: 50px;
	text-align: center;
	color: #6183c1;
}
/*==========================================================================
	   Countdown styles
========================================================================== */
.coming-soon {
	background-size: cover;
	padding: 150px 0;
	text-align: center;
}
.coming-soon {
	color: #b8b8b8;
}
.coming-soon .countdown {
	margin-top: 100px;
	display: inline-block;
	width: 100%;
}
.coming-soon .countdown li {
	text-align: center;
	display: inline-block;
	width: 25%;
	float: left;
}
.coming-soon .countdown li span {
	font-size: 60px;
	font-style: italic;
	font-family: 'Crimson Text', serif;
	color: #fff;
	line-height: 60px;
}
.coming-soon .countdown li p {
	font-size: 24px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	color: #fff;
	text-transform: capitalize;
}
.coming-soon .time {
	display: inline-block;
	width: 100%;
}
.coming-soon .countdown li {
}
.coming-soon .countdown li article {
	height: 160px;
	width: 160px;
	padding-top: 40px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.4);
	background: rgba(0,0,0,0.4);
}
.coming-soon .social-icons {
	margin-top: 80px;
}
.coming-soon .social-icons li {
	float: none;
	margin: 0 5px;
	display: inline-block;
}
.coming-soon .social-icons li a {
	background: none;
	color: #fff;
	display: inline-block;
	height: 40px;
	border-radius: 50%;
	width: 40px;
	line-height: 38px;
	border: 1px solid rgba(255,255,255,0.3);
}
.coming-soon .social-icons li a:hover {
	background: #ab4e52;
	border-color: #ab4e52;
}
.coming-soon.style-2 {
}
.coming-soon.style-2 .countdown li span {
	font-size: 48px;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 3px solid #fff;
	font-style: normal;
	line-height: 60px;
}
.coming-soon.style-2 .countdown li article {
	height: auto;
	width: 160px;
	padding: 20px 0;
	display: inline-block;
	border-radius: 0%;
	border: 2px solid rgba(255,255,255,0.1);
	background: none;
}
.coming-soon.style-2 .countdown li p {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	color: #fff;
	margin-top: 30px;
	text-transform: capitalize;
}
.coming-soon.style-2 .subcribe .sub-mail input {
	background: rgba(255,255,255,0.2);
}
.coming-soon.style-3 {
	text-align: left;
}
.coming-soon.style-3 h3 {
	font-size: 100px;
	text-transform: none;
	letter-spacing: -8px !important;
	color: #141414 !important;
	text-align: left;
	line-height: 80px;
}
.coming-soon.style-3 .countdown li {
	width: auto;
	margin-right: 40px;
}
.coming-soon.style-3 .countdown li span {
	font-size: 48px;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
	color: #141414 !important;
	font-weight: bold;
	letter-spacing: -5px;
	font-style: normal;
	line-height: 60px;
}
.coming-soon.style-3 .countdown li article {
	height: 110px;
	width: 110px;
	text-align: center;
	padding: 10px 0;
	display: inline-block;
	border-radius: 0%;
	border: 2px solid #c6c4c5;
	background: none;
}
.coming-soon.style-3 .countdown li p {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	color: #141414;
	font-weight: bold;
	margin: 0px;
	letter-spacing: -1px;
	line-height: 20px;
	text-transform: none;
}
.bg-parallax {
	background-size: cover !important;
}
.center-auto {
	margin: 0 auto !important;
	float: none !important;
}
.page-404 p {
	margin-top: 30px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 400;
}
/*=======================================================
      Subcribe
========================================================*/
.subcribe {
	width: 60%;
	margin: 0 auto;
}
.subcribe .sub-mail input {
	width: 100%;
	border: 1px solid rgba(255,255,255,0.2);
	line-height: 60px;
	background: none;
	color: #fff;
	padding: 0 20px;
	letter-spacing: 3px;
	font-size: 12px;
	height: 60px;
}
.subcribe .sub-mail button {
	border: none;
	background: none;
	color: #fff;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	font-size: 12px;
	border-left: 1px solid rgba(255,255,255,0.2);
	float: right;
	padding: 20px 30px;
	position: relative;
	margin-top: -59px;
}
.news-letter .news-letter-form {
	width: 50%;
	margin: 0 auto;
	margin-top: 40px;
}
.news-letter .sub-mail input {
	border: 1px solid rgba(255,255,255,0.6);
}
/*=======================================================
      Construction Layout
========================================================*/
.construction-layout {
}
.construction-layout .work-flow {
	background: url(../images/construction-work-flow.html) repeat-y;
}
.construction-layout .services article {
	background: url(../images/construction-ser-bg-hover.html) no-repeat;
	background-size: cover;
}
.construction-layout .btn {
	background: #fdc71d;
}
.construction-layout .btn:hover {
	background: #333333;
	color: #fff;
}
.construction-layout .btn-white {
	background: #fff;
	color: #fff;
}
.construction-layout .btn-white:hover {
	background: #fdc71d;
}
.construction-layout .btn-1 {
	border-bottom: 1px solid #fdc71d;
	color: #333;
}
.construction-layout .btn-1:hover {
	background: #fdc71d;
}
.construction-layout .btn-1.btn-2 {
	border-bottom-color: transparent;
	border-top: 1px solid #fdc71d;
}
.construction-layout footer .subscribe button {
	background: #fdc71d !important;
}
.construction-layout .build-feature {
	background: url(../images/construction-bg-key-feature.html) repeat-y;
}
.construction-layout .pricing .price {
	background: #fdc71d;
}
.construction-layout .pricing .price .plan-icon {
	background: rgba(255,255,255,0.2);
}
.construction-layout .facts {
	background: url(../images/construction-facts-bg.html) repeat-y;
}
.construction-layout .ownmenu ul.dropdown li a:before {
	background: #fdc71d;
}
#wrap.boxed-layout {
	max-width: 1280px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#wrap.boxed-layout .is-sticky .sticky {
	left: 0px;
}
.bg1-body {
	background: url(../images/main-head-bg.html) top center fixed no-repeat;
	background-size: cover;
}
#wrap.boxed-layout .contact.style-2 .contact-right {
	padding-right: 20px;
}
#wrap.boxed-layout .more-feature ul li {
	width: 33.3333%;
}
#wrap.boxed-layout .more-feature ul li:nth-last-child(1) {
	width: 50%;
}
#wrap.boxed-layout .more-feature ul li:nth-last-child(2) {
	width: 50%;
}
#wrap.boxed-layout .more-feature ul li h6 {
	width: 100%;
}
#wrap.boxed-layout .content-we-are {
	padding-right: 20px;
	padding-left: 20px;
}
#wrap.boxed-layout .sticky-wrapper .sticky {
	width: 100%;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
#wrap.boxed-layout header .sticky {
	padding-left: 20px;
	padding-right: 20px;
}
#wrap.dark-version section {
	background: #1c1c1c;
}
#wrap.dark-version .heading h4 {
	color: #fff;
}
#wrap.dark-version .heading p {
	color: #c3c3c3;
}
#wrap.dark-version .heading span {
	color: #ab4e52;
}
#wrap.dark-version .services article:before {
	background: #232323;
}
#wrap.dark-version .services article h6 {
	color: #e1e1e1;
}
#wrap.dark-version .services li article i {
	color: #e1e1e1;
}
#wrap.dark-version {
	background: #1c1c1c;
}
#wrap.dark-version .light-gray-bg {
	background: rgba(255,255,255,0.03) !important;
}
#wrap.dark-version footer {
	background: #1c1c1c;
}
#wrap.dark-version .services article {
	background: url(../images/ser-bg-hover-dark.html) no-repeat;
	background-size: cover;
}
#wrap.dark-version .work-flow {
	background: url(../images/work-flow.html) repeat-y;
}
#wrap.dark-version .work-flow {
	background: url(../images/work-flow.html) repeat-y;
}
#wrap.dark-version .feature-item p {
	color: #ebebeb;
}
#wrap.dark-version .pricing article {
	border: 1px solid rgba(255,255,255,0.1);
}
#wrap.dark-version .pricing .amount {
	color: #e1e1e1;
}
#wrap.dark-version .pricing .amount {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#wrap.dark-version .pricing ul li p {
	color: #e1e1e1;
}
#wrap.dark-version .progress {
	background: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.1);
}
#wrap.dark-version p {
	color: #e1e1e1;
}
#wrap.dark-version .under-port {
	background: rgba(255,255,255,0.03) !important;
}
#wrap.dark-version h1 {
	color: #fff;
}
#wrap.dark-version h2 {
	color: #fff;
}
#wrap.dark-version h3 {
	color: #fff;
}
#wrap.dark-version h4 {
	color: #fff;
}
#wrap.dark-version h5 {
	color: #fff;
}
#wrap.dark-version h6 {
	color: #fff;
}
#wrap.dark-version .blog article {
	background: none;
}
#wrap.dark-version .blog .post-info .post-in {
	background: rgba(255,255,255,0.05);
}
#wrap.dark-version .blog .tittle-post {
	color: #fff;
}
#wrap.dark-version .blog article .extra span {
	color: #e1e1e1;
}
#wrap.dark-version .btn-1 {
	color: #e1e1e1;
}
#wrap.dark-version .port-item .hover-in {
	background: rgba(0,0,0,0.9);
}
#wrap.dark-version .port-item .hover-in span {
	color: #e1e1e1;
}
#wrap.dark-version .port-item .hover-in h6 {
	color: #e1e1e1;
}
#wrap.dark-version .port-item .hover-info a {
	color: #fff;
}
body.margin-50:before {
	position: fixed;
	top: 0px;
	z-index: 99999;
	left: 0px;
	height: 50px;
	background: #fff;
	content: "";
	width: 100%;
}
body.margin-50 .space-nav .is-sticky .sticky {
	margin-top: 50px;
}







/*!
 * Cube Portfolio - Responsive jQuery Grid Plugin
 *
 * version: 4.4.0 (1 August, 2018)
 * require: jQuery v1.8+
 *
 * Copyright 2013-2018, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
 * Licensed under CodeCanyon License (http://codecanyon.net/licenses)
 *
 */
.cbp-l-filters-alignCenter .cbp-filter-counter:after,.cbp-l-filters-alignRight .cbp-filter-counter:after,.cbp-l-filters-button .cbp-filter-counter:after,.cbp-l-filters-buttonCenter .cbp-filter-counter:after,.cbp-l-filters-text .cbp-filter-counter:after,.cbp,.cbp *,.cbp *:after,.cbp:after,.cbp-l-filters-dropdownHeader:after,.cbp-popup-wrap,.cbp-popup-wrap *,.cbp-popup-wrap:before,.cbp-popup-loadingBox:after,.cbp-search *,.cbp-l-direction:after {
    box-sizing: border-box
}

.cbp-l-grid-agency-title,.cbp-l-grid-agency-desc,.cbp-l-grid-work-title,.cbp-l-grid-work-desc,.cbp-l-grid-blog-title,.cbp-l-grid-projects-title,.cbp-l-grid-projects-desc,.cbp-l-grid-masonry-projects-title,.cbp-l-grid-masonry-projects-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cbp-l-filters-alignCenter,.cbp-l-filters-alignCenter *,.cbp-l-filters-alignLeft,.cbp-l-filters-alignLeft *,.cbp-l-filters-alignRight,.cbp-l-filters-alignRight *,.cbp-l-filters-button,.cbp-l-filters-button *,.cbp-l-filters-buttonCenter,.cbp-l-filters-buttonCenter *,.cbp-l-filters-dropdown,.cbp-l-filters-dropdown *,.cbp-l-filters-list,.cbp-l-filters-list *,.cbp-l-filters-work,.cbp-l-filters-work *,.cbp-l-filters-big,.cbp-l-filters-big *,.cbp-l-filters-text,.cbp-l-filters-text *,.cbp-l-filters-underline,.cbp-l-filters-underline *,.cbp-l-filters-holder,.cbp-l-filters-holder *,.cbp-l-loadMore-bgbutton,.cbp-l-loadMore-bgbutton *,.cbp-l-loadMore-button,.cbp-l-loadMore-button *,.cbp-l-loadMore-text,.cbp-l-loadMore-text *,.cbp-search,.cbp-l-dropdown,.cbp-l-dropdown * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

.cbp:after,.cbp-lazyload:after,.cbp-popup-loadingBox:after,.cbp-popup-singlePageInline:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: cbp-rotation .8s infinite linear;
    animation: cbp-rotation .8s infinite linear;
    border-left: 3px solid rgba(114,144,182,0.15);
    border-right: 3px solid rgba(114,144,182,0.15);
    border-bottom: 3px solid rgba(114,144,182,0.15);
    border-top: 3px solid rgba(114,144,182,0.8);
    border-radius: 100%
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter,.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter,.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter,.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter,.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
    opacity: 1;
    -webkit-transform: translateY(-44px);
    transform: translateY(-44px)
}

.cbp-l-filters-alignCenter .cbp-filter-counter,.cbp-l-filters-alignRight .cbp-filter-counter,.cbp-l-filters-button .cbp-filter-counter,.cbp-l-filters-buttonCenter .cbp-filter-counter,.cbp-l-filters-text .cbp-filter-counter {
    font: 400 11px/18px "Open Sans", sans-serif;
    border-radius: 3px;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after,.cbp-l-filters-alignRight .cbp-filter-counter:after,.cbp-l-filters-button .cbp-filter-counter:after,.cbp-l-filters-buttonCenter .cbp-filter-counter:after,.cbp-l-filters-text .cbp-filter-counter:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.cbp-item {
    display: inline-block;
    margin: 0 10px 20px 0
}

.cbp {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    height: 400px
}

.cbp>* {
    visibility: hidden
}

.cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.cbp img {
    display: block;
    border: 0;
    width: 100%;
    height: auto
}

.cbp a,.cbp a:hover,.cbp a:active {
    text-decoration: none;
    outline: 0
}

.cbp-lazyload {
    position: relative;
    background: #fff;
    display: block
}

.cbp-lazyload img {
    opacity: 1
}

.cbp-lazyload img[data-cbp-src] {
    opacity: 0
}

.cbp-lazyload img:not([data-cbp-src]) {
    -webkit-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out
}

.cbp-lazyload:after {
    z-index: 0
}

.cbp-wrapper-outer {
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.cbp-wrapper-outer,.cbp-wrapper,.cbp-wrapper-helper {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.cbp-wrapper,.cbp-wrapper-helper {
    margin: 0
}

.cbp-ready>* {
    visibility: visible
}

.cbp-ready:after {
    display: none;
    visibility: hidden
}

.cbp-ready .cbp-item {
    position: absolute;
    top: 0;
    left: 0
}

.cbp-ready .cbp-wrapper,.cbp-ready .cbp-wrapper-helper {
    position: absolute;
    top: 0;
    left: 0
}

.cbp-item-off {
    z-index: -1;
    pointer-events: none;
    visibility: hidden
}

.cbp-item-on2off {
    z-index: 0
}

.cbp-item-off2on {
    z-index: 1
}

.cbp-item-on2on {
    z-index: 2
}

.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0
}

.cbp-l-project-related-wrap img,.cbp-l-inline img {
    display: block;
    width: 100%;
    height: auto;
    border: 0
}

.cbp-updateItems {
    -webkit-transition: height .5s ease-in-out !important;
    transition: height .5s ease-in-out !important;
    will-change: height
}

.cbp-updateItems .cbp-item {
    -webkit-transition: top .5s ease-in-out, left .5s ease-in-out;
    transition: top .5s ease-in-out, left .5s ease-in-out
}

.cbp-updateItems .cbp-item-loading {
    -webkit-animation: fadeIn .5s ease-in-out;
    animation: fadeIn .5s ease-in-out;
    -webkit-transition: none;
    transition: none
}

.cbp-removeItem {
    -webkit-animation: fadeOut .5s ease-in-out;
    animation: fadeOut .5s ease-in-out
}

.cbp-panel {
    width: 94%;
    max-width: 1170px;
    margin: 0 auto
}

.cbp-misc-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
    text-align: center
}

.cbp-misc-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@-webkit-keyframes cbp-rotation {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes cbp-rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.cbp-l-filters-left {
    float: left
}

.cbp-l-filters-right {
    float: right
}

.cbp-l-center {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-left,.cbp-l-filters-right {
        width:100%
    }
}

@media only screen and (max-width: 800px) {
    .cbp-l-center {
        flex-direction:column
    }
}

.cbp-caption,.cbp-caption-defaultWrap,.cbp-caption-activeWrap {
    display: block
}

.cbp-caption-activeWrap {
    background-color: #282727
}

.cbp-caption-active .cbp-caption,.cbp-caption-active .cbp-caption-defaultWrap,.cbp-caption-active .cbp-caption-activeWrap {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.cbp-caption-active .cbp-caption-defaultWrap {
    top: 0
}

.cbp-caption-active .cbp-caption-activeWrap {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%
}

.cbp-l-caption-title {
    color: #fff;
    font: 400 16px/21px "Open Sans", sans-serif
}

.cbp-l-caption-desc {
    color: #aaa;
    font: 400 12px/16px "Open Sans", sans-serif
}

.cbp-l-caption-text {
    font: 400 14px/21px "Open Sans", sans-serif;
    color: #fff;
    letter-spacing: 3px;
    padding: 0 6px
}

.cbp-l-caption-buttonLeft,.cbp-l-caption-buttonRight {
    background-color: #547EB1;
    color: #FFFFFF;
    display: inline-block;
    font: 400 12px/30px "Open Sans", sans-serif;
    min-width: 90px;
    text-align: center;
    margin: 4px;
    padding: 0 6px
}

.cbp-l-caption-buttonLeft:hover,.cbp-l-caption-buttonRight:hover {
    opacity: 0.9
}

.cbp-caption-none .cbp-caption-activeWrap {
    display: none
}

.cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding: 12px 30px
}

.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding-top: 30px
}

.cbp-l-caption-alignCenter {
    display: table;
    width: 100%;
    height: 100%
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0
}

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    position: relative;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (max-width: 480px) {
    .cbp-l-caption-alignLeft .cbp-l-caption-body {
        padding:9px 11px
    }

    .cbp-l-caption-title {
        font-size: 14px;
        line-height: 21px
    }

    .cbp-l-caption-desc {
        font-size: 11px;
        line-height: 14px
    }

    .cbp-l-caption-buttonLeft,.cbp-l-caption-buttonRight {
        font-size: 11px;
        line-height: 28px;
        min-width: 69px;
        margin: 3px;
        padding: 0 4px
    }

    .cbp-l-caption-text {
        font-size: 13px;
        letter-spacing: 1px
    }
}

@media only screen and (max-width: 374px) {
    .cbp-l-caption-alignLeft .cbp-l-caption-body {
        padding:8px 10px
    }

    .cbp-l-caption-title {
        font-size: 13px;
        line-height: 20px
    }

    .cbp-l-caption-desc {
        font-size: 11px;
        line-height: 14px
    }

    .cbp-l-caption-buttonLeft,.cbp-l-caption-buttonRight {
        font-size: 10px;
        line-height: 28px;
        min-width: 62px;
        margin: 1px;
        padding: 0 4px
    }
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
    opacity: 0;
    top: 0;
    background-color: rgba(0,0,0,0.85);
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1
}

.cbp-caption-minimal .cbp-l-caption-title,.cbp-caption-minimal .cbp-l-caption-desc {
    position: relative;
    left: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out
}

.cbp-caption-minimal .cbp-l-caption-title {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cbp-caption-minimal .cbp-l-caption-desc {
    -webkit-transform: translateY(70%);
    transform: translateY(70%)
}

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title,.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cbp-caption-minimal .cbp-caption-activeWrap {
    top: 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    opacity: 0
}

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1
}

.cbp-caption-moveRight .cbp-caption-activeWrap {
    left: -100%;
    top: 0;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    height: 60px;
    background-color: #181616;
    background-color: rgba(24,22,22,0.7);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s
}

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap,.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    height: auto
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px)
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap,.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    height: 69px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px)
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-69px);
    transform: translateY(-69px)
}

.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
    z-index: 2;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;
    height: auto
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px)
}

.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap,.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    top: 0;
    left: -50%;
    width: 50%
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateX(25%);
    transform: translateX(25%)
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.cbp-caption-pushDown .cbp-caption-defaultWrap,.cbp-caption-pushDown .cbp-caption-activeWrap {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.cbp-caption-pushDown .cbp-caption-activeWrap {
    top: -100%
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap,.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.cbp-caption-pushTop .cbp-caption-activeWrap,.cbp-caption-pushTop .cbp-caption-defaultWrap {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.cbp-caption-pushTop .cbp-caption-activeWrap {
    height: 102%
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-99%);
    transform: translateY(-99%)
}

.cbp-caption-revealBottom .cbp-caption-defaultWrap {
    z-index: 2;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.cbp-caption-revealBottom .cbp-caption-activeWrap {
    top: 0;
    z-index: 1
}

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.cbp-caption-revealLeft .cbp-caption-activeWrap {
    left: 100%;
    top: 0;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.cbp-caption-revealTop .cbp-caption-defaultWrap {
    z-index: 2;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.cbp-caption-revealTop .cbp-caption-activeWrap {
    top: 0;
    z-index: 1
}

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 0;
    background-color: rgba(0,0,0,0.9);
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1
}

.cbp-caption-opacity .cbp-item {
    padding: 1px
}

.cbp-caption-opacity .cbp-caption,.cbp-caption-opacity .cbp-caption-activeWrap,.cbp-caption-opacity .cbp-caption-defaultWrap {
    background-color: transparent
}

.cbp-caption-opacity .cbp-caption {
    border: 1px solid transparent
}

.cbp-caption-opacity .cbp-caption:hover {
    border-color: #EDEDED
}

.cbp-caption-opacity .cbp-caption-defaultWrap {
    opacity: 1;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
    opacity: .8
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
    top: 0
}

.cbp-caption-expand .cbp-caption {
    border-bottom: 1px dotted #eaeaea
}

.cbp-caption-expand .cbp-caption-activeWrap {
    height: auto;
    background-color: transparent
}

.cbp-caption-expand .cbp-caption-defaultWrap {
    cursor: pointer;
    font: 500 15px/23px "Roboto", sans-serif;
    color: #474747;
    padding: 12px 0 11px 26px
}

.cbp-caption-expand .cbp-caption-defaultWrap svg {
    position: absolute;
    top: 16px;
    left: 0
}

.cbp-caption-expand .cbp-l-caption-body {
    font: 400 13px/21px "Roboto", sans-serif;
    color: #888;
    padding: 0 0 20px 26px
}

.cbp-caption-expand-active {
    -webkit-transition: height .4s !important;
    transition: height .4s !important
}

.cbp-caption-expand-active .cbp-item {
    -webkit-transition: left .4s, top .4s !important;
    transition: left .4s, top .4s !important
}

.cbp-caption-expand-open .cbp-caption-activeWrap {
    -webkit-transition: height .4s;
    transition: height .4s
}

.cbp-l-filters-alignCenter {
    margin-bottom: 30px;
    text-align: center;
    font: 400 12px/21px sans-serif;
    color: #DADADA
}

.cbp-l-filters-alignCenter .cbp-filter-item {
    color: #949494;
    cursor: pointer;
    font: 400 13px/21px "Open Sans", sans-serif;
    padding: 0 12px;
    position: relative;
    overflow: visible;
    margin: 0 0 10px;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #2D2C2C
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #2D2C2C;
    cursor: default
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
    background-color: #626161
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after {
    border-top: 4px solid #626161
}

.cbp-l-filters-alignLeft {
    margin-bottom: 30px
}

.cbp-l-filters-alignLeft .cbp-filter-item {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font: 400 12px/30px "Open Sans", sans-serif;
    padding: 0 13px;
    position: relative;
    overflow: visible;
    margin: 0 4px 10px 4px;
    display: inline-block;
    color: #888888;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out
}

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
    color: #111
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
    background-color: #6C7A89;
    border: 1px solid #6C7A89;
    color: #fff;
    cursor: default
}

.cbp-l-filters-alignLeft .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-alignLeft .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-alignLeft .cbp-filter-counter {
    display: inline
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-alignLeft {
        text-align:center
    }
}

.cbp-l-filters-alignRight {
    margin-bottom: 30px;
    text-align: right
}

.cbp-l-filters-alignRight .cbp-filter-item {
    background-color: transparent;
    color: #8B8B8B;
    cursor: pointer;
    font: 400 11px/31px "Open Sans", sans-serif;
    padding: 0 14px;
    position: relative;
    overflow: visible;
    margin: 0 3px 10px 3px;
    border: 1px solid #E4E2E2;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out
}

.cbp-l-filters-alignRight .cbp-filter-item:hover {
    color: #2B3444
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    color: #FFFFFF;
    background-color: #049372;
    border-color: #049372;
    cursor: default
}

.cbp-l-filters-alignRight .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-alignRight .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-alignRight .cbp-filter-counter {
    background-color: #049372
}

.cbp-l-filters-alignRight .cbp-filter-counter:after {
    border-top: 4px solid #049372
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-alignRight {
        text-align:center
    }
}

.cbp-l-filters-button {
    margin-bottom: 30px
}

.cbp-l-filters-button .cbp-filter-item {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    color: #888888;
    cursor: pointer;
    font: 400 12px/32px "Open Sans", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out
}

.cbp-l-filters-button .cbp-filter-item:hover {
    color: #545454;
    border-color: #DADADA
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background-color: #545454;
    color: #fff;
    border-color: #5d5d5d;
    cursor: default
}

.cbp-l-filters-button .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-button .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-button .cbp-filter-counter {
    background-color: #545454
}

.cbp-l-filters-button .cbp-filter-counter:after {
    border-top: 4px solid #545454
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-button {
        text-align:center
    }
}

.cbp-l-filters-buttonCenter {
    margin-bottom: 30px;
    text-align: center
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    color: #888888;
    cursor: pointer;
    font: 400 12px/32px "Roboto", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
    color: #5d5d5d
}

.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
    color: #3B9CB3;
    border-color: #8CD2E5;
    cursor: default
}

.cbp-l-filters-buttonCenter .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-buttonCenter .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
    background-color: #68ABBC
}

.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
    border-top: 4px solid #68ABBC
}

.cbp-l-filters-dropdown {
    margin-bottom: 40px;
    height: 38px;
    position: relative;
    z-index: 5
}

.cbp-l-filters-dropdownWrap {
    width: 200px;
    position: absolute;
    right: 0;
    background: #4d4c4d
}

.cbp-l-filters-dropdownHeader {
    font: 400 12px/38px "Open Sans", sans-serif;
    margin: 0 17px;
    color: #FFF;
    cursor: default;
    position: relative
}

.cbp-l-filters-dropdownHeader:after {
    border-color: #fff rgba(0,0,0,0);
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    margin-top: -1px
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
    border-width: 0 5px 5px
}

.cbp-l-filters-dropdownList {
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.cbp-l-filters-dropdownList>li {
    margin: 0;
    list-style: none
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
    display: block;
    margin: 0
}

.cbp-l-filters-dropdownList .cbp-filter-item {
    background: transparent;
    color: #b3b3b3;
    width: 100%;
    text-align: left;
    font: 400 12px/40px "Open Sans", sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: none;
    border-top: 1px solid #595959
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
    color: #e6e6e6
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
    color: #fff;
    cursor: default
}

.cbp-l-filters-dropdownWrap .cbp-filter-counter {
    display: inline
}

.cbp-l-filters-dropdown-floated {
    float: right;
    margin-top: -2px;
    margin-left: 20px;
    width: 200px
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-dropdown-floated {
        width:100%;
        margin-top: 0;
        margin-left: 0
    }

    .cbp-l-filters-dropdownWrap {
        right: 0;
        left: 0;
        margin: 0 auto
    }
}

.cbp-l-filters-list {
    margin-bottom: 30px;
    content: "";
    display: table;
    clear: both
}

.cbp-l-filters-list .cbp-filter-item {
    background-color: transparent;
    color: #585252;
    cursor: pointer;
    font: 400 12px/35px "Open Sans", sans-serif;
    padding: 0 18px;
    position: relative;
    overflow: visible;
    margin: 0 0 10px;
    float: left;
    border: 1px solid #3288C4;
    border-right-width: 0;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out
}

.cbp-l-filters-list .cbp-filter-item:hover {
    color: #000
}

.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
    cursor: default;
    color: #FFFFFF;
    background-color: #3288C4
}

.cbp-l-filters-list-first {
    border-radius: 6px 0 0 6px
}

.cbp-l-filters-list-last {
    border-radius: 0 6px 6px 0;
    border-right-width: 1px !important
}

.cbp-l-filters-list .cbp-filter-counter {
    display: inline
}

@media only screen and (max-width: 600px) {
    .cbp-l-filters-list .cbp-filter-item {
        margin-right:5px;
        border-radius: 6px;
        border-right-width: 1px
    }
}

.cbp-l-filters-work {
    margin-bottom: 30px;
    text-align: center
}

.cbp-l-filters-work .cbp-filter-item {
    background-color: #FFFFFF;
    color: #888;
    cursor: pointer;
    font: 600 11px/37px "Open Sans", sans-serif;
    margin: 0 3px 15px 3px;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.cbp-l-filters-work .cbp-filter-item:hover {
    color: #fff;
    background: #607D8B
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
    background-color: #607D8B;
    color: #fff;
    cursor: default
}

.cbp-l-filters-work .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-work .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-work .cbp-filter-counter {
    font: 600 11px/37px "Open Sans", sans-serif;
    text-align: center;
    display: inline-block;
    margin-left: 8px
}

.cbp-l-filters-work .cbp-filter-counter:before {
    content: '('
}

.cbp-l-filters-work .cbp-filter-counter:after {
    content: ')'
}

.cbp-l-filters-big {
    margin-bottom: 30px;
    text-align: center
}

.cbp-l-filters-big .cbp-filter-item {
    color: #444;
    cursor: pointer;
    font: 400 15px/22px "Roboto", sans-serif;
    margin: 0 8px 10px 8px;
    padding: 10px 23px;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, border .3s ease-in-out
}

.cbp-l-filters-big .cbp-filter-item:hover {
    color: #888
}

.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
    border-color: #d5d5d5;
    color: #444;
    cursor: default
}

.cbp-l-filters-big .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-big .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-text {
    margin-bottom: 30px;
    text-align: center;
    font: 400 12px/36px "Lato", sans-serif;
    color: #DADADA;
    padding: 0 15px
}

.cbp-l-filters-text .cbp-filter-item {
    color: #949494;
    cursor: pointer;
    font: 400 13px/21px "Lato", sans-serif;
    padding: 0 12px;
    position: relative;
    overflow: visible;
    margin: 0 0 10px;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.cbp-l-filters-text .cbp-filter-item:hover {
    color: #2D2C2C
}

.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
    color: #2D2C2C;
    cursor: default
}

.cbp-l-filters-text .cbp-filter-counter {
    background-color: #626161;
    font: 400 11px/18px "Lato", sans-serif
}

.cbp-l-filters-text .cbp-filter-counter:after {
    border-top: 4px solid #626161
}

.cbp-l-filters-text-sort {
    display: inline-block;
    font: 400 13px/21px "Lato", sans-serif;
    color: #949494;
    margin-right: 15px
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-text-sort {
        display:block;
        margin-bottom: 10px
    }
}

.cbp-l-filters-underline {
    margin-bottom: 30px
}

.cbp-l-filters-underline .cbp-filter-item {
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font: 600 14px/21px "Open Sans", sans-serif;
    padding: 8px 10px;
    position: relative;
    overflow: visible;
    margin: 0 10px 10px 10px;
    display: inline-block;
    color: #787878;
    -webkit-transition: color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s ease-in-out, border-color .25s ease-in-out
}

.cbp-l-filters-underline .cbp-filter-item:hover {
    color: #111
}

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
    border-bottom-color: #666;
    color: #444;
    cursor: default
}

.cbp-l-filters-underline .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-underline .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-underline .cbp-filter-counter {
    display: inline
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-underline {
        text-align:center
    }
}

.cbp-l-filters-holder {
    text-align: center
}

.cbp-l-filters-holder .cbp-filter-item {
    cursor: pointer;
    font: 600 16px/21px "Open Sans", sans-serif;
    padding: 8px 10px;
    position: relative;
    overflow: visible;
    margin: 0 10px 10px 10px;
    display: inline-block;
    color: #555;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    letter-spacing: 0.3px
}

.cbp-l-filters-holder .cbp-filter-item:hover {
    color: #d8b345
}

.cbp-l-filters-holder .cbp-filter-item.cbp-filter-item-active {
    color: #d8b345;
    cursor: default
}

.cbp-l-filters-holder .cbp-filter-item:first-child {
    margin-left: 0
}

.cbp-l-filters-holder .cbp-filter-item:last-child {
    margin-right: 0
}

.cbp-l-filters-holder .cbp-filter-counter {
    display: inline
}

@media only screen and (max-width: 480px) {
    .cbp-l-filters-holder {
        text-align:center
    }
}

.cbp-l-subfilters {
    display: none;
    opacity: 0;
    margin-bottom: 40px;
    text-align: center
}

.cbp-l-subfilters .cbp-filter-item {
    position: relative;
    font: 13px "Open Sans", sans-serif;
    display: inline-block;
    color: #9e9e9e;
    margin: 0 15px;
    cursor: pointer;
    margin: 0 10px 10px 10px;
    letter-spacing: 0.3px
}

.cbp-l-subfilters .cbp-filter-item:hover {
    color: #555
}

.cbp-l-subfilters .cbp-filter-item:after {
    content: '';
    background-color: #dfb947;
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .3s;
    transition: width .3s
}

.cbp-l-subfilters .cbp-filter-item-active {
    color: #555
}

.cbp-l-subfilters .cbp-filter-item-active:after {
    width: 100%
}

.cbp-l-subfilters--active {
    display: block;
    -webkit-animation: fadeIn .5s ease both;
    animation: fadeIn .5s ease both
}

.cbp-animation-quicksand {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-quicksand .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-quicksand .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-quicksand .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: quicksand-off .6s ease-out both;
    animation: quicksand-off .6s ease-out both
}

.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: quicksand-on .6s ease-out both;
    animation: quicksand-on .6s ease-out both
}

@-webkit-keyframes quicksand-off {
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0)
    }
}

@keyframes quicksand-off {
    100% {
        opacity: 0;
        transform: scale3d(0, 0, 0)
    }
}

@-webkit-keyframes quicksand-on {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0)
    }
}

@keyframes quicksand-on {
    0% {
        opacity: 0;
        transform: scale3d(0, 0, 0)
    }
}

.cbp-animation-fadeOut,.cbp-animation-boxShadow {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-fadeOut .cbp-item,.cbp-animation-boxShadow .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-fadeOut .cbp-item,.cbp-animation-boxShadow .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-fadeOut .cbp-item-wrapper,.cbp-animation-boxShadow .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper,.cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: fadeOut-off .6s ease-in-out both;
    animation: fadeOut-off .6s ease-in-out both
}

.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper,.cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: fadeOut-on .6s ease-in-out both;
    animation: fadeOut-on .6s ease-in-out both
}

@-webkit-keyframes fadeOut-off {
    0% {
        opacity: 1
    }

    80%,100% {
        opacity: 0
    }
}

@keyframes fadeOut-off {
    0% {
        opacity: 1
    }

    80%,100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut-on {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeOut-on {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.cbp-animation-flipOut {
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out;
    will-change: height
}

.cbp-animation-flipOut .cbp-item {
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out
}

.cbp-animation-flipOut .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-flipOut .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: flipOut-out .7s both ease-in;
    animation: flipOut-out .7s both ease-in
}

.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: flipOut-in .7s ease-out both;
    animation: flipOut-in .7s ease-out both
}

@-webkit-keyframes flipOut-out {
    50%,100% {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2
    }
}

@keyframes flipOut-out {
    50%,100% {
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2
    }
}

@-webkit-keyframes flipOut-in {
    0%,50% {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2
    }
}

@keyframes flipOut-in {
    0%,50% {
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2
    }
}

.cbp-animation-flipBottom {
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out;
    will-change: height
}

.cbp-animation-flipBottom .cbp-item {
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out
}

.cbp-animation-flipBottom .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-flipBottom .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: flipBottom-out .7s both ease-in;
    animation: flipBottom-out .7s both ease-in
}

.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: flipBottom-in .7s ease-out both;
    animation: flipBottom-in .7s ease-out both
}

@-webkit-keyframes flipBottom-out {
    50%,100% {
        -webkit-transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2
    }
}

@keyframes flipBottom-out {
    50%,100% {
        transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2
    }
}

@-webkit-keyframes flipBottom-in {
    0%,50% {
        -webkit-transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2
    }
}

@keyframes flipBottom-in {
    0%,50% {
        transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2
    }
}

.cbp-animation-scaleSides {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-scaleSides .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-scaleSides .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-scaleSides .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: scaleSides-out .9s both;
    animation: scaleSides-out .9s both
}

.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: scaleSides-in .9s both;
    animation: scaleSides-in .9s both
}

@-webkit-keyframes scaleSides-out {
    50%,100% {
        -webkit-transform: scale(0.6);
        opacity: 0
    }
}

@keyframes scaleSides-out {
    50%,100% {
        transform: scale(0.6);
        opacity: 0
    }
}

@-webkit-keyframes scaleSides-in {
    0%,50% {
        -webkit-transform: scale(0.6);
        opacity: 0
    }
}

@keyframes scaleSides-in {
    0%,50% {
        transform: scale(0.6);
        opacity: 0
    }
}

.cbp-animation-skew {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-skew .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-animation-skew .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-skew .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: skew-off .6s ease-out both;
    animation: skew-off .6s ease-out both
}

.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: skew-on .6s ease-out both;
    animation: skew-on .6s ease-out both
}

@-webkit-keyframes skew-off {
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0) skew(20deg, 0)
    }
}

@keyframes skew-off {
    100% {
        opacity: 0;
        transform: scale3d(0, 0, 0) skew(20deg, 0)
    }
}

@-webkit-keyframes skew-on {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0) skew(0, 20deg)
    }
}

@keyframes skew-on {
    0% {
        opacity: 0;
        transform: scale3d(0, 0, 0) skew(0, 20deg)
    }
}

.cbp-animation-fadeOutTop {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-fadeOutTop .cbp-wrapper-outer {
    overflow: visible
}

.cbp-animation-fadeOutTop .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: visible
}

.cbp-animation-fadeOutTop .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-out .6s both ease-in-out;
    animation: fadeOutTop-out .6s both ease-in-out
}

.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-in .6s both ease-in-out;
    animation: fadeOutTop-in .6s both ease-in-out
}

@-webkit-keyframes fadeOutTop-out {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1
    }

    50%,100% {
        -webkit-transform: translateY(-30px);
        opacity: 0
    }
}

@keyframes fadeOutTop-out {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    50%,100% {
        transform: translateY(-30px);
        opacity: 0
    }
}

@-webkit-keyframes fadeOutTop-in {
    0%,50% {
        -webkit-transform: translateY(-30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeOutTop-in {
    0%,50% {
        transform: translateY(-30px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.cbp-animation-slideLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-slideLeft .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-slideLeft .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: slideLeft-out .8s both ease-in-out;
    animation: slideLeft-out .8s both ease-in-out
}

.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: slideLeft-in .8s both ease-in-out;
    animation: slideLeft-in .8s both ease-in-out
}

@-webkit-keyframes slideLeft-out {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    25% {
        opacity: .75;
        -webkit-transform: scale(0.8)
    }

    75% {
        opacity: .75;
        -webkit-transform: scale(0.8) translateX(-200%)
    }

    100% {
        opacity: .75;
        -webkit-transform: scale(0.8) translateX(-200%)
    }
}

@keyframes slideLeft-out {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    25% {
        opacity: .75;
        transform: scale(0.8)
    }

    75% {
        opacity: .75;
        transform: scale(0.8) translateX(-200%)
    }

    100% {
        opacity: .75;
        transform: scale(0.8) translateX(-200%)
    }
}

@-webkit-keyframes slideLeft-in {
    0%,25% {
        opacity: .75;
        -webkit-transform: scale(0.8) translateX(200%)
    }

    75% {
        opacity: .75;
        -webkit-transform: scale(0.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@keyframes slideLeft-in {
    0%,25% {
        opacity: .75;
        transform: scale(0.8) translateX(200%)
    }

    75% {
        opacity: .75;
        transform: scale(0.8)
    }

    100% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

.cbp-animation-sequentially {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-sequentially .cbp-wrapper-outer {
    overflow: visible
}

.cbp-animation-sequentially .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: visible
}

.cbp-animation-sequentially .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-out .6s both ease;
    animation: fadeOutTop-out .6s both ease
}

.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-in .6s both ease-out;
    animation: fadeOutTop-in .6s both ease-out
}

.cbp-animation-3dflip {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-3dflip .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-3dflip .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: flip-out 0.6s both ease-in-out;
    animation: flip-out 0.6s both ease-in-out
}

.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: flip-in 0.6s both ease-in-out;
    animation: flip-in 0.6s both ease-in-out
}

@-webkit-keyframes flip-out {
    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg)
    }
}

@keyframes flip-out {
    100% {
        opacity: 0;
        transform: rotateY(90deg)
    }
}

@-webkit-keyframes flip-in {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg)
    }
}

@keyframes flip-in {
    0% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

.cbp-animation-flipOutDelay {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-flipOutDelay .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-flipOutDelay .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: flipOut-out 1s both ease-in;
    animation: flipOut-out 1s both ease-in
}

.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: flipOut-in 1s both ease-out;
    animation: flipOut-in 1s both ease-out
}

.cbp-animation-slideDelay {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-slideDelay .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-slideDelay .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: slideDelay-out 0.5s both ease-in-out;
    animation: slideDelay-out 0.5s both ease-in-out
}

.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: slideDelay-in 0.5s both ease-in-out;
    animation: slideDelay-in 0.5s both ease-in-out
}

@-webkit-keyframes slideDelay-out {
    100% {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes slideDelay-out {
    100% {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slideDelay-in {
    0% {
        -webkit-transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes slideDelay-in {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

.cbp-animation-rotateSides {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-rotateSides .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-rotateSides .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: -50% 50%;
    -webkit-animation: rotateSides-out .5s both ease-in;
    transform-origin: -50% 50%;
    animation: rotateSides-out .5s both ease-in
}

.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 150% 50%;
    -webkit-animation: rotateSides-in .6s both ease-out;
    transform-origin: 150% 50%;
    animation: rotateSides-in .6s both ease-out
}

@-webkit-keyframes rotateSides-out {
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(90deg)
    }
}

@keyframes rotateSides-out {
    100% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(90deg)
    }
}

@-webkit-keyframes rotateSides-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(-90deg)
    }

    40% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(-90deg)
    }
}

@keyframes rotateSides-in {
    0% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(-90deg)
    }

    40% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(-90deg)
    }
}

.cbp-animation-foldLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-foldLeft .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-foldLeft .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: foldLeft-out .7s both;
    animation: foldLeft-out .7s both
}

.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: foldLeft-in .7s both;
    animation: foldLeft-in .7s both
}

@-webkit-keyframes foldLeft-out {
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg)
    }
}

@keyframes foldLeft-out {
    100% {
        opacity: 0;
        transform: translateX(-100%) rotateY(-90deg)
    }
}

@-webkit-keyframes foldLeft-in {
    0% {
        opacity: 0.3;
        -webkit-transform: translateX(100%)
    }
}

@keyframes foldLeft-in {
    0% {
        opacity: 0.3;
        transform: translateX(100%)
    }
}

.cbp-animation-unfold {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-unfold .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-unfold .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: unfold-out .8s both;
    animation: unfold-out .8s both
}

.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: unfold-in .8s both;
    transform-origin: 0% 50%;
    animation: unfold-in .8s both
}

@-webkit-keyframes unfold-out {
    90% {
        opacity: 0.3
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }
}

@keyframes unfold-out {
    90% {
        opacity: 0.3
    }

    100% {
        opacity: 0;
        transform: translateX(-100%)
    }
}

@-webkit-keyframes unfold-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg)
    }
}

@keyframes unfold-in {
    0% {
        opacity: 0;
        transform: translateX(100%) rotateY(90deg)
    }
}

.cbp-animation-scaleDown {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-scaleDown .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-scaleDown .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: scaleDown-out .7s both;
    animation: scaleDown-out .7s both
}

.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: scaleDown-in .6s both;
    animation: scaleDown-in .6s both
}

@-webkit-keyframes scaleDown-out {
    100% {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
}

@keyframes scaleDown-out {
    100% {
        opacity: 0;
        transform: scale(0.8)
    }
}

@-webkit-keyframes scaleDown-in {
    0% {
        -webkit-transform: translateX(100%)
    }
}

@keyframes scaleDown-in {
    0% {
        transform: translateX(100%)
    }
}

.cbp-animation-frontRow {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-frontRow .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-frontRow .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: frontRow-out .7s both ease;
    animation: frontRow-out .7s both ease
}

.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: frontRow-in .6s both ease;
    animation: frontRow-in .6s both ease
}

@-webkit-keyframes frontRow-out {
    100% {
        -webkit-transform: translateX(-60%) scale(0.8);
        opacity: 0
    }
}

@keyframes frontRow-out {
    100% {
        transform: translateX(-60%) scale(0.8);
        opacity: 0
    }
}

@-webkit-keyframes frontRow-in {
    0% {
        -webkit-transform: translateX(100%) scale(0.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%) scale(1)
    }
}

@keyframes frontRow-in {
    0% {
        transform: translateX(100%) scale(0.8)
    }

    100% {
        opacity: 1;
        transform: translateX(0%) scale(1)
    }
}

.cbp-animation-rotateRoom {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-rotateRoom .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-animation-rotateRoom .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateRoom-out .8s both ease;
    animation: rotateRoom-out .8s both ease
}

.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateRoom-in .8s both ease;
    animation: rotateRoom-in .8s both ease
}

@-webkit-keyframes rotateRoom-out {
    90% {
        opacity: .3
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(90deg)
    }
}

@keyframes rotateRoom-out {
    90% {
        opacity: .3
    }

    100% {
        opacity: 0;
        transform: translateX(-100%) rotateY(90deg)
    }
}

@-webkit-keyframes rotateRoom-in {
    0% {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(-90deg)
    }
}

@keyframes rotateRoom-in {
    0% {
        opacity: .3;
        transform: translateX(100%) rotateY(-90deg)
    }
}

.cbp-animation-bounceBottom {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-bounceBottom .cbp-wrapper-helper {
    -webkit-animation: bounceBottom-out .6s both ease-in-out;
    animation: bounceBottom-out .6s both ease-in-out
}

.cbp-animation-bounceBottom .cbp-wrapper {
    -webkit-animation: bounceBottom-in .6s both ease-in-out;
    animation: bounceBottom-in .6s both ease-in-out
}

@-webkit-keyframes bounceBottom-out {
    100% {
        -webkit-transform: translateY(100%);
        opacity: 0
    }
}

@keyframes bounceBottom-out {
    100% {
        transform: translateY(100%);
        opacity: 0
    }
}

@-webkit-keyframes bounceBottom-in {
    0% {
        -webkit-transform: translateY(100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceBottom-in {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.cbp-animation-bounceLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-bounceLeft .cbp-wrapper-helper {
    -webkit-animation: bounceLeft-out .6s both ease-in-out;
    animation: bounceLeft-out .6s both ease-in-out
}

.cbp-animation-bounceLeft .cbp-wrapper {
    -webkit-animation: bounceLeft-in .6s both ease-in-out;
    animation: bounceLeft-in .6s both ease-in-out
}

@-webkit-keyframes bounceLeft-out {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes bounceLeft-out {
    100% {
        transform: translateX(-100%);
        opacity: 0
    }
}

@-webkit-keyframes bounceLeft-in {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@keyframes bounceLeft-in {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.cbp-animation-bounceTop {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-bounceTop .cbp-wrapper-helper {
    -webkit-animation: bounceTop-out .6s both ease-in-out;
    animation: bounceTop-out .6s both ease-in-out
}

.cbp-animation-bounceTop .cbp-wrapper {
    -webkit-animation: bounceTop-in .6s both ease-in-out;
    animation: bounceTop-in .6s both ease-in-out
}

@-webkit-keyframes bounceTop-out {
    100% {
        -webkit-transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes bounceTop-out {
    100% {
        transform: translateY(-100%);
        opacity: 0
    }
}

@-webkit-keyframes bounceTop-in {
    0% {
        -webkit-transform: translateY(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceTop-in {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.cbp-animation-moveLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}

.cbp-animation-moveLeft .cbp-wrapper-helper {
    -webkit-animation: moveLeft-out .6s both ease-in-out;
    animation: moveLeft-out .6s both ease-in-out
}

.cbp-animation-moveLeft .cbp-wrapper {
    -webkit-animation: moveLeft-in .6s both ease-in-out;
    animation: moveLeft-in .6s both ease-in-out
}

@-webkit-keyframes moveLeft-out {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes moveLeft-out {
    100% {
        transform: translateX(-100%);
        opacity: 0
    }
}

@-webkit-keyframes moveLeft-in {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@keyframes moveLeft-in {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.cbp-displayType-bottomToTop {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cbp-displayType-bottomToTop .cbp-item {
    -webkit-animation: fadeInBottomToTop .3s both ease-in;
    animation: fadeInBottomToTop .3s both ease-in
}

@-webkit-keyframes fadeInBottomToTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInBottomToTop {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.cbp-displayType-fadeIn {
    -webkit-animation: fadeIn .5s both ease-in;
    animation: fadeIn .5s both ease-in
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.cbp-displayType-fadeInToTop {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-animation: fadeInToTop .5s both ease-in;
    animation: fadeInToTop .5s both ease-in
}

@-webkit-keyframes fadeInToTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInToTop {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.cbp-displayType-sequentially .cbp-item {
    -webkit-animation: fadeIn .5s both ease-in;
    animation: fadeIn .5s both ease-in
}

.cbp-lightbox img {
    display: block;
    border: 0;
    width: 100%;
    height: auto
}

.cbp-popup-ie8bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000
}

.cbp-popup-wrap {
    height: 100%;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 99990;
    padding: 0 10px
}

.cbp-popup-wrap video {
    outline: 0 none
}

.cbp-popup-lightbox {
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center
}

.cbp-popup-singlePage {
    background: #fff;
    padding: 0
}

.cbp-popup-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.cbp-popup-content-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.cbp-popup-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 100%
}

.cbp-popup-lightbox .cbp-popup-content {
    display: flex
}

.cbp-popup-singlePage .cbp-popup-content {
    position: relative;
    z-index: 1;
    margin-top: 145px;
    max-width: 1024px;
    vertical-align: top;
    width: 94%
}

.cbp-popup-singlePage .cbp-popup-content-basic {
    position: relative;
    z-index: 1;
    margin-top: 104px;
    vertical-align: top;
    width: 100%;
    display: inline-block;
    text-align: left
}

.cbp-popup-lightbox-figure {
    width: 100%;
    position: relative;
    padding: 20px 0
}

.cbp-popup-lightbox-bottom {
    position: relative;
    margin-top: 3px
}

.cbp-popup-lightbox-title {
    padding-right: 50px;
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #eee
}

.cbp-popup-lightbox-counter {
    position: absolute;
    top: 0;
    right: 0;
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #eee
}

.cbp-popup-lightbox-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 0 8px rgba(0,0,0,0.6)
}

.cbp-popup-lightbox-img[data-action] {
    cursor: pointer
}

.cbp-popup-lightbox-isIframe .cbp-popup-content {
    width: 75%;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    .cbp-popup-lightbox-isIframe .cbp-popup-content {
        width:95%
    }
}

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 3px
}

.cbp-popup-lightbox-iframe {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background: #000
}

.cbp-popup-lightbox-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,0.6)
}

.cbp-popup-lightbox-iframe audio {
    margin-top: 27%
}

.cbp-popup-lightbox-iframe .cbp-popup-lightbox-bottom {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 104px;
    background-color: #3D4750
}

.cbp-popup-singlePage .cbp-popup-navigation {
    position: relative;
    width: 100%;
    height: 100%
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
    position: fixed
}

.cbp-popup-singlePage-counter {
    color: #fff;
    position: absolute;
    margin: auto;
    right: 40px;
    top: 0;
    bottom: 0;
    font: 400 13px/30px "Open Sans", sans-serif;
    height: 30px
}

@media only screen and (max-width: 768px) {
    .cbp-popup-singlePage-counter {
        right:3%
    }
}

.cbp-popup-next,.cbp-popup-prev,.cbp-popup-close {
    padding: 0;
    border: medium none;
    position: absolute;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cbp-popup-lightbox .cbp-popup-prev,.cbp-popup-lightbox .cbp-popup-next,.cbp-popup-lightbox .cbp-popup-close {
    visibility: hidden
}

.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
    visibility: visible
}

.cbp-popup-lightbox .cbp-popup-prev {
    background: url("../img/cbp-sprite.png") no-repeat scroll 0 0 transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto
}

.cbp-popup-lightbox .cbp-popup-prev:hover {
    background-position: 0 -46px
}

.cbp-popup-singlePage .cbp-popup-prev {
    background: url("../img/cbp-sprite.png") no-repeat scroll 0 -92px transparent;
    width: 44px;
    height: 44px;
    margin: auto;
    top: 0;
    right: 108px;
    bottom: 0;
    left: 0
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
    background-position: 0 -138px
}

.cbp-popup-lightbox .cbp-popup-next {
    background: url("../img/cbp-sprite.png") no-repeat scroll -46px 0 transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto
}

.cbp-popup-lightbox .cbp-popup-next:hover {
    background-position: -46px -46px
}

.cbp-popup-singlePage .cbp-popup-next {
    background: url("../img/cbp-sprite.png") no-repeat scroll -46px -92px transparent;
    width: 44px;
    height: 44px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 108px
}

.cbp-popup-singlePage .cbp-popup-next:hover {
    background-position: -46px -138px
}

.cbp-popup-lightbox .cbp-popup-close {
    background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 20px
}

.cbp-popup-lightbox .cbp-popup-close:hover {
    background-position: -92px -46px
}

.cbp-popup-singlePage .cbp-popup-close {
    background: url("../img/cbp-sprite.png") no-repeat scroll -92px -92px transparent;
    height: 44px;
    width: 44px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cbp-popup-singlePage .cbp-popup-close:hover {
    background-position: -92px -138px
}

.cbp-popup-singlePage .cbp-popup-ie8bg {
    background-color: #fff
}

@media only screen and (max-width: 360px), (max-height: 600px) {
    .cbp-popup-next,.cbp-popup-prev,.cbp-popup-close {
        -webkit-transform:scale(0.8);
        transform: scale(0.8)
    }

    .cbp-popup-lightbox .cbp-popup-close {
        right: 10px;
        top: 10px
    }

    .cbp-popup-lightbox .cbp-popup-next {
        right: 10px
    }

    .cbp-popup-lightbox .cbp-popup-prev {
        left: 10px
    }

    .cbp-popup-singlePage .cbp-popup-navigation-wrap {
        height: 84px
    }

    .cbp-popup-singlePage .cbp-popup-content {
        margin-top: 120px
    }
}

.cbp-popup-loadingBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cbp-popup-lightbox .cbp-popup-loadingBox:after {
    border-left: 3px solid rgba(255,255,255,0.3);
    border-right: 3px solid rgba(255,255,255,0.3);
    border-bottom: 3px solid rgba(255,255,255,0.3);
    border-top: 3px solid rgba(255,255,255,0.85)
}

.cbp-popup-ready .cbp-popup-loadingBox {
    visibility: hidden;
    display: none
}

.cbp-popup-loading .cbp-popup-loadingBox {
    visibility: visible;
    display: block
}

.cbp-popup-transitionend .cbp-popup-content-wrap {
    overflow-y: scroll
}

.cbp-popup-singlePage {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
    opacity: 0
}

.cbp-popup-singlePage-fade {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
    opacity: 1
}

.cbp-popup-singlePage-right {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.cbp-popup-singlePage-open {
    -webkit-transform: none;
    transform: none
}

.cbp-l-project-title {
    color: #454444;
    font: 600 42px/46px "Open Sans", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase
}

.cbp-l-project-subtitle {
    color: #787878;
    font: 400 14px/21px "Open Sans", sans-serif;
    margin: 0 auto 50px;
    max-width: 500px;
    text-align: center
}

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.cbp-l-project-container {
    overflow: hidden;
    margin: 40px auto 0;
    clear: both
}

.cbp-l-project-desc {
    float: left;
    width: 62%
}

.cbp-l-project-details {
    float: right;
    width: 38%;
    padding-left: 60px;
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    .cbp-l-project-title {
        font-size:30px;
        line-height: 34px
    }

    .cbp-l-project-desc {
        width: 100%
    }

    .cbp-l-project-details {
        width: 100%;
        margin-top: 20px;
        padding-left: 0
    }
}

.cbp-l-project-desc-title {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 22px;
    color: #444
}

.cbp-l-project-desc-title span,.cbp-l-project-details-title span {
    border-bottom: 1px solid #747474;
    display: inline-block;
    margin: 0 0 -1px 0;
    font: 400 16px/36px "Open Sans", sans-serif;
    padding: 0 5px 0 0
}

.cbp-l-project-desc-text {
    font: 400 13px/20px "Open Sans", sans-serif;
    color: #555;
    margin-bottom: 20px
}

.cbp-l-project-details-title {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 19px;
    color: #444
}

.cbp-l-project-details-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cbp-l-project-details-list>li,.cbp-l-project-details-list>div {
    border-bottom: 1px dotted #DFDFDF;
    padding: inherit;
    color: #666;
    font: 400 12px/30px "Open Sans", sans-serif
}

.cbp-l-project-details-list>li:last-child,.cbp-l-project-details-list>div:last-child {
    border: none
}

.cbp-l-project-details-list strong {
    display: inline-block;
    color: #696969;
    font-weight: 600;
    min-width: 100px
}

.cbp-l-project-details-item {
    display: flex
}

.cbp-l-project-details-name {
    color: #696969;
    font-weight: 600;
    min-width: 80px;
    margin-right: 20px
}

.cbp-l-project-details-visit {
    color: #FFFFFF;
    float: right;
    clear: both;
    text-decoration: none;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin-top: 25px;
    background-color: #62B57B;
    padding: 8px 19px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.cbp-l-project-details-visit:hover {
    opacity: 0.9;
    color: #fff
}

.cbp-l-project-related-wrap {
    font-size: 0;
    margin: 0;
    padding: 0
}

.cbp-l-project-related-item {
    margin-left: 5%;
    max-width: 30%;
    float: left
}

.cbp-l-project-related-item:first-child {
    margin-left: 0
}

.cbp-l-project-related-title {
    font: 700 14px/18px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 20px
}

.cbp-l-project-related-link {
    text-decoration: none
}

.cbp-l-project-related-link:hover {
    opacity: 0.9
}

.cbp-l-member-img {
    float: left;
    width: 40%;
    margin-top: 20px
}

.cbp-l-member-img img {
    border: 1px solid #e2e2e2;
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: 0
}

.cbp-l-member-info {
    margin-top: 20px;
    padding-left: 25px;
    float: left;
    width: 60%
}

@media only screen and (max-width: 768px) {
    .cbp-l-member-img {
        width:100%;
        text-align: center
    }

    .cbp-l-member-info {
        width: 100%;
        padding-left: 0
    }
}

.cbp-l-member-name {
    font: 400 28px/28px "Open Sans", sans-serif;
    color: #474747
}

.cbp-l-member-position {
    font: 400 13px/21px "Open Sans", sans-serif;
    color: #888;
    margin-top: 6px
}

.cbp-l-member-desc {
    font: 400 12px/18px "Open Sans", sans-serif;
    margin-top: 25px;
    color: #474747
}

.cbp-popup-singlePageInline-open {
    -webkit-transition: height .5s 0s !important;
    transition: height .5s 0s !important
}

.cbp-popup-singlePageInline-open .cbp-item {
    -webkit-transition: -webkit-transform .5s 0s !important;
    transition: transform .5s 0s !important
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after {
    display: none;
    visibility: hidden
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content,.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.cbp-popup-singlePageInline {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden
}

.cbp-popup-singlePageInline .cbp-popup-content {
    opacity: 0;
    width: 100%;
    z-index: 1;
    min-height: 300px
}

.cbp-popup-singlePageInline .cbp-popup-content,.cbp-popup-singlePageInline .cbp-popup-navigation {
    -webkit-transition: opacity .4s ease-in .2s;
    transition: opacity .4s ease-in .2s
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px
}

.cbp-popup-singlePageInline .cbp-popup-close {
    background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 30px
}

.cbp-popup-singlePageInline .cbp-popup-close:hover {
    opacity: 0.7
}

.cbp-popup-singlePageInline-ready {
    z-index: 4
}

.cbp-popup-singlePageInline-ready .cbp-popup-content,.cbp-popup-singlePageInline-ready .cbp-popup-navigation {
    opacity: 1
}

.cbp-popup-singlePageInline-ready:after {
    display: none;
    visibility: hidden
}

.cbp-singlePageInline-active {
    opacity: 0.6 !important
}

.cbp-l-inline {
    margin: 20px 0;
    overflow: hidden;
    background: #FAFAFA;
    padding: 30px
}

.cbp-l-inline-left {
    float: left;
    width: 44%
}

.cbp-l-project-img {
    max-width: 100%
}

.cbp-l-inline-right {
    float: right;
    width: 56%;
    padding-left: inherit
}

@media only screen and (max-width: 768px) {
    .cbp-l-inline-left {
        width:100%;
        text-align: center;
        margin-top: 40px
    }

    .cbp-l-inline-right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }
}

.cbp-l-inline-title {
    font: 400 28px/30px "Open Sans", sans-serif;
    color: #474747
}

.cbp-l-inline-subtitle {
    font: 400 13px/21px "Open Sans", sans-serif;
    color: #888;
    margin-top: 7px
}

.cbp-l-inline-desc {
    font: 400 13px/20px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 25px;
    margin-bottom: 20px
}

.cbp-l-inline-view-wrap {
    text-align: right
}

.cbp-l-inline-view {
    font: 400 13px/35px "Open Sans", sans-serif;
    color: #9C9C9C;
    margin-top: 40px;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #ccc;
    text-decoration: none
}

.cbp-l-inline-view:hover {
    color: #757575
}

.cbp-l-inline-details {
    margin-bottom: 15px;
    font: 13px/22px "Open Sans", sans-serif
}

.cbp-l-loadMore-defaultText,.cbp-l-loadMore-button-defaultText {
    display: block
}

.cbp-l-loadMore-loadingText,.cbp-l-loadMore-noMoreLoading,.cbp-l-loadMore-button-loadingText,.cbp-l-loadMore-button-noMoreLoading {
    display: none
}

.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText,.cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText {
    display: block
}

.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText,.cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading,.cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText,.cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading {
    display: none
}

.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading,.cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading {
    display: block
}

.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText,.cbp-l-loadMore-stop .cbp-l-loadMore-loadingText,.cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText,.cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText {
    display: none
}

.cbp-l-loadMore-bgbutton {
    text-align: center
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
    border: 1px solid #DEDEDE;
    color: #7E7B7B;
    display: inline-block;
    font: 400 13px/40px "Lato", sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 50px;
    margin-top: 50px;
    outline: 0;
    box-shadow: none;
    letter-spacing: 1px;
    -webkit-transition: color .25s;
    transition: color .25s
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover,.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading {
    color: #B0B0B0
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
    color: #B0B0B0;
    cursor: default
}

.cbp-l-loadMore-button {
    text-align: center
}

.cbp-l-loadMore-button .cbp-l-loadMore-link,.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    border: 1px solid #DEDEDE;
    color: #7E7B7B;
    display: inline-block;
    font: 400 12px/36px "Open Sans", sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 30px;
    outline: 0;
    margin-top: 40px;
    box-shadow: none;
    -webkit-transition: color .25s;
    transition: color .25s
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover,.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading,.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-loading {
    color: #B0B0B0
}

.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop,.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop,.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop,.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
    cursor: default;
    color: #B0B0B0
}

.cbp-l-loadMore-text {
    text-align: center
}

.cbp-l-loadMore-text .cbp-l-loadMore-link,.cbp-l-loadMore-text .cbp-l-loadMore-text-link {
    font: 400 15px "Open Sans", sans-serif;
    color: #7E7B7B;
    text-decoration: none;
    cursor: pointer;
    margin-top: 50px;
    display: block
}

.cbp-l-loadMore-text .cbp-l-loadMore-stop,.cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
    color: #B0B0B0;
    cursor: default
}

.cbp-mode-slider {
    -webkit-transition: height .35s;
    transition: height .35s
}

.cbp-mode-slider .cbp-wrapper,.cbp-mode-slider .cbp-item {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

.cbp-mode-slider .cbp-wrapper {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.cbp-mode-slider-dragStart * {
    cursor: move !important;
    cursor: -ms-grabbing !important;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important
}

.cbp-mode-slider-dragStart .cbp-wrapper {
    -webkit-transition: none;
    transition: none
}

.cbp-nav-next,.cbp-nav-prev {
    position: relative;
    background: #7c8b90;
    cursor: pointer;
    display: inline-block;
    margin-left: 1px;
    height: 22px;
    width: 21px
}

.cbp-nav-next {
    border-radius: 0 2px 2px 0
}

.cbp-nav-prev {
    border-radius: 2px 0 0 2px
}

.cbp-nav-next:hover,.cbp-nav-prev:hover {
    opacity: 0.8
}

.cbp-nav-next:after,.cbp-nav-prev:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url("../img/cbp-sprite.png") no-repeat;
    height: 10px;
    width: 7px
}

.cbp-nav-next:after {
    background-position: -134px 0
}

.cbp-nav-prev:after {
    background-position: -134px -12px
}

.cbp-nav-stop {
    opacity: 0.5 !important;
    cursor: default !important
}

.cbp-nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cbp-nav-controls {
    position: absolute;
    top: -51px;
    right: 0;
    z-index: 100
}

.cbp-nav-pagination {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 100;
    left: 0;
    text-align: center
}

.cbp-nav-pagination-item {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
    cursor: pointer;
    background: #c2c2c2;
    -webkit-transition: background 0.5s;
    transition: background 0.5s
}

.cbp-nav-pagination-active {
    background: #797979
}

.cbp-pagination-item {
    max-width: 100px;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 5px;
    position: relative
}

.cbp-pagination-item img {
    display: block;
    width: 100%;
    height: auto;
    border: 0
}

.cbp-pagination-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

.cbp-pagination-active:after {
    background: rgba(0,0,0,0)
}

.cbp-slider-wrap,.cbp-slider-item {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cbp-slider .cbp-nav-controls {
    position: static
}

.cbp-slider .cbp-nav-next,.cbp-slider .cbp-nav-prev {
    background: transparent;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 44px;
    height: 44px
}

.cbp-slider .cbp-nav-next {
    right: 25px;
    left: auto
}

.cbp-slider .cbp-nav-prev {
    left: 25px;
    right: auto
}

.cbp-slider .cbp-nav-next:after,.cbp-slider .cbp-nav-prev:after {
    background: url("../img/cbp-sprite.png") no-repeat;
    width: 44px;
    height: 44px
}

.cbp-slider .cbp-nav-next:after {
    background-position: -46px -92px
}

.cbp-slider .cbp-nav-next:hover:after {
    background-position: -46px -46px
}

.cbp-slider .cbp-nav-prev:after {
    background-position: 0 -92px
}

.cbp-slider .cbp-nav-prev:hover:after {
    background-position: 0 -46px
}

.cbp-slider .cbp-nav-pagination {
    text-align: right;
    bottom: 20px;
    right: 25px;
    left: auto
}

.cbp-slider-edge .cbp-nav-controls {
    position: static
}

.cbp-slider-edge .cbp-nav-next,.cbp-slider-edge .cbp-nav-prev {
    background: transparent;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 44px;
    height: 44px
}

.cbp-slider-edge .cbp-nav-next {
    right: 0;
    left: auto
}

.cbp-slider-edge .cbp-nav-prev {
    left: 0;
    right: auto
}

.cbp-slider-edge .cbp-nav-next:after,.cbp-slider-edge .cbp-nav-prev:after {
    background: url("../img/cbp-sprite.png") no-repeat;
    width: 9px;
    height: 16px
}

.cbp-slider-edge .cbp-nav-next:after {
    background-position: -134px -24px
}

.cbp-slider-edge .cbp-nav-prev:after {
    background-position: -134px -42px
}

.cbp-slider-edge .cbp-nav-pagination {
    bottom: -50px
}

.cbp-slider-edge .cbp-nav-pagination-item {
    border: 2px solid #0f0f0f;
    opacity: 0.4;
    background: transparent
}

.cbp-slider-edge .cbp-nav-pagination-active {
    background: #000
}

.cbp-slider-inline {
    position: relative
}

.cbp-slider-inline .cbp-slider-item {
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-transition: left .5s;
    transition: left .5s
}

.cbp-slider-inline .cbp-slider-item--active {
    position: relative;
    z-index: 2
}

.cbp-slider-wrapper {
    position: relative;
    overflow: hidden
}

.cbp-slider-controls {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out
}

.cbp-slider-inline-ready .cbp-slider-controls {
    opacity: 1
}

.cbp-slider-next,.cbp-slider-prev {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    cursor: pointer;
    position: relative;
    width: 36px;
    height: 36px;
    background: #547EB1
}

.cbp-slider-next {
    margin-left: 1px
}

.cbp-slider-next:after,.cbp-slider-prev:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url("../img/cbp-sprite.png") no-repeat;
    width: 9px;
    height: 16px
}

.cbp-slider-next:after {
    background-position: -134px -60px
}

.cbp-slider-prev:after {
    background-position: -134px -78px
}

.cbp-l-grid-agency .cbp-caption:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: 0px;
    left: 50%;
    margin-left: -5px;
    z-index: 1
}

.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.cbp-l-grid-agency-title {
    margin-top: 18px;
    font: 700 17px/24px "Lato", sans-serif;
    color: #666;
    text-align: center;
    padding: 0 4px
}

.cbp-item:hover .cbp-l-grid-agency-title {
    color: #222
}

.cbp-l-grid-agency-desc {
    font: 400 12px/21px "Open Sans", sans-serif;
    color: #aaa;
    text-align: center
}

@media only screen and (max-width: 480px) {
    .cbp-l-grid-agency-title {
        font-size:15px;
        line-height: 21px
    }
}

.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(0,0,0,0.7)
}

.cbp-l-grid-work .cbp-item {
    padding: 3px
}

.cbp-l-grid-work .cbp-item-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    padding: 7px 7px 27px;
    border-top: 1px solid #F4F4F4
}

.cbp-l-grid-work-title {
    margin-top: 17px;
    font: 400 17px/25px "Roboto Condensed", sans-serif;
    color: #607D8B;
    text-align: center;
    text-transform: uppercase;
    display: block
}

.cbp-l-grid-work-title:hover {
    color: #365D67
}

.cbp-l-grid-work-desc {
    font: 400 11px/16px "Open Sans", sans-serif;
    color: #888888;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width: 480px) {
    .cbp-l-grid-work-title {
        font-size:15px;
        line-height: 21px;
        margin-top: 15px
    }

    .cbp-l-grid-work .cbp-item-wrapper {
        padding-bottom: 18px
    }
}

.cbp-l-grid-blog-title {
    font: 400 18px/30px "Open Sans", sans-serif;
    color: #444;
    display: block;
    margin-top: 17px
}

.cbp-l-grid-blog-title:hover {
    color: #787878
}

.cbp-l-grid-blog-date {
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #787878;
    display: inline-block
}

.cbp-l-grid-blog-comments {
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #3C6FBB;
    display: inline-block
}

.cbp-l-grid-blog-comments:hover {
    opacity: .8
}

.cbp-l-grid-blog-desc {
    font: 400 13px/18px "Open Sans", sans-serif;
    color: #9B9B9B;
    margin-top: 9px
}

.cbp-l-grid-blog-split {
    margin: 0 4px;
    font: 400 13px/16px "Open Sans", sans-serif;
    color: #787878;
    display: inline-block
}

.cbp-l-grid-clients {
    height: 180px
}

.cbp-l-clients-title-block {
    font: 400 32px/53px "Roboto", sans-serif;
    color: #666464;
    text-align: center;
    margin-bottom: 40px
}

.cbp-l-grid-faq .cbp-item {
    width: 100%
}

.cbp-l-grid-projects-title {
    font: 700 14px/21px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 15px
}

.cbp-l-grid-projects-desc {
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #888888;
    margin-top: 5px
}

@media only screen and (max-width: 480px) {
    .cbp-l-grid-projects-title {
        margin-top:12px
    }

    .cbp-l-grid-projects-desc {
        margin-top: 3px
    }
}

.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
    background-color: #59a3b6;
    background-color: rgba(89,163,182,0.95)
}

.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft,.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
    background-color: #545454
}

.cbp-l-grid-masonry-projects-title {
    font: 500 15px/22px "Roboto", sans-serif;
    color: #59a3b6;
    text-align: center;
    display: block;
    margin-top: 12px
}

.cbp-l-grid-masonry-projects-title:hover {
    color: #457C8B
}

.cbp-l-grid-masonry-projects-desc {
    font: 400 12px/18px "Roboto", sans-serif;
    color: #b2b2b2;
    text-align: center
}

.cbp-l-grid-team-name {
    font: 400 17px/24px "Open Sans", sans-serif;
    color: #456297;
    display: block;
    text-align: center;
    margin-top: 18px
}

.cbp-l-grid-team-name:hover {
    color: #34425C
}

.cbp-l-grid-team-position {
    font: italic 400 13px/21px "Open Sans", sans-serif;
    color: #999;
    text-align: center
}

@media only screen and (max-width: 480px) {
    .cbp-l-grid-team-name {
        font-size:15px;
        line-height: 22px;
        margin-top: 13px
    }

    .cbp-l-grid-team-position {
        font-size: 12px;
        line-height: 18px
    }
}

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background-color: #64C28E;
    background-color: rgba(101,199,150,0.95)
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    color: #FFFFFF;
    font: 400 14px/21px "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
    content: '';
    display: block;
    width: 40%;
    height: 1px;
    background-color: #fff;
    margin: 8px auto 0
}

@media only screen and (max-width: 800px) {
    .cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
        display:none
    }
}

.cbp-l-grid-mosaic-projects .cbp-caption-activeWrap {
    background-color: #59a3b6;
    background-color: rgba(89,163,182,0.97)
}

.cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background-color: #FFEA71;
    background-color: rgba(255,234,113,0.95)
}

.cbp-l-grid-mosaic .cbp-l-caption-title {
    color: #5A5A5A;
    font: 500 18px/22px "Roboto", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px
}

.cbp-l-grid-mosaic .cbp-l-caption-desc {
    color: #585858;
    font: 400 13px/20px "Roboto", sans-serif
}

@media only screen and (max-width: 480px) {
    .cbp-l-grid-mosaic .cbp-l-caption-title {
        font-size:16px;
        line-height: 22px;
        margin-bottom: 0px
    }

    .cbp-l-grid-mosaic .cbp-l-caption-desc {
        font-size: 12px;
        line-height: 18px
    }
}

.cbp-l-slider-title-block {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 22px
}

.cbp-l-slider-title-block div {
    padding: 0 2px 6px 0;
    display: inline-block;
    border-bottom: 1px solid #a9a5a5;
    color: #5e5e5e;
    margin-bottom: -1px;
    font: 15px/21px "Roboto", sans-serif
}

.cbp-l-grid-slider-team-name {
    float: left;
    font: 20px/30px "Roboto", sans-serif;
    color: #494949;
    margin-top: 16px
}

.cbp-l-grid-slider-team-position {
    clear: both;
    font: 14px/21px "Roboto", sans-serif;
    color: #A6A6A6
}

.cbp-l-grid-slider-team-desc {
    font: 13px/20px "Roboto", sans-serif;
    color: #969696;
    margin-top: 15px
}

.cbp-l-grid-slider-team-social {
    float: right;
    margin-top: 22px
}

.cbp-l-grid-slider-team-social a {
    margin-left: 4px
}

.cbp-l-grid-slider-team-social a:hover {
    opacity: 0.8
}

@media only screen and (max-width: 600px) {
    .cbp-l-grid-slider-team-wrap {
        float:left;
        width: 100%;
        margin-bottom: 10px
    }

    .cbp-l-grid-slider-team-name {
        font-size: 17px;
        line-height: 26px;
        width: 100%;
        margin-top: 12px;
        text-align: center
    }

    .cbp-l-grid-slider-team-social {
        width: 100%;
        text-align: center;
        margin-top: 8px
    }

    .cbp-l-grid-slider-team-position {
        font-size: 13px;
        line-height: 20px;
        text-align: center
    }

    .cbp-l-grid-slider-team-desc {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        text-align: center
    }
}

.cbp-l-slider-testimonials-wrap {
    background: #f8f9f9;
    padding: 80px 0 110px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dce1e2
}

.cbp-l-grid-slider-testimonials-body {
    color: #424242;
    max-width: 800px;
    margin: 0 auto;
    font: 20px/32px sans-serif;
    text-align: center;
    padding: 0 40px
}

.cbp-l-grid-slider-testimonials-footer {
    font: 12px/19px "Roboto", sans-serif;
    color: #777;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px
}

.cbp-l-grid-tabs {
    height: 100px
}

.cbp-l-grid-tabs .cbp-item {
    font: 14px/24px "Lato", sans-serif;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    text-align: center;
    color: #5a5a5a
}

.cbp-l-testimonials-title-block {
    position: relative;
    text-align: center;
    font: 26px/36px "Roboto", sans-serif;
    color: #E7E7E7;
    margin-bottom: 60px
}

.cbp-l-testimonials-title-block:after {
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 23px;
    height: 2px;
    bottom: -6px;
    background-color: #C2C2C2;
    left: 0;
    right: 0
}

.cbp-l-testimonials-wrap {
    background: #2D2D2D;
    padding: 60px 0 110px
}

.cbp-l-grid-testimonials-body {
    color: #e7e7e7;
    max-width: 800px;
    margin: 0 auto;
    font: 20px/32px "Roboto", sans-serif;
    text-align: center;
    padding: 0 20px
}

.cbp-l-grid-testimonials-footer {
    font: 12px/19px "Roboto", sans-serif;
    color: #C2C2C2;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 35px
}

.cbp-search {
    position: relative;
    width: 220px;
    margin-bottom: 40px
}

.cbp-search .cbp-search-nothing {
    display: none
}

.cbp-search-icon {
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    pointer-events: none
}

.cbp-search-icon:after {
    content: '';
    display: block;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTEyMTYgODMycTAtMTg1LTEzMS41LTMxNi41VDc2OCAzODQgNDUxLjUgNTE1LjUgMzIwIDgzMnQxMzEuNSAzMTYuNVQ3NjggMTI4MHQzMTYuNS0xMzEuNVQxMjE2IDgzMnptNTEyIDgzMnEwIDUyLTM4IDkwdC05MCAzOHEtNTQgMC05MC0zOGwtMzQzLTM0MnEtMTc5IDEyNC0zOTkgMTI0LTE0MyAwLTI3My41LTU1LjV0LTIyNS0xNTAtMTUwLTIyNVQ2NCA4MzJ0NTUuNS0yNzMuNSAxNTAtMjI1IDIyNS0xNTBUNzY4IDEyOHQyNzMuNSA1NS41IDIyNSAxNTAgMTUwIDIyNVQxNDcyIDgzMnEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6Ii8+PC9zdmc+") no-repeat scroll center center;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.cbp-search-input {
    height: 36px;
    padding: 0 32px 0 12px;
    margin: 0;
    border-radius: 1px;
    border: 1px solid #c6c3c4;
    font: 400 12px "Open Sans", sans-serif;
    width: 100%
}

.cbp-search-input[value]+.cbp-search-icon {
    pointer-events: auto
}

.cbp-search-input[value]+.cbp-search-icon:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTE0OTAgMTMyMnEwIDQwLTI4IDY4bC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTI5NC0yOTQtMjk0IDI5NHEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2cS0yOC0yOC0yOC02OHQyOC02OGwyOTQtMjk0LTI5NC0yOTRxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NCAyOTQtMjk0cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh0LTI4IDY4bC0yOTQgMjk0IDI5NCAyOTRxMjggMjggMjggNjh6Ii8+PC9zdmc+")
}

.cbp-search-nothing {
    position: absolute;
    top: 0;
    padding: 0 0 30px;
    text-align: center;
    width: 100%;
    font: 13px "Open Sans", sans-serif
}

@media only screen and (max-width: 600px) {
    .cbp-search {
        width:100%
    }
}

.cbp-l-project-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cbp-social-fb,.cbp-social-twitter,.cbp-social-googleplus,.cbp-social-pinterest {
    margin-right: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cbp-social-fb:hover,.cbp-social-twitter:hover,.cbp-social-googleplus:hover,.cbp-social-pinterest:hover {
    opacity: .8
}

.cbp-social-fb:focus,.cbp-social-twitter:focus,.cbp-social-googleplus:focus,.cbp-social-pinterest:focus {
    outline: none
}

.cbp-social-fb path {
    fill: #415C9B
}

.cbp-social-twitter path {
    fill: #55acee
}

.cbp-social-googleplus path {
    fill: #E57371
}

.cbp-social-pinterest path {
    fill: #cb2027
}

.cbp-l-sort {
    margin-bottom: 30px;
    display: flex;
    justify-content: center
}

.cbp-l-direction {
    display: inline-block;
    background: #4d4c4d;
    float: left;
    height: 38px;
    width: 38px;
    position: relative;
    border-left: 1px solid #6b6a6a
}

.cbp-l-direction:hover {
    opacity: .9
}

.cbp-l-direction-item {
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: none;
    z-index: 1;
    background: transparent;
    position: relative
}

.cbp-l-direction:after {
    border-color: #fff rgba(0,0,0,0);
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    width: 0;
    margin: -3px auto 0;
    cursor: pointer;
    z-index: 0
}

.cbp-l-direction--second:after {
    border-width: 0 5px 5px
}

.cbp-l-direction--first div:first-child {
    display: block
}

.cbp-l-direction--second div:nth-child(2) {
    display: block
}

.cbp-l-sort--simple {
    margin-left: 70px
}

.cbp-l-sort--simple .cbp-l-dropdown-wrap {
    background: transparent
}

.cbp-l-sort--simple .cbp-l-dropdown-header {
    font: 400 13px/36px "Lato", sans-serif;
    color: #787878;
    margin: 0
}

.cbp-l-sort--simple .cbp-l-dropdown-list {
    background: white;
    box-shadow: 0 0 2px 0px #e2e2e2;
    border: 1px solid #ddd
}

.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item {
    border-top: 0;
    color: #787878
}

.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item:hover {
    color: #b3b3b3
}

.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item--active {
    color: #b3b3b3
}

.cbp-l-text-sort {
    font: 400 13px/36px "Lato", sans-serif;
    color: #949494;
    margin-right: 15px
}

.cbp-l-dropdown {
    height: 38px;
    position: relative;
    z-index: 5;
    width: 170px;
    float: left
}

.cbp-l-dropdown-wrap {
    width: 100%;
    position: absolute;
    background: #4d4c4d
}

.cbp-l-dropdown-header {
    font: 400 12px/38px "Open Sans", sans-serif;
    margin: 0 17px;
    color: #FFF;
    cursor: default;
    position: relative
}

.cbp-l-dropdown-list {
    display: none
}

.cbp-l-dropdown-wrap.cbp-l-dropdown-wrap--open .cbp-l-dropdown-list {
    display: block;
    margin: 0
}

.cbp-l-dropdown-list .cbp-l-dropdown-item {
    background: transparent;
    color: #b3b3b3;
    width: 100%;
    text-align: left;
    font: 400 12px/40px "Open Sans", sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: none;
    border-top: 1px solid #595959
}

.cbp-l-dropdown-list .cbp-l-dropdown-item:hover {
    color: #e6e6e6
}

.cbp-l-dropdown-list .cbp-l-dropdown-item--active {
    color: #fff;
    cursor: default
}

.cbp-l-dropdown-floated {
    float: right;
    margin-top: -2px;
    margin-left: 20px;
    width: 200px
}

@media only screen and (max-width: 480px) {
    .cbp-l-dropdown-floated {
        width:100%;
        margin-top: 0;
        margin-left: 0
    }

    .cbp-l-dropdown-wrap {
        right: 0;
        left: 0;
        margin: 0 auto
    }
}
