/*

Theme Name: IFF 
Theme URI: #
Description: A custom Wordpress theme for IFF
Version: 1.5.2
Author: Do-IT
Author URI: do-it
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, one-column, two-columns, left-sidebar, right-sidebar, custom-colors

*/





/* Style Index * /

1.0 - Global
2.0 - Header
	2.1 - Header Navigation
	2.2 - Header Logo
	2.3 - Social Icons
	2.4 - Header blocks
3.0 - Navigation
	3.1 - Navigation Search
4.0 - Slideshows
	4.1 - Header Slideshow
	4.2 - Page Slideshow
	4.3 - Block Slideshow
5.0 - Typography
	5.1 - Lists
	5.2 - Forms
		5.2.1 - Course Finder Form
		5.2.2 - Select Option
	5.3 - Buttons
	5.4 - Tables
	5.5 - Alerts & Messages
	5.6 - Other
6.0 - JS Elements
	6.1 - Accordion
	6.2 - Toggle
	6.3 - Tabs
7.0 - Content
	7.1 - Events
	7.2 - Blog
		7.2.1 - Blog Listing Page
		7.2.2 - Blog Social Links
		7.2.3 - Blog Comments
	7.3 - Photo Gallery
	7.4 - Portfolio
		7.4.1 - Portfolio 2 Columns
		7.4.2 - Portfolio 3 Columns
		7.4.3 - Portfolio 4 Columns
		7.4.4 - Portfolio Single
	7.5 - Pagination
	7.6 - Course Finder
	7.7 - Teachers
8.0 - Columns
	8.1 - 2 Columns
	8.2 - 3 Columns
	8.3 - 4 Columns
9.0 - Widgets
	9.1 - Flickr
	9.2 - Tags
	9.3 - Twitter
	9.4 - Latest Posts Widget
	9.5 - Contact Widget
10.0 - Footer
11.0 - IE8 Fixes





/* 0.0 - Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix, .tagcloud, .widget {
	zoom: 1;
}

.clearfix:before, .clearfix:after,
.tagcloud:before, .tagcloud:after,
.widget:before, .widget:after {
	content: "";
	display: table;
}

.clearfix:after,
.tagcloud:after,
.widget:after {
	clear: both;
}

.clearboth {
	clear: both;
}

pre {
    background: url(images/pre.png);
    border: #dee0e0 1px solid;
    font-family: Consolas,"Andale Mono",Courier,"Courier New",monospace;
    font-size: 12px;
    line-height: 155%;
    margin: 0 0 30px;
    padding: 20px;
    white-space: pre-wrap;
}

/* 1.0 - Global */
body {
	color: #424242;
	-webkit-font-smoothing: subpixel-antialiased;
}

body, .event-info h4, .news-content h4, textarea, .widget .latest-posts-list li .lpl-content h6, div.selector span {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .slides .flex-caption p, .page-content blockquote, .event-full .event-info h4, .page-content table th, #cancel-comment-reply-link {
	font-family: 'Open Sans', sans-serif !important;
}

a {
	color: #424242;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.breadcrumbs a{color:#ffffff;}
.parent-sidebar-menu a{color:#ffffff;}
.tp-caption a{color: #761046;}
/* 2.0 - Header */
#header-wrapper {
	width: 100%;
	margin: 0 auto;
	background: rgb(84,4,54);
    background: linear-gradient(0deg, rgba(84,4,54,1) 0%, rgba(119,16,70,1) 100%);
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index: 999;
	position: relative;


	/* box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2); */
	/*height: 138px;*/
}

#header-top:before{height: 3px;
    display: block;
    width: 25px;
    position: absolute;
    right: 10px;
    bottom: 0;
    background: #540436;
    border-right: 1px white;
    content: '';}
#header-top {
/*	background-color: #670e44;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    width: 100%;
    height: 27px;    display: none;*/

    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    width: 960px;
    height: 27px;
    z-index: 9999;
    position: absolute;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0);
}

#header-top a {
padding-right: 10px;
    color: #222;
    padding-left: 10px;
    margin-right: 0px;
    /*vertical-align: middle;*/
    font-size: 12px;
     display: block;
    margin-top: 4px;
}
#header-top .top-left-nav .sub-menu a{color:#fff;}
/* 2.1 - Header Navigation */
.top-left-nav {
	float: right;
	/*padding: 0px 155px 0px 0px;*/
    height: 27px;
}
#main-menu-wrapper {
	/*float: right !important;*/
	position: relative;
}

.top-left-nav li {
	float: left;
	/*border-right: 1px solid #fff;*/
}
.top-left-nav > li {
	float: left;
    /* border-right: 1px solid #fff; */
    height: 24px;
    padding-top: 3px;

}
.top-left-nav > li:last-child a{
	border-right: none;
}
.top-left-nav > li:last-child {
	float: left;
    /* border-right: 1px solid #fff; */
    /*border-right: none;*/
    height: 24px;
    padding-top: 3px;
    background:none!important;

}
.top-left-nav > li > a {
     border-right: 1px solid #222; 
}

.top-left-nav li span {
	margin: 0 4px;
	display: none;
}

.top-left-nav li:last-child span {
	display: none;
}

.top-right-nav {
	float: right;
}

.top-right-nav li {
	float: left;
}

.phone-icon {
	background: url(images/phone_icon_01.png) center left no-repeat;
	padding: 0 20px 0 15px;
	min-height: 14px;
}

.email-icon {
	background: url(images/email_icon_01.png) center left no-repeat;
	padding: 0 0 0 20px;
}

/* 2.2 - Header Logo */
#logo {
	/*margin: 17px 0 6px 0px;*/
	/*margin: 5px 0 5px 0px;*/
	    margin: 10px 0px 10px 10px;
	float: left;
}

#logo h1 {
	font-size: 30px;
}

#logo h1 a {
	display: block;
}

#logo img {
	width: 355px;
	height: 107px;
}

/* 2.3 - Social Icons */
.social-icons {
	float: right;
	margin: 40px 30px 0 0;
}

.social-icons li {
	float: left;
	margin: 0 4px 0 0;
}

.twitter-icon,
.facebook-icon,
.gplus-icon,
.pinterest-icon,
.flickr-icon,
.youtube-icon,
.vimeo-icon,
.skype-icon,
.rss-icon {
	width: 31px;
	height: 31px;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #c5c5c5;
}

.twitter-icon {
	background-image: url(images/social_twitter.png);
}

.facebook-icon {
	background-image: url(images/social_facebook.png);
}

.gplus-icon {
	background-image: url(images/social_gplus.png);
}

.pinterest-icon {
	background-image: url(images/social_pinterest.png);
}

.flickr-icon {
	background-image: url(images/social_flickr.png);
}

.youtube-icon {
	background-image: url(images/social_youtube.png);
}

.vimeo-icon {
	background-image: url(images/social_vimeo.png);
}

.skype-icon {
	background-image: url(images/social_skype.png);
}

.rss-icon {
	background-image: url(images/social_rss.png);
}

/* 2.4 - Header blocks */
.header-block-wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
	z-index: 99;
}

.header-block-inner {
	position: absolute;
	top: -85px;
	width: 100%;
}

.header-block-3 img,
.header-block-4 img,
.header-block-5 img {
	margin: 0 0 15px 0;
}

.header-block-3,
.header-block-4,
.header-block-5 {
	float: left;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.header-block-5 {
	width: 20%;
	padding: 3.5% 0;
}

.header-block-5:hover {
	padding: 2.5% 0 7% 0;
	margin: -2.5% 0 0 0;
}

.header-block-4 {
	width: 25%;
	padding: 3.5% 0;
}

.header-block-4:hover {
	padding: 2.5% 0 7% 0;
	margin: -2.5% 0 0 0;
}

.header-block-3 {
	width: 33.334%;
	padding: 3.5% 0;
}

.header-block-3:hover {
	padding: 2.5% 0 7% 0;
	margin: -2.5% 0 0 0;
}

/* 3.0 - Navigation */
#main-menu {
	z-index: 999;
	/* width: 100%; */
}	
#main-menu > li > a {
	text-transform: uppercase;;
}

#main-menu ul {
	margin: -1px 0 0 0;
}

#main-menu ul ul {
	margin: 0;
}

#main-menu > li {
	/* background: url(images/dot_border_v.png) repeat-y top right; */
	line-height: 1;
	font-size: 11px;
	font-weight: 600;
	/* border-top: transparent 3px solid; */
	/*float: right !important;*/
	/*padding-top:10px!important;
	padding-bottom: 7px;*/
	/*border-left: 1px solid;*/
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main-menu #menu-item-679 a{
	border:none;
}

#main-menu li a {
    padding: 15px 8px;
    margin: 0px 0 0;
    /*border-left: 3px solid #670e44;*/
        font-size: 12px;
        /*color:#fff;*/
}

#main-menu li.current_page_item,
#main-menu li:hover a{
	color:#fff!important;
}
#main-menu li:hover {
	/*border-top: 3px solid;*/
	/*color:#fff;*/
	background-color:#670e44;
}

#main-menu {
	display: inline-block;
}
#main-menu li li.current_page_item,
#main-menu li li:hover {
	border-top: none;
	background-color: #852760;
}

#main-menu-wrapper {
	/* background: url(images/dot_border_h.png) repeat-x top left; */
	/*position: relative;*/
	/*padding-top: 12px;*/
	 /*width: 100%;*/
	     width: 960px;
    margin: 0 auto;
        /*margin-top: 104px;*/
}

#main-menu li li {
	/*background: url(images/dot_border_h.png) #fff repeat-x top left;*/
	background-color:#670e44;
	border-top: none;
	font-size: 14px;
	font-weight: 400;
}

#main-menu li li li:first-child {
	/*background: #fff;*/
}

#main-menu li li li:first-child:hover {
	/*background: #fbfbfb;*/
}

#main-menu li li:hover,
#main-menu li li li:hover {
	/*background: url(images/dot_border_h.png) #fbfbfb repeat-x top left;*/
	border-top: none;
}

#main-menu li li a {
	padding: 15px 30px 15px 30px;
	color: #fff;
	text-align: left;
}

#main-menu li ul {
	box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2);
	min-width: 194px;
}

#main-menu li .sf-sub-indicator {
    background: url(images/arrow_down.png) no-repeat left center;
    display: block;
    height: 7px;
    overflow: hidden;
    position: absolute;
    right: 1.5em;
    text-indent: -999em;
    top: 1.5em;
    width: 20px;
    display:none;
}

#main-menu li li .sf-sub-indicator {
	background: url(images/arrow_right.png) no-repeat left center;
	height: 10px;
	top: 1.3em;
	right: 0.5em;
}

#main-menu a.sf-with-ul {
	/*padding-right: 45px;*/
	min-width: 1px;
}

#main-menu li ul li a.sf-with-ul {
	padding-right: 2.25em;
}

#main-menu li:last-child {
	/*background: none;*/
}

#main-menu li li:last-child {
	/*background: url(images/dot_border_h.png) #fff repeat-x top left;*/
	background-color:#670e44;
}

#main-menu li li:last-child:hover {
	background-color:#852760;
}

/* 3.1 - Navigation Search */
.menu-search-button {
	background: url(images/search_icon.png),url(images/dot_border_v.png);
	background-position: center -18px, top left;
	background-repeat: no-repeat, repeat-y;
	background-color: #fff;
	width: 80px;
	height: 53px;
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:none;
}

.menu-search-button:hover {
	background: url(images/search_icon.png),url(images/dot_border_v.png);
	background-position: center -106px, top left;
	background-repeat: no-repeat, repeat-y;
	background-color: #fff;
	cursor: pointer;
}

.menu-search-form {
	width: 19.1%;
	float: right;
	display: none;
}

.menu-search-field {
	background: url(images/dot_border_v.png) top left repeat-y #f8f8f8 !important;
	width: 0%;
	height: 52px;
	margin-right: 51px;
	border: none !important;
	float: right;
	padding: 1px 0px;
	color: #b0b0b0;
	font-size: 12px;
	opacity: 0;
	position: absolute;
	top: 1px;
	right: 0;
	-webkit-appearance: none;
	border-radius: 0;
}

.menu-search-focus {
	width: 280px;
	padding: 1px 0 0 10px;
	opacity: 10;
}

/* 4.0 - Slideshows */

/* 4.1 - Header Slideshow */
.slider, .page-slider {
	position: relative;
}

.loading .slide-loader {
	background: url(images/loader_01.gif) #fbfbfb !important;
	background-repeat: no-repeat !important;
	background-position: 50% 54% !important;
}

.loading .slide-page-loader {
	background: url(images/loader_01.gif) #fbfbfb !important;
	background-repeat: no-repeat !important;
	background-position: 50% 54% !important;
 	min-height: 300px;
}

.loading .slide-loader2,
.video-wrapper {
	background: url(images/loader_02.gif) no-repeat center #fff;
 	min-height: 100px;
}

.slides li {
	margin: 0 !important;
	list-style: none !important;
}

.slider .slides li {
	margin: 0 !important;
	list-style: none !important;
	height: 850px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.slider .slides li {
	margin: 0 !important;
	list-style: none !important;
}

.slider .flex-direction-nav .flex-prev,
.slider .flex-direction-nav .flex-next {
	position: absolute;
	top: 50%;
	z-index: 999;
	text-indent: -9999px;
	width: 55px;
	height: 120px;
}

.slider .flex-direction-nav .flex-prev {
	border-right: 3px solid;
	background-image: url(images/arrow_prev_02.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
}

.slider .flex-direction-nav .flex-next {
	border-left: 3px solid;
	background-image: url(images/arrow_next_02.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
}

.slide-link {
	display: block;
	width: 100%;
	height: 100%;
}

.no-slides {
	width: 600px;
	background: #ccc;
	margin: 0 auto;
	position: relative;
	text-align: center;
	line-height: 160%;
	padding: 15px;
	top: 460px;
}

/* 4.2 - Page Slideshow */
.page-slider .flex-direction-nav li {
	list-style: none !important;
}

.page-slider .flex-direction-nav .flex-prev,
.page-slider .flex-direction-nav .flex-next {
	position: absolute;
	bottom: 30px;
	z-index: 99;
	text-indent: -9999px;
	width: 42px;
	height: 42px;
}

.page-slider .flex-direction-nav .flex-prev {
	border-left: 3px solid;
	background-image: url(images/arrow_prev_03.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 80px;
}

.page-slider .flex-direction-nav .flex-next {
	border-right: 3px solid;
	background: url(images/arrow_next_03.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 30px;
}

.page-slider .slides li img {
	width: 100%;
}

.page-slider .slides .flex-caption {
	position: absolute;
	top: 35%;
}

.page-slider .slides .flex-caption p {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 11px 14px;
	line-height: 1;
	float: left;
}

.slider .slides .flex-caption p {
	color: #fff;
	font-size: 30px;
	margin: 0;
	padding: 15px 30px;
	line-height: 1;
	float: left;
}

.slider .slides .flex-caption-wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: 50%;
}

/* 4.3 - Block Slideshow */
.slider-blocks {
	position: relative;
	width: 100%;
}

.slider-blocks .flex-direction-nav .flex-prev,
.slider-blocks .flex-direction-nav .flex-next {
	position: absolute;
	top: -52px;
	z-index: 99;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.slider-blocks .flex-direction-nav .flex-prev {
	right: 33px;
	background: url(images/arrow_prev_01.png) no-repeat top left;
}

.slider-blocks .flex-direction-nav .flex-next {
	right: 10px;
	background: url(images/arrow_next_01.png) no-repeat top left;
}

.slider-blocks .flex-direction-nav li {
	list-style: none !important;
}

/* 5.0 - Typography */
p {
	font-size: 14px;
	line-height: 160%;
	margin: 0 0 20px 0;
	text-align: justify;
}
.read_div{	font-size: 14px;
	line-height: 160%;
	margin: 0 0 20px 0;
	text-align: justify;}
a.download-icon{background: #670e44;
padding: 10px;
color: #fff;
margin: 0 0px 0 7px;}
.page-content h1 {
	font-size: 30px;
	margin: 0 0 15px 0;
}

.page-content h2 {
	font-size: 24px;
	margin: 0;
}

.page-content h3 {
	font-size: 18px;
	margin: 0 0 15px 0;
}

.page-content h4 {
	font-size: 16px;
	margin: 0 0 15px 0;
}

.page-content h5 {
	font-size: 16px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.page-content h6 {
	font-size: 14px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.page-content blockquote {
	border-left: 5px solid;
	padding: 20px 20px 1px 20px;
	margin: 0 0 30px 20px;
	color: #aeaeae;
	text-align: left;
}

.dropcap {
	font-size: 48px;
	line-height: 1.2;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

em, i {
	font-style: italic;
}

strong, b {
	font-style: bold;
}

/* 5.1 - Lists */
.page-content ul li {
    list-style-image: url(images/list_08.png);
    /* font-size: 14px; */
    font-weight: bold;
    font-size: 11px;
    margin: 0 0 10px 12px;
    line-height: 130%;
}
.page-content .inner-content-wrapper ul li {
list-style-image: url(images/list_08.png);
font-weight: normal;
font-size: 14px;
line-height: 148%;
}
.page-content .inner-content-wrapper ul.wp-block-latest-posts__list {
	clear: both;
	display: block;
}
.page-content .inner-content-wrapper ul.wp-block-latest-posts__list li {
	display: block;
float: left;
width:47%;
clear: none;
margin: 0 0 20px 20px;
}
.page-content .inner-content-wrapper ul.wp-block-latest-posts__list li:nth-child(odd) {
	clear: left;
}
.page-content .inner-content-wrapper ul.wp-block-latest-posts__list li img {
	width:100%;
}
.page-content .inner-content-wrapper ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
	margin-bottom: -5px;
	display: block;
}
.page-content .inner-content-wrapper ul.wp-block-latest-posts__list li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 10px;
	background-color: #761046;
	clear: both;
}
.page-content ul, .list, .list2, .list3, .list4 {
	        margin: 20px 0 0px;
}

.list1 li, .list2 li, .list3 li, .list4 li {
	margin: 0 0 14px 0 !important;
}

.list1 li {
	list-style-image: url(images/list_01.png) !important;
	list-style-position: inside;
}

.list2 li {
	list-style-image: url(images/list_02.png) !important;
	list-style-position: inside;
}

.list3 li {
	list-style-image: url(images/list_03.png) !important;
	list-style-position: inside;
}

.list4 li {
	list-style-image: url(images/list_04.png) !important;
	list-style-position: inside;
}

.list-fail {
	margin: 0 !important;
}

.list-fail li {
	list-style-image: url(images/list-fail.png) !important;
	border-bottom: #f3d0cf 1px solid;
}

ol ol {
	margin: 0 0 0 15px;
}

ol li {
	list-style: decimal;
	font-size: 14px;
	list-style-position: outside;
	line-height: 160%;
	margin: 0 0 12px 0;
}

ol {
	margin: 0 0 0 20px;
}

ol.search-results-list {
	margin: 0 0 20px 20px;
}

.search-results-list li p {
	margin: 0;
}

.search-results-list li {
	margin: 0 0 20px 0;
}

.search-results-list li a {
	color: #670e44;
}

#lang_sel ul li {
	list-style: none !important;
}

/* 5.2 - Forms */
select, input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], input[type="date"], input[type="file"], input[type="password"], textarea {
	/* background: #fff url("images/icon-search2.png") no-repeat scroll right center; */
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    color: #c5c5c5;
    font-size: 12px;
    height: 14px;
    /* margin: 0 0 13px; */
    width: 159px;
}

.page-content input[type="text"], .page-content input[type="email"], input[type="url"], input[type="number"], input[type="tel"], input[type="date"], input[type="file"], input[type="password"], .page-content textarea, .course-finder-form input[type="text"] {
	padding: 10px;
}

input[type="submit"] {
	border: #e3e3e3 1px solid;
	background: url(images/button_bg.png) #fff repeat-x bottom left;
	color: #424242;
	padding: 5px 6px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	 margin: 16px 5px -4px 127px; 
    position: relative;
	display: block;
	font-family: 'Open Sans', FontAwesome, sans-serif!important;
	float: right;
}

/* 5.2.1 - Course Finder Form */
.page-content .selector {
	width: 51% !important;
	padding: 0 0 0 2%;
}

.page-content .selector span {
	width: 100% !important;
}

.page-content input[type="text"] {
	width: 89.5%;
}

.page-content select {
	padding: 10px 2%;
}

div.selector span {
	font-weight: normal;
}

.wpcf7-list-item {
	padding: 10px 0 0 0;
}

.wpcf7-form p {
	margin: 0 !important;
}

.course-finder-form .selector {
	width: 95% !important;
	padding: 0 0 0 5%;
}

.course-finder-form span {
	width: 100% !important;
}

.course-finder-form input[type="text"] {
	width: 89.5%;
}

/* 5.2.2 - Select Option */
#uniform-tinynav1 {
	visibility: hidden;
	position: absolute;
}

div.selector, 
div.selector span {
	background-image: url(images/select.png);
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}

div.selector {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

div.selector:focus {
	outline: 0;
}

div.selector, 
div.selector * {
	margin: 0;
	padding: 0;
}

div.selector {
	background-position: -10px -244px;
	line-height: 36px;
	height: 36px;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	color: #c5c5c5;
	margin: 0 0 10px 0;
}

div.selector span {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	background-position: right -20px;
	height: 36px;
	line-height: 36px;
	/*padding-right: 25px;*/
	cursor: pointer;
	width: 100%;
	display: block;
}

div.selector.fixedWidth {
	width: 190px;
}

div.selector.fixedWidth span {
	width: 155px;
}

div.selector select {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	position: absolute;
	height: 28px;
	top: 2px;
	left: 0px;
	width: 100%;
}

div.selector.active {
	background-position: 0 -76px;
}

div.selector.active span {
	background-position: right -76px;
}

div.selector.hover, div.selector.focus {
	background-position: -10px -300px;
}

div.selector.hover span, div.selector.focus span {
	background-position: right -76px;
}

div.selector.hover.active, div.selector.focus.active {
	background-position: -10px -300px;
}

div.selector.hover.active span, div.selector.focus.active span {
	background-position: right -76px;
}

div.selector.disabled, div.selector.disabled.active {
	background-position: 0 -76px;
}

div.selector.disabled span, div.selector.disabled.active span {
	background-position: right -76px;
}

/* 5.3 - Buttons */
.button1 {
    font-size: 12px;
	font-weight: bold;
	color: #424242;
    padding: 8px 13px 8px 13px;
	line-height: 1 !important;
	background: url(images/button_bg.png) #fff repeat-x center bottom;
    border: 1px solid;
	float: left;
    text-decoration: none;
	border-color: #e3e3e3;
}

.button2 {
    font-size: 12px;
	font-weight: bold;
	color: #424242;
    padding: 11px 15px 11px 15px;
	line-height: 1 !important;
	background: url(images/button_bg.png) #fff repeat-x center bottom;
    border: 1px solid;
	float: left;
    text-decoration: none;
	border-color: #e3e3e3;
}

.button3 {
    font-size: 14px;
	font-weight: bold;
	color: #424242;
    padding: 14px 19px 14px 19px;
	line-height: 1 !important;
	background: url(images/button_bg.png) #fff repeat-x center bottom;
    border: #e3e3e3 1px solid;
    text-decoration: none;
	float: left;
}

.button4 {
    font-size: 18px;
	color: #424242;
    padding: 14px 20px 14px 20px;
	line-height: 1 !important;
	background: url(images/button_bg.png) #fff repeat-x center bottom;
    border: #e3e3e3 1px solid;
    text-decoration: none;
	float: left;
}

.button1:hover, .button2:hover, .button3:hover, .button4:hover {
	cursor: pointer;
}

.rounded-button {
	border-radius: 30px;
}

/* 5.4 - Tables */
.page-content table {
	margin: 0 0 30px 0;
	font-size: 14px;
	color: #1c1c1c;
}

.page-content table th {
	color: #fff;
	border-bottom: #e9e9e9 1px solid;
	text-align: left;
	vertical-align: top;
}

.page-content table td {
	border-right: #e9e9e9 1px solid;
	border-bottom: #e9e9e9 1px solid;
	text-align: left;
	vertical-align: top;
}

.page-content table tr td:last-child {
	border-right: none;
}

.page-content table th {
	padding: 14px 20px 14px 20px;
	font-size: 14px;
	font-weight: 400;
}

.page-content table td {
	padding: 9px 10px;
	line-height: 160%;
}

.page-content table tr {
	background: #fff;
}

.page-content table tr:nth-child(2n) {
    background: #670e44;
	color: #fff;
}
.page-template-template-left-sidebar-realisation .main-content-right.page-content table tr:nth-child(2n) {
    background: #ffffff;
}

#wp-calendar caption {
	padding: 0 0 20px 0;
}

/* 5.5 - Alerts & Messages */
.msg {
	padding: 9px 10px 9px 20px;
	margin: 0 0 30px 0;
}

.msg p, .blog-content .msg p {
	margin: 0 !important;
}

.default {
	/*background: #fff;
	color: #424242;
	border: #dee0e0 1px solid;*/
}

.default a {
	color: #424242;
	text-decoration: underline;
}

.notice {
	background: #fff5af;
	color: #b3a437;
}

.notice a {
	color: #b3a437;
	text-decoration: underline;
}

.success {
	background: #dff7ca;
	color: #64ae23;
}

.success a {
	color: #64ae23;
	text-decoration: underline;
}

.fail {
	background: #ffe2e1;
	color: #c83f39;
}

.fail a {
	color: #c83f39;
	text-decoration: underline;
}

/* 5.6 - Other */
.video-wrapper {
	margin: 0 0 20px 0;
}

#google-map {
	margin: 0 0 30px 0;
}

.sidebar-right #google-map,
.sidebar-left #google-map {
	margin: 0;
}

.content-img {
	margin: 0 0 20px 0;
}

.center-images {
	text-align: center;
}

.space1 {
	height: 1px;
	border: none;
	background: url(images/dot_border_h.png) repeat-x left center;
	margin: 30px 0 30px 0;
}

.space2 {
	clear: both;
	height: 20px;
	margin: 0;
	display: block;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
	max-width: 100%;
}

.alignleft img,
.alignright img,
.aligncenter img,
.alignnone img {
	max-width: 100%;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin: 0 30px 0 0;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin: 30px 0 30px 30px;
}
.page-id-446 .alignright, .page-id-446 img.alignright {
	display: inline;
	float: right;
	margin: 0px 0 30px 30px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 30px auto 30px auto;
}

.alignnone, img.alignnone {
	clear: both;
	display: block;
	margin: 10px auto 10px;
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
	outline: none;
}

.wp-caption-text {
	font-style: italic;
	color: #ccc;
	margin: 5px 0 20px 0;
}

.post-tags a {
	font-style: italic;
}

/* 6.0 - JS Elements */

/* 6.1 - Accordion */
.accordion h4 {
	font-size: 14px;
	font-weight: 600;
	border-top: #e5e5e5 1px solid;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0 !important;
	padding: 30px 0 30px 55px;
	cursor: pointer;
	line-height: 160%;
	outline: none;
}

.accordion {
	border-bottom: #e5e5e5 1px solid;
	margin: 0 0 30px 0;
	line-height: 160%;
	display: block;
	font-size: 14px;
}

.accordion .ui-widget-content {
	border: none;
}

.accordion .ui-accordion-content {
	padding: 0 0 20px 55px;
}

.accordion h4, .toggle .title {
	background: url(images/toggle_plus.png) no-repeat 20px center !important;
}

.accordion h4:hover {
	background: url(images/toggle_plus.png) #fff no-repeat 20px center !important;
}

.accordion h4.ui-state-active, .toggle .active {
	background: url(images/toggle_minus.png) no-repeat 20px center !important;
}

/* 6.2 - Toggle */
.toggle {
	border: #e5e5e5 1px solid;
	margin: 0 0 20px 0;
	background: #fff;
	font-size: 14px;
}

.toggle h4 {
	margin: 0 0 0 0 !important;
	line-height: 160%;
	font-size: 14px;
	font-weight: 700;
}

.toggle .title {
	margin: 0 0 0 0;
	padding: 20px 0 20px 55px;
	cursor: pointer;
}

.toggle .inner {
	margin: 0 20px 30px 55px !important;
	line-height: 160%;
}

/* 6.3 - Tabs */
#tabs .nav {
	margin: 0;
}

