.language {
	position: absolute;
	left: 35px;
	top: 0;
	background: #0c85c1;
	border-radius: 0 0 5px 5px;
	padding: 5px 30px;
	color: #fff;
	font-size: 15px;
	float: left;
	box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.4);
	z-index: 999
}
.language i {
	position: relative;
	top: -1px;
	left: 5px
}
.language a{color:#fff}

/*SLIDER*/

.main-slider {
	position: relative;
	border-bottom: 7px solid #0885c3;
	
}
.main-slider h2 {
	color: #40403f;
	font-size: 30px;
	font-weight: 300;
	line-height: 38px;     direction: rtl;
}
.main-slider h2 span {
	color: #037fbd;
	font-size: 40px;
	font-weight: 400
}
.main-slider p {
	font-size: 16px;
	color: #3a3c3b;
	line-height: 26px;
}
.lfr{width:35%; white-space:inherit !important; direction: rtl;   text-align: right; }
.lfl{width:35%; direction:rtl; text-align:right}
.default-btn {
	position: relative;
	padding: 18px 15px;
	text-transform: uppercase;
	background: #f1582d;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 100;
	border-radius: 0 35%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-box-shadow: 8px 8px 0px rgba(57,57,58,1), 0px 0px 0px rgba(0,0,0,.7);
	-moz-box-shadow: 8px 8px 0px rgba(57,57,58,1), 0px 0px 0px rgba(0,0,0,.7);
	box-shadow: 8px 8px 0px rgba(57,57,58,1), 0px 0px 0px rgba(0,0,0,.7);
}
.default-btn i {
	padding-left: 5px
}
.default-btn:active {
	-webkit-box-shadow: 0px 3px 0px rgba(57,57,58,1), 0px 0px 0px rgba(0,0,0,.9);
	-moz-box-shadow: 0px 3px 0px rgba(57,57,58,1), 0px 0px 0px rgba(0,0,0,.9);
	box-shadow: 0px 3px 0px rgba(57,57,58,1), 0px 0px 0px rgba(0,0,0,.9);
	position: relative;
	top: 6px;
}
/*SLIDER*/

/*MARINE ICON*/
nav.navbar.bootsnav {
    z-index: 1111 !important;
}

.hi-icon {
	display: inline-block;
	font-size: 25px;
	cursor: pointer;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #333333;
	line-height: 90px;
	margin-bottom: 15px;
	font-weight: 300;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
	border: 1px solid #666666;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 1px #666666;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
/* Effect 1a */
.hi-icon-effect-1a .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #41ab6b;
}
.hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* Effect 1b */
.hi-icon-effect-1b .hi-icon:hover {
	background: #0c85c1;
	color: #fff;
	border: none;
}
.hi-icon-effect-1b .hi-icon:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.hi-icon-effect-1b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.hi-icon-effect-1 li {
	float: right;
	text-align: center;
	font-size: 15px;
	margin: 15px 20px 20px;
}
.hi-icon-effect-1 li:first-of-type {
	margin-right: 0
}
/*MARINE ICON*/


/*QUICK_ENQUIRY*/

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	width: calc(100% - 1em);
	vertical-align: top;
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}
.input__field:focus {
	outline: none;
}
.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #858585;
	font-weight: 400;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}
.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}
.icon {
	color: #ddd;
	font-size: 150%;
}
/* Nao */
.input--nao {
	overflow: hidden;
	padding-top: 1em;
}
.input__field--nao {
	padding: 26px 0 5px;
	width: 100%;
	background: transparent;
	color: #9da8b2;
	font-size: 12px;
    direction:rtl;
}
.input__label--nao {
	position: absolute;
	top: -5px;
	font-size: 14px;
	right: 0;
	left:inherit;
	display: block;
	width: 100%;
	text-align: right;
	padding: 0em 0 0 0px;
	pointer-events: none;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
	transition: transform 0.2s 0.15s, color 1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.graphic--nao {
	stroke: #d0d0d1;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
	transition: transform 0.7s, stroke 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.input__field--nao:focus + .input__label--nao, .input--filled .input__label--nao {
	color: #333;
	-webkit-transform: translate3d(0, -18px, 0) scale3d(0.99, 0.99, 1);
	transform: translate3d(0, -18px, 0) scale3d(0.99, 0.99, 1);
}
.input__field--nao:focus ~ .graphic--nao, .input--filled .graphic--nao {
	stroke: #0d6fb7;
	-webkit-transform: translate3d(-66.6%, 0, 0);
	transform: translate3d(-66.6%, 0, 0);
}
.select {
	position: relative;
	display: inline-block;
	width: 98%;
	margin: 1em;
}
.select select {
	display: inline-block;
	width: 100%;
	padding: 10px 15px 10px 0;
	cursor: pointer;
	color: #858585;
	border: 0;
	border-radius: 0;
	outline: 0;
	border-bottom: 1px solid #d0d0d1;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
}
 .select select::-ms-expand {
 display: none;
}
.select select:hover, .select select:focus {
	color: #000;
	background: none;
}
.select select:disabled {
	pointer-events: none;
	opacity: .5;
}
.select__arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 27px;
	height: 15px;
	pointer-events: none;
	border-left: 1px solid #cececb;
	background: url(../../images/select-arrow.png) no-repeat right
}
.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
	border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}
/*QUICK_ENQUIRY*/


/*SCROLLING*/

.about {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.about-sec {
	background: rgba(12, 133, 193, 0.9);
	padding: 110px 0 90px;
	position: relative;
	    direction: rtl;
}
/*SCROLLING*/


/*CAROUSEL*/

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	margin-top: 65px;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(../../images/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #0d6fb7;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading {
	min-height: 150px;
	background: url(../../images/AjaxLoader.gif) no-repeat center center
}
#owl-demo .item {
	margin: 13px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
	left: inherit;
	bottom: inherit;
	position: inherit;
}
/*CAROUSEL*/

/*MAP*/

