/*   
Theme Name: Gemenc Zrt.
Theme URI: http://www.e-vista.hu
Author: Evista Ltd.
Author URI: http://www.e-vista.hu
Version: 1
*/

@keyframes tf-scale {
  0%, 80%, 100% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(1.0);
  }
}
#events-section{
	position: relative;
	min-height: 200px;
}
.preloader{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 500000;
	background: #ffffff;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.preloader .loader{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translet(-50%, -50%);
	-moz-transform: translet(-50%, -50%);
	transform: translet(-50%, -50%);
	font-size: 0;
	
}
.preloader .loader__c{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	animation: tf-scale 0.96s infinite ease-in-out both;
}
.preloader .loader__c--1{
	margin-right: 5px;
}
.preloader .loader__c--2{
	margin-right: 5px;
	animation-delay: 0.16s;
}
.preloader .loader__c--3{
	animation-delay: 0.32s;
}
a.social-group-item{
	vertical-align: middle;
	text-align: center;
}
a.social-group-item img{
	max-width: 80%;
	margin: auto;
	display: inline-block;
}
a.social-group-item.blindversion:hover{
	background: #000000;
}
#main-menu.navbar-nav a{
	cursor: pointer;
}
#main-menu.navbar-nav .color-dgreen a{
	color: #3a662a;
}
#main-menu.navbar-nav .color-yellow a{
	color: #cda006;
}
#main-menu.navbar-nav .color-red a{
	color: #c0223d;
}
#main-menu.navbar-nav .color-blue a{
	color: #199aa6;
}
#main-menu.navbar-nav .color-green a{
	color: #65a619;
}
#main-menu.navbar-nav li ul li a{
	color: #555555!important;
}
.breadcrumb li{
	font-family: "Roboto";
}
#map{
	min-height: 500px;
}
.progress-tracker-container .progress-tracker{
	position: relative;
}
.progress-tracker-container .progress-tracker .liner{
	top: 0;
}
.news-list-item{
	width: 100%;
}
.errors p{
	color: #c0223d;
}
.turizmus#step02,
.turizmus#step03{
	display: none;
}
.turizmus .error{
	display: none;
}
.error-message{
	color: #c0223d;
}
.turizmus.reservation .error-message,
.erdeiiskola .error-message{
	display: none;
}
.erdeiiskola .btn-input span.text,
.turizmus .btn-input span.text{
    color: #999;
    font-size: 15px;
    font-family: "Roboto";
    display: inline-block;
    text-transform: none;
    left: 15px;
    text-align: left;
    top: 13px;
    position: absolute;
}
.erdeiiskola#step02,
.erdeiiskola#step03{
	display: none;
}
.erdeiiskola .error{
	display: none;
}
.successMessage{
	display: none;
}
.ajandekbolt-form .vc-left-padding{
	padding-left: 15px!important;
}
#newRow{
	display: none;
}
.wpcf7-not-valid,
.has-error.btn-input{
	border-color: #843534;
}
.has-error.paymethod .list-group-item,
.has-error.package .list-group-item{
	border-left: 1px solid #843534;
	border-right: 1px solid #843534;
}
.has-error.paymethod .list-group-item:first-child,
.has-error.package .list-group-item:first-child{
	border-top: 1px solid #843534;
}
.has-error.paymethod .list-group-item:last-child,
.has-error.package .list-group-item:last-child{
	border-bottom: 1px solid #843534;
}
.wpcf7-mail-sent-ok{
	display: none!important;
}
.grid{
	padding: 20px 0;
	margin: 0;
}
.grid-sizer,
.grid-item{
	width: 33.3333%;
}
.grid-item--width2{
	width: 66.6666%;
}
@media screen and (max-width: 900px){
	.grid-sizer,
	.grid-item{
		width: 50%;
	}
	.grid-item--width2{
		width: 50%;
	}
}
@media screen and (max-width: 600px){
	.grid-sizer,
	.grid-item{
		width: 100%;
	}
	.grid-item--width2{
		width: 100%;
	}
}
.grid-item .infobar{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 50px;
	font-family: 'Roboto';
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 15px;
	color: #ffffff;
	display: none;
}
.grid-item.grid-item--width2 .infobar{
	font-size: 20px;
}
.grid-item .infobar.bg-dgreen{background-color: rgba(58, 102, 42, 0.8) !important;}
.grid-item .infobar.bg-yellow{background-color: rgba(205, 160, 6, 0.8) !important;}
.grid-item .infobar.bg-red{background-color: rgba(192, 34,61, 0.8) !important;}
.grid-item .infobar.bg-blue{background-color: rgba(25, 154, 166, 0.8) !important;}
.grid-item .infobar.bg-green{background-color: rgba(101, 166, 25, 0.8) !important;}