#tabs .nav li {
	list-style: none;
	padding: 0;
}

#tabs .nav li a {
	color: #424242;
}

#tabs .nav li a:hover {
	text-decoration: none;
}

.ui-tabs { 
	position: relative; 
	padding: .2em; 
	zoom: 1;
	margin: 0 0 30px 0;
}

.ui-tabs .ui-tabs-nav { 
	margin: 0;
	position: relative;
	top: 0px;
}

.ui-tabs .ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 1px; 
	border-bottom: #e5e5e5 1px solid; 
	padding: 0; 
	white-space: nowrap;
	font-size: 14px;
}

.ui-tabs .ui-tabs-nav li:first-child a {
	border-left: #e5e5e5 1px solid;
}

.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	padding: 12px 20px 12px 20px; 
	text-decoration: none;
	border-right: #e5e5e5 1px solid;
}

.ui-tabs .ui-tabs-nav li {
	border-top: #e5e5e5 3px solid;
	border-bottom: #e5e5e5 1px solid;
	background: #fff;
	margin: 0 !important;
}

.ui-tabs .ui-tabs-nav li:last-child {
	background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-top: 3px solid;
	margin-bottom: 0;
	border-bottom: #fff 1px solid !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel { 
	display: block;
	border-top: #e5e5e5 1px solid;
	padding: 20px 20px 20px 20px;
	background: #fff;
}

.ui-tabs .ui-tabs-hide { 
	display: none !important;
}

/* 7.0 - Content */
.content-wrapper {
	background-color: #fff;
	/* background-image: url(images/dot_border_v.png),url(images/dot_border_v.png); */
	background-position: top left, top right;
	background-repeat: repeat-y;
	width: 960px;
	margin: 85px auto 0 auto;
	position: relative;
	/*border-top: 2px solid #670e44;*/
	/*border-bottom: 1px solid #670e44;*/
}

.sidebar-left {
    /* background: url(images/dot_border_v.png) repeat-y top right; */
    width: 24%;
    /* float: left; */
    display: table-cell;
    vertical-align: top;
    background: #f1f1f1;
    /* padding: 0 0 440px; */
}

.sidebar-right {
	background: url(images/dot_border_v.png) repeat-y top left;
	width: 27%;
	float: left;	
}

.center-content {
    width: 100%;
    /* float: left; */
    display: table-cell;
}

.sidebar-left .content-block:last-child,
.sidebar-right .content-block:last-child,
.center-content .content-block:last-child {
	background: none;
}

.main-content {
	width: 73%;
	float: left;
	position: relative;
	min-height: 10px;
}
.search .main-content {
	width:100%;
}
.main-content-right {
	width: 100%;
    display: table-cell;
    /* float: right; */
    /* position: relative; */
    min-height: 10px;
	padding-top: 30px;
    /* padding-left: 15px; */
}

.main-content-full {
	width: 100%;
	position: relative;
	min-height: 10px;
}

.block-title, #reply-title {
	color: #fff;
	font-size: 14px !important;
	padding: 10px;
	margin: 0 0 25px 0 !important;
	font-family: 'Open Sans', sans-serif!important;
}

.block-title a, #reply-title {
	color: #fff;
}

.content-block {
	/*background: url(images/dot_border_h.png) repeat-x bottom left;*/
    padding: 17px;
    /* padding-right: 10px; */
    padding-bottom: 10px;
}

.page-header {
	/*position: relative;
	width: 100%;
    height: 184px;*/
	position: relative;
width: 100%;
height: 380px;
background: url('LGV-MAROC.JPG') #f4f4f4 no-repeat center top;
    background-size: auto auto;
background-size: cover!important;
overflow-x: hidden;
}

.page-header-inner {
	width: 960px;
	margin: 275px auto 0 auto;
}

.page-content-wrapper {
	margin: 0 auto;
	display: table;
}

.page-title {
	float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 30px;
    box-sizing:border-box;
    /*border-left: 5px solid #670e44;*/
}

.page-title .page-title-block {
	width: 50px;
	height: 3px;
	margin: 15px 0 30px 0;
}

.page-title h2 {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif!important;
}

.breadcrumbs {
	float: right;
	/*padding: 10px 0 0 0;*/
	margin: 48px 0 -41px 0;
}
.single-post .page-content .breadcrumbs {
float: none;
    margin: 0;
        padding: 10px 10px 20px 10px;
}
.single-post .page-content .breadcrumbs a {
	color: #000;
}
.page-content .breadcrumbs {
	padding: 5px 0 0 0;
    width: 100%;
    text-align: right;
}
.breadcrumbs p {
	margin: 0 10px 0px 0px;
	font-size: 12px;
}

.inner-content-wrapper {
	padding-top: 0;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
   	border-left: 1px solid #f1f1f1; 
}

/* 7.1 - Events */
.event-list {
	margin: 0 !important;
}

.event-list li {
	list-style: none !important;
	margin: 0 0 0 0 !important;
}

.event-list-full li {
	margin: 0 0 25px 0 !important;
	list-style: none !important;
}

.event-list li:last-child {
	margin: 0 !important;
}

.event-date {
	float: left;
	width: 50px;
	margin: 0 15px 0 0;
}

.event-info {
	float: left;
	width: 140px;
}

.center-content .event-info {
	width: 70%;
}

.event-m {
	color: #fff;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 0;
}

.event-d {
	background: #fff;
	color: #424242;
	text-align: center;
	font-size: 24px;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	padding: 6px 0;
}

.event-info h4 {
	font-size: 15px !important;
	margin: 0 0 6px 0 !important;
	font-weight: 600;
	line-height: 120%;
}

.event-full {
	background: url(images/dot_border_h.png) repeat-x bottom left;
	padding: 0 0 20px 0;
	margin: 0 0 15px 0 !important;
}

.event-full .event-info {
	width: 90%;
}

.event-full .event-info h4 {
	font-size: 16px !important;
	font-weight: 400;
}

.event-full .event-info p {
	color: #424242;
	font-size: 14px;
}

.event-image {
	max-width: 100%;
	margin: 30px 0 0 0;
}

.event-full p {
	margin: 0 0 20px 0 !important;
}

.event-info p {
	font-size: 12px;
	color: #999;
}

.event-full .event-meta p {
	margin: 0 !important;
}

.event-single {
	background: none;
}

/* 7.2 - Blog */
.news-image {
	width: 69px;
	height: 69px;
	float: left;
	margin: 0 20px 0 0;
}

.news-image img {
	width: 100%;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
}

.news-content {
	float: left;
	width: 300px;
}

.news-content h4 {
	font-size: 15px !important;
	margin: 0 0 2px 0 !important;
	font-weight: 600;
	line-height: 120%;
}

.news-date {
	font-size: 12px;
	color: #999;
	margin: 0 0 10px 0;
}

.news-items li:last-child .news-excerpt {
	margin: 0;
}

.sidebar-left .news-image,
.sidebar-right .news-image,
#footer .news-image {
	display: none;
}

.sidebar-left .news-content,
.sidebar-right .news-content,
#footer .news-content {
	width: 100%;
}

/* 7.2.1 - Blog Listing Page */
.blog-entry .blog-info {
	float: left;
	width: 10%;
}

.blog-entry .blog-content {
    float: right;
    width: 87%;
    /* background: url(images/dot_border_h.png) repeat-x bottom left; */
    padding: 0px 0px 0px 10px;
    /*border-left: 4px solid #670e44;*/
    margin: 0 0 30px 0;
}

