@import "reset.css";
@import "skeleton.css";
@import "superfish.css";



html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
	background: #fffefb;
    color: #939393;
    font: 14px/17px DroidKufi-Regular;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 16px;
	text-align:right;
	direction:rtl;
	line-height:30px;
	font-size:16px;
	font-family:DroidKufi-Regular;
	color:#666;
	font-weight:bold
}

.p1 {
    margin-bottom: 19px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family:  DroidKufi-Regular;
	color: #252525;
    font-weight: bold;
    direction: rtl;
    text-align: center;
}
}

h2 {
    /*padding-right: 77px;
    color: #fff;
	font-family:DroidKufi-Regular;
    
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 23px;
    padding-top: 115px;
    text-align: right;
    text-shadow: 2px 1px rgba(0,0,2, 0.49);
	margin-right:20px*/
        padding-right: 77px;
    text-align: center;
    color: #fff;
    font-family: DroidKufi-Regular;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 23px;
    padding-top: 115px;
    text-align: right;
    text-shadow: 2px 1px rgba(0,0,2, 0.49);
    margin-right: -31px;
}

h3 {
	padding-top: 54px;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 19px;
	text-align:right;
	color: #C00;    
}

.page1 h3 {
    padding-top: 0px;
    margin-bottom:0px;
	
}

.page1 h3.head1 {
    margin-bottom: 20px;
    margin-top:20px;
}

h4 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
	text-align:right
}
/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float:right
	}

ul.list {
    padding-top: 11px;
    margin-bottom: 23px;
}

ul.list.l1 {
    float: right;
	direction:rtl;
	
}

ul.list.l1+ul.list.l1 {
    margin-left: 32px;
}

ul.list li {
    color: #55acfe;
    padding-left: 15px;
    background: url(../images/marker.png) 0 5px no-repeat;
}


ul.list  li+li {
    margin-top: 13px;
}

/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}



a.btn {
	display: inline-block;
	color: #fff;
	text-transform: none;
	font: 14px/17px DroidKufi-Regular;
	text-decoration: underline;
	float:left
}

a.btn:hover {
    color: #f7841e;
}

h3 a.btn {
    float: right;
    font-size: 15px;
    margin-top: 15px;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
	float:right;
	text-align:right}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	margin-top: 5px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}

.container_12 .grid_44 {
	width:580px;
}

.container_12 .grid_444 {
	width:1000px;
}
.padding-right{
	padding:0 0 0 0;
}	


.nowrap {
    white-space: nowrap;
}
/*header*/


header {
	display: block;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,2,0.38);
    z-index: 999;


}



header h1 {
	position: relative;
    padding-top: 22px;
    float: left;
	text-align: center;

}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 192px;
    height: 31px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}


/**Content**/

.content {
	background-image:url(../images/beige_paper.png);
    padding-bottom: 48px;

}
.page1  .content {
    position: relative;
    padding-bottom: 35px;
}


.col1 {
    color: #f7841e;
}

.col2 {
    color: #55acfe;
}

.col3 {
    color: #252525;
	text-align:right;
	direction:rtl
}

.block1 {
    overflow: hidden;
}

.block1+.block1 {
    margin-top: 24px;
}

.block1 +a.btn {
    margin-top: 23px;
}

.block1 time {
    display: block;
    line-height: 16px;
    font-size: 15px;
    margin-bottom: 3px;
}

.block1 a.btn {
    margin-top: 10px;
}

.round {
    border-radius: 500px;
    margin-bottom: 13px;
}

a.link1 {
    font: bold 18px/18px DroidKufi-Regular;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-top: 4px;
    padding: 12px 20px;
    background-color: #252525;
    border-bottom: 3px solid #000000;
	float:left
	
}

a.link1:hover {
    background-color: #f5b548;
    border-bottom-color: #d01044;
}

.box {
    position: relative;
    /*padding: 11px 10px 8px 9px;
    background-color: #C9C9C9;*/
    /*box-shadow: 0 2px 3px -1px rgba(0,0,0,0.22)*/
}

.box .title {
    font: bold 20px/30px DroidKufi-Regular;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 4px;
}

