/*
Theme Name: INOVADO
Theme URI: http://themeforest.net/user/minti
Description: An Ultra Responsive WordPress Theme by minti
Version: 2.0
Author: minti
Author URI: http://mintithemes.com

License:
License URI:
*/

/* ------------------------------------------------------------------------ */
/* 01. Imports
/* ------------------------------------------------------------------------ */

@import url("framework/css/basic.css");         /* CSS Reset + Basic WordPress Styles */
@import url("framework/css/headers.css");       /* Header Styles */
@import url("framework/css/bootstrap.css");     /* Bootstrap Icons + Tooltip */
@import url("framework/css/shortcodes.css");    /* Shortcodes */
/*@import url("framework/css/flexslider.css");  /* Flexslider (Blog + Portfolio) */


/*@import url("framework/css/prettyPhoto.css"); /* Flexslider (Blog + Portfolio) */

/* ------------------------------------------------------------------------ */
/* 02. Skeleton Grid 960px / 16 Columns */
/* ------------------------------------------------------------------------ */
a,a:visited { color: #057c85;}

.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.row { margin-bottom: 20px }

/* Nested Column Classes */
.column.alpha,
.columns.alpha,
.column.first,
.columns.first { margin-left: 0 }

.column.omega,
.columns.omega,
.column.last,
.columns.last { margin-right: 0 }

/* Base Grid */
.container                                  { position: relative; width: 960px !important; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha, .column.first, .columns.first    { margin-left: 0; }
.column.omega, .columns.omega, .column.last, .columns.last      { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 100%; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  {  margin: auto;
                                               width: 960px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 960px !important; }

.container .one-third.columns               { width: 300px; }
.container .two-thirds.column               { width: 620px; }

.container .one-fifth.columns               { width:172px; }
.container .one-sixth.columns               { width:140px; }
.container .one-seventh.columns             { width:117px; }

/* Offsets */
.container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {    clear: both }

.row,
.clearfix {    zoom: 1 }

.clear {
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* ------------------------------------------------------------------------ */
/* 03. General Styles
/* ------------------------------------------------------------------------ */

body {
    min-width: 1050px !important;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;

}

::selection {
    background: #289dcc;
    color: #ffffff;
}

::-moz-selection {
    background: #289dcc;
    color: #ffffff;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------------------------------------ */
/* 04. Typography
/* ------------------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    /*font-family: Garamond, Georgia, serif;*/
    font-style: bold;
    margin: 0 0 10px 0;
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { font-weight: inherit }

h1 {
    font-size: 24px;
    line-height: 1.6;
}

h2 {
    font-size: 22px;
    line-height: 1.4;
}

h3 {
    font-size: 18px;
    line-height: 1.6;
}

h4 {
    font-size: 16px;
    line-height: 1.6;
}

h5 {
    font-size: 14px;
    line-height: 1.6;
}

h6 {
    font-size: 12px;
    line-height: 1.6;
}

.highlight {
    color: #289dcc;
}

p { margin: 0 0 20px 0 }

p img { margin: 0 }

em { font-style: italic }

strong { font-weight: bold }

small { font-size: 80% }

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 20px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    padding: 10px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    overflow-x:auto;
}

.hidden {  display: none !important }

/* Links ---------------------------------------------------- */

a,
a:visited {
    color:  #057c85;
    text-decoration: none;
    outline: 0;
}

/* Transisiton for Links */
#sidebar a,
#footer a,
#infobar a,
#title a,
#alt-title a,
#no-title a,
#header a,
#copyright a{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color:#057c85;
}

#page-wrap .portfolio-item-one a{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

a:hover,
a:focus {    color: #666666 }

p a,
p a:visited { line-height: inherit }

/* Lists ---------------------------------------------------- */


.post-excerpt li, .entry li {
    /*margin-bottom:10px;*/
    text-align:justify;
}

ul {
    list-style: square outside none;
}
ol, ul {
    margin-left: 30px;
}


.post-excerpt ol {
    list-style: decimal outside none;
}
/* ------------------------------------------------------------------------ */
/* 05. Forms
/* ------------------------------------------------------------------------ */

form,
fieldset { margin-bottom: 20px }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 8px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    width: 200px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    width: 180px;
    color: #999;
    -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    border: 1px solid #d4d4d4
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #bbb;
    color: #333;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea { min-height: 60px }

select {
    width: 220px;
    padding: 5px;
}

label,
legend {
    cursor: pointer;
    display: block;
}

label span,
legend span { font-weight: bold }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active{
    -webkit-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

/* Contactform 7 Specific Styling ---------------------------------------------------- */

.wpcf7-form input[type="text"] {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
}


.wpcf7-form input[type="email"] {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form select {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
    padding:8px;
}

.wpcf7-form input[type="checkbox"] {    width: auto }

.wpcf7 form.wpcf7-form p {
    font-weight: bold;
    margin: 0 0 20px 0 !important;
}

.wpcf7-list-item-label  { font-weight: normal }
.wpcf7-response-output  { display: none }
.wpcf7-form .invalid    { color: #bf1515 !important }
.wpcf7-not-valid        { border: 1px solid #bf1515 !important }
.wpcf7 span.wpcf7-not-valid-tip { display: none }

div.wpcf7-response-output {
    margin: 0px !important;
    padding: 5px 10px !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
    position:relative;
    border:1px solid #ddd !important;
    display:block;
    background-image:linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image:-o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image:-moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image:-webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image:-ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color:#F7F7F7;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    font-weight:bold;
    padding:10px 40px !important;
    text-align:center;
    margin-bottom:20px;
}


div.wpcf7-mail-sent-ok {
    background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-color: #e9f2d2;
    border-color: #c0da66 !important;
    color: #88b12b;
}

div.wpcf7-mail-sent-ng {
    background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-color: #ffe9e9;
    border-color: #e99f9f !important;
    color: #d25c5a;
}

div.wpcf7-spam-blocked {
    background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}

div.wpcf7-validation-errors {
    background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}

/* ------------------------------------------------------------------------ */
/* 06. Boxed Layout */
/* ------------------------------------------------------------------------ */

#boxed-layout {
    width: 1000px;
    margin: 0px auto;
    background: #ffffff;
    -webkit-box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.3);

}

#boxed-layout .container {

}

#background {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

/* ------------------------------------------------------------------------ */
/* 07. Infobar (Toggle Bar)
/* ------------------------------------------------------------------------ */

#infobar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #444444;
    color:#999999;
    border-top: 5px solid #333333;
    width: 100%;
    padding: 20px 0 35px 0;
    display: none;
    border-bottom:5px solid #444444;
}

#infobar .widget h3 {
    border-bottom: 1px solid #555555;
    color: #ffffff;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

#infobar a{
    color:#999999;
}

#infobar a:hover{
    color:#ffffff;
}

.close-infobar {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #444444 transparent transparent;
    z-index: 999;
}

.close-infobar:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat 0px 0px;
}

#infobar .close-infobar.open { }

.close-infobar.open:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat -40px 0px;
}

#infobar .no-widgets {
    color: #aaaaaa;
    margin-bottom:-15px;
    text-align: center;
}

/* Infobar Widgets ---------------------------------------------------- */

#infobar .widget { }

#infobar .widget h3 {
    font-size:15px;
    color: #ffffff;
    padding:0 0 5px 0;
    border-bottom:1px solid #555555;
    margin: 0 0 20px 0;
}

/* ------------------------------------------------------------------------ */
/* 08. Topbar */
/* ------------------------------------------------------------------------ */

#topbar {
    height: 39px;
    font-size: 10px;
    background: #ffffff;
    border-bottom: 1px solid #efefef;
}

#topbar .callus {
    line-height: 39px;
    color: #999999;
}

#topbar .callus a { color: #999999 }
#topbar .callus a:hover { color: #666666 }

#topbar .social-icons ul {
    list-style: none;
    margin: 0 0 -1px 0;
    float: right;
}

/* ------------------------------------------------------------------------ */
/* 09. Social Icons */
/* ------------------------------------------------------------------------ */

#topbar .social-icons ul{
    list-style: none;
    margin: 0 0 -1px 0;
    float: right;
}
.social-icons ul li{
    display:block;
    float: left;
    margin:0;
    padding:0;
}
.social-icons ul li a{
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
    display:block;
    width:40px;
    height:40px;
    text-indent:-9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0.6;
}

#copyright .social-icons ul li a{
    opacity: 1;
}
#copyright .social-icons ul li a:hover{
    background-color: transparent !important;
}

.social-icons a:hover{
    background-color: #cccccc;
    background-position: 0px -40px !important;
    opacity: 1;
}

.social-email a { background: url(framework/images/icons/email.png) no-repeat 0 0 }
.social-email a:hover { background-color: #666666 }
.social-facebook a { background: url(framework/images/icons/facebook.png) no-repeat 0 0 }
.social-facebook a:hover { background-color: #3b5998 }
.social-google a { background: url(framework/images/icons/google.png) no-repeat 0 0 }
.social-google a:hover { background-color: #dd4b39 }
.social-googleplus a { background: url(framework/images/icons/googleplus.png) no-repeat 0 0 }
.social-googleplus a:hover { background-color: #d94a39 }
.social-rss a { background: url(framework/images/icons/rss.png) no-repeat 0 0 }
.social-rss a:hover { background-color: #fe9900 }
.social-tumblr a { background: url(framework/images/icons/tumblr.png) no-repeat 0 0 }
.social-tumblr a:hover { background-color: #3a5976 }
.social-twitter a { background: url(framework/images/icons/twitter.png) no-repeat 0 0 }
.social-twitter a:hover { background-color: #48c4d2 }
.social-youtube a { background: url(framework/images/icons/youtube.png) no-repeat 0 0 }
.social-youtube a:hover { background-color: #f45750 }
.social-yelp a { background: url(framework/images/icons/yelp.png) no-repeat 0 0 }
.social-yelp a:hover { background-color: #f45750 }
/* ------------------------------------------------------------------------ */
/* 10. Header */
/* ------------------------------------------------------------------------ */

.header {
    background: #ffffff;
}

.header .logo {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.logo  {
    float: left;
}



.header .logo .logo_standard{
}

.header .logo .logo_retina{
    display: none;
}

/* ------------------------------------------------------------------------ */
/* 12. Header - Searchform */
/* ------------------------------------------------------------------------ */

#header-searchform {
    /*float: right;*/
    margin:0 0 0 10px;
}

#header-searchform input {
    margin: 0;
    width: 60px;
    height: 37px;
    font-size: 13px;
    line-height: 37px;
    cursor: pointer;
    background: url(framework/images/search.png) no-repeat 10px 13px #efefef;
    border: none;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    color: #555555;
    padding:0 0 0 35px;
}

#header-searchform input:focus{
    width: 120px;
    cursor: text;
}

#header-searchform #header-searchsubmit { display: none; } /* Hide Search Submit button */

/* ------------------------------------------------------------------------ */
/* 13. Content */
/* ------------------------------------------------------------------------ */

#page-wrap {
    padding: 2px 0 30px 0;
}

#content.sidebar-left { float: right }

/* Striped Border under Title and above Footer */
.hr-border {
    height: 8px;
    width: 100%;
    /*background: url(framework/images/stripes.png);*/
    margin-top: 0px;
}

/* Standard Title ---------------------------------------------------- */

#title {
    background: #f9f9f9;
    background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 25px 0 25px 0;
    -webkit-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.07);
    -moz-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.07);
    box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.07);
}

#title h1 {
    line-height: 28px;
    color: #666666;
    margin: 0;
}

#title h2 {
    display: block;
    font-weight: lighter;
    color: #aaaaaa;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

#title #breadcrumbs {
    font-size: 11px;
    text-align: right;
    color: #aaaaaa;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

#title #breadcrumbs.breadrcumbpadding { padding-top: 12px; }

#title #breadcrumbs a { color: #aaaaaa; }

#title #breadcrumbs a:hover { color: #289dcc; }

/* Alternative Title (with Image) ---------------------------------------------------- */

#alt-title {
    width: 100%;
    height: 159px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    -webkit-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.12);
    -moz-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.12);
    box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.12);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    image-rendering: optimizeQuality;
}

#alt-title .grid {
    background: url(framework/images/grid.png);
    width: 100%;
    height: 159px;
    position: absolute;
    top: 0;
    left: 0;
}

#alt-title h1 {
    top: 42px;
    left: 10px;
    position: absolute;
    background: #289dcc;
    display: inline-block;
    padding: 14px 20px;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
}

#alt-title h2 {
    position: absolute;
    top: 88px;
    left: 10px;
    color: #999999;
    display: inline-block;
    background: #ffffff;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
}

#alt-breadcrumbs {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0 19px 0;
    font-size: 11px;
    line-height: 0px;
    color: #999999;
}

#alt-breadcrumbs a { color: #999999 }

#alt-breadcrumbs a:hover { color: #289dcc }

#alt-breadcrumbs .container { padding-left: 20px }

/* Alt Title 2 ---------------------------------------------------- */

#alt-title-2 {
    width: 100%;
    height: 90px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
}

#alt-title-2 h1 {
    line-height: 90px;
}

#alt-title-2 .five{
    background: red !important;
}

#alt-title-2 #breadcrumbs {
    font-size: 11px;
    text-align: right;
    color: #aaaaaa;
    line-height: 90px;
    padding: 0px 0 0 0;
    margin: 0;
}

#alt-title-2 #breadcrumbs a { color: #aaaaaa; }

#alt-title-2 #breadcrumbs a:hover { color: #289dcc; }

/* No Title ---------------------------------------------------- */

#no-title{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

#no-title .no-title-border {
    border-top: 1px solid #e4e4e4;
}
#no-title #breadcrumbs {
    padding: 20px 0 19px 0;
    font-size: 11px;
    line-height: 0px;
    color: #999999;
}

#no-title #breadcrumbs a { color: #999999 }

#no-title #breadcrumbs a:hover { color: #289dcc }

#no-title #breadcrumbs .container { padding-left: 20px }

#no-title-divider{
    border-top: 1px solid #e4e4e4;
}

/* ------------------------------------------------------------------------ */
/* 14. Blog Standard - Overview */
/* ------------------------------------------------------------------------ */

.blog .post {
    border-bottom: 1px solid #efefef;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.post img {
    display: block;
}

.post-icon {
   /* display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin: 0px 20px 0 0;
    background: #289dcc;
    -webkit-border-radius:2px;
       -moz-border-radius:2px;
            border-radius:2px;*/
    display:none;
}

.post-icon.standard     { background-image: url(framework/images/postformat-standard.png) }
.post-icon.imagegallery { background-image: url(framework/images/postformat-gallery.png) }
.post-icon.link         { background-image: url(framework/images/postformat-link.png) }
.post-icon.quote        { background-image: url(framework/images/postformat-quote.png) }
.post-icon.video        { background-image: url(framework/images/postformat-video.png) }
.post-icon.audio        { background-image: url(framework/images/postformat-audio.png) }

.post-content {
    /*float: left;*/
}

.blog .post-title {
    margin:0 !important;
    padding: 0 !important;
}

.post-title h2{
    margin-bottom:5px;
    padding: 0 !important;
    font-weight: bold;
    font-size: 20px;
    color:#057c85;
}

.post-title h2 a {
    margin:0 !important;
}

.post-meta {
    margin-left: 55px;
}

.post-meta span {
    background: #f4f4f4;
    padding: 8px 15px 6px 10px;
    margin: 0 10px 0 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color: #999999;
    font-size: 11px;
}

.post-meta span a { color: #999999 }

.post-meta span a:hover { color: #666666 }

.post-meta span i {
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: -2px 10px 0 0;
}

.post-content a.read-more-link {
    display: block;
    margin-top: 15px;
}

.post-image a {
    display: block;
    position: relative;
}

.search-result{
    border-bottom: 1px solid #efefef;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.search-content a.read-more-link {
    display: block;
    margin-top: 15px;
}

.search-meta{ }

.search-meta span {
    background: #f4f4f4;
    padding: 8px 15px 6px 10px;
    margin: 0 10px 0 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color: #999999;
    font-size: 11px;
}

.search-meta span a { color: #999999 }

.search-meta span a:hover { color: #666666 }

.search-meta span i {
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: -2px 10px 0 0;
}

.search-meta span.meta-category {
    display: none;
}



/* Different Post Types ---------------------------------------------------- */

.post-image,
.post-gallery,
.post-video,
.post-audio {
    margin-bottom: 20px !important;
}

/*.post-video iframe{
        width:100%;
        height:auto;
}*/

.post-image img{
    max-width: 100%;
    width:590px;
    height: 200px;
    overflow:hidden;
    background-color:#ccc;
    
}


.post-image-listing{
    max-width: 100%;
    max-height: 360px;
    overflow:hidden;
    background-color:#fff;
    vertical-align: middle;
}


.post-image-listing img{
    max-width: 100%;
    height: auto;
    margin: 0;
}


.post-link {
    margin-top: -15px;
    margin-bottom:10px;
    color: #cccccc;
}

.post-quote {
    background: #333333 url(framework/images/quote.png) no-repeat 15px 20px;
    position: relative;
    padding: 20px 30px 20px 50px;
    margin: 0 0 20px 0;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.post-quote h2 {
    margin: 0 0 0px 0;
    padding: 0;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight:normal;
    font-style: italic;
    color:#ffffff;
}

.post-quote .quote-source a {
    font-size: 13px;
    font-weight: normal;
    color: #999999 !important;
    padding: 0;
}

/* Image Hover Overlay ---------------------------------------------------- */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-image .overlay {
    background-image: url(framework/images/overlay-link.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single .post-image .overlay {
    background-image: url(framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-gallery .overlay {
    background-image: url(framework/images/overlay-link.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single .post-gallery .overlay {
    background-image: url(framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------ */
/* 15. Blog Medium - Overview */
/* ------------------------------------------------------------------------ */

.blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-quote,
.blog-medium .post-audio,
.blog-medium .post-link {
    width: 590px;
    float: left;
    margin-right: 20px;
}

.blog-medium .post-icon {
    margin-left: -55px;
    position: relative;
    z-index: 999;
}

.blog-medium .post-content {
    float: left;
    width: 590px;
}

.blog-medium .post-quote {
    width:280px;
}

.blog-medium .post-meta {    margin: 0 }

.blog-medium .no-post-image {
    display: block;
    width: 590px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ccc url(framework/images/defaut.jpg) no-repeat center center;
}

.blog-medium .no-post-image-link {
    display: block;
    width: 590px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ccc url(framework/images/noimage-link.png) no-repeat center center;
}

.blog-medium .no-post-image-quote {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(framework/images/noimage-quote.png) no-repeat center center;
}

.blog-medium .post-video iframe {
    width: 590px;
    max-height: 300px;
}

/* ------------------------------------------------------------------------ */
/* 16. Blog - Single Post */
/* ------------------------------------------------------------------------ */

.single .post { margin-bottom: 10px }

.single .post-meta {
    margin-left: 0;
    margin-bottom: 20px;
}

.single .post-tags a {
    display: block;
    float: left;
    border: 1px solid #dddddd;
    color: #999999;
    margin: 0 7px 7px 0px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.single .post-tags a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff;
}

/* Author Information ---------------------------------------------------- */

#author-info {
    margin: 0px 0px 20px 55px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}

#author-info .author-image {
    float: left;
    width: 45px;
    padding: 20px;
}

#author-info .author-image img {
    display: block;
    border: 3px solid #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
    box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
}

#author-info .author-bio {
    float: left;
    width: 500px;
    padding: 20px 20px 20px 0px;
}

#author-info .author-bio h4 { margin: 0px 0 10px 0 }

/* Sharebox ---------------------------------------------------- */

.sharebox {
    margin-left: 55px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
    padding: 10px 0 10px 0;
}

.sharebox h4 {
    float: left;
    margin: 11px 0 0 10px;
    color: #777777;
    font-size: 13px;
}

.sharebox .social-icons {
    float: right;
    list-style: none;
    margin: 0;
}

.sharebox .social-icons a {
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0.6;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.sharebox .social-icons a:hover {
    background-color: #666666 !important;
    background-position: 0px -40px !important;
    opacity: 1;
}

/* Related Posts ---------------------------------------------------- */

#related-posts {
    margin-top: 40px;
}

#related-posts ul {
    list-style: none;
    margin: 0px 0 0 0;
}

#related-posts ul li {
    /*background: url(framework/images/arrow4.png) no-repeat 0px 9px;*/
    padding: 2px 0 2px 12px;
}

#related-posts ul li a span {
    color: #cccccc;
    font-size: 11px;
    margin: 0 0 0 8px;
}

/* ------------------------------------------------------------------------ */
/* 17. Pagination */
/* ------------------------------------------------------------------------ */

#pagination { }

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    border: 1px solid #cccccc;
    font-size: 12px;
    line-height:12px;
    color: #a8a8a8;
}

#pagination a:hover {
    color: #ffffff;
    border-color: #289dcc;
    background: #289dcc;
}

#pagination span.current {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
    font-weight: bold;
}

/* ------------------------------------------------------------------------ */
/* 18. Comments - List */
/* ------------------------------------------------------------------------ */

.comments {
    margin-top: 40px;
}

.commentlist {
    list-style: none;
    margin: 30px 0 0 0;
}

.commentlist li {
    background: url(framework/images/dotted.png) repeat-x bottom left;
    padding: 0px 0 20px 0;
    margin: 0 0 20px 0;
}

.commentlist li:last-child {
    margin: 0;
    background: none;
}

.commentlist li ul {
    list-style: none;
    margin: 0 0 0 80px;
}

.commentlist li ul li {
    background: url(framework/images/dotted.png) repeat-x top left !important;
    margin: 10px 0 0px 0 !important;
    padding: 40px 0 0 0;
}

.commentlist li .avatar {
    float: left;
    margin-right: 10px;
}

.commentlist li .avatar img {
    display: block;
    border: 4px solid #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
    box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
}

.commentlist li .comment-text {
    overflow: hidden;
    position: relative;
}

.commentlist li .author {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 17px;
}

.commentlist li .author span {
    display: inline;
    font-weight: bold;
}

.commentlist li .date {
    font-size: 11px;
    color: #999999;
}

.commentlist li .date a {    color: #999999 }

.commentlist li .date a:hover {    color: #333333 }

.commentlist li em {
    font-size: 11px;
    color: #cccccc;
    font-style: normal;
    margin-bottom: 20px;
    display: block;
}

/* ------------------------------------------------------------------------ */
/* 19. Comments - Respond */
/* ------------------------------------------------------------------------ */

#respond {    margin-bottom: 40px }

#respond form{
    margin-top:30px;
}

#respond .required {
    color: #c82929;
    display: inline-block;
    margin: 3px 0 0 6px;
    font-size: 14px;
    font-weight: normal;
}

/*#respond p { clear: both }*/

#respond-inputs p{
    width: 220px;
    margin-right:20px;
    float: left;
}
#respond-inputs p.last{
    margin: 0;
}

#respond input {
    display: block;
    width: 203px;
    margin: 0;
}