.side-nav ul li ul{
	margin-top: 15px;
	width: 100%;
	padding-right: 15px;
}

#mapFilter li:not(:first-child) ul{
	/*display: none;*/
}

.open > .dropdown-menu:not(.datepicker){
	display: block;
}

.slide-links-container a.active{
	text-decoration: underline;
}

/*Home slider */

.gemenc.home .slider-container .slider-image,
.turizmus.home .slider-container .slider-image,
.erdeiiskola.home .slider-container .slider-image{
	width: 60.1%;
}

.gemenc.home .slider-container .slider-image .row,
.turizmus.home .slider-container .slider-image .row,
.erdeiiskola.home .slider-container .slider-image .row{
	position: relative;
}

.gemenc.home .slider-container .slider-text-container,
.turizmus.home .slider-container .slider-text-container,
.erdeiiskola.home .slider-container .slider-text-container{
	width: 39.9%;
}

@media screen and (max-width: 991px){
	.gemenc.home .slider-container .slider-image,
	.turizmus.home .slider-container .slider-image,
	.erdeiiskola.home .slider-container .slider-image,
	.gemenc.home .slider-container .slider-text-container,
	.turizmus.home .slider-container .slider-text-container,
	.erdeiiskola.home .slider-container .slider-text-container{
		width: 50%;
	}
}

@media screen and (max-width: 767px){
	.gemenc.home .slider-container .slider-image,
	.turizmus.home .slider-container .slider-image,
	.erdeiiskola.home .slider-container .slider-image,
	.gemenc.home .slider-container .slider-text-container,
	.turizmus.home .slider-container .slider-text-container,
	.erdeiiskola.home .slider-container .slider-text-container{
		width: 100%;
	}

	.gemenc.home .slider-container .slider-image img,
	.turizmus.home .slider-container .slider-image img,
	.erdeiiskola.home .slider-container .slider-image img{
		width: 100%;
	}
}

#home-slider{
	margin-right: 0;
}

#home-slider .slider-nav{
	position: absolute;
	top: 50%;
	margin-top: -35px;
	display: block;
	width: 55px;
	height: 70px;
	text-align: center;
}

#home-slider .slider-nav.left{
	background: url(images/slider-nav.png) no-repeat 0 0;
	left: 0;
}

#home-slider .slider-nav.right{
	background: url(images/slider-nav.png) no-repeat -55px 0;
	right: 0;
}

/*Lodge tabs */

#lodge-tabs .slider-image{
	width: 55.555555555555555555555555555556%;
}

#lodge-tabs .slider-text-container{
	width: 44.444444444444444444444444444444%;
}

@media screen and (max-width: 991px){
	#lodge-tabs .slider-image,
	#lodge-tabs .slider-text-container{
		width: 50%;
	}
}

@media screen and (max-width: 767px){
	#lodge-tabs .slider-image,
	#lodge-tabs .slider-text-container{
		width: 100%;
	}
}

#lodge-tabs .triangle-box-r p strong{
	color: #ffffff;
}

/*************************************
		TEXT SLOG FIX
**************************************/

.motopress-row.text-slog{
	margin: 0 -15px;
}

/*************************************
		QUOTES
**************************************/

