/* *** BASICS *** */
.mg_box .overlays > .mgom_layer,
.mgom_graphic_wrap,
.mgom_graphic_wrap > .mgom_layer,
.mgom_txt_wrap {
	position: absolute;	
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.mgom_graphic_wrap {
	background: none;
	z-index: 850;	
	max-height: 100%;
	max-width: 100%;
}
.mgom_txt_wrap {
	background: none;
	z-index: 900;	
	max-height: 100%;
	max-width: 100%;
	padding: 18px 22px;
}
.mgom_curtain .thumb {
	position: relative;	
	z-index: 30;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.mgom_mouse_dir {
	top: -100%;
	left: -100%;	
}
.mgom_mouse_dir.mgom_md_init_pos {
	-webkit-transition: none !important; 
	-ms-transition: 	none !important; 
	transition: 		none !important; 
}
.mgom_curtain .mgom_blur,
.mgom_curtain .mgom_grayscale {
	position: absolute;	
}

.mgom_subj_icon, .mgom_eye_icon, .mgom_plus_icon, .mgom_magnfier_icon,
.mgom_subj_icon span, .mgom_eye_icon span, .mgom_plus_icon span, .mgom_magnfier_icon span { 
	font-family: 'lcweb-media' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} 
.mg_static_img .mgom_subj_icon span:before, .mg_image .mgom_subj_icon span:before {content: "\e61a";} 	/* img */
.mg_gallery .mgom_subj_icon span:before {content: "\e608";} /* gallery */
.mg_video .mgom_subj_icon span:before, .mg_inl_video .mgom_subj_icon span:before {content: "\e606";} 	/* video - inline video */
.mg_audio .mgom_subj_icon span:before, .mg_inl_audio .mgom_subj_icon span:before {content: "\e609";} 	/* audio */
.mg_link .mgom_subj_icon span:before {content: "\e604";} 	/* link */
.mg_lb_text .mgom_subj_icon span:before {content: "\e607";} /* custom content */
.mg_post_contents .mgom_subj_icon span:before {content: "\e605";} /* post contents */
.mg_woocom .mgom_subj_icon span:before {content: "\e619";} /* shop */

.mgom_eye_icon span:before {content: "\e600";} /* eye */
.mgom_plus_icon span:before {content: "\e603";} /* plus */
.mgom_magnfier_icon span:before {content: "\e601";} /* magnifier */



/* *** GRAPHICAL TYPES *** */

/* crossing layer */
.mgom_crossing_layer.mgom_top-left {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-100%, 0px, 0px);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-100%, 0px, 0px);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-100%, 0px, 0px);
}
.mg_box:hover .mgom_crossing_layer.mgom_top-left {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(100%, 0px, 0px);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(100%, 0px, 0px);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(100%, 0px, 0px);
}

.mgom_crossing_layer.mgom_top-right {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
}
.mg_box:hover .mgom_crossing_layer.mgom_top-right {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}

.mgom_crossing_layer.mgom_bottom-left {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}
.mg_box:hover .mgom_crossing_layer.mgom_bottom-left {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
}

.mgom_crossing_layer.mgom_bottom-right {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(100%, 0px, 0px);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(100%, 0px, 0px);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(100%, 0px, 0px);
}
.mg_box:hover .mgom_crossing_layer.mgom_bottom-right {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-100%, 0px, 0px);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-100%, 0px, 0px);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-100%, 0px, 0px);	
}


/* corner slice */
.mgom_corner_slice {
	min-width: 300%;	
}
.mgom_corner_slice.mgom_top-right, .mgom_corner_slice.mgom_top-left {
	top: -100%;
}
.mgom_corner_slice.mgom_bottom-right, .mgom_corner_slice.mgom_bottom-left {
	bottom: -100%;	
}
.mgom_corner_slice.mgom_top-right, .mgom_corner_slice.mgom_bottom-right {
	left: 0;	
}
.mgom_corner_slice.mgom_top-left, .mgom_corner_slice.mgom_bottom-left {
	right: 0;
}

.mgom_corner_slice.mgom_top-left {
	transform-origin: 100% 100% 0;	
	-webkit-transform-origin: 100% 100% 0;	
	-ms-transform-origin: 100% 100% 0;	
}
.mgom_corner_slice.mgom_top-right {
	transform-origin: 0 100% 0;	
	-webkit-transform-origin: 0 100% 0;
	-ms-transform-origin: 0 100% 0;
}
.mgom_corner_slice.mgom_bottom-right {
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;	
}
.mgom_corner_slice.mgom_bottom-left {
	transform-origin: 100% 0 0;	
	-webkit-transform-origin: 100% 0 0;	
	-ms-transform-origin: 100% 0 0;	
}
.mg_box:hover .mgom_corner_slice.mgom_top-right, .mg_box:hover .mgom_corner_slice.mgom_bottom-left {
	transform: rotate(22deg);
	-webkit-transform: rotate(22deg);
	-ms-transform: rotate(22deg);
}
.mg_box:hover .mgom_corner_slice.mgom_top-left, .mg_box:hover .mgom_corner_slice.mgom_bottom-right {
	transform: rotate(-22deg);
	-webkit-transform: rotate(-22deg);
	-ms-transform: rotate(-22deg);
}