.blog-entry .blog-info .blog-date {
	/*border-radius: 99%;*/
	width: 73px;
	height: 73px;
	/*float: right;*/
	margin: 0 0 15px 0;
}

.blog-entry .blog-info .blog-meta {
	clear: both;
}

.blog-entry .blog-info .blog-date h3 {
	color: #fff;
	font-size: 28px;
	text-align: center;
	padding: 15px 0 0 0;
	font-family: 'Open Sans', sans-serif!important;
}

.blog-entry .blog-info ul li {
	list-style: none;
	font-size: 13px;
	font-style: italic;
	text-align: right;
}

.blog-entry .blog-info .blog-date h3 span {
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	margin: 3px 0 0 0;
}

.blog-entry .blog-content .blog-image {
	width: 100%;
	margin: 0 0 25px 0;
}

/* 7.2.2 - Blog Social Links */
.news-social-links {
	background: url(images/dot_border_h.png) bottom left repeat-x;
	padding: 15px 0 5px 0;
	margin: 0 0;
	width: 75%;
	float: right;
	display: none !important;
}

.news-social-links ul {
	width: 395px;
	margin: 0 auto !important;
}

.news-social-links ul li {
	float: left;
	list-style: none;
	border-bottom: none;
	font-size: 11px;
	height: 20px;
	margin: 0 20px 12px 0 !important;
}

.news-social-links ul li a {
	color: #1c1c1c;
	text-decoration: none;
}

.news-social-links ul li.tweet-link {
	background: url(images/share_tweet.png) left center no-repeat;
	padding: 8px 0 0 27px;
	margin: 0 30px 0 0;
}

.news-social-links ul li.facebook-link {
	background: url(images/share_facebook.png) left center no-repeat;
	padding: 8px 0 0 15px;
	margin: 0 30px 0 0;
}

.news-social-links ul li.pinterest-link {
	background: url(images/share_pinterest.png) left center no-repeat;
	padding: 8px 0 0 20px;
}

.blog-content-single {
	margin: 0 !important;
	padding: 0 0 40px 0 !important;
}

/* 7.2.3 - Blog Comments */
.comment-image {
	width: 60px;
	height: 60px;
	background: #f2f2f2;
	border-radius: 30px;
}

.comment-info {
	color: #1c1c1c;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.comment-text {
	line-height: 160%;
	margin: 0 0 10px 0;
}

.comment-info span {
	font-weight: 400;
}

.comment-info span,
.comment-info span a {
	color: #989898;
}

.comment-left {
	float: left;
}

.comment-right {
	float: right;
	width: 83%;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	background: url(images/dot_border_h.png) repeat-x bottom left;
}

.comment-entry {
	clear: both;
}

.comments,
.comments ul {
	margin: 0 !important;
}

.comments li {
	list-style: none !important;
	border-bottom: none;
	margin: 0 !important;
}

.comments li li {
	margin: 0 0 0 40px !important;
}

.comments li:last-child .comment-right {
	background: none;
}

.comments li li:last-child .comment-right {
	background: url(images/dot_border_h.png) repeat-x bottom left;
}

.comments li li {
	margin: 0 0 0 40px;
}

.reply a {
	text-decoration: underline;
}

#respond-wrapper {
	width: 75%;
	float: right;
	margin: 60px 0 20px 0;
	display: none;
}

#respond-wrapper input[type="text"],
#contactform input[type="text"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"], 
.wpcf7 input[type="number"], 
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"], 
.wpcf7 input[type="file"] {
	/*width: 50%;
	margin: 0 0 20px 0;*/
	border-bottom: 1px solid #ccc !important;
border-radius: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
display: inline-block;
min-width: 300px;
}

#respond-wrapper textarea,
#contactform textarea {
	width: 95%;
	margin: 0 0 20px 0;
}

.wpcf7 textarea {
	width: 96%;
	margin: 40px 0 -2px 0;
		border-bottom: 1px solid #ccc !important;
border-radius: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
display: inline-block;
min-width: 300px;
}

label,
.wpcf7 p {
	font-size: 12px;
	font-weight: 700;
	display: block;
	color: #424242;
	margin: 0 0 10px 0;
}

span.wpcf7-not-valid-tip {
	display: block;
	position: relative !important;
	top: inherit !important;
	left: inherit !important;
	border: none !important;
	font-weight: normal !important;
	font-size: 12px !important;
	padding: 0 !important;
	margin: -12px 0 0 0 !important;
	font-style: italic;
}

.wpcf7-validation-errors {
	background: #ffe2e1;
	color: #c83f39;
	border: none !important;
	padding: 15px !important;
	font-size: 14px;
}

.wpcf7-mail-sent-ok {
	background: #dff7ca;
	color: #64ae23;
	border: none !important;
	padding: 15px !important;
	font-size: 14px;
}

.div.wpcf7-response-output {
	margin: 30px 0 0 0 !important;
}

label span {
	color: #aaa;
}

#cancel-comment-reply-link {
	font-size: 12px;
	color: #fff;
	margin: 0 0 20px 0;
	display: block;
}

.reply-wrapper {
	position: relative;
}

.cancel-comment-reply {
	position: absolute;
	top: 12px;
	right: 20px;
}

.comment-moderation {
	font-style: italic;
	margin: 0 0 10px 0 !important;
}

/* 7.3 - Photo Gallery */
.gallery-caption {
	font-size: 12px;
	padding: 5% 10%;
	text-align: center;
	font-style: italic;
	line-height: 160%;
}

.gallery .gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item:nth-child(1n+1),
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: both;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin: 0 0 3% 0;
}

.gallery-columns-2 .gallery-item {
	width: 48.1%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
	margin: 0 0 3% 0;
}

.gallery-columns-3 .gallery-item {
	width: 31.1%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-3 .gallery-item:nth-child(3n) {
	margin: 0 0 3% 0;
}

.gallery-columns-4 .gallery-item {
	width: 22.7%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-4 .gallery-item:nth-child(4n) {
	margin: 0 0 3% 0;
}

.gallery-columns-5 .gallery-item {
	width: 17.5%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-5 .gallery-item:nth-child(5n) {
	margin: 0 0 3% 0;
}

.gallery-columns-6 .gallery-item {
	width: 14%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-6 .gallery-item:nth-child(6n) {
	margin: 0 0 3% 0;
}

.gallery-columns-7 .gallery-item {
	width: 11.6%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-7 .gallery-item:nth-child(7n) {
	margin: 0 0 3% 0;
}

.gallery-columns-8 .gallery-item {
	width: 9.7%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-8 .gallery-item:nth-child(8n) {
	margin: 0 0 3% 0;
}

.gallery-columns-9 .gallery-item {
	width: 8.3%;
	margin: 0 3% 3% 0;
	float: left;
}

.gallery-columns-9 .gallery-item:nth-child(9n) {
	margin: 0 0 3% 0;
}

/* 7.4 - Portfolio */
.portfolio-2 .page-slider,
.portfolio-3 .page-slider,
.portfolio-4 .page-slider {
	margin: 0 0 19px 0;
}

.portfolio-image-single {
	margin: 0 0 30px 0;
}

/* 7.4.1 - Portfolio 2 Columns */
.portfolio-2 .col {
	width: 48.5%;
	margin: 0 3% 2% 0;
	float: left;
	list-style: none !important;
}

.portfolio-2 .col:nth-child(2n) {
	margin: 0 0 2% 0;
}

.portfolio-2 .col .portfolio-image {
	width: 100%;
	margin: 0 0 20px 0;
}

/* 7.4.2 - Portfolio 3 Columns */
.portfolio-3 .col {
	width: 31.2%;
	margin: 0 3% 2% 0;
	float: left;
	list-style: none !important;
}

.portfolio-3 .col:nth-child(3n) {
	margin: 0 0 2% 0;
}

.portfolio-3 .col:nth-child(3n+1) {
	clear: both;
}

.portfolio-3 .col .portfolio-image {
	width: 100%;
	margin: 0 0 20px 0;
}

/* 7.4.3 - Portfolio 4 Columns */
.portfolio-4 .col {
	width: 22.6%;
	margin: 0 3% 2% 0;
	float: left;
	list-style: none !important;
}

.portfolio-4 .col:nth-child(4n) {
	margin: 0 0 2% 0;
}

.portfolio-4 .col:nth-child(4n+1) {
	clear: both;
}

.portfolio-4 .col .portfolio-image {
	width: 100%;
	margin: 0 0 20px 0;
}

/* 7.4.4 - Portfolio Single */
.portfolio-single-cols li {
	list-style: none !important;
}

.portfolio-single-cols .col-1 {
	float: left;
	width: 65%;
	margin: 0 3% 3% 0;
}

.portfolio-single-cols .col-2 {
	float: left;
	width: 30%;
}

.portfolio-slider {
	margin: 0 0 35px 0;
}

.portfolio-details li {
	background: url(images/dot_border_h.png) repeat-x bottom left;
	padding: 0 0 14px 0;
	margin: 0 0 14px 0 !important;
}

.portfolio-details li strong {
	font-size: 11px;
	text-transform: uppercase;
	color: #aaa;
	font-weight: 600;
	width: 65px;
	display: inline-block;
	float: left;
}

.portfolio-details li span {
	float: left;
	width: 215px;
}

/* 7.5 - Pagination */
.pagination-wrapper,
.wp-pagenavi {
	float: right;
	margin: 10px 0 10px 0;
}

.pagination-wrapper .selected,
.pagination-wrapper a:hover,
.wp-pagenavi .current,
.wp-pagenavi a:hover {
	border: 1px solid;
	color: #fff;
}

.pagination-wrapper a,
.wp-pagenavi a,
.wp-pagenavi span {
	border: #e3e3e3 1px solid;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0 0 0 5px;
}

.dotted-pagination {
	background: url(images/dot_border_h.png) top left repeat-x;
	width: 100%;
	text-align: right;
	padding: 40px 0 30px 0;
}

.next-pagination {
	margin: 0 0 0 8px;
}

/* 7.6 - Course Finder */
.course-finder-full {
	margin: 0 0 30px 0;
}

.course-finder-full .course-finder-icon {
	background: url(images/course_search.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 100px;
	float: left;
}

.course-finder-full .course-finder-full-form {
	float: left;
	width: 514px;
	padding: 32px 28px;
	max-height: 36px;
}

.course-finder-full .course-finder-full-form .selector {
	width: 185px !important;
	margin: -2px 10px 0 0;
	padding: 0 0 0 3%;
}

.course-finder-full .course-finder-full-form .selector option {
	background: #fff;
}

.course-finder-full .course-finder-full-form span {
	width: 185px !important;
}

.course-finder-full .course-finder-full-form input[type="text"] {
	width: 180px;
	margin: 0 10px 0 0;
	padding: 10px 10px 9px 10px;
}

.course-finder-full .course-finder-full-form input[type="submit"] {
	padding: 9px 12px 8px 12px;
}

.course-image {
	float: left;
	margin: 0 4% 0 0;
	width: 20%;
}

.course-desc {
	float: left;
	width: 76%;
}

.course-desc-wrapper {
	margin: 0 0 30px 0;
}

/* 7.7 - Teachers */
.teacher-entry {
	margin: 0 0 30px 0;
}

.teacher-entry .teacher-image {
	width: 15%;
	float: left;
	margin: 0 5% 0 0;
}

.teacher-entry .teacher-image img {
	width: 100%;
	border-radius: 99%;
}

.teacher-entry .teacher-content {
	width: 80%;
	float: left;
	background: url(images/dot_border_h.png) repeat-x bottom left;
}

.title1 h4 {
	margin: 0;
}

.title-block {
	width: 50px;
	height: 3px;
	margin: 12px 0 18px 0;
}

.teacher-contact li {
	margin: 0 0 12px 0 !important;
	list-style: none !important;
	padding: 0;
}

.teacher-contact li:last-child {
	margin: 0 !important;
	padding: 0;
}

.teacher-contact .contact-phone {
	background: url(images/phone_icon_03.png) no-repeat center left;
	display: block;
	padding: 0 0 0 25px;
}

.teacher-contact .contact-email {
	background: url(images/email_icon_03.png) no-repeat center left;
	display: block;
	padding: 0 0 0 25px;
}

.teacher-4 li {
	list-style: none !important;
	width: 22.6%;
	float: left;
	margin: 0 3% 2% 0 !important;
}

.teacher-single li {
	width: 50%;
}

.teacher-4 li:nth-child(4n) {
	margin: 0 0 3% 0 !important;
}

.teacher-4 li img {
	width: 100%;
	margin: 0;
}

.teacher-4 li h3.teacher-title {
	color: #fff;
	text-align: center;
	padding: 17px 0;
	font-size: 16px;
	margin: -5px 0 17px 0;
}

.teacher-4 li h3.teacher-title a {
	color: #fff;
}

.teacher-4 li h3.teacher-title span {
	display: block;
	font-size: 14px;
	margin: 8px 0 0 0;
	color: #71c69d;
}

.teacher-4 li p {
	background: url(images/dot_border_h.png) bottom left repeat-x;
	padding: 0 0 20px 0;
}

.teacher-4 li .teacher-contact li {
	float: none;
	width: 100%;
	margin: 0 0 12px 0 !important;
}

.teacher-4 li .teacher-contact {
	margin: 0 !important;
}

/* 8.0 - Columns */

/* 8.1 - 2 Columns */
.page-content .columns-2 {
	margin: 0 0 20px 0;
}

.page-content .columns-2 li.col {
	list-style: none !important;
}

.page-content .columns-2 li.col {
	width: 47%;
	margin: 0 6% 0 0;
	float: left;
}

.page-content .columns-2 li.col:nth-child(2n) {
	margin: 0;
}

/* 8.2 - 3 Columns */
.page-content .columns-3 {
	margin: 0 0 20px 0;
}

.page-content .columns-3 li.col {
	list-style: none !important;
}

.page-content .columns-3 li.col {
	width: 29%;
	margin: 0 6% 0 0;
	float: left;
}

.page-content .columns-3 li.col:nth-child(3n) {
	margin: 0;
}

/* 8.3 - 4 Columns */
.page-content .columns-4 {
	margin: 0 0 20px 0;
}

.page-content .columns-4 li.col {
	list-style: none !important;
}

.page-content .columns-4 li.col {
	width: 20.5%;
	margin: 0 6% 0 0;
	float: left;
}

.page-content .columns-4 li.col:nth-child(4n) {
	margin: 0;
}

/* 9.0 - Widgets */
.widget-title-block {
	width: 42px;
	height: 3px;
	margin: 15px 0 20px 0;
}

/* 9.1 - Flickr */
.flickr_badge_wrapper .flickr_badge_image {
	float: left;
	margin: 0 8px 8px 0;
	height: 62px;
}

.flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1) {
	margin: 0 0 8px 0;
}

.flickr_badge_wrapper .flickr_badge_image img {
	width: 62px;
	height: 62px;
}

.center-content .flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1) {
	margin: 0 8px 8px 0;
}

/* 9.2 - Tags */
.tagcloud {
	margin: 0 !important;
}

.tagcloud a {
	float: left;
	line-height: 100%;
	list-style: none !important;
	margin: 0 9px 9px 0 !important;
	padding: 10px;
	font-size: 14px !important;
}

#footer .tagcloud a {
	background: #198752;
}

.sidebar-right .tagcloud a,
.sidebar-left .tagcloud a {
	background: #fff;
	border: #efefef 1px solid;
}

/* 9.3 - Twitter */
.tp_recent_tweets  li {
	background-image: none !important;
	background-repeat: no-repeat;	
	background-position: 0px 4px;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	list-style: none !important;
	margin: 0 0 20px 0 !important;
}

.tp_recent_tweets  li:last-child {
	margin: 0 !important;
}

.tp_recent_tweets  li a {
	font-weight: normal !important;
	font-style: italic;
}

.tp_recent_tweets .twitter_time {
	font-size: 12px;
	font-style: normal !important;	
	font-weight: normal;
}

.tp_recent_tweets br {
	margin: 0 0 5px 0;
}

#footer .tp_recent_tweets ul {
	margin: 0 !important;
}

#footer .tp_recent_tweets {
	color: #fff;
}

/* 9.4 - Latest Posts Widget */
.widget .latest-posts-list li {
	list-style: none;
	margin: 0px 0px 0px 3px;
	padding: 0 0 13px 0 !important;
	/*background: url(images/dot_border_h.png) repeat-x bottom left;*/
	list-style: none !important;
	display: inline-block;
	    width: 230px;
}

.widget .latest-posts-list li a {
	color: #1c1c1c;
}

.widget .latest-posts-list li:last-child {
/*	background: none;
	padding: 0 !important;
	margin: 0 !important;*/
}

.widget .latest-posts-list li .lpl-img {
/* 	float: left; */
	margin: 0 12px 0 0;
	width: 218px;
}
.lpl-img img {
    height: 163px;
    width: 230px;
}
#footer .widget .latest-posts-list li .lpl-img {
	width: 20%;
}

#footer .widget .latest-posts-list li .lpl-img img {
	width: 100%;
}

