.center
{
	text-align: center;
}

.out-vc {
  display: table;
}
.in-vc {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.in-vc-right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
 
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}



.circleLoader
{
  width:60px;
  height:60px;
  margin:20px auto;
  position:absolute;
  z-index:99;
  left:50%;
  margin-left:-30px;
  top:40%;


}

.circleLoader:before,
.circleLoader:after{
  content:" "; 
  border-radius: 50%;
  border: solid 3px #333;
  position:absolute;
  width:2px;
  height:2px;
  top: 24px;
  left: 24px;
  opacity:0;
}

.circleLoader:before,
.circleLoader:after{
  -webkit-animation: expand 3s; /* Chrome, Safari, Opera */
  animation: expand 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

.circleLoader:after{
  -webkit-animation-delay: 1.5s;
}


@keyframes expand
{
 0% {
  width:2px;
  height:2px;
  top: 24px;
  left: 24px;
  opacity:0;
 }
 20%{
  opacity:1;
 }
 100% {
  width:50px;
  height:50px;
  top:0;
  left:0;
  opacity: 0.2;
 }
}



 header
 {
 	background-color:#383834;
 	width:100%;
padding:1%;
 	position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8); 
  opacity:0;
      -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
 }


.fb-btn
{
display:inline-block;
    background: #577fbc;
    border: 1px solid #577fbc;
color:#fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 16px;
    top: -1px;
    position: relative;
}

.fb-btn:hover
{
background: #365899;
    border: 1px solid #365899;
    color:#fff;
  }

header p
{
	color:#fff;
	margin:0px;
	font-size:14px;
	margin-top:5px;
}


.button:hover, .button:focus
{
  box-shadow: none;
}



#m-video
{
	
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8); 
  
  opacity:0;
      -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}


 #gu-logo
 {
 	max-width:180px;
 }

 .rown
 {
 	padding-top:15px;
 	padding-bottom:30px;
 }

 .button
{
  background-color: #f47b20 ;
  text-transform: uppercase;
  border-radius:5px;
  line-height: 1.3rem;
  margin-top:20px;
  font-size:21px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8);
  margin-bottom:20px;
   font-family: 'Helvetica';
       padding: 0.8em 4em;

                   -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
body
{
	font-family: 'Helvetica';
}
.max
{
	width: 100%;
}
.max_m
{
  width:100%;
  max-width:150px;
  margin:auto;
}


h1
{
	margin:0px;
	padding-bottom:15px;
	font-family: 'Helvetica';
	font-weight:bold;
}
h5
{
	font-family: 'Helvetica';
}
h4
{
	font-family: 'Helvetica';
}
p {
    margin-bottom: 0rem;
    font-family: 'Helvetica';
    font-size:21px;
    line-height: 1.4rem;

}

.btn25 {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn25 img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.btn25 .ovrly {
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn25 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn25 .buttons .fa {
    background: rgba(256, 256, 256, 0);
    border:2px solid rgba(256, 256, 256, 0.8);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkt-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 38px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: rgba(50, 50, 50, 0.9);
}
.btn25 .buttons .fi-play {
	color:rgba(256, 256, 256, 0.8);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.btn25:hover .buttons .fa {
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    
}
.btn25:hover .ovrly {
    opacity: 0;
}
.fi-play:before {
    margin-left: 3px;
}
.row.row{
  margin-left:auto;
  margin-right:auto;
}

#main-nav
{
  max-width:60rem;
}



footer
{
background-color: #333;

  padding-top:20px;
  padding-bottom:30px;

}
footer .menu
{
  text-align: center;
}
footer .menu > li
{
  color:#fff;
  font-weight: bold;
  font-size:15px;
  line-height: 1.3rem;
  letter-spacing: 1px;
}

footer .menu > li > a
{
  font-size:14px;
  color:#fff;
  line-height: 1.3rem;
font-weight: normal;
letter-spacing: 1px;
padding:0px;
}

footer .menu > li > a:hover
{
  color:#cbcbcb;
}


footer label
{
  color:#fff;
}



@media (max-width: 40em) {




.row.row{
	margin-left:0px;
	margin-right:0px;
}
 #gu-logo
 {
 	max-width:100px;
 }
.title-bar {
    padding: 0.5rem;
    background: #383834;
    color: #fff;
}
.menu.vertical > li
{
	text-align: center;

	    padding-bottom: 10px;
}
.top-bar
{
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9));
}

.top-bar, .top-bar ul
{
	background-color: transparent;
}
.top-bar::before {
  z-index: -1;
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("https://unsplash.imgix.net/uploads/1413386993023a925afb4/4e769802?q=75&fm=jpg&s=84dfb097d39ff1600cdd32be44813650") no-repeat center center fixed;
  background-size: cover;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.fixed
{
	position:fixed;
	width:100%;
	z-index:999;
}
.main
{
	padding-top:65px;
}

 .button
 {
 	font-size:16px;
 }
h4, h5
{
	text-align:center;
	margin-top:0px;
}
.small-m
{
	max-width:100px;
}

}


@media (min-width:1000px) and (max-width:1300px){

#main-nav
{
  max-width:75% !important;
}

}

@media (min-width:40rem) and (max-width:1000px){

#main-nav
{
  max-width:95% !important;
}
small{
font-size: 80%;
}
}