/* stylesheet for demo and examples */

@import url(http://fonts.googleapis.com/css?family=Lobster+Two:700italic,700);


header, #navigation-menu, #content, footer{
	position: relative;
}

#navigation-menu{
	position: fixed;
	top: 2em;
	right: 3em;
	left: auto;
	bottom: auto;
	z-index: 3;
	text-shadow: none;
	font-size: 0.85em;
}

.bgg{
    background: url('../images/header.jpg') repeat scroll 0 0 !important;
    box-shadow: 0 -2px 8px #666;
}

#navigation-menu ul{
	overflow: hidden;
	background: #564a44;
	background: rgba(0,0,0,0.5);
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#content section:nth-child(3n+2){
}

#content section:nth-child(3n+3){
}

.content{
	padding: 1em 3em;
}

.content hr + a, .content hr + a + a{
	margin-right: 2em;
}

.mPS2id-target .content h2:first-child:after{
}

.ie8 .mPS2id-target .content h2:first-child:after{
	font-size: 0.95em;
}

header, .content, footer{
	padding-right: 150px;
}

.horizontal-layout{
	width: 700%;
}

.horizontal-layout header h1{
	display: none;
}

.horizontal-layout #navigation-menu{
	right: auto;
	left: 3em;
	top: 4em;
}

.horizontal-layout #content{
	overflow: hidden;
}

.horizontal-layout #content section{
	width: 14.285%;
	float: left;
	min-height: 480px;
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.3),-1px 0 0 rgba(0,0,0,0.6); 
	box-shadow: 0 -1px 0 rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.3),-1px 0 0 rgba(0,0,0,0.6);
}

.horizontal-layout #content section:nth-child(3n+2),.horizontal-layout #content section:nth-child(3n+3){
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.3),-1px 0 0 rgba(0,0,0,0.2),inset 1px 0 0 rgba(255,255,255,0.5); 
	box-shadow: 0 -1px 0 rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.3),-1px 0 0 rgba(0,0,0,0.2),inset 1px 0 0 rgba(255,255,255,0.5);
}

.horizontal-layout .content h2{
	position: relative;
	padding-bottom: 50px;
}

.horizontal-layout .content h2 + p{
	margin-top: -50px;
}

.horizontal-layout .mPS2id-target .content h2:first-child:after{
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	margin-left: 0;
}

.horizontal-layout header > *, .horizontal-layout footer > *{
	width: 10%;
}

.horizontal-layout header, .horizontal-layout .content, .horizontal-layout footer{
	padding-left: 150px;
	padding-right: 3em;
}

.auto-layout{
	width: 6200px;
	height: 6200px;
}

.auto-layout header h1{
	margin-left: 150px;
}

.auto-layout #navigation-menu{
	right: auto;
	left: 2em;
}

.auto-layout #content{
	height: 100%;
}

.auto-layout #content section{
	position: absolute;
	min-height: 600px;
	width: 600px;
	top: 0;
	left: 0;
	margin-left: 3em;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.2); 
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.2);
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

.auto-layout #content section#section-2{
	top: 0;
	left: 1800px;
}

.auto-layout #content section#section-3{
	top: 1200px;
	left: 900px;
}

.auto-layout #content section#section-4{
	top: 1200px;
	left: 2700px;
}

.auto-layout #content section#section-5{
	top: 2400px;
	left: 1800px;
}

.auto-layout #content section#section-6{
	top: 2400px;
	left: 3600px;
}

.auto-layout #content section#section-7{
	top: 3600px;
	left: 2700px;
}

.auto-layout .content{
	padding-left: 150px;
	padding-right: 3em;
}

@media only screen and (min-width: 1140px){
	
	.horizontal-layout header h1{
		display: block;
	}
	
	.auto-layout header h1{
		margin-left: 0;
	}
	
}


.input-group-addon {
    padding: 0px 18px !important;
    background-color: #fff !important;
/*    border: 1px solid #e1e1e1 !important;*/
     border-radius: 0px !important; 
}


.login-register-bg {
     background: url('../images/fotter.jpg') repeat scroll 0 0 !important;
}

#login-register .nav-tabs {
	border: 0;
	margin-bottom: 20px;
}
#login-register .nav-tabs > li > a {
	border:1px solid #ccc;
	border-radius: 5px;
	background:#fff;
	margin-right: 7px;
	color:#3a2f2f;
	padding: 13px 40px;
}
#login-register .nav-tabs > li > a:hover{
	color:#fff;
}
#login-register .nav-tabs > li.active > a, 
#login-register .nav-tabs > li.active > a:focus, 
#login-register .nav-tabs > li.active > a:hover {
	color: #fff;
	cursor: default;
	border:none;
}
#login-register{
	background:#f6f6f6;
}
.login-register-bg .col-md-7 {
	padding-right: 30px;
}
.login-register-bg .form-control {
	height:48px;
	color: #888;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	box-shadow: none;
}
.login-register-bg {
	padding: 40px 30px 40px 20px;
	border-radius: 7px;
}
.login-register-bg .heading > h2 > span,
.login-register-bg .heading > h2{
	color: #68357c;
}
.login-register-bg .form-group > button {
	height:48px;
	color:#fff;
	background:#68357c;
	border:1px solid;
    width: 100%;
	font-size:16px;
}
.login-register-bg .form-group > button:hover{
    background: #c5a9d0;
    color: #fff;
}
.login-register-bg .form-group > a{
	color:#68357c;
}
.login-register-bg .col-md-5 {
	padding-left: 0;
	padding-right: 0;
}