/*
Theme Name: Zolwerknaerppercher
Description: Zolwerknaerppercher
Author: B2esis
Author URI:  http://www.b2esis.com/
Version: 1.0.1
Tags: Zolwerknaerppercher, creche


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms

5.0 - Site Structure
6.0 - Navigation
	6.1 - Menus
	6.2 - Search on Navigation Wrap
7.0 - Content
    7.1 - Homepage content
    7.2 - Pagination
8.0 - Sidebar Widget
9.0 - Single page
10.0 - Pages
    10.1 - Pages Right Sidebar
    10.2 - Pages Left Sidebar
    10.2 - Pages Full Width
11.0 - Footer
12.0 - Contact Form 7
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
@font-face {
font-family: 'Hand Of Sean';
font-style: normal;
font-weight: normal;
src: local('Hand Of Sean'), url('fonts/handsean.woff') format('woff');
}
@font-face {
    font-family: 'handwritingregular';
    src: url('fonts/handwriting-webfont.eot');
    src: url('fonts/handwriting-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/handwriting-webfont.woff2') format('woff2'),
         url('fonts/handwriting-webfont.woff') format('woff'),
         url('fonts/handwriting-webfont.ttf') format('truetype'),
         url('fonts/handwriting-webfont.svg#handwritingregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'dakotaregular';
    src: url('fonts/dakota-webfont.eot');
    src: url('fonts/dakota-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dakota-webfont.woff2') format('woff2'),
         url('fonts/dakota-webfont.woff') format('woff'),
         url('fonts/dakota-webfont.ttf') format('truetype'),
         url('fonts/dakota-webfont.svg#dakotaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { border: 0; border-top: 1px solid #ccc; display: block; margin: 1em 0; padding: 0;}
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre, code { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; list-style-position: inside; }
ul ul, ol ol, ul ol, ol ul { margin: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol, #mainmenu, .part-items { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure, form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea {margin: 0; vertical-align: baseline;}
button, input { line-height: normal; }
table button, table input {}
button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
td { vertical-align: top; }
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing:         border-box;
}
body {background: #fff;}
a:focus {outline: thin dotted;}
a:hover,
a:active {outline: 0;}
a img {border: 0;}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {font-weight: bold;padding: 0;color: #1a4e60;margin-top:0px;letter-spacing: -0.1px;font-family: "Asap";}
h1 {font-size: 25px;line-height: 28px; margin: 0 0 16px 0;}
h2 {font-size: 22px;line-height: 27px;margin: 0 0 20px 0;}
h3 {font-size: 18px;line-height: 22px; margin: 0 0 16px 0;}
h4 {font-size: 15px;line-height: 20px; margin: 0 0 10px 0;}
h5 {font-size: 12px;line-height: 18px; margin: 0 0 10px 0;}
h6 {font-size: 10px;line-height: 16px; margin: 0 0 10px 0;}

.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }
p {line-height: inherit; margin: 0 0 10px; color: #1a4e60; font-size:15px;}
p img { margin: 0; }
p.lead { font-size: 18px; font-size: 1.8rem; line-height: 1.5;  }
em, i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 60%; line-height: inherit; }
h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; }

/*Form
----------------------------------------------------------------------------------------*/
fieldset{ padding:20px; border:1px solid #e0e0e0;}
input[type=text], .content-wrapper input[type="tel"], input[type=email],input[type=password],textarea{font:italic 14px 'Asap';color:#1a4e60;padding:8px 10px;border:1px solid #f0f0f0;background:#f4f4f4;-webkit-appearance:none;box-shadow:none !important;}
textarea{ width:90%; font-size:13px; background:#f4f4f4; overflow:auto;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius:2px;color:#1a4e60;margin-top:3px;line-height: 24px;min-height: 100px; font-style:italic;}
input, textarea,input[type="submit"]:focus{outline:0 none;}
input[type="radio"],input[type="checkbox"]{margin-right:5px; margin-left:5px;}
button::-moz-focus-inner { border: 0; padding: 0;}
input[type="reset"],input[type="submit"],input[type="button"], button{background: #E91550; color: #FFF; border:none;margin:0; outline-width:0; padding:8px 22px 10px; text-align:center}
input[type="button"]:hover, input[type="button"]:focus,input[type="reset"]:hover,
input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,
button:hover,button:focus{cursor:pointer;}

/*Links
----------------------------------------------------------------------------------------*/
a { color: #1a4e60;text-decoration: none;line-height: inherit;}
a:hover {
    color:#e91550;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;}
a:focus {outline: medium none;}
p a, p a:visited { line-height: inherit; }

/*List
----------------------------------------------------------------------------------------*/
ul, ol { margin-bottom: 18px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
li { list-style-position: outside; }
ul.large li { line-height: 21px; }

/*Table
----------------------------------------------------------------------------------------*/
table { }
table thead, table tfoot { }
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td { font-size: 12px; line-height: 18px; }
table thead tr th,
table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }
table tbody tr.even,
/*table tbody tr.alt { background: #f9f9f9; }
table tbody tr:nth-child(even) { background: #f9f9f9; }*/
table tbody tr td { color: #76818a; padding: 9px 10px; border: none; }

/*Blockquote
----------------------------------------------------------------------------------------*/
blockquote, blockquote p { line-height: 20px; color: #777; }
blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
abbr { text-transform: none; }

/*Images
----------------------------------------------------------------------------------------*/
object, embed { max-width: 100%; height: auto;}
img { -ms-interpolation-mode: bicubic;border: 0;vertical-align:middle;height: auto;}
#main img{max-width:100%;}
#map_canvas img, .map_canvas img {max-width: none!important;}

/*Wordpress Style
----------------------------------------------------------------------------------------*/
.alignleft, img.alignleft { float:left; margin: 5px 20px 20px 0px; }
.alignright, img.alignright { float:right; margin: 5px 0px 20px 20px; }
.aligncenter, img.aligncenter { display:block; margin: 5px auto; }
.alignnone, img.alignnone { margin: 5px 20px 20px 0; }
.wp-caption { text-align: center; padding:0; max-width: 100%;}
.wp-caption img { border: 0 none; padding: 0; margin: 0; max-width: 98.5%; width: auto;display: block;}
.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0;padding-top:5px;}
.wp-smiley { margin: 0 !important; max-height: 1em; }
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.sticky{}
.bypostauthor{}

/*Custom Css
----------------------------------------------------------------------------------------*/
.left        { float: left; }
.right       { float: right; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.text-bold	 { font-weight:bold;}
.hide        { display: none; }
.clear,br.clear{clear: both;height:0;}
#googlemap img, object, embed { max-width: none; }
#map_canvas embed { max-width: none; }
#map_canvas img { max-width: none; }
#map_canvas object { max-width: none; }
.t0{margin-top:0px !important;}.t10{margin-top:10px !important;}.t15{margin-top:15px !important;}.t20{margin-top:20px !important;}
.t30{margin-top:30px !important;}.t35{margin-top:35px !important;}.t40{margin-top:40px !important;}
.b0{margin-bottom:0px !important;}.b10{margin-bottom:10px !important;}.b20{margin-bottom:20px !important;}
.b30{margin-bottom:30px !important;}.b35{margin-bottom:35px !important;}.b40{margin-bottom:40px !important;}

/*--------------------------------------------------------------
5.0 - Site Structure
--------------------------------------------------------------*/
body {
    background:url(images/bg-html.jpg) left top repeat-x; 
    color:#666666;
    font-size: 14px;
    line-height:22px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    margin:0;
    padding:0;
    font-family: georgia ,Arial,sans-serif;
    font-style: normal;
}
@-webkit-keyframes animatedBackground {
0% {
    background-position: 0 0;
}
100% {
    background-position: 100% 0;
}
}
@-webkit-keyframes animatedBackground {
0% {
    background-position: 0 0;
}
100% {
    background-position: 100% 0;
}
}
@-o-keyframes animatedBackground {
0% {
    background-position: 0 0;
}
100% {
    background-position: 100% 0;
}
}
@-o-keyframes animatedBackground {
0% {
    background-position: 0 0;
}
100% {
    background-position: 100% 0;
}
}
@keyframes animatedBackground {
0% {
    background-position: 0 0;
}
100% {
    background-position: 100% 0;
}
}
@keyframes animatedBackground {
0% {
    background-position: 0 0;
}
100% {
    background-position: 100% 0;
}
}

.site-header {
	height:414px;
	width:100%;
	border-bottom:2px solid #000;
	animation: 40s linear 0s normal none infinite running animatedBackground;
	-webkit-animation: 40s linear 0s normal none infinite running animatedBackground;
	-moz-animation: 40s linear 0s normal none infinite running animatedBackground;
	-o-animation: 40s linear 0s normal none infinite running animatedBackground;
	background:url(images/bg-oiseau3.png) left top repeat-x;
	background-position: 0 0;
    background-repeat: repeat-x; 
}
.site-header .cont-header {
    margin: 0 auto;
    width: 940px;
}
.site-header .cont-header .topbar-left {
    margin-left: 102px;
    padding: 0;
}
.site-header .cont-header .topbar-wrap {
    float: left;
    width: 340px;
}
.site-header .cont-header .header-wrap {
    float: left;
    width: 600px;
}
.site-header .cont-header .header-wrap h1{margin:0;}
.site-header .container{width:100%;}
.site-header .header-right-wrap{
 font-family:'Hand Of Sean';
 font-size:19px;
 text-align:center;
}
.site-header .header-right-wrap p{
	color:#1a4e60;
	margin:0 auto 0 55px;
	display:inline-block;
	 background: url(images/bg-p.jpg) no-repeat 0 0;
	 width:589px;
	 padding: 34px 80px 0 20px;
    text-align: center;
	height:71px;
}
.fame-content-wrapper {margin: 45px 0;}
.full-width-mode {background:url(images/bg-body.jpg) right top no-repeat !important;}
.boxed-mode {
    background: #FFF;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    width: 1038px;
}
.boxed-mode .fame-site-info,
.boxed-mode .footer-widget-area {
    padding: 0;
    border-top: none
}
.boxed-mode .footer-widget-area .row {
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
}
.boxed-mode .fame-site-info .row {
    padding-top: 0;
    border-top: 1px solid #e2e2e2;
}
.panel-group .panel{ margin-bottom:15px;}

.panel-group .panel .panel-heading a{
	border:2px solid #1a4e60;
	font-weight:bold;
	font-size:21px;
	color:#1a4e60;
}
.panel .panel-heading .toggle-icon {
    height: 25px;
    position: absolute;
    right:20px;
    top: 15px;
    width:15px;
}
.panel .panel-heading .vert-icon {
    border-color: #1a4e60;
    border-left: 5px solid #1a4e60;
    height: 15px;
    left: 6px;
    position: absolute;
    top: 0px;
}
.panel .panel-heading .hor-icon {
    border-color: #1a4e60;
    border-top: 5px solid #1a4e60;
    left: 1px;
    position: absolute;
    top: 5px;
    width:15px;
}
.panel-group .panel.active .panel-heading a{
	border:none;
	color:#fff;
}
.panel.active .panel-heading .vert-icon, .panel.active .panel-heading .hor-icon  {
    border-color: #ff;
    border-left: 5px solid #fff;
	border-top: 5px solid #fff;

}
.panel.active .panel-heading a, .panel.active .panel-body{ 
	background:#1a4e60;
	border:none;
	color:#fff;
}
#menu .menu_ptits, #menu .menu_grands{ margin-bottom:20px; background:url(images/bg-tab.jpg) left top repeat; border:2px solid #1a4e60; border-radius:10px; padding:10px; color:#76818a; font-size:14px;}
#menu th{ font-size:16px; font-weight:normal;}
#menu tr:first-child th{ border-bottom: none;}
#menu tr:first-child th{ background: url(images/border_menu.jpg) left bottom repeat-x;}
#menu tr:first-child th:first-child{ background: none;}
#menu tr:first-child th:nth-child(2){ background-position: 12px bottom; background-repeat: no-repeat;}

#menu td, #menu th{ border-bottom:2px solid #1a4e60;padding-left:10px;}
#menu th.titre, #menu tr:last-child td, #menu tr:last-child th{ border-bottom: none;}
#menu th.partie{ border-right:2px solid #1a4e60;}

/*--------------------------------------------------------------
5.1 Grid
--------------------------------------------------------------*/
    .row .unit, .row .units{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .container { width: 940px; margin: 0px auto; }
    .row { height: 1%; }
    .clear { clear: both; font: 1px/1px sans-serif; overflow: hidden; }
    .left {float: left}
    .right {float: right}
    .unit, .units { float: left; margin-left: 30px; }
    .unit:first-child, .units:first-child { margin-left: 0px; }

    img{ max-width: 100%; height: auto; }
    img { -ms-interpolation-mode: bicubic; }
    object, embed { max-width: 100%; }

    /* Desktop Version. */
    .container { width: 940px; margin: 0px auto; } /* Container width 1170px */
    .row:after {clear: both; content: "."; display: block; height: 0; visibility: hidden; }
    .unit,.units { float: left; display: inline; margin-left: 30px; position: relative; z-index: 1; min-height: 1px; }
    .one.unit,.one.units {width: 54px;}
    .two.units {width: 138px;}
    .three.units {width: 222px;}
    .four.units {width: 306px;}
    .five.units {width: 390px;}
    .six.units {width: 474px;}
    .seven.units {width: 558px;}
    .eight.units {width: 642px;}
    .nine.units {width: 726px;}
    .ten.units {width: 810px;}
    .eleven.units {width: 894px;}
    .twelve.units {width: 940px;}
    /* MinWidth 768 
    @media only screen and (min-width: 768px) and (max-width: 977px) {
        .container{ margin: 0px auto; max-width: 748px; }
        .unit, .units { float: left; margin-left: 20px; }
        .boxed-mode {width: 100%; !important}
        .one.unit,.one.units{width: 44px;}
        .two.units{width: 108px;}
        .three.units{width: 172px;}
        .four.units{width: 236px;}
        .five.units{width: 300px;}
        .six.units{width: 364px;}
        .seven.units{width: 428px;}
        .eight.units{width: 492px;}
        .nine.units{width: 556px;}
        .ten.units{width: 620px;}
        .eleven.units{width: 684px;}
        .twelve.units{width: 748px;}
    }*/

    /* MaxWidth 767 
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container{ margin: 0px auto; max-width: 420px;}
        .container .row {
            max-width: 100%;
            margin: 0 15px;
        }
        .boxed-mode {width: 100%; !important}
        .unit, .units {margin-left: 0}
        .one.unit,.one.units,
        .two.units,
        .three.units,
        .four.units,
        .five.units,
        .six.units,
        .seven.units,
        .eight.units,
        .nine.units,
        .ten.units,
        .eleven.units,
        .twelve.units{width: 100% !important; float: none; }
    }

    @media only screen and (max-width: 479px) {
        .boxed-mode {width: 100%;}
        .container {
            padding: 0 15px;
            width: 100% !important;
        }
        .container .row {
            margin: 0 15px;
            width: auto;
            max-width: 100%;
        }
        .unit, .units {margin-left: 0}
        .one.unit,.one.units,
        .two.units,
        .three.units,
        .four.units,
        .five.units,
        .six.units,
        .seven.units,
        .eight.units,
        .nine.units,
        .ten.units,
        .eleven.units,
        .twelve.units{width: 100% !important; float: none; }
	.social-count-plus li { width: 50% !important;}
    }*/

/*--------------------------------------------------------------
5.2 Header
--------------------------------------------------------------*/
.topbar-wrap {}
.topbar-widget-area {
    font-size: 12px;
    font-family: georgia, sans-serif;
    color: #FFF;
}
.topbar-widget-area .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.topbar-left{
    line-height: 1;
    display: block;
    padding: 8px 0;
}
.topbar-widget-area .menu li {float: left;}
.topbar-widget-area .menu li:before {content: '|';}
.topbar-widget-area .menu li:first-child:before {content: '';}
.topbar-widget-area .menu li a {
    color: #FFF;
    text-decoration: none;
    padding: 8px 12px 10px;
    display: inline-block;
    line-height: 1;
}
.topbar-widget-area .menu li:last-child a {padding-right: 0;}
.topbar-widget-area .menu li.current-menu-item a,
.topbar-widget-area .menu li a:hover {color: #e91550;}
.header-right-wrap{ width:100%; text-align:center;}
.header-right-wrap a {
    display: block;
    overflow: hidden;
    line-height: 1;
    outline: none;
    margin: 0;
    padding: 20px 0;
}
.fame-logo {}
.header-right-wrap a img{width: 100%;}

/*--------------------------------------------------------------
6.0 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 - Menus
--------------------------------------------------------------*/
.slideMenu{}
.slideMenu ul{z-index:100;margin: 0;padding: 0;list-style-type: none;}
/*Top level list items*/
.slideMenu ul li{position: relative;display: inline;float: left; background:url(images/bg-li.png) right center no-repeat; padding: 0 30px; }
.slideMenu ul li:first-child{ padding-left: 10px; }
.slideMenu ul li:last-child{ background:none; padding-right:0; }
.slideMenu ul li a{ padding:0 !important;}
/*Top level menu link items style*/
.slideMenu ul li a{text-decoration: none;z-index: 0;position: relative;}
* html .slideMenu ul li a{ display: inline-block;}
.slideMenu ul li a:link, .slideMenu ul li a:visited{}
.slideMenu ul li a.selected{ background: black; }
.slideMenu ul li a:hover{/*background of menu items during onmouseover (hover state)*/}
/*1st sub level menu*/
.slideMenu ul li ul{position: absolute;left: 0;display: none; /*collapse all sub menus to begin with*/visibility: hidden;z-index: 100;}
/*Sub level menu list items (undo style from Top level List Items)*/
.slideMenu ul li ul li{display: list-item;float: none;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.slideMenu ul li ul li ul{top: 0;}
/* Sub level menu links style */
.slideMenu ul li ul li a{display: block;z-index: 100;}
/* Holly Hack for IE \*/
* html .slideMenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* Custom */
.navigation-wrap{}
.navigation-wrap.header_fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    background: #fff;
	text-align: center;
}
.navigation-wrap.header_fixed .container {
	display: inline-block;
    float: none;
	border: none;
}
.navigation-wrap .container {
    border-top: 1px solid #1a4e60;
    border-bottom: 1px solid #1a4e60;
	float:left;
	padding:10px 0;
	margin:25px 0 0px 140px;
	width:670px;
}
#primary-nav-id li.page_item_has_children ul.children { margin-left: 0;}
#primary-nav-id .default_menu ul li ul { display: none;}
#primary-nav-id li a {
    font-size: 16px;
    color: #1a4e60;
    font-family:'Hand Of Sean';
}
#primary-nav-id li a:hover,
#primary-nav-id li a.hover,
#primary-nav-id li.current-menu-item > a,
#primary-nav-id li.current-menu-parent a.hasSubMenu  { font-weight:bold;}
#primary-nav-id li a:hover, #primary-nav-id li.current-menu-item > a, .connect-widget-form .subs_submit, .widget .tabs ul.drop li a:hover, .widget .tabs ul.drop li.ui-tabs-active a, .home-slider-wrap .flex-control-paging li a:hover, .home-slider-wrap .flex-control-paging li a.flex-active, .tagcloud a:hover, .post-tags a:hover, input[type="reset"], input[type="submit"], input[type="button"], button, .single-pagination span, .single-pagination a:hover span, .fame-pagination a:hover, .fame-pagination a.page-current, .post .entry-meta .cat-links a:hover, #primary-nav-id li a.hover, .widget .tabs ul.drop li a:hover, .widget .tabs ul.drop li.active a{ background:none !important;}
#primary-nav-id li ul:before {
	content: url("images/bg-ul.png");
	position: absolute;
	width: 15px;
	height: 9px;
	left: 44%;
    top: -16px;
}
#primary-nav-id li ul {
	background: #d1de86;
	padding: 10px 5px;
	width:140px;
	top:37px !important;
}
#primary-nav-id li li {
	text-align:center;
	width:100%;
	padding:0;
	margin:0 0 10px;
	background:none;
}
#primary-nav-id li li a {
    font-size: 14px;
    color: #fff;
    font-family:'Hand Of Sean';
}
#primary-nav-id li li a:hover ,
#primary-nav-id li li.current-menu-item a{ color: #1a4e60;}
#primary-nav-id li li ul  { margin-top: -1px;}
#primary-nav-id .hasSubMenu { padding-right: 29px;}
/* Mobile Version */
#primary-nav-mobile-a,
#primary-nav-mobile-id{ display: none;}
#primary-nav-mobile-a {
    color: #333;
    font-family:  "Asap",sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    padding: 15px 15px 15px 0;
    text-transform: uppercase;
}
#primary-nav-mobile-a:before {
    font-family: genericons;
    content: '\f419';
    color: #333;
    font-size: 14px;
    padding-right: 5px;
    position: relative;
    top: 1px;
}
#primary-nav-mobile-a span {
    width:9px;
    height: 5px;
    display: block;
    position: absolute;
    top:20px;
    left:16px;
}
#primary-nav-mobile-id {
    margin:0px;
    background: #333;
    padding-bottom:8px;
    display: none;
}
#primary-nav-mobile-id li {
    margin-bottom:0px;
    border-top:1px solid #222;
}
#primary-nav-mobile-id li a {
    border-top:1px solid #444;
    color:#cccccc;
    padding:6px 19px 6px;
    font-size: 14px;
    text-shadow: none !important;
    display: block;
     font-family: "Asap";
}
#primary-nav-mobile-id li ul li a { padding-left:40px; color:#999 !important;}
#primary-nav-mobile-id li ul ul li a { padding-left: 60px;}
#primary-nav-mobile-id li a:hover,
#primary-nav-mobile-id li a:active {color:#fff !important; background: #444;}
.primary-nav-mobile-id li a:hover,
.primary-nav-mobile-id li.current-menu-item a{ background: #16a1e7;}
#primary-nav-mobile ul.sub-menu { margin-bottom: 0;}

/*--------------------------------------------------------------
6.2 Search on Navigation Wrap
--------------------------------------------------------------*/
.fame-search-nav .search-bt {
    background: url(assets/images/search-icon.png) no-repeat left center;
    width: 18px;
    height: 18px;
    display: block;
    margin-top: 14px;
    margin-right: 15px;
}
.fame-search-hide {
    display:none;
    height:100%;
    position:fixed;
    right:0;
    top:0;
    width:100%;
    z-index:999999
}
.fame-search-hide .fame-shbg {
    background:#000;
    height:100%;
    left:0;
    -webkit-opacity:.9;
    -moz-opacity:.9;
    opacity:.9;
    position:absolute;
    top:0;
    width:100%
}
.fame-search-hide #searchform {
    background:#fff;
    border:0;
    height:50px;
    left:50%;
    margin-left:-285px;
    margin-top:-25px;
    position:absolute;
    top:40%;width:570px;
    z-index:9999
}
.fame-search-hide h3 {
    color:#fff;
    text-transform:uppercase;
    margin:-35px auto 1px auto;
    font-size:28px;
    line-height:34px;
    font-weight:400;
    text-align:center
}
.fame-search-hide #searchform input[type="text"] {
    width:510px;
    height:50px;
    color:#222;
    padding:12px 15px 12px 15px;
    background: #FFF;
}
.fame-search-hide #searchform input[type="submit"] {margin:15px 0 0 0}
#searchform{
    display:block;
    margin:0;
    border:0;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px
}
#searchform input[type='text'] {
    float:left;
    border:medium none;
    box-shadow:none;
    color:#aaa;
    width:247px;
    font-size:13px;
    line-height:21px;
    outline:0;
    margin:0;
    padding:12px 11px;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px
}
#searchform input[type='submit'] {
    background:url(assets/images/search-icon.png) no-repeat center center;
    border:medium none;
    box-shadow:none;
    cursor:pointer;
    display:block;
    float:right;
    height:18px;
    margin:10px 10px 0 0;
    width:14px;
}
.content-404 #searchform input[type='submit'] {  margin-top: 11px;}
#searchform input[type='submit']:hover{
    -webkit-opacity:.8;
    -moz-opacity:.8;
    opacity:.8
}

