/*
Theme Name: 	SevenMag
Version: 	1.8.7
Author: 		seyed
*/
@font-face{
    font-family:'Djfont-reg';
      src: url('font/dijFont-Reg.eot') format('eot'),
          url('font/dijFont-Reg.woff') format('woff'),
          url('font/dijFont-Reg.ttf') format('truetype'),
		  url('font/dijFont-Reg.svg') format('svg');
}
@font-face{
    font-family:'Djfont-Bold';
      src: url('font/dijFont-Bold.eot')format('eot'),
          url('font/dijFont-Bold.woff') format('woff'),
          url('font/dijFont-Bold.ttf') format('truetype'),
		  url('font/dijFont-Bold.svg') format('svg');
}

/* 	Reset Styling
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	padding: 0px;
	margin: 0px
}

/*	General Styling
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	color: #7A7A7A;
	line-height: 24px;
	font-family: djfont-reg;
	font-weight: normal;
	font-size: 14px;	
}
::selection{
	color:#fff;
	background:#55B2F3
}
::-moz-selection{
	color:#fff;
	background:#55B2F3
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out
}
a:hover {
	color: #063138
}
h1, h2, h3, h4, h5, h6 {
	color: #484747;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 500;
	line-height: 24px
}
h1 { font-size: 32px }
h2 { font-size: 26px }
h3 { font-size: 20px }
h4 { font-size: 18px }
h5 { font-size: 14px }
h6 { font-size: 12px }
p {
	word-break: break-word;
	margin-bottom: 30px
}
p:last-child {
	margin-bottom: 0;
	text-align: justify;
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}
ol {
	padding: 0;
	margin: 0
}
ol li {
	list-style: decimal;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	line-height: 24px
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
cite {
	float: left;
	padding: 0
}
hr {
	background: #e6e6e6;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative
}
code, 
pre {
	width: 100%;
	color: #525252;
	background: #F7F7F7;
	border: 1px solid #EBEBEB;
	border-left: 10px solid #F0F0F0;
	padding: 14px 20px;
	margin: 5px 0 20px 0;
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
code:hover,
pre:hover {
	/* overflow: hidden; */
	display: table;
}
mark {
	padding: 3px 5px;
}
textarea { 
	white-space:pre; 
}
.white.row {background: #fff !important;}
/*	Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}
.alpha {margin-left: 0 !important}
.omega {margin-right: 0 !important}
.wpb_row {margin: 0 !important}

/*	Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid_1 {width:6.333%}
.grid_2 {width:14.667%}
.grid_3 {width:23.0%}
.grid_4 {width:31.333%}
.grid_5 {width:39.667%}
.grid_6 {width:48.0%}
.grid_7 {width:56.333%}
.grid_8 {width:64.667%}
.grid_9 {width:73.0%}
.grid_10 {width:81.333%}
.grid_11 {width:89.667%}
.grid_12 {width:100%;margin: 0}
.grid_12:after {
	content: "";
	clear: both;
}
.grid_full {
	width:100%;
}
.grid_1.alpha,.grid_1.omega {
	width:7.333%;
}
.grid_2.alpha,.grid_2.omega {
	width:15.667%;
}
.grid_3.alpha,.grid_3.omega {
	width:24.0%;
}
.grid_4.alpha,.grid_4.omega {
	width:32.333%;
}
.grid_5.alpha,.grid_5.omega {
	width:40.667%;
}
.grid_6.alpha,.grid_6.omega {
	width:49.0%;
}
.grid_7.alpha,.grid_7.omega {
	width:57.333%;
}
.grid_8.alpha,.grid_8.omega {
	width:65.667%;
}
.grid_9.alpha,.grid_9.omega {
	width:74.0%;
}
.grid_10.alpha,.grid_10.omega {
	width:82.333%;
}
.grid_11.alpha,.grid_11.omega {
	width:90.667%;
}
.grid_12.alpha,.grid_12.omega {
	width:100%;margin: 0
}
.row {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
.row .row {
	width: auto
}
#layout {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}
.boxed {
	margin: 0 auto;
	width: 1230px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.boxed-margin {
	margin: 30px auto;
	width: 1230px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.full {
	width: 100%;
	margin: 0 auto;
	background: url(../pics/bg.gif) repeat
}
.left_sidebar .posts {
	float: right
}

/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	  clear: both;
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:before,
.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

.load_anim .introfx, .load_anim .introfxo > div {
	opacity: 0
}

/* 	Details Gradient
----------------------------------------------------------------------------------------------------*/
.details{
	text-align:justify; direction:rtl;
}
.wgr {
	position: relative;
}
.wgr a.first_A::after {
	content: no-close-quote;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 151px;
	background: url(../pics/gradient.png) repeat-x;
}
.wgr h3 {
	position: absolute;
	bottom: 40px;
	left: 0;
	padding: 0 20px;
	margin: 0 0 10px !important;
	color: #FFF;
	z-index: 98;
	font-size: 16px;
	text-align:justify;
}
.post h3 {
	font-size: 17px
}
.readmore {
	position: relative;
	bottom: -1px;
	right: -2px;
	display: inline-block;
	background: #F3F3F3;
	color: #A2A2A2;
	padding: 4px 12px;
	font-size: 12px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.readmore:hover {
	color: #FFF;
	background: #55B2F3
}
.post_nav {
	margin: 0 0 40px 0
}
.post_nav li {
	width: 49.5%;
	float: left;
}
.post_nav .next {
	float: right
}
.post_nav strong {
	display: inline-block;
	color: #10606c;
}
.post_nav span {
	display: block;
}
.post_nav .next {
	text-align: right;
	border-left: 1px solid #10606c;
}
.post_nav i {
	margin-right: 4px
}
.post_nav .next i {
	margin: 0 0 0 4px
}
.wgr .details {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	color: #FFF;
	z-index: 98;
}
.wgr .details a, .wgr .details {
	color: #b4b4b4
}
.wgr .s_category {
	font-size: 10px;
}
article .s_category {
	font-size: 11px
}
.wgr .s_category a {
	margin: 0 12px 0 0
}
.wgr .s_category .morely a {
	margin: 0
}
.wgr .s_category a:last-child {
	margin: 0
}
.wgr .s_category {
	padding: 0 0 0 20px
}
.wgr .more_meta {
	position: absolute;
	right: 20px;
	bottom: 0
}
.r_post{
	padding:5px;
}
.r_post .details {
	border-bottom: 1px solid #ECECEC;
	padding: 0 0 10px;
	margin: 0 0 10px
}
.r_post .item_content,.r_post .item_content span{
	font:16px Djfont-reg !important; text-align:justify; direction:rtl;
}
.r_post .more_meta {
	float: right
}
.r_post .s_category .morely a {
	margin: 0
}
.r_post .s_category a {
	margin: 0 10px 0 0;
}
.r_post .more_meta ul li{
	display:inline-block; margin: 0;
}

.r_post .more_meta, 
.r_post .more_meta a, 
.r_post .s_category,
.r_post .s_category a {
	font-size: 13px;
	color: #AAA;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.r_post .s_category .btn {
	font-size:12px;
}
.more_meta a{padding-right: 10px;font-size: 18px !important;}
.r_post .more_meta a{padding-right: 0px;font-size: 15px !important;}
.r_post .more_meta a:hover, 
.r_post .s_category a:hover {
	color: #55B2F3
}
.share_post span {
	display: inline-block;
	margin: 0 10px 0 0
}
.gallery_item .owl-controls .owl-buttons div {
	padding: 8px 14px !important;
	font-size: 14px !important;
	background: #313131 !important
}
.gallery_pins img {
	margin: 0 auto;
}
.gallery_pins .owl-controls {
	right: 32% !important
}
.pin_follow {
	display: table;
	margin: 20px auto 0;
	text-align: center;
}
.wgr .more_meta a {
	margin: 0 0 0 10px;
	font-size: 13px
}
.wgr .details a:hover {
	color: #FFF
}
.wgr .s_category ul {
	display: inline-block;
}
.wgr .s_category ul li {
	display: inline-block;
}

.b2_minus, 
.b9_minus {
	margin: -20px 0 0 -15px;
}
.def_wgr {
	margin: 20px 0 0 20px;
	float: left;
	min-height: 280px;
	min-width: 253px;
	width: 253px;
}
.grid_6 .def_wgr {
	min-width: 248px;
	width: 46%;
}
#block_carousel {
	margin: 0 -5px;
	width: 102%;
}
#block_carousel .item {
	margin: 0 6px
}
#block_carousel h3 {
	font-size: 15px !important;
	line-height: 20px;
	margin: 14px 0 2px;
	font-weight: 700;
}
#block_carousel a.date_c {
	display: block;
	font-size: 11px;
	color: #C2C2C2;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
#block_carousel .owl-controls {
	bottom: auto;
	top: -54px;
	right: -16px;
	background: #FFF;
	display: block;
	z-index: 1;
	padding: 0 0 0 7px;
}
#block_carousel .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
	margin: 3px 4px;
	background: #7F8081;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* 	Header
----------------------------------------------------------------------------------------------------*/
#header {
	position : relative
}
.head {
	background: url(../pics/bg_hd.gif) repeat;
}
.logo {
	float: left;
	margin: 0;
}
.logo img{padding: 5px 0;}
.logo a.text_logo {
	color: #FFF;
	line-height: 58px;
	margin: 0;
}
.logo h1 {
	color: #FFF;
	margin: 0 10px 0 0;
}
.ads {
	float: right
}
.banner.center_ad {
	float: none;
	margin: 0 auto;
	display: table
}

/*	Head Search
----------------------------------------------------------------------*/
#SearchBackgroundPopup {  
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	opacity:0.9;
	z-index: 997;
} 
#popup {  
	display:none;
	position:fixed;
	width:500px;
	top:50%;
	left:50%;
	z-index: 999;
	margin-left: 0;
}
#popup .search_place  {  
	color: #fff;
	margin: -100px 0 0 0;
}
#popup .search_place h4  {  
	color: #FFF;
	text-align: center;
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: 700;
}
#popupLoginClose {
	position: absolute;
	top: 25px;
	right: 33px;
	font-size: 24px;
	color: #5C5C5C;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#popupLoginClose:hover {
	color: #fff
}
.search_icon i:hover {	
	background: #0b6371;
	color: #fff
}
#header .search {
	position: relative;
	margin: 0;
	float: right;
}
.search_icon {
	position: relative;
	cursor: pointer;
	float: left;
	text-align: center;
	margin: 4px 0 4px 4px;
	width: 34px;
	height: 34px;
	font-size: 16px;
	color: #9E9E9E;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.search_icon i {
	font-size: 16px;
	text-align: center;
	background: #F7F7F7;
	border-radius: 2px;
	border: 1px solid #EBEBEB;
	padding: 8px 0;
	display: block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .search form {
	position: relative;
}
#header .search input {
	margin: 0;
	padding: 0 10px;
	display: block;
	line-height: 50px;
	height: 50px;
	border: 1px solid #fff !important;
	border-radius: 3px;
	font-size: 12px;
	color: #222;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-family: djfont-reg;

}
#header .search button {
	position: absolute;
	top: 16px;
	right: 20px;
	background: none;
	border: 0;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .search button:hover {
	color: #55B2F3
}
.banner {
	float: right;
	margin: 12px 0;
}
.sec_head {
	position: relative;
	background: #d1eff3;
	min-height: 42px;
}
.sec_head .breaking {
	position: relative;
	float: left;
	padding: 9px 10px 9px 18px;
	background: #E75757;
	color: #FFF;
	z-index: 9;
	margin: 0 0 0 -30px;
}
.full .sec_head .breaking {
	margin: 0
}
.sec_head .breaking:after {
	content: no-close-quote;
	position: absolute;
	width: 0;
	height: 0;
	right: -18px;
	bottom: 0;
	border-top: 42px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-left: 15px solid #E75757;
}
.tickercontainer {
	height: 42px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#ticker {
	height: 28px;
	overflow: hidden;
}
.tickercontainer .mask {
	position: relative;
	left: 0;
	top: 8px;
	overflow: hidden;
}
.newsticker {
	position: relative;
	left: 1000px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 60px 0 0;
}
.newsticker span {
	margin: 0 10px 0 0;
	background: #838383;
	color: #FFF;
	padding: 4px 6px;
	font-size: 9px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
} 
.newsticker li:hover span {
	background: #0b6371
} 
.sec_head .right_bar {
	background: #d1eff3;
	position: absolute;
	top: 0;
	right: 0
}
.sec_head .right_bar .social {
	float: right
}
.sec_head .right_bar .search {
	float: right
}