.widget .latest-posts-list li .lpl-content {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}

.widget .latest-posts-list li .lpl-content h6 {
	line-height: 1.2;
	text-transform: none;
	font-size: 14px !important;
	font-weight: 600;
	margin: 0 !important;
	max-width: 242px;
}

.widget .latest-posts-list li .lpl-content h6 a {
	text-decoration: none;
}

.widget .latest-posts-list li .lpl-content h6 span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	display: block;
	margin: 5px 0 0 0;
}

#footer .widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 7px 0;
	padding: 4px 0 4px 0;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-img img {
	width: 50px;
	height: 50px;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-content {
	width: 145px;
}

#footer .lpl-content h6 {
	text-transform: capitalize;
}

/* 9.5 - Contact Widget */
.contact-widget li {
	margin: 0 0 10px 0 !important;
	background: url(images/dot_border_h.png) repeat-x bottom left;
	list-style: none !important;
	padding: 0 0 10px 0;
}

.contact-widget li:last-child {
	background: none;
	margin: 0 !important;
	padding: 0;
}

.contact-widget .contact-phone {	
	background: url(images/phone_icon_02.png) no-repeat center left;
	display: block;
	padding: 13px 0 11px 47px;
}

.contact-widget .contact-email {
	background: url(images/email_icon_02.png) no-repeat center left;
	display: block;
	padding: 13px 0 11px 47px;
}

#footer .contact-widget li {
	color: #fff;
	background: url(images/dot_border_h_transparent.png) repeat-x bottom left;
}

#footer .contact-widget li:last-child {
	background: none;
}

/* 9.6 - Newsletter Widget */
.nsu-form label {
	margin: 0 0 4px 0;
}

.nsu-form .nsu-field {
	margin: 0;
	width: 89.5%;
}

/* 10.0 - Footer */
#footer-wrapper {
	width: 100%;
	margin-top: 0 !important;
	border-top: 20px solid #771046;
}

#footer {
	width: 100%;
	margin: 0 auto;
	background-color: #eee;
}

#footer h4 {
	/*color: #fff;*/
	font-size: 14px;
	margin: 5px 0;
}

#footer p {
	/*color: #fff;
	font-size: 14px;
	line-height: 160%;*/
}

#footer a {
	/*color: #fff;*/
    font-size: 11px;
    /*margin-right: 8px;
    margin-left: 8px;*/
}

#footer .columns-4 li.col {
	list-style: none !important;
}

#footer .columns-4 li.col {
	width: 22.7%;
	margin: 0 3% 0 0;
	float: left;
}

#footer .columns-4 li.col:last-child {
	margin: 0;
}

#footer .columns-4 {
	/*padding: 70px 0 60px 0;*/
}

.footer-no-widgets .columns-4 {
	padding: 0 0 53px 0 !important;
}

#footer li {
	font-size: 14px;
}

#footer .col li .post-date {
	color: #fff;
	display: block;
	font-size: 12px;
	font-style: italic;
}

#footer .col li {
	/*list-style-image: url(images/list_06.png);*/
	margin: 0;
	list-style-position: outside;
	line-height: 140%;
	list-style: disc;
}

#footer .col ul {
	margin: 0 0 0 15px;
}

#footer .col ul.news-items,
#footer .col ul.slides,
#footer .col ul.contact-widget {
	margin: 0;
}

#footer-bottom {
	/*width: 880px;*/
	padding: 12px 0px;
	background-color: #670e44;
}

#footer-bottom p {
	margin: 0;
	font-size: 12px;
}

.go-up {
	background: url(images/arrow_up.png) no-repeat right center;
	padding: 0 15px 0 0;
}

/* 11.0 - IE8 Fixes */
.ie8 .content-wrapper {
	background: url(images/dot_border_v.png) repeat-y top left;
}

.ie8 .content-wrapper-inner {
	background: url(images/dot_border_v.png) repeat-y top right;
}

.ie8 .menu-search-button {
	background: url(images/search_icon.png);
	background-position: center -18px;
	background-repeat: no-repeat;
	background-color: #fff;
}

.ie8 .menu-search-button:hover {
	background: url(images/search_icon.png);
	background-position: center -106px;
	background-repeat: no-repeat;
	background-color: #fff;
}

.ie8 .menu-search-field {
	height: 35px;
	padding: 17px 0 0 10px;
}

/* Must go at bottom of file */
.page-content .slider-blocks .flex-direction-nav,
.page-content .slider-blocks .slides,
.page-content .news-items {
	margin: 0;
}

.sidebar-right ul,
.sidebar-left ul {
	margin: 10px 0 0;

	
}

