html{
  overflow-y: scroll;  
}


.marginT5{
  margin-top:5px;
}

.marginT10{
  margin-top:10px;
}

.marginB10{
  margin-bottom:10px;
}

.marginB25{
  margin-bottom:25px;
}

.borderB1{
  border-bottom:1px solid #0076bc;  
}

.borderB2{
  border-bottom:2px solid #ADC921;  
}

.colorL{
  color:#0076bc !important;
}

.backgroundL{
  padding-top:40px;
  background:#f6f6f6;
  padding-bottom:40px;  
}

.buttonL{
  background:#0076bc;
  color:#fff;
  padding:5px 10px 5px 10px;
  text-align:center;               
  cursor:pointer;
}

.buttonL:hover{
  background:#006cac;
}

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'] {
	 margin:-.2px;
}

/* modal  */

input[name="name_modal"]{
  padding:10px;
  font-size:20px;
  margin-bottom:10px;
  width:100%;
}

input[name="phone_modal"]{
  padding:10px;
  font-size:20px;
  margin-bottom:10px;
  width:100%;
}

.submit_modal{
  padding:10px;
  background:#0076bc;
  font-size:20px;
  color:#fff; 
  margin-bottom:10px;
  width:100%;
  border:none;
}

/* modal end */

/* breads */

ul.breads{
	list-style:none;
	-webkit-padding-start: 0;
	margin-left:0 !important; 
  padding-top:30px;
}

ul.breads li{
	float:left;
	padding-left:4px;
}

ul.breads li:first-child{
	padding-left:0!important;
}

ul.breads li:after{
	content: "/"; 
  font-size: 11px;
  padding-left: 10px;
  padding-right: 5px;  
}

ul.breads li:last-child:after{
	content: "";
}

ul.breads li a{
	color:#000;
	font-size:11px;
  font-weight:bold;  
}

/* breads */

.content-params{
  font-size:14px;  
}

.content-params img{
    display: block;
    height: auto;
    max-width: 100%;
}

/* inner blocks */

.inner-pages-block{
  height:300px;
}

.inner-pages-block .inner-pages-block-img{
  height:220px;
}

.inner-pages-block .inner-pages-block-text{
    background: #0076bc;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 8px;       
    min-height:72px;
}

/* inner blocks */


.on-hover-shadow{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.on-hover-shadow:hover {
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow:0 0 10px #000; 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#upbutton{
  position:fixed;
  bottom:25px;
  right:25px;
}

.modal2 {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal2:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

/* pages */

.pages{
	border:1px solid #ADC921;
	padding:5px 11px 5px 11px;
	#float:left;
	margin-right:4px;
	color:#ADC921;
}

.pages:hover{
	border:1px solid #ADC921;
	padding:5px 11px 5px 11px;
	#float:left;
	margin-right:4px;
	color:#fff;
	background:#ADC921;
}

.pages2{
	border:1px solid #ADC921;
	padding:5px 11px 5px 11px;
	#float:left;
	margin-right:4px;
	color:#fff;
	background:#ADC921;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header{
  font-size:18px;
  font-weight:bold;
  text-align:center;
}

.body-two{
  font-size:18px;
  font-weight:bold;
}

#scroll_top {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	background: url("../images/up.png") 50% 50% no-repeat;
  background-size:cover;
	opacity: 0.5;         
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#scroll_top:hover {                 
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
