/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Bitter", sans-serif;
  color: #f5f4ed;
  background-color: #000;
}

a {  color: #cccccc;
  text-decoration-line: none;
  text-decoration-style: solid;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
    outline-width: 0px;
  outline-style: none;
}
a:active, a:hover
{
  outline-width: 0px;
  outline-style: none;
}
a:hover, a:focus
{
  color: #ffffff;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

a:focus
{
  outline-width: thin;
  outline-style: dotted;
  outline-offset: -2px;
}


/* -------------------------------- 

PORTFOLIO

-------------------------------- */
*
{
  box-sizing: border-box;
}

.container
{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row
{
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.apps_portfolio ul li a
{
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  position: relative;
  font-size: 14px;
}
.apps_portfolio ul li a:hover
{
  text-decoration-line: underline;
  text-decoration-style: solid;
}
/*----------------------icon start----------------------------*/	
.apps_icon {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.apps_icon ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 20px;
}
.apps_icon ul li {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.apps_icon ul li a {
	color: #cccccc;
	border: 1px solid #cccccc;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	font-size: 25px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.apps_icon ul li:hover:after {
	position: absolute;
	content: "*";
	top: -15px;
	left: 24px;
	font-size: 30px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #fff;
	color: #ccc;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.apps_icon ul li:hover {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.apps_icon ul li a:hover {
	color: #ccc;
	border-color: #ccc;
}
/*----------------------icon end----------------------------*/	



/*----------------------portfolio start----------------------------*/			
.apps_portfolio_main {
	width: 100%;
	float: left;
}
.apps_portfolio {
	width: 100%;
	float: left;
}
.apps_portfolio ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 50px;
}
.apps_portfolio ul li {
	display: inline-block;
}
.apps_portfolio ul li a {
	display: inline-block;
	padding: 10px 10px 0 10px;
	position: relative;
	font-size: 14px;
}
.apps_portfolio ul li a:hover {
	text-decoration:underline;
}
.apps_portfolio ul li a:after {
	position: absolute;
	content: "*";
	top: 38%;
	font-size: 18px;
	color: #ccc;
	right: -4px;
}
.apps_portfolio ul li:last-child a:after {
	content: "";
}
.portfolio-grid {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0px !important;
}
.portfolio-grid .portfolio-item {
	width: 20%;
	overflow: hidden;
	position: relative;
	margin-right: -3px;
	margin-bottom: -5px;
}
.portfolio-grid .portfolio-item img {
	width: 100%;
}
.portfolio_item_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url(../images/bg/main_bg.png);
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.portfolio_item_overlay .apps_icon {
	position: absolute;
	top: 50%;
	margin-top: -35px;
}
.portfolio_item_overlay .apps_icon ul li:hover:after {
	background-color: transparent;
}
.portfolio-grid .portfolio-item:hover .portfolio_item_overlay {
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.portfolio-filter {
	list-style: none;
	padding-left: 0;
	margin-left: -30px;
}
.portfolio-grid {
	text-align: center;
}
.portfolio-grid .portfolio-item {
	position: relative;
	overflow: hidden;
	text-align: left;
}
.portfolio-grid .portfolio-item img {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	background: #fff;
}
#grid .mix {
	opacity: 0;
	display: none;
}
#grid .mix img {
	width: 100%;
}
.apps_three_mob {
	width: 100%;
	float: left;
}
/*----------------------portfolio end----------------------------*/





/***************************
 * RESPONSIVE STYLE 
 ****************************/
 
@media (max-width: 768px) {
.container {
	width: 320px;
  }
}
@media (min-width: 768px) {
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container2 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
}


