/*
Theme Name: FIA Theme.
Theme URI: https://www.fia.com.br
Description: Tema criado baseado no Design do site FIA.
Version: 1.0
Author: Ricardo Bueno da Silva
Author URI: https://www.fia.com.br
*/

/* @import CSS
-------------------------------------------------------------- */

/*/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url(../../../../../../../../../themes/fia-new-theme/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url('../../../../../../../../../themes/fia-new-theme/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), 
        url(../../../../../../../../../themes/fia-new-theme/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), 
        url(../../../../../../../../../themes/fia-new-theme/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), 
        url(../../../../../../../../../themes/fia-new-theme/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), 
        url('../../../../../../../../../themes/fia-new-theme/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#sidebar{
    margin-top: 20px;
}
.lista-cursos {
padding-top: 0px;
/* min-height: 1100px; */
height: 100%;
}
.curso-article {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-left: 5px;
margin-top: 10px;
padding-right: 25px;
padding-bottom: 25px;
}
.curso-rows {
min-height: 430px;
width: 100%;
padding-right: 0px;
margin-left: 0px;
margin-right: 0px;
}
a: visited {
color: none!important;
}
.fa {
margin-left: 5px;
}
.fa-user{
color: rgb(0, 85, 153);
}
.turmaRows div {
margin-bottom: 3px;
margin-top: 2px;
}
.panel-filter {
background-color: #ffffff;
border-radius: 0px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.accordion-group {
/*border-bottom: 1px solid #D8D8DF;*/
}
.accordion-group: last-child {
border-bottom: 0px;
}
.accordion-heading.panel-heading: hover {
background-color: rgb(78, 87, 118);
color: white;
cursor: pointer;
}
.panel-filter .panel-heading {
padding: 0!important;
color: #005599;
padding: none!important;
border-bottom: 1px solid #005599;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
background-color: initial;
}
.panel-filter .panel-body {
padding: 5px 10px 5px 0px;
border-bottom: 1px solid transparent;
}
.panel-filter .panel-title {
cursor: pointer;
text-decoration: none;
margin-bottom: 0;
margin-left: 5px;
fo;
font-size: 1em;
font-weight: 700;
color: inherit;
display: inline-block;
padding: 5px 0px 5px 0px;
width: 90%;
text-transform: none;
}
.panel-filter-search {
position: relative;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.panel-filter-search input {
-webkit-appearance: none;
-webkit-border-radius: 0;
height: 28px;
border: solid 1px #d2d3d5;
width: 100%;
padding: 5px 30px 5px 13px;
border-radius: 1px;
font-size: 12px;
box-sizing: border-box;
}
.panel-filter-search .icon {
position: absolute;
  top: 9px;
  right: 10px;
  font-size: 0.85em;
  color: #a2aeb4;
}

.panel-filter-search .icon2:before {
position: absolute;
top: 3px;
right: 25px;
font-size: 0.85em;
color: #a2aeb4;
content:"|";
}

.wrapper .inside{
position: absolute;
top: 13px;
right: 13px;
font-size: 1.25em;
color: #a2aeb4;
}

.wrapper {
position: relative;
}

.wrapper .icon2:before {
position: absolute;
top: -3px;
right: 35px;
font-size: 1.85em;
font-weight:100;
color: #a2aeb4;
content:"|";
}

.panel-filter-search .filter-search-empty {} .panel-filterarea {
overflow-x: hidden;
height: 350px;
overflow-y: scroll;
padding: 15px;
}
.filter-area {
padding: 0px;
line-height: 1.42857143;
border-radius: 4px;
display: inline-block;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
max-height: 250px;
}
.filter-area > li {
padding: 0px;
line-height: 2.428571;
display: block !important;
max-width: 100%;
height: auto;
border-bottom: 1px solid #D8D8DF;
white-space: nowrap;
}
.filter-area li: last-child {
border-bottom: 0px;
border: 0px;
}
.filter-area label {
padding: 0px;
font-size: 0.75em;
padding-left: 0.3em;
padding-right: 0.3em;
vertical-align: middle;
font-weight: 400;
}
.filter-area .badge {
display: inline-block;
min-width: 10px;
padding: 3px 5px;
font-size: 0.8em;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #B3B3B3;
border-radius: 10px;
font-weight: lighter;
}
}
.curso-lista {
border-top: #d5d2c6 solid 1px;
border-bottom: 0px;
margin-top: 0px;
clear: both;
}
.curso-lista h3 {
font-size: 15px;
margin-bottom: 0px;
}
.curso-lista li {
overflow: visible;
padding: 0px;
border-bottom: 1px solid #D8D8DF;
display: inline;
position: relative;
display: block;
overflow: auto;
}
.curso-lista li: last-child {
border-bottom: 0px;
}
.curso-lista p {
white-space: nowrap;
float: left;
width: 70%;
line-height: 24px;
}
.curso-lista img {
width: 15px;
height: 15px;
margin: 0px 5px 0px 0px !important;
}
.curso-lista a {
font-weight: 400;
color: #222;
}
.curso-lista .curso-detalhe {
line-height: 20px;
}
.curso-detalhe-coord {
font-size: 0.95em;
position: relative;
display: block;
}
.curso-detalhe-data {
font-size: 0.95em;
position: relative;
display: block;
}
.curso-lista div {
padding: 0;
}
.curso-lista .curso-detalhe-data div {
float: left;
line-height: 18px;
}

.curso-lista select{
font-size: 12px;
padding: 0px;
margin: 0;
height: 20px;
bottom: 3px;
position: relative;
}
.curso-detalhe-area {
font-size: 0.95em;
position: relative;
display: block;
}
.curso-lista .curso-detalhe-area div {
float: left;
line-height: 18px;
padding-left: 0em;
}
.curso-lista .curso-detalhe-area a {
padding-left: 0.3em;
font-weight: normal;
text-decoration: none;
}
.curso-lista .curso-detalhe-data .divinscricao {
float: right;
line-height: 18px;
padding-left: 1em;
}
.curso-lista .curso-detalhe-data .divinscricao-encerrada {
float: right;
line-height: 18px;
padding-left: 1em;
}
.curso-lista .curso-detalhe-data .divinscricao-encerrada span {
float: right;
line-height: 18px;
padding-left: 1em;
color: red;
}
a.curso-detalhe-link{
display: block;
width: 95px;
height: 25px;
background: #005599;
padding: 3px;
text-align: center;
border-radius: 5px;
color: #ffffff !important;
font-size: 11px;
font-weight: 100;
margin-top: -1rem;
}
.curso-lista .curso-detalhe-data div: first-of-type {
float: left;
line-height: 18px;
padding-left: 0em;
}
.curso-lista .curso-detalhe-data span {
float: left;
line-height: 18px;
margin-right: 0.2em;
}
.curso-lista .curso-detalhe-data label {
float: left;
line-height: 18px;
font-weight: 400;
}
@media screen and (max-width: 799px) {
.curso-detalhe-data {
    font-size: 0.88em;
    position: relative;
    display: block;
}
.curso-lista .curso-detalhe-data div {
   float: left;
   line-height: 18px;
   padding-left: 0em;
   width: 100%;
}
.curso-lista .curso-detalhe-data .divinscricao {
  float: left;
  line-height: 18px;
  width: 100%;
  padding-bottom: 1rem;
}
a.curso-detalhe-link {
 display: block;
 width: 90px;
 height: 40px;
 background: #005599;
 padding: 10px;
 text-align: center;
 border-radius: 12px;
 color: white;
 font-size: 1.3rem;
 font-weight: 100;
 margin: 0rem 25% 1rem 30%;
}
.curso-lista .curso-detalhe-data div: first-of-type {
float: left;
line-height: 18px;
padding-left: 0em;
}
.curso-lista .curso-detalhe-data span {
float: left;
line-height: 18px;
font-weight: 600;
margin-right: 0.2em;
}
.curso-lista .curso-detalhe-data label {
float: left;
line-height: 18px;
font-weight: 400;
}
}
.curso-search {
display: block;
font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
width: 100%;
padding-right: 0px;
margin-left: 0% !important;
margin-right: 0% !important;
padding-bottom: 20px;
padding-top: 18px;
}
.curso-search input[type="text"] {
border-color: rgb(232, 232, 232);
border-radius: 4px;
border-style: solid;
border-width: 1px;
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
box-sizing: border-box;
font-size: 14px;
height: 34px;
padding-bottom: 10px;
padding-left: 10px;
padding-top: 10px;
width: 80%;
float: left;
}
.curso-search .btnSearch {
height: 42px;
border-bottom-style: none;
margin-bottom: 5px;
float: right;
width: 20%;
max-width: 150px;
color: #fff;
font-weight: 600;
background-color: #4e5776;
}
@media screen and (max-width: 799px) {
.btnInscreva {
    float: none!important;
    bottom: auto!important;
}
.curso-search {
   display: block;
   font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
   width: 100%;
   margin: 0px;
   padding: 0px;
   padding-top: 0.5rem;
   margin-left: 1% !important;
   margin-right: 10% !important;
   padding-bottom: 15px;
}
.curso-search input[type="text"] {
  border-color: rgb(232, 232, 232);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-sizing: border-box;
  font-size: 13px;
  height: 35px;
  width: 70%;
  float: left;
}
.curso-search .btnSearch {
 height: 35px;
 border-bottom-style: none;
 margin-bottom: 0px;
 float: right;
 width: 20%;
 min-width: 70px;
 color: #fff;
 font-weight: 100;
 background-color: #4e5776;
}
}
.curso-ordering-breadcrumb {
margin-top: 0px;
margin-bottom: 25px;
width: 100%;
padding-right: 0px;
-moz-border-radius: 5px;
/* background-color: #f7f6f2; */
padding-top: 0.7rem;
border-bottom: 1px solid #005599;
padding-bottom: 0.4rem;
margin-left: 0px;
margin-right: 0px;
}
.curso-breadcrumb {
padding: 5px 0px;
margin-Top: 0px;
list-style: none;
background-color: inherit;
border-radius: 0px;
display: block;
float: left;
margin-bottom: 0px;
font-size: 17px;
font-weight: 600;
}
.curso-breadcrumb a {
color: #005599;
font-weight: 600;
}

.curso-breadcrumb>li+li: before {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.curso-breadcrumb>.active {
color: #777;
font-weight: 500;
}
.curso-breadcrumb>li {
display: inline-block;
}
.curso-ordering {
border-radius: 5px;
padding: 2px 3px;
margin-top: 5px;
float: right;
margin-right: 1px;
height: initial;
font-size: 12px;
}
@media screen and (max-width: 799px) {
.btnInscreva {
    float: none!important;
    bottom: auto!important;
}
.curso-ordering-breadcrumb {
   width: 100%;
   padding: 0px;
   margin-top: 1.5rem;
}
.curso-breadcrumb {
  padding: 0px 10px;
  margin-Top: 10px;
  list-style: none;
  background-color: inherit;
  border-radius: 0px;
  display: block;
  float: left;
  font-size: 11px;
}
.curso-breadcrumb>li+li: before {
 padding: 0 5px;
 color: #ccc;
 content: "/\00a0";
}
.curso-breadcrumb>.active {
color: #777;
}
.curso-breadcrumb>li {
display: inline-block;
}
.curso-ordering {
padding: 4px 5px;
margin-top: 7px;
float: right;
margin-bottom: 7px;
}
}
.tagSelected {
background-color: rgb(213, 225, 235);
}
.tag {
cursor: pointer;
}
.ms-core-listMenu-item, .ms-core-listMenu-item: link {
color: white!important;
}
.btnInscreva {
float: right;
bottom: -20px;
}
.ui-slider-pip-last {} .accordion-body {
width: 100%;
}
.fther .accordion-body {
padding-left: 20px;
}
.curso-detalhe-data div {
margin-right: 2px;
}
.curso-lista li {
/* white-space: nowrap; */
/*float: left;*/
}
li.turmaRows a {

}
ul.dropdown-menu.dropUnidades {
padding: 0px;
}
li.turmaRows h3 a {
overflow: hidden;
color: #005599;
font-weight: bold;
}
.modal-nomecurso {
overflow: hidden;
color: #005599;
font-weight: bold;
font-size: 0.95em;
margin-bottom: 10px;
border-bottom: 1px solid #005599;
}
.modal-line {
margin-bottom: 10px;
}
.modal-line label {
font-size: 0.9em;
font-weight: 600;
margin-bottom: 0px;
margin-top: 0px;
}
.modal-line input {
width: 100%;
height: 30px;
border-radius: 2px;
font-size: 0.8em;
border: solid 1px #d2d3d5;
}
.modal-line textarea {
width: 100%;
height: 100px;
border-radius: 2px;
font-size: 0.8em;
border: solid 1px #d2d3d5;
}

.modal-body {
overflow: auto;
}


#SearchBox input[type=text]{
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
box-sizing: border-box;
font-size: 14px;
height: 34px;
padding-bottom: 10px;
padding-left: 10px;
padding-top: 10px;
margin: 0;
}
div#SearchBox{
width: 80%;
}
#SearchBox :hover{

}
.ms-srch-sb-borderFocused
{
border:1px solid #ababab;
}

#SearchBox input[type=button]{
height: 37px;
margin-left: 5px;
border-radius: 5px;
}

.ms-srch-sb-border,.ms-srch-sbLarge,.ms-srch-sb-border:hover{
border-radius: 4px;
border-style: solid;
border-width: 1px;
border-color: #ababab;
}

.ms-srch-sbLarge-fullWidth{
width: 100%!important;
}
.ms-srch-item{
width:auto!important;
}
#pagDefesasRealizadas{
padding-top: 10px!important;
}
.ms-srch-result {
margin-top: -30px!important;
}
#NoResult{
margin-top: 20px!important;
}
.mestrado-qualificacoes {
list-style: none;
font-size: 12.635px;
}
div#WebPartPlaceHolderSearchBox {
padding-right: 0;
padding-left: 10px;
padding-bottom: 20px;
}
#pagDefesasRealizadas .col-md-3 {
padding-left: 0;
}
.ms-promlink-button {
display: inline-block;
width: 16px;
height: 16px;
border-width: 0;
border-style: solid;
padding: 4px;
}

#btnSearch {
background: #005599;
border-radius: 5px;
color: white;
font-size: 1.15rem;
font-weight: 100;
}
.hdPanel{
visibility: hidden;
padding-bottom: 0;
}
#PageLinkNext,#PageLinkPrev{
width: auto;
height: 28px;
text-transform: none;
margin-top: 4px;
font-weight: 400;
}
.t{
font-size: 10px;
border-bottom:none!important;
}

.topTabs li{
width: 50%;
}

.tab-inner{
border:1px solid #ccc;
border-top:none;
overflow: hidden;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{

}

.ms-srch-result-groups{
margin-bottom: -45px;
}
.ms-srch-result #Paging{
margin: 45px 30px -45px;
text-align: center
}




/** CSS PARA O FILTRO DOS CURSOS **/
.searchandfilter ul:first-child {
  overflow-y: inherit;
  overflow-x: inherit;
  max-height: initial;
}

.searchandfilter ul {
  padding: 0px;
  line-height: 1.42857143;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 250px;    
}

.searchandfilter ul  {
padding: 0px;
line-height: 1.42857143;
border-radius: 4px;
display: inline-block;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
max-height: 250px;
}
.searchandfilter ul  > li {
padding: 0px;
line-height: 2.428571;
display: block !important;
max-width: 100%;
height: auto;
border-bottom: 1px solid #D8D8DF;
white-space: nowrap;
}
.searchandfilter ul > li: last-child {
border-bottom: 0px;
border: 0px;
}

.searchandfilter ul label {
  padding: 0px;
  font-size: 0.75em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  vertical-align: middle;
  font-weight: 400;
}

/*
  modificações plugin search and filter novo - Luís Banuth
 */

.searchandfilter ul li li {
    padding: 0px 0 !important;
}

.sf-field-search label {
  width: 100%;
}