/* 	Social
----------------------------------------------------------------------------------------------------*/
.social a {
	float: left;
	text-align: center;
	margin: 4px 0 4px 4px;
	width: 34px;
	height: 34px;
	font-size: 16px;
	color: #9E9E9E;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.social a i {
	background: #F7F7F7;
	border-radius: 2px;
	border: 1px solid #EBEBEB;
	padding: 8px 0;
	display: block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.social a:hover .fa-twitter, .social a:hover .icons-social-twitter, .with_color a .fa-twitter, .with_color a .icons-social-twitter { background: #00abdc }
.social a:hover .fa-whatsapp, .social a:hover .icons-social-whatsapp, .with_color a .fa-whatsapp, .with_color a .icons-social-whatsapp { background: #00e676 }
.social a:hover .fa-paper-plane, .social a:hover .icons-social-telegram, .with_color a .fa-paper-plane, .with_color a .icons-social-telegram { background: #2299d6 }
.social a:hover .fa-facebook, .social a:hover .icons-social-facebook, .with_color a .fa-facebook, .with_color a .icons-social-facebook { background: #325c94 }
.social a:hover .fa-dribbble, .social a:hover .icons-social-dribbble, .with_color a .fa-dribbble, .with_color a .icons-social-dribbble { background: #fa4086 }
.social a:hover .fa-rss, .social a:hover .icons-rss, .with_color a .fa-rss, .with_color a .icons-rss { background: #f1862f }
.social a:hover .fa-github, .social a:hover .icons-social-github, .with_color a .fa-github, .with_color a .icons-social-github { background: #333 }
.social a:hover .fa-instagram, .with_color a .fa-instagram { background: #964b00 }
.social a:hover .fa-linkedin, .social a:hover .icons-social-linkedin, .with_color a .fa-linkedin, .with_color a .icons-social-linkedin { background: #0073b2 }
.social a:hover .fa-pinterest, .social a:hover .icons-social-pinterest, .with_color a .fa-pinterest, .with_color a .icons-social-pinterest { background: #d9031f }
.social a:hover .fa-google-plus, .social a:hover .icons-social-google-plus, .with_color a .fa-google-plus, .with_color a .icons-social-google-plus { background: #d9031f }
.social a:hover .fa-foursquare, .with_color a .fa-foursquare { background: #0cbadf }
.social a:hover .fa-skype, .social a:hover .icons-social-skype, .with_color a .fa-skype, .with_color a .icons-social-skype { background: #00b9e5 }
.social a:hover .fa-cloud, .social a:hover .icons-social-soundcloud, .with_color a .fa-cloud, .with_color a .icons-social-soundcloud { background: #ff7700 }
.social a:hover .fa-youtube, .social a:hover .icons-social-youtube, .with_color a .fa-youtube, .with_color a .icons-social-youtube { background: #d9031f }
.social a:hover .fa-tumblr, .social a:hover .icons-social-tumblr, .with_color a .fa-tumblr, .with_color a .icons-social-tumblr { background: #325c94 }
.social a:hover .fa-star, .with_color a .fa-star { background: #F8AC24}
.social a:hover .fa-flickr, .social a:hover .icons-social-flickr, .with_color a .fa-flickr, .with_color a .icons-social-flickr { background: #fa4086 }
.social a:hover .fa-random, .with_color a .fa-random, .social a:hover .fa-envelope-o, .with_color a .fa-envelope-o, .social a:hover .fa-home, .with_color a .fa-home { background: #0b6371 }
.social a:hover i, .with_color i {color: #fff}
.with_color a i {border: none !important}

.widget_social .social {
	margin: 0 auto !important;
	text-align: center !important;
}
.widget_social .social a {
	margin: 4px 0 0 4px;
	float: none !important
}
.widget_social a {
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.widget_social a:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}
.author_box .widget_social .social a {
	margin: 4px 4px 0 0;
	font-size: 14px;
	width: 28px;
	height: 28px;
}
.author_box .widget_social .social a i {
	padding: 7px 0;
}
.author_box p {
	margin: 0 0 10px
}

/*	Superfish
----------------------------------------------------------------------*/
#layout .sf-menu, #layout .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#layout .sf-menu {
	float: left !important;
	padding: 0;
	position: relative;
}
#layout .sf-menu.res_mode{float: right !important;margin: 40px 0 30px;}
.head .sf-menu {z-index: 99}
.sec_head .sf-menu {z-index: 98}
#layout .sf-menu ul {
	position: absolute;
	top: -999em;
	width: 172px;
}
#layout .sf-menu ul li { 
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #0b6371
}
#layout .sf-menu li:hover { visibility: inherit }
#layout .sf-menu li {
	float: left;
	border-right: 1px solid #2B2B2B;
	margin: 0;
	padding: 0;
	position: relative;
}
#layout .sf-menu li:last-child {
	border-right: 0
}
#layout .sf-menu li li {
	border-bottom: 1px solid #2B2B2B;
	border-right: 0;
	margin:0;
	padding: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}
#layout .sf-menu li li:last-child {
	border-bottom: 0
}
#layout .sf-menu li li:first-child {border-top: 0}
#layout .sf-menu li li a {
	padding: 12px 20px;
	line-height: 20px;
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#layout .sf-menu a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 0 16px;
	margin: 0 8px;
	border: 1px solid transparent;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#layout .sf-menu li li a {
	margin: 0;
	border:0
}
#layout .sf-menu > li:hover > a, #layout .sf-menu > li > a:hover {
	color: #2faebf;
	border: 1px solid;
	border-radius: 20px;
}
#layout .sf-menu li.current > a {
	color: #2faebf;
	border: 1px solid;
	border-radius: 20px;
}
#layout .sf-menu li li:hover > a, #layout .sf-menu li li > a:hover, #layout .sf-menu li li.current > a {
	border: 0;
	color: #2faebf;
	padding-left: 30px;
}
#layout .sf-menu li li a:before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 13px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#layout .sf-menu li li:hover > a:before, #layout .sf-menu li li > a:hover:before, #layout .sf-menu li li.current > a:before {
	left: 16px;
	opacity: 1;
}
#layout .sf-menu li li a {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}
#layout .sf-menu li li i {
	margin-right: 8px;
}
#layout .sf-menu li:hover ul,
#layout .sf-menu li.sfHover ul {
	z-index:	 999;
	top: 26px;
	padding: 4px 0 0 0
}
#layout .sf-menu li:hover ul li ul,
#layout .sf-menu li.sfHover ul li ul, 
#layout .sf-menu li:hover ul li ul li ul,
#layout .sf-menu li.sfHover ul li ul li ul  {
	left: 172px;
	z-index: 999;
	top: 0 !important
}
#layout .sf-menu li:hover li ul,
#layout .sf-menu li.sfHover li ul {
	top: -999em;
}
#layout .sf-menu li li {
	position: relative !important
}
#layout .sf-menu li li:hover ul,
#layout .sf-menu li li.sfHover ul {
	left: 172px;
	top: 0 !important;
	padding: 0;
}
#layout .sf-menu li li:hover li ul,
#layout .sf-menu li li.sfHover li ul {
	top: -999em;
}
#layout .sf-menu li li li:hover ul,
#layout .sf-menu li li li.sfHover ul {
	left: 172px;
	top: 0;
}
#layout .sf-menu li:hover, #layout .sf-menu li.sfHover,
#layout .sf-menu a:focus, #layout .sf-menu a:hover, #layout .sf-menu a:active {
	outline: 0;
}

/*** arrows **/
.sf-sub-indicator {
	position: absolute;
	display: block;
	overflow: hidden;
}
#layout .sf-menu > li > a .sf-sub-indicator {
	display: none
}
#layout .sf-menu a > .sf-sub-indicator { 
	position: absolute;
	font-size: 14px;
}
#layout .sf-menu li li a .sf-sub-indicator { 
	top: 13px;
	right: 2%;
}
#layout .sec_head .sf-menu {
	margin: 8px 0
}
#layout .sec_head .sf-menu > li {
	border-color: #E4E4E4
}
#layout .sec_head .sf-menu li:first-child a {
	margin-left: 0
}
#layout .sec_head .sf-menu li li:hover > a, #layout .sec_head .sf-menu li li > a:hover, #layout .sec_head .sf-menu li li.current > a {
	padding-left: 30px
}
#layout .sec_head .sf-menu li a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	padding: 0 16px;
	margin: 0 8px;
}
#layout .sec_head .sf-menu li a:hover, #layout .sec_head .sf-menu > li:hover > a, #layout .sec_head .sf-menu > li > a:hover {
	color: #55B2F3
}
#layout .sec_head .sf-menu li li a {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	border: 0;
}
#layout .sec_head .sf-menu li li a {
	padding: 12px 14px;
	line-height: 20px;
	color: #FFF;
}
#layout .sec_head .sf-menu li:hover ul,
#layout .sec_head .sf-menu li.sfHover ul {
	top: 30px;
	padding: 4px 0 0 0
}
#layout .sec_head .sf-menu li li:hover ul,
#layout .sec_head .sf-menu li li.sfHover ul {
	top: 0;
	padding: 0
}

/*	Page Content
----------------------------------------------------------------------*/
#page-content {
	min-height: 258px
}
.page-content {
	margin: 0;
}
.page-content .row{background: #fff;padding: 10px 5px;}
.posts .post_thumbnail.fully {
	margin: -20px -20px 0;
}
.medium_thumb .post_thumbnail {
	margin: 0 20px 4px 0;
	float: left;
}
.medium_thumb h3 {
	font-size: 20px;
	font-weight: 600
}
.medium_thumb .more_meta {
	float: right
}
.medium_thumb .s_category a {
	margin-right: 10px;
	color: #888;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.medium_thumb .morely a {
	margin-right: 0
}
.medium_thumb .s_category a:hover {
	color: #55B2F3
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
	cursor:url(../pics/grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: fadeInLeft .6s ease both;
	-moz-animation: fadeInLeft .6s ease both;
	animation: fadeInLeft .6s ease both;
}
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
	0% {opacity: 1}
}
@-moz-keyframes empty {
	0% {opacity: 1}
}
@keyframes empty {
	0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-moz-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
	25% { opacity: .5; -moz-transform: translateZ(-500px); }
	75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
	25% { opacity: .5; transform: translateZ(-500px); }
	75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
	0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -moz-transform: translateZ(-500px); }
	100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
	0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; transform: translateZ(-500px); }
	100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
	to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
	to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
	from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
	from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
	from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
	from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
	from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
	from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
	to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
	to { opacity: 0; transform: scale(1.5); }
}

.owl-theme .owl-controls{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 1px;
	padding: 3px 11px;
	font-size: 12px;
	background: #7F8081;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100) !important;
	opacity: 1 !important;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 3px 10px;
	font-size: 12px;
}
.owl-item.loading{
	min-height: 318px;
	background: url(../pics/AjaxLoader.gif) no-repeat center center
}

