﻿;
 @import url(http://fonts.googleapis.com/css?family=Bitter:400,400italic);
 @import url(http://fonts.googleapis.com/css?family=Roboto+Slab:700,300,400);
 /* 

 

*/ 
 
 /* Top Area
-------------------------------------------------- */

img.logoimg {width: 250px!important;margin-top: 10px!important;}

span.menu-item-text , a.extraNav.FR , a.hovercolor.footerMenuItem{
font-weight: bold;
} 
 /* Breadcrumb Place Holder
-------------------------------------------------- */
#BreadcrumbHolder{padding: 8px 15px 8px 10px;list-style: none;background-color: #f5f5f5;border-radius: 4px;}
#BreadcrumbHolder span{color:#272950;margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;padding-left: 15px;}
#BreadcrumbHolder span:first-of-type{padding-left:0px}
span.BreadcrumbSeparator , span.CurrentNode{color:#000!important}


#topnavbar .nav ul.static > li.dynamic-children > ul.dynamic{/*top:73px!important*/}

/*search*/
div#SearchBox {height: 22px;clear: both;}
.ms-srch-sb-border , .ms-srch-sb-borderFocused {

border: solid 1px #222;
height: 22px!important;
color: #fff!important;
font-size: 14px!important

}
.sticky .ms-srch-sb-borderFocused {border: solid 1px #fff}
.ms-srch-sb>input{

color: #222!important;
font-size: 14px!important}
.ms-srch-sb > .ms-srch-sb-searchLink {
background:url('/Style Library/linkdevCustomImg/images/s1.png')no-repeat 0 2px;
}
header.sticky .ms-srch-sb > .ms-srch-sb-searchLink,header.inner .ms-srch-sb > .ms-srch-sb-searchLink {
  background: url('/Style Library/linkdevCustomImg/images/s2.png')no-repeat -2px 0px;
  background-size: contain;
}

header.sticky .ms-srch-sb-border,header.inner .ms-srch-sb-border{
border:solid 1px #fff!important
}
header.sticky .ms-srch-sb>input,header.inner .ms-srch-sb>input{color:#fff!important}

.searchLang{
	width:72%
}

.searchcont{
	clear: both;
height: 24px;
width: 209px;
float: left;
margin-right: 8px;
}
div#DeltaPlaceHolderSearchArea {
float: left;
width: 208px;
margin-top: -7px;
margin-right: 10px;
}
 /*====================== 1. General CSS ========================== */



 body {
     color: #555555;
     background: #ffffff;
     font-family: 'Droid Sans', sans-serif;
     /*font-family:'Myriad Pro'!important;*/
     font-size: 15px;
 } 
 ::selection {
     background: #1a1a1a;
     color: #ffffff;
 }
 ::-moz-selection {
     background: #1a1a1a;
     color: #ffffff;
 }
 .hide {
     opacity: 0;
 } 
 #lazyload {
     width: 100%;
     height: 100%;
     position: fixed;
     z-index: 1031;
     background: #FFF;
 }
 .wrapper {
     max-width: 960px;
     margin: 0 auto;
 }
 .text-center {
     text-align: center;
 }
 .white {
     color: #FFF ;
 }
 
 a:hover{
	color:#272950!important
}
.credits-title-link a:hover{
	color:#fff!important
}
li.static.selected:first-child { 
  display:none
}
 /* ==================== FLOAT ================ */
 .fleft {
     float: left;
 }
 .fright {
     float: right;
 }
 /* ================ HEADER ===============*/
 .bigHeader {
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     display: inline-block;
     width: 780px;
 }
 /* Animation of the content inside the header */
 .bigHeader.slideUp {
     zoom: 1;
     animation: showDown 1s ease-out forwards;
     animation-iteration-count: 1;
     -webkit-animation: showDown 1s;
     -webkit-animation-iteration-count: 1;
     -moz-animation: showDown 1s;
     -moz-animation-iteration-count: 1;
     -ms-animation: showDown 1s;
     -ms-animation-iteration-count: 1;
 }
 @keyframes showDown {
     from {
         top:54%;
         filter: alpha(opacity=0);
         opacity: 0;
     }
     to {
         top:50%;
         filter: alpha(opacity=100);
         opacity: 1;
     }
 }
 @-webkit-keyframes showDown {
     from {
         top:54%;
         filter: alpha(opacity=0);
         opacity: 0;
     }
     to {
         top:50%;
         filter: alpha(opacity=100);
         opacity: 1;
     }
 }
 @-moz-keyframes showDown {
     from {
         top:54%;
         filter: alpha(opacity=0);
         opacity: 0;
     }
     to {
         top:50%;
         filter: alpha(opacity=100);
         opacity: 1;
     }
 }
 @-ms-keyframes showDown {
     from {
         top:54%;
         filter: alpha(opacity=0);
         opacity: 0;
     }
     to {
         top:50%;
         filter: alpha(opacity=100);
         opacity: 1;
     }
 }
 /* ================== ANIMAZE ================ */
 .animaze {
     opacity: 0;
 }
 .fromLeft {
     left: -90px;
 }
 .fromBottom {
     top: 90px;
 }
 .fromRight {
     left: 90px;
 }
 .fromTop {
     top: -90px;
 }
 /* ================= PACE LOADER ===============*/
 .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: 0;
     top: 0;
     height: 75px;
     width: 75px !important;
     line-height: 70px;
     font-size: 30px;
     /*border-radius: 50%;*/
     background:#f83a16;
     color: #fff;
     font-weight: 400;
     text-align: center;
     -webkit-animation: pace-3d-spinner linear infinite 2s;
     -moz-animation: pace-3d-spinner linear infinite 2s;
     -ms-animation: pace-3d-spinner linear infinite 2s;
     -o-animation: pace-3d-spinner linear infinite 2s;
     animation: pace-3d-spinner 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-3d-spinner {
     from {
         -webkit-transform: rotateY(0deg);
     }
     to {
         -webkit-transform: rotateY(360deg);
     }
 }
 @-moz-keyframes pace-3d-spinner {
     from {
         -moz-transform: rotateY(0deg);
     }
     to {
         -moz-transform: rotateY(360deg);
     }
 }
 @-ms-keyframes pace-3d-spinner {
     from {
         -ms-transform: rotateY(0deg);
     }
     to {
         -ms-transform: rotateY(360deg);
     }
 }
 @-o-keyframes pace-3d-spinner {
     from {
         -o-transform: rotateY(0deg);
     }
     to {
         -o-transform: rotateY(360deg);
     }
 }
 @keyframes pace-3d-spinner {
     from {
         transform: rotateY(0deg);
     }
     to {
         transform: rotateY(360deg);
     }
 }
 .homeBannerImg{background-image: url('/Style Library/linkdevCustomImg/HomeBanner.jpg');background-repeat:no-repeat;background-size:cover;} 
 /* ============= MAGNIFIC POP UP CSS ================ */
 
 
 @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
     /**
   * Remove all paddings around the image on small screen
   */
    
 }
 @media all and (max-width: 900px) {
     .mfp-arrow {
         -webkit-transform: scale(0.75);
         transform: scale(0.75);
     }
     .mfp-arrow-left {
         -webkit-transform-origin: 0;
         transform-origin: 0;
     }
     .mfp-arrow-right {
         -webkit-transform-origin: 100%;
         transform-origin: 100%;
     }
     .mfp-container {
         padding-left: 6px;
         padding-right: 6px;
     }
 }
 .mfp-ie7 .mfp-img {
     padding: 0;
 }
 .mfp-ie7 .mfp-bottom-bar {
     width: 600px;
     left: 50%;
     margin-left: -300px;
     margin-top: 5px;
     padding-bottom: 5px;
 }
 .mfp-ie7 .mfp-container {
     padding: 0;
 }
 .mfp-ie7 .mfp-content {
     padding-top: 44px;
 }
 .mfp-ie7 .mfp-close {
     top: 0;
     right: 0;
     padding-top: 0;
 }
 /* parallax */
 .arallaxize {
     background-size: cover;
     background-position: fixed;
 }
 /* ================== TYPHOGRAPHY =================*/
 p {
     font-size: 15px;
     font-weight: 300;
     line-height: 23px;
     margin-bottom: 25px;
 }
 h2 {
     font-size: 24px;
     line-height: 30px;
 }
 h3 {
     font-size: 22px;
     line-height: 30px;
 }
 h4 {
     font-size: 18px;
     line-height: 25px;
 }
 h5 {
     font-size: 16px;
     line-height: 25px;
 }
 h1, h2, h3, h4, h5, h6 {
     color: #1a1a1a;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     font-weight: 700;
     font-family: 'Droid Sans', sans-serif;
/*font-family:'Myriad Pro';*/
     letter-spacing:0
 }
p,a,span{font-family: 'Droid Sans', sans-serif;/*font-family:'Myriad Pro'!important;*/}
 h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
     color: #000;
 }
 h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
     color: #FFF;
 }
 .grey {
     color: #c0c0c0;
 }
 .normal {
     color: #000;
 }
 a:hover {
     text-decoration: none;
 }
 a, a:hover, i, i:hover, a img, a img:hover, input[type="button"], input[type="submit"], button {
     -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
     -ms-transition: all .1s ease-in-out;
     -o-transition: all .1s ease-in-out;
     transition: all .1s ease-in-out;
 }
 a i, a i:hover {
     -webkit-transition: none;
     -moz-transition: none;
     -ms-transition: none;
     -o-transition: none;
     transition: none;
 }
 h1.hugetext {
     margin-bottom: 10px;
     font-size: 42px;
     font-weight: 700;
     line-height: 100%;
 }
 
