/********************** Defaults **********************/

body {
	font-family: "Roboto","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: 400;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-x: hidden;
}
html, body {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 0;
	color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
a {
	color: inherit;
}
a img{
	border:0;
}
ul, ol, dl {
	font-size: 0.875rem;
	list-style-position:inside;
	margin-bottom: 1.875rem;
}
abbr[title] {
	color: inherit;
}
fieldset{
	border: 0;
	padding: 0;
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	margin: 0;
	width: auto;
}


/********************** Sites sections **********************/

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	/*z-index: 1;*/ /* fullwidth slideshow is visible in footer without this z-index, but breaks it's buttons */
}
header#header-container,
section#main,
footer#footer-container {
	position: relative;
	z-index: 9;
}
header#header-container {
	padding: 60px 0;
	color: #000000; /* Was white, but changed to black because of the hamburger color */
	z-index: 100; /* smaller index will make widgets go above sticky header. Was 10 */
}
section#main .main-container{
	position: relative;
	height: 100%;
}
footer#footer-container {
	width: 100%;
	z-index: 99;
}


/********************** Some tweaks **********************/


/***** Full-width page case *****/

body.full-width .row {
	max-width: 100%;
}
body.full-width .row .row{
	max-width: none;
}
body.full-width header#header-container{
	padding: 30px 0;
}
body.full-width.page .featimg{
	margin-bottom: 30px;
}
body.full-width .margin-top-60{
	margin-top: 30px!important;
}
@media only screen and (max-width : 1440px) {
	.row {
		max-width: 75rem;
	}
}


/********************** Width options **********************/

body.full-width .row {
	max-width: 100%;
}
body.large .row {
	max-width: 75.000rem;
}
body.narrow .row {
	max-width: 63.750rem;
}


/********************** Boxed option **********************/

.boxed {
	margin: 0 auto;
	box-shadow: 0 0 1px rgba(0,0,0,0.5); /* replaced with border left/right because it's now outset */
	background: #FFFFFF;
	position: relative;
	overflow:hidden;
}
body.large .boxed {
	max-width: 78.750rem;
}
body.large.left-side-header .boxed {
	max-width: 97.500rem;
	margin-left: 0;
}
body.narrow .boxed {
	max-width: 67.500rem;
}
body.narrow.left-side-header .boxed {
	max-width: 86.250rem;
	margin-left: 0;
}
#wrapper.align-left .boxed {
	margin-left: 0;
}
#wrapper.align-right .boxed {
	margin-right: 0;
}


/********************** Alignment options **********************/


/***** Align left *****/

#wrapper.align-left .row {
	margin-left: 1.875rem;
}
.full-width #wrapper.align-left .row {
	margin-left: 0;
	margin-right: 0;
	position: static;
}
.narrow #wrapper.align-left .row .row,
.large #wrapper.align-left .row .row,
.full-width #wrapper.align-left .row .row {
	max-width: none;
	margin-left: -1.875rem!important;
	margin-right: -1.875rem!important;
}
.left-side-header #wrapper.align-left .boxed .row {
	margin-left: auto;
	margin-right: auto;
}
.left-side-header #wrapper.align-left .unboxed .row {
	margin-left: 0;
	margin-right: 0;
}

/***** Align center *****/

#wrapper.align-center {
	margin: 0 auto;
	text-align: left;
}
.full-width #wrapper.align-center .row {
	margin-left: 0;
	margin-right: 0;
	position: static;
}
.narrow #wrapper.align-center .row .row,
.large #wrapper.align-center .row .row,
.full-width #wrapper.align-center .row .row {
	max-width: none;
	margin-left: -1.875rem;
	margin-right: -1.875rem;
	width: auto;
}


/***** Align right *****/

#wrapper.align-right .row {
	margin-right: 1.875rem;
	text-align: left;
}
.full-width #wrapper.align-right .row {
	margin-left: 0;
	margin-right: 0;
	position: static;
}
.narrow #wrapper.align-right .row .row,
.large #wrapper.align-right .row .row,
.full-width #wrapper.align-right .row .row {
	max-width: none;
	margin-left: -1.875rem!important;
	margin-right: -1.875rem!important;
}
.left-side-header #wrapper.align-right .boxed .row {
	margin-right: auto;
}
.left-side-header #wrapper.align-right .unboxed .row {
	margin-right: 0;
}

.mobile-only, div.mobile-only, tr.mobile-only, td.mobile-only, span.mobile-only, a.mobile-only {
	display: none;
}

@media only screen and (max-width: 768px){
	#wrapper.align-left .row,
	#wrapper.align-right .row {
		margin-left: 0;
		margin-right: 0;
	}


	.mobile-only, div.mobile-only, tr.mobile-only, td.mobile-only, span.mobile-only, a.mobile-only {
		display: block;
	}

}

/***** Full-width row *****/

.full-width-row {
	width: 100%;
	display: inline-block;
	float: left;
}
.full-width-row.full-width-content-row > .row {
	margin: 0;
}
.full-width-row.full-width-content-row .row {
	width: 100%;
	max-width: 100%;
}
.full-width-row.full-width-content-row > .row > .columns,
.full-width-row.full-width-content-row > .row > .columns > .row > .columns,
#wrapper.align-left .boxed .full-width-row.full-width-content-row > .row > .columns,
#wrapper.align-left .boxed .full-width-row.full-width-content-row > .row > .columns > .row > .columns {
	padding: 0;
}

#wrapper.align-left .full-width-row.full-width-content-row > .row > .columns,
#wrapper.align-left .full-width-row.full-width-content-row > .row > .columns > .row > .columns {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.narrow .align-left .unboxed .full-width-row,
.narrow .align-left .unboxed .featvideo,
.narrow .align-left .unboxed .post-navigation > ul,
.narrow.page .align-left .unboxed .main-container .featimg,
.left-side-header.narrow.page .main-container .featimg {
	margin-left: 30px;
	width: calc(100% - 60px);
}
.left-side-header.page .fluid_container.fixed-slideshow-yes,
body.left-side-header.fixed-slideshow-yes #wrapper.align-left .boxed .fluid_container {
	margin-left: 18.750rem!important;
	left: 0!important;
	width: calc(100% - 18.750rem);
}
.narrow.page .unboxed .main-container article .featimg,
.narrow.page .align-left .unboxed .main-container article .featimg,
.left-side-header.narrow.page .main-container article .featimg {
	margin-left: 0;
	width: 100%;
}
@media only screen and (max-width: 768px){
	.narrow .align-left .unboxed .full-width-row,
	.narrow .align-left .unboxed .fluid_container,
	.narrow .align-left .unboxed .featvideo,
	.narrow .align-left .unboxed .post-navigation > ul,
	.narrow.page .align-left .unboxed .main-container .featimg,
	.left-side-header.narrow.page .main-container .featimg {
		margin-left: 0;
		width: 100%;
	}
}
.narrow .align-left .unboxed .full-width-row.full-width-content-row {
	margin-left: 0;
	width: 100%;
}


/**********************  Margins and paddings **********************/

.margin-top-60 {
	margin-top: 60px!important;
}
.margin-bottom-60 {
	margin-bottom: 60px!important;
}
.full-width-row.margin-bottom-60.has-cover { /* case when cat/tag has cover image */
	margin-bottom: 0!important;
}
.padding-top-60 {
	padding-top: 60px!important;
}
.padding-bottom-60 {
	padding-bottom: 60px!important;
}
.margin-top-30 {
	margin-top: 30px!important;
}
.margin-bottom-30 {
	margin-bottom: 30px!important;
}
.padding-top-30 {
	padding-top: 30px!important;
}
.padding-bottom-30 {
	padding-bottom: 30px!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.delimiter-type {
	display: block;
	clear: both;
	height: 1px;
	margin-bottom: 0;
	width: 100%;
}
.delimiter-type.pointed {
	border-bottom: 1px dotted rgba(0,0,0,0.1)
}
hr {
	border: 0;
	height: 1px;
	border-bottom: 1px dotted rgba(0,0,0,0.1)
margin-bottom: 60px;
}


/********************** Header and delimiter paddings **********************/

#wrapper.padding-0 header#header-container {
	padding: 0;
}
#wrapper.padding-15 header#header-container {
	padding: 15px 0;
}
#wrapper.padding-30 header#header-container {
	padding: 30px 0;
}
#wrapper.padding-45 header#header-container {
	padding: 45px 0;
}
#wrapper.padding-60 header#header-container {
	padding: 60px 0;
}

#wrapper.padding-0 header#header-container .margin-top-60 {
	margin-top: 0!important;
}
#wrapper.padding-15 header#header-container .margin-top-60 {
	margin-top: 15px!important;
}
#wrapper.padding-30 header#header-container .margin-top-60 {
	margin-top: 30px!important;
}
#wrapper.padding-45 header#header-container .margin-top-60 {
	margin-top: 45px!important;
}
#wrapper.padding-60 header#header-container .margin-top-60 {
	margin-top: 60px!important;
}

.page .post-title h2,
.page h2.cat-title.blog_page {
	text-align: center;
}
.page #wrapper.padding-0 .post-title h2,
.page #wrapper.padding-15 .post-title h2,
.page #wrapper.padding-30 .post-title h2 {
	margin-top: 30px;
}
.page #wrapper.padding-45 .post-title h2 {
	margin-top: 45px;
}
.page #wrapper.padding-60 .post-title h2 {
	margin-top: 60px;
}

.page #wrapper.padding-0 h2.post-title,
.page #wrapper.padding-15 h2.post-title,
.page #wrapper.padding-30 h2.post-title,
.single #wrapper.padding-0 h2.post-title,
.single #wrapper.padding-15 h2.post-title,
.single #wrapper.padding-30 h2.post-title {
	margin-top: 30px;
}
.page #wrapper.padding-45 h2.post-title,
.single #wrapper.padding-45 h2.post-title {
	margin-top: 45px;
}
.page #wrapper.padding-60 h2.post-title,
.single #wrapper.padding-60 h2.post-title {
	margin-top: 60px;
}

#wrapper.padding-0 h2.cat-title,
#wrapper.padding-15 h2.cat-title,
#wrapper.padding-30 h2.cat-title {
	margin-top: 30px;
}
#wrapper.padding-45 h2.cat-title {
	margin-top: 45px;
}
#wrapper.padding-60 h2.cat-title {
	margin-top: 60px;
}


/********************** Logo **********************/

.logo h1 {
	margin: 0;
	line-height: 1.4rem;
}
.logo h1 a {
	color: black;
	font-size: 1.500rem;
}


/********************** Absolute header **********************/

body #wrapper header#header-container.belowslideshow {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(50%, rgba(0,0,0,0.25)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
header#header-container .backgrounder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}

/* The color of the header text */
header.black_style_header,
header.black_style_header nav.main-menu ul > li a,
header.black_style_header .logo h1 a,
header.black_style_header .sticky-header.sticky-container a.menu-trigger {
	color: #000000;
}

header.white_style_header,
header.white_style_header nav.main-menu ul > li a,
header.white_style_header .logo h1 a,
header.white_style_header a.menu-trigger {
	color: #ffffff;
}

header .sticky-container,
header .sticky-container nav.main-menu ul > li a,
header .sticky-container .logo h1 a,
header .sticky-container  a.menu-trigger {
	color: black;
}

.header-centered header#header-container .row .columns.hamburger-menu-trigger {
	text-align: left;
}
.header-centered header#header-container .row .columns.hamburger-menu-trigger:last-child {
	text-align: right;
}

/*********************************/


/********************** Vertical align for header **********************/

header#header-container.vertical-align .row{
	display: table;
}
.vertical-align .row .columns{
	display: table-cell;
	vertical-align: middle;
	float: none;
}
@media only screen and (max-width : 1023px) {
	header#header-container.vertical-align .row{
		display: block;
	}
	header#header-container.vertical-align .row .columns{
		float: left;
	}
	header#header-container.vertical-align .row [class*="column"] + [class*="column"]:last-child {
		float: right;
	}
}


/********************** Default main menu **********************/

nav.main-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	z-index: 99;
}
nav.main-menu ul > li {
	position: relative;
	list-style-type: none;
	margin: 0 1.250rem 0 0;
	padding: 0;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	text-align: left;
}
nav.main-menu ul > li:last-child{
	margin-right: 0;
}
nav.main-menu ul > li a {
	color: inherit;
	font-size: 0.750rem;
	display: block;
	color: inherit;
}
nav ul > li a span.menu-description {
	display: block;
	opacity: 0.6;
	font-weight: normal;
	text-transform: none;
	margin-top: 5px;
}
nav.main-menu ul > li.logo a {
	font-size: 1.500rem;
	text-transform: none;
}
#header-container nav.main-menu ul > li a{
	font-weight: 700;
}
nav.main-menu ul > li ul{
	list-style-type: none;
	margin: 0;
	padding: 15px 0 0;
	text-align: left;
}
nav.main-menu ul > li ul li{
	margin-right: 0;
	text-transform: none;
	margin-bottom: 10px;
	display: block;
	white-space: normal;
	padding: 0;
}
nav.main-menu ul > li ul li a{
	font-size: 0.688rem;
}
#header-container nav.main-menu ul > li ul li a{
	font-weight: 400;
}
nav.main-menu ul > li ul ul{
	margin: 10px 0 0 10px;
	padding: 0;
}
#header-container.belowslideshow nav.main-menu > ul > li > a,
#header-container.belowslideshow nav.main-menu > ul > li ul a {
	color: #ffffff;
}
#header-container nav.main-menu > ul > li ul a,
#header-container.belowslideshow nav.main-menu.drop-down > ul > li ul a {
	color: #000000;
}


/********************** Main menu with dropdown **********************/

nav.main-menu.drop-down ul {
	list-style: none;
	position: relative;
	display: inline-block;
	width: 100%;
}
nav.main-menu.drop-down ul > li {
	float: left;
	padding: 10px 15px;
	margin: 0 1.000rem 0 0;
}
nav.main-menu.drop-down ul > li.logo {
	padding: 0;
}
nav.main-menu.drop-down ul > li.menu-item-has-children {
	padding: 10px 22px 10px 15px;
}
nav.main-menu.drop-down ul > li.current_page_item,
nav.main-menu.drop-down ul > li:hover {
	border: 2px solid;
	border-radius: 0;
	padding: 8px 13px;
}
nav.main-menu.drop-down ul > li.current_page_item.menu-item-has-children,
nav.main-menu.drop-down ul > li.menu-item-has-children:hover {
	padding: 8px 20px 8px 13px;
}
nav.main-menu.drop-down ul > li a {
	position: relative;
	display: block;
}
nav.main-menu.drop-down ul > li.logo:hover,
nav.main-menu.drop-down ul > li ul li:hover,
nav.main-menu.drop-down ul > li.current_page_item li,
nav.main-menu.drop-down ul > li li.current_page_item,
nav.main-menu.drop-down ul > li.menu-item-has-children li:hover{
	border: none;
	padding: 0;
}
/* second level - on :hover */
nav.main-menu.drop-down ul ul {
	position: absolute;
	top: 100%;
	width: auto;
	visibility: hidden;
	opacity:0;
	left: 50%;
	-webkit-transform: translate(-50%, -60%) scale(0);
	-moz-transform: translate(-50%, -60%) scale(0);
	transform: translate(-50%, -60%) scale(0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav.main-menu.drop-down ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, 0) scale(1);
	-moz-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
}
nav.main-menu.drop-down ul li:hover > ul:before { /* adding top triangle */
	content: '';
	border-bottom: 7px solid #ffffff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: absolute;
	width: 0;
	height: 0;
	top: 8px;
	left: 50%;
	left: calc(50% - 6px);
}
nav.main-menu.drop-down ul ul li:hover > ul:before { /* adding top triangle */
	left: 15%;
}
nav.main-menu.drop-down ul li:hover > ul:after {/* adding background */
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% - 15px);
	top: 15px;
	left: 0;
	border-radius: 5px;
	z-index: -1;
	background: #ffffff;
}