#respond textarea {
    display: block;
    width: 683px;
}

#respond p.comment-notes,
#respond p.form-allowed-tags { display: none }

#respond input#submit {

}

#respond .headline-title-wrap{
    margin-top:20px;
}

#cancel-comment-reply-link {
    font-size:13px;
}

#commentform input.error,
#commentform textarea.error {
    border-color: #c82929;
    background: #fbf2f2;
}

#commentform div.error,
#commentform label.error {
    color: red;
    display: none !important;
}

/* ------------------------------------------------------------------------ */
/* 20. Portfolio - Overview */
/* ------------------------------------------------------------------------ */

#portfolio-wrap {
    width: 100%;
    margin-bottom: -30px;
}

.embedd-video { display: none }

.portfolio #pagination { margin-top: 40px }

/* Filters ---------------------------------------------------- */

#filters {
    margin-top: 0px;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

#filters ul {
    margin: 0;
    list-style: none;
}

#filters ul li {
    display: block;
    float: left;
}

#filters ul li a {
    display: block;
    float: left;
    border-right: 1px solid #dddddd;
    color: #999999;
    padding: 6px 20px 6px 20px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
}

#filters ul li a:hover {    color: #289dcc }

#filters ul li a.active {
    background: #ffffff;
    color: #289dcc;
}

/* Portfolio Filter Transitions ---------------------------------------------------- */

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */


/* Projects Nav ---------------------------------------------------- */

.projects-nav {
    float: right;
    width: 100px;
    margin: 7px 5px 0 0;
}

.projectsnavpadding {
    padding: 0 !important;
    margin: 0px 0 0 0 !important;
}

.projects-nav a,
.post-navigation a {
    display: block;
    text-indent: -9999px;
    background: #cccccc;
    width: 35px;
    height: 35px;
    float: right;
    margin-right: 5px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.projects-nav .next a,
.post-navigation .next a {
    background-image: url(framework/images/slider-next.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.projects-nav .prev a,
.post-navigation .prev a {
    background-image: url(framework/images/slider-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.projects-nav a:hover,
.post-navigation a:hover {    background-color: #289dcc }

/* ------------------------------------------------------------------------ */
/* 22. Content Pages */
/* ------------------------------------------------------------------------ */

/* Revolution Slider ---------------------------------------------------- */

.tp-bannershadow { opacity: 0.8 }

.rev_slider {
    display: block !important;
    overflow: hidden !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}

.fullwidthbanner-container .rev_slider {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.tp-leftarrow.default {
    background: #555555 url(framework/images/slider-prev.png) !important;
    background-repeat: no-repeat !important;
    background-position: 45% 50% !important;
    width:40px !important;
    height:50px !important;
    -webkit-border-radius: 0 3px 3px 0 !important;
    -moz-border-radius:  0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
}
.tp-rightarrow.default {
    background: #555555 url(framework/images/slider-next.png) !important;
    background-repeat: no-repeat !important;
    background-position: 53% 50% !important;
    width:40px !important;
    height:50px !important;
    -webkit-border-radius: 3px 0 0 3px !important;
    -moz-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {  background-color: #2da0ce !important; }

.tp-bullets.simplebullets.round-old .bullet {
    cursor:pointer !important;
    position:relative !important;
    background:rgba(0,0,0,0.5) !important;
    width:13px !important;
    height:13px !important;
    margin-right:6px !important;
    float:left !important;
    margin-top:-12px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.tp-bullets.simplebullets.round-old .bullet:hover,
.tp-bullets.simplebullets.round-old .bullet.selected    { background:rgba(0,0,0,0.8) !important; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

    .tp-leftarrow.default   {
        background-image:url(framework/images/slider-prev@2x.png) !important;
        -webkit-background-size:10px 15px;
        -moz-background-size:10px 15px;
        -o-background-size:10px 15px;
        background-size:10px 15px;
    }
    .tp-rightarrow.default {
        background-image:url(framework/images/slider-next@2x.png) !important;
        -webkit-background-size:10px 15px;
        -moz-background-size:10px 15px;
        -o-background-size:10px 15px;
        background-size:10px 15px;
    }

}

/* 404 Page ---------------------------------------------------- */

#error-404 {
    text-align: center;
    margin-bottom: 40px;
    padding: 100px 0;
}

h2.error-404 {
    font-size: 108px;
    line-height: 108px;
    margin: 0 0 10px 0;
}

h3.error-404 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    color: #999999;
}

/* ------------------------------------------------------------------------ */
/* 23. Sidebars */
/* ------------------------------------------------------------------------ */

#sidebar { }

#sidebar .widget {
    margin-bottom: 30px;
    color: #888888;
}

#sidebar .widget h3 {
    font-size: 15px;
    margin:0 0 15px 0;
    color: #057c85 !important;

}


#sidebar .widget a {
    font-weight:500;
}

#sidebar .widget a:hover {
    color:#D75E53;
}

#sidebar .widget ul li {
    /*background: url(framework/images/arrow4.png) no-repeat 0px 9px;*/
    padding: 3px 0 1px 0px;
}

#sidebar .widget ul li.current_page_item,
#sidebar .widget ul li.current-menu-item { font-weight: bold }

/* Side Navigation Template ---------------------------------------------------- */

#sidebar .widget.widget_wp_nav_menu_desc ul li {
    background: none;
    padding: 0;
}

.sidenav, .widget_wp_nav_menu_desc {
    margin: 0;
    list-style: none;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
}

.sidenav{
    margin-bottom:30px;
}

.sidenav li ul, .widget_wp_nav_menu_desc li ul{
    margin: 0;
    list-style: none;
}

.sidenav li ul li a, .widget_wp_nav_menu_desc li ul li a{
    background: #f9f9f9;
    color: #999999;
    padding: 10px 15px 10px 30px;
}

.sidenav li a, .widget_wp_nav_menu_desc li a {
    display: block;
    margin: 0 0 -1px !important;
    padding: 10px 15px;
    border: 1px solid #dddddd;
    border-bottom-color: #efefef;
    border-top-color: #efefef;
    color: #777777;
    background: url(framework/images/arrow5.png) no-repeat 94% 15px;
}

.sidenav li:first-child a, .widget_wp_nav_menu_desc li:first-child a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-top-color: #dddddd;
}
.sidenav li:last-child a, .widget_wp_nav_menu_desc li:last-child a {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-bottom-color: #dddddd;
}
.sidenav li.current_page_item a, .sidenav li.current_page_item a:hover,
.widget_wp_nav_menu_desc li.current_page_item a, .widget_wp_nav_menu_desc li.current_page_item a:hover {
    position: relative;
    z-index: 2;
    padding: 11px 15px;
    border: 0;
    font-weight: 700;
    background-color: #289dcc;
    background-image: url(framework/images/arrow5_white.png);
    background-repeat: no-repeat;
    background-position: 94% 15px;
    color: #ffffff !important;
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

.sidenav li.current_page_item ul li:first-child a,
.sidenav li.current_page_item ul li:last-child a,
.widget_wp_nav_menu_desc li.current_page_item ul li:first-child a,
.widget_wp_nav_menu_desc li.current_page_item ul li:last-child a{
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.sidenav li a:hover, .widget_wp_nav_menu_desc li a:hover {
    background-color: #F9F9F9;
}



/* ------------------------------------------------------------------------ */
/* 25. Footer
/* ------------------------------------------------------------------------ */

#footer {
    border-top: 1px solid #057c85 !important;
    padding: 20px 0;
    background-color: #057c85 !important;
    color:#fff;
}

#footer a{
    color:#666;

}

#footer a:hover{
    color:#ffffff;
}

/* Footer Widgets ---------------------------------------------------- */

#footer .widget { }

#footer .widget h3 {
    font-size:15px;
    color: #ffffff;
    padding:0 0 5px 0;
    border-bottom:1px solid #555555;

}

/* ------------------------------------------------------------------------ */
/* 26. Copyright
/* ------------------------------------------------------------------------ */

#copyright {
    padding: 5px 0;
    background: #222222;
    color:#777777;
    text-align: center;
}

#copyright li { display: inline; margin-right: 10px; }

#copyright a { color: #888888; }
#copyright a:hover { color: #ffffff; }

#copyright .copyright-text { padding: 10px 0 10px 0; }

#copyright .social-icons {
    float: right;
    font-size: 11px;
}

/* ------------------------------------------------------------------------ */
/* 27. Back-To-Top Button
/* ------------------------------------------------------------------------ */

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 40px;
    display: none;
}

#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #999999 url(framework/images/backtotop.png) no-repeat center center;
    text-indent: -9999px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:0.4s all ease;
    -moz-transition:0.4s all ease;
    -o-transition:0.4s all ease;
    transition:0.4s all ease;
}

#back-to-top a:hover { background-color: #289dcc }

/* ------------------------------------------------------------------------ */
/* 28. Widgets */
/* ------------------------------------------------------------------------ */

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Search Widget /--------------------------------------------------------- */

.widget_search input {
    background: url(framework/images/search.png) no-repeat 10px 9px;
    padding: 8px 8px 8px 30px;
    width: 180px;
    color: #999999;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    border: 1px solid #dddddd;
}

.widget_search input:focus { border-color: #c0c0c0 }

/* Calendar Widget /--------------------------------------------------------- */

#wp-calendar { width: 100% }

#wp-calendar caption {
    padding: 0 10px;
    text-align: right;
    font-weight: bold;
    margin: -5px 0 5px 0;
}

#wp-calendar thead {    font-size: 10px }

#wp-calendar thead th {
    padding: 5px 10px;
    font-weight: bold;
    border-top: 1px solid #f5f5f5;
}

#wp-calendar tbody {    color: #aaa }

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 8px;
}

#wp-calendar tbody td:hover {    background: #fff }

#wp-calendar tbody .pad {    background: none }

#wp-calendar tfoot #next {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-top: 5px;
}

#wp-calendar tfoot #prev {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
}

/* Tag Cloud Widget /--------------------------------------------------------- */

.widget_tag_cloud a {
    display: inline-block;
    border: 1px solid #dddddd;
    font-size: 12px !important;
    line-height: 20px;
    color: #999999;
    margin: 0 5px 10px 0px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.widget_tag_cloud a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff !important;
}

/* Embed Widget /--------------------------------------------------------- */

.widget_embed p { margin-top: 10px }

.widget_embed iframe { max-width: 100% }

/* Sponsor Widget /--------------------------------------------------------- */

.widget_sponsor .sponsors {    margin-right: -20px }

.widget_sponsor a {
    display: block;
    float: left;
    margin: 0 12px 12px 0;
}

.widget_sponsor a img {    display: block }

/* Twitter Widget /--------------------------------------------------------- */

.widget_twitter ul {    list-style: none }

.widget_twitter ul li {
    margin-bottom: 15px;
    background: url(framework/images/twitter.png) no-repeat 0px 4px;
    padding: 0 0 0 32px;
}

.widget_twitter ul li b a {
    display: block;
    font-size: 11px;
    color: #cccccc;
    font-weight: normal;
}

/* Contact Widget /--------------------------------------------------------- */

.widget_contact address {    font-style: normal }

.widget_contact address span {    display: block }

.widget_contact address span strong {
    display: inline-block;
    width: 52px;
}

/* Portfolio  Widget /--------------------------------------------------------- */

.widget_portfolio .portfolio-item:last-child {    margin: 0 }

.widget_portfolio .portfolio-widget-item {
    float: left;
    padding: 0 0 0px 0;
    margin: 0 10px 10px 0;
}

.widget_portfolio .portfolio-widget-item:nth-child(3n) {
    border: none !important;
    padding: 0;
    margin-right: 0;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic {
    float: left;
    display: block;
    overflow: hidden;
    width: 56px;
    height: 56px;
    position: relative;
    border: 1px solid #ddd;
    padding: 4px;
    -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
    background: #289dcc;
    border-color: #289dcc;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Footer & Topbar Widgets (Color Change) ---------------------------------------------------- */

#footer .widget ul li,
#infobar .widget ul li {
    background: url(framework/images/arrow4.png) no-repeat 0px 9px;
    padding: 1px 0 5px 12px;
}

#footer .widget_contact,
#infobar .widget_contact{
    background: url(framework/images/map.png) no-repeat 0 50px;
}

#footer .widget_search input,
#infobar .widget_search input {
    color: #aaaaaa;
    background-color: #555555;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border: 1px solid #555555;
}

#footer .widget_search input:focus,
#infobar .widget_search input:focus {    color: #ffffff }

#footer #wp-calendar thead th,
#infobar #wp-calendar thead th {    border-top: 1px solid #555555 }

#footer #wp-calendar tbody,
#infobar #wp-calendar tbody {    color: #aaa }

#footer #wp-calendar tbody td,
#infobar #wp-calendar tbody td {
    background: #555555;
    border: 1px solid #444444;
}

#footer #wp-calendar tbody td:hover,
#infobar #wp-calendar tbody td:hover {
    background: #444444;
    color: #ffffff;
}

#footer #wp-calendar tbody .pad,
#infobar #wp-calendar tbody .pad {    background: none }

#footer .widget_tag_cloud a,
#infobar .widget_tag_cloud a {
    border: 1px solid #333333;
    background: #333333;
    color: #777777;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    padding:1px 9px;
}

#footer .widget_tag_cloud a:hover,
#infobar .widget_tag_cloud a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff !important;
}

#footer .widget_flickr #flickr_tab a,
#infobar .widget_flickr #flickr_tab a {
    border: 1px solid #333333;
    padding: 4px;
    background: #333333;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

#footer .widget_flickr #flickr_tab a:hover,
#infobar .widget_flickr #flickr_tab a:hover {
    background: #289dcc;
    border-color: #289dcc;
}

#footer .widget_twitter ul li:last-child,
#infobar .widget_twitter ul li:last-child {    margin: 0 }

#footer .widget_portfolio .portfolio-widget-item,
#infobar .widget_portfolio .portfolio-widget-item {

}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic {
    border: 1px solid #333333;
    padding: 4px;
    background: #333333;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic:hover,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
    background: #289dcc;
    border-color: #289dcc;
}

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */
#header-v5,.home #header-v5, .page #header-v5, .tribe-filter-live #header-v5
{
    background-color: #057c85;

}
#in,#contact,#news_lettre
{
    float: right;
    margin-right: 15px;
}
#in_cont
{
    margin-top: 3px;

}
#header-v5 .sixteen .logo {
    margin-top: 0;
}
#header-v5 .sixteen .slogan {
    margin-top: 25px;
}
.container .sixteen{
    margin: 10px 0;
}
#navigation .container
{

}
#twitterbar,.home #twitterbar,.page #twitterbar,.tribe-filter-live #twitterbar
{
    background-color: #001633;
}
.sixteen .menu
{
    float: left;
    text-align: left;
}

#compteurDons {
    width: 250px;
    color: white;
    float: left;
    margin: 0 0 0 160px;
    font-size: 11px;
    padding: 4px;
    margin-top: 5px;
    /* border: 1px solid #999; */
    border-radius: 3px;
    background-color: #056c75;;
    height: 90px;
}

#compteurDons a {
    color: white;
}

#compteurDons #compteur {
    top: 10px;
    position: relative;
    border: 1px solid white;
    height: 20px;
}

#compteurDons #compteur .bar{
    position: absolute;
    background-color: #db3c1e;
    width: 0%;
    height: 100%;
}

#compteurDons #compteur .text {
    font-size: 14px;
    position: absolute;
    width: 100%;
    top: -2px;
}


#compteurTop{
    color: #057c85;
    padding: 4px;
    width: 190px;
    height: 100px;
    float: right;
    margin-top: 5px;
    opacity: 0.9;

}
.compteurText { font-size: 11px; color: #fff;}
.compteurChiffres { color: #9afe00; font-weight: 600; font-size: 28px;}
.bgCompteur {
    padding: 1px 5px;
    background-color: #fff; 
    -moz-box-shadow: 1px 1px 4px 0px #cfcfcf;
    -webkit-box-shadow: 1px 1px 4px 0px #cfcfcf;
    -o-box-shadow: 1px 1px 4px 0px #cfcfcf;
    box-shadow: 1px 1px 4px 0px #cfcfcf;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=4);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*border-radius: 5px;*/
    color: #007f86;
    margin-right: 3px;
 }

#compteurTopRight{
    float: left;
    color: #666;
    padding: 0 5px 15px;
    line-height:28px;

}


#don_ad_re{
    float: right;

}
.menu_re{
    float: left;
    width: 100px;
    margin-left: 0px;
}
.don_al
{
    float: right;
    margin-right: 3px;
}
#content .wrap-explain
{     display: inline-block;
}
.wrap-explain .explain{
    float: left;
    height: 219.5px;
    width: 219.5px;
    background-color: #f7f7f7;
}
.wrap-explain .expl_box{margin-left: 27px;}

/*
#content h1:before {
    background-color: #98A83F;
    content: "";
    display: inline-block;
    height: 10px;
    margin-bottom: 4px;
    margin-right: 5px;
    vertical-align: middle;
    width: 10px;
}
*/

#ul_une {
    display: inline-flex;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
    border: medium none;
    text-align: center;
    list-style: none outside none;
    background: none repeat scroll 0 0 rgba(0,0,0,0);
}


#conf-tabs{text-align: center;}
#conf-tabs #ul_une li:hover,#conf-tabs #ul_une li:active
{
    background-color: #057c85;
    color:#fff;
    font-weight: bold;

}
#conf-tabs #ul_une li a:hover
{
    color:#fff;
}
#conf-tabs #ul_une li a
{
    color: #057c85;
    display: block;
    padding: 1em 0;
    width: 100%;
    position: relative;
    font-weight: 600;
}
#conf-tabs #ul_une li
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #E0E0E0;
    border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #057c85;
    display: inline-block;
    float: none;
    margin: 0;
    width: 20%;

}
#conf-tabs #ul_une  li:first-child {
    border-left-style:none;
}
#conf-tabs #ul_une li.ui-tabs-active{
    background: none repeat scroll 0 0 #057c85;
}
#conf-tabs #ul_une li.ui-tabs-active a{
    color: #fff;
}
.bord_d_g{
    border-bottom: 1px solid #e3e4e5;
    text-align: center;
}

/*
.bord_g{
    border-bottom: 1px solid #E3E4E5;
    position: absolute;
    top: 52px;
    width: 394px;
}
.bord_d{
    border-bottom: 1px solid #E3E4E5;
    position: absolute;
    top: 52px;
    width: 392px;
    right: 3px;
}
*/

#delegue .bord_g {
    width: 250px;
}

