/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none
}
/* ==========================================================================
   Base
   ========================================================================== */
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
    font-family: OpenSans, Arial, sans-serif
}
body {
    margin: 0
}
/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
    font-size: 2.2em;
    margin: 0.7em 0;
}
h2 {
    font-size: 2.0em;
    margin: 0.8em 0;
}
h3 {
    font-size: 1.8em;
    margin: 0.9em 0;
}
h4 {
    font-size: 1.6em;
    margin: 1em 0;
}
h5 {
    font-size: 1.4em;
    margin: 1.1em 0;
}
h6 {
    font-size: 1.2em;
    margin: 1.2em 0;
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
blockquote {
    margin: 1em 40px
}
dfn {
    font-style: italic
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
p,
pre {
    margin: 1em 0
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none
}
q:before,
q:after {
    content: '';
    content: none;
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
/* ==========================================================================
   Lists
   ========================================================================== */
dl,
menu,
ol,
ul {
    margin: 1em 0
}
dl{
	padding-left:1em;
}
dl:after{
	content:"";
	display:table;
	clear:both;
}
dt{
	float:left;
	clear:left;
	font-weight:bold;
}
dt:after{
	content:":";
	display:inline-block;
	margin:0 0.3em;
}
dd {
    margin: 0 0 0 40px
}
dt,
dd{
	line-height:1.5em;
}
menu,
ol,
ul {
    padding: 0 0 0 40px
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden
}
/* ==========================================================================
   Figures
   ========================================================================== */
figure {
    margin: 0
}
/* ==========================================================================
   Forms
   ========================================================================== */
form {
    margin: 0
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
/* ==========================================================================
   Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #252525;
}
body {
    font-size: 62.5%;
    min-width: 303px;
    /* background: url("../images/bg/body.png") no-repeat 40% 200px; */
}
::-moz-selection {
    background: #1296e8;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #1296e8;
    color: #fff;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical
}
a,
a:visited {
    color: #0c4da2
}
a {
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
/* ===== Primary Styles ========================================================
   Author: nblxtap
   ========================================================================== */
/* form */
.content label {
    display: inline-block
}
.content form p {
    margin: 0.7em 0
}
.content input:focus,
.content button:focus,
.content select,
.content textarea {
    outline: none
}
.content input[type="text"],
.content input[type="password"],
.content input[type="email"],
.content input[type="number"],
.content input[type="search"],
.content input[type="file"],
.content select,
.content textarea {
    border: 0 none;
    padding: 7px;
    width: 283px;
    border: 1px solid #ccc;
    margin: 0.3em 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.content input[type="text"].error,
.content input[type="password"].error,
.content input[type="email"].error,
.content input[type="number"].error,
.content input[type="search"].error,
.content input[type="file"].error,
.content select.error,
.content textarea.error {
    border: 1px solid #e3928f;
    background-color: #fef4f4;
}
.content select option {
    padding: 0 0.5em
}
.content select.error {
    padding: 0.4em 0.1em
}
.content select.hasCustomSelect {
    z-index: 1
}
.content select.hasCustomSelect option {
    padding: 0.8em;
    border-top: 1px solid #ccc;
}
.content input[type="file"] {
    padding: 0.4em;
    background-color: #fff;
}
.content input[type="file"].error {
    padding: 0.1em
}
.content input[type="button"],
.content input[type="submit"],
.content button,
.content .btn,
.content a.btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    border: 0 none;
    padding: 0.5em;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    transition: background .2s ease;
}
.content .btn {
    text-decoration: none
}
.content input[type="button"],
.content input[type="submit"],
.content button,
.content .btn,
.content a.btn {
    background-color: #103271
}
.content input[type="button"]:hover,
.content input[type="submit"]:hover,
.content button:hover,
.content .btn:hover,
.content a.btn:hover,
.content input[type="button"]:focus,
.content input[type="submit"]:focus,
.content button:focus,
.content .btn:focus,
.content .btn:active,
.content .btn.active {
    background-color: #447fcd
}
.content span.required {
    color: #f00
}
/* custom selects */
.custom-select {
    position: relative;
    margin: 0.3em 0;
}
.custom-select.disabled {
    opacity: 0.5 !important
}
.custom-select.disabled * {
    cursor: default !important
}
.custom-select * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.custom-select.done select {
    height: 1px;
    width: 1px;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: -2px;
    z-index: -1;
    outline: none;
    -webkit-appearance: none;
}
.custom-select ul,
.custom-select li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 0;
    left: 0;
}
.custom-select li {
    cursor: pointer;
    padding: 8px;
}
.custom-select .select-scroll {
    position: absolute;
    right: 2px;
    top: 2px;
}
.custom-select .default-scroll ul {
    overflow-y: scroll
}
.custom-select .custom-scroll {
    overflow: hidden
}
.custom-select .scroll-drag {
    display: block;
    position: absolute;
    left: 1px;
    cursor: pointer;
}
.custom-select .custom-text,
.custom-select.disabled .custom-text:hover {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #4B5966;
    padding: 8px;
    border: 1px solid #f2f2f2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #f5f5f5 50%, #ececec 51%, #faf8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(50%,#f5f5f5), color-stop(51%,#ececec), color-stop(100%,#faf8f8));
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 50%,#ececec 51%,#faf8f8 100%);
    background: -o-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 50%,#ececec 51%,#faf8f8 100%);
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 50%,#ececec 51%,#faf8f8 100%);
    background: linear-gradient(to bottom,  #f5f5f5 0%,#f5f5f5 50%,#ececec 51%,#faf8f8 100%);
}
.custom-select .custom-text:hover,
.custom-select.active .custom-text {

}
.custom-select.error .custom-text {
    border: 3px solid #e3928f;
    padding: 6px;
    -moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    background: #fef4f4;
    background: -moz-linear-gradient(top,  #fef4f4 0%, #fef4f4 50%, #f6e3e3 51%, #f9f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef4f4), color-stop(50%,#fef4f4), color-stop(51%,#f6e3e3), color-stop(100%,#f9f5f5));
    background: -webkit-linear-gradient(top,  #fef4f4 0%,#fef4f4 50%,#f6e3e3 51%,#f9f5f5 100%);
    background: -o-linear-gradient(top,  #fef4f4 0%,#fef4f4 50%,#f6e3e3 51%,#f9f5f5 100%);
    background: -ms-linear-gradient(top,  #fef4f4 0%,#fef4f4 50%,#f6e3e3 51%,#f9f5f5 100%);
    background: linear-gradient(to bottom,  #fef4f4 0%,#fef4f4 50%,#f6e3e3 51%,#f9f5f5 100%);
}
.custom-select.error .custom-text:before {
    margin: -3px;
    background: #e8a6a3;
    background: -moz-linear-gradient(top,  #e8a6a3 0%, #e3928f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8a6a3), color-stop(100%,#e3928f));
    background: -webkit-linear-gradient(top,  #e8a6a3 0%,#e3928f 100%);
    background: -o-linear-gradient(top,  #e8a6a3 0%,#e3928f 100%);
    background: -ms-linear-gradient(top,  #e8a6a3 0%,#e3928f 100%);
    background: linear-gradient(to bottom,  #e8a6a3 0%,#e3928f 100%);
}
.custom-select .custom-text:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 38px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background: #eeeded;
    background: -moz-linear-gradient(top,  #eeeded 0%, #bdbcbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeded), color-stop(100%,#bdbcbb));
    background: -webkit-linear-gradient(top,  #eeeded 0%,#bdbcbb 100%);
    background: -o-linear-gradient(top,  #eeeded 0%,#bdbcbb 100%);
    background: -ms-linear-gradient(top,  #eeeded 0%,#bdbcbb 100%);
    background: linear-gradient(to bottom,  #eeeded 0%,#bdbcbb 100%);
}
.custom-select .custom-text:after {
    position: relative;
    right: 3px;
    display: block;
    content: url("../images/bg/select-bullet.png");
    float: right;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-select.open_list .custom-text:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.custom-select .select-list {
    position: absolute;
    left: 0;
    top: 35px;
    padding: 2px;
    background-color: #f5f5f5;
    color: #4B5966;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.custom-select .select-list.custom-scroll {
    padding: 2px
}
.custom-select .select-list .selected,
.custom-select .select-list li:hover {
    color: #252525;
    background-color: #e5e5e5;
}
.custom-select .select-list li.disabled {
    color: #ccc;
    cursor: default;
}
.custom-select .select-scroll {
    background-color: #bdbcbb;
    width: 12px;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.custom-select .scroll-drag {
    top: 0;
    width: 10px;
    background-color: #2489C5;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.custom-select .maxlength .scroll-drag:after {
    display: block;
    content: '≡';
    position: relative;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -4px;
}
/* custom checkboxes */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/bg/icheck_square-blue.png) no-repeat;
    border: none;
    cursor: pointer;
}
.icheckbox_square-blue {
    background-position: 0 0
}
.icheckbox_square-blue.hover {
    background-position: -24px 0
}
.icheckbox_square-blue.checked {
    background-position: -48px 0
}
.icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0
}
.iradio_square-blue {
    background-position: -120px 0
}
.iradio_square-blue.hover {
    background-position: -144px 0
}
.iradio_square-blue.checked {
    background-position: -168px 0
}
.iradio_square-blue.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-blue.checked.disabled {
    background-position: -216px 0
}
/* error messages */
.error-message {
    display: block;
    text-align: right;
    color: #e3928f;
    width: 283px;
}
.error-message:before {
    content: url("../images/bg/error-icon.png");
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.7em;
}
/* tooltip */
.tooltip {
    background-color: #e8f5fd;
    color: #04456e;
    padding: 0.5em;
    position: absolute;
    max-width: 200px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tooltip:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid #fff;
    border-top-color: #e8f5fd;
    border-bottom-width: 0;
}
/* Tables */
table {
    width: 100%;
    margin: 1.4em 0;
}
table img {
    margin: 0.5em
}
table input {
    max-width: 70px
}
table .iradio_custom,
table .icheckbox_custom,
table label {
    vertical-align: middle
}
table p {
    margin: 0.4em 0
}
table th,
table td {
    padding: 0.5em
}
table th {
    background-color: #dbdbdb;
    color: #4b5966;
    text-align: left;
    font-weight: normal;
    vertical-align: bottom;
}
table td {
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
}
/* Pager */
.pager {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.pager li {
    display: inline-block;
    margin: 0.2em;
}
.pager .pager-current {
    font-weight: bold
}
.pager .pager-current,
.pager a {
    border: 1px solid #0351b7;
    padding: 0.2em 0.5em;
}
.pager a {
    display: inline-block;
    text-decoration: none;
}
.pager a:hover,
.pager .pager-current {
    background-color: #e0f5fe
}
/* More */
.more,
a.more {
    position: relative;
    text-decoration: none;
    color: #737373;
    text-shadow: 0 0 0 #737373;
	white-space:nowrap;
}
.more:before {
    content: url("../images/bg/bullet-more.png");
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}
.more:after {
    content: "";
    overflow: hidden;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: 15px;
    background-color: #737373;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.more:hover:after {
    left: 0;
    width: 80%;
}
/* page-title */
.page-title {
    font-size: 1.5em;
    color: #0d2544;
	/* text-transform: uppercase; */
    font-weight:normal;
    margin: 0 0 1em;
}
/* post-title */
.post-title {
    color: #0c4da2;
    font-size: 1.5em;
    margin: 0.5em 0;
    font-weight: bold;
}
/* section-title */
.section-title{
	border:dotted #c0cce1;
	border-width:1px 0;
	color:#0c4ea3;
	font-weight:normal;
	font-size:1.2em;
	padding: 0.3em;
    margin-right: 4em;
}
/* Box */
.box {
    margin: 1em 0;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 100%;
}
.box-header{
    padding: 0.8em;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
	background-color:#103271;
	border:solid #cecfcf;
	border-width:1px 0;
}
.region-sidebar-first .box-header {
    margin: 0 0 1em;
}
.box-header:before,
.box-header:after{
	content:"";
	position:absolute;
	left:0;
	width:100%;
	height:0;
	font-size:0;
	border-top:1px solid #fff;
}
.box-header:before{ top:0; }
.box-header:after{ bottom:0; }
.box-header a {
    float: right;
	color:#fff;
}
.box-title {
    float: left;
    font-weight:normal;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 1.4em;
}
.box-content {
    padding: 0.8em;
    overflow: hidden;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* box custom */
.box.custom p{
    margin: 0;
}
.box.custom a{
    text-decoration: none;
}
.box.custom .box-header {
    padding-top: 0;
    padding-bottom: 0;
	background-color:transparent;
	border:0 none;
}
.box.custom .box-header:before,
.box.custom .box-header:after{
	display:none;
}
.box.custom .box-title {
    font-size: 1.5em;
    color:#063068;
    text-transform: none;
    margin-top: 0.5em;
}
.box.custom .box-title span {
    color: #fff;
}
.box.custom .box-content {
    color: #0e4fa3;
    padding-top: 0;
    padding-bottom: 0;
}
.box.custom .box-content p {
    margin: 0.5em 0;
	font-size:1em;
}
.box.custom .box-content p span.large-text {
	font-size:1.2em;
}
.box.custom .more {
    margin:0.5em 0;
	display:inline-block;
    font-size: 0.9em;
}
/* content-box */
.content-box {
    border-bottom: 1px dotted #e5e5e5;
    padding: 1.5em 0;
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}
.content-box img {
    max-width: 100%
}
.content-box .title {
    font-weight:normal;
    font-size: 1.2em;
    margin-top: 0;
}
.content-box .title{
    color: #0c4da2
}
.content-box .more {
    font-size: 0.9em
}
.content-box .holder {
    overflow: hidden
}
/* video-box */
.video-box {
    margin: 1em 0;
    overflow: hidden;
    position: relative;
    background-color: #e0f5fe;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}
.video-box .title {
    font-weight:bold;
    font-size: 1.5em;
    margin-top: 0;
}
.video-box .title a {
    text-decoration: none
}
.video-box .title a:hover {
    text-decoration: underline
}
.video-box .title,
.video-box .title a {
    color: #0c4da2
}
.video-box .date {
    background-color: #0350b6;
    font-size: 1.6em;
    line-height: 1.6em;
    color: #fff;
    text-align: center;
}
.video-box .article {
    padding: 2em
}
.video-box img {
    width: 100%;
    height: 100%;
}
.video-box .play {
    display: block;
    position: relative;
}
.video-box .play:before {
    content: "";
    background: url("../images/bg/play.png") no-repeat 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .7;
    filter: alpha(opacity="70");
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.video-box .play:hover:before {
    opacity: 1;
    filter: alpha(opacity="100");
}
/* Tabs */
.tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.tabs-nav li {
    width: 32.66%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 0;
    margin-left: 1%;
    padding-bottom: 15%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tabs-nav li:first-child {
    margin-left: 0
}
.tabs-nav h3 {
    margin: 0
}
.tabs-nav a {
    position: absolute;
    outline: none;
    overflow: hidden;
    text-decoration: none;
    text-align: right;
    color: #fff;
    text-shadow: 0 0 0 #fff;
    font-size: 1.5em;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg/tabs-shadow.png");
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-color: #0351b7;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tabs-nav a span {
    max-width: 90%;
    position: absolute;
    bottom: 10%;
    right: 5%;
}
.tabs-nav a.current,
.tabs-nav a:hover {
    background-image: none
}
.tabs-nav a.current {
    background-color: #e0f5fe;
    color: #252525;
    text-shadow: 0 0 0 #252525;
}
.tabs-holder {
    position: relative
}
.tab-content {
    padding: 1em;
    overflow: hidden;
    background-color: #e0f5fe;
}
.tab-content.hide {
    visibility: hidden;
    position: absolute;
}
/* page sub-menu tabs */
.lct-menu > div {
    display: inline;
    margin: 0 5px 0 0;
}
.lct-menu > div:after {
    content: "";
    display: inline-block;
    background: #103271;
    height: 15px;
    width: 1px;
    margin: 0 0 0 5px;
}
.lct-menu > div:last-child:after {
    display: none;
    vertical-align: middle;
}
.lct-menu > div a {
    color: #103271;
    text-decoration: underline;
}
/* banner */
.banner {
    margin: 2em 0
}
/* item-list */
.item-list {
    list-style: none;
    padding: 0;
}
.item-list >li {
    margin: 1.25em 0;
    overflow: hidden;
}
.item-list img {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 1.25em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.item-list .title {
    margin: 0;
    font-size: 1.2em;
    color: #0c4da2;
    text-transform: uppercase;
    font-weight: normal;
}
.item-list .holder {
    overflow: hidden
}
.item-list ul {
    list-style: none;
    padding: 0;
}
/* album */
.album {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.album >li {
    float: left;
    width: 50%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.album img {
    width: 100%;
    height: 100%;
    display: block;
}
.album span {
    display: block
}
.album .wrapper {
    margin: 0.5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.album .overlay {
    background: url("../images/bg/overlay.png");
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5em;
}
.album a:hover .overlay {
    background: #0DA6EF;
    color: #fff;
}
.album .title {
    font-size: 1.2em
}
.album .caption {
    font-size: 1.16em
}
/* photo */
.photo {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.photo >li {
    float: left;
    width: 50%;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.photo img {
    width: 100%;
    height: 100%;
    display: block;
}
.photo span {
    display: block
}
.photo .wrapper {
    margin: 0.5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.photo .overlay {
    background: url("../images/bg/overlay.png");
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5em 0.5em 0.5em;
}
.photo .title {
    font-size: 1em
}
.photo a:hover .overlay {
    background: #0DA6EF;
    color: #fff;
}
/* events */
.events {
    list-style: none;
    padding: 0;
}
.events li {
    border-top: 1px dashed #44bbdb;
    overflow: hidden;
    padding: 1em;
}
.events li:nth-child(2n) {
    background-color: #f3fafc
}
.events li p {
    margin: 0.5em 0
}
.events .title {
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 0.7em;
}
.events .description {
    color: #4f5051;
}
.events .date {
    color: #8a8a8b;
    font-size: 1em;
}
.events .place {
    font-size: 1em;
    color: #4f5051;
}
.events .more {
    padding: 5px 7px 2px 5px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-left: -0.5em;
    font-size: 1em;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition: background .2s ease;
	color:#;
}
.events .more:after {
    content: none;
    display: none;
}
.events .more:hover {
    background-color: #eaeaea
}
/* hearts btn */
.hearts{
	margin-left:0.5em;
	text-transform:uppercase;
	font-size:1.2em;
}
.hearts:before{
	content:url("../images/bg/hearts-icon.png");
	margin:-0.3em 0.5em -0.3em -1em;
	vertical-align:middle;
	display:inline-block;
}
.hearts:after{
	content:"";
	width:0;
	padding-left:2em;
}
/* slider */
.slider{
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}
.cycle-wrapper,
.cycle-wrapper *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cycle-wrapper {
    width: 100%;
    padding-bottom: 60%;
    height: 385px;
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}
.cycle-slideshow {
    background: url("http://malsup.github.com/images/spinner.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.cycle-slideshow .cycle-slide {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cycle-slideshow .cycle-slide img {
    width: 100%;
    height: 325px;
}
.cycle-slideshow .cycle-slide:first-child img {
    position: static;
    z-index: 100;
}
.cycle-slideshow .cycle-slide .field {
    line-height: 1.5;
}
.cycle-slideshow .cycle-slide .description {
    background: url("../images/bg/overlay.png");
    padding: 5px;
    position: absolute;
    width: 100%;
}
.cycle-slideshow .cycle-slide .field-label,
.cycle-slideshow .cycle-slide .field-item {
    display: inline;
}
.cycle-pager {
    text-align: center;
    z-index: 500;
    margin: 0 -15px;
}
.cycle-pager a {
    background-color: #000000;
    cursor: pointer;
    display: inline-block;
    height: 0;
    margin: 5px;
    overflow: hidden;
    padding-bottom: 10%;
    width: 14%;
}
.cycle-pager a img{
    display: block;
    opacity: 0.7;
    filter: alpha(opacity="70");

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.cycle-pager a:hover img,
.cycle-pager a.cycle-pager-active img {
    opacity: 1;
    filter: alpha(opacity="100");
}
.cycle-pager > * {
    cursor: pointer;
}
.cycle-caption {
    bottom: 15px;
    color: #FFFFFF;
    position: absolute;
    right: 15px;
    z-index: 700;
}
.cycle-overlay {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    font-family: tahoma,arial;
    opacity: 0.5;
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 600;
}
.cycle-prev, .cycle-next {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 800;
    margin:0 -9px;

    opacity: 0;
    filter:alpha(opacity="0");

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.cycle-prev {
    background: url("../images/bg/prev.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    left: 0;
}
.cycle-next {
    background: url("../images/bg/next.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
    right: 0;
}
.cycle-prev:hover, .cycle-next:hover {
    opacity: 0.7;
    filter:alpha(opacity="70");
}
.disabled {
    opacity: 0.5;
    filter:alpha(opacity="50");
}
.cycle-paused:after {
    background: none repeat scroll 0 0 #000000;
    border-radius: 10px;
    color: #FFFFFF;
    content: "Paused";
    opacity: 0.5;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 500;
}
/* layout */
.midwrapper{
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;

	padding: 0 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#wrapper {
    width: 100%;
    overflow: hidden;
}
#main {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#content {
    font-size: 1.5em;
    line-height: 1.4;
	min-height: 400px;
}
#content,
#sidebar,
#promobar {
    margin-bottom: 5em
}
/* header */
#header {
    position: relative;
	background:url("../images/bg/header.jpg") no-repeat 50% 0 #103271;
	margin-bottom:2.5em;
}
#header .inner{
	position:relative;
}
/* navbar */
#navbar {
    padding:1em 0;
    font-size: 1.2em;
	border-top:1px solid #1c9fd6;
}
#navbar a {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
	font-weight:bold;
    text-decoration: none;
    vertical-align: middle;
	margin:0 3px;
}
#navbar a:hover {
    text-decoration: underline
}
#navbar,
#navbar a {
    color: #fff
}
/* contacts */
#contact-bar {
    float: left;
	margin-bottom:10px;
}
/* search */
#search-bar {
    text-align: right;
}
#search-bar input[type="text"] {
    width: 160px;
    border: 2px solid #e1e5e6;
    background: #f0f2f2;
    padding: 5px 10px;
	margin:-5px 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-transition: width .2s ease;
       -moz-transition: width .2s ease;
            transition: width .2s ease;
}
#search-bar input[type="text"]:focus {
    width: 260px;
    background: #fff;
    outline: none;
}
#search-bar input[type="submit"],
#search-bar input[type="button"],
#search-bar button {
    background: none;
    border: 0 none;
    padding: 0;
	margin-left:3px;
}
#search-bar form {
	width:100%;
	clear:both;
    margin: 0;
}
#search-bar .lang {
    margin: 0;
	vertical-align:middle;
}
/* logo */
#logo {
    display:block;
    text-align:center;
	margin:0;
	padding:6px 0;
}
/* menu */
#menu {
    margin: 1em auto;
	max-width: 320px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6em;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu li {
    margin: 1em 0
}
#menu a,
#menu a:after {
    padding: 0.3em 0.6em 0.3em 2.1em
}
#menu a {
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 2;

	font-size:1.3em;
}
#menu a:before {
    content: "";
    display: inline-block;
    height: 1.3em;
    margin-left: -1.7em;
    margin-right: 0.3em;
    overflow: hidden;
    position: relative;
    text-shadow: none;
    top: -1px;
    vertical-align: top;
    width: 1.3em;
    z-index: 1;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
#menu li:nth-child(1) a:before {
    background-color: #1c9fd6
}
#menu li:nth-child(2) a:before {
    background-color: #bf73c4
}
#menu li:nth-child(3) a:before {
    background-color: #d54b14
}
#menu li a:hover:before,
#menu li.active-trail a:before{
    background-color: #fff;
}
#menu a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;

    opacity: 0;
    filter: alpha(opacity="0");

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-transition: opacity .2s ease;
       -moz-transition: opacity .2s ease;
            transition: opacity .2s ease;
}
#menu li.active-trail a:after,
#menu a:hover:after {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity="100");
}
#menu li:nth-child(1).active-trail a:after,
#menu li:nth-child(1) a:hover:after {
    background: #1C9FD6;
    /* background: -moz-linear-gradient(top,  #103271 0%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#103271), color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top,  #103271 0%,#7db9e8 100%);
    background: -o-linear-gradient(top,  #103271 0%,#7db9e8 100%);
    background: -ms-linear-gradient(top,  #103271 0%,#7db9e8 100%);
    background: linear-gradient(to bottom,  #103271 0%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103271', endColorstr='#7db9e8',GradientType=0 ); */
}
#menu li:nth-child(2).active-trail a:after,
#menu li:nth-child(2) a:hover:after {
    background: #bf73c4;
    /* background: -moz-linear-gradient(top,  #103271 0%, #bf73c4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#103271), color-stop(100%,#bf73c4));
    background: -webkit-linear-gradient(top,  #103271 0%,#bf73c4 100%);
    background: -o-linear-gradient(top,  #103271 0%,#bf73c4 100%);
    background: -ms-linear-gradient(top,  #103271 0%,#bf73c4 100%);
    background: linear-gradient(to bottom,  #103271 0%,#bf73c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103271', endColorstr='#bf73c4',GradientType=0 ); */
}
#menu li:nth-child(3).active-trail a:after,
#menu li:nth-child(3) a:hover:after {
    background: #d54b14;
	/* background: -moz-linear-gradient(top,  #103271 0%, #d54b14 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#103271), color-stop(100%,#d54b14));
    background: -webkit-linear-gradient(top,  #103271 0%,#d54b14 100%);
    background: -o-linear-gradient(top,  #103271 0%,#d54b14 100%);
    background: -ms-linear-gradient(top,  #103271 0%,#d54b14 100%);
    background: linear-gradient(to bottom,  #103271 0%,#d54b14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103271', endColorstr='#d54b14',GradientType=0 ); */

}
/* mainmenu */
#mainmenu {
    width: 100%;
    margin: 0 0 2em;
    font-size: 1.3em;
}
#mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainmenu a {
    text-decoration: none;
    display:block;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    transition: background .2s ease;
}
#mainmenu >ul >li {
    margin-top: 2px;
}
#mainmenu >ul >li:first-child {
    margin-top: 0
}
#mainmenu >ul >li >a {
    padding: 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight:bold;
	min-height:2em;
}
#mainmenu .submenu {
    background-color: #e4effd
}
#mainmenu .submenu a:hover,
#mainmenu .submenu li.active {
    background-color: #fff
}
#mainmenu .submenu a {
    color: #0f52a6;
    padding: 0.5em 1em 0.5em 2em;
}
#mainmenu .submenu a:before {
    content: url("../images/bg/submenu-bullet.png");
    display: inline-block;
    margin-right: 0.4em;
    margin-left: -1em;
}
#mainmenu .color-blue > a {
    background-color: #103271
}
#mainmenu .color-blue > a:hover,
#mainmenu .color-blue.active > a {
    background-color: #204281
}
#mainmenu .color-cyan > a {
    background-color: #1c9fd6
}
#mainmenu .color-cyan > a:hover,
#mainmenu .color-cyan.active > a {
    background-color: #2cafe6
}
#mainmenu .color-magenta > a {
    background-color: #bf73c4
}
#mainmenu .color-magenta > a:hover,
#mainmenu .color-magenta.active > a {
    background-color: #cf83d4
}
#mainmenu .color-darkmagenta > a {
    background-color: #d54b14
}
#mainmenu .color-darkmagenta > a:hover,
#mainmenu .color-darkmagenta.active > a {
    background-color: #e55b24
}
/* newsletter */
#newsletter {
    margin: 2em 0;
    font-size: 1.2em;
}
#newsletter p {
    margin: 0
}
#newsletter .title {
    color: #103271;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-weight:bold;
}
#newsletter .row {
    overflow: hidden
}
#newsletter input[type="text"] {
    height: 2em;
    border:1px solid #d5d6d6;
    background-color:#fff;
    padding: 0 0.5em;
    width: 120px;
}
#newsletter input[type="text"]:focus {
    outline: none;
}
#newsletter input[type="submit"],
#newsletter input[type="button"],
#newsletter button {
    background-color: #103271;
    color: #fff;
    text-transform: uppercase;
    border: 0 none;
    line-height: 2.4em;
    height: 2.4em;
    width: 2.4em;
    text-align: center;
    padding: 0;
    font-size: 0.8em;
    font-weight:bold;
    vertical-align: top;

    -webkit-border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    border-radius: 1.2em;

    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    transition: background .2s ease;
}
#newsletter input[type="submit"]:hover,
#newsletter input[type="button"]:hover,
#newsletter button:hover {
    background-color: #204281
}
/* faites-box */
#faites-box {
    font-size: 1.4em
}
/* inscriptions */
#inscriptions .box-content {
    font-size: 1.2em
}
#inscriptions .title {
    font-weight:bold;
}
#inscriptions .date {
    font-weight: bold;
    color: #d54b14;
	margin-top:1em;
}
#inscriptions .more {
    font-size: 1.16em
}
/* calendar */
#calendar ul {
    list-style: none;
    margin: -1em;
    padding: 0 0.5em;
	background-color:#f7f7f7;
}
#calendar li {
    overflow: hidden;
    border-top: 1px dotted #ccc;
    padding: 1em 1.5em;
}
#calendar li:first-child {
    border: 0 none
}
#calendar .date {
    color: #afb0b0
}
#calendar .title {
    font-weight: normal;
    font-size: 1em;
	margin:0.5em 0;
}
#calendar .title a {
    text-decoration: none;
	color:#202021;

    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
}
#calendar .title a:hover {
    color: #BF73C4
}
#calendar .row:before {
    content: "";
    float:left;
    width: 0.76em;
    height: 0.76em;
    line-height:0;
	margin-left:-1.2em;
	margin-top:0.12em;
}

