html,
body {
  height: 100%;
  background-color: #edeef0;
}

.admin-form-wrap {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.admin-form-wrap #news-text {
  height: 250px;
}

.admin-form-wrap #news-short_description {
  height: 150px;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 365px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  margin-top: 18px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

a { text-decoration: none;
	color: #313250; 
}

a:hover { text-decoration: none;
  color: #313250;
}		 

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media(max-width:767px) {
  .nav li > form > button.logout {
    display:block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.container { 
  width: 1245px;
  padding: 0;
}

.page { 
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background-color: #edeef0;
}

#header{ 
  width: 1245px;
 height: 170px;
 margin: 0 auto 0 auto;
 position: relative;
 display: block;
 background-color: #edeef0;
}

#logo { 
  width: 205px;
  height: 90px;
  float: left;
  margin-top: 30px;
}

#header_parts { 
  width: 1040px; 
  height: 120px; 
  margin-left: 205px; 
  position: relative; 
}     

#logo img { 
  margin-left: 0; 
}       

#social { 
  height: 28px;
  /*width: 148px;*/
  float: left;
  margin-left: 250px;
  margin-top: 45px;
}

#social img { 
  width: 40px; 
  height: 40px; 
}        

#contacts1{ 
  width: 300px;
  height: 89px;
  margin-top: 30px;
  padding-left: 45px;
  float: left;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #323963;
  line-height: 10px;
  text-align: left;
}

#contacts1 p { 
  margin-bottom: 15px; 
}            

#newsbutton { 
  float: right; 
  margin-right: 20px; 
  margin-top: 40px;
}

#newsbutton button, #footer_newsbutton button { 
  width: 183px; 
  height: 40px; 
  background-color: #e00034; 
  border: 1px solid #e00034; 
  border-radius: 40px; 
  font-size: 15px; 
  font-family: 'PT Sans', sans-serif; 
  font-style: normal; 
  color: #ffffff; 
  text-align: top; 
  cursor: pointer;
  outline: none; 
}

#footer_newsbutton button {
  margin-top: 10px; 
  width: 210px;
}           

#main_menu{ 
  width: 1245px;
  height: 50px; 
  position: relative;
  background-color: #141c4d;
}

#main_menu ul {
  float: left;
 height: 18px;
 padding-left: 0;
 margin: 0;
} 

#main_menu ul li {
  display: inline;
  height: 50px;
  list-style-type: none;
  font-size: 13px;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  float: left;
  background-color: #141c4d;
  cursor: pointer; 
}
#main_menu ul li:hover {background-color: #e00034;}

#main_menu ul li:active {background-color: #e00034;}

#money_weather {display: none;
  width: 200px;
  height: 24px;
  float: left;
  margin-top: 13px;
  text-align: center;
  color: #e00034;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
}
.moneytext, #moneypic, #weatherpic {float: left; padding-left: 15px;}

.moneytext {padding-right: 15px;}

input { padding-right: 30px; }

#search_form {  background: #252c5a url(img/search_btn.png) no-repeat scroll 240px 7px;
  padding-right: 35px;
  float: right;
  margin-right: 12px;
  margin-top: 10px;
  padding-top: 1px;
  padding-left: 20px;
  color:  #ffffff;
  border-width: 0;
  width: 215px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  border: 1px solid #252c5a;
  border-radius: 30px;
}                   

#search_form:hover { background-color: #252c5a url(img/search_btn.png) no-repeat scroll 240px 7px;
 color: #ffffff;
}

#search_form:focus { background-color: #ffffff;
 color: #141c4d;
}

#content { width: 1245px;
 height: auto;
 margin: 0 auto;
 background-color: #edeef0;
 padding-top: 15px;
}

.first_row { width: 1245px;
 height: 250px; 
 background-color: #edeef0;
 text-align: center;
 margin-bottom: 15px;
}  

.first_row div:last-child {
  margin-right: 0;
} 

.second_row { width: 1245px;
  height: 250px; 
  background-color: #edeef0;
  top:276px;
  margin-top: 15px;
  margin-bottom: 15px;
}           

.first, .second, .third, .fourth,.fifth,.sixth,.seventh,.eighth { width: 300px; 
  height: 250px; 
  border: none; 
  float: left;
  position: relative;
  border: 1px solid #dbdbdb;
}

.first:after{ background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}                                                                

.first, .second, .third { margin-right:15px;}

.fifth,.sixth,.seventh { margin-right:15px;}                            

.first, .fifth {background-image: url(img/field.png);}

.second, .sixth {background-image: url(img/forest.png);}

.third, .seventh {background-image: url(img/tree.png);}

.fourth, .eighth {background-image: url(img/cat.png);}

.text1 { font-size: 18px;
 font-weight: bold;
 font-family: 'PT Sans', sans-serif;
 color: #ffffff;
 line-height: 18px;
}

.text2 {font-size: 16px;
  font-family: 'PT Serif', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  margin-top: 0px;
  line-height: 18px;
  word-wrap: break-word;
  text-align: justify;
}

.usertext { height: 140px;
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  z-index: 1;
}

.userinfo { width: 100%;
  text-align: left;
  margin-top: 5px;
  position: absolute;
  z-index: 1; 
  top:140px;
}

.userinfo > div {
  display: inline-block;
}    

.userdata { 
  display:block;
  margin-left:23px;
  height:95px;
  text-align: left;
  vertical-align: top; 
}       

.user { 
  width: 70px;
  height: 70px;
  margin-left: 20px;
  border-radius: 45px;
  border: 2px solid white;
  overflow: hidden;
}
.user img { 
  width: 66px;
  height: auto;
}
.name1 { 
  font-size: 16px;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  color: #ffffff;
  padding-top: 20px; 
  padding-bottom: 5px;
}

