﻿@charset "utf-8";
@font-face {
	font-family: 'DroidKufi';
	src: url(../fonts/DroidKufi.eot);
	src: url('../fonts/DroidKufi.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidKufi.woff') format('woff'), url('../fonts/DroidKufi.ttf') format('truetype'), url('../fonts/DroidKufi.svg#DroidKufir') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #FFFFFFF;
	font-family: 'DroidKufi';
	color: #555;
	text-align: justify;
	direction: rtl;
}
.overlay {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999;
}
.all-elements {
	overflow-x: hidden;
}
.page-content {
	background-color: #FFFFFF;
	z-index: 10;
	display: block;
	min-height: 100vh;
	position: relative;
	box-shadow: -4px 0 4px 0 rgba(0,0,0,0.1);
}
.page-content-wrapper {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px;
	padding-bottom: 15px;
}
.page-sidebar {
	width: 274px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	position: fixed;
}
.page-sidebar-scroll {
	z-index: 2;
	width: 290px;
	overflow: scroll;
	overflow-x: hidden;
	height: 100%;
}
.header-clear {
	height: 50px;
}
.header-clear-big {
	height: 60px;
}
.sidebar-header a:first-child {
	border-right: none;
}
.sidebar-header a {
	display: block;
	width: 45px;
	float: right;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 14px;
	transition: all 200ms ease;
}
.sidebar-logo {
	background: url(../images/back_01.jpg) right top;
}
.sidebar-logo img {
	width: 290px;
}
.sidebar-decoration {
	height: 1px;
	display: block;
}
.sidebar-navigation a:first-child {
	border-top: none!important;
}
.sidebar-navigation {
	margin-bottom: -1px;
}
.sidebar-heading {
	padding: 5px;
	padding-right: 20px;
	font-size: 10px;
	font-family: 'DroidKufi';
	color: #fff;
}
.nav-item a {
	height: 60px;
	display: block;
	line-height: 60px;
	padding-right: 60px;
	font-family: 'DroidKufi';
	font-size: 12px;
	font-weight: 400;
	transition: all 200ms ease;
}
.nav-item a i:first-child {
	font-size: 16px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 20px;
	width: 18px;
	text-align: center;
}
.nav-item a i:last-child {
	font-size: 16px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 240px;
	font-size: 10px;
}
.nav-item .fa-circle {
	font-size: 6px!important;
	margin-top: -1px!important;
	right: 242px!important;
}
.active-nav-item .fa-circle {
	color: #335b94!important;
}
.subnav-item a {
	padding-right: 85px;
	font-size: 11px;
	height: 55px;
	line-height: 55px;
}
.subnav-item a:last-child {
	border-bottom: none;
}
.subnav-item a i:first-child {
	right: 50px;
	font-size: 12px;
	margin-top: -4px;
}
.subnav-item {
	display: none;
}
.nav-item .fa-plus {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	color: inherit;
	transition: all 100ms ease;
}
.active-subnav-icon {
	-ms-transform: rotate(45deg)!important;
	-webkit-transform: rotate(45deg)!important;
	transform: rotate(45deg)!important;
	color: #c0392b!important;
	transition: all 100ms ease;
}
.active-subnav-item {
	display: block;
}
.header {
	height: 55px;
	position: fixed;
	width: 100%;
	z-index: 9999999;
}
.header a:first-child {
	height: 55px;
	width: 55px;
	display: block;
	text-align: center;
	line-height: 55px;
	font-size: 14px;
	position: absolute;
	right: 0;
}
.header img {
	width: 169px;
	position: absolute;
	top: 2px;
	right: 50%;
	margin-right: -50px;
}
.header a:last-child {
	height: 55px;
	width: 55px;
	display: block;
	position: absolute;
	text-align: center;
	line-height: 55px;
	font-size: 14px;
	top: 0px;
	left: 0px;
}
.header a:hover {
	background-color: rgba(255,255,255,0.02);
}
.content-heading {
	margin-bottom: 30px;
}
.content-heading h4 {
	color: #FFFFFF;
	position: absolute;
	z-index: 9999;
	text-transform: uppercase;
	margin-top: 27px;
	padding-right: 30px;
}
.content-heading {
	max-height: 100px;
}
.content-heading p {
	color: #FFFFFF;
	position: absolute;
	z-index: 999;
	margin-top: 48px;
	padding-right: 30px;
	opacity: 0.5;
}
.content-heading .overlay {
	z-index: 99;
	background-color: rgba(0,0,0,0.8);
}
.content-heading i {
	font-size: 32px;
	position: absolute;
	color: #FFFFFF;
	left : 30px;
	z-index: 999;
	margin-top: 36px;
}
.content-heading img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
@media (min-width:768px) {
.content-heading {
	max-height: 140px;
}
.content-heading h4 {
	font-size: 20px;
	margin-top: 45px;
	padding-right: 50px;
}
.content-heading p {
	font-size: 13px;
	margin-top: 75px;
	padding-right: 50px;
}
.content-heading i {
	font-size: 40px;
	margin-top: 53px;
	left : 50px;
}
}
.thumb-clear {
	display: block;
	width: 100%;
}
.thumb-right {
	line-height: 20px;
	display: block;
	padding-bottom: 10px;
}
.thumb-right a {
	display: block;
	text-align: right;
	color: #555 !important;
	font-size: 13px;
}
.thumb-right a:hover {
	color: #ff7e00 !important;
}
.thumb-right img {
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	float: right;
	margin-left : 20px;
}
.thumb-right strong {
	color: #38689d;
	padding-bottom: 5px;
	font-size: 13px;
}
.thumb-right strong a:hover {
	color: #ff7e00;
}
.thumb-right em {
	font-style: normal;
	font-size: 12px;
	float: left;
	text-align: right !important;
}
.thumb-right em i {
	color: #ff7e00;
}
.thumb-left a {
	display: block;
	text-align: right;
	color: #555 !important;
	font-size: 13px;
}
.thumb-left i {
	color: #ff7e00;
}
.thumb-left img {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 20px;
}
.thumb-left strong {
	color: #555;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 20px;
}
.thumb-left strong a {
	color: #555;
	font-size: 13px;
}
.thumb-left strong a:hover {
	color: #ff7e00;
}
.thumb-left em {
	font-style: normal;
	color: #555;
	text-align: left !important;
	float: left;
}
@media (min-width:768px) {
.thumb-right img {
	width: 140px;
	height: 140px;
	border: 2px solid #fff;
}
.thumb-right em {
}
.thumb-right strong {
	padding-top: 10px;
}
.thumb-left img {
	width: 140px;
	height: 140px;
	border: 2px solid #fff;
}
.thumb-left em {
	line-height: 28px;
}
.thumb-left strong {
	padding-top: 10px;
}
}
.staff-item img {
	max-width: 150px;
	margin-right: auto;
	margin-left : auto;
	border: 2px solid #a78361;
	margin-top: 20px;
}
.staff-item h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	background: #f9f5e8;
	color: #555;
	padding: 5px;
}
.staff-item em {
	text-align: center;
	font-size: 12px;
	color: #e34e47;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
	font-style: normal;
}
.staff-item strong {
	display: block;
	font-weight: 400;
	text-align: center;
	padding-right: 20px;
	padding-left : 20px;
	line-height: 28px;
}
.footer a {
	width: 16.6%;
	float: right;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
}
.small-text {
	display: block;
	margin-top: -10px;
	color: #e34e47;
	margin-bottom: 10px;
}
.wide-gallery {
	margin-bottom: 30px;
	direction: ltr;
}
.bluebg {
	padding: 10px;
	background: #d0ddec;
	border-bottom: 1px solid #a2b9d4;
}
.bluebg h4 a {
	color: #38689d !important;
}
.bluebg h4 a:hover {
	color: #ff7e00 !important;
}
.imgalbum {
	margin-bottom: 0 !important;
	background: #d0ddec;
	padding: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 200px;
}
.round-gallery img {
	border-radius: 300px;
}
.round-gallery .overlay {
	border-radius: 300px;
}
.round-gallery a {
	margin-right: 4%;
	margin-left : 4%;
	margin-bottom: 4%;
}
.round-gallery .wide-gallery-4 {
	width: 42%;
}
.round-gallery .wide-gallery-2 {
	width: 42%;
}
.round-gallery i {
	display: none;
}
.wide-gallery img {
	margin: 0px;
	padding: 3px;
	background: #d4dee9;
}
.wide-gallery .overlay {
	background-color: transparent !important;
}
.wide-gallery-2 {
	position: relative;
	height: 100%;
	width: 50%;
	float: right;
}
.wide-gallery-4 {
	position: relative;
	height: 100%;
	width: 50%;
	float: right;
	margin-bottom: 0px !important;
}
.wide-gallery-1 {
	position: relative;
	height: 100%;
	width: 100%;
	float: none;
	clear: both;
}
@media (min-width:768px) {
.wide-gallery-4 {
	position: relative;
	height: 100%;
	width: 25%;
	float: right;
}
}
.wide-gallery-4 h3 {
	font-size: 16px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 99999;
	color: #FFFFFF;
	text-align: center;
	font-weight: 800;
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #000000;
}
.wide-gallery-4 h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: 5px;
	z-index: 99999;
	color: #bdc3c7;
	text-align: center;
	font-weight: 400;
	display: block;
	width: 100%;
	text-transform: uppercase;
	opacity: 1;
	text-shadow: 0px 1px 1px #000000;
}
.wide-gallery-4 i {
	position: absolute;
	z-index: 99999;
	top: 30%;
	right: 40%;
	color: #fff;
	font-size: 20px;
	padding: 5px;
	background: #ff7e00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wide-gallery-2 h3 {
	font-size: 16px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 99999;
	color: #FFFFFF;
	text-align: center;
	font-weight: 800;
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #000000;
}
.wide-gallery-2 h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: 5px;
	z-index: 99999;
	color: #bdc3c7;
	text-align: center;
	font-weight: 400;
	display: block;
	width: 100%;
	text-transform: uppercase;
	opacity: 1;
	text-shadow: 0px 1px 1px #000000;
}
.wide-gallery-2 i {
	position: absolute;
	z-index: 99999;
	top: 20px;
	right: 20px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}