p.uppercase.white {
font-size: 20px;
}

 @media (max-width: 800px) {
     h1.hugetext {
         font-size:13px !important;
         margin: 0 auto;
         position: relative;
         display: block;
         width: 50%;
     }
     .bigHeader.slideUp p.uppercase.white{font-size: 10px;width: 50%;margin: auto}
 }
 @media (max-width: 500px) {
     h1.hugetext {
         font-size: 28px !important;
         margin: 0 auto;
         position: relative;
         display: block;
         width: 30%;
     }
     .uppercase {
         font-size: 13px !important;
         margin: 5px auto !important;
         position: relative;
         width: 30%;
         display: block;
     }
 }
 .uppercase {
     text-transform: uppercase;
 }
 .hovercolor:hover {
     color:#f83a16;
     -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -ms-transition: all .4s ease;
     -o-transition: all .4s ease;
     transition: all .4s ease;
 }
.title h1 {
    font-size: 34px;
    font-weight:700;
    letter-spacing:0;
    color: #a0a0a0;
}
.title h2 {
    margin: 0;
}
.title hr {
    width: 250px;
    height: 25px;
     /* background:url('/Style Library/linkdevCustomImg/images/rect_s2.png');*/
    margin: 20px auto 50px;
    border-top: solid 2px;
}
.title hr.white , hr.white{
    width: 250px;
    height: 25px;
   /* background:url('/Style Library/linkdevCustomImg/images/rect_s2.png');*/
    margin: 20px auto 50px;
    border-top: solid 2px;
    }
.img-circle {
    border-radius: 50%;
}
/* ================ BUTTON & ICON ================= */
 button {
    background: transparent;
    background-color: rgba(0, 0, 0, 0);
}
.button {
    color: #FFF;
    display: inline-block;
    padding: 8px 14px 7px;
    margin: 3px 5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 15px;
}
.button.theme-color {
    color: #FFF;
    padding: 10px 16px 9px;
    background: #f83a16;
}
.button.theme-color:hover {
    background:rgba(248, 92, 55, 0.7);
}
.button.theme-color i {
    font-style: 16px;
    margin-right: 5px;
}
.button.black {
    background: rgba(0, 0, 0, 1);
    border: 2px solid rgba(0, 0, 0, 1);
    color: #FFF;
}
.button.black:hover {
    background: rgba(25, 25, 25, 1);
    border:2px solid rgba(25, 25, 25, 1);
}
.button-slider {
   font-size:14px!important;
   width:150px!important;
     border: 2px solid #FFF;
    color: #FFF;

}
.button-slider:hover {
    
    color: #FFF;
    /*-moz-box-shadow: inset 1px 1px 19px 15px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 1px 1px 19px 15px rgba(255, 255, 255, 0.3);
    box-shadow: inset 1px 1px 19px 15px rgba(255, 255, 255, 0.3);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;*/


}

.button-white-side {
    border: 2px solid #FFF!important;
    color: #FFF!important;
}
.button-white-side:hover {
    color: #FFF!important;
   /* -moz-box-shadow: inset 1px 1px 19px 15px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 1px 1px 19px 15px rgba(255, 255, 255, 0.3);
    box-shadow: inset 1px 1px 19px 15px rgba(255, 255, 255, 0.3);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;*/
}
.black-border {
    border: 2px solid #333;
    color: #333;
}
.black-border:hover {
    color: #333;
   /* -moz-box-shadow: inset 1px 1px 19px 8px rgba(15, 15, 15, 0.2);
    -webkit-box-shadow: inset 1px 1px 19px 8px rgba(15, 15, 15, 0.2);
    box-shadow: inset 1px 1px 19px 8px rgba(15, 15, 15, 0.2);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;*/
}
i.icon-social {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 33px;
    margin: 15px 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
i.icon-mini {
    width: 32px;
    height: 32px;
    border: 1px solid #111;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 31px;
    background: transparent;
    color: #111;
    margin: 15px 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
i.icon-mini:hover {
    background: #111;
    color: #FFF;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
/* =============== NAVBAR ==================*/
 .navbar .wrapper {
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}
.navbar-default {

    border: none;
    border-bottom: 1px solid #E5E5E5;
    -webkit-transition:all .7s ease;
    -moz-transition:all .7s ease;
}
@media (max-width: 979px) {
    .navbar {
        position: static;
        margin-bottom: 0;
        background: rgba(255, 255, 255, 1);
    }
}
.navbar-nav>li>a.nav-spacer {
    height: 100%;
    display: inline-block;
    content:" ";
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    border-left: 1px solid #E5E5E5;
    margin-right: 0px;
    margin-left: 14px;
}
/* ----------------- // INDEX // -------------------*/

nav#primary {
	z-index: 5;
	position: fixed;
	top: 30%;
	right: 5%;
	margin-top: -40px;
}
nav#primary li {
	position: relative;
	height: 20px;
}
nav#primary a {
	display: block;
	text-indent: -9999px;
	 
}
nav#primary a:hover, nav#primary a.active {

	}
