

/**************************************** Body ****************************************/

body {
    margin: 0;
    padding: 0;
    background: #f1ece8;
    font-family: 'DroidArabicKufi', Arial, Helvetica, sans-serif;
	direction: rtl;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar {
    width: 6px;
    background: #453325;
}

::-webkit-scrollbar-thumb {
    background: #f58020;
}

#wrapper {
    background: url(../img/body-bg-01.png) no-repeat center 85px;
	width: 100%;
	height: auto;
    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'DroidArabicKufi', Arial, Helvetica, sans-serif;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

a {
	text-decoration: none;
	outline:none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a:hover {
	text-decoration: none;
	outline:none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a:focus {
	text-decoration: none;
	outline:none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.clear {
	clear: both;
}

.space-01 {
	clear: both;
	height: 60px;
}

.space-02 {
	clear: both;
	height: 20px;
}

.line-01 {
	height: 1px;
	background: #e3d5ba;
	margin: 50px 0;
	clear: both;
}

.pad-01 {
	padding-left: 45px;
	padding-right: 45px;
	margin: 25px 0;
}

@media (max-width: 992px){
	
	.pad-01 {
	padding-left: 0;
	padding-right: 0;
	margin: 50px 0;
}
	
}

/**************************************** Header ****************************************/

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
	border: none;
    height: 150px;
}

.navbar-default .navbar-nav>li>a {
    color: #453325;
    font-weight: 400;
    font-size: 24px;
	margin: 100px 0 0 5px;
	padding: 10px 20px;
	border-radius: 3px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #f1ece8;
	background: #f58020;
}

.navbar-default .navbar-nav>li.current>a {
    color: #f1ece8;
	background: #f58020;
}

.navbar-default .navbar-brand img {
	height: 180px;
	width: auto;
	margin: 0;
	padding: 0;
	text-indent: 99999px;
}

.social-header {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 10%;
	z-index: 9999;
}

.social-header ul {
	margin: 0 10px 0 0;
	padding: 0;
}

.social-header ul li {
	margin: 0;
	padding: 0;
	float: right;
}

.social-header ul li a {
	margin: 0 0 0 10px;
	padding: 15px;
	font-size: 20px;
	float: left;
	background: #cfb698;
	width: 50px;
	height: 50px;
	line-height: 19px;
	text-align: center;
	border-radius: 25px;
	color: #8e7b6c;
}

.social-header ul li.facebook a:hover {
	background: #3b5998;
	color: #f1ece8;
}

.social-header ul li.twitter a:hover {
	background: #58ccff;
	color: #f1ece8;
}

.social-header ul li.linkedin a:hover {
	background: #1060a6;
	color: #f1ece8;
}


/**************************************** Footer ****************************************/

#footer {
	margin: 0;
	padding: 30px 0;
	height: auto;
	width: 100%;
	background: url(../img/footer-bg.jpg) repeat 0 0;
	border-top: 1px solid #fffdf7;
}

.copyright {
	margin: 0;
	padding: 0;
	color: #8e7b6c;
	font-size: 15px;
}

.copyright a {
	margin: 0;
	padding: 0;
	color: #8e7b6c;
	font-size: 15px;
	text-align: left;
	text-decoration: underline;
}

.copyright a:hover {
	color: #e4d2bc;
}

.footer-links {
	margin: 0;
	padding: 0;
}

.footer-links ul {
	float: left;
	margin: 0;
	padding: 0;
}

.footer-links ul li {
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
	color: #8e7b6c;
	font-size: 17px;
}

.footer-links ul li a {
	float: right;
	margin: 0;
	padding: 0 0 0 5px;
	color: #8e7b6c;
	font-size: 15px;
	text-decoration: none;
}

.footer-links ul li a:hover {
	color: #e4d2bc;
}

.footer-links ul li.current a {
	color: #e4d2bc;
}

/**************************************** Pages ****************************************/

#pages {
	margin: 0;
	padding: 0;
}


#pages-all {
	margin: 0;
	padding: 100px 0 40px 0;
	min-height: 450px;
}

.app-img {
	width: 60%;
	height: auto;
	margin: 120px 20% 0 20%;
}

