/*
Theme Name: Enigma
*/


/*
RTL Basics
*/

body {
	direction:rtl;
	unicode-bidi:embed;
}

/* Main css with editable-------------------------------------------------------------- */
.navbar-nav {
float: right;
}
a:hover, a:focus{
	text-decoration: none ;
}
.wl_rtl{float:right}
.fa-arrow-left:before{content: "\f061" !important;}
.fa-arrow-right:before{content: "\f060" !important;}
.glyphicon-chevron-left:before {
content: "\e080";
}
.glyphicon-chevron-right:before {
content: "\e079";
}
.head-contact-info{
	
	text-align: left;	
	padding-right:0;
}
.head-contact-info li {
	
	margin-left:10px;	
}
.head-contact-info li a{color:#fff;}
.head-contact-info i {
	margin-left:8px;	
}
.logo{
	text-align:right;
}

.social{	
	text-align: left;
}

/*** customed *************************************************************/

.pull-right-heb{
	margin-left: 20px;
	float: right !important;
}

.carousel-text h1 {
	margin: 0 40px 0 0;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	line-height: 1.4em;
	background:rgba(0,0,0,0.6);
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-ms-animation-delay: .3s;
	-o-animation-delay: .3s;
	animation-delay: .3s;
}

.carousel-text h2 {
	margin: 0 40px 0 0;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 3em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	line-height: 1.4em;
	background:rgba(0,0,0,0.6);
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-ms-animation-delay: .3s;
	-o-animation-delay: .3s;
	animation-delay: .3s;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
} 


.enigma_blog_wrapper{
	margin-bottom: 90px;
	width: 100%;
	float: right !important;
	
}
/***************************************************************************/