.full .big_carousel {
	
}
.full .big_carousel #big_carousel {
	margin: 0 auto;
	max-width: 1170px;
}
.big_carousel .owl-theme .owl-controls {
	bottom: -31px;
	right: 30px;
}
.slideshow_b5 .owl-controls {
	bottom: -30px;
	right: 0;
}
.big_carousel .owl-pagination,
.slideshow_b5 .owl-pagination {
	display: inline-block;
}
.big_carousel .owl-buttons,
.slideshow_b5 .owl-buttons {
	display: inline-block;
	margin-left: 10px;
}
.big_carousel img,
.slideshow_b5 img {
	width: 100%
}
.big_carousel .owl-theme .owl-controls .owl-page span,
.slideshow_b5 .owl-controls .owl-page span {
	width: 28px;
	height: 7px;
	margin: 0 0 0 4px;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #7F8081;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.featured_thumb {
	position: relative;
}
.featured_thumb img {
	width: 100%
}
#tab-comments .featured_thumb img {
	/*border-radius: 100%*/
}
.featured_thumb .thumb-icon {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.featured_thumb:hover .thumb-icon {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.thumb-icon2.small {
	position: absolute;
	bottom: 0;
	background: #0b6371;
	color: #FFF;
	padding: 0px 5px;
	font-size: 11px;
}

.one_post:hover .featured_thumb .thumb-icon,
.item_small:hover .featured_thumb .thumb-icon {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.one_post:hover .featured_thumb .thumb-icon i,
.item_small:hover .featured_thumb .thumb-icon i,
.featured_thumb:hover .thumb-icon i {
	-webkit-animation: slideDown .4s ease both;
	-moz-animation: slideDown .4s ease both;
	animation: slideDown .4s ease both;
}
.featured_thumb .thumb-icon i {
	position: relative;
	width: 100%;
	top: 20px;
	left: 20px;
	font-size: 30px;
	margin: 0 auto;
	display: table;
}
.more_posts .featured_thumb .thumb-icon i {
	position: absolute;
	text-align: center;
	width: 100%;
	left: auto;
	font-size: 18px;
	top:calc(50% - 12px);
	transform: translateY(-50%);
	 
}
.item_small:hover .featured_thumb .thumb-icon2,
.wgr:hover .featured_thumb .thumb-icon2 {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
.b_block .featured_thumb img {
	width: 100%
}
.more_news_pic.featured_thumb {
	width: 29.4%;
	float: left;
	margin: 10px 0 0 10px;
}
.b_8 .more_news_pic.featured_thumb {
	margin: 10px 0 0 8px
}
.b_3 .more_posts {
	margin-top: -10px;
	margin-right: -10px !important;
}
.b_3 .grid_6:first-of-type{padding-left: 10px;}
.more_posts:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.item_small small {
	font-size: 12px;
	font-style: italic;
	color: #B4B4B4;
	padding: 0 0 0 2px;;
}
.post-edit-link {
	position: absolute;
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
	padding: 6px;
	display: none;
	top: 0;
	left: 0;
	z-index: 99;
}
.vc-inline-link {
	display: none
}
.T_post:hover .post-edit-link,
.item:hover .post-edit-link {
	display: block;
}
.b_1 .first_post .T_post {
	width: 100%
}
.grid_6 .one_post {
	width: 255px
}
.item_small {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f1f1f1;
}
.item_small:last-child {
	border: 0;
	padding: 0;
	margin: 0;
}
.item_small:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.item_small .featured_thumb {
	float: left;
	width: 65px;
	height: 65px;
	margin: 0 15px 0 0
}
.item_small .item-details h3 {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 8px 0;
	text-align:justify;
}
.post_meta {
	font-size: 12px;
	line-height: 20px;
}
.post_meta i {
	font-size: 13px;
}
.post_meta a {
	color: #C2C2C2;
	margin: 0 12px 0 0;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.post_meta a:hover {
	color: #09343c;
}
.b_2 .clearfix {
	margin: 20px 0 0 0
}
.b_2 .clearfix:first-child {
	margin: 0
}
.b_2 .grid_6:first-child {
	margin: 0 1% 0 0;
	width: 49%
}
.b_2 .grid_6:last-child {
	float: right;
	margin: 0 0 0 1%;
	width: 49%
}
.b_6 .first_post {
	width: 100%;
	margin: 0 0 20px
}
.b_6 .more_posts {
	width: 100%;
	margin: 0
}
.b_9 .def_wgr {
	width: auto !important; 
	min-width: inherit !important;
	height: auto !important;
	min-height: inherit !important;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}
.b_9 .def_wgr:last-child {
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 0px solid;
}
.b_9 .featured_thumb {
	margin: -20px -20px 0
}
.b_9 .tt_review {
	right: -20px
}
.b_9 h3 {
	margin: 14px 0 !important;
}

.b_8 {
	padding: 10px 20px 20px !important
}
.b_8 .more_news_pic.featured_thumb {
	width: 80px
}

.pagination_default a {
	color: #FFF;
	background: #0b6371;
	padding: 6px 14px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.pagination_default a:hover {
	color: #FFF;
	background: #55B2F3
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: right;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #00404A;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #00404A;
  border-color: #00404A;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi b {
	float: left;
	border: none !important;
}
.wp-pagenavi span,
.wp-pagenavi b {
	display: block;
	padding: 10px 12px !important;
	background: #F3F3F3;
	color: #A2A2A2;
}
.wp-pagenavi a b {
	padding: 0 !important;
	background: none !important;
}
.wp-pagenavi a {
	display: block;
	padding: 10px 12px !important;
	color: #fff;
	background: #00404a;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.wp-pagenavi a:hover {
	background: #0b6371
}
.wp-pagenavi .pages {
	float: right;
	padding: 10px 12px !important;
	border: none !important;
	direction: ltr;
}

.wp-polls-ul {
	margin: 0 0 20px 0
}
.wp-polls input.Buttons, .wp-polls-ans a {
	border: 0px;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	background: #55B2F3;
	margin: 10px 10px 10px 0;
	display: inline-block;
	cursor: pointer;	
}
.wp-polls-ans a {
	padding: 6px 12px
}
.wp-polls input.Buttons:hover, .wp-polls-ans a:hover {
	background: #0b6371;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/*	Review Front
----------------------------------------------------------------------------------------------------*/
.tt_review {
	position: absolute;
	top: 0;
	text-align: center;
	right: 0;
	background: #313131;
	background: rgba(49, 49, 49, 0.5);
	color: #DDD;
	padding: 6px 10px;
}
.tt_review .tt_point .tt_val,
.tt_review .tt_percentage .tt_val {
	font-size: 22px
}
.tt_review .tt_point .tt_title,
.tt_review .tt_percentage .tt_title {
	font-size: 12px
}
.tt_review .tt_star {
	color: #6D6D6D;
	width: 100%;
	position: relative;
}
.tt_review .review_w_out {
	overflow: hidden;
	height: 22px;
	position: relative;
	margin: -24px 0 0 0;
}
.tt_review .review_w {
	text-align: left;
	color: #FF0;
}
.b_4 .tt_review {
	display: none;
}
.carousel_posts_related .tt_review {
	display: block;
	right: 3%
}
.b_4 .tt_review .tt_point .tt_val, .b_4 .tt_review .tt_percentage .tt_val {
	font-size: 20px
}


/*	contactForm
----------------------------------------------------------------------------------------------------*/
#contactForm span {
	margin: 11px 10px;
	display: inline-block;
	color: #F00;
}
#contactForm span strong {
	color: #F00;
}
#contactForm i {
	color: #fff;
	margin: 0 10px 0 0
}
#track_input, 
#contactForm #senderName, 
#contactForm #senderEmail {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	padding: 0 10px;
	line-height: 24px;
	height: 38px;
	background: #FDFDFD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-family: djfont-reg
}
#contactForm #message {
	display: block;
	width: 100%;
	min-height: 180px;
	border: 1px solid #EAEAEA;
	padding: 16px 10px;
	background: #FDFDFD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-family: djfont-reg
}
#track_input:focus, 
#contactForm #senderName:focus, 
#contactForm #senderEmail:focus, 
#contactForm #message:focus {
	background: #fff;
	border: 1px solid #55B2F3;
}
#track_order label {
	font-weight: 600;
	margin-bottom: 14px;
}
#contactForm #senderEmail {
	float: right;
}
#contactForm .flr {
	margin: 0 0 10px 0 !important;
}
#contactForm .fll {
	margin: 0 0px 10px 0 !important;
}
.fieldtrue {
	border: 1px solid #1ABC5B !important
}
.fielderror {
	border-color: #F00 !important;
}
#contactForm #sendMessage {
	width: auto;
	margin-top: 20px;
	display:inline-block;
	cursor:pointer;
	position:relative;
	padding: 10px 16px;
	color: #fff;
	border: 0;
	background: #042e36;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none !important;
	font-family: djfont-reg
}
#contactForm #sendMessage:hover {
	background: #0b6371
}
#contactForm textarea {
	width: 98%;
}

/*	Sidebar
----------------------------------------------------------------------*/
.widget, .b_block {
	position: relative;
	margin: 0 0 20px 0 !important;
	border: 1px solid #ECECEC;
	border-top: 2px solid #0b6371;
	padding: 20px;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.b_title {
	position: relative;
	padding: 0 20px 0 0;
	margin: 0 0 10px 0;
	z-index: 0;
}
h2.title{
	font-size:18px;
}
.title{font-family: djfont-Bold;text-align: center;}
.widget h3 b, .widget h4 b,
.owl-item h3 b, .owl-item h4 b,
.item_small h3 b, .item_small h4 b {
	display: none
}
h3 b, h4 b {
	font-family: "BBCNassim", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	color: #1A92B9;
	display: block;
}
.b_title a.rsswidget:first-child {
	position: absolute;
	right: -20px;
	background: #FFF;
	top: 5px;
	padding: 0 8px 0 0;
}
.b_title:after {
	content: no-close-quote;
	position: absolute;
	width: 100%;
	height: 14px;
	bottom: 5px;
	left: 0;
	background: url(../pics/title_pat.png) repeat;
	z-index: 1;
}
.b_title h4, .b_title h3 {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	display: inline-block;
	background: #FFF;
	padding: 0 10px 0 0;
	z-index: 9;
}

.recent_tweets {
	float: left;
	clear: left;

}
.recent_tweets  li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 20px;
	float: left;
	clear: left;
	line-height: 20px;
	list-style-type: none;
}
.recent_tweets  li:last-child {
	padding-bottom: 0
}
.recent_tweets  li:before {
	font-family: FontAwesome;
	content: "\f099";
	font-size: 24px;
	position: absolute;
	left: -2px;
	color: #BDBDBD;
	top: 3px;
}
.recent_tweets  li a {
	font-weight: bold;	
}
.recent_tweets .twitter_time {
	color: #999;
	font-size: 12px;
	font-style: italic;	
	font-weight: normal;
}