html, body, #map {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.pin-wrap {
	position: absolute;
	width: 100px;
	height: 100px;
	margin-top: -120.71068px;
	margin-left: -50px;
	-webkit-transform-origin: 50% 120.71068% 0;
	transform-origin: 50% 120.71068% 0;
}
.pin {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-transform-origin: 50% 120.71068% 0;
	transform-origin: 50% 120.71068% 0;
}
.pin::after {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 100px;
	height: 100px;
	content: '';
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	border: 20px solid #0c85c1;
	border-radius: 50% 50% 50% 50%;
}
.pin::before {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 100px;
	height: 100px;
	content: '';
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	border: 18px solid #086a9a;
	border-radius: 50% 50% 50% 0;
	background: url(../../images/map-icon.png) no-repeat 2px 19px
}
.shadow {
	position: absolute;
}
.shadow::after {
	position: absolute;
	left: -125px;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	content: '';
	-webkit-transform: rotateX(55deg);
	transform: rotateX(55deg);
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.5) 100px 0 20px;
}
.pulse {
	position: absolute;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-transform: rotateX(55deg);
	transform: rotateX(55deg);
}
.pulse::after {
	display: block;
	width: 100px;
	height: 100px;
	content: '';
	-webkit-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	border-radius: 50%;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 6px 3px #0c85c1;
}
 @-webkit-keyframes pulsate {
 0% {
 -webkit-transform: scale(0.1, 0.1);
 transform: scale(0.1, 0.1);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1.2, 1.2);
 transform: scale(1.2, 1.2);
 opacity: 0;
}
}
 @keyframes pulsate {
 0% {
 -webkit-transform: scale(0.1, 0.1);
 transform: scale(0.1, 0.1);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1.2, 1.2);
 transform: scale(1.2, 1.2);
 opacity: 0;
}
}
.animations a {
	line-height: 42px;
	display: block;
	box-sizing: border-box;
	height: 44px;
	margin: 0 5px;
	padding: 0 10px;
	text-decoration: none;
	color: #f93c11;
	border: 2px solid #f93c11;
	border-radius: 22px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.animations a:hover {
	color: white;
	background: #f93c11;
}
.map {
	width: 100%;
	height: 360px
}
/*MAP*/

/*SOCIAL_RIGHT*/

.social {
	position: fixed;
	top: 200px;
	right: 0px;
	z-index: 999;
	width: 50px;
}
.social ul {
	padding: 0px;
	-webkit-transform: translate(-8px, 0);
	-moz-transform: translate(-8px, 0);
	-ms-transform: translate(-8px, 0);
	-o-transform: translate(-8px, 0);
	transform: translate(-8px, 0);
}
.social ul li {
	display: block;
	margin: 3px 5px;
	background: rgba(0, 0, 0, 0.36);
	width: 146px;
	text-align: left;
	padding: 7px;
	-webkit-border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
	border-radius: 30px 0px 0px 30px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	float:left;
	line-height: 33px;
	padding-left: 55px;
color: #fff;
}
.social ul li h4{margin:0}
.social ul li p{margin:0; line-height: 22px;}
.social ul li:hover {
	-webkit-transform: translate(-70px, 0);
	-moz-transform: translate(-70px, 0);
	-ms-transform: translate(-70px, 0);
	-o-transform: translate(-70px, 0);
	transform: translate(-70px, 0);
	background: rgba(32, 75, 100, 0.4);
}
.social ul li:hover a {
	color: #fff;
}
.social ul li:hover i {
	color: #0c85c1;
	background: #fff;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social ul li i {
	margin-right: 10px;
	color: #0c85c1;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	background: #ffffff;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	float: left;
    margin-left: -47px;
}
/*SOCIAL_RIGHT*/

/*TOP*/


.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(12, 133, 193, 0.7) url(../../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.cd-top.cd-fade-out:hover {
	opacity: 1;
}
.no-touch .cd-top:hover {
	background-color: rgba(12, 133, 193, 0.7);
	opacity: 1;
}

@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}


@media only screen and (min-width: 1024px) {
.cd-top {
	height: 60px;
	width: 60px;
	left: 30px;
	bottom: 30px;
}
}
/*TOP*/


/*POPUP*/

.dialog, .dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.dialog {
	position: fixed;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;z-index: 1111;
}
.dialog__overlay {
	position: absolute;
	z-index: 1;
	background: rgba(113, 113, 113, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
}
.dialog__content {
	width: 50%;
	max-width: 560px;
	min-width: 290px;
	background: #f4f4f4;
	position: relative;
	z-index: 5;
	opacity: 0;
}
.dialog--open .dialog__content {
	pointer-events: auto;
}
.dialog--close .dialog__overlay {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.dialog.dialog--open .dialog__content, .dialog.dialog--close .dialog__content {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
.dialog.dialog--open .dialog__content {
	-webkit-animation-name: anim-open;
	animation-name: anim-open;
}
.dialog.dialog--close .dialog__content {
	-webkit-animation-name: anim-close;
	animation-name: anim-close;
}
 @-webkit-keyframes anim-open {
 0% {
opacity: 0;
-webkit-transform: translate3d(calc(-100vw - 50%), 0, 0);
}
 50% {
opacity: 1;
-webkit-transform: translate3d(100px, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
}
}
 @keyframes anim-open {
 0% {
opacity: 0;
-webkit-transform: translate3d(calc(-100vw - 50%), 0, 0);
transform: translate3d(calc(-100vw - 50%), 0, 0);
}
 50% {
opacity: 1;
-webkit-transform: translate3d(100px, 0, 0);
transform: translate3d(100px, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
 @-webkit-keyframes anim-close {
 0% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
}
 50% {
opacity: 1;
-webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
}
 100% {
opacity: 0;
-webkit-transform: translate3d(calc(100vw + 50%), 0, 0);
}
}
 @keyframes anim-close {
 0% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
 50% {
opacity: 1;
-webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
}
 100% {
opacity: 0;
-webkit-transform: translate3d(calc(100vw + 50%), 0, 0);
transform: translate3d(calc(100vw + 50%), 0, 0);
}
}
.dialog-head {
	background: #fff;
	padding: 25px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1)
}
.dialog-head h2 {
	font-size: 35px;
	color: #0c85c1;
	font-weight: 400;
	margin: 0;
	display: inline-block
}
.dialog-head h2 span {
	font-weight: 300;
	color: #666666
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){ 
.dialog, .dialog__overlay, .dialog__overlay, .dialog__content{z-index:0} 
.dialog--open, .dialog--open .dialog__overlay, .dialog--open .dialog__content, .dialog--close .dialog__overlay, .dialog.dialog--close .dialog__content{z-index:1111}
 }

.close {
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	opacity: 1;
	margin-top: -3px;
}
.close:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 1
}
.dialog-main {
	padding: 30px 10px 6px
}
.left-inner-addon {
	position: relative;
}
.select-fb {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
}
.select-fb select {
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	cursor: pointer;
	color: #858585;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #ebebeb;
	background-image: none;
	border: 1px solid rgba(27, 25, 26, 0.05);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	direction:rtl
}
}
 .select-fb select::-ms-expand {
 display: none;
}
.select-fb select:hover, .select-fb select:focus {
	color: #000;
	background: none;
}
.select-fb select:disabled {
	pointer-events: none;
	opacity: .5;
}
.select__arrow {
	position: absolute;
	top: 16px;
	left: 15px;
	width: 27px;
	height: 15px;
	pointer-events: none;
	border-right: 1px solid #cececb;
	background: url(../../images/select-arrow.png) no-repeat left;
	right:inherit;
	border-left:inherit
}
.select-fb select:hover ~ .select__arrow, .select-fb select:focus ~ .select__arrow {
	border-top-color: #000;
}
.select-fb select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}
.left-inner-addon input {
	padding-right: 45px;
}
.left-inner-addon textarea {
	padding-right: 45px;
}
.left-inner-addon i {
	position: absolute;
	padding: 4px 12px;
	pointer-events: none;
	margin: 12px 0;
	right:0;
	color: #b3b3b3;
    border-left: 1px solid #d9d9d9;
}
.sub {
	background: #0c85c1;
	color: #ebebeb;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	padding: 10px 40px;
	border-radius: 45px;
	display: inline-block;
	position: relative;
	bottom: -30px;
	transition: all 0.5s ease
}
.sub:hover {
	background: #dbcf0d
}
/*POPUP*/

/*SLIDER*/

.slider-container {
	max-height: 673px
}
.berth .slider-container {
	max-height: 719px
}
.slider-container1 {
	max-height:486px
}
.slider-container, .slider-container1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.slider {
	position: relative;
	width: 9999px;
}
.slider:before, .slider:after {
	display: table;
	content: ' ';
}
.slider:after {
	clear: both;
}
.slider .slide {
	position: relative;
	float: left;
	/*max-height: 550px;*/
	margin: 0;
	padding: 0;
    overflow: hidden;
}
.slider-container:before {
	width: 220px;
	height: 0;
	border-right: 210px solid transparent;
	border-bottom: 719px solid #f7f7f8;
	position: absolute;
	left: 0px;
	content: "";
	top: 0;
	z-index: 1
}
.rya{max-height: 766px;}
.rya:before {
	border-bottom: 766px solid #f7f7f8 !important;
}
.rya #prev{right:inherit; bottom:19%}
.rya #next{right:inherit}
.slider-container1:before {
	width: 220px;
	height: 0;
	border-left: 210px solid transparent;
	border-bottom: 486px solid #0c80c1;
	position: absolute;
	right: 0px;
	content: "";
	top: 0;
	z-index: 1;
}
.sw{max-height:571px; position:relative}
.sw:before{border-bottom: 571px solid #0c80c1; right:0; border-left: 210px solid transparent; border-right: inherit;}
.sw #prev1{bottom:21%}
.slider .slide img {
	display: block;
	/*max-width: 100%;*/
	height: auto;
}
#next > span, #prev > span {
	color: #fff;
	display: block;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px
}
#next1 > span, #prev1 > span {
	color: #fff;
	display: block;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px
}
#next1 > span img, #prev1 > span img {
	height: auto !important;
	width: auto !important
}
/* Arrows */
#next, #prev {
	position: absolute;
	bottom: 10%;
	margin-top: -20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	border-radius: 1px;
	background: #adadad;
	opacity: 1;
	transition: opacity .15s ease;
	fill: #fff;
	z-index: 1;
	border-radius: 100%;
	transition: all 0.5s ease
}
#prev {
	left: 127px;
	bottom: 20%
}
#next {
	left: 152px;
}
#next:hover, #prev:hover {
	opacity: 1;
	background: #1f8ec6;
}
.berth #prev {
	right: inherit;
	bottom: 25%
}
.berth #next {
	right: inherit;
	bottom:15%
}
#next1, #prev1 {
	position: absolute;
	bottom: 10%;
	margin-top: -20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	border-radius: 1px;
	background: #adadad;
	opacity: 1;
	transition: opacity .15s ease;
	fill: #fff;
	z-index: 1;
	border-radius: 100%;
	transition: all 0.5s ease
}
#prev1 {
	right: 125px;
	bottom: 23%
}
#next1 {
	right: 152px;
}
#next1:hover, #prev1:hover {
	opacity: 1;
	background: #cfc90a;
}
.caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 30px 10px 30px;
	color: #fff;
	background: rgba(0, 0, 0, .39);
	background: linear-gradient(to top, rgba(0,0,0,.9), transparent 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}