/* corner shapes */
.mgom_corner_triangle,
.mgom_corner_square,
.mgom_corner_circle {
	width: 130px !important; 
	height: 130px !important;
} 
.mgom_corner_circle {
	border-radius: 50px;		
}
.mgom_corner_triangle {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	transform: rotate(45deg);
}
.mgom_corner_triangle span {
	-webkit-transform: rotate(-45deg) scale(1.05); 
	-ms-transform: rotate(-45deg); 
	transform: rotate(-45deg); 
}
.mgom_corner_triangle span,
.mgom_corner_square span,
.mgom_corner_circle  span {
	display: inline-block;
	position: relative;
	
	font-family: 'lcweb-media';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mgom_corner_triangle span:before,
.mgom_corner_square span:before,
.mgom_corner_circle span:before {	
	font-size: 20px;
}

.mgom_corner_square.mgom_top-left.mgom_subj_icon span, .mgom_corner_square.mgom_top-left.mgom_eye_icon span, 
.mgom_corner_square.mgom_top-left.mgom_plus_icon span, .mgom_corner_square.mgom_top-left.mgom_magnfier_icon span {
	top: 95px;
	left: 95px;		
}
.mgom_corner_square.mgom_top-right.mgom_subj_icon span, .mgom_corner_square.mgom_top-right.mgom_eye_icon span, 
.mgom_corner_square.mgom_top-right.mgom_plus_icon span, .mgom_corner_square.mgom_top-right.mgom_magnfier_icon span {
	left: 17px;
    top: 95px;		
}
.mgom_corner_square.mgom_bottom-right.mgom_subj_icon span, .mgom_corner_square.mgom_bottom-right.mgom_eye_icon span, 
.mgom_corner_square.mgom_bottom-right.mgom_plus_icon span, .mgom_corner_square.mgom_bottom-right.mgom_magnfier_icon span {
	top: 17px;
	left: 17px;		
}
.mgom_corner_square.mgom_bottom-left.mgom_subj_icon span, .mgom_corner_square.mgom_bottom-left.mgom_eye_icon span, 
.mgom_corner_square.mgom_bottom-left.mgom_plus_icon span, .mgom_corner_square.mgom_bottom-left.mgom_magnfier_icon span {
	top: 17px;
	left: 95px;		
}

.mgom_corner_circle.mgom_top-left.mgom_subj_icon span, .mgom_corner_circle.mgom_top-left.mgom_eye_icon span, 
.mgom_corner_circle.mgom_top-left.mgom_plus_icon span, .mgom_corner_circle.mgom_top-left.mgom_magnfier_icon span {
	left: 89px;
    top: 89px;	
}
.mgom_corner_circle.mgom_top-right.mgom_subj_icon span, .mgom_corner_circle.mgom_top-right.mgom_eye_icon span, 
.mgom_corner_circle.mgom_top-right.mgom_plus_icon span, .mgom_corner_circle.mgom_top-right.mgom_magnfier_icon span {
	left: 21px;
    top: 89px;		
}
.mgom_corner_circle.mgom_bottom-right.mgom_subj_icon span, .mgom_corner_circle.mgom_bottom-right.mgom_eye_icon span, 
.mgom_corner_circle.mgom_bottom-right.mgom_plus_icon span, .mgom_corner_circle.mgom_bottom-right.mgom_magnfier_icon span {
	left: 21px;
    top: 21px;		
}
.mgom_corner_circle.mgom_bottom-left.mgom_subj_icon span, .mgom_corner_circle.mgom_bottom-left.mgom_eye_icon span, 
.mgom_corner_circle.mgom_bottom-left.mgom_plus_icon span, .mgom_corner_circle.mgom_bottom-left.mgom_magnfier_icon span {
	left: 89px;
    top: 21px;	
}

.mgom_corner_triangle.mgom_top-left.mgom_subj_icon span, .mgom_corner_triangle.mgom_top-left.mgom_eye_icon span, 
.mgom_corner_triangle.mgom_top-left.mgom_plus_icon span, .mgom_corner_triangle.mgom_top-left.mgom_magnfier_icon span {
	left: 103px;
    top: 56px;	
}
.mgom_corner_triangle.mgom_top-right.mgom_subj_icon span, .mgom_corner_triangle.mgom_top-right.mgom_eye_icon span, 
.mgom_corner_triangle.mgom_top-right.mgom_plus_icon span, .mgom_corner_triangle.mgom_top-right.mgom_magnfier_icon span {
	right: -56px;
    top: 101px;	
}
.mgom_corner_triangle.mgom_bottom-right.mgom_subj_icon span, .mgom_corner_triangle.mgom_bottom-right.mgom_eye_icon span, 
.mgom_corner_triangle.mgom_bottom-right.mgom_plus_icon span, .mgom_corner_triangle.mgom_bottom-right.mgom_magnfier_icon span {
	right: -10px;
    top: 56px;		
}
.mgom_corner_triangle.mgom_bottom-left.mgom_subj_icon span, .mgom_corner_triangle.mgom_bottom-left.mgom_eye_icon span, 
.mgom_corner_triangle.mgom_bottom-left.mgom_plus_icon span, .mgom_corner_triangle.mgom_bottom-left.mgom_magnfier_icon span {
	left: 56px;
    top: 10px;	
}


/* shapes */
.mgom_circle, .mgom_exagon, .mgom_octagon, .mgom_diamond, .mgom_outline_circle, .mgom_outline_diamond {
	background: none !important;	
}
.mgom_circle div, .mgom_exagon div, .mgom_octagon div, .mgom_diamond div, .mgom_outline_circle div, .mgom_outline_diamond div {
	display: inline-block;
	position: absolute;
	height: 60px;
	width: 60px;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	text-align: center;	
	overflow: hidden;
	
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mgom_circle span, .mgom_exagon span, .mgom_octagon span, .mgom_diamond span, .mgom_outline_circle span, .mgom_outline_diamond span { 
	display: inline-block;
	height: 20px;
    margin-top: 19px;
}
.mgom_circle span:before, .mgom_exagon span:before, .mgom_octagon span:before, .mgom_diamond span:before, .mgom_outline_circle span:before, .mgom_outline_diamond span:before {
	font-size: 22px;
}
.mgom_circle div, .mgom_outline_circle div {
	border-radius: 50px;	
}
.mgom_diamond div, .mgom_outline_diamond div {
	border-radius: 3px;	
	
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.mgom_diamond div span, .mgom_outline_diamond div span {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg) scale(1.05);
}
.mgom_outline_circle div, .mgom_outline_diamond div {
	background-color: transparent !important;
	border-width: 4px;
	border-style: solid;	
}

.mgom_exagon div {
	position: relative; 
	height: 24px;
	width: 52px;
	overflow: visible;
	
	transform: translate(0px, -6%);
	-ms-transform: translate(0px, -6%); /* IE 9 */
	-webkit-transform: translate(0px, -6%); /* Safari and Chrome */
}
.mgom_exagon div:before {
	background: none !important;
	content: ""; 
	position: absolute; 
	top: -18px; 
	left: 0; 
	width: 0; 
	height: 0; 
	border-width: 0 26px 18px;
	
	border-style: solid; 
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important; 	
}
.mgom_exagon div:after {
	background: none !important;
	content: ""; 
	position: absolute; 
	bottom: -18px;
	left: 0; 
	width: 0; 
	height: 0; 
	border-width: 18px 26px 0;
	
	border-style: solid; 
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important; 	
}
.mgom_exagon div span {
	float: left;
    margin-left: 15px;
    margin-top: 1px;	
}

.mgom_octagon div {
	position: relative; 
	height:22px;
	width: 50px;
	overflow: visible;
	
	transform: translate(0px, -6%);
	-ms-transform: translate(0px, -6%); /* IE 9 */
	-webkit-transform: translate(0px, -6%); /* Safari and Chrome */
}
.mgom_octagon div:before {
	background: none !important;
	content: ""; 
	position: absolute; 
	top: -15px; 
	left: 0; 
	width: 20px; 
	height: 0; 
	border-width: 0 15px 15px;
	
	border-style: solid; 
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important; 	
}
.mgom_octagon div:after {
	background: none !important;
	content: ""; 
	position: absolute; 
	bottom: -15px;
	left: 0; 
	width: 20px; 
	height: 0; 
	border-width: 15px 15px 0;
	
	border-style: solid; 
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important; 	
}
.mgom_octagon div span {
	float: left;
    margin-left: 14px;
    margin-top: 0px;	
}


/* icons */
.mgom_icon_layer {
	text-align: center;
	width: auto !important;
	height: auto !important;
}


/* split full-image layer */
.mgom_vert_split_layer {
	width: 50% !important;
	top: -100%;	
	right: 0;
	overflow: visible !important;
}
.mgom_vert_split_layer div {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -200%;	
	left: -100%;
}
.mg_box:hover .mgom_vert_split_layer {
	top: 0;	
}
.mg_box:hover .mgom_vert_split_layer div {
	bottom: 0;	
}

.mgom_horiz_split_layer {
	height: 50% !important;
	left: -100%;	
	bottom: 0;
	overflow: visible !important;
}
.mgom_horiz_split_layer div {
	position: absolute;
	width: 100%;
	height: 100%;
	right: -200%;	
	top: -100%;
}
.mg_box:hover .mgom_horiz_split_layer {
	left: 0;	
}
.mg_box:hover .mgom_horiz_split_layer div {
	right: 0;	
}

.mgom_vert_split_layer div, .mgom_horiz_split_layer div,
.mg_box:hover .mgom_vert_split_layer div, .mg_box:hover .mgom_horiz_split_layer div {
	opacity: 1;
	filter: alpha(opacity=100);
}



/* *** TEXTUAL TYPES *** */
.mgom_txt_wrap .mgom_txt_block {
    height: 100%;
    left: 0 !important;
    position: absolute;
    top: 0 !important;
    width: 100%;
    z-index: -1 !important;
}
.mgom_show_all .mgom_txt_wrap, 
.mgom_hide_all .mgom_txt_wrap, 
.mgom_sh_vert_center .mgom_txt_wrap,
.mgom_curtain .mgom_txt_wrap {
	max-height: 100% !important;
}
.mgom_show_all .mgom_txt_wrap,
.mgom_sh_vert_center .mgom_txt_wrap,
.mgom_curtain .mgom_txt_wrap {
	height: auto !important;
}

.mgom_txt_wrap > p {
	display: none;	
}
.mg_title_under .mgom_txt_block {
	display: none;	
}
.mg_title_under .mgom_descr {
	max-height: 150px;	
}
.mgom_txt_vis .mgom_txt_wrap {
	bottom: 0px !important;
	top: 100%;
}

.mg_box:hover .mgom_txt_wrap .mgom_title,
.mg_box:hover .mgom_txt_wrap .mgom_descr,
.mg_box:hover .mgom_txt_wrap .mgom_separator,
.mg_box:hover .mgom_txt_wrap .custom_txt {
	opacity: 1;
	filter: alpha(opacity=100);	
}

/* button */
.mgom_button {
	display: inline-block;
	text-align: center;
	padding: 6px 10px;
	cursor: pointer;	
}
.mgom_btn_fullwidth_1 {
	display: block;	
}

/* contents height + always visible */
.mgom_show_all .mgom_txt_wrap {
	top: auto !important;
	bottom: 0 !important;	
}

/* curtain effect */
.mgom_curtain .mgom_txt_wrap {
	z-index: 10 !important;	
	top: auto !important;
	bottom: 0 !important;
}

/* slide on hover + vertically centered + contents height */ 
.mgom_sh_vert_center .mgom_txt_wrap {
	opacity: 0;
	top: 50% !important;
	position: relative !important;
	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	
	-ms-transform: translateY(-50%);
	-webkit-transform: rotateX(90deg) translateY(-50%);
	transform: rotateX(90deg) translateY(-50%);

	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}
.mgom_sh_vert_center .mgom_txt_wrap > *:first-child {
	margin-top: 0px !important;	
}
.mgom_sh_vert_center .mgom_txt_wrap > *:nth-last-child(2) {
	margin-bottom: 0px !important;	
}
.mgom_sh_vert_center .mg_box:hover .mgom_txt_wrap {
	top: 50% !important;
   	opacity: 1;
	
	-ms-transform: translateY(-50%);
	-webkit-transform: rotateX(0deg)  translateY(-50%); 
	transform: rotateX(0deg)  translateY(-50%);
}

/* center vertically text */
.mgom_wrap_vc_txt,
.mgom_show_title_fh .mg_box:hover .mgom_wrap_vc_txt {
	height: auto !important;
	max-height: 100%;
	background: none !important;
	position: relative !important;
	top: 50%;
	
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);	
}
/* show title + fullheight - no center by default */ 
.mgom_show_title_fh .mgom_wrap_vc_txt {
	top: 0;
	
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);	
	
	-webkit-transition: all .4s ease-out; 
	-ms-transition: 	all .4s ease-out;  
	transition: 		all .4s ease-out; 
}


