body {
	/*
	background: #000 url(../images/bg_main.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	background: #000;
	color: #fff;
}
div {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px; /* Dosis 20px */
	font-weight: 400;
}
a, a:visited, a:focus, a:active {
	color: #f90; /* #09f */
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
hr {
	border: 0;
	color: #61431b;
	background-color: #61431b;
	height: 1px;
}
.greyed {
	color: #ccc;
}

/*
	Customization
*/
.cst_main_container {
	max-width: 1200px;
	margin: auto;
}
.cst_table {
	display: table;
}
.cst_row {
	display: table-row;
}
.cst_cell {
	display: table-cell;
}
.cst_center {
	text-align: center;
}
.cst_left {
	text-align: left;
}
.cst_right {
	text-align: right;
}
.cst_middle {
	vertical-align: middle;
}
.cst_top {
	vertical-align: top;
}
.cst_bottom {
	vertical-align: bottom;
}
.cst_nowrap {
	white-space: nowrap;
}
.cst_hidden {
	display: none;
}
.cst_h100 {
	height: 100%;
}
.cst_w100 {
	width: 100%;
}
.cst_w75 {
	width: 75%;
}
.cst_w50 {
	width: 50%;
}
.cst_w25 {
	width: 25%;
}
.cst_pad {
	padding: 5px;
}
.cst_padt {
	padding-top: 5px;
}
.cst_padr {
	padding-right: 5px;
}
.cst_padb {
	padding-bottom: 5px;
}
.cst_padl {
	padding-left: 5px;
}
.cst_xpad {
	padding: 15px;
}
.cst_xpadt {
	padding-top: 15px;
}
.cst_xpadr {
	padding-right: 15px;
}
.cst_xpadb {
	padding-bottom: 15px;
}
.cst_xpadl {
	padding-left: 15px;
}
.cst_dbrd {
	border: #f00 1px dashed;
}
.cst_brd {
	border: #61431b 1px solid; /* #666 1px solid; */
}
.cst_brdt {
	border-top: #61431b 1px solid; /* #666 1px solid; */
}
.cst_brdr {
	border-right: #61431b 1px solid; /* #666 1px solid; */
}
.cst_brdb {
	border-bottom: #61431b 1px solid; /* #666 1px solid; */
}
.cst_brdl {
	border-left: #61431b 1px solid; /* #666 1px solid; */
}
.cst_responsive_image {
	height: auto;
	width: 100%;
}
.cst_title {
	font-size: 150%;
	color: #b0aea3;
}

.cst_header_container {
	position: absolute;
	background: #000 url(../images/bg_menu.png) top center no-repeat;
	top: 0;
	width: 100%;
	height: 91px;
}
.cst_logo_container {
	position: absolute;
	z-index: 1000;
	top: 10px;
	left: 50%;
	margin-left: -125px;
}
#background_product {
	background: url(../images/pr_bg.jpg) 50% 0px no-repeat fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cst_notice {
	border: #61431b 1px solid; /* #666 1px solid; */
	background: #333333 url(../images/info.png) left center no-repeat;
	padding: 15px 15px 15px 60px;
}
.cst_form_elem {
	border: #61431b 1px solid; /* #666 1px solid; */
	background: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	color: #fff;
}
.cst_btn {
	color: #fff;
	height: 40px;
	background: #f90; /* #09f */
	border: none;
    border-radius: 5px;
}
.cst_btn:hover {
	background: #7fccff;
	cursor: pointer;
}
.cst_cancel_btn {
	color: #fff;
	height: 40px;
	background: #ff4200;
	border: none;
    border-radius: 5px;
}
.cst_cancel_btn:hover {
	background: #ff947f;
	cursor: pointer;
}
.cst_btn_dis {
	color: #fff;
	height: 40px;
	background: #ccc;
	border: none;
    border-radius: 5px;
	cursor: none;
}
/*
	Bootstrap customization
*/
.navbar { /* Menu placement */
	margin-top: 41px !important;
}
.navbar-collapse { /* Removing white line at the top of the mobile menu */
	border: none;
	box-shadow:none;
}
.navbar-default {
	background: transparent;
	border: none;
}
.navbar-default, .navbar-collapse, .navbar-nav {
	margin: 0;
	padding: 0;
}
.cst_active {
	color: #61431b;
	font-weight: bold;
}
ul.nav a {
	color: #ccc !important;
}
ul.nav a:hover {
	color: #fff !important;
}
.cst_navbar_menu_elem {
	border-bottom: #494949 1px solid;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px; /* Dosis 20px */
	font-weight: 400;
}
div[class^="col-sm-"] {
	padding: 0px;
}
.dropdown-menu {
	padding: 5px 15px;
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px; /* Dosis 20px */
	font-weight: 400;
	border-left: #494949 1px solid;
	border-right: #494949 1px solid;
	border-bottom: #494949 1px solid;
	
	-webkit-background-clip: padding-box;
					background-clip: padding-box;
	border-radius: 10px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
					box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.cst_dropdown_divider {
	padding: 5px 0px;
}
.cst_dropdown_divider div {
	border-top: #494949 1px solid;
}
.dropdown-menu a {
	text-decoration: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #555;
	background-color: #f90;
}
@media (min-width:768px) {
	#top_logo {
		display: inline-block;
	}
	#top_logo_small {
		display: none;
	}
	.cst_navbar_menu_elem {
		border-bottom: none;
	}
	.cst_navbar_menu_elem_link {
		width: 18%;
		text-align: center;
	}
	.cst_navbar_menu_elem_sep {
		width: 28%;
	}
	.cst_smedia_container {
		width: 40%;
		max-width: 240px;
	}
	.cst_smedia_elem {
		padding: 10px 20px 10px 20px;
	}
	.cst_contact_form {
		width: 65%;
	}
	.cst_arrow {
		width: 50px;
		height: 87px;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		color: #f00;
		background-color: transparent;
	}
}
@media (max-width:767px) {
	#top_logo {
		display: none;
	}
	#top_logo_small {
		display: inline-block;
	}
	#menu_sep {
		display: none;
	}
	.cst_smedia_container {
		width: 40%;
		max-width: 240px;
	}
	.cst_smedia_elem {
		padding: 10px 20px 10px 20px;
	}
	.cst_contact_form {
		width: 100%;
	}
	.cst_arrow {
		width: 20px;
		height: 35px;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		color: #555;
		background-color: transparent;
	}
}
@media (max-width:500px) {
	.cst_smedia_container {
		width: 40%;
	}
	.cst_smedia_elem {
		padding: 10px;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		color: #555;
		background-color: transparent;
	}
}
@media (max-width:767px) {
	.cst_table_products_desktop {		
		display: none;
	}
	.cst_table_products_mobile {
		display: block;	
	}
}
@media (min-width:768px) {
	.cst_table_products_desktop {		
		display: block;	
	}
	.cst_table_products_mobile {
		display: none;
	}
}


/* xs */
@media (max-width: 575px) {
	.julian-pic {
		display: block;
		clear: both;
		margin: auto;
		margin-bottom: 15px;
		width: 100%;
	}
}
/* sm */
@media (min-width: 576px) {
	.julian-pic {
		display: block;
		clear: both;
		margin: auto;
		margin-bottom: 15px;
		width: 100%;
	}
}
/* md PURPLE */
@media (min-width: 768px) {
	.julian-pic {
		display: block;
		clear: both;
		margin: auto;
		margin-bottom: 15px;
		width: auto;
	}
}
/* md BLUE */
@media (min-width: 992px) {
	.julian-pic {
		float: left;
		margin-right: 15px;
		max-width: 320px;
	}
}
/* xl GREEN */
@media (min-width: 1200px) {
	.julian-pic {
		float: left;
		margin-right: 15px;
		max-width: 420px;
	}
}
