/*  
Theme Name: BeeSoft
Theme URI: http://www.beesoft.it
Description: BeeSoft
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it
*/

/**************************************************************************************/

/*
	GRID
	
	ncol (number of columns) = 12
	g (gutter) = 2%
	
	col_b_w (base column width) = (100 - (g * (ncol - 1))) / ncol = width: 6.5
	
	col_X_w = (col_b_w * X) + (g * (X - 1))
	
	offset_X = col_X_w + gutter
*/

.container { 
	margin: 0px auto 0px auto;
	width: 100%;
	max-width: 1480px;
}

.row { margin: 0px 2% 0px 2%; }
.row .row { margin: 0px; }

.row:after {
	content: '';
	display: block;
	clear: both;
}

.col {
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
}

.c1 { width: 6.5%; }
.c2 { width: 15%; }
.c3 { width: 23.5%; }
.c4 { width: 32%; }
.c5 { width: 40.5%; }
.c6 { width: 49%; }
.c7 { width: 57.5%; }
.c8 { width: 66%; }
.c9 { width: 74.5%; }
.c10 { width: 83%; }
.c11 { width: 91.5%; }
.c12 { width: 100%; }

.col .col { 	
	margin-left: 4%;
	margin-bottom: 0px; 
}

.col .c1 { width: 13.33%; }
.col .c2 { width: 30.65%; }
.col .c3 { width: 48%; }

.col:first-child { margin-left: 0px; }

.offset1 { margin-left: 10.5% !important; }
.offset2 { margin-left: 19% !important; }
.offset3 { margin-left: 27.5% !important; }
.offset4 { margin-left: 36% !important; }
.offset5 { margin-left: 44.5% !important; }
.offset6 { margin-left: 53% !important; }
.offset7 { margin-left: 61.5% !important; }
.offset8 { margin-left: 70% !important; }
.offset9 { margin-left: 78.5% !important; }
.offset10 { margin-left: 87% !important; }
.offset11 { margin-left: 95.5% !important; }

.offset1:first-child { margin-left: 8.5% !important; }
.offset2:first-child { margin-left: 17% !important; }
.offset3:first-child { margin-left: 25.5% !important; }
.offset4:first-child { margin-left: 34% !important; }
.offset5:first-child { margin-left: 42.5% !important; }
.offset6:first-child { margin-left: 51% !important; }
.offset7:first-child { margin-left: 59.5% !important; }
.offset8:first-child { margin-left: 68% !important; }
.offset9:first-child { margin-left: 76.5% !important; }
.offset10:first-child { margin-left: 85% !important; }
.offset11:first-child { margin-left: 93.5% !important; }

/**************************************************************************************/

* { /* fast reset */
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	outline: 0px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}		

body { 
	background: url('images/bg-pattern.png') repeat-y 120% 0px;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	font-size: 14px; 
	color: #777;
	-webkit-transition: background-position 1s;
	transition: background-position 1s;
}

body.move1 { background-position: 115% -20px; }
body.move2 { background-position: 125% -10px; }

h1, h2, h3, h4 { 
	font-weight: 100; 
	margin-bottom: 2.5%;
	color: #56bd4e;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }

h4 {
	font-size: 1.1em;
	font-weight: 300;
	text-transform: uppercase;
}

p { 
	line-height: 150%; 
	margin-bottom: 2%;
}

strong { 
	font-weight: 700; 
	color: #333;
}

a {
	text-decoration: underline;
	color: #777; 
}

a:hover { text-decoration: none; }

li { list-style: none; }

img {
	display: block;
	width: 100%;
	height: auto;
}

input[type=text], input[type=email], input[type=tel], input[type=number], textarea, select {
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button, select, input[type=submit] { cursor: pointer; }

.nomobile { display: block; }

/**************************************************************************************/

#preload {
	background: #fff url('images/loader.gif') no-repeat center center; 
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#head .row { 
	padding: 4% 0px 4% 0px; 
	border-top: 3px solid #56bd4e;
} 

#logo img { 
	max-width: 220px; 
	margin: 0px auto 4% auto;
}

