/* ------------------------------
  General
---------------------------------*/
/*
html, body2 {
}
*/
/*
body {
	background-color: #1261A0;
	text-color: white.
}
*/
/*
h1, h2, h3, h4, h5, p {
	color: white;
}
*/
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	background: #ffffff;
	color: #666;
}
a {
	cursor: pointer;
    text-decoration: none;
    color: #000;
    position: relative;
}
.site-brand a {
	font-size: 18px;
	line-height: 50px;
	color: white;
	position: relative;
	left: 10px;
	letter-spacing: 1px;
}
.site-brand a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #3498db;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease-in-out;
}
.navbar-top a:hover::after {
    width: 100%;
}
a i {
	cursor: pointer;
	color: #0c202e;
}
h2 {
	padding-bottom: 10px;
}
h6 {
	padding-bottom: 10px;
}
hr{
	border: 0px solid white;
	border-top: 1px solid white;
	height:1px;
} 
img {
	  height: auto;
  	  max-width: 100%;
  	}
input:focus {
	border:1px solid #0c202e;
    box-shadow: 0 0 10px #0c202e;
}
input[type="text"], input[type="password"]  {
	background-color:#fafaff;
	margin-bottom: 1px;
}
select {margin-bottom: 1px}
select {background-color:#fafaff}
textarea {
	height: 200px;
	border: 1px solid #ddd;
}
.clear {
	clear: both;
}
.cursor {cursor: pointer;}
.btn {
	background-color: #0c202e;
}
.btn:hover {
	background-color: #0c202e;
}
.button-default {
	background-color: #0c202e;
	border-color: #0c202e;
}
.button-delete {
	background-color: #56203D;
	border-color: #56203D;
}
.button-light {
	background-color: white;
	border: 1px solid #0c202e;
	color: #0C202E;
}
.button-red {
	background-color: #DD2D4A;
	border-color: #DD2D4A;
	color: white;
}
.messagesuccess {
	color: green;	
}
.error-field {
	color: #DD2D4A;
}
.checkout-radio span.error_message {
	color: #DD2D4A;
}
.error_message {
	color: #DD2D4A;
}
.navbar-top {
	background-color:#0c202e;
}
.nomargin {
	margin: 0px;
}
.grid {
    display: flex;
    justify-content: space-between;
}
.gridrow {
    flex: 1;
    margin: 0 10px;
}
#footer .smalltext {
    font-size: 12px;
}
/* frame */
.frame {
	/*border:1px solid black;*/
	width:50%;
	float: left;
	min-height:150px;
}
/* #divleft {} */
#divright {
	padding-left:10px;
}
/* side-nav-panel */
.side-nav-panel-right a {
	color:white;
}
.side-nav-panel-left i {
	color:white;
}
.side-nav-panel-right img {
	padding-top:10px;
	height:38px;
}
.side-nav-panel-right {
	color:white;
	font-size: 12px;
	padding-top:15px;
}
/* slide-out */
.slide-out-left-language {
	display:inline;
	text-align:center; 
	display:inline
}
.slide-out-left-language a {
	width: 10px;
}
/* button */
.optionbutton {
		background-color: blue;
		color:white;
		padding:10px;
		margin:0px 0px 0px 0px;
		cursor:pointer;
	}
/* logo */
.logo {
	text-align: center;
}
.logo img {
	height: 120px;
}
/* footer */
#footer {
	background-color: black;
	color: white;
}
#footer a {
	color: white;
}