.row97percent {min-width:97% !important;}

.row100percent {min-width:100% !important;}

.letter_size_1{
    font-size: 11px;
}
.min_height-FX{
    min-height: 500px;
}
.yellow_bg{
    background-color: #cccccc;
}
.modal-open {
   overflow: hidden;
   position: fixed;
}
.reveal-modal {
   overflow-y: auto;
   
   position: fixed;
}
.modal_height{
    height: 90% !important;
    //margin-top: -40px !important;
}
video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}
.iso {
	position: relative;
	width: auto;
	height:120px;
	margin:0 auto 0 auto;
	background-color:#FFF;
	padding:10px;
	opacity:0.9;
        text-align: center;
}

.main_image{
    position:relative;
    height:550px;
    background: url(/images/bg.jpg) no-repeat center center fixed;
    background-size: cover;

    /*	
            background-image:url(../images/bg.jpg);
    */
}

.head_imageFX{
    background:#a0d3e8;
    height: 150px;
}
.logo{
    background:#333;
    padding:5px;
}
.padding10{
    padding:10px;	
}
.padding5{
    padding:5px;	
}
.padding_schedule{
    padding:10px;	
}

div:target{
    zoom: 1;
    background-color: #F7F8E0;
    box-shadow: 0px 0px 80px #000;
    border-radius: 10px;

    -webkit-transition: background-color 0.5s ease-in-out, box-shadow 1s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out, box-shadow 1s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out, box-shadow 1s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out, box-shadow 1s ease-in-out;
    transition: background-color 0.5s ease-in-out, box-shadow 1s ease-in-out;
}

/*background Image*/

.backgrd{
    background-image: url("/images/new_bg.jpg");
    background-size:cover;
}

.backgrd2{
    background-color: #ff9999;
}

/*Footer Section*/
.full-width {
    max-width: 1400px;
}

.footer {
    background-color: #2980b9;
    padding: 2rem 4rem;
    text-align: center;
    color: #fff;
}
.footer i {
    font-size: 100px;
}

.footer h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 2.5rem;
    margin-bottom: 10px;
}
.footer p {
    font-weight: 300;
    font-size: .8rem;
}

@media only screen and (min-width: 40.063em) {
    .footer .columns:nth-child(n+2) {
        border-left: 1px solid #b3b3b3;
        min-height: 280px;
    }
}
.footer-links {
    list-style-type: none;
}
.footer-links a {
    color: #fff;
    font-weight: 300;
    font-size: .8rem;
}
.footer-links li {
    margin-top: .5rem;
}


//Pace Page Load

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-perspective: 12rem;
  -moz-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;

  z-index: 2000;
  position: fixed;
  height: 6rem;
  width: 6rem;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 20%;
  top: 20%;
  height: 10rem;
  width: 10rem !important;
  line-height: 10rem;
  font-size: 4rem;
  border-radius: 50%;
  background: rgba(34, 153, 221, 0.8);
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  text-align: center;

  -webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
  -moz-animation: pace-theme-center-circle-spin linear infinite 2s;
  -ms-animation: pace-theme-center-circle-spin linear infinite 2s;
  -o-animation: pace-theme-center-circle-spin linear infinite 2s;
  animation: pace-theme-center-circle-spin linear infinite 2s;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
}

@-webkit-keyframes pace-theme-center-circle-spin {
  from { -webkit-transform: rotateY(0deg) }
  to { -webkit-transform: rotateY(360deg) }
}

@-moz-keyframes pace-theme-center-circle-spin {
  from { -moz-transform: rotateY(0deg) }
  to { -moz-transform: rotateY(360deg) }
}

@-ms-keyframes pace-theme-center-circle-spin {
  from { -ms-transform: rotateY(0deg) }
  to { -ms-transform: rotateY(360deg) }
}

@-o-keyframes pace-theme-center-circle-spin {
  from { -o-transform: rotateY(0deg) }
  to { -o-transform: rotateY(360deg) }
}

@keyframes pace-theme-center-circle-spin {
  from { transform: rotateY(0deg) }
  to { transform: rotateY(360deg) }
}
