@font-face {
	font-family:"ChivoItalic";
	src:url("/fonts/Chivo-Italic.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"ChivoBlackItalic";
	src:url("/fonts/Chivo-BlackItalic.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"ChivoRegular";
	src:url("/fonts/Chivo-Regular.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}

body > .row{
	margin-right: 0;
	margin-left: 0;
}

body {
	position: relative;
	overflow-x: hidden;
}
body,

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
	font-family:"ChivoRegular";
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 220px;
}

.search-input::-webkit-input-placeholder {
	color: #ddd;
}

.search-input:-moz-placeholder { /* Firefox 18- */
	color: #ddd;
}

.search-input::-moz-placeholder {  /* Firefox 19+ */
	color: #ddd;
}

.search-input:-ms-input-placeholder {
	color: #ddd;
}

.navbar-fixed-top.toggled {
	z-index: 1000;
	left: 220px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-wrapper {
	z-index: 1000;
	left: 220px;
	width: 0;
	height: 100%;
	margin-left: -220px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #1a1a1a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
display: none;
}

#wrapper.toggled #sidebar-wrapper {
	width: 220px;
}

#page-content-wrapper {
	width: 100%;
	padding-top: 0px;
}

#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar .sidebar-close-btn {
	background: #1a1a1a;
	height: 65px;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
	text-align: right;
	padding-top: 25px;
	padding-right: 25px;
}

.sidebar.right {
	text-transform: uppercase;
	font-family: 'museo_sans500';
	top: 0;
	right: 0;
	bottom: 0;
	width: 340px;
	background: #1a1a1a;
	z-index: 10000;
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav li {
	position: relative;
	line-height: 20px;
	display: inline-block;
	width: 100%;
}

.sidebar-nav li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 3px;
	background-color: #1c1c1c;
	-webkit-transition: width .2s ease-in;
	-moz-transition:  width .2s ease-in;
	-ms-transition:  width .2s ease-in;
			transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
	color: #fff;
	background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
	background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(3):before {
	background-color: #79aefe;
}
.sidebar-nav li:nth-child(4):before {
	background-color: #314190;
}
.sidebar-nav li:nth-child(5):before {
	background-color: #279636;
}
.sidebar-nav li:nth-child(6):before {
	background-color: #7d5d81;
}
.sidebar-nav li:nth-child(7):before {
	background-color: #ead24c;
}
.sidebar-nav li:nth-child(8):before {
	background-color: #2d2366;
}
.sidebar-nav li:nth-child(9):before {
	background-color: #35acdf;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
	width: 100%;
	-webkit-transition: width .2s ease-in;
	-moz-transition:  width .2s ease-in;
	-ms-transition:  width .2s ease-in;
			transition: width .2s ease-in;

}

.sidebar-nav li a {
	display: block;
	color: #ddd;
	text-decoration: none;
	padding: 10px 15px 10px 30px;
}

.sidebar-nav li.active{
	color: #ffa;
	text-decoration: none;
	background-color: transparent;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
	color: #ffa;
	text-decoration: none;
	background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 20px;
	line-height: 44px;
}
.sidebar-nav .dropdown-menu {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
	background-color: #222;
	box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
	position: absolute;
	top: 32px;
	z-index: 999;
	display: block;
	width: 20px;
	height: 28px;
	margin-left: 3%;
	background: transparent;
	border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
	outline: none;
}
.hamburger.is-closed:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px,0,0);
	transform: translate3d(-100px,0,0);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
	background-color: #fff;
}
.hamburger.is-closed .hamb-top {
	top: 5px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
	top: 50%;
	margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
	bottom: 7px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
	top: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
	bottom: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
	background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
	top: 50%;
	margin-top: -2px;
}
.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	-moz-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	-ms-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	-o-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
	.hamburger.is-open .hamb-middle { display: none; }
	.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	-moz-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	-ms-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	-o-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
	transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px,0,0);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.heart {cursor: pointer; font-size: 22px; color: #efefef;}
.heart:hover {text-decoration: no}
.heart.selected-heart {color: #f22 !important;}

#designerHomepage, #designerTitleRegister{
	color: black;
	text-decoration: none;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(250,250,250,.8);
	z-index: 1;
}
.wrap {width: 100%}

.rotate-90 {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#header-main {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	height: 500px;
}
#header-main-image {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}
#header-main-badget {
	line-height: 26px;
	padding-top: 17px;
	padding-left: 22px;
	background: #04E7B1;
	color: #161616;
	position: absolute;
	top: 80px;
	left: 42%;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	font-size: 18px;
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
#header-main-badget span{font-size: 30px;}
#header-main-box {
	z-index: 100;
	position: inherit;
	text-align: left;
	color: #fff;
	font-weight: normal;
}
#header-main-content {
	margin-top: 85px;
}