@media (max-width: 992px){
	
.app-img {
	width: 100%;
	height: auto;
	margin: 120px 0 0 0;
}
	
}

.store {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.store img.store-img {
	margin: 0 15px;
	padding: 0;
	display: inline-block;
	width: 40%;
	height: auto;
}

/**************************************** Home Page ****************************************/

.home-page-top {
	margin: 0 0 0 30px;
	padding: 0;
}

.home-page-top h2 {
	margin: 90px 0 10px 0;
	padding: 0;
	color: #453325;
	font-size: 30px;
	font-weight: 700;
	line-height: 54px;
}

.home-page-top h2 span {
	color: #f58020;
}

.home-page-top p {
	margin: 0;
	padding: 0;
	color: #453325;
	font-size: 17px;
	line-height: 32px;
}

.home-page-top p.apps-p {
	margin: 0;
	padding: 0;
	color: #453325;
	font-size: 17px;
	line-height: normal;
}

#home-section-02 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid #e2d8d0;
	border-bottom: 1px solid #e2d8d0;
	background: url(../img/bg-02.jpg) repeat 0 0;
	text-align: center;
}

#home-section-02 img {
	width: 60%;
	height: auto;
	margin: 0 auto 20px auto;
	border-radius: 50%;
}

#home-section-02 h1 {
	color: #453325;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

#home-section-02 p {
	color: #453325;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 15px 0;
}


/**************************************** Contact Page ****************************************/

#contact-page {
	margin: 120px 0 0 0;
}

#contact-page textarea {
	height: 200px;
	resize: none;
}

#contact-page h2 {
	color: #453325;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 25px 0;
	text-align: center;
}

#contact-page h3 {
	color: #453325;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 25px 0;
	text-align: center;
}


/**************************************** Button ****************************************/


.button-01, .button-01:focus {
    background: #453325 url(../img/footer-bg.jpg) repeat 0 0;
    padding: 10px 0;
    margin: 20px 0;
    display: block;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
	outline:none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.button-01:hover {
    background: #f58020;
	color: #fff;
	outline:none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.button-02, .button-02:focus {
    background: #453325 url(../img/footer-bg.jpg) repeat 0 0;
    padding: 10px 0;
    margin: 20px 20%;
    display: block;
    width: 60%;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
	outline:none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.button-02:hover {
    background: #f58020;
	color: #fff;
	outline:none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

/**************************************** SlideShow ****************************************/

#slideshow {
	width: 562px;
	height: 507px;
	float: left;
	margin: 75px 0 40px 0;
	direction: ltr;
}

.slideshow-border {
	width: 562px;
	height: 507px;
	float: left;
	background: url(../img/slideshow-border.png) no-repeat 0 0;
	z-index: 99;
}

.carousel {
    height: 469px;
    width: 468px;
    margin: 26px 0 0 40px;
}

.carousel-caption {
    z-index: -1;
}

.carousel .item {
    height: 469px;
    width: 468px;
    z-index: -1;
	background: #f1ece8;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 468px;
    height: 469px;
    border-radius: 233px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background: none;
    opacity: 0;
}

.carousel-control.left {
    left: 0;
    right: auto;
	background: none;
	opacity: 0;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin: -78px -82px 0 0;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin: 60px 0 0 -66px;
    z-index: -1;
}


/**************************************** Gallery Box ****************************************/


#gallery-section {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0;
	border-top: 1px solid #e2d8d0;
	border-bottom: 1px solid #e2d8d0;
	background: url(../img/bg-02.jpg) repeat 0 0;
	text-align: center;
}

.gallery-box {
	position: relative;  
}

.gallery-box:before, .gallery-box:after {
    display: table;
    content: "";
    line-height: 0;
}

.gallery-box:after {
    clear: both;
}

.gallery-box .img {
    float: left;
    width: 20%;
	padding: 5px;
}

.gallery-box .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-box .thumb img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
	width: 100%;
	height: auto;
}

.gallery-box .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: transparent;
}