.searchandfilter label{
  display: unset !important;
}
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(../../../../../../../../../themes/fia-new-theme/assets/css/fonts/flexslider-icon.eot);
  src: url('../../../../../../../../../themes/fia-new-theme/assets/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url(../../../../../../../../../themes/fia-new-theme/assets/css/fonts/flexslider-icon.woff) format('woff'), url(../../../../../../../../../themes/fia-new-theme/assets/css/fonts/flexslider-icon.ttf) format('truetype'), url('../../../../../../../../../themes/fia-new-theme/assets/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 20px;
  background: #ffffff;  
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    content: "\f104";
    position: absolute;
    text-indent: 0;
    right: 0;
    top: 0;
    font-family: 'FontAwesome';
    font-size: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: center;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
  color: #fff;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
  color: #fff;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
      width: 10px;
    height: 10px;
    background: #ffffff;
    border: 2px solid transparent;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.flex-control-paging li a:hover {
  background: #fff;
}
.flex-control-paging li a.flex-active {
  background: none;
    border-color: #ffffff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* customizer */
.flat-portfolio-single .flexslider {
    position: relative;
    overflow: hidden;
}

.flex-direction-nav a {
    position: absolute;
    width: 50px;
    height: 50px;
    background: none;
    color: #ffffff;
    background-color: #18ba60;
    bottom: 20px;
    right: 20px;
    text-indent: -9999px;
    z-index: 98;
    text-align: inherit;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.flex-direction-nav a:hover {
    background-color: #15416e;
    border-color: #15416e;
}

.flex-direction-nav a:hover i {
    color: #fff;
}

.flex-direction-nav a i {
    color: #333333;
    font-size: 28px;
    line-height: 35px;
}

.flex-direction-nav .flex-prev {
    right: 80px;
}

.flex-direction-nav .flex-next {
    right: 16px;  
}


/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  /*position: relative;*/
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: inline-block;
  /*width: 100%;*/
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: var(--wpr-bg-0fb55f17-f95e-4bab-951b-3baed9fe26e8) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* Styling dot */
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #eeeeee;
    margin: 4px;   
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #697ea4;
    
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: absolute;
    top: -107px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #18ba60;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;     
}

.owl-theme .owl-controls .owl-nav div:hover {
    background-color: #15416e;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    right: 54px;   
}

.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.owl-theme .owl-controls .owl-nav div.owl-next:before {
    position: absolute;
    content: "\f104";
    font-family: 'FontAwesome';
    text-indent: 0;
    left: 14px;
    top: 50%;
    margin-top: -25px;
    font-size: 28px;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}  

.owl-theme .owl-controls .owl-nav div.owl-next {
  position: absolute;
  right: 15px;
}

.owl-theme .owl-controls .owl-nav div.owl-next:before {    
    content: "\f105";    
}  

/* Index
-------------------------------------------------------------- */

/**
  * Item
  * Flat themes
  * Flat divider
  * Row
  * Flat button
  * Flat social
  * Flat portfolio
  * Flat portfolio single
  * Flat list
  * Flat general
  * Flat about
  * Flat general sidebar
  * Flat counter
  * Flat accordion
  * Flat teammember
  * Flat clients
  * Flat faq
  * Flat general text
  * Flat history
  * Flat testimonials
  * Flat awards and recognition
  * Flat course
  * Flat slotholder
  * Flat services
  * Flat title button
  * Flat title section
  * Flat contact us
  * Flat imagebox
  * Flat quick form
  * Flat blog shortcode
  * Flat video shortcode
  * Flat latest post shortcode
  * Flat events shortcode
  * Flat address shortcode
  * Flat services
  * Progress Bar
  * Training programs
  * Flat iconbox
  * Flat tabs
  * Flat contactform
  * Flat map
  * Flat shop
  * Flat shop detail
  * Flat list about
  * Flat video fancybox
  * Flat search
**/

/* Item
-------------------------------------------------------------- */
.item-two-column {
	width: 50%;
}

.item-three-column {
	width: 33.3333333%;
}

.item-four-column {
	width: 25%;
}

/* Flat themes
-------------------------------------------------------------- */
.color-themes {
	color: #15416e;
}

.color-themes1 {
	color: #18ba60;
}

.bg-themes {
	background-color: #18ba60;
}

.f-size16px {
	font-size: 16px;
}

/* Flat divider
-------------------------------------------------------------- */
.flat-divider {
	width: 100%;
	position: relative;
}

.flat-divider.d20px {
	height: 20px;
}

.flat-divider.d30px {
	height: 30px;
}

.flat-divider.d35px {
	height: 35px;
}

.flat-divider.d40px {
	height: 40px;
}

.flat-divider.d50px {
	height: 50px;
}

.flat-divider.d60px {
	height: 60px;
}

.flat-divider.d85px {
	height: 85px;
}

.flat-divider.line-separator {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Row
-------------------------------------------------------------- */
.flat-row {
	clear: both;
	display: block;
	position: relative;
	padding: 50px 0;
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	   filter: alpha(opacity=50);
	  opacity: 0.5;
}

.overlay.bg-18ba60 {
	background-color: #18ba60 ;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	   filter: alpha(opacity=50);
	  opacity: 0.5;
}

.overlay.bg-f1f2f8  {
	background-color: #f1f2f8 ;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	   filter: alpha(opacity=50);
	  opacity: 0.5;
}

.flat-wrapper {
	padding: 0 15px;
}

.pad-bottom0px {
	padding-bottom: 0;
}

.no-margin-top {
	margin-top: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.pad165px {
	padding-top: 165px;
	padding-bottom: 165px;
}

.pad-top0px {
	padding-top: 0;
}

.pad-top40px {
	padding-top: 40px;
}

.pad-top60px {
	padding-top: 60px;
}

.pad-top70px {
	padding-top: 70px;
}

.pad-bottom20px {
	padding-bottom: 20px;
}

.pad-bottom30px {
	padding-bottom: 30px;
}

.pad-bottom40px {
	padding-bottom: 40px;
}

.pad-bottom60px {
	padding-bottom: 60px;
}

.pad-bottom70px {
	padding-bottom: 70px;
}

.background-f1f2f8 {
	background-color: #f1f2f8;
}

.background-20242e {
	background-color: #20242e;
}

.home-title {
	text-align: center;
	color: #fff;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0;
}

/* Flat button
-------------------------------------------------------------- */
.button.style1 {
	color: #ffffff;
	font-weight: bold;
	padding: 0 40px 0px 20px;
	text-transform: uppercase;
	position: relative;
}

.button.style1:after {
	content: "\f054";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	right: 20px;
	font-weight: normal;
	font-size: 14px;
}

.button.style1:hover {
	background: #ffffff;
	text-shadow: none;
	color: #15416e;
}

/* Flat social
-------------------------------------------------------------- */
.social-links a i {
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	position: relative;
	top: 0;
	border: 1px solid transparent;
}

.social-links a i.fa-twitter {
	background: #1cb7eb;
}

.social-links a i.fa-facebook-official {
	background: #496fa4;
}

.social-links a i.fa-linkedin {
	background: #008ec1;
}

.social-links a i.fa-google-plus {
	background: #e6694a;
}

.social-links a i:hover {
	background: rgba(0, 0, 0, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
}

.social-links.style1 a i:hover {
	background-color: #18ba60;
}

/* Flat portfolio
-------------------------------------------------------------- */
ul.portfolio-filter {
	background-color: #15416e;
	overflow: hidden;
	padding: 0;
	margin: 0 0 30px 0;
}

ul.portfolio-filter li {
	list-style: none;
	float: left;
	margin: 0;
}

ul.portfolio-filter li.active a {
	background: rgba(0, 0, 0, 0.1);
	border-bottom-color: transparent;
	border-top-color: transparent;
	border-left-color: rgba(255, 255, 255, 0.2);
	border-right-color: rgba(255, 255, 255, 0.2);
}

ul.portfolio-filter li:first-child a {
	border-left: none;
}

ul.portfolio-filter li a {
	display: block;
	font-weight: bold;
	padding: 15px 20px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	position: relative;
	border: 1px solid transparent;
}

ul.portfolio-filter li.active a:after {
	left: 0;
	right: 0;
	height: 4px;
	content: "";
	bottom: -1px;
	background-color: #18ba60;
	position: absolute;
}

.flat-portfolio .portfolio {
	margin: 0 -15px;
}

.flat-portfolio .portfolio .portfolio-item {
	float: left;
	padding: 0 13px;
	margin-bottom: 30px;
}

/* Portfolio grid*/
.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap {
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		 -o-transform: translate(0, 0);
			transform: translate(0, 0);
	-webkit-opacity: 1;
	 -khtml-opacity: 1;
	   -moz-opacity: 1;
			opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap:hover {
	z-index: 9;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
	   -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
		-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
		 -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail {
	position: relative;
	margin: 0;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail:hover img,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail:hover img {
	-webkit-opacity: 0.2;
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	filter: alpha(opacity=20);
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		 -o-transform: scale(1.2);
			transform: scale(1.2);
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail a,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail a {
	display: block;
	overflow: hidden;
	background-color: #15416e;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail .flat-figcaption,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail .flat-figcaption {
	margin: 0;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail .flat-figcaption .project-buttons a,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail .flat-figcaption .project-buttons a {
	/*background-color: #18ba60;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	z-index: 9;
	visibility: hidden;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background: none;
	color: #ffffff;
	background-color: ;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail:hover .flat-figcaption .project-buttons a,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail:hover .flat-figcaption .project-buttons a {
	webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail .flat-figcaption .project-buttons a:hover,
.flat-portfolio.portfolio-gridalt .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail .flat-figcaption .project-buttons a:hover {
	background: #15416e;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail .flat-figcaption .project-buttons a:after,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail .flat-figcaption .project-buttons a:after {
	font-family: "fontAwesome";
	content: "\f002";
	text-indent: 0;
	position: absolute;
	top: 12px;
	right: 19px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-info {
	padding: 15px 25px 20px 25px;
	background: #f2f4f8;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
	background-color: #fff;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-info ul.portfolio-categories,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info ul.portfolio-categories {
	margin: 0 0 5px 0;
	padding: 0;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-info ul.portfolio-categories li,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info ul.portfolio-categories li {
	display: inline-block;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-info ul.portfolio-categories li:after,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info ul.portfolio-categories li:after {
	content: ",";
	display: inline-block;
	color: #b9c1cf;
	margin: 0 2px;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-info ul.portfolio-categories li:last-child:after,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info ul.portfolio-categories li:last-child:after {
  display: none;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-info ul.portfolio-categories li a,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info ul.portfolio-categories li a {
	color: #b9c1cf;
	font-size: 14px;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-title,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-title {
	font-size: 14px;
	margin: 0;
	line-height: 1.4;
	font-weight: 700;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-title a ,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-title a {
	color: #15416e;
}

.flat-portfolio.portfolio-grid .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-title a:hover,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-title a:hover {
	color: #18ba60;
}

/* Portfolio masonry */
.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap .portfolio-info {
	background-color: #15416e;
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	margin: 0 15px;
	display: none\9;
	visibility: visible;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(20px);
	   -moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		 -o-transform: translateY(20px);
			transform: translateY(20px);
}

.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
	visibility: visible;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
		-ms-transform: translateY(0);
		 -o-transform: translateY(0);
			transform: translateY(0);
}

.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap:after {
	width: 50px;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: -15px;
	background: #ffffff;
}

.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-categories {
	margin: 0 0 5px 0;
	padding: 0;
}

.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-categories li {
	display: inline-block;
}

.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-categories li a {
	color: #b9c1cf;
	font-size: 14px;
	display: inline-block;
}

.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-categories li a:hover {
	color: #fff;
}

.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-categories li:after {
	content: ",";
	display: inline-block;
	color: #b9c1cf;
	margin: 0 2px;
}

.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-categories li:last-child:after{
	display: none;
}

.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
}

.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-title a {
	color: #fff;
}

.flat-portfolio.portfolio-masonry .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-title a:hover {
	color: #18ba60;
}

/* Portfolio grid alt */
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item {
	margin-bottom: 50px;
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap {
	border-bottom: 2px solid #f1f2f8;
	padding-bottom: 20px;
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap:hover {
	border-color: #18ba60;
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info {
	background-color: #fff;
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-thumbnail {
	margin-bottom: 20px;
}


/* Custom Changes */

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap h6.portfolio-title a {
	display: block;
	min-height: 65px;
	/*background-color: rgba(0,0,0,0.25);*/
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info {
	color: ;
	font-size: 0.92em;
	line-height: 1.0em;
	margin-bottom: 10px;
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span {
	display: block;
	padding-bottom: 3px;
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span.author,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span.date,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span.time,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span.address {
	margin-left: 15px;
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span.author:before,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span.date:before,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span.time:before,
.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span.address:before {
	font-family: "FontAwesome";
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	margin-left: -15px;
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span.author:before {
	content: "\f007";
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span.date:before {
	content: "\f073";
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span.time:before {
	content: "\f017";
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap p.portfolio-info span.address:before {
	content: "\f041";
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap ul.portfolio-categories {
	/*padding: 0;*/
	/*margin: 0;*/
	line-height: 1.0em;
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap ul.portfolio-categories li a {
	color: ;
	font-size: 0.9em;
}

.flat-portfolio.portfolio-grid-alt .portfolio .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap ul.portfolio-categories li a:hover {
	color: ;
}

.flat-wrapper .portfolio-tags {

}

.portfolio-tags h5,
.portfolio-tags h5 i {
	color: ;
}

.portfolio-tags h5 i {
	color: ;
	margin-right: 10px;
}

/* */


/* Flat portfolio single
-------------------------------------------------------------- */
.flat-portfolio-single .flat-wrapper .portfolio-single {
	margin-bottom: 50px;
}

.portfolio-single .portfolio-slider {
	margin-bottom: 50px;
}

.portfolio-content-single .main-text .main-text-title {
	font-weight: 700;
	color: #15416e;
	margin-top: 5px;
}

.portfolio-content-single .main-text .main-text-content {
	margin-bottom: 40px;
}

.portfolio-content-single .main-text ul {
	margin: 20px 0 60px 0;
	padding: 0;
}

.main-text img {
	margin-bottom: 30px;
}

/* Portfolio single style2 */
.flat-portfolio-single.style2 .flat-wrapper {
	margin: 0 -15px;
}

.flat-portfolio-single.style2 .portfolio-single {
	overflow: hidden;
}

/* Portfolio single style3 */
.flat-portfolio-single.style3 .flat-wrapper {
	margin: 0 -15px;
}

.flat-portfolio-single.style3 .portfolio-single {
	overflow: hidden;
}

.flat-portfolio-single.style3 .portfolio-single .portfolio-content-single .title h3 {
	color: #1D5DA2;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
}

.flat-portfolio-single.style3 .portfolio-single .portfolio-content-single .title p {
	font-size: 1.2em;
	line-height: 1.2em;
}

/* Navigation portfolio */
.flat-portfolio-single .navigation.post-navigation .nav-links {
	border: none;
	padding-left: 1000px;
	padding-right: 1000px;
	margin-right: -1000px;
	margin-left: -1000px;
	background: #f1f2f8;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		 -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

/* Flat list
-------------------------------------------------------------- */
ul.flat-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

ul.flat-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 2px solid #18ba60;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}

ul.flat-list li:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 10px;
	width: 5px;
	height: 5px;
	background-color: #18ba60;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}

/* flat list style1 */
ul.flat-list.style1 li {
	margin-bottom: 5px;
}

/* flat list style2 */
ul.flat-list.style2 {
	padding: 30px;
	background: #f1f2f8;
}

/* Flat general
-------------------------------------------------------------- */
.flat-general .general {
	width: 70%;
}

.flat-general .general .general-text .title {
	color: ;
}

.flat-general .general .general-text p {
	line-height: 1.7em;
}

.flat-general .general .general-text p strong {
	color: ;
}

.flat-general.sidebar-right .general {
	padding-right: 30px;
	float: left;
}

.flat-general.sidebar-left .general {
	padding-left: 30px;
	float: right;
}

.flat-general .flat-wrapper {
	overflow: hidden;
}

.flat-general.sidebar-right .flat-wrapper .general {
	border-right: 1px solid rgba(54, 70, 115, 0.08);
}

.flat-general.sidebar-left .flat-wrapper .general {
	border-left: 1px solid rgba(54, 70, 115, 0.08);
}

.general-sidebar {
	width: 30%;
	position: relative;
}

/* Sidebar right */
.sidebar-right .general-sidebar {
	float: right;
	padding-left: 30px;
}

.sidebar-left .general-sidebar {
	float: left;
	padding-right: 30px;
}

.sidebar-right .general-sidebar strong {
	color: ;
}

/* Flat about
-------------------------------------------------------------- */
.about-content .about-slider,
.about-content .about-content-text {
	margin-bottom: 40px;
}

.about-content .about-content-text .about-content-title {
	font-weight: 700;
	line-height: 1.1;
	margin-top: 0;
	color: ;
}

.about-content .about-content-text h4.about-content-title {
	color: ;
}

.about-content .about-content-text h5 {
	color: ;
}

.about-content .about-content-text p {
	color: ;
	line-height: 1.2em;
}

.about-content .about-content-text p strong {
	color: ;
}

.about-content-text.item-column {
	margin: 0 -15px 40px -15px;
	overflow: hidden;
}

.about-content-text .item-two-column {
	padding: 0 15px;
	float: left;
}

.about-content .about-content-text img.contextual {
	display: block;
	padding-bottom: 25px;
	margin: 0 auto;
}

/* Flat general sidebar
-------------------------------------------------------------- */
/* Sidebar widget menu nav */
.general-sidebar .widget.widget_nav_menu ul.nav_menu {
	padding: 5px 0;
	background-color: #15416e;
}

.general-sidebar .widget.widget_nav_menu ul.nav_menu > li {
	position: relative;
}

.general-sidebar .widget.widget_nav_menu ul.nav_menu li a {
	display: block;
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
}

.general-sidebar .widget.widget_nav_menu ul.nav_menu > li > a {
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 20px;
	color: #ffffff;
	position: relative;
}

.general-sidebar .widget.widget_nav_menu ul.nav_menu > li > a:hover {
	background-color: ;
}

.general-sidebar .widget.widget_nav_menu ul.nav_menu > li > a:before {
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 20px;
}

.general-sidebar .widget.widget_nav_menu ul.nav_menu > li > a.active {
	background-color: #fff;
	color: #15416e;
}

.general-sidebar .widget.widget_nav_menu ul.nav_menu > li > a.active:hover {
	background-color: #fff;
	color: ;
}

.general-sidebar .widget.widget_nav_menu ul.nav_menu > li > a.active:before {
	color: #15416e;
}

.sidebar-right .general-sidebar .widget.widget_nav_menu ul.nav_menu > li > a.active:after {
	width: 5px;
	height: 100%;
	left: -5px;
	top: 0;
	content: "";
	position: absolute;
	left: auto;
	right: -5px;
	background-color: #18ba60;
}

.sidebar-left .general-sidebar .widget.widget_nav_menu ul.nav_menu > li > a.active:after {
	width: 5px;
	height: 100%;
	left: -5px;
	top: 0;
	content: "";
	position: absolute;
	background-color: #18ba60;
}

/* Sidebar widget text */

.general-sidebar .widget.widget_text .textwidget h4.widget_title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: ;
	line-height: 1.1em;
}

.general-sidebar .widget.widget_text .textwidget h4.widget_title.title_first {
	margin-top: 0px;
}

.general-sidebar .widget.widget_text .textwidget p {
	line-height: 1.2em;
}

.scheme2 {
	color: #18ba60;
}

/* Style2 */

.general-sidebar .widget.widget_text .textwidget.style2 {
	padding: 30px;
	background: #f1f2f8;
}

.general-sidebar .widget.widget_text .textwidget.style2 h4.widget_title {
	margin-top: 0;
}

.general-sidebar .widget.widget_text .textwidget p.info {
	padding-left: 25px;
}

.general-sidebar .widget.widget_text .textwidget p.info i {
	position: absolute;
	margin-left: -25px;
}

.general-sidebar .widget.widget_text .textwidget ul.coord {
	padding-left: 110px;
	line-height: 1.2em;
	position: relative;
}

.general-sidebar .widget.widget_text .textwidget ul.coord li.coord_title {
	font-size: 0.9em;
}

.general-sidebar .widget.widget_text .textwidget ul.coord li.coord_name {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 15px;
}

.general-sidebar .widget.widget_text .textwidget ul.coord li.coord_links {
	padding-left: 25px;
}

.general-sidebar .widget.widget_text .textwidget ul.coord li.coord_links i {
	margin-left: -25px;
	position: absolute;
}

.general-sidebar .widget.widget_text .textwidget ul.coord li.coord_photo {
	position: absolute;
	float: left;
	margin-left: -110px;
	top: 0;
}


.general-sidebar .widget.widget_text .textwidget ul.coords {
	padding-left: 110px;
	line-height: 1.2em;
	position: relative;
}

.general-sidebar .widget.widget_text .textwidget ul.coords li.coord_title {
	font-size: 0.9em;
}

.general-sidebar .widget.widget_text .textwidget ul.coords li.coord_name {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 15px;
}

.general-sidebar .widget.widget_text .textwidget ul.coords li.coord_links {
	padding-left: 25px;
}

.general-sidebar .widget.widget_text .textwidget ul.coords li.coord_links i {
	margin-left: -25px;
	position: absolute;
}

.general-sidebar .widget.widget_text .textwidget ul.coords li.coord_photo {
	position: absolute;
	float: left;
	margin-left: -110px;
	top: 0;
}



.general-sidebar .widget.widget_text .textwidget.style2 p a.button.sm {
	min-width: 100%;
	text-align: center;
}

/* Flat counter
-------------------------------------------------------------- */
.flat-counter {
	margin: 0 -15px;
	margin-bottom: 40px;
	overflow: hidden;
}

.flat-counter .item-four-column {
	float: left;
	padding: 0 15px;
}

.flat-counter .counter {
	background: #f1f2f8;
	padding: 0 20px 20px 20px;
	text-align: center;
}

.flat-counter .counter .counter-image {
	margin-bottom: 20px;
}

.flat-counter .counter .counter-image i {
	font-size: 28px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	background-color: #18ba60;
}

.flat-counter .counter .counter-content {
	display: inline-block;
	margin-bottom: 5px;
}

.flat-counter .counter .counter-content .numb-count {
	font-size: 30px;
	position: relative;
	line-height: 1;
}

.flat-counter .counter .counter-title {
	clear: both;
	width: 100%;
}

/* Flat accordion
-------------------------------------------------------------- */
.flat-accordion {
	clear: left;
}

.flat-accordion .flat-toggle {
	margin-bottom: 10px;
}

.flat-accordion .flat-toggle:last-child {
	margin-bottom: 0;
}

.flat-accordion .flat-toggle .toggle-title {
	background-color: rgba(228, 230, 242, 0.5);
	margin: 0;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 0 15px 20px;
	line-height: 1.4;
	background-color: #15416e;
	cursor: pointer;
	position: relative;
}

.flat-accordion.style .flat-toggle .toggle-title:after {
	position: absolute;
	right: 15px;
	top: 50%;
	content: "";
	width: 15px;
	height: 2px;
	background-color: #fff;
}

.flat-accordion.style .flat-toggle .toggle-title:before {
	position: absolute;
	right: 21px;
	top: 50%;
	margin-top: -6.5px;
	content: "";
	width: 2px;
	height: 15px;
	background-color: #fff;
}

.flat-accordion .flat-toggle .toggle-title.active:before {
	display: none;
}

.flat-accordion .flat-toggle .toggle-content {
	background: #f1f2f8;
	border: none;
	display: none;
	padding: 25px 30px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.flat-accordion .flat-toggle .toggle-content p {
	color: ;
	line-height: 1.2em;
}

/* Accordion style1 */

.flat-accordion.style1 .flat-toggle {
	margin-bottom: 30px;
}

.flat-accordion.style1 .flat-toggle .toggle-title.active:after {
	font-family: "FontAwesome";
	position: absolute;
	font-size: 14px;
	content: "\f077";
	left: 20px;
	top: 50%;
	margin-top: -16px;
	font-weight: normal;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	background-color: #18ba60;
}

.flat-accordion.style1 .flat-toggle .toggle-title:before {
	font-family: "FontAwesome";
	position: absolute;
	font-size: 14px;
	content: "\f078";
	left: 20px;
	top: 50%;
	margin-top: -16px;
	font-weight: normal;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	background-color: #15416e;
}

.flat-accordion.style1 .flat-toggle .toggle-title.active:before {
	display: none;
}

.flat-accordion.style1 .flat-toggle .toggle-title {
	color: #15416e;
	background-color: #f1f2f8;
	padding: 20px 20px 20px 70px;
}

.flat-accordion.style1 .flat-toggle .toggle-content {
	padding-left: 70px;
	padding-top: 0;
}

/* Accordion style 2 */

.flat-accordion.style2 .flat-toggle {
	margin-bottom: 30px;
}

.flat-accordion.style2 .flat-toggle .toggle-title.active:after {
	font-family: "FontAwesome";
	position: absolute;
	font-size: 14px;
	content: "\f077";
	left: 20px;
	top: 50%;
	margin-top: -16px;
	font-weight: normal;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
}

.flat-accordion.style2 .flat-toggle .toggle-title:before {
	font-family: "FontAwesome";
	position: absolute;
	font-size: 14px;
	content: "\f078";
	left: 20px;
	top: 50%;
	margin-top: -16px;
	font-weight: normal;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #CD663B;
    color: #f1f2f8;
}

.flat-accordion.style2 .flat-toggle .toggle-title.active:before {
	display: none;
}

.flat-accordion.style2 .flat-toggle .toggle-title {
	color: #FFFFFF;
	padding: 20px 20px 20px 70px;
}

.flat-accordion.style2 .flat-toggle .toggle-content {
	padding-left: 70px;
	padding-top: 0;
}

.flat-accordion.style2 .flat-toggle .toggle-content {
	background: #FFFFFF;
	border: none;
	display: none;
	padding: 25px 30px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.flat-accordion.style2 .flat-toggle .toggle-content strong {

}

.flat-accordion.style2 .flat-toggle .toggle-content table {
	min-width: 100%;
	color: #333333;
}

.flat-accordion.style2 .flat-toggle .toggle-content table tr {
	border-bottom: 1px dotted #CCCCCC;
}

.flat-accordion.style2 .flat-toggle .toggle-content table tr:last-child {
	border-bottom: none;
}

.flat-accordion.style2 .flat-toggle .toggle-content table tr td {
	padding: 10px;
	line-height: 1.2em;
}

.flat-accordion.style2 .flat-toggle .toggle-content table tr td:first-child {
	max-width: 130px;
	position: relative;
	padding-left: 25px;
}

.flat-accordion.style2 .flat-toggle .toggle-content table tr td.float-right {
	text-align: right;
}

.flat-accordion.style2 .flat-toggle .toggle-content table tr td strong {
	font-size: 1.2em;
	color: #333333;
}

.flat-accordion.style2 .flat-toggle .toggle-content table tr td strong.opened {
	color: #40C300;
}

.flat-accordion.style2 .flat-toggle .toggle-content table tr td strong.closed {
	color: red;
}

.flat-accordion.style2 .flat-toggle .toggle-content table tr td strong.padding {
	line-height: 2.0em;
}

.flat-accordion.style2 .flat-toggle .toggle-content table tr td i {
	position: absolute;
	margin-left: -25px;
}

.button.sm.inactive {
	background-color: #CCCCCC;
}

/* Flat teammember
-------------------------------------------------------------- */
.flat-teammember .member {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}

.flat-teammember .member:first-child {
	padding-top: 0;
}

.flat-teammember .member:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.flat-teammember .member .member-image {
	float: left;
	padding-right: 20px;
	width: 30%;
}

.flat-teammember .member .member-info {
	float: right;
	padding-left: 20px;
	width: 70%;
	margin-top: -5px;
}

.flat-teammember .member .member-info .member-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	display: inline-block;
	margin: 0 10px 0 0;
}

.flat-teammember .member .member-info .member-subtitle {
	display: inline-block;
	font-weight: bold;
	color: #18ba60;
}

.flat-teammember .member .member-info .member-desc {
	margin: 10px 0 20px 0;
}

.flat-teammember .member .member-info .social-links {
	overflow: hidden;
}

.flat-teammember .member .member-info .social-links a {
	float: left;
	margin: 0 10px 0 0;
}

/* Flat clients
-------------------------------------------------------------- */
.flat-clients .clients-image {
	margin: 0 -15px;
	padding-top: 30px;
}

.flat-clients .clients-image .item-three-column {
	float: left;
	padding: 0 15px 30px 15px;
	position: relative;
}

.flat-clients .clients-image .item-img {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 6px;
	border: 1px solid #EBEBEB;
}

.clients-image .tooltip {
	background: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(0, 0, 0, 0.8);
	padding: 7px 10px;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #ffffff;
	visibility: hidden;
	margin: 0 15px;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

.clients-image .tooltip:after {
	border-top: 6px solid rgba(0, 0, 0, 0.8);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 100%;
}

.clients-image .item-three-column:hover .tooltip {
	bottom: 110%;
	visibility: visible;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.flat-clients .clients-text-title {
	padding: 30px;
	background-color: #18ba60;
	overflow: hidden;
}

.flat-clients .clients-text-title h6 {
	color: #fff;
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
}

/* Flat clients images style1 */
.clients-image.style1 {
	padding: 50px 0;
	border-top: 1px solid rgba(241,242,248,0.1);
}

.clients-image.style1 .clients-item {
	width: 16.66666667%;
	float: left;
	position: relative;
	text-align: center;
}

.clients-image.style1 .clients-item:hover .tooltip {
	bottom: 110%;
	visibility: visible;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

/* Flat faq
-------------------------------------------------------------- */
.flat-faq .general-text {
	margin-bottom: 30px;
}

/* Flat general text
-------------------------------------------------------------- */
.general-text .title {
	font-weight: 700;
	line-height: 1.1;
	margin-top: 0;
}

/* Flat history
-------------------------------------------------------------- */
.history {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.history:after {
	clear: both;
	content: "";
	display: table;
}

.history:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 4px;
	margin-left: -2px;
	background: #f1f2f8;
}

.history li {
	float: left;
	width: calc(50% + 1px);
	padding-right: 33px;
	text-align: right;
	position: relative;
}

.history li:nth-child(2n) {
	float: right;
	padding-left: 33px;
	padding-right: 0;
	text-align: left;
}

.history li:nth-child(2n):after {
	right: auto;
	left: -11px;
}

.history li:nth-child(2n):before {
	right: auto;
	left: -2px;
}

.history li:after {
	width: 25px;
	height: 25px;
	border: 5px solid #ffffff;
	content: "";
	position: absolute;
	background-color: #18ba60;
	top: -5px;
	right: -12px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}

.history li:before {
	width: 7px;
	height: 7px;
	background: #ffffff;
	content: "";
	position: absolute;
	top: 4px;
	right: -3px;
	z-index: 1;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}

.history li h3 {
	margin: 0 0 15px 0;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.1;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	display: inline-block;
	padding: 10px 20px;
	background-color: #15416e;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.history li .year-content {
	padding: 0 30px 30px 30px;
	background: #f1f2f8;
}

.history li .year-content:hover h3 {
	background-color: #18ba60;
}

/* Flat testimonials
-------------------------------------------------------------- */
.testimonials {
	margin: 0 -15px;
}

.testimonials .item-two-column {
	float: left;
	padding: 0 15px;
}

.testimonials-item {
	background: #f1f2f8;
	padding: 60px 30px 30px 30px;
	position: relative;
}

.testimonials-item:after {
	content: "";
	position: absolute;
	background: #f1f2f8;
	width: 20px;
	height: 20px;
	bottom: -5px;
	left: 30px;
	-webkit-transform: skewY(-45deg);
	-ms-transform: skewY(-45deg);
	-o-transform: skewY(-45deg);
	transform: skewY(-45deg);
}

.testimonial-content {
	float: none;
	padding: 0;
	width: 100%;
	position: relative;
}

.testimonial-content:before {
	content: "''";
	position: absolute;
	top: -72px;
	left: 5px;
	color: #ffffff;
	font-size: 49px;
	font-weight: 100;
	font-style: italic;
	z-index: 1;
}

.testimonial-content:after {
	width: 40px;
	height: 40px;
	background-color: #18ba60;
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
}

.testimonial-content .testimonial-author {
	border-bottom: 1px solid rgba(54, 70, 115, 0.08);
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.testimonial-author .author-name {
	text-transform: uppercase;
}

.testimonial-meta strong {
	margin-right: 3px;
}

.testimonial-author .author-info {
	font-weight: bold;
	display: inline;
	color: #18ba60;
}

.testimonial-author .author-info a {
	color: #18ba60;
}

.testimonial-author .author-info a:hover {
	color: #15416e;
}

.testimonial-content blockquote {
	margin: 0;
	padding: 0;
	position: relative;
	color: inherit;
	border: none;
}

/* Flat testimonials carousel */
.flat-testimonial .testimonial .testimonial-image {
	float: left;
	width: 50%;
	padding-right: 15px;
	position: relative;
}

.flat-testimonial .testimonial .testimonial-image:before {
	content: "''";
	position: absolute;
	top: -12px;
	left: 25px;
	color: #ffffff;
	font-size: 49px;
	font-weight: 100;
	font-style: italic;
	z-index: 1;
}

.flat-testimonial .testimonial .testimonial-image:after {
	width: 40px;
	height: 40px;
	background-color: #15416e;
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
}

.flat-testimonial .testimonial-content .testimonial-author {
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.flat-testimonial .testimonial .testimonial-content {
	float: right;
	width: 50%;
	padding-left: 15px;
}

/* Flat awards and recognition
-------------------------------------------------------------- */
.awards-recognition-item {
	padding: 40px 0;
	border-top: 1px solid rgba(54,70,115,0.08);
}

.awards-recognition-item:last-child {
	padding-bottom: 0;
}

.awards-recognition-item .ar-img {
	float: left;
	width: 25%;
	margin-right: 30px;
}

.awards-recognition-item .ar-content {
	overflow: hidden;
}

/* Flat course
-------------------------------------------------------------- */
.course-item {
	padding: 40px 0;
	/*margin-bottom: 20px;*/
	border-top: 1px solid rgba(54,70,115,0.08);
	clear: both;
}

.course-item:last-child {
	padding-bottom: 0;
}

.course-item .ar-img {
	float: left;
	width: 25%;
	margin-right: 30px;
}

.course-item .ar-content {
	overflow: hidden;
}

.course-item .ar-content p {
	line-height: 1.2em;
}

/* Flat slotholder
-------------------------------------------------------------- */
.slotholder {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: inherit;
	z-index: 20;
	/*background-image: url(../../../../../../../../../themes/fia-new-theme/assets/images/services/bg1.jpg);*/
	background-color: rgba(0, 0, 0, 0);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.slotholder .tp-bgimg {
	padding: 45px 45px 45px 50px;
}

.slotholder .tp-bgimg .title {
	line-height: 33px;
	border-width: 0px;
	margin: 5px 0px 27px 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-size: 30px;
	font-weight: 700;
}

.slotholder .tp-bgimg .gr-button .button {
	margin-right: 12px;
	letter-spacing: 0.6px;
}

/* Flat services
-------------------------------------------------------------- */
.flat-services .services-title .title {
	text-align: center;
	margin-bottom: 0;
}

.flat-services .services-content {
	margin: 0 -15px;
}

.flat-services .services-content .item-two-column {
	padding: 0 15px;
	float: left;
}

/* Flat title button
-------------------------------------------------------------- */
.flat-title-button {
	position: relative;
}

.flat-title-button .title {
	color: ;
	border-color: ;
	border-bottom: 1px solid;
	padding-bottom: 20px;
}

.flat-title-button .title-invert {
	color:
	border-color: ;
	border-bottom: 1px solid;
	padding-bottom: 20px;
}

.flat-title-button .title i {
	color: ;
	font-size: 28px;
	margin-right: 20px;
}

.flat-title-button .title-invert i {
	color: ;
	font-size: 28px;
	margin-right: 20px;
}

.flat-title-button .button {
	position: absolute;
	right: 0;
	top: -4px;
}

.flat-title-button .button-invert {
	color: ;
	background-color: ;
}

.flat-title-button .button-invert:hover {
	/*background-color: #FFFFFF;*/
}

/*.service-grid .flat-title-button h3.title,
.flat-latest-news .flat-title-button h3.title {
	text-transform: uppercase;
}*/

/* Flat title section
-------------------------------------------------------------- */
.title-section.style1 {
	overflow: hidden;
}

.title-section.style1 .title {
	position: relative;
	padding-bottom: 22px;
}

.title-section.style1 .title span {
	color: #fff;
}

.title-section.style1 .title:before {
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	left: 65px;
	bottom: 1px;
	background: rgba(241, 242, 248, 0.1);
}

.title-section.style1 .title:after {
	width: 50px;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #18ba60;
}

/* Title section style5 */
.title-section.style5 {
	text-align: center;
	overflow: hidden;
}

.title-section.style5 .title {
	font-size: 20px;
}

/* Flat contact us
-------------------------------------------------------------- */
.flat-contact-us {
	text-align: center;
}

.flat-contact-us .title {
	margin-bottom: 10px;
}

.flat-contact-us .desc {
	margin-bottom: 30px;
}

/* flat contact us style1 */
.flat-contact-us.style1 {
	text-align: left;
}

.flat-contact-us.style1 .desc {
	margin-bottom: 20px;
}

/* Flat imagebox
-------------------------------------------------------------- */
.flat-imagebox {
	margin: 0 -15px;
}

.flat-imagebox .item-three-column {
	float: left;
	padding: 0 15px;
}

.flat-imagebox .imagebox .box-image {
	width: 400px !important;
	height: 250px !important;
}

.flat-imagebox .imagebox .image-hightlight-1 {
	background: center center no-repeat var(--wpr-bg-019e69a5-8c19-45af-b420-665405dcbd4f);
}

.flat-imagebox .imagebox .image-hightlight-2 {
	background: center center no-repeat var(--wpr-bg-f47f96c8-fc74-4cb2-8044-e9a1527eb768);
}

.flat-imagebox .imagebox .image-hightlight-3 {
	background: center center no-repeat var(--wpr-bg-5f61aef1-2ec9-43a4-bf8e-127b778d6c98);
}

.imagebox {
	position: relative;
}

.imagebox .box-wrapper {
	overflow: hidden;
	position: relative;
}

.imagebox .box-header {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding: 10px 80px 10px 20px;
	min-height: 65px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
		-ms-transform: translateX(0);
		 -o-transform: translateX(0);
			transform: translateX(0);
}

.imagebox .box-header:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #15416e;
	-webkit-opacity: 0.85;
	 -khtml-opacity: 0.85;
	   -moz-opacity: 0.85;
			opacity: 0.85;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	filter: alpha(opacity=85);
}

.imagebox .box-header:before {
	content: "\f054";
	position: absolute;
	font-family: "fontAwesome";
	text-align: center;
	line-height: 55px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	width: 55px;
	height: 55px;
	color: #ffffff;
	background-color: #18ba60;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	font-weight: normal;
	font-size: 18px;
}

.imagebox .box-header .box-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.4;
	margin: 0;
	position: relative;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.imagebox .box-header .box-title:after {
	width: 50px;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
}

.imagebox .box-header .box-title a {
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.imagebox .box-header h3.box-title a {
	font-size: 1.3em;
	line-height: 1.1em;
}

.imagebox .box-content .box-description {
	font-size: 1.1em;
	line-height: 1.1em;
}

.imagebox .box-header .box-subtitle {
	margin: 5px 0 0 0;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	position: relative;
}

.imagebox .box-header .box-subtitle:before {
	font-family: "FontAwesome";
	content: "\f0a9";
	display: inline-block;
	margin: 0 6px 0 0;
}

.imagebox .box-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #ffffff;
	padding: 30px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		 -o-transform: translateX(-100%);
			transform: translateX(-100%);
	-webkit-opacity: 0;
	 -khtml-opacity: 0;
	   -moz-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	 filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.imagebox .box-content:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #15416e;
	z-index: -1;
	-webkit-opacity: 0.9;
	 -khtml-opacity: 0.9;
	   -moz-opacity: 0.9;
			opacity: 0.9;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	filter: alpha(opacity=90);
}

.imagebox .box-content .button.style1 {
	margin-top: 30px;
}

.imagebox:hover .box-header {
	-webkit-transform: translateX(100%);
	   -moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		 -o-transform: translateX(100%);
			transform: translateX(100%);
}

.imagebox:hover .box-content {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
		-ms-transform: translateX(0);
		 -o-transform: translateX(0);
			transform: translateX(0);
	visibility: visible;
	-webkit-opacity: 1;
	 -khtml-opacity: 1;
	   -moz-opacity: 1;
			opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

/* Flat quick form
-------------------------------------------------------------- */
.quick-form {
	padding: 35px 40px 40px 40px;
	background-color: #15416e;
	color: #ffffff;
}

.quick-form h4 {
	color: #ffffff;
	margin-top: 0;
	position: relative;
	margin-bottom: 30px;
}

.quick-form h4:after {
	width: 50px;
	height: 3px;
	background-color: #18ba60;
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
}

.quick-form input[type="text"] {
	border: none;
	margin-bottom: 20px;
	color: rgba(21, 65, 110, 0.65);
}

/* Flat blog shortcode
-------------------------------------------------------------- */
.blog-shortcode {
	margin: 0 -15px;
}

.blog-shortcode .item-three-column {
	float: left;
	padding: 0 15px;
}

.blog-shortcode .blog-posts {
	margin-bottom: 30px;
}

.blog-posts .entry-wrapper {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.blog-posts .entry-wrapper:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
	   -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
		-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
		 -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.blog-posts .entry-wrapper:hover .entry-content-wrap {
	background: #FFFFFF;
}

.blog-posts .entry-wrapper:hover .entry-content-wrap:after {
	width: calc(100% - 60px);
}

.blog-posts .entry-cover {
	position: relative;
}

.blog-posts .entry-cover .entry-time {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #15416e;
	top: 0;
	left: 30px;
	color: #ffffff;
	font-weight: 700;
	z-index: 9;
	margin: 0;
	text-align: center;
	font-size: 18px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.blog-posts .entry-cover:hover .entry-time {
	background-color: ;
}

.blog-posts .entry-cover .entry-time span {
	display: block;
	text-transform: uppercase;
	line-height: 1;
}

.blog-posts .entry-cover .entry-time span.entry-day {
	font-size: 30px;
	margin-top: 4px;
}

.blog-posts .entry-cover a {
	display: block;
	position: relative;
	background: #000000;
}

.blog-posts .entry-cover a:after,
.blog-posts .entry-cover a:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #ffffff;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin-top: -15px;
	margin-left: -1px;
	visibility: hidden;
	-webkit-opacity: 0;
	 -khtml-opacity: 0;
	   -moz-opacity: 0;
			opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.blog-posts .entry-cover a:before {
	height: 1px;
	width: 30px;
	margin-top: -1px;
	margin-left: -15px;
}

.blog-posts .entry-cover a:hover img {
	-webkit-opacity: 0.4;
	 -khtml-opacity: 0.4;
	   -moz-opacity: 0.4;
			opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	filter: alpha(opacity=40);
}

.blog-posts .entry-cover a:hover:after,
.blog-posts .entry-cover a:hover:before {
	visibility: visible;
	-webkit-opacity: 1;
	 -khtml-opacity: 1;
	   -moz-opacity: 1;
			opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.blog-posts .entry-content-wrap {
	padding: 25px 30px 25px 30px;
	background: #f2f4f8;
	position: relative;
}

.blog-posts .entry-content-wrap:after {
	width: 60px;
	height: 5px;
	background-color: #18ba60;
	content: "";
	top: 0;
	left: 30px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.blog-posts .entry-header {
	margin-bottom: 15px;
	min-height: 65px !important;
}

.blog-posts .entry-header .entry-title {
	font-size: 1.1em;
	margin: 0 ;
	line-height: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-posts .entry-content-wrap:hover .entry-header h2.entry-title a {
	color: ;
}

.blog-posts .entry-content-wrap:hover .entry-header h2.entry-title a:hover {
	color: ;
}

.blog-posts .entry-content .read-more {
	display: inline;
	font-weight: bold;
}

.blog-posts .entry-footer {
	margin-top: 15px;
}

.blog-posts .entry-footer .entry-excerpt {
	min-height: 55px !important;
}

.blog-posts .entry-footer .entry-excerpt p {
	margin-top: 15px;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: ;
}

.blog-posts .entry-footer .entry-excerpt p:after {
	content: "...";
	display: inline-block;
	margin-left: 3px;
	color: #CCCCCC;
}

.blog-posts .entry-footer .entry-meta {
	color: ;
}

.blog-posts .entry-footer .entry-meta a {
	color: ;
	font-size: 0.9em;
	padding-left: 5px;
}

.blog-posts .entry-wrapper:hover .entry-content-wrap .entry-footer .entry-meta a {
	color: ;
}

.blog-posts .entry-wrapper:hover .entry-content-wrap .entry-footer .entry-meta a:hover {
	color: ;
}

.blog-posts .entry-content-wrap:hover .entry-footer .entry-meta a {
	color: ;
}

.blog-posts .entry-content-wrap:hover .entry-footer .entry-meta a:hover {
	color: ;
}

.blog-posts .entry-footer .entry-meta a:first-child {
	padding-left: 0;
}

.blog-posts .entry-footer .entry-meta a:after {
	content: ",";
	display: inline-block;
	margin-left: 3px;
	color: ;
}

.blog-posts .entry-footer .entry-meta a:last-child:after {
	content: "";
}

.blog-posts .entry-footer .entry-meta a:hover {
	color: ;
}

.blog-posts .entry-footer .entry-meta i {
	display: none;
}

.blog-posts .entry-footer .entry-meta .entry-comments-link {
	display: none;
}

.blog-posts .entry-footer .entry-meta .entry-author {
	margin-right: 5px;
}

.blog-posts .entry-footer .entry-meta .entry-author:after {
	content: "/";
	display: inline-block;
	margin-left: 5px;
	color: #b9c1cf;
}

.blog-posts .entry-content-wrap:hover .entry-footer .entry-meta a:hover {
	color: ;
}

/* Flat video shortcode
-------------------------------------------------------------- */
.video-shortcode {
	margin: 0 -15px;
}

.video-shortcode .item-three-column {
	float: left;
	padding: 0 15px;
}

.video-shortcode .video-posts {
	margin-bottom: 30px;
}

.video-posts .entry-wrapper {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.video-posts .entry-wrapper:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
	   -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
		-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
		 -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.video-posts .entry-wrapper:hover .entry-content-wrap {
	background: #FFFFFF;
}

.video-posts .entry-wrapper:hover .entry-content-wrap:after {
	width: calc(100% - 60px);
}

.video-posts .entry-cover {
	position: relative;
}

.video-posts .entry-cover .entry-time {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #15416e;
	top: 0;
	left: 30px;
	color: #ffffff;
	font-weight: 700;
	z-index: 9;
	margin: 0;
	text-align: center;
	font-size: 18px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.video-posts .entry-cover:hover .entry-time {
	background-color: #18ba60;
}

.video-posts .entry-cover .entry-time span {
	display: block;
	text-transform: uppercase;
	line-height: 1;
}

.video-posts .entry-cover .entry-time span.entry-day {
	font-size: 30px;
	margin-top: 4px;
}

.video-posts .entry-cover a {
	display: block;
	position: relative;
	background: #000000;
}

.video-posts .entry-cover a:after,
.video-posts .entry-cover a:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #ffffff;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin-top: -15px;
	margin-left: -1px;
	visibility: hidden;
	-webkit-opacity: 0;
	 -khtml-opacity: 0;
	   -moz-opacity: 0;
			opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.video-posts .entry-cover a:before {
	height: 1px;
	width: 30px;
	margin-top: -1px;
	margin-left: -15px;
}

.video-posts .entry-cover a:hover img {
	-webkit-opacity: 0.4;
	 -khtml-opacity: 0.4;
	   -moz-opacity: 0.4;
			opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	filter: alpha(opacity=40);
}

.video-posts .entry-cover a:hover:after,
.video-posts .entry-cover a:hover:before {
	visibility: visible;
	-webkit-opacity: 1;
	 -khtml-opacity: 1;
	   -moz-opacity: 1;
			opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.video-posts .entry-content-wrap {
	padding: 25px 30px 25px 30px;
	background: #f2f4f8;
	position: relative;
}

.video-posts .entry-content-wrap:after {
	width: 60px;
	height: 5px;
	background-color: #18ba60;
	content: "";
	top: 0;
	left: 30px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.video-posts .entry-header {
	margin-bottom: 15px;
	min-height: 40px !important;
}

.video-posts .entry-header .entry-title {
	font-size: 1.1em;
	margin: 0 ;
	line-height: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
}

.video-posts .entry-content-wrap:hover .entry-header h2.entry-title a {
	color: ;
}

.video-posts .entry-header h2.entry-title a:hover {
	color: red;
}

.video-posts .entry-content .read-more {
	display: inline;
	font-weight: bold;
}

.video-posts .entry-footer {
	margin-top: 15px;
}

.video-posts .entry-footer .entry-excerpt {
	min-height: 60px !important;
}

.video-posts .entry-footer .entry-excerpt p {
	margin-top: 15px;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: ;
}

.video-posts .entry-footer .entry-excerpt p:after {
	content: "...";
	display: inline-block;
	margin-left: 3px;
	color: #CCCCCC;
}

.video-posts .entry-footer .entry-excerpt p a {
	color: ;
}

.video-posts .entry-footer .entry-excerpt p a:hover {
	color: ;
}

.video-posts .entry-footer .entry-meta {
	color: #b9c1cf;
}

.video-posts .entry-footer .entry-meta a {
	color: ;
	font-size: 0.9em;
	padding-left: 5px;
}

.video-posts .entry-wrapper:hover .entry-content-wrap .entry-excerpt p a {
	color: ;
}

.video-posts .entry-wrapper:hover .entry-content-wrap .entry-footer .entry-meta a {
	color: ;
}

.video-posts .entry-wrapper:hover .entry-content-wrap .entry-footer .entry-meta a:hover {
	color: ;
}

.video-posts .entry-content-wrap:hover .entry-footer .entry-meta a {
	color: ;
}

.video-posts .entry-content-wrap:hover .entry-footer .entry-meta a:hover {
	color: ;
}

.video-posts .entry-footer .entry-meta a:first-child {
	padding-left: 0;
}

.video-posts .entry-footer .entry-meta a:after {
	content: ",";
	display: inline-block;
	margin-left: 3px;
	color: ;
}

.video-posts .entry-footer .entry-meta a:last-child:after {
	content: "";
}

.video-posts .entry-footer .entry-meta a:hover {
	color: #18ba60;
}

.video-posts .entry-footer .entry-meta i {
	display: none;
}

.video-posts .entry-footer .entry-meta .entry-comments-link {
	display: none;
}

.video-posts .entry-footer .entry-meta .entry-author {
	margin-right: 5px;
}

.video-posts .entry-footer .entry-meta .entry-author:after {
	content: "/";
	display: inline-block;
	margin-left: 5px;
	color: #b9c1cf;
}

/* Responsive Video For YouTube iFrame */

.video-posts .entry-wrapper .video-cover {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-posts .entry-wrapper .video-cover iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Flat latest post shortcodes
-------------------------------------------------------------- */
.latest-post {
	margin-bottom: 30px;
}

.latest-post:last-child {
	/*margin-bottom: 0;*/
}

.latest-post .entry-cover {
	float: left;
	padding-right: 10px;
}

.latest-post .entry-cover a {
	display: block;
	position: relative;
	background: #000000;
}

.latest-post .entry-cover a:before {
	height: 1px;
	width: 30px;
	margin-top: -1px;
	margin-left: -15px;
}

.latest-post .entry-cover a:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #ffffff;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin-top: -15px;
	margin-left: -1px;
	visibility: hidden;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}

.latest-post .entry-cover a:after,
.latest-post .entry-cover a:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #ffffff;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin-top: -15px;
	margin-left: -1px;
	visibility: hidden;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}

.latest-post .entry-cover a:before {
	height: 1px;
	width: 30px;
	margin-top: -1px;
	margin-left: -15px;
}

.latest-post .entry-cover a:hover:after,
.latest-post .entry-cover a:hover:before {
	visibility: visible;
	-webkit-opacity: 1;
	 -khtml-opacity: 1;
	   -moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.latest-post .entry-cover a:hover img {
	-webkit-opacity: 0.4;
	 -khtml-opacity: 0.4;
	   -moz-opacity: 0.4;
			opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	filter: alpha(opacity=40);
}

.latest-post .entry-wrapper .entry-content-wrap {
	background: none;
	padding: 0;
	padding-left: 10px;
	overflow: hidden;
}

.latest-post .entry-wrapper .entry-content-wrap .entry-header .entry-title {
	font-size: 0.80em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: -3px;
}

.latest-post .entry-wrapper .entry-content-wrap .entry-footer {
	margin-top: 0;
}

.latest-post .entry-footer .entry-meta a {
	color: #b9c1cf;
}

.latest-post .entry-footer .entry-meta a:hover {
	color: #18ba60;
}

.latest-post .entry-footer .entry-meta .entry-author {
	margin-right: 5px;
}

.latest-post .entry-footer .entry-meta .entry-author:after {
	content: "/";
	display: inline-block;
	margin-left: 5px;
	color: #b9c1cf;
}

.latest-post .entry-footer .entry-meta .entry-date {
	font-size: 0.95em;
	margin-right: 5px;
	color: #CCCCCC;
}

.latest-post .entry-footer .entry-meta .entry-date:before {
	font-family: "FontAwesome";
	font-size: 0.9em;
	content: "\f073";
	display: inline-block;
	margin-right: 7px;
	color: #CCCCCC;
}

/* Flat events shortcode
-------------------------------------------------------------- */

.events-posts .events-header h5.title {
	line-height: 1.0em;
}

	.events-posts .events-header h5.title-invert {
		color: ;
	}

.events-posts .events-footer p.description {
	line-height: 2.0em;
}

	.events-posts .events-footer p.description-invert {
		color: ;
	}

.events-posts .events-footer p.description-invert a {
	color: ;
	font-weight: bold;
}

	.events-posts .events-footer p.description-invert a:hover {
		color: ;
	}

.events-posts .events-footer .entry-meta {
	line-height: 1.0em;
	border-bottom: 1px solid;
}

	.events-posts .events-footer .entry-meta-invert {
		color: ;
		border-color: ;
	}

	.events-posts .events-footer .entry-meta-invert:hover {
		color: ;
		background-color: ;
	}

.events-posts .events-footer .entry-meta span {
	display: block;
	padding: 5px 0;
}

	.events-posts .events-footer .entry-meta-invert span {
		color: ;
	}

.events-posts .events-footer .entry-meta span.entry-title {
	font-size: 0.9em;
	line-height: 1.1em;
	margin-top: 5px;
	font-weight: bold;
}

.events-posts .events-footer .entry-meta span.entry-title:hover {
	color: ;
}

.events-posts .events-footer .entry-meta span.entry-author {
	font-size: 0.8em;
	margin-left: 25px;
	margin-bottom: -5px;
}

.events-posts .events-footer .entry-meta a span.entry-author,
.events-posts .events-footer .entry-meta a span.entry-date {
	color: #FFFFFF;
}

.events-posts .events-footer .entry-meta span.entry-author:before {
	content: "\f130";
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	margin-left: -25px;
	display: inline-block;
	position: absolute;
}

/*.events-posts .events-footer .entry-meta span.entry-author:after {
	content: "...";
	font-size: 14px;
	margin-left: 5px;
	display: inline-block;
}*/

.events-posts .events-footer .entry-meta span.entry-date {
	font-size: 0.8em;
	margin-left: 25px;
	margin-bottom: 5px;
}

.events-posts .events-footer .entry-meta span.entry-date:before {
	content: "\f073";
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	margin-left: -25px;
	display: inline-block;
	position: absolute;
}

.events-posts .events-footer p.events-form input[type="email"] {
	margin-top: 0px;
	background: transparent;
}

	.events-posts .events-footer p.events-form input[type="email"]:focus {
		border-color: ;
	}

	.events-posts .events-footer p.events-form input[type="email"]::-webkit-input-placeholder {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
	}

	.events-posts .events-footer p.events-form input[type="email"]:-moz-placeholder {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
	}

	.events-posts .events-footer p.events-form input[type="email"]::-moz-placeholder {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
	}

	.events-posts .events-footer p.events-form input[type="email"]:-ms-input-placeholder {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
	}

.events-posts .events-footer p.events-form-invert input[type="email"].form-invert {
	color: #FFFFFF;
	font-weight: bold;
}
	.events-posts .events-footer p.events-form-invert input[type="email"].form-invert:focus {
		color: #FFFFFF;
		font-weight: normal;
	}

	.events-footer ul li {
	    float: left;
	    width: 50%;
	    color: #ffffff;
	}
	.events-footer ul li span {
	   /* margin-left: 10px*/
	}

	.events-footer ul {
		margin-bottom: 10px;
		overflow: auto;
	}

/**/

.events-posts .events-footer p.events-form input[type="text"] {
	margin-top: 0px;
	background: transparent;
}

	.events-posts .events-footer p.events-form input[type="text"]:focus {
		border-color: ;
	}

	.events-posts .events-footer p.events-form input[type="text"]::-webkit-input-placeholder {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
	}

	.events-posts .events-footer p.events-form input[type="text"]:-moz-placeholder {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
	}

	.events-posts .events-footer p.events-form input[type="text"]::-moz-placeholder {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
	}

	.events-posts .events-footer p.events-form input[type="text"]:-ms-input-placeholder {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
	}

.events-posts .events-footer p.events-form-invert input[type="text"].form-invert {
	color: #FFFFFF;
	font-weight: bold;
}
	.events-posts .events-footer p.events-form-invert input[type="text"].form-invert:focus {
		color: #FFFFFF;
		font-weight: normal;
	}

/**/



.events-posts .events-footer p.events-form.events-form-invert input[type="submit"] {
	margin-bottom: 25px;
}

.events-posts .events-footer p.events-form.events-form-invert input[type="submit"]:hover {
	color: ;
	background-color: ;
}

/* Flat address shortcode
-------------------------------------------------------------- */

/*.blog-shortcode {
	margin: 0 -15px;
}*/

/*.blog-shortcode .item-three-column {
	float: left;
	padding: 0 15px;
}*/

/*.blog-shortcode .address-posts {
	margin-bottom: 30px;
}*/

.address-posts .entry-wrapper {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.address-posts .entry-wrapper:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
	   -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
		-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
		 -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.address-posts .entry-wrapper:hover .entry-content-wrap {
	background: #FFFFFF;
}

.address-posts .entry-wrapper:hover .entry-content-wrap:after {
	width: calc(100% - 60px);
}

.address-posts .entry-cover {
	position: relative;
	min-height: 241px !important;
}

.address-posts .entry-cover:hover {
	cursor: pointer;
}

.address-posts .entry-cover.campus-1 {
	background: var(--wpr-bg-c261c85c-9a26-405d-a4c4-018e3ea5a7f6);
}

.address-posts .entry-cover.campus-2 {
	background: var(--wpr-bg-cea6dfd3-e099-4adb-95d0-c338639a4f03);
}

.address-posts .entry-cover.campus-3 {
	background: var(--wpr-bg-c461d852-8486-4490-bca5-da02c3b46daa);
}

.address-posts .entry-cover a {
	display: block;
	position: relative;
	background: #000000;
}

.address-posts .entry-cover a:after,
.address-posts .entry-cover a:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #ffffff;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin-top: -15px;
	margin-left: -1px;
	visibility: hidden;
	-webkit-opacity: 0;
	 -khtml-opacity: 0;
	   -moz-opacity: 0;
			opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.address-posts .entry-cover a:before {
	height: 1px;
	width: 30px;
	margin-top: -1px;
	margin-left: -15px;
}

.address-posts .entry-cover a:hover img {
	-webkit-opacity: 0.4;
	 -khtml-opacity: 0.4;
	   -moz-opacity: 0.4;
			opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	filter: alpha(opacity=40);
}

.address-posts .entry-cover a:hover:after,
.address-posts .entry-cover a:hover:before {
	visibility: visible;
	-webkit-opacity: 1;
	 -khtml-opacity: 1;
	   -moz-opacity: 1;
			opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.address-posts .entry-content-wrap {
	padding: 25px 30px 25px 30px;
	background: ;
	position: relative;
}

.address-posts .entry-content-wrap:after {
	width: 60px;
	height: 5px;
	background-color: ;
	content: "";
	top: 0;
	left: 30px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.address-posts .entry-header {
	margin-bottom: 15px;
}

.address-posts .entry-header .entry-title {
	margin: 0 ;
	text-transform: uppercase;
}

.address-posts .entry-header .entry-title {
	display: block;
}

.address-posts .entry-header h2.entry-title {
	font-size: 1.2em;
	font-weight: normal;
}

.address-posts .entry-header .entry-title a span {
	font-size: 1.5em;
	font-weight: bold;
}

.address-posts .entry-header h2.entry-title,
.address-posts .entry-header .entry-title a span {
	color: ;
}

.address-posts .entry-wrapper:hover .entry-header h2.entry-title,
.address-posts .entry-wrapper:hover .entry-header h2.entry-title a span,
.address-posts .entry-content-wrap:hover .entry-header h2.entry-title,
.address-posts .entry-content-wrap:hover .entry-header h2.entry-title a span {
	color: ;
}

.address-posts .entry-content-wrap:hover .entry-header h2.entry-title a:hover span {
	color: ;
}

.address-posts .entry-footer {
	margin-top: 15px;
}

.address-posts .entry-footer .entry-excerpt {
	/*min-height: 55px !important;*/
}

.address-posts .entry-footer .entry-excerpt p {
	margin-top: 15px;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: ;
}

.address-posts .entry-wrapper:hover .entry-footer .entry-excerpt p,
.address-posts .entry-content-wrap:hover .entry-footer .entry-excerpt p,
.address-posts .entry-wrapper:hover .entry-footer .entry-excerpt p span,
.address-posts .entry-content-wrap:hover .entry-footer .entry-excerpt p span {
	color: ;
}

.address-posts .entry-footer .entry-excerpt p span {
	color: ;
	display: block;
	padding: 15px 0;
	font-size: 1.3em;
	font-weight: bold;
}









/* Flat services
-------------------------------------------------------------- */
.services-detail .services-single-img {
	margin: 0 -15px;
}

.services-detail .item-two-column {
	float: left;
	padding: 0 15px;
}

/* Progress Bar
-------------------------------------------------------------- */
.flat-progress {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}

.flat-progress .name {
	padding: 0;
	position: absolute;
	top: -17px;
	left: 20px;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.flat-progress .progress-animate {
	background-color: #5472D2;
	height: 40px;
	width: 0;
}

.flat-progress.style1 .progress-animate {
	background-color: #5bb75b;
}

.flat-progress.style2 .progress-animate {
	background-color: #00C1CF;
}

.flat-progress .progress-bar {
	background: rgba(0, 0, 0, 0.05);
	width: 100%;
}

.flat-progress .perc {
	width: 0;
	text-align: right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	  -moz-transition: opacity 1s ease-in-out;
	   -ms-transition: opacity 1s ease-in-out;
		-o-transition: opacity 1s ease-in-out;
		   transition: opacity 1s ease-in-out;
}

.flat-progress .perc.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Training programs
-------------------------------------------------------------- */
.title-training-programs {
	font-weight: 700;
	color: #15416e;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 0;
}

/* Flat iconbox
-------------------------------------------------------------- */
.flat-iconbox {
	margin: 0 -15px;
}

.flat-iconbox .item-three-column {
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

.iconbox {
	background: #ffffff;
	padding: 40px 40px 30px 40px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.iconbox:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
	   -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
		-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
		 -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		 -o-transform: translateY(-10px);
			transform: translateY(-10px);
}

.iconbox .box-header {
	margin-bottom: 20px;
}

.iconbox .box-header .box-icon i {
	font-size: 28px;
	position: absolute;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	width: 60px;
	height: 60px;
	background-color: #15416e;
	text-align: center;
	line-height: 60px;
	top: 0;
	left: 40px;
   -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.iconbox:hover .box-header .box-icon i {
	background-color: #18ba60;
}

.iconbox .box-header .box-icon i.icons {
	font-size: 32px;
}

.iconbox .box-header .box-icon img {
	margin-bottom: -15px;
}

.iconbox .box-header .box-title {
	margin: 45px 0 0 0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1;
}

.iconbox .box-readmore {
	margin-top: 20px;
}

.iconbox .box-readmore a {
	color: #18ba60;
	display: inline-block;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}

.iconbox .box-readmore a:after {
	content: "\f054";
	font-family: "fontAwesome";
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
	display: inline-block;
}

.iconbox .box-readmore a:before {
	content: "";
	position: absolute;
	height: 5px;
	left: 0;
	bottom: -30px;
	width: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.iconbox .box-readmore a:hover:before {
	width: 100%;
	background-color: #18ba60;
}

.iconbox:hover .box-header .box-icon i:after {
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

/* Flat tabs
-------------------------------------------------------------- */
.flat-tabs {
	margin: 0;
	overflow: visible;
}

.flat-tabs ul.menu-tabs {
	background-color: #15416e;
	margin: 0;
	overflow: inherit;
	padding: 0 5px;
}

.flat-tabs ul.menu-tabs li {
	position: relative;
	display: inline-block;
}

.flat-tabs ul.menu-tabs li a {
	font-weight: 700;
	padding: 15px 25px;
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.flat-tabs ul.menu-tabs li > a {
	padding: 10px 5px;
	/*padding: 14px 20px;	*/
	display: block;
	position: relative;
}

.flat-tabs ul.menu-tabs li.active a {
	color: #15416e;
	background: #f1f2f8;
}

.flat-tabs ul.menu-tabs li.active a:before {
	background-color: #18ba60;
	width: 100%;
	left: 0;
	bottom: 100%;
	height: 5px;
	content: "";
	position: absolute;
	top: auto;
}

.flat-tabs ul.menu-tabs li > a > h2 {
    padding: 5px 5px;
    display: block;
    position: relative;
    font-weight: 700;
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
	margin:0px;
	color: inherit;
}


.flat-tabs .content-tab .content-inner {
	background: #f1f2f8;
	padding: 25px 30px;
}

.flat-tabs .content-tab .content-inner p strong {
	color: ;
}

/* Flat contactform
-------------------------------------------------------------- */
#contactform input[type="text"],
#contactform input[type="email"] {
	margin-bottom: 30px;
}

#contactform textarea {
	height: 195px;
	max-height: 195px;
	margin-bottom: 0;
	vertical-align: middle;
	margin-bottom: 30px;
}

/* Flat map
-------------------------------------------------------------- */
#flat-map {
	width: 100%;
	height: 265px;
	border: 1px solid #CCCCCC;
}

#flat-map .map-show {
	display: inherit;
}

#flat-map .map-hide {
	display: none;
}

.map-btns {
	display: block;
	margin-top: 10px;
}

.map-btns a.btn-xs {
	padding: 1px 10px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		-ms-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}

.map-btns a.btn-active {
	color: ;
	background-color: ;
}

/* Flat shop
-------------------------------------------------------------- */
.woocommerce-result-count {
	padding: 8px 0;
	margin-bottom: 32px;
	float: left;
}

.woocommerce-ordering {
	float: right;
}

.woocommerce .products,
.woocommerce-page .products {
	padding: 0;
	margin: 0;
	position: relative;
	clear: both;
}

.woocommerce .products:after,
.woocommerce-page .products:after {
	clear: both;
	content: "";
	display: block;
}

.woocommerce .products li,
.woocommerce-page .products li {
	list-style: none;
	float: left;
	padding: 30px;
	width: 25%;
	margin-bottom: -1px;
	position: relative;
	text-align: center;
	border: 1px solid #f1f2f8;
	border-right-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.woocommerce .products li:hover,
.woocommerce-page .products li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.woocommerce .products li:nth-child(4n + 1),
.woocommerce-page .products li:nth-child(4n + 1) {
	clear: left;
}

.woocommerce .products li:nth-child(4n),
.woocommerce-page .products li:nth-child(4n) {
	border-right: 1px solid #f1f2f8;
}

.woocommerce .products li:last-child,
.woocommerce-page .products li:last-child {
	border-right: 1px solid #f1f2f8;
}

.woocommerce .products li .product-thumbnail,
.woocommerce-page .products li .product-thumbnail {
	margin-bottom: 30px;
	padding: 0 30px;
}

.woocommerce .onsale,
.woocommerce-page .onsale {
	position: absolute;
	padding: 0 20px;
	color: #ffffff;
	background-color: #18ba60;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	left: 0;
	top: 15px;
	z-index: 2;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.woocommerce .onsale:after,
.woocommerce-page .onsale:after {
	background: transparent;
	border: 15px solid;
	border-color: #18ba60;
	border-right-color: transparent !important;
	bottom: 0;
	content: "";
	position: absolute;
	right: -15px;
	z-index: 9;
}

.woocommerce .products li .product-info,
.woocommerce-page .products li .product-info {
	overflow: hidden;
}

.woocommerce .products li .product-info h3,
.woocommerce-page .products li .product-info h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 5px 0;
	text-transform: none;
}

.woocommerce .products li .product-info .star-rating i,
.woocommerce-page .products li .product-info .star-rating i {
	color: #18ba60;
}

.woocommerce .products li .product-info .price,
.woocommerce-page .products li .product-info .price {
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #b9c1cf;
}

.woocommerce .products li .product-info .price del,
.woocommerce-page .products li .product-info .price del {
	font-weight: normal;
	font-size: 14px;
}

.woocommerce .products li .product-info .price ins,
.woocommerce-page .products li .product-info .price ins {
	text-decoration: none;
}

.woocommerce .woocommerce-pagination ul,
.woocommerce-page .woocommerce-pagination ul {
	margin: 50px 0 0 0;
	padding: 0;
}

.woocommerce .woocommerce-pagination ul li,
.woocommerce-page .woocommerce-pagination ul li {
	list-style: none;
	display: inline-block;
}

.woocommerce .woocommerce-pagination ul li .page-numbers,
.woocommerce-page .woocommerce-pagination ul li .page-numbers {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	margin-right: 5px;
	background: #e8f1f5;
}

.woocommerce .woocommerce-pagination ul li .page-numbers.current,
.woocommerce-page .woocommerce-pagination ul li .page-numbers.current {
	color: #ffffff;
	background-color: #18ba60;
}

.woocommerce .woocommerce-pagination ul li .page-numbers.dots,
.woocommerce-page .woocommerce-pagination ul li .page-numbers.dots {
	background: none;
}

/* Flat shop detail
-------------------------------------------------------------- */
.single-products .images {
	width: 30%;
	float: left;
	padding-right: 25px;
	position: relative;
}

.single-products .summary {
	float: right;
	width: 70%;
	padding-left: 25px;
}

.single-products .summary .product_title {
	line-height: 1.1;
	margin-top: 0;
}

.single-products .summary .product-rating {
	margin-bottom: 10px;
}

.single-products .summary .product-rating .star-rating {
	display: inline-block;
	margin-right: 10px;
}

.single-products .summary .product-rating .star-rating span i {
	color: #18ba60;
}

.single-products .summary .product-rating .review-link {
	color: #b9c1cf;
}

.single-products .summary .product-rating .review-link:hover {
	color: #333333;
}

.single-products .summary p.price {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.single-products .summary .cart {
	margin: 30px 0;
	overflow: hidden;
}

.single-products .summary .cart .quantity {
	float: left;
	margin-right: 10px;
}

.single-products .cart .quantity .input-text {
	width: 90px;
	vertical-align: middle;
	text-align: center;
}

.summary .product_meta .posted_in {
	display: block;
}

.summary .product_meta .posted_in a,
.summary .product_meta .tagged_as a {
	color: #b9c1cf;
}

.summary .product_meta .posted_in a:hover,
.summary .product_meta .tagged_as a:hover {
	color: #333333;
}


/* Woocommerce tabs */
.woocommerce-tabs {
	padding-top: 50px;
	clear: both;
}

.woocommerce-tabs ul.menu-tabs {
	margin-top: 15px;
}

.woocommerce-tabs .content-inner {
	padding: 25px 30px;
	background: #f1f2f8;
}

.woocommerce-reviews {
	overflow: hidden;
}

.woocommerce-reviews #comments {
	float: left;
	width: 50%;
	padding-right: 30px;
	margin-top: 0;
	margin-bottom: 40px;
}

.woocommerce-reviews #comments ul.commentlist {
	padding: 0;
	margin: 0;
}

.woocommerce-reviews #comments ul.commentlist li {
	list-style: none;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px dotted rgba(54, 70, 115, 0.1);
}

.woocommerce-reviews #comments ul.commentlist li:first-child {
	padding-top: 0;
}

.woocommerce-reviews #comments ul.commentlist li img.avatar {
	float: left;
}

.woocommerce-reviews #comments ul.commentlist li .comment-text {
	margin-left: 80px;
	position: relative;
}

.woocommerce-reviews #comments ul.commentlist li .star-rating {
	position: absolute;
	right: 0;
	top: 0;
}

.woocommerce-reviews #comments ul.commentlist li .star-rating span i {
	color: #18ba60;
}

.woocommerce-reviews #comments ul.commentlist li .comment-text p.meta {
	margin-bottom: 5px;
}

.woocommerce-reviews #comments ul.commentlist li .comment-text p.meta span {
	color: #b9c1cf;
}

.woocommerce-reviews #review_form_wrapper {
	float: right;
	width: 50%;
	padding-left: 30px;
}

.woocommerce-reviews .comment-respond #reply-title {
	font-size: 18px;
	margin-top: 0;
}

.woocommerce-reviews #commentform {
	width: 100%;
}

.woocommerce-reviews #commentform p label {
	display: inline-block;
	margin-bottom: 5px;
}

.woocommerce-reviews #commentform .comment-form-rating {
	margin-bottom: 5px;
}

.woocommerce-reviews #commentform .stars {
	margin-bottom: 10px;
}

/* Related products */
.woocommerce-page .related {
	padding-top: 50px;
	margin: 0;
}

.woocommerce-page .related h2 {
	font-size: 20px;
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
	margin: 0 0 40px 0;
}

.woocommerce-page .related h2:after {
	width: 50px;
	height: 3px;
	background-color: #18ba60;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
}

/* Flat list about
-------------------------------------------------------------- */
.list-about h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.list-about h4 span {
	color: #d8e7ef;
}

.list-about h4 span i {
	border: 1px solid;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	margin-right: 15px;
	color: #18ba60;
}

.list-about p span {
	color: rgba(216,231,239,0.5);
}

/* Flat video fancybox
-------------------------------------------------------------- */
.flat-video-fancybox a {
	position: relative;
}

.flat-video-fancybox a:before {
	width: 60px;
	height: 60px;
	background-color: #15416e;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 50%;
	margin-right: -30px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.flat-video-fancybox a:after {
	font-family: "FontAwesome";
	content: "\f04b";
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -18px;
	margin-right: -9px;
}

.flat-video-fancybox a:hover:before {
	background-color: #18ba60;
}

/* Flat search
-------------------------------------------------------------- */
.widget.widget_text .textwidget .orderby,
.widget.widget_text .textwidget input[type=submit] {
	min-width: 100%;
}

.widget.widget_text .textwidget form.course_search select,
.widget.widget_text .textwidget form.course_search input {
	background-color: #FFFFFF;
}

.widget.widget_text .textwidget form.course_search .form-group {
	margin-bottom: 15px auto;
}

.widget.widget_text .textwidget form.course_search input,
.widget.widget_text .textwidget .input-group .input-group-addon {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.widget.widget_text .textwidget .input-group .input-group-addon {
	background-color: #CCCCCC;
}

.widget.widget_text .textwidget form.course_search input[type=submit] {
	background-color: #40C300;
}

.widget.widget_text .textwidget form.course_search input[type=submit]:hover {
	background-color: #15416E;
}

/* Style 1 */
.flat-wrapper form.course_search .form-group {
	margin-bottom: 15px auto;
}

.flat-wrapper form.course_search select,
.flat-wrapper form.course_search input {
	background-color: #FFFFFF;
	min-width: 100%;
}

.flat-wrapper form.course_search select {
	border: 1px solid;
	border-color: rgba(21, 65, 110, 0.15);
}

.flat-wrapper form.course_search select,
.flat-wrapper form.course_search input,
.flat-wrapper .input-group .input-group-addon {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.flat-wrapper form.course_search input[type=submit] {
	background-color: #40C300;
}

.flat-wrapper form.course_search input[type=submit]:hover {
	background-color: #15416E;
}

.flat-wrapper .input-group .input-group-addon {
	border: 1px solid;
	border-color: rgba(21, 65, 110, 0.15);
	background-color: rgba(21, 65, 110, 0.15);
}

.flat-wrapper .input-group select.orderby {
	border-left: none;
	border-right: none;
}

/* Style 2 */
.flat-wrapper .form-group input.fuzzy-search {
	border: 1px solid;
	border-color: rgba(21, 65, 110, 0.15);
	background-color: #FFFFFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.flat-wrapper .form-group input.fuzzy-search:focus {
	border-color: #1D5DA2;
}


article.blog-posts {
    padding: 10px;
}

.no-padding {
    padding: 0px;
}
.frm_error {
    color: red;
}

.frm_message p {
    color: green;
    font-size: 15px;
}


/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

@font-face {
    font-family: 'revicons';
  src: url(../../../../../../../../../themes/fia-new-theme/assets/fonts/revicons.eot);
  src: url('../../../../../../../../../themes/fia-new-theme/assets/fonts/revicons.eot#iefix') format('embedded-opentype'),
       url(../../../../../../../../../themes/fia-new-theme/assets/fonts/revicons.woff) format('woff'),
       url(../../../../../../../../../themes/fia-new-theme/assets/fonts/revicons.ttf) format('truetype'),
       url('../../../../../../../../../themes/fia-new-theme/assets/fonts/revicons.svg#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../../../../../../../../../themes/fia-new-theme/assets/fonts/revicons.svg?5510888#revicons') format('svg');
  }
}
*/


/*************************
	-	CAPTIONS	-
**************************/

.tp-static-layers	{	position:absolute; z-index:505; top:0px;left:0px}

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}


.tp-caption { z-index:1; white-space:nowrap}

.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important}


.tp-caption.whitedivider3px {

	color: #000000;
	text-shadow: none;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	min-width: 408px;
	min-height: 3px;
	background-position: initial initial;
	background-repeat: initial initial;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
}


.tp-caption.finewide_large_white {
color:#ffffff;
text-shadow:none;
font-size:60px;
line-height:60px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:8px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:468px;
min-height:3px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_medium_white {
color:#ffffff;
text-shadow:none;
font-size:37px;
line-height:37px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.boldwide_small_white {
font-size:25px;
line-height:25px;
font-weight:800;
font-family:"Open Sans", sans-serif;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px_vertical {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:3px;
min-height:130px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_small_white {
color:#ffffff;
text-shadow:none;
font-size:25px;
line-height:25px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_verysmall_white_mw {
font-size:13px;
line-height:25px;
font-weight:400;
font-family:"Open Sans", sans-serif;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
max-width:470px;
white-space:normal !important;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgb(235, 235, 235);
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.finewide_large_white {
color: #FFF;
text-shadow: none;
font-size: 60px;
line-height: 60px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 8px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.finewide_medium_white {
color: #FFF;
text-shadow: none;
font-size: 34px;
line-height: 34px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 5px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.huge_red {
position:absolute;
color:rgb(223,75,107);
font-weight:400;
font-size:150px;
line-height:130px;
font-family: 'Oswald', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
background-color:rgb(45,49,54);
padding:0px;
}

.tp-caption.middle_yellow {
position:absolute;
color:rgb(251,213,114);
font-weight:600;
font-size:50px;
line-height:50px;
font-family: 'Open Sans', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.huge_thin_yellow {
	position:absolute;
color:rgb(251,213,114);
font-weight:300;
font-size:90px;
line-height:90px;
font-family: 'Open Sans', sans-serif;
margin:0px;
letter-spacing: 20px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.big_dark {
position:absolute;
color:#333;
font-weight:700;
font-size:70px;
line-height:70px;
font-family:"Open Sans";
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_dark {
position:absolute;
color:#333;
font-weight:300;
font-size:40px;
line-height:40px;
font-family:"Open Sans";
margin:0px;
letter-spacing: 5px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.large_bold_white_25 {
font-size:55px;
line-height:65px;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text_shadow {
font-size:25px;
line-height:25px;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_bold_grey {
font-size:30px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption a {
color:#fff;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#00bac9;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.medium_bg_red a {
	color: #fff;
    text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
	color: #fff;
    text-decoration: underline;
}

.tp-caption.smoothcircle {
font-size:30px;
line-height:75px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0, 0.498039);
padding:50px 25px;
text-align:center;
border-radius:500px 500px 500px 500px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.largeblackbg {
font-size:50px;
line-height:70px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:0px 20px 5px;
text-shadow:none;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.medium_bg_orange_new1 {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}



.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
		font-weight: 300;
		font-size: 19px;
		line-height: 19px;
		font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


/*.tp-caption			{	transform:none !important}*/


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	width:100%; height:auto;}

/******************************
	-	BUTTONS	-
*******************************/

.tp-simpleresponsive .button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
												cursor:pointer;
												color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
												background:url(../../../../../../../../../themes/fia-new-theme/img/revolution-slider/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
											}

.tp-simpleresponsive  .button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../../../../../../../../../themes/fia-new-theme/img/revolution-slider/gradient/g40.png) repeat-x top}


.tp-simpleresponsive  .purchase:hover,
.tp-simpleresponsive  .button:hover,
.tp-simpleresponsive  .button.big:hover		{	background-position:bottom, 15px 11px}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-simpleresponsive  .button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-simpleresponsive  .button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.tp-simpleresponsive  .button.green, .tp-simpleresponsive  .button:hover.green,
.tp-simpleresponsive  .purchase.green, .tp-simpleresponsive  .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-simpleresponsive  .button.blue, .tp-simpleresponsive  .button:hover.blue,
.tp-simpleresponsive  .purchase.blue, .tp-simpleresponsive  .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}


.tp-simpleresponsive  .button.red, .tp-simpleresponsive  .button:hover.red,
.tp-simpleresponsive  .purchase.red, .tp-simpleresponsive  .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-simpleresponsive  .button.orange, .tp-simpleresponsive  .button:hover.orange,
.tp-simpleresponsive  .purchase.orange, .tp-simpleresponsive  .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-simpleresponsive  .button.darkgrey, .tp-simpleresponsive  .button.grey,
.tp-simpleresponsive  .button:hover.darkgrey, .tp-simpleresponsive  .button:hover.grey,
.tp-simpleresponsive  .purchase.darkgrey, .tp-simpleresponsive  .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-simpleresponsive  .button.lightgrey, .tp-simpleresponsive  .button:hover.lightgrey,
.tp-simpleresponsive  .purchase.lightgrey, .tp-simpleresponsive  .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/




/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}



/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}


.tp-simpleresponsive img	{	max-width:none}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:var(--wpr-bg-10d55eea-70ed-48c0-89bc-29453a79f0f4) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px}
.tp-bannershadow.tp-shadow2 {	background:var(--wpr-bg-fbabbf0c-6c72-4fe6-a331-11c97a01d2a9) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:var(--wpr-bg-1688e2c3-ad82-4a25-903f-1a8b866d176f) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;
							}

.html5vid .tp-revstop		{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position:relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.html5vid .tp-revstop	{	display:none}
.html5vid.videoisplaying .revicon-right-dir	{	display:none}
.html5vid.videoisplaying .tp-revstop	{	display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button { display:block}

.fullcoveredvideo .tp-video-play-button	{	display:none !important}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(0,0,0)),
		color-stop(1, rgb(50,50,50))
	);

	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {
	opacity: .9;
}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover {
	cursor: pointer;
}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 	{ padding:0px 5px;display:table-cell; }

.tp-video-seek-bar-wrap	{	width:80%}
.tp-video-vol-bar-wrap	{	width:20%}

.tp-volume-bar,
.tp-seek-bar		{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:4}
.tp-dottedoverlay.twoxtwo				{	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/gridtile_3x3_white.png)}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both}


.tp-bullets									{	z-index:100; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;-webkit-transform: translateZ(5px);
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:0px}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left}



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
															-webkit-transform: translateZ(5000px);
															-webkit-transform-style: flat;
															-webkit-backface-visibility: hidden;
															z-index:600;
															position: relative;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px}
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px}

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left}






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%}


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(../../../../../../../../../themes/fia-new-theme/assets/images/slides/timer.png);position:absolute; z-index:200;top:0px}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none}

.tp-simpleresponsive ul,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image:none
}


.tp-simpleresponsive >ul >li{
	list-style:none;
	position:absolute;
	visibility:hidden
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px; }

.tp-caption.slidelink a span	{	}


/*.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/coloredbg.png) repeat}
.tp-caption.slidelink a span	{	background:url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/coloredbg.png) repeat}*/



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }

.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa}

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}

	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
    }

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 						{ 	height: 21px}
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.15) !important;
											    /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 5px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: #aaa !important;
												width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(255, 255, 255, 1) !important;
}




/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;

												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px}
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px}


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
											}

.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:300px}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
													transform: translateX(0px);
													visibility: visible;
													position: absolute;
											}

/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 						{ 	height: 17px}
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tp-arr-titleholder.alwayshidden			{	display:none !important}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
							}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
   		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
    }



/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat}
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
.tparrows.preview3:hover:after					{	color:#000}
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }


.tparrows.preview3 .tp-arr-iwrapper			{
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:90px;top:-10px}

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;
											}

.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
												position:relative;top:0px}

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}

.tparrows.preview3:hover .tp-arr-iwrapper	{
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);

											}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 						{ 	height: 17px}
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px}



	}

    @media only screen  and (max-width: 767px) {

		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
	}





/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;z-index:0; width:30px;height:110px; background: #000; background: #15416e;
												-webkit-transition: all 0.2s ease-in-out;
											    -moz-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}

.tp-rightarrow.preview4:after				{	content: '\e825'; right: 20px;  }
.tp-leftarrow.preview4:after				{	content: '\e824'; left: 20px;  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}

.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left: 20px;}
.tp-rightarrow.preview4 .tp-arr-allwrapper	{	right: 20px;}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative; }

.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
												position:relative;top:0px;

												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;



											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
												position:absolute;top:0px; left:180px;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;

											}

.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}




.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 700;
												font-size: 11px;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;


}



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}




@media only screen and (min-width: 768px)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

														}
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 17px}
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


    @media only screen  and (max-width: 767px) {
   		 .tparrows.preview4 						{	width:20px; height:80px}
   		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}

   		 .tparrows.preview1 .tp-arr-allwrapper,
   		 .tparrows.preview2 .tp-arr-allwrapper,
   		 .tparrows.preview3 .tp-arr-allwrapper,
   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
    }



