@font-face {
    font-family: 'he1';
    src: url('fonts/HelveticaNeueW23-Bd.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'he2';
    src: url('fonts/HelveticaNeueW23-Reg.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ge1';
    src: url('fonts/GE_SS_Two_Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ge2';
    src: url('fonts/GE_SS_Two_Medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ge3';
    src: url('fonts/GE_SS_Two_Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ho1';
    src: url('fonts/HoboStd.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kof';
    src: url('fonts/DroidKufi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'zz';
    src: url('fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'co';
    src: url('fonts/Cocon-Next-Arabic-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "j";
    src: url('fonts/JF-Flat-regular.eot');
    src: url('fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'), url('fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'), url('fonts/JF-Flat-regular.woff') format('woff'), url('fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ul,
ol,
il,
a,
input {
    direction: rtl;
}

ul,
ol,
dl {
    list-style-position: inside;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

a {
    text-decoration: none!important;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    color: #000;
}


body{   background: url(images/body-bg.png);}


.fulldiv{
        position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background: url('images/bg_glow.png') 50% 50% no-repeat;
}
 

 


.logo {
    width: 287px;
    height: 131px;
    background: url(images/logo.png) center no-repeat #fff;
    margin: 50px auto;
    display: block;
    border-radius: 5px;
}

nav {
    width: 542px;
    position: relative;
    height: 461px;
    z-index: 3;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    margin: 20px auto;
}
nav>ul>li{
	position:absolute;
	z-index:1;	
	width:264px;
	height:264px;
	
	-webkit-transition: all 0.6s ease-out; 
     -moz-transition: all 0.6s ease-out; 
       -o-transition: all 0.6s ease-out; 
          transition: all 0.6s ease-out; 
}



nav>ul>li>._bg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}



nav>ul>.li-1 {
    left: 0;
    top: 0px;
}

nav>ul>.li-2 {
    left: 313px;
    top: 0px;
}

nav>ul>.li-3 {
    right: 0px;
    top: 0px;
}

nav>ul>.li-4{
	left:154px;
	bottom:0;
}

nav>ul>li>a{
	width:100%;
	height:88px;
	display:block;	
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;	
	font:32px/88px 'Chicle', cursive;
	margin:88px 0;
	color:#fff;	
	
	-webkit-transition: all 0.6s ease-out; 
     -moz-transition: all 0.6s ease-out; 
       -o-transition: all 0.6s ease-out; 
          transition: all 0.6s ease-out; 
}

nav>ul>li:hover{
	z-index:5;
}

nav>ul>li>a>span{
	font:10px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:rgba(255,255,255,.2);
	position:absolute;
	bottom:106px;
	left:0;
	width:100%;
	text-align:center;
	
	-webkit-transition: all 0.6s ease-out; 
     -moz-transition: all 0.6s ease-out; 
       -o-transition: all 0.6s ease-out; 
          transition: all 0.6s ease-out; 
}

nav>ul>li>a>._bg{
	width:0;
	height:0;
	left:50%;
	top:50%;
	z-index:-1;
	position:absolute;
	
	
	-webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

nav>ul>li>a:hover>._bg,nav>ul>li.active>a>._bg,nav>ul>li._hover>a>._bg{
	width:100%;
	height:100%;
	left:0;
	top:0;	
}

nav.subs>ul>li{
	width:212px;
	height:212px;
}

nav.subs>ul>li>a{
	line-height:71px;
	margin:70px 0;
}

nav.subs>ul>li>a>span{
	bottom:81px;
}

nav.subs>ul>.li-1{
	left:0;
	top:124px;
}

nav.subs>ul>.li-2{
	left:104px;
	top:0px;	
}

nav.subs>ul>.li-3{
	right:0px;
	top:104px;
}

nav.subs>ul>.li-4{
	left:124px;
	bottom:0;
}

nav.subs{
	width:438px;
	height:438px;
	left:0px;
	top:205px;
}

nav li>ul{
	width:212px;
	height:148px;
	padding-top:64px;
	background:url(../images/dd-bg.png);
	position:absolute;
	z-index:10;
	text-align:center;
	left:0;
	top:160px;
}

nav li>ul a{
	display:inline-block;
	font:13px/20px 'Trebuchet',Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#433f3e;
	
	-webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

nav li>ul a:hover{
	color:#d85a47;
}

/*#content*/

#content{
	width:440px;
	height:522px;
	position:absolute;
	z-index:1;
	right:6px;	
	top:160px;	
	overflow:hidden;
}

#content>ul>li{
	background:url(../images/content-bg.png);
	width:100%;
	width:380px;
	height:100%;
	height:442px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:40px 30px;
}

h2{
	font:42px/1.22em 'Chicle', cursive;
	color:#fff;
	border-bottom:1px #3e3939 solid;
	margin-bottom:30px;
}

.img-box-set{
	margin-top:-25px;
}

.img-box-set dl{
	padding-top:25px;
}

.img-box-set dt{
	margin-right:12px;
}

.address dd{
	width:140px;
}

.scroll{
	border-bottom:1px #3e3939 solid;
	height:320px;
}


.scroll-btns{
	position:relative;
	display:block;
}

.scroll-btns a{
	width:24px;
	height:19px;
	background:url(../images/scroll-btn-sp.png);
	display:block;
	position:relative;
	z-index:1;
}

.scroll-btns a:hover{
	z-index:2;
	background-position:100% 0;
}

.scroll-btns a[data-type="scrollUp"]:hover{
	background-position:0 100%;
}

.scroll-btns a[data-type="scrollDown"]{
	position:absolute;
	left:0;
	top:16px;
	z-index:1;
}

.scroll-btns a[data-type="scrollUp"]{
	background-position:100% 100%;
	position:absolute;
	left:18px;
	top:16px;
}

/*footer*/
footer{
    width:100%;
	height:64px;
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
}

footer .soc-ico{
	position:absolute;
	left:398px;
	top:0;
	z-index:1;
}

footer .soc-ico li{
	float:left;
	margin-right:3px;
}

footer .soc-ico a{
	width:22px;
	height:22px;
	display:block;
	position:relative;
	background-repeat:no-repeat;
}

footer .soc-ico .skype a,footer .soc-ico .skype a>span{background-image:url(../images/skype.png);}
footer .soc-ico .vimeo a,footer .soc-ico .vimeo a>span{background-image:url(../images/vimeo.png);}
footer .soc-ico .facebook a,footer .soc-ico .facebook a>span{background-image:url(../images/facebook.png);}
footer .soc-ico .twitter a,footer .soc-ico .twitter a>span{background-image:url(../images/twitter.png);}

footer .soc-ico a>span{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	background-position:0 100%;
	background-repeat:no-repeat;
	
	
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 

}

footer .soc-ico a:hover>span{
	opacity:1;
}

footer .privacy{
	color:#494240;
	text-transform:uppercase;
	font:11px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:absolute;
	left:360px;
	top:38px;
}

/*forms css*/
#form1{
	position:relative;
	z-index:1;
}

#form1 label{
	float:left;
	position:relative;
	z-index:1;
}

#form1 input,#form1 textarea{	
	outline:none;
	box-shadow:none;
	background:url(../images/blank.gif);
	border:1px #423d3c solid;
	padding:6px 8px;
	color:#756d6b;
	width:168px;
	margin-bottom:11px;
}

#form1 .name{
	margin-right:8px;
}

#form1 textarea{
	resize:none;
	width:362px;
	height:83px;
	margin-bottom:20px;
}

#form1 .btns{
	float:right;
}

#form1 .btns a{
	float:left;
	margin-left:12px;
}

#form1 .error,#form1 .empty{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	text-transform:none;
}

#form1 .success{
    background:url(../images/content-bg.png);
	width:378px;
	text-align:center;
	padding:6px 0;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	border:1px #423d3c solid;
}


/*js css*/
.spinner{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(../images/ajax-loader.gif);
}

/*additional classes*/
.white{
	color:#fff;
}

.border-bottom{	
	border-bottom:1px #3e3939 solid;
	padding-bottom:30px;
	margin-bottom:15px;
}

.f11{
	font-size:11px;	
}

.f14{
	font-size:14px;	
}

.fl{float:left;}
.fr{float:right;}
.col-1,.col-2,.col-3{float:left;}
.all{text-align:left;}
.alr{text-align:right;}
.alc{text-align:center;}
.wrapper{width:100%;overflow:hidden;}
a.und,.und a{text-decoration:none;}
a.und:hover,.und a:hover{text-decoration:underline;}
a.nocolor, .nocolor a{color:inherit;}
.upc{text-transform:uppercase;}
.bold{font-weight:bold;}
.wrap{overflow:hidden;}
.nopa{padding:0;}
.noma{margin:0;}
.nobg{background:none;}
.nobd{border:none;}
.nofl{float:none;}
.dn{display:none;}
.clear{clear:both;line-height:0;}



/*custom boxes*/

.btn{
	font:16px/1.2em 'Chicle', cursive;
	color:#fff;
	text-decoration:none;
}

.btn:hover{
	text-decoration:underline;
}

.list a{
	color:#eaaa34;	
	background:url(../images/list-mrk.png) 0 50% no-repeat;
	padding-left:14px;
	line-height:28px;
}

dl.address{overflow:hidden;}
dl.address dd{text-align:right;clear:both;}
dl.address dd span{float:left;}

dl.img-box,.img-box-set dl,dl.img-box dd,.img-box-set dl dd{overflow:hidden;}
dl.img-box dt,.img-box-set dl dt{float:left;}




nav>ul>li>a {
    font-family: j;
    font-size: 20px;
    color: #fff;
}




a:hover, a:focus {
    color: #fff;
    text-decoration: underline;
}


.titlec1 {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: j;
    font-size: 30px;
}



.sitediv {
    background: url(images/content_p4_bg.png);
    width: 80%;
    margin: auto;
    display: block;
    height: 920px;
    border-radius: 5px;
    border: solid 1px #66390B;
    box-shadow: inset 0px 0px 20px #A27B1D;
}

.text1 {
    float: right;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-family: j;
    font-size: 15px;
    line-height: 27px;
    margin-top: 10px;
}
nav {
    width: 80%;
    position: relative;
    height: 461px;
    z-index: 3;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    margin: -113px auto;
}
.soliddash {
    float: right;
    width: 100%;
    height: 7px;
    background: url(images/solid.png);
    margin-top: 20px;
}