.motopress-quotes{
	padding: 0 12%;
	margin: 20px 0;
}
@media screen and (max-width: 768px){
	.motopress-quotes{
		padding: 0 30px;
	}
}
.motopress-quotes blockquote{
	padding:20px 0px 20px 20px!important;
	margin:0px!important;
	border-left:3px solid #c0223d!important;
}
.motopress-quotes blockquote p{
	font-size:24px!important;
	line-height:40px!important;
	padding:0px!important;
	margin:0px!important;
}
.motopress-quotes.red blockquote{
	color:#c0223d!important;
	border-left:3px solid #c0223d!important;
}
.motopress-quotes.red blockquote p{
	color:#c0223d!important;
}
.motopress-quotes.blue blockquote{
	color:#199aa6!important;
	border-left:3px solid #199aa6!important;
}
.motopress-quotes.blue blockquote p{
	color:#199aa6!important;
}
.motopress-quotes.dgreen blockquote{
	color:#3a662a!important;
	border-left:3px solid #3a662a!important;
}
.motopress-quotes.dgreen blockquote p{
	color:#3a662a!important;
}
.motopress-quotes.yellow blockquote{
	color:#cda006!important;
	border-left:3px solid #cda006!important;
}
.motopress-quotes.yellow blockquote p{
	color:#cda006!important;
}
.motopress-quotes.green blockquote{
	color:#65a619!important;
	border-left:3px solid #65a619!important;
}
.motopress-quotes.green blockquote p{
	color:#65a619!important;
}

/*************************************
		LINE
**************************************/

.motopress-space-obj{
	padding: 0 12%;
}

.motopress-space-obj div{
	border-top: 1px solid #e7e3e1;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative!important;
}

/*************************************
		LIST
**************************************/