a.corner {
    display: block;
    position: absolute;
    right: -4px;
    top: -4px;
    background: url(../images/corner_link.png) 0 0 no-repeat;
    width: 98px;
    height: 98px;
}

.box img {
    margin-bottom: 4px;
}

.page1 .box {
    margin-bottom: 52px;
    margin-right: 4px;
    margin-top: 55px;
}

ul.gallery {
    overflow: hidden;
    padding-top: 11px;
    margin-left: -14px;
    margin-right: -6px;
}

ul.gallery li {
    margin-bottom: 12px;
    float: right;
    margin-left: 24px;
}

.gallery a.gal {
    background-color: transparent;
    display: block;
    font-size: 0;
    border: 3px solid transparent;
    line-height: 0;
    position: relative;
    
}

.gallery a.gal img {
    vertical-align:bottom;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gallery a.gal span {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    background: url(../images/magnify.png) -100px center no-repeat;
}

.gallery a.gal:hover span  {
    background-position: center center;
}

.gallery a.gal:hover img{
    opacity: 0.6;
}



.gallery a.gal:hover {
    border-color: #252525;
    border-radius: 3px;
    background-color: #414141;
}

.signature {
    color: #c2c2c2;
    padding-top: 24px;
    font: 40px/40px 'Condiment', cursive;
}

.block2 {
    overflow: hidden;
    background: url(../images/cup.png) center 20px no-repeat;
}

.cl2 {
    height: 32px;
}

.post {
    padding-right: 12px;
}

.post+.post {
    margin-top: 15px;
}

.content h4 {
    color: #252525;
    margin-bottom: 10px;
}

.i1 .img_inner {
    max-width: 110%;
}

.gallery1 {
    padding-top: 16px;
    overflow: hidden;
}

.gallery1 .box {
    padding-bottom: 14px;
    margin-bottom: 15px;
}

.gallery1 a.gal {
    background-color: #000;
    display: block;
    margin-bottom: 13px;
    position: relative;
}

.gallery1 a.gal  img {
    box-shadow: 0 0 #fff;
     transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    margin-bottom: 0;
}

.gallery1 a.gal:hover img {
    opacity: 0.65;
}

.gallery1 a.gal  span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/magnify.png) -100px center no-repeat;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gallery1 a.gal:hover span {
    background-position: center center;
}

.gallery1.g1 {
    padding-top: 24px;
}

.gallery1.g1 a.gal {
    margin-bottom: 22px;
}
/**Map**/

.map {
	overflow: hidden;
	position: relative;
}
 

.map figure {
    margin-top: 5px;
    position: relative;
	display: block;
	width: 558px;
    float: left;
    margin-right: 23px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
	width: 100%;
	height: 310px;
	max-width: 100%;
}
.map address {
	float: right;
	display: block;
	width: 315px;
	text-align: right;
	direction: rtl;
}

.map address+address {
    margin-left: 75px;
}

.map  p {
    margin-bottom: 18px;
}


.map address dt {
	margin-bottom: 16px;
	text-align: right;
	float: right;
	color: #BF3900;
	font-size: 16px;
	line-height: 30px;
}

 address dd span {
	
	display: inline-block;
	text-align: right;
	line-height: 30px;
	direction: rtl;
}

.map address dd span.col1 {
	min-width: 0;
}

a.link-1 {
    color: #84bb17;
}

a.col2:hover {
    color: inherit;
}

.td {
    text-decoration: underline;
}
a.link-1:hover {
    color: inherit;
}

/**Footer**/
footer {
	display: block;
    padding-bottom: 36px;
    color: #bdbdbd;
	background:#000
}


footer ul {
    background: url(../images/bot_sep.png) 0 0 repeat-x;
}

footer ul li {
    text-shadow: 1px 1px #1a1a1b;
    padding: 6px 0 11px;
    
	text-align:right
}

footer ul li.current {
    color: #f7841e;
}

footer a:hover {
}

.socials  {
    padding-top: 9px;
    overflow: hidden;
    padding-bottom: 4px;
}