nav.main-menu.drop-down ul ul li {
	padding: 0;
	margin: 0;
	float: none;
	position: relative;
	max-width: none;
	margin-bottom: 0;
	left: 0;
	text-align: center;
}
nav.main-menu.drop-down ul ul li.menu-item-has-children{
	padding: 0;
	margin: 0;
}
nav.main-menu.drop-down ul ul li a {
	color: inherit;
	padding: 10px 20px;
	min-width: 150px;
	line-height: normal;
	font-size: 0.688rem;
}
nav.main-menu.drop-down ul ul li:first-child a {
	padding-top: 15px;
}
nav.main-menu.drop-down ul ul li:last-child a {
	padding-bottom: 15px;
}
nav.main-menu.drop-down ul li.has-submenu a:after {
	font-family: 'monstrofront';
	-webkit-font-smoothing: antialiased;
	content: '\e807';
	border: 0 none;
	left: 10px;
	position: relative;
}
nav.main-menu.drop-down ul li.has-submenu ul li a:after{
	content: none;
}
nav.main-menu.drop-down ul li ul li.has-submenu a:after {
	content: '\e807';
	left: 10px;
}
nav.main-menu.drop-down ul li ul li.has-submenu ul li a:after {
	content: '';
}
nav.main-menu.drop-down ul li ul li ul li.has-submenu a:after {
	content: '\e807';
	left: 10px;
}
nav.main-menu.drop-down ul li ul li ul li.has-submenu ul li a:after {
	content: '';
}
nav.main-menu.drop-down ul li ul li ul li ul li.has-submenu a:after {
	content: '\e807';
	left: 10px;
}
nav.main-menu.drop-down ul li ul li ul li ul li.has-submenu ul li a:after {
	content: '';
}
nav.main-menu.drop-down ul li ul li ul li ul li ul li.has-submenu a:after {
	content: '\e807';
	left: 10px;
}
nav.main-menu.drop-down ul li ul li ul li ul li ul li.has-submenu ul li a:after {
	content: '';
}

nav.main-menu.drop-down ul ul ul {
	position: absolute;
	left: 100%;
	top: 100%;
	margin: 0;
	padding: 15px 0 0;
}


/********************** Mobile menu **********************/

.scroller {
	overflow-y: scroll;
	position: relative;
	height: 100%;
}
.menu-trigger {
	position: relative;
	color: inherit;
}
a.menu-trigger:hover{
	color: inherit;
}
.menu-trigger i:before{
	font-size: 140%;
	margin: 0;
	width: auto;
}
.mp-pusher {
	position: relative;
	left: 0;
	height: 100%;
}
.mp-menu {
	position: absolute; /* we can't use fixed here :( */
	top: 0;
	z-index: 10; /*changed from 1 to overwrite the fixed slideshow*/
	width: 300px;
	height: 100%;
	/*-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);*/
	left: -300px;
	text-align: left;
}
.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222222;
	color: #ffffff;
	-webkit-box-shadow: inset -10px 0 10px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset -10px 0 10px -5px rgba(0,0,0,0.2);
	box-shadow: inset -10px 0 10px -5px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);

}

.mp-pusher.mp-pushed .mp-menu {
	position: fixed;
	top: 0;
	left: 0;
}

.admin-bar .mp-pusher.mp-pushed .mp-menu {
	top: 32px;
}



#mp-menu {
	overflow: hidden;
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.6);
	z-index: 99;
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level, .mp-pusher.mp-pushed #mp-menu {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mp-menu h2 {
	margin: 0;
	padding: 1em;
	color: inherit;
	font-weight: 300;
	font-size: 1rem;
}
.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}
.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1rem;
	text-align: center;
}
.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.mp-menu ul li > a {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	color: inherit;
	display: block;
	padding: 1rem 1rem 1.6rem 1rem;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.1);
	font-size: 0.875rem;
	-webkit-transition: background 0.3s, box-shadow 0.5s;
	-moz-transition: background 0.3s, box-shadow 0.5s;
	transition: background 0.3s, box-shadow 0.5s;
}
.mp-menu ul li:before {
	position: absolute;
	left: 10px;
	z-index: -1;
	line-height: 3.5;
}
.mp-level > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.1), inset 0 1px rgba(0,0,0,0.1);
}
.mp-menu ul li > a:hover {
	-webkit-box-shadow: inset 0 -1px rgba(0,0,0,0.1), inset 300px 0 0 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -1px rgba(0,0,0,0.1), inset 300px 0 0 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0.1), inset 300px 0 0 0 rgba(0,0,0,0.2);
}
.mp-menu ul li:first-child > a:hover {
	-webkit-box-shadow: inset 0 -1px rgba(0,0,0,0.1), inset 0 1px rgba(0,0,0,0.1), inset 300px 0 0 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -1px rgba(0,0,0,0.1), inset 0 1px rgba(0,0,0,0.1), inset 300px 0 0 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0.1), inset 0 1px rgba(0,0,0,0.1), inset 300px 0 0 0 rgba(0,0,0,0.2);
}
.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}
.mp-back {
	background: rgba(0,0,0,0.1);
	outline: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 0.750rem;
	padding: 1rem;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.mp-menu ul li.menu-item-has-children a.mp-back:after {
	content: "\E804";
	right: 20px;
	font-size: 1.000rem;
	color: rgba(255,255,255,0.3);
}
.mp-menu ul li.menu-item-has-children a.mp-back:before {
	content: none;
}
.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back:after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}

.mp-menu ul li a:before {
	/*font-family: monstrofront;
	content:'\E828';
	position: absolute;
	text-align: center;q
	width: calc(100% - 2rem);
	display: block;
	bottom: 10px;
	margin: 0;
	padding: 0;
	opacity: 0.2;*/

	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid;
	bottom: 15px;
	right: 0;
	left: 0;
	margin: 0 auto;
	opacity: 0.05;
}
.mp-menu ul li.menu-item-has-children a:after {
	font-family: 'monstrofront';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: '\E805';
	border: 0 none;
	position: absolute;
	margin-left: 8px;
}
.mp-menu ul li.menu-item-has-children ul li a:after{
	content: '';
	right: 0;
}
.mp-menu ul li ul li.menu-item-has-children a:after {
	content: '\E805';
	right: 20px;
}
.mp-menu ul li ul li.menu-item-has-children ul li a:after {
	content: '';
	right: 0;
}
.mp-menu ul li ul li ul li.menu-item-has-children a:after {
	content: '\E805';
	right: 20px;
}
.mp-menu ul li ul li ul li.menu-item-has-children ul li a:after {
	content: '';
	right: 0;
}


/********************** Classic header **********************/

header#header-container.header_style1 .large-12 nav.main-menu ul  {
	margin-top: 1.875rem; /* not 1.875rem because search style is border-bottom */
}


/********************** Centered header **********************/

.header-centered header#header-container .row .columns{
	text-align: center;
}

.header-centered header#header-container .large-12 #searchform {
	margin-top: 0.625rem; /* not 1.875rem because search style is border-bottom */
	width: 40%;
	z-index: 8;
	float: none;
}

.header-centered header#header-container nav.main-menu {
	padding-top: 0;
}
.header-centered header#header-container nav.main-menu.menu-above-logo{
	padding-top: 0;
	margin-bottom: 1.875rem;
}
.header-centered header#header-container nav.main-menu.menu-below-logo {
	padding-top: 1.875rem;
}
.header-centered header#header-container .large-12:nth-child(2) nav.main-menu {
	padding-bottom: 1.875rem;
	padding-top: 0;
}
.header-centered header#header-container .large-12:last-child nav.main-menu {
	padding-bottom: 0;
}
.header-centered header#header-container nav.main-menu ul {
	width: auto;
}


/***** Centered logo with aside menus *****/

.header-centered header#header-container nav.main-menu.logo-in-middle {
	/*opacity: 0;*/
}
.header-centered header#header-container nav.main-menu.logo-in-middle ul > li {
	vertical-align: middle;
	float: none;
}
.header-centered header#header-container nav.main-menu.logo-in-middle.drop-down ul > li:after {
	content: '';
	padding-left: 0;
}

.header-centered header#header-container.logo-in-between .row .columns {
	margin-bottom: 30px;
}
.header-centered header#header-container.logo-in-between .row .columns:last-child {
	margin-bottom: 0;
}

.header-centered header#header-container.logo-in-between .row .columns.menu-first {
	text-align: right;
	padding-right: 0;
	width: 40%;
}
.header-centered header#header-container.logo-in-between .row .columns.menu-last {
	text-align: left;
	padding-left: 0;
	width: 40%;
}
.header-centered header#header-container.logo-in-between .row .columns.logo {
	width: 20%;
}

.header-centered header#header-container.logo-in-between nav.main-menu .row .columns.menu-first ul > li:last-child,
.header-centered header#header-container.logo-in-between nav.main-menu .row .columns.menu-last ul > li:last-child {
	margin-right: 0;
}

.header-centered header#header-container.logo-in-between .socialicons{
	text-align: center;
	float: none;
}
.header-centered header#header-container.logo-in-between .large-12 .socialicons{
	margin-top: 1.875rem;
}

@media only screen and (max-width: 767px) {
	.header-centered header#header-container.logo-in-between .socialicons {
		float: none;
	}
	.single-gallery .entry-header .controls {
		display: none;
	}
}

.header-centered header#header-container.logo-in-between .socialicons.fr > ul.monstro-social{
	float: none;
	text-align: right;
}


/********************** Left side header **********************/

.left-side-header header#header-container {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	float: left;
	width: 18.750rem;
	margin-left: 0;
	z-index: 10;
	padding-bottom: 0;
	padding-top: 30px;
}
.left-side-header header#header-container:before {
	position: absolute;
	bottom: -5000%;
	top: 0;
	right: 0;
	left: 0;
	content: "";
	z-index: -1;
	background: #e7e7e7;
}
.left-side-header #wrapper.align-left header#header-container .row {
	margin-left: auto;
}
.left-side-header #wrapper.align-right header#header-container .row {
	margin-right: auto;
}
.left-side-header section#main {
	padding-top: 30px;
	margin-left: 18.750rem;
	height: 100%;
}
.left-side-header.slideshow-yes section#main {
	padding-top: 0px;
}
.left-side-header section#main.unboxed {
	background: #FFFFFF;
}
.left-side-header header#header-container .columns {
	width: 100%;
	margin-bottom: 30px;
}
.left-side-header header#header-container .dl-menuwrapper.columns {
	margin-bottom: 30px;
}

.left-side-header header#header-container.position-fixed {
	position: fixed;
	top: 0;
	bottom: 0;
}

/* special case footer when header is left */

.left-side-header header#header-container .footer-container-wrapper {
	position: relative; /* copyright is absolute because menu could be very long */
	bottom: 0;
	width: 18.750rem;
}
.left-side-header header#header-container .footer-container-wrapper .columns {
	margin-bottom: 0;
}
.left-side-header header#header-container .footer-container-wrapper .columns p.copyright{
	margin-bottom: 0;
	padding: 10px 0;
	font-size: 0.750rem;
}

@media only screen and (max-width : 1024px) {
	.left-side-header header#header-container {
		position: relative;
		float: none;
		width: auto;
		margin-left: 0;
	}
	.left-side-header header#header-container .columns {
		margin-bottom: 30px;
		text-align: center;
	}
	.left-side-header section#main {
		margin-left: 0;
		padding-top: 30px;
	}
	.left-side-header header#header-container .footer-container-wrapper {
		background: #ffffff;
		width: 100%;
	}
	.left-side-header header#header-container.position-fixed {
		position: inherit;
		text-align: center;
	}
	.left-side-header header#header-container .row .dl-menuwrapper.columns {
		text-align: center;
	}
}

.narrow.left-side-header .monstro-thumb-view article section h2,
.narrow.left-side-header .monstro-mosaic-view a section {
	font-size: 1.000em;
}

/* Left side header menu */

.left-side-header header#header-container nav.main-menu {
	border-top: 1px dotted rgba(0,0,0,0.1);
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	padding: 25px 0;
}
.left-side-header header#header-container nav.main-menu ul > li {
	width: 100%;
	display: block;
	margin-right: 0;
	margin-bottom: 1.875rem;
	max-width: none;
}
.left-side-header header#header-container nav.main-menu ul > li ul li {
	margin-bottom: 10px;
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li {
	margin-bottom: 0;
	position: static;
	padding: 0;
	border: none;
}
.left-side-header header#header-container nav.main-menu.drop-down ul li:hover{
	padding: 0;
	border: none;
}
.left-side-header header#header-container nav.main-menu.drop-down ul li:hover > ul:before{
	content: initial;
	border: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: 0;
}
.left-side-header header#header-container nav.main-menu.drop-down ul li:hover > ul:after{
	content: initial;
	border: none;
	background: transparent;
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li a {
	padding: 15px 0;
	border: none;
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li:first-child a {
	padding: 0 0 15px;
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li:last-child a {
	border: none;
	padding: 15px 0 0;
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li ul {
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	margin: 0;
	width: 17.500rem;/* width for the first ul only due to -30 negative margin */
	padding: 0;
	z-index: 999;
	transform: none;
	transition: opacity 0.3s ease-in-out;
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li ul ul {
	width: 15.625rem;/* width for the rest of ul  */
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li.menu-item-has-children ul:before {
	content: "";
	border:none;
	position: fixed;
	width: 15.625rem;
	background: white;
	background: rgba(244,244,244,.9);
	height: auto;
	top: 0;
	bottom: 0;
	left: 18.750rem;
	margin: 0;
	z-index: -1;
	transition: opacity 0.3s ease-in-out;
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li ul li.menu-item-has-children ul:before {
	left: 34.375rem; /* 18.750rem (first margin) + 17.500rem (width first ul) - 1.875rem (negative margin) */
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li ul ul li.menu-item-has-children ul:before{
	left: 50.000rem; /* 34.375rem (second margin) + 15.625rem (width rest of ul) */
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li ul ul ul li.menu-item-has-children ul:before{
	left: 65.625rem; /* 50.000rem (third margin) + 15.625rem (width rest of ul) */
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li ul ul ul ul li.menu-item-has-children ul:before{
	left: 81.250rem; /* 65.625rem (fourth margin) + 15.625rem (width rest of ul) */
}

.left-side-header header#header-container nav.main-menu.drop-down ul > li ul li {
	margin-bottom: 0;
	padding: 0 0 0 30px; /* intended for level 2 only */
	text-transform: uppercase;
	margin-left:0;
	color: inherit;
	left: 0;
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li ul li:hover{
	padding-left: 30px;
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li ul li ul li {
	padding-left: 0; /* for all other levels */
}
.left-side-header header#header-container nav.main-menu.drop-down ul > li ul li ul li:hover{
	padding-left: 0;
}

/********************** Slideshow **********************/

.header-slideshow{
	position: relative;
	width: 100%;
	min-height: 400px;
}
.header-slideshow-elem-content.no-text-description {
	background: none repeat scroll 0 0 transparent;
}
.header-slideshow-elem-content.non-boxed-layout {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
	margin-top: 6%;
}

.header-slideshow ul.header-slideshow-list{
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.header-slideshow ul.header-slideshow-list .header-slideshow-elem .slide-container{
	margin: 0 auto;
	overflow: hidden;
	display: inline-block;
	position: relative;
	line-height: 0;
	max-width: 100%;
}

.header-slideshow.full-width ul.header-slideshow-list{
	max-width: none;
	width: 100%;
	height: 100%;
}

.header-slideshow ul.header-slideshow-list > li.header-slideshow-elem {
	display: none;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	z-index: -20;
	left: 0;
}
.slide-wrapper{
	position: relative;
	line-height: 0;
}
.header-slideshow.full-width ul.header-slideshow-list > li.header-slideshow-elem {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}
.header-slideshow.full-width ul.header-slideshow-list > li.header-slideshow-elem .slide-container img{
	max-width: none;
	height: auto;
	width: auto;
	position: relative;
}

.header-slideshow ul.header-slideshow-list > li.header-slideshow-elem.active{
	display: block;
	z-index: -2;
}

ul.header-slideshow-navigation {
	bottom: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}

ul.header-slideshow-navigation > li.header-slideshow-navigation-elem{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: rgba(255,255,255,0.8);
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

ul.header-slideshow-navigation > li.header-slideshow-navigation-elem.active{
	background-color: #FC6453;
}

ul.header-slideshow-captions{
	list-style-type: none;
	margin: 0;
	padding: 0 30px;
	position: absolute;
	z-index: 5;
	top: 35%;
	width: 100%;
}

.header-slideshow-elem-content{
	max-width: 71.250rem;
	width: 71.250rem;
	color: #ffffff;
	padding: 0;
	text-align: left;
	z-index: 6;
	position: absolute;
	top: 40%;
	-webkit-transition: left .5s ease-in-out, right .5s ease-in-out;
	-moz-transition: left .5s ease-in-out, right .5s ease-in-out;
	-ms-transition: left .5s ease-in-out, right .5s ease-in-out;
	-o-transition: left .5s ease-in-out, right .5s ease-in-out;
	transition: left .5s ease-in-out, right .5s ease-in-out;
}
/* Narrow case */
.narrow .header-slideshow-elem-content{
	max-width: 60.000rem;
	width: 60.000rem;
}

/* Full-width case */
.full-width .header-slideshow-elem-content{
	max-width: none;
	width: 100%;
	width: calc(100% - 3.750rem - 3.750rem);
}

/* Slideshow alignment */
.header-slideshow-elem-content.left{
	margin-left: -35.625rem;
	left: 50%;
}
.header-slideshow-elem-content.right{
	margin-right: -35.625rem;
	right: 50%;
	text-align: right;
}
.header-slideshow-elem-content.center{
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}

/* Narrow + slideshow alignment */
.narrow .header-slideshow-elem-content.left{
	margin-left: -30.000rem;
}
.narrow .header-slideshow-elem-content.right{
	margin-right: -30.000rem;
}

/* Wrapper is left aligned */
#wrapper.align-left .header-slideshow-elem-content.left{
	left: 3.750rem;
	margin-left: 0;
	right: 3.750rem;
}
#wrapper.align-left .header-slideshow-elem-content.right{
	left: auto;
	margin-right: 0;
	right: 3.750rem;
}
#wrapper.align-left .header-slideshow-elem-content.center {
	left: 0;
	right: 0;
}

/* Wrapper is right aligned */
#wrapper.align-right .header-slideshow-elem-content.left{
	right: 3.750rem;
	margin-left: 0;
	left: auto;
}
#wrapper.align-right .header-slideshow-elem-content.right{
	right: 3.750rem;
	margin-right: 0;
}
#wrapper.align-right .header-slideshow-elem-content.center {
	right: 3.750rem;
	left: auto;
}

/* Wrapper is boxed */
#wrapper .boxed .header-slideshow-elem-content.left{
	left: 3.750rem;
	margin-left: 0;
}
#wrapper .boxed .header-slideshow-elem-content.right{
	right: 3.750rem;
	margin-right: 0;
}
#wrapper .boxed .header-slideshow-elem-content.center {
	right: 0;
	left: 0;
}

/* Full-width, always center alignment */
.full-width #wrapper.align-center .header-slideshow-elem-content.left{
	left: 1.875rem;
	margin-left: 0;
}
.full-width #wrapper.align-center .header-slideshow-elem-content.right{
	right: 1.8750rem;
	margin-right: 0;
}
.full-width #wrapper.align-center .header-slideshow-elem-content.center {
	right: 0;
	left: 0;
}