.widget_T20_posts_slideshow .owl-controls {
	bottom: auto;
	top: -57px;
	right: -24px;
	background: #FFF;
	display: block;
	z-index: 9;
	padding: 0 0 0 6px;
}
.widget_T20_posts_slideshow .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
	margin: 3px 4px;
	background: #7F8081;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.widget_T20_posts_slideshow .owl-controls .owl-buttons div {
	margin: 0px !important;
	padding: 0px 6px !important;
	background: none !important;
}
.page-content .widget_T20_posts_slideshow .owl-controls .owl-buttons div {
	color: #313131
}
.counter, .ads_widget {
	margin: 0 0 40px 0 !important
}
.counter li {
	width: 32%;
	float: left;
	margin: 0 1%;
	border-radius: 2px;
	text-align: center;
	padding: 14px 0 16px;
	color: #FFF;
	font-size: 12px;
}
.counter li span, .counter li small {
	display: block;
	line-height: 1;
	font-size: 11px
}
.counter li span {
	font-size: 16px;
	padding: 0 0 4px;
}
.counter li a {
	color: #FFF;
}
.counter li:first-child {
	margin-left: 0
}
.counter li:last-child {
	margin-right: 0
}
.counter i {
	width: 40px;
	height: 30px;
	background: #CCC;
	color: #FFF;
	font-size: 20px;
	border-radius: 100%;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 10px auto;
	display: table;
}
.counter .twitter {background: #4fc0e9}
.counter .facebook {background: #325c94}
.counter .rss {background: #f5931f}
.counter .twitter i {background: #3bafda}
.counter .facebook i {background: #2c5182}
.counter .rss i {background: #e27a2f}
.counter .cell1 {
	text-align: center;
	padding: 10px 0;
	line-height: 18px;
	font-size: 12px;
	display: table;
	margin: 0 auto;
	color: #FFF;
}
.counter .cell2, .counter .nameology {
	text-align: center;
	line-height: 18px;
	display: block;
	margin: 0 auto;
}
.counter .nameology {
	margin: 0 0 10px 0;
}
.facebook_like .widget {
	padding: 14px
}
#googleplus_widget{
	width: 220px;
	height: 160px; 
	float: left; 
}
#googleplus_widget span{
	width: 220px;
	height: 160px;
	float: left;
	overflow: hidden;
	background: #fff; 
}
#googleplus_widget span div{
	margin: -1px 0 0 -1px !important;
	position: relative; 
}
.ads_widget {
	position: relative;
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: 0 8px 8px;
}
.alpha .ads_widget, .omega .ads_widget {
	padding: 0 9px 9px;
}
.ads_widget span {
	position: absolute;
	top: -8px;
	left: 10px;
	font-size: 11px;
	background: #FFF;
	color: #CCC;
	padding: 0 6px;
	line-height: 14px;
}
.ads_widget a {
	display: block;
	float: left;
	margin-top: 10px
}

.widget select {
	width: 100%;
	height: auto
}
.format-audio iframe {
	width: 100%
}
select{
	height: 34px !important;
	padding: 0 6px;
}
.widget_archive li, 
.widget_categories li,
.widget_views li,
.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li,
.widget_pages li {
	position: relative;
}
.widget_archive li a, 
.widget_pages li a, 
.widget_meta li a, 
.widget_views li, 
.widget_recent_comments li, 
.widget_recent_entries li, 
.widget_rss li, 
.widget_nav_menu li a, 
.widget_categories li a {
	display: block;
	border-bottom: 1px solid #E6E6E6;
	line-height: 32px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.widget_archive li span, 
.widget_pages li span, 
.widget_meta li span, 
.widget_nav_menu li span, 
.widget_categories li span {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 13px;
}
.widget_recent_entries li span {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding: 0 0 12px 0;
}
.widget_archive li.current a, 
.widget_categories li.current a, 
.widget_nav_menu li.current a, 
.widget_meta li.current a, 
.widget_pages li.current a, 
.widget_archive li:hover a, 
.widget_pages li:hover a, 
.widget_meta li:hover a, 
.widget_nav_menu li:hover a, 
.widget_categories li:hover a {
	color: #55B2F3;
	border-bottom: 1px solid #55B2F3;
}
.widget_recent_comments li:hover, .widget_rss li:hover {
	border-bottom: 1px solid #55B2F3;
}
#ajax-login-tabs {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #c6c6c6;
	height: auto;
	overflow: hidden;
}
#ajax-login-tabs .ajax-login-tab {
	display: block;
	float: left;
	width: 50%;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #999;
	background-color: #e6e6e6;
}
#ajax-login-tabs .ajax-login-tab.selected, #ajax-login-tabs .ajax-login-tab:hover {
	background-color: #fcfcfc;
	color: #666;
}
#ajax-login-tabs {
	border-bottom: 0 !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}
#ajax-login-tabs .ajax-login-tab.selected, #ajax-login-tabs .ajax-login-tab:hover {
	background-color: #FFF !important;
	color: #313131 !important;
}
#ajax-login-tabs .ajax-login-tab {
	color: #BEBEBE !important;
	background-color: #F8F8F8 !important;
	border-left: 0 !important;
	margin-left: 0 !important;
}
#ajax-login-content-tab {
	padding: 0 !important;
	margin: 40px 0 0 !important;
}
#ajax-login-wrap {
	background: none !important;
	border: 0 !important;
}
#ajax-login-show-error {
	margin: 36px 0 -30px !important
}
#ajax-login-content-tab input[type="text"], #ajax-login-content-tab input[type="password"], #ajax-login-content-tab input[type="email"] {
	width: 99% !important
}
#al-first-input-login, 
.al-input, 
#al-user-pass-login {
	padding: 0 6px !important;
	line-height: 24px !important;
	height: 34px !important;
	border: 1px solid #EBEBEB !important;
	background: #F7F7F7 !important;
	font-size: 12px !important;
	color: #A7A7A7 !important;
	cursor: text !important;
	width: 99% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#al-first-input-login:focus, 
.al-input:focus, 
#al-user-pass-login:focus {
	background: #fff !important;
	border: 1px solid #55B2F3 !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
}
#ajax-login-wrap input[type="submit"] {
	margin: 4px 0 !important;
	width: auto !important;
	color: #FFF !important;
	background: #0b6371 !important;
	border: 0 !important;
	outline: none !important;
	padding: 6px 12px !important;
	cursor: pointer !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#ajax-login-wrap input[type="submit"]:hover {
	background: #55B2F3 !important;
}
#ajax-login-content-tab a {
	color: #55B2F3;
	margin: 8px 0 0 0;
}
#ajax-login-wrap #ajax-login-user {
	padding: 0 !important;
}
#ajax-login-user .avatar {
	margin: 0 auto 20px !important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
#ajax-login-content-tab input[type="submit"], #ajax-login-user a, #ajax-recaptcha-container a {
	width: 99% !important;
	margin: 4px 0 !important;
	width: auto !important;
	color: #FFF !important;
	background: #0b6371 !important;
	border: 0 !important;
	outline: none !important;
	padding: 6px 12px !important;
	cursor: pointer !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#ajax-login-content-tab input[type="submit"]:hover, #ajax-login-user a:hover, #ajax-recaptcha-container a:hover {
	background: #55B2F3 !important;
}
#ajax-login-user h1 {
	text-decoration: none !important;
	margin: 0 0 10px;
}
.blockMsg img {
	margin: 0 auto !important;
	text-align: center !important;
	background: none !important;
}
.blockMsg {
	background: none !important
}

.widget_search form {
	position: relative;
}
#s {
	margin: 0;
	padding: 0 10px;
	line-height: 24px;
	height: 34px;
	border: 1px solid #EBEBEB;
	background: #F7F7F7;
	font-size: 13px;
	color: #A7A7A7;
	cursor: text;
	width: 160px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#s:focus {
	background: #fff;
	border: 1px solid #55B2F3;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.search_btn, .wpcf7-submit,
.post-password-form input[type="submit"] {
	color: #FFF;
	background: #0b6371;
	border: 0;
	height: 34px;
	outline: none;
	padding: 8.5px 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.search_btn:hover, .wpcf7-submit:hover,
.post-password-form input[type="submit"]:hover {
	background: #55B2F3
}

.tagcloud i {
	margin-right: 4px
}
.tagcloud a {
	color: #868686;
	padding: 6px 12px;
	font-size: 13px !important;
	margin: 0 0px 4px 0;
	display: inline-block;
	background: #F1F1F1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tagcloud.single_post a {
	margin: 0 2px 4px 0;
}
.tagcloud a:hover {
	background: #55B2F3;
	color: #fff !important;
}

/*-- calendar windget --*/
#wp-calendar {
	margin: 0 auto;
	width: 100% !important;
}
#wp-calendar th {
	background: #F3F3F3;
	border: 1px solid #FFF;
	padding: 4px 6px !important;
	text-align: center;
	font-weight: 400;
	color: #333;
}
#wp-calendar td {
	background: #EEEEEE;
	border: 1px solid #FFFFFF;
	padding: 4px 6px !important;
	text-align: center;
	color: #CCC;
}
#wp-calendar td a {
	color: #000
}
#wp-calendar td.pad{
	background: #FFFFFF;
}
#wp-calendar #today {
	background: #55B2F3;
	color: #FFFFFF;
}
#wp-calendar #today a {
	color: #FFFFFF;
}
#wp-calendar caption {    
	text-align: center;
	background: #0b6371;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 8px 0;
}

.instagram_widget {
	margin: -10px 0 0 -10px;
}
.instagram_widget li {
	width: 45%;
	float: left;
	margin: 10px 0 0 10px;
}

/* #News Widget
================================================== */ 

.newspost.columns {
	margin-bottom:20px;	
}

.widget h4.posttitle, 
.widget .newspost h4 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: none;
	line-height: 16px;
	margin-bottom: 10px;
}
.news-widget-item {
	margin-bottom:40px;
}
.news-widget-item h5, .news-widget-item h5 a {
	font-size:10px;
	font-weight:normal;
}

.ag_news_widget h2 {
	font-weight:normal;
}