#viewport {
	overflow: hidden;
	width: 100%;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

#viewport .pages {
	margin-left: -100%;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

#viewport .page { float: left; }

/**************************************************************************************/

#menu { 
	text-align: center; 
	border-bottom: 1px solid #e5e5e5;	
	padding-bottom: 25px;
	position: relative;
}

#menu li {
	display: inline-block;
	margin: 0px 4% 0px 4%;
}

#menu a {
	text-decoration: none;
	color: #777;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#menu a.sel, #menu a:hover { color: #56bd4e; }

#menu .cursor {
	position: absolute;
	background: #56bd4e;
	width: 3px;
	height: 30px;
	bottom: -15px;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

#menu .cursor.m1 { left: 23%; }

#menu .cursor.m2 { 
	left: 51%; 
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#menu .cursor.m3 { 
	left: 79%; 
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

/**************************************************************************************/

.sec { 
	border-top: 1px solid #e5e5e5;
	position: relative;
	margin-top: 2%;
}

.sec:after {
	content: '';
	display: block;
	clear: both;
}

.sec h3 {
	border-top: 3px solid #56bd4e;
	padding-top: 10px;
	float: left;
}

/**************************************************************************************/

#profile, #team, #clients { margin-bottom: 4%; }

#team .member { overflow: hidden; }
#team .member small { font-size: 11px; }

#team .photo { margin-bottom: 10px; }

#team .social { margin-top: 5px; }

#team .social a {
	margin-right: 5px;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#team .social a:hover { color: #56bd4e; }

#clients .row { margin-bottom: 0px; }

#clients .logo { border: 1px solid #e5e5e5; }

/*#team .photo img {
	opacity: 0.6;
    -webkit-transition: all 0.3s linear; 
	transition: all 0.3s linear;
}

#team .photo img:hover {
	opacity: 1;
}*/

#clients .logo img {
	opacity: 0.5;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.3s linear; 
	transition: all 0.3s linear;
}

#clients .logo img:hover {
	opacity: 1;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

#who .clip {
	min-height: 200px;
	background: url('images/bg2.jpg') center center fixed;
	background-size: cover;
}

/**************************************************************************************/

#intro { margin-bottom: 40px; }

#intro h1 { color: #777; }

#intro h1 em {
	font-size: 1.2em;
	font-style: normal;
	color: #56bd4e;
}

#intro h1 strong {
	font-weight: 700;
	color: #333;
}

#works .nav {
	padding: 0px 40px 0px 40px;
	position: absolute;
	text-align: center;
	right: 0px;
	top: 0px;
}

#works.show .nav { display: none; }

#works .nav i, #works .galnav i {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	margin-top: -20px;
	cursor: pointer;
	color: #ccc;
}

#works .galnav i { margin-top: -12px; }

#works .prev { left: 0px; }
#works .next { right: 0px; }

#works .bullet {
	margin: 0px 3px 0px 3px;
	display: inline-block;
	width: 3px;
	height: 15px;
	text-indent: -9000px;
	background: #ccc;
	vertical-align: top;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

#works .bullet.sel { 
	background: #56bd4e; 
	height: 30px;
}

#works .slider {
	width: 100%;
	overflow: hidden;
	height: 550px;
}

#works.show .slider { 
	height: 800px; 
	margin-bottom: 50px;
}

#works .groups {
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

#works .group { 
	float: left;
	overflow: hidden;
}

#works .block { 
	height: 150px;
	overflow: hidden;
	position: relative;
	background: url('images/bg.jpg') center center fixed;
	background-size: cover;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

#works.show .group.sel .block {
	width: 0px;
	height: 0px;
	margin: 0px;
}

#works.show .group.sel .block.sel {
	margin: 0px 0px 4% 0px;
	width: 100%;
	height: 800px;
}

#works .work {
	background: rgba(86,189,78,0.8);
	position: relative;
	overflow: hidden;
	height: 100%;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