.header-slideshow-elem-content ul{
	margin:0;
	padding: 0;
	list-style-type: none;
}

.header-slideshow-elem-content li.elem-content-container{
	margin-bottom: 60px;
}
.header-slideshow-elem-content li.elem-content-container:last-child{
	margin-bottom: 0;
}
.header-slideshow-elem-content li.elem-content-container:first-child{
	margin-bottom: 10px;
}

.header-slideshow-elem-content h2{
	font-weight: 700;
	margin: 0 0 20px;
	font-size: 2.750rem;
	line-height: 2.000rem;
}
.header-slideshow-elem-content.boxed-layout h2 span{
	color: #000000;
	background: rgba(255, 255, 255, 0.6);
	padding: 2px 10px;
}
.header-slideshow-elem-content p{
	margin: 0;
	padding: 2px 0;
	font-size: 0.875rem;
	line-height: 1.75em;
}
.header-slideshow-elem-content.boxed-layout p{
	color: #000000;
	background: rgba(255, 255, 255, 0.6);
	padding: 2px 10px;
	display: inline;
}
.header-slideshow-elem-content .slide-button{
	border: 1px solid;
	border-color: #1f8db7!important;
	text-transform: uppercase;
	position: relative;
	font-size: 0.750rem;
	display: inline-block;
	color: inherit;
	padding: 8px 35px;
	margin: 0;
	width: auto;
	-webkit-transition: .2s opacity ease-in;
	-moz-transition: .2s opacity ease-in;
	-o-transition: .2s opacity ease-in;
	-ms-transition: .2s opacity ease-in;
	transition: .2s opacity ease-in;
	border-radius: 25px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 1px 0 rgba(255,255,255,0.4);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 1px 0 rgba(255,255,255,0.4);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 1px 0 rgba(255,255,255,0.4);
	background: #2499c6;
	background: -webkit-gradient(linear,left top,left bottom,from(#46cae8),to(#2499c6));
	background: -webkit-linear-gradient(top,#46cae8,#2499c6);
	background: -moz-linear-gradient(top,#46cae8,#2499c6);
	background: -ms-linear-gradient(top,#46cae8,#2499c6);
	background: -o-linear-gradient(top,#46cae8,#2499c6);
}

.header-slideshow-elem-content .slide-button:hover{
	opacity: 0.8;
}
.header-slideshow-elem-content.boxed-layout .slide-button{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
	margin-left: -10px;
	border: none;
}
.header-slideshow-elem-content.non-boxed-layout{
	box-shadow: none;
}

/*  VIDEO SLIDE  */
.header-slideshow-elem-content.center.video-slide{
	max-width: none;
}
.header-slideshow-elem-content.video-slide li.elem-content-container {
	margin-bottom: 0;
}
.header-slideshow-elem-content.video-slide li.elem-content-container:first-child {
	margin: 0 0 10px;
}
.header-slideshow-elem-content.video-slide i.icon-video {
	border: 2px solid;
	border-radius: 50%;
	cursor: pointer;
	font-size: 30px;
	width: 80px;
	height: 80px;
	position: relative;
	display: inline-block;
}
.header-slideshow-elem-content.video-slide i.icon-video:before {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 50%;
	margin-top: -15px;
}

ul.slides > li:not(:first-child){
	display: none;
}


/* Fixed / sticky slideshow */

.fixed-slideshow-yes .fluid_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}


.fixed-slideshow-yes section#main .main-container > div.page-content, /*page config*/
.fixed-slideshow-yes section#main .main-container > div.page-without-title > div.page-content, /*mainpage config*/
.fixed-slideshow-yes section#main .main-container > article.type-gallery,
.fixed-slideshow-yes section#main .main-container > article.type-video {
	z-index: 11;
	position: relative;
	background: #ffffff;
	/*padding-top: 60px;*/
}
.fixed-slideshow-yes section#main .main-container > div.page-content:before, /*page config*/
.fixed-slideshow-yes section#main .main-container > div.page-without-title > div.page-content:before, /*mainpage config*/
.fixed-slideshow-yes section#main .main-container > article.type-gallery:before,
.fixed-slideshow-yes section#main .main-container > article.type-video:before,
body.page .main-container .featimg ~ div.page-content:before /* pages with featimg */,
body.single-post .main-container .featimg ~ div.page-content:before /* posts with featimg */
{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	right: -100%;
	width: 300%;/* 3 x 100% (left, content, right) */
	background: #ffffff;
	height: 100%;
	display: block;
}
/* boxed case background */
.fixed-slideshow-yes section#main.boxed .main-container > div.page-content:before, /*page config*/
.fixed-slideshow-yes section#main.boxed .main-container > div.page-without-title > div.page-content:before /*mainpage config*/ {
	left: -1.875rem;
	right: -1.875rem;
	width: auto;
	background: inherit;
}

.fixed-slideshow-yes section#main .main-container.custom-bgr > div.page-content {
	background: inherit;
}
/* narrow and large width */
body.large.fixed-slideshow-yes #wrapper .boxed .fluid_container  {
	max-width: 78.750rem;
	right: 0;
	margin: auto;
}
body.narrow.fixed-slideshow-yes #wrapper .boxed .fluid_container {
	max-width: 67.500rem;
	right: 0;
	margin: auto;
}

/* Boxed case positioning when different alignment */
body.fixed-slideshow-yes #wrapper.align-left .boxed .fluid_container  {
	left: 0;
	right: auto;
}
body.fixed-slideshow-yes #wrapper.align-right .boxed .fluid_container  {
	right: 0;
	left: auto;
}

/*slide is fixed but below header*/
.fixed-slideshow-yes header:not(.belowslideshow) ~ #main  .fluid_container  {
	top: 0;
}

.fixed-slideshow-yes.admin-bar header:not(.belowslideshow) ~ #main  .fluid_container  {
	/*top: 32px;*/
}

.fixed-slideshow-yes.admin-bar  .fluid_container {
	top: 32px;
}

body.fixed-slideshow-yes.left-side-header #wrapper .mp-pusher .fluid_container {
	margin-left: 18.750rem;
}
/* end fixed slideshow */

.camera_wrap {
	margin: auto; /*for centering*/
}

/* Slidesow media queries */
@media only screen and (max-width : 1440px) {
	ul.header-slideshow-captions{
		top: 20%;
	}
}
@media only screen and (max-width : 1024px) {
	body #wrapper .header-slideshow-elem-content.left,
	body #wrapper .header-slideshow-elem-content.right,
	body #wrapper .header-slideshow-elem-content.center {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0 30px;
		left: 0;
		right: 0;
	}
	.is-mobile .fixed-slideshow-yes .fluid_container {
		position: inherit;
	}
	.is-mobile .left-side-header.page .fluid_container {
		margin-left: 0!important;
		left: 0;
		width: 100%;
	}
}
@media only screen and (max-width : 768px) {
	.header-slideshow-elem-content .slide-button {
		padding: 6px 25px;
	}
	.header-slideshow-elem-content li.elem-content-container {
		margin-bottom: 1.875rem;
	}
	.header-slideshow-captions{
		display: none !important;
	}
	.header-slideshow-elem-content h2{
		font-size: 1.750rem;
	}
}
@media only screen and (max-width : 480px) {
	.header-slideshow-elem-content p {
		font-size: 0.750rem;
	}
	.header-slideshow-elem-content .slide-button {
		padding: 4px 20px;
	}
}


/********************** Search form **********************/

form {
	display: block;
	margin: 0;
	width: 100%;
}

#searchform {
	float: left;
	position: relative;
	z-index: 1; /* shopping cart was beyond, and was decreased from 999; decreased from 100 because of ham menu */
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
#searchform label {
	font-size: 0.750rem;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: inherit;
	font-weight: 700;
}
#searchform input[type="search"],
#searchform  input[type="submit"] {
	outline: none;
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	font-family: inherit;
	font-size: 0.750rem;
	border: none;
}
#searchform input[type="search"]:focus,
#searchform input[type="submit"]:focus {
	margin: 0;
	padding: 0;
}
#searchform input[type="search"].searchform-input {
	width: 100%;
	height: 30px;
	z-index: 10;
	border: solid;
	border-width: 0 0 1px 0;
	color: inherit;
	-webkit-appearance: none;
}
#searchform input[type="submit"].searchform-submit {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	z-index: 2;
}
#searchform i.icon-search {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: right;
	cursor: pointer;
	font-size: 100%;
	font-family: 'monstrofront';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}


/********************** Searchform inside ham menu **********************/

nav.mp-menu #searchform {
	margin: 1.875rem auto;
}
.mp-menu #searchform input[type="search"].searchform-input {
	border-width: 1px;
	border-color: rgba(0,0,0,.1);
	background: rgba(0,0,0,.08);
}
.mp-menu #searchform i.icon-search {
	right: 10px
}


/********************** Home-page tweaks **********************/

.monstro-list-posts-wrapper,
.monstro-content-row-wrapper {
	position: relative;
}
.monstro-list-posts-wrapper.has-bg-color {
	padding: 60px 0 0;
}
.monstro-content-row-wrapper.has-bg-color {
	padding: 0;
}
.monstro-list-posts-wrapper.has-bg-color:before,
.monstro-content-row-wrapper.has-bg-color:before {
	content: "";
	position: absolute;
	top: 0;
	width: 120.000rem; /* 1920px */
	background: inherit;
	height: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
	box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
}

/* width options */
.full-width .monstro-list-posts-wrapper.has-bg-color:before,
.full-width .monstro-content-row-wrapper.has-bg-color:before {
	left: -1.875rem;
}
.large .monstro-list-posts-wrapper.has-bg-color:before,
.large .monstro-content-row-wrapper.has-bg-color:before {
	left: -24.375rem;
}
.narrow .monstro-list-posts-wrapper.has-bg-color:before,
.narrow .monstro-content-row-wrapper.has-bg-color:before {
	left: -30.000rem;
}

/* alignment options */
.large .align-left .monstro-list-posts-wrapper.has-bg-color:before,
.large .align-left .monstro-content-row-wrapper.has-bg-color:before,
.narrow .align-left .monstro-list-posts-wrapper.has-bg-color:before,
.narrow .align-left .monstro-content-row-wrapper.has-bg-color:before {
	left: -3.750rem;
}
.large .align-right .monstro-list-posts-wrapper.has-bg-color:before,
.large .align-right .monstro-content-row-wrapper.has-bg-color:before,
.narrow .align-right .monstro-list-posts-wrapper.has-bg-color:before,
.narrow .align-right .monstro-content-row-wrapper.has-bg-color:before {
	right: -3.750rem;
	left: auto;
}

/* boxed option */
.large .boxed .monstro-list-posts-wrapper.has-bg-color:before,
.large .boxed .monstro-content-row-wrapper.has-bg-color:before {
	width: 78.750rem;
}
.narrow .boxed .monstro-list-posts-wrapper.has-bg-color:before,
.narrow .boxed .monstro-content-row-wrapper.has-bg-color:before {
	width: 67.500rem;
}
.large .boxed .monstro-list-posts-wrapper.has-bg-color:before,
.large .boxed .monstro-content-row-wrapper.has-bg-color:before,
.narrow .boxed .monstro-list-posts-wrapper.has-bg-color:before,
.narrow .boxed .monstro-content-row-wrapper.has-bg-color:before {
	right: -3.750rem;
	left: -3.750rem;
}

.page .entry-content h2.home-page,
.page .entry-content h2.list-post-title {
	font-weight: 700;
	text-align:center;
	font-size: 2.125rem;
	position: relative;
	margin: 0 auto;
}
.page .entry-content h2.list-post-title + .monstro-grid-view {
	margin-top: 30px!important;
}
.page .entry-content p.list-post-description {
	margin: 0 auto;
	text-align: center;
	color: #9da0a4;
	position: relative;
	max-width: 50%;
}

@media only screen and (max-width : 768px) {
	.page .entry-content h2.home-page,
	.page .entry-content h2.list-post-title {
		font-size: 1.375rem;
	}
	.page .entry-content p.home-page,
	.page .entry-content p.list-post-description {
		font-size: 0.750rem;
		line-height: 1.4rem;
	}
}


/********************** Titles **********************/

h2.cat-title,
h2.entry-title,
h2.post-title {
	margin: 0 0 3.750rem;
	line-height: 1.400rem;
	font-weight: 700;
}
h2.cat-title {
	font-size: 2.250rem;
	font-weight: 700;
}
h2.post-title {
	font-size: 2.250rem;
	line-height: 2.000rem;
	font-weight: 700;
}
h2.entry-title {
	font-size: 1.750rem;
	font-weight: 700;
	margin: 0 0 1.875rem;
}
.monstro-list-view article.sticky header h2.entry-title a:before {
	content: '\E809';
	font-family: "monstrofront";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .4em;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: 0;
}

.full-width-row.blank-value {
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	margin-bottom: 60px;
}
.blank-value h2.cat-title {
	background: none;
	padding: 0;
	margin-bottom: 2.500rem;
}

.left-side-header .full-width-row.blank-value {
	background: none;
	margin-bottom: 0;
}
.left-side-header .blank-value h2.cat-title {
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	padding-bottom: 60px;
}
.left-side-header.narrow .align-left .unboxed .full-width-row {
	margin-left: 0;
	width: 100%;
}


/********************** Left side meta **********************/

header.entry-header .entry-date {
	float: left;
}
header.entry-header .entry-date a {
	color: inherit;
}
header.entry-header .entry-date a i,
header.entry-header .entry-date a em{
	font-style: normal;
	text-transform: uppercase;
	display: block;
	text-align: left;
	font-size: 0.688rem;
	margin-bottom: 5px;
}
header.entry-header .entry-date a i{
	font-size: 1.875rem;
}

@media only screen and (max-width: 480px) {
	.gallery-text{
		display: none;
	}
	.gallery-post.sly .gallery-content{
		display: block;
	}
}


/********************** Entry meta **********************/

.entry-meta {
	float: left;
	display: block;
	width: 100%;
	text-align: left;
}
.entry-meta > ul{
	margin: 0;
}
.entry-meta > ul > li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 0.688rem;
	text-transform: uppercase;
}
.entry-meta > ul > li a{
	color: inherit;
}

ul.entry-share {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: right;
}
.tags-and-sharing .large-12 ul.entry-share,
.tags-and-sharing .large-4:first-child ul.entry-share {
	text-align: left; /* case when tags are missing */
}
ul.entry-share li {
	display: inline-block;
	margin-left: 10px;
	font-size: 0.688rem;
}
ul.entry-share  li:first-child {
	margin-left: 0;
}
ul.entry-share li a {
	color: #ffffff;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	zoom: 1;
	background: transparent;
	font-size: 0.625rem;
}
ul.entry-share li a.icon-twitter{
	background-color: #48c4d2;
}
ul.entry-share li a.icon-gplus{
	background-color: #d94a39;
}
ul.entry-share li a.icon-dribbble{
	background-color: #ef5b92;
}
.ul.entry-share li a.icon-yahoo{
	background-color: #7b0099;
}
ul.entry-share li a.icon-linkedin{
	background-color: #71C5EF;
}
ul.entry-share li a.icon-facebook{
	background-color: #3b5998;
}
ul.entry-share li a.icon-delicious{
	background-color: #3274d1;
}
ul.entry-share li a.icon-tumblr{
	background-color: #3a5976;
}
ul.entry-share li a.icon-pinterest{
	background-color: #cb2027;
}
ul.entry-share li a.icon-email{
	background-color: #0bac03;
}