/*--------------------------------------------------------------
7.0 - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1 - Homepage content
--------------------------------------------------------------*/
/* Homepage Slider */
.fame-home-firstbox .fame_homeslider_item:first-child { float: left}
.fame-home-firstbox .fame_homeslider_item:last-child { float: right;}
.fame-content .hotread-wrap { width: 138px;}
.fame-home-firstbox {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 29px;
    border-bottom: 1px solid #e2e2e2;
}
.fame-content .home-slider-wrap,
.fame-content .home-slider-wrap.left.right {
    width: 100%;
    border-left: none;
    border-right: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}
.fame-content .home-slider-wrap.right {
    width: 474px;
    margin-left: 30px;
    margin-bottom: 0;
    padding-left: 29px;
    border-left: 1px solid #e2e2e2;
}
.fame-content .home-slider-wrap.left {
    width: 474px;
    margin-right: 30px;
    margin-bottom: 0;
    padding-right: 29px;
    border-right: 1px solid #e2e2e2;
}
.page-full-width .home-slider-wrap.left {
    width: 642px;
    margin-right: 30px;
    margin-bottom: 0;
    padding-right: 29px;
    border-right: 1px solid #e2e2e2;
}
.page-full-width .home-slider-wrap.right {
    width: 642px;
    margin-left: 30px;
    margin-bottom: 0;
    padding-left: 29px;
    border-left: 1px solid #e2e2e2;
}
.page-full-width .hotread-wrap {
    width: 100%;
	float:left;
}
.fame-home-secondbox h2.blog-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin:0px 0px 25px;
}
.fame-post-item {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.featured-image a {
    display: block;
    overflow: hidden;
    line-height: 0;
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.flexslider .featured-image a img{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 205px;
	height: 205px;
}
.roundabout-moveable-item img{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
}


.featured-image a:hover img {
    opacity: 0.6;
    transition: all 0.5s ease 0s;
}
/* Custom Flexslider */
.fame-home-firstbox .flexslider{
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.home-slider-wrap h2.entry-title {
    font-family: "Asap";
	display: none;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin: 25px 0 20px;
}
.home-slider-wrap .entry-summary { color: #333;}
.home-slider-wrap .flex-direction-nav { display: none;}
.home-slider-wrap .flex-control-nav {
    width: 100%;
    text-align: left;
    position: static;
    margin-top: 20px;
}
.home-slider-wrap .flex-control-paging li { margin: 0;}
.home-slider-wrap .flex-control-paging li a {
    background: #333;
    border-radius: 50%;
    box-shadow: none;
    text-indent: 0;
    color: #FFF;
    width: auto;
    height: auto;
    padding: 0;
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-family: arial, sans-serif;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-right: 3px;
}
.home-slider-wrap .flex-control-paging li a:hover,
.home-slider-wrap .flex-control-paging li a.flex-active { background: #e91550;}
/* Hot reads */
.hotread-wrap article { margin-bottom: 25px;}
.hotread-wrap .widget-title { margin-bottom: 10px;}
.hotread-wrap .featured-image {
    margin-bottom: 10px;
	float:left;
}
.hotread-wrap header h4 {
    font-size: 16px;
    line-height: 20px;
     font-family: "Asap";
    font-weight: normal;
}
.hotread-wrap header h4 a:hover { color: #E91550;}

/* Widget Ads */
.before_widget_post_ads {
    text-align: center;
    margin-bottom:30px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
}

/* List view */
.fame-home-secondbox .fame-list-view {
    clear: both;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}
.fame-list-view .featured-image {
    width: 288px;
    float: left;
    margin-right: 30px;
}
.fame-list-view .content-element { overflow: hidden;}
.fame-home-secondbox .entry-meta {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    margin-top: 0;
}
.post .entry-meta .cat-links a {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    background: #c0c0c0;
    padding: 5px 8px 6px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-decoration: none;
    text-transform: none;
     font-family: "Asap";
}
.fame-full-width .entry-title,
.fame-home-secondbox .entry-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
     font-family: "Asap";
    margin-bottom: 10px;
}
.fame-full-width .entry-title a,
.fame-home-secondbox .entry-title a {
    text-decoration: none;
    color: #333;
}
.fame-full-width .entry-title {margin: 20px 0;}
.fame-full-width .entry-meta.second,
.fame-home-secondbox .entry-meta.second {
    font-size: 11px;
    color: #b9b9b9;
    text-transform: uppercase;
    font-family: arial, sans-serif;
    line-height: 1;
    margin-bottom: 18px;
}
.fame-full-width .entry-meta.second .post-time { padding-left: 0;}
.fame-full-width .entry-meta { margin-top: 0;}
.fame-home-secondbox .entry-meta .post-time{ padding-left: 0;}
.fame-home-secondbox .entry-meta a {
    text-decoration: none;
    color: #b9b9b9;
}
.fame-home-secondbox .entry-meta a:hover { color: #e91550;}
.post .entry-meta .cat-links a:hover {
    color: #FFF;
    background: #e91550;
}
.entry-meta.second .rec { padding: 0 4px;}
.entry-meta .post-view,
.entry-meta .post-comment { padding-left: 12px;}
.entry-meta .post-comment:before {
    font-family: Genericons;
    content: '\f108';
    font-size: 11px;
    color: #b9b9b9;
    position: relative;
    top: 2px;
}
.entry-meta .post-view:before {
    font-family: Genericons;
    content: '\f403';
    font-size: 11px;
    color: #b9b9b9;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.fame-home-secondbox .entry-summary { color: #333;}
.readmore {
    color: #e91550;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}
.entry-content a:hover,
.readmore:hover,
.widget .list-posts-grid .readmore:hover { color: #333;}
.entry-content blockquote {
    background: url(assets/images/content-quote.png) left 5px no-repeat;
    border-left: medium none;
    font-style: italic;
    margin: 0 0 25px 40px;
    padding: 0 30px 0 50px;
}
.entry-content ul {}
.entry-content ul li { margin-bottom: 10px;}
.entry-content ol{ margin:20px 0px 20px 40px;}
.entry-content ol li{margin-bottom:20px;}
.entry-content .st-tabs ul{margin:0px;}
.entry-content .st-tabs ul li{margin-bottom:0px;}
.entry-content .slides,.content .flex-direction-nav{list-style-type: none;margin:0px;}
.entry-content .carousel-slide li{list-style: none;margin-bottom:0px;}
.entry-content .mejs-container { margin-bottom: 18px;}

/* Grid view */
.fame-post-item.first article { padding-top: 0;}
.fame-post-item.first .fame-post-inner { border-top: 0px none; }
.fame-post-inner {
    width: 50%;
    float: left;
}
.fame-post-inner.c-2{
    border-left: 1px solid #e2e2e2;
    margin-left: -1px;
}
.list-posts-grid .fame-post-item{ border-bottom: 1px solid #e2e2e2;}
.list-posts-grid .fame-post-item:last-child .fame-post-inner{ border-bottom: none;}
.list-posts-grid .fame-post-item:last-child{ border-bottom: 1px solid #e2e2e2;}
.fame-post-inner article {
    padding-right: 29px;
    padding-left: 0;
    border-right: 1px solid #e2e2e2;
    padding-bottom: 30px;
    padding-top: 30px;
}
.fame-post-item:last-child .fame-post-inner,
.loadall .fame-post-item.last .fame-post-inner { border-bottom: none;}
.fame-post-inner:nth-child(2n) article {
    padding-left: 30px;
    padding-right: 0;
    border-right: none;
}
.fame-home-secondbox .fame-grid-view .entry-title {
    font-size: 20px;
    font-weight: normal;
    margin: 0px 0 14px;
}
.fame-home-secondbox .fame-grid-view .featured-image  {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
.fame-home-secondbox .fame-grid-view .entry-meta { margin-bottom: 10px;}
.fame-home-secondbox .fame-grid-view .entry-meta .post-view,
.fame-home-secondbox .fame-grid-view .entry-meta .post-comment {
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    color: #b9b9b9;
    font-family: arial, sans-serif;
    line-height: 1;
}
.fame-post-item.last { border-bottom: none !important;}
.fame-pagination {
    width: 100%;
    clear: both;
    margin-bottom: 0px;
    list-style: none;
    float: left;
    margin-top: 30px;
}
.fame-pagination li {
    float: left;
    margin-right: 5px;
}
.fame-pagination a {
    background: #c0c0c0;
    display: inline-block;
    line-height: 1;
    padding: 6px 12px 9px;
    color: #FFF !important;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
}
.fame-pagination a:hover,
.fame-pagination a.page-current { background: #e91550;}
.grid-wg .ft_recentpostsgrid_widget .fame-pagination,
.fame-blog-wrap.grid .fame-pagination,
.blog-view-list .widget .fame-pagination,
.home.grid-wg #infscr-loading { margin-top: 30px;}
.list-wg.blog-view-grid .ft_recentpostsgrid_widget.list-posts-grid .fame-pagination,
.blog-view-list .fame-pagination,
.infinite-mode .fame-pagination,
.list-wg.blog-view-list .fame-pagination,
.list-wg.blog-view-grid .fame-pagination { margin-top: 0;}
.list-wg.blog-view-grid .list-posts-grid .fame-pagination,
.blog-view-list .fame-pagination
.infinite-mode.blog-view-grid .fame-pagination { margin-top: 30px;}
#infscr-loading {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
}
#infscr-loading img {
    float: left;
    padding-right: 15px;
}
#infscr-loading em {
    display: inline-block;
    padding-top: 5px;
}
.single-pagination {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.single-pagination a span {
    background: #c0c0c0;
    display: inline-block;
    line-height: 1;
    padding: 5px 9px 6px;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.single-pagination span,
.single-pagination a:hover span { background: #e91550;}
.single-pagination span {
    display: inline-block;
    line-height: 1;
    padding: 5px 9px 6px;
    color: #FFF;
    font-size: 13px;
}
.single-pagination span.single-pagi {
    background: 0 none;
    color: #666;
    padding-left: 0;
}
.pg-n .fame-post-item:last-child { border-bottom: none;}
/*--------------------------------------------------------------
8.0 Sidebar Widget
--------------------------------------------------------------*/
.sidebar-wrap {}
.sidebar-wrap .widget-area { margin-left: 5px;}
.sidebar-wrap aside {
    margin-bottom: 26px;
    color: #333;
}
.sidebar-wrap aside:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
h2.widgettitle,
h3.widget-title,
.author-box-title,
#comments h4,
h3#reply-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 12px;
}
table#wp-calendar{ width: 100%}
/* optin form */
.connect-widget-form,
.connect-widget-social{
    overflow: hidden;
    width: 100%;
}
.connect-widget-form { margin-bottom: 10px;}
.connect-widget-social {}
.connect-widget-form .subs_input {
    background: 0 none;
    font-size: 11px;
    font-family: arial, sans-serif;
    float: left;
    width: 208px;
    padding: 11px 10px 10px;
    color: #a8a8a8;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: none;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: none !important;
    margin: 0;
}
.connect-widget-form .subs_submit {
    background: #e91550;
    color: #FFF;
    float: left;
    font-size: 11px;
    padding: 10px 13px;
    border: none;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-appearance: none;
}
.widget_calendar table, .widget_calendar table th, .widget_calendar table td{ border: #e2e2e2 1px solid; border-collapse: collapse;}
.widget_calendar table tfoot td, .widget_calendar table tfoot th{ border: none;}
.widget_calendar table #next{ text-align: right; }
.widget_calendar caption{ margin-bottom: 10px;}

.widget_rss ul li{ margin-bottom: 20px; }
.widget_rss ul li:last-child{ margin-bottom: 0px; }
.widget_rss ul li a{ font-weight: bold; display: block;}
.widget_rss ul li .rss-date{ font-style: italic; display: block;}
.widget_rss ul li  .rssSummary{ margin: 10px 0px; }

/* only style on Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .connect-widget-form .subs_submit { padding:10px 13px 11px;}
 .slideMenu ul { text-align: center;}
 .slideMenu ul li{ padding: 0 20px; float: none; display: inline-block;}

}
.connect-widget-social a {
    color: #333;
    display: inline-block;
    font-size: 11px;
    height: 27px;
    line-height: 12px;
    margin-right: 15px;
    margin-top: 15px;
    padding-left: 35px;
     font-family: "Asap";
}
.connect-widget-social a:hover { color: #222;}
.connect-widget-social a strong {
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    font-family: "Asap";
    padding-bottom: 4px;
}
.connect-widget-social .connect-rss { background: url("assets/images/icons/rss.png") no-repeat left center;}
.connect-widget-social .connect-twitter { background: url("assets/images/icons/twitter.png") no-repeat left center;}
.connect-widget-social .connect-facebook { background: url("assets/images/icons/facebook.png") no-repeat left center);}
.connect-widget-social .last { margin-right: 0;}
.social-count-plus li {
    width: 33% !important;
    padding: 0 10px 15px 0 !important;
    text-align: left !important;
}
.social-count-plus a {display: inline-block !important;}
.social-count-plus span {  font-family: "Asap"; display: inline-block !important; padding: 0 0 0 5px !important;}
.social-count-plus .count, 
.social-count-plus .label { padding-left: 0 !important; display: block !important; }

/* Tab Widget */
.tab_widget {
    overflow: hidden;
    display: block;
}
.widget .tabs {
    float:left;
    padding: 0;
}
.tab_wrap {
    background: #FFF;
    float: left;
}
.widget .tab ul {
    float: left;
    margin: 0;
    list-style: none;
}
.widget .tabs ul.drop {
    float:left;
    width:300px;
    margin: 0 0 20px 0;
    list-style: none;
}
.widget .tabs ul.drop li a {
    background: none repeat scroll 0 0 #333;
    color: #FFF;
    display: block;
     font-family: "Asap";
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    outline: medium none;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.widget .tabs ul.drop li a:hover,
.widget .tabs ul.drop li.active a { background: #e91550;}
.ie .widget .tabs ul.drop li a { font-size: 17px;}
.widget .tabs ul.drop li { float:left; margin: 0;}
.widget .tabs ul.drop li.tab_nav_1 {    width:35%;}
.widget .tabs ul.drop li.tab_nav_2 {    width:30%;}
.widget .tabs ul.drop li.tab_nav_3 {    width:35%;}
.widget .tabs .tab { float:left; padding:0; margin:0;}
.widget .tabs .tab li {
    float: left;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: none;
    width: 100%;
}
.widget .tabs .tab li:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.widget .tabs .tab li .hentry {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.error404 .featured-image,
.sidebar-wrap .widget .featured-image,
.site-footer .footer-widget-area .featured-image,
.single-related-wrapper .featured-image,
.single-recent-wrapper .featured-image {
    float: left;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0px 25px 0px 0;
    padding: 0;
}
.widget .tabs .tab li .featured-image a:hover { background: none;}
.widget .tabs .tab li .featured-image-comment {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0px 25px 0px 0;
    padding: 0;
}
.widget .tabs .tab li .featured-image-comment a:hover { background: none;}

.widget .entry-meta .post-time,
.ft_popular_widget .entry-meta .post-time,
.footer-widget-area .entry-meta .post-time { padding-left: 0;}
.widget header h4,
.footer-widget-area header h4,
.single-recent-wrapper header h4,
.single-related-wrapper header h4 {
     font-family: "Asap";
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 7px;
}
.widget header h4 a,
.footer-widget-area header h4 a{
    color: #333;
    text-decoration: none;
}
.widget header h4 a:hover,
.footer-widget-area header h4 a:hover{ color: #e91550;}
.ui-tabs .ui-tabs-hide {
    left: -10000px;
    position: absolute;
}
.ui-tabs .ui-tabs-hide { display: none;}
.widget .entry-meta,
.footer-widget-area .entry-meta{
    color: #B9B9B9;
    font-family: arial,sans-serif;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}
.widget .entry-meta .post-comment,
.widget .entry-meta .post-view,
.footer-widget-area .entry-meta .post-comment,
.footer-widget-area .entry-meta .post-view{ padding-left: 10px;}
.widget .entry-meta .post-comment a,
.footer-widget-area .entry-meta .post-comment a{
    color: #B9B9B9;
    text-decoration: none;
}
.widget .entry-meta .post-comment a:hover,
.footer-widget-area .entry-meta .post-comment a:hover { color: #e91550;}
.widget .entry-meta .post-comment:before,
.footer-widget-area .entry-meta .post-comment:before {
    color: #B9B9B9;
    content: '\f108';
    font-family: Genericons;
    font-size: 11px;
    position: relative;
    top: 2px;
}
.widget .entry-meta .post-view:before,
.footer-widget-area .entry-meta .post-view:before{
    color: #B9B9B9;
    content: '\f403';
    font-family: Genericons;
    font-size: 11px;
    position: relative;
    top: 2px;
    padding-right: 3px;
}
.widget .tabs .comment-tab li h4 {
    font-size: 14px;
    line-height: 20px;
}
.widget article,
.footer-widget-area article { margin-bottom: 20px;}
.widget article:last-child,
.footer-widget-area article:last-child { margin-bottom: 0;}
/* Tags widget */
.post-tags a,
.tagcloud a {
    background:#c0c0c0 url(assets/images/tags_bg.png) no-repeat 7px center;
    border-radius: 2px;
    color: #FFF;
    display: inline-block;
    font-size: 13px !important;
    margin: 0 3px 6px 0;
    padding: 2px 8px 3px 19px;
}
.tagcloud a:hover { background-color: #e91550;}
/* Flickr Widget */
.ft_flickr_widget {    margin-right: -10px;}
.flickr_badge_image {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.flickr_badge_image a img {
    width: 95px;
    height: 95px;
    border-radius: 3px;
}
.flickr-brand {
    display: inline-block;
    background: url(assets/images/flickr-icon.png) no-repeat left center;
    font-size: 14px;
    font-style: italic;
    text-indent: 20px;
}
.widget select,
.footer-widget-area select {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #E2E2E2;
    outline: medium none;
    padding: 8px 6px;
    width: 100%;
}
/* Widget Archive */
.widget_archive ul { margin-bottom: 0;}
.widget_archive ul li {
    padding: 4px 0px;
    display: block;
}
.widget_archive ul li:first-child { margin-top: -4px;}
/* Widget Categories & Widget Pages*/
.widget_pages ul,
.widget_categories ul { margin-bottom: 0;}
.widget_pages ul li a,
.widget_categories ul li a {
    padding: 4px 0;
    display: inline-block;
}
.widget ul { margin-bottom: 0;}
/* Widget Search */
.widget_search h3 { display: none;}
.widget_search .searchform-inner {
    width: 100%;
    overflow: hidden;
    clear: both;
    border: 1px solid #e2e2e2;
}
.widget_search #searchform input[type="text"] {
    background: #FFF;
    border-radius: 0;
}
/* Custom Menu Widget */
.widget_nav_menu ul li a {
    display: block;
    padding: 4px 0;
}
.widget_nav_menu ul ul.sub-menu { padding-left: 25px;}

/* Ads 125 widget */
.uxde_ad125_widget { margin: 0 0 15px 0;}
.ads-125 ul {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.ads-125 ul li {
    background: #FFF;
    padding: 8px;
    float: left;
    margin: 0 13px 13px 0;
    width: 125px;
    height: 125px;
    border: 1px solid #E2E2E2;
}
.ads-125 ul li:before,
.ads-125 ul li:after,
.ads-125 ul li {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.ads-125 ul li a img {
    width: 125px;
    height: 125px;
    display: block;
    line-height: 1;
}
.ads-125 ul li:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
}

/*--------------------------------------------------------------
9.0 - Single page
--------------------------------------------------------------*/
.entry-meta { margin-bottom: 25px;}
.widget .entry-meta,
.footer-widget-area .entry-meta,
.recent-latest-wrap .entry-meta { margin-bottom: 10;}
.entry-meta .rec,
.entry-meta .post-time,
.entry-meta .post-athor a,
.entry-meta .post-comment a,
.entry-meta .post-view {
    font-family: arial, sans-serif;
    text-transform: uppercase;
    font-size: 10.5px;
    line-height: 1;
    color: #1a4e60;
}
.entry-meta .rec { padding: 0 7px;}
.entry-meta .post-time { padding-left: 15px;}
.entry-meta .post-athor a:hover,
.entry-meta .post-comment a:hover { color: #e91550;}
.single article .single-featured-image {
	margin-bottom: 15px;
	text-align: center;
    width: 100%;
}
.single article .single-featured-image img {
	width: auto;
	border: 3px solid #b3ddf1;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
h1.entry-title {
    font-family: georgia,arial,sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin: 0px 0 20px;
}
.post-tags a:hover { background-color: #e91550;}
.comments-area h3.comment-reply-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 20px;
}
.comment-respond label {
    display: block;
    float: left;
    padding-right: 5px;
}
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond input[type="email"],
.comment-respond textarea{
    background: #FFF;
    border: 1px solid #e2e2e2;
    padding: 8px 10px;
    width: 350px;
}
input[type="submit"] {
    text-transform: uppercase;
    padding: 10px 13px;
}
input[type="submit"]:hover {
    background: #333;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s
}
.comment-respond textarea { width: 100%;}
.post-tags,
.share-this-wrap,
.page-author-wrapper{
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}
.share-this-wrap {
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e2e2;
}
.share-this-wrap .share_entry_text {
    display: block;
    float: left;
    font-weight: bold;
    line-height: 24px;
    margin-right: 20px;
}
.share-this-wrap ul {
    float: left;
    margin-bottom: 0;
}
.share-this-wrap ul li {
    display: inline-block;
    height: 20px;
    margin-right: 30px;
}
.single .post-tags { font-weight: bold;}
.single .post-tags a { font-weight: normal;}
.single-recent-wrapper,
.single-related-wrapper {
    width: 306px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}
.single.fame-full-width .single-recent-wrapper,
.single.fame-full-width .single-related-wrapper { width: /*474px*/ 100%;}
.single-related-wrapper { margin-left: 30px;}
.single-recent-wrapper article,
.single-related-wrapper article {
    margin-bottom: 10px;
    padding-bottom: 10px;
	float: left;
	width: 32%;
}
.single-recent-wrapper .featured-image {
    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
    overflow: hidden;
}
.single-related-wrapper .entry-meta .post-time,
.single-recent-wrapper .entry-meta .post-time { padding-left: 0;}
.author-box-content .avatar {
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 120px;
    float: left;
    margin-right: 25px;
    margin-top: 2px;
    padding: 3px;
}
.author-box-content .author-desc {
    overflow: hidden;
    padding-top: 8px;
}

/* Comments */
.comments-list #commentform{ margin-bottom: 30px; }
#comments{padding-bottom:10px;}
.comments-list{margin:0px;}
.comments-list li{list-style-type:none;margin-bottom:0px;}
.comment-item{padding:20px 20px;background: #fff;margin-bottom:20px;border:1px solid #f0f0f0;}
.comment-item .comment-avatar{float:left;margin-right:18px;width:60px;height:60px;-webkit-border-radius: 120px;-moz-border-radius: 120px;border-radius: 120px;}
.comment-header{padding-bottom:20px;border-bottom:1px solid #f0f0f0;overflow: hidden;}
.comment-content{border-top: 1px solid #fff;padding-top:13px;}
.comment-header-right{overflow: hidden;}
a.comment-reply-link{float:right;}
#comments .form-submit {margin-bottom: 0}
.comment-date{font-style: italic;color:#A2A2A2;margin-bottom:6px;margin-top:3px;}
.comment-author{font-size: 15px;color:#333;}
ul.children{margin-left:30px;}
/* Comment Form */
.form-line{margin-bottom:20px;}
label span{color:red;}
.form-line input{width:320px;border:none;padding:10px;background: #ececec;color:#555}
.form-line textarea{width:99.9%;background: #FFF;padding:10px;min-height: 200px;border:1px solid #E2E2E2;color:#555}
#submit{padding:10px 18px;color:#fff;border:none;}
#submit:hover{background: #333;}
#cancel-comment-reply-link{ margin-left: 15px;}
.avatar {
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 120px;
    float: left;
    margin-right: 25px;
    margin-top: 2px;
    padding: 3px;
}

/* Sticky post*/
.featured-image {
    position: relative;
	float:left;
}
.home article.type-page .featured-image img {
    position: relative;
	border:3px solid #b3ddf1;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
.home article.type-page .featured-image img {
	float:left;
	width:405px;
	height:275px;
	margin-right:30px;
}
.featured-image .sticky-icon {
    border-style: solid;
    border-width: 0 40px 40px 0;
    color: #FFF;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 2;
    border-right: 40px solid #E91550;
    border-bottom: 40px solid transparent;
}
.featured-image .sticky-icon i {
    color: #FFF;
    font-size: 14px;
    right: -37px;
    position: absolute;
    top: 5px;
}
.featured-image .sticky-icon {
    border-color: rgba(0, 0, 0, 0) #E91550 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    line-height: 0;
}

/*--------------------------------------------------------------
10.0 - Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 - Pages Right Sidebar
--------------------------------------------------------------*/
h1.page-title, .slider_creche h3, .slider_creche_2  h3{
    font-family:'Hand Of Sean' !important;
    font-size: 25px;
    font-weight:normal;
    line-height: 30px;
    margin: 25px 0 20px;
    margin-top: 0;
	text-transform:inherit;
	color:#1a4e60;
}
.search .content-wrapper .fame-list-view,
.archive .content-wrapper .fame-list-view,
.category .content-wrapper .fame-list-view {
    margin-bottom: 30px;
    padding-bottom: 29px;
    border-bottom: 1px solid #e2e2e2;
}
.search .content-wrapper .fame-grid-view .entry-meta,
.archive .content-wrapper .fame-grid-view .entry-meta,
.category .content-wrapper .fame-grid-view .entry-meta { margin-top: 10px;}

.search .entry-meta,
.archive .entry-meta,
.category .entry-meta {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1;
}
.search .entry-title,
.archive .entry-title,
.category .entry-title {
    font-family: georgia,arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 18px;
}
.search .entry-meta .post-time,
.archive .entry-meta .post-time,
.category .entry-meta .post-time { padding-left: 0;}
.widget_calendar table tbody tr:nth-child(even) { background: 0 none; }

/* 404 Page */
.error404 #searchform,
.search-no-results .no-results #searchform {
    width: 100%;
    margin-bottom: 30px;
}
.error404 #searchform h3,
.search-no-results .no-results #searchform h3 { display: none;}
.error404 #searchform .searchform-inner,
.search-no-results .no-results #searchform .searchform-inner {
    width: 100%;
    overflow: hidden;
    clear: both;
    background: none;
    border: 1px solid #e2e2e2;
}
.error404 .searchform-inner #s,
.search-no-results .no-results .searchform-inner #s {
    background: #FFF;
    border: none;
    width: 85%;
}
.error-item { width: 50%;}
.error-item.left { padding-right: 15px;}
.error-item.right { padding-left: 15px;}
.error-item .tagcloud a:hover { color: #FFF;}

/*--------------------------------------------------------------
10.2 - Pages Left Sidebar
--------------------------------------------------------------*/
.page-left-sidebar .fame-content { float: right;}
.page-left-sidebar .sidebar-wrap {
    float: left;
    margin-left: 0;
    margin-right: 30px;
}
.page-left-sidebar .sidebar-wrap .widget-area {
    margin-right: 5px;
    margin-left: 0;
}

/*--------------------------------------------------------------
10.3 - Pages Full Width
--------------------------------------------------------------*/
.page-full-width .fame-list-view .featured-image,
.fame-full-width .fame-list-view .featured-image { width: 474px;}
.fame-full-width .fame-list-view {
    border-bottom: 1px solid #E2E2E2;
    clear: both;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.fame-full-width .fame-grid-view .entry-meta { margin-top: 10px;}
.fame-full-width .fame-list-view.no-post-thumbnail .featured-image{ }
.fame-full-width .fame-list-view.no-post-thumbnail  .content-element{ width: auto;}

/*--------------------------------------------------------------
11.0 - Footer
--------------------------------------------------------------*/
#colophon {
    width: 100%;
    overflow: hidden;
}
.footer-widget-area {
    width: 100%;
	background:#c9da82;
}
.footer-widget-area .container {
	background: url(images/bg-foot.jpg) no-repeat center top;
	padding: 25px 0 0px;
	position:relative;
}
.footer-widget-area .container .four.units {width: 140px; margin-left:20px;}
.footer-widget-area .container .four.units.footer-center {width: 400px;}
.footer-widget-area .container .units:first-child {width: 250px; margin-left:20px;}
.footer-widget-area .container .four.units.footer-center #text-7 {width: 210px; float:left; margin-right:30px;}
.footer-widget-area .container .four.units.footer-center #text-8 {width: 145px; float:left;}
.footer-widget-area h3.widget-title {
    color: #1a4e60;
    font-family: "Hand Of Sean" !important;
    font-size: 16px;
    font-weight: normal;
    line-height:16px;
    margin: 0 0 20px;
    text-transform: inherit;
	text-decoration:underline;
}
.footer-widget-area #text-8 .textwidget{ font-style:italic;}
.footer-widget-area .textwidget{
	color: #1a4e60;
    font-family: "Asap";
    font-size: 15px;
	line-height:15px;
}
.footer-widget-area .menu-menu-footer-container li a{
	line-height:15px;
	padding:0;
	font-size:15px;
}
.footer-widget-area .robot {
    position: absolute;
    right: -65px;
	bottom:0;
}
.footer-widget-area .footer-widget { margin-bottom: 20px;}
.fame-site-info {
    width: 100%;
    overflow: hidden;
    min-height:28px;
	background:#1a4e60;
}
.fame-site-info .copyright-wrap {
    font-size: 12px;
    color: #fff;
	line-height:28px;
	font-family: "Hand Of Sean";
	text-align: center;
	width:100%;
}
.fame-site-info .copyright-wrap a { color: #fff !important;}
/*--------------------------------------------------------------
12.0 - Contact form 7
--------------------------------------------------------------*/

#contact .top_contact, #contact .map_contact{ float:left; width:100%;}
#contact .map_contact{ margin-top: 70px;}
#contact .wpcf7{ margin-top:70px; float:left; width:695px;}
#contact .bloc_right{ float:right; width:215px; margin-top:70px;}
#contact .bloc_right p{ font: italic 14px "Asap";}

#contact h3{ color:#1a4e60; font-size:19px;}
#contact input[type="text"], #contact input[type="email"],
#contact input[type="password"]{ width:310px;}

#contact input.wpcf7-captchar{ width:238px !important;}

.content-wrapper input[type="text"],
.content-wrapper input[type="email"],
.content-wrapper input[type="password"],
.content-wrapper input[type="tel"],
.content-wrapper textarea {
    background: #FFF;
    border: 1px solid #cbcbcb;
}
#contact .wpcf7 textarea {
    width: 100%;
	height:150px;
}
#contact .wpcf7 input[type="submit"] {
    background:#1a4e60 !important;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 13px;
    font-style: italic;
    padding: 5px 15px;
    text-transform: inherit;
}
.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-contact.captcha-contact{ height: 35px; margin-top: -3px;}

.acf-map{ border:2px solid #1a4e60 !important;}
.slider_creche{
width:100%;
float:left;
margin:20px 0;
padding:20px 0;
border-bottom:1px solid #ddd;
border-top:1px solid #ddd;
position:relative;
}
.slider_creche_2{
width:100%;
float:left;
position:relative;
}
.slider_creche .viewport { float: left; width:940px; height: 205px; overflow: hidden; position: relative;  }
.slider_creche_2 .viewport { float: left; width:940px; height: 105px; overflow: hidden; position: relative; margin-top:30px;  }
.slider_creche .buttons:hover {	opacity: 1.0}
.slider_creche .next,.slider_creche .prev,.slider_creche_2 .next,.slider_creche_2 .prev {
    background: url(images/bg-arrow.png) no-repeat -28px 0;
    cursor: pointer;
    height: 28px;
    position: absolute;
    width: 28px;
    z-index: 20;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
	top:35px;
	right:0;
}
.slider_creche_2 .next,.slider_creche_2 .prev {	top:5px;}
.slider_creche .prev,.slider_creche_2 .prev  {
     background-position: 0px 0px;
	 right:40px;
}
.pika-imgnav {
    display: block;
    height: 50px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 999999;
}
.slider_creche .overview ,.slider_creche_2 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width:940px; left: 0 top: 0; }
.slider_creche .overview li{ float: left; margin: 0 15px;  height: 205px !important; width:205px !important; -webkit-border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%;-ms-border-radius:100%;border-radius:100%; overflow:hidden;}
.slider_creche .overview li.roundabout-in-focus{ height: 300px !important; width:300px !important; cursor:pointer;}

.slider_creche_2 .overview li{ float: left; margin: 0 25px 0 0;  height: 105px; width: 460px;}
.slider_creche_2 .overview li .featured-image{ width:100px; height:105px; float:left; margin-right:20px;}
.slider_creche_2 .overview li .flex-caption{ width:330px; height:103px; border:1px solid #ddd; float:left;}
.slider_creche_2 .overview li .flex-caption .flex-news{background: url(images/bg-flesh.png) no-repeat left center; height:103px;width:330px; padding:15px 15px 15px 28px; margin-left:-13px;}
.slider_creche_2 .overview li .flex-caption h4 a{ font-size:19px; color:#1a4e60; font-weight:bold;}
.slider_creche_2 .overview li .flex-caption h4 { margin-bottom:0px;}
.slider_creche_2 .overview li .flex-caption .post-time{ font-size:15px; font-style:italic;color:#1a4e60; margin-bottom:10px; width:100%; float:left; line-height:15px;}
.slider_creche_2 .overview li .flex-caption p{ font-size:13px; color:#1a4e60; line-height:14px;}
.fame-home-secondbox #text-9{ width:100%; margin-top:30px; text-align:center; float:left;}
.fame-home-secondbox #text-9 a{font-size:16px; color:#1a4e60;}
.roundabout-holder {
	height: 467px;
	left: 50%;
	margin:-130px 0 0 -480px !important;
	position: absolute;
	width: 640px;
}

#galerie h1{font-family: 'Hand Of Sean';}
#galerie a.acces{
 font: 22px/40px  "Asap",sans-serif;
 position: absolute;
 left: 135px;
 top: -55px;
 padding: 0 25px;
 border: 2px solid #1a4e60;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 -o-border-radius: 6px;
 border-radius: 6px;
 color:#1a4e60;
}
.page-template-page-templatesnewgallerie-php article{float:left;}

#galerie .ngg-album{
 display: inline-block;
 width:252px;
 padding:0;
 margin: 52px 32px 30px 0;
 position:relative;
 height:252px;
}
#galerie .ngg-album .galerieimgfeat{
 width:250px;
 height:250px;
 overflow:hidden;
 border-radius:100%;
}
#galerie .ngg-album h4{
	font: 20px/252px 'Hand Of Sean';
    background: rgba(26, 78, 96, 0.7);
    color: #fff;
    height: 100% !important;
    left: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
	display: none;
    vertical-align: middle;
    width: 252px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
#galerie .ngg-album:hover  h4{	display: block;}
#galerie .pic{
 border:4px solid #931763;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 height:380px;
 overflow:hidden;
}
#galerie  .ngg-gallery-list li a{width:40px; height:40px;}
#galerie .ngg-gallery-list li.selected a{background:#931763}
#galerie{
 margin:0 auto ;
 position:relative;
 float:left;
 text-align: center;
 width: 100%;
}
#galerie #dialog{
	display: inline-block;
	width: auto;
}
#galerie #dialog #sexy-login-show-error{
	max-width: 440px !important;
}
#galerie .grandgalerie{
 padding-bottom:140px;
 position:relative;
 float:left;
}
#galerie .galerieimgfeat img { height: 100%;}
#fancybox-overlay{background:#000 !important;}
#fancybox-wrap{
	width:930px !important;
	left:0 !important;
	right:0 !important;
	margin:0 auto;
}
#fancybox-content{
	width:930px !important;
	border:none !important;
}
#fancybox-wrap div{background:none;}
#fancybox-content h1{
	color: #5c9fa4;
    font-size: 30px;
	margin:20px auto;
	text-align:center !important;
	font-family: 'Asap', sans-serif
}
#fancybox-content p{
	color: #fff;
    font: 17px 'Asap';
}
#fancybox-wrap .jcarousel-prev.jcarousel-prev-horizontal {
    background: url("images/arrows.png") no-repeat scroll left -50px rgba(0, 0, 0, 0);
    color: #fff !important;
    cursor: pointer;
    height: 50px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    text-indent: -9000px;
    top: 17px;
    width: 50px;
    z-index: 20;
}
#fancybox-wrap .jcarousel-next.jcarousel-next-horizontal {
    background: url("images/arrows.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #fff !important;
    cursor: pointer;
    height: 50px;
    opacity: 0.8;
    position: absolute;
    right: 0;
    text-indent: -9000px;
    top: 17px;
    width: 50px;
    z-index: 20;
}
.pikachoose .pika-thumbs li img {
    height: 100%;
    width: auto !important;
}

.pikachoose{width:930px !important; padding:0 !important}
.pika-stage {width:930px !important; height:550px !important; padding:0 !important; border:none !important; margin-bottom: 105px;}
.pika-textnav a{font-size:0 !important}
.pika-thumbs{width:650px; margin:20px auto;}

.nav-links {clear: both;margin-bottom: 40px;}
.nav-links a{
    height: 28px;
    width: 28px;
	color: #444;
	line-height: 28px;
	text-align: center;
	border: 1px solid #888;
	float: left;
	margin-left: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.nav-links a:hover,
.nav-links a.active{
	background: #1a4e60;
	color: white;
}
.nav-links .pagePrev , .nav-links .pageNext{
    font-size: 0;
	border: none;
	background: url("images/bg-arrow.png") no-repeat -28px 0 !important;
}
.nav-links .pageNext:hover{ background-position:  -28px -28px !important;}
.nav-links .pagePrev{ background-position:  0 0 !important;}
.nav-links .pagePrev:hover{ background-position:  0 -28px !important; }
.page-template-page-templateshome-template-php .post-19 .entry-content p { color:#fff;}
/*--------------------------------------------------------------
   Page News
--------------------------------------------------------------*/

.page-template-page-templatesnews-php .cloud h1,
.page-template-page-templatesnews-php .article_R .content-element h2{
	font-family: 'Hand Of Sean';
}
.page-template-page-templatesnews-php .article_R .content-element{
	float: left;
    margin-bottom: 60px;
	margin-top: 10px;
    width: 100%;
	padding: 20px 0;
	border: 3px solid #1a4e60;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: rgb(232,233,150);
background: -moz-radial-gradient(center, ellipse cover, rgba(232,233,150,1) 0%, rgba(201,218,130,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(232,233,150,1)), color-stop(100%,rgba(201,218,130,1))); 
background: -webkit-radial-gradient(center, ellipse cover, rgba(232,233,150,1) 0%,rgba(201,218,130,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(232,233,150,1) 0%,rgba(201,218,130,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(232,233,150,1) 0%,rgba(201,218,130,1) 100%); 
background: radial-gradient(ellipse at center, rgba(232,233,150,1) 0%,rgba(201,218,130,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e996', endColorstr='#c9da82',GradientType=1 ); 
}
.page-template-page-templatesnews-php .article_R.xsecond .content-element{
	background: none;
	border: none;
}
.page-template-page-templatesnews-php .article_R .featured-image{
	width: 100%;
	text-align: center; margin: 0;
}
.page-template-page-templatesnews-php .article_R .featured-image a{
	width: 558px;
	height: 308px;
	display: inline-block;
	border: 3px solid #8bd2f0;
}
.page-template-page-templatesnews-php .article_R .featured-image img{ width: 100%;}
.page-template-page-templatesnews-php .article_R .content-element{
	width: 100%;
	float: left;
	text-align: center;
}

/*--------------------------------------------------------------
   Page Pedagogie
--------------------------------------------------------------*/

.page-template-page-templatespedagogie-php .entry-content p,
.page-template-page-templatespedagogie-php .entry-content li{
	font: 20px/26px  "Asap",sans-serif;
}
.slider_pedagogie .next ,
.slider_pedagogie .prev { top: 48%;}
.slider_pedagogie .prev { left: 0;}

.page-template-page-templatespedagogie-php .entry-content li{
	text-indent: 100px;
	list-style: url(images/puce.png) inside;
}
.news_page{
	margin: 30px 0;
	display: inline-block;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.slider_pedagogie .home-slider-wrap h2.entry-title {
	display: block;
	font-family: 'Hand Of Sean';
    font-size: 17px;
	height: 37px;
    overflow: hidden;
}
.slider_pedagogie .home-slider-wrap .roundabout-in-focus h2.entry-title {font-size: 25px;}
.slider_pedagogie .slider_creche .viewport { height: 360px;}
.slider_pedagogie .slider_creche .overview li {
	margin: 0 80px;
	border-radius: 0;
	border: none;
	overflow: inherit;
}
.slider_pedagogie .slider_creche .entry-header {
	position: absolute;
    text-align: center;
    top: -70px;
    vertical-align: bottom;
    width: 100%;
}
.slider_pedagogie .slider_creche .overview li .featured-image {
	width: 205px;
	height: 205px;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.slider_pedagogie .slider_creche .overview li.roundabout-in-focus .featured-image {
	width: 300px;
	height: 300px;
}
.slider_pedagogie .slider_creche .overview li .featured-image a{height: 100%;}
.roundabout-moveable-item{height:400px;width:320px;cursor:pointer;border:1px solid black;display:block;}
.roundabout-moveable-item img{height:100%;width:100%;}.roundabout-in-focus{cursor:auto;}

.roundabout-holder { max-width: 720px; height: 260px; margin-left: 162 !important; margin-top: /*120px*/ 25px !important; margin-bottom: 80px !important; }
.roundabout li { width: 300px; height: 100%; }
/*--------------------------------------------------------------
   Page Philosophie
--------------------------------------------------------------*/

.page-template-page-templateshome-template-php .post-10 .entry-content p {
	font: 18px/26px  "Asap",sans-serif;
	margin-top: 40px;
}
.page-template-page-templateshome-template-php article.post-10 .featured-image a{
	width: 240px;
	height: 240px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.page-template-page-templateshome-template-php .post-10 .featured-image {
    float: right;
}

/*--------------------------------------------------------------
   Page Concept
--------------------------------------------------------------*/

#smart h4{
	font-family: 'dakotaregular';
	font-size:24px;
	text-align: center;
	text-decoration: underline;
}
#smart p{
	/*font-family:'handwritingregular';*/
	font-family: 'dakotaregular';
	font-size:22px;
	text-align: center;
	padding: 0 30%;
}

/*--------------------------------------------------------------
   Page Pré-inscription
--------------------------------------------------------------*/

.bloc-preinscription .preinscription_left,
.bloc-preinscription .preinscription_right {
	width: 45%;
	float: left;
	margin-top: 80px;
}
.bloc-preinscription .preinscription_right { width: 55%;}
.bloc-preinscription .preinscription_right h3.tab { margin-top: 40px;}
.bloc-preinscription span.wpcf7-form-control-wrap { font-style: italic;}
.bloc-preinscription .langue_parler .wpcf7-list-item-label{
	font-size: 0;
	width: 21px;
	height: 21px;
	display: inline-block;
	background: url(images/langue.png) no-repeat;
}
.bloc-preinscription .langue_parler .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label{ background-position: -22px 0;}
.bloc-preinscription .langue_parler .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label{ background-position: -44px 0;}
.bloc-preinscription .langue_parler .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label{ background-position: -66px 0;}
.bloc-preinscription .langue_parler .last .wpcf7-list-item-label{ font-size:15px; color: #1b326b; background: none;}
.bloc-preinscription .langueautre input{ width: 135px;}
.bloc-preinscription #periode-presence{
	border: 1px solid #1a4e60;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	float: left;
	background: rgb(200,228,245);
	background: -moz-linear-gradient(top, rgba(200,228,245,1) 0%, rgba(119,204,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,228,245,1)), color-stop(100%,rgba(119,204,238,1)));
	background: -webkit-linear-gradient(top,  rgba(200,228,245,1) 0%,rgba(119,204,238,1) 100%);
	background: -o-linear-gradient(top, rgba(200,228,245,1) 0%,rgba(119,204,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(200,228,245,1) 0%,rgba(119,204,238,1) 100%);
	background: linear-gradient(to bottom, rgba(200,228,245,1) 0%,rgba(119,204,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8e4f5', endColorstr='#77ccee',GradientType=0 );
}
.bloc-preinscription p.langue {
    text-align: left;
    width: 76%;
}
.bloc-preinscription .langue span{
	font-size: 14px;
	font-style: italic;
}
.bloc-preinscription span.wpcf7-form-control-wrap.langueautre {
    float: right;
}
.bloc-preinscription .langue span.wpcf7-list-item {
    height: auto;
	line-height: 34px;
    display: inline-block;
    margin-bottom: 10px;
}
.bloc-preinscription .langue span.wpcf7-list-item.last {
	text-align: right;
    width: 50%;
}
.bloc-preinscription #periode-presence #liste-jours{padding-left: 115px;}
.bloc-preinscription #periode-presence .jour {	padding-right: 34px; border-bottom: 2px solid;}
.bloc-preinscription #periode-presence #periode {
    float: left;
	width: 20%;
	line-height: 32px;
	border-right: 2px solid #1a4e60;
}
.bloc-preinscription #periode-presence #choix {
    float: left;
    width: 80%;
	font-size: 0;
	line-height: 32px;
}
.bloc-preinscription #periode-presence #choix .presence {
    display: inline-block;
    margin-top: 4px;
	width: 100%;
}
.bloc-preinscription #periode-presence #choix .wpcf7-list-item {
    display: inline-block;
    text-align: center;
    width: 20%;
}
.bloc-preinscription .preinscription_bas {
    float: left;
	margin-top: 100px;
    text-align: center;
    width: 100%;
}
.bloc-preinscription .preinscription_bas p{
	margin-bottom: 25px;
}
.bloc-preinscription .preinscription_bas textarea,
.bloc-preinscription .preinscription_bas .captcha-preinscription input{
	border: 1px solid #cbcbcb;
	width: 330px;
}
.bloc-preinscription .preinscription_bas textarea{
	height: 148px;
}
.bloc-preinscription .preinscription_bas .captcha-preinscription input {
    text-indent: 100px;
}
.bloc-preinscription .preinscription_bas img.preinscription {
    position: absolute;
	height: 34px;
	width: auto;
	z-index: 10;
}
.bloc-preinscription .preinscription_bas input[type="submit"] {
	background: #1a4e60 !important;
	color: white;
	padding: 0 30px;
	line-height: 30px;
	text-transform: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
div.wpcf7-validation-errors {
    border: none;
}

/*--------------------------------------------------------------
   Page Semaine Type
--------------------------------------------------------------*/

.page-template-page-templatessemaine_type-php header .page-title {
    display: none !important;
}
#planning > .menu_top{ border-bottom: none; margin-bottom: 0;}
#planning .page-title{ margin-top: 0; padding-top: 30px; border-top: 1px solid #ddd; width: 100%; display: inline-block;}
#planning .planning_bebe,
#planning .planning_grands {
	border: 3px solid #1a4e60;
	padding: 15px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 80px;
}
#planning table tbody tr td { color: #1a4e60;}
#planning table tr th:first-child {border-right: 2px solid; font-size: 16px;font-weight: normal;}
#planning table tr:first-child th {font-size: 16px;font-weight: normal;background: url(images/border_menu.jpg) left bottom no-repeat; }
#planning table tr:first-child th:first-child {border-right: none; background: none; }
#planning table tr:first-child th:nth-child(2){ background-position: 12px bottom; text-indent: 12px;}
#planning .planning_bebe {
background: rgb(232,233,150);
background: -moz-radial-gradient(center, ellipse cover, rgba(232,233,150,1) 0%, rgba(201,218,130,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(232,233,150,1)), color-stop(100%,rgba(201,218,130,1))); 
background: -webkit-radial-gradient(center, ellipse cover, rgba(232,233,150,1) 0%,rgba(201,218,130,1) 100%); 
background: -o-radial-gradient(center, ellipse cover, rgba(232,233,150,1) 0%,rgba(201,218,130,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(232,233,150,1) 0%,rgba(201,218,130,1) 100%); 
background: radial-gradient(ellipse at center, rgba(232,233,150,1) 0%,rgba(201,218,130,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e996', endColorstr='#c9da82',GradientType=1 );
}
#planning .planning_grands {
background: rgb(200,228,245); 
background: -moz-linear-gradient(top, rgba(200,228,245,1) 0%, rgba(119,204,238,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,228,245,1)), color-stop(100%,rgba(119,204,238,1)));
background: -webkit-linear-gradient(top, rgba(200,228,245,1) 0%,rgba(119,204,238,1) 100%);
background: -o-linear-gradient(top, rgba(200,228,245,1) 0%,rgba(119,204,238,1) 100%);
background: -ms-linear-gradient(top, rgba(200,228,245,1) 0%,rgba(119,204,238,1) 100%); 
background: linear-gradient(to bottom, rgba(200,228,245,1) 0%,rgba(119,204,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8e4f5', endColorstr='#77ccee',GradientType=0 );
}

/*--------------------------------------------------------------
   Page Gallerie Privée
--------------------------------------------------------------*/
#dialog .sexy_login_widget{ text-align: center;}
#dialog .sexy_login_widget #sexy-login-wrap{ display: inline-block; border: none;}
#dialog #sexy-login-content-tab input[type="submit"],
#respond input[type="submit"]{
    background: #1a4e60 !important;
	border: none;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
    color: #fff;
    float: none;
    font-size: 13px;
    font-style: italic;
    padding: 5px 15px;
    text-transform: inherit;
	width: auto;
	display: inline-block;
}
#dialog #sexy-login-wrap #sexy-login-tabs {border: none;}

/*--------------------------------------------------------------
     Menu Top
--------------------------------------------------------------*/
.menu_top {
    float: left;
    width: 100%;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.fame-pedagogie .menu_top {
	border-bottom: none; 
	margin-bottom: 0;
}
.menu_top li.menu_top {
    float: none;
    width: 112px;
	height: 112px;
	margin-right: 25px;
	margin-bottom: 50px;
	display: inline-block;
	border: 1px solid #1a4e60;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: relative;
}
.menu_top li.menu_top:first-child  { background: url(images/atout.png) center center no-repeat;}
.menu_top li.menu_top:nth-child(2) { background: url(images/menu.png) center center no-repeat;}
.menu_top li.menu_top:nth-child(3) { background: url(images/concept.png) center center no-repeat;}
.menu_top li.menu_top:nth-child(4) { background: url(images/SemaineT.png) center center no-repeat;}
.menu_top li.menu_top:nth-child(5) { background: url(images/PreInsc.png) center center no-repeat;}
.menu_top li.menu_top:nth-child(6) { background: url(images/contact.png) center center no-repeat;}
.menu_top li.menu_top:last-child { background: url(images/contact.png) center center no-repeat; margin-right: 0;}

.menu_top li.menu_top:hover { border-color: #a1d7f1;}
.menu_top li.menu_top:first-child:hover  { background: url(images/atout2.png) center center no-repeat #a1d7f1;}
.menu_top li.menu_top:nth-child(2):hover { background: url(images/menu2.png) center center no-repeat #a1d7f1;}
.menu_top li.menu_top:nth-child(3):hover { background: url(images/concept2.png) center center no-repeat #a1d7f1;}
.menu_top li.menu_top:nth-child(4):hover { background: url(images/SemaineT2.png) center center no-repeat #a1d7f1;}
.menu_top li.menu_top:nth-child(5):hover { background: url(images/PreInsc2.png) center center no-repeat #a1d7f1;}
.menu_top li.menu_top:nth-child(6):hover { background: url(images/contact2.png) center center no-repeat #a1d7f1;}
.menu_top li.menu_top:last-child:hover { background: url(images/contact2.png) center center no-repeat #a1d7f1;}
.menu_top li.menu_top a {
    float: left;
    height: 100%;
    opacity: 0;
    width: 100%;
}
.menu_top li.menu_top ul:before {
	content: '\f0de';
	font-family: 'FontAwesome';
	font-size: 24px;
	position: absolute;
	color: #a1d7f1;
	top: -9px;
	left: 46%;
}
.menu_top li.menu_top ul {
	display: none;
	position: absolute;
	text-align: center;
	background: #a1d7f1;
	padding: 10px;
	top: 130px;
	z-index: 10;
	margin-top:-10px;
	richness:-5px;
}
.menu_top li.menu_top ul li span{
	display: inline-block;
	font: 11px 'Asap', sans-serif;
	color: #fff;
	width: 100px;
}
.menu_top li.menu_top ul li span.titre_menu{
	font: 15px 'Hand Of Sean', sans-serif;
}
@media only screen and (max-device-width : 940px) {
	body, .site-header,  #colophon, .site-content, footer, .container, .site, .twelve.units, .row, .frame, .site-header .header-right-wrap {width:940px;}
}
@media only screen and (max-device-width :768px) {
.footer-widget-area .robot {
    right: 0px;
}
.frame div.items div.concept .image_etape{ margin-left:0 !important; left:0 !important;}
.frame div.items div.concept .image_etape img{ width:940px;}
.viewport .slides img{ max-width:inherit;}
.bloc-preinscription .preinscription_left, .bloc-preinscription .preinscription_right{ width:40%;}
.header-wrap .container, .topbar-wrap .container, .topbar-wrap  .row, .header-wrap .row, .navigation-wrap .row{ width: inherit;}
.frame { width:940px !important;}

}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    float: left;
}
.page-template-page-templatespedagogie-php .article_R .featured-image, .presence > br {
    display: none;
}
.page-template-page-templatespedagogie-php .slider_creche{border:none;}
.page-template-page-templatespedagogie-php .article_R article{
    display: none;
	float:left;
}