.gallery-box .thumb_overlay:before {
	content: "\f00e";
	position: absolute;
	top: 50%;
	right: 50%;
	left: 0;
	font-family: FontAwesome;
	line-height: 84px;
	margin-top: -42px;
	margin-right: -42px;
	text-align: center;
	width: 84px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	border-radius: 50%;
	background: rgba(254, 128, 32, 0.8);
	color: #fff;
	font-size: 44px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.34);
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.34);
}

.lt-ie9 .gallery-box .thumb_overlay:before {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFF8143', endColorstr='#CCFF8143')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFF8143', endColorstr='#CCFF8143');
	zoom: 1;
}

.lt-ie9 .gallery-box .thumb_overlay:before {
	display: none;
}

.gallery-box .thumb:hover .thumb_overlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.lt-ie9 .gallery-box .thumb:hover .thumb_overlay {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000');
	zoom: 1;
}

.lt-ie9 .gallery-box .thumb:hover .thumb_overlay:before {
	display: block;
}

.gallery-box .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/**************************************** Mobile ****************************************/


@media (max-width: 992px){


/******************** Body ********************/

#wrapper {
    background: url(../img/body-bg-01.png) no-repeat center 70px;
	width: 100%;
	height: auto;
    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
}


/******************** Header ********************/

#header {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #f1ece8;
}

.navbar-default {
    background-color: #f1ece8;
    border-color: transparent;
	border: none;
    height: 100px;
}

.navbar-default .navbar-nav>li>a {
    color: #f1ece8;
    font-weight: 400;
    font-size: 18px;
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-radius: 3px;
	text-align: center;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #f1ece8;
	background: #453325;
}

.navbar-default .navbar-brand img {
	height: 80px;
	width: auto;
	margin: 0;
	padding: 0;
	text-indent: 99999px;
}

.navbar-nav {
    margin: 10px 0 0 0;
    background: #f58020;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin-top: 27px;
}

.navbar-default .navbar-toggle {
    border-color: #f1ece8;
    margin-top: 20px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #f1ece8;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f58020;
}

.social-header {
	margin: 0;
	position: absolute;
	top: 60px;
	right: 10%;
	float: right;
	z-index: 9999;
}

.social-header ul {
	margin: 0 10px 0 0;
	padding: 0;
}

.social-header ul li {
	margin: 0;
	padding: 0;
	float: left;
}

.social-header ul li a {
	margin: 0 0 0 10px;
	padding: 7px;
	font-size: 16px;
	float: left;
	background: #cfb698;
	width: 30px;
	height: 30px;
	line-height: 14px;
	text-align: center;
	border-radius: 25px;
	color: #8e7b6c;
}

/******************** Footer ********************/

.copyright {
	text-align: center;
	margin-bottom: 20px;
}

.footer-links ul {
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.footer-links ul li {
	float: none;
	margin: 0;
	padding: 0 0 0 10px;
	color: #8e7b6c;
	font-size: 17px;
	display: inline-block;
}

.footer-links ul li a {
	float: none;
	text-align: center;
	margin: 0;
	padding: 0 0 0 5px;
	color: #8e7b6c;
	font-size: 15px;
	text-decoration: none;
}


/******************** Pages ********************/

#pages {
	margin: 0;
	padding: 0;
}


#pages-all {
	margin: 0;
	padding: 140px 0 40px 0;
	min-height: 450px;
}


/******************** Home Page ********************/

.home-page-top {
	margin: 40px 0 0 0;
	padding: 0;
}

.home-page-top h2 {
	margin: 0 0 30px 0;
	padding: 0;
	color: #453325;
	font-size: 32px;
	text-align: center;
}

.home-page-top h2 span {
	color: #f58020;
}

.home-page-top p {
	margin: 0;
	padding: 0;
	color: #453325;
	font-size: 19px;
	line-height: 32px;
	text-align: center;
}

.brochure {
	float: left;
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	border-radius: 3px;
	display: none;
}

.brochure img {
	float: left;
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	border-radius: 3px;
	display: none;
}

.facilit {
	margin: 0 0 40px 0;
}

.services {
	margin: 0 0 40px 0;
}


/******************** SlideShow ********************/

#slideshow {
	height: 500px;
	float: left;
	margin: 0 0 30px 0;
	display: none;
}


/******************** Rooms ********************/

