@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

body,h1,h2, h3, h4, h5, h6,button { font-family: 'Open Sans','Droid Arabic Kufi', sans-serif;  }




/*  NAVIGATION */
#nav { margin: 20px; margin: 0; padding-top: 0.85em; width: auto;  font-size: 01em; padding-left: 20px; }
#nav li { margin: 0 0 0.5em 0; display: block; float: left; clear: none; margin-right: 2.5%; background: rgb(227, 106, 13); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding:5px 10px 5px 10px;}
#nav li:last-child { margin-right: 0; }
#nav a { display: block; color: #FFF; text-decoration:none; }
#nav a:hover { color: #484a50; border-bottom-color: #484a50; }
#nav.arabic li{float: right; margin-left: 2.5%; margin-right: 0%;} 
#nav li.current{background-color:  rgb(144, 144, 144);}
@media screen and (max-width: 767px) {
  //  #nav .current{ -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
  //  #nav { margin: 0 6% 0 0; padding: 0; }
    #nav li { margin: 0; display: block; float: left; width: 100%; clear: none; margin-bottom: 10px; font-size: 0.7em;}
  //  #nav.arabic li{float: right;} 
  //  #nav a { padding: 6px 0 8px; text-indent: 10px; color: #fff;  background: rgba(194,100,40,0.75) url(images/bg_arrow_white.png) 96% 50% no-repeat;   border-top: 1px solid rgb(194,100,40);  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
  //  #nav a:hover { border-bottom: none; }
}

/*  End */


.menulogo{
    
    width: 200px;
height: 60px;
}


.divider{

    height: 2px;
    background-color: rgb(227, 106, 13);

}
.owl-wrapper-outer{
   direction:ltr; 
}
.owl-item  .arabic{
    direction: rtl;
    
}
#owl-slider  .item   img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 850px
}
#sliderSection .owl-controls{

    display: none !important; 
}

footer{

    background-color: rgb(227, 106, 13);
    

    direction: ltr;

}
#footer1{
    text-align: center;
}
#footer1 > p {display: inline-block;color: white;margin-top: 10px;}
#footer2{

    padding: 0px 0px 100px 10px;

    /* height: 300px; */

    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;


    background-image: url(../images/bottombg.jpg);
    

    background-color: rgba(27, 27, 27, 0.05);
}


/*.flipBox {

    text-align:center;
    margin: 10px 0 0 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px #1A1A1A;
    -moz-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #1A1A1A; 
}*/


.flipIcon span:hover{
    color: rgb(227, 106, 13);

}

.flipBox{

    width: 270px;
    margin: auto;
}

.virtualImg{

    width: 250px;
    height: 300px;
    background-color: rgb(255, 255, 255);
}

.flipCaption {
    -webkit-backface-visibility: hidden; /* prevent flash when embedding fiddle */
    display: inline-block;
    position: relative;
    margin: 10px;
    overflow: hidden;
    background: rgba(0,0,0,0.2);
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;

}

.flipCaption i{

    color: rgb(108, 51, 6);
    position: relative;
    font-size: 7em;
    top: 55px;
}


.flipCaption:hover {
    background: rgba(0,0,0,0);
}