/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:var(--wpr-bg-1d823228-7bfd-4372-a5df-dc58aea65f7b) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:var(--wpr-bg-252f361c-fecc-4879-a443-3da0143c7ed2) no-repeat 10px 10px;
							background-color:#fff;
							margin:-22px -22px;
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



.tp-transparentimg {	content:"url(../../../../../../../../../themes/fia-new-theme/assets/revolution-slider/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}



.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}


@font-face {
  font-family: 'revicons';
  src: url(../../../../../../../../../themes/fia-new-theme/assets/fonts/revicons90c6.eot?5510888);
  src: url('../../../../../../../../../themes/fia-new-theme/assets/fonts/revicons90c6.eot?5510888#iefix') format('embedded-opentype'),
       url(../../../../../../../../../themes/fia-new-theme/assets/fonts/revicons90c6.woff?5510888) format('woff'),
       url(../../../../../../../../../themes/fia-new-theme/assets/fonts/revicons90c6.ttf?5510888) format('truetype'),
       url('../../../../../../../../../themes/fia-new-theme/assets/fonts/revicons90c6.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../../../../../../../../../themes/fia-new-theme/fonts/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'} /* '' */
.revicon-pencil-1:before { content: '\e831'} /* '' */
.revicon-picture-1:before { content: '\e803'} /* '' */
.revicon-cancel:before { content: '\e80a'} /* '' */
.revicon-info-circled:before { content: '\e80f'} /* '' */
.revicon-trash:before { content: '\e801'} /* '' */
.revicon-left-dir:before { content: '\e817'} /* '' */
.revicon-right-dir:before { content: '\e818'} /* '' */
.revicon-down-open:before { content: '\e83b'} /* '' */
.revicon-left-open:before { content: '\e819'} /* '' */
.revicon-right-open:before { content: '\e81a'} /* '' */
.revicon-angle-left:before { content: '\e820'} /* '' */
.revicon-angle-right:before { content: '\e81d'} /* '' */
.revicon-left-big:before { content: '\e81f'} /* '' */
.revicon-right-big:before { content: '\e81e'} /* '' */
.revicon-magic:before { content: '\e807'} /* '' */
.revicon-picture:before { content: '\e800'} /* '' */
.revicon-export:before { content: '\e80b'} /* '' */
.revicon-cog:before { content: '\e832'} /* '' */
.revicon-login:before { content: '\e833'} /* '' */
.revicon-logout:before { content: '\e834'} /* '' */
.revicon-video:before { content: '\e805'} /* '' */
.revicon-arrow-combo:before { content: '\e827'} /* '' */
.revicon-left-open-1:before { content: '\e82a'} /* '' */
.revicon-right-open-1:before { content: '\e82b'} /* '' */
.revicon-left-open-mini:before { content: '\e822'} /* '' */
.revicon-right-open-mini:before { content: '\e823'} /* '' */
.revicon-left-open-big:before { content: '\e824'} /* '' */
.revicon-right-open-big:before { content: '\e825'} /* '' */
.revicon-left:before { content: '\e836'} /* '' */
.revicon-right:before { content: '\e826'} /* '' */
.revicon-ccw:before { content: '\e808'} /* '' */
.revicon-arrows-ccw:before { content: '\e806'} /* '' */
.revicon-palette:before { content: '\e829'} /* '' */
.revicon-list-add:before { content: '\e80c'} /* '' */
.revicon-doc:before { content: '\e809'} /* '' */
.revicon-left-open-outline:before { content: '\e82e'} /* '' */
.revicon-left-open-2:before { content: '\e82c'} /* '' */
.revicon-right-open-outline:before { content: '\e82f'} /* '' */
.revicon-right-open-2:before { content: '\e82d'} /* '' */
.revicon-equalizer:before { content: '\e83a'} /* '' */
.revicon-layers-alt:before { content: '\e804'} /* '' */
.revicon-popup:before { content: '\e828'} /* '' */

/* navigation */
.tp-leftarrow.square,
.tp-rightarrow.square {
	width: 60px;
	height: 60px;
	background-color: #fff;
	text-align: center;
	line-height: 20px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.tp-leftarrow.square:before,
.tp-rightarrow.square:before {
	position: absolute;
	content: "\f104";
	left: 25px;
    top: 21px;
	color: #000000;
   	font-family: "FontAwesome";
   	font-size: 18px;
}

.tp-rightarrow.square:before {
	content: "\f105";
}

.tp-leftarrow.square:hover,
.tp-rightarrow.square:hover {
	background: #00bac9;
	opacity: 1;
}

.tp-leftarrow.square:hover:before,
.tp-rightarrow.square:hover:before {
	color: #fff;
}

/* Text slider */
.tp-caption .title-slide,
.tp-caption.title-slide {
	font-family: "Hind Vadodara", sans-serif;
	font-size: 64px;
	line-height: 70px;
	color: #15416e;
	margin-bottom: 34px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.tp-caption.desc-slide {
	color: #15416e;
	font-size: 16px;
    transition: none;
    line-height: 17px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Button slider */
.flat-button-slider {
	display: inline-block;
    font-family: "Hind Siliguri", sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background-color: #18ba60;
    font-weight: 700;
    letter-spacing: 0px;
    padding-left: 35px;
    z-index: 1;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}

.flat-button-slider.bg-button-slider-15416e {
	background-color: #15416e;
}

.flat-button-slider.bg-button-slider-15416e:hover {
	background-color: #18ba60;
}

.tp-caption.flat-button-slider {
    padding: 13px 20px;
}

.tp-caption.flat-button-slider:after {
	position: absolute;
	right: 50px;
	top: 0;
	content: "";
	width: 1px;
	height: 100%;
	background-color: rgba(54, 70, 115, 0.08);
}

.flat-button-slider:hover {
	background-color: #15416e;
}

.flat-button-slider:hover a {
	color: #fff;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #3f3f3f;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.my-mfp-slide-bottom .mfp-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;

        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8);  
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        -ms-transform: scale(1); 
        -o-transform: scale(1); 
        transform: scale(1); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
/*!
 * Justified Gallery - v3.6.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: var(--wpr-bg-0a8149dd-15d2-4768-8f52-c32e21aa1307);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: var(--wpr-bg-cb6ae018-094d-4ad6-b918-b6f34709f7dd) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent var(--wpr-bg-cacb7760-9f14-4c86-8ca5-4ba25ed73106); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: var(--wpr-bg-e0f7e46c-691f-4339-a896-f9f35d984b8a);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: var(--wpr-bg-f369c11e-b84d-46f3-a41a-c83ab51483f3);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: var(--wpr-bg-fa8bcda7-c5bb-41f3-ae5b-667f6a8d1461);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}*/
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700);



@font-face {
	font-family: 'gotham-medium';
	src: url(../../../../../../../../../themes/fia-new-theme/assets/fonts/gothammedium.eot);
	src: url(../../../../../../../../../themes/fia-new-theme/assets/fonts/gothammedium.eot?#iefix) format("embedded-opentype"), url(../../../../../../../../../themes/fia-new-theme/assets/fonts/Gotham-Medium.woff) format("woff"), url(../../../../../../../../../themes/fia-new-theme/assets/fonts/Gotham-Medium.ttf) format("truetype"), url(../../../../../../../../../themes/fia-new-theme/assets/fonts/Gotham-Medium.svg#Gotham-Medium) format("svg");
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: 'gotham-book';
	src: url(../../../../../../../../../themes/fia-new-theme/assets/fonts/gothambook.eot);
	src: url(../../../../../../../../../themes/fia-new-theme/assets/fonts/gothambook.eot?#iefix) format("embedded-opentype"), url(../../../../../../../../../themes/fia-new-theme/assets/fonts/Gotham-Book.woff) format("woff"), url(../../../../../../../../../themes/fia-new-theme/assets/fonts/Gotham-Book.ttf) format("truetype"), url(../../../../../../../../../themes/fia-new-theme/assets/fonts/Gotham-Book.svg#Gotham-Book) format("svg");
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: 'gotham-bold';
	src: url(../../../../../../../../../themes/fia-new-theme/assets/fonts/gothambold.eot);
	src: url(../../../../../../../../../themes/fia-new-theme/assets/fonts/gothambold.eot?#iefix) format("embedded-opentype"), url(../../../../../../../../../themes/fia-new-theme/assets/fonts/gothambold.woff) format("woff"), url(../../../../../../../../../themes/fia-new-theme/assets/fonts/gothambold.ttf) format("truetype"), url(../../../../../../../../../themes/fia-new-theme/assets/fonts/gothambold.svg#gothambold) format("svg");
	font-weight: normal;
	font-style: normal
}





/* Index
-------------------------------------------------------------- */

/**
  * Reset
  * Repeatable Patterns
  * a Link
  * Top
  * Header
  * Mobile navigation
  * Flat header information
  * Flat search
  * Widget
  * Page header
  * Page title
  * Highlight title
  * Blog post
  * Blog single
  * Navigation
  * Flat search result
  * 404
  * Boxed
  * Switcher
  * GoTop Button
  * Footer
  * Parallax
  * Revolution Slider
  * Preload
**/

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		font-family: Quicksand, sans-serif !important;
		font-size: 14px;
		line-height: 1.8;
		font-weight: 400;
		color: #333;
	}

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

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

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
			   hyphens: none;
				quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

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

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
			   box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	br.faux-br {
		display: none;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


body {
	font-family: 'Quicksand', sans-serif !important;
	font-size: 15px;
	font-weight: 400;
	background-color: #fff;
	color: #2f4862;
	line-height: 1.8;
}

a {
	color: #15416e;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

span {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #18ba60;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.img-left {
	margin: -10px 50px 0 0 !important;
	float: left;
}

.img-right {
	margin: 0 0 0 50px !important;
	float: right;
}

b, strong {
	font-weight: 900;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
	/*font-family: "Hind Vadodara", sans-serif;*/
	font-weight: 700;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 30px 0 20px 0;
	color: #15416e;
	line-height: 1.1;
	text-transform: uppercase;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 15px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	padding: 24px 120px 21px 124px;
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background: #d8e7ef;
	position: relative;
	border: none;
	padding: 0;
	border: 1px solid #d8e7ef;
	height: 45px;
	max-width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

select {
	border: 1px solid transparent !important;
	background-color: #d8e7ef !important;
	height: 45px !important;
	padding: 10px !important;
	line-height: 100% !important;
	outline: 0 !important;
	max-width: 100% !important;
	background-image: var(--wpr-bg-be9d70c2-2892-4476-a765-ec4ec21098b9) !important;
	background-position: 96% center !important;
	background-repeat: no-repeat !important;
	position: relative;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

input[type="text"],
input[type="email"] {
	width: 100%;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input.input-text:focus {
  border: 1px solid #2f4862;
	background-color: #fff;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

input[type="submit"],
button[type="submit"],
input[type="submit"].scheme2:hover,
button[type="submit"].scheme2:hover,
.button,
.button.scheme2:hover {
	color: #ffffff;
	background-image: none;
	background-color: #18ba60;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	cursor: pointer;
	white-space: nowrap;
	border: none;
	display: inline-block;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		-ms-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="submit"].scheme2,
button[type="submit"].scheme2,
input[type="submit"].lg:hover,
button[type="submit"].lg:hover,
.button:hover,
.button.scheme2,
.button.lg:hover {
	background-color: #15416e;
	color: #ffffff;
}

input[type="submit"].lg,
button[type="submit"].lg,
.button.lg {
	height: 55px;
	line-height: 55px;
	padding: 0 35px;
}

.button.sm {
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
}

.button.extra-lg {
	height: 75px;
	line-height: 55px;
	padding: 10px 5px;
	width: 100%;
	text-align: center;
	background-color: #1D5DA2;
}

.extra-lg:hover
{
	background-color: #ffffff !important;
	color: #CCCCCC;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
/*
.extra-lg:hover .extra-lg:after {
	width: calc(100% - 60px);
}

.extra-lg:after {
width: 60px;
height: 5px;
background-color: #18ba60;
content: "";
top: 0;
left: 30px;
position: absolute;
-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}*/

.button.sm.social i { padding-right: 10px; }

.button.sm.facebook { background-color: rgba(59,89,152,1.0); }
	.button.sm.facebook:hover { background-color: rgba(59,89,152,0.80); }

.button.sm.twitter { background-color: rgba(0,172,237,1.0); }
	.button.sm.twitter:hover { background-color: rgba(0,172,237,0.80); }

.button.sm.google_plus { background-color: rgba(221,75,57,1.0); }
	.button.sm.google_plus:hover { background-color: rgba(221,75,57,0.80); }

.button.sm.linkedin { background-color: rgba(0,123,182,1.0); }
	.button.sm.linkedin:hover { background-color: rgba(0,123,182,0.80); }

.button.sm.email { background-color: ; }
	/*.button.sm.email:hover { background-color: #40C300; }*/

.button.sm.faux-responsive-padding {
	margin-right: 136px;
}

textarea {
	width: 100%;
	height: 150px;
	padding: 12px 17px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #999999;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
	color: #999999;
}

input[type="submit"] {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
	color: #ffffff;
}

@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
}

/* a link
-------------------------------------------------------------- */
a.link {
	color: #18ba60;
	border-bottom: 2px solid;
	font-weight: bold;
}

a.link2 {
	font-weight: bold;
	text-transform: uppercase;
}

a.link2 i {
	font-size: 14px;
	font-weight: normal;
	margin: 0 10px;
}

a.link:hover {
	color: #15416e;
}

.view-all-testimonial {
	border-top: 1px solid rgba(54,70,115,0.08);
	padding-top: 35px;
	text-align: center;
}

/* Top
---------------------------------------------------------------*/
.top {
	background-color: #15416e;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	padding: 9px 0;
}

.top .flat-address .social-links,
.top .flat-address .custom-info {
	display: block;
}

.top .flat-address .social-links {
	float: left;
	margin-right: 20px;
}

.top .flat-address .social-links a {
	float: left;
	display: block;
	margin-right: 10px;
	color: #fff;
}

.top .flat-address .social-links a i {
	color: ;
	background-color: ;
}

.top .flat-address .social-links a i:hover {
	color: ;
	background-color: transparent;
	border-color: ;
}

.top .flat-address .custom-info i {
	margin-right: 10px;
	margin-left: 30px;
	width: 28px;
	height: 28px;
	color: #ffffff;
	font-size: 14px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 26px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0.1);
}

/* Navigator top */
.top .top-navigator {
   float: right;
}

.top .top-navigator > ul > li {
	display: inline-block;
	position: relative;
}

.top .top-navigator > ul > li > a {
	padding: 0 5px;
	display: block;
	color: rgba(255, 255, 255, 1.0);
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

.top .top-navigator > ul > li:last-child > a {
	border-right: 0;
	padding-right: 0;
}

.top .top-navigator ul > li > a:hover {
	color: ;
}

.top .top-navigator > ul > li > a.active {
	border-bottom: 1px solid;
	border-bottom-color: ;
}

.top .top-navigator > ul > li > a.active:hover {
	color: #FFF;
}

.top .top-navigator > ul > li > ul {
   position: absolute;
   left: 0;
   top: 149%;
   width: 200px;
   padding: 10px 0;
   background-color: #fff;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	  opacity: 0;
   visibility: hidden;
   z-index: 9999999;
   -webkit-transform: translate(0px, 10px);
	  -moz-transform: translate(0px, -10px);
	   -ms-transform: translate(0px, -10px);
		-o-transform: translate(0px, -10px);
		   transform: translate(0px, -10px);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.top .top-navigator > ul > li > ul.right-sub-menu {
	left: auto;
	right: 0;
}

.top .top-navigator > ul > li:hover > ul {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	   filter: alpha(opacity=100);
	  opacity: 1;
	visibility: visible;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
		-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
		 -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		 -o-transform: translate(0, 0);
			transform: translate(0, 0);
}

.top .top-navigator > ul > li > ul li:first-child {
	border-top: none;
}

.top .top-navigator > ul > li > ul li a {
	display: block;
	padding: 5px 18px;
	line-height: 29px;
	color: #15416e;
	position: relative;
}

.top .top-navigator > ul > li > ul li a:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	content: "";
	background-color: #18ba60;
	vertical-align: middle;
	margin: -1px 10px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top .top-navigator > ul > li > ul li a:hover {
	background-color: #15416e;
}

.top .top-navigator > ul > li > ul li:hover a {
	background: #15416e;
	color: #ffffff;
}

.top .top-navigator > ul > li > a > i {
	margin-right: 5px;
}

/* Header
-------------------------------------------------------------- */
.header {
	background-color: #fffdfd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header .header-wrap {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		 -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.header .header-wrap .logo {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	/*margin: 29px 0 37px 0;*/
	margin: -45px 0 0px 0;
	float: left;
	margin-right: 40px;
	background: white;
	padding: 10px 10px 10px 10px;
}

.header .header-wrap .show-search {
	padding-right: 32px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -17.5px;
	text-align: center;
}

.header .header-wrap .show-search i {
	font-size: 12px;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #697ea4;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.header .header-wrap .show-search i:hover {
	border-width: 1px;
	border-color: #697ea4;
	border-style: solid;
	color: #697ea4;
	background-color: #fff;
}

.header .header-wrap .language-wrap ul li {
	display: inline-block;
	padding-right: 21px;
	position: relative;
}

.header .header-wrap .language-wrap ul li.current a {
	color: #202020;
}

.header .header-wrap .language-wrap ul li a:hover {
	color: #697ea4;
}

.header .header-wrap .language-wrap ul li.current:after {
	position: absolute;
	right: 8px;
	top: 25px;
	content: "/";
	color: #202020;
}

.header .header-wrap .language-wrap ul,
.header .header-wrap .language-wrap .btn-menu-active {
	float: right;
}

.header .header-wrap .language-wrap .btn-menu-active {
	text-align: center;
	padding: 0 25px;
	border-left: 1px solid #e5e5e5;
}

.header .header-wrap .language-wrap .btn-menu-active a {
	line-height: 73px;
}

.header .header-wrap .language-wrap ul li a {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #a5a5a5;
	line-height: 73px;
}

/* Header style2 */
.header.header-v2 .header-wrap {
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999999;
}

.header.header-v2 .header-wrap .top-search .widget.widget_search .search-form input[type="search"] {
	background: none;
	border-color: rgba(21, 65, 110, 0.15);
}

.header.header-v2 .header-wrap .top-search .widget.widget_search .search-form input[type="search"]:focus {
	border-color: #15416e;
}

#header.header.header-v2 #mainnav > ul > li > a.active {
	background-color: #18ba60;
	color: #fff;
}

#header.downscrolled.header.header-v2 .header-wrap {
	background-color: #fff;
}

#header.downscrolled.header.header-v2 .header-wrap .top-search .widget.widget_search .search-form input[type="search"] {
	background: #d8e7ef;
	border-color: transparent;
}

#header.downscrolled.header.header-v2 .header-wrap .top-search .widget.widget_search .search-form input[type="search"]:focus {
	border-color: #15416e;
}

/* Header sytle3 */
.header.header-v3 .flat-search {
	float: right;
	margin-left: 20px;
}
.header.header-v3 .header-wrap {
	box-shadow: none;
}

.header.header-v3 .header-wrap.style {
/*	background-color: #203864 !important;*/
}

.header.header-v3 .header-wrap .nav-wrap {
	margin-top: 0;
}

.header.header-v3 .header-wrap #mainnav > ul > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	color: rgba(255, 255, 255, 0.8);
}

.header.header-v3 .header-wrap #mainnav > ul > li > a.active {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	border-top: transparent;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header.header-v3 .header-wrap #mainnav > ul > li > a:hover {
	color: #fff;
	background-color: ;
}

.header-v3 #mainnav > ul > li > a.active:after {
	width: 100%;
	height: 4px;
	content: "";
	bottom: -1px;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #18ba60;
}

.header.header-v3 .header-wrap .top-search {
	margin-top: 1.5px;
}

#header.downscrolled.header-v3 #mainnav > ul > li > a {
	color: rgba(255, 255, 255, 0.8);
}

#header.downscrolled.header-v3 #mainnav > ul > li > a:hover {
	color: #fff;
}

#header.downscrolled.header-v3 #mainnav > ul > li > a.active {
	color: #fff;
}

/* Header style1 */
.top.style-v1 {
	padding: 9px 0 57px 0;
}

.header.header-v1 {
	background: transparent;
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	z-index: 99999;
}

.header.header-v1 .header-wrap {
	box-shadow: none;
}

.header.header-v1 .flat-wrapper .flat-wrapper-mainnav {
	padding: 0 30px;
	background-color: #fff;
}

.header.header-v1 .flat-wrapper .flat-wrapper-mainnav .nav-wrap {
	float: right;
}

.header.header-v1 .flat-wrapper #mainnav > ul > li > a.active {
	background-color: #18ba60;
	color: #fff;
}

#header.downscrolled.header.header-v1 {
	background: transparent;
	box-shadow: none;
}