.page-content .page-slider .slides,
.page-content .page-slider .flex-direction-nav,
.page-content .page-slider .flex-direction-nav li {
	margin: 0;
}
.homepageBlock {
	/*  background-color: #333; */
	background-image: url("http://preprod.doithosting.net/iff/wp-content/uploads/2016/12/bgfooter-3.jpg");
    padding: 48px 0px 186px 0px !important;
    text-align: center;
    width: 100%;
	margin-bottom: 17px;
	opacity: 0.9;
	height: 0;
	
}
.homepageBlock h1 {
	color: #fff!important;
    font-weight: bold;
    margin-top: 53px;
    margin-bottom: 20px;
    font-size: 12px;
}
.homepageBlock a {
	border: 2px solid #fff;
    color: #fff!important;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 50px;
}
.center-content .block-title{ 
    background: transparent none repeat scroll 0 0;
    color: #670e44;
    font-size: 24px !important;
    margin: -37px 3px -38px 34px !important;
    font-family: 'Open Sans', sans-serif!important;
}
.sidebar-left .block-title { 
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 20px !important;
    margin: -43px 3px 2px 35px !important;
    font-family: 'Open Sans', sans-serif!important;
    padding: 10px;
    padding-top: 16px;
    padding-left: 5px;
    /* border-left: 4px solid #ccc; */
}
.sidebar-left a{ 
	color: #fff;
}
.real-slid {background: #771046;
	padding: 50px 0;
}
.real-slid .master-slider {
	height: 240px;
}
.parent-sidebar-menu a {
	font-weight: normal;
    font-size: 11px;
}
.newsletter_form {}
.menu-footer{
	font-size: 12px;
    margin: 3px;
    position: absolute;
    right: 5px;
    top: 13px;
}
.menu-footer span {
	color:#fff;
}
.content-wrapper-inner {
	border-bottom: 1px solid #670e44;
    margin: 0 0 29px;
    display: table;
	font-family: 'Open Sans', sans-serif;

}
label, .wpcf7 p {
	display: none !important;
}
#header-content-wrapper {
	/*border-bottom: 1px solid #670E44;*/
	    width: 100%;
    background: rgba(255,255,255,1);
}

}
.slide-home {}
.slider .slides, .slider-blocks, .page-slider {
	margin: 220px 0 0 132px !important;
    width: 960px !important;
}
.small-text{
    display: table-cell;
    width: 33%;
    border-left: 5px solid #661847;
    /*min-width: 180px;*/
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* padding-right: 0; */
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    line-height: 21px;
	text-align: justify;
}
.long-text{
	padding-left: 20px;
    /*padding-right: 30px;*/
}
.long-text ul{
   margin: -18px 0px 30px;
   text-align: justify;
}
.long-text ul li{
	    list-style-image: url(images/list_08.png);
	        font-style: italic;
	        font-weight: normal;
	            font-size: 13px;
	        
}
.home .long-text ul li{
	    list-style-image: url(images/list_08.png);
	        font-style: italic;
	        font-weight: normal;
	            font-size: 15px;
	        
}
.small-text-container{
	display: table;
}
.center-content .content-block {
	padding: 45px 0px 0px 11px;
    border-left: 1px solid #f1f1f1;
    margin-left: 10px;
    
}
.newsletter_form {}
.menu-footer{
	font-size: 12px;
/*    margin: 3px;
    position: absolute;
    right: 96px;*/
}
.menu-footer span {
	color:#fff;
}
.content-wrapper-inner {
	border-bottom: 1px solid #670e44;
	border-top: 2px solid #670e44;
    margin: 0 0 20px;
}
label, .wpcf7 p {
	display: none !important;
}
/*#header-content-wrapper:before{
    content: '';
    background: url(http://preprod.doithosting.net/iff/wp-content/uploads/2017/12/effetHeader.png);
    z-index: 100000;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 261px;
    height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
}

#header-content-wrapper:after{
    content: '';
    background: url(http://preprod.doithosting.net/iff/wp-content/uploads/2017/12/effetHeader2.png);
    z-index: 100000;
    right: 0px;
    top: 0px;
    position: absolute;
    width: 261px;
    height: 105px;
    background-size: contain;
    background-repeat: no-repeat;
}*/
#header-content-wrapper {
    /*border-bottom: 1px solid #670E44; 
    width: 100%;*/
    /*overflow-x: hidden;*/
    /*padding-bottom: 50px;*/
    
    /*border-bottom: 3px solid #670E44;
    width: 1400px;*/
    
    /*border-radius: 0% 0% 250px 250px/ 0px 0em 100px 100px;
        border-radius: 0% 0% 280px 280px/ 0px 0em 100px 100px;*/
        /*position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
	box-shadow: 0px 42px 61px rgba(0,0,0,.5);*/

	}

body {
	overflow-x: hidden;
}
.slide-home {}
.slider .slides, .slider-blocks, .page-slider {
	margin: 220px 0 0 132px !important;
    width: 960px !important;
}
#header-wrapper input[type="submit"] {
	background: #9e296f none repeat scroll 0 0 !important;
    border: none;
    border-radius: 17px;
    /*color: #424242;*/
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    display: block;
    /*font-size: 12px;*/
    font-weight: 600;
	margin: -22px 8px 1px 147px !important;
    padding: 2px 8px;
    position: absolute;
	-webkit-margin-start: 142px;
}
#header-wrapper select, input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], input[type="date"], input[type="file"], input[type="password"], textarea {
	/* background: #fff url("images/icon-search2.png") no-repeat scroll right center; */
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    color: #c5c5c5;
    font-size: 12px;
    height: 18px !important;
    /* margin: 0 0 13px; */
    width: 171px !important;
	
}
.agenda-posts-list .agenda-title{
	font-weight: bold;
    font-size: 11px;
}
.agenda-posts-list .post-date{
	font-style: italic;
    font-size: 11px;
    color: #8e8e8e;
    font-weight: lighter;
}
.agenda-posts-list .preview-text{
	font-size: 10px;
    line-height: 11px;
    color: #8e8e8e;
    font-weight: lighter;
}
.agenda-posts-list li {
	list-style: none!important;
    padding-bottom: 13px;
    border-bottom: 1px solid #fff;
}
#header-border{
	width: 100%;
}
.textwidget{
	margin-bottom: 15px;
}
.top-left-nav .sub-menu{
	/*display: table-cell;*/
    background-color: #771046;
    position: absolute;
    margin-top: 5px;
}
.top-left-nav  .sub-menu li {
/*display: table-row;*/
    float: none;
        /*height: 30px;*/
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.top-left-nav >li:hover{
	/*background-color: #bbb;*/
	/*font-weight:bold;*/
	color:#fff;
}
.sub-menu{
	display:none;
}
.top-left-nav >li:hover .sub-menu{
	display:block;
}

#menu-item-76 a {
	border:none!important;
}
#menu-item-102:hover {
	background:none!important;
}
.footer-container{
	width: 960px;
    margin: 0 auto;
    height: 45px;
    position: relative;
}

.hesperiden .tp-bullet {
	margin: 13px 0 0 431px;
	border: none !important;
}
.hesperiden .tp-bullet {
	background: #fff;
}
.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {
	background: black;
}
.homepageBlock a:hover {
    background: #fff;
    color: #852760 !important;
}
.wpcf7-form label, .wpcf7 p {display: block !important;}

.page-content-wrapper .sidebar-left {
	/*background: #771046 none repeat scroll 0 0;*/
	/*background: url(http://preprod.doithosting.net/iff/wp-content/uploads/2017/12/OverlayEffect2.png) #761046 no-repeat left bottom;*/
	background: #761046;
    display: table-cell;
    vertical-align: top;
    width: 24%;
}
.page-content-wrapper .sidebar-left .block-title {
	/*margin: 0 !important;*/
}
.page-content .current_page_item a {
	color: #ffffff;
    font-size: 15px;
	font-weight:bold;
}
.page-header .titre-single{
position: relative;
background: rgba(119,16,70,0.9);
width: 960px;
min-height: 110px;
margin: 270px auto 0 auto;
color: #fff;
/*border-radius: 30px 0 0 0;
box-shadow: -2px -2px 5px -3px #000;*/
}
.page-header .titre-single::after, .page-header .titre-single::before {
content: "";
position: absolute;
width: 500px;
height: 100%;
background: rgba(119,16,70,0.9);
z-index: 0;
/*box-shadow: 2px -2px 5px -3px #000;*/
}
.page-header .titre-single::after {
	right: -500px;
}
.page-header .titre-single::before {
	left: -500px;
}
.page-content .parent-sidebar-menu li {
	list-style-image: url(images/list_08.png);
    /*font-size: 14px;*/
}
#menu-item-76 .sub-menu {
	width: 85px!important;
}

.newsletter1_form {
	padding: 8px 2px 2px 231px;
    position: absolute;
}
#footer #footer-bottom .newsletter1_form  select, input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], input[type="date"], input[type="file"], input[type="password"], textarea {
	border: 1px solid #e3e3e3;
    border-radius: 15px;
    color: #333333;
    font-size: 12px;
    height: 20px;
    width: 260px;
}
.newsletter1_form  input[type="submit"] {
	background: #9e296f;
    border: none;
    border-radius: 18px;
    color: #fff;
    cursor: pointer;
    display: block;
	font-size: 10px;
    font-weight: 600;
    margin: -23px 5px -4px 183px;
    padding: 3px 10px;
    position: absolute !important;
}
.tnp-field{
	margin-left: 10px;
}

#custom-header-container-content{
	/*width: 960px;*/
    margin: 0 auto;
        /*text-align: center;*/
}
.custom-header-content{
	    width: 960px;
	        /*width: 75%;*/
    margin: 0 auto;
}
#custom-slider-container{
	/*padding-top:182px;*/
	/*margin-bottom: 9px;*/
}
#main-menu-responsive{
	display:none;
}
.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.top-left-nav input[type="text"] {
    font-size: 15px;
    padding-left: 5px;
}
.main-content-right table {
	width: 100% !important;
}
.show-all {
	background: #661847 none repeat scroll 0 0;
	border: 1px solid;
	text-align: center;
	padding: 6px 0;
    margin: 50px;
    margin-top: 20px;
    margin-bottom: 0;
	font-size: 12px;
}
.show-all:hover {
	background-color: #852760;
	
}
.custom-button-guide{
	    font-weight: 600;
    font-size: 13px;
    border: 2px solid #852760;
	background:#852760;
    /*padding: 10px;*/
    color: #ffffff;
}
.custom-button-guide:hover{
    background-color: #661847;
     border: 2px solid #661847;
}
.custom-button-guide:hover a{
    color: #852760;
}
.custom-button-guide a {
 /*   color: #852760;
        display: block;
    padding: 10px;*/
	
	color: #ffffff;
display: block;
padding: 10px;
text-align: center;
}
.custom-button-video.stats .fa{margin:0 0 0 7px;}
.custom-button-video.stats{
border: 2px solid #852760;
color: #852760;
font-size: 13px;
font-weight: 600;
/*margin: -56px auto 0;*/
    margin: 10px auto 0;
position: relative;
max-width: 127px;
z-index: 99;
/*margin-bottom: 15px;*/
}
.custom-button-video .fa{margin:0 0 0 7px;}
.custom-button-video{
border: 2px solid #852760;
color: #852760;
font-size: 13px;
font-weight: 600;
margin: 0px auto 0;
position: relative;
max-width: 200px;
z-index: 99;
}
.custom-button-video:hover{
    background-color: #661847;
     border: 2px solid #661847;
}
.custom-button-video:hover a{
    color: #fff;
}
.custom-button-video a {
    color: #852760;
        display: block;
    padding: 10px;
}

.page-content .custom-content-list li{
    list-style: none;
}
.custom-download-button a{
	    font-size: 15px;
	        font-weight: 600;
}
.custom-download-button:hover a{
	    color: #661847;
}
.custom-block {

}
.custom-block-stats{
	/*background: url(../../uploads/2018/01/bg-d2.png) #fff no-repeat right center;*/
    min-height: 310px;
    background-size: 25%;
    background-position: right bottom;
    background: rgb(84,4,54);
background: linear-gradient(0deg, rgba(84,4,54,1) 0%, rgba(119,16,70,1) 100%);
}
.custom-block-stats * {
	color: #FFF !important;
}
.custom-block-formation{
	padding-top: 200px;
    padding-bottom: 40px;
        background: #771046;
    box-shadow: 1px 1px 16px rgba(0,0,0,1);
    margin-bottom: 33px;
    position: relative;
}
.custom-block-formation .rev_slider .tp-caption {
	/*opacity: 1!important;*/
    visibility: visible!important;
}


.custom-block-formation .tp-parallax-wrap {
    /*visibility: visible!important;*/

}
.custom-block-formation  .custom-slider-overlay{
	height: 100%;
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
        width: 960px;
        pointer-events: none;
            z-index: 9;

}

