/* reset css start here
*******************************************************************************************************/

html, body, div, span, applet, object, iframe, p, blockquote,
a, abbr, acronym, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	/*border-spacing: 0;*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* reset css end here
***********************************************************************************************************************/


/* Main mega menu Style here from superfish file
**********************************************************************************************************************/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			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:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}





/* End here Main mega menu Style here from superfish file
**********************************************************************************************************************/









/* prettyPhoto css start here
*******************************************************************************************************/


/* prettyPhoto css end here
*******************************************************************************************************/










/* jquery.qtip css start here
*******************************************************************************************************/


/* jquery.qtip css end here
*******************************************************************************************************/











/* style css start here
*******************************************************************************************************/

/* --- general --- */


.clearfix
{
    /*clear: both;*/
}

.clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

body
{
	background: #F0F0F0;
	padding: 0px;
	margin: 0px;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #FFF;
	outline:none !important;
}

a
{
	text-decoration: none;
	outline: none;
}
a:hover
{
	text-decoration: underline;
}
p
{
	padding: 1em 0;
	color: #3E3E3E;
	line-height: 165%;
}
p.text
{
	font-size: 16px;
}
p a
{
	color: #0a628f;
}
strong
{
	color: #000;
}


blockquote
{
	padding-left: 25px;
	color: #25282A;
	font-size: 22px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 600;
	line-height:28px;
	background:none;
	border-left:solid 8px #eee;
	padding:0 25px 20px;
	margin:20px 35px 5px 75px;
	font-style:italic;
	background:#f9f9f9;
	position:relative
}



blockquote:before {
	content:url(../../images/blockqute_icon.png);
	width:79px;
	height:60px;
	float:left;
	position:absolute;
	top:0;
	left:-100px;
}


blockquote p {
	font-size:22px;
	line-height:28px;
}

blockquote span {
	font-size:22px;
	line-height:28px;
}


