@font-face {
	font-family: "WebSymbols-Regular";
	src: url("../fonts/websymbols-regular.eot?") format("eot"), url("../fonts/websymbols-regular.woff") format("woff"), url("../fonts/websymbols-regular.ttf") format("truetype"), url("../fonts/websymbols-regular.svg#WebSymbols-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.websymb {
 font-family:"WebSymbols-Regular";
 display:inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom:4px;
	font-size:21px;
}
body {
	font-family: 'Roboto', sans-serif;
	display: none;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: none;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 border: 0;
 outline : 0;
}
a, a:visited {
	color: #9a9a9a;
}
a:hover {
	color: #9a9a9a;
	text-decoration: underline;
}
.menu-container {
	background: #fff;
	/* [disabled]box-shadow: -4px 4px 13px rgba(50, 50, 50, 0.41);
*/
	padding: 0 !important;
	position: fixed !important;
	top: 0;
	z-index: 9999;
	width: 100% !important;
}
.float-left {
	float: left;
}
.menu ul {
	display: block;
	list-style: none;
	float: left;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	-webkit-padding-end: 0px;
}
.menu ul.open {
	display: block;
	float: none;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.menu ul.open li {
	float: none;
}
.menu ul li {
	display: block;
	float: left;
	line-height: 40px;
	font-size: 20px;
	padding: 0 10px;
}
.menu ul li a {
	color: #939393;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #fff;
	transition: color ease 500ms;
}
.menu ul li.active a {
	color: #fff;
}
#menu-switch {
	color: #fff;
	position: fixed;
	top: 10px;
	right: 15px;
}
.gap {
	margin-top: 50px;
}
.gaphome {
	margin-top: 160px;
}
.gapshop {
	margin-top: 230px;
}
.gap25 {
	margin-top: 54px;
}
#tweetarea #tweets {
	font-size: 11px;
	color: #7b7b7b;
	line-height: 40px;
	text-align: right;
	padding: 0 14px;
	position: relative;
	overflow: hidden;
	height: 30px;
	margin-bottom: 0 !important;
	list-style: none;
	width: 225px;
	margin-top: 6px;
}
#tweetarea #tweets> div {
	position: absolute;
	top: 0px;
	right: 15px;
}
#tweetarea #tweets a {
	color: #ef3f23;
	text-decoration: none;
	font-size: 11px !important;
}
#tweetarea #tweets a:hover {
	text-decoration: underline;
}
/*masonry*/
#mas_container {
	margin-bottom: 50px;
	margin-left: -8px;
}
.mas_item {
	padding: 5px;
}
.mas_item img {
	width: 100% !important;
	height: auto;
}
.project-info {
	background: #ffffff;
	background: rgba(255,255,255,.95);
	position: relative;
	margin-top: -55px;
	line-height: 30px;
	width: 100%;
	padding: 0 10px;
	color: #717171;
	font-size: 15px;
	opacity: 0;
	transition: opacity ease-in-out 200ms;
}
.mas_item:hover .project-info {
	opacity: 1;
	transition: opacity ease-in-out 200ms;/*	margin-top: -30px;
	transition: margin-top ease 500ms;*/
}
.mas_item a {
	text-decoration: none;
}
.dockbottom {
	position: fixed;
	bottom: 0px;
	width: 100%;
}
.social-menu {
	list-style: none;
	display: block;
	float: right;
	text-align: right;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	-webkit-padding-end: 0px;
}
.social-menu li {
	display: block;
	float: left;
	padding-right: 10px;
}
.social-menu li img {
	filter: brightness(120%);
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	-ms-filter: brightness(120%);
	-webkit-transition: 0.1s all ease-in;
	-o-transition: 0.1s all ease-in;
	-moz-transition: 0.1s all ease-in;
	transition: 0.1s all ease-in;
}
.social-menu li:hover img {
	filter: brightness(30%);
	-webkit-filter: brightness(30%);
	-moz-filter: brightness(30%);
	-o-filter: brightness(30%);
	-ms-filter: brightness(30%);
}
.footer-menu {
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	-webkit-padding-end: 0px;
	margin-bottom: 31px;
}
.footer-menu li {
	color: #8f8f8f;
	display: block;
	float: left;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px !important;
}
.footer-menu li:first-child {
	padding-left: 0 !important;
}
.footer-menu li:last-child {
	border-right: none;
}
.footer-menu li a {
	font-size: 11px;
	line-height: 11px;
	color: #8f8f8f;
	text-decoration: none;
	text-transform: none;
	transition: color ease 500ms;
}
.footer-menu li a:hover {
	color: #0c0c0c;
	transition: color ease 500ms;
}
/*details page*/
#details {
	background: #ffffff;
}
#details {
	margin-top: 200px;
	margin-bottom: 200px;
}
#work {
	margin-top: 220px;
}
.showcase {
	background: #fff;
	padding: 40px;
	margin-top: -10px;
}
.img-container img {
	width: 100%;
	height: auto;
}
.img-container {
	width: 100%;
	height: 0;
	overflow: hidden;
	margin-bottom: 25px;
	background: #f9f9f9;
}
.img-container img {
	visibility: hidden;
}
.img-loaded.img-container {
	height: auto;
	overflow: auto;
	padding-bottom: 0!important;
}
.img-loaded.img-container img {
	visibility: visible;
}
.showcase .img-container {
	max-width: 700px
}
.pos-rel {
	position: relative;
}
.showcase-details-mobile {
	padding: 50px;
	color: #3e3e3e;
	font-size: 13px;
}
.showcase-details {
	padding: 50px;
	color: #3e3e3e;
	font-size: 13px;
}
.showcase-details ul, .showcase-details-mobile ul {
	list-style: none;
	display: block;
	padding: 25px 0 15px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	-webkit-padding-end: 0px;
}
.showcase img {
	width: 100%;
	/* [disabled]height: auto;
*/
}
.showcase-details a, .showcase-details a:visited, .showcase-details-mobile a, .showcase-details-mobile a:visited {
	color: #3e3e3e;
}
.nav-prev, .nav-next {
	position: fixed;
	top: 46%;
	z-index: 999;
	padding: 8px;
	opacity: 0.2;
	transition: opacity ease 400ms;
}
.nav-prev {
	left: 10%;
}
.nav-next {
	right: 10%;
}
.nav-prev:hover, .nav-next:hover {
	opacity: 0.95;
	transition: opacity ease 400ms;
}
/*menu-nav*/
.navbar {
	margin-bottom: 0;
	min-height: 160px;
	border: none !important;
}
.white {
	color: #fff;
}
nav.shrink .navbar-toggle {
	padding: 0 !important;
	margin: 0px 15px 0 !important;
	font-size: 34px;
	line-height: 11px;
}