#header.downscrolled.header.header-v1 .header-wrap {
	box-shadow: none;
}

#header.downscrolled.header.header-v1 #mainnav > ul > li > a.active {
	color: #fff;
}

.header.header-v1 .top-search {
	position: absolute;
	width: 250px;
	right: 25px;
	top: -25px;
	opacity: 0;
	z-index: 99;
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

.header.header-v1 .top-search.show {
	top: -25px;
	right: 0;
	opacity: 1;
	z-index: 9999;
}

/* Header Fix */
#header.downscrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   opacity: 0;
		filter: alpha(opacity=0);
	top: -60px;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 999999;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}

#header.upscrolled {
	opacity: 1;
	top: 0;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
	z-index: 99999;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		 -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#header.upscrolled #mainnav > ul > li > a {
	color: #174c81;
}

#header.upscrolled #mainnav > ul > li > a.active {
	color: #18ba60;
}

#header.upscrolled #mainnav > ul > li > a:hover {
	color: #18ba60;
}

.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
	width: 92.708%;
}

/* navigation */
.nav-wrap {
	float: left;
	position: relative;
	margin-top: 28px;
}

#mainnav {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}

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

#mainnav > ul > li {
	float: left;
}

#mainnav ul li {
   position: relative;
}

#mainnav ul li.has-mega-menu {
	position: static;
}

