@import 'https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,400i,700,700i';
@import url('https://fonts.googleapis.com/earlyaccess/droidarabickufi.css');


body{
	font-family: "Droid sans", sans-serif;
}
body#app{
	background: #f4f5f6;
}
body#app.not-loggedin {
    overflow: hidden;
}
.ltr {
	direction: ltr; !important;
}
body[dir="rtl"],
.rtl {
    direction: rtl;
    font-family: 'Droid Arabic Kufi', sans-serif;
}
body[dir="rtl"] .pull-right{
	float: left!important;
}
body[dir="rtl"] .pull-left{
	float: right!important;
}
.h1, .h2, .h3, h1, h2, h3, h4, .h4{
	font-family: "Droid serif", serif;
	font-weight: normal;
}
.rtl .h1, .rtl .h2, .rtl .h3, .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl .h4,
body[dir="rtl"] .h1, body[dir="rtl"] .h2, body[dir="rtl"] .h3, body[dir="rtl"] h1, body[dir="rtl"] h2, body[dir="rtl"] h3, body[dir="rtl"] h4, body[dir="rtl"] .h4{
	font-family: 'Droid Arabic Kufi', sans-serif;
	line-height: 1.5em;
}
.h1, h1 {
    font-size: 30px;
}
.h2, h2{
	font-size: 25px;
	color: #223245;
}
h1 p, h2 p{
	margin-top: 10px;
	font-size: .6em;	
}
body[dir="ltr"] h1 p,
body[dir="ltr"] h2 p{
	font-family: "Droid sans",sans-serif;
}
.h5, h5{
	font-weight: bold;
}
ol, ul{
	padding: 0;
	list-style: none;
}
.nav-lang{
	font-size: 12px;
}
.nav > li.nav-lang > a:hover{
	background: rgba(0,0,0,.2);
}

body[dir="rtl"] .nav-tabs>li{
	float: right;
}

body[dir="rtl"] .fa-chevron-right{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
body[dir="rtl"] .fa-chevron-left{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
body[dir="rtl"] .checkbox label,
body[dir="rtl"] .radio label{
	padding-right: 20px;
	padding-left: 0;
}

body[dir="rtl"] th{
	text-align: right;
}

/* Styled checkbox */
.styled-chk{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    width: 18px;
    height: 18px;
    background: #fff;
    cursor: pointer;
    position: relative;
}
.styled-chk input{
    display: none;
}
.styled-chk label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.styled-chk label:before {
    display: none;
    content: "";
    position: absolute;
    cursor: pointer;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 6px;
    line-height: 18px;
    text-align: center;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
}
.styled-chk input:checked + label:before {
    display: block;
}

.text-success {
    color: #95bd47;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-family: 'Droid Serif', serif;
    text-transform: uppercase;
    letter-spacing: .7em;
    font-size: 15px;
}
.navbar-default .container-fluid{
	padding: 0;
}
.navbar-brand{
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
}
body[dir="rtl"] .navbar-brand{
	float: right;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color: rgba(255, 255, 255, .7);
}
.navbar-default{
	background-color: #2a3e56;
	height: 60px;
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
	color: #fff;
	border: none;
	z-index: 1;
}
.navbar{
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-nav>li>a{
	padding: 0 10px;
	line-height: 30px;
}
.yellow{
	color: #feec19;
}
.current {
    display: none!important;
}
.btn{
	border-radius: 2px;
	font-weight: 700;
	background: #d2c315;
	color: rgba(0,0,0,.7);

	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.btn-primary{
	border-color: #d2c315;
}
.btn-danger{
	background: #ac2925;
}
.btn-default{
	color: #666;
	background: none;
	border-color: #666;
}
.btn-default.isWhite{
	border-color: #fff;
	color: #fff;
}
.btn:hover{
	background: #efde18;
}
.btn.btn-default:hover {
    background: #fff;
    color: #2a3e56;
}
.np-gap{
	padding: 0;
	margin: 0;
}
.hero-spacer {
    margin-top: 20px;
}
header.main-top{
	background: #223245;
	/* margin: 0 -15px; */
	padding: 0;
}
header.main-top h1{
	text-align: center;
	color: #fff;
}
header.main-top h1 p{
	text-align: center;
	color: #fff;
}
header.main-top .search{
	max-width: 750px;
    margin: 50px auto;
    font-size: 0;
    overflow: hidden;
}
header.main-top .search input[type="text"]{
	border-radius: 3px 0 0 3px;
	padding: 0 20px;
    border: none;
    background: #fff;
    height: 40px;
    width: calc(100% - 100px);
    vertical-align: top;
    font-size: 16px;
}
header.main-top .search input[type="submit"]{
    height: 40px;
    border: none;
    border-radius: 0 3px 3px 0;
    background: #dbcf44;
    width: 100px;
    font-size: 20px;
}
header.main-top .search a{
	float: right;
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
}

#features div{
	padding-top: 175px;
	font-size: 17px;
	color: #223245;
	background-repeat: no-repeat;
	background-position: top center;  
}
#features strong{
	display: block;
}
#features div#f-account{
	background-image: url(../images/account.png);
}
#features div#f-search{
	background-image: url(../images/search.png);
}
#features div#f-collect{
	background-image: url(../images/box.png);
}

.inline-blocks{
	font-size: 0;
}
.inline-blocks > div{
	display: inline-block;
	margin: 15px;
	border: 1px solid #eee;
	font-size: 14px;
}
.inline-blocks.align-top > div{
	vertical-align: top;
}
.inline-blocks.align-middle > div{
	vertical-align: middle;
}

#pricing{
	border-top: 2px solid #eee;
	background: #f4f5f6;
	padding-bottom: 50px;
}
#pricing .inline-blocks > div{
	background: #fff;
	border: 1px solid #e2e3e4;
	border-radius: 3px;
	padding: 15px;
	font-size: 17px;
}
#pricing .inline-blocks > div.highlighted-plan{
	background: #2a3e56;
	color: #fff;
}
.plan-title{
	height: 60px;
}

.plan-title strong{
	display: block;
	font-size: 21px;
}
.plan-price {
    font-size: 45px;
    font-weight: 700;
    margin: 30px 0;
}

#partners{
	border-top: 2px solid #eee;
	padding: 30px 0;
}
footer{
	font-size: 11px;
	padding: 20px 0;
	border-top: 2px solid #eee;
}

.modal-header{
	border-bottom: none;
	padding: 25px 20px 10px;
	text-align: center;
}
.modal-content{
	border-radius: 3px;
}

.form-group .glyphicon{
	color: #ccc;
}
.input-lg{
	border-radius: 3px;
	font-size: 14px;
}
.modal-title{
	font-family: "Droid Serif", serif;
	color: #2a3e56;
	text-transform: uppercase;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
	margin-left: 0;
}
.navbar-toggle{
	margin-top: 12px;
	border: none!important;
}
body[dir="rtl"] .navbar-toggle{
	float: left;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(0,0,0,.3);
}

/* APP ONLY */
#app .navbar-default .navbar-brand{
	font-size: 12px;
}
#search{
	background: #fff;
	border-radius: 3px;
	border: 1px solid #eee;
	margin-top: 15px;
	padding: 10px 0;
}
.hero-spacer #search{
	padding: 0;
}
.search-cols .form-group{
	margin: 0;
	position: relative;
}
.search-cols .btn-group {
    padding: 10px;
    border-left: none;
}
.isTransparent{
	border: none;
	box-shadow: none;
}
.slct-styled{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slct-styled select{
    border: none;
    height: 30px;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    width: 100%;
    border: none;
    box-shadow: none;
	outline: 0;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
}
.slct-styled:after{
	content: "";
	width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px solid #666;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;

	position: absolute;
	top: 50%;
	display: block;
	margin-top: -5px;
	z-index: 0;
	right: 10px;
}
body[dir="rtl"] .slct-styled:after{
	right: auto;
	left: 10px;
}
#search .slct-styled select{
	height: 46px;
}
.search-cols i {
    position: absolute;
    top: 50%;
	left: 10px;
    font-size: 18px;
    color: #ccc;
    width: 30px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
body[dir="rtl"] .search-cols i{
	left: auto;
	right: 10px;
}
#searchrange{
	height: 46px;
	line-height: 46px;
	overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
#searchrange > span{
	white-space: nowrap;
}
.caret{
	border-top: 5px solid #666;
	border-right-width: 5px;
	border-left-width: 5px;
}
body[dir="ltr"] .hasGlyph{
	padding-left: 40px;
}
body[dir="rtl"] .hasGlyph{
	padding-right: 40px;
}
#search .btn{
	margin: 0;
}
.results-nb{
	font-size: 12px;
    color: #666;
    margin-bottom: 20px;
}
.messages{
	font-size: 0;
}
.messages li{
	position: relative;
}
.messages li.list + li.list {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}
.list .message{
	font-size: 14px;
}
.thumbnail{
	border: none;
	border-radius: 0;
}
.thumbnail .image{
	border: 1px solid #ddd;
}
.messages .thumbnail{
	width: 100px;
	padding: 0;
	margin: 0 10px 10px 0;
	position: relative;
}
body[dir="rtl"] .messages .thumbnail{
	margin: 0 0 10px 10px;
}
.nb-img {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    font-size: 11px;
    padding: 5px;
    color: #fff;
    border-radius: 0 2px 0 0;
}
.thumbnail .caption{
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height:32px;

}
.rtl .thumbnail .caption{
	text-align: right;
	font-size: 10px;
}
.rtl.box h5{
	margin: 10px 0;
	font-size: 12px;
	height: 3.5em;
	text-align: right;
}

.messages li .message_wrapper{
	max-width: 1200px;
	padding: 0 10px;
}
.message_wrapper h3 {
    font-weight: bold;
    font-size: 16px;
}
.rtl .message_wrapper h3{
	font-size: 16px;
}
.message_info{
	color: #999;
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
    direction: ltr;
}
.message p {
	color: #666;
}
.rtl .message p{
	font-size: 12px;
	line-height: 1.5em;
}
.list .message_info span{
	padding: 0 6px;
	display: inline-block;
}
.message_info span:first-child{
	padding-left: 0;
}
.messages li:hover h3 {
    color: #56abc1;
}
.source-logo{
    width: 50px;
}
.source-logo-large{
	width: 150px;
}
.source-logo img, .source-logo-large img{
	width: 100%;
}
.messages .list .thumbnail img{
    width: 100%;
}

.navbar-header{
	background: rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
	margin: 0!important;
}
#main-nav.navbar-nav>li {
    height: 60px;
    margin: 0 8px;
}
#main-nav.navbar-nav>li a {
    line-height: 60px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
}
.navbar-nav>li a:not(.btn){
	/* color: rgba(255, 255, 255, .5); */
}
#main-nav.navbar-nav>li .glyphicon {
    padding-right: 6px;
}
.mobile{
	display: none;
}

#search #advanced-search{
	border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
}
#adv-search-btn{
	clear: both;
	padding: 10px;
	cursor: pointer;
}

ul.messages li.box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
.box-wrap{
	background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.messages .box .thumbnail{
	width: 100%;
	background: #F7F7F7;
	margin: 0;
}
.messages .box .thumbnail .image{
	border: none;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}
.messages .box .thumbnail img{
	position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.messages .box .pdf-thumbnail{
	border: none;
	width: 100%;
}
.messages .box .pdf-thumbnail img{
	max-width: 100%;
}


.box h5{
	line-height: 20px;
    margin: 0 0 10px;
    overflow: hidden;
    height: 3em;
}
.box .date{
	line-height: 30px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
	background: rgba(0,0,0,.3);

}

#article article{
	padding: 10px;
}
.article-subtitle{
	margin: 10px 0;
}
.article-body{
	margin: 20px 0;
    line-height: 2em;
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
aside{
	background: #eee;
	padding: 0!important;
}
.x_content .thumbnail {
    width: 33.33%;
    background: none;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
.ratio16-9 {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.ratio16-9 img {
    width: 100%;
    position: absolute;
    top: 50%;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.thumb-title {
	font-size: 10px;
	border: 1px solid #ddd;
	border-top: none;
	padding: 8px;
}
.thumb-title .ellipsis{
	height: 3em;
	overflow: hidden;
}
.rtl .thumb-title {
    font-family: 'Droid Arabic Kufi', sans-serif;
}
#related a {
    display: block;
    padding: 15px;
    color: #333;
}
#related a:hover,
#related a:focus {
    background: rgba(255, 255, 255, .5);
}
#related a + a {
    border-top: 1px solid #ddd;
}
#related .mail_list div{
	color: #666;
	font-size: 11px;
	line-height: 1.5em;
}
aside .x_panel + .x_panel {
    border-top: 1px solid #ccc;
}
#toolbar {
    height: 50px;
    border-bottom: 1px solid #ddd;
    text-align: right;
}
#toolbar > li {
    display: inline-block;
    border-left: 1px solid #ddd;
    position: relative;
    line-height: 50px;
    height: 50px;
}
#toolbar li.viewed{
	border-left: none;
}
#toolbar a {
    font-size: 10px;
    padding: 0 10px;
    display: block;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
}
#toolbar a.added{
	color: #d2c315;
}
#toolbar a i {
    margin-right: 6px;
}
.viewed{
	line-height: 50px;
	margin: 0;
	font-size: 11px;
	color: #999;
}
.date{
    color: #ADABAB;
    font-size: 11px;
    display: block;
    font-family: "Droid Sans", sans-serif;
}
#article article .date{
	    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}
.article-image{
	width: 100%;
}
.article-image img{
	max-width: 100%;
}
#collections_dd{
	position: absolute;
    left: 50%;
    top: 100%;
    background: #fff;
    font-size: 12px;
    width: 250px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    text-align: left;
    line-height: normal;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#collections_dd:before {
    content: "";
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
}	
#collections_dd form{
	font-size: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
#collections_dd .form-group{
	width: calc(100% - 70px);
	display: inline-block;
}
#collections_dd .form-control{
	width: 100%;
}
#collections_dd button{
	    width: 60px;
    margin: 0;
}
#collections_dd li a{
	padding: 0 10px;
	line-height: 50px;
	position: relative;
}
#collections_dd li a.added:after {
    content: "\f00c";
    font-family: "fontawesome";
    float: right;
}
#collections_dd li + li {
    border-top: 1px solid #eee;
}
aside{
	box-shadow: inset 0 2px 0 rgba(0,0,0,.08);
}
.x_title{
	text-transform: uppercase;
    font-size: 11px;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
    padding: 10px 20px;
}
body[dir="ltr"] .x_title{
	letter-spacing: .15em;
}
.x_content.boxes{
	padding: 0 15px;
}

.page-box{
	background: #fff;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	max-width: 600px;
	margin: 20px auto;
}
.page-box h3{
	margin-bottom: 20px;
}
.user_data li {
    line-height: 60px;
    border-top: 1px solid #eee;
    padding: 0 20px;
	color: #666;
}
.user_data i {
	color: #ccc;
    margin-right: 20px;
    font-size: 16px;

	width: 20px;
    line-height: 60px;
    vertical-align: top;
}
body[dir="rtl"] .user_data i{
	margin-right: 0;
	margin-left: 20px;
}
.user_data li.pending,
.user_data li.verified{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .1em;
}
.user_data li.pending{
	background: #eb961d;
	color: #fff;
}
.user_data li.verified{
	background: #95bd47;
	color: #fff;
}
.user_data li.pending i,
.user_data li.verified i{
	color: #fff;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th {
    padding: 10px;
    vertical-align: top;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #666;
}
.table>thead>tr>td,
.table>thead>tr>th{
	text-transform: uppercase;
    font-size: 11px;
    color: #999;
    font-weight: normal;
}
body[dir="ltr"] .table>thead>tr>th,
body[dir="ltr"] .table>thead>tr>td{
	letter-spacing: .1em;
}
#plans #pricing{
	margin-top: 20px;
}
.current-plan .x_title{
	margin: 0;
	padding: 0;
	font-size: 15px;
}
body[dir="rtl"] .current-plan .x_title{
	font-size: 15px;
}

/* edit profile */
.inline-edit .user_data li{
	font-size: 0;
}
.inline-edit .form-group {
    width: calc(100% - 40px);
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding: 20px 0 10px;
}
.inline-edit .form-group label{
	 font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #ccc;
    margin: 0;
    line-height: normal;
    display: block;
    height: 10px;
}
.inline-edit .form-control{
	height: 40px;
	padding: 0;
}
.inline-edit .checkbox{
	padding: 0;
}
.inline-edit .checkbox label{
	font-size: 14px;
	text-transform: none;
	letter-spacing: normal;
	display: inline-block;	
	vertical-align: top;
}
.inline-edit #birthdate_picker{
	font-size: 14px;
	    height: 40px;
    line-height: 40px;
}

#register-box{
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    z-index: 100;
    color: #fff;
    text-align: center;
}
#register-box .text-center{
	max-width: 300px;
    padding: 20px;
    margin: 0 auto;
}

.fb-btn{
	    background: #3b579d;
    color: #fff;
}
.or-title{
	margin: 20px 0;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.bookmark-toolbar{
    margin-top: -20px;
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.bookmark-toolbar .btn{
	margin: -5px 10px;
}
.bookmark-toolbar label{
	margin-bottom: 0;
}
.messages .styled-chk {
    margin-right: 10px;
}
body[dir="rtl"] .messages .styled-chk {
    margin-right: 10px;
}

/* Only Mobile */
@media (max-width: 767px){
	.mobile{
		display: block;
	}
	.hide-mobile{
		display: none;
	}
	.navbar-default .navbar-collapse{
    position: fixed;
    z-index: 100;
    /* top: 60px; */
    left: 0;
    right: 0;
    margin: 0;
    padding: 15px;
    background: #2a3e56;
    border: none;
	}
	.navbar-nav{
		margin: 0;
	}
	.nav>li{
		margin: 15px 0;
	}
	#search #advanced-search{
		background: #fff;
	}
	#advanced-search .form-group + .form-group{
		border-top: 1px solid #ddd;
	}
	#user-account-nav{
		border-top: 1px solid rgba(255, 255, 255, .1);
    	padding-top: 10px;
	}
	#myprofile{
		display: none;
	}
	#myprofile-dd{
		display: block;
	    width: 100%;
	    background: none;
	    float: none!important;
	    position: static;
	    box-shadow: none;
	    border: none;
	}
	#myprofile-dd li a{
	    padding: 10px 0;
	    text-transform: uppercase;
	    font-size: 11px;
	    letter-spacing: .1em;
	}

}