nav .navbar-toggle {
	padding: 0 !important;
	margin: 0px 15px !important;
	font-size: 24px;
	line-height: 11px;
}
.brand {
	margin-right: 15px;
	margin-top: 15px;
	height: 117px;
}
.brand-mobile {
	margin: 0 auto;
}
.form-group label {
	color: #fff;
}
.navbar-nav>li>a {
	line-height: 20px !important;
}
.navbar ul li a {
	color: #999999;
	transition: color ease 300ms;
}
.navbar li.active a {
	color: #0c0c0c;
	/*color: rgba(72,72,72,.5);*/
	transition: color ease 300ms;
}
.navbar ul li a:hover {
	background: none;
	color: #0c0c0c;
	/*	color: rgba(72,72,72,.5);*/
	transition: color ease 300ms;
}
.navbar ul li a:focus {
	background: none !important;
}
.navbar-collapse {
	background: #fff;
	border-top: none !important;
	box-shadow: none;
}
.yamm .yamm-content {
	background: #000000;
}
.dropdown-menu {
	background: #000000;
	box-shadow: -4px 4px 13px rgba(50, 50, 50, 0.41);
}
nav .navbar-toggle {
	margin: 13px 15px 13px 0;
}
.navbar-brand {
	height: 30px;
	overflow: hidden;
}
nav.navbar.shrink {
	min-height: 30px;
}
nav.shrink a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.nav a {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	font-size: 21px;
}
nav.shrink .navbar-brand {
	font-size: 25px;
}
nav.shrink .navbar-toggle {
	padding: 4px 5px;
	margin: 8px 15px 8px 0;
}
.container-fluid>.navbar-header {
/*margin-bottom: -1px;*/
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.homeslides {
	height: 100%;
	background: #F00;
}
/* Shop Page */
#shop .link-details {
	line-height: 11px;
	font-size: 19px;
	color: #d7d7d7;
}
#shop .exlink a {
	font-size: 18px;
	color: #9a9a9a;
	cursor: pointer;
}
#shop a, #about a, .error .textinfo a  {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
#shop a:hover, #about a:hover,.error .textinfo a:hover {
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
}
#shop .exlink a::after, #shop .exlink-contact a::after, #about .aboutlist a::after {
	content: " \2192";
}
#shop .exlink .col-md-12 {
	margin-bottom: 12px;
}
.exlink .link-details {
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	padding-left: 20px;
}
.exlink .tip_title:hover +.link-details {
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
}
​ /* Contact */
 .email-link {
	margin-top: 90px;
	margin-bottom: 90px;
}
.email-link a, .email-link {
	font-size: 22px;
	color: #6f6f6f;
}
.email-link a, .welcome a,.error .textinfo a {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 1), inset 0 -3px 0 0 rgba(239, 63, 35, 1);
}
.project-details a {
	text-decoration: none;
	box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 1), inset 0 -2px 0 0 rgba(239, 63, 35, 1);
}
.email-link a:hover, .welcome a:hover, .project-details a:hover,.error .textinfo a:hover {
	color: #ef3f23;
}
#shop .exlink-contact a, #about .aboutlist a {
	font-size: 18px;
	color: #9a9a9a;
	cursor: pointer;
}
#shop .exlink-contact .col-md-12 {
	margin-bottom: 12px;
}
/* About */
#about .welcome {
	font-size: 22px;
	color: #9a9a9a;
	line-height: 34px;
	/* [disabled]text-align: justify;
*/
}
#about .welcome strong {
	font-weight: normal;
	color: #4b4b4b;
}
#about .col-md-2 {
	margin-bottom: 90px;
}
.grayscale {
	padding-bottom: 13px;
	margin: 60px 0px 0px 0px;
}
.grayscale .img-responsive, #error .img-responsive {
	margin: 0 auto;
}
.grayscale img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}
.grayscale img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	opacity: 1;
	/* [disabled]cursor: crosshair;
*/
}
.aboutlist {
	font-size: 18px;
	color: #9a9a9a;
	line-height: 27px;
}
.aboutlist .sec-title {
	font-size: 22px;
}
.aboutlist .col-sm-6 {
	margin-bottom: 75px;
}
ul.social-menu {
	position: relative;
	margin-right: -5px;
	z-index: 3000;
}
hr.divider {
	border: 0;
	border-top: #f2f2f2 solid 2px;
	/* [disabled]margin: 0px 90px 100px 90px;
*/
}
/* Lazy Load */
.imgcontainer {
	background-color: #CCC;
}
.imgcontainer.loaded {
	width: 100%;
	height: auto;
}
.mas_item a.loaded img {
	opacity: 1;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-ms-transition: opacity 400ms;
	transition: opacity 400ms;
}
#preloader-text {
	opacity: 0;
	line-height: 11px;
}
.dockbottom #preloader-text p {
	font-size: 11px;
	color: #515151;
}
.invisible {
	display: none;
}
.inline-desc {
  margin-top: -2px;
margin-bottom: 14px;
color:#7b7b7b;
font-size:11px;
}
/* Signature */
.navbar-header {
	background: url('../img/signature_logo.svg') no-repeat;
	background-position: -1px 14px;
	background-size: 109px 117px;
}
#signature {
	width: 124px;
	height: 132px;
	cursor: pointer;
	float: left;
}
.navbar-header a:hover {
	text-decoration: none;
}
#infscr-loading {
	display: none !important;
}
#pagination {
	display: none;
}
#about, #shop, #legal {
	margin-bottom: 200px;
}
.email-link {
	margin-top: 45px;
	margin-bottom: 75px;
}
/*---*/
.nav.navbar-nav #item6 a {
	padding: 10px 15px;
}
.project-logo {
	min-height: 53px;
}
/* ---*/
.no-transition {
	-webkit-transition: height 0.01s;
	-moz-transition: height 0.01s;
	-ms-transition: height 0.01s;
	-o-transition: height 0.01s;
	transition: height 0.01s;
}
/* Legal */

