/* 	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;
}
/*	General Styling
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	background: #eff2f6;
	color: #111;
	line-height: 24px;
	font-family: "Roboto", Helvetica, Tahoma, Arial;
	font-weight: 400;
	font-size: 16px
}
::selection{
	color:#fff;
	background:#E84A4A
}
::-moz-selection{
	color:#fff;
	background:#E84A4A
}
img {
	border: none;
	max-width: 100%
}
a {
	color: #000;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out
}
a:hover {
	color: #E84A4A
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Roboto", Helvetica, Tahoma, Arial;
	font-weight: 700;
}
h1 { font-size: 30px; line-height: 36px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p {
	margin-bottom: 30px
}
p:last-child {
	margin-bottom: 0
}
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: right;
	padding: 0 0 5px 0
}
hr {
	background: #e6e6e6;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative
}
pre {
	color: #333;
	white-space: initial;
	border-radius: 3px;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	white-space: initial;
	margin: 5px 0 20px 0;
	overflow: auto;
	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 {
	color: #333;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	border-radius: 3px;
	margin: 5px 0 20px 0;
	clear: both;
	display: block;
	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;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
textarea {
	white-space:pre;
}
/*	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}

/*	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:98.0%}
.grid_12:after {
	content: "";
	clear: both;
}
.grid_full {
	width:100%;
}
.grid_1_5 {
	width:18.0%;
}
.grid_2_5 {
	width:38.0%;
}
.grid_3_5 {
	width:58.0%;
}
.grid_4_5 {
	width:78.0%;
}
.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:99.0%;
}
.grid_1_5.alpha,.grid_1_5.omega {
	width:19.0%;
}
.grid_2_5.alpha,.grid_2_5.omega {
	width:39.0%;
}
.grid_3_5.alpha,.grid_3_5.omega {
	width:59.0%;
}
.grid_4_5.alpha,.grid_4_5.omega {
	width:79.0%;
}
.row {
	width: 1190px;
	margin: 0 auto;
	position: relative;
}
#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);
	border-radius: 10px
}
.full {
	width: 100%;
	margin: 0 auto;
	background: #fff
}
.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;
}

/* 	Header
----------------------------------------------------------------------------------------------------*/
#header {
	position : relative;	
}
.a_head {
	background: #2F88D6;/*1d1e20*/
}
.b_head {
	width:100%;
	margin:0;	
	background: url('/topbg42.jpg') no-repeat; 
	background-size: cover;
}
.b_head .logo {
	padding: 15px;
}
.c_head {
	background: #1d1e20;
}
.logo {
	float: left
}
.center_logo {
	float: none;
	margin: 0 auto;
	display: table;
}
.ads {
	float: right;
	margin:10px;
	max-height:120px !important;
	max-width:970px !important;
	/*border:2px solid #FFF;*/
	overflow:hidden;
}
.adsbig {
	float: right;
	padding:2px;
}

.right_icons {
	margin: 0;
	position: absolute;
	right: 0;
	z-index: 99999999999;
}
.right_icons:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.right_icons a {
	float: right;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding: 16px 20px;
	border-left: 1px solid #2B2B2B;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.right_icons a:hover, .search_icon i:hover, .search_icon i.activeated_search {
	background: #E84A4A;
	color: #fff
}
#header .search {
	position: relative;
	margin: 0;
	float: right;
	z-index: 99
}
.search_icon {
	position: relative;
	cursor: pointer
}
.search_icon i {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding: 14px 20px; /*20px 20px*/
	border-left: 1px solid #2B2B2B;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.s_form {
	position: absolute;
	display: none;
	top: 62px;
	right: 0;
	padding: 8px 10px;
	background: #FFF;
	border-radius: 3px;
	border-top: 2px solid #E84A4A;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.s_form:after {
	content: no-close-quote;
	position: absolute;
	width: 0px;
	height: 0px;
	top: -8px;
	right: 22px;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-bottom: 6px solid #E84A4A;
}
#header .search form {
	position: relative;
}
#header .search input {
	margin: 0;
	padding: 0 10px;
	display: block;
	line-height: 30px;
	height: 30px;
	border: 1px solid #eee;
	border-radius: 3px;
	font-size: 11px;
	color: #808080;
	width: 200px;
	-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;
}
#header .search button {
	position: absolute;
	top: 7px;
	right: 12px;
	background: none;
	border: 0;
	font-size: 11px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .search button:hover {
	color: #E84A4A
}
.right_bar .lang {
	float: right;
	padding: 0;
	margin: 0;
	/*border-left: 1px solid #2B2B2B;*/
	position: relative;
}
.right_bar .lang img {
	width: 16px;
}
.right_bar .lang a {
	padding: 12px;
	display: block;
}
.more_lang {
	display: none;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 99;
	background: #1D1E20;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.more_lang a {
	display: block;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.more_lang a:hover {
	opacity: 1
}
.lang:hover .more_lang {
	-webkit-animation: fadeInDown 0.5s;
	animation: fadeInDown 0.5s;
	display: block
}
.clock {
	padding: 0px 15px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	float: right;
	font-size: 12px;
	z-index: 99;
	position: relative;
	color: #FFF;
	background: url('../images/clock.png') repeat scroll 0% 0% transparent;
	margin: 5px 10px 0 0;
	border-radius: 2px;
}
.clock i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    background: url('../images/clock.png') repeat scroll 0% 0% transparent;
    left: 0px;
    border-radius: 2px 0px 0px 2px;
}
#date_time {
	float: left;
	margin-left:15px;
}

/*	Popup SignIn
----------------------------------------------------------------------*/
.sign_in {
	float: right;
	height: 29px;
	margin: 4px 0 0 0;
}
#LoginBackgroundPopup {
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	z-index: 9997;
}
#popupLogin {
	display:none;
	position:fixed;
	width:360px;
	top:50%;
	left:50%;
	z-index: 9998;
	margin-left: 0;
}
#popupLogin .d_block  {
	background: url(../images/transparent.png) repeat;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	padding: 5px;
}
#popupLogin .d_block2  {
	background: #FFF;
	padding: 18px;
}
#popupLoginClose {
	position: absolute;
	top: 25px;
	right: 33px;
	font-size: 24px;
	color: #5C5C5C;
	cursor: pointer;
}
#login_username, #login_password {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	padding: 0 10px;
	margin: 0 0 10px 0;
	line-height: 24px;
	height: 34px;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.zigmaIn {
	-webkit-animation: fadeInDown 0.6s;
	animation: fadeInDown 0.6s;
}

/* 	Social
----------------------------------------------------------------------------------------------------*/
.social a {
	float: right;
	text-align: center;
	margin: 0;
	width: 35px;
	height: 35px;
	color: #DFDFDF;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.social_head {
	float: right;
	margin: 0;
	position: relative;
}
.social a i {
	padding: 10.5px 0;
	display: block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.social a:hover i {

}
.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-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-stackexchange, .with_color a .fa-stackexchange { background: #4e4e4e; color: #fff;border-color:#fff}
.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 i {color: #fff}

/*	Superfish
----------------------------------------------------------------------*/
.home_class i {
	font-size: 16px
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
}
.sf-menu {
	float: left;
	padding: 0;
	position: relative;
	margin: 0;
	width: 100%
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 172px;
}
.sf-menu ul li {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #1D1E20
}
.sf-menu li:hover { visibility: inherit }
.sf-menu li {
	float: left;
	border-right: 1px solid #2B2B2B;
	margin: 0;
	padding: 0
}
.sf-menu li li {
	border-bottom: 1px solid #2B2B2B;
	border-right: 0;
	margin:0;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.sf-menu li li:last-child {
	border-bottom: 0
}
.sf-menu li li:first-child {border-top: 0}
.sf-menu li li a {
	padding: 12px 14px;
	line-height: 20px;
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sf-menu a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 20px; /*16px 20px*/
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sf-menu li li a {
	margin: 0;
	border:0
}
.sf-menu > li:hover > a, .sf-menu > li > a:hover {
	color: #fff;
}
.sf-menu li.current > a {
	color: #fff;
}
.sf-menu li li:hover > a, .sf-menu li li > a:hover, .sf-menu li li.current > a {
	border: 0;
	color: #fff;
}
.sf-menu li li a {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}
.sf-menu li li i {
	margin-right: 8px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	z-index:	 999;
	top: 44px;/*56px*/
	padding: 0;
	-webkit-animation: fadeInDown 0.5s;
	animation: fadeInDown 0.5s;
}
.sf-menu li:hover ul li ul,
.sf-menu li.sfHover ul li ul,
.sf-menu li:hover ul li ul li ul,
.sf-menu li.sfHover ul li ul li ul  {
	left: 172px;
	z-index: 999;
	top: 0 !important
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li {
	position: relative !important
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 172px;
	top: 0 !important;
	padding: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 172px;
	top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

/*** arrows **/
.sf-sub-indicator {
	position: absolute;
	display: block;
	overflow: hidden;
}
.sf-menu > li > a .sf-sub-indicator {
	display: none
}
a > .sf-sub-indicator {
	position: absolute;
	font-size: 8px;
}
li li a .sf-sub-indicator {
	top: 13px;
	right: 5%;
}
.mega  {padding: 0 !important;background: #1D1E20}
.col5.mega  {left: 0}
.col4.mega  {left: 0}
.col3.mega, .col2.mega  {}
.col1, .col2, .col3, .col4, .col51 {float:left}
.col1 {width: 25% !important}
.col2 {width: 50% !important}
.col3 {width: 75% !important}
.col4 {width: 100% !important}
.col5 {width: 100% !important}
.col51 {width: 20% !important}
.mega h4, .mega h5 {color: #fff;margin-top: 10px}

.second_menu * {
	z-index: 9999999999999999999999 !important
}
.second_menu .sf-menu a {
	font-size: 12px;
	font-weight: 400;
	padding: 6px 16px 5px
}
.second_menu .sf-menu li:hover ul,
.second_menu .sf-menu li.sfHover ul {
	top: 32px
}
.second_menu li li a .sf-sub-indicator {
	top: 6px
}

/*	Ticker
----------------------------------------------------------------------*/
.ticker-wrapper.has-js {
	padding: 2px 0;
	width: 620px;
	height: 29px;
	display: block;
	float: left;
	font-size: 12px;
}
.ticker {
	width: 710px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
}
.ticker-title {
	display: none !important;
	padding-top: 2px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.ticker-content {
	left: 0 !important;
	margin: 0px;
	padding-top: 8px;
	position: absolute;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;
	color: #fff;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #2F88D6;/*#1D1E20*/
	display: block;
	width: 800px;
	height: 23px;
}
.ticker-swipe span {
	margin-left: 1px;
	border-bottom: 1px solid #fff;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;
}
.ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');
	background-position: 16px 16px;
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;
}
.ticker-controls li.jnt-next.down {
	background-position: 16px 0px;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px;
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
	float: right;
}
.right .ticker-controls {
	padding-right: 6px;
}
.freq_out {
	float: left;
	margin: 12px 12px;
	direction: ltr;
}
.freq {
	position: relative;
	width:10px;
	height:10px;
	top: 1px;
}
.inner_f {
	content: no-close-quote;
  	background-color: #E84A4A;
	width:4px;
	height:4px;
  	border-radius:100%;
	position: absolute;
	top:3px;
	left:3px
}
#layerBall {
	box-shadow: 0 0 1px #E84A4A;
	width:10px;
	height:10px;
	border-radius:50px;
	position:absolute;
	z-index:99;
	top:0;
	left:0;
	-webkit-animation-name: pulsee;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-duration: 2.5s;
}
#layerBall:after {
	background-color: #E84A4A;
	width: 10px;
	height:10px;
	border-radius:50px;
	content: no-close-quote;
	position:absolute;
	z-index:99;
}
#layerBall:before {
	box-shadow: 0 0 4px #E84A4A;
	width:10px;
	height:10px;
	border-radius:50px;
	content: no-close-quote;
	position:absolute;
	z-index:99;
  	-webkit-animation-name: pulseee;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-duration: 3s;
}
@-webkit-keyframes pulsee {
	0%   {-webkit-transform: scale(0);opacity: 0;}
	10%  {-webkit-transform: scale(1);opacity: 0.8;}
	50%  {-webkit-transform: scale(3);opacity: 0;}
	100% {-webkit-transform: scale(0);opacity: 0;}
}
@-webkit-keyframes pulseee {
	0%   {-webkit-transform: scale(0);opacity: 0;}
	10%  {-webkit-transform: scale(0.5);opacity: 0.8;}
	50%  {-webkit-transform: scale(1.5);opacity: 0;}
	100% {-webkit-transform: scale(0);opacity: 0;}
}
@keyframes pulsee {
	0%   {-webkit-transform: scale(0);opacity: 0;}
	10%  {-webkit-transform: scale(1);opacity: 0.8;}
	50%  {-webkit-transform: scale(3);opacity: 0;}
	100% {-webkit-transform: scale(0);opacity: 0;}
}
@keyframes pulseee {
	0%   {-webkit-transform: scale(0);opacity: 0;}
	10%  {-webkit-transform: scale(0.5);opacity: 0.8;}
	50%  {-webkit-transform: scale(1.5);opacity: 0;}
	100% {-webkit-transform: scale(0);opacity: 0;}
}

/*	Sticky
----------------------------------------------------------------------*/
.sticky {
	position: fixed !important;
	z-index: 1000;
	top: 0;
	left:0;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.boxed .sticky, .boxed-margin .sticky {
	left: auto;
	width: 1190px;
}

/*	Page Content
----------------------------------------------------------------------*/
.page-content {
	margin: 10px 0;
	/*background-color:#FFFFFF;*/
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);	*/
}
.ipress_slider .item img{
	display: block;
	width: 100%;
	height: auto;
}

.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(../images/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: 5px 10px;
	font-size: 14px;
	background: #1D1E20;
	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{
	background: #E84A4A;
	-webkit-animation: floating 0.5s;
	animation: floating 0.5s;
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.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);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 318px;
	background: url(images/AjaxLoader.gif) no-repeat center center
}
.ipress_slider .item .half {
	position: relative;
	float: left;
	width: 50%
}
.ipress_slider .item img {
	width: 100%;
}
.ipress_slider .slide_details {
	padding: 20px;
	position: absolute;
	bottom: 0;
	z-index: 9999;
}
.ipress_slider .slide_details h3 {
	padding: 4px 12px;
	font-size: 14px;
	background: rgba(29, 30, 32, 0.8);
	margin: 2px 0 0 0;
}
.ipress_slider .slide_details .post_rating {
	background: rgba(29, 30, 32, 0.8);
	padding: 4px 8px
}
.ipress_slider .slide_details a {
	color: #FFF;
}
.ipress_slider .slide_details .line {
	border-bottom: 3px solid #fff;
	width: 30px;
	display: inline-block;
	margin: 0 0 10px 0;
}
.ipress_slider .owl-controls {
	bottom: -24px;
	right: 0;
}
.ipress_slider .owl-controls .owl-page span {
	width: 20px;
	height: 6px;
	margin: 0px 0 0 4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #979797;
}

.posts iframe {
	width: 100%
}
.posts .title {
	position: relative;
	color: #fff;
	background: #1d1e20;
	padding: 6px 16px;
	margin: 0 0 20px 0
}
.posts .title .feed {
	position: absolute;
	right: 18px;
	top: 10px;
	font-size: 16px;
	color: #FFF;
}
.posts .title:after {
	content: no-close-quote;
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: -6px;
	left: 22px;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #1d1e20;
}
.posts .title h4 {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.posts .title h1 {
	color: #FFF;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}
.post_day {
	background: #FAFAFA;
  padding: 15px;
  border-radius: 10px;
}
.post_day .relative .cat {
	right: 0;
	top: 15px;
	position: absolute;
}
.post_day .relative .cat:after {
	content: no-close-quote;
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 10px;
	right: -5px;
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid #1D1E20;
}
.post_day_content {
	padding: 10px 20px;
}
.post_m_content {
	padding: 10px 0;
}
.small_posts .s_thumb {
	position: relative;
	float: left;
	margin: 0 20px 20px 0
}
.small_posts .s_thumb span {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #E84A4A;
	z-index: 99;
	color: #FFF;
	text-align: center;
	width: 20px;
	height: 20px;
	font-size: 11px;
	padding: 0 0 3px 0;
}
.small_posts li.clearfix {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ECECEC;
}
.small_posts li.clearfix:last-child {
	margin: 0;
	border-bottom: 0
}
.small_posts h3 {
	line-height: 18px;
	margin: 0 0 5px 0;
	font-size: 14px
}
.small_posts .meta {
	font-size: 12px
}
.small_posts .cat {
	padding: 2px 8px;
	display: inline-block;
}
.post_rating {
	padding: 2px 8px;
	font-size: 12px;
	display: inline-block;
	color: #FFF !important;
	background: #1D1E20;
	z-index: 99;
	display: inline-block;
}
.post_rating i {
	padding: 0 4px 0 0;
}

.single_post h3.single_title {
	font-size: 20px
}
.share_post  {
	background: #efefef
}
.share_post span {
	color: #fff;
	background: #e84a4a;
	float: left;
	padding: 4px 10px;
}
.share_post .socials {
	float: left;
	padding: 2px 0 0 20px;
}
.author_post .title {
	margin: 0;
}
.author_post .author_co {
	background: #EFEFEF;
	padding: 30px;
}
.author_post .author_co img {
	float: left;
	margin: 0 20px 20px 0
}
.author_post .author_co .social a {
	color: #929292;
	border-color: #EFEFEF;
}
.posts_links small {
	display: block;
	color: #CCC;
	margin-left: 30px
}
.posts_links span {
	display: block;
	margin-left: 30px
}
.posts_links i {
	position: absolute;
	color: #CCC;
	left: -20px;
	font-size: 52px;
}
.posts_links a.righter i {
	right: -20px
}
.posts_links a.righter span, .posts_links a.righter small {
	margin-right: 30px
}


.pagination-tt ul {
	float: left;
}
.pagination-tt ul li {
	display: inline-block;
	margin: 0;
}
.pagination-tt ul li span {
	display: block;
	padding: 10px 12px;
	background: #1D1E20;
	color: #fff;
}
.pagination-tt ul li a {
	display: block;
	padding: 10px 12px;
	color: #fff;
	background: #E84A4A;
	transition: all 0.2s ease;
}
.pagination-tt ul li a:hover {
	background: #1D1E20
}
.pagination-tt .pages {
	float: right;
	padding: 10px 12px;
}

.recent_comments h5 {
	margin: 0;
}
.recent_comments p {
	line-height: 18px;
}
[class^='small_slider_'] .owl-controls, [class^='carousel_'] .owl-controls {
	position: absolute;
	bottom: auto;
	right: 42px;
	top: -49px;
}
[class^='small_slider_'] .owl-controls .owl-page span, [class^='carousel_'] .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	margin: 6px;
	background: #EBEBEB
}
.ads_block img {
	margin: 0 auto;
	text-align: center
}
[class^='carousel_'] .item{
	margin: 5px 4px;
}
[class^='carousel_'] .item img{
	display: block;
	width: 100%;
	height: auto;
}
.wp-polls-ul {
	margin: 0 0 20px 0
}
.wp-polls input.Buttons {
	border: 0px;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	background: #E84A4A;
	margin: 10px 10px 10px 0;
	display: inline-block;
	cursor: pointer;
}
.wp-polls input.Buttons:hover {
	background: #1D1E20;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.cat {
	padding: 4px 10px;
	font-size: 12px;
	display: inline-block;
	color: #FFF !important;
	background: #1D1E20;
	z-index: 99
}
.title.colordefault, .cat.colordefault, li.colordefault:hover > a, li.colordefault li:hover > a, li.current.colordefault {background: #E84A4A}
.title.color1, .cat.color1, li.color1:hover > a, li.color1 li:hover > a, li.current.color1 {background: #30DD98}
.title.color2, .cat.color2, li.color2:hover > a, li.color2 li:hover > a, li.current.color2 {background: #d1c54a}
.title.color3, .cat.color3, li.color3:hover > a, li.color3 li:hover > a, li.current.color3 {background: #FF3C7A}
.title.color4, .cat.color4, li.color4:hover > a, li.color4 li:hover > a, li.current.color4 {background: #00FF2F}
.title.color5, .cat.color5, li.color5:hover > a, li.color5 li:hover > a, li.current.color5 {background: #00ADFF}
.title.color6, .cat.color6, li.color6:hover > a, li.color6 li:hover > a, li.current.color6 {background: #325C94}
.title.color7, .cat.color7, li.color7:hover > a, li.color7 li:hover > a, li.current.color7 {background: #FF2121}
.title.color8, .cat.color8, li.color8:hover > a, li.color8 li:hover > a, li.current.color8 {background: #465559}
.title.color9, .cat.color9, li.color9:hover > a, li.color9 li:hover > a, li.current.color9 {background: #ff9900}

.colordefault.title:after {border-top-color: #E84A4A !important}
.color1.title:after {border-top-color: #30DD98 !important}
.color2.title:after {border-top-color: #d1c54a !important}
.color3.title:after {border-top-color: #FF3C7A !important}
.color4.title:after {border-top-color: #00FF2F !important}
.color5.title:after {border-top-color: #00ADFF !important}
.color6.title:after {border-top-color: #325C94 !important}
.color7.title:after {border-top-color: #FF2121 !important}
.color8.title:after {border-top-color: #465559 !important}
.color9.title:after {border-top-color: #ff9900 !important}

.colordefault.cat:after {border-left-color: #E84A4A !important}
.color1.cat:after {border-left-color: #30DD98 !important}
.color2.cat:after {border-left-color: #d1c54a !important}
.color3.cat:after {border-left-color: #FF3C7A !important}
.color4.cat:after {border-left-color: #00FF2F !important}
.color5.cat:after {border-left-color: #00ADFF !important}
.color6.cat:after {border-left-color: #325C94 !important}
.color7.cat:after {border-left-color: #FF2121 !important}
.color8.cat:after {border-left-color: #465559 !important}
.color9.cat:after {border-left-color: #ff9900 !important}
/*	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;
}
#contactForm #message {
	display: block;
	width: 100%;
	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;
}
#track_input:focus,
#contactForm #senderName:focus,
#contactForm #senderEmail:focus,
#contactForm #message:focus {
	background: #fff;
	border: 1px solid #E84A4A;
}
#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;
	float: right;
	display:inline-block;
	cursor:pointer;
	position:relative;
	padding: 10px 16px;
	background: none;
	color: #fff;
	border: 0;
	background: #E84A4A;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none !important;
}
#contactForm #sendMessage:hover {
	background: #1D1E20
}
#contactForm textarea {
	width: 98%;
}

/*	Sidebar
----------------------------------------------------------------------*/
.widget {
	margin: 0 0 40px 0;
}
.sidebar .widget {
	background: #FFF;
  	padding: 0;
  	border-radius: 10px;
}
.widget .title {
	position: relative;
	color: #fff;
	background: #1d1e20;
	padding: 6px 16px;
	margin: 0 0 20px 0
}
.widget .title:after {
	content: no-close-quote;
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: -6px;
	left: 22px;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #1d1e20;
}
.widget .title h4 {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.widget .tags {
	padding: 10px;
}

.small_slider_hots .owl-controls {
	right: 12px !important
}
.counter li {
	width: 48%;
	display: inline-block;
	margin: 0 0 14px 0
}
.counter i {
	width: 48px;
	height: 52px;
	position: relative;
	background: #ccc;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	float: left
}
.counter .fa:before {
	padding: 14px
}
.counter li i:after {
	content: no-close-quote;
	position: absolute;
	width: 0;
	height: 0;
	right: -6px;
	bottom: 20px;
	border-top: 6px solid rgba(0, 0, 0, 0);
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-left: 6px solid #00ABDC
}
.counter .twitter i {background: #00ABDC}
.counter .twitter i:after {border-left-color: #00ABDC}

.counter .facebook i {background: #325c94}
.counter .facebook i:after {border-left-color: #325c94}

.counter .dribbble i {background: #fa4086}
.counter .dribbble i:after {border-left-color: #fa4086}

.counter .rss i {background: #f5931f}
.counter .rss i:after {border-left-color: #f5931f}

.counter span {
	float: left;
	padding: 8px 0 0 20px;
	line-height: 18px;
	font-size: 12px;
}


.widget iframe {
	width: 100%
}
.widget .list 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 .list li a span {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	float: right
}
.widget .list li:hover span {
	padding-right: 10px
}
.widget .list li.current a, .widget .list li:hover a {
	color: #5486da;
	border-bottom: 1px solid #5486da;
	background: rgba(84, 134, 218, 0.07);
	padding-left: 10px;
}
.tags i {
	margin-right: 4px
}
.tags a {
	color: #868686;
	padding: 6px 12px;
	font-size: 12px;
	margin: 0 0px 4px 0;
	display: inline-block;
	background: #F1F1F1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none !important;
}
.tags a:hover {
	background: #E84A4A;
	color: #fff;
}
#footer .tags a {
	background: #181717;
}
#footer .tags a:hover {
	background: #E84A4A;
	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;
	text-align: center;
	font-weight: 400;
}
#wp-calendar td {
	background: #EEEEEE;
	border: 1px solid #FFFFFF;
	padding: 4px 6px;
	text-align: center;
}
#wp-calendar td.pad{
	background: #FFFFFF;
}
#wp-calendar #today {
	background: #E84A4A;
	color: #FFFFFF;
}
#wp-calendar #today a {
	color: #FFFFFF;
}
#wp-calendar caption {
	text-align: center;
	background: #1D1E20;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 8px 0;
}

.r_content {
	position: absolute;
	bottom: 0;
	z-index: 99;
}
.r_content .cat {
	left: 20px;
	position: relative;
}
.r_content .r_title {
	color: #fff;
	width: 100%;
	display: inline-block;
	background: rgba(0, 0, 0, 0.39);
	margin: 4px 0 0 0;
}
.r_content .r_title a {
	display: block;
	padding: 15px 20px;
	color: #fff;
}

.latest_tweets {
	background: #36a7d6;
}
.tweets {
	color: #FFF;
	padding: 0 20px 54px;
}
.tweets .owl-controls {
	right: 0;
	bottom: -40px;
}
.tweets .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	margin: 5px 5px;
	background: #fff;
}
.latest_tweets i {
	padding: 0 4px 0 0
}
.latest_tweets h4 {
	color: #FFF;
	padding: 14px 20px;
	font-weight: 200;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #FFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.latest_tweets h4 small {
	font-weight: 100;
	font-size: 12px;
	color: #E2E2E2;
	font-style: italic;
	margin: 0 0 0 6px;
}

/*	Accordion, Toggle
----------------------------------------------------------------------*/
.accordion-head,
.toggle-head {
	position: relative;
	padding: 10px 0 10px 60px;
	margin: 8px 0 0 0;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 0;
	color: #fff;
	background: #2c3337;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.accordion-head i,
.toggle-head i {
	padding-right: 8px;
}
.sub-accordion:first-child .accordion-head,
.sub-toggle:first-child .toggle-head {
	margin: 0;
}
.active .accordion-content,
.active .toggle-content {
	border: 0;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.active .icon-minus-sign {
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.active .icon-plus-sign {
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.accordion-content,
.toggle-content {
	padding:16px;
	overflow:hidden;
}
.accordion-head-sign,
.toggle-head-sign {
	margin: 0;
	background: #E84A4A;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 16px;
}
.accordion-head-sign i,
.toggle-head-sign i {
	padding: 0;
	margin: 0;
}

.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
}
.blockquote.left {
	width:33%;
	float:left;
}
div.blockquote.right {
	width:33%;
	float:right;
}

/*	Tabs
----------------------------------------------------------------------*/
.tabs {
	display:block;
	padding:0;
	list-style: none;
	border: 1px solid #EEE;
}
.tabs li {
	display:block;
	width:auto;
	padding:0;
	float:left;
	margin: 0;
}
.tabs li a {
	display: block;
	padding: 10px 20px;
	margin: 0;
	font-size: 12px;
	cursor: pointer;
	color: #dbdbdb;
}
.grid_3 .tabs li a {
	padding: 8px
}
.tabs li a.active {
	background: #313131;
	color: #FFF;
}
.tabs-content {
	padding: 20px 0;
	display: block;
	list-style: none
}
.tabs-content img {
	border-radius: 10px
}
.tabs-content > li {
	display:none
}
.tabs-content > li.active {
	display:block;
	overflow:hidden;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.tabs:before,
.tabs:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.tabs:after {
	clear:both;
}
@keyframes prot {
	20%, 40%, 60%, 80%, 100% { transform-origin: top center; }
	20% { transform: rotate(15deg); }
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }
	80% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}
@-webkit-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }
	80% { -webkit-transform: rotate(-5deg); }
	100% { -webkit-transform: rotate(0deg); }
}
.tabs li a:hover i {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	-webkit-animation: prot 1s;
	animation: prot 1s;
	z-index: 11;
}

.v_tab li {
	float: none;
	display: flex;
	margin: 0 0 10px 0;
}
.v_content {
	display: block;
	padding: 10px 20px;
	margin: 0;
	border: 2px solid #DBDBDB;
	border-radius: 6px;
}

.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 th {
	font-size:14px;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	padding: 14px 8px !important;
	color:#ffffff;
	background-color:#313131;
	text-shadow:none;
}
.table td {
	padding: 14px 8px !important;
	text-align: center;
}
.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, tr.topic-sticky {
	background: #ddd;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.table tfoot td {
	padding: 14px !important;
	text-align: left;
	background:#313131;
	color:#ffffff;
	font-size:11px;
	text-shadow:none;
}
.table tfoot tr:hover {
	background:#ddd;
}

/*	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;
}

/*	Buttons
----------------------------------------------------------------------*/
.tbutton {
	display:inline-block;
	cursor:pointer;
	position:relative;
	word-spacing:0.2em;
	background:#E84A4A;
	color:#fff;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tbutton:hover {
	color:#fff;
	background: #1D1E20
}
.tbutton.color2 {
	background: #9AD147;
}
.tbutton.color2:hover {
	background: #1D1E20
}
.tbutton.color3 {
	background: #5200FF
}
.tbutton.color3:hover {
	background: #1D1E20
}
.tbutton.color4 {
	background: #09F
}
.tbutton.color4:hover {
	background: #1D1E20
}
.tbutton.color5 {
	background: #F00
}
.tbutton.color5:hover {
	background: #1D1E20
}
.tbutton.color6 {
	background: #2FEFF7
}
.tbutton.color6:hover {
	background: #1D1E20
}
.tbutton.color7 {
	background: #A58080
}
.tbutton.color7:hover {
	background: #1D1E20
}
.tbutton.color8 {
	background: #809FA5;
}
.tbutton.color8:hover {
	background: #1D1E20
}
.tbutton.color9 {
	background: #3DE4B5;
}
.tbutton.color9:hover {
	background: #1D1E20
}
.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;
}

.errorpage h2 small {
	display: block;
	font-weight: 200;
	padding: 10px 0;
}

/*	Top Scroll
----------------------------------------------------------------------*/
#toTop {
	position: relative;
	float: right;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#toTop i {
	display: block;
	font-size: 14px
}

/* 	Tipsy
----------------------------------------------------------------------*/
#footer {
	background: #1d1e20
}
#footer a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff
}
#footer a:hover {
	color: #E84A4A
}
#footer .widget {
	margin: 50px 0
}
#footer .widget .title {
	background: #252729
}
#footer .widget .title:after {
	border-top: 6px solid #252729
}
#footer .small_posts li.clearfix {
	border-bottom: 1px solid #2B2B2B
}
#footer .small_posts li.clearfix:last-child {
	border-bottom: 0
}
#footer .social a {
	float: left;
	border-left: 0;
}

#newsletters {
	position: relative;
}
#newsletters input {
	margin: 0;
	padding: 0 10px;
	line-height: 24px;
	height: 34px;
	border: 1px solid #EBEBEB;
	background: #F7F7F7;
	border-radius: 3px;
	font-size: 11px;
	color: #A7A7A7;
	cursor: text;
	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;
}
#newsletters input:focus {
	background: #fff;
	border: 1px solid #C5C5C5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#newsletters:hover button {
	color: #191919;
}
#newsletters button {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: 0;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#newsletters button:hover {
	color: #E84A4A;
}
.footer_last {
	border-top: 1px solid #2B2B2B;
	padding: 20px 0
}
.footer_last:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.copyright {
	font-size: 12px;
	float: left;
}

/* 	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: 4px; }
.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}
.tipsy-n div {-webkit-animation: fadeInUp 0.3s;animation: fadeInUp 0.3s;}
.tipsy-s div {-webkit-animation: fadeInDown 0.3s;animation: fadeInDown 0.3s;}
.tipsy-w div {-webkit-animation: expandOpen 0.3s;animation: expandOpen 0.3s;}
.tipsy-e div {-webkit-animation: expandOpen 0.3s;animation: expandOpen 0.3s;}

/*	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  }

.pt { padding-top: 120px }

.fll { float: left; margin: 0 20px 10px 0 !important }
.flr { float: right; margin: 0 0 10px 20px !important }
.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;}

.two-radius { border-radius: 2px !important; -webkit-border-radius: 2px !important }
.three-radius { border-radius: 3px !important; -webkit-border-radius: 3px !important }
.four-radius { border-radius: 4px !important; -webkit-border-radius: 4px !important }
.five-radiu { border-radius: 5px !important; -webkit-border-radius: 5px !important }
.six-radius { border-radius:6px !important; -webkit-border-radius: 6px !important }
.ten-radius { border-radius: 10px !important; -webkit-border-radius: 10px !important }
.circle-radius { border-radius: 100% !important; -webkit-border-radius: 100% !important }

.relative {position: relative !important}
.righter {float: right !important}
.lefter {float: left !important}
.hidden { display: none }
.tt {
	display: block;
	padding: 10px 0;
	border-bottom: 3px solid #DDD;
	text-align: center;
}
.without_border a {border:0 !important}
.bg_light {background : #fff}

/*	Display
----------------------------------------------------------------------*/
#mobilepro {
	font-weight: bold;
	display: none;
	cursor: pointer;
	float: left;
	margin: 0;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding: 16px 20px;
	border-right: 1px solid #2B2B2B;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#mobilepro:hover, #mobilepro.on {
	background: #E84A4A
}
.subarrow {
	top: auto !important;
	padding: 16px 20px !important;
	display: none
}
li li .subarrow {
	padding: 10px 15px!important
}
.second_menu #mobilepro {
	padding: 6px 12px 5px !important
}
.second_menu .subarrow {
	padding: 5px 20px !important
}

/* =================================================================================================== */
#anunturi {
	list-style-type: none;
}
#anunturi li {
	display:block;
	// clear:both;
	margin:7px;
	padding:5px;
}
#anunturi li:nth-child(odd) {
	background:#FAFAFA;
}
#anunturi li.pref {
	border:3px solid red;
}
.poza {
	width:190px; float:left;
	margin-right:10px;
}
.poza img {
	border:3px solid #CCC;
	width:180px;
}
.anunt {

}
#breadcrumb {margin: 20px; clear:both; }

#breadcrumb li { float:left; padding: 0 7px; margin:0 20px 10px 0;  background: #CCC; color:#000; position: relative; }
#breadcrumb li a {
	color:#000;
}
/*
#breadcrumb li:after {
	content: no-close-quote;
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 0px;
	right: -15px;
	border-bottom: 15px solid rgba(0, 0, 0, 0);
	border-top: 15px solid rgba(0, 0, 0, 0);
	border-left: 15px solid #CCC;
}
*/
#breadcrumb li:after {
	content: no-close-quote;
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 0px;
	right: -12px;
	border-bottom: 12px solid rgba(0, 0, 0, 0);
	border-top: 12px solid rgba(0, 0, 0, 0);
	border-left: 12px solid #CCC;
}
/* companies --------------------------------------- */
.companylogo {
	float:left;
	margin:0 10px 10px 0;
}
#listafirme {
	margin:20px 0 0 0;
}
#listafirme  li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#listafirme li b{
	font-weight:bold;
}
#listafirme li b.nonstop{
	font-weight:bold;
	color:red;
}

/* pricing --------------------------------------------- */
#pricing {
	margin:20px 0 0 0;
}
#pricing li {
		padding:10px;
		margin:10px;
}
#pricing li b {
	font-weight: bold;
	color: red;
}

/* search form */
.form input {
	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;
}
.form button {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	padding: 0 10px;
	line-height: 24px;
	height: 38px;
	background: #E84A4A;
	font-weight: bold;
	color:#FFF;
	font-size:1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.form label {
	display:block;
	font-size:1.4em;
	margin:10px;
	padding:10px;
}
#nonstop {
	width:24px;
	height:24px;
	float:left;
}
#anuntpoze { clear:both;margin:20px 0;}
#anuntpoze li {
	float:left; margin:10px;
}
.buttonanunturi {
	background:#FF8040;
	padding:10px 20px;
	border:0px;
	font-size:1.2em;
	color:#000;
	font-weight:bold;
	margin:10px 25px 20px 0;
}
#form1 input {
	padding:10px !important;
}

.articleimage {
	float:left;
	padding:5px;
	margin:0 15px 15px 0;
}
.inline { display:inline; }

.colorb {background-color: #325C94 !important;}
.btn, .btn-large, {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  text-decoration:none !important;
  }
.btn:hover, .btn-large:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color:#FFF;
 }
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1.3rem;
  line-height: inherit; }
.btn, .btn-large, .btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }
.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer; }
  .btn:hover, .btn-large:hover {
    background-color: #2bbbad; }
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer; }
  .btn-flat.disabled {
    color: #b3b3b3;
    cursor: default; }
.btn-mat {	
 border: none;
  border-radius: 2px;
  margin:2px;
  display: inline-block;
  height: 32px;
  box-shadow: none;
  background-color: #E84A4A;
  color: #FFF;
  cursor: pointer;
}
.btn-mat:hover {
	box-shadow: none;
	background-color: darkred;
}
.btn-large {
  height: 54px;
  line-height: 56px; }
    .btn-large i {
    font-size: 1.6rem; }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

 /* sub menu for stiri  ============================================== */
.sf-submenu, .sf-submenu * {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	z-index: 999999;
}
.sf-submenu {
	padding: 0;
	position: relative;
	margin: 0 auto;
	width: 100%
}
.sf-submenu li:hover { visibility: inherit; background:#ACACAC; }
.sf-submenu li {
	float: left;
	border: 0;
	margin: 0;
	padding: 0
}
.sf-submenu a {
	display: block;
	position: relative;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 15px; /*16px 20px*/
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sf-submenu li:hover, .sf-submenu li.sfHover,
.sf-submenu a:focus, .sf-submenu a:hover, .sf-submenu a:active {
	outline: 0;
}

.a_head .breaking_news a {
	color:#FFF;line-height:35px;
}

.align-left { float:left; margin:0 10px 10px 0;}
.thumb { width: 160px; height: auto;}
.alignleft { float:left; }
.alignright { float:right; }
.aligncenter { 	clear: both;
	display: block;
	margin: 0 auto 28px; }
.ul { list-style-type: circle; margin-left: 30px;}

/* banners  =================================================================*/
		/* simple */
		.flip-container {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 

			/*border: 1px solid #ccc;*/
		}

			/*
			.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
				-webkit-transform: rotateY(180deg);
				-moz-transform: rotateY(180deg);
				-ms-transform: rotateY(180deg);
				transform: rotateY(180deg);
				filter: FlipH;
    			-ms-filter: "FlipH";
			}
			*/


			/* START: Accommodating for IE */
			.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
		
		/* END: Accommodating for IE */

		.flip-container, .front, .back {
			width: 180px;
			height: 180px;
		}

	.front img, .back img {
		width:180px;
		height: 180px;
	}
	.front , .back {
		background: #000;
		position:relative;
	}


		.flipper {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 0.6s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);

			position: absolute;
			top: 0;
			left: 0;
		}

		.front {
			-webkit-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
			z-index: 2;
		}

		.back {
			-webkit-transform: rotateY(-180deg);
		    -moz-transform: rotateY(-180deg);
		    -o-transform: rotateY(-180deg);
		    -ms-transform: rotateY(-180deg);
		    transform: rotateY(-180deg);
		}

		.front .name {
			font-size: 2em;
			display: inline-block;
			background: rgba(33, 33, 33, 0.9);
			color: #f8f8f8;
			font-family: Courier;
			padding: 5px 10px;
			border-radius: 5px;
			bottom: 60px;
			left: 25%;
			position: absolute;
			text-shadow: 0.1em 0.1em 0.05em #333;
			display: none;

			-webkit-transform: rotate(-20deg);
			-moz-transform: rotate(-20deg);
			-ms-transform: rotate(-20deg);
			transform: rotate(-20deg);
		}

		.back-logo {
			position: absolute;
			top: 40px;
			left: 90px;
			width: 160px;
			height: 117px;
			background: url(logo.png) 0 0 no-repeat;
		}

		.back-title {
			font-weight: bold;
			color: #00304a;
			position: absolute;
			top: 180px;
			left: 0;
			right: 0;
			text-align: center;
			text-shadow: 0.1em 0.1em 0.05em #acd7e5;
			font-family: Courier;
			font-size: 22px;
		}

		.back p {
			position: absolute;
			bottom: 40px;
			left: 0;
			right: 0;
			text-align: center;
			padding: 0 20px;
			font-size: 18px;
		}

		/* vertical */
		.vertical.flip-container {
			position: relative;
		}

			.vertical .back {
				-webkit-transform: rotateX(180deg);
				-moz-transform: rotateX(180deg);
				-ms-transform: rotateX(180deg);
				transform: rotateX(180deg);
			}

			.vertical.flip-container .flipper {
				-webkit-transform-origin: 100% 213.5px;
				-moz-transform-origin: 100% 213.5px;
				-ms-transform-origin: 100% 213.5px;
				transform-origin: 100% 213.5px;
			}

			/*
			.vertical.flip-container:hover .flipper {
				-webkit-transform: rotateX(-180deg);
				-moz-transform: rotateX(-180deg);
				-ms-transform: rotateX(-180deg);
				transform: rotateX(-180deg);
			}
			*/

			/* START: Accommodating for IE */
			.vertical.flip-container:hover .back, .vertical.flip-container.hover .back {
			    -webkit-transform: rotateX(0deg);
			    -moz-transform: rotateX(0deg);
			    -o-transform: rotateX(0deg);
			    -ms-transform: rotateX(0deg);
			    transform: rotateX(0deg);
			}

			.vertical.flip-container:hover .front, .vertical.flip-container.hover .front {
			    -webkit-transform: rotateX(180deg);
			    -moz-transform: rotateX(180deg);
			    -o-transform: rotateX(180deg);
			    transform: rotateX(180deg);
			}
		/* END: Accommodating for IE */

		.back img {
			opacity: 0.4;
    		filter: alpha(opacity=40);
		}
		.back a {
			font-family: Verdana;
			font-size: 12px;
			text-decoration: none;
			text-shadow: 0px 0px 4px #000;
			text-align: center;
			position:absolute;
			color:#FFF;
			line-height: 1.6;
			top:0;
			left:0;
			width:150px;
			height:150px;
			padding:15px;
			z-index:10;
		}

		.back h3 {
			color:#FFF !important;
			font-size:16px !important;
			line-height: 1.1 !important;
			margin:0 0 10px 0 !important;
			padding:0 !important;
		}


/* anunturi */
.anuntli { position: relative; clear:both; }
.anunt h2 { font-size:1.3em; line-height: 1.3em;}
.anuntli .anunturi-pret { position:absolute; top:0; right:0; }
.anunturi-pret b { font-size:1.4em; }
.anuntlis { float:left; width:186px;height:250px;border:2px solid #DDD; overflow: hidden;}
.anuntlis h2 { font-size: 1em; margin-bottom: 0;}
.anuntlis .anunturi-pret b { font-size: 1.2em; }
.anuntlis .link2 { font-size:10px; }
.linknav {
	text-decoration: underline;
	padding:3px 7px;
	background: #EEE;
}
.viewoptions { padding: 5px; background: #EEE; margin:10px 0;}
.viewoptions .align-right {
	float:right;
}

#lastrez {
	position:fixed;
	bottom:0px;
	left:10px;
	font-size: 10px;
	max-width: 240px;
	font-size:16px;
	padding:10px;
}

.alert-warning {
	background-color: #ffbd55;
	color:#000;
	border-radius: 7px;
}
.alert-warning a { color:#000; }

.categorii { width: 100%; }

@media (max-width:640px) { 
	.anuntli { position: relative; clear:both; width:100%; }
	.anunt h2 { font-size:1.3em; line-height: 1.3em;}
	.anuntli .anunturi-pret { position:relative; }
	.anunturi-pret b { font-size:1.4em; }
	.anuntlis { width:100%;height:250px;border:2px solid #DDD; margin-botton:15px; overflow: hidden;}
	.anuntlis h2 { font-size: 1em; margin-bottom: 0;}
	.anuntlis .anunturi-pret b { font-size: 1.2em; }
	.anuntlis .link2 { font-size:10px; }	
}


.ads-sub-content {
	width:100%;
	clear:both;
	height:300px;
}
.ads-sub-content > .ads-left {
	float:left;
	width: 300px;
}
.ads-sub-content > .ads-right {
	float:right;
	width: 300px;
}

/*matrimoniale*/
.button, .buttonb { padding: 10px 15px; background-color: red; font-weight:bold; text-decoration:none; color:#FFF; }
.buttonb { background-color: #666; font-size:12px; }
#cover{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.8); z-index:9999; width:100%; height:100%; display:none; }
#overcenter { height:180px; max-width:100%; width:320px; margin:200px auto; padding:20px; position:relative; z-index:10000; border:5px solid #cccccc; border-radius:10px; font-size:1.4em; color:#000; background:rgba(255,255,255,1); }
#overcenter:target, #overcenter:target + #cover{ display:block; opacity:2; }

.gallery { clear:both; }
.gallery li {
	float:left;
	list-style: none;
	width:160px;
	height:170px;
	background: #EEE;
	margin:3px;
	text-align: center;
	padding:5px;
}

span.mat-dat {
	margin-right:50px;
}


#loginform {
	display:block;
}

#matrimoniale-menu {
	width:100%;
	display:block;
	margin-bottom:30px;
	background:#333;
}
#matrimoniale-menu li {
	float:left;
	list-style-type: none;
}
#matrimoniale-menu li:hover {
	/*background: #000;*/
}
#matrimoniale-menu li a {
	color:#FFF;
	text-decoration: none;
	padding:7px 10px;
	display: inline-block;
}
#matrimoniale-menu li a:hover {
	background: #000;
}


#wrap {
	margin-bottom:20px;
}

#regbar {
  background: #333;
  padding:5px;
}

#navthing {
  margin-left: 100px;
}
#navthing a {
  padding-right:20px;
}

fieldset {
  border: none;
}

#wrap .login {
  position: relative;
  width: 350px;
  display: none;
}

#wrap .arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #ECF0F1;
  left: 10%;
  position: absolute;
  top: -10px;
}

#wrap .formholder {
  background: #ecf0f1;
  width: 350px;
  border-radius: 5px;
  padding-top: 5px;
}
#wrap .formholder input[type="text"], .formholder input[type="password"] {
  padding: 7px 5px;
  margin: 10px 0;
  width: 96%;
  display: block;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#wrap .formholder input[type="text"]:focus, .formholder input[type="password"]:focus {
  outline: none;
  box-shadow: 0 0 1px 1px #1abc9c;
}
#wrap .formholder input[type="submit"] {
  background: red;
  padding: 10px;
  font-size: 20px;
  display: block;
  width: 100%;
  border: none;
  color: #fff;
  border-radius: 5px;
}
#wrap .formholder input[type="submit"]:hover {
  background: darkred;
}

#wrap .randompad {
  padding: 10px;
}

#wrap .green {
  color: darkred;
}

#wrap a {
  color: #ecf0f1;
  text-decoration: none;
  cursor: pointer;
}
#wrap a:hover {
  color: #1abc9c;
}
.mat-profile-wrap {
	height: auto;
    width:100%;
    position:relative;
}
.mat-profile {
	width:70%;
	height:100%;
}
.mat-profile li {
	list-style: none;
}
.mat-profile li span {
	display:inline-block;
	width:200px;
}
.mat-profil-img {
	width:30%;
	height:100%;
}
.mat-profile-gallery {

}
.mat-profile-gallery li {
	list-style: none;
	padding:5px;
}
.mat-line {
	margin-right:40px;
}
.mat-radio {
	width:13px !important;
	display:inline;
}
label > input {
	display:inline !important;
}
@media only screen and (max-device-width: 480px) { 
	.mat-profil-img {
		width:100%;
	}
	.mat-profile {
		width:100%;
	}
}

@media only screen and (min-device-width: 481px) { 
	.mat-profil-img {
		float:left;
	}
}

.affiliate_map_container .footer { display:none !important; }



	div.col-6 {width: 50%;float: left;}
	div.brow {width: 100%; clear: both;}
	hr.hr { height:1px; margin:20px; }
	.mt2 {margin-top: 10px;}
	.mb5 {margin-bottom: 20px;}
	.formctrl { padding:8px;  }

/* clearfix */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
    display: inline-block;
}
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}

/* pagination styling */
ul.pagination {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    height: 30px;
    font-size: 0.75em;
    -webkit-font-smoothing: antialiased;
}
ul.pagination li {
    float: left;
    display: block;
    width: 30px;
}
ul.pagination li a {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,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);
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #717171;
    text-shadow: 1px 1px 0 #fff;
}
ul.pagination li.disabled a {
    visibility: hidden;
}
ul.pagination li.copy a {
    text-indent: -10000px;
}
ul.pagination li.previous a {
    background-position: -28px 0;
}
ul.pagination li.previous a:hover {
    background-position: -28px -27px;
}
ul.pagination li.number a:hover {
    background-position: 0 -27px;
}
ul.pagination li.next a {
    background-position: -112px 0;
}
ul.pagination li.next a:hover {
    background-position: -112px -27px;
}
ul.pagination li.copy.disabled a {
    cursor: default;
}
ul.pagination li.active a {
    background-position: right 0;
    color: #fff;
    cursor: default;
    text-shadow:0 1px 0 #585858;
}
ul.pagination li.active a:hover {
    background-position: right 0;
}	


