/*
Template Name: GTTP
*/
/*-------------------------------------------------------------
TABLE OF CONTENTS:
---------------------------------------------------------------
GENERAL-SECTION
HEADER-SECTION
BUTTON-MODULES
FORM-MODULES
MAINCONTENT-SECTION
FOOTER-SECTION
-------------------------------------------------------------*/
/*--------------- VARIABLES ---------------*/
/*--------------- PARAMETRIC-MIXIN ---------------*/
@-webkit-keyframes no-anim {}
@-ms-keyframes no-anim {}
/*--------------- GENERAL ---------------*/
body, html {
  height: 100%; }

body {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  background: white; }
  @media (max-width: 480px) {
    body {
      font-size: 14px;
      line-height: 1.7; } }

[class^="icon-"]:before, [class*=" icon-"]:before {
  cursor: inherit; }

a {
  color: #4283b9;
  -webkit-transition: ease .3s;
          transition: ease .3s;
  border-bottom: 1px solid #4283b9; }
  a:hover, a:focus {
    text-decoration: none;
    color: #b3b3b3;
    border-bottom-color: #b3b3b3; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #4c4c4c; }

p {
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    p {
      margin-top: 15px; } }

img {
  max-width: 100%; }

@media (max-width: 480px) {
img.attachment-post-thumbnail {
  max-width: 100%;
  height: auto;
}}

.space10 {
  height: 10px;
  display: block;
  width: 100%; }

.space20 {
  height: 20px;
  display: block;
  width: 100%; }

.space40 {
  height: 40px;
  display: block;
  width: 100%; }

.space60 {
  height: 60px;
  display: block;
  width: 100%; }

.clearboth {
  content: "";
  clear: both;
  display: table; }

.bg-semi-white {
  background: #fafafa; }

.bg-orange {
  background: #ea8530; }
  .bg-orange p {
    color: white; }
  .bg-orange .title-box {
    color: white; }
  .bg-orange .line-separator {
    margin: 0;
    border-color: rgba(255, 255, 255, 0.2); }

.nopadd {
  padding: 0 !important; }
  @media (max-width: 767px) {
    .nopadd {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.minmargin20 {
  margin-top: -20px;
  position: relative;
  display: block; }

.img-stripes {
  background: url("../images/stripes.png") no-repeat 0 0 transparent;
  background-size: cover;
  width: 100%;
  height: 5px; }

.section-box {
  position: relative;
  padding-top: 80px; }
  @media (max-width: 480px) {
    .section-box {
      padding-top: 60px; } }

.header-section {
  margin-bottom: 40px; }
  .header-section h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal; }
    @media (max-width: 480px) {
      .header-section h2 {
        font-size: 24px;
        line-height: 1.4; } }

.box-padd {
  padding: 40px; }

.title-box {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 30px;
  text-transform: uppercase; }

.trans-none {
  text-transform: none !important;
  font-weight: normal;
  line-height: 1.6; }

/*--------------- BUTTONS ---------------*/
.btn {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-family: arial;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 12px 15px;
  border-bottom: none; }
  @media (max-width: 480px) {
    .btn {
      font-size: 14px; } }
  .btn:hover, .btn:focus {
    color: white;
    border-bottom: none; }
  .btn-orange {
    background: #ea8530; }
    .btn-orange:hover {
      background: #666666; }
    .btn-orange:focus {
      background: #4c4c4c; }
  .btn-md {
    padding: 12px 40px;
    font-weight: 600; }
    @media (max-width: 480px) {
      .btn-md {
        padding: 12px 30px; } }

/*--------------- HEADER-SITE ---------------*/
.header-site {
  position: relative; }
  .header-site .header-left {
    float: left; }
    @media (min-width: 768px) and (max-width: 979px) {
      .header-site .header-left {
        float: none; } }
    @media (min-width: 571px) and (max-width: 767px) {
      .header-site .header-left {
        float: none; } }
    @media (max-width: 570px) {
      .header-site .header-left {
        float: none;
        text-align: center; } }
  .header-site .header-right {
    float: right; }
    @media (min-width: 768px) and (max-width: 979px) {
      .header-site .header-right {
        float: none; } }
    @media (min-width: 571px) and (max-width: 767px) {
      .header-site .header-right {
        float: none; } }
    @media (max-width: 570px) {
      .header-site .header-right {
        float: none; } }
  .header-site .widget {
    margin-bottom: 0 !important; }

.logo {
  float: left;
  margin: 40px 0; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .logo {
      margin: 30px 0;
      float: none;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .logo {
      float: none;
      margin: 20px 0;
      text-align: center; } }
  @media (min-width: 571px) and (max-width: 767px) {
    .logo {
      float: none;
      margin: 20px 0;
      text-align: center; } }
  @media (max-width: 570px) {
    .logo {
      float: none;
      margin: 20px 0;
      text-align: center; } }
  .logo a {
    display: inline-block;
    border: none; }
    @media (min-width: 980px) and (max-width: 1199px) {
      .logo a img {
        width: 100%; } }
    @media (max-width: 570px) {
      .logo a img {
        width: 100%; } }

.header-top {
  text-align: right; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .header-top {
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .header-top {
      text-align: center; } }
  .header-top .nav-top {
    float: right; }
    @media (min-width: 980px) and (max-width: 1199px) {
      .header-top .nav-top {
        float: none;
        width: 100%;
        display: block; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .header-top .nav-top {
        float: none;
        width: 100%;
        display: block; } }
    @media (min-width: 571px) and (max-width: 767px) {
      .header-top .nav-top {
        float: none;
        width: 100%;
        display: block; } }
    @media (max-width: 570px) {
      .header-top .nav-top {
        width: 100%;
        display: block; } }
  .header-top .widget-socmed {
    float: right; }
    @media (max-width: 570px) {
      .header-top .widget-socmed {
        width: 100%;
        display: block; } }
    @media (max-width: 570px) {
      .header-top .widget-socmed ul li {
        float: none;
        display: inline-block; } }

.header-bottom {
  width: 100%;
  float: right; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .header-bottom {
      float: none;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .header-bottom {
      float: none;
      text-align: center; } }
  @media (min-width: 571px) and (max-width: 767px) {
    .header-bottom {
      float: none;
      text-align: center; } }

@media (max-width: 570px) {
  .nav-top {
    text-align: center; } }
.nav-top ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: inherit;
  text-transform: uppercase; }
  .nav-top ul li {
    float: left;
    position: relative; }
    @media (max-width: 570px) {
      .nav-top ul li {
        float: none;
        display: inline-block; } }
    .nav-top ul li > a {
      border-bottom: none;
      margin: 10px 20px;
      display: block; }
      @media (max-width: 570px) {
        .nav-top ul li > a {
          margin: 5px 10px; } }
      .nav-top ul li > a:first-child {
        margin-left: 20px; }
    .nav-top ul li ul {
      display: block;
      position: absolute;
      background-color: #fafafa;
      min-width: 160px;
      z-index: 999;
      border: 1px solid #e5e5e5; }
      .nav-top ul li ul li {
        display: block;
        float: none; }
        .nav-top ul li ul li > a {
          text-align: left;
          color: #666666;
          font-size: 11px;
          margin: 0;
          padding: 5px 20px;
          display: block; }
          .nav-top ul li ul li > a:first-child {
            margin-left: 0; }
        .nav-top ul li ul li ul {
          left: 100%;
          top: 0; }
        .nav-top ul li ul li:hover > a {
          background-color: #4283b9;
          color: white; }
    .nav-top ul li:hover > a {
      color: #808080; }

.main-nav {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  float: right;
  margin: 10px 0 20px; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .main-nav {
      font-size: 14px;
      margin: 5px 0 10px;
      float: none;
      display: block;
      text-align: center;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .main-nav {
      float: none;
      display: block;
      text-align: center;
      width: 100%; } }
  @media (min-width: 571px) and (max-width: 767px) {
    .main-nav {
      float: none;
      display: block;
      text-align: center;
      width: 100%; } }
  @media (max-width: 570px) {
    .main-nav {
      display: none; } }
  .main-nav ul {
    list-style: none outside none;
    padding: 0;
    margin: 0; }
    .main-nav ul li {
      float: left;
      position: relative; }
      @media (min-width: 980px) and (max-width: 1199px) {
        .main-nav ul li {
          float: none;
          display: inline-block; } }
      @media (min-width: 768px) and (max-width: 979px) {
        .main-nav ul li {
          float: none;
          display: inline-block; } }
      @media (min-width: 571px) and (max-width: 767px) {
        .main-nav ul li {
          float: none;
          display: inline-block; } }
      .main-nav ul li > a {
        display: block;
        border-bottom: none;
        color: #808080;
        margin: 0 20px; }
      .main-nav ul li ul {
        display: block;
        position: absolute;
        background-color: #fafafa;
        min-width: 160px;
        z-index: 999;
        border: 1px solid #e5e5e5;
        top: 60px; }
        @media (min-width: 980px) and (max-width: 1199px) {
          .main-nav ul li ul {
            top: 40px; } }
        @media (min-width: 768px) and (max-width: 979px) {
          .main-nav ul li ul {
            top: 50px; } }
        .main-nav ul li ul li {
          display: block;
          float: none; }
          .main-nav ul li ul li > a {
            text-align: left;
            color: #666666;
            font-size: 13px;
            margin: 0;
            padding: 5px 20px;
            display: block; }
            @media (min-width: 980px) and (max-width: 1199px) {
              .main-nav ul li ul li > a {
                font-size: 11px; } }
            .main-nav ul li ul li > a:first-child {
              margin-left: 0; }
          .main-nav ul li ul li ul {
            left: 100%;
            top: 0; }
          .main-nav ul li ul li:hover > a {
            background-color: #4283b9;
            color: white; }
      .main-nav ul li.active > a {
        color: #4283b9; }
      .main-nav ul li:hover > a {
        color: #4283b9; }

.rwd-navigation {
  display: none;
  margin-bottom: 20px; }
  @media (max-width: 570px) {
    .rwd-navigation {
      display: block; } }
  .rwd-navigation .nav-btn {
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #666666;
    padding: 10px 20px;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600; }
    .rwd-navigation .nav-btn:hover, .rwd-navigation .nav-btn:focus {
      background-color: #4283b9; }
  .rwd-navigation .mobile-nav {
    list-style: none outside none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal; }
    .rwd-navigation .mobile-nav .menu-item-has-children li {
      display: block; }
    .rwd-navigation .mobile-nav .menu-item-has-children a {
      padding: 5px 20px;
      display: block;
      color: #666666;
      background-color: #fafafa;
      border-bottom: none; }
    .rwd-navigation .mobile-nav li {
      display: block; }
    .rwd-navigation .mobile-nav a {
      padding: 5px 40px;
      display: block;
      color: #666666;
      background-color: #fafafa;
      border-bottom: none; }
      .rwd-navigation .mobile-nav a:hover, .rwd-navigation .mobile-nav a:focus {
        color: white;
        background-color: #4283b9; }

/*--------------- HOMEPAGE-SECTION ---------------*/
.homepage {
  background-color: #808080;
  overflow: hidden; }

.homepage-slider {
  position: relative; }
  .homepage-slider .owl-controls {
    position: relative; }
    .homepage-slider .owl-controls .owl-nav {
      position: relative; }
      .homepage-slider .owl-controls .owl-nav > div {
        position: absolute;
        margin-top: -25%; }
        @media (min-width: 980px) and (max-width: 1199px) {
          .homepage-slider .owl-controls .owl-nav > div {
            margin-top: -30%; } }
        @media (min-width: 571px) and (max-width: 767px) {
          .homepage-slider .owl-controls .owl-nav > div {
            margin-top: -45%;
            display: none !important; } }
        @media (max-width: 570px) {
          .homepage-slider .owl-controls .owl-nav > div {
            margin-top: -40%;
            display: none !important; } }
        .homepage-slider .owl-controls .owl-nav > div.owl-next, .homepage-slider .owl-controls .owl-nav > div.owl-prev {
          width: 60px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background-color: white;
          font-size: 36px;
          -webkit-transition: all .25s ease;
                  transition: all .25s ease; }
          .homepage-slider .owl-controls .owl-nav > div.owl-next:hover, .homepage-slider .owl-controls .owl-nav > div.owl-next:focus, .homepage-slider .owl-controls .owl-nav > div.owl-prev:hover, .homepage-slider .owl-controls .owl-nav > div.owl-prev:focus {
            opacity: .85; }
          .homepage-slider .owl-controls .owl-nav > div.owl-next i, .homepage-slider .owl-controls .owl-nav > div.owl-prev i {
            font-style: normal; }
        .homepage-slider .owl-controls .owl-nav > div.owl-next {
          right: -5px; }
        .homepage-slider .owl-controls .owl-nav > div.owl-prev {
          left: -5px; }

.item-bg {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.item-bg-1 {
  background-image: url("../images/slides/1.jpg"); }

.item-bg-2 {
  background-image: url("../images/slides/2.jpg"); }

.item-bg-3 {
  background-image: url("../images/slides/3.jpg"); }

.item-bg-4 {
  background-image: url("../images/slides/4.jpg"); }

.item-caption {
  position: relative;
  color: white;
  padding: 12% 0; }
  @media (max-width: 480px) {
    .item-caption .col-md-5 {
      width: 100% !important;
      text-align: center !important; } }
  .item-caption .text-caption {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.15; }
    .item-caption .text-caption strong {
      font-weight: bold; }
    @media (min-width: 768px) and (max-width: 979px) {
      .item-caption .text-caption {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .item-caption .text-caption {
        font-size: 24px; } }

/*--------------- PARTNERS-SECTION ---------------*/
.partners-carousel {
  position: relative; }
  .partners-carousel .owl-controls {
    position: relative; }
    .partners-carousel .owl-controls .owl-nav {
      position: relative; }
      .partners-carousel .owl-controls .owl-nav > div {
        position: absolute;
        margin-top: -11%; }
        @media (min-width: 980px) and (max-width: 1199px) {
          .partners-carousel .owl-controls .owl-nav > div {
            margin-top: -12%; } }
        @media (min-width: 768px) and (max-width: 979px) {
          .partners-carousel .owl-controls .owl-nav > div {
            margin-top: -12%; } }
        @media (min-width: 571px) and (max-width: 767px) {
          .partners-carousel .owl-controls .owl-nav > div {
            margin-top: -11%; } }
        @media (max-width: 570px) {
          .partners-carousel .owl-controls .owl-nav > div {
            margin-top: -23%; } }
        .partners-carousel .owl-controls .owl-nav > div.owl-next, .partners-carousel .owl-controls .owl-nav > div.owl-prev {
          text-align: center;
          font-size: 80px;
          -webkit-transition: all .25s ease;
                  transition: all .25s ease;
          color: #e5e5e5; }
          @media (min-width: 768px) and (max-width: 979px) {
            .partners-carousel .owl-controls .owl-nav > div.owl-next, .partners-carousel .owl-controls .owl-nav > div.owl-prev {
              font-size: 60px; } }
          @media (min-width: 571px) and (max-width: 767px) {
            .partners-carousel .owl-controls .owl-nav > div.owl-next, .partners-carousel .owl-controls .owl-nav > div.owl-prev {
              font-size: 46px; } }
          @media (max-width: 570px) {
            .partners-carousel .owl-controls .owl-nav > div.owl-next, .partners-carousel .owl-controls .owl-nav > div.owl-prev {
              font-size: 46px; } }
          .partners-carousel .owl-controls .owl-nav > div.owl-next:hover, .partners-carousel .owl-controls .owl-nav > div.owl-next:focus, .partners-carousel .owl-controls .owl-nav > div.owl-prev:hover, .partners-carousel .owl-controls .owl-nav > div.owl-prev:focus {
            color: #4c4c4c; }
          .partners-carousel .owl-controls .owl-nav > div.owl-next i, .partners-carousel .owl-controls .owl-nav > div.owl-prev i {
            font-style: normal; }
        .partners-carousel .owl-controls .owl-nav > div.owl-next {
          right: -20px; }
          @media (min-width: 768px) and (max-width: 979px) {
            .partners-carousel .owl-controls .owl-nav > div.owl-next {
              right: -20px; } }
          @media (min-width: 571px) and (max-width: 767px) {
            .partners-carousel .owl-controls .owl-nav > div.owl-next {
              right: -1%;
              z-index: 1;
              margin-top: -175px; } }
          @media (max-width: 570px) {
            .partners-carousel .owl-controls .owl-nav > div.owl-next {
              right: -1%;
              z-index: 1;
              margin-top: -175px; } }
        .partners-carousel .owl-controls .owl-nav > div.owl-prev {
          left: -20px; }
          @media (min-width: 768px) and (max-width: 979px) {
            .partners-carousel .owl-controls .owl-nav > div.owl-prev {
              left: -20px; } }
          @media (min-width: 571px) and (max-width: 767px) {
            .partners-carousel .owl-controls .owl-nav > div.owl-prev {
              left: -1%;
              z-index: 1;
              margin-top: -175px; } }
          @media (max-width: 570px) {
            .partners-carousel .owl-controls .owl-nav > div.owl-prev {
              left: -1%;
              z-index: 1;
              margin-top: -175px; } }

/*--------------- WELCOME-SECTION ---------------*/
.item-welcome {
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .item-welcome {
      width: 100% !important; } }
  @media (max-width: 480px) {
    .item-welcome-inner {
      padding: 0 20px; } }
  .item-welcome img {
    display: inline-block;
    margin: 0 auto; }
  .item-welcome h3 {
    margin: 30px 0;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase; }
    .item-welcome h3 a {
      color: #4c4c4c;
      border-bottom: none; }
      .item-welcome h3 a:hover, .item-welcome h3 a:focus {
        color: #4283b9; }

/*--------------- TAB & ACCORDION MODULS ---------------*/
.tab-header-content ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center; }
  .tab-header-content ul li {
    display: inline-block; }
    @media (max-width: 480px) {
      .tab-header-content ul li {
        display: block; } }
    .tab-header-content ul li.active a {
      background: #4283b9;
      color: white; }
    .tab-header-content ul li a {
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      color: #808080;
      padding: 10px 20px;
      border-bottom: none;
      line-height: inherit; }
      @media (min-width: 768px) and (max-width: 979px) {
        .tab-header-content ul li a {
          font-size: 13px;
          padding: 5px 10px; } }
      @media (max-width: 480px) {
        .tab-header-content ul li a {
          width: 100%;
          padding: 5px 10px;
          font-size: 12px; } }
    .tab-header-content ul li:hover a {
      background: #4283b9;
      color: white; }

.box-accordion .panel {
  border-radius: 0;
  box-shadow: none;
  margin-top: 0; }
.box-accordion .panel-default {
  border-color: #e5e5e5; }
  .box-accordion .panel-default > .panel-heading {
    background: #fafafa;
    border-radius: 0;
    padding: 0; }
  .box-accordion .panel-default .panel-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 480px) {
      .box-accordion .panel-default .panel-title {
        font-size: 14px; } }
    .box-accordion .panel-default .panel-title a {
      color: #4c4c4c;
      border-bottom: none;
      padding: 15px 20px;
      display: block;
      position: relative;
      overflow: hidden; }
      @media (max-width: 480px) {
        .box-accordion .panel-default .panel-title a {
          padding: 10px 20px;
          height: 40px;
          line-height: 1.5;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; } }
      .box-accordion .panel-default .panel-title a .box {
        position: absolute;
        right: 0;
        width: 60px;
        height: 60px;
        background-color: white;
        border-left: 1px solid #e5e5e5;
        top: 0; }
        @media (max-width: 480px) {
          .box-accordion .panel-default .panel-title a .box {
            width: 40px;
            height: 40px; } }
        .box-accordion .panel-default .panel-title a .box:after {
          font-family: "FontAwesome";
          content: "\f067";
          position: absolute;
          vertical-align: middle;
          color: #e5e5e5;
          top: 15%;
          left: 25%;
          -webkit-transition: all .25s ease;
                  transition: all .25s ease;
          font-weight: normal;
          border-radius: 50%;
          display: inline-block;
          border: 1px solid #e5e5e5;
          height: 30px;
          width: 30px;
          text-align: center;
          line-height: 30px; }
          @media (max-width: 480px) {
            .box-accordion .panel-default .panel-title a .box:after {
              height: 20px;
              width: 20px;
              font-size: 12px;
              line-height: 20px;
              top: 20%; } }
    .box-accordion .panel-default .panel-title a[aria-expanded="true"] .box:after {
      content: "\f068"; }
  .box-accordion .panel-default > .panel-body {
    border-top-color: #e5e5e5;
    padding: 15px 20px; }

.box-accordion .panel + .panel {
  margin-top: 0; }

/*--------------- MANUAL DOWNLOAD SECTION ---------------*/
.box-manual {
  margin: 0;
  padding: 20px; }
  .box-manual.in-left {
    text-align: right;
    padding-right: 40px;
    position: relative; }
    .box-manual.in-left:after {
      content: "";
      position: absolute;
      right: -10px;
      top: 0;
      height: 100%;
      width: 1px;
      background-color: rgba(255, 255, 255, 0.2); }
  .box-manual.in-right {
    text-align: left;
    padding-left: 40px;
    position: relative; }
  .box-manual a {
    font-family: arial;
    color: white;
    border-bottom-color: transparent;
    font-weight: normal;
    display: inline-block; }
  .box-manual:hover a {
    border-bottom-color: white; }

/*--------------- ITEM-PROGRAM ---------------*/
.item-program {
  margin-bottom: 30px; }
  .item-program-inner {
    background-color: #fafafa;
    padding: 20px;
    min-height: 650px; }
    @media (min-width: 980px) and (max-width: 1199px) {
      .item-program-inner {
        min-height: 300px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .item-program-inner {
        min-height: 300px; } }
    @media (min-width: 571px) and (max-width: 767px) {
      .item-program-inner {
        min-height: 300px; } }
    @media (max-width: 480px) {
      .item-program-inner {
        min-height: 300px; } }
    .item-program-inner h3 {
      margin-top: 10px;
      margin-bottom: 30px;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase; }

/*--------------- COMMUNITY / GALLERIES-SECTION ---------------*/
.community-filter {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center; }
  .community-filter li {
    display: inline-block; }
    @media (max-width: 480px) {
      .community-filter li {
        display: block; } }
    .community-filter li a {
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      color: #808080;
      padding: 10px 20px;
      border-bottom: none;
      line-height: inherit; }
      .community-filter li a.active {
        background: #4283b9;
        color: white; }
    .community-filter li:hover a {
      background: #4283b9;
      color: white; }

.item-gallery {
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .item-gallery {
      width: 100% !important;
      padding: 0 30px; } }
  .item-gallery:hover .gallery-caption {
    background: rgba(0, 0, 0, 0.5); }
  .item-gallery:hover .gallery-link {
    top: 50%; }
  .item-gallery-inner {
    background: transparent;
    position: relative;
    display: block;
    overflow: hidden; }
    .item-gallery-inner .gallery-caption {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: transparent;
      -webkit-transition: all .4s ease;
              transition: all .4s ease; }
    .item-gallery-inner .gallery-link {
      position: absolute;
      top: -40px;
      margin-top: -15px;
      left: 50%;
      margin-left: -15px;
      -webkit-transition: all .4s ease;
              transition: all .4s ease;
      height: 40px;
      width: 40px;
      line-height: 40px;
      border-radius: 50%;
      background: #4283b9;
      font-size: 14px;
      color: white;
      border-bottom: none;
      display: inline-block; }
      .item-gallery-inner .gallery-link:hover {
        background: #808080; }
      .item-gallery-inner .gallery-link:focus {
        background: #4c4c4c; }
    @media (min-width: 980px) and (max-width: 1199px) {
      .item-gallery-inner img {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .item-gallery-inner img {
        width: 100%; } }
    @media (max-width: 480px) {
      .item-gallery-inner img {
        width: 100%; } }

/*--------------- TESTIMONIAL SECTION ---------------*/
.testimonial-slider .item-testi {
  text-align: center; }
  @media (max-width: 480px) {
    .testimonial-slider .item-testi {
      padding: 0 20px; } }
  .testimonial-slider .item-testi .content-testi {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px; }
    @media (max-width: 480px) {
      .testimonial-slider .item-testi .content-testi {
        font-size: 18px; } }
  .testimonial-slider .item-testi .author-testi {
    font-size: 18px;
    font-weight: 600;
    color: #4283b9; }
    @media (max-width: 480px) {
      .testimonial-slider .item-testi .author-testi {
        font-size: 14px; } }

.testimonial-slider .owl-controls {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px; }

.testimonial-slider .owl-controls .owl-nav .owl-prev,
.testimonial-slider .owl-controls .owl-nav .owl-next,
.testimonial-slider .owl-controls .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #e5e5e5;
  display: inline-block;
  margin: 0 4px; }
  .testimonial-slider .owl-controls .owl-nav .owl-prev.active,
  .testimonial-slider .owl-controls .owl-nav .owl-next.active,
  .testimonial-slider .owl-controls .owl-dot.active {
    background-color: #ea8530; }

/*--------------- GOALS-SECTION ---------------*/
.list-goals {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .list-goals li {
    position: relative; }
    .list-goals li p {
      margin-left: 60px; }
      @media (max-width: 480px) {
        .list-goals li p {
          margin-bottom: 15px; } }
    .list-goals li:hover:before {
      -webkit-animation-name: rotateUpDown;
              animation-name: rotateUpDown;
      -webkit-animation-duration: 1.2s;
              animation-duration: 1.2s;
      -webkit-animation-direction: alternate;
              animation-direction: alternate; }
    .list-goals li:before {
      position: absolute;
      content: url("../images/compas.png");
      width: 30px;
      height: 30px;
      left: 0;
      top: 5px; }

/*--------------- GTTPSTATISTIC - SECTION ---------------*/
.table-statistic table {
  border: 1px solid #e5e5e5;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal; }
  .table-statistic table thead {
    background-color: #d5e7f6; }
    .table-statistic table thead tr td {
      padding: 40px 20px; }
  .table-statistic table tbody {
    color: #999999; }
    .table-statistic table tbody tr {
      background-color: white;
      border-bottom: 1px solid #e5e5e5; }
      .table-statistic table tbody tr:nth-child(even) {
        background-color: #f9fbfc; }
      .table-statistic table tbody tr td {
        padding: 20px; }
  .table-statistic table tfoot tr {
    background-color: #4283b9;
    color: white; }
    .table-statistic table tfoot tr td {
      padding: 20px; }
.table-statistic .info-table {
  text-align: left;
  margin-bottom: 5px;
  font-size: 14px; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .table-statistic .info-table {
      padding: 0 20px;
      margin-bottom: 10px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .table-statistic .info-table {
      padding: 0 20px;
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .table-statistic .info-table {
      padding: 0 20px;
      margin-bottom: 10px; } }

/*--------------- WIDGETS ---------------*/
.widget {
  margin-bottom: 40px; }
  .widget .title-widget {
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px; }
  .widget .list-widget {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
    .widget .list-widget li {
      display: block; }
    .widget .list-widget .title-link {
      margin: 0 0 10px;
      font-weight: normal;
      font-size: 16px; }
      @media (max-width: 480px) {
        .widget .list-widget .title-link {
          font-size: 14px; } }
      .widget .list-widget .title-link a {
        color: #666666;
        border-bottom: none; }
        .widget .list-widget .title-link a:hover, .widget .list-widget .title-link a:focus {
          color: #4283b9; }
  .widget-socmed ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center; }
    .widget-socmed ul li {
      float: left; }
      @media (max-width: 480px) {
        .widget-socmed ul li {
          float: none;
          display: inline-block; } }
      .widget-socmed ul li a {
        color: #b3b3b3;
        border-bottom: none;
        margin: 9px 5px;
        display: block; }
        .widget-socmed ul li a:hover, .widget-socmed ul li a:focus {
          color: #4283b9; }
  .widget-text img {
    margin-bottom: 20px; }
  .widget-text p {
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 480px) {
      .widget-text p {
        font-size: 14px;
        line-height: 21px; } }

/*--------------- FOOTER-SITE ---------------*/
.footer-site {
  border-top: 1px solid #e5e5e5; }

.footer-top {
  padding: 50px 0 20px; }

.footer-bottom {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0; }
  .footer-bottom .widget {
    margin: 0 !important; }
    @media (max-width: 480px) {
      .footer-bottom .widget {
        width: 100%; } }
    .footer-bottom .widget-socmed ul li a {
      margin: 0 5px; }

.copyright {
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 14px;
  color: #808080; }
  @media (max-width: 480px) {
    .copyright {
      float: none;
      text-align: center;
      margin-bottom: 10px; } }
  .copyright a {
    color: #808080;
    border-bottom: none; }
    .copyright a:hover, .copyright a:focus {
      color: #4283b9;
      border-bottom: none; }

@-webkit-keyframes rotateUpDown {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); }
  40% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
  60% {
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg); }
  80% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
  90% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg); }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }
@-ms-keyframes rotateUpDown {
  0% {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
  20% {
    -ms-transform: rotate(60deg);
        transform: rotate(60deg); }
  40% {
    -ms-transform: rotate(30deg);
        transform: rotate(30deg); }
  60% {
    -ms-transform: rotate(50deg);
        transform: rotate(50deg); }
  80% {
    -ms-transform: rotate(30deg);
        transform: rotate(30deg); }
  90% {
    -ms-transform: rotate(20deg);
        transform: rotate(20deg); }
  100% {
    -ms-transform: rotate(10deg);
        transform: rotate(10deg); } }
@keyframes rotateUpDown {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); }
  40% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
  60% {
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg); }
  80% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
  90% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg); }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }