html{ font-size: 100%;}
body {
 margin: 0;
 padding: 0;
 font-family: Tahoma,Helvetica,Arial,sans-serif;
 font-size:13px;
 color:#333;
 line-height:18px;
 margin: 0;
 padding: 20px;
 direction: rtl;
 background-color:#FFF;
 border-top: 3px solid #D64A63;
 }

 
p, h1, h2, h3 {
direction: rtl;
}

* {
    box-sizing: border-box;
}
h2{
text-align: right;
font-size: 22px;
line-height:24px;
margin: 10px;
background-color:#FFF;
text-decoration: none;
}

h3{
text-align: right;
margin-bottom:5%;
margin-right:0;
background-color:#FFF;
font-size: 18px;
text-decoration: none;

}
h4{
text-align:right;
background-color:#FFF;
font-size:16px;
text-decoration: none;
}
a{
	text-decoration:none;
}
img{
	max-width:100%;
	width:auto%;
	/*height:auto;*/
	vertical-align: middle;
	border: 0;
	float: center;
	margin-right:0%;
	margin-bottom:5%;
/*border: 0.1em solid black;*/
}
video{
 max-width: 100%;
 height:auto;
 float:left;
}
.contact_us{
	background: transparent url("../images/contactus.png") no-repeat;
	padding:5px;
	margin-top:10px;
	border: 1px solid #CACACA;
}
.contact_us label{ 
	font: 1em;
	color: #111;
	margin-top:3px;
	display:inline-block;
	padding:0px;
	float:right;
	width:30px;
}
.contact_us input{
	height: 2em;
	/*vertical-align:middle;*/
	margin:5px;
	width:120px;
	padding:5px 8px;
}

.contact_us textarea{
	width:70%;
	height:80px;
	margin:10px;
	padding:10px 20px;
	vertical-align:middle;
	box-sizing: border-box;
	opacity:0.7;
	border 1px solid #CCC;
	box-shadow: 0px 1px 1px rgb(0,0,0,0.075);
	transition: border 0.2s linear 0s, box-shadow 0.2s liner 0s;
	resize: none;
}
.contact_us input textarea:focus{
	background   : rgba(0,0,0,.1);
	border-radius: 5px;
	outline: none;
}

.error{ color:#FF0000;}
 
.contact_us_wide{
	padding:5px;
	margin-top:10px;
	border: 1px solid #CACACA;
}
.contact_us_wide label{ 
	font: 1em;
	color: #111;
	margin-top:3px;
	display:inline-block;
	padding:0px;
	float:right;
	width:70px;
}
.contact_us_wide input{
	height: 2em;
	vertical-align:middle;
	margin:5px;
	width:80%;
	padding:5px 8px;
}

.contact_us_wide textarea{
	width:79%;
	height:80px;
	margin:10px;
	padding:10px 20px;
	vertical-align:middle;
	box-sizing: border-box;
	opacity:0.7;
	border 1px solid #CCC;
	box-shadow: 0px 1px 1px rgb(0,0,0,0.075);
	transition: border 0.2s linear 0s, box-shadow 0.2s liner 0s;
	resize: none;
}
.contact_us_wide input textarea:focus{
	background   : rgba(0,0,0,.1);
	border-radius: 5px;
	outline: none;
}
.row{
/*margin-left:0;
margin-right:2%;
margin-top:10%;
margin-bottom: 2%;*/
background-color: #FFF;
/*border: 0.1em solid black;*/
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: right;
    padding: 15px;
	text-align:right;
	background-color:#FFF;
	color:#111;
	/*font-size:20px;*/
	
}
.container{
	background-color:#FFF;
	padding:5px;
	max-width:960px;
	margin-right:auto;
	margin-left:auto;
}
.header {
    background-color: #FFF;
	height:122px;
	display:block;
}

.header brand pull-left{
	float:right;
	color:#046;
	transition: color 0.5s linear 0s;
	
}
.header a{
	text-decoration:none;
}
.header h1{
text-decoration:none;
}

.header p{
text-align:center;
}

.navigation{
 padding:5px 0px 5px 0px;
 margin-bottom: 10px;
 width:100%;
}
ul.navigation {
 list-style:outside none none;	
 margin:0px 0px 9px 25px;
 padding:0px;
 overflow:hidden;
 background: #F5F5F5;
}

ul.navigation li{
 float:right;
 font-size:15px;
}

ul.navigation li a,.dropbtn{
display:block;
padding-top:8px;
padding-bottom:8px;
padding-right:12px;
padding-left:12px;
margin-top:2px;
margin-bottom:2px;
margin-right:2px;
border-radius:5px;
line-height: 14px;
color:#D64A63;
text-align:right;
text-decoration:none;
transition: 0.3s;
}
ul.navigation li a:hover,.dropdwon:hover .dropbtn{ 
	text-decoration: none;
	color: #fff;
   background-color: #e4dae5;
 /*background-color:#D64A63;*/
}
ul.navigation li a.active
{
	color :#FFF;
	 background:#D64A63;
}

ul.navigation  li.icon{display:none;}

.dropdown{
	display:inline-block;
}

.dropdown-content{
	display:none;
	position:absolute;
	background-color: #FFF;
	min-width:160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);	
	z-index:1;
}
.dropdown-content a{
	display: block;
	padding: 3px 14px;
	clear: both;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #111;
	white-space: nowrap;
	text-decoration: none;
}
.dropdown-content a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #e4dae5;
}