#mainnav > ul > li {
   display: inline-block;
}

#mainnav > ul > li > a {
	position: relative;
	outline: none;
	display: block;
	font-family: 'gotham-book', sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 15px;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	font-style: normal;
}

#mainnav > ul > li > a.active {
	border: 1px solid #18ba60;
	color: #18ba60;
}

/* sub-menu */
#mainnav ul.sub-menu {
	position: absolute;
	left: 0;
	top: 150%;
	width: 250px;
	padding: 10px 0;
	background-color: #fff;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	  opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
		-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
		 -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
	left: auto;
	right: 33px;
}

#mainnav ul li:hover > ul.sub-menu {
	top: 100%;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	   filter: alpha(opacity=100);
	  opacity: 1;
   visibility: visible;
}

#mainnav ul li ul li {
   margin-left: 0;
}

#mainnav ul.sub-menu li ul {
   position: absolute;
   left: 360px;
   top: 0 !important;
}

#mainnav ul.sub-menu > li > a {
	display: block;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	color: #2f4862;
	text-transform: capitalize;
	text-decoration: none;
	padding: 5px 18px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

#mainnav ul.sub-menu > li > a:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	content: "";
	vertical-align: middle;
	background-color: #18ba60;
	margin: -1px 10px 0 0;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

#mainnav ul.sub-menu > li > a:hover {
	background-color: #15416e;
	color: #fff;
}