#delegue .bord_d {
    width: 246px;
}

.bg_sh .container
{
    margin-top: 40px;
}
.bg_sh
{
    background: url("framework/images/sh_dele2.png") no-repeat top;
}
#delegue{
    /*background: url(framework/images/dele.jpg) no-repeat;*/
    background-color: #057c85;
    padding: 0 0 12px;
    margin-left: auto;
    margin-right: auto;
}

.dele_bold
{
    color:#fff;
}
#input_email{
    text-align: center;
    color:#c0c2c6;
}

#input_email {
    color: #C0C2C6;
    text-align: center;
}
#code_pos input[type="text"]
{        -moz-border-radius-topleft: 3px;
         -webkit-border-top-left-radius: 3px;
         border-top-left-radius: 3px;
         -moz-border-radius-bottomleft: 3px;
         -webkit-border-bottom-left-radius: 3px;
         border-bottom-left-radius: 3px;
         display: inline-block;
         float: left;
         padding: 6px;
         width: 170px;
}
#bloc_input input[type="text"]
{
    -moz-border-radius-topleft: 3px !important;
    -webkit-border-top-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    -webkit-border-bottom-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    display: inline-block !important;
    float: left !important;
    padding: 6px !important;
    width: 170px !important;
}
.code_para{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    clear: both;
}
#enven_fr
{
    clear: both;
}
#para_en{
    text-align: center;
}
#code_pos #boutom_email{
    background-color: #CA291A;
    background-image: none;
    border: medium none;
    float: left;
    height: 31px;
    width: 33px;
    margin-bottom: 42px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#code_pos_para
{
    margin: auto;
    padding: 0 0 0 139px;
}
#delegue #bloc_input #boutom_email{
    background: url(framework/images/fl_de.png) no-repeat center center #CA291A !important;
    border: medium none !important;
    float: left !important;
    height: 31px !important;
    width: 33px !important;
    margin-bottom: 82px !important;
    -moz-border-radius-topright: 3px !important;
    -webkit-border-top-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
#bloc_input
{
    margin: auto !important;
    width: 230px;
    text-align: center !important;
    position: relative !important;
}
#code_pos #bg_b_dele
{
    background: url(framework/images/fl_de.png) no-repeat;
    position: absolute;
    height: 15px;
    left: 339px;
    position: absolute;
    top: 67px;
    width: 15px;
}
#bg_b_dele{
    display: none;
}
#dele_res a
{
    color: #8a8f95;
}
#dele_res
{
    text-align: center;
    text-decoration: underline;
    color: #8a8f95;
    clear: both;
}
#par_dele_1
{
    margin-top: 32px;
    text-align: center;
    color: #8a8f95;
}
#delegue h3{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0 0;
    text-align: center;
}
#delegue .container
{
    position: relative;
}

.upr .bord_g {
    border-bottom: 1px solid #E3E4E5;
    position: absolute;
    top: 26px;
    width: 388px;
}
.upr .bord_d {
    border-bottom: 1px solid #E3E4E5;
    position: absolute;
    right: 3px;
    top: 25px;
    width: 387px;
}
.upr h3{
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}
.bg_sh.container {
    position: relative;
}
#code_pos{
    position: relative;
}
#upr_vous_2 .upr_vous2{
    float: left;
    width: 480px;
    margin-bottom: 20px;
}
#upr_vous_2 .upr_vous2_2{
    float: left;
    width: 455px;
}
#upr_vous_2{
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 21px;
}
#upr_vous_1_2{display: inline-block}

#upr_vous_1_2 .upr_vous1{float: left; width: 470px; margin-right:10px;}

#conference
{
    position: relative;
}
#boutom_video_con{
    position:relative;margin-bottom: 50px;
}
#conference p{text-align: center; margin-left: 12px;}
#chiffre{display: inline-block;margin-bottom: 20px;}
.upr .colUprL{
    float: left;
    width: 581px;}
.upr .colUprR{ float: left;
               margin-left: 66px;
               width: 313px;}
#upr_last{background-color: #e8e8e8}

#footer .container .widget h3{ border: none; padding: 2px 2px 2px 12px; font-weight:600;}
#footer .widget ul li a {
    background: none; padding: 0; color:#fff; font-size: 12px;
}




/*#footer .widget ul li{background: none; margin-bottom:4px;}*/
.container .in_cont .menu-haut-container #menu-haut{
    display: inline-block;
    margin: auto;
    list-style: none;
    float: right;

}
.menu-haut-container #menu-haut li{

    float: right;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
    /*background: url(framework/images/csg-5278bafb13570.png) no-repeat top left;*/
    line-height: 28px;
}
.menu-haut-container #menu-haut li a{
    color: #fff;
}

}

#menu-haut #menu-item-52
{
    height: 28px;
    padding: 0;


}
#menu-haut #menu-item-50
{
    background-color: #b1dad6;
    padding: 0 15px;
}

#menu-haut #menu-item-50 a
{
    color: #057c85 !important;
}


#menu-haut #menu-item-49
{
    padding: 0 0 0 18px;

}

#menu-haut #menu-item-48{
    padding: 0 0 0 12px;
}


#menu-haut #menu-item-50 a
{
    color: #fff;

}
#menu-menu-principlae li{
    font-weight: bold;
    /*  background-color: #057c85;*/

}
#menu-menu-principal li {
    font-weight: bold;
}

#navigation .container .sixteen .menu_prin .menu-menu-principal-container #menu-menu-principal li a {
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
}
#navigation .container .sixteen .menu_prin .menu-menu-principlae-container #menu-menu-principlae li a{

    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;


}
#menu-aldherer-don li{
    background: url(framework/images/csg-5278bafb13570.png) no-repeat top left;
    border-radius: 3px;
    height: 35px;

}
#menu-aldherer-don #menu-item-64
{
  background-color: #2B4690;
    background-position: 7px -61px;
    margin-right: 4px;
    padding: 2px 12px 0 0;
    text-align: end;
    width: 122px;

}
#don_ad_re .al_don .menu-aldherer-don-container #menu-aldherer-don li a
{
    color: #fff;
    font-weight: bold;
    padding: 11px 0 0;
}
#menu-aldherer-don #menu-item-63
{
    background-color: #CA291A;
    background-position: 4px 10px;
    padding: 2px 12px 0 0;
    text-align: end;
    width: 96px}
 #menu-item-64 a
{
    padding: 10px 9px 0;
}
header #header-v5{background-color: #faf9f9;}
#header-v5 #bg,#upr_last #bg{background: url(framework/images/sh_top.png) no-repeat}
#header-v5 .bg_f{background: url(framework/images/sh.png) no-repeat bottom;}
#header-v5 #navigation #menu-menu-principal li.current-menu-item a, #header-v5 #navigation #menu-menu-principlae li.current-menu-item a:hover
{
    background-color: #057c85;
    border:none;
    color:#fff;
    padding: 14px 8px;
}
.cl_footer
{
    float: left;
    margin-right: 20px;
    width: 220px;
}
.breves-loop a,.breves-loop a:visited,.breves-loop a:hover,.breves-loop a:focus
{
    color: #fff;
    font-weight: bold;
}
.breves-title
{
    float: left;
    width: 340px;
    background-color: #007f86;
    height: 52px;
    color: #fff;
    font-weight: bold;

}
.breves #content{ position: relative;}
#breves-des
{
    float: left;
    width: 620px;
    background-color: #057c85;
    height: 52px;
    color: #fff;
    position: relative;
    max-width: 100%;
}
.breves #img_br
{
    background: url(images/affichesEuropeenes.png) no-repeat;
    bottom: -25px;
    height: 99px;
    position: absolute;
    right: 745px;
    width: 216px;
}
.breves h3{
    color: #FFFFFF;
    padding: 13px 0 0 228px;
    font-weight: bold;
}
#breves-des #fl_g
{
    background: url(framework/images/fl_g.png) no-repeat;
    height: 21px;
    position: absolute;
    right: 47px;
    top: 12.5px;
    width: 20px;
}
#breves-des #fl_d
{
    background: url(framework/images/fl_d.png) no-repeat;
    height: 21px;
    position: absolute;
    right: 31px;
    top: 13px;
    width: 20px;
}
.cl_breves
{
    width: 720px;
}
#breves-des .breves-loop{  margin: 5px 0;}

.breves2 {
    width: 960px;
    background-color: #057c85;
    height: 52px;
    color: #fff;
    max-width: 100%;
    margin: 0 auto 0 auto;
}

.breves-img-container {
    float: left;
    height: 52px;
    width: 180px;

}
.breves-img {
    background: url(images/img-a-retenir.jpg) no-repeat;
    height: 52px;
    width: 180px;

}

.breves-container {
    float: right;
    height: 52px;
    margin-left: 10px;
    text-align: left;
}

.breves-container a {
    color: #fff;

}


#slide_fl{}

.layout-text-left .img_sh
{
    float: left;
    height: 325px;
    width: 611px;
    position:relative;
}
.layout-text-left .slide-excerpt{
    float: left;
    height: 325px;
    margin-top: 38px;
    width: 349px

}
.slide-excerpt h2
{
    margin:10px 15px 40px 30px;
    font-size:19px !important;
}
.slide-excerpt .lire_s a:hover
{
    color: #FFFFFF;
    font-weight: bold;
}
.lire_s,.layout-text-left .slide-excerpt .lire_s a
{
    background-color: #057c85;
    border-radius: 3px;
    color: #FFFFFF !important;
    padding: 12px 14px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 97px;
}
.slides .wooslider-active-slide
{
    background-color: #f3f3f3;
}
.wooslider .wooslider-direction-nav a
{
    transition: none;
    background-color: transparent;
}
.wooslider .wooslider-direction-nav a:hover
{
    background:none;
    top:270px
}
.wooslider .wooslider-direction-nav .wooslider-next {
    right: 10px;
    top:270px;
}

.wooslider .wooslider-direction-nav .wooslider-prev
{
    left: 623px;
    top:270px;
}
.wooslider .wooslider-direction-nav .wooslider-prev:hover
{
    left: 623px !important;
    top:270px;
    display: block !important;
}

/*************************AGENDA HOMEPAGE*********/
.date_sh
{
    position: absolute;
    right: 353px;
    background-color: #057c85;
    color:#fff;
    right: 0;
    top: 36px;
    text-align: center;
    width: 35px;

}
.img_date
{
    position: absolute;
    background: url(framework/images/date.png) no-repeat;
    height: 37px;
    position: absolute;
    right: 0;
    width: 35px;
}
.entry-title p
{
    margin: 0 0 0 80px;
}

.entry h1, .entry h2, .entry h3 {
    color:##057c85 !important;
    /*margin: 20px 0 !important;*/
    /*text-align:left !important;*/
}


/*CAPTION */
.wp-caption {
    max-width: 90%;
    text-align:center;
    border:1px solid #ccc;
    padding:0;
}

.wp-caption-text {
    background-color:#f9f9f9;
    text-align:justify;
}

.alignleft {
    float: left;
    margin-bottom: 15px !important;
    margin-right: 15px;
}



.entry ul {
    list-style:circle ;
    list-style-type: disc;
}


/*
.entry ul li {margin-left:20px; margin-bottom:10px;
}*/

ul.styled-list li {     list-style: none;}


.tribe-events-list-widget-events .duration
{
    position: relative;
}

#upr_vous .duration {
    float: left;
    width: 50px;
}

.duration .mois_enven
{
    background-color: #057c85;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 28px;
}
.duration .jour_enven
{
   display: block;
   background-color: #f9f9f9;
   line-height: 30px;
   text-align: center;
   font-weight:  bold;

}
.title_enven{
    font-weight: bold;
}
.en_savoire
{
    font-size: 12px;
    color:#d75e53;
}
#even_france .tribe-events-widget-link a
{
    color: #057c85;
    font-weight: bold;
}
.tribe-events-widget-link
{
    background-color: #E8E8E8;
    border-radius: 3px;
    height: 37px;
    margin: auto;
    padding: 11px 11px 0 21px;
    width: 105px;
}
#para_mili{
    text-align: center;
}
#upr_vous_2 .upr_vous2
{
    background-color: #E8E8E8;
    padding: 25px 0 8px 0;
    height: 137px;
    position: relative;
}
#upr_vous_2 .upr_vous2_2
{
    background-color: #057c85;margin-left: 12px;
}
#conference h3{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    padding-top: 5px;
}
#conference .bord_g,#conference .bord_d
{
    top: 26px;
    width: 195px;
    border-bottom: 1px solid #E3E4E5;
}
#upr_last #bg .container
{
    padding: 33px 0 0;
}
#upr_last .bord_d{
    border-bottom: 1px solid #CBCBCB;
    left: 590px;
    top: 59px;
    width: 348px;
}
#upr_last .bord_g{
    border-bottom: 1px solid #CBCBCB;
    top: 59px;
    width: 368px;
}
#upr_last .colUprR .try .bord_d
{
    border-bottom: 1px solid #CBCBCB;
    left: 227px;
    position: absolute;
    top: 26px;
    width: 70px;;
}
#upr_last .colUprL .try .bord_d
{
    border-bottom: 1px solid #CBCBCB;
    left: 373px;
    position: absolute;
    top: 26px;
    width: 209px;
}
.colUprR,.colUprL
{
    position: relative;
}
.colUprR .try h3,.colUprL .try h3{
    text-align: left;
}
#para_tra1
{
    color:#fff; text-align: center;margin: 0;font-weight: bold; padding: 25px 0 0;
}
#para_tra2
{
    color:#CBCBCB;
    text-align: center;
    /*margin-bottom: 35px;*/

}
#tra_cont
{
    background-color: #E8E8E8;
    border-radius: 3px;
    padding: 13px 28px;
}
.tra_tout_tra{

}
.bout_tract a{
    background-color: #E8E8E8;
    border-radius: 3px;
    padding: 6px 20px;
    color: #057c85;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    vertical-align: top;
}
.bout_tract a.prev-actu{
    background: url("framework/images/fl_g_1.png") no-repeat scroll center center #E8E8E8;
}
.bout_tract a.next-actu{
    background: url("framework/images/fl_d_1.png") no-repeat scroll center center #E8E8E8;
}
.bout_tract
{
    margin-top: 35px;
    position: relative;
    text-align: center;
}
#upr_vous
{
    position: relative;
}
.upr_vous2 p
{
    margin-left: 160px;

}
#img_tra{
    background: url("framework/images/profession-foi-regionales-2015-upr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 2px 1px #828282;
    height: 183px;
    left: 10px;
    position: absolute;
    top: -10px;
    width: 129px;
}

#para_coup{
    margin-top: -20px;
}

#fl_tout{

}
.picto_une{
    background: url("framework/images/fl_ac.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: none;
    height: 30px;
    left: 0;
    position: absolute;
    top: 28px;
    width: 100%;
    z-index: 0;
}
#conf-tabs #ul_une li:hover .picto_une,#conf-tabs #ul_une li.ui-tabs-active .picto_une
{
    display: block;
}
#conf-tabs #bout_tract{
    padding: 0 0 0 224px;
    position: relative;
}
.flag_fancyvid
{
    position: relative;
}

#conf-tabs #bout_tract .cl_con_g {
    margin-right: 12px;
    padding: 12px 0 13px 36px;
}
.title_video
{
       bottom: -45px;
    font-weight: bold;
    left: 93px;
    position: absolute;
    font-size: 14px;
    color: #057c85;
}
#vinette_video_con .cl_con .flag-widget .flag_fancyvid .title_video
{
    display: none;
}

#conf-tabs #bout_tract .cl_con_d {
    margin-left: 12px;
    padding: 12px 0 13px 36px;
}

#conf-tabs #bout_tract .cl_con_g #fl_con_g {
    background: url("framework/images/fl_g_1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 23px;
    left: 232px;
    position: absolute;
    top: -4px;
    width: 13px;
}

#conf-tabs #bout_tract .cl_con_d #fl_con_d {
    background: url("framework/images/fl_d_1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 28px;
    position: absolute;
    right: 304px;
    top: -4px;
    width: 28px;
}
#alaune h3{
    text-align: center;padding: 40px 0 0;
    font-size: 23px;
    font-weight: bold;
}
#alaune{
    position:relative;
}
#page-wrap .sixteen .container #alaune .bord_g
{
    top: 61px;
    width: 390px;
    left: 0;
}
#page-wrap .sixteen .container #alaune .bord_d
{
    top: 61px;
    width: 390px;
    right:  0;
}
#page-wrap #alaune .bord_g, #page-wrap #alaune .bord_d
{
    top: 61px;
   width: 195px;
}
#fl_conf{
}
#conf-tabs #ul_une li:hover #fl_conf
{
    display: block;
}


.ui-tabs .ui-tabs-panel {
    padding:10px 0 0 0 !important;

}


#tabs-1, #tabs-2, #tabs-3,#tabs-4, #tabs-5, #tabs-6 {
    /*display:inline-block;*/

}

#tabs-5 .conferences2{
    border: 1px solid #666 !important;

}

#tabs-1 .conferences,#tabs-2 .conferences, #tabs-3 .conferences, #tabs-4 .conferences,#tabs-5 .conferences, #tabs-6 .conferences {
    float: left;
    border: 1px solid #E0E0E0;
    margin: 18px 8px 0;
    width:222px;
    height: 178px;
    margin-top: 18px;
    overflow: hidden;
    background: #FFF;
}
#tabs-1 .conferences a,#tabs-2 .conferences a, #tabs-3 .conferences a, #tabs-4 .conferences a,#tabs-5 .conferences a, #tabs-6 .conferences a {
    color:#057c85;
}
#tabs-1 .conferences:hover a,#tabs-2 .conferences:hover a,#tabs-3 .conferences:hover a,#tabs-4 .conferences:hover a,#tabs-5 .conferences:hover a, #tabs-6 .conferences:hover a {
    color:#000;
}
.conferences:hover, #tabs-1 .conferences:hover .thumbs .conf-title ,#tabs-2 .conferences:hover  .thumbs .conf-title , #tabs-3 .conferences:hover  .thumbs .conf-title , #tabs-4 .conferences:hover  .thumbs .conf-title,#tabs-5 .conferences:hover  .thumbs .conf-title, ,#tabs-6 .conferences:hover  .thumbs .conf-title {
    background-color: #057c85 !important;

}
#tabs-1 .conferences:hover .thumbs .opaciter_al ,#tabs-2 .conferences:hover  .thumbs .opaciter_al , #tabs-3 .conferences:hover  .thumbs .opaciter_al , #tabs-4 .conferences:hover  .thumbs .opaciter_al,#tabs-5 .conferences:hover  .thumbs .opaciter_al, #tabs-6 .conferences:hover  .thumbs .opaciter_al  {
    display: block;

}
#tabs-1 .conferences:hover .thumbs .plus_op ,#tabs-2 .conferences:hover  .thumbs .plus_op , #tabs-3 .conferences:hover  .thumbs .plus_op , #tabs-4 .conferences:hover  .thumbs .plus_op,#tabs-5 .conferences:hover  .thumbs .plus_op, #tabs-6 .conferences:hover  .thumbs .plus_op {
    display: block;

}

#conference .caroufredsel_wrapper img {
    /*width: 185px !important;*/
}

