/**::-moz-selection 
{
background:#9C2E30;  
color:white;
}
*::selection 
{
background:#9C2E30;
color:white;   
}
*/
body {
    padding-top: 40px;    
}
a:hover
{
    color: #9C2E30;
}

/* NAVBAR - MENU */

#navbar{
    background-color: #4acbd6;    
}

#navbar a{
    color: white;
    font-weight: bold;
}

#navbar a:hover{
    color:#9C2E30;
    font-weight: bold;
}

#navbar-brand:hover{
     background-color: black;
}

#navbar ul li:hover{
    background-color: black;
}

/* TITLE H1 */
#container #row  #col-lg-8 #h1-title {
    text-align: center;
    color: #156182;  
}

/* THUMBNAIL POSTS */
#container #row #thumb {
    border-color: #156182;
}

#container #row  #col-lg-8 #h1-titlePost {
    text-align: center;
    color: #156182; 
    font-size: 24px;
}

#container #row  #col-lg-8 #h1-titlePost:hover{
    color: #9C2E30;
}

#container #row  #col-lg-8 p {
    font-size: 16px;
}

/* Buttons */
/*.btn-primary {
    background-color: #156182;     
    border: none;
    color: white; 
    font-weight: bold;
}

.btn-primary:hover{
    background-color: #9C2E30;
    color: white; 
    font-weight: bold;
    transition:all 0.3s ease;
}

.btn-default{
    background-color: #156182;     
    border: none;
    color: white; 
    font-weight: bold;
}

.btn-default:hover{
    background-color: #9C2E30;
    color: white; 
    font-weight: bold;
    transition:all 0.3s ease;
}*/


.well .input-group input{
  box-shadow: none;  
  border-color: #156182;
}

.well .input-group input:focus{
    border-color: #9C2E30;
}

.well .input-group #btn{
    height: 34px;    
}

.well .input-group #btn:focus{
    background-color: #156182;
}

/* Comments*/

.well .form-group textArea{
    box-shadow: none;  
  border-color: #156182;
}

.well .form-group textArea:focus{
     border-color: #9C2E30;
}

.row .col-lg-12 a{
    text-align: center;
    font-weight: bold;
}

#social {
    margin-top: 40px;
}

#social img{
    background-color: #156182;
    border-radius: 40px;      
}

#social img:hover{
    background-color: #9C2E30;
    border-radius: 40px;
    transition:all 0.3s ease;
}

.column-fixed .form-container {
	margin:0 1em 1em 0;
}

.form-container {
	background:#f8f8f8!important;
	margin:0;
}

form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
}
form li{
	display:block;
	margin:0;
	padding:6px 0 9px;
	clear:both;
}
form li:after, form li div:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html form li{height: 1%;}
* html form li div{display:inline-block;}
*+html form li div{display:inline-block;}

form li div, form li span{
	margin:0 .3em 0 0;
	padding:0;
	color:#444;
}
form li span{
	float:left;
}

	/* Inputs */

input.text, input.file, textarea.textarea, select.select {
	color:#333;
	margin:0;
	padding:4px;
}
input.text, textarea.textarea{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}

input.checkbox, input.radio{
	display:block;
	margin:4px 0 0 0;
	padding:0;
	width:13px;
	height:13px;
}
input.other{
	margin:0 0 8px 25px;
}

.safari select.select{
	font-size:120% !important;
	margin:0 0 1px 0;
}
* html select.select{
	margin:1px 0;
}
*+html select.select{
	margin:1px 0;
	border:1px solid red;
}

	/* Size */

input.small, select.small{
	width:25%;
}

input.medium, select.medium{
	width:50%;
}

input.large, select.large, textarea.textarea {
	width:70%;
}

input.full, select.full, textarea.full {
	width:99%;
}

textarea.small{
	height:5.5em;
}

textarea.medium{
	height:10em;
}

textarea.large{
	height:20em;
}

	/* Buttons */

input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}
form li.buttons {
	clear:both;
	padding-top:10px;
}

form li.buttons div {
	margin:0;
}

	/* Labels */

form li div label, form li span label{
	margin:0;
	padding-top:6px;
	clear:both;
	font-size:85%;
	line-height:100%;
	color:#444;
	display:block;
}
form li div span label{
	padding-bottom:12px;
}
label.desc{
	font-size:95%;
	font-weight:bold;
	color:#222;
	line-height:150%;
	margin:0;
	padding:0 0 3px 0;
	border:none;
	display:block;
}
label.choice{
	display:block;
	font-size:100%;
	line-height:150%;
	margin:-15px 0 0 23px;
	padding:0 0 5px 0;
	color:#222;
	width:88%;
}

	/* Required */

form span {
	position:relative;
}

form span.req{
	display:inline;
	float:none;
	color:red !important;
	font-weight:bold;
}

	/* Validation */

form input.error {
	background-color:#f9e5e6;
	border-color:#b50007;
}

form textarea.error {
	background-color:#f9e5e6;
	border-color:#b50007;
}

form label.error {
	font-weight:bold;
	color:#b50007;
	padding:5px 0 0 5px;
}
form .gray {
	opacity:0.7;
}
.red {
    color: red;
}
form.custom-form .controls {
    margin-left: 140px;
}
.form-horizontal .control-label {
    /*float: left;*/
    /*width: 160px;*/
    padding-top: 5px;
    text-align: right;
}
form.custom-form .control-label {
    width: 120px;
}
/*.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}*/
.radio .inline, .checkbox .inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.content {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 16px;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.clear {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0;
}
#login_error_message,#login_message {color: #FF0000;margin-right: 10px;}

.new {
    padding-bottom: 10px;
    height: 120px;
    display: block;
    left: 0;
    object-fit: cover;    
    top: 50%;
    /*transform: translateY(-50%);*/
    width: 100%;
}

.well .center {
    margin: 0 auto;
}