/* txt under items adjustments */
.mg_title_under > div {
	margin-bottom: 3px;	
}
.mg_title_under > div:last-child {
	margin-bottom: 0px;	
}

.mgom_title {
    margin-bottom: 5px;
}
.mgom_separator {
	width: 100%;
	height: 0px;
	margin: 6px 0 !important;	
}
.mgom_ol_attr_label:after {
	content: " - "
}


/* title padding bottom for show always title */
.mgom_show_title_fh .mgom_title,
.mgom_show_title .mgom_title {
	padding-bottom: 20px;	
	
	-webkit-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	transition: all .3s ease; 
}
.mgom_show_title_fh .mg_box:hover .mgom_title,
.mgom_show_title .mg_box:hover .mgom_title {
	padding-bottom: 0px;	
}

/* social share icons */
.mgom_socials span {
	display: inline-block;
	cursor: pointer;
	margin: 0 4px;
	cursor: pointer;
	
	font-family: 'lcweb-media';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;	
}
.mgom_soc_align_left span {
	margin: 0 7px 0 0; 	
}
.mgom_soc_align_right {
	text-align: right;	
}
.mgom_soc_align_right span {
	margin: 0 0 0 7px; 	
}
.mgom_soc_align_center {
	text-align: center;	
}
.mgom_socials br {
	display: none;	
}
.mgom_socials p {
	display: inline;	
}
.mgom_minimal_socials .mgom_fb:before {content: "\e60d";}
.mgom_minimal_socials .mgom_tw:before {content: "\e610";}
.mgom_minimal_socials .mgom_gp:before {content: "\e60a"; font-weight: bold;}
.mgom_minimal_socials .mgom_pt:before {content: "\e615";}

