﻿@charset "utf-8";
/* CSS Document */


[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:not(.icon-play), [class*=" icon-"]:not(.icon-play) {
	margin-top: -6.5px;
	right: 0;
}
.icon-play:before {
	content: "\ea15";
}
.icon-circle-right:before {
	content: url(../images/arrow-right.png);
}
/*
 For use of previous icon
.icon-circle-right:before {
  content: "\ea42";
}*/

/* GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

img.fimg {
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
	border-radius: 5px;
	}

/* MEGA MENU POSITIONING STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top-bar-section .has-dropdown {
	position: static;
}
.top-bar-section .has-dropdown a {
	position: relative;
}
.top-bar-section .has-dropdown.moved {
	position: static !important;
}
.top-bar-section .has-dropdown.moved > a:after {
	display: none;
}
/* DROPDOWN GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.m-menu a {
	display: block;
	opacity: .8;
	transition: opacity .3s ease;
	}
.m-menu a:hover {
	opacity: 1;
}

/* TOP LINKS INSIDE DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.column li:not(:first-child) a {
	border-top: 1px solid #A0AEC1;
}
.column li:not(:last-child) a {
	border-bottom: 1px solid #A0AEC1;
}*/
.column li a:hover i {
	right: 3px;
}

/* TARGET DIV INSIDE SECOND DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#fdmenu h3 {
	margin-top: 15px;
}

.info-wrap h3 {
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px solid #e38a59;
}

.info {
  display: none;
}

.info-visible {
  display: block;
}