#mainnav > ul > li > a:hover {
	color: #18ba60;
}

/* Mega Menu */
#mainnav .has-mega-menu > a {
	padding-bottom: 38px;
}

#mainnav .has-mega-menu .sub-menu.mega-menu {
	padding: 20px 0 15px 15px;
}

#mainnav .mega-menu {
	position: absolute;
	top: 150%;
	left: -163px;
	padding: 15px 0;
	text-align: left;
	z-index: 9999;
	background-color: #15416e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  filter: alpha(opacity=0);
	 opacity: 0;
	visibility: hidden;
   -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.header-v3 #mainnav .mega-menu {
	left: 0;
}

.header-v1 #mainnav .mega-menu {
	left: -380px;
}

#mainnav .mega-menu.three-colums {
	width: 750px;
}

#mainnav .mega-menu.two-columns {
	width: 500px;
}

#mainnav .mega-menu.two-columns .menu-item {
	width: 50%;
}

#mainnav .mega-menu.three-colums .menu-item {
	width: 33.333333%;
}

#mainnav .mega-menu .menu-item {
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#mainnav .mega-menu .menu-item > a {
	color: #fff;
	padding: 10px 30px;
	line-height: 45px;
	font-size: 14px;
}

#mainnav .mega-menu .menu-item ul {
	float: none;
}

#mainnav ul li.has-mega-menu:hover > .mega-menu {
	top: 100%;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	   filter: alpha(opacity=100);
	  opacity: 1;
   visibility: visible;
}

.mega-menu ul li a {
	display: block;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	color: rgba(216,231,239,0.5);
	text-transform: capitalize;
	text-decoration: none;
	padding: 5px 0;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mega-menu ul li a:hover {
	color: #fff;
}

.mega-menu ul li a:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	content: "";
	vertical-align: middle;
	background-color: #18ba60;
	margin: -1px 10px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mega-title .btn-mega {
	color: #fff;
	margin-top: 0;
}

.has-mega-menu .latest-post .entry-wrapper .entry-content-wrap .entry-header .entry-title a {
	color: #18ba60;
}

.has-mega-menu .latest-post .entry-wrapper .entry-content-wrap .entry-header .entry-title a:hover {
	color: #fff;
}

/* Mega menu mobile */
#mainnav-mobi .sub-menu.mega-menu {
	padding-left: 15px;
	overflow: hidden;
}

#mainnav-mobi .mega-title .btn-mega {
	color: #15416e;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 14px;
	padding-bottom: 30px;
	margin-bottom: 0;
}

#mainnav-mobi ul > li.has-mega-menu > a {
	display: block;
}

#mainnav-mobi .btn-mega,
#mainnav-mobi .has-mega {
	position: relative;
}

#mainnav-mobi .btn-mega:before,
#mainnav-mobi .has-mega:before {
	position: absolute;
	right: 5px;
	top: -17px;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
}

#mainnav-mobi .has-mega:before {
	right: 20px;
	top: 0;
}

#mainnav-mobi .btn-mega:before,
#mainnav-mobi .has-mega:before {
	content: "\f107";
	color: #cccccc;
}

#mainnav-mobi .btn-mega.active:before,
#mainnav-mobi .has-mega.active:before {
	content: "\f106";
}

#mainnav-mobi .has-mega-menu .btn-sub-menu {
	display: none;
}

#mainnav-mobi ul > li.has-mega-menu .latest-post:last-child {
	margin-bottom: 30px;
}

/* Mobile navigation
-------------------------------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	background-color: #ffffff;
	z-index: 1000;
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi ul li {
	margin:0;
	position: relative;
	text-align: left;
	border-top: 1px solid rgba(54, 70, 115, 0.08);
	cursor: pointer
}

#mainnav-mobi ul > li > a {
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	color: #15416e;
}

#mainnav-mobi ul > li > a:hover {
	color: #18ba60
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
	position: relative;
	border-top: 1px solid rgba(54, 70, 115, 0.08);
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
	padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 60px;
	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li > a {
	padding-left: 35px;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 40px 0;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	   -moz-transition: all ease .238s;
			transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
	background-color: #15416e;
	-webkit-transition: all ease .238s;
	   -moz-transition: all ease .238s;
			transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
			transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
			transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	background-color: #18ba60;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
			transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	background-color: #18ba60;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
			transform: rotate3d(0, 0, 1, -45deg);
}

.btn-sub-menu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-sub-menu:before {
   content: "\f107";
   color: #cccccc;
}

.btn-sub-menu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none
}

/* Flat header information
-------------------------------------------------------------- */
.flat-header-information {
	float: right;
	margin: 5px 0;
	font-size: 11px;
}

.flat-header-information .header-information {
	float: right;
	margin: 8px 0 0 50px;
}

.flat-header-information .header-information .informaiton-text .info-icon .content {
	margin-right: 20px;
}

.info-icon {
	line-height: 1.4;
}

.info-icon i {
	float: left;
	margin-right: 15px;
	margin-top: 3px;
	font-size: 28px;
	color: #18ba60;
}

.info-icon .content {
	float: right;
}

/* Flat search
-------------------------------------------------------------- */
.top-search {
	width: 350px;
	margin-top: 25px;
	margin-left: 5px;
}

/* Widget
-------------------------------------------------------------- */
/* Widget search */
.widget.widget_search {
	margin-bottom: 0;
}

.widget.widget_search .search-form {
	position: relative;
}

.widget.widget_search .search-form:after {
	position: absolute;
	top: 13px;
	right: 35px;
	content: "";
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.4);
}

.widget.widget_search .search-form .search-field {
	width: 100%;
	font-size: 12px;
	position: relative;
}

.top-search .widget.widget_search .search-form:after {
	top: 10px;
}

.top-search .widget.widget_search .search-form input[type="search"] {
	height: 40px;
}

.top-search .widget.widget_search .search-form .search-submit {
	height: 40px;
}

.widget.widget_search .search-form .search-submit {
	background-image: var(--wpr-bg-59e3510e-7446-4b25-87d2-fc8eb973f11c);
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 45px;
	padding: 0;
	position: absolute;
	background-color: transparent;
	right: 0;
	top: 0;
	-webkit-opacity: 0.3;
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter: alpha(opacity=30);
}

.widget.widget_search .search-form .search-submit:hover {
	background-color: transparent;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.widget.widget_search .search-form input[type="submit"] {
	color: #ffffff;
	height: 45px;
	line-height: 40px;
	cursor: pointer;
	white-space: nowrap;
	border: none;
	display: inline-block;
	font-weight: bold;
	font-size: 0;
}

/* Page header
-------------------------------------------------------------- */
.flat-page-header {
	padding: 50px 0;
	text-align: center;
	position: relative;
}

.flat-page-header .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #18ba60;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	   opacity: 0.5;
		filter: alpha(opacity=50);
}

