/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        ZAP | The Multi-Purpose 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("animate.css");


/*=======================================================
      FONTS
========================================================*/
@font-face {
 font-family: 'Bebas Neue Regular';
 font-style: normal;
 font-weight: normal;
 font-display: auto; /* or block, swap, fallback, optional */
 src: local('Bebas Neue Regular'), 
     /*  url('/fonts/BebasNeue-Regular.woff2') format('woff2'),  will be preloaded */ 
       url('/fonts/BebasNeue-Regular.woff') format('woff'),
       url('/fonts/BebasNeue-Regular.ttf') format('truetype'),
       url('/fonts/BebasNeue-Regular.eot') format('embedded-opentype');
 unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face{font-family:'montserrathairline';src:url('../fonts/montserrat-hairline-webfont.eot');src:url('../fonts/montserrat-hairline-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/montserrat-hairline-webfont.woff2') format('woff2'),
	url('../fonts/montserrat-hairline-webfont.woff') format('woff'),
	url('../fonts/montserrat-hairline-webfont.ttf') format('truetype'),
	url('../fonts/montserrat-hairline-webfont.svg#montserrathairline') format('svg');font-weight:normal;font-style:normal;
 unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face{font-family:'montserratlight';src:url('../fonts/montserrat-light-webfont.eot');src:url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
	url('../fonts/montserrat-light-webfont.woff') format('woff'),
	url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
	url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');font-weight:normal;font-style:normal;
 unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face{font-family:'montserratregular';src:url('../fonts/montserrat-regular-webfont.eot');src:url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
	url('../fonts/montserrat-regular-webfont.woff') format('woff'),
	url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
	url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');font-weight:normal;font-style:normal;
 unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face{font-family:'montserratbold';src:url('../fonts/montserrat-bold-webfont.eot');src:url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
	url('../fonts/montserrat-bold-webfont.woff') format('woff'),
	url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
	url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');font-weight:normal;font-style:normal;
 unicode-range: U+000-5FF; /* Latin glyphs */
}

/*=======================================================
      THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

h5 {
	font-size: 26px;
}
h6 {
	font-size: 16px;
}
p {
	font-family: inherit;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	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;
	font-family: 'Montserrat', sans-serif;
}
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;
}

.white-text {
	color: #fff !important;
}

a:hover, a:focus {
}

.position-center-center-1 {
	left: 60%;
	position: absolute;
	top: 75%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.position-center-center {
	left: 60%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.dark-pattern {
	background: url(../images/portfolio/2/bg-parallax-1.png) repeat;
}
.white-bg {
	background: #fff;
}
.orange-bg {
	background: #f6772c;
}
.light-gray-bg {
	background: #e5e9ea !important;
}
.relative {
	position: relative;
}

.dark-text p {
	color: #141414;
}
/*=======================================================
      SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
}
/*=======================================================
      BUTTON
========================================================*/
.btn {
	background: none;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 60px;
	font-weight: normal;
	border-radius: 0px;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	-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;
}
.btn:hover {
	color: #131313;
	background: #fff;
}
.btn-dark {
	color: #666666;
	border: 1px solid #666666;
}
.btn-dark:hover {
	background: #666666;
	color: #fff;
}
/*=======================================================
      HEADINGS
========================================================*/
.heading-block {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}
.heading-block h6 {
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 55px;
}
.heading-block hr {
	width: 90px;
	height: 8px;
	border: none;
	margin: 0;
	margin-left: -45px;
	background: #333333;
	margin-bottom: 48px;
}
.heading-block h3 {
	text-transform: uppercase;
	line-height: 46px;
	margin: 0px;
	letter-spacing: 2px;
	font-family: 'montserratlight';
}
.heading-block h3 span {
	font-family: 'montserratregular';
}

/*=======================================================
      HEADER
========================================================*/
header {
	display: inline-block;
	position: absolute;
	width: 100%;
	z-index: 999;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	margin-top: 50px;
}
header a:hover, a:focus {
	color: #fff !important;
}
header .sticky {
	padding: 0 10%;
}
header .logo {
	float: left;
	position: absolute;
	text-align: left;
	z-index: 9999;
	margin-top: 5px;
}
header nav {
	display: inline-block;
	width: 100%;
	float: right;
	position: relative;
	z-index: 999;
	min-height: 50px;
	text-align: right;
}
header nav li a {
	padding: 15px 0px;
	margin: 0;
	margin-top: 1px;
	border-color: transparent;
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	float: left;
	font-size: 13px;
	font-weight: normal;
	position: relative;
}
header nav .ownmenu li {
	padding: 0 15px;
}

header nav li a:hover {
	color: #fff;
}
header nav li.active a {
	color: #fff;
}
header nav li.active a:after {
	width: 15px;
}
header nav li a:hover:after {
	width: 15px;
}
header nav li a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 0;
	height: 2px;
	background-color: #fff;
	content: "";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
header .ownmenu li.active .dropdown a:after {
	opacity: 0;
}
header .ownmenu li.active .dropdown a:hover:after {
	opacity: 1;
}
header nav li .dropdown a:after {
	height: 1px;
	bottom: -1px;
}
header .ownmenu li .dropdown a:hover:after {
	width: 100%;
}

header .ownmenu ul.dropdown {
	padding-bottom: 0px;
	background: #141414;
	padding: 5px 0px;
}
header .ownmenu ul.dropdown li a {
	text-transform: uppercase;
	line-height: 20px;
	background: none;
	color: #6f6f6f !important;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	letter-spacing: 0px;
	padding-right: 0px;
	text-align: left;
	padding: 7px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
header .ownmenu ul.dropdown li:nth-last-child(1) a {
	border-bottom: none;
}
header .ownmenu ul.dropdown li a:hover {
	color: #fff !important;
	background: none;
}

header ul.dropdown {
}

header ul.dropdown li {
	padding: 0px;
}
header ul.dropdown li:hover {F
	background: none
}

.sticky-wrapper {
	height: auto !important;
}
.sticky-wrapper .sticky {
	width: 100%;
}
.is-sticky .sticky .logo {
	margin-top: 0px;
}
.is-sticky .sticky {
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(0,0,0,0.9);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ownmenu ul.dropdown {
	top: 51px;
}
.is-sticky .sticky .ownmenu ul.dropdown {
	top: 51px;
}
.is-sticky .sticky .ownmenu ul.dropdown li ul.dropdown {
	top: inherit;
}

header.dark {
	margin-top: 0px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 12px;
}
header.dark nav li a {
	color: #333;
}
header.dark .is-sticky .sticky {
	background: rgba(255,255,255,0.96);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
header.dark .is-sticky .sticky nav {
	margin-top: 0px;
}
header.dark nav {
	margin-top: 5px;
}
header.dark nav li a:after {
	background: #333;
}
.home-agency {
	text-align: center;
}
.home-agency h1 {
	font-family: 'Bebas Neue Regular';
	font-size: 70px;
	line-height:75px;
	color: #fff;
}
.home-agency h2 {
	font-family: 'Bebas Neue Regular';
	font-size: 20px;
	line-height:18px;
	color: #fff;
	font-weight: normal;
}
.home-agency h3 {
	font-size: 36px;
	color: #fff;
	font-weight: normal;
}
.home-agency p {
	font-family: 'Bebas Neue Regular';
	font-size: 20px;
	line-height:18px;
	color: #fff;
	font-weight: normal;
}
.home-agency {
	background: url(../images/bg/bg-agency.jpg) center center no-repeat;
	background-size: cover;
}
.home-agency .ag-text {
	margin-top: 100px;
	text-align: left;
}
/*=======================================================
      HOME SLIDER EDITED
========================================================*/
.home-slide {
	position: relative;
}
.home-slide .home-agency {
	background: none !important;
}
.home-slide li {
	height: 800px;
	text-align: center;
	position: relative;
}
.home-slide .slide-img {
	center center no-repeat;
	background-size: cover;
}	
.home-slide .slide-img-1 {
	background: url(http://etiquetadomexico.com/images/slides/nueva-norma-oficial-mexicana-de-etiquetado_mexico_consumidor-autoservicio_sellos-octogonos_Imaginity.jpg) center center no-repeat;
	background-size: cover;
}
.home-slide .slide-img-2 {
	background: url(http://etiquetadomexico.com/images/slides/nueva-norma-oficial-mexicana-de-etiquetado_mexico_consumidora-snacks_sellos-octogonos_Imaginity.jpg) center center no-repeat;
	background-size: cover;
}
.home-slide .slide-img-3 {
	background: url(http://etiquetadomexico.com/images/slides/nueva-norma-oficial-mexicana-de-etiquetado_mexico_salsas-picante_sellos-octogonos_Imaginity.jpg) center center no-repeat;
	background-size: cover;
}
.home-slide .slide-img-4 {
	background: url(http://etiquetadomexico.com/images/slides/nueva-norma-oficial-mexicana-de-etiquetado_mexico_bebidas-gaseosas-dieteticas_contiene-edulcorante_Imaginity.jpg) center center no-repeat;
	background-size: cover;
}
.home-slide .slide-img-5 {
	background: url(http://etiquetadomexico.com/images/slides/nueva-norma-oficial-mexicana-de-etiquetado_mexico_limitacion-uso-personajes-infantiles_Imaginity.jpg) center center no-repeat;
	background-size: cover;
}
.home-slide .slide-img-6 {
	background: url(http://etiquetadomexico.com/images/slides/nueva-norma-oficial-mexicana-de-etiquetado_mexico_boceto-empaque-con-sellos-octogonos_Imaginity.jpg) center center no-repeat;
	background-size: cover;
}
.home-slide .slide-img-7 {
	background: url(http://etiquetadomexico.com/images/slides/consumidora_etiquetado-mexico_empaques-cuidan-enamoran-venden_Imaginity.jpg) center center no-repeat;
	background-size: cover;
}
/*===== ANULADO
.home-slide .slide-img-8 {
	background: url(http://etiquetadomexico.com/images/slides/etiquetado-mexico-8.jpg) center center no-repeat;
	background-size: cover;
} 
===*/

.home-slide .flex-control-nav {
	position: absolute;
	z-index: 99;
	bottom: 10px;
	left: 0px;
	right: 0px;
	width: 120px; /* changed from 100 px by HG */
	margin: 0 auto;
}
.home-slide .flex-control-nav li {
	height: auto;
}
.home-slide .flex-direction-nav {
	display: none;
}
.home-slide .position-center-center {
	width: 100%;
	position: absolute;
}
.home-slide .flex-control-paging li a {
	background: rgba(255, 255, 255, 0.5);
}
.home-slide .flex-control-nav li {
	margin: 0 3px;
}

.parallax-bg {
	background-size: cover !important;
}
/*=======================================================
      WHO WE ARE
========================================================*/
.who-we-are {
	background: url(../images/bg/bg-who-we.jpg) center top fixed no-repeat;
}
/*=======================================================
      ETIQUETADO MEXICO
========================================================*/
.etiquetado {
	background: url(../images/bg/bg-etiquetado.jpg) center top fixed no-repeat;
}
.lamd {
	position: absolute;
	top: 100px;
	right: 20%;
}
/*=======================================================
      PORTFOLIO
========================================================*/
.portfolio {
	background: none;
}

.portfolio .port-item {
	position: relative;
	overflow: hidden;
	padding: 22px;
	background: #fff;
}
.portfolio .port-item img {
	width: 100%;
}

.portfolio .port-item:hover img {
	transform: scale(1.1);
}

.col-2 .cbp-item {
	width: 50% !important;
	padding: 15px;
}
.col-4 .cbp-item {
	width: 25% !important;
}
.col-3 .cbp-item {
	width: 33.33333% !important;
}
.col-5 .cbp-item {
	width: 20% !important;
}

.portfolio .cbp-item h6 a {
	position: relative;
	height: auto;
	width: auto;
	color: #fff;
}
.portfolio .cbp-item h6 a:hover {
	color: #f6772c;
}

.portfolio a.cbp-lightbox {
	z-index: 99;
	height: 30px;
	width: 40px;
	color: #f6772c;
	position: relative;
	margin-bottom: 10px;
	float: left;
	display: inline-block;
	margin-right: 5px;
}
.portfolio .cbp-item a.link {
	z-index: 99;
	height: 30px;
	width: 40px;
	color: #f6772c;
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
}
.portfolio .cbp-item a.link:hover {
	color: #fff;
}
.portfolio .cbp-item a.cbp-lightbox:hover {
	color: #fff;
}
.no-space .port-item {
	padding: 0px;
}

.portfolio .with-space .cbp-item {
	padding: 15px;
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
	background: none;
}

.filter-style-1 .cbp-filter-item {
	margin: 0px;
	float: left;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 30px;
	border-right: 1px solid #999999 !important;
}
.filter-style-1 .cbp-filter-item:nth-last-child(1) {
	border-right: none !important;
}
.filter-style-1 .cbp-filter-item.cbp-filter-item-active {
	color: #f6772c;
}
.filter-style-1 .cbp-filter-item.cbp-filter-item-active:before {
	content: "\f0d7";
	position: absolute;
	font-family: 'FontAwesome';
	bottom: -18px;
	font-size: 30px;
	width: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 1px 0px rgba(0,0,0,0.9);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.filter-style-1 .cbp-filter-item:hover {
	color: #f6772c;
}
.filter-style-1 .cbp-filter-item:hover:before {
	content: "\f0d7";
	position: absolute;
	font-family: 'FontAwesome';
	bottom: -18px;
	font-size: 30px;
	width: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 1px 0px rgba(0,0,0,0.9);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cbp-l-filters-buttonCenter .cbp-filter-counter:before {
	border-top: 4px solid #f6772c;
}
.cbp-l-filters-buttonCenter .cbp-filter-counter {
	background: #f6772c;
}

.filter-style-2 .cbp-filter-item {
	margin: 0px;
	float: left;
	border: none;
	background: #333333;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 30px;
	border-right: 1px solid rgba(255,255,255,0.3) !important;
}
.filter-style-2 .cbp-filter-item:hover {
	background: #f6772d;
	color: #fff;
}
.filter-style-2 .cbp-filter-item.cbp-filter-item-active {
	background: #f6772d;
	color: #fff;
}

.filter-style-3 .cbp-filter-item {
	margin: 0px;
	float: left;
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 30px;
}
.filter-style-3 .cbp-filter-item:hover:before {
	content: "";
	position: absolute;
	width: 25px;
	bottom: 0px;
	background: #f6772d;
	height: 2px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.filter-style-3 .cbp-filter-item.cbp-filter-item-active:before {
	content: "";
	position: absolute;
	width: 25px;
	bottom: 0px;
	background: #f6772d;
	height: 2px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.filter-style-3 .cbp-filter-item.cbp-filter-item-active {
	color: #f6772d;
}
.filter-style-3 .cbp-filter-item:hover {
	color: #f6772d;
}

.filter-style-4 .cbp-filter-item {
	margin: 0px;
	display: inline-block;
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding: 35px 20px;
	padding-bottom: 10px;
}
.filter-style-4 .cbp-filter-item.cbp-filter-item-active {
	color: #333333;
}
.filter-style-4 .cbp-filter-item.cbp-filter-item-active:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -21px;
	background: #f6772d;
	height: 2px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.filter-style-4 .cbp-filter-item:hover:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -21px;
	background: #f6772d;
	height: 2px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}

.filter-style-5 .cbp-filter-item {
	margin: 0px;
	display: inline-block;
	border: none;
	background: #fff;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
	letter-spacing: 1px;
	padding: 0px 30px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
.filter-style-5 .cbp-filter-item:hover {
	background: #f6772c;
	color: #fff;
}
.filter-style-5 .cbp-filter-item.cbp-filter-item-active {
	background: #f6772c;
	color: #fff;
}
.cbp-popup-singlePage .cbp-popup-close {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-close:before {
	content: '\e082';
	font-family: 'Simple-Line-Icons';
	color: #333333;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-prev {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-prev:before {
	content: '\e07a';
	font-family: 'Simple-Line-Icons';
	color: #333333;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-next {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-next:before {
	content: '\e079';
	font-family: 'Simple-Line-Icons';
	color: #333333;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-navigation {
	position: relative;
	width: auto;
	height: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.cbp-popup-singlePage .cbp-popup-next {
	left: auto;
	right: 0px;
}
.cbp-popup-singlePage .cbp-popup-prev {
	left: 0px;
	right: auto;
}
.cbp-popup-singlePage-counter {
	left: 0px;
	right: 0px;
	top: 60px;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	opacity: 0.3;
}
/*=======================================================
      SINGLE PROJECT
========================================================*/

.cbp-popup-singlePage .cbp-popup-content {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
/*=======================================================
      PORTFOLIO DETAIL
========================================================*/

/*=======================================================
      SERVICES
========================================================*/
.services {
	background: #e5e9ea;
}
.services .service-part li {
	margin-bottom: 50px;
	padding-right: 50px;
}
.services .service-part h6 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.services .service-part p {
	font-size: 13px;
	line-height: 23px;
}
.services .service-part {
	margin-top: 200px;
	padding-left: 20px;
}
.services .service-part i {
	font-size: 22px;
	display: inline-block;
	margin-bottom: 20px;
}

.our-team .avatar {
	height: 300px;
	width: 300px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-radius: 50%;
}

.comments .avatar {
	width: 70px;
	display: inline-block;
}

.add-comments .btn {
	border-color: #666666;
	color: #666666;
	padding: 15px 50px;
}

/*=======================================================
      BLOG
========================================================*/
.blog {
}
.blog:before {
	position: absolute;
	content: "";
	height: 180px;
	background: #e5e9ea;
	width: 100%;
	top: 0px;
	left: 0px;
}
.post-content {
	padding-top: 30px;
}
.post-tittle {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	color: #333333;
	display: inline-block;
	margin-top: 20px;
}
.post-tittle:hover {
	color: #f6772c;
}
.post-content .tag {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #f6772c;
	font-size: 16px;
	letter-spacing: 2px;
}
.post-content hr {
	width: 90px;
	height: 8px;
	border: none;
	margin: 50px 0;
	display: inline-block;
	background: #333333;
	margin-bottom: 48px;
}
.post-content .date {
	margin-top: 50px;
}
.blog-post-home.style-2 {
	margin-top: 0px;
	position: relative;
}
.blog-post-home.style-2 .date {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 99;
	text-align: right;
}
.blog-post-home.style-2 .post-content hr {
	margin: 30px 0;
}
.blog-post-home.style-2 .post-content .post-info li i {
	margin-left: 0px;
	margin-right: 10px;
}
.blog-post-home.style-2 .post-content .post-info li {
	margin-right: 20px;
	margin-top: 40px;
}
.post-detail blockquote {
	font-size: 30px;
	border: none;
	border-top: 1px solid #e3e3e3;
	text-transform: uppercase;
	line-height: 42px;
	padding-top: 40px;
}
.list-type h6 {
	margin-bottom: 30px;
}
.list-type li {
	line-height: 58px;
	position: relative;
	padding-left: 30px;
}
.list-type li:before {
	content: "\e080";
	font-family: 'Simple-Line-Icons';
	position: absolute;
	left: 0px;
	font-size: 10px;
	font-size: 14px;
	color: #494949;
	top: 0px;
	line-height: 26px;
}
.post-tags {
	margin-top: 80px;
	display: inline-block;
	width: 100%;
}
.post-tags li {
	display: inline-block;
	margin-right: 20px;
}
.post-tags li a {
	border: 1px solid #666666;
	color: #666666;
	padding: 5px 15px;
}
.post-tags li a:hover {
	background: #666666;
	color: #fff;
}
.post-detail blockquote i {
	position: absolute;
	left: 0px;
	font-size: 20px;
}
.blog-post-home .date span {
	color: #999999;
}
.blog-post-home .date .huge {
	color: #333333;
	line-height: 80px;
	font-size: 92px;
	display: inline-block;
	width: 100%;
}
.admin-info {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	margin-top: 80px;
}
.admin-info {
}
.admin-info li {
	padding: 80px 0;
}
.admin-info li:nth-child(1) {
	border-right: 1px solid #e0e0e0;
}
.admin-info li h6 {
	text-transform: uppercase;
}
.admin-info li p {
	margin: 0px;
}
.admin-info span {
	color: #f6772c;
}
.just {
  text-align: justify;
  text-justify: inter-word;
}
.blog-post-home {
	margin-top: 200px;
}
.post-info {
	margin-bottom: 30px;
}
.post-info li {
	display: inline-block;
}
.post-info li {
	font-size: 13px;
	color: #666666;
}
.post-info li i {
	font-size: 20px;
	margin-right: 5px;
	margin-left: 20px;
}
.post-info.text-white li {
	color: #fff;
	margin-top: 20px;
}
.blog-list .post-content {
	padding-top: 0px;
}
.text-left .post-info li {
	margin-right: 20px;
}
.text-left .post-info li i {
	margin-left: 0px;
	margin-right: 5px;
}
.paging {
	display: inline-block;
	width: 100%;
	margin-top: 100px;
	text-align: center;
}
.paging li {
	display: inline-block;
	margin: 0 10px;
	line-height: 30px;
}
.paging li i {
	font-size: 12px;
}
.paging li a:hover {
	color: #f6772c;
}

/*=======================================================
      COMING SOON
========================================================*/

.coming-soon .newsletter {
	margin-top: 80px;
}
.coming-soon .newsletter .form-control {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.coming-soon .newsletter button {
	border-color: #fff;
	color: #fff;
}
/*=======================================================
      FOOTER
========================================================*/
.footer {
	background: #e5e9ea; /* Original background: #191b1f */
	padding: 100px 0; /* Original padding: 200px */
}
.footer p {
	color: #666666;
	line-height: 28px; /* Changed by HG - original 36px */
}
.footer .heading-block hr {
	background: #666666;
}
.footer .heading-block h6 {
	color: #666666;
}
.footer .heading-block h3 {
	color: #666666;
}
.footer .contact-info {
	color: #666666;
}
.footer .contact-info i {
	width: 50px;
	display: inline-block;
	line-height: 36px;
	font-size: 20px;
}
.footer .contact-info li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 30px;
	margin-top: 230px;
}
.footer .rights {
	display: inline-block;
	float: left;
	margin-top: -70px;
}
.footer .rights a {
	color: #666666;
	margin-right: 10px;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
}
.footer .rights a:hover {
	color: #fff;
}
.footer-links {
	text-align: center;
	margin-top: 50px;
}
.footer-links li {
	display: inline-block;
}
.footer-links a {
	color: #666666;
	margin-right: 10px;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin: 0 30px;
}
.footer-links a:hover {
	color: #fff;
}

/*=======================================================
      FOOTER PLUS
========================================================*/
.footer-ps {
	background: #ffffff; 
	padding: 100px 0;
}
.footer-ps p {
	color: #666666;
	line-height: 28px; /* Changed by HG - original 36px */
}
.footer-ps .heading-block hr {
	background: #666666;
}
.footer-ps .heading-block h6 {
	color: #666666;
}
.footer-ps .heading-block h3 {
	color: #666666;
}
.footer-ps .contact-info {
	color: #666666;
}
.footer-ps .contact-info i {
	width: 50px;
	display: inline-block;
	line-height: 36px;
	font-size: 20px;
}
.footer-ps .contact-info li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 30px;
	margin-top: 230px;
}
.footer-ps .rights {
	display: inline-block;
	float: left;
	margin-top: -70px;
}
.footer-ps .rights a {
	color: #666666;
	margin-right: 10px;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
}
.footer-ps .rights a:hover {
	color: #fff;
}
.footer-ps-links {
	text-align: center;
	margin-top: 50px;
}
.footer-ps-links li {
	display: inline-block;
}
.footer-ps-links a {
	color: #666666;
	margin-right: 10px;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin: 0 30px;
}
.footer-ps-links a:hover {
	color: #fff;
}

/*=======================================================
			testimonial
========================================================*/
.testimonial #testi-slide {
	width: 85%;
	text-align: center;
	margin: 0 auto;
}

.testimonial #testi-slide p {
	color: #666666;
}
.testimonial #testi-slide h6 {
	color: #666666;
	text-transform: uppercase;
	margin-top: 30px;
}
.testimonial #testi-slide span {
	color: #f6772c;
	margin-bottom: 30px;
	display: inline-block;
}
.testimonial .owl-controls .owl-dots div {
	display: inline-block;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.3);
	margin: 0 2px;
	-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;
}
.testimonial .owl-controls .owl-dots div.active {
	background: #f6772c;
	border-color: #f6772c;
}
/*=======================================================
			CONTACT FORM
========================================================*/
.contact #contact_form {
	text-align: center;
}
.contact .error {
	border: none;
	border-bottom: 1px solid red !important;
}

.success-msg {
	background: #fff;
	border: 1px solid #666666;
	color: #666666;
	margin-bottom: 30px;
	margin-top:100px; /* Changed by Maru - Original: 275px */
	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_form {
	margin-top: 10px;/* Changed by HG - Original: 275px -> Changed by Maru - 250px*/
}
#contact_form li {
	text-align: left;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
#contact_form li input {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0px;
	border: 1px solid;
	border-color: transparent;
	background: none;
	font-size: 16px;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background: none;
	color: #666666;
	padding: 0px;
	font-size: 16px;
	border-bottom: 1px solid #666666;
	-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 li .form-control {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background: none;
	color: #666666;
	padding: 0px;
	font-size: 16px;
	background: none;
	border-bottom: 1px solid #666666;
	-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 li textarea {
	height: 120px !important;
	text-transform: uppercase;
	background: none;
	padding: 0px;
	color: #666666;
	padding: 0px;
	font-size: 16px;
}
#contact_form li .btn {
	text-transform: uppercase;
}

.contact-form label {
	font-weight: normal;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0px;
	line-height: 26px;
	position: relative;
	background: none;
}

.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
#contact_form li .form-control:focus {
	border-bottom: 1px solid #fff;
}
.contact-form button {
	float: right;
	border: 1px solid #666666;
	background: none;
	border-radius: 0px;
	color: #666666;
	margin-top: 0px;
	letter-spacing: 1px;
	padding: 15px 50px;
	float: left;
	text-transform: uppercase;
	-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 button:hover {
	background: #fff;
	color: #333;
	border-color: #fff;
}
.newsletter {
}
.newsletter label {
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0px;
	line-height: 26px;
	position: relative;
	background: none;
}
.newsletter label span {
	color: #fff;
}
.newsletter textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
.newsletter button {
	float: right;
	border: 1px solid #666666;
	background: none;
	border-radius: 0px;
	color: #666666;
	margin-top: 0px;
	letter-spacing: 1px;
	padding: 15px 50px;
	float: none;
	margin-top: 50px;
	margin-bottom: 150px;
	text-transform: uppercase;
	-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;
}
.newsletter button:hover {
	background: #333;
	color: #333;
	border-color: #fff;
}
.newsletter form {
	width: 50%;
	margin: 0 auto;
}
.newsletter input {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0px;
	border: 1px solid;
	border-color: transparent;
	background: none;
	font-size: 16px;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background: none;
	color: #fff;
	padding: 0px;
	box-shadow: none;
	font-size: 16px;
	border-bottom: 1px solid #666666;
	-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;
	margin: 0 auto;
}
.newsletter .form-control {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background: none;
	color: #fff;
	text-align: center;
	padding: 0px;
	font-size: 16px;
	background: none;
	border-bottom: 1px solid #666666;
	-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;
}
.newsletter .form-control:focus {
	border-bottom: 1px solid #fff;
}

/*=======================================================
			GO TO TOP
========================================================*/
.cd-top {
	display: inline-block;
	height: 50px;
	z-index: 9;
	width: 50px;
	position: fixed;
	bottom: 40px;
	color: #666666;
	border-radius: 50%;
	font-size: 26px;
	text-align: center;
	line-height: 40px;
	border: 3px solid #666666;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
	background: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	left: 40px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 0.5;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #ffbb42;
	opacity: 1;
	color: #fff;
}
#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/bg/texti-bg.jpg) 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 {
	max-width: 1280px;
	width: auto;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
#wrap.boxed-layout header .sticky {
	padding-left: 20px;
	padding-right: 20px;
}
/*=======================================================
			GO TO TOP
========================================================*/
.dark-version .footer {
	background: #252525;
}
.dark-version .portfolio-in:before {
	background: #252525;
}
.dark-version section {
	background: #202020;
}
.dark-version h1 {
	color: #b3b3b3;
}
.dark-version h2 {
	color: #b3b3b3;
}
.dark-version h3 {
	color: #b3b3b3;
}
.dark-version h4 {
	color: #b3b3b3;
}
.dark-version h5 {
	color: #b3b3b3;
}
.dark-version h6 {
	color: #b3b3b3;
}
.dark-version .post-tittle {
	color: #b3b3b3;
}
.dark-version .blog-post-home .date .huge {
	color: #b3b3b3;
}
.dark-version p {
	color: #959595;
}
.dark-version .heading-block hr {
	background: #b3b3b3;
}
.dark-version .post-content hr {
	background: #b3b3b3;
}
.dark-version .more-feature ul li:hover {
	background: #000;
}
.dark-version .more-feature ul li article {
	border-color: #000;
}
.dark-version .light-gray-bg {
	background: #252525;
}
.dark-version .blog:before {
	background: #252525;
}
.dark-version {
	color: #959595;
}
.dark-version .sub-bnr h3 {
	color: #fff;
}
.dark-version .sub-bnr p {
	color: #fff;
}
.dark-version hr {
	border-color: #4d4d4d;
}
.dark-version .paging li a {
	color: #959595;
}
.dark-version .filter-style-1 .cbp-filter-item:hover:before {
	color: #202020;
}
.dark-version .filter-style-1 .cbp-filter-item.cbp-filter-item-active:before {
	color: #202020;
}
.dark-version .filter-style-1 {
	border: 1px solid rgba(255,255,255,0.1);
}
.dark-version .filter-style-1 .cbp-filter-item {
	border-right: 1px solid rgba(255,255,255,0.1) !important;
}
.dark-version .filter-style-1 .cbp-filter-item:hover:before {
	text-shadow: 0 1px 0px rgba(255,255,255,0.1) !important;
}
/*.dark-version .cbp-l-filters-buttonCenter .cbp-filter-item {
	background: #202020;
}*/
.dark-version .filter-style-1 .cbp-filter-item.cbp-filter-item-active:before {
	text-shadow: 0 1px 0px rgba(255,255,255,0.1) !important;
}
.dark-version .filter-style-2 .cbp-filter-item {
	background: #333333;
}
.dark-version .filter-style-2 .cbp-filter-item {
	border-right: 1px solid rgba(255,255,255,0.1) !important;
}
.dark-version .filter-style-2 .cbp-filter-item.cbp-filter-item-active {
	background: #f6772d;
	color: #fff;
}
.dark-version .filter-style-2 .cbp-filter-item:hover {
	background: #f6772d;
	color: #fff;
}
.dark-version .portfolio .port-item {
	background: none;
}
.dark-version .filter-style-4 .cbp-filter-item.cbp-filter-item-active {
	color: #fff;
}
.dark-version .portfolio .cbp-item .port-detail h6 a {
	color: #b3b3b3 !important;
}
.dark-version .portfolio .cbp-item .port-detail h6 a:hover {
	color: #f6772c !important;
}
.dark-version .filter-style-4 {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.dark-version .cbp-l-filters-buttonCenter .cbp-filter-item:hover {
	color: #fff;
}
.dark-version .portfolio-details .project-info li p {
	color: #b3b3b3;
}
.dark-version .filter-style-5 {
	border: 1px solid rgba(255,255,255,0.2);
}
.dark-version .filter-style-5 .cbp-filter-item {
	background: rgba(255,255,255,0.02);
}
.dark-version .filter-style-5 .cbp-filter-item:hover {
	background: #f6772c;
	color: #fff;
}
.dark-version .filter-style-5 .cbp-filter-item.cbp-filter-item-active {
	background: #f6772c;
	color: #fff;
}
.dark-version .filter-style-4 .cbp-filter-item {
	background: none !important;
}
.dark-version .who-we-are {
	background: url(../images/bg/bg-who-we-dark.jpg) fixed no-repeat;
}
.dark-version section.port-item-up {
	background: none;
}
.dark-version .portfolio .portfolio-in .port-item {
	background: rgba(255,255,255,0.05);
}
/*=======================================================
			HAM MENU
========================================================*/

.header-menu .sticky{
	
}