.custom-block-formation  .custom-slider-overlay>div{
	background: #fff;
    height: 100%;
        width: 250px;
           padding: 30px;
    padding-top: 100px;
        box-sizing: border-box;
            background: url(http://preprod.doithosting.net/iff/wp-content/uploads/2017/12/OverlayEffect2.png) #fff;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 161px;
    pointer-events:auto;
}
.custom-block-formation  .custom-slider-overlay>div h3{
	font-size: 21px;
    font-weight: bold;
    color: #660f44;
        margin-bottom: 75px;
        position: relative;
}
.custom-block-formation  .custom-slider-overlay>div h3:before{
height: 3px;
    display: block;
    width: 35px;
    position: absolute;
    left: 0px;
    bottom: -8px;
    background: #540436;
    border-right: 1px white;
    content: '';
}
.custom-block-formation  .custom-slider-overlay>div  .custom-overlay-desc{
	font-size: 15px;
    font-weight: 600;
}
.custom-block-formation  .custom-slider-overlay>div  .custom-overlay-desc2{
	font-size: 12px;
    /*font-weight: 600;*/
}

.rev_slider * {visibility: visible !important;}
/*------------inscription-------------*/
.custom-block.custom-block-inscription h3{
		font-size: 21px;
    font-weight: bold;
    color: #660f44;
        margin-bottom: 30px;
        position: relative;
}
.custom-block.custom-block-inscription h3:before{
	height: 3px;
    display: block;
    width: 35px;
    position: absolute;
    left: 0px;
    bottom: -8px;
    background: #540436;
    border-right: 1px white;
    content: '';
}
.custom-block.custom-block-inscription .cont{max-width:960px;
margin: 0 auto;}
.custom-block.custom-block-inscription .cont p{text-align:center;}
/*---------------- Video -----------*/

.custom-block.custom-block-video{background: url('bg-vid.png') no-repeat center center;
min-height: 250px;
margin: 31px 0 0 0;
box-shadow: 0 0 17px 0px #000;}
.custom-block.custom-block-video h3{color: #fff;
text-align: center;}
.custom-block.custom-block-video .vid-play{margin: 53px auto 14px;
background: url('play.png') no-repeat center;
min-width: 50px;
min-height: 60px;
background-size: 4%;}

/*---------------- Guide stagiaire -----------*/

.custom-block.custom-block-file {min-height: 250px;
background: url('bg-guide.png') no-repeat center center;}
.custom-block.custom-block-file h3{color: #fff;
text-align: center;
padding: 94px 0 0 0;}
.custom-button-file .fa{margin:0 0 0 7px;}
.custom-button-file{
border: 2px solid #ffffff;
color: #ffffff;
font-size: 13px;
font-weight: 600;
margin: 0px auto 0;
position: relative;
max-width: 180px;
z-index: 99;
}
.custom-button-file:hover{
    background-color: #661847;
     border: 2px solid #661847;
}
.custom-button-file:hover a{
    color: #fff;
}
.custom-button-file a {
    color: #ffffff;
        display: block;
    padding: 10px;
	text-align: center;
}

/*---------------- News Carousel -----------*/


.custom-block-news{
	padding-top: 200px;
    padding-bottom: 0px;
        background: #fff;
    box-shadow: 1px 1px 16px rgba(0,0,0,1);
    margin-bottom: 0px;
    position: relative;
}
.custom-block-news .rev_slider .tp-caption {
	/*opacity: 1!important;*/
    visibility: visible!important;
}


.custom-block-news .tp-parallax-wrap {
    /*visibility: visible!important;*/

}
.custom-block-news  .custom-slider-overlay{
	height: 100%;
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
        width: 960px;
        pointer-events: none;
            z-index: 9;

}

.custom-block-news  .custom-slider-overlay>div{
	background: #761046;
    height: 100%;
        width: 250px;
           padding: 30px;
    padding-top: 100px;
        box-sizing: border-box;
            background: url(http://preprod.doithosting.net/iff/wp-content/uploads/2017/12/OverlayEffect2.png) #761046;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 161px;
    pointer-events:auto;
}
.custom-block-news  .custom-slider-overlay>div h3{
	font-size: 21px;
    font-weight: bold;
    color: #fff;
        margin-bottom: 75px;
        position: relative;
}
.custom-block-news  .custom-slider-overlay>div h3:before{
	height: 3px;
    display: block;
    width: 35px;
    position: absolute;
    left: 0px;
    bottom: -8px;
    background: #fff;
    border-right: 1px white;
    content: '';
}
.custom-block-news  .custom-slider-overlay>div  .custom-overlay-desc{
	font-size: 15px;
    font-weight: 600;
    color: #000;
}
.custom-block-news  .custom-slider-overlay>div  .custom-overlay-desc2{
	font-size: 12px;
    color: #fff;
    /*font-weight: 600;*/
}
.custom-block-news  .custom-slider-overlay>div  .custom-overlay-calltoaction{
	font-size: 11px;
    color: rgba(255,255,255,.7);
    padding-left: 23px;
    background: url(http://preprod.doithosting.net/iff/wp-content/uploads/2017/12/Arrow-1.png) no-repeat;
    background-position: center left;
}
/*---------------- Testimonial -----------*/
.custom-block.custom-block-testimonials{min-height: 300px;
background: url('bg-guide.png') repeat center center;}
.custom-block.custom-block-testimonials .testi{max-width:960px; margin: 0 auto;}
.custom-block.custom-block-testimonials h3{
		font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;;
    color: #ffffff;
        margin-bottom: 30px;
        position: relative;
padding: 50px 0 0 0;
		text-align:center;
}
.custom-block.custom-block-testimonials h3:before{	
height: 3px;
    display: block;
    width: 35px;
    position: absolute;
    left: 48%;
    bottom: -8px;
    background: #ffffff;
    border-right: 1px white;
    content: '';}
.testimonial-inner h3.testimonial-heading{padding:0;font-size: inherit;
font-weight: inherit;}
.testimonial-inner h3.testimonial-heading:before{display: none;}
.testimonial-content p{color:#ffffff;}
.testimonial-name{color:#ffffff;}
/*---------------- Contact-----------*/
.custom-block.custom-block-contact{min-height: 250px;}
.custom-block.custom-block-contact .contactw{max-width:960px; margin: 0 auto;}
.custom-block.custom-block-contact .contact-left{width: 26%;
float: left;}
.custom-block.custom-block-contact .contact-right{width:70%; float:right;}
.custom-block.custom-block-contact h3{
font-size: 21px;
font-weight: bold;
color: #660f44;
margin-bottom: 40px;
position: relative;
margin-top: 40px;
}
.custom-block.custom-block-contact h3:before{	
height: 3px;
    display: block;
    width: 35px;
    position: absolute;
    left: 0px;
    bottom: -8px;
    background: #540436;
    border-right: 1px white;
    content: '';}
.contact-left .custom-overlay-desc{font-weight:bold;}
.contact-left .custom-overlay-desc2{margin: 0;
font-size: 13px;
color: #777;}
.one-half {width: 48%;
display: inline-block;}
.one-half.last{width: 48%;
display: inline-block;}

.statistics {
    padding: 25px 0;
    text-align: center;
    /*background: rgba(0,0,0,0.45);*/
    background-size: cover;
    position: relative;
}
.statistics-inner {
    padding: 15px 3%;
    text-align: center;
    z-index: 2;
    position: relative;
}
.statistics .stat {
    display: block;
    margin: 35px 25px;
    line-height: 1.4;
    float: left;
    max-width: 300px;
}
.stat .stat-icon, .stat .number, .stat .count-title {
    display: block;
    width: 100%;
    text-align: center;
}
.stat .number {
    color: olive;
    font-size: 25px;
    width: 88px;
    display: inline-block;
}

.custom-block-stats .statistics .statistics-inner{
	display: inline-block;
    padding: 0;
    padding-top: 15px;
    width: 960px;
    margin: 0 auto;
}
.statistics {
	padding-top: 40px !important; 
	text-align: center;
}

.custom-block-stats .statistics .stat {
	    float: none;
    vertical-align: top;
    width: 25%;
        display: inline-block;
    margin: 0;
    padding: 15px 0px;
    box-sizing: border-box;
    position: relative;
    /*min-width: 300px;*/
}
.custom-block-stats .statistics .stat span.fa {
    height: 50px;
    width: 50px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.custom-block-stats .statistics .stat span.fa:before {
	display: none;
}
.custom-block-stats .statistics .stat span.fa.fa-address-book {
	background:url(images/iff_presentation.svg) center center no-repeat;
	background-size: 100% 100%;
}
.custom-block-stats .statistics .stat span.fa.fa-address-book-o {
	background:url(images/iff_clock.svg) center center no-repeat;
	background-size: 80% 80%;
}
.custom-block-stats .statistics .stat span.fa.fa-address-card {
	background:url(images/iff_student.svg) center center no-repeat;
	background-size: 90% 90%;
}
.custom-block-stats .statistics .stat span.fa.fa-address-card-o {
	background:url(images/iff_smile.svg) center center no-repeat;
	background-size: 85% 85%;
}
.custom-block-stats .statistics .stat span.fa.fa-address-card-o:after {
	    content: "%";
    position: absolute;
    right: 45px;
    top: 25px;
    font-size: 30px;
    font-weight: bold;
}
#tf-stat-1114 .stat .number {
	font-weight: bold;
}
#tf-stat-1114 h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
#tf-stat-1114 h3::before {
    height: 3px;
    display: block;
    width: 35px;
    position: absolute;
    margin-left: -18px;
    left: 50%;
    bottom: -8px;
    background: #FFF;
    content: '';
}
.custom-block-stats .statistics .stat .count-title{
	    padding: 0 30px;
    box-sizing: border-box;
}

#rev_slider_3_2 .uranus.tparrows{
	top:30%!important;
}

#rev_slider_4_3 .uranus.tparrows{
	top:23%!important;
}

#rev_slider_4_3 .uranus.tparrows:before{
	    color: #751046;
}
#html5-watermark {visibility:hidden !important;}

#rev_slider_3_2 .tp-caption a{color: #fff !important;}
#rev_slider_3_2 .tp-caption a:hover{color: #fff !important;}
#rev_slider_4_3 .tp-caption a{color: #333 !important;}
#rev_slider_4_3 .tp-caption a:hover{color: #333 !important;}

.custom-dynamic-news-slider-date {
	font-size: 17px!important;
}

.custom-dynamic-news-slider-date .slider-day {
	font-size: 29px!important;
}

/*.custom-dynamic-news-slider-title{
	 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}*/

/* ACIMCOM CODE V1 10_04_2020 */


.header_notice {
	background: rgb(232,232,232);
background: linear-gradient(0deg, rgba(232,232,232,1) 0%, rgba(185,185,185,1) 100%);
	padding: 5px 20px;
}
.header_notice .content {
	max-width: 940px;
	margin: auto auto;
}
.header_notice p {
	margin: 0;
 /*line-height: 14px;*/
 text-align: left;
}
.hn_text {
	float: left;
	width: 80%;
}
.hn_social {
	float: right;
}
.hn_social .hn_icon_linkedin, .hn_social .hn_icon_youtube, .hn_social .hn_icon_instagram {
	float: right;
}
.hn_social .hn_icon_linkedin a, .hn_social .hn_icon_youtube a, .hn_social .hn_icon_instagram a {
	text-indent: -99999px;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 5px;
	}
.hn_social .hn_icon_linkedin a {
	background: url(images/hn_linkedin.svg) top left no-repeat; 
	background-size: 24px 24px;
}
.hn_social .hn_icon_youtube a {
	background: url(images/hn_youtube.svg) top left no-repeat; 
	background-size: 100% 100%;
}
.hn_social .hn_icon_instagram a {
	background: url(images/hn_instagram.svg) top left no-repeat; 
	background-size: 24px 24px;
}
.iff_home_video {
	/*background: url(images/iff_bg_video.jpg) center center no-repeat;*/
    position: relative;
    text-align: center;
    z-index: 10;
    width: 100%;
    min-height: 320px;
    height: 500px;
    overflow: hidden;
}
.iff_home_video video {
	width: 100%;
    position: relative;
    margin-top: 39vh;
    -webkit-transform: translateY(-54%);
    transform: translateY(-54%);
    height: 200%;
}

.menu-home_links-container {
	display: block;
}
.menu-home_links-container li {
	display: inline-block;
	float: left;
	width: 25%;
}
.menu-home_links-container li a {
	display: block;
	padding: 30px 0;
	background: rgb(185,185,185);
background: linear-gradient(0deg, rgba(185,185,185,1) 0%, rgba(232,232,232,1) 100%);
	color:#651146;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
.menu-home_links-container li a {
	border-left: 1px solid #FFF;
}
.menu-home_links-container li:first-child a {
	border-left: 0;
}
.menu-home_links-container li a:hover {
	background: rgb(84,4,54);
    background: linear-gradient(0deg, rgba(84,4,54,1) 0%, rgba(119,16,70,1) 100%);
	color:#e0e0e0;

}
.iff_widget {
	padding: 50px 30px;
}
.iff_widget_header {
	text-align: center;
	padding: 0 0 40px 0;
	position: relative;
}
.iff_widget_header h3 {
	color: #660f44;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
	display: inline-table;
    position: relative;
    text-align: center;
}
.iff_widget_header p {
	text-align: center;
	padding-top: 10px;
}
.iff_widget_header h3::before {
    height: 3px;
    display: block;
    width: 35px;
    position: absolute;
    margin-left: -18px;
    left: 50%;
    bottom: -8px;
    background: #540436;
    content: '';
}
.iff_widget .iff_widget_header::before {
	height: 3px;
    display: block;
    width: 140px;
    position: absolute;
    margin-left: -70px;
    left: 50%;
    bottom: 40px;
    background: #540436;
    content: '';
}
.iff_widget {
	background: #FFF url(images/iff_bg_chart.png) bottom center no-repeat;
	background-size: 100% auto;
}
.iff_home_formations {
	padding-bottom: 2%;
	display: block;
}
.iff_home_formation {
	width: 32%;
	margin-left: 2%;
	float: left;
	position: relative;
	overflow: hidden;
}
.iff_home_formations .iff_home_formation:first-child {
	margin: 0;
}
.iff_home_form_image {
	overflow: hidden;
}
.iff_home_formation img {
	margin: 0!important;
	border: 6px solid #660f44;
	box-sizing: border-box;
}
.iff_home_form_descrip {
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	padding: 80px 20px 20px 20px;
	color: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.iff_home_formation:hover .iff_home_form_descrip {
	background: linear-gradient(0deg, rgba(102,15,68,1) 0%, rgba(102,15,68,0) 100%);
}
.iff_home_form_descrip h4 {
	display: block;
	padding: 5px;
	text-transform: uppercase;
	font-size: 20px;
	color: #FFF;
	position: relative;
	font-family: 'Open Sans', FontAwesome, sans-serif !important;
	text-align: center;
	letter-spacing: 2px;
}
.iff_home_form_descrip p {
	display: none;
	padding: 10px 0 0 0;
	font-size: 14px;
	margin: 0;
	line-height: 18px;
}
.iff_home_formation:hover p {
	display: block;
}
.iff_see_more_color {
	color: #FFF;
	font-size: 12px;
	padding-left: 20px;
	background: url(images/pdf_file.svg) 0 0 no-repeat;
	background-size: 16px 16px;
}
.iff_footer_slider .ms-inner-controls-cont {
	max-width: 960px !important;
}
.iff_footer_slider .ms-inner-controls-cont .ms-view {
	width: 960px !important;
	margin-left: 20px;
}
.iff_logos_slider {
	padding: 50px 0;
}
.iff_logos_slider .master-slider {
	max-height: 240px;
}
.iff_logos_slider .iff_widget_header {
	padding-bottom: 0;
}
.iff_logos_slider .iff_footer_slider .ms-inner-controls-cont .ms-view {
	/*margin-left: 0;*/
}
.iff_logos_slider .ms-skin-black-2 .ms-nav-prev {
	left: -30px;
}
.iff_logos_slider .ms-skin-black-2 .ms-nav-next {
	right: -30px;
}
.widget_actu {
	padding-bottom: 40px;
}
.widget_actu #rev_slider_5_1_wrapper {
	background: transparent !important;
}
.widget_actu * {
	opacity: 1 !important;
}
.widget_actu .slider-day, .widget_actu .custom-dynamic-news-slider-date {
	text-align: center !important;
}
.widget_actu .custom-dynamic-news-slider-title {
	color: #660f44 !important;
}
.widget_actu .iff_news_link {
	font-size: 12px;
	padding-left: 20px;
	background: url(images/icon_plus_purple.svg) 0 0 no-repeat;
	background-size: 12px 12px;
	color: #660f44;
	font-weight: bold;
}
.iff_read_more_w {
	padding-left: 20px;
	background: url(images/icon_plus_1.svg) 0 3px no-repeat;
	background-size: 12px 12px;
}
.widget_actu .iff_news_desc {
	overflow: hidden;
}
.iff_new_all {
	margin-top: -80px;
}


.post-template-default.single.single-post .breadcrumbs p {
	font-size: 0;
}
.post-template-default.single.single-post .breadcrumbs p a {
	font-size: 12px;
}
.post-template-default.single.single-post .breadcrumbs p a:after {
	content: " » ";
}

.iff_footer {
	padding: 20px 0 10px 0;
	margin: 0 auto;
	max-width: 960px;
}
.iff_footer * {
	color: #424242;
}
.iff_footer h4 {
	color: #660f44;
	text-transform: uppercase;
	font-family: Arial !important;
	font-weight: bold;
}
.iff_footer img {
	margin: 0;
}
.iff_footer .widget-title-block {
background-color: #660f44;	
}
.menu-footer a {
	color: #fff;
}
.iff_footer p {
	text-align: left;
	font-size: 12px;
	margin: 5px 0;
}

.pum-title.popmake-title {
	color: #660f44 !important;
	font-size: 24px !important;
	margin-bottom: 30px !important;
}
.pum-close.popmake-close {
	background-color: #660f44 !important;
	top: 25px !important;
	right: 25px !important;
}
.iff_popup_form label {
	display: block !important;
	font-size: 12px !important;
    font-weight: 700 !important;
    color: #424242 !important;
}
.iff_popup_form input, .iff_popup_form textarea {
	width: 100% !important;
	background: none !important;
	border-bottom: 1px solid #ccc !important;
	border-radius: 0 !important;
	margin: 0 0 10px 0 !important;
	padding: 15px !important;
}
.iff_popup_form .tnp-subscription, .iff_popup_form .tnp-field {
	margin: 0 !important;
	max-width: 100% !important;
}
.iff_popup_form .tnp-submit, .iff_popup_form .wpcf7-form-control.wpcf7-submit {
	background: #660f44 !important;
	border: 0 !important;
	color: #FFF;
}
.iff_etre_rappele, .iff_newsletter {
	text-align: center;
	padding: 60px 0;
	width: 50%;
	float: left;
	margin-bottom: -20px;
}
.iff_etre_rappele {
	background: url(bg-vid.png) center center no-repeat;
	background-size: auto 100%;
}
.iff_newsletter {
	background: url(bg-guide.png) center center no-repeat;
	background-size: auto 100%;
}
.iff_etre_rappele i, .iff_newsletter i {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-bottom: 40px;
}
.iff_newsletter i {
	background:url(images/iff_newsletter.svg) center center no-repeat;
	background-size: 100% 100%;
}
.iff_etre_rappele i {
	background:url(images/iff_telephone.svg) center center no-repeat;
	background-size: 100% 100%;
}
.iff_etre_rappele h3, .iff_newsletter h3 {
	color: #FFF;
	font-size: 20px;
	margin-bottom: 20px;
}
.iff_etre_rappele a, .iff_newsletter a {
	display: inline-block;
	border: 2px solid #FFF;
	color: #FFF;
	padding: 10px 20px;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 0 !important;
}

.iff_search_btn {
	display: block;
	border-radius: 0 ;
	border: 0;
	height: 44px;
	width: 44px;
	cursor: pointer;
	background: #660f44 url(images/iff_loupe.svg) center center no-repeat;
	background-size: 50% 50%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.iff_search_block {
	position: absolute;
	bottom: -48px;
	left: -600px;
	right: -600px;
	background-color: #660f44;
	display: none;
	cursor: pointer;
}
.iff_search_block_show {
	display: block;
}
.iff_search_block .iff_search_wrapper {
	max-width: 960px;
	margin: 0 auto;
}
.iff_search_block input {
	font-size: 14px;
	padding: 15px;
	border-radius: 0;
	width: 100% !important;
	max-width: 930px !important;
	background: transparent;
	border: 0;
	color: #FFF !important;
}
.iff_search_block button {
	display: none;
}
.iff_footer_separator {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #660f44;
}

.coop_menu {
	
}
.coop_menu strong {
	display: block;
}
.coop_menu figure {
	margin: 0;
	width: 100%;
	border: 1px solid #660f44;
	text-align: center;
}
.coop_menu figcaption {
	display: block;
	margin: 0;
	padding: 20px 10px;
	background-color: #660f44;
	color: #FFF;
	text-align: center;
}
.coop_menu figcaption a {
	color: #FFF;
}
.coop_article .wp-block-latest-posts__featured-image.alignleft {
	margin: 20px 0 15px 0;
}
/*.coop_article a {
	color: #660f44;
	font-size: 18px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Merriweather', serif;
	display: block;
}
.coop_article h3 {
	padding-bottom: 20px;
}*/
.coop_article .wp-block-latest-posts__featured-image {
	width: 100%;
}
.page-content blockquote {
	border-color: #660f44 !important;
	color:#000 !important;
}
.page-content blockquote .wp-block-file__button {
	background-color:  #660f44;
	padding: 10px 20px;
	border-radius: 3px;
}
.post-template-default.single-post .blog-info {
	display: none;
}
.post-template-default.single-post .blog-content.blog-content-single {
	width: 98%;
    padding-left: 10px !important;
}
.hide-under-menu ul, .hide-under-menu ul * {
	display: none !important;
}
.hn_menu_lang {
	float: right;
	padding: 3px 10px;
	margin-right: 10px;
	border-right: 1px solid #FFF;
}
.hn_menu_lang li {
	display: inline-block;
	padding-left: 5px;
}
#rev_slider_5_1 {
	background: #FFF !important;
}
.wpml-ls-menu-item .wpml-ls-flag {
		width: 20px;
		height: 14px;
}
.header_notice .hn_responsive_lang {
	display: none !important;
}
.iff_first_date {
	word-spacing: 25px;
	white-space: break-spaces;
}

.page-content .rhcalendar table tr:nth-child(2n) {
    background: none;
	color: none;
}
.page-content .rhcalendar .fc-button.fc-state-default, .page-content .rhcalendar table th, .fc-button.fc-state-default, .page-content .rhcalendar .fullCalendar .fc-state-highlight, .fullCalendar table tr:hover td.fc-state-highlight {
	background-color: #771046 !important;
}
.page-content .rhcalendar .fullCalendar .fc-state-highlight, .fullCalendar table tr:hover td.fc-state-highlight {
	opacity: 0.25;
	color: #FFF;
}
.page-content .rhcalendar .fc-button.fc-state-active {
	background-color: #520d31 !important;
}
.page-content .rhcalendar .rhc-month-wrap > .rhc-month table.fc-border-separate td.fc-day.fc-have-event .fc-day-number {
	background-color: #bb568b;
}
.page-content .rhcalendar table tr:nth-child(2n), .rhc-month-wrap > .rhc-month table.fc-border-separate td.fc-day .fc-day-number a {
	color: #1c1c1c !important;
}
.icon-taxonomy-venue .fe-extrainfo-value span:second-child {
	display: none;
}
@font-face {
 font-family: "Digital-7 Courant";
 src: url("fonts/digital-7.ttf") format("truetype")
}
.iff_m1 {
	/*display:none !important;*/
}
.logged-in .iff_m1 {
	display: block !important;
}
.iff_m1 a {
	display:block;
	background:#660f44;
	margin:0 !important;
	padding:6px 6px 6px 50px !important;
	white-space: nowrap;
	color:#FFF !important;
	border:none !important;
	text-transform: uppercase;
	/*font-family: "Digital-7 Courant";
	font-size:20px !important;*/
}
.iff_m1 ul {
	background:none !important;
}
.iff_m1 ul li {
	padding:0 !important;
}
.iff_m1 ul a {
	background:none !important;
	color:#651146 !important;
	/*padding: 6px 6px 6px 6px !important;
    border: 1px solid #661846 !important;
	font-size:16px !important;*/
}
.iff_m1 ul a::after{
	/*content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #661846;
    position: absolute;
    left: 15px;
    top: -5px;*/
}
.iff_m1:before {
	content:"NEW";
	background:#651146;
	float:left;
	padding:6px 6px 6px 6px;
	color:#FFF;
	animation-duration: .5s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    transition: none;
	/*font-family: "Digital-7 Courant";
	font-size:20px !important;*/
}
@keyframes clignoter {
  0%   { background:#651146; }
  50%  { background:#c91c26; }
  100% { background:#651146; }
}

/* END ACIMCOM CODE */