.flat-page-header .page-header-title .title {
	margin: 0;
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	z-index: 99999;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Page title
-------------------------------------------------------------- */
.page-title {
	border: none;
	background: #f1f2f8;
}

.page-title.style1 {
	background-color: #fff;
	border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}

.page-title .breadcrumbs {
	padding: 15px 0;
}

.page-title .breadcrumbs ul.trail-items li {
	display: inline-block;
	color: #15416e;
	margin-right: 6px;
	position: relative;
	font-size: 0.9em;
}

.breadcrumbs ul.trail-items li.trail-item {
	margin-right: 0;
}

.breadcrumbs ul.trail-items li.trail-item:after {
	padding: 0;
	display: inline-block;
	font-family: "fontAwesome";
	content: "\f105";
	margin: -1px 5px 0 10px;
}

.page-title .breadcrumbs ul.trail-items li a {
	color: #15416e;
}

.page-title .breadcrumbs ul.trail-items li a:hover {
	color: #18ba60;
}

.page-title .breadcrumbs ul.trail-items li.trail-end {
	color: ;
}

/* Highlight title
-------------------------------------------------------------- */
h2.highlight-title {
	font-size: 2.0em;
}

/* Blog post
-------------------------------------------------------------- */
.blog {
	padding: 50px 0;
}

.content-wrap {
	position: relative;
	overflow: hidden;
}

.content-wrap:before {
	width: 1px;
	height: 100%;
	top: 0;
	bottom: 0;
	content: "";
	background: rgba(54, 70, 115, 0.08);
	left: 70%;
	position: absolute;
}

.main-content {
	position: relative;
	padding: 0 30px 0 15px;
	width: 70%;
	float: left;
}

.blog-post {
	margin-bottom: 50px;
	position: relative;
	border-bottom: 1px solid rgba(54, 70, 115, 0.08);
	padding-bottom: 50px;
}

.blog-post .entry-header {
	margin-bottom: 30px;
}

.blog-post .entry-header .entry-time {
	color: #18ba60;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	float: left;
	width: 85px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	margin-right: 20px;
	line-height: 1;
}

.blog .blog-post .entry-header .entry-time span.entry-day,
.blog-single .blog-post .entry-header .entry-time span.entry-day {
	display: block;
	font-size: 64px;
}

.blog .blog-post .entry-header .entry-time span,
.blog-single .blog-post .entry-header .entry-time span {
	font-size: 14px;
	line-height: 0.7;
}

.blog .blog-post .entry-header .entry-time span,
.blog-single .blog-post .entry-header .entry-time span {
	font-size: 14px;
	line-height: 0.9;
}

.blog .blog-post .entry-header .entry-header-content,
.blog-single .blog-post .entry-header .entry-header-content {
	overflow: hidden;
}

.blog .blog-post .entry-header .entry-title,
.blog-single .blog-post .entry-header .entry-title {
	margin: 3px 0 10px 0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1;
}

.blog .blog-post .entry-header .entry-title a,
.blog-single .blog-post .entry-header .entry-title a {
	color: #15416e;
}

.blog .blog-post .entry-header .entry-title a:hover,
.blog-single .blog-post .entry-header .entry-title a:hover {
	color: #18ba60;
}

.blog .blog-post .entry-header .entry-meta i,
.blog-single .blog-post .entry-header .entry-meta i {
	margin-right: 5px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid rgba(54, 70, 115, 0.08);
	color: #b9c1cf;
}

.blog .blog-post .entry-header .entry-meta i:first-child,
.blog-single .blog-post .entry-header .entry-meta i:first-child {
	margin-left: 0;
	border-left: none;
	padding-left: 0;
}

.blog .blog-post .entry-header .entry-meta a,
.blog-single .blog-post .entry-header .entry-meta a {
	color: #b9c1cf;
}

.blog .blog-post .entry-header .entry-meta a:hover,
.blog-single .blog-post .entry-header .entry-meta a:hover {
	color: #18ba60;
}

.blog .blog-post .entry-cover,
.blog-single .blog-post .entry-cover {
	margin-bottom: 30px;
}

.blog .blog-post .entry-cover a,
.blog-single .blog-post .entry-cover a {
	display: block;
	position: relative;
	background: #000000;
}

.blog .blog-post .entry-cover a:after,
.blog-single .blog-post .entry-cover a:after,
.blog .blog-post .entry-cover a:before,
.blog-single .blog-post .entry-cover a:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #ffffff;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin-top: -15px;
	margin-left: -1px;
	visibility: hidden;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.blog .blog-post .entry-cover a:before,
.blog-single .blog-post .entry-cover a:before {
	height: 1px;
	width: 30px;
	margin-top: -1px;
	margin-left: -15px;
}

.blog .blog-post .entry-cover a:hover img,
.blog-single .blog-post .entry-cover a:hover img {
	-webkit-opacity: 0.4;
	-khtml-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	filter: alpha(opacity=40);
}

.blog .blog-post .entry-cover a:hover:after,
.blog-single .blog-post .entry-cover a:hover:after,
.blog .blog-post .entry-cover a:hover:before,
.blog-single .blog-post .entry-cover a:hover:before {
	visibility: visible;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.blog .blog-post .entry-content .readmore,
.blog-single .blog-post .entry-content .readmore {
	margin-top: 25px;
}

.blog .blog-post .entry-content .readmore .more-link,
.blog-single .blog-post .entry-content .readmore .more-link {
	padding: 7px 25px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	color: #ffffff;
	background-color: #18ba60;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog .blog-post .entry-content .readmore .more-link:hover,
.blog-single .blog-post .entry-content .readmore .more-link:hover {
	background-color: #15416e;
}

.blog .blog-post .entry-content .readmore .more-link:after,
.blog-single .blog-post .entry-content .readmore .more-link:after {
	font-family: "fontAwesome";
	content: "\f054";
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}


.blog-single .blog-post h1 {
    font-size: 21px;
}

.blog-single .blog-post h2 {
    font-size: 18px;
}

.blog-single .blog-post h3 {
    font-size: 16px;
}

.blog-single .blog-post h4 {
    font-size: 14px;
}

.blog-single .blog-post .entry-header .entry-time .entry-month {
    letter-spacing: 4px;
}
.blog-single .blog-post .entry-header .entry-time .entry-year {
    letter-spacing: 4px;
}

/* Sidebar */
.sidebars {
	width: 30%;
	position: relative;
	float: left;
	padding: 0 15px 0 30px;
}

/* Widget */
.widget {
	margin-bottom: 60px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	margin-bottom: 30px;
	margin-top: 0;
	padding: 40px 0 0 0;
	position: relative;
	overflow: hidden;
	font-weight: 700;
	line-height: 1.1;
}

.widget .widget-title:before {
	width: 11px;
	height: 11px;
	background-color: #18ba60;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.widget .widget-title:after {
	width: 200%;
	height: 1px;
	background: rgba(54, 70, 115, 0.08);
	content: "";
	position: absolute;
	top: 5px;
	left: 25px;
}

.widget ul {
	margin: 0;
	padding: 0;
}

/* Widget recent news */
.widget.widget_recent_entries ul li {
	padding: 15px 0;
	border-bottom: 1px dotted rgba(54, 70, 115, 0.1);
}

.widget.widget_recent_entries ul li:first-child {
	padding-top: 0;
}

.widget.widget_recent_entries a {
	font-weight: bold;
	display: block;
	color: #15416e;
}

.widget.widget_recent_entries a:hover {
	color: #18ba60;
}

.widget.widget_recent_entries .post-date {
	display: block;
	position: relative;
	margin-top: 5px;
	font-size: 14px;
	color: #b9c1cf;
}

.widget.widget_recent_entries .post-date:before {
	content: "\f017";
	font-family: "FontAwesome";
	font-size: 14px;
	margin-right: 10px;
}

.widget.widget_recent_entries li:last-child {
	padding-bottom: 0;
	border: none;
}

/* Widget categories */
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li {
	margin-bottom: 5px;
}

.widget.widget_archive ul li,
.widget.widget_categories ul li {
	color: #b9c1cf;
}

.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a {
	position: relative;
}

.widget.widget_categories ul li a:before,
.widget.widget_pages ul li a:before,
.widget.widget_meta ul li a:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #18ba60;
	content: "";
	vertical-align: middle;
	margin: -1px 10px 0 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Widget text */
.widget.widget_text .textwidget .content-text {
	padding: 30px;
	background: #f1f2f8;
}

.widget.widget_text .textwidget .content-text .title {
	font-size: 20px;
	margin-top: 0;
	font-weight: 700;
	line-height: 1.1;
}

/* Widget tag cloud */
.widget.widget_tag_cloud .tagcloud {
	overflow: hidden;
}

.widget.widget_tag_cloud .tagcloud a {
	background-color: #15416e;
	color: #ffffff;
	padding: 5px 20px;
	margin: 0 5px 5px 0;
	float: left;
	position: relative;
	font-size: 14px !important;
}

.widget.widget_tag_cloud .tagcloud a:hover {
	background-color: #18ba60;
}

/* Blog single
-------------------------------------------------------------- */
.blog-single {
	padding: 50px 0;
}

.blog-single .blog-post {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 50px;
	position: relative;
}

.blog-single .blog-post .entry-cover {
	margin-bottom: 40px;
}

.blog-single .blog-post .entry-footer {
	margin-top: 40px;
}

.blog-single .blog-post .entry-footer .entry-tags {
	overflow: hidden;
}

.blog-single .blog-post .entry-footer .entry-tags a {
	color: #ffffff;
	padding: 5px 20px;
	margin: 0 5px 5px 0;
	float: left;
	background-color: #15416e;
	position: relative;
	font-size: 14px;
}

.blog-single .blog-post .entry-footer .entry-tags a:hover {
	background-color: #18ba60;
}

.blog-single .navigation {
	margin-bottom: 50px;
}

.navigation.post-navigation .nav-links {
	margin: 0;
	padding: 20px 0 17px 0;
	border-top: 1px solid rgba(54, 70, 115, 0.08);
	border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}

.navigation.post-navigation .nav-links:after {
	clear: both;
	content: "";
	display: table;
}

.navigation.post-navigation .nav-links li {
	list-style: none;
	float: left;
	width: 50%;
}

.navigation.post-navigation .nav-links li a {
	display: block;
	font-weight: bold;
	color: #15416e;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding: 0 10px 0 60px;
}

.navigation.post-navigation .nav-links li a:hover {
	color: #18ba60;
}

.navigation.post-navigation .nav-links li a span {
	color: #18ba60;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}

.navigation.post-navigation .nav-links li a:after {
	content: "\f053";
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: rgba(54, 70, 115, 0.08);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -24px;
	color: #ffffff;
	background-color: #15416e;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.navigation.post-navigation .nav-links li a:hover:after {
	background-color: #18ba60;
}

.navigation.post-navigation .nav-links li.next-post {
	float: right;
}

.navigation.post-navigation .nav-links li.next-post a {
	text-align: right;
	padding: 0 60px 0 10px;
}

.navigation.post-navigation .nav-links li.next-post a:after {
	content: "\f054";
	right: 0;
	left: auto;
}

/* Comment form */
.comments-area .comment-respond .comment-reply-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	color: #15416e;
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.comments-area .comment-respond .comment-reply-title:after {
	width: 50px;
	height: 3px;
	background-color: #18ba60;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
}

.comment-form p label {
	display: block;
	margin-bottom: 5px;
}

.comment-form .comment-form-url {
	margin-bottom: 30px;
}

/* Navigation
-------------------------------------------------------------- */
.navigation .page-numbers {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #15416e;
	margin-right: 5px;
	background: #e8f1f5;
}

.navigation .page-numbers:hover {
	color: #18ba60;
}

.navigation .page-numbers.current {
	background-color: #18ba60;
	color: #ffffff;
}

/* Flat search result
-------------------------------------------------------------- */
.search-results {
	margin: 30px 0 0 0;
}

.search-results article {
	padding: 30px 0 30px 75px;
	position: relative;
	border-bottom: 1px dotted rgba(54, 70, 115, 0.1);
	text-align: inherit;
}

.search-results article .counter {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #18ba60;
	line-height: 50px;
	text-align: center;
	top: 30px;
	left: 0;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #ffffff;
}

.search-results article .entry-title {
	font-size: 20px;
	margin: 0 0 10px 0;
}

.search-results article .entry-date {
	margin-bottom: 10px;
	color: #b9c1cf;
}

.search-results article .entry-date:before {
	content: "\f017";
	font-family: "FontAwesome";
	display: inline-block;
	margin: 0 5px 0 0;
}

.search .navigation {
	margin-top: 30px;
}

/* 404
-------------------------------------------------------------- */
.page-404 {
	margin: 50px 0;
}

.heading-404 {
	margin-bottom: 50px;
	text-align: center;
}

.content-404 {
	margin: 0 auto;
	width: 50%;
	text-align: center;
}

.content-404 h3 {
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 24px;
}

/* Boxed
-------------------------------------------------------------- */
.boxed {
	overflow-x: hidden;
	width: 100%;
}

.home-boxed .boxed {
	width: 92.708%;
	margin: 0 auto;
	position: relative;
	background: #fff;
	height: 100%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		 -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   position: fixed;
   left: -220px;
   top: 80px;
   width: 220px;
   background-color: #000;
   z-index: 99999999;
}

.switcher-container h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 30px;
	margin: 0;
}

.switcher-container h2 a {
   background-color: #000;
   display: block;
   position: absolute;
   right: -45px;
   top: 0;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   outline: 0;
   color: #fff;
   -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
	right: 0;
}

.switcher-container h2 a.active:after {
	position: absolute;
	right: 21px;
	top: 0;
	content: "\f104";
	font-family: "FontAwesome";
	color: #18bc60;
	font-size: 22px;
}

.switcher-container h2 a.active i {
	display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
	margin-top: 10px;
	font-size: 25px;
	color: #999;
	-webkit-animation: fa-spin 2s infinite linear;
			animation: fa-spin 2s infinite linear;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
	color: #fff;
}

.switcher-container h3 {
   font-size: 12px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 10px;
}

.switcher-container .selector-box {
   color: #fff;
   overflow: hidden;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
	margin-bottom: 10px;
}

.sw-odd {
	background-color: #272727;
	padding: 21px 0 30px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even {
	background-color: #191919;
	padding: 21px 0 25px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even a {
	font-family: "Karla", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	margin-right: 10px;
	letter-spacing: 1.8px;
}

.sw-even a:hover {
	background-color: #15416e;
	border: 1px solid #15416e;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 17px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors a {
	position: relative;
	width: auto;
	padding: 0;
	width: 30px;
	height: 30px;
	background-color: #15416e;
	display: inline-block;
	margin-right: 5px;
}

.sw-odd .ws-colors a.current:before {
	position: absolute;
	left: 8px;
	top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	z-index: 999;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

.sw-odd .ws-colors a:after {
	position: absolute;
	right: -3px;
	top: 2px;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 21px solid transparent;
	border-top: 21px solid transparent;
	border-left: 21px solid #18ba60;
	transform: rotate(45deg);
}

.sw-odd #color2 {
	background-color: #243182;
}

.sw-odd .ws-colors a#color2:after {
	border-bottom: 21px solid transparent;
	border-top: 21px solid transparent;
	border-left: 21px solid #ffe71e;
}

.sw-odd #color3 {
	background-color: #0d404f;
}

.sw-odd .ws-colors a#color3:after {
	border-bottom: 21px solid transparent;
	border-top: 21px solid transparent;
	border-left: 21px solid #e6694a;
}

.sw-odd #color4 {
	background-color: #34314c;
}

.sw-odd .ws-colors a#color4:after {
	border-bottom: 21px solid transparent;
	border-top: 21px solid transparent;
	border-left: 21px solid #47b8e0;
}

.sw-odd #color5 {
	background-color: #008c9e;
}

.sw-odd .ws-colors a#color5:after {
	border-bottom: 21px solid transparent;
	border-top: 21px solid transparent;
	border-left: 21px solid #1cbac8;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	   opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
	left: 12px;
	top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	position: fixed !important;
	right: -35px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: #15416e;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;

}

.go-top.show {
	right: 25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 3px;
}

.go-top:hover {
	background-color: #18ba60;
}

.go-top:hover i {
	color: #fff;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	background-color: red;
	font-size: 14px;
}

.content-bottom-widgets {
	color: rgba(255, 255, 255, 0.75);
	background-color: ;
}

.content-bottom-widgets .ft-wrapper {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	padding-right: -15px;
	padding-left: -15px;
}

.content-bottom-widgets .ft-wrapper .footer-70 {
	width: 83.33333333333333%;
	float: left;
}

.content-bottom-widgets .ft-wrapper .footer-30 {
	width: 16.666666666666668%;
	float: left;
}

.content-bottom-widgets .widget .custom-info {
	margin-top: 15px;
}

.content-bottom-widgets .widget .custom-info span strong {
	color: #FFFFFF;
}

.content-bottom-widgets .widget .custom-info i {
	margin-right: 10px;
	margin-left: 30px;
	width: 30px;
	height: 30px;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0.1);
}

.content-bottom-widgets .logo-ft {
	float: right;
}

.content-bottom-widgets .widget_text a {
	color: ;
}

	.content-bottom-widgets .widget_text a:hover {
		color: ;
	}

.footer-widgets {
	padding: 50px 0;
	color: ;
	/*color: rgba(255, 255, 255, 0.75);*/
}

.footer-widgets .widget.widget_text .textwidget,
.footer-widgets .widget.widget_text .textwidget p {
	line-height: 1.3em;
}

.footer-widgets .widget.widget_text .textwidget p strong {
	color: #FFFFFF;
}

.footer-widgets .widget.widget_text .textwidget span {
	display: block;
}

.footer-widgets .widget.widget_text .textwidget span.unit {
	font-size: 14px;
	font-weight: normal;
}

.footer-widgets .widget.widget_text .textwidget span.unit_name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.footer-widgets .widget.widget_text .textwidget span.unit_address {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
}

.footer-widgets .widget.widget_text .textwidget span.unit_phone {
	font-size: 15px;
	font-weight: bold;
}

/* Default Footer Widgets */

.footer-widgets .widget.widget_nav_menu ul {
	/*display: inline-block;*/
	width: 100%;
}

.footer-widgets .widget.widget_nav_menu ul li {
	/*width: 50%;*/
	/*float: left;*/
	position: relative;
	/*margin-bottom: 7px;*/
}

.footer-widgets .widget a {
	color: ;
}

.footer-widgets .widget a:hover {
	color: #fff;
}

.footer-widgets .widget.widget_nav_menu ul li:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: ;
	content: "";
	vertical-align: middle;
	margin: -1px 10px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Primary Footer Widgets */


.footer-widgets .nav_primary.widget_nav_menu ul {
	width: 100%;
}

.footer-widgets .nav_primary.widget_nav_menu ul li {
	position: relative;
}

.footer-widgets .nav_primary a {
	color: ;
}

.footer-widgets .nav_primary a:hover {
	color: ;
}

.footer-widgets .nav_primary.widget_nav_menu ul li:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: ;
	content: "\f105";
	font-family: "FontAwesome";
	color: #FFFFFF;
	vertical-align: ;
	margin-right: 10px;
}

/* Custome Icons Footer Widgets */

.footer-widgets .custome_icons.widget_nav_menu ul {
	width: 100%;
}

.footer-widgets .custome_icons.widget_nav_menu ul li {
	position: relative;
}

.footer-widgets .custome_icons a {
	color: ;
}

.footer-widgets .custome_icons a:hover {
	color: ;
}

.footer-widgets .custome_icons.widget_nav_menu ul li i {
	color: #FFFFFF;
	/*margin-right: 5px;*/
	position: absolute;
	margin-top: 5px;
}

.footer-widgets .custome_icons.widget_nav_menu ul li a {
	position: relative;
	margin-left: 25px;
	color: #FFFFFF;
}

.footer-widgets .custome_icons.widget_nav_menu ul li a:hover {
	color: ;
}

.footer-widgets input[type="text"] {
	/*color: #FFFFFF;*/
	font-weight: bold;
	background-color: transparent;
}

.footer-widgets input[type="text"]:focus {
	/*color: #FFFFFF;*/
	font-weight: normal;
	/*border-color: red;*/
}

	.footer-widgets input[type="text"]:-moz-placeholder,
	.footer-widgets input[type="text"]::-moz-placeholder {
		color: #FFFFFF; opacity: 1;
	}

	.footer-widgets input[type="text"]::-webkit-input-placeholder {
		color: #FFFFFF; opacity: 1;
	}

	.footer-widgets input[type="text"]:-ms-input-placeholder {
		color: #FFFFFF;
	}

.footer-widgets input[type="submit"] {
	font-size: 14px;
}

.footer-widgets input[type="submit"]:hover {
	color: ;
	background-color: ;
}

.widget.widget_mc4wp_form_widget .ft-form p label {
	margin-bottom: 10px;
	line-height: 1.3em;
	color: ;
}

.footer-content {
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	padding: 25px 0;
}

.footer-content .social-links {
	margin: 10px 0 20px 0;
}

.footer-content .social-links a {
	margin: 0 3px;
}

.footer-content .copyright {
	color: rgba(255, 255, 255, 0.75);
}

.footer-content .copyright a {
	color: rgba(255, 255, 255, 0.85);
	font-weight: bold;
}

.footer-content .flat-address .social-links {
	display: block;
}

.footer-content .flat-address .social-links a i {
	display: inline-block;
	margin-right: 2px;
	color: ;
	background-color: ;
}

.footer-content .flat-address .social-links a i:hover {
	background-color: transparent;
	border: 1px solid;
	border-color: ;
}

/* Portarias */

.portarias p {
	color: #ffffff;
	text-align: center;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax h3, .parallax h5 {
	text-transform: uppercase;
	text-align: center;
}

.parallax h3 { font-size: 2.75em; }
.parallax h5 { font-size: 1.75em; }

.parallax1 { background-image: var(--wpr-bg-8e3f8706-0b2d-47b4-9002-3f28fcb0aef6); }

.parallax2 { background-image: var(--wpr-bg-59304a68-d2d9-4dda-83b6-d7afebd75d51); }

.parallax3 { background-image: var(--wpr-bg-86eaa808-add9-4386-9837-b33d69b9f8e2); }

.parallax4 { background-image: var(--wpr-bg-78526dc6-23c3-4d69-b99f-e4fc51a11b4b); }

.parallax5 { background-image: var(--wpr-bg-b09965bb-f4c8-4aa4-a11b-97aa3c9e0ce6); }

.bg-contact {
	background-image: var(--wpr-bg-51977b7d-76bf-47ce-bd1b-7967f2cbd512);
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-playvideo { background-image: var(--wpr-bg-aebc9b4b-6c96-4f93-ae83-44fff042243c); }
.bg-playvideo { background-size: cover; }

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
	max-height: 500px !important;
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	background-color: #fff;
}

.tp-bullets.simplebullets.navbar {
	height: 35px;
	padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	background: #fff !important;
	width: 10px !important;
	height: 10px !important;
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	   filter: alpha(opacity=60);
	  opacity: 0.6;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	margin-right: 5px !important;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	   -moz-transition: background-color 0.2s, border-color 0.2s;
		 -o-transition: background-color 0.2s, border-color 0.2s;
		-ms-transition: background-color 0.2s, border-color 0.2s;
			transition: background-color 0.2s, border-color 0.2s;
	float:none !important;
}

.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	background: #fff !important;
	width: 10px !important;
	height: 10px !important;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
	border: 5px solid #fff !important;
}

/* Preload
-------------------------------------------------------------- */
.page-loading .loading-overlay {
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	display: block;
	visibility: visible;
}

.loading-overlay {
	position: fixed;
	background: #ffffff;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 99999;
	visibility: hidden;
	display: none;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}

.loading-overlay:after {
	position: fixed;
	content: "";
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	background: var(--wpr-bg-d0a5fc57-7152-48e1-b677-ae3bf0f63d83);
}


a {
    color: #D4AF37;
    text-decoration: none;
}

a:visited{
	/*color: #ffffff;*/
	text-decoration: inherit !important;
}


#s4-bodyContainer{
	padding-bottom:0px !important;
}

#s4-workspace[style] {
    height: auto!important
}


a.trail-items {
    color: #40c300;
    font-family: 'Quicksand', sans-serif;
    font-size: 13.5px;
    font-style:normal;
    font-weight:600;
}

