/* project : azs
 * author : mediamass (marcin kwiatkowski)
 */
/* colors */
/* fonts */
/* buttons */
/* forms inputs */
/* placeholder for imputs
 * 	+placeholder() */
/* prefix for older browser
 * 	+prefix($property, $value, $prefixes)
 * 	+prefix(box-shadow, 0px 3px 3px 3px red, webkit moz) */
/* transition
 * 	+transition()
 * 	+transition(all, 500ms, $function)
 * 	+transition(all, 500ms, linear)
 * 	// [ease, linear, ease-in, ease-out, ease-in-out] */
/* borders style
 * 	+border()
 * 	+border(1px; #000)
 * 	+border(1px 1px 1px 1px; #000, solid) */
/* border-radius
 * 	+border-radius()
 * 	+border-radius($border-radius: 0) */
/* background opacity
 * 	+background-opacity()
 * 	+background-opacity(#000, 0.8) */
/* opacity
 * 	+opacity()
 * 	+opacity(1) */
/* box
 * 	+box()
 * 	+box(500px, 500px) */
/* background gradiend with deg
 * 	+background-gradient()
 * 	+background-gradient(#f2184e, #3e2d65, 135deg) */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic&subset=latin,latin-ext");
*, *::before, *::after {
  box-sizing: border-box; }

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong, b {
  font-weight: bold; }

input, textarea {
  outline: none;
  resize: none;
  overflow: auto;
  font-family: inherit; }

