@import url(http://fonts.googleapis.com/css?family=Racing+Sans+One);
body,html,.container{
	height: 100%;
	position: relative;

}
body{
	color: white;
	overflow-x:hidden; 
}
h1,.h1{	
	/*font-family: 'Cinzel Decorative', cursive;*/
	font-family: 'Sintony', sans-serif;
	text-transform: uppercase;
}

/*OVERRIDERS LB*/
.lb-nav{
	display: none !important;
}
.lightbox {
	position: fixed !important;
	top: 70px !important;
	max-height: 90%;
	overflow-y:	auto; 
}
/*
.lb-closeContainer {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgb(213, 213, 213);
	padding: 5px;
	border-radius: 3px;
}
*/
/*OVERRIDERS LB*/

/*OVERRIDERS BS start*/
.container{
	max-width: 100%;
	margin: 0;
	padding: 0;
}
a{
	color: white;
	text-decoration: none;	
}
a:hover{
	color: gray;
	text-decoration: none;		
}
/*
.nav-header:hover{
	border-bottom: 2px solid white;
}
*/
.row{
	margin-right: 0px;
	margin-left: 0px;
}
.product-list .col-md-2{
	text-align: center;
}
/*OVERRIDERS end*/

/*transitions 0.25*/
.t1,a,body{
	-webkit-transition: 0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
/*transitions 0.5*/
.t2{
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}		

/*cursors*/
.company, 
.product, 
.info, 
.find{
	cursor:hand;
    cursor: pointer;
}
#company,#product,#info,#find{
	height: auto;
	min-height: 90%;
	position: relative;
}
.row-outer{
	/*min-height: 200px;*/
	width:100%;
}


.row-outer-header{
	background-color: rgb(60, 70, 122);
}
.header{
	text-align: center;
}
.header h1,
.header .h1{
	font-size: 100px;
	line-height: 200px;
	font-family: 'Racing Sans One', cursive;
}

.row-outer-nav{
	
}
.nav-header{
	text-align: center;
}
.nav-header h1,
.nav-header .h1 {
	line-height: 200px;
}
/*row1*/
.company, #company.row-outer-content{
	background-color:#e8e2d6;
	color: rgb(124, 124, 124);
}
.product, #product.row-outer-content{
	background-color: #AA9F98;
}
.info, #info.row-outer-content{
	background-color: #B18585;
}
.find, #find.row-outer-content{
	background-color: rgb(77, 61, 61);
}

/*content*/
.content-header h1 {
	line-height: 200px;
	text-align: center;
}
.content-inner{
	margin: auto;
	width: 90%;
}

/*find*/
#find .content-inner{
	margin: auto;
	width: 100%;
}
#gmap-here{
	height: 400px;
	width: 100%;
}

/*find*/
#now .content-inner{
	margin: auto;
	width: 100%;
}

/*navigation*/
.fix {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;	
	overflow: hidden;
	z-index: 1;
	display: none;
	/*
	height: 10%;
	min-height: 62px;
	*/
}
.fix a div{
	height: 100%;
}
.fix.active{
	display: block;
}
.fix .nav-header h1,
.fix .nav-header .h1 {
	/*line-height: 24px;*/
	line-height: 60px;
	font-size: 30px;
}
.fix .row-outer {
	min-height: 0px;
	width: 100%;
}

/*product*/
#product a img {
	width: 100%;
	max-width: 320px;
	margin-right: 20px;
	border: 0px solid white;
	box-shadow: 1px 1px 10px rgb(87, 87, 87);
	margin-top: 20px;
}

/*ADMIN UI*/
.edit-done div {
	background-color: rgba(136, 233, 166, 1);
	width: 100px;
	text-align: center;
	line-height: 40px;
	color: rgb(255, 255, 255);
	font-weight: 700;
	margin-top: -10px;
	margin-bottom: 10px;
}
.edit-done:hover div {
	background-color: rgba(175, 224, 190, 1);
}
.done,.done:hover {
	background-color: rgba(175, 183, 224, 1) !important;
}
.wait,.wait:hover {
	background-color: rgba(233, 136, 136, 1) !important;
}
.editable {
	background-color: rgba(150, 150, 255, 0.19);
	border: 1px dashed rgba(255, 255, 255, 0.5);
	outline: none;
}
.editable-active {
	background-color: rgba(190, 190, 255, 0.19);
	border: 1px dashed rgba(158, 158, 158, 0.5);
}
.pro-image,.pro-remove-list {
	overflow: hidden;
}
.add-or-remove-pro{
	position: absolute;
	top: 0px;
}
.button-gray {
	height: auto;
	width: 200px;
	background: rgb(121, 121, 121);
	line-height: 45px;
	text-align: center;
}
.button-gray:hover{
	background: rgb(141, 141, 141);
}
.product-popup {
	position: fixed;
	top: 120px;
	min-height: 185px;
	background: gray;
	border-radius: 4px;
	padding: 30px;
	width: 40%;
}
.product-popup input, .product-popup textarea{
	width: 100%;
	border: 0px solid black;
}
.chosen{
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: white;
	text-align: center;
	line-height: 16px;
}
.pro-save div, .pro-close div {
	background-color: white;
	width: 120px;
	text-align: center;
	color: black;
	padding: 10px;
	float: left;
	margin-right: 20px;
}
a.pro-save, a.pro-close{
	float: left;
}
.pro-save div:hover, .pro-close div:hover, .pro-to-be-remove:hover{
	background-color: rgb(223, 223, 223);
}

/*product REMOVER*/
.pro-to-be-remove {
	background-color: white;
	padding: 5px;
	width: 160px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.pro-to-be-remove a{
	color: black;
}
.remover .pro-close div {
	clear: both;
}

.fix.active .nav-header.col-md-3 div {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	height: 60px;
}
.one-product{
	margin-bottom: 20px;
}

/*2.10.2016*/
p.price {
    background: #FFF;
    color: black;
    display: inline-block;
    padding: 10px;
    font-size: 15px;
}
span.h4 {
    display: block;
    margin-top: 30px;
}
.content-parent {
    padding-top: 80px;
}
.content-parent.appended-product {
    padding-top: 60px;
}

.fix .row-outer {
    min-height: 100%;
}
#company, #product, #info, #find {
    min-height: 90vh;
}
.fix{
    height: 10vh;	
}
.fix.active .nav-header.col-md-3 div{
	height: auto;
}
.fix .nav-header h1, 
.fix .nav-header .h1{
	line-height: 10vh;
}