.socials a {
    display: block;
   
    width: 38px;
    height: 38px;
    background: url(../images/socials.png) 0 0 no-repeat;
    float: left;
}

.socials a+a {
    background-position: -40px 0;
    margin-left: 2px;
}

.socials a:hover {
    background-position: 0 bottom;
}



.socials a+a+a {
    background-position: -80px 0;
}

.socials a+a+a+a {
    width: 39px;
    margin-left: 3px;
    background-position: right 0;
}

.socials a+a:hover {
    background-position: -40px bottom;
}
.socials a+a+a:hover {
    background-position: -80px bottom;
}
.socials a+a+a+a:hover {
    background-position: right bottom;
}

footer h4 {
    margin-bottom: 19px;
    padding-top: 28px;
}

.copy strong {
    font-weight: normal;
    font-size: 16px;
    color: #090909;
}


.copy {
    color: #9b9b9b;
    padding-top: 9px;
    position: relative;
	float:right


}


a.f_logo {
    margin-bottom: 13px;
    display: inline-block;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}



 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

.camera_thumbs_cont ul li {
    width: 110px;
}

.camera_thumbs_cont ul li  img {
    max-width: 100%;
}

.block1 + a.btn {
    margin-bottom: 40px;
}

ul.gallery li {
    width: 200px;
}

.i1 .img_inner {
    max-width: 100%;
}

}


@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

ul.list.l1+ul.list.l1 {
    margin-left: 0px;
    padding-top: 13px;
}

ul.list.l1 {
    margin-bottom: 0;
}

.gallery1 a.gal img {
    width: 100%;
}

.gallery1 {
    overflow: visible;
}

.block2>div {
    margin-top: 30px;
}

.block2 .cl2 {
    height: 0;
}

.block2 {
    padding-top: 235px;
}


.camera_thumbs_cont ul li {
    width: 56px;
}

 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
}




.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.caption {
    width: 220px;
    height: 220px;
}

.caption h2 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 70px;
    padding-right: 72px;
}

.caption a {
    margin-right: 20px;
}

.box img {
    width: 100%;
}

ul.gallery li {
    width: 100%;
}

footer ul.l1 {
    background: none;
}

}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

.camera_thumbs_cont ul li {
    width: 70px;
    margin: 0 4px;
}

.caption {
    width: 180px;
    height: 180px;
}

.caption h2 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 50px;
    margin-bottom: 10px;
    padding-right: 62px;
}

.caption a {
    font-size: 13px;
    margin-right: 38px;
}

ul.gallery li {
    width: 100%;
}

}

.logo {
	width:210px;
	float:right;
	padding-top: 17px;}
	
	
.abb  {
	margin-bottom: 16px;
	text-align:right;
	direction:rtl;
	line-height:40px;
	font-size:17px;
	font-family:DroidKufi-Regular;
	color:#666;
	
}	

.abb {
	height:auto;
	width: 1000px;
	margin: auto;
}
	
.mm {
	color:#B63F05;
	text-align:right;
	direction:rtl;
	float:right;
	font-family:DroidKufi-Regular;
	font-size:16px}	

.mapp {
	/*width:1000px;*/
	height:auto;
	margin:auto}
	
	.left{
	width:400px;
	float:left
}

.success_wrapper {
	position: relative;	
}
.success {
	width:387px;
	text-align:center;
	color:#d01705;
	font-size:19px;
	line-height:1.2em;
	padding:0px 0 20px 0;
	display:none;
	font-style:italic;
}