.conf-title
{
    height: 40px;
    width: 212px;
    text-align: center;
    display: block;
    padding:3px;
    font-size: 12px;
    font-weight: 600;

}
.conferences .conf-title a {
    height: 39px;
    overflow: hidden;
    padding: 4px 0 8px;
    text-align: center;
    width: 100%
}
.conferences .thumbs img{
    width: 100%;
}
.plus_op{
    /*background: url("framework/images/plu_over.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    height: 74px;
    opacity: 0.47;
    position: absolute;
    right: 123px;
    top: 64px;
    width: 74px;
    display: none;
}
.opaciter_al{
    background-color: #000000;
    height: 132px;
    opacity: 0.47;
    position: absolute;
    right: 0;
    width: 312px;
    display: none;
    top:0;
}
.conferences
{
    position: relative;
}
.conferences .thumbs
{
    position: relative;
    height: 188px;
}
.conferences .thumbs .img_date
{
    position: absolute; top: -1px;
}
.conferences .thumbs .date_sh
{
    position: absolute;
    top: 34px;
    font-weight: bold;
}
.home>.eight>.social-icons
{
    position: fixed;
    right: 2px;
    top: 260px;
    display: block;
    z-index: 99;

}
.home .eight .social-icons ul{
    width: 40px;
}
#ul_chiffre
{
    display: inline-block;margin: 0;
}
#rouge_1{
    color: #CE2717;
    font-size: 63px;
    font-weight: bold;
    left: 19px;
    position: absolute;
    top: 58px;
}
#sp_33{
    font-size: 27px;
    font-weight: bold;
    left: 9px;
    position: absolute;
    top: 96px;
}
#sp_44{
    left: 11px;
    position: absolute;
    top: 30px;
}
#sp_1{
    left: 31px;
    position: absolute;
    top: 12px;
}
#sp_2{
    left: 30px;
    position: absolute;
    top: 12px
}
#sp_3{
    left: 24px;
    position: absolute;
    top: 90px;
}
#sp_4{
    left: 12px;
    line-height: 18px;
    position: absolute;
    top: 92px;
    width: 191px;
}
#rouge_2{
    color: #CE2717;
    font-size: 25px;
    font-weight: bold;
    left: 63px;
    position: absolute;
    top: 35px;
}
#rouge_3{
    color: #CE2717;
    font-size: 79px;
    font-weight: bold;
    position: absolute;
    right: 81px;
    top: 20px;
}
#ul_chiffre li
{
    float: left;
    height: 133px;
    margin-right: 19px;
    width: 221px;
    position: relative;
    list-style: none outside none !important;
    margin-bottom: 10px;
}
#il_ch1
{
    background: url(framework/images/li1.png) no-repeat;
}
#il_ch2
{
    background: url(framework/images/age.jpg) no-repeat;
}
#il_ch3
{
    background: url(framework/images/cartesanspoints.jpg) no-repeat;
}
#il_ch4
{
    background: url(framework/images/li4.png) no-repeat;
}
.home .eight .social-icons ul li
{
    border: 1px solid #E0E0E0;
    background-color: #f7f7f7;
}
.flag-widget{
    width: 100%;
}

.flag-widget .flag_fancybox img, .flag-widget .flag_newbox img {

    border: medium none;
    /*margin-left: 3px;*/
    padding: 0;

}
#flag-video-2 .flag-widget{
    width: 100%;
}
#flag-video-2 .flag-widget img{
    border: medium none;
    box-shadow: 1px 6px 7px 0 #999999;
    margin-left: 33px;
}
#ul_ex-charte
{
    display: inline-block;
    margin: 0;
}
#il_ex-charte4
{

}
#ul_ex-charte li{
    background: url(images/charte.png) no-repeat scroll center center #F7F7F7;
    display: inline-block;
    height: 219.5px;
    margin-right: 2%;
    position: relative;
    width: 23.1%;
    min-width: 198px;
    margin-bottom: 10px;
}
#ul_ex-charte li#il_ex-charte2{
    background-image: url(images/livre.png);
}
#ul_ex-charte li#il_ex-charte3{
    background-image: url(images/track.png);
}
#ul_ex-charte li#il_ex-charte4{
    background-image: url(images/boutique.png);
    margin-right: 0;
}
#ul_ex-charte li:hover{
    background-color: #e8e8e8;
}
.title_li1{
    display: block;
    font-weight: bold;
    position: relative;
    top: 19px;
    font-size: 14px;
}
#ul_ex-charte li a
{
    color: #057c85;
    display: block;
    height: 219.5px;
    position: relative;
    text-align: center;
}
.contenu_li1{
    display: block;
    position: relative;
    top: 134px;
}
.social-icons{
    display: none;
}
#code_agenda{
    position:relative;
    clear: both;
}

#code_agenda #code_pos_para #boutom_email
{
    background-color: #CA291A;
    background-image: none;
    border: medium none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-left: -5px;
    height: 31px;
    padding: 0;
    width: 33px;
    display: inline-block;
}

#code_agenda #bg_b_dele {
    background: url("framework/images/fl_de.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    top: 78px;
    position: absolute;
    width: 15px;
}
#code_agenda #code_pos_para #input_email[type="text"] {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    display: inline-block;
    padding: 6px;
    width: 170px;
    margin: 0;
}
#code_agenda p{
    margin: 0;
}
#code_agenda #code_pos_para{
    padding: 30px 0 0;
    text-align: center;
}
#tribe-events-content-wrappe #alaune{
    margin-top: -63px;
}
.tribe-events-sub-nav li a
{
    color: #CA291A;
    text-decoration: underline;
}
.upr .sol-butt h3
{
    background: linear-gradient(#FFFFFF, #EEEEEE) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 2px 2px #DDDDDD;
    font-size: 17px;
    padding: 0.5em;
    text-align: left;
    cursor: pointer;
}
.upr .sol-butt h3 a{
    display: block;
}
.upr .sol-butt h3 span{
    float: right;
}
#conf-tabs{
    border: medium none;
    margin-left:auto;
    margin-right:auto;

}


.solutions-wrap .cont .p-img{
    position: absolute
}
.solutions-wrap .cont .p-text{
    padding: 0 0 0 152px;
}
.solutions-wrap .cont{display: none; text-align: justify;}
.solutions-wrap .active-elt{display: block;}
#tra_tout_tra
{
    background-color: #E8E8E8;
    border-radius: 3px;
    padding: 13px 28px;
}

#plus-agenda
{
    background-color: #E8E8E8;
    border-radius: 3px;
    padding: 10px 22px;
    width:110px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#plus-agenda a {
    font-weight: bold;
    color: #057c85;
    text-decoration: none;
}

#voire_ac
{
    clear: both;
    margin-top:30px;
}
.ens_bou{
    margin-top: 12px;
    text-align: center;
}
.upr .ens_bou a{
    font-weight: bold;
    color: #057c85;
    text-decoration: none;
}
.cont-tog h3
{
    border-radius: 3px;
}
.img_wrap{
    height: 132px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.img_wrap img{
    width: 100%;
}
.lHead
{
    font-size: 12px;
    margin-bottom: 12px;
}
.rText p{
    font-size: 12px;
    margin-bottom: 24px;
}
.tribe-events-calendar thead tr th{
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #E0E0E0;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
}

.conferences .thumbs .img_video{
    position: absolute;
    top: -1px;
    right: -2px;
}
.img_video {
    background: url("framework/images/al_video.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 37px;
    position: absolute;
    right: 0;
    width: 35px;
}
.conferences .thumbs .img_dossier {
    position: absolute;
    top: -1px;
}
.img_dossier {
    background: url("framework/images/al_dos.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 37px;
    position: absolute;
    right: 0;
    width: 35px;
}
#single_page
{
     display: inline-block;
    width: 100%;
}
#single_page #content
{
    float: left;
    margin-right: 40px;
    width: 590px;
}
#single_page #sidebar{
       float: right;
    margin: 0;
    width: 310px;
}
.single-portfolio #twitterbar,.single #twitterbar
{
    background-color:#001633;
}
#content .portfolio-sidebyside .ten
{
    margin: auto;
    width: 960px;
}
#content .portfolio-sidebyside
{display: inline-block;
 width: 100%;
}
#video_portfolio{
    background-color: #F7F7F7;
}
#portfolio_rigth .six
{
    margin-right: 55px;
    width: 584px;
}
#portfolio_rigth .six .portfolio-detail-description,.portofolio_wigets
{
    margin-bottom: 55px;
}
#sildebar_portfolio_left #sidebar
{
    margin: 0;
    width: 310px;
}

.flag_fancyvid img {
    border: medium none;
    box-shadow: 1px 6px 7px 0 #999999;
    margin-right: 33px;}
.portfolio-detail #content #conf-tabs{
    margin-bottom: 25px;
}

#portfolio_title h3 {
    font-size: 23px;
    font-weight: bold;
    padding: 0px 0 0;
    text-align: center;
     position: relative;
    text-align: center;
}
#portfolio_title
{
    margin: auto;
}

#portfolio_title .bord_g, #portfolio_title .bord_d {
    border-bottom: 1px solid #E3E4E5;
    position: absolute;
    top: 27px;
    width: 357px;
}
#bouton_boutique
{
    position:relative;
    text-align: center;
}
#bouton_boutique .cl_pan{
     background: url("framework/images/pa.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 21px;
    left: 24px;
    position: absolute;
    width: 21px;
}
#bouton_boutique #link_bout
{
       background-color: #456782;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 11px 27px 11px 34px;
}
#sildebar_portfolio_left{
    float: left;
    width: 310px;
}
#portofolio_img{
      margin-bottom: 27px;
}

#header-v5 #navigation #nav_menu-6 ul li a{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #666666;
}

#header-v5 #navigation #nav_menu-6 ul li a:hover {
    color: #fff;
     background-color: #057c85;
    border: medium none;
}
#header-v5 #navigation #nav_menu-6 ul li ul li a:hover {
    color: #fff;
     background-color: #057c85;
}

#header-v5 #nav_menu-6 #navigation #menu-menu-principal li.current-menu-item > a,
    #header-v5 #nav_menu-6 #navigation #menu-menu-principal li .current-menu-ancestor > a,
    #header-v5 #nav_menu-6 #navigation #menu-menu-principal li.current-menu-item > a:hover,
    #header-v5 #nav_menu-6 #navigation #menu-menu-principal li .current-menu-ancestor > a:hover{
    background-color: #057c85;
    border: medium none;
    color: #FFFFFF;
    padding: 14px 8px;
}

#navigation .container .sixteen .menu_prin .menu-menu-principl-container #menu-menu-principal li a {
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
}
.upr_vous1 .cl_mil .flag-widget{
        width: 503px;
        text-align:center;
}


.cl_mil h3 {
    display:none;
}


.hfeed li
{
    margin-bottom: 20px;
}
#portfolio-post .portfolio-item{
    float: left;
    height: 200px;
    width: 200px;
}
#portfolio-post{
     display: inline-block;
     clear: both;
}
.mois_calen{
    font-weight: bold;
    font-size: 34px;
}
.mois_annee_calen{
    text-align: center;
}

#art_li a li{
    border: 1px solid #E0E0E0;
    float: left;
    height: 228px;
    margin-left: 12px;
    margin-top: 18px;
    overflow: hidden;
    width: 312px;
    position: relative;
}
#art_li a li .img_date
{
    top:0px;
}
#art_li a li .conf-title
{
    color:#057c85;
    font-weight: bold;
}
#art_li a li:hover .conf-title
{
    background-color: #057c85;
    color:#fff;
}
#art_li a li:hover .plus_op
{
    display: block;

}
#art_li a li:hover .opaciter_al
{
    display: block;

}
#page_art #content
{
     margin-right: 55px;
    width: 590px;
}
#page_art .sidebar-on-right{
      float: right;
    width: 310px;
}
#list_vi .list_v .flag-widget a img{
    margin-right: 40px;

}
#video_ba #code_agenda p
{
    margin-bottom: 12px;
}
#list_vi
{
   margin-bottom: 40px;
}
#video_ba{clear: both}

#menu_gol
{
    text-align: center;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    /*display: inline-flex;*/
    list-style: none outside none;
    padding: 0;
    position: relative;
    text-align: center;
    margin: 20px auto 20px auto;
    width:400px;
}
#menu_gol li:hover
{
    color:#fff;
    background-color: #057c85;
}
#menu_gol li a:hover
{
    color:#fff;
}
#menu_gol li
{
    display: inline-block;
}
#menu_gol li:active {
    background: none repeat scroll 0 0 #057c85;
}
#menu_gol li:first-child {
    border-left-style: none;
}
#menu_gol li:hover .picto_une
{
    display: block;
}
#menu_gol li .picto_une
{top:31px    }
#menu_gol li a {
    color: #057c85;
    display: block;
    padding: 1em 1.5em;
    position: relative;
}
#menu_gol li {
    position: relative;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #E0E0E0;
    border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #057c85;
    display: inline-block;
    float: none;
    margin: 0;
}
.portofolio_wigets .cl_con .flag-widget .flag_fancyvid .title_video {
    display: none;
}
.top_con .textwidget #menu_gol
{
    display: block;
}

/*===========Titre des pages ===============*/

h1.titre_page {
    font-size: 24px;
    color: #057c85;
    text-align:left;
    font-weight:600;
    border-bottom:1px solid #057c85;
}


/*======== CATEGORIE  CONFERENCES EN LIGNES=========*/
#liste-conferences{
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    text-align:center;
}

#liste-conferences .dpe-flexible-posts{

    display:block;
    float: left;
    width: 210px;
    height: 297px;
    padding: 2px;
    border: 1px solid #ccc;
    margin-right: 24px;
    margin-bottom: 65px;
    background-color:#f9f9f9;
}

#liste-conferences .dpe-flexible-posts img{

    width: 210px;
    height: 297px;
    overflow:hidden;
}

#liste-conferences .dpe-flexible-posts p{
    margin-top:5px;
    text-align:center;

}

#liste-conferences .dpe-flexible-posts a{
    font-size:10px;

}


/*======== CATEGORIE  CONFERENCES EN LIGNES=========*/
.nav-medias {

    text-align:center;
    margin-top:20px;

}


.bg-media {

    background-color:#f9f9f9;

}

/*WIDGET RECENT POSTS*/
.widget_recent_entries li {
    clear: both;
    margin:5px 0;
    text-align:justify;
    height:80px;
    border-bottom:1px solid #f5f5f5;
}

.widget_recent_entries .wp-post-image {
    float: left;
    margin: 0 8px 0 0;
}

.widget_recent_entries li a {
    margin:0;
}

/*AGENDA HOMEPAGE*/

.blog-list-item-date {
    background: none repeat scroll 0 0 #E8E8E8;
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    text-align: center;
    width: 40px;
}
.blog-list-item-date span {
    background: none repeat scroll 0 0 #057c85;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    margin: 8px 10px;
    padding: 5px 0;
    text-transform: uppercase;
}
.blog-list-item-description {
    margin-left: 50px;
    min-height: 35px;
    padding: 5px;
}
.latest-blog-list .blog-list-item-description span {
    color: #CCCCCC;
}


#faq ul {
    list-style: none outside none !important;
    margin-left:0 !important;
}

#faq ul li {
    background: url("framework/images/arrow4.png") no-repeat scroll 0 9px rgba(0, 0, 0, 0);
    padding: 3px 0 10px 10px;
    text-align:justify;
    border-bottom:1px solid #f3f3f3;
}

#faq a {
    font-weight:500;
    color: #333;

}

#faq p.sortir_link a{
    text-align: right;
    text-decoration: none;
    clear: both;
    color:##057c85;
    font-weight:bold;
}


/*PAGE VOS QUESTIONS NOS REPONSES*/
#faqList ul li {
    padding-bottom:5px;
    text-align:justify;
}

#faqList ul {
    list-style: none;
}

#faqList a {
    color:#057c85;
    font-weight:500;

}
#faqList a:hover {
    color:##057c85;

}


/*PAGE PODCAST*/
/*PAGE VOS QUESTIONS NOS REPONSES*/
#podcast ul li {
    padding-bottom:5px;
    text-align:justify;
}

#podcast a {
    color:#057c85;
    font-weight:500;

}
#podcast a:hover {
    color:##057c85;

}

.post-excerpt { margin-top: 8px;}

.post-excerpt iframe { width:590px;}
.post-excerpt li { padding-bottom: 8px; font-size: 14px; }
.post-excerpt ul li { padding-bottom: 8px; font-size: 14px; }

.post-excerpt p, h1, h2, h3, blockquote, li { line-height:140%;}

.post-excerpt p { text-align:justify; font-size: 14px;}

.post-excerpt h1, .post-excerpt h2, .post-excerpt h3 {
    color:#057c85 !important;
    margin: 20px 0 !important;
    text-align:left !important;
}


/*.post-excerpt h1 { font-size:20px; font-weight: 600; color: #666; }
.post-excerpt h2 { font-size:18px; font-weight: 600; }
.post-excerpt h3 { font-size:14px; }*/

.post-excerpt .enAvant { background-color: #f5f5f5; border-radius: 4px; border: 1px solid #ccc; padding:8px; font-weight: 600; }

.post-excerpt blockquote {
    color: #666;

}

.post-excerpt img {
    max-width:590px;
    height: auto;
}


p.lien-pdf {
    text-align:right;
}

p.lien-pdf a {
    padding:5px;
    background-color:#f9f9f9;
    border: medium none !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    color:#666666;

}

.addthis_floating_style.addthis_counter_style {width:72px !important; text-align:center;}


#header-v5 #navigation #nav_menu-6 .menu-menu-principal-container select,  #don_ad_re select {
    display: none !important;
}

#header-v5 #navigation #nav_menu-6 .menu-menu-principal-container select:first-child {
    display: inherit !important;
}


/*AGENDA*/
.tribe-bar-disabled { display: none;}
.tribe-events-page-title { text-align: center !important; margin-bottom: 5px;}
h2.tribe-events-single-event-title { margin-top: 10px !important } 
.tribe-events-nav-previous, .tribe-events-nav-next {text-transform: uppercase;}
.tribe-events-schedule h3 {color:#333 !important; font-weight: bold; font-size: 1em;}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-size: 12px !important;
   
}


.opacity a:hover {
    opacity: 0.8;

}

table.revue-presse img {
    width: 120px;
    max-width: 120px;
    max-height: 40px;
    height: auto;
    overflow: hidden;    
}
table.revue-presse a {
    color: #444444;  
}
table.revue-presse a:hover {
    color: ##057c85;  
}

/* partages reseaux sociaux*/

.partage {
    border: 1px solid #f9f9f9;
    height: 20px;
    padding:5px;
    margin-bottom:5px

}
.post-infos { font-size: 10px; text-align: right;}
.post-infos a { font-size: 10px;}
/*@import url(‘../twentytwelve/style.css’);*/


/*université 2014 page de réservation*/
div.form2014 {
    background-color: #f3f3f3;
    border-radius: 4px;
    padding: 8px;

}

.gticker-wrapper.has-js {
    background:none !important;
}

.responsables-left {float: left; width: 48%; margin-right: 10px;}
.responsables-right {float: right; width: 48%;}
.responsables-left h2, .responsables-right h2 { padding: 8px 0;}

