/*
Themez Kitchen
-----------------------------------------------------------
@package Themez Kitchen  - Premium Multipurpose Wordpress Theme
@subpackage ThemezKitchen
@copyright Copyright (c), ThemezKitchen,  (http://www.themezkitchen.com/)
@link http://www.themezkitchen.com/
@version 1.0.0
@since Version 1.0.0
*/
/* 
    Created on : 19.11.2014., 17.16.36
    Author     : Gogili
*/

/**
 *  Reset
 * -----------------------------------------------------------------------------
 */

body {
	direction: rtl;
	unicode-bidi: embed;
}

a {
	display: inline-block;
}

ul,
ol {
	margin: 0 20px 24px 0;
}

li > ul,
li > ol {
	margin: 0 20px 0 0;
}

caption,
th,
td {
	text-align: right;
}


/**
* Floaters
*/
p,
article,
.entry-header,
.comment-on-not-found {
    text-align: right !important;
}

.pull-left {
    float: right;
}

.pull-right {
    float: left;
}

.active-search {
    float: left !important;
}

[class^="col-"] {
   float: right;
}

#masthead .navbar-header {
    float: right;
}

#masthead .navbar-collapse {
    float: left;
}

.navbar-brand {
    float: right;
}