#works.show .work { background: rgba(51,51,51,0.8); }

#works .work:after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	right: -100%;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,0.1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#works .work:hover:after { 
	opacity: 1;
	right: 0px;
	left: 30px;
}

#works.show .work:after { display: none; }

#works .work a { color: #fff; }

#works .tgl-work {
	padding: 20px;
	font-weight: 100;
	font-size: 1.5em;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 100;
	opacity: 1;
	color: #fff;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

#works.show .tgl-work {
	display: inline-block;
	font-size: 15px;
	width: auto;
	height: auto;
}

#works .tgl-work i {
	margin-right: 10px;
	display: inline-block;
	line-height: 20px;
	font-style: normal;
	font-size: 40px; 
	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}

#works.show .tgl-work i {
	line-height: 15px;
	font-size: 50px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#works .details {
	color: #fff;
	margin-top: 50px;
}

#works .details h1 { 
	color: #fff; 
}

#works .data { 
	font-size: 12px; 
	padding-left: 4%;
	border-left: 1px solid rgba(255,255,255,0.5);
}

#works .data em { display: block; }

#works .data li { margin-bottom: 10px; }

#works .gallery { 
	margin: 20px 4% 0px 4%; 
	padding-top: 40px;
	position: relative;
}

#works .gallery li {
	position: absolute;
	opacity: 0;
	margin-top: 200px;
	width: 100%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#works .gallery li.show {
	opacity: 1;
	margin-top: 0px;
}

#works .gallery img {
	max-width: 940px;
	margin: 0px auto 0px auto;
}

#works .gallery img.loading {
	margin: 0px auto 0px auto;
	width: auto;
	height: auto;
}

#works .gallery .galnav {
	padding: 0px 40px 0px 40px;
	position: absolute;
	text-align: center;
	display: block;
	top: 0px;
	right: 20px;
}

/**************************************************************************************/

#services { margin-bottom: 4%; }

#services .service { overflow: hidden; }

#services .smallclear {	
	margin-left: 17%;
	clear: left;
}

#services .symbol {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	height: 200px;
	text-align: center;
	border: 1px solid #e5e5e5;
	background: url('images/bg-pattern2.png') repeat-x left bottom;
}

#services .symbol.odd { background-position: 180px bottom; }

#services .symbol i { 
	line-height: 100%;
	position: absolute;
	color: #56bd4e; 
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#services .icon-file-text-alt {
	font-size: 180px;
	left: -15px;
	bottom: -30px;
}

#services .service:hover .icon-file-text-alt {
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}

#services .icon-cog { font-size: 100px; }

#services .icon-cog.cog1 {
	right: 30px;
	top: -25px;
}

#services .icon-cog.cog2 {
	right: -40px;
	top: 20px;
}

#services .service:hover .cog1 {
	-webkit-animation: rotateright 2s infinite; 
	animation: rotateright 2s infinite;
}

#services .service:hover .cog2 {
	-webkit-animation: rotateleft 2s infinite; 
	animation: rotateleft 2s infinite; 
}

#services .icon-crop {
	font-size: 130px;
	left: 15px;
	top: 10px;
}

#services .service:hover .icon-crop { 	
	-webkit-transform: scale(0.5); 
	transform: scale(0.5); 
	top: -20px;
	left: -20px;
}

#services .icon-pencil {
	font-size: 80px;
	bottom: 10px;
	right: 10px;
}

#services .service:hover .icon-pencil {
	font-size: 100px;
	-webkit-animation: write 2s infinite; 
	animation: write 2s infinite;
}

#services .icon-magic {
	font-size: 80px;
	top: 15px;
	right: -15px;
}

#services .service:hover .icon-magic { font-size: 100px; }

#services .icon-desktop {
	font-size: 180px;
	bottom: 0px;
	left: 125px;
}

#services .service:hover .icon-desktop { left: 120%; }