.status { 
  font-size: 14px;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  color: #b2b2bc;
}

.blog1, .blog2, .blog3 {
  border-bottom: 1px solid #dbdbdb; 
  display: inline-block;
  width: 100%;
  /*width: 1245px;
  height: 180px;*/
  padding: 15px 0;
  /*border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background-color: #ffffff;*/
}
/*.blog1 div:nth-child(2) {
  margin-left: 73px;
} 
.blog1:last-child(2) {

}*/
.top-border{
  width: 100%;
  height: 3px;
  background: #009de3;
  display: block;
  position: absolute;
  left:0;
  top:0;
}
/*.container .first-blog-row {
  border-top: 7px solid #009de3;
}*/
/*.blog1 { border-top: #009de3 solid 7px;v }*/

.blog3 { 
  border-bottom: 1px solid #dbdbdb; 
}

.note1 {
  display: inline-block;
}

.blog1 .note1:nth-of-type(1) { 
  margin-right: 15px; 
}

.blog1 .note1:nth-of-type(2) { 
  margin-left: 15px; 
}

.text3 { 
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  color: black; 
  line-height: 1.2;
} 

.text4 { font-size: 18px;
 font-family: 'PT Serif', sans-serif;
 font-style: normal;
 font-weight: 500;
 color: black; 
 line-height: 1.2;
 margin-top: 20px;
}

.blogdata { 
  display: flex; 
}         

.blogger { 
  width: 150px;
  text-align: left;
  padding-left: 20px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  color: #b2b2bc;
  float: left;
}    

.blogger_status { 
  float: left;
  width: 200px;
  text-align: left;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  color: #b2b2bc;  
}                            

.photonote { 
  width: 128px; 
  height: 128px; 
  /*margin-top: 25px;*/ 
  float: left; 
  border: 1px solid #dbdbdb; 
  overflow: hidden;
  display: inline-block;
}

.photonote img{
  height: 128px;
  width: auto;
}

.blognote{
  display: inline-block;
  margin-left: 20px;
  width: 400px;
}

.blognote .blogger{
  padding-left: 0;
}

.note1, .note2, .note3, .note4, .note5, .note6 {
  width: calc(50% - 15px);
  /*width: 555px;
  height: 173px;*/ 
  float: left;
}   

.note1, .note2, .note3, .note4 { 
  /*border-bottom: 1px solid #dbdbdb; */
  padding: 15px 0;
}

.note2, .note4, .note6 { 
  margin-left: 45px; 
}

.blogtext { 
  /*width: 423px;*/ 
  text-align: left; 
  /*padding-top: 20px; 
  margin-left: 149px; */
}

#past { 
  width: 1245px; 
  height: 70px; 
  background-color: #edeef0; 
}

#footer{ 
  width: 100%; 
  height: 365px; 
  text-align: center; 
  background-color: #050527;
}   

.footer_content { 
  width:1245px; 
  height: 365px;
  margin: 0 auto;
  background-color: #050527;
}       

.footer_contacts { 
  float: left; 
  height:365px; 
  padding-left: 70px; 
  padding-top: 40px;
}

.footer_contacts ul { 
  margin-bottom: 0; 
}                    

.adress {
  text-align: left;
}     

.footer_top { 
  color: #ffffff; 
  font-size: 18px; 
  font-family: 'PT Sans', sans-serif; 
  font-weight: bold; 
}   

#footer ul { 
  padding-left: 0; 
  line-height: 2;
}

#footer li { 
  color: #ffffff;
  font-size: 14px; 
  font-family: 'PT Sans', sans-serif;
  font-style: normal; 
  list-style-type: none; 
}

#footer p { 
  color: #ffffff; 
  font-size: 14px; 
  font-family: 'PT Sans', sans-serif;
  font-style: normal; 
  float: left; 
  margin-top: 0px;
}

.footer_social, .footer_site, .footer_news { 
  float: left; 
  height:365px; 
  padding-top: 40px; 
  padding-left:130px; 
  text-align: left;
}

.footer_news { 
  float: right;
  margin-right: 70px; 
}                                         

.footer_social img { 
  margin-right: 20px;
  width: 15px;
  height: auto; 
}

#footer .footer_social li, #footer .footer_site li { 
  font-size: 16px; 
  font-weight: bold; 
}

#name_form, #contact_form { 
  height: 35px; 
  width: 210px; 
  padding-left: 15px; 
}

#news_form { 
  height: 110px; 
  width: 210px; 
  padding-left: 15px; 
}

#name_form { 
  margin-top: 10px; 
  margin-bottom: 10px; 
}

#contact_form { 
  margin-bottom: 10px; 
  text-align: top;
}

#name_form, #contact_form, #news_form { 
  background-color: #373752; 
  border: none; 
  font-size: 14px; 
  font-family: 'PT Sans', sans-serif; 
  font-style: normal; 
  color: #ffffff; 
  padding-left: 15px;
}

#content_home { 
  width: 1245px;
  height: auto;
  margin: 0 auto;
  background-color: #edeef0;
}

#home_top { 
  width: 1245px;
  height: 500px; 
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;

}

.home_top1 { 
  background-image: url(img/Nesw.png); 
  background-size: contain; 
  border: 1px solid #dbdbdb; 
  margin-left: -1px;
  margin-bottom: -1px; 
}                

.home_top1, .home_top2 { 
  width: 620px;
  height: 499px; 
  float: left;
  position: relative;
}