.mgom_rounded_socials .mgom_fb:before {content: "\e60f";}
.mgom_rounded_socials .mgom_tw:before {content: "\e612";}
.mgom_rounded_socials .mgom_gp:before {content: "\e60c";}
.mgom_rounded_socials .mgom_pt:before {content: "\e613";}

.mgom_squared_socials .mgom_fb:before {content: "\e60e";}
.mgom_squared_socials .mgom_tw:before {content: "\e611";}
.mgom_squared_socials .mgom_gp:before {content: "\e60b";}
.mgom_squared_socials .mgom_pt:before {content: "\e614";}



/* *** IMAGE EFFECTS *** */
.mgom_grayscale {
	position: absolute;
	top: 0;
	z-index: 100;
}
.mgom_blur {
	position: absolute;
	top: 0;
	z-index: 70;
	opacity: 0;
	filter: alpha(opacity=0);
}
 
 .mgom_7_0 { top: 50%; left: 50%;font-size: 35px;
color: #666666;opacity: 0; filter: alpha(opacity=00);
transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0s;
-webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1) 0s; -ms-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0s;
z-index: 890; 
}
.mg_box:hover .mgom_7_0 {
font-size: 43px;
color: #666666;opacity: 0.9; filter: alpha(opacity=90);
}
.mgom_7_0 {
margin-top: -18px;	
margin-left: -18px; 
}
.mg_box:hover .mgom_7_0 {
margin-top: -22px;	
margin-left: -22px; 
}
.mgom_7_1 { top: -100%; left: 0px;
background-color: #ffffff;opacity: 0.2; filter: alpha(opacity=20);
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
z-index: 880; 
}
.mg_box:hover .mgom_7_1 {
top: 0px;
background-color: #ffffff;opacity: 0.6; filter: alpha(opacity=60);
}
.mgom_7_2 { top: 0px; left: 0px;
background-color: #ffffff;opacity: 0.7; filter: alpha(opacity=70);
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_7_2 {
top: 0px; left: 0px;
background-color: #ffffff;opacity: 1; filter: alpha(opacity=100);
}
.mgom_7_3.mgom_txt_wrap {
top: 0px; left: 0px;	
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_7_3.mgom_txt_wrap {
top: 0px; left: 0px;	
} .mgom_8_0 { background-color: #4f4f4f;opacity: 0.7; filter: alpha(opacity=70);
color: #fdfdfd;transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); 
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
z-index: 1090; 
}
.mg_box:hover .mgom_8_0 {
background-color: #4f4f4f;opacity: 1; filter: alpha(opacity=100);
transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); 
}
.mgom_8_0 div, .mgom_8_0 div:before, .mgom_8_0 div:after {
background-color: #4f4f4f;	
border-color: #4f4f4f; 
}
.mg_box:hover .mgom_8_0 div, .mg_box:hover .mgom_8_0 div:before, .mg_box:hover .mgom_8_0 div:after {
background-color: #4f4f4f;	
border-color: #4f4f4f;	
}
.mgom_8_1 { top: 0px; left: 0px;
background-color: #ffffff;opacity: 0.7; filter: alpha(opacity=70);
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_8_1 {
top: 0px; left: 0px;
background-color: #ffffff;opacity: 1; filter: alpha(opacity=100);
}
.mgom_8_2.mgom_txt_wrap {
top: 0px; left: 0px;	
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_8_2.mgom_txt_wrap {
top: 0px; left: 0px;	
} .mgom_9_0 { text-align: center;
font-size: 17px;
color: #fdfdfd;line-height: 21px;
font-weight: bold;margin-bottom: 12px !important; 
}
.mg_box:hover .mgom_9_0 {
color: #fdfdfd;
}
.mgom_9_1 { text-align: center;
font-size: 13px;
color: #fff;line-height: 17px;
margin-bottom: 15px !important; 
}
.mg_box:hover .mgom_9_1 {
color: #fff;
}
.mgom_9_2 { background-color: #111;opacity: 0.2; filter: alpha(opacity=20);
transition: all 400ms ease-out 0s;
-webkit-transition: all 400ms ease-out 0s; -ms-transition: all 400ms ease-out 0s;
}
.mg_box:hover .mgom_9_2 {
background-color: #111;opacity: 0.7; filter: alpha(opacity=70);
}
.mgom_9_3.mgom_txt_wrap {
transition: all 400ms ease-out 0s;
-webkit-transition: all 400ms ease-out 0s; -ms-transition: all 400ms ease-out 0s;
}
.mg_box:hover .mgom_9_3.mgom_txt_wrap {
} .mgom_10_0 { bottom: 15px; right: 15px;font-size: 18px;
color: #fff;opacity: 0.9; filter: alpha(opacity=90);
transition: all 200ms linear 0s;
-webkit-transition: all 200ms linear 0s; -ms-transition: all 200ms linear 0s;
z-index: 1090; 
}
.mg_box:hover .mgom_10_0 {
font-size: 18px;
color: #383838;opacity: 0.9; filter: alpha(opacity=90);
}
.mgom_10_1 { top: 0px; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
transform: scale(0.5); -ms-transform: scale(0.5); -webkit-transform: scale(0.5); 
transition: all 200ms ease-out 0s;
-webkit-transition: all 200ms ease-out 0s; -ms-transition: all 200ms ease-out 0s;
z-index: 880; 
}
.mg_box:hover .mgom_10_1 {
top: 0px; left: 0px;
background-color: #ffffff;opacity: 0.7; filter: alpha(opacity=70);
transform: scale(1.0); -ms-transform: scale(1.0); -webkit-transform: scale(1.0); 
}
.mgom_10_2 { text-align: center;
font-size: 17px;
color: #222222;line-height: 18px;
font-weight: bold;
}
.mg_box:hover .mgom_10_2 {
color: #383838;
}
.mgom_10_3 { color: #b5b5b5;
border-bottom: 1px solid #b5b5b5;
}
.mg_box:hover .mgom_10_3 {
}
.mgom_10_4 { top: 0px; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
transform: scale(0.5); -ms-transform: scale(0.5); -webkit-transform: scale(0.5); 
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s; -ms-transition: all 300ms ease 0s;
}
.mg_box:hover .mgom_10_4 {
top: 0px; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
transform: scale(1.0); -ms-transform: scale(1.0); -webkit-transform: scale(1.0); 
}
.mg_box .mgom_10_5.mgom_txt_wrap > *:not(.mgom_txt_block) {
opacity: 0;
filter: alpha(opacity=0);	
}
.mg_box:hover .mgom_10_5.mgom_txt_wrap > *:not(.mgom_txt_block) {
opacity: 1;
filter: alpha(opacity=100);	
}
.mgom_10_5.mgom_txt_wrap > * {
transition: 		opacity 300ms ease 0s;
-webkit-transition: opacity 300ms ease 0s;
-ms-transition: 	opacity 300ms ease 0s;
}
.mgom_10_5.mgom_txt_wrap {
top: 0px; left: 0px;	
transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s; -ms-transition: all 300ms ease 0s;
}
.mg_box:hover .mgom_10_5.mgom_txt_wrap {
top: 0px; left: 0px;	
} .mgom_11_0 { text-align: left;
font-size: 15px;
color: #fdfdfd;line-height: 20px;
font-weight: bold;
}
.mg_box:hover .mgom_11_0 {
color: #fdfdfd;
}
.mgom_11_1 { text-align: left;
font-size: 13px;
color: #fff;line-height: 17px;
}
.mg_box:hover .mgom_11_1 {
color: #fff;
}
.mgom_11_2 { bottom: -100%; left: 0px;
background-color: #111;opacity: 0.6; filter: alpha(opacity=60);
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_11_2 {
bottom: 0px; left: 0px;
background-color: #111;opacity: 0.6; filter: alpha(opacity=60);
}
.mgom_11_3.mgom_txt_wrap {
bottom: -100%; left: 0px;	
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_11_3.mgom_txt_wrap {
bottom: 0px; left: 0px;	
} .mgom_12_0 { bottom: -150px; right: -150px;
background-color: #fdfdfd;opacity: 0.6; filter: alpha(opacity=60);
color: #4D4D4D;
transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0s;
-webkit-transition: all 400ms cubic-bezier(0.680, 0, 0.265, 1) 0s; -ms-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0s;
z-index: 1090; 
}
.mg_box:hover .mgom_12_0 {
bottom: -80px; right: -80px;opacity: 0.9; filter: alpha(opacity=90);
}
.mgom_12_1 { background-color: #ffffff;opacity: 0.2; filter: alpha(opacity=20);
transition: all 600ms ease 0s;
-webkit-transition: all 600ms ease 0s; -ms-transition: all 600ms ease 0s;
z-index: 880; 
}
.mg_box:hover .mgom_12_1 {
background-color: #ffffff;opacity: 0.6; filter: alpha(opacity=60);
}
.mgom_12_2 { z-index: 870; 
}
.mg_box:hover .mgom_12_2 {
}
.mgom_12_3 { top: 0px; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_12_3 {
top: 0px; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
}
.mgom_12_4.mgom_txt_wrap {
top: 0px; left: 0px;	
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_12_4.mgom_txt_wrap {
top: 0px; left: 0px;	
} .mgom_13_0 { top: 50%; left: 50%;font-size: 39px;
color: #fff;opacity: 0; filter: alpha(opacity=0);
transform: scale(1.5); -ms-transform: scale(1.5); -webkit-transform: scale(1.5); 
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
z-index: 890; 
}
.mg_box:hover .mgom_13_0 {
font-size: 39px;
color: #fff;opacity: 0.9; filter: alpha(opacity=90);
transform: scale(1.0); -ms-transform: scale(1.0); -webkit-transform: scale(1.0); 
}
.mgom_13_0 {
margin-top: -20px;	
margin-left: -20px; 
}
.mg_box:hover .mgom_13_0 {
margin-top: -20px;	
margin-left: -20px; 
}
.mgom_13_1 { background-color: #444;opacity: 0.1; filter: alpha(opacity=10);
transition: all 500ms ease 0s;
-webkit-transition: all 500ms ease 0s; -ms-transition: all 500ms ease 0s;
z-index: 880; 
}
.mg_box:hover .mgom_13_1 {
background-color: #444;opacity: 0.1; filter: alpha(opacity=10);
}
.mgom_13_2 { z-index: 870; 
}
.mg_box:hover .mgom_13_2 {
}
.mgom_13_3 { top: 0px; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_13_3 {
top: 0px; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
}
.mgom_13_4.mgom_txt_wrap {
top: 0px; left: 0px;	
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_13_4.mgom_txt_wrap {
top: 0px; left: 0px;	
} .mgom_14_0 { top: 0px; left: 0px;
background-color: #333;opacity: 0; filter: alpha(opacity=0);
color: #fff;transform: scale(0.5); -ms-transform: scale(0.5); -webkit-transform: scale(0.5); 
transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0s;
-webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1) 0s; -ms-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0s;
z-index: 1090; 
}
.mg_box:hover .mgom_14_0 {
top: 0px; left: 0px;
background-color: #333;opacity: 0.9; filter: alpha(opacity=90);
transform: scale(1.0); -ms-transform: scale(1.0); -webkit-transform: scale(1.0); 
}
.mgom_14_0 div, .mgom_14_0 div:before, .mgom_14_0 div:after {
background-color: #333;	
border-color: #333; 
}
.mg_box:hover .mgom_14_0 div, .mg_box:hover .mgom_14_0 div:before, .mg_box:hover .mgom_14_0 div:after {
background-color: #333;	
border-color: #333;	
}
.mgom_14_1 { background-color: #ffffff;opacity: 0.1; filter: alpha(opacity=10);
transition: all 200ms ease 0s;
-webkit-transition: all 200ms ease 0s; -ms-transition: all 200ms ease 0s;
z-index: 880; 
}
.mg_box:hover .mgom_14_1 {
background-color: #ffffff;opacity: 0.4; filter: alpha(opacity=40);
}
.mgom_14_1 div {
background-color: #ffffff;
transition: all 200ms ease 0s;
-webkit-transition: all 200ms ease 0s; -ms-transition: all 200ms ease 0s;
}
.mg_box:hover .mgom_14_1 div {
background-color: #ffffff;
}
.mgom_14_2 { top: 0px; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_14_2 {
top: 0px; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
}
.mgom_14_3.mgom_txt_wrap {
top: 0px; left: 0px;	
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_14_3.mgom_txt_wrap {
top: 0px; left: 0px;	
} .mgom_15_0 { top: 50%; left: 50%;font-size: 27px;
color: #ffffff;opacity: 0.9; filter: alpha(opacity=90);
transform: scale(1.5); -ms-transform: scale(1.5); -webkit-transform: scale(1.5); 
transition: all 400ms ease-in-out 0s;
-webkit-transition: all 400ms ease-in-out 0s; -ms-transition: all 400ms ease-in-out 0s;
z-index: 1090; 
}
.mg_box:hover .mgom_15_0 {
font-size: 27px;
color: #ffffff;opacity: 0.4; filter: alpha(opacity=40);
transform: scale(1.0); -ms-transform: scale(1.0); -webkit-transform: scale(1.0); 
}
.mgom_15_0 {
margin-top: -14px;	
margin-left: -14px; 
}
.mg_box:hover .mgom_15_0 {
margin-top: -14px;	
margin-left: -14px; 
}
.mgom_15_1 { top: 0px; left: 0px;
background-color: #242424;opacity: 0; filter: alpha(opacity=0);
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
z-index: 880; 
}
.mg_box:hover .mgom_15_1 {
top: 0px; left: 0px;
background-color: #242424;opacity: 0.1; filter: alpha(opacity=10);
}
.mgom_15_2 { text-align: center;
font-size: 15px;
color: #383838;line-height: 17px;
text-transform: uppercase;
}
.mg_box:hover .mgom_15_2 {
color: #5c5c5c;
}
.mgom_15_3 { color: #cfcfcf;
border-bottom: 1px dotted #cfcfcf;
}
.mg_box:hover .mgom_15_3 {
}
.mgom_15_4 { color: #b2b2b2;font-size: 18px;
line-height: 32px;
}
.mg_box:hover .mgom_15_4 {
color: #808080;
}
.mgom_15_4 span {
font-size: 18px;
}
.mg_box:hover .mgom_15_4 span {
color: #b2b2b2;
}
.mg_box:hover .mgom_15_4 span:hover,
.mgom_15_4 span:hover {
color: #808080;
}
.mgom_15_5 { bottom: -100%; left: 0px;
background-color: #ffffff;opacity: 1; filter: alpha(opacity=100);
padding-top: 13px; padding-right: 15px; padding-bottom: 8px; padding-left: 15px; 
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_15_5 {
bottom: 0px; left: 0px;
background-color: #ffffff;opacity: 1; filter: alpha(opacity=100);
}
.mgom_15_6.mgom_txt_wrap {
bottom: -100%; left: 0px;	
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
padding-top: 13px; padding-right: 15px; padding-bottom: 8px; padding-left: 15px; 
}
.mg_box:hover .mgom_15_6.mgom_txt_wrap {
bottom: 0px; left: 0px;	
} .mgom_16_0 { z-index: 890; 
}
.mg_box:hover .mgom_16_0 {
}
.mgom_16_1 { top: 0px; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
color: #ffffff;transform: scale(1.5); -ms-transform: scale(1.5); -webkit-transform: scale(1.5); 
transition: all 500ms ease 0s;
-webkit-transition: all 500ms ease 0s; -ms-transition: all 500ms ease 0s;
z-index: 1080; 
}
.mg_box:hover .mgom_16_1 {
top: 0px; left: 0px;
background-color: #ffffff;opacity: 1; filter: alpha(opacity=100);
transform: scale(1.0); -ms-transform: scale(1.0); -webkit-transform: scale(1.0); 
}
.mgom_16_1 div, .mgom_16_1 div:before, .mgom_16_1 div:after {
background-color: #ffffff;	
border-color: #ffffff; 
}
.mg_box:hover .mgom_16_1 div, .mg_box:hover .mgom_16_1 div:before, .mg_box:hover .mgom_16_1 div:after {
background-color: #ffffff;	
border-color: #ffffff;	
}
.mgom_16_2 { top: 0px; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
padding: 10px;
background-clip: content-box;
transition: all 600ms ease 0s;
-webkit-transition: all 600ms ease 0s; -ms-transition: all 600ms ease 0s;
z-index: 870; 
}
.mg_box:hover .mgom_16_2 {
top: 0px; left: 0px;
background-color: #ffffff;opacity: 0.15; filter: alpha(opacity=15);
}
.mgom_16_3 { top: 0px; left: 0px;
background-color: #ffffff;opacity: 0.7; filter: alpha(opacity=70);
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_16_3 {
top: 0px; left: 0px;
background-color: #ffffff;opacity: 1; filter: alpha(opacity=100);
}
.mgom_16_4.mgom_txt_wrap {
top: 0px; left: 0px;	
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_16_4.mgom_txt_wrap {
top: 0px; left: 0px;	
} .mgom_17_0 { background-color: #292929;opacity: 0; filter: alpha(opacity=0);
transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s; -ms-transition: all 300ms ease-in-out 0s;
z-index: 890; 
}
.mg_box:hover .mgom_17_0 {
background-color: #292929;opacity: 0.1; filter: alpha(opacity=10);
}
.mgom_17_0 div {
background-color: #292929;
transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s; -ms-transition: all 300ms ease-in-out 0s;
}
.mg_box:hover .mgom_17_0 div {
background-color: #292929;
}
.mgom_17_1 { z-index: 880; 
}
.mg_box:hover .mgom_17_1 {
}
.mgom_17_2 { text-align: center;
font-size: 17px;
color: #ffffff;line-height: 19px;
margin-bottom: 12px !important; 
}
.mg_box:hover .mgom_17_2 {
color: #ffffff;
}
.mgom_17_3 { font-size: 12px;
line-height: 13px;
display: table; margin: auto;
text-transform: uppercase;padding-top: 5px; padding-bottom: 4px; 
border: 2px solid #ffffff;
border-radius: 2px;
background-color: transparent;
color: #ffffff;margin-top: 15px !important; 
}
.mg_box:hover .mgom_17_3 {
border-color: #ffffff;
background-color: transparent;
color: #ffffff;
}
.mgom_17_3 {
transition: 		all 600ms ease 0s;
-webkit-transition: all 600ms ease 0s;
-ms-transition: 	all 600ms ease 0s;
}
.mgom_17_4 { bottom: -100%; left: 0px;
background-color: #424242;opacity: 0.6; filter: alpha(opacity=60);
transition: all 600ms ease 0s;
-webkit-transition: all 600ms ease 0s; -ms-transition: all 600ms ease 0s;
}
.mg_box:hover .mgom_17_4 {
bottom: 0px; left: 0px;
background-color: #292929;opacity: 0.8; filter: alpha(opacity=80);
}
.mgom_17_5.mgom_txt_wrap {
bottom: -100%; left: 0px;	
transition: all 600ms ease 0s;
-webkit-transition: all 600ms ease 0s; -ms-transition: all 600ms ease 0s;
}
.mg_box:hover .mgom_17_5.mgom_txt_wrap {
bottom: 0px; left: 0px;	
} .mgom_18_0 { z-index: 890; 
}
.mg_box:hover .mgom_18_0 {
}
.mgom_18_1 { background-color: #ffffff;opacity: 0.1; filter: alpha(opacity=10);
transition: all 400ms ease-in-out 0s;
-webkit-transition: all 400ms ease-in-out 0s; -ms-transition: all 400ms ease-in-out 0s;
z-index: 880; 
}
.mg_box:hover .mgom_18_1 {
background-color: #ffffff;opacity: 0.8; filter: alpha(opacity=80);
}
.mgom_18_2 { font-size: 27px;
line-height: 27px;
font-weight: bold;font-family: Times New Roman;
padding-top: 2px; padding-right: 8px; padding-bottom: 2px; padding-left: 8px; 
border: 2px solid #606060;
border-radius: 50px;
background-color: #696969;
color: #ffffff;
}
.mg_box:hover .mgom_18_2 {
border-color: #606060;
background-color: #696969;
color: #ffffff;
}
.mgom_18_2 {
transition: 		all 400ms linear 0s;
-webkit-transition: all 400ms linear 0s;
-ms-transition: 	all 400ms linear 0s;
}
.mgom_18_3 { bottom: -100%; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
padding-bottom: 1px; padding-left: 6px; 
transition: all 400ms linear 0s;
-webkit-transition: all 400ms linear 0s; -ms-transition: all 400ms linear 0s;
}
.mg_box:hover .mgom_18_3 {
bottom: 0px; left: 0px;
background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
}
.mg_box .mgom_18_4.mgom_txt_wrap > *:not(.mgom_txt_block) {
opacity: 0;
filter: alpha(opacity=0);	
}
.mg_box:hover .mgom_18_4.mgom_txt_wrap > *:not(.mgom_txt_block) {
opacity: 1;
filter: alpha(opacity=100);	
}
.mgom_18_4.mgom_txt_wrap > * {
transition: 		opacity 400ms linear 0s;
-webkit-transition: opacity 400ms linear 0s;
-ms-transition: 	opacity 400ms linear 0s;
}
.mgom_18_4.mgom_txt_wrap {
bottom: -100%; left: 0px;	
transition: all 400ms linear 0s;
-webkit-transition: all 400ms linear 0s; -ms-transition: all 400ms linear 0s;
padding-bottom: 1px; padding-left: 6px; 
}
.mg_box:hover .mgom_18_4.mgom_txt_wrap {
bottom: 0px; left: 0px;	
} .mgom_20_0 { text-align: left;
font-size: 25px;
color: #fff;line-height: 19px;
text-transform: uppercase;margin-bottom: 12px !important; font-family: Fjalla One;
}
.mg_box:hover .mgom_20_0 {
color: #fff;
}
.mgom_20_1 { text-align: left;
font-size: 20px;
color: #fff;line-height: 25px;
font-family: FoundrySterling-Book;
}
.mg_box:hover .mgom_20_1 {
color: #fff;
}
.mgom_20_2 { top: 0px; left: 0px;
background-color: #faa61a;opacity: 0; filter: alpha(opacity=0);
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_20_2 {
top: 0px; left: 0px;
background-color: #faa61a;opacity: 0.7; filter: alpha(opacity=70);
}
.mg_box .mgom_20_3.mgom_txt_wrap > *:not(.mgom_txt_block) {
opacity: 0;
filter: alpha(opacity=0);	
}
.mg_box:hover .mgom_20_3.mgom_txt_wrap > *:not(.mgom_txt_block) {
opacity: 1;
filter: alpha(opacity=100);	
}
.mgom_20_3.mgom_txt_wrap > * {
transition: 		opacity 400ms ease 0s;
-webkit-transition: opacity 400ms ease 0s;
-ms-transition: 	opacity 400ms ease 0s;
}
.mgom_20_3.mgom_txt_wrap {
top: 0px; left: 0px;	
transition: all 400ms ease 0s;
-webkit-transition: all 400ms ease 0s; -ms-transition: all 400ms ease 0s;
}
.mg_box:hover .mgom_20_3.mgom_txt_wrap {
top: 0px; left: 0px;	
}