nav#primary h1 {
	position: absolute;
	right: 22px;
	top: -7px;
	display: none;
	padding: 6px 20px 2px 7px;;
	color: #222;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 100% 50% no-repeat;
	}
	
	
	
 
.primary a {
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(208, 179, 179, 0.4);
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    overflow: hidden;
    text-indent: -1000px;
}
.primary  a:hover, .primary  a.current {
    filter: alpha(opacity=100);
    opacity: 1;
    border: 2px solid rgba(208, 179, 179, 0.4);
}

/* JQUERY Superslides */
 #home-slide { 
    position: relative;
/*    height:710px!important*/
}
#home-slide .slides-container {
    /*display: none;*/
    margin: 0;
}
#home-slide .front-logo {
    width: 120px;
    height: 135.524px;
    background: url('/Style Library/linkdevCustomImg/images/white-logo.png') center no-repeat;
    content:' ';
    display: block;
    margin: 0 auto;
}
#home-slide hr.white {
    width: 80%;
    height: 10px;
    display: block;
   /* background:url('/Style Library/linkdevCustomImg/images/rect_s2.png');*/
    margin: 20px auto 30px auto;
    border-top:solid 2px ;
    width:60px
}
.slides-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/Style Library/linkdevCustomImg/images/rect_1.png');
}
#home-slide .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
#home-slide .scrollable:after {
    content:"";
    display: table;
    clear: both;
}
/* Slides navigation arrows */
 .slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 21;
    width: 100%;
}
.slides-navigation a {
    position: absolute;
    font-size: 28px;
    line-height: 28px;
    bottom: 21px;
    color: #ffffff;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slides-navigation a.prev {
    left: 20px;
}
.slides-navigation a.next {
    right: 20px;
}
.slides-navigation a.prev:hover, .slides-navigation a.next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
/* Slides pagination indicators */
 .slides-pagination {
    position: absolute;
    z-index: 20;
    bottom: 80px;
    text-align: center;
    width: 100%;
    color: transparent;
}
.slides-pagination a {
    color: #ffffff;
    background: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    overflow: hidden;
    text-indent: -1000px;
}
.slides-pagination a:hover, .slides-pagination a.current {
    filter: alpha(opacity=100);
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 1);
}
.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.intro {
    padding-top: 60px;
    padding-bottom: 80px;
}
.intro h2 {
    font-weight: 400;
}

/* ======================== Shop ====================== */
 .Shop {
    padding-top: 60px;
    padding-bottom: 80px;
   /* background-color:rgba(248, 58, 22, 0.8);*/
}
.Shop-wrapper {
    background: url('/Style Library/linkdevCustomImg/images/ShopBanner.jpg') fixed;
    background-size: cover;
height:600px
}


/* ======================== SERVICES Why Egypt====================== */
 .services {
    padding-top: 60px;
    padding-bottom: 80px;
   /* background-color:rgba(248, 58, 22, 0.8);*/
}
.services-wrapper {
    background: url('/Style Library/linkdevCustomImg/images/WhyegyptBanner.jpg') fixed;
    background-size: cover;
height:600px
}
#dp-service {
    margin-bottom: 15px;
}
#dp-service .servicesLink {
    zoom: 1;
    visibility: visible!important;
    filter: alpha(opacity=100);
    opacity: 1!important;
}
#dp-service li img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px auto;
}
#dp-service h3 {
    font-size: 18px;
    line-height: 29px;
}
#dp-service p {
    color: #FFF;
    text-align: center;
    padding: 0 30px;
}
.services-indicators {
    margin: 0 auto;
    position: relative;
}
.services-indicators a {
    padding: 10px 20px;
    display: inline-block;
    background: transparent;
    width: 70px;
    height: 70px;
    color: #fff;
    margin: 8px 15px;
    border: 2px solid #FFF;
    border-radius: 4px;
    position: relative;
    font-size: 35px;
}
.services-indicators a.current:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #FFF;
    border-width: 20px;
    margin-left: -20px
}
.services-indicators a i {
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 15px;
}
.services-indicators a:hover {
}
.services-indicators a.current {
    color: #f83a16;
    border: none;
    background: #FFF;
}
/* ========================== NewsEventsSection ====================*/
.portfolioContainer{
    padding: 0px 15px;
}
 .portfolio {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #F4F4F4;
}
.portfolio .portfolio-item {
    opacity: 0;
    display: none;
    margin: 0;
    padding: 0;
}
.portfolio .portfolio-item img {
    max-width: 100%;
}
.portfolioFilter {
    font-weight: 400;
    margin-bottom: 20px;
}
.portfolioFilter a {
    margin-right: 10px;
    text-decoration:none;
    color: #000;
    font-weight: 300;
    text-align: center;
}
.portfolioFilter a:hover {
    color:#f83a16;
}
.portfolio-item {
    position: relative;
    color: #ffffff;
    line-height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.project-hover {
    position: absolute;
    width: 100%;
    max-width: 340px;
    height: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.0);
    background: rgba(0, 0, 0, 0.0);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4em;
    line-height: 20px;
    text-transform: uppercase;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-item a:hover > .project-hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.project-hover span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.portfolio-item a:hover > .project-hover span {
    padding: 15px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.project-hover b {
    color: rgba(255, 255, 255, 0.0);
    font-family:'Bitter', Georgia, Times, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 0;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.project-hover span.plus {
    font-size: 120px;
    font-weight: 100;
}
.portfolio-item a:hover > .project-hover b {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* ================================ News and Events==================== */

.button-black-side{
	border: 2px solid #000;
color: #000;
width: 266px;
	text-decoration:none
}
.button-black-side:hover{
	color:#000;
	text-decoration:none
}
#NewsEevent {
text-align:center;
height: 600px;

}
 .slider-News {
    background: rgba(0, 0, 0, 0.8);
}
.slider-NewsEevent-wrapper {
    background-position: center bottom;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.slide-text-wrapper {
    height: 300px;
}
.slide-text {
    height: 55px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0px;
    margin: 0 auto;
    list-style: none;
    font-size: 45px;
    color: #FFF;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0.1em;
}
@media (max-width: 480px) {
    .slide-text {
        font-size: 17px;
        font-weight: 400;
    }
}

@media (max-width: 800px) {
    .slide-text li {
        font-size: 25px !important;
    }
}
/* ====================== MAP ACTION ========================*/
#Map{background: url('/Style Library/linkdevCustomImg/images/Map.jpg') fixed;background-size: cover;height:528px;}

 .action {
    position: relative;
}
.action:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #f83a16;
    border-width: 30px;
    margin-left: -30px
}
.action-wrapper {
    background-color:#791630;position: relative;
top: 260px;
    padding-top: 20px;
    padding-bottom: 20px;
    
    
}
.Btnhome1{
	text-align: center;padding: 28px 0px;font-size: 24px;width: 418px;
}
.Btnhome2{
text-align: center;padding: 28px 0px;font-size: 24px;width: 418px;
}


.action h4 {
    font-weight: 400;
}
/* ==================== CONTACT & FOOTER ========== */
 .contact {
    background-position: center bottom;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    color: #FFF;
    text-align: center;
}
#contact-slider {
    margin-bottom: 20px;
}
.contact-wrapper {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 90px;
    padding-bottom: 60px;
}
/* =============== CREDITS ==================*/
 .credits {
    position: relative;
    padding: 60px 0 20px;
}
.credits .credits-title, .credits .credits-title-link {
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
@media (max-width: 480px) {
    .credits .credits-title, .credits .credits-title-link {
        width: 90%;
        position: relative;
        bottom: 0px;
        text-align: center;
        color: #FFF;
        margin: 8px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
    }
}
.credits .credits-title-link a {
    color: #FFF;
}
.credits .credits-title a {
    color: #FFF;
    font-weight: 700;
}
.credits .credits-title a:hover, .credits .credits-title-link a:hover {
    color: #f83a16;
}
.credits .scroll-up {
    position: absolute;
    left: 91%;
    bottom:75px;
    margin-left: -31px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #FFF;
    font-size: 29px;
    line-height: 37px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
.credits .scroll-up a {
    color: #FFF;
    display: block;
    padding-bottom: 5px;
}
.credits .scroll-up:hover {
    background: none;
    border: 1px solid #333;
}
.credits .scroll-up a:hover {
    color: #fff;
}
.map-wrapper {
    width: 80%;
    padding: 20px;
    background: url('/Style Library/linkdevCustomImg/images/rect_2.png');
    border: 1px solid #FFF;
    margin: 0 auto 35px auto;
}
#map {
    height: 350px;
}
/*
    [6.8 TIMELINE]

*/
 .dp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0 15px;
    list-style: none;
    position: relative;
}
/* The line */
 .dp_tmtimeline:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #f83a16;
    left: 20%;
    margin-left: -10px;
}
.dp_tmtimeline > li {
    position: relative;
}
/* The date/time */
 .dp_tmtimeline > li .dp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}