.home_top1, #home_top .home_top2 .top_a{
  background-repeat: no-repeat;
}

  .home_top2 { 
    position: relative; 
    display: table;
    border-collapse: collapse; 
  }

  .top1_text { 
    display: block; 
    width: 620px; 
    margin-top: 275px; 
    margin-left: 25px; 
    text-align: left; 
    vertical-align: top; 
    padding-bottom: 20px;
  }

  .home_large_txt1 { 
    float: left; 
    padding-left: 25px; 
    margin-top: 250px; 
    font-family: 'PT Sans', sans-serif; 
    font-weight: bold; 
    font-size: 14px; 
    text-transform: uppercase; 
    color: #ffce81; 
  }        

  .home_middle_txt1 { 
    padding-right: 75px; 
    font-family: 'PT Sans', sans-serif; 
    font-weight: bold; 
    font-size: 24px; 
    color: #ffffff; 
    line-height: 1.1; 
  }

  .home_regular_txt1 { 
    padding-right: 75px; 
    font-family: 'PT Serif', sans-serif; 
    font-weight: 500; 
    font-size: 24px; 
    color: #ffffff; 
    line-height: 1.1;
  }  

  .home_status1 { 
    font-family: 'PT Sans', sans-serif; 
    font-weight: bold; 
    font-size: 14px; 
    color: #9b9ca9; 
    text-align: left; 
    padding-left: 25px;
  }

  .top_row_txt1 { 
    margin-top: 150px; 
    font-family: 'PT Sans', sans-serif; 
    font-weight: bold; 
    font-size: 12px; 
    text-transform: uppercase; 
    color: #ffce81; 
  }

  .top_row_txt2 { 
    font-family: 'PT Sans', sans-serif; 
    font-weight: bold; 
    font-size: 16px; 
    color: #ffffff; 
  }

  .top_row_txt1, .top_row_txt2 { 
    text-align: left; 
    padding-left: 20px; 
    padding-right: 12px; 
  }

  .top2_row1, .top2_row2 { 
    width: 625px; 
    height: 250px; 
    display: inline-block; 
    float: left;
    margin-left: -1px;
    margin-bottom: -1px; 
  }                                                   

  .top_a, .top_b, .top_c, .top_d { 
    width: 312px; 
    height: 250px; 
    float: left; 
    border: 1px solid #dbdbdb;
    overflow: hidden;
    margin-left: -1px;
    margin-bottom: -1px;

  }

  .top_a { 
    background-image: url(img/beltel.png); 
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .top_b { 
    background-image: url(img/Pensio.png); 
    background-size: contain;
  }

  .top_c { 
    background-image: url(img/week.png); 
    background-size: contain;
  }

  .top_d { 
    background-image: url(img/run.png); 
    background-size: contain;
  } 

  #home_middle { 
    width: 1245px; 
    height: auto; 
    display: inline-block; 
    margin-bottom: 0; 
  }                  

  #home_news { 
    width: 300px; 
    height: auto; 
    /*border-top: 5px solid #009ce6; */
    border-right: 1px solid #dbdbdb; 
    border-left: 1px solid #dbdbdb; 
    border-bottom: 1px solid #dbdbdb; 
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .home_news_name { 
    width: 255px;  
    margin-left: 25px; 
    margin-right: 25px; 
    border-bottom: 1px solid #dbdbdb; 
    text-align: left; 
    font-family: 'PT Serif Bold italic', sans-serif; 
    font-weight: bold; 
    font-style: italic; 
    font-size: 24px; 
    color: #313250; 
  }

  /*.home_news_block_comb { 
    height: 1600px; 
    overflow: hidden; 
    }*/             

    .home_news_block { 
      width: 255px; 
      height: auto; 
    }

    .news_block_name { 
      width: 255px; 
      height: 33px; 
      margin-left: 20px; 
      padding-top: 16px; 
      padding-bottom: 5px; 
      text-align: left; 
      font-size: 13px; 
      font-family: 'PT Sans Bold', sans-serif; 
      font-weight: bold; 
      text-transform: uppercase; 
      line-height: 1.3; 
      color: #009de3;
    }

    .news_block_text { 
      width: 255px; 
      margin-left: 20px; 
      padding-bottom: 16px; 
      text-align: left; 
      font-size: 15px; 
      font-family: 'PT Sans Bold', sans-serif; 
      line-height: 1.3; 
      color: #121332; 
      border-bottom: 1px solid #dbdbdb; 
      text-decoration: underline;
    }

    .news_arch { 
      height: 20px; 
      width: 100%;
      margin-top: 10px;
      padding: 0 20px;
    }

    .news_arch a{
      font-size: 15px; 
      font-family: 'PT Sans Bold', sans-serif; 
      font-weight: bold; 
      float:right;
      color: #e00034;
    }

    .news_arch img { 
      margin-left: 45px;
    }

    #home_lines { 
      width: 945px; 
      margin-left: 300px; 
      margin-bottom: 15px; 
      padding-left: 15px; 
      background-color: #edeef0;
    }

    .home_line1 { 
      width: 930px; 
      height: 360px; 
      display: inline-block;
    }

    .lines_and_adv { 
      margin-left: 316px;
    }

    .main_home_line2 { 
      width: 613px; 
      float: left;
    }

    .home_line2 { 
      width: 613px; 
      /*height: 385px;*/ 
      border-left: 1px solid #dbdbdb; 
      border-right: 1px solid #dbdbdb; 
      border-bottom: 1px solid #dbdbdb; 
      border-top: none; 
      background-color: white;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      /*overflow: hidden; */
    }

    .lines_and_adv .main_home_line2 > .home_line2:last-of-type{
      margin-bottom: 15px;
    }

    .home_line2a :last-child { 
      border: none; 
    }  

    .home_line2a p {
      margin-bottom: 0px;
    }        

    #home_line3 { 
      width: 930px; 
      margin-left: 316px;
      margin-top: 15px; 
    }

    #home_line3 .home_line2 { 
      margin-top: 0px; 
    }            

    .home_line4 { 
      width: 930px; 
      height: auto; 
      margin-left: 315px; 
    }

    .home_line4 div:last-child  { 
      margin-right: 0px; 
    }

    .line1a, .line1b, .line1c {
      width: 300px; 
      height: 360px; 
      background-color: white; 
      float: left; 
      margin-right: 15px;
    }

    .news_line_1 div:last-child { 
      margin-right: 0px; 
    }                       

    .home_line1 div:last-child  { 
      margin-right: 0px; 
    }                     

    .line1_pic { 
      width: 300px; 
      height: 200px; 
      border: 1px solid #dbdbdb; 
      overflow: hidden; 
      position: relative;
    }

    .line1_pic::after{ 
      background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; 
    }

    .line1_pic img { 
      width: 298px; 
    }

    .line1_text { 
      width: 300px; 
      height: 160px; 
      border: 1px solid #dbdbdb; 
      border-top: none;
      padding-left: 20px; 
      padding-right: 15px; 
      padding-top: 25px; 
      text-align: left; 
    }

    .line1_text1 { 
      font-size: 13px; 
      font-family: 'PT Sans Bold', sans-serif; 
      font-weight: bold; 
      color: #e00034; 
      text-transform: uppercase; 
      line-height: 1.5;
    }

    .line1_text2 { 
      width: 270px; 
    }           

    .line1_text2_a { 
      font-size: 15px; 
      font-family: 'PT Sans Bold', sans-serif; 
      font-weight: bold; 
      color: #121332; 
      line-height: 1.3;
    }

    .line1_text2_b { 
      font-size: 15px; 
      font-family: 'PT Serif', sans-serif; 
      font-weight: 500; 
      color: #121332; 
      line-height: 1.3; 
      width: 250px;
    }

    .line1_text .blogger_status { 
      margin-top: 0; 
    }

    .home_line2a { 
      width: 890px; 
      float: left; 
      margin-left: 20px; 
    }

    .line2_first { 
      width: 100%; 
      border-bottom: 1px solid #dbdbdb;
      padding-bottom: 15px;
      padding-top: 15px; 
      padding-right: 10px;
    }

    .line2_first:last-of-type{
      border-bottom: none;
    }

    .line2_name {
     height: 50px; 
     text-align: left; 
     font-family: 'PT Serif Bold italic', sans-serif; 
     font-weight: bold;
     font-size: 24px; color: #313250; 
     padding-top: 15px;
     padding-bottom: 10px;
   }

   .line2_pic { 
    float: left;
    width: 100px;
    margin-right: 20px;
  }          

  .line2_text1 { 
    width: 100%; 
    text-align: left; 
  }

  .line2_text1 img { 
    width: 200px; 
    height: 129px; 
    border: 1px solid #dbdbdb; 
  }           

  .line2_text2 { 
    width: 412px; 
    text-align: left; 
  }

  .gray_time { 
    color: #b2b2bc; 
    padding-right: 5px; 
  }

  .line2_top1, .home_blog_text1 { 
    color: #313250; 
    font-size: 15px; 
    font-family: 'PT Sans Bold', sans-serif; 
    font-weight: bold; 
  }

  .line2_top1 { 
    width: 570px; 
    text-align: left;
  }

  .line2_bottom1, .home_blog_text2 { 
    font-family: 'PT Serif', sans-serif; 
    font-size: 15px; 
    color: #313250; 
    line-height: 1.2; 
  }

  .line2_bottom1 { 
    width:100%; 
  }



  #home_media { 
    width: 930px; 
    height: 300px; 
    margin-left: 316px; 
  }

  .home_media1, .home_media2, .home_media3 { 
    width: 300px; 
    height: 300px; 
    float: left; 
    margin-right: 15px;
  }

  #home_media div:last-child { 
    margin-right: 0px; 
  }

  .home_media2, .home_media3 { 
    margin-left: 15px; 
  }

  .home_media1 { 
    position: relative; 
    background-position: 50% 50%; 
    background-size: contain; 
    background-repeat: no-repeat; 
    overflow: hidden;
  }

  .home_media1:after { 
    position: absolute; 
    top: 0; 
    left: 0; 
    background: rgba(0,0,0,0.3); 
    content: ""; 
    height: 100%; 
    width: 100%; 
    z-index: 0; 
  }

  .home_media2 { 
    background-image: url(img/sacura1.png); 
    background-size: cover; 
  }

  .home_media3 { 
    background-image: url(img/buscket1.png); 
    background-size: cover; 
  } 

  .home_media1 > img, .home_media2 > img, .home_media3 > img { 
    float: left; 
  }

  .media_pic { 
    width: 300px; 
    height: 60px; 
    text-align: left; 
    position: absolute; 
    z-index: 1; 
  }

  .media_text { 
    width: 280px; 
    height: 115px; 
    padding-left: 20px; 
    padding-top: 140px; 
    float: left;
    position: absolute;
    z-index: 1;
  }

  .media_text_new { 
    width: 280px; 
    height: 115px; 
    padding-left: 20px;
    padding-top: 165px; 
    float: left;
  } 

  .media_text1 { 
    width: 270px; 
    float: left; 
    text-align: left; 
    color: #ffce81; 
    font-size: 10px; 
    font-family: 'PT Sans Bold', sans-serif; 
    font-weight: bold; 
    text-transform: uppercase; 
  }

  .media_text2 { 
    width: 280px; 
    width: 270px; 
    float: left; 
    text-align: left; 
    color: #ffffff; 
    font-size: 17px; 
    font-family: 'PT Sans Bold', sans-serif; 
    font-weight: bold;
  }

  .media_text2 a {
    color: #ffffff; 
    font-size: 17px; 
    font-family: 'PT Sans Bold', sans-serif; 
    font-weight: bold;
  }

  .media_text3 { 
    width: 280px; 
    width: 270px; 
    float: left; 
    text-align: left; 
    font-size: 15px; 
    font-family: 'PT Serif', sans-serif; 
    font-weight: 500; 
    color: #ffffff; 
    line-height: 1.3;}

    .media_text3 a{ 
      color: #ffffff;
      font-family: 'PT Serif', sans-serif; 
      font-weight: 500;
      line-height: 1.3;
    }

    #media_banner { 
      width: 300px;
      height: 785px;
      padding-left: 17px; 
      margin-left: 613px;
      margin-top: 15px; 
      margin-bottom: 30px; 
      text-transform: uppercase; 
      font-size: 25px; 
      font-family: 'PT Sans Bold', sans-serif; 
    }                  

    .adv1, .adv3 { 
      width: 300px; 
      height: 185px; 
      border: 1px solid #dbdbdb; 
      margin-bottom: 15px; 
    }

    #media_banner div:last-child { margin-right: 0;} 

    .adv2, .adv3 { 
      margin-left: 16px; 
      margin-right: 16px; 
    }

    .adv2 { width: 300px; 
      height: 185px; 
      float: left; 
      border-top: 5px solid #009ce6; 
      border-bottom: 5px solid #009ce6;  
    }

    .adv1 { 
      background-image: url(img/ISL2.png); 
      background-size: cover;
      background-position: 50% 50%; 
      overflow: hidden; 
    }

    .adv2 { background-image: url(img/jump.png); }

    .adv3 { background-image: url(img/Couple.png); }

    .sqare1, .sqare3 { width: 240px; 
      height: 125px; 
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;  
      color: #ffffff; 
    }

    .sqare2 { width: 205px; 
      height: 85px; 
      margin-top: 45px; 
      margin-left: auto;
      margin-right: auto;
      color: #ffe400; 
      border-top: 2px solid #ffe400; 
      border-bottom: 2px solid #ffe400; 
    }



    .sqare_text { margin-top: 22px; }

    .sqare_text2 { margin-top: 5px; }

    .sqare1 { border: 5px solid #009de3; }

    .sqare3 { border: 5px solid #e00034; }

    #home_blog { width: 930px; 
      height: 305px; 
      border: 1px solid red; 
      margin-left: 316px; 
      margin-top: 15px; 
      background-color: white; 
      border-top: 5px solid #009ce6;  
      border-right: 1px solid #dbdbdb; 
      border-left: 1px solid #dbdbdb; 
      border-bottom: 1px solid #dbdbdb; 
    }

    .home_blog_top { width: 910px; 
      height: 40px; 
      padding-top: 15px; 
      padding-left: 20px; t
      ext-align: left; 
      font-family: 'PT Serif Bold italic', sans-serif; 
      font-weight: bold; 
      font-style: italic; 
      font-size: 24px; 
      color: #313250; 
    }

    .home_blog1 { width: 930px; height: 135px; }

    .home_blog_a, .home_blog_b { width: 425px; height: 110px; margin-left: 20px; }

    .home_blog_a { float: left; border-bottom: 1px solid #dbdbdb; }

    .home_blog_b { float: left; }

    .home_blog_pic { width: 80px; height: 80px; float: left; }

    .home_blog_pic img { height: 80px; width: 80px; }

    .home_blog_text { width: 335px; 
      height: 135px; 
      margin-left: 100px; 
      text-align: left;
    }

    .home_blog_text2 { width: 335px; }

    .home_blog_text3 {  padding-top: 3px; 
      text-align: left; 
      font-family: 'PT Sans Bold', sans-serif; 
      font-weight: bold; 
      font-size: 13px; 
      color: #b2b2bc; 
    }

    .home_blogger { width: 150px; float: left;}

    #content_news_details { width: 1245px; 
      padding-top: 20px; 
      margin: 0 auto; 
      margin: 0 auto; 
      background-color: #edeef0; 
    }

    #news_line { 
      width: 300px; 
     height: auto; 
     background-color: white;
     border: 1px solid #dbdbdb;
     border-top:none;
     float: left;
     padding-top: 20px;
     padding-bottom: 10px; 
     position: relative;
   }

   #news_details_top { 
    width: 930px; 
    background-color: #ffffff; 
    margin-left: 313px; 
    border: 1px solid #dbdbdb; 
    padding: 35px 50px 35px 50px;
    text-align: left; 
  }

  .news_details_top1 { 
    width: 830px; 
  }

  .top1_a {   
    width: 830px;
    margin-bottom: 20px;
    font-family: 'PT Sans Bold', sans-serif; 
    font-weight: bold; 
    font-size: 26px; 
    color: #313250; 
  }

    .top1_b { 
      margin-bottom: 25px;
      font-family: 'PT Serif', sans-serif; 
      font-weight: 500; 
      font-size: 18px; 
      color: #313250; 
    }

      .top1_c { 
        width: 830px; 
        height: 40px; 
        padding-top: 0; 
        float: left;
      }

      .main_red { 
        float: left;
        width: 70px;
        height: 20px;
        padding-top: 5px;
        font-size: 14px;
        font-weight: bold;
        font-family: 'PT Sans', sans-serif;
        color: #ffffff;
        background-color: #e00034;
        border: 1px solid #e00034;
        border-radius: 5px;
        padding-top: 0px;
        text-align: center;
        margin-right: 20px; 
      }

      #news_details_top .blogger_status { 
        padding-top: 0px; 
      } 

      .news_details_social { 
        width: 248px; 
        height: 22px; 
        display: block; 
        float: left; 
        text-align: center;
        margin-left: 290px; 
      }   

      .pic_details { 
        width: 23px; 
        height: 22px; 
        float: left; 
        margin-left: 15px; 
      }   

      .cloud { 
        background-image: url(img/comments.png);
        background-size: auto;
        float: left;
        width: 29px;
        height: 22px;
        font-size: 14px;
        font-weight: bold;
        font-family: 'PT Sans', sans-serif;
        color: #313250;
        padding-top: 0; }         

        .news_details_pic { width: 830px; }

        .news_details_pic img { width: 100%;
        }

        .news_details_text { width: 830px; 
          font-family: 'PT Serif', sans-serif; 
          font-weight: 500; 
          font-size: 16px; 
          color: #313250; }

          .news_details_text1 { margin-top: 50px; }   

          .news_details_text2 { margin-top: 50px; }

          .news_details_text2 img { width: 100% !important;
            height: auto !important; }                                   

            .news_line_1 { width: 930px; 
              height: 360px; 
              margin-left: 313px; 
              margin-top: 15px; 
            }

            #content_redaction { width: 1245px; 
             height: 530px;
             margin: 0 auto;
             background-color: #edeef0;
             padding-top: 15px;
             padding-bottom: 35px;
           }         

           .redaction_middle { width: 1245px; 
            height: 480px; 
            background-color: #ffffff;
            border: 1px solid #dbdbdb;
          }

          #redaction_contacts { width: 305px;
            height: 480px;
            float: left;
            text-align: left;
          }

          .redaction_map { width: 940px;
           height: 480px;
           margin-left: 305px;
           padding-top: 30px;
           padding-left: 30px;
         }

         .redaction_map_pic { width: 882px;
           height: 423px;
           border: 1px solid #dbdbdb;
         }               

         .redaction_map_pic img { width: 880px;
           height: 420px;
         } 

         .redaction_contacts_top { border-bottom: 1px solid #dbdbdb;
          color: #313250;
          font-family: "PT Serif Bold italic",sans-serif;
          font-size: 24px;
          font-style: italic;
          font-weight: bold;
          margin-left: 20px;
          margin-right: 20px;
          padding-top: 25px;
          padding-bottom: 35px;
          text-align: left;
          width: 265px;
          height: 25px; }

          #redaction_contacts ul { line-height: 1.5;
           padding-left: 0; }

           #redaction_contacts li { color: #121332;
             font-family: "PT Sans",sans-serif;
             font-size: 15px;
             font-weight: bold;
             list-style-type: none; }

             .redaction_adress, .redaction_phones, .redaction_email, .redaction_social { width: 265px; 
              margin-left: 20px; 
            }

            .redaction_adress, .redaction_phones, .redaction_email { width: 265px; 
             margin-left: 20px; 
             border-bottom: 1px solid #dbdbdb;
             padding-bottom: 10px;
             padding-top: 10px;
           }                                                                               

           #redaction_contacts a { color: #18b2ce; }

           .redaction_social_1 { color: #e00034;
            font-family: "PT Sans",sans-serif;
            font-size: 15px;
            font-weight: bold;
            list-style-type: none;
            padding-top: 20px; 
          }

          .redaction_social_2 { padding-top: 20px; }

          #content_media { width: 1245px;
           margin: 0 auto;
           background-color: #edeef0;
           padding-top: 20px;
           padding-bottom: 50px; 
         }

         .media_row { width: 1245px;
           height: 328px;
           display: inline-block; 
         }

         .media_block_1 { width: 623px;
           height: 329px;
           border: 1px solid #dbdbdb;
           margin-left: -1px;
           margin-bottom: -1px;
           float: left;
           background-size: cover;
           background-repeat: no-repeat;
           background-position: 50% 50%;
           overflow: hidden;
           position: relative;
           cursor: pointer;
         }

         .media_block_1:after {
          background: rgba(0,0,0,0.3);
          content: "";
          height: 100%;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 0;
        }            

        .media_block_2 { width: 619px;
         height: 329px;
         border: 1px solid #dbdbdb;
         float: left;
         background-image: url(/uploads/atom.png); background-size: cover;
       }

       .media_block_text { position: absolute; z-index: 1; }          

       .media_block_text1, .media_block_text2, .media_block_text3 { float: left;
        text-align: left;
        width: 578px; 
        margin-left: 25px;
        z-index: 1;
      }              

      .media_block_text1 { color: #ffce81;
        font-family: "PT Sans Bold",sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 10px;
        margin-top: 200px; 
      }   

      .media_block_text2 { color: #ffffff;
        font-family: "PT Sans Bold",sans-serif;
        font-size: 24px;
        font-weight: bold;
      }   

      .media_block_text3 { color: #ffffff;
        font-family: "PT Serif",sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5; 
      }                                                        

      #content_projects { width: 1245px;
       margin: 0 auto;
       padding-top: 25px;
     }

     .projects_line { width: 1245px;
       height: 480px;
       display: inline-block;
       margin-bottom: 15px;
     }									 

     .projects_a { width: 407px;
       height: 482px;
       float: left;
       border: 1px solid #dbdbdb;
     }	

     .projects_a { margin-left: 9px; }

     .projects_line :first-child { margin-left: 0; }										  

     .projects_pic { 
      width: 405px;
      height: 270px; 
    }

    .projects_pic img { 
      /*width: 405px;*/
      /*height: 265px; */
    }	

    .projects_text { width: 405px;
     height: 210px;
     background-color: #ffffff;
     border-top: 1px solid #dbdbdb;
     padding-top: 10px;
     padding-left: 20px;
     padding-right: 25px;
     color: #050527;
     text-align: left;
     word-wrap: break-word;
   }

   .projects_text1 { font-family: "PT Sans Bold",sans-serif;
   font-size: 18px;
   font-weight: bold;
   line-height: 1.1;
 }				

 .projects_text2 { font-family: "PT Serif",sans-serif;
 font-size: 12;
 font-weight: 500;
 line-height: 1.3;
 padding-top: 5px;
}

