p,h1,h2,h3,h4,h5,.fa,address{
	color: #fff;
	text-transform: none;
  
}
p{font-size:15px;}
label{font-weight:normal;}

a:hover i.fa, a:hover h4{
	  -webkit-text-stroke: 1px #000;
    color: #d5d5d5;
  
  text-shadow:
    2px 2px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
 
}
.grey{
	background: #00008B;
}

a, h1 a:hover, h2 a:hover, h3 a:hover {
  color:#00008b;
}
address{font-size:12px;}
#address a{color:#fff;}
.page-header h2{
	font-size:18px;
	font-weight:700;
}
.narrow{
	max-width:80% auto;
}
ul.archive-module li {
    text-align: center;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tab-pane > ul > li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #111008;
}
.btn-group.open .btn-primary.dropdown-toggle, .btn-primary {
    background: #00008B none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
header#header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 4px solid #111008;
    left: 0;
    position: fixed;
    right: 0;
	z-index: 1030;  
}
#mainbody{
	min-height:500px;
    background-image:url("/images/ammanbg.jpg");
  	background-repeat:no-repeat;
  	background-position:top left;
  	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  	background-attachment: fixed;
}
.sidebar-right{
	margin-top:70px;
}
.thumb{
	max-width:120px;
	margin:15px 30px;
}

img .caption{
	max-width:120px;
	margin:15px 30px;
}
#oldshop{max-width:150px;}
.white   {
	background:rgba(0,0,0,0.7);
	padding:40px;
	margin-bottom:30px;
	float:left;
	clear:both;
	line-height:23px;
 
}
.white p, .white h1, .white h2, .white h3{color:#fff;}
.navbar-nav {
    margin: 12px;
}
#content-area{background:rgba(0,0,0,.7);padding:40px;margin:0 20px;}

#content {
    padding: 80px 0;
}
.fa-check{color:#111008;margin-right: 5px; }
.navbrand img{
	margin: 0 10px;
	max-width:200px;
}
.navbar-nav > li > a {
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
	color:#111008;
}
.navbar-nav > li > a:hover, .navbar-nav> li> a:focus {
    background:none;
	color: 	#137495;
    
}
#bottom1{
	min-height: 400px;
  	background-image:url('/images/wadi.jpg');
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding:120px 0px;
}
#below-content{
	min-height: 400px;
  	background-image:url('/images/petra.JPG');
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	padding:90px 0px;
}
div#below-content {
    margin-top: 0px;
}
.investments {  
  background:rgba(255,255,255,.5);
   -webkit-transition:  background-color 2s;
    transition:  background-color 2s;
}
.investments:hover{background:none;}
   #companies_top{margin-bottom:40px;}
  #companies_bottom{margin-top:20px;}
.cd-scrolling-bg {
	min-height: 100%;
	background:rgba(255,255,255,0.5);
}

#footer, #footer .container{
	background: transparent;
}
.center{
	text-align:center;
}
.boxed{
	background:rgba(255,255,255,0.9);
	padding:40px;
	border-radius:4px;
	min-height:180px;
	
}

.page-header h1{
	font-size: 30px;
	margin:0;
}

blockquote{
	border-left: 4px solid #fff;
}
blockquote p, blockquote small, blockquote h5{
	color:#fff;
}
.plan {
   /* background: #d8d6c0;*/
    position: relative;
    box-sizing: border-box;
	height:80px;
	-webkit-transition:background 2s , height 4s;
	transition:background 2s , height 4s ;
	overflow:hidden;
	margin-top:20px;
    padding:0 20px;
}
.plan:hover, .plan:focus{
	height:800px;
	background:#fff;
	padding:0 30px;	
}