ul.entry-share li a:hover {
	background-color: transparent;
	color: #000000;
	-webkit-box-shadow: 0 0 1px;
	-moz-box-shadow: 0 0 1px;
	box-shadow: 0 0 1px;
}

@media only screen and (max-width: 767px) {
	ul.entry-share {
		text-align: left;
	}
}
ul li.post-like a {
	color: inherit;
	text-align: right;
	width: inherit;
	height: inherit;
	line-height: inherit;
	font-size: inherit;
	border: none;
}
ul li.post-like a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
ul li.post-like i.icon-heart{
	color: #ff8279;
}
ul li.post-like .voted i.icon-heart{
	color: #db2b1e;
}
ul.entry-categories li a:after {
	content: ", ";
}
ul.entry-categories li:last-child a:after{
	content: "";
}


/********************** List view **********************/

.monstro-list-view article {
	margin-bottom: 60px;
	margin-top: 0!important;
	padding-bottom: 60px;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
}
.monstro-list-view article:last-child {
	margin-bottom: 0;
	border: none;
}
.monstro-list-view article .featimg {
	line-height: 0;
	margin-bottom: 1.875rem;
	position: relative;
	text-align: center;
}
.monstro-list-view article .featimg img{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
.monstro-list-view article .featimg:hover img{
	position: relative;
	-webkit-transform: scale(1.05,1.07);
	-moz-transform: scale(1.05,1.07);
	transform: scale(1.05,1.07);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
.monstro-list-view article .entry-excerpt{
	margin-bottom: 30px;
}
.monstro-list-view article .entry-excerpt p {
	font-size: 0.875rem;
	line-height: 1.8em;
	margin: 0 0 30px;
}
.monstro-list-view article .entry-excerpt p:last-child {
	margin-bottom: 0;
}
.monstro-list-view a.read-more,
.monstro-grid-view a.read-more {
	text-transform: uppercase;
	position: relative;
	font-size: 0.688rem;
	display: inline-block;
	background: transparent;
	color: inherit;
	padding: 0 30px;
	line-height: 30px;
	margin: 0;
	width: auto;
	border: 1px solid;
}
.monstro-grid-view a.read-more {
	margin: 0 40px;
}
.monstro-list-view article header .featimg .entry-feat-overlay{
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .3s opacity ease-in;
	-moz-transition: .3s opacity ease-in;
	-o-transition: .3s opacity ease-in;
	-ms-transition: .3s opacity ease-in;
	transition: .3s opacity ease-in;
}
.monstro-list-view article header:hover .featimg .entry-feat-overlay{
	opacity: 1;
}
.monstro-list-view article header .featimg .entry-feat-overlay a{
	color: inherit;
}
.monstro-list-view article header .featimg .entry-feat-overlay .entry-date,
.monstro-grid-view article header .featimg .entry-feat-overlay .entry-date {
	margin: auto;
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.monstro-list-view article header .featimg .entry-feat-overlay .entry-date > a,
.monstro-grid-view article header .featimg .entry-feat-overlay .entry-date > a {
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	text-indent: -9999px;
	font-size: 30px;
	position: relative;
}
.monstro-list-view article.type-post header .featimg .entry-feat-overlay .entry-date > a{
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	line-height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
}
.monstro-list-view article.type-post header .featimg .entry-feat-overlay .entry-date > a:before,
.monstro-grid-view .type-post header .featimg .entry-feat-overlay .entry-date > a:before {
	font-family: "monstrofront";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	position: absolute;
	text-indent: 0;
	top:50%;
	left: 0;
	right: 0;
	margin-top: -25px;
}
.monstro-grid-view .type-post header .featimg .entry-feat-overlay .entry-date > a:before {
	top: auto;
	margin-top: 0;
}
.monstro-list-view article.type-post.format-standard header .featimg .entry-feat-overlay .entry-date > a:before,
.monstro-grid-view .type-post.format-standard header .featimg .entry-feat-overlay .entry-date > a:before {
	content: '\E817';
}
.monstro-list-view article.type-post.format-image header .featimg .entry-feat-overlay .entry-date > a:before,
.monstro-grid-view .type-post.format-image header .featimg .entry-feat-overlay .entry-date > a:before {
	content: '\E80B';
}
.monstro-list-view article.type-post.format-video header .featimg .entry-feat-overlay .entry-date > a:before,
.monstro-grid-view .type-post.format-video header .featimg .entry-feat-overlay .entry-date > a:before {
	content: '\25B6';
}
.monstro-list-view article.type-post.format-audio header .featimg .entry-feat-overlay .entry-date > a:before,
.monstro-grid-view .type-post.format-audio header .featimg .entry-feat-overlay .entry-date > a:before {
	content: '\E80A';
}
.monstro-list-view article.type-post.format-gallery header .featimg .entry-feat-overlay .entry-date > a:before,
.monstro-grid-view .type-post.format-gallery header .featimg .entry-feat-overlay .entry-date > a:before {
	content: '\E80F';
}
.monstro-list-view article.type-post.format-quote header .featimg .entry-feat-overlay .entry-date > a:before,
.monstro-grid-view .type-post.format-quote header .featimg .entry-feat-overlay .entry-date > a:before {
	content: '\275E';
}
.monstro-list-view article.type-post.format-link header .featimg .entry-feat-overlay .entry-date > a:before,
.monstro-grid-view .type-post.format-link header .featimg .entry-feat-overlay .entry-date > a:before {
	content: '\1F4CE';
}
.monstro-list-view article.type-video header .featimg .entry-feat-overlay .entry-date > a {
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.monstro-list-view article.type-video header .featimg .entry-feat-overlay .entry-date > a:before,
.monstro-list-view article.type-gallery header .featimg .entry-feat-overlay .entry-date > a:before {
	font-family: "monstrofront";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	margin-top: -40px;
	margin-left: -40px;
	text-indent: 0;
}
.monstro-list-view article.type-video header .featimg .entry-feat-overlay .entry-date > a:before {
	content: '\25B6';
	text-indent: 6px;
	border: 2px solid;
	font-size: 120%;
}
.monstro-list-view article.type-gallery header .featimg .entry-feat-overlay .entry-date > a:before {
	content: '\E80F';
}

.monstro-list-view article header.entry-header h2.entry-title {
	text-align: center;
}
.monstro-list-view article header .entry-category {
	z-index: 9;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 1;
	text-align: right;
}
.monstro-list-view article header .entry-category a {
	color: inherit;
	font-size: 0.688rem;
	text-transform: uppercase;
	padding: 8px 12px;
	background: #ffffff;
	float: left;
	line-height: inherit;
}
.monstro-list-view article header.entry-header .post-meta-container {
	margin: 0 auto 5px;
}
.monstro-list-view article header.entry-header .post-meta-container .post-meta {
	text-align: center;
	float: none;
	margin: 0;
}
.monstro-list-view article footer.entry-footer {
	text-align: center;
}


@media only screen and (max-width : 768px) {
	.monstro-list-view article {
		margin-bottom: 1.875rem;
		padding-bottom: 1.875rem;
	}
	.monstro-list-view article h2.entry-title {
		font-size: 1.125rem;
	}
	.monstro-list-view article .featimg,
	.monstro-list-view article h2.entry-title,
	.monstro-list-view article .entry-excerpt {
		margin-bottom: 1.000rem;
	}
	.monstro-list-view article.type-video header .featimg .entry-feat-overlay .entry-date > a:before {
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-top: -25px;
		margin-left: -25px;
		font-size: 70%;
	}
}


/********************** Grid view **********************/

.monstro-grid-view article {
	margin-bottom: 60px;
}

/* clear last column */

.monstro-grid-view > .columns.large-6:nth-child(2n+3){
	clear: left;
}
.monstro-grid-view > .columns.large-4:nth-child(3n+4){
	clear: left;
}
.monstro-grid-view > .columns.large-3:nth-child(4n+5){
	clear: left;
}
.monstro-grid-view [class*="column"]+[class*="column"]:last-child {
	float: left;
}


.monstro-thumb-view > .columns.large-6:nth-child(2n+3){
	clear: left;
}
.monstro-thumb-view > .columns.large-4:nth-child(3n+4){
	clear: left;
}
.monstro-thumb-view > .columns.large-3:nth-child(4n+5){
	clear: left;
}
.monstro-thumb-view [class*="column"]+[class*="column"]:last-child {
	float: left;
}


.monstro-grid-view article .featimg{
	position: relative;
	margin: 0;
}
.monstro-grid-view article .featimg img{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
.monstro-grid-view article .featimg:hover img{
	position: relative;
	-webkit-transform: scale(1.05,1.07);
	-moz-transform: scale(1.05,1.07);
	transform: scale(1.05,1.07);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
.monstro-grid-view article .featimg .entry-feat-overlay a{
	color: inherit;
}

.monstro-grid-view article section.entry-content {
	position: relative;
	z-index: 2;
	background: #ffffff;
	margin: -30px 20px 0 20px;
	padding: 20px 20px 0;
}

.monstro-grid-view article .entry-date{
	font-size: 0.625rem;
	line-height: 1;
	margin: 0 0 5px;
	text-transform: uppercase;
	float: left;
}
.monstro-grid-view article .entry-date a{
	color: inherit;
}

.monstro-grid-view article .entry-categories{
	list-style-type: none;
	line-height: 1!important;
	margin: 0 0 5px;
	padding: 0;
	font-size: 0.625rem!important;
	text-transform: uppercase;
}
.monstro-grid-view article .entry-categories:before{
	content: "\e80e";
	font-family: "monstrofront";
	display: inline-block;
	margin: 0 5px;
}
.monstro-grid-view article .entry-categories li {
	display: inline-block;
	color: inherit;
}
.monstro-grid-view article .entry-categories li a {
	color: inherit;
}

.monstro-grid-view article h2.entry-title {
	font-size: 1.375rem;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.8rem;
	display: block;
	clear: both;
}
.monstro-grid-view article h2.entry-title a {
	display: block;
}
.monstro-grid-view article h2.entry-title:after {
	background: #000;
	content: "";
	display: block;
	margin-top: 15px;
	height: 1px;
	width: 60px;
}
.monstro-grid-view article .entry-excerpt{
	margin-bottom: 1.875rem;
}
.page .monstro-grid-view article .entry-excerpt p,
.monstro-grid-view article .entry-excerpt p{
	font-size: 0.875rem;
	line-height: 1.8em;
	margin: 0;
}

.monstro-grid-view article header .featimg .entry-feat-overlay{
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .3s opacity ease-in;
	-moz-transition: .3s opacity ease-in;
	-o-transition: .3s opacity ease-in;
	-ms-transition: .3s opacity ease-in;
	transition: .3s opacity ease-in;
}
.monstro-grid-view article header .featimg a {
	line-height: inherit;
}
.monstro-grid-view article header:hover .featimg .entry-feat-overlay{
	opacity: 1;
}
.monstro-grid-view article header .featimg .entry-feat-overlay a{
	color: inherit;
}
.monstro-grid-view .type-gallery article header .featimg .entry-feat-overlay .entry-date > a:before,
.monstro-grid-view .type-video article header .featimg .entry-feat-overlay .entry-date > a:before{
	font-family: "monstrofront";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	position: absolute;
	text-indent: 5px;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
.monstro-grid-view .type-gallery article header .featimg .entry-feat-overlay .entry-date > a:before{
	content: '\E80F';
	font-size: 120%;
	text-indent: 0;
}
.monstro-grid-view .type-video article header .featimg .entry-feat-overlay .entry-date > a:before{
	content: '\25B6';
	border: 2px solid;
	font-size: 90%;
}

@media only screen and (max-width : 768px) {
	.monstro-grid-view article {
		margin-bottom: 1.875rem;
	}
	.monstro-grid-view article section.entry-content {
		margin:20px 0 0;
		padding: 0;
	}
	.monstro-grid-view article h2.entry-title {
		font-size: 1.125rem;
		margin: 0 0 15px;
	}
	.monstro-grid-view article .entry-excerpt {
		margin-bottom: 1.000rem;
	}
	.monstro-grid-view a.read-more {
		margin: 0;
	}
	.monstro-grid-view.no-gutter a.read-more {
		margin: 0 0 30px;
	}
}

/********************** Thumb view **********************/

.monstro-thumb-view{
	clear: both;
}
.monstro-thumb-view article{
	margin-bottom: 60px;
	position: relative;
}
.monstro-thumb-view.no-gutter article,
.monstro-grid-view.no-gutter article{
	margin-bottom: 0;
}
.monstro-thumb-view.no-gutter,
.monstro-grid-view.no-gutter,
body #wrapper.align-left .row.monstro-thumb-view.no-gutter,
body #wrapper.align-left .row.monstro-grid-view.no-gutter,
body #wrapper.align-right .row.monstro-thumb-view.no-gutter,
body #wrapper.align-right .row.monstro-grid-view.no-gutter {
	margin: 0 0 60px!important;
}
.monstro-thumb-view.no-gutter > .columns,
.monstro-grid-view.no-gutter > .columns{
	padding: 2px;
	margin-bottom: 0;
}
.single .monstro-thumb-view article .featimg,
.monstro-thumb-view article .featimg,
body.full-width.page .monstro-thumb-view article .featimg{
	margin-bottom: 0;
}
.monstro-thumb-view.title-below article .featimg{
	margin-bottom: 15px;
}
.monstro-thumb-view article .entry-content-holder {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	-webkit-transition: bottom 250ms ease;
	-moz-transition: bottom 250ms ease;
	-o-transition: bottom 250ms ease;
	-ms-transition: bottom 250ms ease;
	transition: bottom 250ms ease;
}
.monstro-thumb-view a.read-more:hover+div {
	bottom: 45px;
}
.monstro-thumb-view .large-3 article .entry-content-holder {
	bottom: 15px;
}
.monstro-thumb-view .large-3 a.read-more:hover+div {
	bottom: 30px;
}
.monstro-thumb-view article .entry-author,
.monstro-thumb-view article .entry-date{
	font-size: 0.625rem;
	line-height: 1;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	color: #9da0a4;
}
.monstro-thumb-view article .entry-author:not(:last-child):after{
	content: "\e80e";
	font-family: "monstrofront";
	display: inline-block;
	margin: 0 5px;
}
.monstro-thumb-view article h2 a{
	color: #ffffff;
	display: block;
}
.monstro-thumb-view article section{
	overflow: hidden;
	position: absolute;
	top: 0;
	/*left: -100%;*/
	text-align: left;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0) 50%);
}
.monstro-thumb-view article i.icon-video{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 2px solid;
	color: #ffffff;
	border-radius: 50%;
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
}
.monstro-thumb-view article i.icon-video:before{
	text-indent: 4px;
}
.monstro-thumb-view article{
	overflow: hidden;
}
.monstro-thumb-view article section h2{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	line-height: 1.4rem;
	font-size: 1.250rem;
	margin-bottom: 0;
}
.narrow .monstro-thumb-view .large-3 article section h2{
	font-size: 1em;
}
.full-width .monstro-thumb-view .large-3 article section h2{
	font-size: 1.5em;
}
.monstro-thumb-view article .featimg img{
	margin: 0;
	width: 100%;
	height: auto;
}
.monstro-thumb-view a.read-more{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-indent: -999em;
	z-index: 9;
}
.narrow .monstro-thumb-view .video.large-3 a.read-more{
	display: none;
}
@media only screen and (max-width : 768px) {
	.monstro-thumb-view.no-gutter,
	.monstro-grid-view.no-gutter,
	body #wrapper.align-left .row.monstro-thumb-view.no-gutter,
	body #wrapper.align-left .row.monstro-grid-view.no-gutter,
	body #wrapper.align-right .row.monstro-thumb-view.no-gutter,
	body #wrapper.align-right .row.monstro-grid-view.no-gutter {
		margin: 0 0 30px!important;
	}
	.monstro-thumb-view article .entry-content-holder {
		bottom: 10px;
	}
	.monstro-thumb-view a.read-more:hover+div,
	.monstro-thumb-view .large-3 a.read-more:hover+div {
		bottom: 25px;
	}
	.monstro-thumb-view article section h2 {
		padding: 0 15px;
		font-size: 0.875rem;
		line-height: 1.200rem;
	}
	.monstro-thumb-view article .entry-author:not(:last-child):after {
		margin: 0 2px;
	}
	.monstro-thumb-view article i.icon-video {
		margin-bottom: 10px;
	}
	.monstro-thumb-view article .entry-author,
	.monstro-thumb-view article .entry-date{
		font-size: 0.563rem;
	}

}


/********************** Mosaic view **********************/

.row.monstro-mosaic-view,
.monstro-mosaic-view {
	/*display: inline-block;*/
	margin-bottom: 60px;
}
article section.entry-content .monstro-list-posts-wrapper .row.monstro-mosaic-view {
	margin-bottom: 30px;
}
.am-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.jMosaic-selector {
	clear: both;
	position: relative;
}
.jMosaic-selector > .jMosaic-item {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	width: auto;
	z-index: 10;
}
.jMosaic-selector > .jMosaic-item img{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
.jMosaic-selector > .jMosaic-item:hover img{
	-webkit-transform: scale(1.05,1.07);
	-moz-transform: scale(1.05,1.07);
	transform: scale(1.05,1.07);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}

.monstro-mosaic-view .jMosaic-selector a section, #galleria.jMosaic-selector .jMosaic-item section{
	opacity: 0;
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: .3s opacity ease-in;
	-moz-transition: .3s opacity ease-in;
	-o-transition: .3s opacity ease-in;
	-ms-transition: .3s opacity ease-in;
	transition: .3s opacity ease-in;
	top: 0;
}
.monstro-mosaic-view .jMosaic-selector a:hover section,
#galleria.jMosaic-selector .jMosaic-item:hover section {
	opacity: 1;
}
.monstro-mosaic-view a section .entry-date{
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 0.625rem;
	line-height: 1rem;
	margin: 30px 0 0;
	text-align: left;
}
.monstro-mosaic-view a section .entry-title,
.mosaic .jMosaic-item section .entry-title {
	font-size: 1.125rem;
	line-height: 1.4rem;
	position: relative;
	padding: 0 30px;
	margin: 0;
	text-align: left;
}
.mosaic .jMosaic-item section .entry-title {
	padding: 30px;
}

.box {
	float: left;
	background-color: #eaeaea;
	position: relative;
	overflow: hidden;
}
.filler {
	background-color: #eaeaea;
	float: left;
	position: relative;
}

.camera_wrap iframe{
	width: 100%;
	height: 100%;
	display: none;
}


/********************** Single blog-post **********************/

.single .post-meta-container .post-meta,
.page .post-meta-container .post-meta {
	margin-bottom: 0;
	float: none;
	text-align: center; /* This must be overriden when classic featured image with sidebar */
}
.single .post-meta-container .post-meta li,
.single .post-meta-container .post-meta li a {
	color: inherit;
}

.monstro-list-view .entry-meta {
	background: none;
	padding-top: 0;
	margin-top: 0;
}
.monstro-list-view .left-side {
	padding-top: 0;
}
.monstro-list-view ul.entry-share{
	text-align: left;
	float: left;
	background: none;
	padding-top: 0;
	margin-top: 0;
}
.monstro-list-view ul.entry-share:after{
	content: "\e80e";
	font-family: "monstrofront";
	display: inline-block;
	margin: 0 5px;
}

@media only screen and (max-width: 768px) {
	.monstro-list-view .left-side {
		padding-bottom: 1.000rem;
	}
	.monstro-list-view .entry-meta {
		padding-top: 1.000rem!important;
	}
}
@media only screen and (max-width: 767px) {
	.monstro-list-view .left-side,
	.monstro-list-view .entry-meta {
		float: left;
		width: 49%;
		padding: 0;
		margin: 0;
		border: none;
	}
}


/*------*/
.single article .entry-content ol,
.single article .entry-content ul {
	font-size: 0.875rem;
	line-height: 1.750rem;
}
.single article {
	position: relative;
}
.single article .content-wrapper header.entry-header {
	position: relative;
	display: inline-block;
}
.single article .content-wrapper .featimg {
	line-height: 0;
	margin-bottom: 1.750rem;
	position: relative;
	text-align: center;
}


/* Embed instead of featimg */
/*
.single article .featimg.embed {
	width: 100%;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.single article .featimg.embed iframe,
.single article .featimg.embed object,
.single article .featimg.embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/


/* Modern featured image case */
.left-side-header.single.single-gallery section#main .main-container,
.left-side-header.single.single-video section#main .main-container,
.left-side-header.single.single-post section#main .main-container.modern-featimg{
	top: -30px;
}
.single .modern-featimg article .title-wrapper,
.page article.has-post-thumbnail .title-wrapper {
	position: absolute;
	top: -240px;
	text-align: center;
	z-index: 2;
	width: 100%;
	left: 0;
	right: 0;
}
.single .modern-featimg article .title-wrapper .post-title,
.single .modern-featimg article .title-wrapper .post-meta-container,
.page article.has-post-thumbnail .title-wrapper .post-title,
.page article.has-post-thumbnail .title-wrapper .post-meta-container {
	color: #ffffff;
}
.single .modern-featimg .large-9 article .title-wrapper,
.page .large-9 article.has-post-thumbnail .title-wrapper{
	width: calc(100% + 25% + 5.625rem); /* 100% of large-9 + 25% of sidebar + 3 gutters x 1.875 */
	text-align: center;
}
.single .modern-featimg article .title-wrapper h2.post-title,
.page article.has-post-thumbnail .title-wrapper h2.post-title {
	margin-top: inherit!important;
	font-size: 2.500rem;
}
.single .modern-featimg .large-9 .post-meta-container .post-meta,
.page article.has-post-thumbnail .post-meta-container .post-meta {
	text-align: center;
}
.single .modern-featimg article .title-wrapper a,
.single .modern-featimg article .title-wrapper h2.post-title a,
.page article.has-post-thumbnail .title-wrapper h2.post-title {
	color: #ffffff;
}
.single .modern-featimg .left-content,
.single .modern-featimg .left-sidebar,
.single .modern-featimg .right-sidebar,
.page .modern-featimg .left-content,
.page .modern-featimg .left-sidebar,
.page .modern-featimg .right-sidebar {
	position: relative;
	margin-top: 90px;
}
.single article .title-wrapper,
.page article .title-wrapper {
	text-align: center;
}

.page.fixed-slideshow-yes article .title-wrapper {
	margin-top: 30px;
}
.page.fixed-slideshow-yes .page-without-title article .title-wrapper {
	display: none;
}


/********************** Single nice things **********************/

span.single-delimiter{
	position: relative;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0 auto 30px;
}
span.single-delimiter i.icon-delimiter{
	opacity: 0.15;
}
.single.single-post span.single-delimiter i.icon-delimiter,
.single.single-gallery span.single-delimiter i.icon-delimiter,
.single.single-video span.single-delimiter i.icon-delimiter {
	border: 1px solid;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 34px;
	display: inline-block;
}
span.single-delimiter:before,
span.single-delimiter:after{
	content: '';
	position: absolute;
	width: 48%;
	top: 49%;
	height: 1px;
}
.single.single-post span.single-delimiter:before,
.single.single-gallery span.single-delimiter:before,
.single.single-video span.single-delimiter:before,
.single.single-post span.single-delimiter:after,
.single.single-gallery span.single-delimiter:after,
.single.single-video span.single-delimiter:after {
	width: 46%;
}
span.single-delimiter:before{
	left: 0;
	background: -moz-linear-gradient(left,transparent 0%,rgba(0,0,0,0.06) 50%,rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,transparent),color-stop(50%,rgba(0,0,0,0.06)),color-stop(100%,rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(left,transparent 0%,rgba(0,0,0,0.06) 50%,rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(left,transparent 0%,rgba(0,0,0,0.06) 50%,rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(left,transparent 0%,rgba(0,0,0,0.06) 50%,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to right,transparent 0%,rgba(0,0,0,0.06) 50%,rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#33000000',GradientType=1);
}
span.single-delimiter:after{
	right: 0;
	background: -moz-linear-gradient(left,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.06) 50%,transparent 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,0.2)),color-stop(50%,rgba(0,0,0,0.14)),color-stop(100%,transparent));
	background: -webkit-linear-gradient(left,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.06) 50%,transparent 100%);
	background: -o-linear-gradient(left,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.06) 50%,transparent 100%);
	background: -ms-linear-gradient(left,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.06) 50%,transparent 100%);
	background: linear-gradient(to right,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.06) 50%,transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000',endColorstr='#00ffffff',GradientType=1);
}