/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
.commentlist { margin-bottom: 20px; }
.commentlist li { padding-left: 76px; font-size: 14px; line-height: 22px; font-weight: 400; margin-bottom: 20px; }
.commentlist .comment-body { clear: both; position: relative; padding-bottom: 20px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 13px; display: block; float: left; line-height: 22px; }
.commentlist .comment-author { margin-right: 6px; }
.commentlist .fn { color: #444; font-size: 13px; font-style: normal; font-weight: 600; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -96px; top: 0; width: 80px; height: 80px; -webkit-border-radius: 100%; border-radius: 100%; }
.commentlist .comment-meta:before { color: #ccc; content: "\f017"; font-family: FontAwesome; font-size: 10px; margin-right: 3px; vertical-align: 4%; } 
.commentlist .comment-meta a, .pinglist .ping-meta { color: #aaa; }
.commentlist .reply { font-size: 13px; line-height: 16px; }
.commentlist .reply a { color: #aaa; }
.commentlist .reply a:hover { color: #444; }
.comment-awaiting-moderation { color: #e8554e; font-style: normal; }

/* comment text */
.commentlist .comment-body p { margin-bottom: 8px; color: #777; clear: both; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { background: #55B2F3; display: block; position: absolute; content: "\f040"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; }
.commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ }
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { top: 64px;left: -36px; font-size: 12px; padding: 3px; -webkit-border-radius: 100%; border-radius: 100%; }
.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after { top: 30px;left: -26px;font-size: 9px;padding: 2px;-webkit-border-radius: 100%;border-radius: 100%; }

/* child comment */
.commentlist li ul {  }
.commentlist li li { padding-left: 54px; margin: 0; list-style: none; }
.commentlist li li .avatar { width: 40px; height: 40px; left: -54px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }

/*  comments : nav
/* ------------------------------------ */
.comments-nav { margin-bottom: 20px; }
.comments-nav a { font-weight: 600; }
.comments-nav .nav-previous { float: left; }
.comments-nav .nav-next { float: right;  }

/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes { display: none; }
#respond { position: relative; }
#reply-title { margin-bottom: 20px; }
li #reply-title {}
#cancel-comment-reply-link { color: #999; display: block; position: absolute; top: 0; right: 0;border: 1px solid #F1F1F1;padding: 2px 10px;font-size: 10px;}
#cancel-comment-reply-link:hover { color: #777; }
#commentform p { margin-bottom: 10px }
#commentform p.comment-form-author { width: 48%; float: left; }
#commentform p.comment-form-email { width: 48%; float: right; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label { padding: 6px 0; font-weight: 600; display: block; }
#commentform input[type="text"], 
#commentform textarea { max-width: 100%; width: 100%; }
#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 10px; }
.logged-in #reply-title { margin-bottom: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }

textarea, 
input[type='text'], 
input[type='email'], 
input[type='url'], 
input[type='number'], 
input[type='password'] {
	margin: 0;
	padding: 0 10px;
	line-height: 24px;
	height: 34px;
	border: 1px solid #EBEBEB;
	background: #F7F7F7;
	font-size: 13px;
	color: #A7A7A7;
	cursor: text;
	width: calc(100% - 70px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-family: djfont-reg
}
textarea {
	width: 100%;
	padding: 10px
}
textarea:focus, 
input[type='text']:focus, 
input[type='email']:focus, 
input[type='url']:focus, 
input[type='number']:focus, 
input[type='password']:focus {
	background: #fff;
	border: 1px solid #55B2F3;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#register_mailbox {
	color: #FFF;
	background: #0b6371;
	border: 0;
	height: 35px;
	outline: none;
	padding: 5px 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#register_mailbox:hover {
	background: #085563
}

.wpb_toggle_content {
	display: none
}
.wpb_toggle_open {
	display: block
}

blockquote,
.blockquote {
	font-family:'Philosopher', serif;
	font-size:16px;
	font-style:italic;
	text-shadow:1px 1px 3px transparent;
	color:#888;
	line-height: 24px;
	margin: 40px 20px;
	padding: 20px;
	overflow:hidden;
	border-left:5px solid #E6E6E6
}
cite {
	color: #C9C9C9;
	font-size: 13px;
	margin: 20px 0 0;
	display: block;
	float: none;
}
.blockquote.left {
	width:33%;
	float:left;
}
div.blockquote.right {
	width:33%;
	float:right;
}

kbd {
    -moz-border-radius:3px;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-border-radius:3px;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    background-color:#f7f7f7;
    border:1px solid #ccc;
    border-radius:3px;
    box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    color:#333;
    display:inline-block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:1.4;
    margin:0 .1em;
    padding:.1em .6em;
    text-shadow:0 1px 0 #fff;
}

q:before {
	content: "\201c";
}
q:after {
	content: "\201d";
}
q q:before {
	content: "\2018";
}
q q:after {
	content: "\2019";
}

/*  Tab widget
/* ------------------------------------ */
.T20-tabs-nav { margin: 0; text-align: center; }
.T20-tabs-nav.tab-count-1 li { width: 100%; }
.T20-tabs-nav.tab-count-2 li { width: 50%; }
.T20-tabs-nav.tab-count-3 li { width: 33.333%; }
.T20-tabs-nav.tab-count-4 li { width: 25%; }
.T20-tabs-nav li { display: block; float: left; }
.T20-tabs-nav li a { position: relative;font-size: 22px;color: #B6B6B6;display: block;margin: 0 0 10px;padding: 0; }
.T20-tabs-nav li a:hover { border-bottom-color: #ccc; }
.T20-tabs-nav li.active a { color: #0b6371 }
.T20-tabs-nav li.active a:after { content: no-close-quote;position: absolute;width: 0px;height: 0px;bottom: -12px;right: 45%;border-left: 6px solid rgba(0, 0, 0, 0);border-right: 6px solid rgba(0, 0, 0, 0);border-bottom: 6px solid #0b6371; }
.T20-tab-count-4 li.active a:after { right: 42% }
.T20-tab-count-3 li.active a:after { right: 43% }
.T20-tabs-nav li a span { display: none; }

table,
.table {
	background:transparent !important;
	font-size:13px;
	text-align:center;
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table a,
.table a {
	color:#fff;
}
table th,
.table th {
	font-size:14px;
	font-weight:normal;
	text-align:center;
	padding: 14px 8px !important;
	color:#fff;
	background-color:#313131;
	text-shadow:none;
}
table td, 
.table td { 
	padding: 14px 8px !important;
	text-align: center;
}
table tr,
.table tr {
	border-bottom:1px solid #fff;
	background-color:#f8f8f8;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
}
table tr:hover,
.table tr:hover, tr.topic-sticky {
	background: #ddd;
	-webkit-transition:all .2s;
	transition:all .2s;
}
table tfoot td, 
.table tfoot td {
	padding: 14px !important;
	text-align: left;
	background:#313131;
	color:#ffffff;
	font-size:11px;
	text-shadow:none;
}
table tfoot tr:hover,
.table tfoot tr:hover {
	background:#ddd;
}

dt {
	font-weight: bold;
	font-size:14px;
	padding: 10px 0 0;
}
dd {
	padding: 10px 0;
}

.post ul {
	list-style-type: circle;
}
.post ul li {
	margin: 0 0 10px 15px;
}
.post ul ul,
.post ol ol {
	margin: 10px 0 0;
}
.post ul ul li {
	margin: 0 0 10px 20px;
}

address {
	display: block;
	font-style: italic;
}
abbr, acronym {
	position: relative;
}
abbr:hover::after,
acronym:hover::after {
	position: absolute;
	width: 100%;
	bottom: 100%;
	left: 100%;
	display: table;
	padding: 1em;
	background: #313131;
	color: #fff;
	content: attr(title);
}
big {
	font-size: 30px;
	padding: 0 10px;
	font-weight: bold
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
 
sub {
	bottom: -0.25em;
}

/*  post format : audio
/* ------------------------------------ */
.format-audio .post-format a,
.format-audio .post-format i { font-size: 16px; line-height: 22px; }
#page .format-audio .post-format img {
-webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

/* jplayer */
.jp-interface { background-color: #444; }
.jp-play-bar, 
.jp-volume-bar-value { background-color: #83ad02; }
.jp-progress { background-color: #262626; }
.jp-volume-bar { border: 1px solid #262626; }
.jp-seek-bar,
.jp-volume-bar { background-color: #383838; }
.jp-interface a { color: #bbb; text-shadow: 0 -1px 0 rgba(0,0,0,0.6); }
.jp-interface a:hover { color: #eee; }
.jp-progress-container,
.jp-volume-bar-container { border-left: 1px solid #333; }
.jp-audio,
.jp-interface,
.jp-progress,
.jp-seek-bar { width: 100%; min-width: 100%; }
.jp-interface { position: relative; overflow: hidden;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.3);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.3);  }
.jp-interface .jp-controls { list-style-type: none; padding: 0; margin: 0; }
.jp-interface .jp-controls li { display: inline; }
.jp-interface .jp-controls a { position: absolute; }
.jp-interface .jp-controls a i { display: block; }
.jp-play, .jp-pause { width: 25px; height: 30px; z-index: 1; outline: none; margin: 12px 0 0 9px;}
.jp-play, .jp-pause { top: 0; left: 0; }
.jp-progress-container { margin-left: 34px; margin-right: 84px; height: 6px; padding: 20px 10px; }
.jp-progress { overflow: hidden; }
.jp-progress { height: 5px; padding: 1px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
.jp-seek-bar { width: 0px; height: 5px; cursor: pointer; -webkit-border-radius: 1px; border-radius: 1px; }
.jp-play-bar { width: 0px; height: 5px; -webkit-border-radius: 1px; border-radius: 1px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
.jp-volume-bar-container { width: 40px; height: 6px; padding: 20px 10px 20px 33px; position: absolute; top: 0; right: 0; }
.jp-volume-bar { position: relative; overflow: hidden; width: 38px; height: 5px; cursor: pointer; -webkit-border-radius: 1px; border-radius: 1px; 
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
.jp-volume-bar { top: 0; left: 0; }
.jp-volume-bar-value { width: 0px; height: 5px; -webkit-border-radius: 1px; border-radius: 1px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
.jp-mute, .jp-unmute { width: 17px; z-index: 1; outline: none; margin-top: 10px; }
.jp-mute, .jp-unmute { top: 2px; right: 58px; }
.jp-unmute { display: none; }
.jp-jplayer { width:0px; height:0px; }

/*	Buttons
----------------------------------------------------------------------*/
.tbutton {
	display:inline-block;
	cursor:pointer;
	position:relative;
	word-spacing:0.2em;
	background:#0d4b56;
	color:#fff;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tbutton:hover {
	color:#fff;
	background: #0b6371
}
.tbutton span {
	display: block;
	overflow: hidden;
}
.tbutton span {
	padding: 0 10px;
	line-height: 2.6em;
}
.tbutton.small {
	font-size: 12px;
}
.tbutton.medium {
	font-size: 14px;
}
.tbutton.large {
	font-size: 16px;
}
.tbutton.small span {
	padding: 0 14px;
	line-height: 2.3em;
}
.tbutton.medium span {
	padding: 0 16px;
	line-height: 2.6em;
}
.tbutton.large span {
	padding: 0 18px;
	line-height: 2.8em;
}

/*	Top Scroll
----------------------------------------------------------------------*/
.hidett {
	bottom: -100px !important
}
.showtt {
	bottom: -2px !important
}
#toTop {
	position: fixed;
	right: 12px;
	z-index: 1000;
	bottom: -100px;
	width: 32px;
	height: 32px;
	background:#0b6371;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	cursor:pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#toTop i {
	padding: 4px 0 0 10px;
	display: block;
	font-size: 13px;
}
#toTop:hover i {
	-webkit-animation: fadeInUp 0.4s;
	animation: fadeInUp 0.4s
}
#toTop:hover {
	opacity: 0.9;
	background:#979797 ;
	color: #fff;
}

/* 	Footer
----------------------------------------------------------------------*/
#footer {
	background: url(../pics/bg_footer.gif) repeat;
}
#footer a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff
}
#footer .post_meta a {
	color: #969696
}
#footer a:hover, 
#footer .post_meta a:hover {
	color: #2faebf
}
#footer .footer_w {
	margin: 25px 1% 0
}
#footer .b_title h4, #footer .b_title h3 {
	background: url(../pics/bg_footer.gif) repeat;
	color: #FFF;
}
#footer .b_title {
	margin: 0 0 20px 0
}
#footer .b_title:after {
	background: url(../pics/title_pat2.png) repeat;
}
#footer .widget, #footer .b_block {
	border: none !important;
	border-top: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}
#footer .item_small,
#footer .widget_archive li a, 
#footer .widget_pages li a, 
#footer .widget_meta li a, 
#footer .widget_recent_entries li, 
#footer .widget_recent_comments li, 
#footer .widget_rss li, 
#footer .widget_nav_menu li a, 
#footer .widget_categories li a {
	border-bottom: 1px solid #333
}
#footer .widget_archive li a:hover, 
#footer .widget_pages li a:hover, 
#footer .widget_meta li a:hover, 
#footer .widget_recent_entries li:hover, 
#footer .widget_recent_comments li:hover, 
#footer .widget_rss li:hover, 
#footer .widget_nav_menu li a:hover, 
#footer .widget_categories li a:hover {
	border-color: #0d4b56
}
#footer .item_small:last-child {
	border: none;
	padding: 0;
	margin: 0;
}
#footer .tagcloud a {
	background: #2C2D30
}
#footer .tagcloud a:hover {
	background: #0d4b56;
	color: #fff !important;
}
#footer .widget_T20_posts_slideshow .owl-controls {
	top: -45px;
	right: -2px;
	background: url(../pics/bg_footer.gif) repeat;
}
#footer .widget_T20_posts_slideshow .owl-controls .owl-buttons div {
	color: #CECECE !important;
}
#footer #submit, #footer .search_btn, #footer .wpcf7-submit {
	height: 34px;
	background: #0b6371;
	font-family: djfont-reg;
	width: 
}
#footer #submit:hover, #footer .search_btn:hover, #footer .wpcf7-submit:hover {
	background: #313235
}
#footer .sf-menu {
	float: right;
	margin: 0;
}
#footer .sf-menu a {
	font-size: 12px;
	color: #BBB
}
#footer .sf-menu a:hover,
#footer .sf-menu .current a {
	color: #0d4b56
}
#footer #wp-calendar td.pad {
	background: none
}
#footer #wp-calendar td {
	background: #292A2C;
	border: 1px solid #0b6371
}
#footer #wp-calendar th {
	background: #18181A;
	border: 1px solid #212224
}
#footer .b_title a.rsswidget:first-child, #footer .ads_widget span {
	background: #0b6371
}
#footer .facebook_like iframe {
	background: #FFF
}
#footer .ads_widget {
	border: 1px solid #3D3F42;
}
#footer .T20-tabs-nav {
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333;
}
#footer .T20-tabs-nav li a {
	color: #949494
}
#footer .T20-tabs-nav li.active a {
	color: #fff
}

