.hide{
	display: none;
}
.ajax_loader{
	position: fixed;
	top: 40%;
	left: 50%;
}
.sb_icon{
	position: absolute;
	top: 25px;
	cursor: pointer;
	z-index: 9999 ;
}
.socialblock{
	position:fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99999;
}
.socialblock_static{
	clear: both;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.socialblock_static .sb_icon{
	display: none;
}
.socialblock a {
	text-decoration: none;
}
.opened_zindex{
	z-index: 999999;
}
.socialblock_left{
	left: -1000px;
}
.socialblock_right{
	right: -1000px;
}
.no_account{
	text-align: center;
	margin-top: 20px;
	color: red;
	font-size: 13px;
	font-style: italic;
}
.sobloks_header {
	margin-bottom: 3px;
}
.sobloks_header_content{
	padding: 0px 9px 91px 11px;
}
.sobloks_user{
	float: left;
	padding-top: 26px;
}
.sobloks_user .sobloks_user_img{
	display: inline-block;
}
.sobloks_user .sobloks_user_img img{
	width: 54px;
	height: 52px;
}
.sobloks_user .sobloks_user_name{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}
.sobloks_logo{
	float: right;
	padding-top: 14px;
}
.sobloks_body{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sobloks_body_content{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 5px;
}
.sobloks_body_content .img_items{
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}
.sobloks_content_items{
	margin-bottom: 2px;
}
.content_items_img{
	float: left;
	width: 40%;
}
.content_items_img img{
	width: 100%;
	display: block;
}
.content_items_info {
	vertical-align: top;
	float: left;
	margin-left: 5px;
	width: 50%;
	padding: 4px
}

.content_items_info .info_link{
	display: block;
	margin-top: 5px;
}
/*Google+*/
.google_badge .sobloks_header{
	margin-bottom: 0px;
}
/*Pinterest*/
.pinterest_follow_button{
	margin-top: 5px;
}
/*Pinterest*/
.instagram_image_link img{
	max-width: 100%;
}
/*Contact form style*/
.contact_form{
	max-width: 100%;
	background-color: #f4faff;
}

.contact-form-container {
	height: 100%;
}
.contact-form-container-content {
	height: 100%;
	padding: 15px 20px 40px 20px ;
}
.contact_form_content {
	height: 93%;
    overflow-x: hidden;
    overflow-y: auto;
}
.contact_form_header{
	margin-bottom: 20px;
}
.contact_form_header .title{
	color: #47677c;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

.contact_form_body .contact_form_field{
	margin-bottom: 10px;
	font-size: 13px;
}
.contact_form_field .field_name{
	color: #3f515e;
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 6px;
	font-weight: bold;
}
.contact_form_field .field_form .field_form_select{
	background: url(../img/arrow.png) no-repeat 95% 50% #f4faff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.contact_send_action {
	text-align: center;
}
/*For internet explorer */
.contact_form_field .field_form .field_form_select::-ms-expand {
    display: none;
}
.contact_form_field .field_form_content{
	background-color: #f4faff;
	border-radius: 3px !important;
	width: 98%;
	padding: 8px 13px 8px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*.scrollable-block .contact_form_field .field_form_content{
	width: 98%;
}*/
.contact_form_field .field_form .field_form_content:focus{
	outline: 0;
}
.contact_form_field .field_form .field_form_content #uploadFile{
	background-color: #f4faff;
	border: none;
	padding: 0;
	padding: 10px 0px 10px 18px;
	width: calc(100% - 100px);
}
.upload_no_padding {
	padding: 0 0 2px 0 !important;
}
.fileUpload{
	position: relative;
	width: 98px;
	cursor: pointer;
	background-color: #b0c6de;
	padding: 13px 30px 9px 30px;
	border-radius: 2px;
	float: right;
}
.fileUpload span {
	font-size: 12px;
	color: #FFF;
}
.fileUpload #uploadBtn{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 0;
}
.contact_form_field .field_form textarea{
	resize: none;
}

.contact_form_footer .contact_send_button{
	color: #fff;
	font-size: 15px;
	text-align: center;
	width: 98%;
	border: none;
	text-transform: capitalize;
	padding: 13px 0;
	border-radius: 3px;
	background: #2877ff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
/*.scrollable-block .contact_form_footer .contact_send_button{
	width: 98%;
}*/
.contact_form_footer .contact_send_button:focus{
	outline: 0;
}
.contact_desc{
	margin-top: 10px;
	display: none;
}
.contact_desc span{
	float: left;
	background: url(../img/icon_info.png) no-repeat;
	width: 25px;
	height: 17px;
}
.contact_desc p{
	display: none;
	float: left;
	color: #28acff;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.no_fill{
	color: #9bacb8;
	border: 1px solid #cae3fd;
}
.fill_success{
	background: url(../img/tick_success.png) no-repeat 95% 50%;
	border: 1px solid #93f2c4;
	color: #7addaf;
	box-shadow: 0px 0px 10px #d8fbf3;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
/*For internet explorer */
.fill_success::-ms-expand {
    display: none;
}
.fill_error{
	background: url(../img/icon_error.png) no-repeat 95% 50%;
	border: 1px solid #fdcaca;
	color: #fc4b4c;
	box-shadow: 0px 0px 10px #f5eef6;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.fill_error::-ms-expand {
    display: none;
}
.fill_success option, .fill_error option{
	color: #9bacb8;
}
.placeholder::-webkit-input-placeholder { color:#fc4b4c; }
.placeholder::-moz-placeholder { color:#fc4b4c; }
.placeholder:-ms-input-placeholder { color:#fc4b4c; }