.rooms-top p {
    margin: 0;
    padding: 0;
    color: #453325;
    font-size: 19px;
    line-height: 32px;
	margin-bottom: 20px;
	text-align: center;
}

.rooms-top li {
    margin: 0;
    padding-left: 0;
    color: #453325;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
	margin-bottom: 15px;
	text-align: center;
}

.rooms-top li:after {
	content: "\f111";
    position: relative;
	font-size: 8px;
    left: -20px;
    font-family: FontAwesome;
    color: #f58020;
    float: left;
	display: none;
}

.room-web {
	display: none;
}

.room-mob {
	display: block;
}

.col-room-tit {
	background: #f58020;
	text-align: center;
	padding: 10px 0;
	margin: 1px;
    width: 100%;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.col-room-tit-02 {
	background: transparent;
	text-align: center;
	padding: 10px 0;
	margin: 1px;
    width: 100%;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.col-room-tit-03 {
	background: #7d9fa4;
	text-align: center;
	padding: 10px 0;
	margin: 1px;
    width: 100%;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}


.col-room-pri {
	background: #453325;
	text-align: center;
	padding: 10px 0;
	margin: 1px;
    width: 100%;
	color: #fff;
	font-size: 16px;
}


/******************** Gallery Box ********************/

.gallery-box .img {
    float: left;
    width: 50%;
}

/******************** Services ********************/

.services-page h4  {
    margin: 0;
    padding: 0;
    color: #f58020;
    font-size: 32px;
	margin-bottom: 20px;
	text-align: center;
}

.services-page p {
	margin: 0;
	padding: 0;
	color: #453325;
	font-size: 19px;
	line-height: 32px;
	text-align: center;
}

.img-ser-01 {
	float: right;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 2px;
	border: 1px solid #e3d5ba;
	width: 96%;
	height: auto;
}

.img-ser-02 {
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 2px;
	border: 1px solid #e3d5ba;
	width: 96%;
	height: auto;
}


}


/**************************************** Sub Menu ****************************************/

.menu-sub {
    height: auto;
}
.menu-sub li ul li {
    border: none;
    min-width: 250px;
}
.menu-sub > li > ul > li {
    display: block;
    float: left;
    position: relative;
}

.menu-sub li ul li:first-child {
    border-radius: 4px 4px 0 0;
}

.menu-sub li ul li:last-child {
    border-radius: 0 0 4px 4px;
}

.menu-sub li ul li:nth-child(1) {
    background: #cd262e;
}

.menu-sub li ul li:nth-child(2) {
    background: #e24c31;
}

.menu-sub li ul li:nth-child(3) {
    background: #cdbc2c;
}

.menu-sub li ul li:nth-child(4) {
    background: #36b365;
}

.menu-sub li ul li:nth-child(5) {
    background: #1199c1;
}

.menu-sub li ul li:nth-child(6) {
    background: #633780;
}

.menu-sub li ul li a {
    color: #fff;
	background: #453325 url(../img/footer-bg.jpg) repeat 0 0;
    display: block;
    font-size: 115%;
    line-height: 40px;
    padding: 5px 20px;
	border-bottom: 1px solid #fff;
    text-decoration: none;
	text-align: right;
}

.menu-sub li ul li span {
    font-size: 80%;
	margin-left: 10px;
}

.menu-sub li ul li .fa {
    font-size: 100%;
	margin-right: 10px;
}

.menu-sub li ul li img.submenu-icon {
	width: 20px;
	height: auto;
	float: left;
	margin: 10px 10px 0 0;
	
}

.menu-sub li ul li:hover {
     background: #f58020;
}
.menu-sub li ul li:hover > a {
    color: #fff;
	background: #f58020;
}

.submenu {
    right: 0;
    max-height: 0;
    position: absolute;
    top: 105%;
    z-index: 0;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
    opacity: 0;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.menu-sub .submenu li:hover a {
    border-radius: 0;
    color: #fff;
}
.menu-sub > li:hover .submenu, .menu-sub > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu-sub > li:hover .submenu li, .menu-sub > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu-sub li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu-sub li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu-sub li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu-sub li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu-sub li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu-sub li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu-sub li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu-sub li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}