#header-main-menu {
	padding-top: 22px;
	font-size: 16px;
	color: #fff;
}
#header-main-sign-in {
	text-align: center;
	padding: 5px 0;
}
#header-main-sign-up {
	text-align: center;
	border-radius: 20px;
	padding: 5px 0;
}
#header-main-menu a {
	text-decoration: none;
}
.header-main-product {
	font-weight: normal;
	line-height: 26px;
}
.header-main-product img {
	width: 160px; height: 110px;
}

.vivo-regular {font-family: ChivoRegular}

.border-vivo-white {border: 1px solid #fff !important}
.border-vivo-green {border: 1px solid #04E7B1 !important}
.border-vivo-black {border: 1px solid #333333 !important}
.border-vivo-yellow {border: 1px solid #EDF991 !important}

.vivo-red {color: #D21139}
.vivo-white {color: #fff !important}
.vivo-green {color: #04E7B1 !important}
.vivo-yellow {color: #EDF991 !important}
.vivo-black {color: #333333 !important}

.bg-vivo-green {background: #04E7B1 !important}
.bg-vivo-black {background: #333333 !important}
.bg-vivo-yellow {background: #EDF991 !important}

.btn-vivo-green {
	color: #000;
	background-color: #04E7B1;
	border-color: #04E7B1;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
}
.btn-vivo-green:focus,
.btn-vivo-green.focus {
	color: #000;
	background-color: #08CF9F;
	border-color: #04E7B1;
}
.btn-vivo-green:hover {
	color: #000;
	background-color: #08CF9F;
	border-color: #04E7B1;
}
.btn-vivo-green:active,
.btn-vivo-green.active,
.open > .dropdown-toggle.btn-vivo-green {
	color: #000;
	background-color: #08CF9F;
	border-color: #04E7B1;
}
.btn-vivo-green:active:hover,
.btn-vivo-green.active:hover,
.open > .dropdown-toggle.btn-vivo-green:hover,
.btn-vivo-green:active:focus,
.btn-vivo-green.active:focus,
.open > .dropdown-toggle.btn-vivo-green:focus,
.btn-vivo-green:active.focus,
.btn-vivo-green.active.focus,
.open > .dropdown-toggle.btn-vivo-green.focus {
	color: #000;
	background-color: #08CF9F;
	border-color: #04E7B1;
}
.btn-vivo-green:active,
.btn-vivo-green.active,
.open > .dropdown-toggle.btn-vivo-green {
	background-image: none;
}
.btn-vivo-green.disabled:hover,
.btn-vivo-green[disabled]:hover,
fieldset[disabled] .btn-vivo-green:hover,
.btn-vivo-green.disabled:focus,
.btn-vivo-green[disabled]:focus,
fieldset[disabled] .btn-vivo-green:focus,
.btn-vivo-green.disabled.focus,
.btn-vivo-green[disabled].focus,
fieldset[disabled] .btn-vivo-green.focus {
	background-color: #08CF9F;
	border-color: #04E7B1;
}
.btn-vivo-green .badge {
	color: #000;
	background-color: #fff;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

//*
product list
*/
.project-post {
	position: relative;
}

.project-post img {
	width: 100%;
}
.project-post:hover .hover-box {
	visibility: visible;\0/;
	opacity: 0.8;
	-webkit-transform: rotateY(0deg) scale(1);
	-moz-transform: rotateY(0deg) scale(1);
	-ms-transform: rotateY(0deg) scale(1);
	-o-transform: rotateY(0deg) scale(1);
	transform: rotateY(0deg) scale(1);
}
.inner-hover-box {
	position: absolute;
	text-align: center;
	left: 0;
	width: 100%;
	top: 30px;
}
.hover-box {
	position: absolute;
	top: 0;
	left: 15px;
	width: inherit;
	background-color: #EDF991;
	/*background: #54babb;*/
	bottom: 0;
	right: 15px;
	visibility: hidden\0/;
	opacity: 0\0/;
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	/* -webkit-transform: rotateY(-90deg) scale(0.8); */
	-moz-transform: rotateY(-90deg) scale(0.8);
	-ms-transform: rotateY(-90deg) scale(0.8);
	-o-transform: rotateY(-90deg) scale(0.8);
	transform: rotateY(-90deg) scale(0.8);
}
.project-post {
	margin-bottom: 30px;
	float:left;
}

.project-post img {
	width: 100%;
	height: 100%;
}
.inner-hover-box p {
	color: #fff;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 12px;
	line-height: 20px;
}

.inner-hover-box a, .inner-hover-box button {
	background-color: inherit;
	display: inline-block;
	width: 63px;
	font-size: 24px;
	border: 1px solid #333;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	color: #333;
}

.inner-hover-box a:hover, .inner-hover-box button:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	text-decoration: none;
	color:white;
}

.inner-hover-box a i {
	font-size: 18px;
	line-height: 63px;
	color: #fff;
}
//*
end of product list
*/