table.responsables { background-color: #ccc; border-collapse: separate; border-spacing: 1px; font-size: 11px;}
table.responsables tbody tr:hover { background-color: #ccc; }
table.responsables td {background-color: #f9f9f9; height: 30px; vertical-align: middle; padding-left: 5px;}
img.nomResponsable { font-weight: 600;}
img.responsable-email { float: left; margin-right: 10px; width: 20px; height: 20px;}
img.responsable-facebook { float: left; margin-right: 10px; width: 20px; height: 20px;}
img.responsable-twitter {float:left; width: 20px; height: 20px;}
td.region {font-weight: 600;}

.chartelangue { padding: 0 0 2px 2px;}
.chartelangue img { width: 22px; vertical-align: middle;}

.header-charte  { background-color: #057c85; font-size: 11px; color: #fff; padding: 3px; text-align: center; display: none;}
.header-charte a  { color: #fff !important;}
.header-charte img { width: 15px; vertical-align: middle; margin-left: 5px;}
.sup { vertical-align: super; font-size: 40%; } 
#google_translate_element {}

#banniere-regionales  { text-align: center; margin: 10px 0 15px 0;}
#banniere-regionales a:hover { opacity: 0.7;}
/*Pages sources et references*/
#post-30901 li { margin-bottom: 5px; text-align: left;}
#post-30901 a { color: #000000;}

/*page mode d'adhésion*/
.flottante1-adhesion {
background-color: #f8f8f8;
margin: 2px;
float: left;
text-align: center;
border:1px solid #f8f8f8;
width: 48%;
height:280px;
}
.flottante2-adhesion {
background-color: #f8f8f8;
margin-left: 25px;
float: left;
text-align: center;
border:1px solid #f8f8f8;
width: 46%;
height:280px;
}

.flottante1-adhesion:hover, .flottante2-adhesion:hover {
 border:1px solid #ccc;
}
.conteneur-mode-adhesion {
width: 100%;
}
.conteneur-mode-adhesion h3 {
color:#057c85; background-color:#fff; margin:2px; padding:5px;
}
.conteneur-mode-adhesion p {
padding:10px; text-align:justify; margin:0 0 2px;}

.adherer-mode-btn {
font-size:14px; background-color:#057c85; color:#fff; border: 1px solid #057c85;border-radius: 15px;padding:8px;}

.adherer-mode-btn:hover {
background-color:#fff; color:#057c85;}

/*page mode de don*/
.flottante1-don {
background-color: #f8f8f8;
margin: 2px;
float: left;
text-align: center;
border:1px solid #f8f8f8;
width: 31%;
height:310px;
}
.flottante2-don {
background-color: #f8f8f8;
margin-left: 25px;
float: left;
text-align: center;
border:1px solid #f8f8f8;
width: 31%;
height:310px;
}

.flottante1-don:hover, .flottante2-don:hover {
 border:1px solid #ccc;
}


.spacer {
clear: both;
}

.mobile{
    display: none;
}
/*
Theme Name: INOVADO
Theme URI: http://themeforest.net/user/minti
Description: An Ultra Responsive WordPress Theme by minti
Version: 2.0
Author: minti
Author URI: http://mintithemes.com

License:
License URI:
*/

/* ------------------------------------------------------------------------ */
/* 01. Imports
/* ------------------------------------------------------------------------ */

@import url("framework/css/basic.css");         /* CSS Reset + Basic WordPress Styles */
@import url("framework/css/headers.css");       /* Header Styles */
@import url("framework/css/bootstrap.css");     /* Bootstrap Icons + Tooltip */
@import url("framework/css/shortcodes.css");    /* Shortcodes */
/*@import url("framework/css/flexslider.css");  /* Flexslider (Blog + Portfolio) */


/*@import url("framework/css/prettyPhoto.css"); /* Flexslider (Blog + Portfolio) */

/* ------------------------------------------------------------------------ */
/* 02. Skeleton Grid 960px / 16 Columns */
/* ------------------------------------------------------------------------ */
a,a:visited { color: #057c85;}

.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.row { margin-bottom: 20px }

/* Nested Column Classes */
.column.alpha,
.columns.alpha,
.column.first,
.columns.first { margin-left: 0 }

.column.omega,
.columns.omega,
.column.last,
.columns.last { margin-right: 0 }

/* Base Grid */
.container                                  { position: relative; width: 960px !important; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha, .column.first, .columns.first    { margin-left: 0; }
.column.omega, .columns.omega, .column.last, .columns.last      { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 100%; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  {  margin: auto;
                                               width: 960px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 960px !important; }

.container .one-third.columns               { width: 300px; }
.container .two-thirds.column               { width: 620px; }

.container .one-fifth.columns               { width:172px; }
.container .one-sixth.columns               { width:140px; }
.container .one-seventh.columns             { width:117px; }

/* Offsets */
.container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {    clear: both }

.row,
.clearfix {    zoom: 1 }

.clear {
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* ------------------------------------------------------------------------ */
/* 03. General Styles
/* ------------------------------------------------------------------------ */

body {
    min-width: 1050px !important;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;

}

::selection {
    background: #289dcc;
    color: #ffffff;
}

::-moz-selection {
    background: #289dcc;
    color: #ffffff;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------------------------------------ */
/* 04. Typography
/* ------------------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    /*font-family: Garamond, Georgia, serif;*/
    font-style: bold;
    margin: 0 0 10px 0;
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { font-weight: inherit }

h1 {
    font-size: 24px;
    line-height: 1.6;
}

h2 {
    font-size: 22px;
    line-height: 1.4;
}

h3 {
    font-size: 18px;
    line-height: 1.6;
}

h4 {
    font-size: 16px;
    line-height: 1.6;
}

h5 {
    font-size: 14px;
    line-height: 1.6;
}

h6 {
    font-size: 12px;
    line-height: 1.6;
}

.highlight {
    color: #289dcc;
}

p { margin: 0 0 20px 0 }

p img { margin: 0 }

em { font-style: italic }

strong { font-weight: bold }

small { font-size: 80% }

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 20px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    padding: 10px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    overflow-x:auto;
}

.hidden {  display: none !important }

/* Links ---------------------------------------------------- */

a,
a:visited {
    color:  #057c85;
    text-decoration: none;
    outline: 0;
}

/* Transisiton for Links */
#sidebar a,
#footer a,
#infobar a,
#title a,
#alt-title a,
#no-title a,
#header a,
#copyright a{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color:#057c85;
}

#page-wrap .portfolio-item-one a{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

a:hover,
a:focus {    color: #666666 }

p a,
p a:visited { line-height: inherit }

/* Lists ---------------------------------------------------- */


.post-excerpt li, .entry li {
    /*margin-bottom:10px;*/
    text-align:justify;
}

ul {
    list-style: square outside none;
}
ol, ul {
    margin-left: 30px;
}


.post-excerpt ol {
    list-style: decimal outside none;
}
/* ------------------------------------------------------------------------ */
/* 05. Forms
/* ------------------------------------------------------------------------ */

form,
fieldset { margin-bottom: 20px }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 8px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    width: 200px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    width: 180px;
    color: #999;
    -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    border: 1px solid #d4d4d4
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #bbb;
    color: #333;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea { min-height: 60px }

select {
    width: 220px;
    padding: 5px;
}

label,
legend {
    cursor: pointer;
    display: block;
}

label span,
legend span { font-weight: bold }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active{
    -webkit-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

/* Contactform 7 Specific Styling ---------------------------------------------------- */

.wpcf7-form input[type="text"] {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
}


.wpcf7-form input[type="email"] {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form select {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
    padding:8px;
}

.wpcf7-form input[type="checkbox"] {    width: auto }

.wpcf7 form.wpcf7-form p {
    font-weight: bold;
    margin: 0 0 20px 0 !important;
}

.wpcf7-list-item-label  { font-weight: normal }
.wpcf7-response-output  { display: none }
.wpcf7-form .invalid    { color: #bf1515 !important }
.wpcf7-not-valid        { border: 1px solid #bf1515 !important }
.wpcf7 span.wpcf7-not-valid-tip { display: none }

div.wpcf7-response-output {
    margin: 0px !important;
    padding: 5px 10px !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
    position:relative;
    border:1px solid #ddd !important;
    display:block;
    background-image:linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image:-o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image:-moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image:-webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image:-ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color:#F7F7F7;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    font-weight:bold;
    padding:10px 40px !important;
    text-align:center;
    margin-bottom:20px;
}


div.wpcf7-mail-sent-ok {
    background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-color: #e9f2d2;
    border-color: #c0da66 !important;
    color: #88b12b;
}

div.wpcf7-mail-sent-ng {
    background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-color: #ffe9e9;
    border-color: #e99f9f !important;
    color: #d25c5a;
}

div.wpcf7-spam-blocked {
    background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}

div.wpcf7-validation-errors {
    background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}

/* ------------------------------------------------------------------------ */
/* 06. Boxed Layout */
/* ------------------------------------------------------------------------ */

#boxed-layout {
    width: 1000px;
    margin: 0px auto;
    background: #ffffff;
    -webkit-box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.3);

}

#boxed-layout .container {

}

#background {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

/* ------------------------------------------------------------------------ */
/* 07. Infobar (Toggle Bar)
/* ------------------------------------------------------------------------ */

#infobar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #444444;
    color:#999999;
    border-top: 5px solid #333333;
    width: 100%;
    padding: 20px 0 35px 0;
    display: none;
    border-bottom:5px solid #444444;
}

#infobar .widget h3 {
    border-bottom: 1px solid #555555;
    color: #ffffff;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

#infobar a{
    color:#999999;
}

#infobar a:hover{
    color:#ffffff;
}

.close-infobar {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #444444 transparent transparent;
    z-index: 999;
}

.close-infobar:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat 0px 0px;
}

#infobar .close-infobar.open { }

.close-infobar.open:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat -40px 0px;
}

#infobar .no-widgets {
    color: #aaaaaa;
    margin-bottom:-15px;
    text-align: center;
}

/* Infobar Widgets ---------------------------------------------------- */

#infobar .widget { }

#infobar .widget h3 {
    font-size:15px;
    color: #ffffff;
    padding:0 0 5px 0;
    border-bottom:1px solid #555555;
    margin: 0 0 20px 0;
}

/* ------------------------------------------------------------------------ */
/* 08. Topbar */
/* ------------------------------------------------------------------------ */

#topbar {
    height: 39px;
    font-size: 10px;
    background: #ffffff;
    border-bottom: 1px solid #efefef;
}

#topbar .callus {
    line-height: 39px;
    color: #999999;
}

#topbar .callus a { color: #999999 }
#topbar .callus a:hover { color: #666666 }

#topbar .social-icons ul {
    list-style: none;
    margin: 0 0 -1px 0;
    float: right;
}

/* ------------------------------------------------------------------------ */
/* 09. Social Icons */
/* ------------------------------------------------------------------------ */

#topbar .social-icons ul{
    list-style: none;
    margin: 0 0 -1px 0;
    float: right;
}
.social-icons ul li{
    display:block;
    float: left;
    margin:0;
    padding:0;
}
.social-icons ul li a{
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
    display:block;
    width:40px;
    height:40px;
    text-indent:-9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0.6;
}

#copyright .social-icons ul li a{
    opacity: 1;
}
#copyright .social-icons ul li a:hover{
    background-color: transparent !important;
}

.social-icons a:hover{
    background-color: #cccccc;
    background-position: 0px -40px !important;
    opacity: 1;
}

.social-email a { background: url(framework/images/icons/email.png) no-repeat 0 0 }
.social-email a:hover { background-color: #666666 }
.social-facebook a { background: url(framework/images/icons/facebook.png) no-repeat 0 0 }
.social-facebook a:hover { background-color: #3b5998 }
.social-google a { background: url(framework/images/icons/google.png) no-repeat 0 0 }
.social-google a:hover { background-color: #dd4b39 }
.social-googleplus a { background: url(framework/images/icons/googleplus.png) no-repeat 0 0 }
.social-googleplus a:hover { background-color: #d94a39 }
.social-rss a { background: url(framework/images/icons/rss.png) no-repeat 0 0 }
.social-rss a:hover { background-color: #fe9900 }
.social-tumblr a { background: url(framework/images/icons/tumblr.png) no-repeat 0 0 }
.social-tumblr a:hover { background-color: #3a5976 }
.social-twitter a { background: url(framework/images/icons/twitter.png) no-repeat 0 0 }
.social-twitter a:hover { background-color: #48c4d2 }
.social-youtube a { background: url(framework/images/icons/youtube.png) no-repeat 0 0 }
.social-youtube a:hover { background-color: #f45750 }
.social-yelp a { background: url(framework/images/icons/yelp.png) no-repeat 0 0 }
.social-yelp a:hover { background-color: #f45750 }
/* ------------------------------------------------------------------------ */
/* 10. Header */
/* ------------------------------------------------------------------------ */

.header {
    background: #ffffff;
}

.header .logo {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.logo  {
    float: left;
}



.header .logo .logo_standard{
}

.header .logo .logo_retina{
    display: none;
}

/* ------------------------------------------------------------------------ */
/* 12. Header - Searchform */
/* ------------------------------------------------------------------------ */

#header-searchform {
    /*float: right;*/
    margin:0 0 0 10px;
}

#header-searchform input {
    margin: 0;
    width: 60px;
    height: 37px;
    font-size: 13px;
    line-height: 37px;
    cursor: pointer;
    background: url(framework/images/search.png) no-repeat 10px 13px #efefef;
    border: none;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    color: #555555;
    padding:0 0 0 35px;
}

#header-searchform input:focus{
    width: 120px;
    cursor: text;
}

#header-searchform #header-searchsubmit { display: none; } /* Hide Search Submit button */

/* ------------------------------------------------------------------------ */
/* 13. Content */
/* ------------------------------------------------------------------------ */

#page-wrap {
    padding: 2px 0 30px 0;
}

#content.sidebar-left { float: right }

/* Striped Border under Title and above Footer */
.hr-border {
    height: 8px;
    width: 100%;
    /*background: url(framework/images/stripes.png);*/
    margin-top: 0px;
}

/* Standard Title ---------------------------------------------------- */

#title {
    background: #f9f9f9;
    background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 25px 0 25px 0;
    -webkit-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.07);
    -moz-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.07);
    box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.07);
}

#title h1 {
    line-height: 28px;
    color: #666666;
    margin: 0;
}

#title h2 {
    display: block;
    font-weight: lighter;
    color: #aaaaaa;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

#title #breadcrumbs {
    font-size: 11px;
    text-align: right;
    color: #aaaaaa;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

#title #breadcrumbs.breadrcumbpadding { padding-top: 12px; }

#title #breadcrumbs a { color: #aaaaaa; }

#title #breadcrumbs a:hover { color: #289dcc; }

/* Alternative Title (with Image) ---------------------------------------------------- */

#alt-title {
    width: 100%;
    height: 159px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    -webkit-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.12);
    -moz-box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.12);
    box-shadow:inset  0px 0px 3px rgba(50, 50, 50, 0.12);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    image-rendering: optimizeQuality;
}

#alt-title .grid {
    background: url(framework/images/grid.png);
    width: 100%;
    height: 159px;
    position: absolute;
    top: 0;
    left: 0;
}

#alt-title h1 {
    top: 42px;
    left: 10px;
    position: absolute;
    background: #289dcc;
    display: inline-block;
    padding: 14px 20px;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
}

#alt-title h2 {
    position: absolute;
    top: 88px;
    left: 10px;
    color: #999999;
    display: inline-block;
    background: #ffffff;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
}

#alt-breadcrumbs {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0 19px 0;
    font-size: 11px;
    line-height: 0px;
    color: #999999;
}

#alt-breadcrumbs a { color: #999999 }

#alt-breadcrumbs a:hover { color: #289dcc }

#alt-breadcrumbs .container { padding-left: 20px }

/* Alt Title 2 ---------------------------------------------------- */

#alt-title-2 {
    width: 100%;
    height: 90px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
}

#alt-title-2 h1 {
    line-height: 90px;
}

#alt-title-2 .five{
    background: red !important;
}

#alt-title-2 #breadcrumbs {
    font-size: 11px;
    text-align: right;
    color: #aaaaaa;
    line-height: 90px;
    padding: 0px 0 0 0;
    margin: 0;
}

#alt-title-2 #breadcrumbs a { color: #aaaaaa; }

#alt-title-2 #breadcrumbs a:hover { color: #289dcc; }

/* No Title ---------------------------------------------------- */

#no-title{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

#no-title .no-title-border {
    border-top: 1px solid #e4e4e4;
}
#no-title #breadcrumbs {
    padding: 20px 0 19px 0;
    font-size: 11px;
    line-height: 0px;
    color: #999999;
}

#no-title #breadcrumbs a { color: #999999 }

#no-title #breadcrumbs a:hover { color: #289dcc }

#no-title #breadcrumbs .container { padding-left: 20px }

#no-title-divider{
    border-top: 1px solid #e4e4e4;
}

/* ------------------------------------------------------------------------ */
/* 14. Blog Standard - Overview */
/* ------------------------------------------------------------------------ */

.blog .post {
    border-bottom: 1px solid #efefef;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.post img {
    display: block;
}

.post-icon {
   /* display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin: 0px 20px 0 0;
    background: #289dcc;
    -webkit-border-radius:2px;
       -moz-border-radius:2px;
            border-radius:2px;*/
    display:none;
}

.post-icon.standard     { background-image: url(framework/images/postformat-standard.png) }
.post-icon.imagegallery { background-image: url(framework/images/postformat-gallery.png) }
.post-icon.link         { background-image: url(framework/images/postformat-link.png) }
.post-icon.quote        { background-image: url(framework/images/postformat-quote.png) }
.post-icon.video        { background-image: url(framework/images/postformat-video.png) }
.post-icon.audio        { background-image: url(framework/images/postformat-audio.png) }

.post-content {
    /*float: left;*/
}

.blog .post-title {
    margin:0 !important;
    padding: 0 !important;
}

.post-title h2{
    margin-bottom:5px;
    padding: 0 !important;
    font-weight: bold;
    font-size: 20px;
    color:#057c85;
}

.post-title h2 a {
    margin:0 !important;
}

.post-meta {
    margin-left: 55px;
}

.post-meta span {
    background: #f4f4f4;
    padding: 8px 15px 6px 10px;
    margin: 0 10px 0 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color: #999999;
    font-size: 11px;
}

.post-meta span a { color: #999999 }

.post-meta span a:hover { color: #666666 }

.post-meta span i {
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: -2px 10px 0 0;
}

.post-content a.read-more-link {
    display: block;
    margin-top: 15px;
}

.post-image a {
    display: block;
    position: relative;
}

.search-result{
    border-bottom: 1px solid #efefef;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.search-content a.read-more-link {
    display: block;
    margin-top: 15px;
}

.search-meta{ }

.search-meta span {
    background: #f4f4f4;
    padding: 8px 15px 6px 10px;
    margin: 0 10px 0 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color: #999999;
    font-size: 11px;
}

.search-meta span a { color: #999999 }

.search-meta span a:hover { color: #666666 }

.search-meta span i {
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: -2px 10px 0 0;
}

.search-meta span.meta-category {
    display: none;
}



/* Different Post Types ---------------------------------------------------- */

.post-image,
.post-gallery,
.post-video,
.post-audio {
    margin-bottom: 20px !important;
}

/*.post-video iframe{
        width:100%;
        height:auto;
}*/

.post-image img{
    max-width: 100%;
    width:590px;
    height: 200px;
    overflow:hidden;
    background-color:#ccc;
    
}


.post-image-listing{
    max-width: 100%;
    max-height: 360px;
    overflow:hidden;
    background-color:#fff;
    vertical-align: middle;
}


.post-image-listing img{
    max-width: 100%;
    height: auto;
    margin: 0;
}


.post-link {
    margin-top: -15px;
    margin-bottom:10px;
    color: #cccccc;
}

.post-quote {
    background: #333333 url(framework/images/quote.png) no-repeat 15px 20px;
    position: relative;
    padding: 20px 30px 20px 50px;
    margin: 0 0 20px 0;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.post-quote h2 {
    margin: 0 0 0px 0;
    padding: 0;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight:normal;
    font-style: italic;
    color:#ffffff;
}

.post-quote .quote-source a {
    font-size: 13px;
    font-weight: normal;
    color: #999999 !important;
    padding: 0;
}

/* Image Hover Overlay ---------------------------------------------------- */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-image .overlay {
    background-image: url(framework/images/overlay-link.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single .post-image .overlay {
    background-image: url(framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-gallery .overlay {
    background-image: url(framework/images/overlay-link.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single .post-gallery .overlay {
    background-image: url(framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------ */
/* 15. Blog Medium - Overview */
/* ------------------------------------------------------------------------ */

.blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-quote,
.blog-medium .post-audio,
.blog-medium .post-link {
    width: 590px;
    float: left;
    margin-right: 20px;
}

.blog-medium .post-icon {
    margin-left: -55px;
    position: relative;
    z-index: 999;
}

.blog-medium .post-content {
    float: left;
    width: 590px;
}

.blog-medium .post-quote {
    width:280px;
}

.blog-medium .post-meta {    margin: 0 }

.blog-medium .no-post-image {
    display: block;
    width: 590px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ccc url(framework/images/defaut.jpg) no-repeat center center;
}

.blog-medium .no-post-image-link {
    display: block;
    width: 590px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ccc url(framework/images/noimage-link.png) no-repeat center center;
}

.blog-medium .no-post-image-quote {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(framework/images/noimage-quote.png) no-repeat center center;
}

.blog-medium .post-video iframe {
    width: 590px;
    max-height: 300px;
}

/* ------------------------------------------------------------------------ */
/* 16. Blog - Single Post */
/* ------------------------------------------------------------------------ */

.single .post { margin-bottom: 10px }

.single .post-meta {
    margin-left: 0;
    margin-bottom: 20px;
}

.single .post-tags a {
    display: block;
    float: left;
    border: 1px solid #dddddd;
    color: #999999;
    margin: 0 7px 7px 0px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.single .post-tags a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff;
}

/* Author Information ---------------------------------------------------- */

#author-info {
    margin: 0px 0px 20px 55px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}

#author-info .author-image {
    float: left;
    width: 45px;
    padding: 20px;
}

#author-info .author-image img {
    display: block;
    border: 3px solid #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
    box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
}

#author-info .author-bio {
    float: left;
    width: 500px;
    padding: 20px 20px 20px 0px;
}

#author-info .author-bio h4 { margin: 0px 0 10px 0 }

/* Sharebox ---------------------------------------------------- */

.sharebox {
    margin-left: 55px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
    padding: 10px 0 10px 0;
}

.sharebox h4 {
    float: left;
    margin: 11px 0 0 10px;
    color: #777777;
    font-size: 13px;
}

.sharebox .social-icons {
    float: right;
    list-style: none;
    margin: 0;
}

.sharebox .social-icons a {
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0.6;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.sharebox .social-icons a:hover {
    background-color: #666666 !important;
    background-position: 0px -40px !important;
    opacity: 1;
}

/* Related Posts ---------------------------------------------------- */

#related-posts {
    margin-top: 40px;
}

#related-posts ul {
    list-style: none;
    margin: 0px 0 0 0;
}

#related-posts ul li {
    /*background: url(framework/images/arrow4.png) no-repeat 0px 9px;*/
    padding: 2px 0 2px 12px;
}

#related-posts ul li a span {
    color: #cccccc;
    font-size: 11px;
    margin: 0 0 0 8px;
}

/* ------------------------------------------------------------------------ */
/* 17. Pagination */
/* ------------------------------------------------------------------------ */

#pagination { }

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    border: 1px solid #cccccc;
    font-size: 12px;
    line-height:12px;
    color: #a8a8a8;
}

#pagination a:hover {
    color: #ffffff;
    border-color: #289dcc;
    background: #289dcc;
}

#pagination span.current {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
    font-weight: bold;
}

/* ------------------------------------------------------------------------ */
/* 18. Comments - List */
/* ------------------------------------------------------------------------ */

.comments {
    margin-top: 40px;
}

.commentlist {
    list-style: none;
    margin: 30px 0 0 0;
}

.commentlist li {
    background: url(framework/images/dotted.png) repeat-x bottom left;
    padding: 0px 0 20px 0;
    margin: 0 0 20px 0;
}

.commentlist li:last-child {
    margin: 0;
    background: none;
}

.commentlist li ul {
    list-style: none;
    margin: 0 0 0 80px;
}

.commentlist li ul li {
    background: url(framework/images/dotted.png) repeat-x top left !important;
    margin: 10px 0 0px 0 !important;
    padding: 40px 0 0 0;
}

.commentlist li .avatar {
    float: left;
    margin-right: 10px;
}

.commentlist li .avatar img {
    display: block;
    border: 4px solid #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
    box-shadow:0px 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.1);
}

.commentlist li .comment-text {
    overflow: hidden;
    position: relative;
}

.commentlist li .author {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 17px;
}

.commentlist li .author span {
    display: inline;
    font-weight: bold;
}

.commentlist li .date {
    font-size: 11px;
    color: #999999;
}

.commentlist li .date a {    color: #999999 }

.commentlist li .date a:hover {    color: #333333 }

.commentlist li em {
    font-size: 11px;
    color: #cccccc;
    font-style: normal;
    margin-bottom: 20px;
    display: block;
}

/* ------------------------------------------------------------------------ */
/* 19. Comments - Respond */
/* ------------------------------------------------------------------------ */

#respond {    margin-bottom: 40px }

#respond form{
    margin-top:30px;
}

#respond .required {
    color: #c82929;
    display: inline-block;
    margin: 3px 0 0 6px;
    font-size: 14px;
    font-weight: normal;
}

/*#respond p { clear: both }*/

#respond-inputs p{
    width: 220px;
    margin-right:20px;
    float: left;
}
#respond-inputs p.last{
    margin: 0;
}

