/*****************************************************************************/
/*********************************FullHD 1440**********************************/
/*****************************************************************************/

#home_intro {
width:100%;
text-align:justify;
margin-top:1.4em;
}

.home_intro_block {
display:inline-block;
text-align:left;
vertical-align: top;
width:300px;
}

#home_intro img {
width:100%;
min-height:80px; /*For CLS*/
}

.home_intro_title {
color:#1F9C3E;
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.3em;
margin-top:0.2em;
margin-bottom:0.4em;
}

.home_intro_title a {
color:#1F9C3E;
text-decoration:underline;
}

.home_intro_top {
margin-top:0.7em;
font-size:1em;
}

/*Banner*/

.banner_title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
height:23px; /*for empty cells*/
color: #4B8ABF;
}

.banner_title a {
color: #4B8ABF;
text-decoration:underline;
}

/*Add button*/

.add_startup {
box-sizing: border-box; /*div will include padding and border*/
font-size:1.35em;
font-family:Georgia, "Times New Roman", Times, serif;
padding: 0.7em;
margin-bottom:1.3em;
margin-top:1.3em;
text-align:center;
border:1px solid #e3e3e3;
background-color:#FDFDFD;
width:100%;
}

.add_startup a {
color:#365899;
text-decoration:underline;
}

/*******************************FACEBOOK WIDGET****************************************/

.news_widget {
box-sizing: border-box; /*div will include padding and border*/
width:100%;
border: 1px solid #e3e3e3;	
padding:10px;
margin-top:20px;
margin-bottom:1em;
}

.news_widget_logo {
border-radius: 50%; /* Радиус скругления */
border:1px solid #e3e3e3;	
height:50px; /* For CLS */
width:50px; /* For CLS */
background:transparent url(/images/icon.png) no-repeat left top;
}

.news_widget_lb {
font-size:0.8em;
font-weight:bold;
margin-left:0.5em;
}

.news_widget_lb a {
color:#2A5D93;
text-decoration:none;
}

.news_widget_subscribers {
border-top:1px solid #e3e3e3;
margin-top:10px;
padding-top:10px;
font-size:0.7em;
color:#666666;
}

.news_widget_date {
margin-top:10px;
color:#2A5D93;
font-size:0.7em;
font-weight:bold;
}

.news_widget_block {
box-sizing: border-box; /*div will include padding and border*/
width:100%;
border: 1px solid #e3e3e3;	
padding:15px;
margin-top:10px;
}

.news_widget_image {
width:100%;
text-align:center;
background-color:#F5F5F6;
min-height:143px; /*For CLS*/
line-height:0; /*Removes line under image*/
}

.news_widget_image img {
max-width:100%;
}

.news_widget_title {
font-size:0.8em;
line-height:1.4em;
margin-top:5px;
}

.news_widget_title a {
text-decoration:none;
color:#111111;
font-weight:bold;
}

.news_widget_domain {
margin-top:5px;
font-size:0.8em;
color:#666666;
}

.news_widget_button {
margin-top:10px;
background-color:#5181B8;
text-align:center;
padding:7px;
border-radius: 5px; /* Радиус скругления */
font-size:0.8em;
color:#FFFFFF;
text-decoration:none;
}

.news_widget_button:hover {
background-color:#6690C1
}


/*****************************************************************************/
/***********************************HD 1152***********************************/
/*****************************************************************************/

@media only screen and (max-width: 11439px) { /**Replace to 1439 when FullHD wins**/

.home_intro_block {
width:240px;
}

}

/*****************************************************************************/
/***********************************Tablet 1024*********************************/
/*****************************************************************************/

@media only screen and (max-width: 1151px) {


.home_intro_block {
width:213px;
}

}


/*****************************************************************************/
/*******************************MOBILE****************************************/
/*****************************************************************************/


@media only screen and (max-width: 1023px) {

#home_intro {
display:none;
}

}