#first-block, #second-block, #third-block, #fourth-block {
text-align:center;
padding:3.5em 0;
}
#carousel {
text-align:center;
background:transparent;
}
#header-block {
background:transparent;
}

#indent-block {
background:transparent;
margin-top: -200px;
margin-bottom: -50px;
margin-left: auto;
margin-right: auto;
}

#margin-block {
background:transparent;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
}

#first-block {
background:transparent;
margin-top: -300px;
margin-bottom: -100px;
margin-left: auto;
margin-right: auto;
}
#second-block {
margin-top: -50px;
background:transparent;
}

#third-block {
background:#transparent;
}
#fourth-block {
margin-top: -100px;
background:#transparent;
}
footer {
/*margin-top: -50px;*/
/*background: transparent;*/
padding:3.5em 0;
background: url(../img/footerbg.png) no-repeat ; 
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
 background-size: cover;

/*border-top: solid 10px #322714;*/
}

.circular {
	width: 200px;
	height: 200px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background:url(../img/330x190.jpg) no-repeat;
		}
		
.img-responsive {
  width: auto;
  max-width: 100%;
}

.logo
{
width:auto; 
max-width: 100%; 
position: absolute; 
z-index: 3; 
margin-left: auto; 
margin-right:auto;
margin-top: 0px;
}


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

.logo
{
width:auto; 
max-width: 40%; 
z-index: 3; 
margin-left: auto; 
margin-right:auto;
margin-top: 0px;
}

#first-block {
background:transparent;
margin-top: 0px;
margin-bottom: -10px;
}

#indent-block {
background:transparent;
margin-top: -0px;
margin-bottom: -10px;
}


}


ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
 
ul.img-list li {
  
  position: relative;
  padding: 0;
  margin: 0;
  /*border: solid 3px #000;*/
}

ul.img-list li img {
width: auto;
max-width: 100%;
-webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;

  /*border: solid 3px #000;*/
}

ul.img-list li img:hover {
width: auto;
max-width: 100%;
margin-top: -30px;
-webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;

  /*border: solid 3px #000;*/
}


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

ul.img-list li img:hover {

margin-top: 0px;
  /*border: solid 3px #000;*/
}

}
/*span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: 'Oleo Script', cursive;
  font-size: 18px;
  
}*/

/*span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 1;
  
}*/
 
/*ul.img-list li:hover span.text-content {
  opacity: 0;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 60px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 100%
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  padding: 5px;
}*/



select{
border-color:#ccc;

    box-shadow:none;
	padding:5px;
	width: 100%;
	border-radius: 5px;
	height:auto;
}

.form-group {
    margin:5px;
}
.form-group input,
.form-group textarea {
    padding:5px;
	width: 100%;
	border-radius: 5px;
}
.form-group input.form-control {
    height:auto
}
.form-group textarea.form-control {
    height:100px
}

.form-control:focus {
    border-color:#fed136;
    box-shadow:none
}

.text-danger {
    color:#e74c3c
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #663333;
  border-radius: 4px;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}




.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-right: -2px;
  float: right;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #333333;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}