article.type-post.format-standard span.single-delimiter .icon-delimiter:before {
	content: '\E817';
}
article.type-post.format-image span.single-delimiter .icon-delimiter:before {
	content: '\E80B';
}
article.type-post.format-video span.single-delimiter .icon-delimiter:before,
article.type-video.video span.single-delimiter .icon-delimiter:before {
	content: '\25B6';
}
article.type-post.format-audio span.single-delimiter .icon-delimiter:before {
	content: '\E80A';
}
article.type-post.format-gallery span.single-delimiter .icon-delimiter:before,
article.type-gallery.gallery span.single-delimiter .icon-delimiter:before {
	content: '\E80F';
}
article.type-post.format-quote span.single-delimiter .icon-delimiter:before {
	content: '\275E';
}
article.type-post.format-link span.single-delimiter .icon-delimiter:before {
	content: '\1F4CE';
}

.single .modern-featimg article span.single-delimiter,
.page .modern-featimg article span.single-delimiter {
	top: 95px;
}
.single .modern-featimg .large-9 article span.single-delimiter,
.page .modern-featimg .large-9 article span.single-delimiter {
	width: calc(100% + 3.750rem);
	left: -1.875rem;
}
.single .left-content.large-12 article span.single-delimiter {
	width: 64.9%; /* large-8 width */
}
.single .modern-featimg .left-content.large-12 article span.single-delimiter {
	width: 68.5%; /* large-8 width */
}


/* Media queries */
@media only screen and (max-width : 1024px) {
	.single .modern-featimg .large-9 article .title-wrapper {
		width: 100%;
	}
	.single .modern-featimg article .title-wrapper h2.post-title {
		font-size: 2.000rem;
		line-height: 2.000rem;
	}
	.single .modern-featimg article .post-meta-container {
		margin-top: -50px;
	}
	.single .left-content.large-12 article span.single-delimiter,
	.single .modern-featimg .left-content.large-12 article span.single-delimiter {
		width: 100%;
	}
}
@media only screen and (max-width : 768px) {
	.single .modern-featimg article .title-wrapper,
	.page article.has-post-thumbnail .title-wrapper {
		top: -215px;
		left: -30px;
		right: -30px;
		width: auto;
	}
	.single .modern-featimg article .title-wrapper h2.post-title {
		font-size: 1.625rem;
	}
	.single .modern-featimg article .title-wrapper a,
	.single .modern-featimg article .title-wrapper h2.post-title a {
		color: inherit;
	}
	.post-meta-container .post-meta li {
		line-height: 0.625rem;
	}
}
@media only screen and (max-width : 480px) {
	.single .modern-featimg .left-content,
	.single .modern-featimg .left-sidebar,
	.single .modern-featimg .right-sidebar,
	.page .modern-featimg .left-content,
	.page .modern-featimg .left-sidebar,
	.page .modern-featimg .right-sidebar {
		margin-top: 60px;
	}
	.single .modern-featimg article span.single-delimiter,
	.page .modern-featimg article span.single-delimiter {
		top: 45px;
	}
}


/* Sidebar case */
.single .large-9 article .title-wrapper,
.single .large-9 .post-meta-container .post-meta {
	text-align: left;
}

.page article .entry-content,
.page article .post-content,
.single article .entry-content,
.single article .post-content {
	margin: 0 0 1.875rem;
}
.page article .entry-content p,
.page article .post-content p,
.single article .entry-content p,
.single article .post-content p,
.archive article .entry-excerpt p{
	position: relative;
	font-size: 0.875rem;
	line-height: 1.8rem;
	margin: 0 0 1.875rem;
}
.page article .entry-content p:last-child,
.page article .post-content p:last-child,
.single article .entry-content p:last-child,
.single article .post-content p:last-child {
	margin: 0;
}

blockquote {
	padding: 0 0 0 1.875rem;
	margin-bottom: 1.875rem;
}

/********************** Author post box **********************/

.post-author-box{
	padding: 30px 0;
	margin: 0;
	width: 100%;
	display: inline-block;
	font-size: 0.750rem;
	border-top: 1px dotted rgba(0,0,0,0.1);
}
.post-author-box:after{
	content: '';
	display: table;
	clear: both;
}
.post-author-box > a{
	max-width: 80px;
	margin: 0 30px 0 0;
	float: left;
	display: inline-block;
}
.post-author-box img{
	border-radius: 50%;
}
.post-author-box > .author-title{
	margin: 0 0 15px;
	font-weight: 700;
}
.post-author-box > .author-title a{
	color: inherit;
}
.post-author-box .author-box-info{
	line-height: 1.8;
	padding-left: 110px;
}


/********************** Related posts box **********************/

.related-box{
	padding: 0 0 60px 0;
}
.related-box h3#related-title{
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.related-box h3#related-title span{
	padding: 0 15px 0;
	position: relative;
	display: inline-block;
	z-index: 2;
	width: 40%;
	text-transform: uppercase;
	font-size: 1.125rem;
}
.related-box h3#related-title:before {
	display: block;
	content: '';
	position: absolute;
	height: 1px;
	width: 30%;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	top: 49%;
	left: 0;
	z-index: 1;
}
.related-box h3#related-title:after {
	display: block;
	content: '';
	position: absolute;
	height: 1px;
	width: 30%;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	top: 49%;
	right: 0;
	z-index: 1;
}
.single-gallery .related-box .entry-header {
	margin: 0;
}
.related-box .monstro-thumb-view .columns.large-3:nth-child(4n+5),
.related-box .monstro-thumb-view .columns.large-6:nth-child(2n+3),
.related-box .monstro-thumb-view .columns.large-4:nth-child(3n+4){
	clear: none;
}
.related-box .monstro-thumb-view article {
	margin-bottom: 0;
}
.related-box .monstro-thumb-view article h2{
	font-size: 1.000rem;
}
.related-box .monstro-thumb-view article .entry-excerpt{
	margin-bottom: 0;
}
.related-box .monstro-thumb-view article .entry-footer{
	display: none;
}
.related-box .monstro-thumb-view article .entry-content{
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0) 50%);
}
.related-box .monstro-thumb-view article .entry-content p{
	font-size: 0.750rem;
}
@media only screen and (max-width : 768px) {
	.related-box .monstro-thumb-view article .entry-excerpt {
		display: none;
	}
	.related-box .monstro-thumb-view article h2 {
		margin-bottom: 0;
		font-size: 0.875rem;
	}
	.related-box .monstro-thumb-view article h2.entry-title:after {
		background: none;
		margin-top: 0;
	}
}


/********************** Page **********************/