.plan p {color:#00008b;margin-top:20px;}
.plan img{text-align:center;}
.navbar-toggle .icon-bar {
    background-color: #137495;
  	height: 3px;
    width: 26px;
}
/*CSS TABS STYLE----------------------------------------------------------------
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*html, body {
  height: 100%;
}

body {
  font: 14px/1;
  color: #555;
  background: #eee;
}

h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

main {
  min-width: 320px;
  max-width: 100%;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before {
  content: '\f1cb';
}

label[for*='2']:before {
  content: '\f17d';
}

label[for*='3']:before {
  content: '\f16b';
}

label[for*='4']:before {
  content: '\f1a9';
}

label[for*='5']:before {
  content: '\f1a9';
}

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #22264b;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8
{
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0px;
  }

  label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}*/
/*History2 style ---------------------------------------------------------------*/
.board{
    width: 80%;
	margin: -50px auto;
	height: 500px;
	/*background: #fff;*/
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
}

.board > div.board-inner{
    /*background: #fafafa url("images/squared_metal.png");
    background-size: 30%;*/
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #137495;
    position: absolute;
    width: 95%;
    margin: 0 auto;
    left: -35px;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #cdc798;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    /*border-bottom-color: transparent;*/
	height: 46px;
	width: 60px;
}

span.round-tabs{
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 100px;
    display: inline-block;
    font-size: 14px;
    height: 46px;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    width: 60px;
    z-index: 2;
}

span.round-tabs.one{
    color: #111008;border: 2px solid #137495;
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #22264b;
    color: #22264b;
}

span.round-tabs.two{
     color:#111008;border: 2px solid #137495;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #22264b;
    color: #22264b
}

span.round-tabs.three{
    color: #111008;border: 2px solid #137495;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #22264b;
    color: #22264b
}

span.round-tabs.four{
    color: #111008;border: 2px solid #137495;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #22264b;
    color: #22264b
}

span.round-tabs.five{
    color: #111008;border: 2px solid #137495;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #22264b;
    color: #22264b
}

span.round-tabs.six{
    color: #111008;border: 2px solid #137495;
}

li.active span.round-tabs.six{
    background: #fff !important;
    border: 2px solid #22264b;
    color: #22264b
}

span.round-tabs.seven{
    color: #111008;border: 2px solid #137495;
}

li.active span.round-tabs.seven{
    background: #fff !important;
    border: 2px solid #22264b;
    color: #22264b
}

span.round-tabs.eight{
    color: #111008;border: 2px solid #137495;
}

li.active span.round-tabs.eight{
    background: #fff !important;
    border: 2px solid #22264b;
    color: #22264b
}

.nav-tabs > li.active > a span.round-tabs, .nav-tabs > li:hover >a span.round-tabs{
    background: #fafafa;
	color:#111008;
}
.nav-tabs > li {
    width: 12%;
}
li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}

#myTab li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #137495;
    transition:0.1s ease-in-out;
    
}
#myTab li.active:after {
    content: " ";
    position: absolute;
    left: 40%;
    opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #137495;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 47px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
	border:0;
}

.tab-content h5{color:#00008b;
}
.tab-pane{
	position: relative;
	background:rgba(255,255,255,.8);
	padding:40px;
}
/*.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}*/
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#bbb791;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}
.nav-tabs {
    border-bottom: 3px solid #137495;
}


.item{background:rgba(255,255,255,0.3);padding:30px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger{background-color: #137495;border-color: #137495;color: #fff;}
.btn-danger{background-color: #111008;}

.name-label label, .email-label label, .subject-label label, .message-label label {color:#fff;font-weight:500;}
.contact-form .email-copy-label label{color:#fff;}
.contact-form legend{color:#fff;}
 ul.nav.menu li.item-116{border:none;}
#footer ul.nav li a{color:#111008;}
#footer ul.nav li a:hover{color:#BBB791;}
#footer p{color:#00008b;}
/*Popups*/


.box {
 
  margin: 0 auto;
  padding: 35px;
  text-align: center;
}


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 90px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 2s ease-in-out;

  
}


.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 200ms;
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #00008b!important;
  opacity:1;
}
.popup .close:hover {
  color: #111008;
}
.popup .content {
 overflow: auto;
  padding:25px;
}
.popup p{color:#00008b;}

/*Media Queries-----------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
.col-xs-6 img{max-width:150px;}
   .fa-4x{margin-top:40px;}
   #companies_top{margin-bottom:0px;}
  #companies_bottom{margin-top:0px;}
  #mainbody, #bottom1 , #below-content{
	background-attachment:scroll;}
  #bottom1{ background-image:url('/images/wadismall.jpg');}
}


@media screen and (max-width: 700px){
  
  .box{
    width: 90%;
  }
  .popup{
    width: 90%;
    position:relative;
    margin-top:50px;
    overflow:auto;
  }

  
}
  
@media screen and (max-width: 640px) {
img, .thumb. .logo{
	text-align:center;
}

  #oldshop{display:none;}
  #content-area{padding:10px;width:90%;}
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{padding-left:5px;padding-right:5px}
  blockquote{padding:10px 5px 10px 10px;} 
} 
@media( max-width : 585px ){
  
  p, blockquote p{font-size:14px;}
  .white   {
	background:rgba(0,0,0,0.6);
	padding:30px;
	margin-bottom:30px;
	float:left;
	clear:both;
	line-height:30px;
    }
  img{text-align:center;}
  .board {width: 90%;height:auto !important;}
  span.round-tabs {font-size:12px;width: 45px;height: 45px;line-height: 45px;}
  .tab-content .head{font-size:20px;}
  .nav-tabs > li a {width: 45px;height: 45px;line-height:45px;}
  li.active:after {content: " ";position: absolute;left: 27%;}
  .btn-outline-rounded {
    padding:12px 20px;
    }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background:none;
  }
 
}
@media( max-width : 360px ){
#content-area{padding:0;margin:10px;}
.plan:hover, .plan:focus{
	height:auto;
	background:#fff;
	padding:10px;	
}
}
  
  
 
}