.footer_last {
	border-top: 1px solid #2B2B2B;
	padding: 20px 0;
	background: #00404a;
}
.footer_last:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.copyright {
	font-size: 12px;
	float: left;
}
.copyright a{color: #7A7A7A;}
.copyright a:hover{color: #2faebf }
/* 	Tipsy
----------------------------------------------------------------------*/
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000}
.tipsy-inner { padding: 1px 10px 0px; background-color: #303030; color: white; max-width: 300px; text-align: center; }
.tipsy-inner { border-radius: 2px; }
.tipsy-arrow { position: absolute; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px}
.tipsy .tipsy-arrow:before {content: no-close-quote;position: absolute;width: 0px;height: 0px}
.tipsy-n .tipsy-arrow:before {bottom: -1px;left: -2px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #303030;}
.tipsy-nw .tipsy-arrow { top: 0; left: 10px}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px}
.tipsy-s .tipsy-arrow:before {bottom: -1px;left: -2px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #303030;}
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px}
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px}
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px }
.tipsy-e .tipsy-arrow:before {bottom: -6px;right: 0px;border-right: 6px solid rgba(0, 0, 0, 0);border-top: 6px solid #303030}
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px}
.tipsy-w .tipsy-arrow:before {bottom: 6px;left: -1px;border-bottom: 6px solid rgba(0, 0, 0, 0);border-right: 6px solid #303030}

/*	More Styles
----------------------------------------------------------------------*/
.mi { margin-right: 4px !important }
.mid { margin-right: 8px !important }
.mii { margin-left: 4px !important }
.miid { margin-left: 8px !important }

.mt { margin-top: 20px !important }
.mtt { margin-top: 30px !important }
.mtf { margin-top: 40px !important }
.mtff { margin-top: 50px !important }
.mts { margin-top: 70px !important }

.mb { margin-bottom: 20px !important }
.mbt { margin-bottom: 30px !important }
.mbf { margin-bottom: 40px !important }
.mbff { margin-bottom: 50px !important }
.mbs { margin-bottom: 70px !important  }

.fll { float: left; margin: 0 20px 10px 0 }
.flr { float: right; margin: 0 0 10px 20px }
.tac { text-align: center !important }
.tar { text-align: right !important }
.tal { text-align: left !important }
.tacIMG, .tacIMG img {margin: 0 auto !important; text-align: center;}

.relative {position: relative !important}
.righter {float: right !important}
.lefter {float: left !important}
.hidden { display: none }

/*	mMenu
----------------------------------------------------------------------*/
a.btn_canvas {
	color: #FFF !important;
	display: none;
	width: 40px;
	height: 40px;
	position: relative;
	float: left;
	text-align: center;
	z-index: 99;
	margin: 25px 0;
}
a.mymenutwo {
	color: #333 !important;
	margin: 1px 0;
}
a.btn_canvas i {
	font-size: 24px;
	padding: 8px 0;
	display: block;
}
.mm-menu li { padding: 0 !important;float: none !important }
.mm-menu i { margin: 0 8px 0 0 }
.mm-menu li:before { content: '' !important }

.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-ms-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
	-webkit-transition-property: top, right, bottom, left, border;
	-moz-transition-property: top, right, bottom, left, border;
	-ms-transition-property: top, right, bottom, left, border;
	-o-transition-property: top, right, bottom, left, border;
	transition-property: top, right, bottom, left, border
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
	left: 0;
	top: 0;
	margin: 0;
	border: 0px solid rgba(0, 0, 0, 0)
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
	border: 0px solid rgba(100, 100, 100, 0)
}
.mm-menu .mm-hidden {
	display: none
}
.mm-fixed-top,
.mm-fixed-bottom {
	position: fixed;
	left: 0
}

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-opened .mm-page {
  position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list { padding: 20px 0; }
.mm-menu > .mm-list { padding: 0 }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-left: 5px;
      margin-left: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-bottom: none;
    border-right: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-left: none;
    border-top: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
	display: block
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
	height: 40px
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	right: 16px
}
html.mm-opened .mm-page {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}
.mm-ismenu {
	background: #062128;
	color: rgba(255, 255, 255, 0.6)
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05); }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px; } }
/*
	mmenu counters
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	mmenu dragOpen
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	mmenu header
*/
.mm-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 60px;
  padding: 30px 40px 0 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1; }
  .mm-header .mm-prev,
  .mm-header .mm-next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0; }
    .mm-header .mm-prev:before,
    .mm-header .mm-next:before {
      content: '';
      border: 2px solid transparent;
      display: block;
      width: 7px;
      height: 7px;
      margin-bottom: -5px;
      position: absolute;
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-bottom: -15px; }
  .mm-header .mm-prev {
    left: 0; }
    .mm-header .mm-prev:before {
      border-right: none;
      border-bottom: none;
      left: 22px; }
  .mm-header .mm-next {
    right: 0; }
    .mm-header .mm-next:before {
      border-top: none;
      border-left: none;
      right: 18px; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  padding-top: 20px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-prev:before,
  .mm-menu.mm-hassearch .mm-header .mm-mext:before {
    margin-bottom: -10px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader .mm-panel {
  padding-top: 80px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
  padding-top: 60px; }
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
  padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

/*
	mmenu labels
*/
.mm-menu.mm-fixedlabels .mm-list {
  background: inherit; }
  .mm-menu.mm-fixedlabels .mm-list > li.mm-label {
    background: inherit !important;
    opacity: 0.97;
    height: 25px;
    overflow: visible;
    position: relative;
    z-index: 1; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
      background: inherit;
      width: 100%;
      position: absolute;
      left: 0; }
      .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
      padding-top: 25px; }

.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0; }
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px; }
.mm-list > li.mm-collapsed {
  display: none; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	mmenu searchfield
*/
.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.mm-search {
  background: inherit;
  width: 100%;
  height: 50px;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2; }
  .mm-search input {
    border: none;
    border-radius: 15px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu li.mm-noresults {
  text-align: center;
  font-size: 21px;
  display: none;
  padding-top: 80px; }
  .mm-menu li.mm-noresults:after {
    border: none; }
.mm-menu.mm-noresults li.mm-noresults {
  display: block; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 60px; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

/*
	mmenu effects extension
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  html.mm-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7);
      -moz-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
      -o-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%; }

.mm-menu.mm-fullscreen {
  width: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen {
    width: 140px; }

  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen {
    width: 10000px; }

  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px; } }
.mm-menu.mm-top.mm-fullscreen {
  height: 100%; }

html.mm-top.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%; }
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px; }

  html.mm-top.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px; }

  html.mm-top.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px; }
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px; } }
.mm-menu.mm-right.mm-fullscreen {
  width: 100%; }

html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px; }

  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px; }

  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px; } }
.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%; }

html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%; }
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px; }

  html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px; }

  html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px; }
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px; } }
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
  left: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -10000px; } }
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px; } }
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px; } }
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
	z-index: 0
}
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
	left: 0;
	right: auto
}
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
	top: 0
}
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
	bottom: 0
}

/*
	mmenu themes extension
*/
html.mm-opened.mm-light .mm-page {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}
.mm-ismenu.mm-light {
	background: #f3f3f3;
	color: rgba(0, 0, 0, 0.6)
}
.mm-menu.mm-light .mm-list > li:after {
	border-color: rgba(0, 0, 0, 0.1)
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
	background: rgba(255, 255, 255, 0.6);
	color: rgba(0, 0, 0, 0.3)
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
	border-color: rgba(0, 0, 0, 0.3)
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
	border-color: rgba(0, 0, 0, 0.1)
}
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.6)
}
.mm-menu.mm-light .mm-list > li.mm-label {
	background: rgba(0, 0, 0, 0.03)
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(0, 0, 0, 0.03)
}
.mm-menu.mm-light .mm-search input {
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.6)
}
.mm-menu.mm-light li.mm-noresults {
	color: rgba(0, 0, 0, 0.3)
}
.mm-menu.mm-light em.mm-counter {
	color: rgba(0, 0, 0, 0.3)
}
.mm-menu.mm-light .mm-list li.mm-label > div > div {
	background: rgba(0, 0, 0, 0.03)
}
.mm-menu.mm-light .mm-header {
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.3)
}
.mm-menu.mm-light .mm-header a:before {
	border-color: rgba(0, 0, 0, 0.3)
}
html.mm-opened.mm-white .mm-page {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}
.mm-ismenu.mm-white {
	background: white;
	color: rgba(0, 0, 0, 0.6)
}
.mm-menu.mm-white .mm-list > li:after {
	border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
	background: rgba(0, 0, 0, 0.08);
	color: rgba(0, 0, 0, 0.3)
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
	border-color: rgba(0, 0, 0, 0.3)
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
	border-color: rgba(0, 0, 0, 0.1)
}
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.08)
}
.mm-menu.mm-white .mm-list > li.mm-label {
	background: rgba(0, 0, 0, 0.03)
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(0, 0, 0, 0.03)
}
.mm-menu.mm-white .mm-search input {
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.6)
}
.mm-menu.mm-white li.mm-noresults {
	color: rgba(0, 0, 0, 0.3)
}
.mm-menu.mm-white em.mm-counter {
	color: rgba(0, 0, 0, 0.3)
}
.mm-menu.mm-white .mm-list li.mm-label > div > div {
	background: rgba(0, 0, 0, 0.03)
}
.mm-menu.mm-white .mm-header {
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.3)
}
.mm-menu.mm-white .mm-header a:before {
	border-color: rgba(0, 0, 0, 0.3)
}
html.mm-opened.mm-black .mm-page {
	box-shadow: none
}
.mm-ismenu.mm-black {
	background: black;
	color: rgba(255, 255, 255, 0.6)
}
.mm-menu.mm-black .mm-list > li:after {
	border-color: rgba(255, 255, 255, 0.2)
}
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
	background: rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.3)
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
	border-color: rgba(255, 255, 255, 0.3)
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
	border-color: rgba(255, 255, 255, 0.2)
}
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.25)
}
.mm-menu.mm-black .mm-list > li.mm-label {
	background: rgba(255, 255, 255, 0.15)
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(255, 255, 255, 0.15)
}
.mm-menu.mm-black .mm-search input {
	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.6)
}
.mm-menu.mm-black li.mm-noresults {
	color: rgba(255, 255, 255, 0.3)
}
.mm-menu.mm-black em.mm-counter {
	color: rgba(255, 255, 255, 0.3)
}
.mm-menu.mm-black .mm-list li.mm-label > div > div {
	background: rgba(255, 255, 255, 0.15)
}
.mm-menu.mm-black .mm-header {
	border-color: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.3)
}
.mm-menu.mm-black .mm-header a:before {
	border-color: rgba(255, 255, 255, 0.3)
}