blockquote.simple
{
	background-color: transparent;
	background-position: 0 20px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-size: 18px;
}
pre
{
	font-family: 'Courier new';
    font-size: 14px;
    line-height: 170%;
	background: url('../images/code_background.png') repeat;
	text-shadow: 0 1px 0 #FFF;
	zoom:1;
	filter: dropshadow(color=#ffffff, offx=0, offy=1); 
	padding: 0 5px;
	margin: 0;
	overflow: auto;
}
label
{
	color: #25282A;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.relative
{
	position: relative;
}
.responsive
{
	display: block;
	width: 100%;
	height: auto;
}
input, textarea
{
	font-family: arial;
	background: #F0F0F0;
	border: none;
	font-size: 14px;
	padding: 14px 20px;
	color: #3E3E3E;
}
.center_align 
{
	text-align: center;
}
.margin_top_0
{
	margin-top: 0 !important;
}
.margin_top_10
{
	margin-top: 10px !important;
}
.margin_top_15
{
	margin-top: 15px;
}
.margin_top_20
{
	margin-top: 20px !important;
}
.padding_top_0
{
	padding-top: 0;
}
.padding_top_30
{
	padding-top: 30px;
}
.padding_top_bottom_25
{
	padding: 25px 0;
}
.padding_top_bottom_15
{
	padding: 15px 0 !important;
}
.nounderline,
.nounderline:hover
{
	text-decoration: none;
}
/* --- body styles --- */
body.image_1
{
	background: url("../images/backgrounds/images/image_1.jpg") fixed no-repeat;
}
body.image_2
{
	background: url("../images/backgrounds/images/image_2.jpg") fixed no-repeat;
}
body.image_3
{
	background: url("../images/backgrounds/images/image_3.jpg") fixed no-repeat;
}
body.image_4
{
	background: url("../images/backgrounds/images/image_4.jpg") fixed no-repeat;
}
body.image_5
{
	background: url("../images/backgrounds/images/image_5.jpg") fixed no-repeat;
}
body.pattern_1
{
	background: url("../images/backgrounds/patterns/pattern_1.png") fixed;
}
body.pattern_2
{
	background: url("../images/backgrounds/patterns/pattern_2.png") fixed;
}
body.pattern_3
{
	background: url("../images/backgrounds/patterns/pattern_3.png") fixed;
}
body.pattern_4
{
	background: url("../images/backgrounds/patterns/pattern_4.png") fixed;
}
body.pattern_5
{
	background: url("../images/backgrounds/patterns/pattern_5.png") fixed;
}
body.pattern_6
{
	background: url("../images/backgrounds/patterns/pattern_6.png") fixed;
}
body.pattern_7
{
	background: url("../images/backgrounds/patterns/pattern_7.png") fixed;
}
body.pattern_8
{
	background: url("../images/backgrounds/patterns/pattern_8.png") fixed;
}
body.pattern_9
{
	background: url("../images/backgrounds/patterns/pattern_9.png") fixed;
}
body.pattern_10
{
	background: url("../images/backgrounds/patterns/pattern_10.png") fixed;
}
body.overlay .background_overlay
{
	display: block;
}
.background_overlay
{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	background: url("../images/backgrounds/images/overlay.png");
	z-index: 1;
}
/* --- site container --- */
.site_container
{
	background: #FFF;
	overflow-x:hidden;
}
.site_container.boxed
{
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
body.overlay .site_container
{
	position: relative;
	z-index: 2;
}
.site_container.boxed .header_top_bar
{
	width: auto;
}
.site_container.boxed .header_top_bar .latest_news_scrolling_list_container .category
{
	border-left: none;
}
.site_container.boxed .header_top_bar .search
{
	border-right: none;
}
.site_container.boxed .slider,
.site_container.boxed .slider li.slide
{
	width: 1150px;
	height: 508px;
}
.site_container.boxed .slider li.slide img
{
	width: 1155px;
}
.site_container.boxed .slider_content_box
{
	left: 55px;
	top: 231px;
}
.site_container.boxed .small_slider .slider_content_box
{
	left: 0;
	top: auto;
}
/* --- headers --- */
h1, h2, h3, h4, h5, h6
{
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
	font-weight:bold;
	color: #25282A;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: #25282A;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.footer h1 a, .footer h2 a, .footer h3 a, .footer h4 a, .footer h5 a, .footer h6 a
{
	color: #FFF;
}
h1
{
	font-size: 48px;
	line-height: 110%;
	letter-spacing:-2px;
	text-transform:capitalize;
}
h2
{
	font-size: 27px;
	line-height: 120%;
	letter-spacing:0;
	text-transform:capitalize;
}
h3
{
	font-size: 20px;
	line-height: 140%;
	text-transform:capitalize;
}
h4
{
	font-size: 18px;
	line-height: 140%;
	text-transform:capitalize;
}
h5
{
	font-size: 16px;
	line-height: 140%;
	letter-spacing:-0.1px;
	text-transform:capitalize;
}
h6
{
	font-size: 13px;
	line-height: 150%;
	text-transform:capitalize;
}
.box_header
{
	background: #F0F0F0;
	border-left: 3px solid #ca155b;
	padding: 8px 15px 11px;
}
.footer .box_header
{
	background: #42494F;
	border-color: #858D94;
}
.about_title,
.about_subtitle
{
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 55px;
}
.about_subtitle
{
	font-weight: 700;
	color: #ca155b;
}
/* --- header --- */
.header_container
{
	background-color: #fff;
	padding-bottom: 25px;
}
.header_top_bar_container
{
	background-color:#f5f5f5;
	border-bottom:solid 1px #dadada;
	width:100%;
	z-index:600;
}
.header_top_bar_container.border
{
	border-bottom: 1px solid #464D53;
}



.header_top_bar,
.header,
.menu_container .sf-menu,
.footer
{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.header
{
	text-align: center;
	padding-top: 28px;
}

.header .logo img{
	width:100%;
	max-width:535px;
}

.header h1
{
	line-height: 1;
}
.header h1 a
{	
	color: #ED1C24;
}
.header h4
{
	color: #7C7C7C;
	line-height: 1;
	margin-top: 3px;
}
.header .placeholder
{
	display: none;
	float: right;
	font-size: 30px;
	font-family: 'Roboto Condensed';
	font-weight: 300;
	background: #F0F0F0;
	width: 728px;
	height: 61px;
	padding-top: 29px;
	margin-top: 7px;
	color: #ABABAB;
	text-align: center;
}
.header_top_bar
{	
	overflow: hidden;
	height: 30px;
}
.header_top_bar .caroufredsel_wrapper_vertical_carousel
{
	height: 46px !important;
}
/* --- header top bar styles --- */
/* - style 2 & 3 & 4 - */
.style_2.header_top_bar_container
{
	background: #FFF;
}
.style_2.border.header_top_bar_container
{
	border-bottom: 1px solid #E9E9E9;
}
.style_2 .latest_news_scrolling_list_container .category,
.style_2 .latest_news_scrolling_list_container li.left, 
.style_2 .latest_news_scrolling_list_container li.right,
.style_2 .search,
.style_2 .search .search_input
{
	border-color: #E9E9E9;
}
.style_2 .search .search_input,
.style_3 .search .search_input,
.style_4 .search .search_input
{
	background: transparent;
}
.style_2 .latest_news_scrolling_list_container .category,
.style_2 .latest_news_scrolling_list_container .category a,
.style_2 .latest_news_scrolling_list_container li .latest_news_scrolling_list a,
.style_2 .search .search_input,
.style_2 .search .search_input.hint,
.style_3 .latest_news_scrolling_list_container .category,
.style_3 .latest_news_scrolling_list_container .category a,
.style_3 .latest_news_scrolling_list_container li .latest_news_scrolling_list a,
.style_3 .search .search_input,
.style_3 .search .search_input.hint
{
	color: #25282A;
}
.style_2 .latest_news_scrolling_list_container li .timeago,
.style_3 .latest_news_scrolling_list_container li .timeago
{
	color: #ABABAB;
}
.style_2 .latest_news_scrolling_list_container .left a,
.style_3 .latest_news_scrolling_list_container .left a
{
	background-image: url("../images/icons/navigation/navigation_latest_arrow_left.png");
}
.style_2 .latest_news_scrolling_list_container .right a,
.style_3 .latest_news_scrolling_list_container .right a
{
	background-image: url("../images/icons/navigation/navigation_latest_arrow_right.png");
}
.style_2 .latest_news_scrolling_list_container li.left:hover, 
.style_2 .latest_news_scrolling_list_container li.right:hover,
.style_2 .search .search_submit:hover
{
	background-color: #E9E9E9;
}
.style_2 .search .search_submit,
.style_3 .search .search_submit
{
	background-image: url("../images/icons/other/header_search.png");
}
/* - style 3 - */
.style_3.header_top_bar_container
{
	background: #F0F0F0;
}
.style_3.border.header_top_bar_container
{
	border-bottom: 1px solid #E0E0E0;
}
.style_3 .latest_news_scrolling_list_container .category,
.style_3 .latest_news_scrolling_list_container li.left, 
.style_3 .latest_news_scrolling_list_container li.right,
.style_3 .search,
.style_3 .search .search_input
{
	border-color: #E0E0E0;
}
.style_3 .latest_news_scrolling_list_container li.left:hover, 
.style_3 .latest_news_scrolling_list_container li.right:hover,
.style_3 .search .search_submit:hover
{
	background-color: #E0E0E0;
}
/* - style 4 - */
.style_4.header_top_bar_container
{
	background: #2D3136;
}
.style_4.border.header_top_bar_container
{
	border-bottom: 1px solid #363B40;
}
.style_4 .latest_news_scrolling_list_container .category,
.style_4 .latest_news_scrolling_list_container li.left, 
.style_4 .latest_news_scrolling_list_container li.right,
.style_4 .search,
.style_4 .search .search_input
{
	border-color: #363B40;
}
.style_4 .latest_news_scrolling_list_container li.left:hover, 
.style_4 .latest_news_scrolling_list_container li.right:hover,
.style_4 .search .search_submit:hover
{
	background-color: #363B40;
}
/* - style 5 - */
.style_5.header_top_bar_container
{
	background: #000;
}
.style_5.border.header_top_bar_container
{
	border-bottom: 1px solid #464D53;
}
.style_5 .latest_news_scrolling_list_container .category,
.style_5 .latest_news_scrolling_list_container li.left, 
.style_5 .latest_news_scrolling_list_container li.right,
.style_5 .search,
.style_5 .search .search_input
{
	border-color: #464D53;
}
.style_5 .latest_news_scrolling_list_container li.left:hover, 
.style_5 .latest_news_scrolling_list_container li.right:hover,
.style_5 .search .search_submit:hover
{
	background-color: #464D53;
}
.style_5 .search .search_input
{
	background-color: transparent;
}
/* --- header container styles --- */
.style_2.header_container
{
	background: #363B40;
}
.style_2 .header h1,
.style_2 .header h1 a,
.style_3 .header h1,
.style_3 .header h1 a
{
	color: #FFF;
}
.style_2 .header h4,
.style_3 .header h4
{
	color: #9DA4AB;
}
.style_3.header_container
{
	background: #000;
}
.small.header_container
{
	padding-bottom: 30px;
}
.small .header
{
	text-align: left;
	padding-top: 22px;
}
.small .header h1
{
	font-size: 68px;
}
.small .header h4
{
	font-size: 16px;
	margin-top: 5px;
}
.small .header .logo
{
	float: left;
}
.small .header .placeholder
{
	display: block;
}
.style_2 .placeholder
{
	background: #42494F;
	color: #858D94;
}
.style_3 .placeholder
{
	background: #2D3136;
	color: #9DA4AB;
}
/* --- page header --- */
.page_header .page_title
{
	font-weight:lighter;
}
.page_header_left,
.page_header_right
{
	float: left;
}
.page_header_left
{
	width: 400px;
}
.page_header_right
{	
	width: 650px;
}
/* bread crumbs --- */
.bread_crumb
{
	float: left;
	margin-top: 10px;
	margin-bottom:15px;
	line-height:20px;
}
.bread_crumb li
{
	float: left;
}
.bread_crumb li,
.bread_crumb li a
{
	color: #7C7C7C;
	font-size: 12px;
}
.bread_crumb li a
{
	text-decoration: underline;
}
.bread_crumb li a:hover
{
	color: #a2124a;
}
.bread_crumb .separator
{
	background: url("../images/icons/navigation/breadcrumb_arrow.png") no-repeat center center;
	width: 5px;
	height: 13px;
	padding: 8px 10px 0;
}
/* --- footer --- */
.footer_container
{
	background: #363B40;
	padding-top: 50px;
	margin-top:40px;
}
.footer
{
	padding-bottom: 30px;
}
.footer p
{
	color: #D7DCE0;
}
.footer a
{
	color: #FFF;
	line-height: 140%;
}
/* --- menu --- */
.menu_container
{
	border-top: 3px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	background: #a2124a;
}
.menu_container.sticky.move
{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.boxed .menu_container.sticky.move
{
	max-width: 1150px;
	width: 100%;
}
.sf-menu
{
	float: none;
	padding: 0;
	margin: -3px 0 0;
}
.sf-menu li
{
	height: 42px;
	border: none;
	border-top: 3px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	padding-right: 15px;
}
.sf-menu>li
{
	margin-bottom: -1px;
}
.sf-menu li, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
{
	background: none #a2124a;
}
.sf-menu li a, .sf-menu li a:visited
{
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 12px 0 15px 12px;
	border: none;
	text-transform:uppercase;
}
.sf-menu li.submenu
{
	padding-right: 0;
}
.sf-menu li.submenu a
{
	/* background-image:url(../images/icons/navigation/menu_arrow2.png); */
	background-repeat: no-repeat;
	background-position: center right; /* background-position: 18px right; */
	background-color: transparent;
	padding-right: 12px;
	/* border-right: 15px solid transparent; */
}
.sf-menu a:hover
{
	background-color: #F0F0F0;
}
.sf-menu li.submenu ul
{
	background: #f5f5f5;
	z-index:105 !important;
}
.sf-menu li:hover, .sf-menu li.selected,
.sf-menu li.submenu:hover
{
	background-color: #7f113d;
	border-top-color: #f7a20e;
	border-bottom-color: #F0F0F0;
}

.sf-menu li.submenu:hover a {
	color:#fff;
}

.sf-menu li.selected a {
	color:#fff;
}


.sf-menu li ul
{
	width: 210px;
	margin-top: 2px;
}
.sf-menu li ul.wide li
{
	width: 210px;
}
.sf-menu li.submenu.wide ul
{
	width: 420px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
	top: 41px;
}
.sf-menu li ul li
{
	width: 210px;
	height: auto;
	padding: 0;
	border: none;
}
.menu_container .sf-menu li:hover ul a,
.menu_container .sf-menu li.submenu:hover ul a,
.menu_container .sf-menu li ul li a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li a
{
	border: none;
	color: #D7DCE0;
	background-color: #f5f5f5;
}
.menu_container .sf-menu li ul li a,
.menu_container .sf-menu li.selected ul li a,
.menu_container .sf-menu li.submenu ul li a,
.menu_container .sf-menu li.submenu:hover ul li a,
.menu_container .sf-menu li:hover ul li a
{
	padding: 15px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #333;
	background-image: none;
}
.menu_container .sf-menu li ul li.submenu>a,
.menu_container .sf-menu li:hover ul li.submenu>a
{
	background-image: url("../images/icons/navigation/dark_bg/submenu_arrow.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 0;
	border-right: 15px solid transparent;
}
.menu_container .sf-menu li ul li.submenu>a:hover,
.menu_container .sf-menu li ul li.submenu.sfHover>a
{
	background-image: url("../images/icons/navigation/dark_bg/submenu_arrow_hover.png");
}
.menu_container .sf-menu li ul li a:hover, .menu_container .sf-menu li ul li.selected a,
.menu_container .sf-menu li.submenu ul li a:hover, .menu_container .sf-menu li.submenu:hover ul li.selected a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li a:hover, .menu_container .sf-menu li.submenu:hover ul li ul li.selected a, .menu_container .sf-menu li.submenu:hover ul li.selected ul li.selected a,
.menu_container .sf-menu li:hover ul li.sfHover>a
{	
	background-color: #a2124a;
	color: #fff;
}
.sf-menu li.submenu .mega_menu
{
	position: absolute;
	top: -999em;
	background: #fff;
	padding: 30px 0px 30px 30px;
	height:260px !important;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul,
ul.sf-menu li li:hover .mega_menu, ul.sf-menu li li.sfHover  .mega_menu,
ul.sf-menu li li li:hover  .mega_menu, ul.sf-menu li li li.sfHover  .mega_menu
{
	left: 210px;
	top: -1px;
	z-index: 2 !important;
}
ul.sf-menu li:hover li .mega_menu
{
	display: none;
	width: 810px;
	left: 210px;
	box-shadow:2px 2px 6px rgba(0, 0, 0, 0.2);
}
ul.sf-menu .mega_menu,
ul.sf-menu .mega_menu li
{
	background-color: #fff;
}
/* --- mobile menu --- */
.mobile_menu_container
{
	display: none;
}
.mobile-menu-switch,
.mobile-menu,
.mobile-menu-divider
{
	display: none;
	margin-left: auto;
	margin-right: auto;
}
.mobile-menu-divider
{
	margin-top: 0;
}
.mobile-menu li a
{
	display: block;
	color: #212121;
	background: #f5f5f5;
	font-size: 16px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 20px 20px;
	border-bottom:solid 1px #e8e8e8;
}

.mobile-menu li a:hover
{
	text-decoration:none;
	background:#fafafa;	
}

.mobile-menu li a:focus
{
	text-decoration:none;
	background:#fafafa;	
}

.mobile-menu li.selected a,
.mobile-menu li.selected ul li.selected a,
.mobile-menu li.selected ul li.selected ul li.selected a
{
	background: #fafafa;
	color: #a2124a;
}
.mobile-menu li ul a
{
	font-size: 14px;
	padding-left: 40px;
}
.mobile-menu li ul ul a
{
	font-size: 13px;
	padding-left: 80px;
}
.mobile-menu li.selected ul a,
.mobile-menu li.selected ul li.selected ul a
{
	color: #25282A;
	background: #F0F0F0;
}
.mobile-menu-switch
{
	width: 15px;
	padding:8px 8px 5px;
	border: 1px solid #a2124a;
	margin:0;
}
.mobile-menu-switch .line
{
	display: block;
	width: 15px;
	height: 2px;
	background: #a2124a;
	margin-bottom: 3px;
}
.mobile-menu-switch:hover
{
	background: #a2124a;
}
.mobile-menu-switch:hover .line
{
	background: #FFF;
}

.mobile-menu li.selected2 {
	position:relative;
}

.mobile-menu li.selected2 a {
	background:#a2124a;
	color:#fff;
}

.mobile-menu li.selected2 a:before {
	content:url(../images/cross-icon_22.png);
	width:17px;
	height:20px;
	float:right;
	margin-right:5px;
	position:absolute;
	right:-10px;
	top:20px;
}

/* --- footer menu ---*/
.footer_menu li
{
	float: left;
	margin-right: 30px;
}
/* --- page --- */
.page
{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	position:relative;
}
.page_margin_top
{
	margin-top: 30px;
}
.page_margin_top_section
{
	margin-top: 50px;
}
/* --- vertical align --- */
.vertical_align
{
	display: table-row;
}
.vertical_align_cell
{
	display: table-cell;
	vertical-align: middle;
}
/* --- slider --- */
.caroufredsel_wrapper
{
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
}
.caroufredsel_wrapper_slider
{
	margin-top: 0 !important;
}

.slider
{
	/*position: absolute;*/
	padding: 0;
	width: 1250px;
	height: 550px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
   
}

.slider li.slide
{
	float: left;
	position: relative;
	width: 700px;
	height: 400px;
	background-position: top center;
	background-repeat: no-repeat;
	margin-right:1px !important;
}
.slider li.slide img
{
	width: 700px;
}
.slider li.slide .pr_preloader
{
	height: 550px;
}


/* --- small slider --- */
.small_slider
{
	display: none;
}
.small_slider li.slide
{
	position: relative;
	float: left;
	width: 690px;
}
.small_slider li.slide .pr_preloader
{
	min-height: 150px;
}
.small_slider li.slide img
{
	display: block;
	opacity: 1;
	transition: opacity 0.4s ease-in-out 0s;
}
.small_slider li.slide a:hover img
{
	opacity: 0.8;
	transition: opacity 0.4s ease-in-out 0s;
}
.small_slider .slider_content_box
{
	width: 650px;
	left: 0;
	bottom: 0;
	top: auto;
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);*/
}
/* --- slider content --- */
.slider_content_box
{
	position:absolute;
	width:100%;
	padding:0;
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
	left:0;
	bottom:0;
}
.slider_content_box h2,
.slider_content_box h5
{
	float: left;
	clear: both;
	color: #FFF;
	margin-top: 17px;
	font-family: 'Oswald', sans-serif;
	font-size:36px;
	font-weight:700;
	padding:10px 20px 20px;
}
.slider_content_box h2 a,
.slider_content_box h5 a
{
	color: #FFF;
	/* text-shadow:2px 2px 6px rgba(0, 0, 0, 1); */
	text-shadow:1px 1px 2px #000;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 

.slider_content_box h5 {
	letter-spacing:0.5px !important;	
}

}




.slider_content_box .post_details li.category:after
{
	background: none repeat scroll 0 0 #FFF;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: 13px;
    width: 30px;
	display:none;
}
.slider_content_box p
{
	clear: both;
	color: #FFF;
	font-size: 14px;
	padding: 18px 0 0 0;
}
/* --- slider navigation --- */
.slider_navigation
{
	position: absolute;
	top: 0;
	right: 0;
}
.slider_navigation .slider_control
{
	float: left;
}
.slider_navigation .slider_control a,
a.slider_control
{
	display: block;
	width: 45px;
	height: 45px;
	background-color: rgba(66,73,79,0.8);
	background-image: url("../images/icons/navigation/navigation_arrow_right.png");
	background-position: 0 0;
}
.slider_navigation .slider_control a
{
	background-color: rgba(0,0,0,0.5);
}
a.slider_control
{
	/*display: none;*/
	visibility: hidden;
	position: absolute;
	z-index: 3;
	bottom: 0;
	-webkit-animation-duration: 300ms;
    animation-duration: 300ms;
	top:150px;
}
a.slider_control.right
{
	right: 0;
}
.slider_navigation .slider_control:first-child a,
a.slider_control.left
{
	background-image: url("../images/icons/navigation/navigation_arrow_left.png");
}
a.slider_control.up
{
	background-image: url("../images/icons/navigation/navigation_arrow_up.png");
	top: 30px;
}
a.slider_control.down
{
	background-image: url("../images/icons/navigation/navigation_arrow_down.png");
}
a.slider_control.up,
a.slider_control.down
{
	left: 55px;
}
.slider_navigation .slider_control a:hover,
a.slider_control:hover
{
	background-color: #ca155b;
}
/* --- slider posts list --- */
.slider_posts_list_container
{
	position: relative;
}
.slider_posts_list
{
	clear: both;
}
.slider_posts_list li
{
	float: left;
	position: relative;
	width: 262.5px !important;
	height: 120px;
	border-bottom: 1px solid #F0F0F0;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.column_2_3 .slider_posts_list li
{
	width: 230px !important;
}
.slider_posts_list li.current h5, .slider_posts_list li:hover h5
{
	color: #25282A;
}
.slider_posts_list li h5
{
	position: relative;
	z-index: 1;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	color: #7C7C7C;
}
.slider_posts_list li .date
{
	display: block;
	position: relative;
	z-index: 1;
	color: #ABABAB;
	font-size: 11px;
	padding-top: 23px;
	padding-left: 20px;
}
.slider_posts_list .slider_posts_list_bar
{
	position: absolute;
	background-color: #ED1C24;
    height: 6px;
	bottom: -1px;
}
.slider_posts_list .slider_posts_list_progress_block
{
	position: absolute;
	background-color: #F0F0F0;
    height: 100%;
	bottom: 4px;
}
/* --- blog grid --- */
.blog_grid .post
{
	position: relative;
	float: left;
	clear: none;
	margin: 0 0 0 2px;
	width: 524px;
	height: 199px;
	overflow:hidden;
}
.blog_grid .post .pr_preloader
{
	width: 524px;
	height: 261px;
}
.blog_grid .post.large,
.blog_grid .post.large .pr_preloader
{
	width: 700px;
	height: 400px;
}
.blog_grid .post.big,
.blog_grid .post.big .pr_preloader
{
	height: 524px;
}
.blog_grid .post.small,
.blog_grid .post.small .pr_preloader
{
	width: 348px;
}

.blog_grid .small img {
	min-width:360px;
}

.blog_grid .post:first-child
{
	margin: 0;
}
.blog_grid  .row
{
	margin-top: 2px;
}
.blog_grid  .row:first-child
{
	margin-top: 0;
}
.blog_grid  .column
{
	margin-left: 2px;
}
.site_container.boxed .blog_grid .post .slider_content_box,
.blog_grid .post .slider_content_box
{
	width: 100%;
	left: 0;
	bottom: 0;
	top: auto;
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
	cursor: pointer;
	padding: 40px 0 20px;
}
.blog_grid .post .post_details.simple
{
	margin: 0 20px;
}
.blog_grid .post h2,
.blog_grid .post h5
{
	margin: 17px 0 0;
}
.blog_grid .post:hover img
{
	opacity: 0.8;
	transition: opacity 0.4s ease-in-out 0s;
}
.blog_grid .slider_view
{
	display: none;
}
/* --- page layout --- */
.row:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.column 
{
	float: left;
	margin-left: 30px;
}
.column:first-child,
.column.first
{
	margin-left: 0;
}
.column.border_top
{
	border-top: 1px solid #E9E9E9;
}
.column_1_1
{
	width: 100%;
}
.column_1_2
{
	width: 510px;
}
.column_1_3,
.column_2_3 .column_1_2
{
	width: 330px;
}
.column_2_3
{
	width: 690px;
}
.column_1_3 .column_1_2
{
	width: 150px;
}
.column_2_3 .column_1_3
{
	width: 210px;
}
.column_1_4
{
	width: 240px;
}
.column_3_4
{
	width: 780px;
}
.row.copyright_row
{
	border-top: 1px solid #464D53;
	margin-top: 15px;
	padding-top: 15px;
	line-height:20px;
}
.column_right
{
	float: right;
}
.columns.no_width .column_left,
.columns.no_width .column_right
{
	width: auto;
}
.mega_menu .column_1_2
{
	width: 390px;
}
.mega_menu .column_1_3
{
	width: 250px;
}
/* --- blog --- */
.sf-menu li.submenu .mega_menu.blog
{
	padding: 0 30px 30px 0;
}
.mega_menu  li.post
{
	float: left;
	margin: 10px 0 0 30px;
	margin-bottom: 0;
}
.post
{
	float: left;
	clear: both;
	margin-top: 50px;
}
.post:first-child
{
	margin-top: 30px;
}
.post img
{
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity 0.4s ease-in-out 0s;
}
.post a:hover img
{
	opacity: 0.8;
	transition: opacity 0.4s ease-in-out 0s;
}
.post h2
{
	clear: both;
	margin-top: 20px;
}
.post .with_number a
{
	float: left;
	width: 330px;
}
.post a.comments_number
{
	float: right;
	position: relative;
	width: auto;
	font-family: 'Arial';
	font-weight: bold;
	background: #F0F0F0;
	color: #7C7C7C;
	font-size: 12px;
	line-height: 1;
	padding: 8px 11px 9px;
	margin-top: 6px;
}
.footer .post a.comments_number
{
	background: #42494F;
	color: #9DA4AB;
}
.post .comments_number:hover,
.footer .post .comments_number:hover
{
	background: #ca155b;
	color: #FFF;
}
.post .arrow_comments
{
	content: '';
	display: inline;
	position: absolute;
	border-style: solid;
	border-width: 5px 0 0 5px;
	border-color: #F0F0F0 transparent;
	right: 0;
	bottom: -5px;
}
.footer .post .arrow_comments
{
	border-color: #42494F transparent;
}
.post .comments_number:hover .arrow_comments,
.footer .post .comments_number:hover .arrow_comments
{
	border-color: #ED1C24 transparent;
}
.post h5,
.menu_container .sf-menu li ul.mega_menu li.post h5 a
{
	clear: both;
	color: #222;
	margin-top:5px;
	font-size:14px;
}

.mega_menu li.post h5 a {
	text-transform:none;
	letter-spacing:0;
	font-weight:normal;
}

.post h5,
.menu_container .sf-menu li ul.mega_menu li.post h5 a:hover
{
	color: #ca155b;
}

.post h5.page_margin_top_section
{
	margin-top: 50px;
}
.sf-menu .mega_menu li.post:hover,
.sf-menu .mega_menu li.post li:hover
{
	background: transparent;
}
.menu_container .sf-menu li ul.mega_menu li.post a
{
	background: none;
	padding: 0;
}
.sf-menu .mega_menu li.post h5 a:hover
{
	text-decoration: underline;
}
span.number,
span.odometer.number
{
	color: #ababab;
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 300;
    padding: 5px 8px 5px 0;
	visibility: visible;
}
.post h5 .number
{
	float: left;
}
.post p
{
	margin-top: 11px;
}
.post .post_details
{
	clear: both;
	float: left;
	margin-top: 25px;
}
.post .post_details+p
{
	clear: both;
	float: left;
}
.post_details li
{
	float: left;
	font-size: 11px;
}
.post_details li.category
{
	font-weight: normal;
	background: #ca155b;
	padding: 14px 15px 13px 14px;
}
.post_details li.category a
{
	color: #FFF;
	/*background:#ca155b;
	padding:6px 8px; */
	text-transform:uppercase;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-decoration:underline;
}


.post_details li.category a:hover
{
	text-decoration:underline;	
}

.post_details li.date
{
	color: #7C7C7C;
	border: 1px solid #E9E9E9;
	border-left: none;
	padding: 13px 14px 12px 13px;
}
.menu_container .mega_menu  li.post
{
	clear: none;
	width: 240px;
}
.post ul.post_details.simple
{
	position: static;
	background: none;
	margin-top: 5px;
}
ul.post_details.simple li
{
	background: none;
	padding: 0;
}
.post ul.post_details.simple li.date,
ul.post_details.simple li.date
{
	margin-left: 10px;
	border: none;
}
.mega_menu li.post ul.post_details.simple li
{
	width: auto;
	color: #9DA4AB;
}
.slider_content_box ul.post_details li
{
	color: #FFF;
}
.blog  ul.post_details.simple li.category,
.blog  ul.post_details.simple li.category a
{
	color: #ca155b;
	background:none;
	padding:0;
	text-transform:uppercase;
	line-height:18px;
	text-decoration:none;
}
.mega_menu.blog  ul.post_details.simple li.category a,
.menu_container .mega_menu .blog.small .post li.category,
.menu_container .mega_menu .blog.small .post li.category a
{
	color:#ca155b;
	font-size:11px;
	font-weight:normal;
}
.mega_menu.blog  ul.post_details.simple li.category a:hover
{
	text-decoration: underline;
}
.mega_menu .column_1_2 .blog.small .post
{
	width: 390px;
}
.mega_menu .column_1_3 .blog.small .post
{
	width: 250px;
}
.mega_menu .column_1_2 .blog.small .post_content
{
	width: 250px;
}
.mega_menu .column_1_3 .blog.small .post_content
{
	width: 130px;
}
.mega_menu .column_1_3 .blog.small .post ul.post_details.simple li.date
{
	clear: both;
	margin-left: 0;
	margin-top: 5px;
}
.mega_menu .blog.small
{
	position: static;
	left: 0;
	top: 0;
	margin-top: 0;
}
.mega_menu .blog.small .post
{
	margin: 30px 0 0;
}
.mega_menu .blog.small .post:first-child
{
	margin-top: 0;
}
.menu_container .mega_menu .blog.small .post a
{
	padding: 0;
	background: none;
	color: #222;
	text-transform:none;
	letter-spacing:0;
	font-weight:normal;
}

.menu_container .mega_menu .blog.small .post a:hover {
	color:#ca155b;
}


.blog.small .post,
.blog.small_margin .post
{
	margin-top: 30px;
}
.blog.big img
{
	width: 330px;
}
.blog.small img
{
	width: 100%;
}

.blog.small_margin .post img {
	width:100px;
}

.blog.big img,
.blog.big .post_content,
.blog.small img,
.blog.small .post_content
{
	float: left;
}
.blog.big .post_content
{
	width: 330px;
	margin-left: 30px;
}
.blog.small .post_content
{
	margin-left: 20px;
}
.column_2_3 .column_1_2 .blog.small .post_content,
.column_1_3 .blog.small .post_content
{
	width:100%;
	margin-left:0;
	padding-top:5px;
}
.column_1_2 .blog.small .post_content
{
	width: 390px;
}
.blog.small .post_content p
{
	margin-top: 0;
}
.blog.small .post_details.simple
{
	clear: none;
}
.blog.big .post_content h2,
.blog.small .post_content h5
{
	margin-top: 0;
	font-weight:bold;
	font-size:14px;
	letter-spacing:0;
}

.blog.medium .post
{
	clear: none;
	width: 210px;
	margin-top: 30px;
	margin-left: 30px;
}
.blog.medium .post:first-child,
.blog.medium .post:nth-child(3n+1)
{
	margin-left: 0;
}
.blog.rating .post
{
	width: 100%;
	margin-top: 10px;
	padding-bottom: 20px;
}
.blog.rating .post:first-child
{
	margin-top: 0;
}
.blog.rating .post,
.blog.rating .post_content
{
	position: relative;
	z-index: 1;
}
.blog.rating .post_content
{
	padding: 10px 20px;
}
.blog.rating .post span.number
{
	display: block;
	padding: 5px 0 0;
}
.blog.rating h5
{
	margin-top: 5px;
}
.blog.rating .post .value_bar_container
{
	position: absolute;
	bottom: 0;
}
.blog.rating .post .value_bar
{
	background: #F0F0F0;
	height: 100%;
}
.footer .blog ul.post_details.simple li.category,
.footer .blog ul.post_details.simple li.category a,
.footer .post_details li.date
{
	color: #9DA4AB;
	line-height: 1;
}
.column_1_3 .blog.small .post
{
	width: 330px;
}
/* --- single post --- */
h1.post_title
{
	font-size: 48px;
	font-weight: bold;
	letter-spacing:-3px;
	text-transform:capitalize;
}
.post.single
{
	margin-top: 0;
}
.post.single .post_image
{
	display: block;
	position: relative
}
.post.single .post_image blockquote
{
	position: absolute;
	bottom: 0;
	background-image: url("../images/icons/other/quote_image.png");
	background-color: rgba(0,0,0,0.5);
	background-position: 20px 20px;
	color: #FFF;
}
.post.single .post_image blockquote .author
{
	color: #FFF;
}
.post.single .sentence,
.gallery_popup .sentence
{
	margin-top: 20px;
}
.post.single .sentence .text,
.gallery_popup .sentence .text
{
	color: #7C7C7C;
	font-weight: bold;
}
.post.single .sentence .author,
.gallery_popup .sentence .author,
blockquote .author
{
	color: #ABABAB;
	margin-left: 3px;
}
.gallery_popup .sentence .author
{
	color: 858D94;
	margin-left: 0;
}
.post.single .sentence .text,
.post.single .sentence .author,
.gallery_popup .sentence .text,
.gallery_popup .sentence .author,
blockquote .author
{
	line-height: 120%;
	font-size: 12px;
}
.post.single .post_content
{
	position: relative;
}
.post.single .author_box,
.post.single .content_box
{
	float: right;
}
.post.single .author_box
{
	position: absolute;
	width: 100px;
	text-align: center;
	visibility: visible;
	top: 0;
}
.post.single .content_box
{
	width: 676px;
	margin-left: 0;
	float:left;
}
.post.single .text
{	
	font-size: 16px;
}
.post.single blockquote.inside_text
{
	float: left;
	width: 200px;
	margin-bottom: 1em;
	font-size: 18px;
	padding-top: 60px;
	background-position: 20px 30px;
	line-height: 140%;
	margin-right: 30px;
}
.post.single blockquote.right
{
	float: right;
	margin-right: 0;
	margin-left: 30px;
}
.post.single blockquote.inside_text.simple
{
	background-position: 0 20px;
}
blockquote .author
{
	display: block;
	margin-top: 23px;
	font-weight: normal;
}
.post.single .post_details
{	
	clear: both;
	float: none;
	margin-top: 20px;
	padding-top: 15px;
	/* border-top: 1px solid #E9E9E9; */
}
.post.single .post_details a
{
	color: #ca155b;
	background:none;
	padding:0;
}
.post.single li.detail
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	padding: 0 0 0 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #7C7C7C;
}
li.detail.category
{
	background-image: url("../images/icons/other/post_category.png");
}	
.detail.date
{
	background-image: url("../images/icons/other/post_date.png");
}
.detail.author
{
	/* background-image: url("../images/icons/other/post_author.png"); */
	padding-left:0 !important;
	margin-bottom:15px !important;
}

.detail.author img {
	width:35px; 
	float:left; 
	margin:0 8px 0 0;
}

.detail.views
{
	background-image: url("../images/icons/other/post_views.png");
}
.detail.comments
{
	background-image: url("../images/icons/other/post_comments.png");
}
.share_box
{
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	padding: 20px 0;
}
.share_box label
{
	float: left;
	font-size: 18px;
	margin-top: 5px;
}
.share_box .social_icons
{
	float: right;
}
.taxonomies.tags.left
{
	float: none;
	border-top:solid 1px #dadada;
	padding-top:15px;
}
.taxonomies.categories.right
{
	float: none;
}
.column_2_3 .iframe_video
{
	width: 100%;
	height: 388px
}
.column_2_3 .iframe_sound
{
	width: 100%;
}
/* --- single post small image --- */
.post.single.small_image .post_image_box {
	float: left;
	width: 330px;
	margin-right: 30px;
}
.post.single.small_image .post_image_box .pr_preloader
{
	height: 242px;
}
.post.single.small_image .content_box
{
	width: 100%;
}
.post.single.small_image .text
{
	display: inline;
}
.post.single.small_image .text>*
{
	margin-left: 130px;
}
.post.single.small_image p
{
	clear: none;
	float: none;
}
/* --- list --- */
.list
{
	margin-top: 20px;
	border-top: 1px solid #E9E9E9;
}
.list li ul
{
	margin-top: 0;
}
.list li
{
	padding-top: 6px;
	padding-bottom: 6px;
}
.list li:first-child
{
	margin-top: 14px;
}
.list li ul li:first-child
{
	margin-top: 4px;
}
.list.spacing li ul li:first-child
{
	margin-top: 7px;
}
.list li,
.list li a
{
	color: #25282A;
}
.list.indent
{
	padding-left: 15px;
}
.list.no_border,
.review_block .list
{
	border-top: none;
}
.list.spacing li,
.review_block .list li
{
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0;
}
.review_block .list li,
.review_block .list li a
{
	color: #3E3E3E;
}
/* --- dropcap --- */
.dropcap
{
	line-height: 150%;
}
.dropcap .dropcap_label
{
	float: left;
	padding: 6px 13px;
	background-color: #F0F0F0;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 5px;
}
.dropcap .dropcap_label.active
{
	background-color: #ED1C24;
}
.dropcap .dropcap_label h3
{
	color: #25282A;
	font-size: 24px;
}
.dropcap .dropcap_label.active h3
{
	color: #FFF;
}
/* --- taxonomies --- */
.taxonomies li
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.column_1_3  .taxonomies
{
	width: 335px;
}
.column_1_3 .taxonomies.columns li
{
	width: 48.51%;
}
.taxonomies a
{	
	display: block;
	border: 1px solid #E9E9E9;
	color: #7C7C7C; 
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	padding: 13px 12px 12px;
	text-align: left;
}
.taxonomies a:hover
{
	color:#FFF;
	background:#ca155b;
	border-color:#ca155b;
}
.taxonomies.columns
{
	text-align: center;
}
.taxonomies.tags
{
	padding-left: 35px;
	background: url("../images/icons/other/post_footer_tags.png") no-repeat left center;
}
.taxonomies.categories
{
	padding-left: 35px;
	background: url("../images/icons/other/post_footer_category.png") no-repeat left center;
}
/* --- review --- */
.review_block
{
	padding: 30px;
	background: #F0F0F0;
}
.review_summary
{	
	position: relative;
	background: transparent;
	padding: 30px 0;
}
.review_block h5,
.review_summary h5
{	
	color: #25282A;
}
.column_2_3 .review_block  .column_1_2
{
	width: 300px;
}
.review_chart li
{
	margin-top: 15px;
}
.review_chart li:first-child
{
	margin-top: 0;
}
.review_summary .number,
.review_summary .text
{
	position: relative;
	float: left;
	z-index: 1;
}
.review_summary .text
{
	width: 480px;
}
.review_summary .text p
{
	color: #3E3E3E;
	font-size: 14px;
	margin-top: 0;
}
.review_summary .number
{
	border: 2px solid #ED1C24;
	color: #ED1C24;
	font-size: 42px;
	font-weight: 300;
	font-family: 'Roboto Condensed';
	padding: 27px 23px;
	margin: 0 30px;
}
.review_summary .value_bar_container
{
	position: absolute;
	bottom: 0;
}
.review_summary .value_bar
{
	background: #F0F0F0;
	height: 100%;
}
/* --- value bar --- */
.value_container
{
	background: #FFF;
	height: 26px;
	margin-top: 10px;
}
.value_container .value_bar
{
	position: relative;
	height: 20px;
	padding-top: 6px;
	background: #ED1C24;
	text-align: right;
}
.value_container .value_bar .number
{
	margin: 0 10px;
	padding: 0;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
}
/* --- announcement --- */
.announcement
{
	background: #F0F0F0;
	padding: 30px;
}
.announcement h2
{
	float: left;
	margin-right: 10px;
}
.announcement .expose
{
	color: #ED1C24;
	margin-right: 0;
}
.announcement .vertical_align
{
	height: 57px;
}
/* --- read more --- */
.read_more
{
	position: relative;
	display: block;
	height: 29px;
	clear: both;
	float: left;
	color: #25282A;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	padding-right: 12px;
}
.read_more.page_margin_top
{
	margin-top: 30px;
}
.read_more.page_margin_top_section
{
	margin-top: 50px;
}
.read_more span
{
	display: block;
	line-height: normal;
	margin-top: 7px;
	position: relative;
	margin-left: 38px;
}
.read_more .arrow
{
	position: absolute;
	width: 29px;
	height: 29px;
	margin-left: 0;
	background: #ca155b url("../images/icons/navigation/call_to_action_arrow.png") no-repeat;
	margin-top: 0;
}
.read_more:hover
{
	color: #FFF;
}
.read_more:hover .arrow
{
	width: 100%;
}
/* --- comment form, contact form --- */
.comment_form fieldset,
.contact_form fieldset
{
	clear: both;
}
.comment_form fieldset.column,
.contact_form fieldset.column
{
	clear: none;
}
.comment_form fieldset.column_1_3,
.contact_form fieldset.column_1_3
{
	margin-left: 10px;
	width: 223px;
}
.comment_form fieldset.column_1_3:first-child,
.contact_form fieldset.column_1_3:first-child
{
	width: 224px;
}
.column_1_3 .comment_form fieldset.column_1_3,
.column_1_3 .contact_form fieldset.column_1_3,
.comment_form fieldset.column:first-child,
.contact_form fieldset.column:first-child
{
	margin-left: 0;
}
.column_1_3 .comment_form fieldset.column_1_3,
.column_1_3 .contact_form fieldset.column_1_3
{
	margin-top: 10px;
}
.column_1_3 .comment_form fieldset.column_1_3:first-child,
.column_1_3 .contact_form fieldset.column_1_3:first-child
{
	margin-top: 0;
}
.comment_form input,
.comment_form textarea,
.contact_form input,
.contact_form textarea
.contact_form select
{
	background: #F0F0F0;
	border: none;
	font-size: 14px;
	padding: 15px 20px;
	color: #3E3E3E;
}
.comment_form textarea,
.contact_form textarea
{
	width: 650px;
	height: 105px;
	margin-top: 10px;
	resize: none;
}
.comment_form .text_input,
.contact_form .text_input
{
	width: 183px;
}
.comment_form fieldset.column:first-child .text_input,
.contact_form fieldset.column:first-child .text_input
{
	width: 184px;
}
.column_1_3 .comment_form .text_input,
.column_1_3 .contact_form .text_input,
.column_1_3 .comment_form fieldset.column:first-child .text_input,
.column_1_3 .contact_form fieldset.column:first-child .text_input,
.column_1_3 .comment_form textarea,
.column_1_3 .contact_form textarea
{
	width: 290px;
}
.comment_form [type='submit'],
.contact_form [type='submit']
{
	float: right;
	font-size: 12px;
	color: #25282a;
	margin-top: 10px;
	outline: none;
}
.comment_form .text_input:focus,
.comment_form textarea:focus,
.contact_form .text_input:focus,
.contact_form textarea:focus
{
	background: transparent;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 14px;
}
.comment_form textarea:focus,
.contact_form textarea:focus
{
	padding: 14px 19px;
	border: 1px solid #E9E9E9;
}
#cancel_comment
{
	display: none;
	float: right;
	font-size: 11px;
	margin-top: 30px;
	margin-right: 20px;
	color: #ED1C24;
}
.comment_form .hint,
.contact_form .hint
{
	color: #ababab;
}
::-webkit-input-placeholder 
{
	color: #ababab;
}
:-moz-placeholder 
{
	color: #ababab;
    opacity:  1;
}
::-moz-placeholder
{
	color: #ababab;
    opacity:  1;
}
:-ms-input-placeholder 
{
	color: #ababab;
}
/* --- search form --- */
.search_form input[type='text']
{
	width: 650px;
	float:left;
}
.search_form input[type='text']:focus
{
	background: transparent;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 14px;
}
.search_form input[type='submit']
{
	float:left;
}
/* --- tooltip --- */
.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content
{
	font-size: 13px;
	font-family: arial;
	color: #FFF;
}
.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content
{
	border:none; 
}
.ui-tooltip-content
{
	padding: 10px 20px 10px 20px;
}
.ui-tooltip-error .ui-tooltip-content
{
	background: #E9431C;
}
.ui-tooltip-success .ui-tooltip-content
{
	background: #61911B;
}
/* --- comments list --- */
.comment
{
	margin-top: 50px;
}
#comments_list>.comment:first-child
{
	margin-top: 30px;
}
.comment_author_avatar
{
    float: left;
	width: 100px;
    height: 100px;
	background: url("../images/samples/100x100/avatar.png");
}
.posted_by
{
	clear: both;
}
.posted_by h5
{
	float: left;
}
.posted_by abbr.timeago
{
	float: right;
	color: #7C7C7C;
	font-size: 12px;
	margin-top: 7px;
}
.posted_by .in_reply
{
	margin-left: 5px;
	color: #ABABAB;
}
#comments_list .comment_details
{
	float: left;
	width: 560px;
	margin-left: 30px;
}
#comments_list .children 
{
    clear: both;
    float: left;
    margin-left: 70px;
}
#comments_list .children .comment_details
{
	width: 460px;
}
#comments_list .children  .comment .parent_arrow
{
	float: left;
	width: 10px;
	height: 16px;
	margin-right: 20px;
	background: url("../images/icons/other/comment_reply.png") no-repeat;
}
/* --- pagination --- */
.pagination
{
	clear: both;
}
.pagination li
{
	float: left;
	margin-left: 5px;
	list-style:none;
}
.pagination li:first-child
{
	margin-left: 0;
}
.pagination li.left,
.pagination li.right
{
	width: 29px;
}
.pagination li.left a,
.pagination li.right a
{
	background-repeat: no-repeat;
	background-position: 0 0;
}
.pagination li.left a
{
	background-image: url("../images/icons/navigation/pagination_arrow_left.png");
}
.pagination li.right a
{
	background-image: url("../images/icons/navigation/pagination_arrow_right.png");
}
.pagination li.left a:hover,
.pagination li.right a:hover
{
	background-position: 0 -29px;
}
.pagination li a 
{
	display: block;
    color: #7C7C7C;
    font-size: 14px;
    padding: 8px 10px 7px 11px;
	background: #F0F0F0;
	margin:7px 0 0;
}
.pagination li a:hover,
.pagination li.selected a
{
	color: #FFF;
	background-color: #ca155b;
}

.pagination li a#selected_page
{
	color: #FFF;
	background-color: #ca155b;
}


/* --- list bullet --- */
.bullet
{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.bullet.parent
{
	background-position: left 3px;
}
.spacing .bullet.parent
{
	background-position: left 6px;
}
.bullet.style_1
{
	background-image: url("../images/icons/other/bullet_style_1.png");
	padding-left: 15px;
}
.bullet.style_2
{
	background-image: url("../images/icons/other/bullet_style_2.png");
}
.bullet.style_3
{
	background-image: url("../images/icons/other/bullet_style_3.png");
}
.bullet.style_4
{
	background-image: url("../images/icons/other/bullet_style_4.png");
}
/* --- tabs navigation --- */
.tabs_navigation
{
	width: 100%;
	padding: 0;
	margin: 0 0 -9px;
	list-style: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background: none;
	border: none;
}
.tabs_navigation.small
{
	border-bottom: 1px solid #e9e9e9;
	margin: 0;
}
.tabs_navigation li
{
	position: relative;
	float: left;
	padding: 0;
	border: none;
	list-style: none;
	text-align: center;
}
.tabs_navigation li a
{
	position: relative;
	width: auto;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #25282A;
	padding: 8px 15px 11px;
	border: none;
	background: #F0F0F0;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: normal;
	outline: none;
	text-decoration: none;
	transition: none;
	line-height: 140%;
	border-right: 1px solid #E0E0E0;
}
.tabs_navigation li:last-child a
{
	border-right: none;
}
.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a
{
	background: #ED1C24;
	color: #FFF;
}
.tabs_navigation li.ui-tabs-active span
{
	display: inline;
	position: relative;
	border-style: solid;
	border-width: 9px 9px 0;
	border-color: #ED1C24 transparent;
	bottom: -9px;
}
.tabs_navigation.small li
{
	margin: 5px 20px -1px 0;
}
.tabs_navigation.small li:last-child
{
	margin-right: 0;
}
.tabs_navigation.small li a
{
	padding: 0px 0px 8px 0;
	font-size: 15px;
	margin-bottom: 1px;
	color: #7C7C7C;
	background: none;
	border-right: none;
}
.tabs_navigation.small li a:hover,
.tabs_navigation.small li a.selected,
.tabs_navigation.small li.ui-tabs-active a
{
	border-bottom: 3px solid #ca155b;
	padding-bottom: 6px;
	margin-bottom: 0;
	background: none;
	color: #25282A;
}
/* --- accordion --- */
.accordion.medium .ui-accordion-content
{
	padding: 30px 0 20px;
}
.accordion .ui-accordion-header
{
	padding: 10px 12px;
	cursor: pointer;
	border-bottom: 1px solid #E9E9E9;
}
.accordion .ui-accordion-header.ui-state-active
{
	background-color: #ED1C24;
	border-bottom-color: #ED1C24;
}
.accordion .ui-accordion-header h4
{
	padding-left: 41px;
}
.accordion .ui-accordion-header.ui-state-active h4
{
	color: #FFF;
	line-height: normal;
}
.accordion  .ui-accordion-header .ui-accordion-header-icon
{
	float: left;
	width: 21px;
	height: 21px;
	background: #F0F0F0 url("../images/icons/navigation/accordion_arrow_down.png") no-repeat 0 0;
	margin-right: 20px;
	margin-top: 2px;
}
.accordion  .ui-accordion-header:hover .ui-accordion-header-icon
{
	background: #ED1C24 url("../images/icons/navigation/accordion_arrow_down_hover.png") no-repeat 0 0;
}
.accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon
{
	background: transparent url("../images/icons/navigation/accordion_arrow_up.png") no-repeat 0 0;
}
/* --- carousel --- */
.horizontal_carousel
{
	display: none;
}
.horizontal_carousel_container,
.vertical_carousel_container
{

	position: relative;
}
.horizontal_carousel_container a.slider_control
{
	top: 74px;
}
.horizontal_carousel_container.big a.slider_control,
.column_1_1 .horizontal_carousel_container.big a.slider_control
{
	top: 145px;
}
.column_2_3 .horizontal_carousel_container.big a.slider_control
{
	top: 305px;
}
.column_1_1 .horizontal_carousel_container a.slider_control
{
	top: 65px;
}
.column_1_1 .horizontal_carousel_container.small a.slider_control
{
	top:7px;
}
.horizontal_carousel_container.thin a.slider_control
{
	top: 50px;
}
.horizontal_carousel_container .horizontal_carousel>li
{
	float: left;
	width: 210px;
	clear: none;
	margin-right: 30px;
	margin-top: 0;
}
.horizontal_carousel_container.big .horizontal_carousel>li
{
	width: auto;
}
.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-3>li
{
	width: 200px;
}
.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-4>li
{
	width: 240px;
}
.column_2_3 .horizontal_carousel_container.thin .horizontal_carousel.visible-5>li,
.gallery_popup .horizontal_carousel_container.thin .horizontal_carousel.visible-8 > li
{
	width: 90px;
	margin-right: 10px;
}
.gallery_popup .horizontal_carousel_container.thin
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.blog.horizontal_carousel>li
{
	padding-bottom: 1px;
}


.top_story li {
	/* min-height:285px !important; */
}
	



.column_2_3 .horizontal_carousel_container.thin.gallery_control  .horizontal_carousel.visible-5>li,
.gallery_popup .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-8 > li
{
	opacity: 0.5;
}
.column_2_3 .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-5>li.current,
.column_2_3 .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-5>li:hover,
.gallery_popup .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-8>li.current,
.gallery_popup .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-8>li:hover
{
	opacity: 1;
}
.column_2_3 .horizontal_carousel_container.thin.gallery_control  .horizontal_carousel.visible-5>li img,
.gallery_popup .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-8 > li img
{
	transition: none;
	-webkit-transition: none;
	opacity: 1;
}
.horizontal_carousel .author h6
{
	margin-top: 10px;
}
/* --- preloader --- */
.pr_preloader
{
	display: block;
	height: auto;
	min-height: 15px;
	background: url('../images/preloader.gif') no-repeat center center;
}
.blog .post>a>img,
.grid_view .post>a>img,
.post.single .post_image img,
.slider li.slide img,
.pr_preload
{
	display: none;
}
.blog.small .post>a>img
{
	display: block;
	width:100%;
	border:solid 1px #dadada;
	margin-top:5px;
}
/* --- icons --- */
.icon/*,
.icon .info*/
{
	display: block;
	position: absolute;
	width: 45px;
    height: 45px;
    z-index: 1;
	background-color: rgba(66,73,79,0.8);
	background-repeat: no-repeat;
	text-align: center;
}
.icon.small
{
	width: 29px;
	height: 29px;
}
/*.icon .info
{
	width: 0%;
	height: auto;
	z-index: 1;
	left: 45px;
	font-family: 'Roboto Condensed';
	color: #FFF;
	font-size: 18px;
	transition: width 250ms;
	overflow: hidden;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 13px;
}
.icon:hover .info
{
	width: 100%;
}*/
.icon span
{
	display: inline-block;
    color: #fff;
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin-top: 13px;
}
.icon.video
{
	background-image: url("../images/icons/media/video.png");
}
.icon.gallery
{
	background-image: url("../images/icons/media/gallery.png");
}
.icon.small.video
{
	background-image: url("../images/icons/media/small_video.png");
	top:6px;
}
.icon.small.gallery
{
	background-image: url("../images/icons/media/small_gallery.png");
}
.icon.small.review
{
	background-image: url("../images/icons/media/small_review.png");

}
.icon.fullscreen
{
	cursor: pointer;
	background-image: url("../images/icons/media/fullscreen.png");
}
.icon.fullscreen:hover
{
	background-color: #ED1C24;
}
.icon.fullscreen.animated
{
	visibility: hidden;
	-webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}
/* --- authors --- */
.authors .author
{
	float: left;
	width: 150px;
	margin-top: 30px;
	margin-left: 30px;
	text-align: center;
}
.authors .author:nth-child(2n+1)
{
	margin-left: 0;
}
.author h6
{
	color: #7C7C7C;
	font-weight: bold;
}
.author .thumb, .author .number, .author .thumb img
{
	display: block;
}
.author .thumb
{
	position: relative;
}
.author .details
{
	clear: both;
	margin-top: 10px;
}
.author .details h5
{
	margin-top: 0;
	color:#fff;
}
.author .number,
.author .number.odometer
{
	position: absolute;
	width: 50px;
	bottom: 7px;
	right: 0;
	z-index: 1;
	padding-right: 0;
	text-align: center;
}
.author .value_bar_container
{
	position: absolute;
	width: 50px;
	height: 100%;
    right: 0;
    bottom: 0;
}
.author .value_bar
{
	position: absolute;
	width: 50px;
	height: 100%;
	bottom: 0;
	background: #F0F0F0;
}
.author a img
{
	width: auto;
	opacity: 1;
	transition: opacity 0.4s ease-in-out 0s;
	-webkit-transition: opacity 0.4s ease-in-out 0s;
}
.author a:hover img
{
	opacity: 0.8;
	transition: opacity 0.4s ease-in-out 0s;
	-webkit-transition: opacity 0.4s ease-in-out 0s;
}
.horizontal_carousel .author a img
{
	width: 100%;
}
.author .avatar_block
{
	float: left;
	margin-right: 30px;
}
.author .avatar_block img
{
	display: block;
	width: 240px;
}
.authors_list .author
{
	margin-top: 50px;
	position:relative;
	padding:45px 0 0;
	border-top:solid 1px #dadada;
}
.authors_list .author:first-child
{
	margin-top: 0;
	border-top:0;
	padding-top:0;
}
.authors_list .author blockquote .author
{
	margin-top: 23px;
	margin-left: 0;
}
.authors_list .content
{
	position: relative;
	float: left;
	width: 770px;
}
.authors_list .social_icons
{
	position: absolute;
	right: 0;
}
.authors_list .more
{
	width: 74px;
}
.authors_list .details
{
	position:absolute;
	margin-top: 0;
	padding:0;
	right:0;
	top:60px;
}
.authors_list .author .value_bar_container
{
	left: 0;
	right: auto;
}
.authors_list .author .value_bar
{
	width: 100%;
}
.authors_list .details .columns 
{
	position: relative;
	z-index: 1;
}
.authors_list .details .columns .column
{
	background:#ccc;
    -moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
    height:100px;
    padding:0;
    text-align:center;
    width:100px;
}
.authors_list .details .columns  .number
{
	position: static;
	width: auto;
	text-align:center;
	padding:27px 0 0;
	font-size: 18px;
	font-weight: 400;
	color:#fff;
}
/* --- item content --- */
.item_content
{
	margin-top: 10px;
	list-style: none;
}
.page_margin_top.item_content:first-child
{
	margin-top: 30px;
}
.item_content:first-child
{
	margin-top: 0;
}
.item_content .features_icon
{
	float: left;
	display: block;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	margin-bottom: 5px;
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.item_content.border_top
{
	padding-top: 30px;
	border-top: 1px solid #E9E9E9;
}
.item_content .not_found
{
	width: 110px;
	height: 110px;
	background-image: url("../images/icons/other/404.png");
}
.app
{
	background-image: url("../images/icons/features/app.png");
}
.calendar
{
	background-image: url("../images/icons/features/calendar.png");
}
.chart
{
	background-image: url("../images/icons/features/chart.png");
}
.chat
{
	background-image: url("../images/icons/features/chat.png");
}
.clock
{
	background-image: url("../images/icons/features/clock.png");
}
.database
{
	background-image: url("../images/icons/features/database.png");
}
.document
{
	background-image: url("../images/icons/features/document.png");
}
.envelope
{
	background-image: url("../images/icons/features/envelope.png");
}
.faq
{
	background-image: url("../images/icons/features/faq.png");
}
.graph
{
	background-image: url("../images/icons/features/graph.png");
}
.image
{
	background-image: url("../images/icons/features/image.png");
}
.laptop
{
	background-image: url("../images/icons/features/laptop.png");
}
.magnifier
{
	background-image: url("../images/icons/features/magnifier.png");
}
.features_icon.mobile
{
	background-image: url("../images/icons/features/mobile.png");
}
.pin
{
	background-image: url("../images/icons/features/pin.png");
}
.printer
{
	background-image: url("../images/icons/features/printer.png");
}
.quote
{
	background-image: url("../images/icons/features/quote.png");
}
.screen
{
	background-image: url("../images/icons/features/screen.png");
}
.speaker
{
	background-image: url("../images/icons/features/speaker.png");
}
.video
{
	background-image: url("../images/icons/features/video.png");
}
/* --- latest news scrolling list ---*/
.latest_news_scrolling_list_container li
{
	float: left;
	padding:7px 10px 10px 15px;
	margin-left:5px;
	border-left:solid 1px #dadada;
	font-size:13px;
}

.latest_news_scrolling_list_container li a {
	color:#0a628f;
	text-transform:uppercase;
	font-size:11px;
}

.latest_news_scrolling_list_container li:first-child {
	border-left:0;	
}

.latest_news_scrolling_list_container li.posts
{
	padding: 0;
	overflow: hidden;
}
.latest_news_scrolling_list_container .category
{
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	color:#555;
}
.latest_news_scrolling_list_container .date
{
	padding-left: 0;
}
.latest_news_scrolling_list_container .date .timeago
{
	display: none;
}
.latest_news_scrolling_list_container .date .timeago.current
{
	display: inline;
}
.latest_news_scrolling_list_container li.left,
.latest_news_scrolling_list_container li.right
{
	border-right: 1px solid #dadada;
	cursor: pointer;
}
.latest_news_scrolling_list_container li.left
{
	padding: 8px 8px 9px 7px;
}
.latest_news_scrolling_list_container li.right
{
	padding: 8px 7px 9px 8px;
}
.latest_news_scrolling_list_container li.left:hover,
.latest_news_scrolling_list_container li.right:hover
{
	background: #464D53;
}
.latest_news_scrolling_list_container .left a,
.latest_news_scrolling_list_container .right a
{
	display: block;
	width: 29px;
	height: 29px;
	background: no-repeat 0 0;
}
.latest_news_scrolling_list_container .left a
{
	background-image: url("../images/icons/navigation/dark_bg/navigation_latest_arrow_left.png");
}
.latest_news_scrolling_list_container .right a
{
	background-image: url("../images/icons/navigation/dark_bg/navigation_latest_arrow_right.png");
}
.latest_news_scrolling_list_container .left:hover a,
.latest_news_scrolling_list_container .right:hover a
{
	background-position: 0 -29px;
}
.latest_news_scrolling_list_container li .timeago
{
	color: #f5f5f5;
	font-size: 13px;
}
.latest_news_scrolling_list_container li .latest_news_scrolling_list
{
	height: 46px;
	overflow: hidden;
}
.latest_news_scrolling_list_container li .latest_news_scrolling_list li
{
	padding-right: 5px;
}
.latest_news_scrolling_list_container li .latest_news_scrolling_list a
{
	color: #FFF;
	font-size: 14px;
}
/* --- social icons --- */
.social_icons li
{
	float: left;
	padding: 0 5px 0 0px;
}
.social_icons .social_icon
{
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: none;
	background-position: 0 0;
	outline: none;
}
.header_top_bar .social_icons
{
	float: right;
}
.header_top_bar .social_icons li
{
	padding: 0 0 0 5px;
}
.social_icons .social_icon:hover,
.social_icons.colors .social_icon
{
	background-position: 0 -30px;
}
.social_icons.colors .social_icon
{
	opacity: 1;
	transition: opacity 0.2s ease-in-out 0s;
}
.social_icons.colors .social_icon:hover
{
	opacity: 0.7;
	transition: opacity 0.2s ease-in-out 0s;
}
.behance
{
	background-image: url("../images/icons/social/behance.png");
}
.bing
{
	background-image: url("../images/icons/social/bing.png");
}
.blogger
{
	background-image: url("../images/icons/social/blogger.png");
}
.deezer
{
	background-image: url("../images/icons/social/deezer.png");
}
.designfloat
{
	background-image: url("../images/icons/social/designfloat.png");
}
.deviantart
{
	background-image: url("../images/icons/social/deviantart.png");
}
.digg
{
	background-image: url("../images/icons/social/digg.png");
}
.digg
{
	background-image: url("../images/icons/social/digg.png");
}
.dribbble
{
	background-image: url("../images/icons/social/dribbble.png");
}
.envato
{
	background-image: url("../images/icons/social/envato.png");
}
.facebook
{
	background-image: url("../images/icons/social/facebook.png");
}
.flickr
{
	background-image: url("../images/icons/social/flickr.png");
}
.form
{
	background-image: url("../images/icons/social/form.png");
}
.forrst
{
	background-image: url("../images/icons/social/forrst.png");
}
.foursquare
{
	background-image: url("../images/icons/social/foursquare.png");
}
.friendfeed
{
	background-image: url("../images/icons/social/friendfeed.png");
}
.googleplus
{
	background-image: url("../images/icons/social/googleplus.png");
}
.instagram
{
	background-image: url("../images/icons/social/instagram.png");
}
.linkedin
{
	background-image: url("../images/icons/social/linkedin.png");
}
.mail
{
	background-image: url("../images/icons/social/mail.png");
}
.mobile
{
	background-image: url("../images/icons/social/mobile.png");
}
.myspace
{
	background-image: url("../images/icons/social/myspace.png");
}
.picasa
{
	background-image: url("../images/icons/social/picasa.png");
}
.pinterest
{
	background-image: url("../images/icons/social/pinterest.png");
}
.reddit
{
	background-image: url("../images/icons/social/reddit.png");
}
.rss
{
	background-image: url("../images/icons/social/rss.png");
}
.skype
{
	background-image: url("../images/icons/social/skype.png");
}
.soundcloud
{
	background-image: url("../images/icons/social/soundcloud.png");
}
.spotify
{
	background-image: url("../images/icons/social/spotify.png");
}
.stumbleupon
{
	background-image: url("../images/icons/social/stumbleupon.png");
}
.technorati
{
	background-image: url("../images/icons/social/technorati.png");
}
.tumblr
{
	background-image: url("../images/icons/social/tumblr.png");
}
.twitter
{
	background-image: url("../images/icons/social/twitter.png");
}
.vimeo
{
	background-image: url("../images/icons/social/vimeo.png");
}
.wykop
{
	background-image: url("../images/icons/social/wykop.png");
}
.xing
{
	background-image: url("../images/icons/social/xing.png");
}
.youtube
{
	background-image: url("../images/icons/social/youtube.png");
}
.dark .behance,
.colors .behance
{
	background-image: url("../images/icons/social/dark_bg/behance.png");
}
.dark .bing,
.colors .bing
{
	background-image: url("../images/icons/social/dark_bg/bing.png");
}
.dark .blogger,
.colors .blogger
{
	background-image: url("../images/icons/social/dark_bg/blogger.png");
}
.dark .deezer,
.colors .deezer
{
	background-image: url("../images/icons/social/dark_bg/deezer.png");
}
.dark .designfloat,
.colors .designfloat
{
	background-image: url("../images/icons/social/dark_bg/designfloat.png");
}
.dark .deviantart,
.colors .deviantart
{
	background-image: url("../images/icons/social/dark_bg/deviantart.png");
}
.dark .digg,
.colors .digg
{
	background-image: url("../images/icons/social/dark_bg/digg.png");
}
.dark .digg,
.colors .digg
{
	background-image: url("../images/icons/social/dark_bg/digg.png");
}
.dark .dribbble,
.colors .dribbble
{
	background-image: url("../images/icons/social/dark_bg/dribbble.png");
}
.dark .envato,
.colors .envato
{
	background-image: url("../images/icons/social/dark_bg/envato.png");
}
.dark .facebook,
.colors .facebook
{
	background-image: url("../images/icons/social/dark_bg/facebook.png");
}
.dark .flickr,
.colors .flickr
{
	background-image: url("../images/icons/social/dark_bg/flickr.png");
}
.dark .form,
.colors .form
{
	background-image: url("../images/icons/social/dark_bg/form.png");
}
.dark .forrst,
.colors .forrst
{
	background-image: url("../images/icons/social/dark_bg/forrst.png");
}
.dark .foursquare,
.colors .foursquare
{
	background-image: url("../images/icons/social/dark_bg/foursquare.png");
}
.dark .friendfeed,
.colors .friendfeed
{
	background-image: url("../images/icons/social/dark_bg/friendfeed.png");
}
.dark .googleplus,
.colors .googleplus
{
	background-image: url("../images/icons/social/dark_bg/googleplus.png");
}
.dark .instagram,
.colors .instagram
{
	background-image: url("../images/icons/social/dark_bg/instagram.png");
}
.dark .linkedin,
.colors .linkedin
{
	background-image: url("../images/icons/social/dark_bg/linkedin.png");
}
.dark .mail,
.colors .mail
{
	background-image: url("../images/icons/social/dark_bg/mail.png");
}
.dark .mobile,
.colors .mobile
{
	background-image: url("../images/icons/social/dark_bg/mobile.png");
}
.dark .myspace,
.colors .myspace
{
	background-image: url("../images/icons/social/dark_bg/myspace.png");
}
.dark .picasa,
.colors .picasa
{
	background-image: url("../images/icons/social/dark_bg/picasa.png");
}
.dark .pinterest,
.colors .pinterest
{
	background-image: url("../images/icons/social/dark_bg/pinterest.png");
}
.dark .reddit,
.colors .reddit
{
	background-image: url("../images/icons/social/dark_bg/reddit.png");
}
.dark .rss,
.colors .rss
{
	background-image: url("../images/icons/social/dark_bg/rss.png");
}
.dark .skype,
.colors .skype
{
	background-image: url("../images/icons/social/dark_bg/skype.png");
}
.dark .soundcloud,
.colors .soundcloud
{
	background-image: url("../images/icons/social/dark_bg/soundcloud.png");
}
.dark .spotify,
.colors .spotify
{
	background-image: url("../images/icons/social/dark_bg/spotify.png");
}
.dark .stumbleupon,
.colors .stumbleupon
{
	background-image: url("../images/icons/social/dark_bg/stumbleupon.png");
}
.dark .technorati,
.colors .technorati
{
	background-image: url("../images/icons/social/dark_bg/technorati.png");
}
.dark .tumblr,
.colors .tumblr
{
	background-image: url("../images/icons/social/dark_bg/tumblr.png");
}
.dark .twitter,
.colors .twitter
{
	background-image: url("../images/icons/social/dark_bg/twitter.png");
}
.dark .vimeo,
.colors .vimeo
{
	background-image: url("../images/icons/social/dark_bg/vimeo.png");
}
.dark .wykop,
.colors .wykop
{
	background-image: url("../images/icons/social/dark_bg/wykop.png");
}
.dark .xing,
.colors .xing
{
	background-image: url("../images/icons/social/dark_bg/xing.png");
}
.dark .youtube,
.colors .youtube
{
	background-image: url("../images/icons/social/dark_bg/youtube.png");
}
.colors .behance
{
	background-color: #000;
}
.colors .bing
{
	background-color: #FDB700;
}
.colors .blogger
{
	background-color: #F7974A;
}
.colors .deezer
{
	background-color: #36BDF4;
}
.colors .designfloat
{
	background-color: #F07D00;
}
.colors .deviantart
{
	background-color: #58735C;
}
.colors .digg
{
	background-color: #546B9F;
}
.colors .dribbble
{
	background-color: #E94D8A;
}
.colors .envato
{
	background-color: #83B542;
}
.colors .facebook
{
	background-color: #3B5A9B;
}
.colors .flickr
{
	background-color: #3565AB;
}
.colors .form
{
	background-color: #ED1C24;
}
.colors .forrst
{
	background-color: #859563;
}
.colors .foursquare
{
	background-color: #0086BE;
}
.colors .friendfeed
{
	background-color: #3C75BA;
}
.colors .googleplus
{
	background-color: #DD4B39;
}
.colors .instagram
{
	background-color: #5280A5;
}
.colors .linkedin
{
	background-color: #007BB6;
}
.colors .mail
{
	background-color: #C72C58;
}
.colors .mobile
{
	background-color: #ED1C24;
}
.colors .myspace
{
	background-color: #000;
}
.colors .picasa
{
	background-color: #65B145;
}
.colors .pinterest
{
	background-color: #CB2027;
}
.colors .reddit
{
	background-color: #FE5D05;
}
.colors .rss
{
	background-color: #F38F36;
}
.colors .skype
{
	background-color: #40BEEE;
}
.colors .soundcloud
{
	background-color: #F76E10;
}
.colors .spotify
{
	background-color: #85BF40;
}
.colors .stumbleupon
{
	background-color: #EB4C23;
}
.colors .technorati
{
	background-color: #56B849;
}
.colors .tumblr
{
	background-color: #4C6E8F;
}
.colors .twitter
{
	background-color: #00ACED;
}
.colors .vimeo
{
	background-color: #5CB5E6;
}
.colors .wykop
{
	background-color: #F15A25;
}
.colors .xing
{
	background-color: #1E6A70;
}
.colors .youtube
{
	background-color: #BC110A;
}
/* --- search --- */
.search
{
	float: right;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	margin-left: 15px;
	/*background: #42494F;*/
	line-height: 1;
}
.search .search_input
{
	float: left;
	width: 240px;
	font-size: 13px;
	background: #fff;
	color: #555;
	border: none;
	margin: 0;
	padding: 7px 14px 7px 15px !important;
	border:0 !important;
	border-right: 1px solid #dadada !important;
	transition: width 0.5s;
	-moz-transition: width 0.5s; /* Firefox */
	-webkit-transition: width 0.5s; /* Safari and Chrome */
	-o-transition: width 0.5s; /* Opera */
}
.search .search_input:focus
{
	width: 270px;
}
.search .search_input.hint
{
	color: #555;
}
.search .search_input::-webkit-input-placeholder 
{
	color: #858d94;
}
.search .search_input:-moz-placeholder 
{
	color: #858d94;
    opacity:  1;
}
.search .search_input::-moz-placeholder
{
	color: #858d94;
    opacity:  1;
}
.search .search_input:-ms-input-placeholder 
{
	color: #858d94;
}
.search .search_submit
{
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	padding: 0 22px;
	background: url("../images/icons/other/dark_bg/header_search.png") 0 -54px no-repeat;
	border: none;
	cursor: pointer;
	background-color:#ca155b;
}
.search .search_submit:hover
{
	background-color: #a30e48;
	background-position: 0 -54px;
}
/* --- buttons --- */
.more,
.more[type="submit"]
{	
	display: block;
	border:solid 1px #ca155b;
	color: #fff !important; 
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 12px;
	text-align: center;
	cursor: pointer;
	background:#ca155b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-transform:uppercase;
}

.more.highlight,
.more.active:hover
{
	color: #ca155b;
	padding:12px;
	background:#a2124a;
}
.more.active,
.more:hover
{
	color: #FFF;
	background: #b71755;
}
.more.medium,
.more.medium[type="submit"]
{
	font-size: 13px;
	padding: 15px 13px 14px;
}
.more.medium.highlight,
.more.medium.active:hover
{
	padding: 14px 12px 13px;
}
.more.big,
.more.big[type="submit"]
{
	font-size: 14px;
	padding: 20px 29px 19px;
}
.more.big.highlight,
.more.big.active:hover
{
	padding: 19px 28px 18px;
}
/* --- copyright row --- */
.copyright_row, 
.copyright_row h6
{
	font-family: 'Arial';
	font-size: 12px;
	color: #9DA4AB;
}
.copyright_row .footer_menu
{
	float: right;
}
.copyright_row .footer_menu li
{
	margin-left: 25px;
	margin-right: 0;
}
/* --- gallery popup --- */
.gallery_popup
{
	position: absolute;
	display: none;
	width: 100%;
	z-index: 101;
	left: 0;
	overflow-y: scroll;
	background: #2D3136;
}
.gallery_overlay
{
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: #2D3136;
	z-index: 100;
}
.gallery_popup .header_container
{
	background: transparent;
	border-bottom: 1px solid #464D53;
	padding: 30px 0;
}
.gallery_popup .header
{
	text-align: left;
	padding: 0;
}
.gallery_popup .header h1,
.gallery_popup .header h1 a
{
	float: left;
	color: #FFF;
}
.gallery_popup h3
{
	font-size: 18px;
	color: #FFF;
}
.gallery_popup p
{
	color: #D7DCE0;
}
.gallery_popup p
{
	font-size: 16px;
	line-height:190%;
}
.gallery_popup .read_more
{
	color: #FFF;
}
.gallery_close
{
	float: right;
	display: block;
	width: 23px;
	height: 23px;
	background: url("../images/icons/other/dark_bg/gallery_close.png") no-repeat 0 0;
	margin-top: 15px;
}
.gallery_close:hover
{
	background-position: 0 -23px;
}
.gallery_popup .slider_navigation
{	
	position: static;
	float: left;
}
.gallery_popup .slider_navigation .slider_control:first-child
{
	margin-right: 2px;
}
.gallery_popup .slider_navigation .slider_control a
{
	background-color: #42494F;
}
.gallery_popup .slider_navigation .slider_control a:hover
{
	background-color: #ca155b;
}
.gallery_popup .slider_info
{
	float: right;
	background: #42494F;
	font-size: 16px;
	padding: 12px 10px 14px;
}
.gallery_popup .share_box
{
	border-top-color: #464D53;
	border-bottom: none;
}
.gallery_popup .share_box label
{
	color: #FFF;
}
/* --- prettyPhoto --- */
/*div.pp_default .pp_nav
{
	margin-top: 9px;
}
div.pp_default .pp_close
{
	margin-top: 7px;
}*/
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right
{
	background: none;
	padding: 0;
}
div.pp_default .pp_content, div.light_rounded .pp_content
{
	padding: 10px;
}
div.pp_default .pp_description
{
	font-size: 12px;
	color: #7C7C7C;
}
div.pp_default .pp_close
{
	margin-top: 8px;
	background: url("../images/icons/other/close.png") 0 0 no-repeat;
}
div.pp_default .pp_close:hover
{
	opacity: 1;
	background-position: 0 -30px;
}
/* --- map --- */
.contact_map
{
	width: 100%;
	height: 350px;
}
.column_1_3 .contact_map
{
	height: 330px;
}
/* --- divider --- */
.divider
{
	background: #F0F0F0;
    border: none;
    height: 5px;
	margin: 0;
}
.divider.page_margin_top
{
	margin-top: 30px;
}
.divider_block
{
	margin-top: 25px;
}
.divider_block .divider
{
	float: left;
}
.divider.first
{
	width: 30px;
}
.divider.subheader_arrow
{
	width: 20px;
	height: 30px;
	background: url("../images/icons/other/subheader_arrow.png") no-repeat 0 0;
}
.divider.last
{
	width: 100%;
}
/* --- misc --- */
.scroll_top
{
	float: right;
	background: url("../images/icons/navigation/go_top_arrow.png") no-repeat center right;
	padding-right: 25px;
	font-size: 18px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #FFF;
	line-height: 140%;
}
.button_preview
{
	float: left;
	margin-top: 30px;
	width: 90px;
	margin-right: 30px;
}
.button_preview.medium
{
	width: 109px;
}
.button_preview.big
{
	width: 108px;
}
.header h1 a,
.sf-menu a:hover,
.social_icons .social_icon:hover,
.more:hover,
.read_more:hover,
.tabs_navigation li a:hover,
.tabs_navigation li a:focus,
.tabs_navigation li a:active,
.post .comments_number:hover,
.taxonomies a:hover,
.pagination li a:hover,
.slider_content_box li.category a:hover,
.gallery_close:hover
{
	text-decoration: none;
}
input
{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
input[type='checkbox']
{
	-webkit-appearance: checkbox;
}
input[type='radio']
{
	-webkit-appearance: radio;
}
:focus 
{
	outline:none;
}
::-moz-focus-inner 
{
	border:0;
}
body.lock-position 
{
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}




.big_gallery ul li p.PR50 {
	font-size:16px;
	line-height:170%;	
}





/* add new style 
************************************************************************************************/

.new_size img {
	width:334px;
	height:224px;
}


.gallery_size img {
	width:375px;
	height:400px;
}

.small_gallery_size img {
	width:130px;
}

.gallery_new_width {
	width:280px;	
}


.gallery_content p {
	margin-top:0;
	padding-top:0;
}

.widget_size_img img {
	width:330px !important;	
}


.widget_size_img .post_content {
	width:330px !important;
	margin-top:10px;
	margin-left:0 !important; 	
}

.footer_links ul li {
	margin:5px 0 0;
	list-style:none;
	padding:0 0 5px;
	font-size:13px;	
}

.footer_links ul li a {
	text-decoration:none;	
}

.footer_links ul li a:hover {
	text-decoration:underline;	
}

.newsletter {
	margin:5px 0 0;
	padding:10px 10px 30px;
	background:#272727;
}

.newsletter input {
	background:#fff;
	float:left;
}


.video_section .with_number a {
	width:90%;
}

.video_section .post img {
	width:100% !important;
	height:auto;
	max-height:inherit !important;
}

.video_section .post .video {
	left:1px;
	top:6px;
}

.post.single .author_box a:hover { 
	text-decoration:none;
}

.post.single .author_box .social_icon {
	width:80%; 
	margin:10px 0 0; 
	color:#fff; 
	padding:6px 6px 8px;
}

.post.single .author_box .fb {
	background:#385591;
}

.post.single .author_box .fb:before {
	background:#385591;
}

.post.single .author_box .fb:hover {
	background:#2e4981;
}

.post.single .author_box .google {
	background:#b83d2d;
}

.post.single .author_box .google:hover {
	background:#9d2e1f;
}

.post.single .author_box .twitter {
	background:#01bef1;
}

.post.single .author_box .twitter:hover {
	background:#07a7d2;
}

.post.single .tags {
	font-size:13px;
	margin:15px 0 10px;
	color:#333;
	border-top:solid 1px #e9e9e9;
	padding-top:8px;
}

.post.single .tags span {
	font-weight:600;
	color:#333;
	padding-right:3px;
}


.post.single .tags a {
	color:#0a628f;
	padding-right:5px;
	text-transform: capitalize;
}


.relative {
	position:relative;
}

.relative a:hover {
	color:#a2124a;
	text-decoration:none;
}

.absolute {
	position:absolute !important;
	top:0;
	left:0;
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0px, rgba(0, 0, 0, 0.35) 5%, rgba(0, 0, 0, 0) 100%) !important;
	padding:3% 5%;
	margin:0 !important;
	width:90%;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
	z-index:101;
}

.absolute a {
	color:#fff !important;
}

.absolute .date {
	color:#fff !important;
}

.relative .post_content span {
	font-size:12px;
	color:#777;
	float:left;
	padding:5px 0 0;
}

.sec_heading {
	letter-spacing:-1px;	
	padding:5px 0 0;
	font-size:22px;
}

.sec_heading a {
	color:#25282a;
}

.sec_heading a:hover {
	color:#a2124a;
	text-decoration:none;
}

.small_heading {
	font-size:14px; 
	letter-spacing:0;
	font-weight:normal;
}

.small_heading a {
	color:#25282a;
}

.small_heading a:hover {
	color:#a2124a;
	text-decoration:none;
}

.big_sec_heading {
	color:#fff;
    font-size:14px;
    font-weight:bold;
    letter-spacing:-0.3px;
    line-height:140%;
	padding:5px 0 7px;
	text-transform:uppercase;
}

.section_name {
	float:right;
	margin-top:10px;
}


.section_name span {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0;
	margin-left:25px;
	display:inline-block;
}

.section_name span a {
	color:#999;
	padding:0 20px 0 0;	
	line-height:22px;
}

.section_name span a:hover {
	color:#333;
	text-decoration:none;	
}



.medium_sec_heading {
	color:#ca155b;
    font-size:32px;
    font-weight:lighter;
    letter-spacing:-1px;
    line-height:140%;	
	border-top:solid 1px;
}

.new_heading {
	font-size:14px !important;
	line-height:130%;
	margin-top:5px !important;	
	font-weight:bold;
	padding:0 10px 0 0;
	letter-spacing:-0.1px;
}


.new_heading .author {
	color:#999;
	font-size:13px;	
	letter-spacing:0;
	font-weight:normal;
}

.new_heading .author a {
	color:#25282a;
	font-size:13px;	
}

.new_heading .author a:hover {
	color:#a2124a;
}

.color1 {
	border-bottom:solid 1px #a30023;	
}

.color1 a {
	background:#a30023 !important;	
	padding:5px 10px 8px;
	color:#fff;
}

.color1 a:hover {
	text-decoration:none;
}

.color2 {
	border-bottom:solid 1px #5ba315 !important;	
}

.color2 a {
	background:#5ba315 !important;	
	padding:5px 10px 8px;
	color:#fff;
}

.color2 a:hover {
	text-decoration:none;
}

.color3 {
	border-bottom:solid 1px #ff0198 !important;	
}

.color3 a {
	background:#ff0198 !important;
	padding:5px 10px 8px;
	color:#fff;	
}

.color3 a:hover {
	text-decoration:none;
}

.color4 {
	border-bottom:solid 1px #1c8cb5 !important;	
}

.color4 a {
	background:#1c8cb5 !important;
	padding:5px 10px 8px;
	color:#fff;		
}

.color4 a:hover {
	text-decoration:none;	
}

.color5 {
	border-bottom:solid 1px #bd9519 !important;	
}

.color5 a {
	background:#bd9519 !important;	
	padding:5px 10px 8px;
	color:#fff;	
}

.color5 a:hover {
	text-decoration:none;
}


.color6 {
	border-bottom:solid 1px #cb0b0b !important;	
}

.color6 a {
	background:#cb0b0b !important;	
	padding:5px 10px 8px;
	color:#fff;
}

.color6 a:hover {
	text-decoration:none;
}

.ML0 {
	margin-left:0 !important;
}

.MB10 {
	margin-bottom:10px !important;
}

.MB30 {
	margin-bottom:30px !important;
}


.MT0 {
	margin-top:0px !important;
}

.MT5 {
	margin-top:5px !important;
}

.MT10 {
	margin-top:10px !important;
}

.MT15 {
	margin-top:15px !important;
}

.MT20 {
	margin-top:20px !important;
}

.MT30 {
	margin-top:30px !important;
}

.MT50 {
	margin-top:50px !important;
}

.PT10 {
	padding-top:10px !important;
}

.PT0 {
	padding-top:0 !important;
}

.photo_gallery_slide {
	height:195px;
	overflow:hidden;	
}

.photo_gallery_slide li {
	width:130px !important;	
}


.box_header {
	background:none !important;
	border-left:0;
	padding:0;
	font-weight:bold;
	font-size:16px;
	border-bottom:solid 1px;
	text-transform:uppercase;
}


.content_box_new {
	font-size:16px;
	color:#000;
}

.content_box_new h2 {
	color:#000;
    font-size:28px;
    font-weight:bold;
    letter-spacing:-0.5px;
    line-height:34px !important;
    padding:25px 0 0;
	margin-top:0;
	text-transform:inherit;
}

.content_box_new h2 strong {
	color:#000 !important;
	font-weight:bold !important;
}

.content_box_new h4 {
	padding:25px 0 0; 
	color:#222;
	font-size:22px;
	font-weight:bold;
	letter-spacing:-0.5px;
	text-transform:inherit;
}

.content_box_new h4 a {
	color:#0a628f;
}

.content_box_new h4 strong {
	color:#222;
	font-size:20px;
}

.content_box_new h5 {
	color: #666666 !important;
    font-size: 11px;
    font-style: normal !important;
    font-weight: normal;
    line-height: 20px;
    margin: 5px 0 10px !important;
    padding: 0 !important;
	letter-spacing:0;
	text-transform:inherit;
}

.content_box_new h5 a {
	color:#0a628f;
}

.content_box_new h6 {
	color:#e47911;
    font-family:arial;
    font-size:16px;
    font-weight:bold;
    letter-spacing:0;
    line-height:26px;
    padding:25px 0 0;
	text-transform:inherit;
}

.content_box_new h6 a {
	color:#e47911 !important;
}

.content_box_new h6 strong {
	color:#e47911 !important;
}


.content_box_new h5 img {
	margin:25px 0 5px;
}

.content_box_new h5 br {
	display:none;
}


.content_box_new p {
	margin-top:0;
	padding:1em 0 0;
	font-size:18px;
	line-height:190% !important;
	color:#000;
}

.content_box_new strong {
	color:#222 !important;
}

.content_box_new a strong {
	color:#0a628f !important;
}

.content_box_new p span {
	font-size:16px !important;
}

.content_box_new ul {
	margin:0 0 0 15px;
	padding:5px 0 10px;
}

.content_box_new ul li {
	color: #000;
    font-size: 16px;
    line-height:170%;
    margin: 0 20px 5px 5px;
    padding: 0;
	list-style:outside;
}

.content_box_new ul li a {
    color: #000;
}

.content_box_new ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.content_box_new img {
    padding-bottom:0;
	width:100% !important;
	height:auto !important;
	border:solid 1px #dadada;
	margin-bottom:5px;
}

.content_box_new h5 iframe {
	margin-top:15px;
}

.author .content p {
	width:500px;	
	font-size:16px;
	line-height:30px;
	padding-top:0;
}

.article_num {
	background:#1c8cb5 !important;
}

.author_view {
	background:#1ea617 !important;
}

.author_tagtext {
	color:#555;
	font-size:18px;
	font-weight:normal;
	padding-top:10px;	
}

.authors_list .new_top_value {
	top:100px;
}


.new_strip_bar {
	background:#f5f5f5; 
	width:100%; 
	height:45px;
}

.main_area {
	width:1050px;
	margin:0 auto;
}


.new_strip_bar .area {
	width:600px;
	margin:0;
	float:left;
}

.new_strip_bar .area li:first-child {
	padding:15px 15px 0 0;
	border-right:0;
}

.new_strip_bar .area li {
	margin-left:-1px;
}

.new_strip_bar .area li ul li {
	padding:15px 10px 10px 15px;
	border-left:0;
}

.new_search_bar {
	width:320px;
	float:right;	
}
	
.new_search_bar .search {
	width:100%;	
}

.new_search_bar .search .search_input {
	width:246px;
	padding:14px 14px 15px 15px;
}

.new_search_bar .search .search_submit {
	height:45px;
	background: url("../images/icons/other/dark_bg/header_search.png") 0 -1px no-repeat;
}

.new_search_bar .search .search_submit:hover {
	background-color: #ca155b;
	background-position: 0 -47px;
}


.gallery_css {
	margin:0;
}

.gallery_css .narea {
	height: 150px;
    overflow: hidden;
}

.gallery_css .narea img {
	width: 100%;
}

.new_height_gallery {
	height:250px !important;
}

.new_height_gallery li.gallery_css {
    float: left;
    clear: inherit!important;
    margin: 15px 1% 0 0!important;
    width: 32.3%!important;
}

a.publisher-anchor-color {
	color:#0a628f !important;	
}

.plain_border {
	border-top:solid 1px #dadada;	
}

.column_1_3 .lazy {
	height:auto;
	max-height:240px;
}



.slide_num {
	background:#ca155b;
	border:solid 1px #ca155b;
	margin:20px 0;	
	text-align:center;
	color:#fff;
	line-height:34px;
	height:36px;
	display:block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:100%;
	max-width:340px;
	float:right;
}

.slide_num .nxt_button,
.slide_num .pre_button {
	float:right;
	background:#ca155b;
	color:#fff;
	padding:6px 25px 8px 15px;
	font-size:14px;
	line-height:22px;
	font-weight:600;
	cursor:pointer;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	background-image:url(../images/icons/navigation/pagination_arrow_right.png);
	background-position:right -26px;
	background-repeat:no-repeat;
	border-left:solid 1px #970940;
}

.slide_num .pre_button {
	float:left;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	background-image:url(../images/icons/navigation/pagination_arrow_left.png);
	background-position:0 -26px;
	background-repeat:no-repeat;
	padding:6px 15px 8px 25px;
	border-left:0;
	border-right:solid 1px #970940;
}

.slide_num .nxt_button:hover,
.slide_num .pre_button:hover {
	background:#a20a45;
	background-position:0 -26px;
	background-repeat:no-repeat;
	text-decoration:none;
}

.slide_num .nxt_button:hover {
	background-image:url(../images/icons/navigation/pagination_arrow_right.png);
	background-position:right -26px;
}

.slide_num .pre_button:hover {
	background-image:url(../images/icons/navigation/pagination_arrow_left.png);
}



.new_img_area {
	width:370px;
	float:left;	
	margin-right:25px;
}

.new_img_area img {
	width:100%;	
}

.gallery_txt-area {
	width:270px;
	float:right;	
}

.new_gallery_li {
	position:relative;	
}

.new_gallery_li li {
	width:100% !important;	
}

.new_gallery_li .image_bg {
	background:#222;
	text-align:center;
}

.new_gallery_li .image_bg img {
	width:auto;
	max-width:100%;
	margin:0 auto;
}

.new_gallery_li h2  {
	color:#000;
	padding:25px 0 0;
	font-size:28px;
	font-weight:bold;
	text-transform:inherit;
	letter-spacing:-0.5px;
	line-height:34px;
}

.new_gallery_li p {
	margin-top:0;
	padding:1em 0 0;
	font-size:18px;
	line-height:190% !important;
	color:#000;
}

.new_gallery_li p span {
	font-size:16px !important;	
}

.new_gallery_li div {
	padding:1em 0 0;
	font-size:16px;
	line-height:190%;
	color:#282828;
}

.new_gallery_li h4 {
	padding:25px 0 0; 

	color:#222;
	font-size:22px;
	font-weight:bold;
	letter-spacing:-0.5px;
	text-transform:inherit;
}

.new_gallery_li h4 a {
	color:#0a628f;
}

.new_gallery_li h4 strong {
	color:#222;
}

.new_gallery_li h5 {
	color: #666666 !important;
    font-size: 11px;
    font-style: normal !important;
    font-weight: normal;
    line-height: 20px;
    margin: 5px 0 10px !important;
    padding: 0 !important;
	letter-spacing:0;
	text-transform:inherit;
}

.new_gallery_li h5 a {
	color:#0a628f;
}

.new_gallery_li h6 {
	color:#e47911;
    font-family:arial;
    font-size:16px;
    font-weight:bold;
    letter-spacing:0;
    line-height:26px;
    padding:25px 0 0;
	text-transform:inherit;
}

.new_gallery_li h6 a {
	color:#e47911 !important;
}

.new_gallery_li a strong {
	color:#0a628f !important;
}


.new_gallery_li li ul {
	margin:0 0 0 15px;
	padding:5px 0 10px;
}

.new_gallery_li li ul li {
	color: #000;
    font-size: 18px;
    line-height:170%;
    margin: 0 20px 5px 5px;
    padding: 0;
	list-style:outside;
}

.new_gallery_li li ul li a {
    color: #000;
}

.new_gallery_li li ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.grey_bg {
	background:#f5f5f5 !important;
}

.gallery_thumbanail {
	margin:20px 0 0;
	padding:0;	
}

.gallery_thumbanail ul {
	height:90px;
	overflow:hidden;	
}


.gallery_thumbanail li {
	width:100px;
	margin:0 10px 0 0;
	float:left;
}

.gallery_thumbanail li img {
	width:100%;
}

.gallery_thumbanail li img:hover {
	opacity: 0.8;
	transition: opacity 0.4s ease-in-out 0s;
}

.gallery_thumbanail li.acitve img {
	opacity: 0.8;
	transition: opacity 0.4s ease-in-out 0s;
}

.new_gallery_li a.right_arrow {
	display: block;
	width: 45px;
	height: 45px;
	background-color: rgba(66,73,79,0.8);
	background-image: url("../images/icons/navigation/navigation_arrow_right.png");
	background-position: 0 0;
	position:absolute;
	top:150px;
	right:-1px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}

.new_gallery_li a.left_arrow {
	background-image: url("../images/icons/navigation/navigation_arrow_left.png");
	background-position: 0 0;
	display: block;
	width: 45px;
	height: 45px;
	background-color: rgba(66,73,79,0.8);
	position:absolute;
	top:150px;
	left:-1px;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}

.new_gallery_li a.right_arrow:hover,
.new_gallery_li a.left_arrow:hover {
	background-color:#a80e4a;;
}


.new_share_icons {
	width:100%;	
	margin:0 0 10px;
}

.new_share_icons .icons {
	width:130px;
	float:left;
	margin-right:1px;
	padding:10px 0 12px 30px;
}

.new_share_icons .icons span { 
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.new_share_icons .fb {
	background:url(../images/icons/social/dark_bg/facebook.png) no-repeat scroll 0 -27px #305891;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}

.new_share_icons .twitter {
	background:url(../images/icons/social/dark_bg/twitter.png) no-repeat scroll 0 -27px #2ca8d2;
}

.new_share_icons .pin {
	background:url(../images/icons/social/dark_bg/pinterest.png) no-repeat scroll 0 -27px #c82828;
}

.new_share_icons .google {
	background:url(../images/icons/social/dark_bg/googleplus.png) no-repeat scroll 0 -27px #ce4d39;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;	
}

.new_share_icons .whtsapp {
	background:url(../images/icons/social/dark_bg/whatsapp.png) no-repeat scroll 0 -27px #169b0c;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;	
	display:none;
}

.new_share_icons .fb:hover {
	background-color:#21467b;
}

.new_share_icons .twitter:hover {
	background-color:#2496bd;
}

.new_share_icons .google:hover {
	background-color:#b63f2c;
}

.new_share_icons .pin:hover {
	background-color:#ae1515;
}

.new_share_icons .whtsapp:hover {
	background-color:#188011;
}


.sectionPage .page_header_left {
	width:100%;
}


.sectionPage .column_1_3:nth-child(4) {
	margin-left:0;
}

.sectionPage .column_1_3:nth-child(7) {
	margin-left:0;
}


.sectionPage .column_1_3:nth-child(10) {
	margin-left:0;
}

.sectionPage .column_1_3:nth-child(13) {
	margin-left:0;
}

.sectionPage .column_1_3:nth-child(16) {
	margin-left:0;
}

.sectionPage .column_1_3:nth-child(19) {
	margin-left:0;
}



/* New style of story structure
**********************************************************************************************************/


.new-row-style .post {
	clear:inherit;
	margin-left:30px;
	margin-top:30px;	
}

.new-row-style .post:first-child {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(2) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(3) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(4) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(5) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(6) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(7) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(8) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(9) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(10) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(11) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(12) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(13) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(14) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(15) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(16) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(17) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(18) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(19) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(20) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(21) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(22) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(23) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(24) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(25) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(26) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(27) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(28) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(29) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(30) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(31) {
	margin-left:0;
}
.new-row-style .column_1_1:nth-child(32) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(33) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(34) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(35) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(36) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(37) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(38) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(39) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(40) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(41) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(42) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(43) {
	margin-left:0;
}

.new-row-style .column_1_1:nth-child(44) {
	margin-left:0;
}


.new-row-style .column_1_1:nth-child(45) {
	margin-left:0;
}



/* Footer pages css start here 
*************************************************************************************************************/

.footer_area {
	width:1050px;
	margin:0 auto;
	
}

.footer_area h1 {	
	font-weight:lighter;
	text-align:center;
	padding-bottom:15px;
}

.footerContent {
	width:676px;
	margin:0 auto;	
	color:#3e3e3e;

}

.footerContent p {
	font-size:16px;
	line-height:30px;
	padding-top:10px;	
}

.footerContent strong {
	color:#3e3e3e;
}

.footerContent h3 {
	font-size:20px;
	color:#333 !important;
	padding:10px 0 0;
}


.footerContent span {
	font-size:16px !important;
	line-height:30px !important;
	color:#333 !important;
}
	
.footerContent ul {
	margin:0 0 0 40px !important;
}

.footerContent ul li {
	font-size:14px;
	line-height:26px;
	color:#3e3e3e;
	list-style-type:circle;
}

.footerContent table {
	border:solid 1px #dadada;
	background:#dbdbdb;
}


.footerContent td {
	border:solid 1px #dadada;
	background:#fff;
}

.footerContent .fleft { 
	float:left;
}

.footerContent .Clear {
	clear:both;	
}

.about_faq {
	margin:0;
	padding:0;
}


.about_faq .question { 
	font-size:22px;
	color:#333;
	font-weight:bold;
	line-height:26px;
	padding:25px 0 3px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing:-1px;
}

.about_faq .answer { 
	font-size:16px;
	color:#444;
	font-weight:normal;
	line-height:30px;
	padding:5px 0 30px;
	border-bottom:dotted 1px #dadada;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}


.about_faq .answer a { 
	color:#0a628f;
}

.about_faq .answer a:hover { 
	color:#0a628f;
	text-decoration:underline;
}

.contact_form label {
	margin:15px 0 8px;
	float:left;
	width:100%;	
}

.contact_form input,
.contact_form select {
	color:#333 !important;
	width:82%;
	max-width:300px;
}

.contact_form select { 
	padding:10px 16px 10px 10px;
	font-size:16px;
}

.contact_form textarea {
	color:#333 !important;
}


.contact_form input:focus,
.contact_form select:focus {
	background:#fff;
	border:solid 1px #f0f0f0;
}

.contact_form [type="submit"] {
	float:left;
	background:#cb0a54;
	border:solid 2px #cb0a54;
	color:#fff !important;
	font-size:16px;
	text-transform:uppercase;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	cursor:pointer;
}

.contact_form [type="submit"]:focus {
	border:solid 2px #cb0a54;
	background:#fff;
	color:#cb0a54 !important;
}


.footer_info2 .ML30 {
	margin-left:30px;	
}




/* Advertise page 
*************************************************************************************************/

.monthly_visitor h2,
.monthly_page_view h2,
.visit_duration h2 {
	line-height:30px !important;	
}

.monthly_visitor h2 span,
.monthly_page_view h2 span,
.visit_duration h2 span {
	letter-spacing:0 !important	
}




.arrow_ryt2 {
	padding:20px 15px;
	top:120px !important;
	background-position:15px 16px !important;
	background-repeat:no-repeat;
}


/* Gallery listing page 
***********************************************************************************************************/

.gallery_newimg {	
	height:200px;
	overflow:hidden;
}


.author_icons2 {
	position:inherit !important;
	margin:10px 0 0;	
}


.newsletter_bg  {
	background:#eee;	
}

.newsletter_bg p {
	color:#333;
    font-size:16px;
    font-weight:lighter;
    line-height:24px;
    padding:10px 0 0;
}

.newsletter_bg span {
	color:#3e3e3e;
    font-size:11px;
    line-height:20px;
    margin:0;
	float:left;
    padding:8px 0 0;	
}

.newsletter_bg .text_input {
	width:70%;
	float:left;	
}

.desktop_none {
	display:none;
}

.desktop_none .adslot_1 {
	width:320px; 
	height:100px;	
}

.new_ad_width {
	width:320px;
	margin:0 auto;
}

.content_box_new iframe {
	width:100% !important;	
}


.mini_header .search_area { 
	display:none;
}

.mini_header #search {
	display:none;
}

.border_t20 {
	border-top:solid 1px #dadada;
	padding-top:20px;	
}

.new_cat_style {
	background:none !important;
	color:#ca155b !important;
	padding:6px 0 !important;
}


.drp_height {
	height:290px !important;
	min-height:290px !important;
}

.top_widget_height {
	height:90px !important;	
}

.top_widget_height .caroufredsel_wrapper {
	height:90px !important;
}

.top_widget_height .caroufredsel_wrapper ul.horizontal_carousel {
	height:90px !important;
}

.cat_sec_name h4 {
	text-transform:uppercase;
	font-size:13px;
	margin:1px 0 0;	
	font-weight:normal;
}

.cat_sec_name a {
	background:#3b4045;
	padding:6px 15px;
}

.cat_sec_name a:hover {
	text-decoration:none;
	background:#a11149;
	color:#fff;
}


.cat_sec_name li {
	margin-right:1px;
	margin-top:12px;	
}

.tlc {
	text-align:center;	
}

.big_gallery {
	overflow:hidden; 
}

.big_gallery ul li {
	display:none;
}

.big_gallery ul li.selected {
	display:block;
}

.big_gallery ul li.selected .column_1_3 p {
	font-size:16px;
	line-height:160%;
	padding-right:30px;
}

.big_gallery ul li a {
	color:#fff;
	text-decoration:underline;	
}

.big_gallery ul li a:hover {
	color:#999;	
}

.gallery_pagination {
	padding:1px;
	text-align:center;	
	width:auto;
	margin:30px auto 0;
}

.gallery_pagination .area_pagination {
	width:auto;
	margin:0;	
}

.gallery_pagination li {
	margin:-1px -1px 0;
	border:solid 1px #999;
}

.gallery_pagination li a {
	margin-top:0;
	padding:8px 15px 12px;		
}


.ad_on_article {
	float:left;
    padding:25px 15px 7px 0;
    width:300px;
	display:block;
	height:250px;
}


.new_gallery_li .slider_info2 {
	background:#126e9e;
    font-size:9px;
	position:absolute;
	top:0;
	right:0;
	padding:8px 10px 10px;
	color:#fff;
}




/* Section colors coding css 
*****************************************************************************************************/


.planning-tips {
	background:#A30023 !important;
}

.jewellery {
	background:#cf9e07 !important;
}

.honeymoon-guide {
	background:#cf9e07 !important;
}

.expert-talk {
	background:#0065AA !important;
}

.astrology {
	background:#ffa800 !important;
}

.health-and-fitness {
	background:#84A800 !important;
}

.fashion-guide {
	background:#ff0198 !important;
}

.relationships  {
	background:#099a4b !important;
}

.beauty-tips {
	background:#fe413f !important;
}

.bollywood-stories  {
	background:#b87332 !important;
}

.real-couples {
	background:#f15f07 !important;
}

.trending-news {
	background:#A30023 !important;
}


.for-brides {
	background:#E01261 !important;
}

.for-grooms {
	background:#004d92 !important;
}


/*

.fashion-trends {
	background:#7904bc !important;
}

.love--relationships {
	background:#099a4b !important;
}

.astrology-tips {
	background:#ffa800 !important;
}

.expert-beauty-tips {
	background:#fe413f !important;
}

.expert-health-tips {
	background:#84A800 !important;
}

.question--answer {
	background:#10658d !important;
}

*/


/* Section colors coding css 
*****************************************************************************************************/


#doorbell .buttons button {
	background:#b71755;
	border:0;
	color:#fff;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	padding:10px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#doorbell a {
	color:#0a628f;
}

.alert-error {
	color:#c51b1b;
}

.alert-success {
	color:#0d9731;
}

.ad_slot3 {
	width:300px;	
	padding-bottom:15px;
}

.ad_slot3 .adv_text {
	font-size:9px !important;
	color:#999;
	text-transform:uppercase;
	text-align:center;	
	padding:1em 0 !important;
	padding-right:0 !important;
	
}


.adv_text2 {
	font-size:9px !important;
	color:#555 !important;
	text-transform:uppercase;
	text-align:center;	
	padding:0 !important;
	margin-top:0 !important;
}

.overflow_height {
	height:150px;
	overflow:hidden;
	border:solid 1px #dadada;	
}

.trc_rbox_header_span {
	font-size:16px !important;	
}

#inread1_26817 {
	margin:30px auto 0 !important;	
	display:inherit !important;
}












/* advertisement page css
***************************************************************************************************************/


.advertise_page .top_bg {
	background:url(../images/advertise_banner.jpg) no-repeat center center #000;
	width:100%;
	height:322px;	
}



.advertise_page .area_all {
	width:1050px;
	margin:0 auto;
}

.advertise_page .top_bg h1 {
	text-align:left;
	color:#f7a20e !important;
	font-size:72px !important;
	letter-spacing:-4px;
	text-transform:uppercase;
	line-height:70px;
	padding:60px 0 0;
	
}

.advertise_page .top_bg h1 span {
	font-size:55px !important;
	color:#fff !important;
	font-weight:600;
	letter-spacing:-3px;
	text-shadow:0 1px 3px #000;
}

.advertise_page .gradient_bg {
	background:rgba(0, 0, 0, 0) linear-gradient(#f24242, #ef2a6f) repeat scroll 0 0;
	min-height:350px;	
	padding-bottom:40px;
}


.advertise_page .gradient_bg h1{
	font-size:30px;
	color:#fff;
	letter-spacing:0;
	text-align:center;
	padding:30px 0 50px;
	font-weight:bold;
	text-transform:uppercase;
}


.advertise_page .blk_bg {
	background:#282828;
	padding:60px 0 50px;
}

.advertise_page .blk_bg h2 {
	font-size:46px;
	color:#00b4ff;
	letter-spacing:-3px;
	font-weight:300;
	line-height:36px;
	padding:30px 0 0;
	
}

.advertise_page .blk_bg h2 span {
	color:#fff !important;
	font-size:24px !important;
	font-weight:lighter !important;	
	letter-spacing:-1px;
}



.advertise_page .sponsored_content_bg {
	background:#0e7b77;
	margin-top:1px;
	padding:30px 0 50px;
}

.advertise_page .sponsored_content_bg .ML0 {
	margin-left:0;
}


.advertise_page .sponsored_content_bg h1 {
	font-size:44px;
	color:#fff;
	font-weight:300;
	letter-spacing:-2px;
	text-align:center;
	text-transform:uppercase;
	padding:15px 0 45px;
	line-height:130%;
}

.advertise_page .sponsored_content_bg h1 span {
	font-weight:600;
	text-transform:uppercase;
	font-size:68px !important;
	letter-spacing:-1px;
	color:#fff !important;
}


.advertise_page .sponsored_content_bg h3 {
	font-size:44px;
	font-weight:300;
	color:#fff !important;
	letter-spacing:-2px;
	padding:30px 0 0;
	text-align:center;
	text-transform:uppercase;
}

.advertise_page .sponsored_content_bg p {
	color:#fff;
	font-size:18px;
	font-weight:300;
}

.advertise_page .sponsored_content_bg p span {
	font-size:40px !important;
	font-weight:bold;
	color:#fff !important;
}

.advertise_page .question_bg {
	background:#f6d12a;
	padding:30px 0 35px;
}

.advertise_page .question_bg h1 {
	font-size:48px;
	color:#303030;
	font-weight:300;
	letter-spacing:-2px;
	text-align:center;
	text-transform:uppercase;
}

.advertise_page .question_bg h1 span {
	font-weight:600;
	text-transform:uppercase;
	font-size:60px !important;
	letter-spacing:-1px;
}

.advertise_page .question_p p {
	font-size:20px;
	line-height:30px;
	font-weight:300;	
	color:#000;
}

.advertise_page .question_p ul {
	margin:0 !important	
}

.advertise_page .question_p ul li {
	font-size:18px;
	font-weight:300;
	color:#000;
	line-height:26px;
	margin:15px 0 20px;	
	list-style:none;
}

.advertise_page .question_p ul li:before {
	content:url(../images/adv_click.png);
	width:20px;
	height:20px;
	float:left;
	margin:4px 10px 0 0;
}

.advertise_page .testimonial_bg {
	background:#efefef;
	padding:30px 0 50px;
}


.advertise_page .grey_bgg {
	background:#fff; 
	margin:1px auto 0;
	padding:30px 0 50px;
}

.advertise_page .grey_bgg h1 {
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0;
	padding:30px 0 0;
	text-transform:uppercase;
}

.advertise_page .adv_txt_new {
	font-size:26px;
	font-weight:500;
	line-height:40px;	
	color:#222;
	width:830px;
	margin:0 auto;
}


.advertise_page .bottom_text {
	padding:30px 0 50px;
	width:690px;
	margin:0 auto;
	font-size:20px;
	font-weight:300;
}


.advertise_page .bottom_text a {
	color:#069;	
}


/* Page css 
*************************************************************************************/


.footer_left li a.active4 {
	background:#A92054;
}

.wedPageHeading {
	display:none;
}

.advertise_page {
	margin:0;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}



.advertise_page .testimonial_big_box { 
	/* float:left; 
	width:290px; 
	margin:15px 13px 0 12px;*/
	min-height:360px;
}



.advertise_page .testimonial_box {
    background:#fff;
    border-radius: 5px;
    border-right: 1px solid #b6b6b6;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    font-size: 18px;
    line-height:30px;
    margin: 35px auto 0;
    padding: 15px;
    position: relative;
    width: 85%;
    z-index: 5;
	color:#000;
	font-weight:300;
}

.advertise_page .quote_icon {
    background:url(../images/double_quote.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 45px;
    left: -10px;
    position: absolute;
    top: -27px;
    width: 45px;
}

.advertise_page .author_pic {
    float: right;
    margin: -8px 20px 0 0;
    padding: 2px;
    position: relative;
    width: 57px;
    z-index: 10;
}

.advertise_page .author_pic img {
    width: 100%;
}

.advertise_page .author_text {
    float: right;
    font-size: 12px;
    line-height: 18px;
    margin: 5px 6px 0 0;
    text-align: right;
    width: 180px;
	font-family:calibri;
	color:#333;
}

.advertise_page .dashed_brdr {
    border-bottom: 1px dashed #dadada;
    display: none;
    margin: 25px 18px 45px;
}



/* top widget new css
**********************************************************************************************/

.top_widget_li {
	 position:relative;	
	 height:90px !important;
}

.top_widget_li img {
	width:100px;
	float:left;
}

.top_widget_li h5 {
	clear:inherit;
	float:left;
	margin-top:0;
}

.top_widget_li h5 a {
    color: #000;
    float: right;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    padding: 0 10px;
    position: absolute;
    width: 120px;
}


.big_gallery h5 {
	color: #e0e0e0 !important;
    font-size: 11px;
    font-style: normal !important;
    font-weight: normal;
    line-height: 20px;
    margin: 5px 0 10px !important;
    padding: 0 !important;
	letter-spacing:0;
	text-transform:inherit;
}

.big_gallery h5 a {
	color:#17aac9 !important;
}



/* Top Tool new style
************************************************************************************************************/


.top_tool {
	margin:0;
	background:#000;
}

.top_tool .col_1 {
	width:100%;	
	float:left;
}

.top_tool .col_2 {
	width:49.99%;	
	float:left;
	position:relative;
}

.top_tool .col_2 img {
	width:100%;
	border:solid 1px #dadada;
	margin-bottom:-1px;
}

.top_tool .col_2_2 {
	width:49.99%;	
	float:left;
	position:relative;
}

.top_tool .col_2_2 img {
	width:100%;
}

.top_tool .col_2_2:nth-child(1) img {
	border-top:0;
}

.top_tool .col_2_2:nth-child(2) img {
	border-top:0;
}

.top_tool .col_3 {
	width:25%;	
	float:left;
}

.slider_content_box2 {
	width:100%;
}

.slider_content_box2 h5 {
	font-size:20px;
	line-height:26px;
}

h5.bottom_story_h2 {
	font-size:20px;
	padding-bottom:0;
	margin-top:0 !important;
}	

h2.bottom_story_h2 {
	margin-top:0 !important;
	padding-bottom:0;
}

.top_tool .col_2 img:hover {
	opacity: 0.8;
	transition: opacity 0.4s ease-in-out 0s;
}


.post_details time {
	color:#333;
    display:block;
    margin:-30px 0 0 45px;
    float:left;
    font-size:13px;
}


.gemini-loaded {
	display:none;	
}

.newsleter_heading {
	float: left;
    width: 40%;
    border: 0;
    font-size: 30px;
    color: #0097e1; 
	letter-spacing:-1px;
}

.newsleter_heading span {
	font-size:14px;
	color:#555;
	letter-spacing:0;
	font-weight:normal;
	text-transform:none;
	float:left;
	line-height:26px;
}

.newsleter_heading_box {
	float:right;
    width:55%;
}


.newsleter_heading_box .text_input {
	height:35px !important;
	font-size:16px !important;
}

.newsleter_heading_box .subscribe-button {	
	display:inline-block !important;
    height:62px !important;
    padding:20px 20px !important;
}




@media (max-width: 550px) {

.gemini-loaded {
	display:block;	
}	

}


.peppy_ad {
	width:300px;
	margin-left:auto;
	margin-right:auto;	
}



<!-- App banner css -->

.app_top_bar {
	background:#0f8c8b !important;
	height:35px;
	width:100%;	
	text-align:center;
	position:relative;
}

.app_top_bar .cross_app {
	background:url(http://www.bollywoodshows.us/images/app_cross.png) no-repeat;
	width:12px;
	height:12px;
	margin:0;
	position:absolute;
	left:12px;
	top:15px;
	border:0;
}

.app_top_bar .textarea {
	margin:0 0 0 27px;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;	
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;	
	padding:0 0 3px 10px;
	font-weight:600;
	letter-spacing:0;
	line-height:14px;
	width:75%;
	float:left;
	font-weight:bold;
	letter-spacing:-0px;
}

.app_top_bar .textarea span {
	color:#eee;
	font-size:10px;
	text-transform:none;
	font-weight:normal;
	letter-spacing:0;
}

.app_top_bar .textarea:before {
	content:url(http://www.bollywoodshows.us/images/android_icon24_copy.png);
	float:left;
	margin:1px 8px 0 0px;
	height:28px;
}


.app_top_bar .app_close_btn2 {
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin: 0 10px 0 0;
    padding: 10px 15px;
    text-transform:none;
}

.app_top_bar .app_close_btn2 a {
	color:#fff;
}

.app_top_bar .app_close_btn2 a:hover {
	color:#fff;
	text-decoration:none;
}


.app_top_bar .app_bride {
	background:url(http://www.bollywoodshows.us/images/app_bride.png);
	width:57px;
	height:109px;
	float:right;
	margin:-1px 6px 0 0;
}

.app_top_bar .app_opn_btn {
    color: #1f94c0;
    font-size: 16px;
    font-weight:400;
    margin:1px 5px 0 0;
    text-transform:uppercase;
	border-radius:3px;
	padding:0 5px;
	text-align:left;
	float:right;
	letter-spacing:0;
}

.app_top_bar .app_opn_btn a {
	color:#1f94c0;
}

.app_top_bar .app_opn_btn a:hover {
	color:#127295;
	text-decoration:none;
}


.app_top_bar .app_opn_btn:before {
	/* content:url(http://www.bollywoodshows.us/images/app_android_icon.png);
	float:left;
	margin:-2px 5px 0 2px; */
}


.app_banner_ad {
	border:1px solid #dadada; 
	max-width:300px; 
	width:100%; 
	margin-left:auto; 
	margin-right:auto; 
	padding:5px 0px 10px;	
}

.app_banner_ad span {
	color:#25282a; 
	font-weight: bold; 
	text-align: left; 
	line-height: 22px; 
	font-size: 14px; 
	margin-left: 2px; 
	padding: 5px 0;	
	text-decoration:none
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.app_banner_ad span {
		font-size: 13px;
		margin-left: 5px;  
	}
}



@media screen and (max-width:340px) {

.app_top_bar .textarea {
	width:60%;
	font-size:14px;	
}


}


.floating_social_icons {
	display:none;
}

.floating_social_icons .b_icon {
	display:none;
}

.top_story_bar {
	display:none !important;	
}


@media screen and (max-width:767px) {

.hide_element_11 {
	display:block;	
}

.new_share_icons22 {
	position:absolute
}

.floating_social_icons {
	/* background:url(../images/floating_bg.png) repeat-x; */
	background:#f5f5f5;
	position:fixed;
	top:0;
	padding:0;
	z-index:620;
	/* border-bottom:solid 1px #dadada; */
	border-bottom:0;
	width:86%;
	display:none;
	height:48px;
	right:0;
	/* opacity:1 !important; */
}

.floating_social_icons .b_icon {
	width:36px;
	height:36px;
	float:left;	
	margin:8px 1% 0 2%;
	display:block;
}

.floating_social_icons .b_icon img {
	width:100%;
}

.floating_social_icons .facebook_btn {
	background:#265698;
	width:19%;
	float:left;	
	margin:8px 1%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:36px;
	overflow:hidden;
}

.floating_social_icons .facebook_btn .fa {
	float:left;
	margin:10px 0 0 12%;
}

.floating_social_icons .facebook_btn span {
	background:#12396f;
	float:right;
	padding:11px 6%;
}

.floating_social_icons .twitter_btn {
	background:#47a9e1;
	width:19%;
	float:left;	
	margin:8px 1%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:36px;
	overflow:hidden;
}

.floating_social_icons .twitter_btn .fa {
	float:left;
	margin:10px 0 0 12%;;
}

.floating_social_icons .twitter_btn span {
	background:#1d6f9e;
	float:right;
	padding:11px 6%;
}

.floating_social_icons .pinterest_btn {
	background:#cb2027;
	width:19%;
	float:left;	
	margin:8px 1%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:36px;
	overflow:hidden;
}

.floating_social_icons .pinterest_btn .fa {
	float:left;
	margin:10px 0 0 12%;
}

.floating_social_icons .pinterest_btn span {
	background:#992517;
	float:right;
	padding:11px 6%;
}


.floating_social_icons .whatsapp_btn {
	background:#1a9e0c;
	width:19%;
	float:left;	
	margin:8px 1%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:36px;
	overflow:hidden;
}

.floating_social_icons .whatsapp_btn .fa {
	float:left;
	margin:10px 0 0 12%;
}

.floating_social_icons .whatsapp_btn span {
	background:#992517;
	float:right;
	padding:11px 6%;
}

.fa-facebook-f:before, .fa-facebook:before {
	color:#fff !important;	
}

.fa-twitter:before {
	color:#fff !important;	
}

.fa-pinterest:before {
	color:#fff !important;	
}

.fa-whatsapp:before {
	color:#fff !important;	
}


.floating_social_icons .fb {
	background:url(../images/icons/social/dark_bg/facebook.png) no-repeat scroll 0 -27px #305891;
	width:30px;
	height:30px;
}

.floating_social_icons .twitter {
	background:url(../images/icons/social/dark_bg/twitter.png) no-repeat scroll 0 -27px #2ca8d2;
	width:30px;
	height:30px;
}

.floating_social_icons .pin {
	background:url(../images/icons/social/dark_bg/pinterest.png) no-repeat scroll 0 -27px #c82828;
	width:30px;
	height:30px;
}

.floating_social_icons .google {
	background:url(../images/icons/social/dark_bg/googleplus.png) no-repeat scroll 0 -27px #ce4d39;
	width:30px;
	height:30px;
}

.floating_social_icons .whtsapp {
	background:url(../images/icons/social/dark_bg/whatsapp.png) no-repeat scroll 0 -27px #169b0c;
	width:30px;
	height:30px;
}



/* Top story bar
*********************************************************************************************************/

.top_story_bar {
	border:0;
	padding:0 0 10px;
	background:#f5f5f5;
	position:relative;
	display:block !important;
}

.top_story_bar h3 {
	background:#69b9c2;	
	padding:5px 8px;
	margin:-5px 0 0 -5px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0;
	float:left;
}

.top_story_bar h3 span {
	color:#222;
}

.top_story_bar .bar_corner {
	background:url(../images/bar_corner.png) no-repeat;
	position:absolute;
	top:21px;
	left:-5px;
	height:5px;
	width:5px;
}


.top_story_bar .bar_cross {
	background:url(../images/bar_cross.png) no-repeat;
	position:absolute;
	top:8px;
	right:10px;
	height:12px;
	width:12px;
	border:0;
	cursor:pointer;
}

.top_story_bar .imgarea_n3 {
	width:100px;
    float:left;
    margin:5px 10px 0 10px;	
	min-height:80px;
}

.top_story_bar .imgarea_n3 img {
	width:100%;	
	margin-top:5px;
}

.top_story_bar h5 {
	padding-top:7px;
	/* font-family:'Oswald',sans-serif; */
	letter-spacing:-0.3px;
}

.top_story_bar h5 span {
	font-size:11px;
	font-weight:normal;
	color:#5a5a5a;
	letter-spacing:0;
}

.top_story_bar h5 span span {
	font-size:11px;
	color:#b0b0b0;
}

}





@media screen and (max-width:340px) {

.floating_social_icons .facebook_btn { 
	width:17%
}

.floating_social_icons .twitter_btn { 
	width:17%
}

.floating_social_icons .pinterest_btn { 
	width:17%
}

.floating_social_icons .whatsapp_btn { 
	width:17%
}



}


@media screen and (max-width: 767px) {
    .new_height_gallery li.gallery_css {
        width: 100%!important;
        margin-top: 25px!important;
    }
    .new_height_gallery li.gallery_css:first-child {
        margin-top: 0!important;
    }
    .gallery_css .narea {
        height: 250px;
    }
}

.sticky_right {
	max-width:330px;
	width:100%;	
}

.last_ad {
	position:absolute;
	bottom:-700px;
	right:0;
}


@media screen and (max-width: 767px) {
	
.sticky_right {
	max-width:inherit;
}
		
}


.bottom_anchor_ad {
	display:none;
}

@media screen and (max-width: 767px) {


.bottom_anchor_ad {
	position:fixed;
	bottom:0;
	z-index:300;
	background:#fff;
	width:100%;
	text-align:center;
	display:block;
}

}



.tag_relatd_story {
	/* border-top:solid 1px #efefef; */
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align:left;
	/* background:rgba(0, 0, 0, 0) linear-gradient(#fff9f9, #fff) repeat scroll 0 0;  */ 
	background:none;
	padding-bottom:10px;
	margin:20px 0;
}

/* .tag_relatd_story:hover {
	background:#f5f5f5;
} */


.tag_relatd_story .img_area {
	width:99%;
	margin:10px 0 3px;
	text-align:left;
	/* max-width:650px; */
}

.tag_relatd_story .img_area img {
	width:100%;
	/* max-width:650px; */
	border:solid 1px #222;
}

.tag_relatd_story .story_heading {
	font-size:12px;
	color:#b81b5a;
	text-transform:uppercase;
	padding:10px 0 0;
	font-weight:600;
	text-align:left;
}

.tag_relatd_story .story_title {
	font-size:28px;
	color:#000;
	text-transform:none;
	letter-spacing:-1px;
	font-weight:bold;
	margin:8px 0 0;
	line-height:34px;
	text-align:left;
	/* max-width:650px; */
}

.tag_relatd_story .story_title a {
	color:#000;
}

.tag_relatd_story .story_title a:hover {
	text-decoration:underline;
	color:#000;
}

.tag_relatd_story .story_title span {
	font-size:12px;
	color:#555;
	text-transform:uppercase;
	letter-spacing:0;
	font-weight:300;
}

.relatd_story_icons .icons {
	width:10% !important;
	height:14px !important;
}


.tag_relatd_story p {
	padding:0;
}


.sidebar-box {
	max-height: 90px;
	position: relative;
	padding: 0;
	overflow: hidden;
	/* max-width:650px; */
	width:100%;
	margin:0;
}

.sidebar-box .read-more { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%; 
	text-align: center; 
	margin: 0; 
	padding: 30px 0 40px 0; 
			
	/* "transparent" only works here because == rgba(0,0,0,0) */ 
	background:  linear-gradient(to bottom,  rgba(255, 255, 255, 0) 0%,  rgba(255, 255, 255, 1) 100%) repeat  scroll 0 0  rgba(0, 0, 0, 0);
}
	
.white {
	background-color:#fff;
}

.white .read-more { 
	/* transparent doesn't work in this context, must use RGBa for both */
	background:  linear-gradient(to bottom,  rgba(255, 255, 255, 0) 0%,  rgba(255, 255, 255, 1) 100%) repeat  scroll 0 0  rgba(0, 0, 0, 0);
}



.read_btn .button { 
	/* background:#13a9d8; */
	background:rgba(0, 0, 0, 0) linear-gradient(#17b6ea, #0c91b8) repeat scroll 0 0;  
	background:none;
	border:solid 1px #e01e5a;
	color:#e01e5a;
	text-align:center;
	padding:12px 60px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:16px;
	text-transform:uppercase;
	max-width:300px;
	margin:0 auto;
}

.read_btn { 
	margin:25px 0;
	text-align:center;
}

.read_btn .button:hover { 
	text-decoration:none;
	background:none; 
	
}

.read_btn a:hover { 
	text-decoration:none;
}


@media screen and (max-width: 1069px) {


.tag_relatd_story .img_area {
	max-width:96%;
	width:100%;
	float:inherit;
}

.tag_relatd_story .img_area img {
	max-width:inherit;
	width:100%;
}


.tag_relatd_story .story_title {
	float:inherit;
	margin:8px 0 0;
	width:96%;
}
	
}


@media screen and (max-width: 767px) {

.tag_relatd_story .story_title {
	font-size:22px;
	letter-spacing:-1px;
}

}


.start_story {
	position:absolute;	
	top:-100px;
}

.continue_story {
	position:absolute;	
    height:0px;
    -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: height 2s;
	overflow:hidden;
}


@media screen and (max-width: 767px) {
	
.start_story {
	position:inherit;	
	top:auto;
}	

.continue_story {
	 position:inherit;
	 height:inherit !important;	
	 overflow:inherit;
}

}



/* style css end here
*******************************************************************************************************/




/* menu_styles css start here
*******************************************************************************************************/


/* --- menu style 2 & 3 & 5 & 6 & 7 & 8 & 9 & 10 --- */
.style_2.menu_container
{
	background: #F0F0F0;
	border-color: #F0F0F0;
}
.style_2 .sf-menu
{
	border-top: 3px solid #E0E0E0;
}
.style_2 .sf-menu li
{
	background-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-top-color: #E0E0E0;	
}
.style_2 .sf-menu>li
{
	margin-top: -3px;
}
.style_2 .sf-menu li.submenu a,
.style_7 .sf-menu li.selected.submenu a,
.style_7 .sf-menu li.submenu:hover a
{
	background-image: url("../images/icons/navigation/menu_arrow.png");
}
.style_2 .sf-menu a:hover,
.style_3 .sf-menu a:hover
{
	background-color: #ED1C24;
}
.style_2 .sf-menu li:hover, .style_2 .sf-menu li.selected,
.style_2 .sf-menu li.submenu:hover,
.style_2 .sf-menu li:hover a, .style_2 .sf-menu li.selected a,
.style_2 .sf-menu li.submenu:hover a,
.style_3 .sf-menu li:hover, .style_3 .sf-menu li.selected,
.style_3 .sf-menu li.submenu:hover,
.style_3 .sf-menu li:hover a, .style_3 .sf-menu li.selected a,
.style_3 .sf-menu li.submenu:hover a,
.style_5 .sf-menu li:hover, .style_5 .sf-menu li.selected,
.style_5 .sf-menu li.submenu:hover,
.style_5 .sf-menu li:hover a, .style_5 .sf-menu li.selected a,
.style_5 .sf-menu li.submenu:hover a,
.style_10 .sf-menu li:hover, .style_10 .sf-menu li.selected,
.style_10 .sf-menu li.submenu:hover,
.style_10 .sf-menu li:hover a, .style_10 .sf-menu li.selected a,
.style_10 .sf-menu li.submenu:hover a
{
	background-color: #ED1C24;
	border-top-color: #ED1C24;
	border-bottom-color: #ED1C24;
}
.style_2 .sf-menu li.selected.submenu a,
.style_2 .sf-menu li.submenu:hover a,
.style_3 .sf-menu li.selected.submenu a,
.style_3 .sf-menu li.submenu:hover a,
.style_5 .sf-menu li.submenu a,
.style_6 .sf-menu li.selected.submenu a,
.style_6 .sf-menu li.submenu:hover a,
.style_7 .sf-menu li.submenu a,
.style_8 .sf-menu li.selected.submenu a,
.style_8 .sf-menu li.submenu:hover a,
.style_9 .sf-menu li.submenu a,
.style_10 .sf-menu li.selected.submenu a,
.style_10 .sf-menu li.submenu:hover a
{
	background-image: url("../images/icons/navigation/dark_bg/menu_arrow.png");
}
.style_2 .sf-menu li.selected a,
.style_2 .sf-menu li:hover a,
.style_3 .sf-menu li.selected a,
.style_3 .sf-menu li:hover a,
.style_5 .sf-menu li a,
.style_6 .sf-menu li.selected a,
.style_6 .sf-menu li:hover a,
.style_7 .sf-menu li a,
.style_8 .sf-menu li.selected a,
.style_8 .sf-menu li:hover a,
.style_9 .sf-menu li a,
.style_10 .sf-menu li.selected a,
.style_10 .sf-menu li:hover a
{
	color: #FFF;
}
/* --- menu style 3 --- */
.style_3.menu_container,
.style_3 .sf-menu li
{
	border-top-color: #ED1C24;
}
/* --- menu style 4 --- */
.style_4.menu_container,
.style_4 .sf-menu li
{
	background-color: #F0F0F0;
	border-color: #F0F0F0;
}
.style_4 .sf-menu li:hover, .style_4 .sf-menu li.selected,
.style_4 .sf-menu li.submenu:hover,
.style_4 .sf-menu li:hover a, .style_4 .sf-menu li.selected a,
.style_4 .sf-menu li.submenu:hover a
{
	background-color: #FFF;
	border-bottom-color: #FFF;
	border-top-color: #ED1C24;
}
/* --- menu style 5 & 7 & 9 & 10 --- */
.style_5.menu_container,
.style_5 .sf-menu li,
.style_7.menu_container,
.style_7 .sf-menu li,
.style_9.menu_container,
.style_9 .sf-menu li
{
	background-color: #363B40;
	border-color: #363B40;
}
.style_5 .sf-menu a:hover,
.style_10 .sf-menu a:hover
{
	background-color: #ED1C24;
}
/* --- menu style 6 --- */
.style_6 .sf-menu
{
	margin-top: 0;
}
.style_6.menu_container,
.style_6 .sf-menu li
{
	border-bottom-color: #363B40;
	border-top: none;
}
.style_6.menu_container
{
	border-bottom-width: 3px;
}
.style_6 .sf-menu a:hover
{
	background-color: #363B40;
}
.style_6 .sf-menu li:hover, .style_6 .sf-menu li.selected,
.style_6 .sf-menu li.submenu:hover,
.style_6 .sf-menu li:hover a, .style_6 .sf-menu li.selected a,
.style_6 .sf-menu li.submenu:hover a
{
	background-color: #363B40;
}
/* --- menu style 7 --- */
.style_7 .sf-menu a:hover
{
	background-color: #25282A;
}
.style_7 .sf-menu li:hover, .style_7 .sf-menu li.selected,
.style_7 .sf-menu li.submenu:hover,
.style_7 .sf-menu li:hover a, .style_7 .sf-menu li.selected a,
.style_7 .sf-menu li.submenu:hover a
{
	background-color: #FFF;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	color: #25282A;
}
/* --- menu style 8 & 9 & 10 --- */
.style_8 .sf-menu li,
.style_8.menu_container,
.style_10 .sf-menu li,
.style_10.menu_container
{
	border-top-color: #FFF;
}
.style_8 .sf-menu a:hover,
.style_9 .sf-menu a:hover
{
	background-color: #42494F;
}
.style_8 .sf-menu li:hover, .style_8 .sf-menu li.selected,
.style_8 .sf-menu li.submenu:hover,
.style_8 .sf-menu li:hover a, .style_8 .sf-menu li.selected a,
.style_8 .sf-menu li.submenu:hover a,
.style_9 .sf-menu li:hover, .style_9 .sf-menu li.selected,
.style_9 .sf-menu li.submenu:hover,
.style_9 .sf-menu li:hover a, .style_9 .sf-menu li.selected a,
.style_9 .sf-menu li.submenu:hover a
{
	background-color: #42494F;
	border-top-color: #42494F;
	border-bottom-color: #42494F;
}



/* menu_styles css end here
*******************************************************************************************************/




/* animation css start here
*******************************************************************************************************/

.animated_element
{
	visibility: hidden;
	position: relative;
}
.fadeIn, .scale, .slideRight, .slideRightBack, .slideRight200, .slideLeft, .slideLeftBack, .slideLeft50, .slideDown, .slideDownBack, .slideDown200, .slideUp, .slideUpBack, .width, .height
{
	animation-timing-function: cubic-bezier(.75, 0, .25, 1);	
	-webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);		
	visibility: visible !important;	
}
.slideRightBack, .slideLeftBack, .slideDownBack, .slideUpBack
{
	opacity: 0;
}
/* --- fadeIn --- */
.fadeIn
{	
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	
}
@keyframes fadeIn 
{
	0% 
	{
		opacity: 0;
	}
	100% 
	{
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn 
{
	0% 
	{
		opacity: 0;
	}
	100% 
	{
		opacity: 1;
	}
}
/* --- scale --- */
.scale
{
	animation-name: scale;
	-webkit-animation-name: scale;
}
@keyframes scale 
{
	0% 
	{
		transform: scale(0.2);	
	}
	100% 
	{
		transform: scale(1);	
	}		
}
@-webkit-keyframes scale 
{
	0% 
	{
		-webkit-transform: scale(0.2);	
	}
	100% 
	{
		-webkit-transform: scale(1);
	}		
}
/* --- slideRight --- */
.slideRight
{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	
}
@keyframes slideRight 
{
	0% 
	{
		opacity: 0;
		transform: translateX(-100%);
	}
	100% 
	{
		opacity: 1;
		transform: translateX(0%);
	}
}
@-webkit-keyframes slideRight 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
/* --- slideRightBack --- */
.slideRightBack
{
	animation-name: slideRightBack;
	-webkit-animation-name: slideRightBack;	
}
@keyframes slideRightBack 
{
	0% 
	{
		opacity: 1;
		transform: translateX(0%);
	}
	100% 
	{
		opacity: 0;
		transform: translateX(-100%);
	}
}
@-webkit-keyframes slideRightBack 
{
	0% 
	{
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
	100% 
	{
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
}
/* --- slideRight200 --- */
.slideRight200
{
	animation-name: slideRight200;
	-webkit-animation-name: slideRight200;	
}
@keyframes slideRight200 
{
	0%
	{
		opacity: 0;
		transform: translateX(-200%);
	}
	100% 
	{
		opacity: 1;
		transform: translateX(0%);
	}
}
@-webkit-keyframes slideRight200 
{
	0%
	{
		opacity: 0;
		-webkit-transform: translateX(-200%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
/* --- slideLeft --- */
.slideLeft
{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;
}
@keyframes slideLeft 
{
	0% 
	{
		opacity: 0;
		transform: translateX(100%);
	}
	100% 
	{
		opacity: 1;
		transform: translateX(0%);
	}	
}
@-webkit-keyframes slideLeft 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
/* --- slideLeftBack --- */
.slideLeftBack
{
	animation-name: slideLeftBack;
	-webkit-animation-name: slideLeftBack;
}
@keyframes slideLeftBack 
{
	0% 
	{
		opacity: 1;
		transform: translateX(0%);
	}
	100% 
	{
		opacity: 0;
		transform: translateX(100%);
	}	
}
@-webkit-keyframes slideLeftBack 
{
	0% 
	{
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
	100% 
	{
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
}
/* --- slideLeft50 --- */
.slideLeft50
{
	animation-name: slideLeft50;
	-webkit-animation-name: slideLeft50;
}
@keyframes slideLeft50 
{
	0% 
	{
		opacity: 0;
		transform: translateX(50%);
	}
	100% 
	{
		opacity: 1;
		transform: translateX(0%);
	}	
}
@-webkit-keyframes slideLeft50 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateX(50%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
/* --- slideDown --- */
.slideDown
{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;				
}
@keyframes slideDown 
{
	0% 
	{
		opacity: 0;
		transform: translateY(-100%);
	}
	100% 
	{
		opacity: 1;
		transform: translateY(0%);
	}		
}
@-webkit-keyframes slideDown 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateY(0%);
	}	
}
/* --- slideDownBack --- */
.slideDownBack
{
	animation-name: slideDownBack;
	-webkit-animation-name: slideDownBack;				
}
@keyframes slideDownBack 
{
	0% 
	{
		opacity: 1;
		transform: translateY(0%);
	}
	100% 
	{
		opacity: 0;
		transform: translateY(-100%);
	}		
}
@-webkit-keyframes slideDownBack 
{
	0% 
	{
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
	100% 
	{
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}	
}
/* --- slideDown --- */
.slideDown200
{
	animation-name: slideDown200;
	-webkit-animation-name: slideDown200;				
}
@keyframes slideDown200
{
	0% 
	{
		opacity: 0;
		transform: translateY(-100%);
	}
	100% 
	{
		opacity: 1;
		transform: translateY(0%);
	}		
}
@-webkit-keyframes slideDown200
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateY(0%);
	}	
}
/* --- slideUp --- */
.slideUp
{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;
}

@keyframes slideUp 
{
	0% 
	{
		opacity: 0;
		transform: translateY(100%);
	}
	100%
	{
		opacity: 1;
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateY(0%);
	}	
}
/* --- slideUpBack --- */
.slideUpBack
{
	animation-name: slideUpBack;
	-webkit-animation-name: slideUpBack;
}

@keyframes slideUpBack 
{
	0% 
	{
		opacity: 1;
		transform: translateY(0%);
	}
	100%
	{
		opacity: 0;
		transform: translateY(100%);
	}	
}

@-webkit-keyframes slideUpBack 
{
	0% 
	{
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
	100% 
	{
		opacity: 0;
		-webkit-transform: translateY(100%);
	}	
}
/* --- width --- */
.width
{
	animation-name: width;
	-webkit-animation-name: width;
}

@keyframes width 
{
	0% 
	{
		width: 0%;
	}
	100%
	{
		width: 100%;
	}	
}

@-webkit-keyframes width 
{
	0% 
	{
		width: 0%;
	}
	100% 
	{
		width: 100%;
	}	
}
/* --- height --- */
.height
{
	animation-name: height;
	-webkit-animation-name: height;
}

@keyframes height 
{
	0% 
	{
		height: 0%;
	}
	100%
	{
		height: 100%;
	}	
}

@-webkit-keyframes height 
{
	0% 
	{
		height: 0%;
	}
	100% 
	{
		height: 100%;
	}	
}






/* responsive css start here
*******************************************************************************************************/


@media screen and (max-width:1069px)
{
	/* --- site container --- */
	
	.ad_on_article {
	display:none;	
}

	
	.site_container.boxed
	{
		max-width: 850px;
	}
	/* --- headers --- */
	h2
	{
		font-size: 22px;
	}
	h5
	{
		font-size: 14px;
	}
	.about_title, .about_subtitle
	{
		font-size: 46px;
	}
	/* --- header --- */
	.header_top_bar
	{
		width: auto;
	}
	.header,
	.menu_container .sf-menu,
	.page,
	.footer
	{
		width: 750px;
	}
	
	.footer_area { 
		width:750px;
	}
	
	
	.header .placeholder
	{
		width: 430px;
	}
	/* --- page header --- */
	.page_header_left
	{
		width: 300px;
	}
	.page_header_right
	{	
		width: 450px;
	}
	/* --- footer --- */
	.footer_container
	{
		padding-top: 40px;
	}
	.footer_menu li
	{
		margin-right: 24px;
	}
	
	.cat_sec_name li {
		margin-right:1px;
	}
	
	
	/* --- latest news scrolling list ---*/
	.latest_news_scrolling_list_container li.posts
	{
		width: 281px;
	}
	.latest_news_scrolling_list_container li.prev, .latest_news_scrolling_list_container li.next,
	.latest_news_scrolling_list_container .date
	{	
		display: none !important;
	}
	/* --- menu --- */
	.boxed .menu_container.sticky.move
	{
		max-width: 850px;
	}
	.sf-menu li
	{
		height: 39px;
	}
	.sf-menu li.submenu a
	{
		border-right-width: 8px;
	}
	.sf-menu li a, .sf-menu li a:visited
	{
		font-size: 11px;
		padding: 12px 7px !important;
		font-weight:normal;
	}
	
	.menu_container .sf-menu li.submenu ul li a {
		font-size:11px !important;	
	}

	.menu_container .sf-menu li.menu_story a, 
	.menu_container .sf-menu li.menu_story a:visited {
		padding:0 !important;	
	}
	
	.drp_height {
		height:268px !important;
	}

	
	.sf-menu li:hover ul, .sf-menu li.sfHover ul
	{
		top: 38px;
	}
	.sf-menu li ul, .sf-menu li ul li
	{
		width: 198px;
	}
	ul.sf-menu .mega_menu,
	ul.sf-menu li:hover li .mega_menu
	{
		width: 528px;
	}
	ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul, ul.sf-menu li:hover li ul.mega_menu, ul.sf-menu li:hover li .mega_menu
	{
		left: 198px;
	}
	.sf-menu li.submenu .mega_menu
	{
		padding: 24px 0px 24px 24px;
	}
	.sf-menu li.submenu .mega_menu.blog
	{
		padding: 0 24px 24px 0;
	}
	.sf-menu li ul.expand_left_contact
	{
		margin-left: -109px;
	}
	.mega_menu .column_1_2
	{
		margin-left: 24px;
	}
	.mega_menu .column_1_2:first-child
	{
		margin-left: 0;
	}
	/* --- page --- */
	.page
	{
		padding-bottom: 40px;
	}
	.page_margin_top_section
	{
		margin-top: 40px;
	}
	/* --- slider --- */
	.slider
	{
		width: 893px;
		height: 393px;
	}
	.slider_content_box
	{
		width:100%;
		left:0;
		bottom:0;
		padding:0;
	}
	.site_container.boxed .slider_content_box
	{
		top: 116px;
	}
	.slider_content_box p
	{
		font-size: 13px;
		padding: 13px 0 0;
	}
	.slider_content_box h2
	{
		margin-top: 12px;
	}
	.slider li.slide
	{
		width: 893px;
		height: 393px;
		background-size: auto 393px;
		-moz-background-size: auto 393px;
		-webkit-background-size: auto 393px;
		-o-background-size: auto 393px;
	}
	.slider li.slide img
	{
		width: 893px;
	}
	.site_container.boxed .slider,
	.site_container.boxed .slider li.slide
	{
		width: 850px;
		height: 376px;
	}
	.site_container.boxed .slider li.slide img
	{
		width: 855px;
	}
	.slider li.slide .pr_preloader
	{
		height: 393px;
	}
	/* --- small slider --- */
	.small_slider li.slide,
	.small_slider li.slide img
	{
		width: 490px;
	}
	.small_slider .slider_content_box
	{
		width: 460px;
	}
	/* --- slider navigation --- */
	.slider_posts_list li
	{
		width: 187.5px !important;
	}
	.column_2_3 .slider_posts_list li
	{
		width: 163.5px !important;
	}
	/* --- blog grid --- */
	.blog_grid .post,
	.blog_grid .post .pr_preloader
	{
		height: 186px;
	}
	.blog_grid .post.large,
	.blog_grid .post.large .pr_preloader
	{
		width: 561px;
		height: 374px;
	}
	.blog_grid .post.big,
	.blog_grid .post.big .pr_preloader,
	.blog_grid .post.medium,
	.blog_grid .post.medium .pr_preloader
	{
		width: 374px;
	}
	.blog_grid .post.big,
	.blog_grid .post.big .pr_preloader
	{
		height: 374px;
	}
	.blog_grid .post.small,
	.blog_grid .post.small .pr_preloader
	{
		width: 186px;
	}
	/* --- page layout --- */
	.column_1_2
	{
		width: 360px;
	}
	.column_1_3,
	.column_2_3 .column_1_2
	{
		width: 230px;
	}
	.column_2_3
	{
		width: 490px;
	}
	.column_1_3 .column_1_2
	{
		width: 100%;
		margin-left: 0;
	}
	.column_2_3 .column_1_3
	{
		width: 156px;
	}
	.column_1_4
	{
		width: 165px;
	}
	.column_3_4
	{
		width: 555px;
	}
	.columns.no_width .column_left, 
	.columns.no_width .column_right
	{
		width: 100%;
	}
	.columns.no_width .column_right
	{
		margin-top: 30px;
	}
	/* --- blog --- */
	.post
	{
		margin-top: 40px;
		/* width:100%; */
	}
	.post p
	{
		clear: both;
	}
	.post .with_number a
	{
		width: 190px;
	}
	.post a.comments_number
	{
		width: auto;
		padding: 6px 9px 7px;
	}
	.mega_menu.blog
	{
		padding: 0 24px 24px 0;
	}
	.mega_menu li.post
	{
		margin: 24px 0 0 24px;
		width:150px !important;
	}
	
	

	
	
	.mega_menu .blog.small li.post
	{
		margin-left: 0;
	}
	.column_1_2 .blog.small .post_content
	{
		width: 240px;
	}
	.column_2_3 .column_1_2 .blog.small .post_content,
	.column_1_3 .blog.small .post_content 
	{
		width:100%;
		margin-left:0;
	}
	.post ul.post_details.simple
	{
		margin-top: 5px;
	}
	.blog.small ul.post_details.simple li.date,
	.column_2_3 .blog.medium .post ul.post_details.simple li.date
	{
		clear: both;
		margin-left: 0;
		margin-top: 5px;
	}
	.column_2_3 .blog.medium .post
	{
		width: 143px;
	}
	.blog.big img,
	.blog.big .post_content
	{
		width: 230px;
	}
	.column_1_3 .blog.small .post
	{
		width: 100%;
	}
	.mega_menu .column_1_2,
	.mega_menu .column_1_2 .blog.small .post
	{
		width: 240px;
	}
	.mega_menu .column_1_2 .blog.small .post_content
	{
		width: 120px;
	}
	/* --- single post --- */
	h1.post_title
	{
		font-size: 36px;
		line-height:46px;
		letter-spacing:-2px;
	}
	.post.single .content_box
	{
		width: 98%;
	}
	.post.single .post_image blockquote
	{
		font-size: 18px;
		background-position: 20px 15px;
		padding-top: 45px;
	}
	.post.single .post_image blockquote .author
	{
		margin-top: 10px;
	}
	.post.single blockquote.inside_text
	{
		width: 320px;
	}
	.post h5.page_margin_top_section
	{
		margin-top: 40px;
	}
	.column_2_3 .iframe_video
	{
		height: 275px
	}
	/* --- single post small image --- */
	.post.single.small_image .post_content
	{
		width: 490px;
	}
	/* --- taxonomies --- */
	.column_1_3 .taxonomies
	{
		width: 235px;
	}
	.column_1_3 .taxonomies.columns li
	{
		width: 47.87%;
	}
	/* --- review --- */
	.column_2_3 .review_block .column_1_2
	{
		width: 200px;
	}
	.review_summary .number
	{
		font-size: 32px;
		padding: 22px 18px;
	}
	.review_summary .text
	{
		width: 338px;
	}
	/* --- announcement --- */
	.announcement .vertical_align,
	.announcement .vertical_align_cell
	{
		display: block;
		height: auto;
	}
	.announcement .more.big
	{
		padding-left: 0;
		padding-right: 0;
	}
	/* --- read more --- */
	.read_more.page_margin_top_section
	{
		margin-top: 40px;
	}
	/* --- comment form, contact form --- */
	.comment_form fieldset.column_1_3,
	.contact_form fieldset.column_1_3
	{
		width: 157px;
	}
	.comment_form fieldset.column_1_3:first-child,
	.contact_form fieldset.column_1_3:first-child
	{
		width: 156px;
	}
	.comment_form fieldset.column:first-child .text_input,
	.contact_form fieldset.column:first-child .text_input
	{
		width: 116px;
	}
	.comment_form .text_input,
	.contact_form .text_input
	{
		width: 117px;
	}
	.comment_form textarea,
	.contact_form textarea
	{
		width: 450px;
	}
	.column_1_3 .comment_form fieldset.column:first-child .text_input,
	.column_1_3 .contact_form fieldset.column:first-child .text_input,
	.column_1_3 .comment_form .text_input,
	.column_1_3 .contact_form .text_input,
	.column_1_3 .comment_form textarea,
	.column_1_3 .contact_form textarea
	{
		width: 190px;
	}
	/* --- search form --- */
	.search_form input[type='text']
	{
		width: 450px;
	}
	.search .search_input:focus
	{
		width: 150px;
	}
	/* --- comments list --- */
	#comments_list .comment_details
	{
		width: 360px;
	}
	#comments_list .children .comment_details
	{
		width: 260px;
	}
	.posted_by abbr.timeago
	{
		margin-top: 5px;
	}
	.comment
	{
		margin-top: 40px;
	}
	/* --- tabs navigation --- */
	.tabs_navigation li a
	{
		padding: 8px 5px 11px;
	}
	/* --- carousel --- */
	.horizontal_carousel_container a.slider_control
	{
		top: 124px;
	}
	.horizontal_carousel_container .horizontal_carousel > li,
	.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-4 > li
	{
		width: 230px;
	}
	.column_1_1 .horizontal_carousel_container.big .horizontal_carousel.visible-3 > li,
	.horizontal_carousel_container.big .horizontal_carousel > li img 
	{
		width: 230px;
	}
	.horizontal_carousel_container.big a.slider_control,
	.column_1_1 .horizontal_carousel_container.big a.slider_control,
	.column_1_1 .horizontal_carousel_container a.slider_control
	{
		top: 60px;
	}
	.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-3 > li
	{
		width: 360px;
	}
	.column_1_1 .horizontal_carousel_container.small a.slider_control
	{
		top:7px;
	}
	.column_2_3 .horizontal_carousel_container.big .horizontal_carousel > li img,
	.gallery_popup .horizontal_carousel_container.big .horizontal_carousel > li img
	{
		width: 490px;
	}
	.column_2_3 .horizontal_carousel_container.big a.slider_control
	{
		top: 275px;
	}
	.column_2_3 .horizontal_carousel_container.thin .horizontal_carousel.visible-5 > li
	{
		width: 115px;
	}
	.column_2_3 .horizontal_carousel_container.thin a.slider_control
	{
		top: 39px;
	}
	/* --- authors --- */
	.authors .author
	{
		width: 103px;
		margin-left: 24px;
	}
	.authors .author:nth-child(2n+1)
	{
		margin-left: 0;
	}
	.author .number,
	.author .number.odometer,
	.author .value_bar_container,
	.author .value_bar
	{
		width: 35px;
	}
	.author .number,
	.author .number.odometer
	{
		font-size: 22px;
	}
	.authors_list .author
	{
		margin-top: 40px;
	}
	.authors_list .avatar_block,
	.authors_list .avatar_block img
	{
		width: 180px;
	}
	.authors_list .content
	{
		width: 520px;
	}
	.authors_list .details .columns .column
	{
		width:70px;
		height:70px;
	}
	
	.authors_list .details .columns .number {
		font-size:14px;
		padding:20px 0 0;	
	}
	
	.authors_list .details {
		position:inherit;
		top:0;
	}
	
	.author .content p {
		width:auto;	
	}
	
	/* --- gallery popup --- */
	.gallery_popup .horizontal_carousel_container.thin
	{
		width: 690px;
	}
	.gallery_popup .column_1_3 .share_box label
	{
		display: none;
	}
	/* --- map --- */
	.contact_map
	{
		height: 248px;
	}
	.column_1_3 .contact_map
	{
		height: 220px;
	}
	/* --- divider --- */
	.divider.last
	{
		width: 100%;
	}
}
@media screen and (max-width:767px)
{
	/* --- site container --- */
	
	
	.post { 
		width:100%;
	}
	
	.column_1_3 .lazy {
		max-height:inherit;	
	}
	
	.site_container.boxed
	{
		max-width: 562px;
	}
	/* --- headers --- */
	h2
	{
		font-size: 18px;
	}
	/* --- header --- */
	.header,
	.menu_container .sf-menu,
	.mobile-menu,
	.page,
	.footer
	{
		width: 92%;
	}
	
	.footer_area { 
		width:92%;
	}
	
	
	.header .placeholder
	{
		width: 100%;
		margin-top: 30px
	}
	.header_container.style_2
	{
		margin-bottom: 30px;
	}
	.header_top_bar
	{
		height: auto;
	}
	/* --- page header --- */
	.page_header_left,
	.page_header_right
	{
		width: 100%;
	}
	/* --- latest news scrolling list ---*/
	.latest_news_scrolling_list_container
	{
		clear: both;
		border-top: 1px solid #464d53;
		display:none;
	}
	.header_top_bar_container.style_2 .latest_news_scrolling_list_container,
	.header_top_bar_container.style_3 .latest_news_scrolling_list_container
	{
		border-color: #E0E0E0;
	}
	.latest_news_scrolling_list_container li.posts
	{
		width: 293px;
	}
	/* --- menu --- */
	.mobile_menu_container
	{
		display: block;
		/* position:absolute; 
		top:0;
		left:0; */
		z-index:702;
		margin-left:8px;
		float:left;
		position:relative;
	}
	.menu_container
	{
		border: none;
		background: transparent !important;
	}
	.menu_container.sticky.move,
	.boxed .menu_container.sticky.move
	{
		position: static;
		top: auto;
		width: auto;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.sf-menu
	{
		display: none;
	}
	.mobile-menu-switch
	{
		display: block;
	}
	/* --- slider --- */
	.slider_content_box
	{
		width:100%;
		left:0;
		bottom:0;
		padding:0;
	}
	.site_container.boxed .slider_content_box
	{
		top: 110px;
	}
	.slider_content_box p
	{
		display: none;
	}
	.slider_content_box h2
	{
		margin-top: 9px;
	}
	.slider
	{
		width: 550px;
		height: 242px;
	}
	.slider li.slide
	{
		width: 550px;
		height: 242px;
		background-size: auto 242px;
		-moz-background-size: auto 242px;
		-webkit-background-size: auto 242px;
		-o-background-size: auto 242px;
	}
	.slider li.slide img
	{
		width: 550px;
	}
	.site_container.boxed .slider,
	.site_container.boxed .slider li.slide
	{
		width: 562px;
		height: 250px;
	}
	.site_container.boxed .slider li.slide img
	{
		width: 567px;
	}
	.slider li.slide .pr_preloader
	{
		height: 242px;
	}
	/* --- small slider --- */
	.small_slider li.slide,
	.small_slider li.slide img
	{
		width: 462px;
	}
	.small_slider .slider_content_box
	{
		width: 432px;
	}
	/* --- slider navigation --- */
	.slider_posts_list li,
	.column_2_3 .slider_posts_list li
	{
		width: 231px !important;
		height: 100px;
	}
	.slider_posts_list li h5
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
	}
	.slider_posts_list li .date
	{	
		padding-left: 10px;
		padding-top: 8px;
		padding-right: 10px;
	}
	/* --- blog grid --- */
	
	.blog_grid .grid_view
	{
		display: block;
	}
	
	.blog_grid .grid_view .column
	{
		float:inherit;
	}
	
	
	.blog_grid .grid_view .row
	{
		width:100%;
	}
	
	.blog_grid .grid_view .post.large {
		width:100%;
		height:auto;	
		margin-bottom:15px;
	}
	
	.blog_grid .grid_view .post.small {
		width:100%;
		height:auto;
		margin-bottom:15px;	
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.blog_grid .slider_view
	{
		display: block;
	}
	/* --- page layout --- */
	.row .column
	{
		margin-top: 0;
	}
	.row .column:first-child
	{
		margin-top: 0;
	}
	.column
	{
		margin-left: 0;
	}
	.column_1_2, .column_1_3, .column_2_3, .column_1_4, .column_3_4
	{
		width: 100%;
	}
	.column_2_3 .column_1_2,
	.column_1_3 .column_1_2
	{
		width: 216px;
	}
	.column_2_3 .column_1_2,
	.column_1_3 .column_1_2
	{
		margin-left: 30px;
		margin-top: 0;
	}
	.column_2_3 .column_1_2:first-child,
	.column_1_3 .column_1_2:first-child
	{
		margin-left: 0;
	}
	.column_2_3 .column_1_3,
	.column_1_3 .column_1_3
	{
		width: 147px;
	}
	/* --- blog --- */
	.post_details li
	{
		font-size: 11px;
	}
	.column_1_3 .blog.small .post
	{	
		width: 100%;
	}
	.column_2_3 .column_1_2 .blog.small .post,
	.blog.big img,
	.blog.big .post_content
	{	
		width: 216px;
	}
	.column_2_3 .column_1_2 .blog.small .post_content
	{
		width: 106px;
	}
	.column_2_3 .blog.medium .post
	{
		width: 134px;
	}
	/* --- single post --- */
	.post.single .content_box
	{
		width: 100%;
		margin-left: 0;
	}
	.post.single blockquote.inside_text
	{
		width: 422px;
		margin-left: 0;
		margin-right: 0;
	}
	.post.single blockquote.inside_text.simple
	{
		width: 100%;
	}
	.post.single .author_box
	{
		position: static !important;
		width: 100%;
		margin-top: 30px;
	}
	.post.single .author .thumb
	{
		width: 100px;
		float: left;
	}
	.post.single .author .details
	{
		float: left;
		clear: none;
		width: 332px;
		margin-left: 30px;
	}
	.column_2_3 .iframe_video
	{
		height: 260px
	}
	/* --- single post small image --- */
	.post.single.small_image .post_content
	{
		width: auto;
	}
	.post.single.small_image .text > *
	{
		margin-left: 0;
	}
	/* --- carousel --- */
	.horizontal_carousel_container .horizontal_carousel > li,
	.horizontal_carousel_container.big .horizontal_carousel > li img,
	.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-4 > li,
	.column_1_1 .horizontal_carousel_container.big .horizontal_carousel.visible-3 > li
	{
		width: 216px;
	}
	.horizontal_carousel_container a.slider_control,
	.horizontal_carousel_container.big a.slider_control,
	.column_1_1 .horizontal_carousel_container a.slider_control,
	.column_1_1 .horizontal_carousel_container.big a.slider_control
	{
		top: 55px;
	}
	.column_1_2 .blog.small .post_content,
	.column_1_3 .blog.small .post_content
	{
		width:100%;
		margin-left: 0;
	}
	.blog.small ul.post_details.simple li.date,
	.column_2_3 .blog.medium .post ul.post_details.simple li.date
	{
		clear: none;
		margin-left: 10px;
		margin-top: 0;
	}
	.column_2_3 .column_1_2 .blog.small ul.post_details.simple li.date
	{
		margin-left: 0;
		margin-top: 5px;
	}
	.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-3 > li
	{
		width: 462px;
	}
	.column_1_1 .horizontal_carousel_container.small a.slider_control
	{
		top: 125px;
	}
	.column_2_3 .horizontal_carousel_container.big .horizontal_carousel > li img,
	.gallery_popup .horizontal_carousel_container.big .horizontal_carousel > li,
	.gallery_popup .horizontal_carousel_container.big .horizontal_carousel > li img
	{
		width: 462px;
	}
	.column_2_3 .horizontal_carousel_container.big a.slider_control
	{
		top: 256px;
	}
	.column_2_3 .horizontal_carousel_container.thin .horizontal_carousel.visible-5 > li
	{
		width: 108px;
	}
	.column_2_3 .horizontal_carousel_container.thin a.slider_control
	{
		top: 34px;
	}
	/* --- taxonomies --- */
	.column_1_3  .taxonomies
	{
		width: 467px;
	}
	.column_1_3 .taxonomies.columns li
	{
		width: 48.92%;
	}
	/* --- review --- */
	.column_2_3 .review_block .column_1_2
	{
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}
	.column_2_3 .review_block .column:first-child
	{
		margin-top: 0;
	}
	.review_summary .text
	{
		width: 310px;
	}
	/* --- comment form, contact form --- */
	.comment_form fieldset.column,
	.contact_form fieldset.column,
	.column_1_3 .comment_form fieldset.column,
	.column_1_3 .contact_form fieldset.column
	{
		margin-top: 0;
	}
	.column_1_3 .comment_form fieldset.column_1_3, 
	.column_1_3 .contact_form fieldset.column_1_3
	{
		margin-left: 10px;
	}
	.column_1_3 .comment_form fieldset.column_1_3:first-child, 
	.column_1_3 .contact_form fieldset.column_1_3:first-child
	{
		margin-left: 0;
	}
	.comment_form fieldset.column_1_3,
	.contact_form fieldset.column_1_3
	{
		width: 147px;
	}
	.comment_form fieldset.column_1_3:first-child,
	.contact_form fieldset.column_1_3:first-child
	{
		width: 148px;
	}
	.comment_form fieldset.column:first-child .text_input,
	.contact_form fieldset.column:first-child .text_input,
	.column_1_3 .comment_form fieldset.column:first-child .text_input,
	.column_1_3 .contact_form fieldset.column:first-child .text_input
	{
		width: 108px;
	}
	.comment_form .text_input,
	.contact_form .text_input,
	.column_1_3 .comment_form .text_input,
	.column_1_3 .contact_form .text_input
	{
		width: 107px;
	}
	.comment_form textarea,
	.contact_form textarea,
	.column_1_3 .comment_form textarea,
	.column_1_3 .contact_form textarea
	{
		width: 422px;
	}
	/* --- search form --- */
	.search_form input[type='text']
	{
		width: 422px;
	}
	/* --- comments list --- */
	#comments_list .comment_details
	{
		width: 332px;
	}
	#comments_list .children
	{
		margin-left: 42px;
	}
	/* --- authors --- */
	.authors .author
	{
		width: 138px;
	}
	.authors .author:nth-child(2n+1)
	{
		margin-left: 24px;
	}
	.authors .author:nth-child(3n+1)
	{
		margin-left: 0;
	}
	.author .number, .author .number.odometer, .author .value_bar_container, .author .value_bar
	{
		width: 38px;
	}
	.authors_list .content
	{
		width: 252px;
	}
	.authors_list .details .columns .column
	{
		margin-top:10px;
		margin-left:10px;
	}
	.authors_list .details .columns .column:first-child
	{
		margin-left: 0;
	}
	/* --- social icons --- */
	.header_top_bar .social_icons
	{
		float: left;
		display:none;
	}
	/* --- gallery popup --- */
	.gallery_popup .horizontal_carousel_container.thin
	{
		width: 410px;
	}
	.gallery_popup .column_1_3 .share_box label
	{
		display: inline;
	}
	/* --- divider --- */
	.divider.last
	{
		width:100%;
	}
	/* --- aminations --- */
	.slideRightBack, .slideLeftBack, .slideDownBack, .slideUpBack
	{
		opacity: 1;
	}
	/* --- slideRightBackBack --- */
	a.slider_control, .icon.fullscreen.animated
	{
		visibility: visible;
	}
	a.slider_control, .icon.fullscreen.animated
	{
		-webkit-animation-duration: 0ms;
		animation-duration: 0ms;
	}
	.slideRightBack
	{
		animation-name: slideRightBack;
		-webkit-animation-name: slideRightBack;	
	}
	@keyframes slideRightBack 
	{
		0% 
		{
			opacity: 0;
			transform: translateX(-100%);
		}
		100% 
		{
			opacity: 1;
			transform: translateX(0%);
		}
	}
	@-webkit-keyframes slideRightBack 
	{
		0% 
		{
			opacity: 0;
			-webkit-transform: translateX(-100%);
		}
		100% 
		{
			opacity: 1;
			-webkit-transform: translateX(0%);
		}
	}
}
@media screen and (max-width:479px)
{
	/* --- site container --- */
	
	
	
/* Changes of mini header */
	

	
/* Changes of mini header */
	
	
	
	
	.site_container.boxed
	{
		max-width: 400px;
	}
	/* --- headers --- */
	h4
	{
		font-size: 20px !important;
	}
	.about_title, .about_subtitle
	{
		font-size: 38px;
	}
	/* --- header --- */
	.header,
	.menu_container .sf-menu,
	.mobile-menu,
	.page,
	.footer
	{
		width: 92%;
	}
	.header_top_bar .caroufredsel_wrapper_vertical_carousel
	{
		width: 228px !important;
	}	

	/* --- latest news scrolling list ---*/
	.latest_news_scrolling_list_container li.left
	{
		border-left: 1px solid #464d53;
	}
	.latest_news_scrolling_list_container li.category
	{
		display: none;
	}
	.latest_news_scrolling_list_container li.posts
	{
		width: 208px;
	}
	/* --- slider --- */
	.slider .slider_content_box
	{
		padding:10px 10px 6px;
		left:8px;
		bottom:8px;
		top:auto;
	}
	.site_container.boxed .slider_content_box
	{
		top: auto;
	}
	.slider_content_box .post_details,
	.slider_content_box .slider_navigation
	{
		display: block;
	}
	.slider_content_box h2
	{
		font-size: 20px;
		margin-top: 0;
		letter-spacing:0;
		line-height:140%;
		width:auto;
	}
	
	.slider_content_box li.category {
		display:none;	
	}
	
	.slider
	{
		width: 357px;
		height: 157px;
	}
	.slider li.slide
	{
		width: 357px;
		height: 157px;
		background-size: auto 157px;
		-moz-background-size: auto 157px;
		-webkit-background-size: auto 157px;
		-o-background-size: auto 157px;
	}
	.slider li.slide img
	{
		width: 357px;
	}
	.site_container.boxed .slider,
	.site_container.boxed .slider li.slide
	{
		width: 400px;
		height: 178px;
	}
	.site_container.boxed .slider li.slide img
	{
		width: 405px;
	}
	.slider li.slide .pr_preloader
	{
		height: 157px;
	}
	/* --- small slider --- */
	.small_slider li.slide,
	.small_slider li.slide img
	{
		width: 300px;
	}
	.small_slider .slider_content_box
	{
		width: 280px;
		padding: 10px;
	}
	/* --- slider navigation --- */
	.slider_posts_list li,
	.column_2_3 .slider_posts_list li
	{
		width: 150px !important;
		height: 90px;
	}
	.slider_posts_list li h5
	{
		font-size: 13px;
	}
	/* --- page layout --- */
	.row .column
	{
		margin-top:0;
	}
	.row .column:first-child
	{
		margin-top: 0;
	}
	
	.big_sec_heading {
		margin-bottom:20px;	
	}
	
	.column_2_3 .column_1_2,
	.column_1_3 .column_1_2
	{
		width: 100%;
	}
	.column_2_3 .column_1_2, .column_1_3 .column_1_2
	{
		margin-left: 0;
		margin-top: 30px;
	}
	/* --- blog --- */
	.column_1_3 .blog.small .post,
	.column_2_3 .column_1_2 .blog.small .post,
	.blog.big img, .blog.big .post_content
	{
		width: 100%;
	}
	.blog.big .post_content
	{
		margin-top: 20px;
		margin-left: 0;
	}
	.column_1_3 .blog.small .post_content,
	.column_2_3 .column_1_2 .blog.small .post_content
	{
		width: 190px;
	}
	.column_2_3 .column_1_2 .blog.small ul.post_details.simple li.date
	{
		margin-left: 10px;
		margin-top: 0;
	}
	.column_1_2 .blog.small .post_content, 
	.column_1_3 .blog.small .post_content
	{
		width: 100%;
	}
	.column_2_3 .blog.medium .post
	{
		width: 135px;
	}
	.column_2_3 .blog.medium .post:nth-child(3n+1)
	{
		margin-left: 30px;
	}
	.column_2_3 .blog.medium .post:nth-child(odd)
	{
		margin-left: 0;
	}
	/* --- single post --- */
	h1.post_title
	{
		font-size: 24px;
	    line-height: 32px;
	    letter-spacing: -1.5px;
	}
	.new_gallery_li h2{
		font-size: 20px !important;
		line-height: 32px;
	}
	.post.single .post_image blockquote 
	{
		background-image: none;
		font-size: 14px;
		padding: 15px;
	}
	.post.single .post_image blockquote  .author
	{
		font-size: 11px;
		margin-top: 7px;
	}
	.post.single blockquote.inside_text
	{
		width: 260px;
	}
	.post.single .author .details
	{
		width: 170px;
	}
	.column_2_3 .iframe_video
	{
		height: 169px
	}
	/* --- single post small image --- */
	.post.single.small_image .post_image_box
	{
		clear: both;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.post.single.small_image .text
	{
		display: block;
		margin-top: 30px;
	}
	.post.single.small_image .sentence .text
	{
		margin-top: 0;
	}
	/* --- tabs navigation --- */
	.tabs_navigation.small
	{
		border: none;
	}
	.tabs_navigation li a
	{
		font-size: 15px;
	}
	/* --- carousel --- */
	.horizontal_carousel_container .horizontal_carousel > li,
	.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-4 > li,
	.column_2_3 .horizontal_carousel_container.big .horizontal_carousel > li img,
	.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-3 > li,
	.column_1_1 .horizontal_carousel_container.big .horizontal_carousel.visible-3 > li,
	.gallery_popup .horizontal_carousel_container.big .horizontal_carousel > li,
	.gallery_popup .horizontal_carousel_container.big .horizontal_carousel > li img
	{
		width: 300px;
	}
	.horizontal_carousel_container.big .horizontal_carousel > li img
	{
		width: auto;
	}
	.horizontal_carousel_container a.slider_control,
	.column_1_1 .horizontal_carousel_container a.slider_control
	{
		top: 60px;
	}
	.horizontal_carousel_container.big a.slider_control,
	.column_1_1 .horizontal_carousel_container.big a.slider_control
	{
		top: 100px;
	}
	.column_1_1 .horizontal_carousel_container.small a.slider_control
	{
		top: 65px;
	}
	.column_2_3 .horizontal_carousel_container.big a.slider_control
	{
		top: 151px;
	}
	.column_2_3 .horizontal_carousel_container.thin .horizontal_carousel.visible-5 > li
	{
		width: 93px;
	}
	.column_2_3 .horizontal_carousel_container.thin a.slider_control
	{
		top: 23px;
	}
	/* --- taxonomies --- */
	.column_1_3  .taxonomies
	{
		width: 305px;
	}
	.column_1_3 .taxonomies.columns li
	{
		width: 48.36%;
	}
	/* --- review --- */
	.review_summary .text
	{
		width: 164px;
	}
	.review_summary .number
	{
		padding: 14px 10px;
	}
	/* --- comment form, contact form --- */
	.comment_form fieldset.column_1_3,
	.contact_form fieldset.column_1_3,
	.column_1_3 .comment_form fieldset.column_1_3,
	.column_1_3 .contact_form fieldset.column_1_3
	{
		clear: both;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.comment_form fieldset.column:first-child .text_input,
	.comment_form .text_input,
	.comment_form textarea,
	.contact_form fieldset.column:first-child .text_input,
	.contact_form .text_input,
	.contact_form textarea,
	.column_1_3 .comment_form fieldset.column:first-child .text_input,
	.column_1_3 .comment_form .text_input,
	.column_1_3 .comment_form textarea,
	.column_1_3 .contact_form fieldset.column:first-child .text_input,

	.column_1_3 .contact_form .text_input,
	.column_1_3 .contact_form textarea
	{
		width: 260px;
	}
	/* --- search form --- */
	.search_form input[type='text']
	{
		width: 260px;
	}
	/* --- comments list --- */
	.comment_author_avatar
	{
		display: none;
	}
	#comments_list .comment_details
	{
		width: 100%;
		margin-left: 0;
	}
	#comments_list .children
	{
		margin-left: 20px;
	}
	#comments_list .children .comment .parent_arrow
	{
		margin-right: 10px;
	}
	/* --- authors --- */
	.authors .author:nth-child(3n+1)
	{
		margin-left: 24px;
	}
	.authors .author:nth-child(2n+1)
	{
		margin-left: 0;
	}
	.authors_list .content
	{
		margin-top: 30px;
	}
	.authors_list .content,
	.authors_list .avatar_block, 
	.authors_list .avatar_block img
	{
		width: 300px;
	}
	/* --- social icons --- */
	.social_icons li
	{
		padding-left: 0;
	}
	/* --- search --- */
	.search
	{
		margin-left: 5px;
		border-right: none;
	}
	
	.search .search_input.hint {
		display:none;	
	}
	
	/* --- gallery popup --- */
	.gallery_popup .horizontal_carousel_container.thin
	{
		width: 270px;
	}
	/* --- map --- */
	.contact_map
	{
		height: 150px;
	}
	/* --- divider --- */
	.divider.last
	{
		width:100%;
	}
	

	
}


@media screen and (max-width:1069px)
{

.new_share_icons .icons { 
	width:15%;
	text-indent:-9999px;
}


.overflow_height {
	height:130px;	
}

}


@media screen and (max-device-width: 480px)
{
	body
	{
		-webkit-text-size-adjust: none;
	}
}



@media screen and (max-width:600px)
{

.section_name {
	float:left;	
	display:none;
}

.section_name span  { 
		margin-left:0;
	}
}


@media screen and (max-width:767px)
{

#doorbell-button {
	display:none;
}

.overflow_height {
	height:auto;
	overflow:hidden;	
}

blockquote {
	padding:0 10px 20px;
	margin:20px 8px 5px;
	border-left:3px solid #eee;
}

blockquote:before {
	display:none;
}

.content_box_new p {
	font-size:18px;	
	color:#000;
}

.gallery_popup p {
	font-size:16px;	
	padding-left:15px;
	padding-right:15px;
	color:#000;
}

.new_gallery_li p {
	font-size:18px;	
	color:#000;
}

.big_gallery .sentence {
	margin-left:25px;
}

.ad_slot3 {
	width:300px;
	text-align:center;
	padding-bottom:30px;
	margin-left:auto;
	margin-right:auto;	
}


.bread_crumb {
	display:none;	
}
	
.section_name {
	display:none;
}

.content_box_new img {
   width:100% !important;
   height:auto !important;
}

.mobile_none {
	display:none;	
}

.desktop_none {
	display:block;	
}

.slide_num { 
	display:block;
}

.new_gallery_li .image_bg img {
	width:100%;
	margin:0;
}

.footer .box_header
{
	padding-top:25px;
}

.content_box_new img {
	width:100% !important;
	height:auto !important;
}

.header .logo img {
	max-width:380px;
}

.gallery_thumbanail {
	display:none;	
}

.new_share_icons .icons { 
	width:15%;
	text-indent:inherit;
}

.new_share_icons .icons span { 
	font-size:13px;
}

.new_share_icons .whtsapp {	
	display:block;
}

.new_share_icons .google {
	display:none;	
}

.new-row-style .post {
	margin-left:0;	
}


.footer_info2 .column_1_3 {
	width:100%;
}

.footer_info2 .ML30 {
	margin-left:0;	
}

.contact_form textarea {
	width:82%;
}

.footerContent {
	width:92%;	
}

h1
{
	font-size: 36px;
	line-height: 110%;
	letter-spacing:-1px;
}




/* Mobile menu and search bar 
****************************************************************************************************/


.header_top_bar {
	height:56px;
}
	
.mobile_menu_container {
	left:8px;
	top:0; 
}
	
.search .search_submit {
	display: block;
	background: url("../images/icons/other/dark_bg/header_search.png") 0 0 no-repeat;
	height:45px;
	width:45px;
	padding:0 22px;
}
	
.search .search_submit:hover{
	background-color: #ca155b;
	background-position: 0 -45px;
}


.header_container {
	padding-bottom:0;	
}

#page-content {
	margin-top:60px;	
}

.header {
	padding-top:0;	
}

.mini_header {
    position:fixed !important;
    z-index:605;
	width:100%;
	top:0;
}

.mini_header .header {
    width:100%;
}

.mini_header .header .logo {
    text-align:center;
    width:100%;
	background:#f5f5f5;
	border-bottom:solid 1px #dadada;
	height:41px;
	padding-top:10px;
}


.header_top_bar_container {
	position:relative;
    height: 50px;
    top: 0;
    width: 100%;
    z-index: 600;
	
	display:none;
}

.mini_header .header h1 {
	font-size:inherit;	
}

.mini_header .header .logo img {
	margin:3px auto 0;
    max-width:220px;	
}


.mini_header #search {
	position:relative;	
	display:block;
}

.mini_header #search .search_icon {
	position: absolute;
    right:8px;
    top:-27px;
	background-color:none;
	padding:0;
	background-image:url(../images/icons/other/dark_bg/header_search.png);
	background-position:-7px -56px;
	height:28px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-color:#a2124a;
	width:31px;
	border:solid 1px #a2124a;
}

.mini_header #search .search_icon:hover {
	background-color:#a2124a;
	background-position:-7px -56px;
}


.mini_header .search_area {
	position:relative; 
	z-index:105; 
	background:#f8ead1; 
	border-bottom:solid 3px #ead8b8;
	top:11px; 
	padding:0 3%;
	width:94.5% !important;
	right:0;
	display:none;
}

.mini_header .search_area .txtfields {
	background:#fff;
    border:0;
    margin:16px 0 6px;
    padding:6px 8px 7px !important;
    position: relative;
    width:50% !important;
	border-radius:0;
    color:#000000;
    font-size:16px;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	float:right;
}

.mini_header .search_area .txtfields:focus {
	border:solid 1px #D5D5D5;
}

.mini_header .serach_btn {
	background:#a2124a;
    color:#fff;
    font-size:12px;
    font-weight:normal;
    height:auto;
    margin:16px 0 18px;
    padding:9px 15px;
	border-radius:0;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing:0;
	text-transform:uppercase;
	border-radius:0;
	cursor:pointer;
	float:right;
}

.mini_header .serach_btn:hover {
	background:#961044;
}

.mini_header .serach_btn:focus {
	background:#961044;
}


.mobile-menu  {
	width:100%;	
	margin-left:0;
	margin-top:0;
	width:250px !important;
	height:100%;
	min-height:100%;
	overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
}

.mobile-menu li a {
	font-size:16px;	
	text-align:left;
	text-transform:uppercase;
	font-weight:300;
	font-family:'Oswald',sans-serif;
	letter-spacing:0.3px;
}

.mobile-menu li ul li {
	list-style:circle !important;	
}

.mobile-menu li ul a {
	padding-left:20px;	
}

.mobile-menu li a.home:before {
	content:url(../images/home.png);
	float:left;
	margin:-5px 5px 0 0;
	padding:0;
	width:35px;
	height:22px;
}

li.menu-1 a:before {
	content:url(../images/planning_tips.png);
	float:left;
	margin:-8px 5px 0 0;
	padding:0;
	width:35px;
	height:28px;
}

li.menu-2 a:before {
	content:url(../images/jewellery.png);
	float:left;
	margin:-4px 5px 0 0;
	padding:0;
	width:35px;
	height:22px;
}

li.menu-3 a:before {
	content:url(../images/honeymoon-guide.png);
	float:left;
	margin:-5px 5px 0 0;
	padding:0;
	width:35px;
	height:26px;
}


li.menu-4 a:before {
	content:url(../images/expert_talk.png);
	float:left;
	margin:-8px 5px 0 0;
	padding:0;
	width:35px;
	height:20px;
}


li.menu-5 a:before {
	content:url(../images/astrology.png);
	float:left;
	margin:-4px 5px 0 0;
	padding:0;
	width:35px;
	height:23px;
}

li.menu-6 a:before  {
	content:url(../images/health-fitness.png);
	float:left;
	margin:-8px 5px 0 0;
	padding:0;
	width:35px;
	height:29px;
}


li.menu-7 a:before  {
	content:url(../images/fashion-guide.png);
	float:left;
	margin:-8px 5px 0 0;
	padding:0;
	width:35px;
	height:29px;
}


li.menu-8 a:before  {
	content:url(../images/relationships.png);
	float:left;
	margin:-3px 5px 0 0;
	padding:0;
	width:35px;
	height:18px;
}
 

li.menu-9 a:before  {
	content:url(../images/beauty-tips.png);
	float:left;
	margin:-9px 5px 0 0;
	padding:0;
	width:35px;
	height:18px;

} 


li.menu-10 a:before  {
	content:url(../images/bollywood_stories.png);
	float:left;
	margin:-9px 5px 0 0;
	padding:0;
	width:35px;
	height:29px;
} 

li.menu-11 a:before  {
	content:url(../images/real_couple.png);
	float:left;
	margin:-13px 5px 0 0;
	padding:0;
	width:35px;
	height:35px;
} 

li.menu-12 a:before  {
	content:url(../images/trending.png);
	float:left;
	margin:-6px 5px 0 0;
	padding:0;
	width:35px;
	height:24px;
}


li.menu-13 a:before  {
	content:url(../images/for_bride.png);
	float:left;
	margin:-10px 5px 0 0;
	padding:0;
	width:35px;
	height:30px;
}


li.menu-14 a:before  {
	content:url(../images/for_grooms.png);
	float:left;
	margin:-10px 5px 0 0;
	padding:0;
	width:35px;
	height:27px;
}


.mobile-menu li a.Wedding-vendors:before {
	content:url(../images/wedding-vendors.png);
	float:left;
	margin:0 5px 0 0;
	padding:0;
	width:35px;
	height:18px;
}

.mobile-menu li a.photo-gallery:before {
	content:url(../images/photo-gallery.png);
	float:left;
	margin:-3px 5px 0 0;
	padding:0;
	width:35px;
	height:18px;
}

.mobile-menu li a.videos:before {
	content:url(../images/videos.png);
	float:left;
	margin:-1px 5px 0 0;
	padding:0;
	width:35px;
	height:17px;
}

.mobile_menu_container nav {
	left: -8px;
    position: fixed;
    top: 0;
	width:250px;
}


.gallery_pagination {
	display:none;	
}

.gallery_popup .slider_info {
	display:none;	
}


.bottom_story_h2 {
	font-size:20px !important;
	width:auto !important;
	letter-spacing:0 !important;
}

.mobile_MT10 {
	margin-top:10px;	
}

.mobile_MT15 {
	margin-top:15px;	
}

.mobile_MT20 {
	margin-top:20px;	
}


}


@media screen and (max-width:479px)
{

.mini_header .header h1 {
	position:relative;
	left:-20px;	
}

}

@media screen and (max-width:479px)
{
	
	.footer_container .column_1_2 {
		width:45%;
		margin-top:0;
	}
	
	.header {
	padding-top:0;
	
}

.small_device_none {
	display:none;	
}

.new_share_icons .icons { 
	width:12%;
	text-indent:-9999px;
}



.page_margin_top {
	margin-top:12px;
}


.pagination li {
	display:none;	
}

.pagination .subsection_previous,
.pagination .subsection_next {
	display:block	
}

.pagination .subsection_previous a,
.pagination .subsection_next a {
	padding:12px 35px;
	font-size:20px;
}

.pagination .subsection_next {
	 float:right;
}


.arrow_ryt2 {
	top:90px !important;
}

.authors_list .details {
	position:absolute;
	top:-70px;
}

.divider_block {
	display:none;	
}
	

.authors_list .content, 
.authors_list .avatar_block, 
.authors_list .avatar_block img {
	width:100%;	
	margin-top:15px;
	margin-right:0;
}


.newsletter_bg .fl2 {
	float:left;	
	margin-bottom:8px;
}

.content_box_new p {
	font-size:16px;	
	line-height: 150% !important;
	color:#000;
}

.gallery_popup p {
	font-size:16px;	
	color:#000;
}

.new_gallery_li p {
	font-size:16px;
	line-height: 150% !important;	
	color:#000;
}


.content_box_new h2 {
	font-size:20px;
	letter-spacing:-0.3px;	
	line-height: 30px !important;
}

.cat_sec_name li {
	width:90%;	
	margin-top:1px;
}

.cat_sec_name h4 {
	padding:0;
}

.cat_sec_name a {
	float:left;
	width:100%;	
}


.small_gallery_set {
	width:235px !important;	
	margin-right:10px !important;
}

.small_gallery_set .narea {
	width:auto !important;	
}
		
}


@media screen and (max-width:380px) {

.floating_social_icons {
	width:80%;
}

.floating_social_icons .facebook_btn { 
	width:17%
}

.floating_social_icons .twitter_btn { 
	width:17%
}

.floating_social_icons .pinterest_btn { 
	width:17%
}

.floating_social_icons .whatsapp_btn { 
	width:17%
}

.mini_header .header .logo img {
	max-width:200px;	
}
	
}


@media screen and (max-width:340px) {
	

.mini_header .header .logo img {
	max-width:180px;	
	margin:7px auto 0;
}

}

@media screen and (max-width:300px) {
	

.mini_header .header .logo img {
	max-width:150px;	
	margin:10px auto 0;
}

}


@media screen and (max-width:1023px)
{
	

.new_screen_none {
	display:none;
}

}










/* Advertise responsive
*************************************************************************************************/

@media screen and (max-width:1069px) {


.advertise_page .area_all {
	width:92%;	
}

.advertise_page .area_all img {
	width:100%;	
}

.advertise_page .bottom_text {
	width:90%	
}


.footerContent { 
	width:92% !important;
}

.advertise_page {
	margin:0 auto;
	width:92%;
}

.advertise_page .testimonial_big_box { 
	min-height:450px;
}

	
}

@media screen and (max-width:767px) {


.advertise_page .top_bg { 
	height:200px;
}

.advertise_page .blk_bg img {
	max-width:228px;	
}

.advertise_page .blk_bg .column_1_3 {
	margin-top:80px;	
	text-align:center;
}

.advertise_page .top_bg h1 {
	font-size:230% !important;
	letter-spacing:-1px;
	line-height:40px;
}

.advertise_page .top_bg h1 span {
	font-size:90% !important;
	letter-spacing:-1px;	
}


.advertise_page .sponsored_content_bg h1 {
	font-size:38px !important;
	letter-spacing:-1px;
}

.advertise_page .sponsored_content_bg h1 span {
	font-size:50px !important;
	letter-spacing:-1px;	
}

.advertise_page .question_bg h1 {
	font-size:40px !important;	
}

.advertise_page .question_bg h1 span {
	font-size:50px !important;	
}

.advertise_page .testimonial_big_box { 
	min-height:inherit;
}


.blog_grid .small img.lazy {
	max-height:450px;
}

.blog_grid .large img.lazy {
	max-height:450px;
}

}



@media screen and (max-width:600px) {
	
.blog_grid .small img.lazy {
	max-height:300px;
}

.blog_grid .large img.lazy {
	max-height:350px;
}	

}


@media screen and (max-width:480px) {

.blog_grid .small img.lazy {
	max-height:260px;
}

.blog_grid .large img.lazy {
	max-height:260px;
}	

.column_1_3 .lazy {
	max-height:260px;
}	

}



@media screen and (max-width:767px) {

.column_2_3 .column_1_2 .blog.small .post_content,
	.column_1_3 .blog.small .post_content 
	{
		min-height:inherit;
	}
	
.top_tool .col_2 {
	width:100%;	
	float:none;
}


}


@media screen and (max-width:480px) {

.top_tool .col_2_2 {
	width:100%;	
	float:none;
	margin-bottom:3px;
}

.top_tool .col_2 {
	margin-bottom:3px;	
}
	
.top_tool { 
	background:#fff;
}

.new_gallery_li li ul li {
	font-size: 16px;
	line-height: 150%;
}

.content_box_new ul li{
	font-size: 16px;
	line-height: 150% !important;
}



}


@media screen and (min-width:768px) and (max-width:800px) { 
    
.slider_content_box h2, .slider_content_box h5 {
	font-size:26px;	
}
	
.slider_content_box2 h5 {
	font-size:14px;
	line-height:20px;
	font-weight:300;	
}

h5.bottom_story_h2 {
	font-size:16px;
	font-weight:300;
}
	
}


@media screen and (min-width:1000px) and (max-width:1069px) { 

h5.bottom_story_h2 {
	font-size:16px;
	font-weight:300;
}

}


@media screen and (max-width:1069px)
{
	
.newsleter_heading { 
	width:100%;
}	

.newsleter_heading_box {
    width:100%;
}
	
}


/* responsive css end here
*******************************************************************************************************/




/* odometer-theme-default css start here
*******************************************************************************************************/

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}






/* odometer-theme-default css end here
*******************************************************************************************************/





/* font-awesome css start here
*******************************************************************************************************/


/* font-awesome css end here
*******************************************************************************************************/




/*Affiliate styling*/
.affiliate_box{
	width: 90%;
    _width: 90%;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #DFDFDF;
    padding: 8px 8px 8px 8px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	min-height: 70px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: left;
}

#anchor_subscribe{
	position:fixed;
	top:50px;
	width:100%;
	text-align:center;
	background:white;
	diplay:none !important;
}

#anchor_next{
	position:fixed;
	bottom:0px;
	width:100%;
	text-align:center;
	background:white;
	diplay:none !important;
}

.anchor_inner{
	width: 95% !important;
}

.waypoint-placeholder .affiliate_box{
	display:none !important;
}

.anchor{
	width: 95% !important;
	background-color: #fff;
	margin-top: 0px;
	margin: 0 auto;	
}

.affiliate_box .title{
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
}

.affiliate_box .title,.subscribe{
	font-size: 15px !important;
	line-height: 1.3;
	
}

.anchor .title{
	margin-top: 0px !important;	
}

.affiliate_box .anchor .title{
	font-size: 12px !important;
}

.affiliate_box .anchor .title,.subscribe{
	font-size: 12px !important;
	color: #000;
}

.affiliate_box .thumbnail_holder .thumbnail{
	border-color: darkgray;
    border-width: 0px;
	width: 50px !important;
	
}


.anchor .thumbnail_holder .thumbnail{
	border-color: darkgray;
    border-width: 0px;
	width: 30px !important;
	
}

.thumbnail_subscribe{
	width: 80px !important;
	margin-top:5px;
}

.anchor{
	min-height: 0px;
}

.anchor .price{
    float: none !important;
	line-height: 10px !important;
}

.affiliate_box .small_text{	
    line-height: 22px;
    font-weight: normal;
    font-size: 11px;
    color: #999999;
    margin-bottom: 2px;
	text-align: right;
	width: 100%;
}

.affiliate_box .small_text,.subscribe{
	text-align: left !important;
	margin-top: 0px;
	margin-bottom: 5px !important;
	line-height: 1.2;
}

.affiliate_box .thumbnail_holder{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
	margin-left: 10px;
}

.anchor .thumbnail_holder{    
    margin-top: 0px !important;
}

.affiliate_box .clear:after{
	clear: both;
    content: "";
    display: table;
}

.affiliate_box .price{
	font-weight: bold;
	float: left;
}

.affiliate_box a{
	color: #0a628f;
}

.affiliate_box .button,.button-small,.button-negative{
			display:inline-block;
			font-family:'Helvetica', Arial, sans-serif;
			width:auto;
			white-space:nowrap;
			height:32px;
			margin:5px 5px 0 0;
			padding:0 22px;
			text-decoration:none;
			text-align:center;
			font-weight:bold;
			font-style:normal;
			font-size:15px;
			line-height:32px;
			cursor:pointer;
	
			border-color: #336699;
			border-style: solid;
			border-width: 0.2px;
	
			-moz-border-radius:4px;
			border-radius:4px;
			-webkit-border-radius:4px;
			vertical-align:top;
	        color: #fff !important;
	float: right;
		}
		.affiliate_box .button-small{
			float:none;
			display:inline-block;
			height:auto;
			line-height:18px !important;
			padding:2px 15px !important;
			font-size:11px !important;
		}
		.button-negative{
			color: #336699 !important;
			background-color: #fff;
			border-color: #336699;
			border-style: solid;
			border-width: 0.2px;
		}
		.affiliate_box .button span{
			display:inline;
			font-family:'Helvetica', Arial, sans-serif;
			text-decoration:none;
			font-weight:bold;
			font-style:normal;
			font-size:15px;
			line-height:32px;
			cursor:pointer;
			border:none;
		}
			.affiliate_box .button:link,.button:active,.button:visited,.button,.button span,.button-small:link,.button-small:active,.button-small:visited,.button-small{
			background-color:#336699;
			color:#ffffff;
		}
		.affiliate_box .button:hover,.button-small:hover{
			background-color:#1e5781;
			color:#ffffff;
		}


/* 1st col css */
.col_title_l {font:600 18px/20px 'Open Sans', sans-serif;color:#000000;border-bottom:2px solid #000000;margin:0px 0px 20px 0px;padding:4px 6px 4px 38px;background:url(../../images/latest_icon.jpg) no-repeat left;}
.col_1_4_l .col_1_4_l_art {border-radius:0px 0px 6px 6px;box-shadow:0px 2px 0px #c6c6c6;margin:0px 0px 20px 0px;overflow:hidden;position:relative;}
.col_1_4_l .col_1_4_l_art a img{width:100%;}
.col_1_4_l .col_1_4_l_art h5{font:600 14px/20px 'Open Sans', sans-serif;background:#ffffff;margin:0px 8px 0px 8px;padding:6px 10px 0px 10px;position:relative;top:-14px;height:78px;}
.col_1_4_l .col_1_4_l_art h5 a{color:#000000;}
/* 3rd col css */
.col_title_r {font:600 18px/20px 'Open Sans', sans-serif;color:#000000;border-bottom:2px solid #000000;margin:0px 0px 20px 0px;padding:4px 6px 4px 38px;background:url(../../images/trending_icon.jpg) no-repeat left;}
.col_1_4_r .col_1_4_r_art {border-radius:0px 0px 6px 6px;box-shadow:0px 2px 0px #c6c6c6;margin:0px 0px 20px 0px;overflow:hidden;position:relative;}
.col_1_4_r .col_1_4_r_art a img{width:100%;}
.col_1_4_r .col_1_4_r_art h5{font:600 14px/20px 'Open Sans', sans-serif;background:#ffffff;margin:0px 8px 0px 8px;padding:6px 10px 0px 10px;position:relative;top:-14px;height:78px;}
.col_1_4_r .col_1_4_r_art h5 a{color:#000000;}
/* 2nd col 1st and 4th box*/
.col_title_c{font:600 18px/20px 'Open Sans', sans-serif;color:#000000;border-bottom:2px solid #000000;margin:0px 0px 20px 0px;padding:4px 6px 4px 38px;background:url(../../images/related_icon.jpg) no-repeat left;}
.col_1_2_c .col_1_2_art:nth-child(3n+1) {width:100%;border-radius:0px 0px 6px 6px;box-shadow:0px 2px 0px #c6c6c6;overflow:hidden;position:relative;margin:0px 0px 29px 0px;}
.col_1_2_c .col_1_2_art:nth-child(3n+1) a img{width:100%;}
.col_1_2_c .col_1_2_art:nth-child(3n+1) h5 {font:600 26px/36px 'Open Sans', sans-serif;letter-spacing:-1px;background:#ffffff;margin:0px 14px 0px 14px;padding:10px 14px 0px 14px;position:relative;top:-20px;height:102px;}
.col_1_2_c .col_1_2_art:nth-child(3n+1) h5 a{color:#000000;}
/*2nd col even box*/
.col_1_2_c .col_1_2_art:nth-child(3n+2) {width:47%;float:left;border-radius:0px 0px 6px 6px;box-shadow:0px 2px 0px #c6c6c6;overflow:hidden;position:relative;margin:0px 0px 20px 0px;}
.col_1_2_c .col_1_2_art:nth-child(3n+2) a img{width:100%;}
.col_1_2_c .col_1_2_art:nth-child(3n+2) h5 {font:600 14px/20px 'Open Sans', sans-serif;background:#ffffff;margin:0px 8px 0px 8px;padding:6px 10px 0px 10px;position:relative;top:-14px;height:78px;}
.col_1_2_c .col_1_2_art:nth-child(3n+2) h5 a {color:#000000;}
/*2nd col odd box*/
.col_1_2_c .col_1_2_art:nth-child(3n+3) {width:47%;float:right;border-radius:0px 0px 6px 6px;box-shadow:0px 2px 0px #c6c6c6;overflow:hidden;position:relative;margin:0px 0px 20px 0px;}
.col_1_2_c .col_1_2_art:nth-child(3n+3) img{width:100%;}
.col_1_2_c .col_1_2_art:nth-child(3n+3) h5 {font:600 14px/20px 'Open Sans', sans-serif;background:#ffffff;margin:0px 8px 0px 8px;padding:6px 10px 0px 10px;position:relative;top:-14px;height:78px;}
.col_1_2_c .col_1_2_art:nth-child(3n+3) h5 a {color:#000000;}
.rel_share_icon{font:600 12px/16px 'Open Sans', sans-serif;color:#25292d;text-align:center;margin:0px 0px 10px 0px;}
@media screen and (min-width:320px) and (max-width:768px){
/* 1st col 1st box */
.col_1_4_l .col_1_4_l_art:nth-child(1) {width:100%;border-radius:0px;box-shadow:none;margin:0px 0px 30px 0px;}
.col_1_4_l .col_1_4_l_art:nth-child(1) h5{font:600 14px/20px 'Open Sans', sans-serif;margin:6px 0px 0px 0px;padding:0px;top:0px;height:62px;}
/* 1st col odd box */
.col_1_4_l .col_1_4_l_art:nth-child(2n+2) {width:46%;float:left;border-radius:0px;box-shadow:none;margin:0px 0px 27px 0px;}
.col_1_4_l .col_1_4_l_art:nth-child(2n+2) h5{font:600 14px/20px 'Open Sans', sans-serif;margin:6px 0px 0px 0px;padding:0px;top:0px;height:104px;}
/* 1st col even box */
.col_1_4_l .col_1_4_l_art:nth-child(2n+3) {width:46%;float:right;border-radius:0px;box-shadow:none;margin:0px 0px 27px 0px;}
.col_1_4_l .col_1_4_l_art:nth-child(2n+3) h5{font:600 14px/20px 'Open Sans', sans-serif;margin:6px 0px 0px 0px;padding:0px;top:0px;height:104px;}
/* 3rd col 1st box */
.col_1_4_r .col_1_4_r_art:nth-child(1) {width:100%;border-radius:0px;box-shadow:none;margin:0px 0px 30px 0px;}
.col_1_4_r .col_1_4_r_art:nth-child(1) h5{font:600 14px/20px 'Open Sans', sans-serif;margin:8px 0px 0px 0px;padding:0px;top:0px;height:62px;}
/* 3rd col odd box */
.col_1_4_r .col_1_4_r_art:nth-child(2n+2) {width:46%;float:left;border-radius:0px;box-shadow:none;margin:0px 0px 27px 0px;}
.col_1_4_r .col_1_4_r_art:nth-child(2n+2) h5{font:600 14px/20px 'Open Sans', sans-serif;margin:8px 0px 0px 0px;padding:0px;top:0px;height:104px;}
/* 3rd col even box */
.col_1_4_r .col_1_4_r_art:nth-child(2n+3) {width:46%;float:right;border-radius:0px;box-shadow:none;margin:0px 0px 27px 0px;}
.col_1_4_r .col_1_4_r_art:nth-child(2n+3) h5{font:600 14px/20px 'Open Sans', sans-serif;margin:8px 0px 0px 0px;padding:0px;top:0px;height:104px;}
/* 2nd col 1st box */
.col_title_c{font:600 18px/20px 'Open Sans', sans-serif;}
.col_1_2_c .col_1_2_art:nth-child(1) {width:100%;border-radius:0px;box-shadow:none;margin:0px 0px 30px 0px;}
.col_1_2_c .col_1_2_art:nth-child(1) h5 {font:600 14px/18px 'Open Sans', sans-serif;letter-spacing:0px;margin:8px 0px 0px 0px;padding:0px;top:0px;height:62px;}
/* 2nd col odd box */
.col_1_2_c .col_1_2_art:nth-child(2n+2) {width:46%;float:left;border-radius:0px;box-shadow:none;margin:0px 0px 27px 0px;}
.col_1_2_c .col_1_2_art:nth-child(2n+2) h5 {font:600 14px/18px 'Open Sans', sans-serif;letter-spacing:0px;margin:8px 0px 0px 0px;padding:0px;top:0px;height:104px;}
/* 2nd col even box */
.col_1_2_c .col_1_2_art:nth-child(2n+3) {width:46%;float:right;border-radius:0px;box-shadow:none;margin:0px 0px 27px 0px;}
.col_1_2_c .col_1_2_art:nth-child(2n+3) h5 {font:600 14px/18px 'Open Sans', sans-serif;letter-spacing:0px;margin:8px 0px 0px 0px;padding:0px;top:0px;height:104px;}
.rel_share_icon{display:none;}
}
@media screen and (min-width:768px) and (max-width:992px){
}