.page .featimg {
	/*margin-bottom: 60px;*/
}
.page.narrow .align-left .unboxed .template-featimg {
	margin-left: 30px;
	width: calc(100% - 60px);
}
.page .featimg .post-title,
.back-to-posts {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.page .featimg .post-title h2,
.back-to-posts h2 {
	font-size: 2.250em;
	padding: 15px 0;
	margin: 0 auto;
	max-width: 60%;
	color: #FFFFFF;
	text-align: center;
}
.page .post-title h2,
.archive .post-title h2 {
	margin: 0 0 3.750rem;
	font-size: 2.250rem;
	line-height: 2.000rem;
	font-weight: 700;
}
.blog h2.cat-title{
	text-align: center;
	margin-top: 30px;
}
.post-meta-container {
	float: left;
	width: 100%;
}
.single-gallery .post-meta-container,
.single-video .post-meta-container,
.single .post-meta-container,
.page .post-meta-container {
	margin-top: -50px;
}

@media only screen and (max-width: 768px) {
	.single-gallery .post-meta-container,
	.single-video .post-meta-container,
	.single .post-meta-container,
	.page .post-meta-container {
		margin-top: -60px;
	}
}
.post-meta-container ul:nth-child(2) {
	float: right;
	width: auto;
}
.post-meta-container .post-meta{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 30px;
	float: left;
}
.post-meta-container .post-meta li{
	display: inline-block;
	font-size: 0.625rem;
	text-transform: uppercase;
	color: inherit;
	margin: 0;
}
.post-meta-container .post-meta li a{
	color: inherit;
}
.post-meta-container .post-meta li:not(:last-child):after{
	content: "\e80e";
	font-family: "monstrofront";
	display: inline-block;
	margin: 0 5px;
}
.post-meta-container .post-meta li ul{
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.page article .entry-content ul {
	font-size: 0.750rem;
	line-height: 1.8rem;
}


/********************** Social icons **********************/

.socialicons > ul.monstro-social{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
.widget .socialicons {
	float: left;
}
.socialicons > ul.monstro-social > li {
	display: inline-block;
}
.socialicons > ul.monstro-social > li > a {
	background-color: #ffffff;
	color: #000000;
	display: block;
	height: 32px;
	line-height: 32px;
	margin-bottom: 0;
	text-align: center;
	transition: all 200ms linear 0s;
	width: 32px;
	border-radius: 50%;
	padding: 0;
}
.socialicons > ul.monstro-social > li > a:hover {
	box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: #FFFFFF;
}
.socialicons>ul.monstro-social>li>a.rss:hover{
	background-color: #f69400;
}
.socialicons>ul.monstro-social>li a.twitter:hover{
	background-color: #48c4d2;
}
.socialicons>ul.monstro-social>li>a.gplus:hover{
	background-color: #d94a39;
}
.socialicons>ul.monstro-social>li>a.dribbble:hover{
	background-color: #ef5b92;
}
.socialicons>ul.monstro-social>li>a.yahoo:hover{
	background-color: #7b0099;
}
.socialicons>ul.monstro-social>li>a.linkedin:hover{
	background-color: #71C5EF;
}
.socialicons>ul.monstro-social>li>a.skype:hover{
	background-color: #18b7f1;
}
.socialicons>ul.monstro-social>li>a.fb:hover{
	background-color: #3b5998;
}
.socialicons>ul.monstro-social>li>a.yt:hover{
	background-color: #C4302B;
}
.socialicons>ul.monstro-social>li>a.vimeo:hover{
	background-color: #44bbff;
}
.socialicons>ul.monstro-social>li>a.delicious:hover{
	background-color: #3274d1;
}
.socialicons>ul.monstro-social>li>a.tumblr:hover{
	background-color: #3a5976;
}
.socialicons>ul.monstro-social>li>a.pinterest:hover{
	background-color: #cb2027;
}
.socialicons>ul.monstro-social>li>a.flickr:hover{
	background-color: #FF0084;
}
.socialicons>ul.monstro-social>li>a.email:hover{
	background-color: #0bac03;
}
.socialicons>ul.monstro-social>li>a.instagram:hover{
	background-color: #634d40;
}
.socialicons>ul.monstro-social>li>a>i{
}
.socialicons>ul.monstro-social>li>a>i:before{
	line-height: inherit;
	font-size:84%;
	width: auto;
}

/* Hamburger menu socialicons */
.mp-menu .socialicons.fr {
	float: none;
	display: inline-block;
	margin: 1.875rem auto 0;
	text-align: center;
	width: 100%;
}
.mp-menu .socialicons > ul.monstro-social > li > a {
	background: transparent;
	color: inherit;
}


/* Default Wordpress styles */

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	max-height: 100%;
}
.single .entry-content img{
	max-height: none;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
pre, code {
	clear: both;
	overflow: auto;
	margin: 1.750rem 0;
	white-space: pre;
	color: inherit;
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent sPtretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1em;
}
p img,
.wp-caption {
	margin: 0;
}
.wp-caption {
	position: relative;
	margin-bottom: 1.875rem;
	max-width: 100%;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.wp-caption .wp-caption-text,
p.wp-caption-text {
	background: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	margin: 0;
	padding: 2px 15px 2px 25px;
}
.wp-caption .wp-caption-text:before,
p.wp-caption-text:before {
	font-size: 1.375em;
	content: '\201C';
	left: 10px;
	position: absolute;
}

.gallery {
	margin: 0;
}
.gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	padding-right: 2%;
	width: 23%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

.error404 article{
	display: inline-block;
	margin: 0 0 60px;
}
.search-back-button {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	padding: 10px 15px;
	float: left;
}
.search-back-button:hover{
	color: #FFFFFF;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
	padding: 0;/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: none;
}
.wp-caption img {
	border-color: transparent;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.gallery .gallery-icon a:focus img,
.gallery .gallery-icon a:hover img,
.gallery .gallery-icon a:active img {
	border-color: #bbb;/* Add some useful style to those fancy borders for linked images ... */
	background: transparent;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	border-color: transparent;/* ... including captioned images! */
	background: transparent;
}


/*==================== Start: Recommended Isotope styles =======================*/

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:      -o-transform, opacity;
	transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* ===================End: Recommended Isotope styles =========================*/

/* Splitter */
.splitter, .thumbs-splitter {
	margin: 0;
	list-style-type: none;
	text-align: left;
}
.splitter li, .thumbs-splitter li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 30px;
	padding-left: 5px;
	line-height: 24px;
	text-transform: uppercase;
}
.splitter li:first-child, .thumbs-splitter li:first-child {
	padding-left: 0;
	border-left: none;
}
.splitter li a, .thumbs-splitter li a {
	padding: 4px 10px;
	font-size: 1em;
	line-height: 25px;
	height: 24px;
}

.splitter li.selected a, .thumbs-splitter li.selected a, .thumbs-splitter li a.selected{
	background: #000;
	color: #FFF;
}

/* EOF Splitter */

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Floated content doesn't work well at this size */
.alignleft,
.alignright {
	display: block;
	float: none;
	margin-right: 0;
	margin-left: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
dl.gallery-item {
	margin: 0;
	position: relative;
}

.gallery-caption {
	background: #ffffff;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 9;
	margin: 0;
	padding: 2px 15px 2px 25px;
}

.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}

.sticky{}
.bypostauthor {}



/*---------- General ----------*/
.clear{
	clear:both;
}

.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

a img{
	border:0;
}

fieldset{
	border: 0;
	padding: 0;
}

span.meta-likes{
	cursor: pointer;
}

span.meta-likes em{
	font-size: 24px;
	display: inline-block;
	font-style: normal;
	color: #eb4c4c;
	margin-left: -2px;
	margin-top: 2px;
}

span.meta-likes:hover em{
	color: red;
}

a.voted.meta-likes em{
	color: #DB2B1E;
}

span.meta-likes i{
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.875rem;
	line-height: 24px;
	font-style: normal;
	vertical-align: middle;
	margin-left: -3px;
	margin-top: -9px;
}


/* Form elements */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus {
	border-radius: inherit;
	color: inherit;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: none;
	border: 1px solid;
	background-color: transparent;
}
textarea,
select {
	background-color: transparent;
	border-radius: inherit;
	color: inherit;
	box-shadow: none;
	border: 1px solid;
}
label {
	color: inherit;
}
input[type="submit"],
button,
input[type="button"]{
	border-radius: 0;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 0.750rem;
	border: 1px solid;
	padding: 0 30px;
	background: transparent;
}
.form-submit.submit input[type="submit"],
button,
input[type="button"]{
	margin-left: 0;
}
.hidden{
	display:none;
}


/* Social icons */

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.header_style2 .socialicons{
		float: none;
		clear: both;
		text-align: center;
		margin: 0;
	}
	.logo{
		clear: both;
		/*margin-bottom: 30px;*/
		text-align: center;
	}
	.header_style1 .socialicons {
		float: none;
		clear: both;
		text-align: center;
		margin: 0;
	}
}

/*---------- End - General ----------*/


/* ---------- Main Section ---------- */

.main-container > .right-sidebar,
.main-container > .left-sidebar{
	padding: 0 15px;
}

.zoom-image {
	position: absolute;
	bottom:0;
	right:0;
	top:0;
	z-index: 999;
	width: 36px;
	height: 36px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
	-webkit-transition-duration: opacity 0.3s ease-in 0s;
	-moz-transition-duration: opacity 0.3s ease-in 0s;
	-ms-transition-duration: opacity 0.3s ease-in 0s;
	-o-transition-duration: opacity 0.3s ease-in 0s;
	transition-duration: opacity 0.3s ease-in 0s;
}
.frame .zoom-image{
	top: 0;
	bottom: auto;
}
.frame .zoom-image a,
.featimg .zoom-image a,
.galleria-image .zoom-image a,
.mosaic-item .zoom-image a {
	display: block;
	text-indent: -9999px;
	line-height: 36px;
	width: 36px;
}
.featimg .zoom-image a:before {
	position: absolute;
	text-indent: 0;
	right: 10px;
	bottom: 0;
	color: #FFFFFF;
	content: '\1f50d';
	font-family: "monstrofront";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	opacity: 1;
	font-variant: normal;
	text-transform: none;
	font-size: 140%;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.frame .zoom-image a:before, article.gallery.classic .zoom-image a:before, .jMosaic-item .zoom-image a:before,
div.galleria-image a:before {
	position: absolute;
	text-indent: 0;
	right: 10px;
	top: 0;
	color: #FFFFFF;
	content: '\1f50d';
	font-family: "monstrofront";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	opacity: 1;
	font-variant: normal;
	text-transform: none;
	font-size: 140%;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.entry-header .featimg:hover > .zoom-image, .flexslider .slides li:hover > .zoom-image,
article.gallery.classic li:hover>.zoom-image, .jMosaic-item:hover>.zoom-image, div.galleria-image>.zoom-image{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
	top:0;
}


.relative { position: relative; }

/* Posts  */
.featimg{
	overflow: hidden;
	line-height: 0;
}

article.thumb-image-main, article.thumb-text-main{
	overflow: hidden;
}

.featimg img{
	width: auto;
}
.single .featimg img{
	width: auto;
	max-width: 100%;
}
.featimg a{
	line-height: 0;
}

/*============ Pagination ===========*/

.pag {
	clear: both;
}
.pag ul{
	padding: 60px 0 0;
	list-style-type: none;
	text-align: center;
	margin: 0 0 60px;
	border-top: 1px dotted rgba(0,0,0,.1);
}
.pag ul li{
	display: inline-block;
}
.pag ul li .page-numbers{
	display: block;
	padding: 0 15px;
	margin: 0;
	font-size: 0.750rem;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.pag ul li:last-child .page-numbers{
	border: none;
}
.pagenumbers{
	text-align: center;
	margin: 25px 0 55px 0;
	padding-top: 60px;
	padding-bottom: 0;
	border-top: 1px dotted rgba(0,0,0,0.1);
}
.pagenumbers a{
	padding: 0 10px;
}
.pagenumbers a:first-child{
	padding-left: 15px;
}
/*=========== EOF Pagination ==========*/


/* ############### Single styles ################ */

.featimg{
	line-height: 0;
}
.featvideo{
	line-height: 0;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.video-container .post-meta-container .post-meta{
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

/********************** Video post single **********************/

.video-info{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.video-container{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 60px 0 0;
	line-height: 0;
	margin: 0 auto;
}
.video-container .large-12 .post-title{
	text-align: center;
	margin-top: inherit!important;
}
.video-container img{
	margin-bottom: 30px;
}
.video-post-title {
	left: 0;
	right: 0;
	letter-spacing: 3px;
	position: absolute;
	text-transform: uppercase;
	top: 30%;
	color: #FFFFFF;
	text-align: center;
}
.post-navigation{
	position: relative;
	margin-top: 50px;
	margin-bottom: 60px;
	padding: 30px 0;
	background: rgba(0,0,0,.02);
}
body.single #wrapper .row .post-navigation div.row,
body.page #wrapper .row .post-navigation div.row{
	margin-left: auto!important;
	margin-right: auto!important;
}
.post-navigation div.columns {
	text-transform: uppercase;
	font-size: 0.750rem;
	line-height: 1.6;
}
.post-navigation div.columns:last-child{
	text-align: right;
}
.post-navigation div.columns:nth-child(2){
	text-align: center;
	font-size: 0.875rem;
}
.post-navigation div.columns a{
	color: inherit;
}
.scroll-pane {
	overflow: auto;
	height: 100%;
	width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5), only screen and (max-size : 600px){
	.page .featimg.featimgvideo, .home .featimg.featimgvideo{
		display: none;
	}
	.featvideo.notvisible{
		visibility: visible;
	}
	.video-info, .gallery-info{
		position: relative;
	}
	/*.featvideo iframe{*/
	/*height: auto;*/
	/*}*/
}
/* Related posts section*/

.post-wrapper .related-tabs {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style-type: none;
	line-height: 1;
}

.post-wrapper .related-tabs li{
	display: inline-block;
	margin: 0 5px 0 0;
	height: 35px;
	line-height: 35px;
	zoom: 1;
	color: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color: black;
}

.post-wrapper .related-tabs li h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	line-height: 36px;
}

.post-wrapper .related-tabs li a {
	color: white;
	display: block;
	padding: 0 10px;
}

/* End of Related posts section*/

.single .featimg,
.page .featimg,
.home .featimg {
	width: 100%;
	position: relative;
	line-height: 0;
	text-align: center;
}

.single div.shadow-overlay,
.page div.shadow-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.single-blog .featimg{
	margin-bottom: 60px;
}
.single .featimg.fixedbox,
.page .featimg.fixedbox{
	min-height: 350px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}


.article-share{
	overflow: hidden;
}
.audioplayer_container > object {
	width: 100%;
}


/* Comments */

.monstro-comments h3.reply-title {
	text-align: center;
	margin-bottom: 1.875rem;
	position: relative;
	text-transform: uppercase;
	font-size: 1.125rem;
}
.monstro-comments h3.reply-title span{
	padding: 0 15px;
	position: relative;
	display: inline-block;
	z-index: 2;
	width: 30%;
}
.monstro-comments h3.reply-title:before {
	display: block;
	content: '';
	position: absolute;
	height: 1px;
	width: 35%;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	top: 49%;
	left: 0;
	z-index: 1;
}
.monstro-comments h3.reply-title:after {
	display: block;
	content: '';
	position: absolute;
	height: 1px;
	width: 35%;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	top: 49%;
	right: 0;
	z-index: 1;
}
.monstro-comments h3#comments-title {
	text-align: center;
	text-transform: uppercase;
	margin: -20px 0 1.875rem;
	font-size: 0.750rem;
}

.monstro-comments #comments form{
	max-width: 60%;
	margin: 0 auto;
}
.large-offset-2 .monstro-comments #comments form,
.left-content.large-9 .monstro-comments #comments form{
	max-width: none;
}
.monstro-comments #comments form textarea,
.monstro-comments #comments form input[type="text"]{
	box-shadow: none;
	color: inherit;
	border: 1px solid;
	font-size: 0.750rem;
}
.monstro-comments #comments form input::-webkit-input-placeholder { /* WebKit browsers */
	color:    #000;
	font-size: 0.750rem;
}
.monstro-comments #comments form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #000;
	opacity:  1;
}
.monstro-comments #comments form::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #000;
	opacity:  1;
}
.monstro-comments #comments form:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #000;
}

.monstro-comments .monstro-comment-list{
	list-style-type: none;
	margin: 0 0 3.750rem;
}
.monstro-comments #respond .monstro-comment-thumb{
	display: none;
}
.monstro-comments .monstro-comment-plain li.comment .monstro-comment-thumb{
	float:left;
	margin: 0 20px 0 0;
	width: 70px;
}
.monstro-comments .monstro-comment-plain li.comment .monstro-comment-thumb img{
	margin: 0;
	border-radius: 50%;
}
.monstro-comments .monstro-comment-list .monstro-comment-textinfo {
	font-size: 0.875rem;
	margin-bottom: 10px;
}
.monstro-comments .monstro-comment-list .monstro-comment-textinfo span.time,
.monstro-comments .monstro-comment-list .monstro-comment-textinfo span.reply{
	color: #9da0a4;
}
.monstro-comments .monstro-comment-plain li.comment .reply {
	display: inline-block;
	zoom: 1;
	float: right;
}
.monstro-comments .monstro-comment-plain li.pingback,
.monstro-comments .monstro-comment-plain li.comment {
	display: inline-block;
	clear: both;
	margin: 0;
	margin-bottom: 25px;
	padding-bottom: 25px;
	width: 100%;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	list-style-type: none;
	font-size: 0.875rem;
}
.monstro-comments .monstro-comment-plain li.pingback:last-child,
.monstro-comments .monstro-comment-plain li.comment:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.monstro-comments .comment-body p{
	margin-bottom: 0;
}
.monstro-comments #respond{
	clear: both;
}
.monstro-comments p.logged-in-as,
.monstro-comments p.comment-notes {
	margin: 0 0 10px;
}
.monstro-comments .form-submit {
	margin: 1.875rem 0 0;
}
.monstro-comments .form-submit input[type="submit"]{
	margin: 0;
}
.monstro-comments #comments .children{
	margin-left: 30px;
}

/* ---- END Single ---- */



/* ---------- End - Main Section ---------- */




/* ---------- Footer ---------- */

footer#footer-container #footerWidgets {
	padding-top: 60px;
}
footer#footer-container #footerWidgets,
footer#footer-container .footer-container-wrapper {
	border-top: 1px dotted rgba(0,0,0,0.1);
}
footer#footer-container .columns .widget:last-child{
	margin-bottom: 45px;
}
footer#footer-container p.copyright{
	font-size: 0.750rem;
	margin: 0;
	line-height: 60px;
}
footer#footer-container p.copyright a{
	color: inherit;
}

footer#footer-container #footerWidgets .footer-wide {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(0,0,0,0.02)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.02) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.02) 50%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.02) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.02) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
	margin-top: -60px;
	margin-bottom: 60px;
}
footer#footer-container #footerWidgets .footer-wide .widget {
	text-align: center;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	padding-bottom: 60px;
	margin-bottom: 0;
	margin-top: 60px;
}
footer#footer-container #footerWidgets .footer-wide .widget h5.widget-title {
	margin-top: -10px;
	text-align: center;
}
footer#footer-container #footerWidgets .footer-wide .widget h5.widget-title:after {
	margin: 15px auto 0;
}

