*{
margin: 0;
padding: 0;
}
html,
body {
    height: 100%;
}



#wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#content {
    flex: 1 0 auto;
}
#footer {
    flex: 0 0 auto;
}

.icon-box-horizontal .unit-left {
  min-width: 48px;
}

.icon-box-horizontal [class*='icon-md'] {
  margin-top: -2px;
}

.icon-box-horizontal [class*='icon-lg'] {
  margin-top: -5px;
}

.icon-box-horizontal * + p {
  margin-top: 9px;
}

.icon-box-vertical * + p {
  margin-top: 9px;
}

.icon-box-vertical-sm {
  max-width: 330px;
}

@media (max-width: 479px) {
  .icon-box-vertical-sm {
    margin-left: auto;
    margin-right: auto;
  }
}
.drop_streer{

    height: 100%;
    padding: 6px;
    /*height: 17.600px;*/

}
.icon-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  padding: 35px 30px;
  text-align: center;
  cursor: default;
}

.icon-box:before, .icon-box:after {

  content: '';
  position: absolute;
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  border: 1px solid #e5e7e9;
  pointer-events: none;
  transition: .33s all ease;
}

.icon-box:before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.icon-box:after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

.icon-box .divider {
  max-width: 100%;
  margin: 13px auto;
  transition: .33s all ease;
}

.icon-box .box-top,
.icon-box .box-body {
  position: relative;
  will-change: transform;
  transition: .33s all ease;
  -webkit-filter: blur(0);
}

.icon-box .box-top {
  top: 0;
}

.icon-box .box-body {
  max-width: 100%;

}

.icon-box .box-header {
  bottom: 0;
}
.box-icon{
  font-size:50pt;
  /*color: red;*/
}
.icon-box .box-icon {
  min-height: 46px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
    .main-icon-box{
        width: 150px;
        /*padding: 100px*/
    }
}


.icon-box * + .box-header {
  margin-top: 5px;
}

.icon-box.hover:before, .icon-box.hover:after, .icon-box:hover:before, .icon-box:hover:after {
  width: 100%;
  height: 100%;
  border-color: #3f3f3f;
}

.icon-box.hover .box-top, .icon-box:hover .box-top {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}

.icon-box.hover .box-body, .icon-box:hover .box-body {
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}

.icon-box.hover .divider, .icon-box:hover .divider {
  width: 168px;
}

.guide-caption{

    padding-bottom: 5px;
    font-size: 17px;
    color:#333;
}
.guide-caption:hover{
    color:#333;

}
@media (min-width: 768px) {
  .icon-box {
    max-width: 308px;
    padding: 67px 40px 61px;
    margin-left: auto;
    margin-right: auto;
  }
}

.divider {
  width: 49px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #3f3f3f;
}
h5 a {
  font-size: 18pt;
  color: #3f3f3f;
}
h5 a:hover {
  color: #3f3f3f;
}






.post-meta{
    color:white !important;
}


.nav-a{
    font-size: 22px !important;
}



.post-block {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px;
    overflow: hidden;
    background: #000;
}

.post-block .post-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .4;
    will-change: transform;
    transition: .66s all ease;
}

.post-block .post-image img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.post-block .post-header {
    line-height: 1.2;
    color: #fff;
}

.post-block .post-header a, .post-block .post-header a:active, .post-block .post-header a:focus {
    color: inherit;
}

.post-block .post-header a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.post-block .post-body {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 30px 22px 30px 25px;
}

.post-block .post-meta {
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-bottom: -2px;
    color: rgba(255, 255, 255, 0.5);
}

.post-block .post-meta > * {
    margin-top: 2px;
}

.post-block .post-meta > *:not(:last-child) {
    margin-right: 15px;
}

.post-block .post-meta a {
    color: rgba(255, 255, 255, 0.5);
}

.post-block .post-meta a:hover {
    color: #cfaa45;
}

.post-block .post-meta > li {
    display: inline-block;
}

.post-block:hover {
    color: rgba(255, 255, 255, 0.8);
}

.post-block:hover .post-image {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    opacity: .2;
}

.post-block * + .post-meta {
    margin-top: 12px;
}