a, input, textarea, button, .button {
  text-decoration: none;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

img {
  max-width: 100%;
  height: auto; }

.container {
  margin: 0 auto; }

@media (max-width: 786px) {
  .container {
    min-width: 320px; }

  .row {
    margin-left: 0;
    margin-right: 0; }

  .row .row .row > div {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 768px) {
  .container {
    width: 750px; }

  .row {
    margin-left: -15px;
    margin-right: -15px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.grid-no-padding > [class^="col-"] {
  padding-left: 0px !important;
  padding-right: 0px !important; }
  .grid-no-padding > [class^="col-"]:first-child {
    padding-left: 15px !important; }
  .grid-no-padding > [class^="col-"]:last-child, .grid-no-padding > [class^="col-"].col-xs-12 {
    padding-right: 15px !important; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.affix {
  position: fixed; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
@media (max-width: 767px) {
  .row .row .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .container [class^="col-"], .container-fluid [class^="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.col-xs-1x5,
.col-sm-1x5,
.col-md-1x5,
.col-lg-1x5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1x5 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-1x5 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-1x5 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-1x5 {
    width: 20%;
    float: left; } }
.no-padding [class^="col-"] {
  padding-left: 0px !important;
  padding-right: 0px !important; }

/* project : default class
 * start date : 09.09.2014
 * modification date : 14.10.2015
 * author : marcin kwiatkowski
 * author url: kwiatkowski.co
 * version: 1.1 */
.text-primary {
  font-family: "Roboto", sans-serif; }

.text-secondary {
  font-family: "Lato", sans-serif; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-regular {
  font-weight: normal; }

.text-bold {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-firstupper:first-letter {
  text-transform: uppercase; }

.text-under {
  text-decoration: underline; }

.text-line {
  text-decoration: line-through; }

.text-none {
  text-decoration: none; }

.text-muted {
  color: #000; }

.text-info {
  color: #000; }

.text-warning {
  color: #000; }

.text-success, .notice .wpcf7-mail-sent-ok {
  color: #6f9a37; }

.text-error, .notice .wpcf7-validation-errors {
  color: #cc5656; }

.text-xs {
  font-size: 11px; }

.text-s {
  font-size: 13px; }

.text-m {
  font-size: 15px; }

.text-l {
  font-size: 18px; }

.text-xl {
  font-size: 20px; }

.clear {
  clear: both;
  display: block;
  content: " ";
  height: 0;
  overflow: hidden; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.hide {
  display: none; }

.flex {
  display: flex; }

.overflow {
  overflow: hidden; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.static {
  position: static; }

.left, .first, .alignleft {
  float: left; }

.right, .last, .alignright {
  float: right; }

.alignnone {
  float: none;
  clear: both; }

.width-full {
  width: 100%; }

.width-min-full {
  width: 100%; }

.height-full {
  height: 100%; }

.height-min-full {
  min-height: 100%; }

.button, .clickable, .wpcf7-submit {
  cursor: pointer; }

.link {
  display: inline-block; }

.link-left {
  padding-left: 0; }

.link-right {
  padding-right: 0; }

.button,
.wpcf7-submit {
  display: inline-block;
  width: 100%;
  font-family: inherit;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }

.button-left, .link-left {
  float: left;
  margin-left: 0 !important; }

.button-right, .link-right {
  float: right;
  margin-right: 0 !important; }

.border {
  border: 1px solid #f2f2f2; }

.border-top {
  border-top: 1px solid #f2f2f2; }

.border-bottom {
  border-bottom: 1px solid #f2f2f2; }

.border-right {
  border-right: 1px solid #f2f2f2; }

.border-left {
  border-left: 1px solid #f2f2f2; }

.border-none {
  border: 0 none; }

.form-field {
  font-family: inherit;
  font-size: inherit;
  resize: none; }

ul.list-default li {
  list-style-type: disc; }

ol.list-default li {
  list-style-type: upper; }

ol.list-alfa li {
  list-style-type: lower-alpha; }

ol.list-alfa-upper li {
  list-style-type: upper-alpha; }

ol.list-roman li {
  list-style-type: upper-roman; }

.grayscale {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1); }
  .grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0); }

.tooltip {
  background: #746958;
  padding: 5px 10px;
  margin: 0 0 5px;
  position: relative;
  display: block;
  cursor: pointer;
  opacity: 1;
  font-size: 14px; }
  .tooltip:after {
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(183, 96, 89, 0);
    border-top-color: #746958;
    border-width: 6px; }

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.icon {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center; }

.icon-lock {
  background-image: url("../images/icons/icon-lock.png");
  width: 17px;
  height: 15px; }

.icon-menu {
  background-image: url("../images/icons/icon-menu.png");
  width: 22px;
  height: 14px; }

.icon-gallery-blue {
  background-image: url("../images/icons/icon-gallery-circle-blue.png");
  width: 24px;
  height: 24px;
  margin-bottom: -5px;
  margin-right: 15px; }

.icon-gallery-pink {
  background-image: url("../images/icons/icon-gallery-circle-pink.png");
  width: 24px;
  height: 24px;
  margin-bottom: -5px;
  margin-right: 15px; }

.icon-gallery-purple {
  background-image: url("../images/icons/icon-gallery-circle-purple.png");
  width: 24px;
  height: 24px;
  margin-bottom: -5px;
  margin-right: 15px; }

.icon-gallery-green {
  background-image: url("../images/icons/icon-gallery-circle-green.png");
  width: 24px;
  height: 24px;
  margin-bottom: -5px;
  margin-right: 15px; }

.icon-search {
  background-image: url("../images/icons/icon-search.png");
  width: 17px;
  height: 16px; }

.icon-star {
  background-image: url("../images/icons/icon-star.png");
  width: 26px;
  height: 24px; }

.icon-camera {
  background-image: url("../images/icons/icon-camera.png");
  width: 26px;
  height: 24px; }

.icon-comment {
  background-image: url("../images/icons/icon-comment.png");
  width: 26px;
  height: 24px; }

.icon-file {
  background-image: url("../images/icons/icon-file.png");
  width: 26px;
  height: 24px; }

.icon-hands {
  background-image: url("../images/icons/icon-hands.png");
  width: 26px;
  height: 24px; }

.icon-help {
  background-image: url("../images/icons/icon-help.png");
  width: 26px;
  height: 24px; }

.icon-light {
  background-image: url("../images/icons/icon-light.png");
  width: 26px;
  height: 24px; }

.icon-student {
  background-image: url("../images/icons/icon-student.png");
  width: 26px;
  height: 24px; }

.icon-pdf-download {
  background-image: url("../images/icons/icon-pdf-download.png");
  width: 21px;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px; }

html, body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #2d2d2d;
  height: 100%; }

html, body, p {
  line-height: 150%; }

p {
  margin: 10px 0; }

h1, h2, h3, h4, h5, h6 {
  color: #2d2d2d;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; }

h4 {
  font-size: 22px; }

a {
  font-style: normal;
  font-weight: normal;
  color: #1b5ab3;
  transition: 0.3s; }
  a:hover {
    color: #144487; }

*:after, *:before {
  content: ""; }

/* wrap */
.page-wrap {
  min-height: 100%;
  margin-bottom: -60px; }

.page-wrap:after {
  content: "";
  display: block; }

.footer,
.page-wrap:after {
  height: 60px; }

/* header */
.header {
  width: 100%;
  height: 200px; }

/* footer */
.footer {
  background-color: #939393;
  font-family: "Lato", sans-serif;
  padding: 10px 0;
  color: #fff;
  font-size: 12px; }

/* sections */
section[class^="section"] {
  padding: 80px 0; }

.section-white {
  background-color: #fff; }

.section-gray {
  background-color: #f5f5f5; }
  .section-gray.section-no-padding {
    padding-top: 0; }

/* headers */
.page-title {
  margin: 55px 0 0;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase; }

.section-title {
  font-size: 26px;
  color: #2d2d2d;
  text-transform: uppercase;
  margin: 0 0 25px;
  padding: 0 0 10px;
  position: relative; }
  .section-title:before, .section-title:after {
    position: absolute;
    left: 0;
    bottom: 0; }
  .section-title:before {
    content: "";
    display: block;
    height: 3px;
    width: 85px;
    background-color: #1b5ab3; }
  .section-title:after {
    content: "";
    display: block;
    height: 3px;
    width: 28px;
    background-color: #ffc91a; }
  .section-title.section-title--center {
    text-align: center; }
    .section-title.section-title--center:before, .section-title.section-title--center:after {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; }

.section-subtitle {
  font-size: 18px;
  line-height: 150%;
  color: #696868;
  margin: 0 0 25px; }
  .section-subtitle.section-subtitle--center {
    text-align: center; }

.title-category {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #1b5ab3;
  margin: 30px 0 20px;
  font-weight: bold;
  text-transform: uppercase; }

/* boxes */
.box-news {
  margin-bottom: 40px; }
  .box-news .item {
    background-color: #fff;
    margin: 0 10px 30px;
    -webkit-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1); }
  .box-news .item-content {
    padding: 30px 30px 20px;
    min-height: 345px; }
  .box-news .box-news-carousel-image {
    overflow: hidden;
    display: block; }
    .box-news .box-news-carousel-image img {
      width: 100%;
      height: auto;
      display: block;
      -webkit-transition: all 500ms linear;
      transition: all 500ms linear; }
    .box-news .box-news-carousel-image:hover img {
      opacity: 0.8;
      transform: scale(1.1); }
  .box-news .box-news-carousel-title {
    font-size: 18px;
    line-height: 150%; }
    .box-news .box-news-carousel-title a {
      color: #1b5ab3; }
      .box-news .box-news-carousel-title a:hover {
        color: #144487; }
  .box-news .box-news-carousel-date {
    font-size: 11px;
    color: #777;
    padding-left: 20px;
    background-color: transparent;
    background-image: url("../images/icons/icon-news-date.png");
    background-repeat: no-repeat;
    background-position: left center; }
  .box-news .box-news-carousel-text {
    font-size: 12px;
    color: #818180; }
  .box-news .box-news-carousel-read-more {
    display: block;
    margin: 20px 0 0;
    padding: 10px 0;
    border-top: 1px solid #1b5ab3;
    font-size: 12px;
    color: #1b5ab3; }

.owl-custom-nav {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 970px; }
  .owl-custom-nav .next,
  .owl-custom-nav .prev {
    display: block;
    width: 22px;
    height: 40px;
    cursor: pointer;
    text-indent: -99999px;
    background-color: transparent;
    background-image: url("../images/owl-nav.png");
    position: absolute;
    top: 0; }
  .owl-custom-nav .next {
    right: -110px;
    background-position: -22px 0; }
  .owl-custom-nav .prev {
    left: -110px;
    background-position: 0 0; }

.box-students {
  position: relative; }
  .box-students .box-students-carousel-thumbnails {
    margin-top: 30px; }
    .box-students .box-students-carousel-thumbnails .owl-item {
      margin: 0; }
      .box-students .box-students-carousel-thumbnails .owl-item .item {
        margin: 0 10px; }
  .box-students figure {
    position: relative;
    cursor: pointer; }
    .box-students figure figcaption {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #4a76b5;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s; }
      .box-students figure figcaption h4 {
        display: inline-block;
        color: #FFF;
        text-transform: uppercase;
        font-size: 26px;
        border: 2px solid #FFF;
        padding: 10px 20px;
        margin-top: 25%; }
    .box-students figure:hover figcaption {
      opacity: 1;
      visibility: visible; }
  .box-students .box-students-carousel-big {
    margin: 0; }
    .box-students .box-students-carousel-big h4 {
      margin-bottom: 20px;
      text-transform: uppercase; }
  .box-students .item img {
    width: 100%;
    display: block; }

.box-magazine img {
  display: block; }
.box-magazine .item {
  margin: 20px 0;
  text-align: center; }
  .box-magazine .item .link {
    position: relative;
    display: inline-block; }
    .box-magazine .item .link .overlay {
      display: block;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.35);
      background-image: url("../images/icons/icon-pdf-white.png");
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: all 500ms linear;
      transition: all 500ms linear; }
    .box-magazine .item .link:hover .overlay {
      opacity: 1; }
  .box-magazine .item .date {
    display: block;
    font-size: 22px;
    margin: 30px 0 50px;
    text-align: center; }
    @media all and (max-width: 767px) {
      .box-magazine .item .date {
        margin-bottom: 10px; } }

.box-multimedia .item-big {
  margin-bottom: 50px; }
  .box-multimedia .item-big .multimedia-title {
    text-align: left !important;
    font-size: 26px !important; }
.box-multimedia .item,
.box-multimedia .item-big {
  width: 100%; }
  .box-multimedia .item .link,
  .box-multimedia .item-big .link {
    position: relative;
    display: block; }
    .box-multimedia .item .link img,
    .box-multimedia .item-big .link img {
      max-width: 100%;
      height: auto;
      display: block; }
    .box-multimedia .item .link .overlay,
    .box-multimedia .item-big .link .overlay {
      display: block;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-image: url("../images/icons/icon-movie-white.png");
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: all 500ms linear;
      transition: all 500ms linear; }
    .box-multimedia .item .link:hover .overlay,
    .box-multimedia .item-big .link:hover .overlay {
      background-color: rgba(0, 0, 0, 0.35); }
  .box-multimedia .item .multimedia-title,
  .box-multimedia .item-big .multimedia-title {
    font-size: 18px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
    color: #000;
    min-height: 60px; }

.box-cadre .item-cadre {
  position: relative;
  background-color: #fff;
  margin: 0 0 40px;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  min-height: 295px;
  overflow: hidden; }
  .box-cadre .item-cadre:hover .item-content-hover {
    opacity: 1;
    visibility: visible;
    bottom: 0; }
  .box-cadre .item-cadre:hover .box-news-image .hover {
    opacity: 1; }
.box-cadre .item-content {
  padding: 20px; }
.box-cadre .item-content-hover {
  background-color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  bottom: -200px;
  visibility: hidden;
  transition: all linear 0.3s; }
.box-cadre .box-news-socials {
  margin: 0; }
  .box-cadre .box-news-socials li {
    margin: 0 0 5px; }
    .box-cadre .box-news-socials li.phone {
      background-color: transparent;
      background-image: url("../images/icons/icon-social-phone.png");
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 25px; }
    .box-cadre .box-news-socials li.email {
      background-color: transparent;
      background-image: url("../images/icons/icon-social-email.png");
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 25px; }
    .box-cadre .box-news-socials li.li-inline {
      width: 20px;
      height: 20px;
      display: inline-block; }
    .box-cadre .box-news-socials li .twitter {
      background-color: transparent;
      background-image: url("../images/icons/icon-social-twitter.png");
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 25px;
      width: 20px;
      height: 20px;
      margin-top: 10px;
      display: inline-block; }
    .box-cadre .box-news-socials li .facebook {
      background-color: transparent;
      background-image: url("../images/icons/icon-social-facebook.png");
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 25px;
      padding-left: 25px;
      width: 20px;
      height: 20px;
      margin-top: 10px;
      display: inline-block; }
.box-cadre .box-news-image {
  overflow: hidden;
  display: block; }
  .box-cadre .box-news-image img {
    width: 100%;
    height: auto;
    display: block; }
    .box-cadre .box-news-image img.hover {
      position: absolute;
      top: 0;
      opacity: 0;
      transition: 0.5s; }
.box-cadre .box-cadre-title {
  color: #1b5ab3;
  font-size: 18px; }
.box-cadre .box-cadre-subject {
  font-size: 18px; }

.category-list li {
  margin-bottom: 10px; }
  .category-list li a {
    display: block;
    background: #f5f5f5;
    color: #585858;
    padding: 16px 0 16px 68px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    background-position: top right; }
    .category-list li a.pdf {
      background-image: url("../images/icons/icon-pdf.png");
      background-position: top right;
      background-repeat: no-repeat; }
    .category-list li a:hover {
      background-color: gainsboro; }
    .category-list li a .icon {
      position: absolute;
      top: 0;
      left: 0; }

.category-search {
  display: block;
  width: 100%;
  height: 55px;
  background: #f5f5f5;
  color: #c2c2c2;
  border: 1px solid #d8d8d8;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0;
  padding: 10px 50px 10px 20px; }

.category-search-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 53px;
  border: 0 none;
  background-color: transparent;
  background-image: url("../images/icons/icon-category-search.png");
  cursor: pointer;
  text-indent: -99999px; }

.box-category-search {
  position: relative; }

.box-address {
  margin: 0 0 70px; }

/* content */
.content h5 {
  margin-bottom: 30px;
  font-size: 24px;
  text-transform: uppercase; }
.content p {
  font-size: 18px; }
  @media all and (max-width: 767px) {
    .content p {
      font-size: 16px; } }
.content p.lead {
  font-size: 24px;
  text-transform: uppercase; }
  @media all and (max-width: 767px) {
    .content p.lead {
      font-size: 16px; } }
.content ul, .content ol {
  font-size: 18px; }
  .content ul li, .content ol li {
    line-height: 150%; }
.content ul {
  margin-bottom: 50px;
  margin-left: 10px; }
  @media all and (max-width: 767px) {
    .content ul {
      margin-bottom: 30px; } }
  .content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 120%; }
    .content ul li:before {
      width: 10px;
      height: 10px;
      display: block;
      border-radius: 50%;
      background: #1b5ab3;
      position: absolute;
      left: 0;
      top: 6px; }
    .content ul li ul {
      list-style: none;
      margin-top: 20px; }
      .content ul li ul li {
        padding-left: 10px; }
      .content ul li ul li:before {
        display: none; }
  .content ul.list-pink li:before {
    background: #ca1476; }
  .content ul.list-purple li:before {
    background: #5f1bb3; }
  .content ul.list-green li:before {
    background: #109574; }
.content ol li {
  list-style-type: decimal;
  margin: 10px 10px 10px 20px; }
  .content ol li ol ol li {
    list-style-type: lower-alpha; }
.content img {
  display: block; }

.table-expand thead {
  cursor: pointer;
  transition: all 0.3s; }
  .table-expand thead:hover {
    opacity: 0.7; }
  .table-expand thead th {
    line-height: 41px;
    padding: 0 !important; }
    .table-expand thead th a {
      color: #FFF;
      padding: 15px 20px;
      display: block;
      background: #1b5ab3; }
    .table-expand thead th a:before {
      display: block;
      float: right;
      background-image: url("../images/icons/icon-plus-blue.png");
      width: 41px;
      height: 41px;
      background-position: center right;
      background-repeat: no-repeat;
      margin: 0 0 10px; }
.table-expand tbody {
  display: none; }
.table-expand.open thead {
  background: #1b5ab3 !important; }
  .table-expand.open thead th {
    background: #1b5ab3 !important; }
  .table-expand.open thead a:before {
    background-image: url("../images/icons/icon-minus-blue.png"); }
.table-expand.open tbody {
  display: table-row-group; }

.table-blue {
  width: 100%;
  margin: 60px 0 0;
  background-color: #fff; }
  .table-blue th,
  .table-blue td {
    text-align: center;
    padding: 20px;
    font-size: 18px; }
    .table-blue th a,
    .table-blue td a {
      color: #000; }
  .table-blue .td-pdf {
    background-image: url("../images/icons/icon-pdf.png");
    background-repeat: no-repeat;
    background-position: right center; }
  .table-blue thead th {
    background-color: #1b5ab3;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    min-height: 70px;
    vertical-align: middle; }
  .table-blue thead tr:after {
    display: block;
    min-height: 70px;
    float: right; }
  .table-blue tbody td {
    border-left: 1px solid #1b5ab3;
    border-right: 1px solid #1b5ab3;
    vertical-align: middle; }
    .table-blue tbody td:first-child {
      border-left: 0 none; }
    .table-blue tbody td:last-child {
      border-right: 0 none; }
  .table-blue .w25 {
    width: 25%; }
  .table-blue .w20 {
    width: 20%; }
  .table-blue .w33 {
    width: 33, 33%; }
  .table-blue .w60 {
    width: 60%; }
  .table-blue .w50 {
    width: 50%; }

.table-zebra tr:nth-child(odd) {
  background: #f5f5f5; }
.table-zebra tr:nth-child(even) {
  background: #ffffff; }

.table-td-left td {
  text-align: left; }

.table-links td {
  text-align: left; }
.table-links a {
  color: #000; }
  .table-links a:hover {
    opacity: 0.7; }

.box-address .icon-address {
  display: block;
  padding-left: 35px;
  background-image: url("../images/icons/icon-marker-xs.png");
  background-repeat: no-repeat;
  background-position: 0 8px; }
.box-address .icon-phone {
  display: block;
  padding-left: 35px;
  background-image: url("../images/icons/icon-phone-xs.png");
  background-repeat: no-repeat;
  background-position: 0 8px; }
.box-address .icon-email {
  display: block;
  padding-left: 35px;
  background-image: url("../images/icons/icon-email-xs.png");
  background-repeat: no-repeat;
  background-position: 0 8px; }
.box-address .icon-fax {
  display: block;
  padding-left: 35px;
  background-image: url("../images/icons/icon-fax-xs.png");
  background-repeat: no-repeat;
  background-position: 0 8px; }
.box-address .icon-time {
  display: block;
  padding-left: 35px;
  background-image: url("../images/icons/icon-clock-xs.png");
  background-repeat: no-repeat;
  background-position: 0 8px; }

.list-tiles {
  max-width: 300px;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1); }
  .list-tiles li {
    display: block;
    background: #fff;
    text-align: center;
    padding: 20px 5px;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #96b3dc; }
    .list-tiles li:last-child {
      border-bottom: 0; }

.profile-page .row {
  position: relative; }
.profile-page .content {
  padding-top: 80px;
  top: 0; }
.profile-page .box-icon {
  margin-bottom: 30px; }

.profile-wrapper {
  position: absolute;
  width: 100%;
  height: 100%; }
  @media all and (max-width: 767px) {
    .profile-wrapper {
      position: relative !important; } }
  .profile-wrapper .profile-inner {
    position: absolute;
    top: 0;
    width: 30%;
    max-width: 300px; }
    @media all and (max-width: 767px) {
      .profile-wrapper .profile-inner {
        top: 0 !important;
        width: 100%;
        max-width: 100%;
        position: relative !important;
        padding: 0 15px; } }
    .profile-wrapper .profile-inner.sticky {
      position: fixed;
      position: sticky; }
    .profile-wrapper .profile-inner.no-fixed {
      top: 0 !important; }

.box-profile {
  background: #fff;
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }
  .box-profile h4 {
    text-transform: uppercase; }
  .box-profile .button {
    line-height: 40px;
    padding: 0 15px; }
  .box-profile .info {
    color: #a1a1a1;
    font-size: 12px;
    margin-bottom: 30px; }
  .box-profile .circle {
    display: inline-block;
    width: 140px;
    height: 140px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 50%; }
    .box-profile .circle.circle-blue {
      background-color: #1b5ab3; }
    .box-profile .circle.circle-person {
      background-image: url("../images/person.png");
      background-repeat: no-repeat;
      background-position: center; }
    .box-profile .circle.prof1 {
      background-color: #576f9e;
      line-height: 215px; }
    .box-profile .circle.prof2 {
      background-color: #88c3d8;
      line-height: 215px; }
    .box-profile .circle.prof3 {
      background-color: #6697b9;
      line-height: 215px; }
    .box-profile .circle.prof4 {
      background-color: #515875;
      line-height: 215px; }
    .box-profile .circle.prof5 {
      background-color: #576f9e;
      line-height: 215px; }
    .box-profile .circle.prof6 {
      background-color: #6697b9;
      line-height: 215px; }
    .box-profile .circle.circle-purple {
      background-color: #5f1bb3; }
    .box-profile .circle.circle-globus {
      background-image: url("../images/globus.png");
      background-repeat: no-repeat;
      background-position: center; }
    .box-profile .circle.circle-green {
      background-color: #109574; }
    .box-profile .circle.circle-ball {
      background-image: url("../images/ball.png");
      background-repeat: no-repeat;
      background-position: center; }
  .box-profile.small {
    padding: 20px 5px; }
    .box-profile.small .button {
      line-height: 30px;
      height: 30px;
      padding: 0 10px;
      font-size: 14px;
      width: 90%; }
    .box-profile.small h4 {
      font-size: 15px; }
    .box-profile.small .info {
      font-size: 9px;
      margin-bottom: 10px; }
    .box-profile.small .circle {
      display: inline-block;
      width: 100px;
      height: 100px;
      margin-top: 20px;
      margin-bottom: 30px;
      border-radius: 50%; }

.single-person {
  position: relative;
  background-color: #fff;
  max-width: 260px;
  margin: 0 0 40px;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  min-height: 295px; }
  .single-person .image {
    overflow: hidden;
    display: block;
    width: 100%; }
    .single-person .image img {
      width: 100%;
      height: auto;
      display: block;
      -webkit-transition: all 500ms linear;
      transition: all 500ms linear; }
    .single-person .image:hover img {
      opacity: 0.8;
      transform: scale(1.1); }
  .single-person .person-content {
    padding: 15px 15px 10px;
    font-size: 18px; }
    .single-person .person-content .title {
      color: #1b5ab3; }

.box-icon {
  margin-bottom: 30px; }
  .box-icon i {
    margin-bottom: -5px;
    margin-right: 10px; }
  .box-icon h5 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold; }
    @media all and (max-width: 767px) {
      .box-icon h5 {
        line-height: 150%; } }
    .box-icon h5 img {
      margin: -2px 10px 0 0;
      float: left; }
  .box-icon p {
    color: #000;
    font-size: 18px; }

.box-login-form {
  width: 100%;
  min-height: 200px;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1); }
  .box-login-form .icon-form-login {
    margin: 0 auto 30px;
    width: 68px;
    height: 68px;
    background-color: transparent;
    background-image: url("../images/icons/icon-form-login.png");
    background-repeat: no-repeat;
    background-position: 0 0; }
  .box-login-form .login-title {
    font-size: 22px;
    text-transform: uppercase;
    color: #1b5ab3;
    margin-bottom: 40px;
    font-weight: bold; }
  .box-login-form .field-remember {
    display: inline-block;
    margin: 10px 0 20px;
    text-align: left;
    color: #585858;
    font-size: 14px;
    cursor: pointer; }
  .box-login-form .field-row {
    position: relative; }
    .box-login-form .field-row .user,
    .box-login-form .field-row .pass {
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      width: 54px;
      height: 53px;
      background-color: #1b5ab3;
      background-repeat: no-repeat;
      background-position: 0 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .box-login-form .field-row .user {
      background-image: url("../images/icons/icon-form-user.png"); }
    .box-login-form .field-row .pass {
      background-image: url("../images/icons/icon-form-pass.png"); }
  .box-login-form input[type=text],
  .box-login-form input[type=password] {
    width: 100%;
    height: 53px;
    margin: 10px 0;
    padding: 5px 10px 5px 75px;
    background-color: #f4f4f4;
    color: #585858;
    font-size: 14px;
    line-height: 100%;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    border-radius: 0;
    border: 0 none; }
  .box-login-form input[type=submit] {
    width: 100%;
    font-size: 20px; }

.pager {
  overflow: hidden;
  text-align: center;
  margin: 40px 0; }
  .pager .prev,
  .pager .page,
  .pager .next {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin: 0 5px;
    background-color: #e4e4e4;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .pager .prev:hover,
    .pager .page:hover,
    .pager .next:hover {
      background-color: #cbcbcb; }
  .pager .prev,
  .pager .next {
    text-indent: -99999px;
    background-color: #ccc;
    background-image: url("../images/icons/icon-arrow-white.png");
    background-repeat: no-repeat;
    background-position: 0 0; }
    .pager .prev:hover,
    .pager .next:hover {
      background-color: #b3b3b3; }
  .pager .prev {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .pager .next {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .pager span.page {
    color: #1b5ab3; }
    .pager span.page:hover {
      background-color: #e4e4e4; }

.sticky-buttons {
  position: fixed;
  width: 110px;
  height: 50px;
  overflow: hidden;
  text-align: right; }

.cd-button {
  display: inline-block;
  height: 40px;
  width: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(27, 90, 179, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-button.cd-back {
    transform: rotate(-90deg); }

.cd-button.cd-is-visible, .cd-button.cd-fade-out, .no-touch .cd-button:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.cd-button.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-button.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5; }

.no-touch .cd-button:hover {
  background-color: #1b5ab3;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .sticky-buttons {
    right: 20px;
    bottom: 20px; } }
@media only screen and (min-width: 1024px) {
  .cd-button {
    height: 50px;
    width: 50px; }

  .sticky-buttons {
    right: 30px;
    bottom: 30px; } }
.pt-none {
  padding-top: 0 !important; }

.mt-none {
  margin-top: 0; }

.mt-xl {
  margin-top: 50px; }

.mt-sm {
  margin-top: 30px; }

.mt-xxxl {
  margin-top: 70px; }
  @media all and (max-width: 767px) {
    .mt-xxxl {
      margin-top: 30px; } }

.mt-l {
  margin-top: 30px; }

.mt-m {
  margin-top: 20px; }

.mt-s {
  margin-top: 20px; }

.mt-xs {
  margin-top: 10px; }

.mb-xl {
  margin-bottom: 50px; }

.mb-sm {
  margin-bottom: 30px; }

.mb-xxxl {
  margin-bottom: 70px; }

.socials-bar {
  position: fixed;
  top: 320px;
  left: 0;
  width: 50px;
  height: 250px;
  z-index: 99; }

.socials-bar li {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #1b5ab3;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }

.socials-bar li:hover {
  background-color: #134080; }

.socials-bar li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0; }

.socials-bar li a.facebook {
  background-image: url("../images/sb-facebook.png"); }

.socials-bar li a.twitter {
  background-image: url("../images/sb-twitter.png"); }

.socials-bar li a.youtube {
  background-image: url("../images/sb-youtube.png"); }

.socials-bar li a.instagram {
  background-image: url("../images/sb-instagram.png"); }

.socials-bar li a.picassa {
  background-image: url("../images/sb-picassa.png"); }

.socials-bar li a.snapchat {
  background-image: url("../images/sb-snapchat.png"); }

@media (max-width: 1089px) and (min-width: 991px) {
  .socials-bar {
    display: none; } }
@media (max-width: 879px) {
  .socials-bar {
    display: none; } }
.box-news-list {
  margin-bottom: 0; }

.box-news-list .item {
  margin: 0 0 30px; }

.box-news .item-content {
  padding: 30px 30px 20px;
  min-height: 240px; }

.content-news p {
  margin-top: 0; }

.box-plan-list {
  margin-bottom: 0; }

.box-plan-list .item-content {
  padding: 30px 30px 20px;
  min-height: 105px; }

.header-slider .slider-title {
  padding: 0 0 25px !important; }

.box-cadre .box-news-socials li .link {
  background-color: transparent;
  background-image: url("../images/icons/icon-social-link.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  padding-left: 25px;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  display: inline-block; }

.box-profile.small .info2 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000; }

.box-profile .info2 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000; }

.box-zp .item {
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  position: relative; }
  .box-zp .item .table-blue {
    display: none;
    position: absolute;
    z-index: 10;
    -webkit-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1); }
    .box-zp .item .table-blue.active {
      display: table; }
    .box-zp .item .table-blue th,
    .box-zp .item .table-blue td {
      padding: 5px !important;
      min-height: 20px !important;
      text-align: center;
      font-size: 12px; }
.box-zp .item-content {
  padding: 20px 0;
  width: 100%;
  position: relative; }
.box-zp .section-title {
  font-size: 22px; }
.box-zp .zp-image img {
  display: block; }
.box-zp .zp-expand {
  position: absolute;
  bottom: 0px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("../images/icons/arrow-bd.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear; }
  .box-zp .zp-expand.active {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.table-td-center td {
  text-align: center; }

.section-blue {
  background-color: #1b5ab3; }

.section-blue h2,
.section-blue h3 {
  color: #fff;
  text-transform: uppercase; }

.section-blue h2 {
  font-size: 24px;
  margin-bottom: 20px; }

.section-blue h3 {
  font-size: 21px;
  margin-bottom: 40px; }

.button-wb {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff !important;
  margin: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.button-wb:hover {
  background-color: #fff;
  color: #1b5ab3; }

.header-slider .item .item-image {
  position: absolute;
  width: 100%;
  height: 640px;
  z-index: -1;
  background-size: cover;
  background-position: top center; }

.post img {
  max-width: 100%;
  height: auto; }

.post-date {
  font-size: 14px;
  margin: 20px 0;
  font-weight: bold; }

.post-title {
  font-size: 24px;
  text-transform: uppercase;
  margin: 25px 0 30px; }

.post-nav {
  margin: 50px 0 0; }

.post-nav .prev,
.post-nav .next {
  color: #1b5ab3;
  text-transform: uppercase;
  font-size: 18px; }

.post-nav .prev:hover,
.post-nav .next:hover {
  color: #104795; }

.post-nav .prev {
  float: left;
  padding-left: 30px;
  background-color: transparent;
  background-image: url("../images/arrow-nav-left.png");
  background-repeat: no-repeat;
  background-position: left center; }

.post-nav .next {
  float: right;
  padding-right: 30px;
  background-color: transparent;
  background-image: url("../images/arrow-nav-right.png");
  background-repeat: no-repeat;
  background-position: right center; }

.header-slider .slider-title a {
  color: #fff; }

.table-parents td {
  width: 50%; }
.table-parents tr:nth-child(odd) {
  background: #f9f9f9; }
.table-parents tr:nth-child(even) {
  background: #dde6f4; }
.table-parents a {
  color: #000; }
  .table-parents a:hover, .table-parents a.active {
    color: #225fb5; }

.box-pc {
  display: none; }
  .box-pc.active {
    display: block; }

.content .list-dash li {
  list-style-type: none; }
  .content .list-dash li:before {
    content: "-";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 0;
    background: transparent;
    position: absolute;
    left: 10px;
    top: 1px; }
.content ul li ul.list-dash li {
  padding-left: 30px; }
.content ol.list-roman li {
  list-style: upper-roman; }
.content ol.list-ol li {
  list-style: decimal; }
.content ol.none li {
  list-style: none; }

.list-cooperation {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 3px dashed #f0f0f0; }
  .list-cooperation li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    border-right: 3px dashed #f0f0f0;
    border-top: 3px dashed #f0f0f0; }
    .list-cooperation li:nth-child(1), .list-cooperation li:nth-child(2) {
      border-top: 0 none; }

.box-ib {
  text-align: center; }
  .box-ib .item {
    margin: 30px 0; }
  .box-ib img {
    margin: 0 auto !important; }
  .box-ib h5 {
    margin-top: 20px;
    font-size: 16px;
    text-transform: none;
    line-height: 150%; }
  .box-ib h6 {
    margin-top: 20px;
    color: #1b5ab3;
    font-size: 16px; }
  .box-ib .font-s {
    color: #696868;
    font-size: 12px; }
  .box-ib .box-circle-blue {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    background-color: #1b5ab3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative; }
    .box-ib .box-circle-blue img {
      margin: 0 !important;
      position: absolute;
      top: 0;
      left: 0; }

.section-bo {
  padding: 30px 0 !important;
  background-color: transparent;
  background-image: url("../images/header.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative; }
  .section-bo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b5ab3;
    opacity: 0.9; }
  .section-bo .content {
    position: relative;
    z-index: 1; }
  .section-bo h2 {
    font-size: 21px; }
  .section-bo p {
    color: #fff;
    font-size: 18px; }
  .section-bo .button-wb {
    margin: 20px 0 0; }

.class-profile li {
  width: 16.66667%;
  float: left;
  overflow: hidden; }
  .class-profile li a {
    display: block;
    width: 101%;
    height: 288px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative; }
    .class-profile li a.p1 {
      background-color: #576f9e; }
      .class-profile li a.p1:hover {
        background-color: #45587d; }
    .class-profile li a.p2 {
      background-color: #88c3d8; }
      .class-profile li a.p2:hover {
        background-color: #62b0cb; }
    .class-profile li a.p3 {
      background-color: #6697b9; }
      .class-profile li a.p3:hover {
        background-color: #4a7ea2; }
    .class-profile li a.p4 {
      background-color: #515875; }
      .class-profile li a.p4:hover {
        background-color: #3c4157; }
    .class-profile li a.p5 {
      background-color: #576f9e; }
      .class-profile li a.p5:hover {
        background-color: #45587d; }
    .class-profile li a.p6 {
      background-color: #6697b9; }
      .class-profile li a.p6:hover {
        background-color: #4a7ea2; }
  .class-profile li .content-profile {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .class-profile li .content-profile img {
      margin: 0 auto 40px; }
    .class-profile li .content-profile hr {
      border: 0 none;
      height: 2px;
      width: 40px;
      margin-top: 20px;
      background-color: #fff; }
  .class-profile li h5 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase; }

.list-graduates {
  background-color: #1b5ab3;
  overflow: hidden;
  text-align: center; }
  .list-graduates li {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-size: 18px; }
    .list-graduates li a {
      display: inline-block;
      color: #fff;
      font-size: 18px;
      padding: 15px; }
      .list-graduates li a.active {
        font-weight: bold; }

.list-subgraduates {
  background-color: #fff;
  overflow: hidden;
  text-align: center; }
  .list-subgraduates li {
    display: inline-block;
    white-space: nowrap;
    color: #000;
    font-size: 18px; }
    .list-subgraduates li a {
      display: inline-block;
      color: #000;
      font-size: 18px;
      padding: 15px; }
      .list-subgraduates li a.active {
        font-weight: bold; }

.box-graduates .item {
  display: none; }
  .box-graduates .item.active {
    display: block; }

.box-subgraduates .subitem {
  display: none;
  text-align: center; }
  .box-subgraduates .subitem.active {
    display: block; }
.box-subgraduates .subgraduates-title {
  margin: 40px 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

.sidebar-emplyers {
  margin-top: 40px;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1); }
  .sidebar-emplyers li {
    background-color: transparent;
    font-size: 18px;
    color: #7f7f7f;
    cursor: pointer;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    position: relative; }
    .sidebar-emplyers li a {
      display: block;
      padding: 20px 50px 20px 20px;
      color: #7f7f7f; }
    .sidebar-emplyers li:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -8px;
      display: block;
      width: 10px;
      height: 16px;
      background-color: transparent;
      background-image: url("../images/arrow-right-white.png");
      background-repeat: no-repeat;
      background-position: 0 0; }
    .sidebar-emplyers li:hover {
      background-color: #427ccc;
      color: #fff; }
      .sidebar-emplyers li:hover a {
        color: #fff; }
    .sidebar-emplyers li.active {
      background-color: #225fb5;
      color: #fff; }
      .sidebar-emplyers li.active a {
        color: #fff; }

.box-emplyers-list {
  padding-top: 20px; }
  .box-emplyers-list .item {
    padding: 10px;
    border-bottom: 1px solid #c9d6e8; }
  .box-emplyers-list .title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 10px 0 0; }
  .box-emplyers-list .address {
    font-size: 18px;
    color: #6a6969;
    margin: 10px 0 0; }

.box-emplyers-cat {
  display: none; }
  .box-emplyers-cat.active {
    display: block; }

.section-see {
  padding: 50px 0; }
  .section-see p {
    font-size: 18px;
    margin: 0;
    color: #fff;
    text-transform: uppercase; }
  .section-see h2 {
    margin: 20px 0 0 !important;
    font-size: 30px; }

/* buttons */
.button,
.form .wpcf7-submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0;
  padding: 0 20px;
  background-color: #93A739;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-appearance: none;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #7B9539; }
  .button:hover, .button:focus,
  .form .wpcf7-submit:hover,
  .form .wpcf7-submit:focus {
    background-color: #72812c;
    background-color: #72812c; }

/* inputs */
.form input[type=url],
.form input[type=text],
.form input[type=email],
.form input[type=number],
.form input[type=password],
.form textarea,
.form select {
  width: 100%;
  height: 53px;
  margin: 10px 0;
  padding: 10px 22px;
  background-color: #fff;
  color: #939393;
  font-size: 16px;
  line-height: 100%;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  border-radius: 2px;
  border: 0 none; }
  .form input[type=url]:hover, .form input[type=url]:focus,
  .form input[type=text]:hover,
  .form input[type=text]:focus,
  .form input[type=email]:hover,
  .form input[type=email]:focus,
  .form input[type=number]:hover,
  .form input[type=number]:focus,
  .form input[type=password]:hover,
  .form input[type=password]:focus,
  .form textarea:hover,
  .form textarea:focus,
  .form select:hover,
  .form select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .form input[type=url].error,
  .form input[type=text].error,
  .form input[type=email].error,
  .form input[type=number].error,
  .form input[type=password].error,
  .form textarea.error,
  .form select.error {
    border: 1px solid #cc5656 !important;
    color: #cc5656 !important; }

label:after, label:before {
  content: none; }

#contact_message {
  padding: 15px;
  color: #FFF;
  font-weight: bold;
  font-size: 18px; }
  #contact_message.success-msg {
    background: #109574; }
  #contact_message.error-msg {
    background: #5f1bb3; }

.form textarea {
  height: 126px;
  line-height: inherit;
  text-transform: none; }

.form {
  margin: 40px 0 0; }

.wpcf7-not-valid-tip {
  display: block;
  margin: 0 0 20px;
  color: #cc5656;
  cursor: pointer; }

/* buttons */
[class^="button"] {
  padding: 15px 30px;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.button {
  -webkit-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.1); }
  .button:hover, .button:focus {
    color: #FFF;
    outline: none; }

.button-blue {
  display: inline-block;
  background-color: #1b5ab3;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px; }
  .button-blue:hover, .button-blue:focus {
    background-color: #144487;
    color: #fff; }

.button-prof1 {
  display: inline-block;
  background-color: #576f9e;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px; }
  .button-prof1:hover, .button-prof1:focus {
    background-color: #45587d; }

.button-prof2 {
  display: inline-block;
  background-color: #88c3d8;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px; }
  .button-prof2:hover, .button-prof2:focus {
    background-color: #62b0cb; }

.button-prof3 {
  display: inline-block;
  background-color: #6697b9;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px; }
  .button-prof3:hover, .button-prof3:focus {
    background-color: #4a7ea2; }

.button-prof4 {
  display: inline-block;
  background-color: #515875;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px; }
  .button-prof4:hover, .button-prof4:focus {
    background-color: #3c4157; }

.button-prof5 {
  display: inline-block;
  background-color: #576f9e;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px; }
  .button-prof5:hover, .button-prof5:focus {
    background-color: #45587d; }

.button-prof6 {
  display: inline-block;
  background-color: #6697b9;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px; }
  .button-prof6:hover, .button-prof6:focus {
    background-color: #4a7ea2; }

.button-purple {
  display: inline-block;
  background-color: #5f1bb3;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px; }
  .button-purple:hover, .button-purple:focus {
    background-color: #471487; }

.button-green {
  display: inline-block;
  background-color: #109574;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px; }
  .button-green:hover, .button-green:focus {
    background-color: #0b6750; }

.button-white {
  display: inline-block;
  background-color: #FFF;
  color: #2d2d2d;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 15px;
  height: auto;
  text-align: center; }
  .button-white:hover, .button-white:focus {
    background-color: #e6e6e6;
    color: #2d2d2d; }

.button-yellow {
  display: inline-block;
  background-color: #ffc81a;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px; }
  .button-yellow:hover, .button-yellow:focus {
    background-color: #144487; }

.button-yellow-border {
  display: inline-block;
  border: 2px solid #ffc81a;
  border-radius: 5px;
  color: #ffc81a;
  text-transform: uppercase;
  font-weight: bold; }
  .button-yellow-border:hover, .button-yellow-border:focus {
    background-color: #ffc81a;
    color: #FFF; }

.button-yellow {
  display: inline-block;
  background-color: #ffc81a;
  color: #fff;
  text-transform: uppercase; }
  .button-yellow:hover, .button-yellow:focus {
    background-color: #e6af00; }

.form .button-yellow {
  font-size: 18px; }

.box-header-search {
  padding: 10px; }
  .box-header-search input[type=text] {
    position: relative;
    width: 220px;
    height: 35px;
    padding: 5px 10px;
    background-color: #f4f4f4;
    color: #adadad;
    font-size: 14px;
    line-height: 100%;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    border-radius: 0;
    border: 0 none; }
  .box-header-search input[type=submit] {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 35px;
    width: 35px;
    border: 0;
    background-color: transparent;
    background-image: url("../images/icons/icon-search-dark.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px; }

.header {
  position: relative;
  background-color: #1b5ab3;
  height: 290px;
  padding: 15px 0 0; }
  @media all and (max-width: 767px) {
    .header {
      height: 220px; } }
  .header.header-home {
    height: 640px; }
  .header .header-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .header .header-image:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #1b5ab3;
      opacity: 0.75; }

.menu-primary {
  text-align: right;
  float: right; }
  .menu-primary li {
    display: inline-block;
    float: left; }
  .menu-primary a {
    font-size: 11px;
    color: #fff;
    line-height: 18px; }
    .menu-primary a:hover {
      color: #cccccc; }
  .menu-primary [class^="icon-"] {
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    height: 16px;
    margin: 3px 6px 0; }
  .menu-primary .icon-lock {
    background-image: url("../images/icons/icon-lock.png");
    width: 17px; }
  .menu-primary .icon-menu {
    background-image: url("../images/icons/icon-menu.png");
    width: 22px; }
  .menu-primary .icon-search {
    background-image: url("../images/icons/icon-search.png");
    width: 17px; }

.box-header-search {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 20px;
  margin: 25px 0 0;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear; }

.active .box-header-search {
  opacity: 1;
  visibility: visible; }

.header-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .header-slider .slider-title {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px;
    padding: 0 0 10px;
    position: relative; }
    .header-slider .slider-title:after {
      position: absolute;
      left: 0;
      bottom: 0; }
    .header-slider .slider-title:after {
      content: "";
      display: block;
      height: 3px;
      width: 85px;
      background-color: #fff; }
  .header-slider .slider-text {
    color: #fff;
    font-size: 18px; }
  .header-slider .slider-date {
    color: #fff;
    font-size: 12px;
    background-color: transparent;
    background-image: url("../images/icons/icon-date-xs-white.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px; }
  .header-slider .item {
    width: 100%;
    height: 640px;
    position: relative; }
    .header-slider .item .item-content {
      position: absolute;
      bottom: 70px;
      width: 100%; }
    .header-slider .item .item-image {
      position: absolute;
      width: 100%;
      height: 640px;
      z-index: -1; }
      .header-slider .item .item-image:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #1b5ab3;
        opacity: 0.75; }
  .header-slider .owl-controls {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 12px; }
    .header-slider .owl-controls .owl-pagination {
      width: 100%;
      height: 100%;
      text-align: center; }
      .header-slider .owl-controls .owl-pagination .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
        cursor: pointer; }
        .header-slider .owl-controls .owl-pagination .owl-page span {
          display: block;
          width: 12px;
          height: 12px;
          margin: 0 5px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
          background: #ffc91a; }
        .header-slider .owl-controls .owl-pagination .owl-page.active span {
          background: #fff; }

.cd-main-content {
  text-align: center; }

.cd-main-content h1 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #64788c;
  padding: 4em 0; }

.cd-main-content .cd-btn {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #89ba2c;
  color: #ffffff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.no-touch .cd-main-content .cd-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3); }

@media only screen and (min-width: 1170px) {
  .cd-main-content h1 {
    font-size: 32px;
    font-size: 2rem; } }
.cd-panel {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s; }

.cd-panel:after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }

.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s; }

.cd-panel.is-visible:after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s; }

.cd-panel.is-visible .cd-panel-close:before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s; }

.cd-panel.is-visible .cd-panel-close:after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s; }

.cd-panel .cd-panel-content {
  overflow-x: hidden; }

.cd-panel .cd-panel-container .fade-right {
  opacity: 0;
  transition: opacity 1s 0.3s; }

.cd-panel.is-visible .cd-panel-container .fade-right {
  -webkit-animation: fadeInRight 1s 0.3s;
  -moz-animation: fadeInRight 1s 0.3s;
  animation: fadeInRight 1s 0.3s;
  opacity: 1; }

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    transform: rotate(0); }
  100% {
    transform: rotate(45deg); } }
@-moz-keyframes cd-close-1 {
  0%, 50% {
    transform: rotate(0); }
  100% {
    transform: rotate(45deg); } }
@-ms-keyframes cd-close-1 {
  0%, 50% {
    transform: rotate(0); }
  100% {
    transform: rotate(45deg); } }
@keyframes cd-close-1 {
  0%, 50% {
    transform: rotate(0); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    transform: rotate(0); }
  100% {
    transform: rotate(-45deg); } }
@-moz-keyframes cd-close-2 {
  0%, 50% {
    transform: rotate(0); }
  100% {
    transform: rotate(-45deg); } }
@-ms-keyframes cd-close-2 {
  0%, 50% {
    transform: rotate(0); }
  100% {
    transform: rotate(-45deg); } }
@keyframes cd-close-2 {
  0%, 50% {
    transform: rotate(0); }
  100% {
    transform: rotate(-45deg); } }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-ms-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.cd-panel-header {
  position: fixed;
  width: 400px;
  line-height: 50px;
  background: #FFF;
  z-index: 2;
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s; }
  @media all and (max-width: 420px) {
    .cd-panel-header {
      width: 100%; } }
  .cd-panel-header h3 {
    font-size: 28px;
    color: #1b5ab3;
    font-weight: bold;
    margin: 70px 15px 0; }

.cd-panel-header h1 {
  font-weight: bold;
  color: #89ba2c;
  padding-left: 5%; }

.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -100px; }

.from-right .cd-panel-header {
  right: 0; }

.from-left .cd-panel-header {
  left: 0; }

.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s; }

.cd-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: background 0.3s; }

.cd-panel-close:before,
.cd-panel-close:after {
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #b3b3b3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-panel-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-panel-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cd-panel-close:hover {
  background-color: #000; }

.cd-panel-close:hover:before, .cd-panel-close:hover:after {
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s; }

.cd-panel-close:hover:before {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg); }

.cd-panel-close:hover:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-panel-container {
  position: fixed;
  width: 400px;
  height: 100%;
  top: 0;
  background: #FFF;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }
  @media all and (max-width: 420px) {
    .cd-panel-container {
      width: 100%; } }

.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 130px 5px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .cd-panel-content h4 {
    color: #1b5ab3;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold; }
    .cd-panel-content h4.for-pupils, .cd-panel-content h4.school, .cd-panel-content h4.for-parents, .cd-panel-content h4.current-events {
      padding-top: 40px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: 0 0; }
    .cd-panel-content h4.for-pupils {
      background-image: url("../images/icons/icon-menu-1.png"); }
    .cd-panel-content h4.school {
      background-image: url("../images/icons/icon-menu-2.png"); }
    .cd-panel-content h4.for-parents {
      background-image: url("../images/icons/icon-menu-3.png"); }
    .cd-panel-content h4.current-events {
      background-image: url("../images/icons/icon-menu-4.png"); }
  .cd-panel-content ul {
    margin-bottom: 30px; }
    .cd-panel-content ul li {
      padding: 5px 0 0; }
      .cd-panel-content ul li a {
        color: #000;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase; }
        .cd-panel-content ul li a:hover {
          opacity: 0.7; }

.cd-panel-content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0; }

.cd-panel-content p:first-of-type {
  margin-top: 0; }

@media only screen and (max-width: 1170px) {
  .cd-panel-header {
    width: 25%; }

  .cd-panel-container {
    width: 25%; } }
@media only screen and (max-width: 768px) {
  .cd-panel-header {
    width: 70%; }

  .cd-panel-container {
    width: 70%; }

  .cd-panel-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6; } }
@media (min-width: 1200px) {
  .container {
    width: 970px; } }
@media (max-width: 1199px) {
  .box-news .owl-custom-nav {
    position: relative;
    top: unset;
    margin-top: 30px;
    width: 50%;
    margin: 30px auto; }

  .box-news .owl-custom-nav .next,
  .box-news .owl-custom-nav .prev {
    top: 17px; } }
@media (max-width: 991px) {
  .class-profile li h5 {
    font-size: 14px; } }
@media (max-width: 767px) {
  .header-slider .slider-title {
    font-size: 18px;
    line-height: 150%; }

  .header-slider .slider-text {
    font-size: 16px; }

  .box-students .owl-custom-nav {
    display: none !important; }

  .class-profile li {
    width: 100%;
    float: none; }

  .list-cooperation li {
    text-align: center; }

  .table-blue {
    position: relative; }

  .box-multimedia .item .link, .box-multimedia .item-big .link {
    text-align: center; }
    .box-multimedia .item .link img, .box-multimedia .item-big .link img {
      display: inline-block; }

  section[class^="section"] {
    padding: 40px 0; }

  .page-title {
    font-size: 30px; }

  .row .row {
    margin-left: -15px;
    margin-right: -15px; }

  .footer {
    height: auto;
    text-align: center; }
    .footer .text-right {
      text-align: center;
      margin-top: 20px; }

  .box-address p {
    margin-bottom: 30px; }

  .content img {
    margin: 20px 0; }

  .table-blue {
    border: 0;
    border-top: 1px solid #1b5ab3 !important; }
    .table-blue thead {
      display: none; }
    .table-blue.table-expand thead {
      display: block; }
      .table-blue.table-expand thead th {
        display: block;
        margin-bottom: -70px; }
    .table-blue tr {
      display: block;
      border-bottom: 1px solid #1b5ab3 !important; }
    .table-blue td {
      display: block;
      border-left: 1px solid #1b5ab3 !important;
      border-right: 1px solid #1b5ab3 !important;
      font-size: 13px !important;
      padding: 25px 10px;
      height: auto;
      width: 100% !important;
      clear: both;
      vertical-align: middle;
      padding-left: 50%; }
    .table-blue td:before {
      font-size: 13px !important;
      content: attr(data-label);
      position: absolute;
      left: 10px;
      text-transform: uppercase;
      text-align: left;
      width: 40%;
      color: #1b5ab3; }

  .box-login-form {
    padding: 10px; }
    .box-login-form .field-row {
      position: relative; }
      .box-login-form .field-row .user,
      .box-login-form .field-row .pass {
        display: none; }
      .box-login-form .field-row input[type=text],
      .box-login-form .field-row input[type=password] {
        padding: 5px 10px; }

  .table-parents tr {
    border: 0 none !important; }
  .table-parents tr:nth-child(2n) {
    background: #fff; }
  .table-parents td {
    width: 100%;
    border-bottom: 1px solid #1b5ab3 !important; } }
@media (max-width: 480px) {
  .content .list-half {
    width: 100%;
    float: none;
    margin-bottom: 0; }
  .content .list-half + .list-half {
    margin-top: 0; }

  .box-news .owl-custom-nav {
    width: 100%; }

  .box-news .owl-custom-nav .next,
  .box-news .owl-custom-nav .prev {
    top: 17px; }

  .box-news .owl-custom-nav .next {
    right: 0; }

  .box-news .owl-custom-nav .prev {
    left: 0; } }

/*# sourceMappingURL=style.css.map */

.link-icon-forum, .link-icon-diary, .link-icon-parent, .link-icon-phone {
	padding-left: 5px !important;
}