@media (min-width: 768px){
	body[dir="rtl"] .navbar-header{
		float: right;
	}
	body[dir="rtl"] .navbar-right{
		float: left!important;
	}
	.h1, h1 {
	    font-size: 41px;
	}
	.h2, h2{
		font-size: 35px;
	}
	.modal-md {
	    width: 420px;
	}
	.navbar .container-fluid{
		padding: 0!important;
	}
	.navbar-nav {
	    float: left;
	    margin: 0;
	}
	body[dir="rtl"] .navbar-nav{
		float: right;
	}
	.navbar-nav>li {
	    float: left;
	    margin-left: 10px;
	    margin-top: 12px;
	}
	body[dir="rtl"] .navbar-nav>li{
		float: right;
		margin-left: 0;
		margin-right: 10px;
	}
	.navbar-nav>li>a{
		padding: 0 10px;
	}
	.hero-spacer {
	    margin-top: 50px;
	}
	header.main-top .search input[type="text"],
	header.main-top .search input[type="submit"]{
		height: 60px;
	}
	header.main-top .search input[type="text"]{
		width: calc(100% - 150px);
	}
	header.main-top .search input[type="submit"]{
		width: 150px;
	}

	#pricing .inline-blocks > div{
		width: 250px;
		-webkit-transition: transform .5s ease 0s;
		-moz-transition: transform .5s ease 0s;
		-ms-transition: transform .5s ease 0s;
		-o-transition: transform .5s ease 0s;
		transition: transform .5s ease 0s;
	}
	#pricing .inline-blocks > div:hover{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
		box-shadow: 0 5px 10px rgba(0,0,0,.1);
	}
	#pricing .inline-blocks > div{
		padding: 30px 20px;
	}
	#pricing .inline-blocks > div.highlighted-plan{
		padding: 60px 20px;
	}

	#app .navbar-header{
		background: rgba(0,0,0,.1);
		border-right: 1px solid rgba(0,0,0,.1);
	}
	.messages li.list{
		padding-right: 200px;
	}
	body[dir="rtl"] .messages li.list{
		padding-right: 0;
		padding-left: 200px;
	}
	#search{
		padding: 10px 10px 10px 0;
	}
	body[dir="rtl"] #search{
		padding: 10px 0 10px 10px;
	}
	.hero-spacer #search{
		padding: 0;
	}
	#search #advanced-search{
	    display: block;
	}	
	.search-cols .btn-group{
		padding: 0;
	}
	body[dir="ltr"] .search-cols .form-group{
		border-left: 1px solid #ddd;
	}
	body[dir="rtl"] .search-cols .form-group{
		border-right: 1px solid #ddd;
	}
	body[dir="ltr"] .search-cols .form-group:first-child,
	body[dir="ltr"] .search-cols .btn-group{
		border-left: none;
	}body[dir="rtl"] .search-cols .form-group:first-child,
	body[dir="rtl"] .search-cols .btn-group{
		border-right: none;
	}
	.messages li .message_wrapper{
		overflow: hidden;
	}
	.messages .thumbnail{
		width: 150px;
		margin: 0 20px 20px 0;
	}
	.list .source-logo{
		position: absolute;
	    right: 20px;
	    top: 50%;
	    width: 80px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	body[dir="rtl"] .list .source-logo{
		right: auto;
		left: 20px;
	}
	.box .source-logo{
		max-width: 60px;
	}
	.box h5{
		margin: 20px 0;
	}
	.messages .box .thumbnail{
		margin-bottom: 10px;
	}
	ul.messages li.box {
	    width: 25%;
	}
	ul.messages li.box {
	    padding: 10px;
	}
	#article article{
		margin: 30px 20px;
		padding: 0;
	}
	#article-wrap{
		background: #fff;
	    padding: 50px;
	    box-shadow: 0 0 10px rgba(0,0,0,.1);
	    max-width: 800px;
	    margin: 0 auto;
	}
	#article-wrap.media{
		max-width: 1000px;
	}
	#toolbar a {
	    font-size: 11px;
	    padding: 0 20px;
	}
	.article-body{
		margin: 30px 0;
	    padding-top: 30px;
	}
	#related a{
		padding: 20px;
	}
	.rtl.box h5{
		font-size: 15px;
	}
}

@media (min-width: 992px){
	
	#search #advanced-search{
		border-top: none;
	    margin-top: 0;
	    padding-top: 0;
	    /*border-left: 1px solid #ddd;*/
	}
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover{
		color: #fff;
		background: none;
	}
	.navbar-default .navbar-nav>.active>a:after {
	    content: "";
	    border-bottom: 8px solid #f4f5f6;
	    border-right: 8px solid transparent;
	    border-left: 8px solid transparent;
	    position: absolute;
	    bottom: -2px;
	    left: 50%;
	    margin-left: -4px;
	}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
		background: none;
		color: #fff;
	}	
	.navbar-nav .open .dropdown-menu{
		top: 48px;
		background: #2a3e56;
	    border: none;
	    box-shadow: 0 5px 10px rgba(0,0,0,.2);
	    padding-bottom: 10px;
	}
	.dropdown-menu>li>a{
		padding: 6px 20px;
		text-align: right;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 11px;
	}
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
		background: none;
		color: #fff;
	}
	ul.messages li.box {
	    width: 300px;
	}
	#article article{
		margin: 20px 10%;
	}
}

@media (min-width: 1199px){
	aside{
		box-shadow: inset 2px 0 0 rgba(0,0,0,.08);
	}
}

@media (min-width: 1450px){
	#app .container-fluid{
		padding: 0 50px;
	}	
	#article {
	    margin: 0 -50px;
	}
	#toolbar li.viewed{
		padding: 0 20px;
	}
}

.demo-version{
	position:absolute;
	left:4px;
	top:4px;
}

[v-cloak] {
	display:none;
}

.small_list_text{
	font-size: 12px;
}