/* Contact form */
#contact-form {
	vertical-align:top;
	padding-top:0px;
}
	#contact-form fieldset {
		border:none;
		}
		#contact-form .field {
			overflow:hidden;
			padding:0 0 7px 0px;
			}
			#contact-form input {
				width:387px; 
				padding:8px 10px 8px 10px;  
				margin:0;
				float:left; 
				font-family:DroidKufi-Regular ;
				margin:0px 0 0 0;
				font-size:13px;
				line-height:1.23em;
				color:#717171; 
				border-top:1px solid #3e3e3e;
				border-bottom:1px solid #2d2d2d;
				border-left:1px solid #3f3f3f;
				border-right:1px solid #2d2d2d;
				background:#282828;
				outline:none;
			}
			#contact-form .area .error { float:left;}
			#contact-form textarea {
				overflow:auto; 
				height:203px;
				width:511px; 
				padding:8px 10px 8px 10px;
				float:left; 
				font-family:DroidKufi-Regular;
				font-size:12px;
				line-height:1.23em; 
				color:#717171; 
				border-top:1px solid #3e3e3e;
				border-bottom:1px solid #2d2d2d;
				border-left:1px solid #3f3f3f;
				border-right:1px solid #2d2d2d;
				background:#282828;
				margin:0px 0 0 0; 
				}
			#contact-form label {
				padding:0 0 0px 0px;
				display:inline-block;
				color:#F00;
				}
				#contact-form .error, #contact-form .empty {
					color:red;
					width:287px;
					font-size:12px;
					line-height:15px;
					padding:3px 0 0 0px;
					display:none;
					float:left;
				}
		.buttons-wrapper {text-align:right; clear:both; padding:29px 7px 0 0;}
		.buttons-wrapper a { margin-left:0px;}
.page1 h2 {
	/*padding-top: 20px;
	margin-bottom: 18px;
	float:right;
	text-align:center;
	color:#666;
	font-size:24px;*/    padding-top: 42px;
    margin-bottom: 18px;
    float: right;
    text-align: center;
    color: #F0DFBF;
    font-size: 17px;
    font-size: 20px;
    
}

.copy2 {
    color: #9b9b9b;
    padding-top: 9px;
    position: relative;
	float:left


}


.socials2  {
    padding-top: 9px;
    overflow: hidden;
    padding-bottom: 4px;
}

.socials2 a {
    display: block;
   
    width: 38px;
    height: 38px;
    background: url(../images/socials.png) 0 0 no-repeat;
    float: right;
}

.socials2 a+a {
    background-position: -40px 0;
    margin-right: 2px;
}

.socials2 a:hover {
    background-position: 0 bottom;
}



.socials2 a+a+a {
    background-position: -80px 0;
}

.socials2 a+a+a+a {
    width: 39px;
    margin-right: 3px;
    background-position: right 0;
}

.socials2 a+a:hover {
    background-position: -40px bottom;
}
.socials2 a+a+a:hover {
    background-position: -80px bottom;
}
.socials2 a+a+a+a:hover {
    background-position: right bottom;
}

h7 {
	color:#F60;
	font-size:16px;
	font-family:DroidKufi-Regular;
	font-weight:bold;
	line-height: 30px;
	}
	
	h9 {
	color:#666;
	font-size:16px;
	font-family:DroidKufi-Regular;
	font-weight:bold;
	}

.pic {
	width:350px;
	float:right;
	padding-top:50px}
	
.contt {
	float:right;
	text-align:right;
	direction:rtl;
	width:430px
}	
	
.about2 {
	width:500px;
	float:right}
	
.picc {
	width:auto;
	float:right;
	padding-top:10px;
	padding-bottom:10px}		

.contty {
	float:right;
	text-align:right;
	direction:rtl;
	/*width:521px*/
}	

.abou {
	text-align:right;
	direction:rtl;
	font-family:DroidKufi-Regular;
	font-size:17px;
	line-height:30px}


.left2{
	width:400px;
	float:left;
	padding-top:129px
}

.cc {
	width:auto;
	float: right;
	
	}
	
.num {
	width:200px;
	margin:auto;
	color:#333;
	font-family:DroidKufi-Regular;
	font-size:18px;
}

.num a {
	width:200px;
	margin:auto;
	color:#333;
	font-family:DroidKufi-Regular;
	font-size:18px;
	}
	
.num a:hover {
	width:200px;
	margin:auto;
	color:#C60;
	font-family:DroidKufi-Regular;
	font-size:18px;
}	

.pro2 {
	font-family:DroidKufi-Regular;
	font-size:17px;
	color:#C00;
	font-weight:bold;
	text-align:right;
	padding-right:40px
}
.titls {
    font-size: 20px; font-weight: bold; text-align:center; color: #C00;
}