body
{
	padding: 0;
	margin: 0;
	direction: rtl;
	-webkit-font-smoothing: antialiased;
	background: #FDFDFD
}
.txt-big{
	font-size: 40px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6
{
	line-height: 1.7
}

@media (min-width: 768px)
{
	.navbar-nav
	{
		float: right;
	}

	.navbar-right
	{
		float: left !important;
	}

	.navbar-left
	{
		float: right !important;
	}

	.navbar-nav > li
	{
		float: right !important;
	}
}

@media (max-width: 768px)
{
	a.nav-logo
	{
		display: none !important;
	}

	.navbar-brand
	{
		height: 55px !important;
		padding: 9px 15px !important;
	}

	.navbar-default
	{
		padding: 8px 0;
	}
}

.rating-box
{
	float: left;
	margin-top: 20px;
}

/**
 * Oscuro: #283035
 * Azul: #03658c
 * Detalle: #c7cacb
 * Fondo: #dee1e3
 ---------------------------------- */
*
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a
{
	color: #03658C;
	text-decoration: none;
}

ul
{
	list-style-type: none;
}

/** ====================
 * Lista de Comentarios
 =======================*/
.comments-container
{
	margin: 0 auto 15px;
	width: 768px;
}

.comments-container h1
{
	font-size: 36px;
	color: #283035;
	font-weight: 400;
}

.comments-container h1 a
{
	font-size: 18px;
	font-weight: 700;
}

.comments-list
{
	margin-top: 30px;
	position: relative;
}

/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before
{
	content: '';
	width: 2px;
	height: 100%;
	background: #C7CACB;
	position: absolute;
	right: 32px;
	top: 0;
}
/*
.comments-list:after
{
	content: '';
	position: absolute;
	background: #C7CACB;
	bottom: 0;
	left: 27px;
	width: 7px;
	height: 7px;
	border: 3px solid #DEE1E3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
*/

.reply-list:before, .reply-list:after
{display: none;}

.reply-list li:before
{
	content: '';
	width: 60px;
	height: 2px;
	background: #C7CACB;
	position: absolute;
	top: 25px;
	right: -55px;
}

.comments-list li
{
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after
{
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list
{
	padding-right: 88px;
	clear: both;
	margin-top: 15px;
}

/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar
{
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: right;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.comments-list .comment-avatar img
{
	width: 100%;
	height: 100%;
}

.reply-list .comment-avatar
{
	width: 50px;
	height: 50px;
}

.comment-main-level:after
{
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}

/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box
{
	width: 680px;
	float: left;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after
{
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 0 10px 12px;
	border-style: solid;
	border-color: transparent #FCFCFC;
	top: 8px;
	right: -11px;
}

.comments-list .comment-box:before
{
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0, 0, 0, 0.05);
	left: -12px;
}

.reply-list .comment-box
{
	width: 610px;
}

.comment-box .comment-head
{
	background: #FCFCFC;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i
{
	float: left;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head i:hover
{
	color: #03658C;
}

.comment-box .comment-name
{
	color: #283035;
	font-size: 14px;
	font-weight: 700;
	float: right;
	margin-right: 10px;
}

.comment-box .comment-name a
{
	color: #283035;
}

.comment-box .comment-head span
{
	float: right;
	/*color: #999 !important; */
	font-size: 13px;
	position: relative;
	top: 1px;
}

.checked
{
	color: orange;
}

.comment-box .comment-content
{
	background: #FFFFFF;
	padding: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a
{color: #03658C;}

.comment-box .comment-name.by-author:after
{
	content: 'autor';
	background: #03658C;
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px)
{
	.comments-container
	{
		width: 330px;
	}

	.comments-list .comment-box
	{
		width: 250px;
	}

	.reply-list .comment-box
	{
		width: 180px;
	}
}

.hr-line
{
	height: 3px;
	color: black;
	background-color: black;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.hr-mini
{
	height: 1px;
	color: black;
	background-color: black;
	width: 40%;
	border: none;
}

.form-control-img-inside
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	line-height: 34px;
	text-align: center;
	border-radius: 2px;
	padding: 3px;
	pointer-events: none
}

.mouse-pointer
{
	cursor: pointer;
}

.less-padding
{
	padding-top: 0;
	padding-bottom: 0;
}

a:hover
{
	text-decoration: none
}

a,
a:active,
a:focus
{
	outline: none !important;
	text-decoration: none
}

a:hover
{
	text-decoration: none
}

a,
a:active,
a:focus,
button,
button:active,
button:focus
{
	outline: none !important;
	text-decoration: none
}

.single-feature
{
	padding-bottom: 55px
}

.single-feature i
{
	max-width: 110px;
	margin-top: 12px;
	opacity: .8
}

.single-feature-title
{
	font-weight: 700;
	font-size: 15px;
	line-height: 3;
	color: #545454
}

.features-text-box
{
	text-align: justify
}

.single-feature-text
{
	color: gray;
	line-height: 2
}

.features-text-section
{
	padding: 5px 0 5px

}

.features-text-section h2{
	font-size: 25px;
}

.online-padding
{
	margin-right: 30px;
}

.txt-head, .txt-subhead, .txt-body, .txt-head-info
{
	color: black;
}

.txt-white
{
	color: white !important;
}

.txt-black
{
	color: black !important;
}

.txt-head-info
{
	font-weight: bolder;
}

.txt-body
{
	text-align: justify;
}

.center
{
	text-align: center;
}

.background-cafes
{
	/*background: url('../images/bg-header-cafes.jpg') no-repeat center center;*/
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(255, 0, 0, 0.60);
	margin-top: 45px;
	padding-top: 50px;
	min-height: 360px;
	height: auto;
}

.background-posts
{
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(255, 0, 0, 0.16);
	margin-top: 70px;
	padding-top: 60px;
	min-height: 360px;
	height: auto;
}

.posts-head{
margin-top: 90px;
}

.background-login-cafes
{
	box-shadow: inset 0 0 0 1000px rgba(168, 168, 168, 0.6);
	margin-top: 45px;
	padding-top: 50px;
	min-height: 360px;
	height: auto;
}

.panel-no-border
{
	border-top: 0 !important;
}

.btn-word-break
{
	word-wrap: break-word;
	white-space: normal;
}

.bg-transparent
{
	color: rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0) !important;
}

.force-left
{
	float: left !important;
}

#reg_error
{
	font-weight: bold;
}

.no-margin
{
	margin-bottom: 0 !important;
}

.txt-alert
{
	color: rgb(247, 115, 27);
	align-content: center;
	text-align: center;
}

.txt-red
{
	color: rgb(166, 0, 0);
}

.transparent-panel
{
	background-color: rgba(0, 0, 0, 0.65) !important;
}

.transparent-panel-green
{
	background-color: rgba(0, 189, 5, 0.51) !important;
}

.transparent-panel-red
{
	background-color: rgba(255, 79, 49, 0.7) !important;
}


.transparent-panel-blue
{
	background-color: rgba(48, 58, 255, 0.7) !important;
}

.transparent-panel-yellow
{
	background-color: rgba(226, 177, 23, 0.7) !important;
	height: 130px;
}

.text-normal
{
	font-size: 16px;
	font-weight: bolder;
}


.transparent-panel-steps
{
	background-color: rgba(61, 191, 158, 0.61) !important;
}

.background-index-img
{
	z-index: 0;
	/*background: url('../images/bg-header-cafes.jpg') no-repeat center center;*/
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(28, 0, 12, 0.60);
	margin-top: 70px;
	padding-top: 50px;
	min-height: 780px;
	height: auto;
	-webkit-filter: blur(7px);
	-moz-filter: blur(7px);
	-o-filter: blur(7px);
	-ms-filter: blur(7px);
	filter: blur(7px);
}

.background-index-content
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	margin-top: 70px;
	padding-top: 50px;
	min-height: 480px;
	height: auto;
}

.background-index-dark
{
	/*background: url('../images/bg-header-cafes.jpg') no-repeat center center;*/
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(28, 0, 12, 0.60);
	margin-top: 70px;
	padding-top: 50px;
	min-height: 480px;
	height: auto;
}

.background-index-light-purle
{
	/*background: url('../images/bg-header-cafes.jpg') no-repeat center center;*/
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(111, 0, 149, 0.60);
	margin-top: 70px;
	padding-top: 50px;
	min-height: 480px;
	height: auto;
}

.background-index-light-cyan
{
	/*background: url('../images/bg-header-cafes.jpg') no-repeat center center;*/
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(0, 168, 167, 0.60);
	margin-top: 70px;
	padding-top: 50px;
	min-height: 480px;
	height: auto;
}

.background-index-light-red
{
	/*background: url('../images/bg-header-cafes.jpg') no-repeat center center;*/
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(255, 22, 84, 0.60);
	margin-top: 70px;
	padding-top: 50px;
	min-height: 480px;
	height: auto;
}

.background-index-light-blue
{
	/*background: url('../images/bg-header-cafes.jpg') no-repeat fixed center center;*/
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(107, 175, 255, 0.60);
	margin-top: 24px;
	padding-top: 50px;
	min-height: 480px;
	height: auto !important;
	overflow: auto;
}

.background-info1
{
	background: url('../images/bg-header-cafe-normal.jpg') no-repeat center center;
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(255, 0, 0, 0.16);
	margin-top: 70px;
	padding-top: 60px;
	min-height: 220px;
	height: auto;
}

.background-info2
{
	background: url('../images/smspanel.png') no-repeat center center;
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(255, 0, 0, 0.16);
	margin-top: 70px;
	padding-top: 60px;
	min-height: 220px;
	height: auto;
}

.navbar-default
{
	border-bottom: solid 1px rgb(214, 214, 214) !important;
	box-shadow: 0 3px 6px rgba(64, 64, 64, .18);
}

.nav-logo
{
	padding: 8px 0 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{
	color: #E83C42;
	background-color: transparent;
}

@media (min-width: 768px)
{
	.navbar-nav > li > a
	{
		padding-top: 25px;
		padding-bottom: 15px;
		font-size: 15px;
	}

	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand
	{
		margin-right: 0 !important;
	}

	.navbar form
	{
		float: right;
	}
}

.navbar-default .navbar-nav > li > a
{
	color: #474747;
	padding: 27px 17px 15px;
	font-weight: normal;
}

.navbar-default .demobtn
{
	color: #474747;
	background: transparent;
	border: none;
	padding: 25px 17px 15px;
	font-weight: normal;
	font-size: 15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > form > li > .demobtn:hover
{
	color: #E83C42;
}

.dropdown-menu > li > a
{
	padding: 10px 20px;
}

.navbar form
{
	display: inline-block;
}

.nav > form > li
{
	position: relative;
	display: block;
	float: right;!important;
}

.nav > form > li > a
{
	position: relative;
	display: block;
	padding: 10px 15px;
}

.dropdown-menu > li .fa
{
	color: #929292;
	padding-left: 5px;
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav
{
	float: left;
	width: 30%;
	background: #FFFFFF;
	border-radius: 4px 0 0 4px
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li
{
	clear: left;
	width: 100%;
	margin: .5em 0;
	border: 1px solid #DADADA;
	border-width: 1px 0 1px 1px;
	border-radius: 4px 0 0 4px;
	overflow: hidden;
	position: relative;
	right: -2px;
	z-index: 2
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a
{
	display: block;
	width: 100%;
	padding: .6em 1em;
	text-align: center;
	color: #FF8A8E;
	font-weight: 500;
	font-size: 18px;
	border-right: solid 3px #FF8A8E
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover
{
	cursor: pointer
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active
{
	margin-bottom: .2em;
	padding-bottom: 0;
	border-right: 1px solid white
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child
{
	margin-bottom: 10px
}

@media (max-width: 991px)
{
	.pages-header
	{
		margin-top: 0 !important
	}

	footer a
	{
		line-height: 3.5
	}

	h4
	{
		font-size: 16px !important;
		line-height: 2
	}

	h3
	{
		font-size: 18px !important;
		line-height: 2
	}
}

footer ul li
{
	list-style: none;
	display: inline-block;
	padding-left: 25px
}

footer
{
	padding-bottom: 10px;
	padding-top: 15px;
	border-top: solid 1px #E0E0E0
}

footer a
{
	color: gray;
	transition: .1s
}

footer a:hover
{
	color: #FB585D;
	text-decoration: none
}


ul.login-register
{
	padding: 0 !important;
	margin-top: -5px;
	margin-left: 15px;
}

.login-register li
{
	list-style: none;
	margin-bottom: 5px;
	transition: .2s
}

#snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 99999999999999999;
	right: 10px;
	bottom: 10px;
	font-size: 17px;
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s/*, fadeout 0.5s 1ms*/;
}

@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 10px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 10px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 10px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 10px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}
@counter-style abjad {
	system: additive;
	range: 1 28;
	additive-symbols: 28 "\63A", 27 "\638", 26 "\636",
	25 "\630", 24 "\62E", 23 "\62B", 22 "\62A", 21 "\634",
	20 "\631", 19 "\642", 18 "\635", 17 "\641", 16 "\639",
	15 "\633", 14 "\646", 13 "\645", 12 "\644",
	11 "\6AF", 10 "\649", 9 "\637", 8 "\62D", 7 "\698",
	6 "\648", 5 "\FEEB", 4 "\62F", 3 "\686",
	2 "\67E", 1 "\627";
}

.text-btn-lg{
	font-size: 20px;
	font-weight: bolder;
}