@media (min-width: 480px) {
    .post-block .post-body {
        padding: 40px 30px 40px 35px;
    }
}

@media (min-width: 768px) {
    .post-block {
        min-height: 250px;
    }
    .post-block .post-body {
        padding: 60px 30px 60px 40px;
    }
}

@media (min-width: 1200px) {
    .post-block .post-body {
        padding: 13% 8% 13% 20%;
    }
    .post-block * + .post-meta {
        margin-top: 5px;
    }
}
.phoneInput_user{
    width: 100% !important;
    margin-bottom: 3px !important;
}
.add_img_div{
    display: inline-block;
    float: left;
    position: relative;
    /* margin-left: 5%; */
    /* margin-right: 5%; */
    margin-top: 15px;
    padding-right: 2.5%;
    padding-left: 2.5%;
    width: 20%;

}
.add_imgs{
    width: 100%;
    height: 100px;
}
.post-body{
    font-size: 12pt;
}
.object-inline,
.object-inline-baseline {
    /*white-space: nowrap;*/
}
.object-descript{
    height: 25px;
    position:relative;
    /*height:40px;*/
    /*width:240px;*/
    /*margin:0 5px 0 5px; padding:0;*/
    /*font:bold 15px/18px Arial;*/
    /*text-align:center;*/
    text-decoration:none;
    overflow:hidden;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    display: block;
}

.object-inline > * + *,
.object-inline-baseline > * + * {
    margin-top: 0;
    margin-left: 5px;
}

.object-inline {
    vertical-align: middle;
}

.object-inline > * {
    display: inline-block;
    vertical-align: middle;
}
.list-tags-inline > li {
    display: inline;
}

.list-tags-inline > li:not(:last-child):after {
    content: ',';
}
.a-search{
    text-decoration:none;
}
.a-search:hover{
    text-decoration:none;
}
.imgs-bottom{
    height: 350px;
    margin-bottom: 15px;
}
input[type="file"] {
    display: none;
}
.img-profile{
    width: 200px !important;
    height: 200px !important;
}

@media screen and (max-width: 767px) {
    .phoneInput  {
        margin-top: 0 !important;
    }
}
/*.owl-item{*/
    /*width: auto !important;*/
    /*height: 1px !important;*/
    /*margin-bottom: 120px;*/
/*}*/
/*.owl-item .item{*/
    /*width: 107.5px;*/
/*}*/
.owl-img{
    height: 75px;
}
.owl-img-main{

    width: 100%;
    height: auto !important;
    /*max-height: 315px !important;*/
}







.slide_count {
    position: relative;
    /*padding: 25vh 10%;*/
    /*min-height: 25vh;*/
    /*width: 100vw;*/
    box-sizing: border-box;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
    transform-style: inherit;
}

/*img {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 35%;*/
    /*width: 320px;*/
    /*height: 240px;*/
    /*transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);*/
    /*padding: 10px;*/
    /*border-radius: 5px;*/
    /*background: rgba(240,230,220, .7);*/
    /*box-shadow: 0 0 8px rgba(0, 0, 0, .7);*/
/*}*/

/*img:last-of-type {*/
    /*transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);*/
/*}*/

.slide_count:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
}

.

.slide_count:nth-child(2n) .title {
    margin-left: 0;
    margin-right: auto;
}

.slide_count:nth-child(2n+1) .title {
    margin-left: auto;
    margin-right: 0;
}

.slide_count, .slide:before {
    background: 50% 50% / cover;
}


#title {
    background-image: url("http://lorempixel.com/output/abstract-q-c-640-480-6.jpg");
    background-attachment: fixed;
}



#slide2 {
    background-image: url("http://chernivtsi-tours.com.ua/upload/CHernivtsi.jpg");
    background-attachment: fixed;
}

@media (max-width: 991px){
    .row.categories .container {
        width: 645px;
    }
}
@media (max-width: 666px){
    .row.categories .container {
        width: 426px;
    }
}
@media (max-width: 456px){
    .row.categories .container {
        width: 205px;
    }
}
.err_sbmt{
    color:red
}