/* Twitter specific */

footer#footer-container #footerWidgets .footer-wide .monstro-twit-container {
	margin-top: 30px;
}
footer#footer-container #footerWidgets .footer-wide .monstro-twit-container .monstro_twitter p {
	max-width: none;
	margin-top: 20px;
}
footer#footer-container #footerWidgets .footer-wide .monstro-twit-container .monstro_twitter p a {
	overflow: visible;
}
footer#footer-container #footerWidgets .footer-wide .monstro-twit-container .monstro_twitter .icon-twitter {
	position: absolute;
	top: -50px;
	left: 50%;
}
footer#footer-container #footerWidgets .footer-wide .monstro-twit-container .monstro_twitter .icon-twitter:before {
	font-size: 300%;
	margin-left: -18px; /* Half its width */
}

/* Social icons specific */
footer#footer-container #footerWidgets .footer-wide .socialicons.fr,
footer#footer-container #footerWidgets .footer-wide .widget .socialicons > ul.monstro-social {
	float: none;
}

/* ---------- End - Footer ---------- */


.breadcrumbs{
	background: none;
	border: 0 none;
	margin-bottom: 10px;
}
.single-video .breadcrumbs,
.single-gallery .breadcrumbs {
	text-align: center;
}
.single-gallery article.sly.left_side_info .breadcrumbs,
.single-gallery article.sly.left_side_info li.post-category,
.single-gallery article.sly.left_side_info li.post-comments{
	display: none;
}

/* Breadcrumbs */
.breadcrumbs ul{
	list-style-type: none;
	margin: 0;
}
.breadcrumbs ul li{
	display: inline-block;
	font-size: 0.625rem;
	text-transform: uppercase;
}
.breadcrumbs ul li a{
	color: inherit;
}
.breadcrumbs ul li:last-child{
	display: none;
}
.breadcrumbs ul li:not(:first-child):before{
	content: "\e80e";
	font-family: "monstrofront";
	margin: 0 5px;
	color: inherit;
}


/*##############################################*/

.masonry .masonry-elem.large-3{
	width: 24.99%;
}
/*.latest-videos, .latest-galleries, */
.gallery-post.mosaic,
.gallery-post.oneimage
{
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}


/*-----------input validation clases----------*/
.warning{color: #CE3D40;}
.invalid{border: 1px solid red !important;}


form.contactform textarea{ height: auto; }
form.form.comments textarea{ height: auto; }

div.monstro-comments {
	margin: 0 0 60px 0;
}


/*for masonry we need to make columns a bit smaller*/
.masonry .masonry-elem.large-3{width:24.94%;}
.masonry .masonry-elem.large-4{width:33.31%;}
.masonry .masonry-elem.large-6{width: 49.9%;}

@media only screen and (max-width: 767px){
	.masonry .masonry-elem.large-3,
	.masonry .masonry-elem.large-4,
	.masonry .masonry-elem.large-6{width: 100%;}
}

.left-layout .featimg{
	text-align: left;
	margin-bottom: 60px;
}
.left-layout > .row { margin-left: 30px; margin-right: 30px; }

.full-post > .row { width: auto; clear: both;}
.full-post > .row > .columns:first-child { padding-left: 0;}
.full-post > .row > .columns:last-child { padding-right: 0;}

footer#footer-container.full-post{
	padding-left: 30px;
	padding-right: 30px;
}
/*.featvideo iframe { width: 100%; height: 700px; }*/

.meta-tags {
	margin-bottom: 0;
	display: inline-block;
}
.meta-tags .tagged-in-categ {
	font-size: 0.750rem;
	padding-right: 5px;
	text-transform: uppercase;
}
.meta-tags a{
	white-space: nowrap;
	display: inline-block;
	padding: 1px 14px;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 0.750rem;
	position: relative;
	line-height: 26px;
	color: inherit;
	border: 1px solid;
}
.meta-tags a:hover{
	border: 1px solid rgba(0,0,0,0.85);
}
.monstro-ajax-preloader{
	background: #FFF;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #555;
	position: fixed;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	display: none;
	opacity: 0;
	-moz-transition: .4s opacity ease;
	-ms-transition: .4s opacity ease;
	-o-transition: .4s opacity ease;
	-webkit-transition: .4s opacity ease;
	transition: .4s opacity ease;
	z-index: 999;
	letter-spacing: 3px;
}
.transitions {
	transition: all 1.5s linear;
	-webkit-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
}


/* Shortcodest */
.monstro-one-half,
.monstro-one-third,
.monstro-two-third,
.monstro-three-fourth,
.monstro-one-fourth,
.monstro-one-fifth,
.monstro-two-fifth,
.monstro-three-fifth,
.monstro-four-fifth,
.monstro-one-sixth,
.monstro-five-sixth {
	line-height: 1;
}


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* Colors for demos */

/* Demo 1 */


.menu-btn {
	text-align: center;
	width: 100%;
	margin-top: 5px;
}
.menu-btn  .icon-bottom{
	cursor: pointer;
	position: relative;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
	.menu-btn{
		display: none;
	}
}
.featimg-video i.icon-video {
	background: rgba(0,0,0,0.2);
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 50px;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	z-index: 10;
}
.featimg-video i.icon-video:before {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -25px;
}
.single .featimg.featimgvideo,
.page .featimg.featimgvideo,
.home .featimg.featimgvideo{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
}
.notvisible{
	visibility: hidden;
}
#infscr-loading {
	background: none repeat scroll 0 0 rgba(253, 253, 253, 0.92);
	bottom: 90px;
	color: #222222;
	font-size: 15px;
	font-weight: 700;
	/*left: 42%;*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 100;
}
#infscr-loading > div {
	height: 40px;
}
#infscr-loading > img {
	padding-top: 10px;
}

.load-more,
.load-more-sh {
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.load-more-sh img {
	top: -50px;
}

.load-more span,
.load-more-sh span {
	padding: 10px 30px;
	line-height: 10px;
	background: rgb(247, 243, 243);
	cursor: pointer;
	text-transform: uppercase;
	font-size: 0.750rem;
	font-weight: 700;
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.75);
}
.load-more span:active,
.load-more-sh span:active {
	background: rgb(218, 218, 218);
}

/* for now, mosaic view has only classic pag */
.monstro-mosaic-view ~ .load-more, .monstro-mosaic-view ~ .load-more-sh  {
	display: none;
}

.lazyload-pag {
	display: none;
}
.monstro-mosaic-view ~ .lazyload-pag {
	display: block;
}
.page.left-side-header .template-featimg {
	margin-top: -60px;
}
.single-gallery .sly.info_on_click .gallery-content{
	position: absolute;
	top: 0;
	background: rgba(255,255,255,0.8);
	z-index: 10;
	height: 100%;
	display: none;
	padding: 60px 30px;
	width: 100%;
}
.single-gallery .sly.info_on_click .gallery-content{
	position: absolute;
	top: 0;
	background: rgba(255,255,255,0.8);
	z-index: 10;
	height: 100%;
	display: none;
	padding: 60px 30px;
	width: 100%;
}
.masonry {
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.single-gallery .sly.info_on_click .show_gallery_info, .single-gallery .sly.info_on_click .close_gallery_info{
	position: absolute;
	top: 0;
	background: #FFFFFF;
	color: #000000;
	z-index: 11;
	height: 34px;
	line-height: 34px;
	text-align: center;
	left: 50%;
	margin-left: -60px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 0.750rem;
	cursor: pointer;
	box-shadow: 0 0 20px #cecece;
	min-width: 120px;
}
.close_gallery_info{
	display: none;
}
.contact-icon{
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}

/* Sticky container */

.sticky-container {
	background: none repeat scroll 0 0 #FFFFFF;
	position: fixed;
	width: 100%;
	margin-top: -60px;
	padding: 30px 0;
	box-shadow: 1px 0 10px rgba(0,0,0,.1);

	-webkit-transition: transform .50s ease-out;
	-moz-transition: transform .50s ease-out;
	-ms-transition: transform .50s ease-out;
	-o-transition: transform .50s ease-out;
	transition: transform .50s ease-out;
}
.full-width .sticky-container {
	margin-top: -30px;
}
.narrow .align-left .unboxed .sticky-container {
	max-width: 71.25em;
}
.header-centered header#header-container .sticky-container .row .columns{
	margin-bottom: 20px;
}
.header-centered header#header-container .sticky-container .row .columns:last-child{
	margin-bottom: 0;
}
.large .boxed .sticky-container {
	max-width: 78.750rem;
}
.narrow .boxed .sticky-container {
	max-width: 67.500rem;
}

.vcard {
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}
.vcard .fn{
	padding: 0;
	font-size: inherit;
	font-weight: normal;
}



/* Gallery single */

.single-gallery .frame {
	height: 600px;
}
.single-gallery article{
	margin-bottom: 0;
}
.single-gallery .protected-gallery article{
	height: 100%;
	width: 100%;
}
.single-gallery .protected-gallery article form{
	text-align: center;
	margin: 50px auto 30px;
	width: 50%;
}
.single-gallery .protected-gallery article form:before{
	content: '\1f512';
	font-family: "monstrofront";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	font-size: 140px;
	color: #f2f2f2;
	color: rgba(0,0,0,.05);
}
.single-gallery .protected-gallery article form p{
	font-size: 0.750rem;
	font-weight: 700;
}
.single-gallery .protected-gallery article form label{
	font-weight: normal;
	color: inherit;
}
.single-gallery .protected-gallery article form input[type="submit"]{
	margin: 0;
	font-size: 0.875rem;
}
.single-gallery .entry-header {
	margin-bottom: 15px;
	position: relative;
}
.single-gallery .entry-header.noimages h3 {
	width: 100%!important;
}
.single-gallery .entry-header .controls {
	position: absolute;
	top: 48%;
	width: 100%;
}
.single-gallery .entry-header .gallery-content{
	max-width: 18.750rem;
	cursor: default;
}
.single-gallery .wp-caption-text {
	background: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	margin: 0;
	padding: 2px 15px 2px 25px;
}
.single-gallery .wp-caption-text:before {
	font-size: 1.375em;
	content: '\201C';
	left: 10px;
	position: absolute;
}

.custom-background.single-gallery .entry-header .gallery-content h2.post-title,
.custom-background.single-gallery .classic .gallery-content h2.post-title,
.custom-background.single-gallery .mosaic .gallery-content h2.post-title{
	background: none;
}
.left-side-header.custom-background.single-gallery .entry-header .gallery-content h2.post-title,
.left-side-header.custom-background.single-gallery .classic .gallery-content h2.post-title,
.left-side-header.custom-background.single-gallery .mosaic .gallery-content h2.post-title{
	padding-top: 0;
}
.custom-background.single-gallery .boxed .entry-header .gallery-content h2.post-title,
.custom-background.single-gallery .boxed .classic .gallery-content h2.post-title,
.custom-background.single-gallery .boxed .mosaic .gallery-content h2.post-title{
	border-top: 1px dotted rgba(0,0,0,0.1);
}

.single-gallery .gallery-content .post-content {
	display: inline-block;
	/*padding-top: 30px;
	border-top: 1px dotted rgba(0,0,0,0.1);*/
	width: 100%;
}
.frame {
	overflow: hidden;
}
.frame > ul {
	height: 100%;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 5000px;/* will be overwritteen by js on load */
}
.frame ul li {
	cursor: move;
	float: left;
	height: 100%;
	margin: 0 10px 0 0;
	padding: 0;
	overflow: hidden;
}
.frame ul li:last-child {
	margin: 0;
}


.frame ul li.relative {
	background: url(../images/ajax-loader@2x.gif) no-repeat center center;
}
.frame ul li.gallery-text {
	margin: 0 30px 0 0;
	height: auto;
	max-height: 720px;
	background: none;
}
.info_on_click .frame ul li.gallery-text{
	display: none;
}
.frame ul li.active {
	color: inherit;
}
.frame ul li.relative img {
	/*height: 100%;*/
	max-height: 100%;
	max-width: none;
	box-sizing: border-box;
	padding-bottom: 0;
	display: block; /* make parent li stay same size as image. Otherwise last element will fall below */
}
.frame ul li:hover .zoom-image {
	opacity: 1;
}

.gallery-post.sly.info_below_gallery .gallery-content{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 20px 0 30px;
	line-height: 0;
	margin: 0 auto;
}
.gallery-post.sly.info_below_gallery .gallery-content .post-title,
.gallery-post.sly.info_on_click .gallery-content .post-title,
.gallery-post.classic .gallery-content .post-title,
.gallery-post.oneimage .gallery-content .post-title,
.gallery-post.mosaic .gallery-content .post-title {
	text-align: center;
}
.gallery-post.sly.info_below_gallery .gallery-content .post-title,
.gallery-post.sly.info_on_click .gallery-content .post-title,
.gallery-post.sly.left_side_info .gallery-content .post-title,
.gallery-post.oneimage .gallery-content .post-title {
	margin-top: inherit!important;
}

.gallery-post.sly.info_below_gallery .gallery-content .post-meta-container,
.gallery-post.oneimage .gallery-content .post-meta-container{
	margin-top: -50px;
}
.gallery-post.sly.info_below_gallery .gallery-content .post-meta-container .post-meta,
.gallery-post.oneimage .gallery-content .post-meta-container .post-meta {
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
@media only screen and (max-width: 480px) {
	.gallery-post.sly .gallery-content {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 60px 0;
		max-width: 480px;
	}
	.gallery-post.sly .gallery-content .post-title{
		text-align: center;
	}
	.gallery-post.sly .gallery-content .post-meta-container{
		margin-top: -55px;
	}
	.gallery-post.sly .gallery-content .post-meta-container .post-meta {
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
	}
}

/*---------------------------------scrollbar----------------------------------*/

.scrollbar {
	margin: 0 0 1rem 0;
	height: 5px;
	background: #ccc;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #DB2B1E;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}


.pages {
	list-style: none outside none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	margin: 0 4px;
	overflow: hidden;
	text-indent: -999px;
	width: 14px;
}
.pages li:hover {
	background: none repeat scroll 0 0 #AAAAAA;
}
.pages li.active {
	background: none repeat scroll 0 0 #666666;
}
.controls {
	width: 100%;
}
.controls .btn.prev,
.controls .btn.next {
	color: inherit;
	border-radius: 50%;
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: 50%;
	width: 40px;
	background: #FFFFFF;
	padding: 0 10px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5);
	box-shadow: inset 0 0 1px rgba(0,0,0,.5);
	border: none;
}
.controls button.btn.prev:hover,
.controls button.btn.next:hover,
.controls button.btn.prev:focus,
.controls button.btn.next:focus {
	opacity: 0.8;
}
.controls .btn.prev {
	margin-left: 20px;
}
.controls .btn.next {
	right: 20px;
}
.single-format-gallery .controls .btn.prev {
	left: 0;
}

.btn.prev.disabled{
	display: none !important;
}

.effects {
	height: 200px;
	line-height: 200px;
	perspective: 800px;
	perspective-origin: 50% 50%;
}
.effects ul {
	transform-style: preserve-3d;
}
.effects ul li {
	margin: 0 -20px;
	position: relative;
	transform: rotateY(60deg) scale(0.9);
	transition: transform 300ms ease-out 0s;
}
.effects ul li.active {
	transform: scale(1);
	z-index: 10;
}
.effects ul li.active ~ li {
	transform: rotateY(-60deg) scale(0.9);
}

/* Exif Data */

.exif-data{
	position:absolute;
	left:0;
	right:0;
	top:0;
	display:none;
	color:#FFFFFF;
	z-index: 999;
}
.single-gallery .exif-data{
	right:36px;
}
li:hover .exif-data, .jMosaic-item:hover .exif-data, div.galleria-image:hover .exif-data, .featimg:hover .exif-data,
.entry-content:hover .exif-data, .jMosaic-item:hover .exif-data{
	display: block;
}
.latest-galleries .monstro-list-view .exif-data{
	right:50%;
}
.exif-data>i{
	color: #FFFFFF;
	position:absolute;
	right:0;
	top:0;
	width: 30px;
	height: 34px;
	line-height: 34px;
	bottom: auto;
	text-align: center;
	font-size: 130%;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.classic .exif-data>i{
	line-height: 32px;
}
.exif-data dl dt {
	margin-bottom: 0;
	font-weight: 700;
}
.exif-data dl dd {
	font-size: 0.750rem;
	opacity: 0.8;
}
.exif-data>dl{
	position: absolute;
	right:36px;
	top:0;
	display:none;
	overflow:hidden;
	background-color:rgba(0,0,0,0.5);
	padding:20px;
	font-size: 0.750rem;
}

.exif-data:hover>dl{
	display:block;
}

article.gallery.classic .zoom-image{
	left:0;
	top:0;
	right:auto;
	bottom:auto;
}

article.gallery.classic .exif-data, .latest-galleries .jMosaic-item .exif-data{
	left:36px;
	right:0;
}

article.gallery.classic .exif-data>i, .latest-galleries .jMosaic-item .exif-data>i{
	left:0;
	right:auto;
}

article.gallery.classic .exif-data>dl, .latest-galleries .jMosaic-item .exif-data>dl{
	left:36px;
	right:auto;
}

.latest-galleries .jMosaic-item .exif-data{
	top:50%;
	left:30px;
}

.galleria-thumbnails .galleria-image{cursor:auto!important;}

a.jMosaic-item{position: relative;}

/*---------------------------------EOF scrollbar----------------------------------*/



#body-preloader {
	background: #ffffff;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	z-index: 9999;
}

/* Loading for page */

.spinner {
	width: 40px;
	height: 40px;

	position: relative;
	margin: 23% auto 0;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% {
		  transform: scale(1.0);
		  -webkit-transform: scale(1.0);
	  }
}
/*End of preloaders*/


#full-screen-mode{
	position: fixed;
	right: 30px;
	bottom: 20px;
	cursor: pointer;
	z-index: 999;
}
#full-screen-mode:before {
	content: '\E803';
	font-family: "monstrofront";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	cursor: pointer;
}