#respond input {
    display: block;
    width: 203px;
    margin: 0;
}

#respond textarea {
    display: block;
    width: 683px;
}

#respond p.comment-notes,
#respond p.form-allowed-tags { display: none }

#respond input#submit {

}

#respond .headline-title-wrap{
    margin-top:20px;
}

#cancel-comment-reply-link {
    font-size:13px;
}

#commentform input.error,
#commentform textarea.error {
    border-color: #c82929;
    background: #fbf2f2;
}

#commentform div.error,
#commentform label.error {
    color: red;
    display: none !important;
}

/* ------------------------------------------------------------------------ */
/* 20. Portfolio - Overview */
/* ------------------------------------------------------------------------ */

#portfolio-wrap {
    width: 100%;
    margin-bottom: -30px;
}

.embedd-video { display: none }

.portfolio #pagination { margin-top: 40px }

/* Filters ---------------------------------------------------- */

#filters {
    margin-top: 0px;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

#filters ul {
    margin: 0;
    list-style: none;
}

#filters ul li {
    display: block;
    float: left;
}

#filters ul li a {
    display: block;
    float: left;
    border-right: 1px solid #dddddd;
    color: #999999;
    padding: 6px 20px 6px 20px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
}

#filters ul li a:hover {    color: #289dcc }

#filters ul li a.active {
    background: #ffffff;
    color: #289dcc;
}

/* Portfolio Filter Transitions ---------------------------------------------------- */

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */


/* Projects Nav ---------------------------------------------------- */

.projects-nav {
    float: right;
    width: 100px;
    margin: 7px 5px 0 0;
}

.projectsnavpadding {
    padding: 0 !important;
    margin: 0px 0 0 0 !important;
}

.projects-nav a,
.post-navigation a {
    display: block;
    text-indent: -9999px;
    background: #cccccc;
    width: 35px;
    height: 35px;
    float: right;
    margin-right: 5px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.projects-nav .next a,
.post-navigation .next a {
    background-image: url(framework/images/slider-next.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.projects-nav .prev a,
.post-navigation .prev a {
    background-image: url(framework/images/slider-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.projects-nav a:hover,
.post-navigation a:hover {    background-color: #289dcc }

/* ------------------------------------------------------------------------ */
/* 22. Content Pages */
/* ------------------------------------------------------------------------ */

/* Revolution Slider ---------------------------------------------------- */

.tp-bannershadow { opacity: 0.8 }

.rev_slider {
    display: block !important;
    overflow: hidden !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}

.fullwidthbanner-container .rev_slider {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.tp-leftarrow.default {
    background: #555555 url(framework/images/slider-prev.png) !important;
    background-repeat: no-repeat !important;
    background-position: 45% 50% !important;
    width:40px !important;
    height:50px !important;
    -webkit-border-radius: 0 3px 3px 0 !important;
    -moz-border-radius:  0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
}
.tp-rightarrow.default {
    background: #555555 url(framework/images/slider-next.png) !important;
    background-repeat: no-repeat !important;
    background-position: 53% 50% !important;
    width:40px !important;
    height:50px !important;
    -webkit-border-radius: 3px 0 0 3px !important;
    -moz-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {  background-color: #2da0ce !important; }

.tp-bullets.simplebullets.round-old .bullet {
    cursor:pointer !important;
    position:relative !important;
    background:rgba(0,0,0,0.5) !important;
    width:13px !important;
    height:13px !important;
    margin-right:6px !important;
    float:left !important;
    margin-top:-12px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.tp-bullets.simplebullets.round-old .bullet:hover,
.tp-bullets.simplebullets.round-old .bullet.selected    { background:rgba(0,0,0,0.8) !important; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

    .tp-leftarrow.default   {
        background-image:url(framework/images/slider-prev@2x.png) !important;
        -webkit-background-size:10px 15px;
        -moz-background-size:10px 15px;
        -o-background-size:10px 15px;
        background-size:10px 15px;
    }
    .tp-rightarrow.default {
        background-image:url(framework/images/slider-next@2x.png) !important;
        -webkit-background-size:10px 15px;
        -moz-background-size:10px 15px;
        -o-background-size:10px 15px;
        background-size:10px 15px;
    }

}

/* 404 Page ---------------------------------------------------- */

#error-404 {
    text-align: center;
    margin-bottom: 40px;
    padding: 100px 0;
}

h2.error-404 {
    font-size: 108px;
    line-height: 108px;
    margin: 0 0 10px 0;
}

h3.error-404 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    color: #999999;
}

/* ------------------------------------------------------------------------ */
/* 23. Sidebars */
/* ------------------------------------------------------------------------ */

#sidebar { }

#sidebar .widget {
    margin-bottom: 30px;
    color: #888888;
}

#sidebar .widget h3 {
    font-size: 15px;
    margin:0 0 15px 0;
    color: ##057c85 !important;

}


#sidebar .widget a {
    font-weight:500;
}

#sidebar .widget a:hover {
    color:#D75E53;
}

#sidebar .widget ul li {
    /*background: url(framework/images/arrow4.png) no-repeat 0px 9px;*/
    padding: 3px 0 1px 0px;
}

#sidebar .widget ul li.current_page_item,
#sidebar .widget ul li.current-menu-item { font-weight: bold }

/* Side Navigation Template ---------------------------------------------------- */

#sidebar .widget.widget_wp_nav_menu_desc ul li {
    background: none;
    padding: 0;
}

.sidenav, .widget_wp_nav_menu_desc {
    margin: 0;
    list-style: none;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
}

.sidenav{
    margin-bottom:30px;
}

.sidenav li ul, .widget_wp_nav_menu_desc li ul{
    margin: 0;
    list-style: none;
}

.sidenav li ul li a, .widget_wp_nav_menu_desc li ul li a{
    background: #f9f9f9;
    color: #999999;
    padding: 10px 15px 10px 30px;
}

.sidenav li a, .widget_wp_nav_menu_desc li a {
    display: block;
    margin: 0 0 -1px !important;
    padding: 10px 15px;
    border: 1px solid #dddddd;
    border-bottom-color: #efefef;
    border-top-color: #efefef;
    color: #777777;
    background: url(framework/images/arrow5.png) no-repeat 94% 15px;
}

.sidenav li:first-child a, .widget_wp_nav_menu_desc li:first-child a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-top-color: #dddddd;
}
.sidenav li:last-child a, .widget_wp_nav_menu_desc li:last-child a {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-bottom-color: #dddddd;
}
.sidenav li.current_page_item a, .sidenav li.current_page_item a:hover,
.widget_wp_nav_menu_desc li.current_page_item a, .widget_wp_nav_menu_desc li.current_page_item a:hover {
    position: relative;
    z-index: 2;
    padding: 11px 15px;
    border: 0;
    font-weight: 700;
    background-color: #289dcc;
    background-image: url(framework/images/arrow5_white.png);
    background-repeat: no-repeat;
    background-position: 94% 15px;
    color: #ffffff !important;
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

.sidenav li.current_page_item ul li:first-child a,
.sidenav li.current_page_item ul li:last-child a,
.widget_wp_nav_menu_desc li.current_page_item ul li:first-child a,
.widget_wp_nav_menu_desc li.current_page_item ul li:last-child a{
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.sidenav li a:hover, .widget_wp_nav_menu_desc li a:hover {
    background-color: #F9F9F9;
}



/* ------------------------------------------------------------------------ */
/* 25. Footer
/* ------------------------------------------------------------------------ */

#footer {
    border-top: 1px solid #057c85 !important;
    padding: 20px 0;
    background-color: #057c85 !important;
    color:#fff;
}

#footer a{
    color:#666;

}

#footer a:hover{
    color:#ffffff;
}

/* Footer Widgets ---------------------------------------------------- */

#footer .widget { }

#footer .widget h3 {
    font-size:15px;
    color: #ffffff;
    padding:0 0 5px 0;
    border-bottom:1px solid #555555;

}

/* ------------------------------------------------------------------------ */
/* 26. Copyright
/* ------------------------------------------------------------------------ */

#copyright {
    padding: 5px 0;
    background: #222222;
    color:#777777;
    text-align: center;
}

#copyright li { display: inline; margin-right: 10px; }

#copyright a { color: #888888; }
#copyright a:hover { color: #ffffff; }

#copyright .copyright-text { padding: 10px 0 10px 0; }

#copyright .social-icons {
    float: right;
    font-size: 11px;
}

/* ------------------------------------------------------------------------ */
/* 27. Back-To-Top Button
/* ------------------------------------------------------------------------ */

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 40px;
    display: none;
}

#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #999999 url(framework/images/backtotop.png) no-repeat center center;
    text-indent: -9999px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:0.4s all ease;
    -moz-transition:0.4s all ease;
    -o-transition:0.4s all ease;
    transition:0.4s all ease;
}

#back-to-top a:hover { background-color: #289dcc }

/* ------------------------------------------------------------------------ */
/* 28. Widgets */
/* ------------------------------------------------------------------------ */

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Search Widget /--------------------------------------------------------- */

.widget_search input {
    background: url(framework/images/search.png) no-repeat 10px 9px;
    padding: 8px 8px 8px 30px;
    width: 180px;
    color: #999999;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    border: 1px solid #dddddd;
}

.widget_search input:focus { border-color: #c0c0c0 }

/* Calendar Widget /--------------------------------------------------------- */

#wp-calendar { width: 100% }

#wp-calendar caption {
    padding: 0 10px;
    text-align: right;
    font-weight: bold;
    margin: -5px 0 5px 0;
}

#wp-calendar thead {    font-size: 10px }

#wp-calendar thead th {
    padding: 5px 10px;
    font-weight: bold;
    border-top: 1px solid #f5f5f5;
}

#wp-calendar tbody {    color: #aaa }

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 8px;
}

#wp-calendar tbody td:hover {    background: #fff }

#wp-calendar tbody .pad {    background: none }

#wp-calendar tfoot #next {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-top: 5px;
}

#wp-calendar tfoot #prev {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
}

/* Tag Cloud Widget /--------------------------------------------------------- */

.widget_tag_cloud a {
    display: inline-block;
    border: 1px solid #dddddd;
    font-size: 12px !important;
    line-height: 20px;
    color: #999999;
    margin: 0 5px 10px 0px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.widget_tag_cloud a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff !important;
}

/* Embed Widget /--------------------------------------------------------- */

.widget_embed p { margin-top: 10px }

.widget_embed iframe { max-width: 100% }

/* Sponsor Widget /--------------------------------------------------------- */

.widget_sponsor .sponsors {    margin-right: -20px }

.widget_sponsor a {
    display: block;
    float: left;
    margin: 0 12px 12px 0;
}

.widget_sponsor a img {    display: block }

/* Twitter Widget /--------------------------------------------------------- */

.widget_twitter ul {    list-style: none }

.widget_twitter ul li {
    margin-bottom: 15px;
    background: url(framework/images/twitter.png) no-repeat 0px 4px;
    padding: 0 0 0 32px;
}

.widget_twitter ul li b a {
    display: block;
    font-size: 11px;
    color: #cccccc;
    font-weight: normal;
}

/* Contact Widget /--------------------------------------------------------- */

.widget_contact address {    font-style: normal }

.widget_contact address span {    display: block }

.widget_contact address span strong {
    display: inline-block;
    width: 52px;
}

/* Portfolio  Widget /--------------------------------------------------------- */

.widget_portfolio .portfolio-item:last-child {    margin: 0 }

.widget_portfolio .portfolio-widget-item {
    float: left;
    padding: 0 0 0px 0;
    margin: 0 10px 10px 0;
}

.widget_portfolio .portfolio-widget-item:nth-child(3n) {
    border: none !important;
    padding: 0;
    margin-right: 0;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic {
    float: left;
    display: block;
    overflow: hidden;
    width: 56px;
    height: 56px;
    position: relative;
    border: 1px solid #ddd;
    padding: 4px;
    -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
    background: #289dcc;
    border-color: #289dcc;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Footer & Topbar Widgets (Color Change) ---------------------------------------------------- */

#footer .widget ul li,
#infobar .widget ul li {
    background: url(framework/images/arrow4.png) no-repeat 0px 9px;
    padding: 1px 0 5px 12px;
}

#footer .widget_contact,
#infobar .widget_contact{
    background: url(framework/images/map.png) no-repeat 0 50px;
}

#footer .widget_search input,
#infobar .widget_search input {
    color: #aaaaaa;
    background-color: #555555;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border: 1px solid #555555;
}

#footer .widget_search input:focus,
#infobar .widget_search input:focus {    color: #ffffff }

#footer #wp-calendar thead th,
#infobar #wp-calendar thead th {    border-top: 1px solid #555555 }

#footer #wp-calendar tbody,
#infobar #wp-calendar tbody {    color: #aaa }

#footer #wp-calendar tbody td,
#infobar #wp-calendar tbody td {
    background: #555555;
    border: 1px solid #444444;
}

#footer #wp-calendar tbody td:hover,
#infobar #wp-calendar tbody td:hover {
    background: #444444;
    color: #ffffff;
}

#footer #wp-calendar tbody .pad,
#infobar #wp-calendar tbody .pad {    background: none }

#footer .widget_tag_cloud a,
#infobar .widget_tag_cloud a {
    border: 1px solid #333333;
    background: #333333;
    color: #777777;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    padding:1px 9px;
}

#footer .widget_tag_cloud a:hover,
#infobar .widget_tag_cloud a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff !important;
}

#footer .widget_flickr #flickr_tab a,
#infobar .widget_flickr #flickr_tab a {
    border: 1px solid #333333;
    padding: 4px;
    background: #333333;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

#footer .widget_flickr #flickr_tab a:hover,
#infobar .widget_flickr #flickr_tab a:hover {
    background: #289dcc;
    border-color: #289dcc;
}

#footer .widget_twitter ul li:last-child,
#infobar .widget_twitter ul li:last-child {    margin: 0 }

#footer .widget_portfolio .portfolio-widget-item,
#infobar .widget_portfolio .portfolio-widget-item {

}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic {
    border: 1px solid #333333;
    padding: 4px;
    background: #333333;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic:hover,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
    background: #289dcc;
    border-color: #289dcc;
}

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */
#header-v5,.home #header-v5, .page #header-v5, .tribe-filter-live #header-v5
{
    background-color: #057c85;

}
#in,#contact,#news_lettre
{
    float: right;
    margin-right: 15px;
}
#in_cont
{
    margin-top: 3px;

}
#header-v5 .sixteen .logo {
    margin-top: 0;
}
#header-v5 .sixteen .slogan {
    margin-top: 25px;
}
.container .sixteen{
    margin: 10px 0;
}
#navigation .container
{

}
#twitterbar,.home #twitterbar,.page #twitterbar,.tribe-filter-live #twitterbar
{
    background-color: #001633;
}
.sixteen .menu
{
    float: left;
    text-align: left;
}

#compteurDons {
    width: 250px;
    color: white;
    float: left;
    margin: 0 0 0 160px;
    font-size: 11px;
    padding: 4px;
    margin-top: 5px;
    /* border: 1px solid #999; */
    border-radius: 3px;
    background-color: #056c75;;
    height: 90px;
}

#compteurDons a {
    color: white;
}

#compteurDons #compteur {
    top: 10px;
    position: relative;
    border: 1px solid white;
    height: 20px;
}

#compteurDons #compteur .bar{
    position: absolute;
    background-color: #db3c1e;
    width: 0%;
    height: 100%;
}

#compteurDons #compteur .text {
    font-size: 14px;
    position: absolute;
    width: 100%;
    top: -2px;
}


#compteurTop{
    color: #057c85;
    padding: 4px;
    width: 190px;
    height: 100px;
    float: right;
    margin-top: 5px;
    opacity: 0.9;

}
.compteurText { font-size: 11px; color: #fff;}
.compteurChiffres { color: #9afe00; font-weight: 600; font-size: 28px;}
.bgCompteur {
    padding: 1px 5px;
    background-color: #fff; 
    -moz-box-shadow: 1px 1px 4px 0px #cfcfcf;
    -webkit-box-shadow: 1px 1px 4px 0px #cfcfcf;
    -o-box-shadow: 1px 1px 4px 0px #cfcfcf;
    box-shadow: 1px 1px 4px 0px #cfcfcf;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=4);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*border-radius: 5px;*/
    color: #007f86;
    margin-right: 3px;
 }

#compteurTopRight{
    float: left;
    color: #666;
    padding: 0 5px 15px;
    line-height:28px;

}


#don_ad_re{
    float: right;

}
.menu_re{
    float: left;
    width: 100px;
    margin-left: 0px;
}
.don_al
{
    float: right;
    margin-right: 3px;
}
#content .wrap-explain
{     display: inline-block;
}
.wrap-explain .explain{
    float: left;
    height: 219.5px;
    width: 219.5px;
    background-color: #f7f7f7;
}
.wrap-explain .expl_box{margin-left: 27px;}

/*
#content h1:before {
    background-color: #98A83F;
    content: "";
    display: inline-block;
    height: 10px;
    margin-bottom: 4px;
    margin-right: 5px;
    vertical-align: middle;
    width: 10px;
}
*/

#ul_une {
    display: inline-flex;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
    border: medium none;
    text-align: center;
    list-style: none outside none;
    background: none repeat scroll 0 0 rgba(0,0,0,0);
}


#conf-tabs{text-align: center;}
#conf-tabs #ul_une li:hover,#conf-tabs #ul_une li:active
{
    background-color: #057c85;
    color:#fff;
    font-weight: bold;

}
#conf-tabs #ul_une li a:hover
{
    color:#fff;
}
#conf-tabs #ul_une li a
{
    color: #057c85;
    display: block;
    padding: 1em 0;
    width: 100%;
    position: relative;
    font-weight: 600;
}
#conf-tabs #ul_une li
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #E0E0E0;
    border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #057c85;
    display: inline-block;
    float: none;
    margin: 0;
    width: 20%;

}
#conf-tabs #ul_une  li:first-child {
    border-left-style:none;
}
#conf-tabs #ul_une li.ui-tabs-active{
    background: none repeat scroll 0 0 #057c85;
}
#conf-tabs #ul_une li.ui-tabs-active a{
    color: #fff;
}
.bord_d_g{
    border-bottom: 1px solid #e3e4e5;
    text-align: center;
}
.bord_g{
    border-bottom: 1px solid #E3E4E5;
    position: absolute;
    top: 52px;
    width: 356px;
}
.bord_d{
    border-bottom: 1px solid #E3E4E5;
    position: absolute;
    top: 52px;
    width: 356px;
    right: 3px;
}

#delegue .bord_g {
    width: 250px;
}

#delegue .bord_d {
    width: 246px;
}

