/*
* SuperNote
* 2014, Piotr Kananowicz
* 01/25/2014
*/

/*
Table of Content:
1. Main Style
2. Header
3. Intro
4. About 
5. Features
6. FAQ
7. Clients
9. Footer
9. Media Queries
10. Font-Face
*/

/*Main Style*/

p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #3c3c3c;
}

p.lead {
	font-size: 16px;
}

h1,h2,h3,h4,h5 {
    text-transform: uppercase;
    font-family: 'Raleway', Georgia, Times, serif;
    font-weight: bold;
}

h1 {
    font-size: 30px;
    line-height: 34px;
}

h2 {
    font-size: 26px;
    line-height: 30px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

a {
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

/*Header*/

header {
	position: fixed;
	padding: 20px 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	z-index: 9;
}

header nav ul {
	float: right;
	margin: 0;
}

header img {
	vertical-align: middle;
}

header nav ul li {
	float: left;
	margin-left: 15px;
	line-height: 20px;
	margin-bottom: 0;
}

header nav ul li a {
	color: #414141;
	text-transform: uppercase;
	font-size: 13px;
}

header nav ul li a:hover {
	color: #636363;
}

header nav select {
	display: none;
}

/*Intro*/

section#intro {
	background: url(../images/bg1.jpg) center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 120px 0 50px 0;
	background-color: #66574a;
}

section#intro h1 {
	color: #284664;
	font-size: 40px;
	line-height: 45px;
}

section#intro h2 {
	color: #284664;
	font-size: 20px;
	line-height: 22px;
}

section#intro p.lead {
	color: #284664;
}

section#intro ul.list-services li {
	font-family: 'open sans';
	color: #284664;
}

section#intro ul.list-services li i {
	color: #284664;
	margin-right: 5px;
}


/*About*/

section#about {
	padding: 50px 0;
}

section#about .preambule {
	margin-bottom: 20px;
	text-align: center;
}

section#about .thumbnail img {
	padding-bottom: 20px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#about .thumbnail img:hover {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#about h5 {
	margin: 5px 0;
}

section#about .info ul.list-services li {
	font-family: 'open sans';
}

section#about .info ul.list-services li i {
	color: #66574a;
	margin-right: 5px;
}

section#about .testimonials blockquote {
	font-family: 'open sans';
	border-left-color: #66574a;
	font-size: 15px;
}

section#about .testimonials blockquote span strong {
	margin-left: 5px;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
}

/*Features*/

section#features {
	padding: 50px 0;
	background: url(../images/bg2.jpg) center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #66574a;
}

section#features .preambule h3 {
	color: #284664;
	font-size: 30px;

}

section#features .preambule p {
	color: #284664;
}

section#features .preambule {
	margin-bottom: 20px;
	text-align: center;
}

section#features .feature h5 {
	margin: 5px 0;
	color: #284664;
}

section#features .feature p {
	margin-left: 20px;
	color: #284664;
}

section#features .feature i {
	font-size: 20px;
	color: #284664;
	display: block;
	float: left;
	margin: 10px 20px 0 0;
	width: 4px;
}

/*FAQ*/

section#faq {
	padding: 50px 0;
}

section#faq .preambule {
	margin-bottom: 20px;
	text-align: center;
}

section#faq .question h5 {
	margin: 5px 0;
}

section#faq .question i {
	float: left;
	margin-right: 5px;
	font-size: 20px;
	margin-top: 8px;
	color: #66574a;
}

/*Clients*/

section#clients {
	background: url(../images/bg3.jpg) center center fixed;
	-webkit-background-size: cover ;
	background-size: cover ;
	padding: 50px 0;
	background-color: #66574a;
}

section#clients .preambule h3 {
	color: white;
}

section#clients .preambule p {
	color: white;
}

section#clients .preambule {
	margin-bottom: 20px;
	text-align: center;
}

section#clients a>img {
	opacity: 0.7;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#clients a>img:hover {
	opacity: 1;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

/*Footer*/

footer#footer {
	padding: 50px 0 20px 0;
}

footer#footer p.copyrights {
	text-align: center;
}

footer#footer .social {
	display: table;
	text-align: center;
	margin: 20px auto;
}

footer#footer .social li {
	float: left;
	width: 45px;
}

footer#footer .social li a {
	text-align: center;
	--webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #66574a;
	padding: 6px;
	width: 15px;
	height: 15px;
	display: block;
	vertical-align: center;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

footer#footer .social li a:hover {
	border-color: #423931;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

footer#footer .social li i {
	color: #66574a;
	font-size: 16px;
}

/*Confirm*/

.confirm { text-align: center; }

.confirm i { 
	display: inline-block;
	margin-bottom: 10px;
	font-size: 64px; 
}

.css-table {
  display: table;
  width: 100%;
  height: 100%;
}

.css-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		section#intro .order-form input {
			width: 100% !important;
		}

		section#intro .order-form button {
			box-sizing: border-box;
			width: 100%;
		}

		header nav ul {
			display: none;
		}

		header nav select {
			display: block !important;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			width: 100%;
			height: 30px;
			margin-top: 20px;
		}

		section#intro .order-form div {
			width: 100%;
			box-sizing: border-box;
			-moz-box-sizing:border-box;
		}

		section#clients a>img {
			display: block;
			margin: 10px auto;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/* #Font-Face
	================================================== */
	
	/*	@font-face {
		  font-family: 'FontAwesome';
		  src: url('../font/fontawesome-webfont.eot');
		  src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
		  font-weight: normal;
		  font-style: normal;
	}
	*/