/* ********************  FORM  ******************** */
.contact-form {margin-top:20px;}
.bbform {
	width:100%;
}
.bbform select {
	border:1px solid #CCCCCC;
	width:100%;
	background-color:white;
	padding:5px 0px;
}
.bbform h1 {
	font-family:Roboto;
    color: #4285F4;
    display: inline-block;
    font-size: 28px;
    font-weight: 100;
    padding: 0 5px;
    border-left:2px solid #CCC;
    margin-top:10px;
    
    animation-delay:0.6s;
	animation-name: fadeInLeft;
	animation-fill-mode: both;
	animation-duration: 1s;
 }
 
 .bbform-text {
 	animation-delay:0.5s;
	animation-name: fadeInLeft;
	animation-fill-mode: both;
	animation-duration: 1s;
 }
 
.float50 {
	width:50%;
	float:left;
}
.bbform-subtitle {
	text-transform:uppercase;
	color:#CCC;
	font-family:Roboto;
	font-size:12px;
	font-weight:400;
	
	animation-delay:0.7s;
	animation-name: fadeInLeft;
	animation-fill-mode: both;
	animation-duration: 1s;
	padding-left:10px;
	margin-bottom:5px;
}
.bbform-thumb {
	display:inline-block;
	width:140px;
	height:140px;
	margin:0px 20px 20px 0px;
	background-position: center;
	float:left;
	background-repeat: no-repeat;
	background-size:cover;
	
	animation-delay:0.6s;
	animation-name: fadeInLeft2;
	animation-fill-mode: both;
	animation-duration: 1.2s;
}

.bbform-thumb.default {}
.bbform-thumb.noDisplay {display:none;}
.bbform-thumb.smallLeft {width:60px; height:60px; margin:0px 10px 10px 0px;}
.bbform-thumb.smallRight {width:60px; height:60px; margin:0px 0px 10px 10px; float:right;}
.bbform-thumb.mediumLeft {width:200px; height:200px; margin:0px 20px 20px 0px;}
.bbform-thumb.mediumRight {width:200px; height:200px; margin:0px 0px 20px 20px; float:right;}
.bbform-thumb.fullWidth {width:100%; height:250px; margin:0px 0px 20px 0px;}

.bbform .label {
	color: #464443;
    font-weight: bold;
    margin-top:10px;
}

.bbform input[type="text"], .bbform textarea {
	border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding:8px;
    background: white;
    color: #333;
    font-weight: normal;
}

.bbform  input[type="text"] {width: 96%;}
.float50 input[type="text"]  {width: 90%;}

.bbform textarea {
	height: 160px;
    resize:vertical;
    width: 96%;
}

.bbbutton {
	background-color:#CCCCCC;
	color:#464443;
	text-align:center;
	padding:5px 20px;
	line-height:22px;
	margin-top:5px;
	margin-right:5px;
	border-radius: 6px;
	border:1px solid #BABABA;
	 
}

.bbbutton:hover {
	cursor:pointer;
	background-color:#DEDEDE;
}

.notification_messages {border : 1px dotted #BED973; margin:5px 0px; padding:5px;}
.notification_errors {border : 1px dotted #D9442F; margin:5px 0px;padding:5px; }

.notification_error {
	color : #DA4631;
	font-size:13px;
	font-weight:normal;
}

.notification_message, .notification_error {
	font-size:13px;
	font-weight:normal;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left middle;
}

.notification_message {color: #82a62b; background-image:url('../images/icons/ok-icon.png');}
.notification_error {color: #D9442F; background-image:url('../images/icons/error-icon.png');}