.dp_tmtimeline > li .dp_tmtime span {
    display: block;
    text-align: right;
}
.dp_tmtimeline > li .dp_tmtime span:first-child {
    font-size: 0.9em;
    color: #333;
}
.dp_tmtimeline > li .dp_tmtime span:last-child {
    font-size: 1.9em;
    color: #f83a16;
}
.dp_tmtimeline > li:nth-child(odd) .dp_tmtime span:last-child {
    color: rgba(248, 92, 55, 0.7);
}
/* Right content */
 .dp_tmtimeline > li .dp_tmlabel {
    margin: 0 0 15px 25%;
    background: #DEDEDE;
    color: #595959;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}
.dp_tmtimeline > li:nth-child(odd) .dp_tmlabel {
    background: #CECECE;
}
.dp_tmtimeline > li .dp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #595959;
}
/* The triangle */
 .dp_tmtimeline > li .dp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #DEDEDE;
    border-width: 10px;
    top: 10px;
}
.dp_tmtimeline > li:nth-child(odd) .dp_tmlabel:after {
    border-right-color: #CECECE;
}
/* The icons */
 .dp_tmtimeline > li .dp_tmicon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #f83a16;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(248, 92, 55, 0.7);
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}
.dp_tmicon-phone:before {
    content:"\e000";
}
.dp_tmicon-screen:before {
    content:"\e001";
}
.dp_tmicon-mail:before {
    content:"\e002";
}
.dp_tmicon-earth:before {
    content:"\e003";
}
/* Example Media Queries */
 @media screen and (max-width: 65.375em) {
    .dp_tmtimeline > li .dp_tmtime span:last-child {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 47.2em) {
    .dp_tmtimeline:before {
        display: none;
    }
    .dp_tmtimeline > li .dp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
    .dp_tmtimeline > li .dp_tmtime span {
        text-align: left;
    }
    .dp_tmtimeline > li .dp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }
    .dp_tmtimeline > li .dp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #DEDEDE;
        top: -20px;
    }
    .dp_tmtimeline > li:nth-child(odd) .dp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #CECECE;
    }
    .dp_tmtimeline > li .dp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}