.wide-gallery-1 h3 {
	font-size: 16px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 99999;
	color: #FFFFFF;
	text-align: center;
	font-weight: 800;
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #000000;
}
.wide-gallery-1 h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	z-index: 99999;
	color: #bdc3c7;
	text-align: center;
	font-weight: 400;
	display: block;
	width: 100%;
	text-transform: uppercase;
	opacity: 1;
	text-shadow: 0px 1px 1px #000000;
}
.wide-gallery-1 i {
	position: absolute;
	z-index: 99999;
	top: 20px;
	right: 20px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}
@media (min-width:768px) {
.wide-gallery-1 h3 {
	font-size: 26px;
	margin-top: -15px;
}
.wide-gallery-1 h4 {
	margin-top: 15px;
}
.wide-gallery-2 h3 {
	font-size: 26px;
	margin-top: -30px;
}
}
.chart-wrapper {
	display: block;
}
.chart-box {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left : 20px;
	font-weight: 800;
	color: #1f1f1f;
	font-style: normal;
}
.chart-text {
	display: inline-block;
	width: 51px;
	height: 11px;
	margin-left : 20px;
	font-weight: 800;
	color: #1f1f1f;
	font-style: normal;
}
.countdown-page h1 {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.countdown-page p {
	width: 75%;
	text-align: center;
	margin-right: auto;
	margin-left : auto;
}
@media (min-width:767px) {
.countdown-page p {
	width: 60%;
}
}
.countdown {
	display: block;
	width: 265px;
	margin-right: auto;
	margin-left : auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.countdown-box {
	float: right;
}
.countdown-box span {
	display: block;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	text-transform: uppercase;
}
.countdown-years {
	font-size: 24px;
	font-weight: 800;
	margin-right: 15px;
	margin-left : 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #1f1f1f;
	display: none;
}
.box-years span {
	display: none!important;
}
.countdown-days {
	font-size: 28px;
	font-weight: 800;
	margin-right: 15px;
	margin-left : 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #1f1f1f;
}
.countdown-hours {
	font-size: 28px;
	font-weight: 800;
	margin-right: 15px;
	margin-left : 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #1f1f1f;
}
.countdown-minutes {
	font-size: 28px;
	font-weight: 800;
	margin-right: 15px;
	margin-left : 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #1f1f1f;
}
.countdown-seconds {
	font-size: 28px;
	font-weight: 800;
	margin-right: 15px;
	margin-left : 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #1f1f1f;
}
.facebook-ball {
	background-color: #3B5998;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	line-height: 35px;
	color: #FFFFFF;
	text-align: center;
}
.google-ball {
	background-color: #d34836;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	line-height: 35px;
	color: #FFFFFF;
	text-align: center;
}
.twitter-ball {
	background-color: #4099FF;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	line-height: 35px;
	color: #FFFFFF;
	text-align: center;
}
.countdown-socials {
	width: 165px;
	margin-right: auto;
	margin-left : auto;
	padding-top: 30px;
	padding-bottom: 40px;
}
.countdown-socials a {
	float: right;
	display: block;
	margin-right: 10px;
	margin-left : 10px;
}
@media (min-width:768px) {
.countdown-page h1 {
	font-size: 26px;
}
.countdown-page {
	margin-top: 75px;
	margin-bottom: 75px;
}
.countdown-box span {
	display: block;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	text-transform: uppercase;
}
.countdown-wrapper {
	width: 360px;
	margin-top: 50px;
	margin-right: auto!important;
	margin-left : auto!important;
}
.countdown-wrapper h4 {
	font-size: 20px;
}
.countdown {
	width: 320px;
	text-align: center;
	margin-right: auto;
	margin-left : auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.countdown-socials {
	margin-top: 40px;
}
.countdown-years {
	font-size: 36px;
	padding: 5px 0px;
	display: none;
}
.box-years span {
	display: none!important;
}
.countdown-days {
	font-size: 36px;
	padding: 5px 0px;
}
.countdown-hours {
	font-size: 36px;
	padding: 5px 0px;
}
.countdown-minutes {
	font-size: 36px;
	padding: 5px 0px;
}
.countdown-seconds {
	font-size: 36px;
	padding: 5px 0px;
}
.countdown-wrapper-bottom p {
	width: 370px!important;
	margin-right: auto;
	margin-left : Auto;
	text-align: center;
}
.countdown-socials {
	width: 200px;
}
.facebook-ball, .twitter-ball, .google-ball {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	line-height: 45px;
	font-size: 14px;
}
}
@media (min-width:1000px) {
.countdown-box span {
	display: block;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	text-transform: uppercase;
}
.countdown-wrapper {
	width: 420px;
	margin-top: 20px;
	margin-right: auto!important;
	margin-left : auto!important;
}
.countdown {
	width: 320px;
	text-align: center;
	margin-right: auto;
	margin-left : auto;
}
.countdown-years {
	font-size: 32px;
	padding: 20px 0px;
	display: none;
}
.box-years span {
	display: none!important;
}
.countdown-days {
	font-size: 36px;
	padding: 5px 0px;
}
.countdown-hours {
	font-size: 36px;
	padding: 5px 0px;
}
.countdown-minutes {
	font-size: 36px;
	padding: 5px 0px;
}
.countdown-seconds {
	font-size: 36px;
	padding: 5px 0px;
}
.countdown-wrapper-bottom p {
	width: 360px!important;
	margin-right: auto;
	margin-left : Auto;
	text-align: center;
}
}
.error-page {
	padding-top: 20px;
	padding-bottom: 80px;
}
.error-page h1 {
	font-size: 32px;
	line-height: 70px;
	text-align: center;
}
.error-page p {
	text-align: center;
	width: 85%;
	margin-right: auto;
	margin-left : auto;
}
@media (min-width:767px) {
.error-page {
	padding-top: 150px;
	padding-bottom: 150px;
}
.error-page p {
	width: 60%;
	padding-bottom: 50px;
}
.error-page h1 {
	font-size: 60px;
	line-height: 80px;
}
}
.staff-sidebar-small em {
	color: #e34e47;
	margin-top: -10px;
	display: block;
	margin-bottom: 20px;
}
.login-box {
	width: 270px;
	margin: 0 auto;
	background-color: #ececec;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	border: solid 1px rgba(0,0,0,0.07);
	overflow: visible;
}
@media (min-width:768px) {
.login-box {
	margin-top: 120px;
	margin-bottom: 120px!important;
}
}
.login-box img {
	position: absolute;
	margin-top: -85px;
	border: solid 10px #FFFFFF;
	width: 120px;
	border-radius: 175px;
	margin-right: 55px;
}
.login-box em {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left : auto;
	display: block;
	font-style: normal;
}
.login-username {
	margin-bottom: 20px;
	height: 40px;
	width: 100%;
	border: solid 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.5);
	padding-right: 20px;
	transition: all 400ms ease;
}
.login-username:focus {
	border: solid 2px #27ae60;
	transition: all 400ms ease;
}
.login-password {
	margin-bottom: 20px;
	height: 40px;
	width: 100%;
	border: solid 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.5);
	padding-right: 20px;
	transition: all 400ms ease;
}
.login-password:focus {
	border: solid 2px #c0392b;
	transition: all 400ms ease;
}
.login-box strong {
	font-size: 10px;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	font-style: normal;
	color: #666666;
	font-weight: 400;
}
.login-box strong a {
	display: inline;
	opacity: 0.8;
}
.portfolio-wrapper p {
	color: #666666;
}
/*Header Search*/

.header-search {
	position: absolute;
	z-index: 9;
	height: 50px;
	width: 100%;
	line-height: 40px;
	top: -5px;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.active-search {
	-moz-transform: translateY(60px);
	-webkit-transform: translateY(60px);
	-o-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.header-search input {
	line-height: 50px;
	color: rgba(0,0,0,0.8);
	font-style: italic;
	width: 100%;
	padding-right: 20px;
	padding-left : 20px;
}
.header-search a {
	width: 61px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left : 0px;
	top: 0px;
	color: #4b689a;
}
.home-tabs a {
	font-size: 15px;
	color: rgba(0,0,0,.5);
	font-weight: 500;
	width: 33.3%;
	float: right;
	border-bottom: solid 3px #ecf0f1
}
.thumb-layout-page a {
	display: none
}
.thumb-layout img {
	width: 95px;
	position: absolute;
	border: 2px solid #a78361;
}
.thumb-layout strong {
	display: block;
	padding-right: 110px;
	padding-top: 0;
	font-size: 14px;
	color: #555;
	line-height: 15px;
	padding-bottom: 10px;
	height: 70px;
}
.thumb-layout em {
	padding-right: 110px;
	display: block;
	color: #555;
	font-style: normal;
	line-height: 25px
}
#tab-2, #tab-3, .card-large-layout-page .card-large-layout, .card-small-layout-page a {
	display: none
}
.active-home-tab, .home-tabs a:hover {
	color: #1f1f1f!important;
	border-bottom: solid 3px #e74c3c!important;
	transition: all 250ms ease;
}
.bcctabs {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #dadada;
}
home-tabs a, .sitemap-box a i {
	text-align: center;
	transition: all 250ms ease;
}
.bcctabs i {
	color: #ff7e00;
	font-size: 12px;
	padding-left : 5px;
}
.nocolor {
	border: 1px solid #dadada !important;
	background: #f9f5e8 !important;
}
.reyadyb {
	border-left : 1px solid #d8c4ad;
	border-right: 1px solid #d8c4ad;
	border-bottom: 1px solid #d8c4ad;
	background: #fff;
	padding-left : 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.full-imgcat img {
	border: 5px solid #fff;
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}
.bluetitle {
	color: #4b689a;
	font-size: 14px;
	text-align: right;
}
.orangsubtitle {
	color: #ff7e00;
	font-size: 13px;
	text-align: right;
}
.bluelink {
	text-align: right;
}
.bluelink a {
 text-align:left color: #4b689a;
	font-size: 14px;
	text-decoration: none;
}
.bluelink a:hover {
	color: #ff6900;
	font-size: 14px;
	text-decoration: none;
}
span i {
	color: #ff7e00;
}
.bbottom {
	border-bottom: double 1px #c6d1e6;
	padding: 5px;
}
.pagination {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin-top: 10px;
}
.pagination li {
	display: inline;
	text-align: center;
}
.pagination a {
	float: right;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 12px;
	color: #fff;
	margin-right: -1px;
	border: 1px solid transparent;
	line-height: 1.5;
}
.pagination a.active {
	cursor: default;
}
.pagination a:active {
	outline: none;
}
.modal-4 a {
	margin: 0 2px;
	padding: 0;
	width: 28px;
	height: 28px;
	line-height: 28px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #cc7642;
}
.modal-4 a.prev {
	-moz-border-radius: 0 50px 50px 0;
	-webkit-border-radius: 50px;
	border-radius: 0 50px 50px 0;
	width: 75px;
}
.modal-4 a.next {
	-moz-border-radius: 50px 0 0 50px;
	-webkit-border-radius: 0;
	border-radius: 50px 0 0 50px;
	width: 75px;
}
.modal-4 a:hover {
	background-color: #FFA500;
}
.modal-4 a.active, .modal-4 a:active {
	background-color: #ff7e00;
}
.sharecon {
	padding: 5px;
	border: 1px solid #dadada;
	background: #ebe0c2;
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.bcnone {
	background: none !important;
}
.bnone {
	border: none !important;
}