#services .icon-mobile-phone {
	font-size: 60px;
	bottom: 5px;
	left: 15px;
}

#services .service:hover .icon-mobile-phone { left: -80px; }

#services .icon-tablet {
	font-size: 100px;
	bottom: 0px;
	left: 50px;
}

#services .service:hover .icon-tablet { bottom: -200px; }

#services .icon-code {
	margin-left: -55px;
	font-size: 100px;
	top: -100px;
	left: 50%;
}

#services .service:hover .icon-code { top: 5px; }

#services .icon-align-left {
	overflow: hidden;
	font-size: 80px;
	width: 80px;
	top: -200px;
	left: 200%;
	margin-left: -40px;
}

#services .service:hover .icon-align-left {
	top: 110px;
	-webkit-animation: code 2s infinite; 
	animation: code 2s infinite;
}

#services .service:hover .icon-align-left.icon-flip-vertical { 
	top: 105px; 
	-webkit-animation: code 1s infinite; 
	animation: code 1s infinite;
}

#services .icon-comments-alt {
	font-size: 200px;
	left: 15%;
	top: -5px;
}

#services .service:hover .icon-comments-alt {
	font-size: 230px;
	left: 10%;
	top: -15px;
}

#services .icon-check {
	font-size: 80px;
	top: -100px;
	left: 29%;
}

#services .service:hover .icon-check {
	-webkit-animation: check 1.5s infinite; 
	animation: check 1.5s infinite;
}

/* animations */

@-webkit-keyframes rotateleft {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(-360deg); }
}

@-webkit-keyframes rotateright {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes rotateleft {
	0% { 
		-ms-transform: rotate(0deg); 
		transform: rotate(0deg); 
	}
	100% { 
		-ms-transform: rotate(-360deg); 
		transform: rotate(-360deg); 
	}
}

@keyframes rotateright {
	0% { 
		-ms-transform: rotate(0deg); 
		transform: rotate(0deg); 
	}
	100% { 
		-ms-transform: rotate(360deg); 
		transform: rotate(360deg); 
	}
}

@-webkit-keyframes write {
	0% { 
		-webkit-transform: rotate(0deg); 
		right: 10px;
	}
	50% { 
		-webkit-transform: rotate(-70deg); 
		right: 120px;
	}
	100% { 
		-webkit-transform: rotate(0deg); 
		right: 10px;
	}
}

@keyframes write {
	0% { 
		-ms-transform: rotate(0deg); 
		transform: rotate(0deg); 
		right: 10px;
	}
	50% { 
		-ms-transform: rotate(-70deg); 
		transform: rotate(-70deg); 
		right: 120px;
	}
	100% { 
		-ms-transform: rotate(0deg);
		transform: rotate(0deg); 
		right: 10px;
	}
}

@-webkit-keyframes code {
	0% { left: 150%; }
	100% { left: -50%; }
}

@keyframes code {
	0% { left: 150%; }
	100% { left: -50%; }
}

@-webkit-keyframes check {
	0% { top: -100px; }
	50% { top: 50px; }
	100% { top: 100%; }
}

@keyframes check {
	0% { top: -100px; }
	50% { top: 50px; }
	100% { top: 100%; }
}

/**************************************************************************************/

#contacts .contact p { 
	margin-bottom: 15px;
	font-size: 12px; 
}

#contacts .contact i {
	display: inline-block;
	margin-right: 5px;
	background: rgba(0,0,0,0.2);
	text-align: center;
	border-radius: 24px;
	font-size: 12px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
}

#map .info { display: none; }

address { 
	padding: 20px;
	font-size: 11px; 
	font-style: normal;
}

address h4 { 
	margin-bottom: 10px; 
	font-size: 16px;
	font-weight: 100;
	color: #333;
}

#google-map { 
	height: 500px; 
	margin: 2% 0px 4% 0px;
}

/**************************************************************************************/

#foot { 
	background: url('images/bg-foot.png') no-repeat left bottom;
	padding-bottom: 120px;
}