.alignleft {float: left;margin: 0 10px 10px 0;}
.alignright {float: right;margin: 0 0 10px 10px;}
.aligncenter {float: none;margin: 0 auto 10px;}
.wp-caption {max-width: 100%;position: relative}
.wp-caption-text {position: absolute; bottom: 20px;left: 20px;padding: 4px 10px;background: #313131;color:#fff}
.gallery .wp-caption-text {display: none}
.gallery-caption {}
.bypostauthor {}
.sticky {}

.author_avatar {
	float: left;
	margin: 0 15px 0 0
}
.flexslider {
	margin: 0 !important;
	border-radius: 0 !important;
}
.wpcf7-form p {
	margin-bottom: 10px;
}
.wpcf7-form .wpcf7-textarea {
	height: 150px;
	width: 100% !important
}
.wpcf7-text {
	width: 60% !important
}
.widget .wpcf7-text {
	width: 100% !important
}
.wpcf7-submit {
	float: left;
}
.archive_page .grid_6 .grid_3, 
.archive_page .grid_6 .grid_9 {
	width: 100%;
	margin: 0 0 40px
}
.image-container {
	position: relative
}
.image-container img {
	margin: 0 auto
}
.image-container .caption,
.gallery_item .caption {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 99;
	color: #FFF;
	background: #0b6371;
	padding: 4px 10px;
}
.share_post li {
	float: left;
	margin: 0
}
div.wpcf7 img.ajax-loader {
	margin: 5px 0 0 12px;
	display: inline-block;
}
.wp-polls-ans p {
	display: inline-block;
	margin: 0 0 8px
}


#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	background: #0b6371;
	color: #FFF;
	padding: 10px 20px;
}
.bbp-header a {
	color: #fff
}
.bbp-header #subscription-toggle, .bbp-header #favorite-toggle {
	line-height: 22px
}
.bbp-header #subscription-toggle {
	color: #0b6371
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: #0b6371;
	color: #FFF;
	opacity: 1
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	padding: 10px 20px;
}
.bbp-search-form {
	margin: 0 0 12px
}
#bbpress-forums .button,
#bbp_search_submit {
	color: #FFF;
	background: #0b6371;
	border: 0;
	height: 34px;
	outline: none;
	padding: 8.5px 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#bbpress-forums .button:hover, 
#bbp_search_submit:hover {
	background: #0d4b56
}
.bbp-form .submit {
	margin: 0 auto 20px;
}
div.bbp-breadcrumb, div.bbp-topic-tags {
	line-height: 36px;
}
.bbp-breadcrumb-sep {
	padding: 0 6px
}
#bbpress-forums li.bbp-header ul {
	font-size: 14px
}
.bbp-forum-title,
#bbpress-forums .bbp-topic-title .bbp-topic-permalink {
	font-size: 14px;
	font-weight: bold;
}
#bbpress-forums p.bbp-topic-meta span {
	margin: 5px auto;
	display: table;
}
#bbpress-forums .bbp-topic-started-by {
	display: block !important;
}
#bbpress-forums p.bbp-topic-meta a {
	margin: 0 10px 0 0;
	display: inline-block;
}
#subscription-toggle,
#favorite-toggle {
	float: right;
	line-height: 34px;
	color: #DFDFDF;
	display: block;
	border: 1px solid #DFDFDF;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-size: 12px;
}
div.bbp-template-notice a {
	float: left;
	margin: 0 20px 0 0;
}
div.bbp-template-notice a:first-child, 
div.bbp-template-notice a:last-child {
	float: left;
	margin: 0 8px 0 0;
}
#bbp_topic_title, #bbp_topic_tags {
	width: 400px
}
#bbp_stick_topic_select, #bbp_topic_status_select, #display_name {
	width: 200px
}
#bbpress-forums fieldset.bbp-form {
	margin-bottom: 40px
}
.bbp-form .quicktags-toolbar {
	border: 1px solid #EBEBEB;
}
.bbp-form .bbp-the-content,
#bbpress-forums #description {
	border-width: 1px !important;
	height: 200px !important;
}
.widget_display_replies a,
.widget_display_topics a {
	display: inline-block;
}
.widget_display_replies li,
.widget_display_forums li,
.widget_display_views li,
.widget_display_topics li {
	display: block;
	border-bottom: 1px solid #E6E6E6;
	line-height: 32px;
	position: relative;
}
.widget_display_replies li div,
.widget_display_topics li div {
	font-size: 11px;
}
.widget_display_stats dt {
	margin: 0 0 4px;
	border-bottom: 1px solid #EEE;
	color: #3C3C3C;
}
.widget_display_stats dd {
	float: right;
	margin: -22px 0 0 0;
	color: #EEE;
}
#bbpress-forums div.bbp-topic-content code, #bbpress-forums div.bbp-reply-content code, #bbpress-forums div.bbp-topic-content pre, #bbpress-forums div.bbp-reply-content pre {
	background-color: #FFF;
	padding: 12px 20px;
	max-width: 96%;
	margin-top: 0
}
#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
	border-radius: 100%
}
.arqam-widget-counter li span {
	font-size: 16px !important;
	padding: 2px 0 !important;
}
.arqam-widget-counter li a small {
	font-size: 12px !important;
	padding: 4px 0 !important;
	display: block !important;
}
.arqam-widget-counter li a {
	opacity: 1 !important;
	border-radius: 2px !important;
}
.arqam-widget-counter {
	margin-bottom: 40px !important;
}
.wpb_wrapper .banner {
	float: none !important;
	margin: 0 0 40px !important
}
.wpb_wrapper .banner img {
	margin: 0 auto !important
}
.vc_responsive .wpb_row .vc_span12 {
	padding: 0 !important
}

.review-list li {
	margin: 0 !important
}
.review-total-wrapper span.review-total-box {
	font-size: 32px !important
}
.zilla-likes, .zilla-likes:hover, .zilla-likes.active {
	margin: 0 !important
}
.zilla-likes:hover, .zilla-likes.active {
	color: red !important
}
.commentlist .fn {
	margin: 0
}

/* 	Slideshow 2 News
-------------------------------------------- */	
#slideshowt {background-color: #0b6371; overflow:hidden;}
#slideshowt li {margin:0}
#slideshowt .slider_content { float:left; width: 66%; position:relative; margin:0; }
#slideshowt.tabs-left .slider_content{ float:right; }
#slideshowt .slider_content .prl-article-meta { margin-bottom:7px; display:inline-block; border-bottom: 3px solid #e74c3c; color: #fff; opacity: 0.7; padding-bottom:7px;}
#slideshowt .slider_content .prl-article-meta a { color: #fff;} 
#slideshowt .slider_content ul.slides li { position:relative; }
#slideshowt .slider_content img { display:block; }
#slideshowt .slider_content .slider_title { position:absolute; width:100%; left:0; bottom:0; padding:20px; color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index:99;}
#slideshowt .slider_content .slider_title .post_meta{ color:#fff;} 
#slideshowt .slider_content .slider_title h2 { padding:0; margin:0; }
#slideshowt .slider_content .slider_title h2 a{ color: #fff; text-decoration:none; }
#slideshowt .slider_content .slider_title h2 a:hover{ color: #ddd; }
#slideshowt .flex-direction-nav { position:absolute; top:50%; width:100%; height:0px; opacity: 1; z-index:99}
#slideshowt .flex-direction-nav a { position:absolute; top:0; width:36px; height:46px; margin-top:-25px; line-height:46px; display:block;   color: #fff;  -moz-transition: all .3s ease; -webkit-transition: all .3s ease; -o-transition: all .3s ease;  -moz-opacity: 0; opacity: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0); border:2px solid rgba(255,255,255,0.5); background:  url(../pics/_blank.gif); border-radius: 0px}
#slideshowt .flex-direction-nav a:before{ position:absolute; top:0; width:34px; height:46px; line-height:46px; font-family: "FontAwesome"; font-size:30px; display:block; text-indent: 0; text-align:center; }
#slideshowt .flex-direction-nav a.flex-prev:before { content:"\f104" }
#slideshowt .flex-direction-nav a.flex-next:before { content:"\f105"; left:auto; right:0; }
#slideshowt .flexslider:hover .flex-next:hover, 
#slideshowt .flexslider:hover .flex-prev:hover {opacity: 0.8;}
#slideshowt .flex-direction-nav .flex-prev { left:40px;}
#slideshowt .flex-direction-nav .flex-next { right:40px;}
#slideshowt .slider_content:hover .flex-direction-nav a.flex-next { right:20px; -moz-opacity: 1; opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);}
#slideshowt .slider_content:hover .flex-direction-nav a.flex-prev { left:20px; -moz-opacity: 1; opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);}
#slideshowt .slider_tabs img,
#slideshowt .slider_tabs .tt_review,
#slideshowt .slider_tabs .thumb-icon,
#slideshowt .slider_tabs .details,
#slideshowt .slider_tabs .post-edit-link { display: none !important}
#slideshowt .slider_tabs .wgr a.first_A::after {height: 0;background: none}
#slideshowt .slider_tabs .flex-active .wgr a.first_A::after {background: #333}
#slideshowt .slider_tabs h3 { position: relative;bottom: 0;padding: 0;margin: 0 !important;font-size: 13px }
#slideshowt .slider_tabs { float:right; width: 34%; }
.grid_6 #slideshowt .slider_tabs { display: none}
.grid_6 #slideshowt .slider_content {width: 100%}
#slideshowt.tabs-left .slider_tabs { float:left; }
#slideshowt .slider_tabs .tabs { margin:0; padding:0; list-style:none; position:relative; }
#slideshowt .slider_tabs .tabs > li { position:relative; }
.flex-direction-nav {display: none !important}
#slideshowt .slider_tabs .tabs .tab_content{ overflow:hidden;}
#slideshowt .slider_tabs .tabs li.flex-active .tab_content { color: #fff;}
#slideshowt .slider_tabs .tabs li.flex-active a { color: #fff; background-color:#111;}
#slideshowt .slider_tabs .tabs a { color:#aaa; font-size:13px; border-bottom: 1px solid #2B2B2B; display:block; padding:12px 20px}
#slideshowt .slider_tabs .tabs a:hover { color: #fff; text-decoration:none}
#slideshowt .slider_tabs .tabs a .small_meta{ padding-left:5px; font-size:11px; color:#999;} 

.wp_review_tab_widget_content {margin: 0 0 40px !important}
.wp_review_tab_widget_content .tab_title a {background: #F8F8F8 !important}
.wp_review_tab_widget_content .tab_title.selected a {background: #FFF !important}
.review-total-only.small-thumb {font-size: 12px !important;font-weight: 500 !important;padding: 0 6px !important}

#layout .head_t .tt_nav {
	background: #181818
}
#layout .tt_nav .sf-menu {
	margin: 12px 0 !important
}
#layout .tt_nav .tt_nav li:first-child a {
	margin: 0 8px 0 0 !important
}
#layout .tt_nav .sf-menu li:hover ul, #layout .tt_nav .sf-menu li.sfHover ul {
	top: 34px
}
.e_center .logo {
	float: none;
	margin: 15px auto;
	display: table;
}
.e_center .banner {
	float: none;
	margin: 14px auto;
	display: table;
}
#layout .e_center .sf-menu {
	float: none;
	display: table;
	margin: 12px auto !important
}
#layout .head_t a.btn_canvas {
	margin: 2px 0 !important
}

#masonry-container {
	margin: 0 0 0 -30px
}
#masonry-container .post {
	margin: 0 0 0 30px;
	position: relative;
	display: block;
}
.two_col_mas .post { width: 47.5% }
.grid_9 .two_col_mas .post { width: 46.6% }
.grid_6 .two_col_mas .post { width: 44.6% }
.grid_6.alpha .two_col_mas .post, .grid_6.omega .two_col_mas .post { width: 44.7% }

.three_col_mas .post { width: 30.8% }
.grid_9 .three_col_mas .post { width: 29.9% }
.grid_6 .three_col_mas .post { width: 44.6% }
.grid_6.alpha .three_col_mas .post, .grid_6.omega .three_col_mas .post { width: 44.7% }

.four_col_mas .post { width: 22.5% }
.grid_9 .four_col_mas .post { width: 21.4% }
.grid_6 .four_col_mas .post { width: 44.6% }
.grid_6.alpha .four_col_mas .post, .grid_6.omega .four_col_mas .post { width: 44.7% }
#masonry-container .b_block {
	margin: 0 0 30px 0 !important
}