a.trail-items:visited    {
    color: #40c300;
    font-family: 'Quicksand', sans-serif;
    font-size: 13.5px;
    font-style:normal;
    font-weight:600;
}

a.breadcrumbRootNode{
    color: #40c300;
    font-family: 'Quicksand', sans-serif;
    font-size: 13.5px;
    font-style:normal;
    font-weight:600;
}


a.breadcrumbRootNode:visited    {
    color: #40c300;
    font-family: 'Quicksand', sans-serif;
    font-size: 13.5px;
    font-style:normal;
    font-weight:600;
}

a.trail-items:hover{
    color: #1D5DA2;
}

a.breadcrumbRootNode:hover{
    color: #1D5DA2;
}

.breadcrumbCurrentNode {
    font-family: 'Quicksand', sans-serif;
    font-size: 13.5px;
    font-style:normal;
    font-weight:600;
}


/*******************************************************************************/
/* GALLERY */
/*******************************************************************************/
.gallerySection {
  background-image: var(--wpr-bg-94812737-450e-41d5-8f3c-4fe0216342c2);
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
  border-top: 0.1rem solid #ececec;
  border-bottom: 0.1rem solid #ececec;
}

.gallerySection .selected {
    border: 1px solid #E87479;
    background: #E87479;
}
.gallerySection ul {
  list-style: none;
}
.categories {
  position: relative;
  text-align: center;
}
.categories ul {
  padding: 10px 0 10px 0;
  margin: 0;
}
.categories ul li {
    margin-bottom: 1px;
  margin-right: 0rem;
  display: inline-block;
  margin-top: 1px;
}
#closeTagArea{
    background-color: green;

    text-align: center;

    position: absolute;

    width: 60px;

    right: 15px;

    bottom: 15px;
    border: 1px solid green;
}
.categories ul li a {
   width: 17.5rem;
  display: block;
  padding: 0.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  color: #f9fafb;
  border: 1px solid #0068A6;
  background: #0068A6;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
.categories ul li a:hover {
  background: #4cc3e9;
  border: 1px solid #4cc3e9;
}
.wrapper-article img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.titleGallery {
  padding: 0;
  padding-left: 30px;
}
.titleGallery h1 {
  margin-top: 11.8rem;
  color: #45555f;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 3rem;
}
.titleGallery p {
  margin: 4rem 0;
  color: #9ca5b2;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
}
.contentGallery {
  margin: 0 0.5rem 0 0.5rem;
}
.contentGallery ul {
  padding: 0;
}
.contentGallery ul li {
  margin-right: -1px;
  padding-bottom: 1rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  overflow: hidden;
}
.contentGallery ul li:hover a h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.contentGallery ul li a {
  display: block;
  position: relative;
}

.contentGallery ul li a:visited {
  color:#23527c;
}


.contentGallery ul li a h3 {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(144, 198, 221, 0.8);
  color: #000;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  width: 100%;
  padding: 0.3em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-top: 0.5em;
}
.contentGallery ul li a h3 p {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  width: 100%;
}
.contentGallery ul li a h3 i {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.9rem;
  height: 1.9rem;
  z-index: 1;
}
.contentGallery ul li a h3 i:after {
  position: absolute;
  z-index: -1;
  bottom: -1.3rem;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent transparent rgba(144, 198, 221, 0.8) rgba(144, 198, 221, 0.8);
  border-width: 2.5rem;
  border-style: solid;
  display: block;
  border-radius: 3.3rem;
  -webkit-transform: translateX(-30%) rotate(-45deg);
  -moz-transform: translateX(-30%) rotate(-45deg);
  -o-transform: translateX(-30%) rotate(-45deg);
  -ms-transform: translateX(-30%) rotate(-45deg);
  transform: translateX(-30%) rotate(-45deg);
}
.contentGallery .moreButton img {
  margin-left: -18rem;
  padding-right: 4rem;
  margin-bottom: 3rem;
}
.contentGallery .moreButton .button {
  display: inline-block;
  margin-bottom: 12rem;
  color: #f9fafb;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  margin-top: 9.6rem;
  background: #0068A6;
  text-decoration: none;
  width: 35.3rem;
  height: 6.5rem;
  text-align: center;
  border-style: none;
  padding-top: 2rem;
  border-bottom: 4px solid #eb5136;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.contentGallery .moreButton .button span {
  color: #c03118;
  font-weight: 400;
}
.contentGallery .moreButton .button:hover {
  border-bottom: 0 solid #eb5136;
}



@media (max-width: 1030px) and (min-width: 800px) {
.contentGallery ul li a h3 {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(144, 198, 221, 0.8);
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  width: 100%;
  padding-top: 1rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.contentGallery ul li a h3 p {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  width: 100%;
}
.contentGallery ul li a h3 i {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.9rem;
  height: 1.9rem;
  z-index: 1;
}
.contentGallery ul li a h3 i:after {
  position: absolute;
  z-index: -1;
  bottom: -1.3rem;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent transparent rgba(144, 198, 221, 0.8) rgba(144, 198, 221, 0.8);
  border-width: 2.5rem;
  border-style: solid;
  display: block;
  border-radius: 3.3rem;
  -webkit-transform: translateX(-30%) rotate(-45deg);
  -moz-transform: translateX(-30%) rotate(-45deg);
  -o-transform: translateX(-30%) rotate(-45deg);
  -ms-transform: translateX(-30%) rotate(-45deg);
  transform: translateX(-30%) rotate(-45deg);
}

}


/*******************************************************************************/
/* PRESENTATION */
/*******************************************************************************/
/*1. Carousel*/
.carouselPresentation .owl-prev {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carouselPresentation .owl-next {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carouselPresentation .owl-prev,
.carouselPresentation .owl-next {
  background: #0068A6 !important;
  font-size: 1.4rem!important0;
  opacity: 1!important;
  border-radius: 0!important;
  height: 4.4rem;
  line-height: 4rem;
}
.carouselPresentation .owl-prev:hover,
.carouselPresentation .owl-next:hover {
  background: #7f7f7f!important;
}
/*2. Benefits*/
.presentationContent {
  margin-top: 4.5rem;
  text-align: justify;
}
.benefitsContent {
  margin-bottom: -1rem;
  margin-top: -2.8rem;
}
.benefitsContent h3 {
  font-family: 'Lato', sans-serif;
  font-size: 2.7rem;
  color: #434a54;
  font-weight: 400;
  margin-bottom: 3.4rem;
}
.benefitsContent p {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  color: #9ca5b2;
}
.benefits ul {
  padding: 0;
  list-style: none;
}
.benefits ul li {
  list-style: none;
  margin-top: 5rem;
  padding: 0;
}
.benefits ul li i {
  float: left;
  width: 3rem;
  height: 2.4rem;
  font-size: 2.4rem;
  margin-top: 0.3rem;
  color: #0068A6;
}
.benefits ul li i:hover {
  color: #b53017;
}
.benefits ul li h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #434a54;
  margin-left: 5rem;
}
.benefits ul li p {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  color: #a3a3a3;
  margin-left: 5rem;
}

/*******************************************************************************/
/* PREVIEWCURSOS LISTACURSOS */
/*******************************************************************************/
.previewCursosSection {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  background-color:#F5F3EC;
}

.previewCursos {
  margin-top: 0rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.previewCursos a{
  font-size: 1.8rem;
  font-weight: bold;
}

.previewCursos a:hover{
  color: #042A4F;
}

.previewCursos h2 {
  font-size: 2.7rem;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: center;
}
.previewCursos p {
  margin-left: 0rem;    color: #f6f8f7;    font-size: 1.5rem;    font-family: 'Lato', sans-serif;    font-weight: 400;
}
.previewCursos ul {
  padding: 0;
  list-style: none;
}
.previewCursos ul li {
  padding: 0;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
  width: 100%;
  display: table;
  padding-left: 15px;
}

.previewCursos ul li { background-color: rgb(251, 251, 253);}
.previewCursos ul li:nth-child(odd){ background-color: rgb(251, 251, 253); }
.previewCursos ul li:nth-child(even) { background-color: rgb(232, 232, 232);}

.previewCursos ul li i {
  position: relative;
  top: 2rem;
  right: 2rem;
  font-size: 2.4rem;
  float: left;
  border: 20px solid#0068A6;
  border-radius: 100%;
  background: #0068A6;
}
.previewCursos ul li i:hover {
  color: #b53017;
}
.previewCursos ul li h3 {
  margin-left: 0rem;
  font-size: 1.7rem;
  font-family: 'Lato', sans-serif;
  font-weight: bolder;
  font-stretch: ultra-condensed;
}
.previewCursos .curso-detalhe{
    color: #000000;
    font-size: 1.4rem;
	font-family: 'Lato', sans-serif;
	outline-color: rgb(0, 0, 0);
	outline-style: none;
	outline-width: 0px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
    float: left;
    width: 70%;
}

.previewCursos img{
  width: 25px;
  height: 25px;
  margin: 0px 5px 0px 0px !important;
}

.previewCursos .curso-investimento {
    color: #000000;
    font-size: 1.1rem;
	font-family: 'Lato', sans-serif;
	outline-color: rgb(0, 0, 0);
	outline-style: none;
	outline-width: 0px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
    float: left;
    margin-left: 0rem;
    width: 15%;
}

.previewCursos .curso-carga{
    color: #000000;
    font-size: 1.4rem;
	font-family: 'Lato', sans-serif;
	outline-color: rgb(0, 0, 0);
	outline-style: none;
	outline-width: 0px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
    float: left;
    margin-left: 0rem;
    width: 15%;
}


.previewCursos span {

  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;

 outline-style: none;
 outline-width: 0px;
 font-stretch: normal;
 font-style: normal;
 font-variant: normal;
 font-weight: 300;
  color: #000;
  cursor:pointer;
}

@media only screen and (max-device-width : 600px)  {

	.previewCursosSection {
	  padding-top: 0.1rem;
	  padding-bottom: 0.1rem;
	  background-color:#F5F3EC;
	}

	.previewCursos {
	  margin-top: 0rem;
	  padding-top: 0px;
	  padding-bottom: 0px;
	}

	.previewCursos a{
	  font-size: 1.3rem;
	  font-weight: bold;
	}

	.previewCursos a:hover{
	  color: #042A4F;
	}

	.previewCursos h2 {
	  font-size: 2.2rem;
	  font-weight: 700;
	  font-family: 'Lato', sans-serif;
	  margin-bottom: 2rem;
	  margin-top: 2rem;
	  text-align: center;
	}
	.previewCursos p {
	  margin-left: 0rem;    color: #f6f8f7;    font-size: 1.5rem;    font-family: 'Lato', sans-serif;    font-weight: 400;
	}
	.previewCursos ul {
	  padding: 0;
	  list-style: none;
	}
	.previewCursos ul li {
	  padding: 0;
	  margin-top: 0.5rem;
	  padding-bottom: 1rem;
	  width: 100%;
	  display: table;
	  padding-left: 15px;

}

	.previewCursos ul li { background-color: rgb(251, 251, 253);}
	.previewCursos ul li:nth-child(odd){ background-color: rgb(251, 251, 253); }
	.previewCursos ul li:nth-child(even) { background-color: rgb(232, 232, 232);}

	.previewCursos ul li i {
	  position: relative;
	  top: 2rem;
	  right: 2rem;
	  font-size: 2.4rem;
	  float: left;
	  border: 20px solid#0068A6;
	  border-radius: 100%;
	  background: #0068A6;
	}
	.previewCursos ul li i:hover {
	  color: #b53017;
	}
	.previewCursos ul li h3 {
	  margin-left: 0rem;
	  font-size: 1.3rem;
	  font-family: 'Lato', sans-serif;
	  font-weight: bolder;
	  font-stretch: ultra-condensed;
	}
	.previewCursos .curso-detalhe{
		color: #000000;
		font-size: 1.1rem;
		font-family: 'Lato', sans-serif;
		outline-color: rgb(0, 0, 0);
		outline-style: none;
		outline-width: 0px;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: 300;
		float: left;
		width: 65%;
	}

	.previewCursos img{
	  width: 15px;
	  height: 15px;
	  margin: 0px 5px 0px 0px !important;
	}

	.previewCursos .curso-investimento {
		color: #000000;
		font-size: 1.1rem;
		font-family: 'Lato', sans-serif;
		outline-color: rgb(0, 0, 0);
		outline-style: none;
		outline-width: 0px;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: 300;
		float: left;
		margin-left: 0rem;
		width: 15%;
	}

	.previewCursos .curso-carga{
		color: #000000;
		font-size: 1.2rem;
		font-family: 'Lato', sans-serif;
		outline-color: rgb(0, 0, 0);
		outline-style: none;
		outline-width: 0px;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: 300;
		float: left;
		margin-left: 0rem;
		width: 15%;
	}


	.previewCursos span {

	  font-size: 1.2rem;
	  font-family: 'Lato', sans-serif;

	 outline-style: none;
	 outline-width: 0px;
	 font-stretch: normal;
	 font-style: normal;
	 font-variant: normal;
	 font-weight: 300;
	  color: #000;
	  cursor:pointer;
	}
/*
	.corpo-docente td:nth-child(2) {
	    display: none;
	}
*/
}

.modalidade-content {
    padding: 15px;
}
.modalidade-meta {
    overflow: hidden;
    height: 100%;
    line-height: 22px;
}
.modalidade-meta h6 {
font-size: 13px;
    line-height: 18px;
    margin: 0;
}
.modalidade-meta h6 a {
    font-size: 1.1em;
    line-height: 18px;
    text-transform: none;
    margin-top: 0;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.modalidade-cursos a {
    font-size: 12px;
    color: #acacac;
    text-align: left;
    text-decoration: none;
}

.ms-webpartzone-cell {
    margin: auto;
}


/* Flat search
-------------------------------------------------------------- */
.curso-search {
	width: 100%;
}

/* Widget
-------------------------------------------------------------- */
.curso-search .curso-search-form {
	position: relative;
}

.curso-search .curso-search-form:after {
	position: absolute;
	top: 13px;
	right: 35px;
	content: "";
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.4);
}

.curso-search .curso-search-form .curso-search-field {
	width: 100%;
	font-size: 14px;
	position: relative;
}

.curso-search .search-form:after {
	top: 10px;
}

.curso-search .search-form input[type="search"] {
	height: 40px;
	width: 100%;
	font-size: 14px;
	position: relative;	
}

.curso-search .curso-search-form .curso-search-submit {
	height: 40px;
}

.curso-search .curso-search-form .curso-search-submit {
	background-image: url(../../../../../../../../../themes/fia-new-theme/assets/images/icon/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 45px;
	padding: 0;
	position: absolute;
	background-color: transparent;
	right: 0;
	top: 0;
	-webkit-opacity: 0.3;
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter: alpha(opacity=30);
}

.curso-search .curso-search-form .curso-search-submit:hover {
	background-color: transparent;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.curso-search .curso-search-form input[type="submit"] {
	color: #ffffff;
	height: 45px;
	line-height: 40px;
	cursor: pointer;
	white-space: nowrap;
	border: none;
	display: inline-block;
	font-weight: bold;
	font-size: 0;
}



/* BUSCA DO SITE */
.ms-srch-item-title h3 {
    font-size: 15px !important;
    margin-top: 20px;
    margin-bottom: 0px;
}


.ms-srch-item-summary {
    font-size: 12px !important;
}

.ms-srch-item-path {
    font-size: 12px !important;
}

.ms-srch-item-body{
    display: list-item;
}

.ms-srch-item{
width: 100% !important;
    padding: 0px;
    margin: 0px;
    display: list-item;
}

.ms-srch-item-link{
display: initial;
}


.msg-error{
	background-color: #f50404;
    color: #ffffff;
    padding: 4px;
    text-align: center;
    font-weight: 600;
}

.msg-success {
	background-color: #40c300;
	    color: #ffffff;
	    padding: 4px;
	    text-align: center;
	    font-weight: 600;
}
/*
.error {
    border: 1px solid red !important;
}
*/
.ms-webpart-zone {
    display: block !important;
}

.ms-webpart-cell-vertical {
    display: block !important;
}

.ms-webpart-chrome-vertical {
    display: block !important;
}

.float-right {
    float: right;
}

.widget.widget_text .textwidget.style2 {
    padding: 30px;
    background: #f1f2f8;
}

.widget.widget_text .textwidget.style2 p a.button.sm {
	min-width: 100%;
	text-align: center;
}


.front-page {
    margin-bottom: 20px;
    width: 100%;
}


.ms-srch-sbLarge{
    wi;
    width: 100%;
}
.ms-srch-sb-border{
    border: 0px solid;
}

div#SearchBox {
    width: 100% !important;
}
.ms-srch-sb-border:hover{
border: 0px solid;
}

.ms-srch-sb-borderFocused{
border: 0px solid !important;
}

.ms-srch-item-link {
    color: #1D5DA2;
        font-weight: 700;
}

.ms-srch-item-link:visited {
    color: #1D5DA2;
    font-weight: 700;
}

.ms-srch-item-link:active {
    color: #1D5DA2;
        font-weight: 700;
}


a.btn.btn-primary.inscreva {
    display: none;
}

span.required {
    color: red;
}

.turmaRows h3 {
    font-size: 14px;
    line-height: 20px;
    color: #005599;
}

.turmaRows a {
    color: #005599;
}


.turmaRows {
    font-size: 14px;
}
.ms-srch-group-content li {
    display: block;
}
a.current {
    color: azure !important;
    background-color: #69c300 !important;
}

#btnSearch {
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #fff;
    background: #40C300;
    text-transform: uppercase;
    padding: 20px 20px 10px 20px;
    display: none;
}




.custom-info span {
float: left;
}

.custom-info cite {
font-size: 11px;
margin-left: 39px;
}

.custom-info span i {
margin: 0px 5px !important;
padding: 0px;
}

.no-padding{
	padding: 0px !important;
}




h1.title {
    font-size: 24px;
}

h1.highlight-title {
    color: #15416e;
    font-size: 36px;
}

/*
.header.downscrolled .header-wrap.style {
    background-color: #8e7959;
    background-image: linear-gradient( #8e7959, #80776a );
}
*/
.header.downscrolled .header-wrap #mainnav > ul > li > a:hover {
    background-color: #d4af37 !important;
}

label.frm_screen_reader.frm_hidden {
    display: none;
}

/*
.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
    color: #ffffff !important;
    font-family: Cabin, sans-serif !important;
}


.frm_style_formidable-style.with_frm_style .frm_checkbox label {
    color: #ffffff !important;
}

p.description.description-invert {
    color: #fff;
}
*/

.clndr-holder {
    background: transparent !important;
}

.latest-post {
    margin-bottom: 10px !important;
}

.description.description-invert a {
    color: #D4AF37;
}
.clndr-holder{
    font-family: 'Quicksand', sans-serif !important;
}


#miniaturas h2.entry-title {
    text-transform: initial !important;
    font-size: 14px !important;
    line-height: 16px !important;
}

/* Eventos */

.event-banner {
    background-image: linear-gradient(90deg, #0D3556 20%, rgba(15, 88, 128, 0.00) 60%), var(--wpr-bg-d3c62f3f-7425-42cb-9f01-0790e58abf53);
    background-repeat: no-repeat;
    background-position: right bottom;    
    border-top: 1px solid #000;    
    min-height: 338px;
    background-size: cover;
    display: flex;
    align-items: center;
	
}

.fa-regular {
	font-family: "Font Awesome 6 Free";	
	
}

/* .fa-clock {
	margin-left: 10px;
} */

.content-banner .entry-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #FDFEFE;
    width: 570px;
    font-weight: 800 !important;
}

.btn-cta.my-4 {
    margin: 20px 0;
}

.btn-cta {
    background-color: #23CF5C;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    padding: 5px 15px;
    border-radius: 8px;
}

.content-banner a {
    border-radius: 8px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 800;
}

.entry-content p {
	font-size: 18px;
}

.event-info {
	background: linear-gradient(164deg, #0E496E 0%, #0E395B 82.60%, #193750 100%) no-repeat;
    padding: 30px 0;
    color: #ffffff; 
}

.val {
    color: #ffffff !important;
}



.data-event {
    grid-column: 1;
}

.content-wrap:before {
    width: 0;
}

.navigation.post-navigation .nav-links {
    margin: 0 auto;
    border-bottom: none;
}

.navigation.post-navigation {
    margin-bottom: 0;
}

.navigation.post-navigation .nav-links li a {
    color: #122C45 !important;
}

.sidebars {
    width: 30%;
    position: relative;
    float: left;
    padding: 25px;
    border-radius: 10px;
    background: #EDEDED;
    margin: 30px 0;
}

.sidebar h4 {
    color: #032b46;
    font-weight: 700;
    width: 80%;
}

.event-sidebar a {
    color: #212529 !important;
}




.event-arrow a i {
    font-size: 20px;        
}

.event-arrow a {
    font-weight: 400 !important;
}

.entry-date {
    font-weight: 500;
}

.single-palestra .sidebar li span {
    font-weight: 500;
}

/* Card */

.card {
    border: 0 solid #818a91 !important;
    border-radius: 8px !important;
    background-color: #ffffff;
}

.card-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 970px;
    margin: 0 auto;
}

.card-container .card:first-child {
    grid-column: 1;
}

.card-container .card img {
    border-radius: 8px 8px 0 0;
    height: 300px;
}

.card-title h3, .card-title {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #122C45;
}

.card-content p {
    color: #4C4D60;
}

a.card-btn.d-inline-block.btn-course {
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    background-color: #0D3556;
    font-size: 16px;
}

.card-body h3 {
    height: 65px;
}

.card-button {
    margin-top: 20px;
}


.event-sidebar a:first-child {
    width: 272px;
}

@media (min-width: 1200px) {
    .info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap:0 30px;
    }
}

@media (max-width: 1200px) {
    .sidebars {
        width: 60% !important;
        margin: 0 auto 20px auto;
    }
}

@media (max-width: 650px){
    .content-banner .entry-title {
        width: inherit;
   }

   .btn-cta {
    font-size: 14px;
   }

   .card-container {
    grid-template-columns: 1fr;
   }
}

/* Lista */
.lista {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.lista:not(:last-of-type) {   
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;    
}

.lista img {
    width: 350px !important;
    height: 350px !important;
    border-radius: 8px !important;
}

.lista-body {
    margin: auto;
}

.lista-button {
    margin-top: 25px;
}


/* logo header */
@media (max-width: 650px) {
	.logo a img {
		width: 180px;
		height: 45px;
		
		margin-top: 10px;
	}
} 

.logo a img {
	margin-left: 50px;
}

/* Safari */

[data-wpr-lazyrender] {
  content-visibility: visible !important;
}