.bg_sh .container
{
    margin-top: 40px;
}
.bg_sh
{
    background: url("framework/images/sh_dele2.png") no-repeat top;
}
#delegue{
    /*background: url(framework/images/dele.jpg) no-repeat;*/
    background-color: #057c85;
    padding: 0 0 12px;
    margin-left: auto;
    margin-right: auto;
}

.dele_bold
{
    color:#fff;
}
#input_email{
    text-align: center;
    color:#c0c2c6;
}

#input_email {
    color: #C0C2C6;
    text-align: center;
}
#code_pos input[type="text"]
{        -moz-border-radius-topleft: 3px;
         -webkit-border-top-left-radius: 3px;
         border-top-left-radius: 3px;
         -moz-border-radius-bottomleft: 3px;
         -webkit-border-bottom-left-radius: 3px;
         border-bottom-left-radius: 3px;
         display: inline-block;
         float: left;
         padding: 6px;
         width: 170px;
}
#bloc_input input[type="text"]
{
    -moz-border-radius-topleft: 3px !important;
    -webkit-border-top-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    -webkit-border-bottom-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    display: inline-block !important;
    float: left !important;
    padding: 6px !important;
    width: 170px !important;
}
.code_para{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    clear: both;
}
#enven_fr
{
    clear: both;
}
#para_en{
    text-align: center;
}
#code_pos #boutom_email{
    background-color: #CA291A;
    background-image: none;
    border: medium none;
    float: left;
    height: 31px;
    width: 33px;
    margin-bottom: 42px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#code_pos_para
{
    margin: auto;
    padding: 0 0 0 139px;
}
#delegue #bloc_input #boutom_email{
    background: url(framework/images/fl_de.png) no-repeat center center #CA291A !important;
    border: medium none !important;
    float: left !important;
    height: 31px !important;
    width: 33px !important;
    margin-bottom: 82px !important;
    -moz-border-radius-topright: 3px !important;
    -webkit-border-top-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
#bloc_input
{
    margin: auto !important;
    width: 230px;
    text-align: center !important;
    position: relative !important;
}
#code_pos #bg_b_dele
{
    background: url(framework/images/fl_de.png) no-repeat;
    position: absolute;
    height: 15px;
    left: 339px;
    position: absolute;
    top: 67px;
    width: 15px;
}
#bg_b_dele{
    display: none;
}
#dele_res a
{
    color: #8a8f95;
}
#dele_res
{
    text-align: center;
    text-decoration: underline;
    color: #8a8f95;
    clear: both;
}
#par_dele_1
{
    margin-top: 32px;
    text-align: center;
    color: #8a8f95;
}
#delegue h3{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0 0;
    text-align: center;
}
#delegue .container
{
    position: relative;
}

.upr .bord_g {
    border-bottom: 1px solid #E3E4E5;
    position: absolute;
    top: 26px;
    width: 388px;
}
.upr .bord_d {
    border-bottom: 1px solid #E3E4E5;
    position: absolute;
    right: 3px;
    top: 25px;
    width: 387px;
}
.upr h3{
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}
.bg_sh.container {
    position: relative;
}
#code_pos{
    position: relative;
}
#upr_vous_2 .upr_vous2{
    float: left;
    width: 480px;
    margin-bottom: 20px;
}
#upr_vous_2 .upr_vous2_2{
    float: left;
    width: 455px;
}
#upr_vous_2{
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 21px;
}
#upr_vous_1_2{display: inline-block}

#upr_vous_1_2 .upr_vous1{float: left; width: 470px; margin-right:10px;}

#conference
{
    position: relative;
}
#boutom_video_con{
    position:relative;margin-bottom: 50px;
}
#conference p{text-align: center; margin-left: 12px;}
#chiffre{display: inline-block;margin-bottom: 20px;}
.upr .colUprL{
    float: left;
    width: 581px;}
.upr .colUprR{ float: left;
               margin-left: 66px;
               width: 313px;}
#upr_last{background-color: #e8e8e8}

#footer .container .widget h3{ border: none; padding: 2px 2px 2px 12px; font-weight:600;}
#footer .widget ul li a {
    background: none; padding: 0; color:#fff; font-size: 12px;
}




/*#footer .widget ul li{background: none; margin-bottom:4px;}*/
.container .in_cont .menu-haut-container #menu-haut{
    display: inline-block;
    margin: auto;
    list-style: none;
    float: right;

}
.menu-haut-container #menu-haut li{

    float: right;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
    /*background: url(framework/images/csg-5278bafb13570.png) no-repeat top left;*/
    line-height: 28px;
}
.menu-haut-container #menu-haut li a{
    color: #fff;
}

}

#menu-haut #menu-item-52
{
    height: 28px;
    padding: 0;


}
#menu-haut #menu-item-50
{
    background-color: #b1dad6;
    padding: 0 15px;
}

#menu-haut #menu-item-50 a
{
    color: #057c85 !important;
}


#menu-haut #menu-item-49
{
    padding: 0 0 0 18px;

}

#menu-haut #menu-item-48{
    padding: 0 0 0 12px;
}


#menu-haut #menu-item-50 a
{
    color: #fff;

}
#menu-menu-principlae li{
    font-weight: bold;
    /*  background-color: #057c85;*/

}
#menu-menu-principal li {
    font-weight: bold;
}

#navigation .container .sixteen .menu_prin .menu-menu-principal-container #menu-menu-principal li a {
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
}
#navigation .container .sixteen .menu_prin .menu-menu-principlae-container #menu-menu-principlae li a{

    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;


}
#menu-aldherer-don li{
    background: url(framework/images/csg-5278bafb13570.png) no-repeat top left;
    border-radius: 3px;
    height: 35px;

}
#menu-aldherer-don #menu-item-64
{
  background-color: #2B4690;
    background-position: 7px -61px;
    margin-right: 4px;
    padding: 2px 12px 0 0;
    text-align: end;
    width: 122px;

}
#don_ad_re .al_don .menu-aldherer-don-container #menu-aldherer-don li a
{
    color: #fff;
    font-weight: bold;
    padding: 11px 0 0;
}
#menu-aldherer-don #menu-item-63
{
    background-color: #CA291A;
    background-position: 4px 10px;
    padding: 2px 12px 0 0;
    text-align: end;
    width: 96px}
 #menu-item-64 a
{
    padding: 10px 9px 0;
}
header #header-v5{background-color: #faf9f9;}
#header-v5 #bg,#upr_last #bg{background: url(framework/images/sh_top.png) no-repeat}
#header-v5 .bg_f{background: url(framework/images/sh.png) no-repeat bottom;}
#header-v5 #navigation #menu-menu-principal li.current-menu-item a, #header-v5 #navigation #menu-menu-principlae li.current-menu-item a:hover
{
    background-color: #057c85;
    border:none;
    color:#fff;
    padding: 14px 8px;
}
.cl_footer
{
    float: left;
    margin-right: 20px;
    width: 220px;
}
.breves-loop a,.breves-loop a:visited,.breves-loop a:hover,.breves-loop a:focus
{
    color: #fff;
    font-weight: bold;
}
.breves-title
{
    float: left;
    width: 340px;
    background-color: #007f86;
    height: 52px;
    color: #fff;
    font-weight: bold;

}
.breves #content{ position: relative;}
#breves-des
{
    float: left;
    width: 620px;
    background-color: #057c85;
    height: 52px;
    color: #fff;
    position: relative;
    max-width: 100%;
}
.breves #img_br
{
    background: url(images/affichesEuropeenes.png) no-repeat;
    bottom: -25px;
    height: 99px;
    position: absolute;
    right: 745px;
    width: 216px;
}
.breves h3{
    color: #FFFFFF;
    padding: 13px 0 0 228px;
    font-weight: bold;
}
#breves-des #fl_g
{
    background: url(framework/images/fl_g.png) no-repeat;
    height: 21px;
    position: absolute;
    right: 47px;
    top: 12.5px;
    width: 20px;
}
#breves-des #fl_d
{
    background: url(framework/images/fl_d.png) no-repeat;
    height: 21px;
    position: absolute;
    right: 31px;
    top: 13px;
    width: 20px;
}
.cl_breves
{
    width: 720px;
}
#breves-des .breves-loop{  margin: 5px 0;}

.breves2 {
    width: 960px;
    background-color: #057c85;
    height: 52px;
    color: #fff;
    max-width: 100%;
    margin: 0 auto 0 auto;
}

.breves-img-container {
    float: left;
    height: 52px;
    width: 180px;

}
.breves-img {
    background: url(images/img-a-retenir.jpg) no-repeat;
    height: 52px;
    width: 180px;

}

.breves-container {
    float: right;
    height: 52px;
    margin-left: 10px;
    text-align: left;
}

.breves-container a {
    color: #fff;

}


#slide_fl{}

.layout-text-left .img_sh
{
    float: left;
    height: 325px;
    width: 611px;
    position:relative;
}
.layout-text-left .slide-excerpt{
    float: left;
    height: 325px;
    margin-top: 38px;
    width: 349px

}
.slide-excerpt h2
{
    margin:10px 15px 40px 30px;
    font-size:19px !important;
}
.slide-excerpt .lire_s a:hover
{
    color: #FFFFFF;
    font-weight: bold;
}
.lire_s,.layout-text-left .slide-excerpt .lire_s a
{
    background-color: #057c85;
    border-radius: 3px;
    color: #FFFFFF !important;
    padding: 12px 14px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 97px;
}
.slides .wooslider-active-slide
{
    background-color: #f3f3f3;
}
.wooslider .wooslider-direction-nav a
{
    transition: none;
    background-color: transparent;
}
.wooslider .wooslider-direction-nav a:hover
{
    background:none;
    top:270px
}
.wooslider .wooslider-direction-nav .wooslider-next {
    right: 10px;
    top:270px;
}

.wooslider .wooslider-direction-nav .wooslider-prev
{
    left: 623px;
    top:270px;
}
.wooslider .wooslider-direction-nav .wooslider-prev:hover
{
    left: 623px !important;
    top:270px;
    display: block !important;
}

/*************************AGENDA HOMEPAGE*********/
.date_sh
{
    position: absolute;
    right: 353px;
    background-color: #057c85;
    color:#fff;
    right: 0;
    top: 36px;
    text-align: center;
    width: 35px;

}
.img_date
{
    position: absolute;
    background: url(framework/images/date.png) no-repeat;
    height: 37px;
    position: absolute;
    right: 0;
    width: 35px;
}
.entry-title p
{
    margin: 0 0 0 80px;
}

.entry h1, .entry h2, .entry h3 {
    color:##057c85 !important;
    /*margin: 20px 0 !important;*/
    /*text-align:left !important;*/
}


/*CAPTION */
.wp-caption {
    max-width: 100%;
    padding: 0;
    text-align:center;
    border:1px solid #f5f5f5;
    padding:5px;
}

.wp-caption-text {
    background-color:#f9f9f9;
    text-align:justify;
}

.alignleft {
    float: left;
    margin-bottom: 15px !important;
    margin-right: 15px;
}



.entry ul {
    list-style:circle ;
    list-style-type: disc;
}


/*
.entry ul li {margin-left:20px; margin-bottom:10px;
}*/

ul.styled-list li {     list-style: none;}


.tribe-events-list-widget-events .duration
{
    position: relative;
}

#upr_vous .duration {
    float: left;
    width: 50px;
}

.duration .mois_enven
{
    background-color: #057c85;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 28px;
}
.duration .jour_enven
{
   display: block;
   background-color: #f9f9f9;
   line-height: 30px;
   text-align: center;
   font-weight:  bold;

}
.title_enven{
    font-weight: bold;
}
.en_savoire
{
    font-size: 12px;
    color:#d75e53;
}
#even_france .tribe-events-widget-link a
{
    color: #057c85;
    font-weight: bold;
}
.tribe-events-widget-link
{
    background-color: #E8E8E8;
    border-radius: 3px;
    height: 37px;
    margin: auto;
    padding: 11px 11px 0 21px;
    width: 105px;
}
#para_mili{
    text-align: center;
}
#upr_vous_2 .upr_vous2
{
    background-color: #E8E8E8;
    padding: 25px 0 8px 0;
    height: 137px;
    position: relative;
}
#upr_vous_2 .upr_vous2_2
{
    background-color: #057c85;margin-left: 12px;
}
#conference h3{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    padding-top: 5px;
}
#conference .bord_g,#conference .bord_d
{
    top: 26px;
    width: 195px;
    border-bottom: 1px solid #E3E4E5;
}
#upr_last #bg .container
{
    padding: 33px 0 0;
}
#upr_last .bord_d{
    border-bottom: 1px solid #CBCBCB;
    left: 590px;
    top: 59px;
    width: 348px;
}
#upr_last .bord_g{
    border-bottom: 1px solid #CBCBCB;
    top: 59px;
    width: 368px;
}
#upr_last .colUprR .try .bord_d
{
    border-bottom: 1px solid #CBCBCB;
    left: 227px;
    position: absolute;
    top: 26px;
    width: 70px;;
}
#upr_last .colUprL .try .bord_d
{
    border-bottom: 1px solid #CBCBCB;
    left: 373px;
    position: absolute;
    top: 26px;
    width: 209px;
}
.colUprR,.colUprL
{
    position: relative;
}
.colUprR .try h3,.colUprL .try h3{
    text-align: left;
}
#para_tra1
{
    color:#fff; text-align: center;margin: 0;font-weight: bold; padding: 25px 0 0;
}
#para_tra2
{
    color:#CBCBCB;
    text-align: center;
    /*margin-bottom: 35px;*/

}
#tra_cont
{
    background-color: #E8E8E8;
    border-radius: 3px;
    padding: 13px 28px;
}
.tra_tout_tra{

}
.bout_tract a{
    background-color: #E8E8E8;
    border-radius: 3px;
    padding: 6px 20px;
    color: #057c85;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    vertical-align: top;
}
.bout_tract a.prev-actu{
    background: url("framework/images/fl_g_1.png") no-repeat scroll center center #E8E8E8;
}
.bout_tract a.next-actu{
    background: url("framework/images/fl_d_1.png") no-repeat scroll center center #E8E8E8;
}
.bout_tract
{
    margin-top: 35px;
    position: relative;
    text-align: center;
}
#upr_vous
{
    position: relative;
}
.upr_vous2 p
{
    margin-left: 160px;

}
#img_tra{
    background: url("framework/images/profession%20de%20foi%20Asselineau%20Frexit.JPG") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 2px 1px #828282;
    height: 183px;
    left: 10px;
    position: absolute;
    top: -10px;
    width: 129px;
}

#para_coup{
    margin-top: -20px;
}

#fl_tout{

}
.picto_une{
    background: url("framework/images/fl_ac.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: none;
    height: 30px;
    left: 0;
    position: absolute;
    top: 28px;
    width: 100%;
    z-index: 0;
}
#conf-tabs #ul_une li:hover .picto_une,#conf-tabs #ul_une li.ui-tabs-active .picto_une
{
    display: block;
}
#conf-tabs #bout_tract{
    padding: 0 0 0 224px;
    position: relative;
}
.flag_fancyvid
{
    position: relative;
}

#conf-tabs #bout_tract .cl_con_g {
    margin-right: 12px;
    padding: 12px 0 13px 36px;
}
.title_video
{
       bottom: -45px;
    font-weight: bold;
    left: 93px;
    position: absolute;
    font-size: 14px;
    color: #057c85;
}
#vinette_video_con .cl_con .flag-widget .flag_fancyvid .title_video
{
    display: none;
}

#conf-tabs #bout_tract .cl_con_d {
    margin-left: 12px;
    padding: 12px 0 13px 36px;
}

#conf-tabs #bout_tract .cl_con_g #fl_con_g {
    background: url("framework/images/fl_g_1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 23px;
    left: 232px;
    position: absolute;
    top: -4px;
    width: 13px;
}

#conf-tabs #bout_tract .cl_con_d #fl_con_d {
    background: url("framework/images/fl_d_1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 28px;
    position: absolute;
    right: 304px;
    top: -4px;
    width: 28px;
}
#alaune h3{
    text-align: center;padding: 40px 0 0;
    font-size: 23px;
    font-weight: bold;
}
#alaune{
    position:relative;
}
#page-wrap .sixteen .container #alaune .bord_g
{
    top: 61px;
    width: 390px;
    left: 0;
}
#page-wrap .sixteen .container #alaune .bord_d
{
    top: 61px;
    width: 390px;
    right:  0;
}
#page-wrap #alaune .bord_g, #page-wrap #alaune .bord_d
{
    top: 61px;
   width: 195px;
}
#fl_conf{
}
#conf-tabs #ul_une li:hover #fl_conf
{
    display: block;
}


.ui-tabs .ui-tabs-panel {
    padding:10px 0 0 0 !important;

}


#tabs-1, #tabs-2, #tabs-3,#tabs-4, #tabs-5, #tabs-6 {
    /*display:inline-block;*/

}

#tabs-5 .conferences2{
    border: 1px solid #666 !important;

}

#tabs-1 .conferences,#tabs-2 .conferences, #tabs-3 .conferences, #tabs-4 .conferences,#tabs-5 .conferences, #tabs-6 .conferences {
    float: left;
    border: 1px solid #E0E0E0;
    margin: 18px 8px 0;
    width:222px;
    height: 178px;
    margin-top: 18px;
    overflow: hidden;
    background: #FFF;
}
#tabs-1 .conferences a,#tabs-2 .conferences a, #tabs-3 .conferences a, #tabs-4 .conferences a,#tabs-5 .conferences a, #tabs-6 .conferences a {
    color:#057c85;
}
#tabs-1 .conferences:hover a,#tabs-2 .conferences:hover a,#tabs-3 .conferences:hover a,#tabs-4 .conferences:hover a,#tabs-5 .conferences:hover a, #tabs-6 .conferences:hover a {
    color:#000;
}
.conferences:hover, #tabs-1 .conferences:hover .thumbs .conf-title ,#tabs-2 .conferences:hover  .thumbs .conf-title , #tabs-3 .conferences:hover  .thumbs .conf-title , #tabs-4 .conferences:hover  .thumbs .conf-title,#tabs-5 .conferences:hover  .thumbs .conf-title, ,#tabs-6 .conferences:hover  .thumbs .conf-title {
    background-color: #057c85 !important;

}
#tabs-1 .conferences:hover .thumbs .opaciter_al ,#tabs-2 .conferences:hover  .thumbs .opaciter_al , #tabs-3 .conferences:hover  .thumbs .opaciter_al , #tabs-4 .conferences:hover  .thumbs .opaciter_al,#tabs-5 .conferences:hover  .thumbs .opaciter_al, #tabs-6 .conferences:hover  .thumbs .opaciter_al  {
    display: block;

}
#tabs-1 .conferences:hover .thumbs .plus_op ,#tabs-2 .conferences:hover  .thumbs .plus_op , #tabs-3 .conferences:hover  .thumbs .plus_op , #tabs-4 .conferences:hover  .thumbs .plus_op,#tabs-5 .conferences:hover  .thumbs .plus_op, #tabs-6 .conferences:hover  .thumbs .plus_op {
    display: block;

}

#conference .caroufredsel_wrapper img {
    /*width: 185px !important;*/
}