.tt {
	display: block;
	padding: 10px 0;
	border-bottom: 3px solid #DDD;
	text-align: center;
}

/*	Notification Boxes
----------------------------------------------------------------------*/
.notification-box {
	position: relative;
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 20px 32px 20px 20px;
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	-webkit-animation: fadeInUp 1.3s;
	animation: fadeInUp 1.3s;
}
a.notification-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 12px;
}
.notification-box p {
	margin: 0;	
}
.notification-box p i {
	padding-right: 10px;
	border-right: 1px solid;
	margin-right: 10px;
}
.notification-box-info {
	color: #65cad3;
	border: 1px solid #65cad3;
}
.notification-box-success {
	color: #1abc9c;
	border: 1px solid #1abc9c;
}
.notification-box-warning {
	color: #eed880;
	border: 1px solid #eed880;
}
.notification-box-error {
	color: #e06f6f;
	border: 1px solid #e06f6f;
}
.notification-box-info a {
	color: #65cad3;
}
.notification-box-success a {
	color: #1abc9c;
}
.notification-box-warning a {
	color: #eed880;
}
.notification-box-error a {
	color: #e06f6f;
}

/* Pricing Table
================================================== */
.symple-pricing-table { list-style: none; margin: 0; padding: 0; font-size: 16px; }
.symple-pricing-table div { list-style: none }
.symple-pricing-table > div { margin-right: 4%; list-style: none; text-shadow: none; margin-bottom: 0; border: 1px solid #ddd; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
.symple-pricing-table .symple-pricing-header { background: #333; text-align: center; padding: 20px 0; border-bottom: 1px solid #111; }
.symple-pricing-table .symple-pricing-header h5 { color: #fff; font-size: 1.313em; margin: 0; padding: 0 20px 10px; font-weight: bold; background: url("pics/dotted-border-half.html") bottom repeat-x; border-bottom: 1px solid #111; }
.symple-pricing-table .symple-pricing-cost { color: #fff; font-size: 1.500em; line-height: 1em; padding-top: 20px; border-top: 1px solid #444; }
.symple-pricing-table .featured .symple-pricing-header { background: #fd5c41; margin: -1px; color: #fff; border-bottom: 1px solid #e72302; }
.symple-pricing-table .featured .symple-pricing-header h5 { color: #fff; border-bottom: 1px solid #e72302; }
.symple-pricing-table .featured .symple-pricing-cost { border-top: 1px solid #fe8773 }
.symple-pricing-table .symple-pricing-per { font-size: 0.786em; color: #fff; }
.symple-pricing-table .symple-pricing-content { background: #fff; font-size: 0.857em; text-align: center; }
.symple-pricing-table .symple-pricing-content ul { margin: 0 !important; list-style: none !important; }
.symple-pricing-table .symple-pricing-content ul li { margin: 0 !important; padding: 10px 20px !important; border-bottom: 1px solid #eee; list-style: none !important; }
.symple-pricing-table .symple-pricing-content ul li:nth-child(2n+2) { background: #f9f9f9 }
.symple-pricing-table .symple-pricing-button { background: #fff; text-align: center; border-top: 1px solid #fff; padding: 20px; }
.symple-pricing-table .symple-pricing-button .symple-button { float: none; margin: 0 auto; }
.symple-one-half { width: 48% }
.symple-one-third { width: 30.66% }
.symple-two-third { width: 65.33% }
.symple-one-fourth { width: 22% }
.symple-three-fourth { width: 74% }
.symple-one-fifth { width: 16.8% }
.symple-two-fifth { width: 37.6% }
.symple-three-fifth { width: 58.4% }
.symple-four-fifth { width: 67.2% }
.symple-one-sixth { width: 13.33% }
.symple-five-sixth { width: 82.67% }
.symple-one-half, .symple-one-third, .symple-two-third, .symple-three-fourth, .symple-one-fourth, .symple-one-fifth, .symple-two-fifth, .symple-three-fifth, .symple-four-fifth, .symple-one-sixth, .symple-five-sixth { position: relative; margin-right: 4%; margin-bottom: 2em; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.symple-column-last { margin-right: 0!important; clear: right; }
.symple-column-last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.symple-one-half, .symple-one-third, .symple-two-third, .symple-three-fourth, .symple-one-fourth, .symple-one-fifth, .symple-two-fifth, .symple-three-fifth, .symple-four-fifth, .symple-one-sixth, .symple-five-sixth { }

/* Review Styles
================================================== */
.review-wrapper {
	  border: 1px solid #e7e7e7;
	  margin-bottom: 1.5em;
	  overflow: hidden;
	  clear: both;
}
.review-title {
	background-color: #f6f6f6;
	  border-bottom: 1px solid #e7e7e7;
	  margin: 0;
	  padding: 10px 15px;
}
.review-wrapper .review-list {
	  margin: 0;
	  list-style: none;
	  padding: 0;
}
.review-list li {
	  border-bottom: 1px solid #e7e7e7;
	  padding: 10px 15px;
	  position: relative;
	  list-style: none;
}
.review-list li:nth-child(even) {
	background-color: #fafafa;
}
.review-list li:last-child {
	border-bottom: 1px solid #e7e7e7;
}
.review-summary-title {
	margin-bottom: 5px;
}
.review-desc {
	  float: left;
	  width: 75%;
	  padding: 10px 15px;
	  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.review-desc p:last-child {
	margin-bottom: 0;
}
.review-result-wrapper i {
	  font-style: normal;
	  font-size: 16px;
}
.review-result {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 22px;
	  overflow: hidden;
	  white-space: nowrap;  
}
.review-total-wrapper {
	  float: right;
	  margin: 0;
	  margin-right: 0;
	  padding-right: 0;
	  position: relative;
	  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	  margin-right: 15px;
}
.review-total-wrapper span.review-total-box {
	  border-top: 0;
	  border-bottom: 0;
	  border-left: 0;
	  border-right: 0;
	  display: block;
	  font-size: 40px;
	  font-weight: 700;
	  text-align: right;
	  margin: 0;
	  padding: 35px 0 20px;
	  width: 100%;
	  -webkit-box-sizing: border-box;     -moz-box-sizing: border-box;     box-sizing: border-box;
}
.review-total-wrapper span.review-total-box small{font-size: 12px; display: block;}
.percentage-icon {
	  font-size: 22px;
	  position: relative;
	  top: -14px;
}
.review-total-star { 
	  position: relative;
	  margin-top: 5px;
	  margin: 5px auto 15px auto;
	  float: right;
}
.review-total-star.allowed-to-rate{margin-top:-10px;}
.review-total-star.allowed-to-rate.has-not-rated-yet a{cursor: pointer;}
.review-total-star.allowed-to-rate.has-not-rated-yet:hover .review-result {opacity: 0; filter: alpha(opacity=0); display:none}
.review-total-star.allowed-to-rate.has-not-rated-yet a:hover > i{opacity: 1; filter: alpha(opacity=1);}
.review-total-star.allowed-to-rate a.hovered i{opacity: 1; filter: alpha(opacity=1);}
.mts-review-wait-msg{display: none;}
.review-total {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 16px;
	z-index: 99;
	text-indent: -9999px;
}
.review-star {
	position: absolute;
	right: 15px;
	top: 10px;
}
.bar-point .review-star,
.percentage-point .review-star {
	position: relative;
	margin: 6px 0;
	top: 0;
	right: 0;
}
.bar-point .review-result-wrapper,
.percentage-point .review-result-wrapper {
  background: rgba(0,0,0,0.1) 0 -24px repeat-x;
  width: 100%;
  height: 22px;
}

.bar-point .review-result,
.percentage-point .review-result {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 22px;
  z-index: 99;
  text-indent: -9999px;
}

.review-total-star.allowed-to-rate .review-result-wrapper{background: none;}
/**
 * Twenty series themes compatibilty
 */
.entry-content .review-title,
#content .review-title {
  margin: 0;
}

.entry-content .review-wrapper li {
  margin: 0;
}

.entry-content .review-summary-title,
#content .review-summary-title {
  margin-bottom: 5px;
}

#content .review-list {
  margin: 0;
}

#content .review-desc p:last-child {
  margin-bottom: 0;
}

/**
 * Basic styling for wp_review_display_total
 */
.review-total-only {
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.6);
  color:#fff;
  font-size:13px;
    
  display: inline-block;
}
.review-total-only .percentage-icon {
    font-size: inherit;
    top: 0;
}
.review-total-only .review-type-star {
  font-size:12px;
    padding: 3px 6px;
}
.review-total-only .review-total-star {
	font-size:12px;
	margin: 0;
}
.review-total-only .review-result-wrapper i {
	color: #FFF !important;
	opacity: 0.50;
	filter: alpha(opacity=50);
}
.review-total-only .review-result-wrapper .review-result i {
	opacity: 1;
	filter: alpha(opacity=100);
}
.user-review-area{ border-top: 1px solid #e7e7e7; margin-top: -1.5em; overflow: hidden; padding: 10px 15px; position: relative; clear: both;}
.user-total-wrapper{float: left;  margin:0;  }
.review-total-star.allowed-to-rate{float: right; margin:0;}
.user-total-wrapper .user-review-title{/*font-size: 20px;*/ font-weight: bold;margin:0;}
.user-total-wrapper #mts-user-reviews-total{/*font-size: 20px;*/}
@media screen and (max-width:1040px) {
	.review-desc { width: 71%;}
}
@media screen and (max-width:860px) {
	.review-desc { width: 66%;}
}
@media screen and (max-width:470px) {
	.review-desc { padding: 4%; width: 100%;}
	.review-total-wrapper { width: 100%; margin-right: 0;}
	.review-total-wrapper span.review-total-box { padding: 10px 0 20px; text-align: left; padding-left: 10px;}
	.review-total-star { position: absolute; right: 20px; top: 5px;}
	.user-total-wrapper{width: 96%;}
	.review-total-star.allowed-to-rate{position: relative; right: auto;left: 0;float: left;}
}
.bar-point .review-result { background-color: #0d4b56; }
.review-wrapper, .review-title, .review-desc p{ color: #3f3f3f;}
.review-list li, .review-wrapper{ background: #ffffff;}
.review-title, .review-list li:nth-child(2n){background: #fafafa;}
.bar-point .allowed-to-rate .review-result, .percentage-point .allowed-to-rate .review-result{background: none;}
.review-total-star.allowed-to-rate a i { color: #0d4b56; opacity: 0.50; filter: alpha(opacity=50); }
.bar-point .allowed-to-rate .review-result, .percentage-point .allowed-to-rate .review-result{text-indent:0;}
.bar-point .allowed-to-rate .review-result i, .percentage-point .allowed-to-rate .review-result i, .mts-user-review-star-container .selected i { color: #0d4b56; opacity: 1; filter: alpha(opacity=100); }
.review-wrapper, .review-title, .review-list li, .review-list li:last-child, .user-review-area{border-color: #efefef;}


.btn {
  display: inline-block;
  padding: 4px 8px;
  min-width:20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.sch_newslist{
	overflow:hidden; max-height:1450px;padding:10px 0; list-style:none;
}
.sch_newslist ul li i{
	font-size:14px; color:#024550;
}
.sch_newslist ul li{
	padding:10px 15px 10px; border-bottom: dashed 1px #ccc; clear:both; direction: rtl; text-align: justify; color: #1C2A2B; list-style:none; font:13px Djfont-reg; margin:0
}
.sch_newslist ul li:nth-child(even){
	background-color: #eee;
}
.red{
	color:red;
}
#screenshot{
	position:absolute;
	border:1px solid #0b6371;
	background:#0b6371;
	padding:2px;
	display:none;
	color:#fff;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.islamic_date{
	position:absolute; top: 75px; left:0; font-size:12px; display: inline-block; color:#ccc
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .islamic_date{
		top: 103px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