.container a.btn.btn-danger	{ margin-left: 10px; }	

.grid-view .summary { 
  padding-bottom: 10px; 
  border-bottom: 1px solid #ddd; 
}	

#w0 thead tr th { 
  text-align: center; 
  color:white; 
  background-color: #337ab7;  
}

#w0 thead tr th a { color: white;  }

#w0 tbody tr td { text-align: left; }

.container #w0.grid-view table.table.table-striped.table-bordered { 
  border: 1px solid #ddd; 
  border-collapse: collapse; 
  background-color: #c5dff7; 
}

.page .container #content_news_details #news_details_top .news_details_top1 a { 
  color: red; 
  font-size: 16px; 
  font-weight: bold; 
}

.container #w0.grid-view table.table.table-striped.table-bordered tbody tr td { border: 1px solid #ddd;}

.container #w0.grid-view table.table.table-striped.table-bordered thead tr td { border: 1px solid #ddd;}

.container #w0.grid-view table.table.table-striped.table-bordered td { border: 1px solid #ddd;}

.container .admin-form-wrap, .container #add_user.form-horizontal { width: 100%; 
 padding-top: 10px; 
 padding-bottom: 10px; 
 border: 1px solid #ddd; 
 padding-left: 20px; 
 padding-right: 20px; 
 background-color: #c5dff7;
}