.motopress-text-obj{
	padding: 0 12%;
}
@media screen and (max-width: 768px){
	.motopress-text-obj{
		padding: 0 30px;
	}
}
.motopress-text-obj.text-lh-s p{line-height:20px !important;}
.motopress-text-obj.text-lh-m p{line-height:25px !important;}
.motopress-text-obj.text-lh-l p{line-height:30px !important;}
.mp-span6 .motopress-text-obj.text-lh-s p{line-height:20px !important;}
.mp-span6 .motopress-text-obj.text-lh-m p{line-height:25px !important;}
.mp-span6 .motopress-text-obj.text-lh-l p{line-height:30px !important;}
.motopress-text-obj ul{
	padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.motopress-text-obj ul li{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    position: relative;
}
.motopress-text-obj ul li:before{
	content: "\f105";
	position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.motopress-text-obj.dgreen ul li:before{
	color: #3a662a;
}
.motopress-text-obj.yellow ul li:before{
	color: #cda006;
}
.motopress-text-obj.red ul li:before{
	color: #c0223d;
}
.motopress-text-obj.blue ul li:before{
	color: #199aa6;
}
.motopress-text-obj.green ul li:before{
	color: #65a619;
}
.motopress-text-obj.pipe-list ul{
	margin-top: 20px;
}
.motopress-text-obj.pipe-list ul li:before{
	content: "\f14a";
}
.motopress-text-obj.pipe-list ul li:nth-child(4n-3):before{
	color: #65a619;
}
.motopress-text-obj.pipe-list ul li:nth-child(4n-2):before{
	color: #cda006;
}
.motopress-text-obj.pipe-list ul li:nth-child(4n-1):before{
	color: #c0223d;
}
.motopress-text-obj.pipe-list ul li:nth-child(4n):before{
	color: #199aa6;
}

/*************************************
		TABLE
**************************************/

.gemenc-table{
	margin-top: 0;
}
.motopress-table-obj{
	padding: 0 12%;
}
@media screen and (max-width: 768px){
	.motopress-table-obj{
		padding: 0 30px;
	}
}
.motopress-table{
	border:0px!important;
}
.motopress-table thead tr th{
	font-family:Roboto;
	font-weight:300!important;
	font-size:18px!important;
	color:#ffffff!important;
	text-shadow:0px 0px 0px!important;
	background:none!important;
	border:0px!important;
	padding:10px 0px 10px 0px!important;
	margin:0px!important;
	text-align:center!important;
	border:1px solid #dddddd!important;
	border-top: none!important;
    text-transform: uppercase;
    /*width: 33.3333%!important;*/
}
.motopress-table tbody tr td{
	font-family:Roboto;
	font-weight:400!important;
	font-size:15px!important;
	color:#333!important;
	background-color:#fbfbfb!important;
	border:1px solid #dddddd!important;
	text-align:left!important;
	padding: 10px 20px!important;
    width: auto!important;
}
.motopress-table tbody tr td:first-child{
	width: 30%!important;
}
.motopress-table tbody tr.odd-row td{
	background:none!important;
}
.motopress-table tbody tr:first-child td{
	font-weight:500!important;
	text-align:center!important;
}
.motopress-table.dgreen thead tr th:first-child{
	background-color:#3a662a!important;
}
.motopress-table.dgreen tbody tr:first-child td{
	background:rgba(58,102,42,.2)!important;
}
.motopress-table.yellow thead tr th:first-child{
	background-color:#cda006!important;
}
.motopress-table.yellow tbody tr:first-child td{
	background:rgba(205,160,6,.2)!important;
}
.motopress-table.red thead tr th:first-child{
	background-color:#c0223d!important;
}
.motopress-table.red tbody tr:first-child td{
	background:rgba(192,34,61,.2)!important;
}
.motopress-table.blue thead tr th:first-child{
	background-color:#199aa6!important;
}
.motopress-table.blue tbody tr:first-child td{
	background:rgba(25,154,166,.2)!important;
}
.motopress-table.green thead tr th:first-child{
	background-color:#65a619!important;
}
.motopress-table.green tbody tr:first-child td{
	background:rgba(101,166,25,.2)!important;
}
.row .gemenc-table.gemenc-table-first{
	margin-top: 20px;
}
.row .gemenc-table.gemenc-table-first .motopress-table thead tr th{
	border-top: 1px solid #dddddd!important;
}
.motopress-table.noheadline thead tr th{
	font-family:Roboto;
	font-weight:400!important;
	font-size:15px!important;
	color:#333!important;
	background-color:#fbfbfb!important;
	border:1px solid #dddddd!important;
	text-align:center!important;
	padding: 10px 20px!important;
    width: 33.3333%!important;
}
.motopress-table.noheadline tbody tr:first-child td{
	background:#ffffff!important;
	font-weight:400!important;
}
.motopress-table.noheadline tbody tr td{
	text-align:left!important;
}
.motopress-table.noheadline tbody tr td:last-child{
	text-align:right!important;
}
.motopress-table.noheadline.dgreen thead tr th{
	background:rgba(58,102,42,.2)!important;
}
.motopress-table.noheadline.yellow thead tr th{
	background:rgba(205,160,6,.2)!important;
}
.motopress-table.noheadline.red thead tr th{
	background:rgba(192,34,61,.2)!important;
}
.motopress-table.noheadline.blue thead tr th{
	background:rgba(25,154,166,.2)!important;
}
.motopress-table.noheadline.green thead tr th{
	background:rgba(101,166,25,.2)!important;
}

/*************************************
		VIDEO
**************************************/

.motopress-video-obj{
	padding-top: 0!important;
	margin: 20px 0!important;
}

.motopress-video-obj iframe{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*************************************
		GALLERY
**************************************/

.motopress-grid-gallery-obj{
	padding: 0 12%;
	margin: 20px -15px;
}

.motopress-grid-gallery-obj .mp-row-fluid{
	margin: 0;
}

.motopress-grid-gallery-obj .mp-row-fluid .mp-span2{
	width: 16.6666%;
	padding: 0 15px;
	margin: 0;
}

.motopress-grid-gallery-obj .mp-row-fluid .mp-span3{
	width: 25%;
	padding: 0 15px;
	margin: 0;
}

.motopress-grid-gallery-obj .mp-row-fluid .mp-span4{
	width: 33.3333%;
	padding: 0 15px;
	margin: 0;
}

.motopress-grid-gallery-obj .mp-row-fluid .mp-span6{
	width: 50%;
	padding: 0 15px;
	margin: 0;
}

.motopress-grid-gallery-obj .mp-row-fluid .mp-span12{
	width: 100%;
	padding: 0 15px;
	margin: 0;
}

.motopress-grid-gallery-obj .mp-row-fluid a{
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 25px;
}

.motopress-grid-gallery-obj .mp-row-fluid a img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px){
	.motopress-grid-gallery-obj{
		padding: 0 30px;
	}

	.motopress-grid-gallery-obj [class*="mp-span"], .mp-row-fluid .motopress-grid-gallery-obj [class*="mp-span"]{
		float: left;
	}
}

/*************************************
		DOWNLOAD
**************************************/

.download{
	padding: 0 12%;
	margin: 20px 0;
}

.download .motopress-button-obj,
.download .motopress-text-obj{
	padding: 0;
}

.download .mp-span12{
	border-radius: 0;
    color: #333333 !important;
    border: 1px solid #eeeded;
    background: #fafafa;
    box-shadow: 0 0 0;
    padding: 0!important;
}

.download .mp-span8{
	margin: 0!important;
	width: 66.6666%!important;
}

.download .mp-span4{
	margin: 0!important;
	width: 33.3333%!important;
}

.download .motopress-row{
	min-height: 45px;
	margin: 0 0 -2px 0;
}

.download p{
	padding: 10.5px 15px!important;
	margin: 0!important;
}

.download .motopress-button-obj .motopress-btn{
	padding: 12px 30px!important;
    font-size: 15px!important;
    color: #929291!important;
    border: none!important;
    background: #ffffff!important;
    margin: 0!important;
    display: block!important;
    width: 100%!important;
    line-height: 1.3333333!important;
    text-transform: uppercase!important;
    text-align: center!important;
    white-space: nowrap!important;
    vertical-align: middle!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

.download .motopress-button-obj .motopress-btn.bg-dgreen{
	background: #3a662a !important;
	color: #fff!important;
}

.download .motopress-button-obj .motopress-btn.bg-yellow{
	background: #cda006 !important;
	color: #fff!important;
}

.download .motopress-button-obj .motopress-btn.bg-red{
	background: #c0223d !important;
	color: #fff!important;
}

.download .motopress-button-obj .motopress-btn.bg-blue{
	background: #199aa6 !important;
	color: #fff!important;
}

.download .motopress-button-obj .motopress-btn.bg-green{
	background: #65a619 !important;
	color: #fff!important;
}

.download .motopress-button-obj .motopress-btn:hover{
    color: #fff!important;
    background-color: rgba(0,0,0,.3)!important;
    border-color: transparent!important;
}

/*************************************
		TITLE
**************************************/

.motopress-clmn .motopress-text-obj h1{
	margin: 40px 0 20px!important;
    text-transform: uppercase!important;
    font-size: 50px!important;
    font-weight: 300!important;
}
.motopress-clmn .motopress-text-obj h2{
	margin: 20px 0 10px!important;
    text-transform: uppercase!important;
    font-size: 36px!important;
    font-weight: 300!important;
}
.motopress-clmn .motopress-text-obj h3{
	margin: 20px 0!important;
    text-transform: uppercase!important;
    font-size: 28px!important;
    font-weight: 300!important;
}
.motopress-clmn .motopress-text-obj h4{
	margin: 0 0 20px 0!important;
    text-transform: uppercase!important;
    font-size: 24px!important;
    font-weight: 400!important;
}
.motopress-clmn .motopress-text-obj h5{
	margin: 10px 0!important;
    text-transform: uppercase!important;
    font-size: 20px!important;
    font-weight: 400!important;
}
.motopress-clmn .motopress-text-obj h6{
	margin: 10px 0!important;
    text-transform: uppercase!important;
    font-size: 18px!important;
    font-weight: 400!important;
}
.motopress-clmn .motopress-text-obj.red h1,
.motopress-clmn .motopress-text-obj.red h2,
.motopress-clmn .motopress-text-obj.red h3,
.motopress-clmn .motopress-text-obj.red h4,
.motopress-clmn .motopress-text-obj.red h5,
.motopress-clmn .motopress-text-obj.red h6{
	color: #c0223d!important;
}
.motopress-clmn .motopress-text-obj.green h1,
.motopress-clmn .motopress-text-obj.green h2,
.motopress-clmn .motopress-text-obj.green h3,
.motopress-clmn .motopress-text-obj.green h4,
.motopress-clmn .motopress-text-obj.green h5,
.motopress-clmn .motopress-text-obj.green h6{
	color: #65a619!important;
}
.motopress-clmn .motopress-text-obj.yellow h1,
.motopress-clmn .motopress-text-obj.yellow h2,
.motopress-clmn .motopress-text-obj.yellow h3,
.motopress-clmn .motopress-text-obj.yellow h4,
.motopress-clmn .motopress-text-obj.yellow h5,
.motopress-clmn .motopress-text-obj.yellow h6{
	color: #cda006!important;
}
.motopress-clmn .motopress-text-obj.dgreen h1,
.motopress-clmn .motopress-text-obj.dgreen h2,
.motopress-clmn .motopress-text-obj.dgreen h3,
.motopress-clmn .motopress-text-obj.dgreen h4,
.motopress-clmn .motopress-text-obj.dgreen h5,
.motopress-clmn .motopress-text-obj.dgreen h6{
	color: #3a662a!important;
}
.motopress-clmn .motopress-text-obj.blue h1,
.motopress-clmn .motopress-text-obj.blue h2,
.motopress-clmn .motopress-text-obj.blue h3,
.motopress-clmn .motopress-text-obj.blue h4,
.motopress-clmn .motopress-text-obj.blue h5,
.motopress-clmn .motopress-text-obj.blue h6{
	color: #199aa6!important;
}

/*************************************
		PARAGRAPH
**************************************/

.motopress-clmn .motopress-text-obj p{
	font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    font-family: 'Roboto';
    color: #333;
    margin: 5px 0;
}
.motopress-text-obj.dgreen p a{
	color: #3a662a;
	font-weight: 400;
}
.motopress-text-obj.yellow p a{
	color: #cda006;
	font-weight: 400;
}
.motopress-text-obj.red p a{
	color: #c0223d;
	font-weight: 400;
}
.motopress-text-obj.blue p a{
	color: #199aa6;
	font-weight: 400;
}
.motopress-text-obj.green p a{
	color: #65a619;
	font-weight: 400;
}

/*************************************
		LEAD PARAGRAPH
**************************************/

.motopress-clmn .motopress-text-obj.lead p{
	text-align: left;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 40px;
}

/*************************************
		IMAGE
**************************************/

.motopress-image-obj img.motopress-image-obj-basic{
	padding: 20px 0!important;
}
.motopress-image-obj img.motopress-image-obj-basic.img-padding{
	padding: 20px 12%!important;
}
@media screen and (max-width: 768px){
	.motopress-image-obj img.motopress-image-obj-basic.img-padding{
		padding: 20px 30px!important;
	}
}

/*************************************
		BUTTON
**************************************/

.motopress-button-obj{
	padding: 0 12%;
}
@media screen and (max-width: 768px){
	.motopress-button-obj{
		padding: 0 30px;
	}
}
.motopress-button-obj .motopress-btn{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto';
    text-shadow: none;
}
.motopress-button-obj .motopress-btn:not(.inactive):hover,
.motopress-button-obj .motopress-btn:not(.inactive):active{
	color: #fff;
    background-color: rgba(0,0,0,.3)!important;
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.motopress-button-obj .motopress-btn.btn-lg{
	padding: 12px 30px;
    font-size: 15px;
}
.motopress-button-obj .motopress-btn.btn-sm{
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}
.motopress-button-obj .motopress-btn.bg-dgreen{
	background-color:#3a662a;
}
.motopress-button-obj .motopress-btn.bg-yellow{
	background-color:#cda006;
}
.motopress-button-obj .motopress-btn.bg-red{
	background-color:#c0223d;
}
.motopress-button-obj .motopress-btn.bg-blue{
	background-color:#199aa6;
}
.motopress-button-obj .motopress-btn.bg-green{
	background-color:#65a619;
}
.motopress-button-obj .motopress-btn.inactive{
	cursor: default;
	opacity: .65;
}

/*************************************
		TEXT WITH IMAGE
**************************************/

.motopress-row .mp-span6{
	margin: 0;
	padding: 0 15px!important;
}
.motopress-row.text-slog-l{
	width: auto!important;
	margin-left: -15px;
	margin-right: -15px;
}
.motopress-row.text-slog-l .mp-span6{
	width: 50%;
	padding: 0 15px;
}
.text-slog-l .motopress-text-obj{
	padding: 0;
}
.motopress-row.text-slog-r{
	width: auto!important;
	margin-left: -15px;
	margin-right: -15px;
}
.motopress-row.text-slog-r .mp-span6{
	width: 50%;
	margin: 0;
	padding: 0 15px;
}
.mp-span6 .motopress-text-obj{
	padding: 0;
}
.mp-span6 .motopress-text-obj p{
	line-height: 30px !important;
}
@media screen and (max-width: 991px){
	.motopress-row .mp-span6{
		width: 100%!important;
	}
	.motopress-row.text-slog-r,
	.motopress-row.text-slog-l{
		padding: 0 12%;
	}
}
@media screen and (max-width: 768px){
	.motopress-row.text-slog-r,
	.motopress-row.text-slog-l{
		padding: 0 30px;
	}
}

/********************************************
		TEXT WITH IMAGE AND COLORED BG
*********************************************/
.motopress-row.panel .mp-span6{
	padding: 0!important;
}
.motopress-row.panel .mp-span6:first-of-type{
	padding-right: 15px!important;
	margin-right: -15px;
}
.motopress-row.panel .mp-span6:last-of-type{
	padding: 30px!important;
}
.motopress-row.panel .motopress-image-obj img{
	padding: 0 !important;
}
.motopress-row.panel .motopress-text-obj h3{
	margin: 0 0 20px!important;
    padding: 0!important;
    color: inherit;
}
.motopress-row.panel .motopress-text-obj p{
	margin: 0;
    color: inherit;
}
@media screen and (max-width: 991px){
	.motopress-row.panel .mp-span6:first-of-type{
		padding-right: 0!important;
		margin-right: 0;
	}
}

/********************************************
		INFORMATION PANEL
*********************************************/

.motopress-row.ipanel{
	background: #ffffff!important;
	padding-left: 12.5%;
	margin: 20px 0;
}
.motopress-row.ipanel > .mp-span12{
	padding: 20px 40px 20px 160px;
	position: relative;
}
.motopress-row.ipanel > .mp-span12:before{
    text-align: center;
    content: "\f05a";
    color: #ffffff;
    position: absolute;
	left: 45px;
	top: 50%;
	margin-top: -37.5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	font-size: 75px;
}
.motopress-row.ipanel.bg-dgreen > .mp-span12{
	background-color: #3a662a;
}
.motopress-row.ipanel.bg-yellow > .mp-span12{
	background-color: #cda006;
}
.motopress-row.ipanel.bg-red > .mp-span12{
	background-color: #c0223d;
}
.motopress-row.ipanel.bg-blue > .mp-span12{
	background-color: #199aa6;
}
.motopress-row.ipanel.bg-green > .mp-span12{
	background-color: #65a619;
}
.motopress-row.ipanel.bg-gray > .mp-span12{
	background-color: #adadad;
}
.motopress-row.ipanel .motopress-text-obj{
	padding: 0;
}
.motopress-row.ipanel .motopress-text-obj h3,
.motopress-row.ipanel .motopress-text-obj p{
	color: #ffffff;
}
.motopress-row.ipanel .motopress-text-obj h3{
	margin: 0 0 20px!important;
    padding: 0!important;
}
.motopress-row.ipanel .motopress-text-obj p{
	margin: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.motopress-row.ipanel{
		padding: 0 12%;
	}
}
@media screen and (max-width: 768px){
	.motopress-row.ipanel{
		padding: 0 30px;
	}
	.motopress-row.ipanel > .mp-span12:before{
		top: 20px;
		left: 15px;
		margin: 0;
		font-size: 50px;
	}
	.motopress-row.ipanel > .mp-span12{
		padding: 20px 40px 20px 75px;
	}
}

.page-template-page-programorganizer .motopress-text-obj{
	padding: 0;
}