/*

	Theme Name: Identity

	Theme URI: http://themes.profteamsolutions.com/identity/

	Description: Multi/One Page Wordpress Theme.

	Author: ProfTeam

	Author URI: http://www.profteamsolutions.com

	License: GNU General Public License

	License URI: license.txt

	Tags: two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, theme-options, translation-ready

	Version: 1.3

*/







/* Table of contents

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



/**

  * == Core CSS ==

  *

	1. Body

	2. Header / .header

	3. Navigation / nav.menu

	4. Content / .bran-body

	5. Sidebar / .sidebar

	6. RSS / #rss

	7. Search / #search

	8. Blog Right Sidebar / .blog-right-sidebar

	9. Blog Left Sidebar / blog-left-sidebar

	13. Footer / footer



*/







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

General

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

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
}
body {
	color: #4e4e4e;
	font-size: 13px;
	margin: 0 0 0 0;
	margin: 0 auto;
	line-height: 22px;
	text-align: left;
	background: #fff;
}
.ie body {
	line-height: normal;
}
input, button {
	-webkit-appearance: none !important;
	background: transparent;
}
/*------------------------------------------------------

Page Main Container

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

.page-main-container {
	width: 100%;
	display: inline-block;
	padding: 70px 0 70px;
	line-height: 22px;
	text-align: center;
	height: auto;
	min-height: 325px;
	position: relative;
	margin-bottom: -5px;
	overflow: hidden;
}
.page-main-container.page-main-container-blog-full-grid {
	padding: 50px 0 70px;
}
.middle-container {
	width: 1200px;
	padding: 0 15px 0 15px;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
/*------------------------------------------------------

Page Inner Container

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

.homepage-container-design-inner {
	width: 1170px;
	margin: 0 auto;
}
.homepage-container-design-wide .homepage-container-design-inner {
	width: 100%;
}