.conf-title
{
    height: 40px;
    width: 212px;
    text-align: center;
    display: block;
    padding:3px;
    font-size: 12px;
    font-weight: 600;

}
.conferences .conf-title a {
    height: 39px;
    overflow: hidden;
    padding: 4px 0 8px;
    text-align: center;
    width: 100%
}
.conferences .thumbs img{
    width: 100%;
}
.plus_op{
    /*background: url("framework/images/plu_over.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    height: 74px;
    opacity: 0.47;
    position: absolute;
    right: 123px;
    top: 64px;
    width: 74px;
    display: none;
}
.opaciter_al{
    background-color: #000000;
    height: 132px;
    opacity: 0.47;
    position: absolute;
    right: 0;
    width: 312px;
    display: none;
    top:0;
}
.conferences
{
    position: relative;
}
.conferences .thumbs
{
    position: relative;
    height: 188px;
}
.conferences .thumbs .img_date
{
    position: absolute; top: -1px;
}
.conferences .thumbs .date_sh
{
    position: absolute;
    top: 34px;
    font-weight: bold;
}
.home>.eight>.social-icons
{
    position: fixed;
    right: 2px;
    top: 260px;
    display: block;
    z-index: 99;

}
.home .eight .social-icons ul{
    width: 40px;
}
#ul_chiffre
{
    display: inline-block;margin: 0;
}
#rouge_1{
    color: #CE2717;
    font-size: 63px;
    font-weight: bold;
    left: 19px;
    position: absolute;
    top: 58px;
}
#sp_33{
    font-size: 27px;
    font-weight: bold;
    left: 9px;
    position: absolute;
    top: 96px;
}
#sp_44{
    left: 11px;
    position: absolute;
    top: 30px;
}
#sp_1{
    left: 31px;
    position: absolute;
    top: 12px;
}
#sp_2{
    left: 30px;
    position: absolute;
    top: 12px
}
#sp_3{
    left: 24px;
    position: absolute;
    top: 90px;
}
#sp_4{
    left: 12px;
    line-height: 18px;
    position: absolute;
    top: 92px;
    width: 191px;
}
#rouge_2{
    color: #CE2717;
    font-size: 25px;
    font-weight: bold;
    left: 63px;
    position: absolute;
    top: 35px;
}
#rouge_3{
    color: #CE2717;
    font-size: 79px;
    font-weight: bold;
    position: absolute;
    right: 81px;
    top: 20px;
}
#ul_chiffre li
{
    float: left;
    height: 133px;
    margin-right: 19px;
    width: 221px;
    position: relative;
    list-style: none outside none !important;
    margin-bottom: 10px;
}
#il_ch1
{
    background: url(framework/images/li1.png) no-repeat;
}
#il_ch2
{
    background: url(framework/images/age.jpg) no-repeat;
}
#il_ch3
{
    background: url(framework/images/cartesanspoints.jpg) no-repeat;
}
#il_ch4
{
    background: url(framework/images/li4.png) no-repeat;
}
.home .eight .social-icons ul li
{
    border: 1px solid #E0E0E0;
    background-color: #f7f7f7;
}
.flag-widget{
    width: 100%;
}

.flag-widget .flag_fancybox img, .flag-widget .flag_newbox img {

    border: medium none;
    /*margin-left: 3px;*/
    padding: 0;

}
#flag-video-2 .flag-widget{
    width: 100%;
}
#flag-video-2 .flag-widget img{
    border: medium none;
    box-shadow: 1px 6px 7px 0 #999999;
    margin-left: 33px;
}
#ul_ex-charte
{
    display: inline-block;
    margin: 0;
}
#il_ex-charte4
{

}
#ul_ex-charte li{
    background: url(images/charte.png) no-repeat scroll center center #F7F7F7;
    display: inline-block;
    height: 219.5px;
    margin-right: 2%;
    position: relative;
    width: 23.1%;
    min-width: 198px;
    margin-bottom: 10px;
}
#ul_ex-charte li#il_ex-charte2{
    background-image: url(images/livre.png);
}
#ul_ex-charte li#il_ex-charte3{
    background-image: url(images/track.png);
}
#ul_ex-charte li#il_ex-charte4{
    background-image: url(images/boutique.png);
    margin-right: 0;
}
#ul_ex-charte li:hover{
    background-color: #e8e8e8;
}
.title_li1{
    display: block;
    font-weight: bold;
    position: relative;
    top: 19px;
    font-size: 14px;
}
#ul_ex-charte li a
{
    color: #057c85;
    display: block;
    height: 219.5px;
    position: relative;
    text-align: center;
}
.contenu_li1{
    display: block;
    position: relative;
    top: 134px;
}
.social-icons{
    display: none;
}
#code_agenda{
    position:relative;
    clear: both;
}

#code_agenda #code_pos_para #boutom_email
{
    background-color: #CA291A;
    background-image: none;
    border: medium none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-left: -5px;
    height: 31px;
    padding: 0;
    width: 33px;
    display: inline-block;
}

#code_agenda #bg_b_dele {
    background: url("framework/images/fl_de.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    top: 78px;
    position: absolute;
    width: 15px;
}
#code_agenda #code_pos_para #input_email[type="text"] {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    display: inline-block;
    padding: 6px;
    width: 170px;
    margin: 0;
}
#code_agenda p{
    margin: 0;
}
#code_agenda #code_pos_para{
    padding: 30px 0 0;
    text-align: center;
}
#tribe-events-content-wrappe #alaune{
    margin-top: -63px;
}
.tribe-events-sub-nav li a
{
    color: #CA291A;
    text-decoration: underline;
}
.upr .sol-butt h3
{
    background: linear-gradient(#FFFFFF, #EEEEEE) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 2px 2px #DDDDDD;
    font-size: 17px;
    padding: 0.5em;
    text-align: left;
    cursor: pointer;
}
.upr .sol-butt h3 a{
    display: block;
}
.upr .sol-butt h3 span{
    float: right;
}
#conf-tabs{
    border: medium none;
    margin-left:auto;
    margin-right:auto;

}


.solutions-wrap .cont .p-img{
    position: absolute
}
.solutions-wrap .cont .p-text{
    padding: 0 0 0 152px;
}
.solutions-wrap .cont{display: none; text-align: justify;}
.solutions-wrap .active-elt{display: block;}
#tra_tout_tra
{
    background-color: #E8E8E8;
    border-radius: 3px;
    padding: 13px 28px;
}

#plus-agenda
{
    background-color: #E8E8E8;
    border-radius: 3px;
    padding: 10px 22px;
    width:110px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#plus-agenda a {
    font-weight: bold;
    color: #057c85;
    text-decoration: none;
}

#voire_ac
{
    clear: both;
    margin-top:30px;
}
.ens_bou{
    margin-top: 12px;
    text-align: center;
}
.upr .ens_bou a{
    font-weight: bold;
    color: #057c85;
    text-decoration: none;
}
.cont-tog h3
{
    border-radius: 3px;
}
.img_wrap{
    height: 132px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.img_wrap img{
    width: 100%;
}
.lHead
{
    font-size: 12px;
    margin-bottom: 12px;
}
.rText p{
    font-size: 12px;
    margin-bottom: 24px;
}
.tribe-events-calendar thead tr th{
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #E0E0E0;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
}

.conferences .thumbs .img_video{
    position: absolute;
    top: -1px;
    right: -2px;
}
.img_video {
    background: url("framework/images/al_video.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 37px;
    position: absolute;
    right: 0;
    width: 35px;
}
.conferences .thumbs .img_dossier {
    position: absolute;
    top: -1px;
}
.img_dossier {
    background: url("framework/images/al_dos.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 37px;
    position: absolute;
    right: 0;
    width: 35px;
}
#single_page
{
     display: inline-block;
    width: 100%;
}
#single_page #content
{
    float: left;
    margin-right: 40px;
    width: 590px;
}
#single_page #sidebar{
       float: right;
    margin: 0;
    width: 310px;
}
.single-portfolio #twitterbar,.single #twitterbar
{
    background-color:#001633;
}
#content .portfolio-sidebyside .ten
{
    margin: auto;
    width: 960px;
}
#content .portfolio-sidebyside
{display: inline-block;
 width: 100%;
}
#video_portfolio{
    background-color: #F7F7F7;
}
#portfolio_rigth .six
{
    margin-right: 55px;
    width: 584px;
}
#portfolio_rigth .six .portfolio-detail-description,.portofolio_wigets
{
    margin-bottom: 55px;
}
#sildebar_portfolio_left #sidebar
{
    margin: 0;
    width: 310px;
}

.flag_fancyvid img {
    border: medium none;
    box-shadow: 1px 6px 7px 0 #999999;
    margin-right: 33px;}
.portfolio-detail #content #conf-tabs{
    margin-bottom: 25px;
}

#portfolio_title h3 {
    font-size: 23px;
    font-weight: bold;
    padding: 0px 0 0;
    text-align: center;
     position: relative;
    text-align: center;
}
#portfolio_title
{
    margin: auto;
}

#portfolio_title .bord_g, #portfolio_title .bord_d {
    border-bottom: 1px solid #E3E4E5;
    position: absolute;
    top: 27px;
    width: 357px;
}
#bouton_boutique
{
    position:relative;
    text-align: center;
}
#bouton_boutique .cl_pan{
     background: url("framework/images/pa.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 21px;
    left: 24px;
    position: absolute;
    width: 21px;
}
#bouton_boutique #link_bout
{
       background-color: #456782;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 11px 27px 11px 34px;
}
#sildebar_portfolio_left{
    float: left;
    width: 310px;
}
#portofolio_img{
      margin-bottom: 27px;
}

#header-v5 #navigation #nav_menu-6 ul li a{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #666666;
}

#header-v5 #navigation #nav_menu-6 ul li a:hover {
    color: #fff;
     background-color: #057c85;
    border: medium none;
}
#header-v5 #navigation #nav_menu-6 ul li ul li a:hover {
    color: #fff;
     background-color: #057c85;
}

#header-v5 #nav_menu-6 #navigation #menu-menu-principal li.current-menu-item > a,
    #header-v5 #nav_menu-6 #navigation #menu-menu-principal li .current-menu-ancestor > a,
    #header-v5 #nav_menu-6 #navigation #menu-menu-principal li.current-menu-item > a:hover,
    #header-v5 #nav_menu-6 #navigation #menu-menu-principal li .current-menu-ancestor > a:hover{
    background-color: #057c85;
    border: medium none;
    color: #FFFFFF;
    padding: 14px 8px;
}

#navigation .container .sixteen .menu_prin .menu-menu-principl-container #menu-menu-principal li a {
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
}
.upr_vous1 .cl_mil .flag-widget{
        width: 503px;
        text-align:center;
}


.cl_mil h3 {
    display:none;
}


.hfeed li
{
    margin-bottom: 20px;
}
#portfolio-post .portfolio-item{
    float: left;
    height: 200px;
    width: 200px;
}
#portfolio-post{
     display: inline-block;
     clear: both;
}
.mois_calen{
    font-weight: bold;
    font-size: 34px;
}
.mois_annee_calen{
    text-align: center;
}

#art_li a li{
    border: 1px solid #E0E0E0;
    float: left;
    height: 228px;
    margin-left: 12px;
    margin-top: 18px;
    overflow: hidden;
    width: 312px;
    position: relative;
}
#art_li a li .img_date
{
    top:0px;
}
#art_li a li .conf-title
{
    color:#057c85;
    font-weight: bold;
}
#art_li a li:hover .conf-title
{
    background-color: #057c85;
    color:#fff;
}
#art_li a li:hover .plus_op
{
    display: block;

}
#art_li a li:hover .opaciter_al
{
    display: block;

}
#page_art #content
{
     margin-right: 55px;
    width: 590px;
}
#page_art .sidebar-on-right{
      float: right;
    width: 310px;
}
#list_vi .list_v .flag-widget a img{
    margin-right: 40px;

}
#video_ba #code_agenda p
{
    margin-bottom: 12px;
}
#list_vi
{
   margin-bottom: 40px;
}
#video_ba{clear: both}

#menu_gol
{
    text-align: center;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    /*display: inline-flex;*/
    list-style: none outside none;
    padding: 0;
    position: relative;
    text-align: center;
    margin: 20px auto 20px auto;
    width:400px;
}
#menu_gol li:hover
{
    color:#fff;
    background-color: #057c85;
}
#menu_gol li a:hover
{
    color:#fff;
}
#menu_gol li
{
    display: inline-block;
}
#menu_gol li:active {
    background: none repeat scroll 0 0 #057c85;
}
#menu_gol li:first-child {
    border-left-style: none;
}
#menu_gol li:hover .picto_une
{
    display: block;
}
#menu_gol li .picto_une
{top:31px    }
#menu_gol li a {
    color: #057c85;
    display: block;
    padding: 1em 1.5em;
    position: relative;
}
#menu_gol li {
    position: relative;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #E0E0E0;
    border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #057c85;
    display: inline-block;
    float: none;
    margin: 0;
}
.portofolio_wigets .cl_con .flag-widget .flag_fancyvid .title_video {
    display: none;
}
.top_con .textwidget #menu_gol
{
    display: block;
}

/*===========Titre des pages ===============*/

h1.titre_page {
    font-size: 24px;
    color: #057c85;
    text-align:left;
    font-weight:600;
    border-bottom:1px solid #057c85;
}


/*======== CATEGORIE  CONFERENCES EN LIGNES=========*/
#liste-conferences{
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    text-align:center;
}

#liste-conferences .dpe-flexible-posts{

    display:block;
    float: left;
    width: 210px;
    height: 297px;
    padding: 2px;
    border: 1px solid #ccc;
    margin-right: 24px;
    margin-bottom: 65px;
    background-color:#f9f9f9;
}

#liste-conferences .dpe-flexible-posts img{

    width: 210px;
    height: 297px;
    overflow:hidden;
}

#liste-conferences .dpe-flexible-posts p{
    margin-top:5px;
    text-align:center;

}

#liste-conferences .dpe-flexible-posts a{
    font-size:10px;

}


/*======== CATEGORIE  CONFERENCES EN LIGNES=========*/
.nav-medias {

    text-align:center;
    margin-top:20px;

}


.bg-media {

    background-color:#f9f9f9;

}

/*WIDGET RECENT POSTS*/
.widget_recent_entries li {
    clear: both;
    margin:5px 0;
    text-align:justify;
    height:80px;
    border-bottom:1px solid #f5f5f5;
}

.widget_recent_entries .wp-post-image {
    float: left;
    margin: 0 8px 0 0;
}

.widget_recent_entries li a {
    margin:0;
}

/*AGENDA HOMEPAGE*/

.blog-list-item-date {
    background: none repeat scroll 0 0 #E8E8E8;
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    text-align: center;
    width: 40px;
}
.blog-list-item-date span {
    background: none repeat scroll 0 0 #057c85;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    margin: 8px 10px;
    padding: 5px 0;
    text-transform: uppercase;
}
.blog-list-item-description {
    margin-left: 50px;
    min-height: 35px;
    padding: 5px;
}
.latest-blog-list .blog-list-item-description span {
    color: #CCCCCC;
}


#faq ul {
    list-style: none outside none !important;
    margin-left:0 !important;
}

#faq ul li {
    background: url("framework/images/arrow4.png") no-repeat scroll 0 9px rgba(0, 0, 0, 0);
    padding: 3px 0 10px 10px;
    text-align:justify;
    border-bottom:1px solid #f3f3f3;
}

#faq a {
    font-weight:500;
    color: #333;

}

#faq p.sortir_link a{
    text-align: right;
    text-decoration: none;
    clear: both;
    color:##057c85;
    font-weight:bold;
}


/*PAGE VOS QUESTIONS NOS REPONSES*/
#faqList ul li {
    padding-bottom:5px;
    text-align:justify;
}

#faqList ul {
    list-style: none;
}

#faqList a {
    color:#057c85;
    font-weight:500;

}
#faqList a:hover {
    color:##057c85;

}


/*PAGE PODCAST*/
/*PAGE VOS QUESTIONS NOS REPONSES*/
#podcast ul li {
    padding-bottom:5px;
    text-align:justify;
}

#podcast a {
    color:#057c85;
    font-weight:500;

}
#podcast a:hover {
    color:##057c85;

}

.post-excerpt { margin-top: 8px;}

.post-excerpt iframe { width:590px;}
.post-excerpt li { padding-bottom: 8px; font-size: 14px; }
.post-excerpt ul li { padding-bottom: 8px; font-size: 14px; }

.post-excerpt p, h1, h2, h3, blockquote, li { line-height:140%;}

.post-excerpt p { text-align:justify; font-size: 14px;}

.post-excerpt h1, .post-excerpt h2, .post-excerpt h3 {
    color:#057c85 !important;
    margin: 20px 0 !important;
    text-align:left !important;
}


/*.post-excerpt h1 { font-size:20px; font-weight: 600; color: #666; }
.post-excerpt h2 { font-size:18px; font-weight: 600; }
.post-excerpt h3 { font-size:14px; }*/

.post-excerpt .enAvant { background-color: #f5f5f5; border-radius: 4px; border: 1px solid #ccc; padding:8px; font-weight: 600; }

.post-excerpt blockquote {
    color: #666;

}

.post-excerpt img {
    max-width:590px;
    height: auto;
}


p.lien-pdf {
    text-align:right;
}

p.lien-pdf a {
    padding:5px;
    background-color:#f9f9f9;
    border: medium none !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
    color:#666666;

}

.addthis_floating_style.addthis_counter_style {width:72px !important; text-align:center;}


#header-v5 #navigation #nav_menu-6 .menu-menu-principal-container select,  #don_ad_re select {
    display: none !important;
}

#header-v5 #navigation #nav_menu-6 .menu-menu-principal-container select:first-child {
    display: inherit !important;
}


/*AGENDA*/
.tribe-bar-disabled { display: none;}
.tribe-events-page-title { text-align: center !important; margin-bottom: 5px;}
h2.tribe-events-single-event-title { margin-top: 10px !important } 
.tribe-events-nav-previous, .tribe-events-nav-next {text-transform: uppercase;}
.tribe-events-schedule h3 {color:#333 !important; font-weight: bold; font-size: 1em;}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-size: 12px !important;
   
}


.opacity a:hover {
    opacity: 0.8;

}

table.revue-presse img {
    width: 120px;
    max-width: 120px;
    max-height: 40px;
    height: auto;
    overflow: hidden;    
}
table.revue-presse a {
    color: #444444;  
}
table.revue-presse a:hover {
    color: ##057c85;  
}

/* partages reseaux sociaux*/

.partage {
    border: 1px solid #f9f9f9;
    height: 20px;
    padding:5px;
    margin-bottom:5px

}
.post-infos { font-size: 10px; text-align: right;}
.post-infos a { font-size: 10px;}
/*@import url(‘../twentytwelve/style.css’);*/


/*université 2014 page de réservation*/
div.form2014 {
    background-color: #f3f3f3;
    border-radius: 4px;
    padding: 8px;

}

.gticker-wrapper.has-js {
    background:none !important;
}

.responsables-left {float: left; width: 48%; margin-right: 10px;}
.responsables-right {float: right; width: 48%;}
.responsables-left h2, .responsables-right h2 { padding: 8px 0;}

table.responsables { background-color: #ccc; border-collapse: separate; border-spacing: 1px; font-size: 11px;}
table.responsables tbody tr:hover { background-color: #ccc; }
table.responsables td {background-color: #f9f9f9; height: 30px; vertical-align: middle; padding-left: 5px;}
img.nomResponsable { font-weight: 600;}
img.responsable-email { float: left; margin-right: 10px; width: 20px; height: 20px;}
img.responsable-facebook { float: left; margin-right: 10px; width: 20px; height: 20px;}
img.responsable-twitter {float:left; width: 20px; height: 20px;}
td.region {font-weight: 600;}

.chartelangue { padding: 0 0 2px 2px;}
.chartelangue img { width: 22px; vertical-align: middle;}

.header-charte  { background-color: #057c85; font-size: 11px; color: #fff; padding: 3px; text-align: center; display: none;}
.header-charte a  { color: #fff !important;}
.header-charte img { width: 15px; vertical-align: middle; margin-left: 5px;}
.sup { vertical-align: super; font-size: 40%; } 
#google_translate_element {}

#banniere-regionales  { text-align: center; margin: 10px 0 15px 0;}
#banniere-regionales a:hover { opacity: 0.7;}
/*Pages sources et references*/
#post-30901 li { margin-bottom: 5px; text-align: left;}
#post-30901 a { color: #000000;}

/*page mode d'adhésion*/
.flottante1-adhesion {
background-color: #f8f8f8;
margin: 2px;
float: left;
text-align: center;
border:1px solid #f8f8f8;
width: 48%;
height:280px;
}
.flottante2-adhesion {
background-color: #f8f8f8;
margin-left: 25px;
float: left;
text-align: center;
border:1px solid #f8f8f8;
width: 46%;
height:280px;
}

.flottante1-adhesion:hover, .flottante2-adhesion:hover {
 border:1px solid #ccc;
}
.conteneur-mode-adhesion {
width: 100%;
}
.conteneur-mode-adhesion h3 {
color:#057c85; background-color:#fff; margin:2px; padding:5px;
}
.conteneur-mode-adhesion p {
padding:10px; text-align:justify; margin:0 0 2px;}

.adherer-mode-btn {
font-size:14px; background-color:#057c85; color:#fff; border: 1px solid #057c85;border-radius: 15px;padding:8px;}

.adherer-mode-btn:hover {
background-color:#fff; color:#057c85;}

/*page mode de don*/
.flottante1-don {
background-color: #f8f8f8;
margin: 2px;
float: left;
text-align: center;
border:1px solid #f8f8f8;
width: 31%;
height:310px;
}
.flottante2-don {
background-color: #f8f8f8;
margin-left: 25px;
float: left;
text-align: center;
border:1px solid #f8f8f8;
width: 31%;
height:310px;
}

.flottante1-don:hover, .flottante2-don:hover {
 border:1px solid #ccc;
}


.spacer {
clear: both;
}

.mobile{
    display: none;
}

.home-img {
    float:left;
    margin:0 0 10px 0;
    text-align:center;
    width:50%;
}
.home-img-container {
    width:960px;
    margin: 20px auto 0 auto;
    text-align:center;
    
}

.home-img img {
    max-width:96%;
}

.home-img img:hover {
    opacity:0.9;
}
.btn-appli {margin:40px auto 10px auto ; padding:40px; background-color:#f9f9f9;}