/* TABBED COMMENTS */

ul.comments-tabs {
	margin:0;
	padding:0;
}
ul.comments-tabs li {
	list-style:none;
	display:inline;
}
ul.comments-tabs li a {
	padding:0 20px;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 0.750rem;
}
ul.comments-tabs li:first-child a {
	padding:0 20px 0 0;
}
ul.comments-tabs li a:hover {

}
ul.comments-tabs li a.active {
	color: #000000;
}
.comments-relative {
	position: relative;
}
.content {
	margin-top: 30px;
}
#content-wp { display:none; }

.content ul {
	margin:0;
	padding:0 20px 0 20px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}

/* Video option in sly*/
.video-container {
	position: relative;
	padding-top: 30px;
	/*padding-bottom: 56.25%;*/
	/*height: 0;*/
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.sly .video-container {
	padding-left: 56.25%;
	padding-right: 30px;
	height: 100%;
	overflow: hidden;

	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
}

.sly  .video-container iframe,
.sly  .video-container object,
.sly  .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-gallery.sly .frame ul li {
	overflow: hidden;
}

.sly .video-container iframe {
	/*padding-bottom: 30px;*/ /* commented because of video height */
}

/* video in mosaic */
.mosaic-item .video-inside ~ .video-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.mosaic-item .video-container .icon-video {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	font-size: 70px;
	color: white;
	border: 2px solid white;
	padding: 15px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	padding-left: 20px;
}

.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
	z-index: 10;
}

.main-container .gallery.classic ul li {
	text-align: center;
}
.main-container .gallery.classic ul li .image-container {
	display: inline-block;
	position: relative;
}

.main-container .gallery.classic ul li .image-container:hover .zoom-image {
	opacity: 1;
}

/* Disable transform when side menu is closed, to keep the fix elements inside as FIXED */
.mp-pusher:not(.mp-pushed) {
	transform: none!important;
	-webkit-transform: none!important;
}

/* The shopping cart is broke without this, with hamburger*/
.mp-pusher:not(.mp-pushed) .mp-level::before, .mp-pusher:not(.mp-pushed) .mp-level::after {
	content: none;
}
/**/

.single-gallery .gallery.classic img.video-inside {
	position: relative;
	z-index: 1;
}

.single-gallery .gallery.classic .video-container {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
}

.mp-cover .mp-level.mp-level-open {
	overflow-y: auto; /* replaced scroll because it looked weird on windows */
	z-index: 1; /* added so it hides the pluses of longer parent */
}

#mp-pusher:not(.mp-pushed) #mobile_menu {
	display:none;
}


.belowslideshow .menu-trigger, .belowslideshow .menu-trigger:hover,
.belowslideshow .gbtr_dynamic_shopping_bag .icon-cart, .belowslideshow .gbtr_little_shopping_bag_wrapper .gbtr_little_shopping_bag .overview span,
.belowslideshow .logo h1 a {
	color: white;
}

.sticky-container .gbtr_dynamic_shopping_bag .icon-cart,
.sticky-container .gbtr_little_shopping_bag_wrapper .gbtr_little_shopping_bag .overview span,
#header-container.belowslideshow .sticky-container nav.main-menu > ul > li > a,
.sticky-container .logo h1 a,
.sticky-container .menu-trigger,
.sticky-container .menu-trigger:hover,
#header-container.belowslideshow .sticky-container  nav.main-menu > ul > li > a,
#header-container .sticky-container  nav.main-menu > ul > li > a {
	color: black;
}


.oneimage .galleria-image iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}


/* Last column shoudl not be floated right, but remain left, at least in a view  */
[class*="view"] > [class*="column"]+[class*="column"]:last-child {
	float: left;
}

header#header-container.white_style_header {
	color: white;
}

body.archive.cat-with-image h2.cat-title {
	padding-top: 60px;
}

/* This element is used instead of the padding added for content, on fixed slideshows, from JS */
.page.fixed-slideshow-yes .main-container:before {
	content:'';
	background: transparent;
	position: relative;
	height: 0px;
	width: 100%;
	display: block;
}

div.page-content {
	position: relative;
}

/* below slideshow OFF, position comes from JS */
.fixed-slideshow-yes:not(.left-side-header) header:not(.belowslideshow) ~ #main  .fluid_container {
	position: relative;
}

/***************  LOGO CHANGE  ******************/

/* white style needs white logo */
.white_style_header .logo .imglogo {
	display: none;
}
.white_style_header .logo .imgalt-logo {
	display: inline-block;
}

/* black style needs black logo */
.black_style_header .logo .imglogo {
	display: inline-block;
}
.black_style_header .logo .imgalt-logo {
	display: none;
}
/* sticky header gets only the best part - black logo*/
.sticky-header.sticky-container .logo .imglogo {
	display: inline-block;
}
.sticky-header.sticky-container .logo .imgalt-logo {
	display: none;
}

.is-mobile .camera_prev, .is-mobile .camera_next {
	opacity: 1!important;
}

body:not(.left-side-header) .full-width-row.title-container {
	/*margin-bottom: 60px;*/
}

/*
	DEFAULT WORDPRESS GALLERY STYLING
*/

dl.gallery-item a {
	display: block;
	line-height: 0;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

dl.gallery-item a:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;

	-webkit-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0 0 16px 0 rgba(50, 50, 50, 0.75);
	box-shadow:         0 0 16px 0 rgba(50, 50, 50, 0.75);

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

dl.gallery-item a img {
	width: 100%;
	height: auto;
}

dl.gallery-item {
	padding-left: 5px;
	padding-right: 5px;
}

/* ---------- Page/Post featimg sticky ------------- */

#main .main-container > .featimg ~ div.page-content {
	position: relative;
}


/* Carousel behaviour */

.monstro-carousel-frame {
	width: 100%;
	height: 300px; /* will be overwritten in JS */
	overflow: hidden;
	position: relative;
	margin-bottom: 60px; /* Added because of fixed carousel height */
	display: inline-block;
}
.monstro-carousel-frame .carousel {
	margin: 0;
	padding: 0;
	height: 100%;
}
.monstro-list-posts-wrapper .monstro-carousel-frame .carousel > div {
	float: left;
	width: auto;
	height: 100%;
}
.monstro-list-posts-wrapper .monstro-carousel-frame .carousel > div {
	margin-left: 15px;
}
.monstro-list-posts-wrapper .monstro-carousel-frame .carousel.no-gutter > div {
	margin-left: 0;
}
#main .main-container .row .monstro-list-posts-wrapper .carousel > div {
	padding: 0;
}

#main .main-container .row .monstro-list-posts-wrapper .carousel.no-gutter > div {
	padding: 2px;
}

.monstro-carousel-frame .carousel .featimg img,
.monstro-carousel-frame .carousel > div > article,
.monstro-carousel-frame .carousel > div > article header,
.monstro-carousel-frame .carousel > div > article header .featimg
{
	height: 100%;
}

.monstro-carousel-frame .carousel > div > article header .featimg img {
	width: auto;
	/*display: none;*/ /* the display will be available from JS once resize is complete */
}

.monstro-carousel-frame .carousel > div.monstro-column-first {
	clear: none; /* thumbs should not clear like in grid */
}

#main .main-container .row .monstro-list-posts-wrapper .row.carousel {
	width: 10000px; /* fix for JS delay */
	margin: 0;
}

.monstro-carousel-frame .carousel .active {
	position: relative;
}

.monstro-carousel-nav {
	position: absolute;
	top: 55%;
	width: 100%;
	left: 0;
	z-index: 999;
}
.monstro-carousel-nav .icon-prev,
.monstro-carousel-nav .icon-next {
	cursor: pointer;
	position: absolute;
	font-size: 250%;
	opacity: 0.1;
}
.monstro-carousel-nav .icon-prev {
	left: -60px;
}
.monstro-carousel-nav .icon-next {
	right: -60px;
}
.monstro-carousel-nav .disabled {
	display: none;
}

.monstro-carousel-frame .carousel .active {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;

	-moz-animation-name: blinker;
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: 1;

	animation-name: blinker;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

@-moz-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.5; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.5; }
	100% { opacity: 1.0; }
}

@keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.5; }
	100% { opacity: 1.0; }
}
/* carousel end */

/* lazy loaded images */
.fixedbox,
.gallery-post.sly img.lazy,

.widget-latest-posts article,
.widget-featured-posts article,
.widget-tabber #tabber_hot_posts_panel article, .widget-tabber #tabber_new_posts_panel article,
.monstro-lazy
{
	opacity: 0;
	-webkit-transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-ms-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}

.monstro-lazy-wrapper {
	position: relative;
}

.monstro-lazy-wrapper:before {
	content: '';
	background: grey;
	position: absolute;
	top: 5%;
	left: 50%;
	width: 30px;
	height: 30px;
	border-radius: 40px;
	background-color: #fff;
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
	border: 10px solid grey;

	/*  z-index: 100; */

}

@-webkit-keyframes scaleout {
	0% { -webkit-transform: scale(0.0) }
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes scaleout {
	0% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 100% {
		  transform: scale(1.0);
		  -webkit-transform: scale(1.0);
		  opacity: 0;
	  }
}


.fluid_container .first-load{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center center;
	z-index: 10;
}

.fluid_container .first-load:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.5);
}

.camera_loader {
	display: none;
}

body.is-mobile .main-container .gallery.classic ul.grid li {
	list-style-type: none;
	padding-bottom: 10px;
	width: 100%;
}
body.is-mobile .main-container .gallery.classic ul.grid {
	margin: 0;
}

/*hamburger menu on touch devices shoudl be shorter, so you could scroll*/
html.touch .mp-menu ul {
	width: 85%;
	border-right: 2px solid rgb(31, 31, 31);
}

/* Fixed slider, below header option. Opacity will come from JS */
.fixed-slideshow-yes:not(.left-side-header) header:not(.belowslideshow) ~ #main  .fluid_container {
	/*opacity: 0;*/
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

/* One-image nav buttons */
.galleria-image-nav-left:before {
	content: '\e804';
}
.galleria-image-nav-right:before {
	content: '\e805';
}

.galleria-image-nav-left:before, .galleria-image-nav-right:before {
	font-family: "monstrofront";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	font-size: 66px;
	position: absolute;
	top: 28px;
}

.galleria-image-nav .galleria-image-nav-right, .galleria-image-nav .galleria-image-nav-left {
	background-image: none;
}

.gallery-post.sly.left_side_info h2.post-title {
	text-align: center;
	line-height: 2.5rem;
}

.gallery-post.sly.left_side_info .frame ul.post-meta li {
	float: none;
}

/*AJAX pagination*/
.monstro-list-posts.pag {
	position: relative;
}

.pagination-loader {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -16px;
}


@media only screen and (max-width: 767px){ /* mobiles, no iPads */
	#main .main-container .row .monstro-list-posts-wrapper .carousel.no-gutter > div {
		padding: 0;
	}
	.monstro-list-posts-wrapper .monstro-carousel-nav {
		display: block; /* for phones always show nav, even few posts */
	}
}

/* ---------- Different Viewports Style ---------- */

/* <=768px width */
@media only screen and (max-width: 768px){
	header#header-container {
		padding: 30px 0;
	}
	.margin-top-60 {
		margin-top: 30px!important;/* This is for header row */
	}
	#searchform label {
		display: none;
	}
	#searchform i.icon-search {
		top: 5px;
	}
	h2.post-title{
		font-size: 1.500rem;
	}
	h3.related-title,
	h3.reply-title,
	.monstro-comments h3#comments-title,
	.monstro-comments h3.reply-title,
	.related-box h3#related-title span {
		font-size: 1.000rem;
	}
	.monstro-carousel-nav .icon-prev {
		left: -25px;
	}
	.monstro-carousel-nav .icon-next {
		right: -30px;
	}

	.page article .entry-content,
	.page article .post-content {
		margin-bottom: 1.000rem;
	}
	.single article .entry-content p,
	.single article .post-content p,
	.single.single-gallery .gallery-content .post-content p,
	.single article .entry-content ul,
	.page article .entry-content p,
	.page article .post-content p,
	.page .monstro-grid-view article .entry-excerpt p,
	.monstro-grid-view article .entry-excerpt p,
	.monstro-list-view article .entry-excerpt p,
	.archive article .entry-excerpt p,
	.monstro-comments .monstro-comment-list .monstro-comment-textinfo,
	.monstro-comments p.logged-in-as,
	.monstro-comments p.comment-notes,
	ul, ol, dl, table,
	table tr th, table tr td,
	.single article .entry-content ol, .single article .entry-content ul,
	address,
	code, kbd, pre, samp, tt{
		font-size: 0.750rem;
		line-height: 1.4rem;
	}
	.single article .entry-content p,
	.single article .post-content p,
	.single.single-gallery .gallery-content .post-content p,
	.single article .entry-content ul,
	.page article .entry-content p,
	.page article .post-content p,
	.page .monstro-grid-view article .entry-excerpt p,
	.monstro-grid-view article .entry-excerpt p,
	.monstro-list-view article .entry-excerpt p,
	.archive article .entry-excerpt p {
		margin-bottom: 1.000rem;
	}

	.monstro-comments h3.reply-title:before,
	.monstro-comments h3.reply-title:after {
		width: 25%;
	}
	.monstro-comments h3.reply-title span {
		width: 40%;
	}
	ul.comments-tabs li {
		display: block;
	}
	ul.comments-tabs li a {
		padding: 0;
	}

	.single .unboxed article .large-offset-2 header.entry-header .featimg {
		margin: 0 0 30px
	}
	.article-share{
		margin-bottom: 30px;
	}
	#related-posts div:not(:last-child) article{
		margin-bottom: 30px;
	}
	#header .content-title{
		font-size: 1.250rem;
		margin: 10px 0 10px 0;
	}
	header#header-container .row .dl-menuwrapper.columns{
		display: block;
		text-align: left;
	}
	header#header-container.logo-in-between .row .dl-menuwrapper.columns{
		text-align: center;
		width: 100%;
	}

	.footer-menu-container,
	header#header-container nav.main-menu,
	.header-centered header#header-container .large-3 .socialicons.fl,
	.header-centered header#header-container nav.main-menu.logo-in-middle li.menu-item,
	.header-centered header#header-container nav.main-menu.logo-in-middle li.cat-item,
	.left-side-header header#header-container nav.main-menu {
		display: none;
	}
	.header-centered header#header-container nav.main-menu.logo-in-middle {
		display: block;
	}

	h2.post-title,
	h2.cat-title,
	h2.entry-title,
	.page .post-title h2 {
		font-size: 1.500rem;
	}
	h2.cat-title {
		margin: 0 0 1.875rem;
	}
	.post-navigation {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.post-navigation div.columns{
		text-align: center;
		line-height: 30px;
	}
	.post-navigation div.columns:last-child {
		text-align: center;
	}
	.monstro-comments .comment-body p {
		font-size: 0.750rem;
	}
	.pag ul {
		padding: 1.875rem 0 0;
		margin: 0 0 1.875rem;
	}

	.camera_prev, .camera_next, .camera_commands {
		top: 25%;
	}

}
@media only screen and (max-width: 480px){
	.monstro-list-view .left-side,
	.monstro-list-view .entry-meta {
		display: none;
	}
	.monstro-comments #comments form {
		max-width: none;
	}
	.monstro-thumb-view article .entry-content-holder,
	.monstro-thumb-view .large-3 article .entry-content-holder{
		bottom: 30px;
	}
	.monstro-thumb-view a.read-more:hover+div,
	.monstro-thumb-view .large-3 a.read-more:hover+div {
		bottom: 40px;
	}
	.monstro-thumb-view article i.icon-video {
		margin-bottom: 30px;
	}
}