.caption a {
	display: block;
	color: #fff;
}
.slider-nav {
	line-height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	filter: alpha(opacity=90); /* ie8 */
	display: none
}
.slider-nav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
}
.slider-nav .active {
	width: 12px;
	height: 12px;
	background: #fff;
}

@media (max-width: 580px) {
.caption {
	display: none;
}

}

@media (max-width: 1400px) {
.slider-container1 {
	max-height: 512px;
}
.berth .slider-container{max-height: 719px;}
.berth .slider-container:before{border-bottom: 719px solid #f7f7f8;}

}
@media (max-width: 1690px) {
.slider-container1 {
	max-height: 512px;
}
.slider-container1:before{    border-bottom: 512px solid #0c80c1;}
.sw {
	max-height: 595px;
}
.sw:before{    border-bottom: 595px solid #0c80c1;}
}
@media (max-width: 1640px) {
.slider-container1 {
	max-height: 539px;
}
.slider-container1:before {
	border-bottom: 539px solid #0c80c1;
}
.slider-container {
	max-height: 690px;
}
.sw {
	max-height: 598px;
}
.sw:before {
	border-bottom: 598px solid #0c80c1;
}
}

/*SLIDER*/


/*NAUTICAL_GRID*/

.gridder {
	margin: 0px;
	padding: 0px;
	list-style-type: none
}
.gridder-list {
	display: inline-block;
	vertical-align: top
}
.gridder-show {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	background: #EEE url("../../images/loading-spin.svg") no-repeat center
}
.gridder-show.loading {
	background: #EEE url("../../images/loading-spin.svg") no-repeat center
}
.gridder-content {
	display: none
}
.gridder-list {
	width: 15.83333%
}
.gridder-list:nth-child(n) {
	margin-bottom: 1%;
	margin-right: 1%
}
.gridder-list:nth-of-type(6n) {
	margin-right: 0;
	margin-bottom: 0
}
.gridder-show {
	padding: 20px;
	background: #0c85c1;
	margin-bottom: 1%
}
.gridder-navigation .gridder-nav.disabled {
	opacity: .5
}
.gridder-list {
	cursor: pointer
}
.gridder-list:hover {
	opacity: 0.8
}
.hasSelectedItem .gridder-list {
	opacity: .5
}
.hasSelectedItem .gridder-list.selectedItem {
	opacity: 1
}
.gridder {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0
}
.gridder-list, .gridder-show {
	font-size: 14px
}
.gridder-list {
	display: inline-block;
	vertical-align: top
}
.gridder-show {
	display: block;
	float: left;
	width: 200%;
	position: relative;
	left: -50%;
}
.gridder-content {
	display: none
}
.gridder-list {
	width: 50%;
}
.gridder-list:nth-child(n) {
	margin-bottom: 0;
	margin-right: 0;
	padding:30px 30px 30px 0px;
	border: 1px solid #ccc;
    border-width: 0 0px 1px 0px;
}
.gridder-list1:nth-child(n) {
	padding:30px 0px 30px 30px;
	border: 1px solid #ccc;
    border-width: 0 0px 1px 1px;
}
.gridder-list:nth-of-type(6n) {
	margin-right: 0;
	margin-bottom: 0
}

.gdr-img{border-radius:100%; overflow:hidden; height: 215px;}
.gdr-img img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: 215px;
    max-width: none;
    max-height: none;
    display: block;
    position: relative;
}
.gdr-txt{padding-right:20px; padding-top:20px}
.gdr-txt h2{font-size:18px; color:#000000; margin-top:0}
.gdr-txt p{font-weight:300; color:#282828; font-size:14px; line-height:24px; text-align: right !important;}
.gdr-icon{position:relative; float:left; margin-top:-40px; margin-left:20px; background:#0c85c1; width:33px; height:33px; border-radius:100%; text-align:center; line-height:29px; border:1px solid #f7f7f8}
.gridder-navigation{margin:0 auto 20px; width:51%;}
.gridder-close{float:left; font-size:24px; color:#fff}
.gridder-nav{color:#fff}
.des h3{color:#f7f7f8; margin-top: 5px; margin-bottom: 15px; font-weight: 400;  font-size: 20px;}
.des h4{color:#f7f7f8; margin-top:0; padding-bottom:10px; position:relative; font-weight:300; font-size:20px; margin-bottom:20px}
.des h4:before{position:absolute; width:81px; height:2px; content:""; right:0; bottom:0; 
background: rgb(217,189,12); 
background: -moz-linear-gradient(right,  rgb(217,189,12) 50%, rgb(217,189,12) 50%, rgb(247,247,248) 50%); 
background: -webkit-linear-gradient(right,  rgb(217,189,12) 50%,rgb(217,189,12) 50%,rgb(247,247,248) 50%); 
background: linear-gradient(to left,  rgb(217,189,12) 50%,rgb(217,189,12) 50%,rgb(247,247,248) 50%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9bd0c', endColorstr='#f7f7f8',GradientType=1 ); 
}
.des p{font-weight:300; color:#f7f7f8; margin-bottom:25px}
.des ul li{color:#f7f7f8; padding-right:20px; position:relative; line-height: 26px; font-weight: 300; font-size: 14px; margin-bottom: 2px;}
.des ul li:before{position:absolute; right:0; top:0; font-family: 'FontAwesome'; content:"\f100"}

/*NAUTICAL_GRID*/

/*FANCYBOX*/


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../images/blank.gif');
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; 
	}

	#fancybox-loading div {
		background-image:url('../../images/fancybox_sprite@2x.png');
		background-size: 24px 24px; 
	}
}


.hover {
	position: relative;
	cursor: default;
 height: 263px; overflow:hidden
}
.hover .overlay1 {
	position: absolute;
	top: 0;
	left: 0;
}
.hover img {
	
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: 263px;
    max-width: none;
    max-height: none;
    display: block;
    position: relative;
    
}

.hover, .hover h2 {
	text-align: center
}
.hover, .hover h2 {
	text-align: center
}
.hover, .hover .overlay1 {
	width: 100%;
	height: 263px;
	overflow: hidden
}

.hover, .hover .overlay1 {
	width: 100%;
height: 263px;
	overflow: hidden
}
.berth .hover, .hover .overlay1 {
    height: 100%;
}

.ehover11 .overlay1::before, .ehover12 h2::after, .ehover7 .overlay1::before {
	content: ''
}
.over-cent{position:relative; top:50%; margin-top:-57px}
.ehover1 img {
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}
.ehover1 .overlay1 {
	opacity: 0;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ehover1 h2 {
	-ms-transform: translatey(-100px);
	-webkit-transform: translatey(-100px);
	transform: translatey(-100px);
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color:#fff
}
.ehover1 button.info {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding:10px 15px;
	font-size:16px;
	background:rgba(173, 173, 173, 0.8);
	border:none;
}
.ehover1 a button.info{color:#fff}
.ehover1:hover .overlay1 {
	opacity: 1
}
.ehover1:hover button.info, .ehover1:hover h2 {
	opacity: 1;
	-ms-transform: translatey(-100px);
	-webkit-transform: translatey(-100px);
	transform: translatey(-100px)
}
.ehover1:hover button.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.na-img .ehover1:hover button.info, .ehover1:hover h2 {
	opacity: 1;
	-ms-transform: translatey(35px);
	-webkit-transform: translatey(35px);
	transform: translatey(35px)
}
.na-img{margin-bottom:20px}

/*FANCYBOX*/


/*GALLERY*/

#filters {
	margin:1%;
	padding:0;
	list-style:none;
	direction:rtl
}

#filters li {
	float:right;
}

#filters li span {
	display: block;
	padding:5px 20px;		
	text-decoration:none;
	color:#333;
	cursor: pointer;
}

#filters li span.active {
	color:#0c7aaf;
	border-bottom: 2px solid #0c7aaf;
	border-radius: 2px;
}
 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:right;
	overflow:hidden;
}

.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	background: #666;
	cursor:pointer;
height:177px
}

.portfolio img {
	max-width:100%;
	position: relative;
	top:0;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
}

.portfolio-wrapper img{
     min-height: 100%;
    min-width: 100%;
    width: auto;
    height: 177px;
    max-width: none;
    max-height: none;
    display: block;
    position: relative;
}

.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
	background: #0876ab;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}

.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:8px 8px;
	font-size: 16px;
    font-weight: 300;
}
.portfolio .label-text a{color:#fff}
	
.portfolio .text-category {
	display:block;
	font-size:9px;
}

.portfolio:hover .label {
	bottom:0;
}
.portfolio:hover img {
	top:-30px;
}  

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px; 
	}
}

@media only screen and (max-width: 767px) {
	#portfoliolist .portfolio {
		width:100%;
		margin:1%;
	}		

	#filters li span{padding: 5px 7px;}
	#filters{margin:0}
	
}



.gallery{padding:60px 0}


/*GALLERY*/

/*SITEMAP*/

.easy-tree {
    min-height: 20px;
    color: #fff;
    border: none;
    border-top: none;
    padding-bottom: 15px;
}

.easy-tree > ul {
    padding-left: 15px;
	margin: 0 !important;
}

.easy-tree li {
    list-style-type: none;
    margin: 0 !important;
    padding: 10px 5px 0 5px !important;
    position: relative;
	font-size:14px  !important;
	line-height:inherit !important
}

.easy-tree li::before, .easy-tree li::after {
    content: '';
    left: -30px !important;
    position: absolute;
    right: auto
}

.easy-tree li::before {
    border-left: 1px solid #A3832E;
    bottom: 50px;
    top: 0 !important;
    width: 1px;
	background:none !important
}

.easy-tree li::after {
    border-top: 1px solid #A3832E;
    height: 20px;
    top: 29px;
    width: 35px
}

.easy-tree li > span {
    border: 2px solid #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
	background: #0d7bb0;
	transition: all 0.5s ease;
}
.easy-tree li ul{padding-left:45px; margin:0 !important }

.easy-tree li.parent_li > span {
    cursor: pointer
}


.easy-tree > ul > li::before, .easy-tree > ul > li::after {
    border: 0
}

.easy-tree li:last-child::before {
    height: 30px
}

.easy-tree li.parent_li > span:hover, .easy-tree li > span:hover {
    background: #fff;
    border: 2px solid #0d7bb0 !important;
    color: #0d7bb0 !important;
}
.easy-tree li.parent_li > span:hover a, .easy-tree li > span:hover > a{color: #275580 !important;}
 .easy-tree li.parent_li > span:hover + ul li span .fa{border:none !important}
.easy-tree li.parent_li > span:hover + ul li.li_selected span {
    background: #e5e2e1;
    color: #e56155;
}

.easy-tree li > span > a {
    color: #fff;
    text-decoration: none;
	 padding-right: 5px;

}

.easy-tree li > span > span.glyphicon-folder-close, .easy-tree li > span > span.glyphicon-folder-open {
    margin-right: 5px;
}

.easy-tree li.li_selected > span, .easy-tree li.li_selected > span > a {
    background: #e5e2e1;
    color: #e56155;
}

.easy-tree li.li_selected > span:hover, .easy-tree li.li_selected > span:hover > a {
    background: #fafafa;
    color: #ff6c60;
}

.easy-tree .easy-tree-toolbar {
    background-color: #fff;
}

.easy-tree .easy-tree-toolbar > div {
    display: inline-block;
}

.easy-tree .easy-tree-toolbar > div > button {
    border-radius: 0;
    margin: 20px 5px;
}

.easy-tree .easy-tree-toolbar .create .input-group {
    top: -15px;
    margin-left: 5px;
    margin-right: 5px;
}

.easy-tree .easy-tree-toolbar .create .input-group input {
    border-radius: 0;
}

.easy-tree .easy-tree-toolbar .create .input-group button {
    border-radius: 0;
}

    
/*SITEMAP*/




.no-padding {
	padding: 0 
}
.padding-left-0 {
	padding-left: 0
}
.padding-right-0 {
	padding-right: 0
}
.margin-top-30 {
	margin-top: 30px
}
.margin-bottom-20 {
	margin-bottom: 20px
}
.margin-bottom-30 {
	margin-bottom: 30px
}
.font-18{font-size:18px}
.font-24{font-size:24px}
.border-btm-nn{border-bottom:none !important}
.feedback-sec {
	position: relative;
	margin-top: -66px;
	z-index: 999;
	margin-bottom: 7px
}
.f-b {
	background: #0c85c1;
	padding: 15px 30px 10px;
	color: #fff;
	float: right;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	border-radius: 5px 5px 0 0;
	box-shadow: inset 0px -13px 23px rgba(0, 0, 0, 0.2);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.f-b:hover {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.f-b a {
	color: #fff
}
.f-b img {
	float: left;
	margin-right: 15px;
}
.udc-logo {
	float: right;
	margin-right: 10px;
	margin-top: -3px
}
.ser-ico {
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	z-index: 11;
	position: relative;
	height: 110px;
	direction:rtl
}
.ser-ic {
	padding: 35px 22px 30px 0px;
	transition: height 0.5s;
	-webkit-transition: height 0.5s;
	position: absolute;
	width: 100%;
	height: 110px
}
.ser-ic:hover {
	height: 180px;
	background: url(../../images/service-hover.png) no-repeat center bottom;
}
.ser-ic img {
	float: right;
	margin-left: 10px
}
.ser-ic h4 {
	font-size: 20px;
	margin: 5px 0;
	font-weight: 400;
	color: #5a5a5a
}
.ser-ic h5 {
	font-size: 11px;
	margin: 0;
	font-weight: 400;
	color: #666666
}
.mrina {
	padding: 90px 0px 90px 70px;
	direction:rtl
}
.mrina h2, .qick-en h2, .service-sec h2 {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
	margin-top: 0;
	direction:rtl
}
.mrina h2:after, .qick-en h2:after, .service-sec h2:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 80px;
	height: 2px;
	background: #0d6fb7
}
.mrina h2:before, .qick-en h2:before, .service-sec h2:before {
	position: absolute;
	content: "";
	right: 81px;
	bottom: 0;
	width: 80px;
	height: 2px;
	background: #dbcf0d
}
.marine-lft {
	position: absolute;
	left: 0
}
.mrina h2 span, .qick-en h2 span, .service-sec h2 span {
	color: #0c85c1;
	font-weight: 400
}
.mrina h2:after {
	width: 44px;
}
.mrina h2:before {
	width: 44px;
	right: 45px
}
.service-sec h2 {
	margin-bottom: 34px
}
.qick-en {
	background: #f1f2f1 url(../../images-ar/quick-enquiry.png) no-repeat right bottom;
	padding: 90px 60px 90px 30px;
	z-index: 1;
	position: relative;
	-webkit-box-shadow: inset 74px 0px 176px -105px rgba(0,0,0,0.18);
	-moz-box-shadow: inset 74px 0px 176px -105px rgba(0,0,0,0.18);
	box-shadow: inset -74px 0px 176px -105px rgba(0,0,0,0.18);
	direction:rtl
}
.qick-en-main {
	position: relative
}
.qick-en-main:before {
	position: absolute;
	content: "";
	width: 300%;
	height: 100%;
	background: #f1f2f1;
	right:100%
}
.butn {
	border: 3px solid #dbd9d8;
	border-radius: 100%;
	background: #0c85c1;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 70px;
	margin-top: 50px;
	transition: all 0.5s ease
}
.butn:hover {
	background: #dbcf0d
}
.overview, .tpq {
	text-align: center;
	padding: 0 30px
}
.overview img, .tpq img {
	left: inherit;
	position: inherit;
	top: inherit
}
.overview h2, .tpq h2 {
	text-transform: uppercase;
	margin: 15px 0 35px;
	padding-bottom: 15px;
	color: #fefefe;
	font-weight: 400;
	position: relative;
	font-size: 24px
}
.overview h2:after, .tpq h2:after {
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -80px;
	bottom: 0;
	width: 80px;
	height: 2px;
	background: #f4fafc
}
.tpq h2:after {
	background: #dbcf0d
}
.overview h2:before, .tpq h2:before {
	position: absolute;
	content: "";
	left: 50%;
	margin-left: 1px;
	bottom: 0;
	width: 80px;
	height: 2px;
	background: #dbcf0d
}
.tpq h2:before {
	background: #f4fafc
}
.overview p, .tpq p {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 35px
}
.overview a, .tpq a {
	transition: all 0.5s ease;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px 25px;
	color: #fff;
	text-transform: uppercase;
        margin-bottom: 20px;
        display: inline-block;
}
.overview a i, .tpq a i {
	padding-left: 5px
}
.overview a:hover, .tpq a:hover {
	background: #dacd00;
	border: 1px solid #dacd00
}
.service-sec {
	background: url(../../images-ar/service-bg.jpg) no-repeat center center;
	padding: 100px 0;
	direction:rtl;
    background-size: cover;
}
.service-sec p {
	color: #666666;
	font-size: 15px;
	margin: 0
}
.ser {
	margin-top: 60px
}
.ser h4 {
	color: #3c3d3d;
	font-size: 20px;
	margin: 0 0 20px;
	font-weight: 400
}
.ser h4 a{color: #3c3d3d;}
.ser h4 img {
	margin-left: 12px
}
.news-sec {
	background: rgba(255, 255, 255, 0.9);
	padding: 75px 0;
	position: relative;
}
.news-sec h2 {
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 10px;
	direction:rtl
}
.awards{direction:rtl}
.news-sec h2 span {
	color: #0c85c1;
}
.news-sec p {
	font-size: 15px;
	font-weight: 400;
	direction:rtl
}
.nws-im {
	width: 47%;
	height: auto;
	float: right
}
.nws-tt {
	float: right;
	width: 65%;
	margin: 15px -70px 15px 0px;
	background: rgba(255, 255, 255, 0.9)
}
.nws-conta {
	padding: 20px 25px 0;
	text-align:right;
	direction:rtl
}
.nws-ttl {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
	padding-bottom: 10px
}
.nws-ttl h2 {
	font-size: 50px;
	font-weight: 500;
	float: right;
	padding-left: 10px;
	margin: 0;
	color:#333
}
.nws-ttl h4 {
	font-size: 25px;
	font-weight: 400;
	border-right: 2px solid #666666;
	float: right;
	padding-right: 10px;
	margin: 0;
	color:#333
}
.nws-ttl h4 span {
	font-weight: 300;
	font-size: 16px
}
.nws-conte h4 {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	margin: 0 0 10px
}
.nws-conte p {
	font-weight: 400;
	font-size: 13px;
	color: #666666;
	margin: 0;
	line-height: 24px
}
.read {
	padding: 10px 15px;
	background: #333333;
	float: left;
	transition: all 0.5s ease
}
.read:hover {
	background: #1e8ec6
}
.read img {
	width: inherit !important;
	display: inherit !important
}
footer {
	background: url(../../images/footer.png) no-repeat;
	background-size: cover
}
.footer {
	width: 100%;
	padding: 60px 0 30px;
	background: rgba(255, 255, 255, 0.6);
	direction:ltr;
	text-align:right
}
.footer h4 {
	font-size: 20px;
	font-weight: 400;
	color: #3f3f3f;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 25px;
	text-transform: uppercase;
	direction: rtl;
}
.footer h4:before {
	position: absolute;
	right: 0;
	content: "";
	bottom: 0;
	width: 61px;
	height: 2px;
	background: #0467ae;
}
.footer h4:after {
	position: absolute;
	right: 62px;
	content: "";
	bottom: 0;
	width: 61px;
	height: 2px;
	background: #d9bd0c
}
/*.footer ul{width:50%; float:left}*/
.footer ul li a {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	padding-right: 18px;
	position: relative
}
.footer ul li a:before {
	position: absolute;
	right: 0;
	content: "\f100";
	font-family: 'FontAwesome';
}
.wh {
	line-height: 24px;
	padding-bottom: 15px;
	margin-bottom: 20px
}
.contact-ftr ul{width:100% }
.contact-ftr ul li{
	width: 100%;
	float: left;
	line-height: 26px;
	margin-bottom: 5px
}
.icon {
	float: right;
	margin-left: 10px
}
.footer-strip {
	background: #e5e5e5
}
.subscribe {
	background: #1e8ec6;
	padding: 28px 28px 19px;     direction: rtl;
}
.newsletter {
	background: #0f7db4 !important;
	border: none;
	color: #fff
}
.newsletter::-moz-placeholder {
color:#fff;
opacity:1
}
.newsletter:-ms-input-placeholder {
color:#fff
}
.newsletter::-webkit-input-placeholder {
color:#fff
}
.follow {
	float: right;
	width: 100%
}
.follow p {
	margin: 33px 0;
	font-size: 16px;
	font-weight: 400;
	color: #4b4b4b;
	float: left;
	border-bottom: 1px solid #4b4b4b
}
.follow ul {
	margin-right: 44px;
	float: left;
	padding: 23px 0;
}
.follow ul li {
	display: inline-block;
	margin-left: 10px;
	float: right
}
.follow ul li a {
	color: #666666;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 39px;
	border: 2px solid #666666;
	border-radius: 100%;
	float: right;
	font-size: 20px;
	transition: all 0.5s ease
}
.follow ul li a:hover {
	color: #1e8ec6;
	border: 2px solid #1e8ec6
}
.brouchure-d p {
	margin: 33px 0;
	font-size: 16px;
	font-weight: 400;
	color: #4b4b4b;
	float: right;
	border-bottom: 1px solid #4b4b4b
}
.brouchure-d img {
	float: right;
	margin-left: 54px;
	margin-top: 8px;
}
.footer-btm {
	background: #fff;
	padding: 25px 0;
	direction:rtl
}
.fbtm-lft {
	float: right
}
.fbtm-lft p {
	font-weight: 500;
	margin: 0;
}
.fbtm-rgt {
	float: left
}
.tp-bullets{left: 16%; right: inherit !important;}
.tp-bullets.preview4 .bullet{float:right !important}
.fbtm-rgt p {
	font-weight: 400;
	margin: 0
}
.fbtm-rgt p a {
	color: #333333
}
.award-top {
	width: 100%;
	height: 388px;
	background: url(../../images/award-pattern.png) #10a0da;
	padding: 85px 0 70px
}
.award-top h2 {
	font-weight: 300;
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 25px
}
.award-top h2 span {
	color: #dacd00;
	font-weight: 500
}
.award-top p {
	font-weight: 300;
	font-size: 15px;
	color: #fff;
}
.awd-schm {
	text-align: right;
	padding: 50px 0 30px
}
.awd-schm h4, .tps h4 {
	color: #0c85c1;
	font-size: 25px;
	margin-bottom: 25px
}
.awd-schm p {
	color: #112b4c;
	font-size: 15px;
	font-weight: 300
}
.tps {
	text-align: left;
	padding: 50px 0 30px
}
.tps ul {
	margin-bottom: 10px;
	float: left
}
.tps ul li {
	width: 100%;
	float: left;
	line-height: 24px;
	font-weight: 300;
	padding-left: 25px;
	position: relative
}
.tps ul li:before {
	position: absolute;
	content: "";
	background: url(../../images/tps-li.png) no-repeat;
	left: 0;
	width: 13px;
	height: 13px;
	top: 4px
}
.tps p {
	font-size: 19px;
	font-weight: 500;
	color: #0c85c1;
	padding-left: 25px
}
.arm {
	text-align: center;
	margin: 0px 0 50px;
padding-left: 70px;
}
.arm a {
	border-bottom: 1px solid #0c82be;
	color: #0c82be;
	text-transform: uppercase
}
.awa-img {
	margin: -130px auto 0 30px
}
.awa-img img {
	box-shadow: 10px 10px 23px rgba(0, 0, 0, 0.1)
}
.head {
	background: #f7f7f8;
	height: 110px
}
.cont-head {
	background: url(../../images/cont-hd-bg.jpg) repeat;
	padding: 60px 0 54px;
	text-align: center
}
.cont-head h4 {
	margin: 0;
	font-weight: 200;
	font-size: 39px;
	color: #f7f7f8;
	letter-spacing: 0.2px;
	text-transform: uppercase
}
.cont-head h4 span {
	font-weight: 500
}
.cont-head p {
	color: #f7f7f8;
	font-size: 17px;
	font-weight: 300;
	margin: 2px 0 0;
	line-height: 21px;
    direction:rtl;
}
.cont-main {
	background: #f7f7f8;
	padding: 35px 0 45px
}
.con-det {
	background: #fff url(../../images/cont-del.png) no-repeat right bottom;
	padding: 50px 35px
}
.con-ad {
	padding: 17px 70px;
	direction:rtl
}
.con-ad ul li {
	line-height: 36px;
	color: #282828;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px
}
.con-icon {
	float: right;
	margin-left: 50px;
	margin-bottom: 5px
}
.con-address {
	background: #fff;
	padding: 60px;
	direction: rtl;
}
.add-lft {
	width: 157px;
	height: 157px;
	line-height: 157px;
	text-align: center;
	background: #0c85c1;
	border-radius: 100%;
	float: right
}
.add-rgt {
	float: right;
	margin: 15px 40px 0 0px
}
.add-rgt h4 {
	font-size: 20px;
	font-weight: 500;
	color: #282828;
	margin-top: 0;
	margin-bottom: 15px;
    direction:rtl;
}
.add-rgt p {
	font-size: 14px;
	font-weight: 300;
	color: #282828;
	margin: 0;
	line-height: 30px
}
.cm {
	box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.2);
	z-index: 11;
}
.pa-img {
	background: url(../../images/porto-arabia.jpg) no-repeat;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s ease;
	height: 541px
}
.pa:hover .pa-img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
.pa-rgt {
	background: #f7f7f8;
	padding: 80px 38px 34px 10px;
	position: relative;
	direction:rtl
}
.pa-rgt-lf {
	width: 270px;
	height: 0;
	border-right: 251px solid transparent;
	border-bottom: 541px solid #f7f7f8;
	color: #1e8ec6;
	position: absolute;
	font-size: 233px;
	font-weight: 500;
	right: -270px;
}
.pa-rgt-lf img {
	position: absolute;
	right: -203px;
	top: 321px;
	letter-spacing: -20px;
}
.position {
	position: relative
}
.pa-rgt h2 {
	font-size: 36px;
	color: #282828;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 300
}
.pa-rgt h2:before {
	position: absolute;
	content: "";
	right: 0;
	width: 80px;
	height: 2px;
	bottom: 0;
	background: #0d6fb7
}
.pa-rgt h2:after {
	position: absolute;
	content: "";
	right: 81px;
	width: 80px;
	height: 2px;
	bottom: 0;
	background: #dbcf0d
}
.pa-rgt p {
	font-weight: 300
}
.pa-lf-rgt {
	width: 270px;
	height: 0;
	border-left: 168px solid transparent;
	border-bottom: 360px solid #f7f7f8;
	color: #1e8ec6;
	position: absolute;
	font-size: 233px;
	font-weight: 500;
	left: -270px;
	z-index: 1
}
.pa-lf-rgt img {
	position: absolute;
	left: -148px;
	top: 151px;
	letter-spacing: -20px;
}
.cm-img {
	background: url(../../images/costa-malaz.jpg) no-repeat;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s ease;
	height: 360px
}
.cm:hover .cm-img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
.pa-rgt-lf2 {
	width: 270px;
	height: 0;
	border-right: 168px solid transparent;
	border-bottom: 360px solid #f7f7f8;
	color: #1e8ec6;
	position: absolute;
	font-size: 233px;
	font-weight: 500;
	right: -270px;
	z-index: 1
}
.pa-rgt-lf2 img {
	position: absolute;
	right: -111px;
	top: 151px;
	letter-spacing: -20px;
}
.vb-img {
	background: url(../../images/viva-bahriya.jpg) no-repeat center;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s ease;
	height: 360px
}
.vb:hover .vb-img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
.sec-lst {
	background: url(../../images/marian-btm.jpg) no-repeat top;
	background-size: cover
}
.sec-op {
	background: rgba(255, 255, 255, 0.96);
	padding: 135px 0 105px;
	box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.2) inset;
	direction:rtl
}
.marin-txt ul li {
	font-weight: 300;
	line-height: 28px;
	position: relative;
	padding-right: 20px
}
.marin-txt ul li:before {
	position: absolute;
	content: "\f100";
	font-family: 'FontAwesome';
	right: 0;
	top: -2px
}
.marilogo {
	padding: 0px 0px 0 80px;
	text-align:right
}
.marilogo h2 {
	margin: 0;
	padding-left: 0px;
	font-size: 94px;
	font-weight: 700;
	color: #838383;
	line-height: 56px;
	margin-bottom: 30px;
        text-align: center;
}
.marilogo h2 span {
	font-size: 30px;
	font-weight: 400;

}
.marilogo img{display:inline-block}
.rme-img {
	background-size: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s ease;
	/*height: 541px*/
}
.berth{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
	
}
.rme:hover .rme-img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
.rme-rgt {
	background: #f7f7f8;
	padding: 80px 0 34px 10px;
	position: relative;
	    direction: rtl;
}
/*.rme-rgt-lf{width: 220px; height: 0;	border-left: 210px solid transparent;	border-bottom: 541px solid #f7f7f8; color:#1e8ec6; position:absolute; font-size:233px; font-weight:500; left:-220px; }*/
.rme-rgt h2, .powerboat h2, .pbm-lft h2 {
	font-size: 36px;
	color: #282828;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 300
}
.rme-rgt h2:before, .powerboat h2:before, .pbm-lft h2:before {
	position: absolute;
	content: "";
	right: 0;
	width: 80px;
	height: 2px;
	bottom: 0;
	background: #0d6fb7
}
.rme-rgt h2:after, .powerboat h2:after, .pbm-lft h2:after	 {
	position: absolute;
	content: "";
	right: 81px;
	width: 80px;
	height: 2px;
	bottom: 0;
	background: #dbcf0d
}
.rme-rgt p {
	font-weight: 300;
	    line-height: 23px;
}
.rme-rgt ul {
	margin-top: 30px;
	margin-right: -60px
}
.rme-rgt ul li {
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;
	position: relative;
	padding-right: 40px
}
.rme-rgt ul li:before {
	position: absolute;
	content: "";
	right: 0;
	top: 10px;
	width: 21px;
	height: 21px;
	background: url(../../images/about-bull.png) no-repeat
}
.abt-tpq-img img {
	background-size: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s ease;
	height: 541px
}
.abt-tpq:hover .abt-tpq-img img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
.abt-tpq-rgt {
	background: #0c80c1;
	padding: 80px 0 60px 10px;
	position: relative;
	direction:rtl
}
.abt-tpq-rgt h2 {
	font-size: 33px;
	color: #f7f7f8;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 300
}
.abt-tpq-rgt h2:before {
	position: absolute;
	content: "";
	right: 0;
	width: 80px;
	height: 2px;
	bottom: 0;
	background: #0d6fb7
}
.abt-tpq-rgt h2:after {
	position: absolute;
	content: "";
	right: 81px;
	width: 80px;
	height: 2px;
	bottom: 0;
	background: #dbcf0d
}
.abt-tpq-rgt p {
	font-weight: 350;
	color: #f7f7f8;
	line-height: 27px;

}
.mr {
	background: #adadad;
	border-radius: 45px;
	display: inline-block;
	padding: 12px 40px;
	position: absolute;
	left: 50%;
	margin-left: -23px;
	bottom: -82px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	z-index: 1;
}
.mr a {
	color: #f7f7f8;
	font-size: 18px
}
.mr:hover {
	background: #cfc90a
}
.gold {
	background: #f7f7f8;
	overflow: hidden
}
.anchor {
	position: relative
}
.award {
	text-align: center;
	padding: 110px 0
}
.award-txt {
	position: relative;
	padding: 115px 0 40px;
	direction:rtl
}
.award-txt h2 {
	font-size: 36px;
	color: #282828;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 300;
}
.award-txt h2:before {
	position: absolute;
	content: "";
	right: 0;
	width: 80px;
	height: 2px;
	bottom: 0;
	background: #0d6fb7;
}
.award-txt h2:after {
	position: absolute;
	content: "";
	right: 81px;
	width: 80px;
	height: 2px;
	bottom: 0;
	background: #dbcf0d;
}
.award-txt p {
	font-weight: 300
}
.award-shadow {
	position: absolute;
	left: -200px;
}
.nautical {
	background: #f7f7f8;
	padding: 30px 0 50px;
	direction:rtl
}
.su{
	float: left;
    margin-top: -46px;
    position: relative;
    z-index: 11;
    padding: 13px 13px;
    border-radius: 0 3px 3px 0;
    border: none;
    background: #0a5c86;
    color: #fff;	
}
.berth-more{background:#0e87c1; padding:15px 0; float:left; width:96%; position:relative; direction:rtl}
.berth-more h3{color:#f7f7f8; font-size:20px; font-weight:300; margin:0; position:relative; display:inline-block}
.berth-more h3 a{color:#f7f7f8;}
.berth-more h3 span{font-weight:500}
.berth-more h3:before{position:absolute; left:-50px; top:-5px; content:""; width:35px; height:35px; background:url(../../images-ar/berth-more.png) no-repeat}
.berth-more:before {
    width: 235px;
    height: 0;
    border-right: 17px solid transparent;
    border-bottom: 52px solid #0e87c1;
    position: absolute;
    right: -235px;
    content: "";
    top: 0;
    z-index: 1;
}
.powerboat{background:url(../../images/powerboat.jpg) no-repeat center; background-size:cover; padding:60px 0; width:100%; float:left; direction:rtl}
.powerboat h2, .pbm-lft h2{font-size:22px}
.pbm-lft h2{font-size:41px; line-height: 53px;  margin-bottom: 30px; margin-top:20px}
.powerboat p{font-weight:300; color:#282828}
.powerboat ul li{padding-right:40px; font-weight:300; font-size:24px; line-height:40px; color:#282828; position:relative}
.powerboat ul li:before{position:absolute; content:""; right:0; top:9px; width:21px; height:21px; background:url(../../images/powerb-li.png) no-repeat}
.slipway ul li{color:#f4f4f5; font-weight:300; line-height:24px; padding-right:25px; position:relative}
.slipway ul li:before{position:absolute; content:""; right:0; top:3px; background:url(../../images/slipway-li.png); width:13px; height:13px}
.slipway ul li ul li:before{position:absolute; content:""; right:5px; top:5px; background:url(../../images/slipway-li-li.png); width:10px; height:10px}
.pbm{direction:rtl}
.pbm-lft {padding:60px 0px 60px 14px}
.pbm-lft p{font-weight:300; color:#282828}
.pbm-lft p span{font-size:20px; line-height: 45px; position:relative}
.pbm-lft p span:before{position:absolute; left:-35px; bottom:2px; content:""; width:23px; height:23px; background:url(../../front/images-ar/3rd-ar.png) no-repeat}
.pbm-lft h4{color:#282828; font-size:24px; font-weight:300; margin:25px 0 20px; padding-right:35px; position:relative}
.pbm-lft h4:before{position:absolute; right:0; top:0; width:24px; height:24px; background:url(../../images/pbm-hd.png) no-repeat; content:""}
.pbm-lft ul li a{color:#282828;}
.pbm-lft ul li{padding-right:35px; position:relative; line-height:24px; margin-bottom:5px; color:#282828; font-weight:300; font-size:14px}
.pn:before{position:absolute; content:""; right:0; top:3px; background:url(../../images/other-phone.png) no-repeat !important; width:17px; height:12px}
.fx:before{position:absolute; content:""; right:0; top:3px; background:url(../../images/other-fax.png) no-repeat; width:16px; height:16px}
.mb:before{position:absolute; content:""; right:0; top:3px; background:url(../../images/ws-mobile.png) no-repeat !important; width:11px; height:20px}
.loc:before{position:absolute; content:""; right:0; top:3px; background:url(../../images/other-loc.png) no-repeat !important; width:16px; height:20px}
.pbm-rgt{background:#eeeeee; position:relative; padding-right:50px}
.pbm-rgt:before{position:absolute; right:0; top:0; height:100%; width:300%; content:""; background:#eeeeee;}
.useful{background:url(../../images/usefil-lft.jpg) repeat; direction:rtl}
.useful h2{color:#f0e902; font-size:36px; margin:44px 0; font-weight:400; position:relative}
.useful h2:before{position:absolute; content:""; left:-63px; top:-10px; width:64px; height:64px; background:url(../../images-ar/uselink.png) no-repeat; z-index:1}
.useful h2 span{color:#f7f7f8; font-weight:300}
.ul{background:url(../../images/ul.jpg) repeat; width:100%; padding:22px 0; position:relative}
.ul:before{position:absolute; right:99%; width:300%; top:0; height:128px; background:url(../../images/ul.jpg) repeat}
.ul ul{float:right; width:29.3333%}
.ul ul li a{padding-right:90px; color:#f7f7f8; font-weight:400; font-size:16px; line-height:28px; transition:all 0.5s ease; position:relative}
.ul ul li a:hover{color:#f0e902; }
.ul ul li a:hover:before{position:absolute; right:55px; top:0; width:21px; height:21px; background:url(../../images/ul-ar.png) no-repeat; content:""; }
.df-sec{background:url(../../images/df-bg.jpg) no-repeat center; background-size:cover; padding-bottom: 80px; direction:rtl}
.df-sec h4{color:#f7f7f8; font-size:22px; margin:0; padding:10px 0px 10px 171px; display:inline-block; background:#1e8ec6; font-weight:400; position:relative}
.df-sec h4:before{position:absolute; content:""; right:-300%; width:300%; height:100%; top:0; background:#1e8ec6}
.df-sec h4 span{font-weight:300}
.df{margin-top:80px; padding-right:100px; padding-left:25px; position:relative; transition:all 0.5s ease}
.df:before{position:absolute; content:""; right:0; width:71px; height:82px; background:url(../../images/df-download.png) no-repeat; transition:all 0.5s ease}
.df:hover:before{background:url(../../images/dfhvr-download.png) no-repeat}
.df a h4{color:#eeeeee; font-size:20px; font-weight:300; margin:0 0 20px; background:none; position:relative; transition:all 0.5s ease; padding:0}
.df:hover a h4{color:#f0e902}
.df a h4:before{display:none}
.df a p{color:#eeeeee; font-weight:300; line-height:23px}

.ns-sec{padding:60px 0 30px;  background: #f7f7f8;}
.ns-sec .item{margin-bottom:30px}
.ns-sec #owl-demo{margin-top:0}
.ns-sec #owl-demo .item{margin:0} 
.ns-sec .owl-theme .owl-controls{position:relative; top:-28px; margin:0}

.ns-in h2{color:#000; font-weight:400; display:inline-block}
.ns-in p{font-weight: 400; font-size: 14px; color: #666666; line-height: 24px;}
.ns-in h4{color:#000; font-weight:400; font-size:18px}
.ns-in ul li{position:relative; color: #666666; line-height:24px; font-weight:400; padding-right:30px}
.ns-in ul li:before{position:absolute; content:""; right:0; top:5px; width:13px; height:13px; border:3px solid #0876ab; border-radius:100%}
.ns-inttl{border-bottom: 1px solid #ebebeb; margin-bottom:20px}
.yr{padding:15px; background:#0467ae; float:left; color:#f7f7f8}
.yr-date{font-size: 30px; font-weight: 500; float: right; padding-left: 10px; margin: 0;}
.yr-yr{font-size: 16px; font-weight: 400; border-right: 2px solid #f7f7f8; float: right; padding-right: 10px; margin: 0;}
.yr-yr span{font-size:14px; font-weight:300}
.ns-in{margin-bottom:30px; direction:rtl}

.ws h4{font-size:22px; font-weight:300; margin:20px 0}
.ws ul{margin:0}
.ws ul li{font-size:16px; position:relative; padding-right:30px; line-height:24px; margin-bottom:15px}
.ws ul li span{font-size:14px}
.ws ul li:before{position:absolute; content:""; right:0; top:5px; width:14px; height:14px; border-radius:100%; border:2px solid #1e8ec6; background:none}
.ws-cont ul li{font-size:14px; padding-right:30px; line-height:24px; margin-bottom:15px}
.ws-cont .loc:before, .ws-cont .pn:before{top:5px}
.ws-cont .mb:before{top:0}

.modal-body ul li{line-height:28px; padding-left:20px; position:relative}
.modal-body ul li:before{position:absolute; left:0; top:-3px; content:"\f101"; font-family: 'FontAwesome';}
.modal-body ul li a{color:#333}
.lt{float:right !important}
.rt{float:left !important}

@media (min-width: 1024px)
{
nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 10px;
    font-weight: 600;
    font-size: 14px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active{background-size: contain;}
}
@media (max-width:1400px){
.lfr{width:42%; white-space:inherit !important}
.slider-container1{ max-height: 486px;} 
.slider-container1:before{ border-bottom: 486px solid #0c80c1;} 
.sw{ max-height: 598px;} 
.sw:before{ border-bottom: 598px solid #0c80c1;} 
.rme-rgt{padding:90px 0 100px 10px}
.slider-container{ max-height: 719px;}
}

@media only screen and (max-width: 990px){ .ser-ic{position: relative;} .ser-ico { height: auto; } .l{z-index: 11111 !important;} .language{right: 35px;     left: inherit;} .udc-logo{float: left;
    margin-left: 10px;} .f-b{    float: left;} }

@media (min-width:768px) and (max-width:1024px){
.main-slider{margin-top: 0px;}
.language{z-index: 11111;}
.lfl{width:auto}
.follow ul{padding: 23px 0 10px;}
.follow p, .brouchure-d p{    margin: 10px 0;}
.rme-rgt ul{margin-right: 0;}

.slider .slide img{max-width: 100%; }
.slider-container:before, #next, #prev, .slider-container1:before, #next1, #prev1, .pa-rgt-lf, .pa-rgt-lf2, .berth-more:before, .df-sec h4:before, .useful h2:before, .pa-lf-rgt{display:none}
.award{padding: 110px 0 0;}
.award-txt{padding: 30px 0 40px;}
.gridder-list1:nth-child(n){padding: 30px; border-width: 0 0px 1px 0px;}
.gdr-img img, .gdr-img{height: 236px;}
.ul ul li a{padding-right: 20px;}
.nws-tt{width:60%}
.nautical{overflow: hidden;}
.gridder-list{width: 100%;}
.portfolio-wrapper img, .portfolio-wrapper{height:109px}
.awa-img {margin: 0;}
.col-sm-12 {width: 100% !important}
.add-lft, .add-rgt {float: none; margin: 0 auto 15px; }
.con-address{    text-align: center;}
}


@media (max-width:767px){
	.marinas{overflow:hidden}	
	.navbar-brand{height:70px}
	.main-slider{margin-top:70px}
	.social, .main-slider p{display:none}
	.ser-ico{height:auto}
	.ser-ic{position: relative;}
	.language{padding: 5px 10px; z-index: 11111; left:inherit; right: -6px;}
	.hi-icon-effect-1 li:first-of-type{margin-right:30px}
	.hi-icon-effect-1 li{margin: 15px 30px 20px 29px}
	.qick-en-main:before{width:100%}
	.input{margin: 1em 0;}
	.select{margin: 1em 0;}
	.padding-left-0{padding:0}
	.padding-right-0{padding:0}
	.butn{margin-top:0}
	.overview{margin-bottom:70px}
	.awa-img {margin: 0px auto 0 15px;}
	.awd-schm{text-align:left}
	.follow p{float:left}
	.fbtm-rgt {float: none; text-align: center;}
	.fbtm-lft {float: none; text-align: center;}
	.head{height:78px}
	.slider-container:before{display:none}
	#next{display:none}
	#prev{display:none}
	.rme-rgt ul{margin-left:0}
	.slider-container1:before, .pbm-rgt:before, .useful h2:before, .ul:before{display:none}
	.mr{left:32%}
	#next1, .pa-rgt-lf2 img, .df-sec h4:before{display:none}
	#prev1{display:none}
	.award{padding:50px 0}
	.award-txt{padding: 40px 0 40px;}
	.pa-rgt{padding:20px 0 34px 10px}
	.sec-op{padding: 40px 0 40px;}
	.con-ad{padding:30px 0 15px}
	.con-icon{margin-right:0px;    margin-left: 20px;}
	.con-address{padding:30px 30px; text-align:center}
	.add-lft{float:none; margin:auto}
	.gridder-list{width:100%}
	.gdr-img{margin-bottom:20px}
	.gdr-icon{margin-top: -84px; margin-left: 45px;}
	.gridder-list:nth-child(n){border-width: 0 0px 1px 0; padding: 30px 0px 30px 0;}
	.gridder-show{width:100%; left:0}
	.gridder-navigation, .ul ul{width:100%}
	.navbar-brand>img{width:90%;}
	.mrina{padding: 90px 0px 90px 0;}
	.qick-en{padding: 90px 30px 90px 30px;}
	.marilogo h2{padding-left: 0px}
	.con-ad ul li{font-size:16px}
	.slider .slide img{max-width:100%}
	.berth #prev, .berth #next{display:none}
	.rya #prev {right: 86px; bottom: 20%;}
	.sw #next1{bottom: 20%; right: 58px;}
	.pbm-rgt{background:none; padding:0}
	.pbm-lft {padding: 20px 14px 20px 0;}
	.ul{background:none; padding:0 0 22px}
	.ul ul li a{padding-right:0px}
	.ul ul li a:hover:before{left:-30px}
	.df{padding-top:100px; padding-left:inherit;     padding-right: 0; margin-top:20px}
	.df:before{top:0; left:50%; margin-left:-35px}
	.ehover1:hover button.info, .ehover1:hover h2{-ms-transform: translatey(0px); -webkit-transform: translatey(0px); transform: translatey(0px)}
        .udc-logo{width: 54%;    margin-right: 3px; }
        .f-b{padding: 10px 9px 10px;}
        .feedback-sec{margin-top: -59px; margin-bottom: 0px;}
        .rme-rgt ul{margin-right: 0;}
        .cm .pull-left{float:none !important}
        .berth .hover, .hover .overlay1 {height: 270px}
        .gdr-img img, .gdr-img {height: 239px;}
.useful h2{margin: 44px 0 0;}
.add-rgt{float:none; margin: 15px 0px 0 0px;}
.lfl{width:auto}
.portfolio-wrapper img, .portfolio-wrapper{height:210px}
.rme-img, .abt-tpq-img img, .pa-img, .cm-img, .vb-img{filter: grayscale(0%);}
}
span{font-family: 'El Messiri', sans-serif !important;}
.p{left: 93px !important; bottom: 22% !important;}
.n{left: 117px !important;}

.form-control {
    direction:rtl !important;
}
input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
     margin: 0; 
}

@media (min-width: 992px) and (max-width: 1024px){
.gridder-list{width: 50%;}
.gridder-list1:nth-child(n){    border-width: 0 0px 1px 1px;}
.gdr-img img, .gdr-img{height: 170px;}
}


@media (min-width: 768px) and (max-width: 992px){
 .navbar,.head{height:78px;}
.navbar-collapse.collapse{background:white;	}
}
@media (max-width: 540px){
.gdr-img img, .gdr-img {height: 255px; width: 255px; margin: auto;}
}
/*
     FILE ARCHIVED ON 11:34:56 Nov 09, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:34:38 Oct 10, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 110.775
  exclusion.robots: 0.156
  exclusion.robots.policy: 0.142
  cdx.remote: 0.101
  esindex: 0.013
  LoadShardBlock: 33.902 (3)
  PetaboxLoader3.datanode: 42.378 (4)
  CDXLines.iter: 16.139 (3)
  load_resource: 53.91
  PetaboxLoader3.resolve: 34.228
*/