#calendar .row.pole-education:before {
    background-color: #1c9fd6;
}
#calendar .row.pole-culture:before {
    background-color: #bf73c4;
}
#calendar .row.pole-alliance:before {
    background-color: #d54b14;
}
#calendar .row.no-pole:before {
    background-color: #103271;
}

#calendar .box-content {
    font-size: 1.4em
}
#calendar .more {
    margin-right: 1em
}
/* carte */
#carte {
    margin: 1em 0;
    font-size: 1.4em;
}
#carte .title {
    text-transform: uppercase;
    color: #989999;
    border-bottom: 1px solid #47718a;
    font-size: 1em;
    font-weight:bold;
}
#carte .title span {
    color: #1994c7
}
/* research-form */
#research-form .row{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#research-form label{
	cursor:pointer;
}
#research-form button{
	font-size: .8em;
    height: 33px;
    margin: 5px 0;
	text-align:center;
	padding:0.4em 1em;
	text-transform:uppercase;
}
#research-form button:after{
	content:url("../images/bg/search2.png");
	display:inline-block;
	vertical-align:middle;
	margin-left:3px;
}
/* event-detail */
#event-detail{
	border:dashed #44BBDB;
	border-width:1px 0;
	padding:1em 0.3em;
}
#event-detail dt,
#event-detail dd{
	line-height:28px;
}
#event-detail dt{
	text-transform:uppercase;
	font-weight:normal;
	text-indent:0.5em;
}
#event-detail dt:after{
	text-indent:0;
}
#event-detail dt:before{
	content:"";
	width:26px;
	height:26px;
	font-size:0;
	overflow:hidden;
	float:left;
	margin-right:1em;
	vertical-align:bottom;
	background:url("../images/bg/event-icons.png") no-repeat;
}
#event-detail dt.date:before{ background-position:0 0; }
#event-detail dt.heure:before{ background-position:0 -26px; }
#event-detail dt.lieu:before{ background-position:0 -52px; }
#event-detail dt.inscription:before{ background-position:0 -78px; }
#event-detail dt.flyer:before{ background-position:0 -104px; }
#event-detail dt.flyer:after{
	content:none;
	display:none;
}
#event-detail dd{
	color:#7e7c7c;
}
#event-detail a{
	color:#252525;
}
#event-detail a:hover{
	text-decoration:none;
	color:#0C4DA2;
}
/* event-content */
#event-content .btn{
	padding-left:2em;
	padding-right:2em;
	font-size:1.2em;
	text-transform:uppercase;
}
#event-content .header{
	font-size:1.1em;
}
#event-content .content{
	text-align:justify;
}
#event-content .note{
	color:#7e7c7c;
}
/* compte_on */
#connect_on{
	border:solid #173f74;
	border-width:1px 0;
}
#connect_on .inner{
	display:table;
}
#connect_on .cell{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#connect_on .cell:last-child{
	width: auto;
}
#connect_on button{
	margin:0.3em 0;
	padding:0.6em 1em;
	text-transform:uppercase;
	font-weight:bold;
}
#connect_on .btn{
	float:right;
	font-weight:bold;
	text-transform:uppercase;
	padding:1em 2em;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
/* connect_off */
#connect_off{
	border:solid #173f74;
	border-width:1px 0;
	text-align:center;
    margin: 0 0 1em;
}
#connect_off .content{
	text-align:left;
	padding-right:1em;
}
#connect_off .btn{
    font-size: .8em;
    margin: 0.3em;
    padding: 0.5em 1em;
    text-transform: uppercase;
}
#connect_off .connect-form-wrapper button {
    font-size: .8em;
    font-weight: normal;
    height: 33px;
    margin: 4.5px 0;
}
/* compte_on */
#compte_on{
	border:solid #173f74;
	border-width:1px 0;
}
#compte_on .inner{
	display:table;
}
#compte_on .cell{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#compte_on .cell:last-child{
	width: auto;
}
#compte_on button{
	margin:0.3em 0;
	padding:0.6em 1em;
	text-transform:uppercase;
	font-weight:bold;
}
#compte_on .btn{
	float:right;
	font-weight:bold;
	text-transform:uppercase;
	padding:1em 2em;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
/* pagination */
#pagination {
    clear: both;
    margin: 3em 0;
    font-size: 1.6em;
}
#pagination,
#pagination a {
    color: #0c4da2
}
/* schools */
#schools {
    clear: both;
    margin: 3em 0;
}
#schools ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#schools li {
    margin: 1em;
    display: inline-block;
}
#schools img {
    -webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    transition: transform .2s ease;
}
#schools img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
/* footer */
#footer-items {
    background-color: #f9f9f9;
    padding: 0.5em;
    font-size: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer-items .cell {
    padding: 0.75em 1.8em;
    border: 0 solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-width: 1px;
}
#footer-items .cell:first-child {
    border: 0 none
}
#footer-items .cell ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-items a {
    color: #4b4a4a;
    text-decoration: none;
}
#footer-items a:hover {
    color:#BF73C4;
}
/* copyright */
#copyright {
    text-align: center;
    font-size: 1.1em;
	color:#67737f;
}
#copyright a:hover, #copyright a {
    color:#67737f;
}
/* Media queries */
@media screen and (min-width: 480px) {
	#content {
	    clear: both
	}
	#sidebar {
	    float: left;
	    width: 47%;
	}
	#promobar {
	    float: right;
	    width: 47%;
	}
	#promobar .box:first-child{
		margin-top:0;
	}
	#logo{
		float:left;
	}
	#menu {
	    float:right;
		margin:1em;
		min-width: 310px;
	}
	.video-box {
	    padding-right: 50%
	}
	.video-box .play {
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 50%;
	    height: 100%;
	}
	.album >li {
	    width: 33%;
	    padding-bottom: 33%;
	}
	.photo >li {
	    width: 25%;
	    padding-bottom: 25%;
	}
	#connect_on .inner{
		display:table;
		width:100%;
	}
	#connect_on .cell{
		float:left;
		width:40%;
		margin:0.5em;
	}
	#connect_on button,
	#connect_on select,
	#connect_on textarea,
	#connect_on input[type="text"],
	#connect_on input[type="email"],
	#connect_on input[type="password"]{
		width:100%;
	}
	#connect_off .inner{
		display:table;
		width:100%;
	}
	#connect_off .cell{
		display:table-cell;
		vertical-align:middle;
		padding:0.5em 0.3em;
	}
	#connect_off .content{
		width:30%;
	}
	#compte_on .inner{
		display:table;
		width:100%;
	}
	#compte_on .cell{
		float:left;
		width:26%;
		margin:0.5em;
	}
	#compte_on button,
	#compte_on select,
	#compte_on textarea,
	#compte_on input[type="text"],
	#compte_on input[type="email"],
	#compte_on input[type="password"]{
		width:100%;
	}
	#research-form{
		margin:0 -0.5em;
	}
	#research-form .row{
		float:left;
		width:30%;
		margin:0.5em;
	}
	#research-form button,
	#research-form select,
	#research-form textarea,
	#research-form input[type="text"],
	#research-form input[type="email"],
	#research-form input[type="password"]{
		width:100%;
	}
}
@media screen and (min-width: 640px) {
	#content-wrapper {
	    float: none;
	    width: auto;
	}
	#content {
	    float: left;
	    width: 71.5%;
	}
	#sidebar {
	    float: right;
	    width: 27%;
	    margin-bottom: 3em;
	}
	#promobar {
	    float: right;
	    width: 27%;
		clear:right;
	}
	#menu {
	    display:table;
		height:200px;
		margin:1em;
	}
	#menu ul{
		display:table-cell;
		vertical-align:middle;
	}
	#contact-bar{
		margin-bottom:0;
	}
	#search-bar .lang{
		float:right;
		margin-left:1em;
	}
	#search-bar form{
		clear:none;
		width:auto;
		display:inline;
	}
	#footer-items {
	    display: table;
	    width: 100%;
	}
	#footer-items .cell {
	    display: table-cell;
	    text-align: left;
	    vertical-align: top;
	    border-top: 0 none;
	    border-left: 1px solid #ccc;
	}
	#footer-items .cell:first-child {
	    border-left: 0 none
	}
}
@media screen and (min-width: 980px) {
    body{
        background: url("../images/bg/body.jpg") no-repeat 50% 210px;
    }
	.album,
	.photo,
	.events{
		margin-right:5em;
	}
	#content-wrapper {
	    float: left;
	    width: 750px;
	}
	#content {
	    float: right;
	    width: 545px;
	}
	#sidebar {
	    float: left;
	    width: 184px;
	    margin-bottom: 0;
	}
	#promobar {
	    float: right;
	    width: 210px;
	}
	#search-bar input[type="text"]{
		width:220px;
	}
	#search-bar input[type="text"]:focus{
		width:300px;
	}
	#menu{
		margin:1em 0 1em 1em;
	}
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}
.ir br {
    display: none
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden
}
.group:after {
    content: "";
    display: table;
    clear: both;
}
.group {
    *zoom: 1
}
.alignleft {
    float: left;
    margin-right: 1em;
}
.alignright {
    float: right;
    margin-left: 1em;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.clear {
    clear: both
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
	* {
	    background: transparent !important;
	    color: black !important;
	    box-shadow: none !important;
	    text-shadow: none !important;
	    filter: none !important;
	    -ms-filter: none !important;
	}
	/* Black prints faster: h5bp.com/s */
	a,
	a:visited {
	    text-decoration: underline
	}
	a[href]:after {
	    content: " (" attr(href) ")"
	}
	abbr[title]:after {
	    content: " (" attr(title) ")"
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
	    content: ""
	}
	/* Don't show links for images, or javascript/internal links */
	pre,
	blockquote {
	    border: 1px solid #999;
	    page-break-inside: avoid;
	}
	thead {
	    display: table-header-group
	}
	/* h5bp.com/t */
	tr,
	img {
	    page-break-inside: avoid
	}
	img {
	    max-width: 100% !important
	}
}