.flipCaption .virtualImg {
    display: block;
    max-width: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.flipCaption:hover .virtualImg {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.flipCaption::before,
.flipCaption::after {
    position: absolute;
    width: 100%;
    z-index: -1;
    background: #cecece;
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    transform: translateX(-30%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.flipCaption::before {
    content: attr(data-title);
    height: 30%;
    font-size: 40px;
    font-weight: 300;
    padding: 30px;
    color: rgb(227, 106, 13);
}

.flipCaption::after {
    content: '\201C' attr(data-description) '\201D';
    top: 30%;
    height: 70%;
    color: #000;
    font-size: 14px;
    padding: 20px 30px;
}

.flipCaption:hover::before,
.flipCaption:hover::after  {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

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

    .flipCaption::before,
    .flipCaption::after  {

        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);

    }

    .flipCaption .virtualImg {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }



}


.graySection{
    background-color: rgb(246, 246, 246);

}
section{

    padding-top: 30px;
    padding-bottom: 30px;

}
#sliderSection{
    padding-top: 0px;
    padding-bottom: 0px;
    direction: ltr;
}
#menuSection{
    padding-top: 10px;
   
}

/*.packageThumbnail {


}
.PT-wraper{

    width: 220px; 

    height: 300px;
    margin: auto;
}
.packageThumbnail > .PT-wraper >  .PT-image{

    height: 164px;
    width: 220px;

}
.packageThumbnail > .PT-wraper > .PT-detials{
    padding: 10px 10px 10px 10px;
    height: 110px;
    width: 220px;
    background-color: white;
    border-width: 0px 2px 2px;
    border-style: solid;
    font-size: 25px;
    text-align: center;
    border-color: rgb(225, 225, 225);

}
.packageThumbnail > .PT-wraper >  .PT-button{
    position: relative;



    top: -20px;
    margin-left: 35px;
    margin-right: 35px;
    width: 150px;
    height: 40px;
}*/

.siteButtonLink{
    width: 150px;
    height: 40px;
    border: 0px;
    background-color: #E36A0D;
    color: white;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
}

.siteButtonLink:hover{
    background-color: rgb(68,68,68);
}

.siteButtonLink:focus{


    box-shadow: 0 0px 0px;
    outline: 0 none;
}


.siteTitle{
    padding-bottom: 40px;
    
}


.siteTitle > .text{
    font-size: 30px;
    
    
    
    margin: auto;
    text-align: center;
}
.siteTitle > .underline{
    background-color: rgb(207, 207, 207);
    
    
    
    width: 280px;
    height: 5px;
    margin: auto;
    margin-top: 10px;
}
.siteTitle > .underline > div{
    width: 100px;
    
    
    height: 5px;
    background-color: rgb(227, 106, 13);
    margin: auto;
}

.socialblock > .text{
    font-size: 30px;
    
    
    
    color: white;
    font-weight: 300;
}
.socialblock a{
    color: white;
    
    
}

.socialblock{
    
    text-align:center;
    margin-top: 30px;
}

.socialblock > .icon{
    font-size: 4em;
    
    
    
    color: white;
}
.socialblock > .details{
    color: white;    
}


/*Service Page*/

.serviceblog{
    padding-bottom: 30px;
    
}
.serviceblog > .image > img{
    border: 3px solid rgba(227, 106, 13, 0.15);
}

.serviceblog > .text > h3{}

.serviceblog > .text > p {}



/*Pricing Table*/
.pricing
{
   
   font-size: 15px;
}

.pricing .panel
{
    margin: auto;
    width: 220px;
    text-align: center;
    border-color: rgb(227, 106, 13);
}
.pricing .panel:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35); /* border-color: antiquewhite; */}
.pricing .panel-body
{
    padding: 0px;
    text-align: center;
}

.pricing .the-price
{
    /* background-color: rgba(220,220,220,.17); */
    /* box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff; */
    /* padding: 20px; */
    /* margin: 0; */
}

.pricing .the-price h2
{
   
    padding: 0;
    margin: 0;
}
.pricing .the-price h2 span.nights
{
    color: rgb(227, 106, 13);
    
   
}

.pricing .subscript
{
    font-size: 25px;
}

/* CSS-only ribbon styles    */
.pricing .cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.pricing .cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.pricing .cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.pricing .cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.pricing .cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.pricing .cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
}

.news{
    width: 252px;
    margin: auto;
}

.content-para > p{
    font-size: 20px;
    
    
}






.owl-arrow .item{
  display: block;
  padding: 30px 0px;
  margin: 5px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.owl-arrow .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
 
.owl-arrow .owl-buttons i{
  margin-top: 2px;
}
 

 
.owl-arrow .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-arrow .owl-controls .owl-buttons .owl-prev{
  left: -45px;
  top: 55px; 
  color: black;
  background-color:transparent;
font-size: xx-large;
font-size: -webkit-xxx-large;
}
 
.owl-arrow .owl-controls .owl-buttons .owl-next{
  right: -45px;
  top: 55px;
   color: black;
   background-color:transparent;
font-size: xx-large;
font-size: -webkit-xxx-large  ;
}
 