#foot .col { 
	border-top: 1px solid #e5e5e5;
	margin-bottom: 0px; 
	padding: 2% 0px 2% 0px;
	font-size: 11px;
}

#foot p { line-height: 200%; }

#foot .contacts a {
	margin-right: 5px;
	text-decoration: none;
	font-size: 20px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#foot .contacts a:hover { color: #56bd4e; }

#foot .fb { overflow: hidden; }


/**************************************************************************************/
/**************************************************************************************/


/*** WIDE 1280px ***/

@media only screen and (min-width: 1280px) {

	body { background-position: 105% 0px; }
	body.move1 { background-position: 100% -20px; }
	body.move2 { background-position: 110% -10px; }

	#menu { font-size: 16px; }
	
	#works.show .slider { height: 1000px; }
	#works.show .group.sel .block.sel { height: 1000px; }
	#works .details h1 { margin-right: 30%; }
	#works .gallery img { max-width: 1200px; }
	
	#services .c4 { width: 15%; }
	
	#services .smallclear {
		clear: none;
		margin-left: 2%;	
	}
	
	#services .icon-comments-alt { left: 8%; }
	#services .service:hover .icon-comments-alt { left: 2%; }
	
}

/*** TABLET 768px (vertical) ***/

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.row, .row .row { margin: 0px 4% 0px 4%; }
	
	.col, .col:first-child { 
		margin: 0px 0px 4% 0px !important;
		width: 100% !important; 
		float: none;
	}
	
	.nomobile { display: none !important; }
	
	body { 
		background-position: 145% 0px; 
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}
	
	body.move1 { background-position: 135% -20px; }
	body.move2 { background-position: 150% -10px; }
	
	#logo { margin-bottom: 30px; }
	
	#menu { font-size: 16px; }
	#menu .cursor.m1 { left: 29%; }
	#menu .cursor.m3 { left: 71%; }
	
	#works .work .desc { margin-bottom: 30px; }
	#works .gallery { margin: 0px -100px 0px -100px; }
	#works .gallery .galnav { right: 100px; }
	#works .gallery img { max-width: 820px; }
	#works.show .slider { height: 950px; }
	#works.show .group.sel .block.sel { height: 950px; }
	
	#services .symbol {
		margin-right: 4%;
		width: 32%;
		float: left;
	}
	
	#team .c2, #clients .c2 {
		margin: 0px 0px 4% 4% !important;
		width: 47% !important;
		float: left;
	}
	
	#team .c2.odd, #clients .c2.odd { margin-left: 0px !important; }
	
	#team .photo {
		margin-right: 4%;
		width: 28%;
		float: left;
	}
    
}

/*** MOBILE 320px ***/

@media only screen and (max-width: 767px) {
	
	body { 
		font-size: 12px; 
		background: #fff;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}
	
	.row { margin: 0px 4% 0px 4%; }
	.row .row { margin: 0px 8% 0px 8%; }
	
	.col, .col:first-child { 
		margin: 0px 0px 4% 0px !important;
		width: 100% !important; 
		float: none;
	}
	
	.nomobile { display: none !important; }
	
	h1 { font-size: 1.6em; }
	h4 { font-size: 1.3em; }
	
	#logo { margin-bottom: 30px; }
	
	#menu { font-size: 14px; }
	#menu .cursor.m1 { left: 18%; }
	#menu .cursor.m3 { left: 84%; }
	
	#intro h1 em { font-size: 1em; }
	
	#works .tgl-work { padding: 8% 0px 0px 8%; }	
	#works .work .desc { margin-bottom: 30px; }
	#works .gallery { margin: 0px -100px 0px -100px; }
	#works .gallery .galnav { right: 100px; }
	#works .gallery img { max-width: 380px; }
	
	#services .service { margin-bottom: 30px; }
	
	#profile, #team, #clients { margin-bottom: 40px; }
	
	#team .photo {
		margin-right: 4%;
		width: 28%;
		float: left;
	}
	
	#map { display: none; }
	
}