/*
    [7.1 BLOG]
*/
 .blog-header-color {
    background: rgba(248, 92, 55, 0.8);
    height: 540px;
    width: 100%;
    position: absolute;
}
.blog-header-content {
    background:url('/Style Library/linkdevCustomImg/images/bg_flickr.jpg') 50% 0 repeat-x fixed;
    color: white;
    height: 540px;
    margin: 0 auto;
    padding: 0;
}
.blog-header-wrapper {
    position: relative;
    width: 100%;
    height:400px;
}
.blog-header-title {
    position: absolute;
    top: 45%;
    width: 100%;
    left: 0;
}
.blog-header-title h1 {
    display: block;
    font-family:'Roboto Slab', serif;
    margin: 60px 0 0;
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-transform: inherit;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.4);
    letter-spacing: -1px;
}
.blog-header-title h2.blog-description {
    display: block;
    font-family:'Roboto Slab', serif;
    color: #fff;
    font-size: 26px;
    text-transform: inherit;
    text-align: center;
    font-weight: 300;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: -1px;
}
@media (max-width: 800px) {
    .blog-header-color, .blog-header-content {
        height: 400px;
    }
    .blog-header-title {
        top: 25%;
    }
}
/* Post Wrapper */
 .post-wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
    z-index: inherit;
    background: #FFF;
}
/*
    [7.2 ARTICLE]
*/
 article.post * {
    font-family:'Roboto Slab', serif;
}
article.post {
    margin-bottom: 35px;
}
article.post h1.post-title {
    text-transform: inherit;
    letter-spacing: -1px;
    font-weight: 400;
    margin: 0;
    line-height: 27px;
}
article.post h1.post-title a {
    font-size: 27px;
    color: #555555;
}
article.post h1.post-title a:hover {
    color: #f83a16;
}
article.post time.post_date {
    padding-top: 5px;
    text-align: right;
    display: block;
    line-height: 27px;
}
article.post .post_excerpt {
    padding-top: 15px;
    font-weight: 300;
    font-size: 20px;
    display: block;
    padding-bottom: 37px;
    border-bottom: 2px solid #e8ecf1;
    margin: 0;
}
article.post .post_excerpt a.readmore {
    color: #f83a16;
}
article.post .post_excerpt a.readmore:hover {
    color: #555555;
}
@media (max-width: 800px) {
    article.post time.post_date {
        text-align: left;
    }
}
/* Pagination */
 .pagination {
    padding: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.page {
    display: inline-block;
    padding: 3px 12px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
    font-size: .9em;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.pagination a {
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 3px;
}
.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
}
.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}
.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);
}
.blog-footer {
    width: 100%;
    background: #333;
    padding: 95px 0 75px;
    min-height: 250px;
    overflow: hidden;
    position: relative;
    z-index: -2;
    background: url('/Style Library/linkdevCustomImg/images/binding_dark.png') fixed;
}
.blog-footer .wrapper {
    position: fixed;
    z-index: -3;
    bottom: 1%;
    width: 100%;
}
.blog-footer .container {
    height: 50px;
    width: 960px;
    margin: 0 auto;
    padding:0;
}
.blog-footer .footer-content {
    position: relative;
    text-align: center;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.4);
    width: 100%;
}
.blog-footer .footer-content h3 {
    font-size: 18px;
}
.blog-footer .author-title {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.blog-footer .author-title a {
    color: #FFF;
    font-weight: 900;
}
/*
    [7.3 BLOG POST]
*/
 .blog-post-header-title {
    position: absolute;
    height: 450px;
    width: 100%;
    left: 0;
}
.blog-post-header-title h1 {
    display: block;
    font-family:'Roboto Slab', serif;
    margin: 60px 0 0;
    font-size: 42px;
    position: absolute;
    margin-left: 15px;
    width: 80%;
    top: 50%;
    text-align: left;
    font-weight: 400;
    color: #fff;
    text-transform: inherit;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.4);
    letter-spacing: -1px;
}
.blog-post-header-title h2.blog-post-date {
    display: block;
    font-family:'Roboto Slab', serif;
    color: #fff;
    font-size: 22px;
    position: absolute;
    width: 80%;
    margin-left: 15px;
    top: 50%;
    text-transform: inherit;
    text-align: left;
    font-weight: 300;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: -1px;
}
.blog-post-article {
    font-family:'Roboto Slab', serif;
    padding-top: 50px;
}
.blog-post-article article {
    margin-bottom: 60px;
}
.blog-post-article p {
    font-size: 18px;
    line-height: 2em;
    font-weight: 300;
}
.blog-post-article ul {
    font-size: 16px;
    font-weight: 300;
    line-height: 2.3em;
    margin-bottom: 30px;
}
.blog-post-article ul ul {
    margin-bottom: inherit;
}
.blog-post-navigate {
    border-top: 1px solid #E5E5E5;
    font-size: 18px;
}
.blog-post-navigate a {
    color: inherit;
    text-align: center;
    font-size: 15px;
}
.blog-post-navigate .navigate-next a {
    padding-right: 35px;
}
.blog-post-navigate .navigate-prev a {
    padding-left: 35px;
}
.blog-post-navigate .navigate-next {
    float: right;
    padding: 25px;
    width: 49.9677758%;
    border-left: 1px solid #E5E5E5;
    text-align: right;
}
.blog-post-navigate .navigate-next:hover, .blog-post-navigate .navigate-prev:hover {
    color: #f83a16;
}
.blog-post-navigate .navigate-prev {
    float: left;
    padding: 25px;
    width: 49.9677758%;
    text-align: left;
}
.authorpic {
    position: absolute;
    margin-top: -160px;
    left: 52%;
    margin-left: -50px;
}
/*
.author-pic {
    -webkit-mask-image: url('/Style Library/linkdevCustomImg/images/masking.svg');
    -o-mask-image: url('/Style Library/linkdevCustomImg/images/masking.svg');
    -moz-mask-image: url('/Style Library/linkdevCustomImg/images/masking.svg');
    mask-image: url('/Style Library/linkdevCustomImg/images/masking.svg');
    mask: url('/Style Library/linkdevCustomImg/images/masking.svg#mask3874');
    background-repeat:no-repeat;
    position: absolute;
    width: 152px;
    height: 160px;
    bottom: 30%;
    left: 47%;
    margin-left: -50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.author-pic:hover {
    background: #000;
}*/
 @media all and (max-width: 480px) {
    .authorpic {
        position: inherit;
        margin-top: 5px;
        left: 6%;
        width: 90%;
    }
    .authorpic .hexapic {
        margin-left: 0px;
    }
}
@media all and (max-width: 320px) {
    .authorpic {
        position: inherit;
        margin-top: 5px;
        left: 6%;
        width: 70%;
    }
    .authorpic .hexapic {
        margin-left: 0px;
    }
}
/* HOVER EFFECT */
.action:before {
border-top-color: #2cde97;
display: none;
}

 .cl-effect-8 a {
    padding: 15px 25px;
    position: relative;
    display: inline-block;
    margin: 5px 10px;
    letter-spacing: 1.3px;
    color: #FFF;
    text-transform: uppercase;
}
.cl-effect-8 a:hover {
    color: #fff!important;
}
.cl-effect-8 a::before, .cl-effect-8 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #FFF;
    content:'';
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.cl-effect-8 a::after {
    border-color: #111;
    opacity: 0;
    -webkit-transform: translateY(-7px) translateX(6px);
    -moz-transform: translateY(-7px) translateX(6px);
    transform: translateY(-7px) translateX(6px);
}
.cl-effect-8 a:hover::before, .cl-effect-8 a:focus::before {
    opacity: 0;
    -webkit-transform: translateY(5px) translateX(-5px);
    -moz-transform: translateY(5px) translateX(-5px);
    transform: translateY(5px) translateX(-5px);
}
.cl-effect-8 a:hover::after, .cl-effect-8 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px)}
    

/*Start Mina gergues*/
#downloadApp h2{text-align: center;padding: 0 10%;color: #7F8989;margin: 0 0 60px;font-size: 15px;font-weight: normal;}
#downloadApp .downloadbox {border: 1px #333 solid;padding: 20px;min-height: 440px; position:relative; background-size:80%!important}
#downloadApp .android{background:url('/Style Library/linkdevCustomImg/downloadAndroid.png') no-repeat center 50px}
#downloadApp .apple{background:url('/Style Library/linkdevCustomImg/downloadApple.png') no-repeat center 50px}
#downloadApp .windows{background:url('/Style Library/linkdevCustomImg/downloadWindows.png') no-repeat center 50px}
#downloadApp .windowsTablet{background:url('/Style Library/linkdevCustomImg/downloadWindowsTablet.png') no-repeat center 50px}
#downloadApp .downloadbox span{display: block;text-align: center;margin-top: 260px;text-transform: uppercase;color: #1C1C1C;font-weight: bold;font-size: 30px;}
#downloadApp .downloadbox a{position: absolute;bottom: 40px;width: 86%;display: block;background: #006BB6;text-align: center;padding: 10px 0;color: #FFF;font-size: 18px;}

/*update Arabic*/



/*Start Mina LAbib css*/

/*Target Sectors*/

