/*  

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

============================================================================

1.0 - General Styles & Inclusions
	1.1 - Preload
	1.2 - Titles & Section's
	1.3 - Buttons, Call-to's
	1.4 - Forms
2.0 - Home Page
	2.1 - Header
	2.2 - Slider
	2.9 - Footer
5.0 - Responsive
	5.1 - Desktop
	5.2 - Tablet Portrait
	5.3 - Mobile
	5.4 - Mobile Landscape

/* ============================================================================ */
/* 1.0 - General Styles & Inclusions											*/
/* ============================================================================ */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');

/* ============================================================================ */

* {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 12px;
}

h1,
h2,
h3,
h4,
h5 { 
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	color: #585858; 
}

h1 { font-size: 2.5em; }
h2 { font-size: 2.2em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1em; }
h5 { font-size: 0.8em; }

/* ============================================================================ */
/* 1.1 - General																*/
/* ============================================================================ */

.container { max-width: 810px; }

.bg { 
	width: 100%;
	height: 400px; 
	background-size: cover !important;
	margin-bottom: -130px;
	background-position: center center !important;
	border-bottom: 10px solid #EAF7FC;
	border-top: 10px solid #EAF7FC;
}

.title h1 { 
	color: #0066b8;
	font-size: 60px;	
}

.title small {
	font-weight: 700;
	color: #0066b8;
	opacity: 0.6;
	font-size: 16px; 
	text-transform: uppercase;
} 

.intro-txt p {
	color: #0066b8;
	font-size: 14px;
	line-height: 180%;
	padding: 0 60px;
	font-weight: 700;
	margin-bottom: 40px;  
}

strong { color: #0066b8; }

/* ============================================================================ */
/* 1.2 - Grid																	*/
/* ============================================================================ */

#my-grid .container { 
	background: #F5FAFE;
	border-top: 4px solid #0066b8;
	border-left: 1px solid #ecf6ff;
	border-right: 1px solid #ecf6ff;
	position: relative;
	padding: 40px 0;  
	border-radius: 10px; 
}

#my-grid .container:before { 
	content: '';
	width: 440px;
	height: 120px;
	background: url('images/kids.png'); 
	position: absolute;
	right: 20px;
	top: -112px;
	background-repeat: no-repeat;
}

.grid-element {
	float: left;
	padding: 15px;
	position: relative;
	margin: 25px;
	border-radius: 10px;
	border-bottom: 6px solid rgba(0,0,0,0.1);
}

.grid-element:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border-bottom: 2px solid rgba(0,0,0,0.2);
	position: absolute;
	top: 8px;
	left: 8px;
}

.grid-element.rotate-dx {
	-webkit-transform: rotate(2deg);
		-moz-transform: rotate(2deg);
			transform: rotate(2deg);
}

.grid-element.rotate-sx {
	margin-top: 5%;
	-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
			transform: rotate(-2deg);
}

.grid-element .txt,
.grid-element .num { display: inline-block; }

.grid-element .num { width: 25%; vertical-align: top;  }

.grid-element .txt { 
	width: 70%; 
	vertical-align: bottom;
}

.grid-element .txt p {	
	color: #fff;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 0;
}

.grid-element h2 {
	text-align: center;
	font-size: 40px;
	color: #fff;
	margin-top: 10%; 	
}


 
.color-one { background: #c73387; }
.color-two { background: #4aaae5; }
.color-three { background: #acc70f; }
.color-four { background: #e3af00; }

.credits { 
	padding: 20px 0 20px 0; 
	font-size: 11px; 
	font-weight: 700; 
	color:#0066b8; 
}