.dropdown:hover .dropdown-content{
	display:block;
}


ul.navigation :before {
	position: absolute;
	top: -7px;s
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
ul.navigation :after {
	position: absolute;
	top: -6px;
	left: 2px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
/*ul.navigation :hover > a*/
ul.navigation  li > a:hover,
ul.navigation  > a:focus
 {
	text-decoration: none;
	color: #fff;
	background-color: #e4dae5;
	
}

/* taken from bootstarp 3.3.5*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #cacaca;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
 .carousel-inner > .active {
  left: 0;
}

hr{
	margin: 18px 0px;
	border-width: 1px 0px;
	border-style: solid none;
	border-color: #EEE;
}

.sidebar-nav{
	padding: 3px;
}

.customder{
	border: 1px solid #CACACA;
	padding: 5px;
}
.pull-right{
	float:left;
}

.pull-right p{
	margin: 0px 0px 9px;
}

/* for Image Gallery*/
div.img{
	margin: 5px;
	border:1px solid #ccc;
	float:left;
	width: 180px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}
ul.gallery{
	margin:8px auto !important;
	padding:8px 0px !important;
	list-style: outside none none;
	overflow:hidden;
}

.self-tab > div {display:none}
.self-tab > div:target {display:block;}

/* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
	
@media only screen and (min-width: 600px){
/* For tablets */
.col-m-1 {width: 8.333%;}
.col-m-2 {width: 16.667%;}
.col-m-3 {width: 25%;}
.col-m-4 {width: 33.335%;}
.col-m-5 {width: 41.666%;}
.col-m-6 {width: 50%;}
.col-m-7 {width: 58.333%;}
.col-m-8 {width: 66.667%;}
.col-m-9 {width: 75%;}
.col-m-10 {width: 83.333%;}
.col-m-11 {width: 91.667%;}
.col-m-12{width: 100%;}

img{
	max-width:90%;
   }
   
}
@media only screen and (min-width:768px){
/* For desktop: */
.col-1 {width: 8.333%;}
.col-2 {width: 16.667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.335%;}
.col-5 {width: 41.666%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333%;}
.col-8 {width: 66.667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.333%;}
.col-11 {width: 91.667%;}
.col-12{width: 100%;}

img{
	max-width:100%;
   }
.header{
	background: transparent url("../images/banner1.png") no-repeat scroll 0% 0%;
}

.active{
	background-color: #e6e6e6;
	/*background-color:#D64A63;
	color:#FFF;;*/
	
}

.active > a:hover{
	 color :#FFF;
	 background:#D64A63;
	}
}

/*@media screen and (max-width:680px){
/*when in small screen show only icon menu*/
/*ul.widenav li:not(:first-child){display:none;}*/
/*@ul.navigation li:not(:first-child){display:none;}
ul.navigation li.icon{
 float:right;
 display:inline-block;
}
}

@media screen and (max-width:680px){
ul.navigation.responsive {
 position:relative;
}

ul.navigation.responsive li.icon{
position:absolute;
right:50px;
top:150px;
}

ul.navigation.responsive li{
float:none;
display:inline;
}
ul.navigation.responsive li a{
display:block;
text-align:right;
}
}*/

