html{
  overflow-y: scroll;  
}

a:hover{
  text-decoration:none;
}

a:visited{
  text-decoration: none;
}

a:active{
  text-decoration: none;
}

hr {
  height: 1px;
  border: none;
  color: #272727!important;
  background: #272727!important;
  margin: 0;
}

* html hr {
margin: -7px 0;
}

.hiddener{
  display:none!important;
}

.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;
}

/* padding`s  */

.paddingTB5{
  padding-top:5px;
  padding-bottom:5px;
}

.paddingTB10{
  padding-top:10px;
  padding-bottom:10px;
}

.paddingTB20{
  padding-top:20px;
  padding-bottom:20px;
}

.paddingTB75{
  padding-top:75px;
  padding-bottom:75px;
}

.paddingTB100{
  padding-top:100px;
  padding-bottom:100px;
}


.paddingT15{
  padding-top:15px;
}

.paddingB10{
  padding-bottom:10px;
}

.colorFFF{
  color:#fff;
}

@media screen and (max-width: 768px) {
  .paddingTB5{
    padding-top:0;
    padding-bottom:0;
  }

  .paddingTB10{
    padding-top:0;
    padding-bottom:0;
  }

  .paddingT15{
    padding-top:0;
  }
  
  .paddingB10{
    padding-bottom:0;
  }

  .paddingTB20{
    padding-top:0;
    padding-bottom:0;
  }

  
}

/* padding`s  */


/* modal  */

input[name="name_modal"]{
  padding:10px;
  font-size:20px;
  margin-bottom:10px;
  width:100%;
}

input[name="last_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%;
}

input[name="name"]{
  padding:10px;
  font-size:20px;
  margin-bottom:10px;
  width:100%;
}

input[name="last_name_modal"]{
  padding:10px;
  font-size:20px;
  margin-bottom:10px;
  width:100%;
}

input[name="phone"]{
  padding:10px;
  font-size:20px;
  margin-bottom:10px;
  width:100%;
}

input[name="email"]{
  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;
  color:#fff;
}

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:#fff;
	font-size:13px;
  font-weight:bold;  
}

/* breads */

/* 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 */

.pages{
	border:1px solid #000;
	padding:5px 11px 5px 11px;
	float:left;
	margin-right:4px;
	color:#000;
}

.pages:hover{
	border:1px solid #000;
	padding:5px 11px 5px 11px;
	float:left;
	margin-right:4px;
	color:#000;
	background:#000;
}

.pages2{
	border:1px solid #000;
	padding:5px 11px 5px 11px;
	float:left;
	margin-right:4px;
	color:#000;
	background:#f000;
}


.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;
}

/* Style the navbar */
#navbar {     
  z-index:999999;
}

/* Navbar links */
#navbar a {
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky12 {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky12 + .content {
  padding-top: 60px;
}

.grecaptcha-badge {
  display: none!important;
}