.sectorFilesdownloaddiv .downloadItem {
  height: 76px;
  width: 78px;
  margin-left: 24px;
  background-color: rgb(61, 61, 61);
  border-radius: 40px;
}
.sectorFilesdownloaddiv {
  display: block;
  float: left;
  margin-right: 28px;
  text-align: center;
  width: 11%;
}
h3.h3SectorDetails {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 300;
}
.downloadItem img {
  position: absolute;
  width: 50px;
  left: 15px;
  top: 15px;
}
.downloadItem a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.downloadsTitle {
  display: block;
  font-size: 12px;
  width: auto;
  text-align: center;
  margin-top: 5px;
}

/*sitemap*/

.toc-layout-main ul > li .level-header {margin-bottom:15px; background-color:rgb(225, 225, 225); padding:5px;}
.toc-layout-main ul > li .level-header a {color:#5F5F5F; font-size:14pt; text-decoration:none;}

.toc-layout-main li ul > li {background:white; width:318px; clear:both; display:inline-table; border:1px solid #C3C1C1;
  min-height:200px; margin-bottom:20px; -webkit-box-shadow:0 2px 10px 1px #D5D5D5; box-shadow:0 2px 10px 1px #D5D5D5;}

.toc-layout-main li ul > li.level-section.level-item-pos.level-item.level-bullet {border: none;min-height: 5px;width:300px;
  margin: auto;-webkit-box-shadow:none;box-shadow:none;}

.toc-layout-main li ul > li .level-header {background-color:#006BB6; padding:5px; color:#fff; margin-bottom:10px;}
.toc-layout-main li ul > li .level-header a {color:#fff; font-size:10pt;}

.level-section.level-item-pos.level-item.level-bullet .level-header {background-color:transparent; padding:2px; margin-bottom:auto;}
.level-section.level-item-pos.level-item.level-bullet .level-header a {color:#428bca; font-size: 10pt;}


/*Accordion fix*/
.panel{border:0;}
.panel-default {margin-top: 5px!important; border-bottom: 0;}
.panel-group .panel-heading {border:1px solid #dddddd!important;}
.panel-group .panel-heading + .panel-collapse .panel-body {border: 1px solid #dddddd;}


/* table*/

.table-head{background-color:#006bb6; padding:20px;}
.table-head p{ font-size:16px; font-weight:bold;text-align:left; color:#fff}
.frst-col{padding:5px; background-color:#e1e1e1}
.col-title{background-color:#f5f5f5; height:36px; font-size:13px; text-align:center; color:#777; line-height:36px;}
.col-content{padding:15px 20px;color:#777}
.orange{color:#272950}
.gray{color:#777}

.sec-col{padding:5px; background-color:#e1e1e1;border-left: solid 1px #fff;border-right: solid 1px #fff;}
.thrd-col{padding:5px; background-color:#e1e1e1}
.row.table-row {margin:25px auto;}

@media (min-width: 768px) {
  
  .row.table-row {display:table;width:100%;}

  .row.table-row > [class*="col-"] {
    float:none;
    display:table-cell;
    vertical-align:top;
  }
  }

 
/*Mina labib landescape*/

@media screen and (max-width: 767px) and (min-width: 481px) {

/*MIna LAbib*/
.inner.logoimg, .sticky.logoimg, .logoimg{margin-left:0;}
.logoimg{width:130px;}
.headerRight{width:60%;}
.bigHeader{padding:5% 15% 0;}
.searchLang{width:100%;height: 60px;}
nav#primary{top:55%!important;}
/*nav#primary a {background-size: 21px; width:25px;height:25px;}
.bulletsRight {margin-bottom: 20px;}*/
.slides-pagination{bottom: 10px;}

/*Mina labib i-phone 6 "SEARCH INVESTMENT MAP" */
.fromTop{top:-25px !important;} /*GafiEn*/
.title hr.white, hr.white{height: auto;margin: 5px auto;}/*GafiEn*/
.cl-effect-8 a{margin: 5px;padding: 15px 15px; letter-spacing: 0;}/*GafiEn*/
.Btnhome1{width: 260px;}/*GafiEn*/
.Btnhome2{width: 260px;}/*GafiEn*/



/*Shop*/

.Shop {padding-top: 0px!important;padding-bottom:0!important}
.Shop .fromBottom p{padding:0 25px!important}
.Shop .button{width: 220px!important;padding: 15px 0px!important;margin-top: 0px!important;}

/*Why EGypt*/
/**/
.services {padding-top: 0px;padding-bottom: 0px}
.services .fromBottom p{padding-top: 0!important;padding: 0 25px;margin-bottom: 10px;}
.services .button {padding:15px!important;margin: 0px!important;width: 240px;}

/**/
header.gray {left: 0!important;}
/*.header.sticky {left:0!important;}*/
/*header{left:0!important;}*/
/*.gray {color: #777;left: 0!important;}*/
#alert, #services, #portfolio, #Map, #Shop, #ourPartners{padding-top:15%;}
#Shop{height: auto!important;}
#industry{height:auto!important;}
#ourPartners{height:auto!important;}
#alert{height:auto!important;}
#alert{margin-bottom: 60px;}
#services{height:auto!important;}

#map{margin-bottom: 20px;}
#VideoCont{height:auto!important;}
/**/
/*DropDown Menu*/

ol.carousel-indicators {bottom: -45px!important;}
/*End*/

/*sectors*/
.landingFooterLeft, .landingFooterRight {padding: 7% 5%;}
.landingFooterRight {width: 30%;}
.landingFooterLeft {width: 50%;}

/*Menu FIX */
header #topnavbar .navbar-collapse {background-color: #006bb6;
width: 84%!important;
position: absolute!important;
float: left!important;
left: 14px!important;
top: 113px!important;
z-index: 9999999;
border: solid 1px #333!important;
border-radius: 5px;}

#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {width: 88%!important;}

header,header.sticky,header.inner{left:0}


header #topnavbar .navbar-collapse {background-color: #006bb6;width:91%!important;position: absolute!important;float: left!important;left: 20px!important;
top: 126px!important;z-index: 9999999;border: solid 1px #333!important;border-radius: 5px;}

#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {width: 96%!important;
background-image: url("/style library/Images/drpdwn.png")!important;}
header,header.sticky,header.inner{left:0}


header.sticky #topnavbar .navbar-collapse  {top: 140px!important;width: 100%!important;left: 0px!important;
border-color: #006bb6!important;border-radius: 0px;margin-left: 0px;}

header.inner #topnavbar .navbar-collapse {  top: 140px!important;  width: 91.7%!important;  left: 0px!important;
  border-color: #006bb6!important;  border-radius: 0px;  margin-left: 1%;  padding-left: 7%;}


header.sticky  #topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {width: 91%!important;}
header.inner  #topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {width: 94%!important;}

header.sticky  .navbar-default .navbar-toggle , header.inner  .navbar-default .navbar-toggle{border-color: #fff!important;}
header.sticky  .navbar-default .navbar-toggle .icon-bar , header.inner  .navbar-default .navbar-toggle .icon-bar {background-color: #fff!important;}


#topnavbar li.static > .menu-item{top: -30px!important;}

#topnavbar ul.dynamic > li{border-top: 0px!important}
ul.dynamic .menu-item-text{border-bottom:0px!important}
#topnavbar .nav ul.static > li.dynamic-children > ul.dynamic {left: 0px !important;top: -30px!important;}

.navbar-default .navbar-toggle {border-color: #333!important;}
.navbar-default .navbar-toggle .icon-bar {background-color: #333!important;}
.navbar-toggle{margin-top: 23px!important;margin-right: 0px!important;}
/*update menu color*/
.static span.menu-item-text {color: #fff!Important;}
.nav.navbar-collapse.in {height: 330px!important;}

/**/
.credits .scroll-up {left: 931;bottom: 100px;}
.footerMenuItem { margin-right: 30px;}

/*sitemap*/
.toc-layout-main li ul > li.level-section.level-item-pos.level-item.level-bullet {width: 95%;}
.toc-layout-main li ul > li { width:47%;}
.level-section>ul>li { margin-left: 1%!important; margin-right: 1%!important;}

}




@media (max-width: 480px) {
.ms-srch-sb>input {font-size: 9px!important}
.inner.logoimg, .sticky.logoimg, .logoimg{margin-left:0;}
.logoimg{width:100px;}
.headerRight{width:65%;}
.searchLang{width:100%;height: 60px;}
nav#primary{top:35%!important;}
/*nav#primary a {width:25px;height:25px;}*/
.bulletsRight {margin-bottom: 15px;}
.bigHeader {top: 55%;}
.bigHeader.slideUp p.uppercase.white{width:40%;}
.slides-pagination {bottom: 10px;}
/*.navbar-default .navbar-toggle{border-color: #333;}
.navbar-default .navbar-toggle .icon-bar {background-color: #333;}*/



/*Mina labib "SEARCH INVESTMENT MAP" */
.fromTop{top:-25px !important;} /*GafiEn*/
.title hr.white, hr.white{height: auto;margin: 5px auto;}/*GafiEn*/
.cl-effect-8 a{margin: 5px auto;letter-spacing: 0;padding: 15px;font-size: 20px;}/*GafiEn*/
.Btnhome1{width: 263px;}/*GafiEn*/
.Btnhome2{width: 263px;}/*GafiEn*/



/*Shop*/

.Shop {padding-top: 0px!important;padding-bottom:0!important}
.Shop .fromBottom p{padding:0 25px!important}
.Shop .button{width: 220px!important;padding: 15px 0px!important;margin-top: 0px!important;}

/*Why EGypt*/
/**/
.services {padding-top: 0px;padding-bottom: 0px}
.services .fromBottom p{padding-top: 0!important;padding: 0 25px;margin-bottom: 10px;}
.services .button {padding:15px!important;margin: 0px!important;width: 240px;}

/**/
header.gray {left: 0!important;}
/*.header.sticky {left:0!important;}*/
/*header{left:0!important;}*/
/*.gray {color: #777;left: 0!important;}*/
#alert, #services, #portfolio, #Map, #Shop, #ourPartners{padding-top:15%;}
#Shop{height: auto!important;}
#industry{height:auto!important;}
#ourPartners{height:auto!important;}
#VideoCont{height:auto!important;}
#alert{height:auto!important;}
#alert{margin-bottom: 60px;}
#services{height:auto!important;}
#map{margin-bottom: 20px;}


/**/
/*inner sectrs*/
.breadcrumb{margin-top:5px!important;}
#banner-sec-title{left: auto!important;bottom: 125px!important;}
#banner-sec-title p {font-size: 20px!important;text-align: center!important;}
/**/

header #topnavbar .navbar-collapse {background-color: #006bb6;width: 86%!important;position: absolute!important;float: left!important;left: 20px!important;
top: 126px!important;z-index: 9999999;border: solid 1px #333!important;border-radius: 5px;}

#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {width: 96%!important;
background-image: url("/style library/Images/drpdwn.png")!important;}
header,header.sticky,header.inner{left:0}


header.sticky #topnavbar .navbar-collapse  {top: 140px!important;width: 100%!important;left: 0px!important;
border-color: #006bb6!important;border-radius: 0px;margin-left: 0px;}

header.inner #topnavbar .navbar-collapse {  top: 140px!important;  width: 91.5%!important;  left: 0px!important;
  border-color: #006bb6!important;  border-radius: 0px;  margin-left: 1%;  padding-left: 7%;}


header.sticky  #topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {width: 88%!important;}
header.inner  #topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {width: 92%!important;}

header.sticky  .navbar-default .navbar-toggle , header.inner  .navbar-default .navbar-toggle{border-color: #fff;}
header.sticky  .navbar-default .navbar-toggle .icon-bar , header.inner  .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}



#topnavbar li.static > .menu-item{top: -30px;}

#topnavbar ul.dynamic > li{border-top: 0px!important}
ul.dynamic .menu-item-text{border-bottom:0px!important}
#topnavbar .nav ul.static > li.dynamic-children > ul.dynamic {left: 0px !important;top: -30px!important;}

.navbar-default .navbar-toggle {border-color: #333;}
.navbar-default .navbar-toggle .icon-bar {background-color: #333;}
.navbar-toggle{margin-top: 23px;margin-right: 0px;}
/*update menu color*/
.static span.menu-item-text {color: #fff!Important;}
.nav.navbar-collapse.in {height: 330px!important;}

/*TAbes*/
.tabPanelInner .nav-tabs > li {  width: 160px;  border-right: 1px solid #d0cecf;  margin-bottom: 4px;  margin-left: 1px;  margin-top: 3px;
  margin-right: 4px;}
.tabPanelInner.margT50 {margin-top: 0;}


/*Footer*/
.footerMenuItem {  margin-left: 10px;  display: inline-block;  margin-bottom: 15px;  margin-right: 7px;}
.credits .scroll-up {  left: 80%; bottom: 38%;  margin-left: -20px;}

/*tagret sectores*/
.inner-banner-holder{overflow:hidden;}
.sectorLayout img{width:auto;max-width: none!important;}

.cstm-table td {padding: 3px 1px 3px 1px !important;}
.cstm-table td p {font-size: 10px;}

/*sitemap*/
.toc-layout-main li ul > li.level-section.level-item-pos.level-item.level-bullet {width: 95%;}
.toc-layout-main li ul > li { width: 100%;}
.level-section>ul>li { margin-left: 0!important; margin-right: 0!important;}
}

@media only screen and (max-width : 320px) {
.patternOne .stepNo {left: -12.3%}
.patternTwo .stepNo {right: -11.2%}
.infoGraphStepsCont .patternTwo,.infoGraphStepsCont .patternOne{min-height:280px}
.patternOne:first-child .overFlow {height: 112px}
.patternTwo:last-child .overFlow {height: 115px}
.patternOne:last-child .overFlow {height: 116px}

.EventsCategorybtn{margin: 2px 0 0 55px}
.sbOptions {left: 17.5%!Important;width: 14%!important;}
.sbToggle{right:119px!Important}
.NewsItem{margin-bottom:100px}
.padbtm20.eventPad{padding-bottom:80px}
.boardMem:hover .boardOverlay {width: 62%;left: 34px}
.col-sm-12.col-md-12.innerBanner{padding-right:0}
nav#primary {top: 42%!important;}
/*nav#primary a{width:15px;height:15px;background-size:11px!important;}*/
.navbar-default .navbar-toggle {border-color: #333;}
.navbar-default .navbar-toggle .icon-bar {background-color: #333;}
#home-slide hr.white{margin: 10px auto 15px auto;}
.uppercase {font-size: 11px !important;}
h1.hugetext {font-size: 20px !important;}
.bigHeader.slideUp p.uppercase.white{width:30%;}
.bigHeader{padding-top:45px;}
.bulletsRight {margin-bottom: 10px;}
.button{width:90px;}
.button {padding: 2px 14px 1px;}
.slides-pagination{bottom:7px;}
.navbar-toggle{margin-top: 23px;margin-right: 0px;}
.extraNav{margin-left: 15px;margin-right: 0;}
.extraNav {font-size: 10px;}

/*why egypt*/
a.button.button-white-side.button-white-sidewhyegypt {padding: 25px!important;}
.services .button {margin-top: 0;width: auto;}
/**/
#alert, #services, #portfolio, #Map, #Shop, #ourPartners{padding-top:17%;}
#Shop{height: auto!important;}
#industry{height:auto!important;}
#ourPartners{height:auto!important;}
#services{height:auto!important;}
#VideoCont{height:auto!important;}
#alert{height:auto!important;}
#alert{margin-bottom: 17%;}
/**/
.cl-effect-8 a {margin: 5px auto;padding: 5px 0;}
.Btnhome1{width: 265px;}/*GafiEn*/
.Btnhome2{width: 265px;}/*GafiEn*/
/**/

/*NEWS*/
.newsEventSeeMore{left:16%;}
.news span p, .event span p{padding: 50% 15px !important;}

/*inner sectrs*/
.breadcrumb{margin-top:5px!important;font-size: 10px}
#banner-sec-title{left: auto!important;bottom: 125px!important;}
#banner-sec-title p {font-size: 20px!important;text-align: center!important;}
/**/

/*drop*/





/**/


header #topnavbar .navbar-collapse {background-color: #006bb6;width: 84%!important;position: absolute!important;float: left!important;left: 20px!important;
top: 126px!important;z-index: 9999999;border: solid 1px #333!important;border-radius: 5px;}

#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {width: 95%!important;}
header,header.sticky,header.inner{left:0}


header.sticky #topnavbar .navbar-collapse {top: 140px!important;width: 95%!important;left: 0px!important;
border-color: #006bb6!important;border-radius: 0px;margin-left: 0px;}
header.inner #topnavbar .navbar-collapse {top: 140px!important;  width: 88%!important;  left: 15px!important;  border-color: #006bb6!important;
  border-radius: 0px;  margin-left: 0px;}


header.sticky  #topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {width: 89%!important;}
header.inner  #topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {width: 89.5%!important;}

header.sticky  .navbar-default .navbar-toggle , header.inner  .navbar-default .navbar-toggle{border-color: #fff;}
header.sticky  .navbar-default .navbar-toggle .icon-bar , header.inner  .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}



#topnavbar li.static > .menu-item{top: -30px;}

#topnavbar ul.dynamic > li{border-top: 0px!important}
ul.dynamic .menu-item-text{border-bottom:0px!important}
#topnavbar .nav ul.static > li.dynamic-children > ul.dynamic {left: 0px !important;top: -30px!important;}
/*update menu color*/
.static span.menu-item-text {color: #fff!Important;}

/*tabes*/
.tabPanelInner .nav-tabs > li {  width: 140px}

.cstm-table td p{font-size:9px;}
div[id*="ParentControlsDiv"] {padding: 4px 0 5px 0}
.filterNew label {font-size: 7px;text-align:left}
.filterNew input {margin-left:0}
.col-md-3.col-sm-3.col-xs-3.selectBX1, .col-md-3.col-sm-3.col-xs-3.selectBX2 {text-align: left;margin-left: -12px;margin-top: 10px}
.filterNew .col-md-2.col-sm-2.col-xs-2:first-child {padding-left: 8px!important}
.filterNew .col-md-2.col-sm-2.col-xs-2 {padding-left: 8px!important;padding-right: 0}
.filterNew .selectBX2 .sbSelector {width: 25%;top: 0px;margin-left: 25px}
.filterNew .selectBX2 .sbToggle {right: 108px!Important}
.filterNew .col-md-2.col-sm-2.col-xs-2:last-child {margin-left: 18px;margin-top:3px}
.filterNew .selectBX2 .sbOptions {width:32%!important;font-size: 7px;left: 24px!important}
.filterNew .selectBX1 .sbOptions {width:32%!important}
.filterNew button {padding:0}
.filterNew .sbToggle{height:19px!important}
.filterNew  .col-md-2.col-sm-2.col-xs-2:first-child label{margin-left:0} 
.filterNew  .col-md-2.col-sm-2.col-xs-2:nth-child(2) label{margin-left:0}

.filterNew input[type*="submit"] {min-width: 29px;padding: 0;font-size: 7px;margin-bottom: 4px;max-width: 40px}
div[id*="InvestorGuideDiv"] .field input {width:25%}
div[id*="InvestorGuideDiv"] #IGCategoryDiv {background-size:contain}
div[id*="InvestorGuideDiv"] #IGCategoryDiv .sbToggle {height: 19px!important;right: 80px!important}
div[id*="InvestorGuideDiv"] #IGBtnsDiv {width: 24%;margin-left: 27px}
div[id*="InvestorGuideDiv"] #IGBtnsDiv input {margin-left: 0;margin-right: 4px;width: 12px!important;font-size: 6px}
div[id*="InvestorGuideDiv"] #IGBtnsDiv input:last-child {padding-right:21px;margin-right: 0!important}
div[id*="InvestorGuideDiv"] #IGCategoryDiv .sbOptions {width: 80px!important;font-size:7px}
.serviceInCont .tabPanelInner .nav-tabs > li a {font-size:7px}
.officesCont .sbHolder {width: 96px}
.officesCont .sbSelector {width: 124px}
.officesCont .sbOptions {width: 124px!important}
.officeRow .panel-group .panel-default {width: 248px}
.QAFilter #IGBtnsDiv {width: 22%!important}
.comparedCountries ul li.country {font-size: 10px;margin: 20px 8px 20px 0}
div[id*="InvestorGuideDiv"] #IGCategoryDiv .sbToggle {height: 17px!important;background: url('/Style Library/Images/select-icons.png') -7px -123px no-repeat #006bb6!important}
table.table.fees.feesInfoTable {width: 180px}
.table.fees {width: 295px}
}

/*End --------Mina LAbib css*/  


/*peter 3/12/2015 11:30*/
/*peter 3/12/2015 12:30*/
/*peter 1/6/2015 4:30*/
/*peter 8/6/2015 2:00*/
/*peter 9/6/2015 5:00*/
/*peter 12/6/2015 4:00*/
/*peter 29/6/2015 3:00*/
/*peter 21/7/2015 4:00*/