@charset "utf-8";
/* CSS Document by 3dteapot.com*/
body{
	background-color:#6133BF;
	cursor:hand;
	cursor:grab;
	cursor:-moz-grab;
	cursor:-webkit-grab;
	margin:0px;
	padding:0px;
	min-width:1400px;
}
body.grabbing{
	cursor:grabbing;
	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;	
}
.portfolio-work{
	margin-top:0px;
	text-align:center;
	background-color:#FFF;
}
@media (min-width: 2600px){
  .portfolio-work img{
	display:block;
    width:100%;
	height:auto;
}}
.header{
	position:fixed;
	width:100%;
	height:40px;
	background-color:#000;
	opacity:0.90;
	padding:10px;
	padding-left:14px;
	min-width:100px;
	font-size: 23px;
}
@media (max-width: 992px){
  .header-none{
	display:none;
}}
@media (max-width: 992px){
  .header{
	font-size: 17px;
	font-weight: 400;
}}
.logo{
	float:left;
	max-width:176px;
	padding-top:0;
	height:21px;
	transition-property: all;
	transition: all ease 0.5s;
}
.logo:hover{
	opacity:70%;
	transition:0.5s;
}
a{
	text-decoration:none;
}
.arrow-left:hover{
	color:#4c8eef;
	background-image: url(../images/ui/left-hover.svg);
	text-decoration:none;
	transition:0.5s;
}
.arrow-left{
	float:right;
	color:#FFF;
	text-decoration:dotted underline;
	padding:0px;
	margin:0px;
	width:auto;
	padding-left:25px;
	text-align:center;
	height:40px;
	line-height:40px;
	background-image: url(../images/ui/left.svg);
	background-position:left center;
	background-repeat:no-repeat;
	overflow:hidden;
	white-space:nowrap;
	margin-right:30px;
	font-size:70%;	
	transition-property: all;
	transition: all ease 0.5s;
}
@media (max-width: 992px){
  .arrow-left{
	margin-right:20px;
	padding-left:22px;
}}
.arrow-right:hover {
	color:#4b8ff0;
	background-image: url(../images/ui/right-hover.svg);
	text-decoration:none;
	transition:0.5s;
}
.arrow-right{
	float:right;
	text-decoration:dotted underline;
	color:#FFF;
	padding:0px;
	margin:0px;
	width:auto;
	padding-right:25px;
	text-align:center;
	height:40px;
	line-height:40px;
	background-image:url(../images/ui/right.svg);
	background-position:right center;
	background-repeat:no-repeat;
	overflow:hidden;
	white-space:nowrap;
	margin-right:40px;
	font-size:70%;
	transition-property: all;
	transition: all ease 0.5s;
}
@media (max-width: 992px){
  .arrow-right{
	margin-right:26px;
	padding-right:22px;
}}
.comment{
	float:left;
	color:#FFF;
	font-size:70%;
	margin-left:30px;
	line-height:40px;
}
.contact-my{
	float:right;
	color:#FFF;
	padding:0px;
	margin:0px;
	width:auto;
	padding-right:25px;
	text-align:center;
	height:40px;
	line-height:40px;
	background-image:url(../images/ui/contact-my.png);
	background-position:left center;
	background-repeat:no-repeat;
	overflow:hidden;
	white-space:nowrap;
	margin-right:40px;
	font-size:21px;
	font-size:70%;
}
.contact-back:hover{
	color:#4c8eef;
	background-image: url(../images/ui/back-hover.svg);
	text-decoration:none;
	transition:0.5s;
}
.contact-back{
	float:right;
	text-decoration:dotted underline;
	color:#FFF;
	padding:0px;
	margin:0px;
	width:auto;
	padding-left:30px;
	text-align:center;
	height:40px;
	line-height:40px;
	background-image:url(../images/ui/back.svg);
	background-position:left center;
	background-repeat:no-repeat;
	overflow:hidden;
	white-space:nowrap;
	margin-right:40px;
	font-size:21px;
	font-size:70%;
	transition-property: all;
	transition: all ease 0.5s;
}
@media (max-width: 992px){
  .text-hide{
	  display: none;
}}
@media (min-width: 992px){
  .text-hide-on{
	  display: none;
}}
/*-------------------------------------------------------------------------*/
.flex { 
	position: fixed; 
	bottom: 24px;
	margin-left: 26px;
	display: block; 
	background: #000; 
	color: #fff; 
	text-decoration: none; 
	padding: 16px 36px 20px 36px; 
	z-index: 999999;
	max-height: 38px;
	width: auto;
	font-size: 18px;
	border-radius: 100px;	
	transition:all ease 0.8s;
}
.flex:hover{ 
	background: #222;
	cursor: pointer;	
	transition:all ease 0.8s;  
	transform: scale(1.1); 
}