/**********************/
/*- GENERAL SETTINGS -*/
/**********************/
body {
	background: #299ace;
	font-family: "Open Sans", sans-serif;
}

.bodyInexce{
    background: #009bd1;
	font-family: "Open Sans", sans-serif;
}

.content {
	background: #f2f2f2;
	color: #525252;
	margin-top: 40px;
	margin-bottom: 50px;
	padding: 40px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.content-transparent {
	background: transparent;
	color: #525252;
	margin-top: 40px;
	margin-bottom: 50px;
	padding: 50px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
    width: 500px;
    height: 500px;
}

p {
	text-align: center;
    font-size: 16px;
}

h1 {
	text-align: left;
	font-weight:600;
	font-size:38px;
	line-height: 38px;
	color:#525252;
}

h2 {
	font-size: 30px;
	text-align: center;
	padding-top: 60px;
}

hr {
	border: 0;
	width: 100%;
	color: #299ace;
	background-color: #299ace;
	height: 2px;
}

strong {
	font-weight: 600;
	color: #AA1E29;
}

.center {
	text-align: center;
}

.well {
	background: #822626;
    margin-top: 0;
    margin-bottom: 0;
}

.well h3 {
	color: #525252;
	line-height: 25px;
	text-align: center;
    font-weight: bold;
}

h3{
    text-align: center;
}

table.table tr td{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-top: none;
}

/******************/
/*- FEATURE-LIST -*/
/******************/
#feature-list {
	padding-top: 5px;
}

#feature-list h3 {
	padding-top: 30px;
	margin-bottom: 10px;
}

#feature-list h3 i {
	margin-top: 5px;
	margin-right: 10px;
}

#feature-list h3:first-child {
	padding-top: 0;
	margin-top: 0;
}

h3 .description {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}


/**********/
/*- FORM -*/
/**********/
form {
	padding: 10px;
	/*text-align: center;*/
	margin-bottom: 1em;
}

form h3 {
	margin-bottom: 0.6em;
}

.btn {
    background-color: #0097a7;
    background-image: none;
    text-shadow: none;
    color: #fff;
}

input[type=submit]{
    width: 100px;
}

.btn-form{
    border-radius: 2px;
    background-color: #0097a7;
}

input, button {
	font-family: "Open Sans", sans-serif;
}

.input-append {
	padding-bottom: 10px;
}

.text-danger{
    color: #AA1E29;
    font-weight: bold;
}

/******************/
/*- SOCIAL ICONS -*/
/******************/
#social {
	text-align: center;
	margin-top: 30px;
}

#social .social-icon {
	margin-left: 30px;
	margin-right: 30px;
}


/************/
/*- FOOTER -*/
/************/
footer, footer a {
	color: #525252;
	margin-left: 20px;
	margin-right: 20px;
}

footer a:hover {
	color: #AA1E29;
	text-decoration: none;
}

footer p {
	text-align: center;
	padding-top: 15px;
}


/****************/
/*- GLYPHICONS -*/
/****************/
[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url('../images/glyphicons-halflings.png');
	background-position: 14px 14px;
	background-repeat: no-repeat;
}

[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
}

.icon-glass {
	background-position: 0 0;
}


/*****************************************/
/*- MEDIA QUERIES FOR RESPONSIVE DESIGN -*/
/*****************************************/
@media (max-width: 767px) {
	.content {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 20px;
	}

    .content-transparent {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 20px;
	}

	img#product {
		display: block;
		margin: 0 auto 1em auto;
		height: 590px;
		width: 230px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	img#product {
		height: 450px;
		width: 230px;
	}
}

@media (min-width: 980px) and (max-width: 1200px) {
	img#product {
		height: 590px;
		width: 230px;
	}
}

@media (min-width: 1201px) {
	img#product {
		height: 600px;
		width: 230px;
	}
}

.img-content{
    max-width: 100%;
    min-width: 100%;
}

div.control-group label.control-label{
    font-weight: bold;
    font-size: 14px;
}

img.img-landingpage{
    width: 200px;
    display: block;
    margin: 0 auto;
}