@charset "UTF-8";
/* CSS Document */

.navbar-brand-oman {
  float: left;
  font-size: 18px;
  line-height: 20px;
  background:none;
 
}

.logo-image {
	background: #fff;
	size: 100%;	
	
}

.nav-position {
	padding-top: 40px;
	padding-right: 200px;
}

.nav-background {
	background: url(../images/header.png) no-repeat right top #0081c6;
	max-height: 90px;
	
}
.blue-background{

 background:none;
}

.black-background{
	background:#000;
}

.white-text{
	color:#FFFFFF;
	
}

.border {
	outline:#0081c6 3px;
}


 
.small-text {
	font-size: .7em;
}

.headings {
	padding-left: 20px;
}



/*Blur*/
.blur {
  -webkit-transition: all 0,3s ease;
     -moz-transition: all 0,3s ease;
       -o-transition: all 0,3s ease;
      -ms-transition: all 0,3s ease;
          transition: all 0,3s ease;
}
 
.blur:hover {
  -webkit-filter: opacity(0.3);
}




/* Video embedding */	

	.flex-video {
position: relative;
padding-top: 0px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