.container .admin-form-wrap #add_news.form-horizontal .form-group, .container .admin-form-wrap, .container #add_user.form-horizontal .form-group {
  margin-left: 0px; 
  margin-right: 0px;
}

.container .admin-form-wrap #add_news.form-horizontal img { 
  border: 1px solid #ddd; 
  width: 30%; 
}

.container #add_user.form-horizontal img { 
  border: 1px solid #ddd; 
  width: 20%; 
}

.container .admin-form-wrap #add_news.form-horizontal .form-group .control-label, .container #add_user.form-horizontal .control-label {padding-bottom: 10px;}

.footer_social a { color: white;}

.footer_social a:hover { text-decoration: underline;}

.news-button { width: 183px; 
 height: 40px; 
 background-color: #e00034; 
 border: 1px solid #e00034; 
 border-radius: 40px; 
 font-size: 15px; 
 font-family: 'PT Sans', sans-serif; 
 font-style: normal; 
 color: #ffffff; 
 text-align: top; 
 cursor: pointer; 
}

#leftcolomn { 
  width: 300px; 
  float:left; 
}

  #partners { 
    width: 300px;
    margin-top: 10px;
    background-color: white;
    border: 1px solid #dbdbdb;
    border-top:none;
    font-size: 15px;
    position: relative; 
  } 

    #partners ul { 
      list-style-type: none;
      text-align: left;
      padding-left: 20px; 
      padding-top: 10px;
    } 

      #partners a:hover { 
        text-decoration: underline; 
      }

      #partners a:visited { 
        text-decoration: none; 
      }

      #allblogs { 
        /*height: 550px;
        border-bottom: 1px solid #dbdbdb;*/
        overflow: hidden;
        position: relative;
        padding: 0 30px 30px;
        border-left: 1px solid #dbdbdb;
        border: 1px solid #dbdbdb;
        border-top:none;
        background-color: #ffffff;
      }

      .modal-open .page .container #myModal.fade.modal.in { 
        padding-right: 0px; 
      } 

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog { 
        margin-bottom: 0px; 
      }            

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-header { 
        border: none; padding: 0px; 
      }

      .modal-open .page .container #content_media #myModal.fade.modal.in .modal-dialog .modal-content.modal-header::before {
        display: none;
      }

      .modal-open .page .container #content_media #myModal.fade.modal.in .modal-dialog .modal-content.modal-header::after {
        display: none;
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body { 
        padding: 0px; 
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog { 
        width: 100%; 
        margin-top: 0px; 
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content { 
        box-shadow: none; 
        border: none;
        background-color: transparent; 
        background-clip: padding-box; 
        border-radius: 0; 
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-header button.close { margin-right: 20px; }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item {  }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item img { 
        margin: 0 auto; 
        border: 1px solid #919191;
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-header .close {text-shadow:0 1px 0 #919191;}

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-header button.close { 
        font-size: 50px; 
        color: #919191; 
        opacity: 1;
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-header button.close:hover { color: #ffffff; }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption { 
        color: #ffffff;
        text-align: left;
        bottom: 0px;
        padding-top: 0px;
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide ol.carousel-indicators li {
        border: 1px solid #919191;
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide ol.carousel-indicators li.active { 
        background-color: #919191; 
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-control.left { 
        background-image: none; 
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-control.right { 
        background-image: none; 
      }

      .modal-open .page .container #myModal.fade { 
        background-color: rgba(0, 0, 0, 0.7); 
        transition: none; 
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog {height: 100%;}

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content {height: 100%;}

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-header {
        height: 10%; 
        padding-top: 20px;
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body {
        height: 90%;
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner {height: ;}

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item.active {
        height: 100%;
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide ol.carousel-indicators { 
        bottom: 10px; 
        margin-bottom: 0px; 
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide a.left.carousel-control span.glyphicon.glyphicon-chevron-left {
        margin-top: -40px;
      }

      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide a.right.carousel-control span.glyphicon.glyphicon-chevron-right {
        margin-top: -40px;
      }

      .item-inner {padding-bottom: 5%;}


      @media only screen and (min-device-width: 768px) and (max-device-width: 797px)   {
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide {
          height:100%;
        }	
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item img { 
          width:360px; 
          height: 240px; 
        }
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption { 
          padding-left: 8%; 
          padding-right: 8%;
          padding-bottom: 0px;
        }
        .page .container #myModal.fade.modal .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption p { 
          font-size: 8px;
          overflow: hidden;
          height: 22px; 
        }
      }

      @media only screen and (min-device-width: 798px) and (max-device-width: 1023px)  {
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide {
          height:100%;
        }	
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item img { 
          width:434px; 
          height: 290px; 
        }
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption { 
          padding-left: 7%; 
          padding-right:7%;
          padding-bottom: 0px;
        }
        .page .container #myModal.fade.modal .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption p { 
          font-size: 8px;
          overflow: hidden;
          height: 25px;
        }
      }

      @media only screen and (min-device-width: 1024px) and (max-device-width: 1137px) {
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide {
          height:100%;
        }
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item img { 
          width:502px; 
          height: 335px; 
        }
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption {
          padding-left: 6%; 
          padding-right:6%;
          padding-bottom: 0%;
        }
        .page .container #myModal.fade.modal .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption p {
          font-size: 10px;
          overflow: hidden;
          height: 30px;	
        }
      }

      @media only screen and (min-device-width: 1138px) and (max-device-width: 1251px) {
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide {
          height:100%;
        }
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item img { 
          width:569px; 
          height: 380px; 
        }
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption { 
          padding-left: 6%;
          padding-right:6%;
          padding-bottom: 0px;
        }
        .page .container #myModal.fade.modal .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption p { 
          font-size: 10px;
          overflow: hidden;
          height: 30px;
        }
      }

      @media only screen and (min-device-width: 1252px) and (max-device-width: 1279px)  {
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide {
          height:100%;
        }
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item img { 
          width:647px; 
          height: 432px; 
        }
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption { 
          padding-left: 5%;
          padding-right:5%;
          padding-bottom: 7px;
          padding-top: 10px;
        }
        .page .container #myModal.fade.modal .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption p { 
          font-size: 12px;
          overflow: hidden;
          height: 33px;
        }
      }

      @media only screen and (min-device-width: 1280px) and (max-device-width: 1366px)  {
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide {
          height:100%;
        }
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item img { 
          width:715px; 
          height: 477px; 
        }
        .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption { padding-left: 4%; 
         padding-right:4%;
         padding-bottom: 7px;
         padding-top: 10px;
       }
       .page .container #myModal.fade.modal .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption p { 
        font-size: 12px;
        overflow: hidden;
        height: 35px;
      }
    }

    @media only screen and (min-device-width: 1367px) and (max-device-width: 1599px)    {
      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide {
        height:100%;
      }
      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item img { 
        width: 809px; 
        height: 540px; 
      }
      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption { 
        padding-left: 4%; 
        padding-right:4%;
        padding-bottom: 7px;
        padding-top: 10px;
      }
      .page .container #myModal.fade.modal .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption p { 
        font-size: 14px;
        overflow: hidden;
        height: 38px;
      }
    }

    @media only screen and (min-device-width: 1600px) and (max-device-width: 1919px) {
      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide {
        height:100%;
      }
      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item img { 
        width: 923px; 
        height: 616px; 
      }
      .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption { padding-left: 3%; 
       padding-right:3%;
       padding-bottom: 17px;
     }
     .page .container #myModal.fade.modal .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption p { 
      font-size: 16px;
      overflow: hidden;
      height: 43px;
    }
  }

  @media only screen and (min-device-width: 1920px) {
    .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide {
      height:100%;
    }
    .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item img { 
      width: 1129px; 
      height: 754px; 
    }
    .modal-open .page .container #myModal.fade.modal.in .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption { 
      padding-left: 3%;
      padding-right:3%;
    }
    .page .container #myModal.fade.modal .modal-dialog .modal-content .modal-body #carousel-generic.carousel.slide .carousel-inner .item .carousel-caption p { 
      font-size: 16px;
      overflow: hidden;
      height: 43px;
    }
  }



  /* BELTA*/

  .belta_news { 
    background-color: #ffffff;
    border-left:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
    border-right:1px solid #dbdbdb;
    /*border-top:5px solid #009CE6;*/
    margin-top: 10px;
    padding: 20px;
    position: relative;
  }

  .belta_news .home_news_name {
    margin: 0;
  }

  .news_inf_item {
    text-align: left;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #dbdbdb;
  }

  .news_inf_copy { 
    margin-top: 10px;
    text-align: left;
  }

  .news_inf_date { 
    color: #009CE6;
    font-family: 'PT Sans Bold', sans-serif;
    font-weight: bold;
  }


  #photos-title, #photos-short_description, .form-group.field-photos-photo,
  #bloggers-title, #bloggers-date, #bloggers-user, .container .admin-form-wrap #add_news.form-horizontal .form-group.field-bloggers-photo,
  #news-date, #news-title, #news-subcat, .container .admin-form-wrap #add_news.form-horizontal .form-group.field-news-photo, #news-user,
  #photos-type { 
    width: 70%;
    margin: 0 auto; 
  }

  #photos-short_description { height: 34px; }

  .admin-form-wrap textarea.form-control {
    height: auto;
    margin: 0 auto;
    width: 70%;
  }

  #user-username, #user-password, #user-usertype, #user-photo,
  .form-group.field-adv-banner, .form-group.field-adv-link, .form-group.field-adv-weight {
    width: 40%;
    margin: 0 auto;
  }