#legal h2 {
	font-size: 21px;
	color: #111111;
	margin-bottom: 65px;
}
#legal h3 {
	font-size: 14px;
	color: #9a9a9a;
	margin-bottom: 5px;
}
#legal p {
	font-size: 14px;
	color: #292929;
	margin-bottom: 74px;
}
#legal p.closure {
	font-size: 14px;
	color: #9a9a9a;
	margin-bottom: 0px;
	padding-top: 45px;
}
#legal p.closure img {
	margin-left: 20px;
}
/* error page */
#error {
	color: #282828;
}
#error h2 {
	text-align: left;
	font-size: 52px;
}
#error p {
	font-size: 22px;
}
#error a, #error a:visited {
	color: #282828;
	text-decoration: none;
}
#error a:hover {
	text-decoration: underline;
}
#error .row {
	/* [disabled]margin-top:10%;
*/
}
.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	display: flex;
	align-items: center;
}

.bars-icon:before {
	content:"²";
}
.close-icon:before {
	content:"'";
}
/* Error Page */
.error .textinfo{
	font-size:14px;
	color:#000;
	line-height:17px;
}
.error .textinfo strong{
	font-size:16px;
}
.error a {
	color:#000;
}
/* Social Navbar */
div#social-nav {
	height:25px;
	text-align:center;
}
div#social-nav .social-menu {
	display:inline-block;
	float:none;
	margin-top:35px;
}
div#social-nav .social-menu li {
	padding:0px 15px;
}

 @media (min-width: 991px) {
.showcase-details {
	position: fixed;
	padding: 50px 150px 50px 30px;
	margin-left: -50px;
	max-width: 400px;
}
.menu ul {
	display: block;
}
.w300 {
	width: 500px;
}
}
@media (min-width: 768px) {
	div#social-nav{
		display:none;
	}
}
 @media (max-width: 767px) {
#signature {
	float: left;
	margin-left: 37%;
	width: 100px;
}
#work, #details {
	margin-top: 100px;
}
.nav>li {
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
}
#tweetarea #tweets {
	margin-top: 21px;
}
.gapshop {
	margin-top: 140px;
}
}
@media (max-width: 767px) {
.container-fluid>.navbar-collapse {
	min-height:5000px;
}
}
@media (max-width: 768px) {

#about, #shop {
	margin-bottom: 100px;
}
.showcase {
	padding: 0px;
}
.footer-menu li {
	padding-bottom: 20px;
}
.exlink .link-details {
	opacity: 1;
}
.brand {
	margin-left: 50px;
}
.navbar-nav {
	margin: 0px;
}
.nav-prev, .nav-next {
	display: none;
}
.container-fluid>.navbar-collapse {
	margin-left: -25px;
}

}
 @media (max-width: 1670px) {
.nav-next {
	right: 20px;
}
.nav-prev {
	left: 15px;
}
}
 @media (max-width: 1220px) {
.showcase-details {
font-size:11px;
}
}

 @media (max-width: 990px) {
.menu ul {
	display: none;
}
.social-menu {
	display: block;
}
.footer-menu {
	display: block;
	float: none !important;
	width: 100%;
}
#mas_container {
	margin-bottom: 100px;
}
.navbar-header {
	text-align: center;
}
}
/* body animation
@-webkit-keyframes bodyfade {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes bodyfade {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes bodyfade {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes bodyfade {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

body {
  -webkit-animation: bodyfade 200ms ; 
  -moz-animation:    bodyfade 200ms ; 
  -o-animation:      bodyfade 200ms ; 
  animation:        bodyfade 200ms ; 
}*/

/* Loader Animation */
.LoaderIcon{
	font-size:44px;
	opacity:0.5;
	line-height:1px;
}
.spin::before{
  line-height:100px;
  -webkit-animation: spin 0.5s infinite linear;
	-moz-animation: spin 0.5s infinite linear;
	-ms-animation: spin 0.5s infinite linear;
	-o-animation: spin 0.5s infinite linear;
	animation: spin 0.5s infinite linear;
}

@keyframes "spin" {
 from {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(359deg);
   	-moz-transform: rotate(359deg);
   	-o-transform: rotate(359deg);
   	-ms-transform: rotate(359deg);
   	transform: rotate(359deg);
 }

}

@-moz-keyframes spin {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-webkit-keyframes "spin" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-ms-keyframes "spin" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-o-keyframes "spin" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}