blockquote, q {
  quotes: none;
  border-left: 4px solid #000;
  padding: 0 10px;
  margin: 0 0 15px 15px;
}

.wp-block-gallery { margin-bottom:50px; }
.blocks-gallery-item img {max-height: 450px;width: auto;height: auto;max-width: 100%; margin: auto;}
.blocks-gallery-item {text-align: center; height: 100%;}
/*.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
 }*/
/*.slick-prev {left: -25px;}
.slick-prev::before {
  content: '←';
}*/
/*.slick-prev::before, .slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/
.slick-prev, .slick-next {display: none !important;}
li[role=presentation] {display: inline-block; float: left; padding: 7px 5px 5px 10px;}
p.author { font-size:14px;font-style: italic; display: block; float: right; }
.btn-tag {
	padding: 3px 5px;
margin: 5px;
background: #e84a4a;
color: #FFF;
border-radius: 5px;
text-decoration: none;
display: inline-block;
}
a.btn-tag:hover {
	color: #000;
}



.jobs {
  background: #FFF !important;
  padding: 10px 15px;
  border-radius: 10px;
  min-height: 180px;
  margin: 15px 0 15px;
  border: 1px solid #EAEAEA;
}
.jobs_listafirme {
	background: #FFF !important;
  padding: 10px 15px;
  border-radius: 10px;
  min-height: 80px;
  margin: 15px 0 15px;
  border: 1px solid #EAEAEA;
  color: #000 !important;
}
.jobs_title {
	
}
@media (max-width:768px) { 
.jobs {
  min-height: 240px;
  margin: 5px 0 5px;
  border: 1px solid #EAEAEA;
}
	div.col-6 {width: 100%;float: none;clear: both;}
}