/*!
 *  Font Awesome 4.0.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('fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  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.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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: #ffffff;
}
/* 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-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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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 {
  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";
}
/*-------------------------------------------------
 =  Table of Css

 1.Isotope Galley
 2.BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.about page
 7.services page
 8.gallery page
 9.blog pages
 10.single blog page
 11.contact page
 12.error page
 13.underconstruction page
 14.tables page
 15.Grid page
 19.footer
-------------------------------------------------*/


/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/

.tp-caption {
    background: rgba(3, 169, 244, 0.6) !important;
    color: #fff !important;
    padding: 10px !important;
}

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

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

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

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

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


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

version:    1.0
date:       15/3/2017
author:     Moustafa Yasser
email:      MOU.fci15@gmail.com
-----------------------------------------------------------------------------*/


/********************************************
            General Setting
********************************************/

@font-face {
    font-family: 'MuseoSansRoundedLight';
    src: url(fonts/MuseoSansRounded-100.otf);
}

@font-face {
    font-family: 'MuseoSansRoundedRegular';
    src: url(fonts/MuseoSansRounded-300.otf);
}

@font-face {
    font-family: 'MuseoSansRoundedMedium';
    src: url(fonts/MuseoSansRounded-500.otf);
}

@font-face {
    font-family: 'MuseoSansRoundedBold';
    src: url(fonts/MuseoSansRounded-700.otf);
}

body {
    font-family: MuseoSansRoundedRegular !important;
}

.follow {
    margin-right: 0 !important;
}


/*-------------------------------------------------*/
/* =   -   SETTINGS FOR BANNER CONTAINERS  -
/*-------------------------------------------------*/

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-bullets {
    display: none;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}


/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

.navbar-default {
    background: #ffffff;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
}

.navbar-brand {
    display: inline-block;
    height: auto;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-size: 24px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin: 0;
    color: #222222 !important;
    font-size: 26px;
    text-transform: capitalize;
    padding: 0;
    letter-spacing: 2.5px;
}

.navbar-brand span {
    color: #03a9f4 !important;
}

.top-line {
    padding: 14px 0;
    background: #03a9f4;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
    color: #fff;
}

.top-line p {
    margin-bottom: 0;
    color: #fff;
}

.top-line p span,
.top-line p a {
    margin-right: 20px;
}

.top-line p span i,
.top-line p a i {
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
}

.top-line p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
}

.top-line ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
}

.top-line ul.social-icons li {
    display: inline-block;
    margin-left: 9px;
}

.top-line ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    color: #fff;
}

.navbar-nav {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.navbar-nav>li>a {
    color: #222222 !important;
    font-size: 14px;
    font-family: MuseoSansRoundedBold;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 40px 15px 38px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a.active {
    color: #03a9f4 !important;
}

.navbar-nav li.drop {
    position: relative;
}

.navbar-nav li.drop ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: #ffffff;
    border-top: 2px solid #03a9f4;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.drop ul.dropdown li {
    display: block;
}

.navbar-nav li.drop ul.dropdown li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #222222;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
}

.navbar-nav li.drop ul.dropdown li a:hover {
    color: #03a9f4;
}

.navbar-nav li.drop ul.dropdown li:first-child {
    border-top: none;
}

.navbar-nav li.drop:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
}

header.active .navbar-default {
    box-shadow: 0 0 2px #dddddd;
    -webkit-box-shadow: 0 0 2px #dddddd;
    -moz-box-shadow: 0 0 2px #dddddd;
    -o-box-shadow: 0 0 2px #dddddd;
}

header.active .top-line {
    height: 0;
    padding: 0;
}

header.active .navbar-brand {
    color: #222222 !important;
}

header.active .navbar-brand img {
    padding-top: 0;
}

header.active .navbar-nav>li>a {
    color: #222222 !important;
    padding: 25px 15px;
}

header.active .navbar-nav a.open-search {
    padding: 25px 15px;
}

header.active .navbar-nav a.open-search i {
    color: #666666;
}

header.active .navbar-nav>li>a:hover,
header.active .navbar-nav>li>a.active {
    color: #03a9f4 !important;
}

.form-search {
    position: absolute;
    top: 98px;
    right: 10px;
    height: 65px;
    width: 320px;
    background: #03a9f4;
    padding: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

header.active .form-search {
    top: 72px;
}

header.active .navbar-brand>img {
    width: 80%;
}

.form-search input[type="search"] {
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    height: 100%;
    margin: 0;
    color: #222222;
    padding: 8px 10px;
    border: none;
    width: 100%;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #ffffff;
}

.form-search button {
    background: #ffffff;
    border: none;
    float: right;
    margin-top: -38px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.form-search button i {
    color: #222222;
    font-size: 16px;
}

.form-search.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}


/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/

#container {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#container.active {
    opacity: 1;
}

.iso-call>div {
    opacity: 0;
}

.iso-call:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/revolution-icons/loader.gif') center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.iso-call.active:before {
    display: none;
}

.iso-call.active>div {
    opacity: 1;
}

#quote-msg {
    text-align: right;
}

#quote-msg.error {
    color: red;
}

#quote-msg.success {
    color: green;
}

p {
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
}

textarea {
    resize: none;
}


/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/

.title-section {
    margin-bottom: 45px;
    text-align: center;
}

.title-section h1 {
    color: #03a9f4;
    font-size: 24px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.title-section h1:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    bottom: -1px;
    left: 50%;
    margin-left: -15px;
    background: #03a9f4;
}

.title-section span {
    display: inline-block;
    margin: 0 0 15px;
    color: #222222;
    font-size: 18px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
}

.title-section p {
    max-width: 600px;
    margin: 0 auto;
}

#home-section {
    margin-top: 147px;
}

#home-section .tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    font-family: MuseoSansRoundedRegular;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

#home-section .tp-caption.small_text.center-align {
    text-align: center;
}

#home-section .tp-caption.medium_thin_grey {
    font-size: 36px;
    color: #222222;
    font-family: MuseoSansRoundedRegular;
    color: #fff;
    font-weight: 700;
}

#home-section .tp-caption.medium_thin_grey span {
    color: #03a9f4;
}

#home-section .tp-caption.medium_thin_grey.center-align {
    text-align: center;
}

#home-section .tp-caption.finewide_medium_white {
    color: #fff;
    text-shadow: none;
    font-size: 46px;
    line-height: 48px;
    font-weight: 900;
    font-family: MuseoSansRoundedRegular;
    background-color: none;
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: transparent;
    border-style: none;
    text-align: left;
}

#home-section .tp-caption.finewide_medium_white span.color-skin {
    color: #03a9f4 !important;
}

#home-section .tp-caption.finewide_medium_white span.thin-skin {
    font-weight: 700 !important;
}

#home-section .tp-caption.finewide_medium_white.center-align {
    text-align: center;
}

#home-section .tp-caption a.trans-btn {
    color: #ffffff;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0.8em 4em;
}

#home-section .tp-caption a.trans-btn:hover {
    color: #03a9f4;
    background: #ffffff;
}

#home-section .tp-caption a.trans-btn2 {
    font-size: 12px;
    font-weight: 700;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
    border: 2px solid #03a9f4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0.8em 4em;
    color: #ffffff;
    background: #03a9f4;
}

#home-section .tp-caption a.trans-btn2:hover {
    color: #03a9f4;
    background: transparent;
}

#home-section .slotholder:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#home-section .tp-bannertimer {
    display: none !important;
}

#home-section.slider2 .slotholder:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

a.button-one {
    color: #ffffff;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 35px;
}

.banner-section {
    padding: 50px 0;
    background: #03a9f4;
    text-align: center;
}

.banner-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
}

.banner-section h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-left: 60px;
}

.services-home-page {
    padding: 60px 0;
}

.services-home-page .service-box i {
    color: #03a9f4;
    font-size: 25px;
    margin-right: 10px;
}

.services-home-page .service-box.one {
    margin-top: 30px;
}

.services-home-page .service-box p {
    margin: 20px;
    color: #03a9f4;
    width: 70%;
    padding-left: 17px;
}

.features-home-page {
    padding: 60px 0;
    text-align: center;
    background: #03a9f4;
}

.features-home-page .title-section h1 {
    color: #fff;
}

.features-home-page .title-section h1:after {
    background: #fff;
}

.features-home-page .feature-img {
    margin-bottom: 30px;
    margin-top: 15px;
}

.features-home-page .feature-description h4 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.features-home-page .feature-description p {
    padding-bottom: 20px;
    color: #fff;
}

.gallery-section {
    padding: 60px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

.gallery-section .container {
    position: relative;
    z-index: 2;
}

.gallery-section ul.filter {
    margin: 0;
    padding: 0;
    text-align: center !important;
}

.gallery-section ul.filter li {
    display: inline-block;
    margin: 0 0 0 15px;
}

.gallery-section ul.filter li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-size: 13px;
    letter-spacing: 1.3px;
    padding-bottom: 3px;
    font-weight: 600;
    margin: 5px 0;
    border-bottom: 2px solid transparent;
}

.gallery-section ul.filter li a.active,
.gallery-section ul.filter li a:hover {
    background-color: #03a9f4;
    color: #fff;
    padding: 10px;
}

.gallery-box {
    position: relative;
    z-index: 2;
}

.gallery-box .gallery-post {
    width: 20%;
    position: relative;
    overflow: hidden;
}

.gallery-box .gallery-post img {
    width: 100%;
}

.gallery-box .gallery-post .hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.gallery-box .gallery-post .hover-box .inner-hover {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    text-align: center;
    margin-top: -30px;
}

.gallery-box .gallery-post .hover-box .inner-hover h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 22px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}

.gallery-box .gallery-post .hover-box .inner-hover h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffffff;
}

.gallery-box .gallery-post .hover-box .inner-hover h2 a:hover {
    color: #03a9f4;
}

.gallery-box .gallery-post .hover-box .inner-hover span {
    display: block;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    color: #03a9f4;
    margin-bottom: 7px;
    font-size: 20px;
}

.gallery-box .gallery-post .hover-box .inner-hover>a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffffff;
    font-size: 18px;
    margin: 0 5px;
}

.gallery-box .gallery-post .hover-box .inner-hover>a:hover {
    color: #03a9f4;
}

.gallery-box .gallery-post.snd-size {
    width: 40%;
}

.gallery-box .gallery-post:hover .hover-box {
    visibility: visible;
    opacity: 1;
}

button.mfp-close,
button.mfp-arrow {
    outline: none;
}

.about-section {
    padding: 80px 0 50px;
}

.about-section img {
    width: 100%;
    margin-bottom: 30px;
}

.about-section iframe {
    width: 100%;
    height: 327px;
    margin-bottom: 30px;
}

.about-section h2 {
    color: #03a9f4;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-alternative-section {
    padding: 80px 0 50px;
    background: #f7f7f7;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.second-article img {
    width: 100%;
    margin-bottom: 20px;
}

.second-article h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 14px;
}

.tab-posts-box {
    margin-bottom: 30px;
}

.tab-posts-box ul.nav-tabs {
    text-align: center;
    border-left: none;
}

.tab-posts-box ul.nav-tabs li {
    float: left;
    width: 33.3333%;
    border: none;
}

.tab-posts-box ul.nav-tabs li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 10px 1px;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #222222;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-bottom: 5px solid transparent;
    margin: 0;
}

.tab-posts-box ul.nav-tabs li a:hover {
    border: none;
    border-bottom: 5px solid transparent;
    color: #03a9f4;
}

.tab-posts-box ul.nav-tabs li.active a {
    background: transparent;
    border: none;
    border-bottom: 5px solid #222222;
}

.tab-posts-box .tab-pane {
    padding: 30px 0;
    padding-bottom: 0;
    overflow: hidden;
}

.tab-posts-box .tab-pane h3 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.tab-posts-box .tab-pane img {
    width: 100%;
    margin-bottom: 20px;
}

.tab-posts-box.tabs-4 ul.nav-tabs li {
    width: 25%;
}

.testimonial-section {
    padding: 80px 0;
    position: relative;
    background: url('..../image-files/muscle-iq-ACTIVEa.jpg') center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-section .testimonial-box {
    text-align: center;
    padding-bottom: 2px;
}

.testimonial-section .testimonial-box ul.bxslider {
    margin: 0;
    padding: 0;
}

.testimonial-section .testimonial-box ul.bxslider li {
    overflow: hidden;
}

.testimonial-section .testimonial-box p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-section .testimonial-box h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    color: #03a9f4;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.testimonial-section .testimonial-box span {
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #03a9f4;
    border-color: #03a9f4;
}

.testimonial-section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.7);
}

.title-section.alt-title {
    text-align: center;
    margin-bottom: 23px;
}

.title-section.alt-title h1:after {
    height: 2px;
}

.news-section {
    padding: 80px 0 50px;
}

.news-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.news-section .arrow-box {
    position: absolute;
    top: -50px;
    width: 100%;
    right: 0;
    text-align: right;
}

.news-section .arrow-box a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 15px;
    color: #222222;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.news-section .news-box {
    position: relative;
}

.news-section #owl-demo {
    width: 1170px;
    margin-left: -15px;
}

.news-section .owl-theme .owl-controls {
    display: none !important;
}

.news-section .news-post {
    margin: 0 15px 30px;
}

.news-section .news-post img {
    width: 100%;
    margin-bottom: 20px;
}

.news-section .news-post h2 {
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
}

.news-section .news-post h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
}

.news-section .news-post h2 a:hover {
    color: #03a9f4;
}

.news-section .news-post ul.post-tags {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.news-section .news-post ul.post-tags li {
    display: inline-block;
    color: #03a9f4;
    font-size: 13px;
    font-style: italic;
    font-family: MuseoSansRoundedRegular;
    margin-right: 4px;
}

.news-section .news-post ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #03a9f4;
}

.team-section {
    padding: 80px 0;
}

.news-section .news-post ul.post-tags li a:hover {
    color: #222222;
}

.get-appointment {
    padding: 60px 0;
    background-color: #03a9f4;
}

.get-appointment .title-section h1,
.get-appointment h3,
.get-appointment p {
    color: #fff;
}

.get-appointment .title-section h1 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.get-appointment a.btn {
    background-color: #fff;
    padding: 10px 20px;
    color: #03a9f4;
    font-size: 18px;
    border: 0;
    outline: 0;
    margin-top: 20px;
    border-radius: 0;
}


/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/

.page-banner-section {
    margin-top: 150px;
    padding: 80px 0;
    position: relative;
    background: url('../image-files/muscle-iq-ACTIVEa.jpg') center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.page-banner-section .container {
    position: relative;
    z-index: 2;
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    width: 30%;
}

.page-banner-section h2 {
    color: #03a9f4;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    margin: 0 0 15px;
    font-size: 26px;
    margin-bottom: 10px;
}

.page-banner-section ul.page-depth {
    margin: 0;
    padding: 0;
    text-align: center;
}

.page-banner-section ul.page-depth li {
    display: inline-block;
    margin-left: 1px;
}

.page-banner-section ul.page-depth li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: MuseoSansRoundedRegular;
    color: #222222;
}

.page-banner-section ul.page-depth li a:hover {
    color: #666666;
}

.page-banner-section ul.page-depth li:before {
    content: '-';
    font-size: 14px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    color: #222222;
    margin-right: 5px;
}

.page-banner-section ul.page-depth li:first-child:before {
    content: '';
    margin-right: 0;
}

.services-about-page {
    padding: 60px 0;
    background-color: #f3f3f3;
}

.services-about-page .flat-list ul li {
    list-style: none;
    margin-bottom: 30px;
}

.services-about-page .flat-list ul li h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    color: #03a9f4;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    padding-bottom: 4px;
}

.services-about-page .list-right {
    text-align: right;
}

.team-section .team-post {
    margin-bottom: 40px;
}

.team-section .team-post img {
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
}

.team-section .team-post h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    margin-bottom: 0px;
}

.team-section .team-post span {
    display: inline-block;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 13px;
    margin-bottom: 5px;
    color: #03a9f4;
}


/*-------------------------------------------------*/
/* =  services pages
/*-------------------------------------------------*/

.services-page-section {
    padding: 60px 0;
}

.services-page-section ul.side-navigation-list {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.services-page-section ul.side-navigation-list li {
    list-style: none;
}

.services-page-section ul.side-navigation-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #222222;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 1px solid #e1e1e1;
    position: relative;
}

.services-page-section ul.side-navigation-list li a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 50px;
    color: #222222;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.services-page-section ul.side-navigation-list li a:hover,
.services-page-section ul.side-navigation-list li a.active {
    color: #03a9f4;
}

.services-page-section ul.side-navigation-list li:first-child a {
    padding-top: 0;
    border-top: none;
}

.services-page-section ul.side-navigation-list li:first-child a:after {
    line-height: 20px;
}

.services-page-section .services-wrapp .services-post {
    margin-bottom: 40px;
}

.services-page-section .services-wrapp .services-post img {
    width: 100%;
    margin-bottom: 30px;
}

.services-page-section .services-wrapp .services-post h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

.services-page-section .services-wrapp .services-post p {
    margin-bottom: 20px;
}

.services-page-section .services-wrapp .services-post a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #03a9f4;
}

.services-page-section .services-wrapp .services-post a:hover {
    color: #03a9f4;
}

.services-page-section .services-wrapp .services-post-gal img {
    width: 100%;
    margin-bottom: 30px;
}

.services-page-section .contact-info {
    margin-bottom: 30px;
}

.services-page-section .contact-info h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.services-page-section .contact-info ul.information-list {
    margin: 0;
    padding: 0;
}

.services-page-section .contact-info ul.information-list li {
    list-style: none;
    overflow: hidden;
    margin-bottom: 10px;
}

.services-page-section .contact-info ul.information-list li i {
    float: left;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    line-height: 24px;
}

.services-page-section .contact-info ul.information-list li span {
    display: block;
    font-size: 14px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 8px;
    margin-left: 25px;
    color: #222222;
}

.services-page-section .contact-info ul.information-list li a {
    font-size: 14px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 10px;
    color: #222222;
}

.guide-box h2 {
    color: #222222;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.guide-box ul {
    margin: 0;
    padding: 0;
}

.guide-box ul li {
    list-style: none;
    margin-bottom: 5px;
}

.guide-box ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 15px;
    background: #03a9f4;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
}

.guide-box ul li a i {
    font-size: 20px;
    margin-right: 20px;
    float: left;
}

.guide-box ul li a:hover {
    opacity: 0.7;
}

.work-details {
    padding: 30px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.work-details h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.work-details p {
    margin-bottom: 15px;
}

.work-details ul.work-detail-list {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.work-details ul.work-detail-list li {
    list-style: none;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    color: #222222;
    margin-bottom: 5px;
}

.work-details ul.work-detail-list li i {
    color: #222222;
    margin-right: 10px;
}

.work-details ul.work-detail-list li span {
    color: #666666;
}

.work-details a {
    display: inline-block;
    color: #222222;
    font-family: MuseoSansRoundedRegular;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.work-details a i {
    margin-right: 10px;
    font-size: 24px;
    display: inline-block;
    float: left;
    margin-top: -3px;
}

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

.menager-section img {
    width: 85%;
    margin-bottom: 30px;
}

.menager-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 3px;
}

.menager-section span {
    display: inline-block;
    font-size: 12px;
    font-family: MuseoSansRoundedRegular;
    color: #03a9f4;
    margin: 0;
}


/*-------------------------------------------------*/
/* =  projects page
/*-------------------------------------------------*/

.gallery-page-section .gallery-box {
    width: 1170px;
    margin-left: -15px;
    margin-top: -15px;
}

.gallery-page-section .gallery-box .gallery-post {
    width: 262px;
    margin: 15px;
}

.gallery-page-section .gallery-box.col3 .gallery-post {
    width: 360px;
}

.gallery-page-section .gallery-box.col2 .gallery-post {
    width: 555px;
}


/*-------------------------------------------------*/
/* =  Appointments page
/*-------------------------------------------------*/
.time-schedule{
    padding: 60px 0;
}

.time-schedule .cd-schedule{
    margin: 0 auto;
}

.time-schedule .cd-schedule .single-event,
.time-schedule .header-bg {
    background: #03a9f4;
}

.time-schedule .cd-schedule .single-event em {
    font-style: normal;
}

.time-schedule .cd-schedule.content-loaded.animation-completed .event-modal .event-info h3 {
    padding: 0 10px;
    color:#03a9f4;
}

.time-schedule .cd-schedule.content-loaded.animation-completed .event-modal .event-info p {
    font-size: 15px;
    padding: 10px 10px;
}

.time-schedule .cd-schedule .cover-layer {
    z-index: 9999;
}

.time-schedule .cd-schedule .event-modal {
    z-index: 99999;
}

.appointment-form{
    padding: 10px 0;
}

.appointment-form input,
.appointment-form textarea{
    width: 80%;
    margin:0 0 10px 10px;
    box-shadow: none;
    border-radius: 0;
    font-size: 12px;
}

.appointment-form .appointment-submit{
    width:150px;
    background-color: #03a9f4;
    color:#fff;
    padding: 10px;
    border: none;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button,select{ 
  -webkit-appearance: none; 
  margin: 0; 
}

/*-------------------------------------------------*/
/* =  blog pages
/*-------------------------------------------------*/

.blog-section {
    padding: 60px 0;
}

.blog-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
}

.blog-section .blog-box .blog-post {
    margin-bottom: 40px;
}

.blog-section .blog-box .blog-post img,
.blog-section .blog-box .blog-post iframe {
    width: 100%;
    margin-bottom: 30px;
}

.blog-section .blog-box .blog-post iframe {
    height: 360px;
}

.blog-section .blog-box .blog-post .flexslider {
    margin-bottom: 30px !important;
}

.blog-section .blog-box .blog-post .flexslider img {
    margin: 0;
}

.blog-section .blog-box .blog-post h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
}

.blog-section .blog-box .blog-post h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
}

.blog-section .blog-box .blog-post h2 a:hover {
    color: #03a9f4;
}

.blog-section .blog-box .blog-post ul.post-tags {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.blog-section .blog-box .blog-post ul.post-tags li {
    display: inline-block;
    color: #03a9f4;
    font-size: 13px;
    font-style: italic;
    font-family: MuseoSansRoundedRegular;
    margin-right: 4px;
}

.blog-section .blog-box .blog-post ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #03a9f4;
}

.blog-section .blog-box .blog-post ul.post-tags li a:hover {
    color: #222222;
}

.blog-section .blog-box .blog-post .post-content-text>a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
}

.blog-section .blog-box .blog-post .post-content-text>a:hover {
    color: #03a9f4;
}

.blog-section .blog-box ul.pagination-list {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.blog-section .blog-box ul.pagination-list li {
    display: inline-block;
    margin-right: 8px;
}

.blog-section .blog-box ul.pagination-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
}

.blog-section .blog-box ul.pagination-list li a:hover,
.blog-section .blog-box ul.pagination-list li a.active {
    color: #03a9f4;
}

.blog-section .blog-box .single-post h1 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
}

.blog-section .blog-box .single-post p {
    margin-bottom: 25px;
}

.blog-section .blog-box .single-post blockquote {
    border-left: 2px solid #222222;
    padding: 20px 0;
    padding-left: 30px;
    margin-left: 30px;
    margin-bottom: 25px;
}

.blog-section .blog-box .single-post blockquote p {
    font-size: 14px;
    margin: 0;
}

.blog-section .blog-box .single-post blockquote p span {
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 0;
    text-transform: inherit;
}

.blog-section .blog-box .autor-post {
    overflow: hidden;
    margin-bottom: 40px;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.blog-section .blog-box .autor-post img {
    max-width: 130px;
    float: left;
}

.blog-section .blog-box .autor-post .autor-content {
    margin-left: 150px;
}

.blog-section .blog-box .autor-post .autor-content h2 {
    margin-bottom: 0;
}

.blog-section .blog-box .autor-post .autor-content span {
    display: inline-block;
    color: #666666;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    margin-bottom: 15px;
}

.blog-section .blog-box .comment-section {
    margin-bottom: 40px;
}

.blog-section .blog-box .comment-section h2 {
    margin-bottom: 25px;
}

.blog-section .blog-box .comment-section ul {
    margin: 0;
    padding: 0;
}

.blog-section .blog-box .comment-section ul li {
    list-style: none;
}

.blog-section .blog-box .comment-section ul li .comment-box {
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
}

.blog-section .blog-box .comment-section ul li .comment-box img {
    width: auto;
    max-width: 100px;
    float: left;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content {
    margin-left: 120px;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 {
    color: #222222;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a {
    color: #222222;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: right;
    font-size: 11px;
    font-weight: 400;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover {
    color: #03a9f4;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content span {
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 11px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content p {
    margin: 0 !important;
}

.blog-section .blog-box .comment-section ul.depth .comment-box {
    padding-left: 120px;
}

.blog-section .blog-box .comment-form input[type="text"] {
    max-width: 500px;
    display: block;
}

.sidebar h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 25px;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar ul.category-list,
.sidebar ul.archieve-list {
    margin: 0;
    padding: 0;
}

.sidebar ul.category-list li,
.sidebar ul.archieve-list li {
    list-style: none;
    border-bottom: 1px dotted #d1d1d1;
    margin-bottom: 10px;
}

.sidebar ul.category-list li a,
.sidebar ul.archieve-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-size: 13px;
    font-weight: 400;
    font-family: MuseoSansRoundedRegular;
    padding-bottom: 10px;
}

.sidebar ul.category-list li a:hover,
.sidebar ul.archieve-list li a:hover {
    color: #03a9f4;
}

.sidebar ul.category-list li:last-child,
.sidebar ul.archieve-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.sidebar ul.tags-list {
    margin: 0;
    padding: 0;
}

.sidebar ul.tags-list li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 6px;
}

.sidebar ul.tags-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 9px 20px;
    color: #ffffff;
    background: #222222;
    font-size: 12px;
    font-family: MuseoSansRoundedRegular;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.sidebar ul.tags-list li a:hover {
    background: #03a9f4;
}

.sidebar ul.flickr {
    margin: 0;
    padding: 0;
}

.sidebar ul.flickr li {
    margin-bottom: 5px;
    margin-right: 1px;
    display: inline-block;
}

.sidebar ul.flickr li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar ul.flickr li a img {
    margin: 0;
}

.sidebar ul.flickr li a:hover {
    opacity: 0.7;
}


/*-------------------------------------------------*/
/* =  single gallery page
/*-------------------------------------------------*/

.single-page-section {
    padding: 65px 0;
}

.single-page-section .gallery-content {
    margin-top: 30px;
}

.single-page-section .gallery-content img {
    margin-bottom: 10px;
}

.single-page-section .gallery-content .gallery-manager h2 {
    margin-bottom: 3px;
}

.single-page-section .gallery-content .gallery-manager p {
    color: #03a9f4;
}

.single-page-section img {
    width: 100%;
}

.single-page-section .gallery-content-box {
    margin-bottom: 40px;
}

.single-page-section .gallery-content-box h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    margin-bottom: 20px;
}

.single-page-section .gallery-content-box ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.single-page-section .gallery-content-box ul li {
    list-style: none;
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 0 0 8px;
}

.single-page-section .gallery-content-box ul li i {
    font-size: 13px;
    color: #03a9f4;
    width: 20px;
}

.single-page-section .gallery-content-box ul li span {
    color: #222222;
    font-weight: 700;
    margin-right: 10px;
}

.single-page-section .gallery-tags {
    padding: 30px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}


/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/

#map,
#map2 {
    height: 400px;
}

.contact-section {
    padding-top: 35px;
}

.contact-section .contact-info {
    margin-bottom: 30px;
    margin-top: 10px;
}

.contact-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.contact-section p {
    margin-bottom: 30px;
}

.contact-section ul.information-list {
    margin: 0;
    padding: 0;
}

.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.contact-section ul.information-list li i {
    float: left;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    line-height: 24px;
}

.contact-section ul.information-list li span {
    display: block;
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 20px;
    margin-left: 25px;
    color: #222222;
}

.contact-section ul.information-list li a {
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 10px;
    color: #222222;
}

.contact-section ul.information-list li:last-child {
    border-bottom: none;
}

#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
}

#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
    border: 1px solid #03a9f4;
}

#contact-form textarea,
.comment-form textarea {
    height: 146px;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #03a9f4;
    color: #ffffff;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.7;
}

#contact-form .message,
.comment-form .message {
    height: 30px;
    padding: 10px 20px;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
}

#contact-form .message.error,
.comment-form .message.error {
    color: #e74c3c;
    background: rgba(246, 80, 80, 0.4);
    border: 1px solid #e74c3c;
}

#contact-form .message.success,
.comment-form .message.success {
    color: #29b504;
    background: rgba(63, 220, 21, 0.4);
    border: 1px solid #29b504;
}


/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/

#content {
    padding-top: 146px;
}

.error-section {
    padding: 80px 0;
    position: relative;
    background: url('../image-files/3.jpg') center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
}

.error-section i {
    color: #222222;
    font-size: 220px;
    margin-bottom: 30px;
}

.error-section h1 {
    color: #222222;
    font-size: 24px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 460px;
    margin: 0 auto 10px;
    line-height: 52px;
}

.error-section p {
    margin-bottom: 25px;
}

.error-section a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-color: #03a9f4;
    color: #03a9f4;
}

.error-section a:hover {
    color: #ffffff;
    background: #03a9f4;
}

.error-section .error-content {
    position: relative;
    z-index: 2;
}

.error-section .error-box-content {
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.error-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.1);
}


/*-------------------------------------------------*/
/* =  underconstruction page
/*-------------------------------------------------*/

.underconstruction-section {
    padding: 80px 0 50px;
    background: #fafafa;
}

.underconstruction-section img {
    width: 100%;
    margin-bottom: 30px;
}

.underconstruction-section h1 {
    color: #222222;
    font-size: 24px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.underconstruction-section p {
    margin-bottom: 30px;
}

.underconstruction-section .underconstruction-content {
    padding: 30px;
    background: #f3f3f3;
    border: 1px solid #d5d5d5;
    max-width: 600px;
    margin: 60px auto 0;
    margin-top: 50px;
}

.underconstruction-section a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-color: #03a9f4;
    color: #03a9f4;
}

.underconstruction-section a:hover {
    color: #ffffff;
    background: #03a9f4;
}


/*-------------------------------------------------*/
/* =  Grid page
/*-------------------------------------------------*/

.grid-section {
    padding: 60px 0;
}

.grid-section .row {
    padding-bottom: 50px;
}

.grid-section .row p {
    padding: 5px;
}

.carousel-control .fa-angle-left:before,
.carousel-control .fa-angle-right:before {
    position: absolute;
    top: 50%;
}

#accordion h4 a {
    color: #03a9f4;
}


/*-------------------------------------------------*/
/* =  tables page
/*-------------------------------------------------*/

.tables-page-section {
    padding: 60px 0;
}

.tables-page-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.tables-page-section p {
    margin-bottom: 30px;
    max-width: 800px;
}

.tables-page-section .table {
    text-align: center;
    margin-bottom: 40px;
}

.tables-page-section .table th {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    font-family: MuseoSansRoundedRegular;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
}

.tables-page-section .table td {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background: #f7f7f7;
    font-family: MuseoSansRoundedRegular;
    font-size: 13px;
    color: #666666;
    padding: 10px 20px;
}

.tables-page-section .table thead th {
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}

.tables-page-section .table tr th {
    background: #f0f0f0;
}


/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/

footer {
    background: #222222;
}

footer .up-footer {
    padding: 80px 0 60px;
}

footer .up-footer h2 {
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #03a9f4;
}

footer .up-footer p {
    color: #ffffff;
}

footer .up-footer .company ul {
    display: inline-block;
}

footer .up-footer .company>ul {
    margin-right: 30px;
}

footer .up-footer .company ul li {
    margin: 10px 0;
}

footer .up-footer .company ul li a {
    color: #ffffff;
}

footer .up-footer .office ul li {
    margin: 15px 0;
}

footer .up-footer .office span {
    color: #ffffff;
}

footer .up-footer .office span i {
    color: #03a9f4;
    margin-right: 10px;
}

footer .up-footer .business p {
    margin-bottom: 5px;
}

footer .up-footer .business p span {
    font-family: MuseoSansRoundedRegular;
    color: #03a9f4;
    padding-right: 5px;
}

footer .up-footer .business p.first-par {
    margin-bottom: 20px;
}

footer p.copyright {
    padding: 15px 0;
    background: rgba(0, 0, 0, .3);
    text-transform: uppercase;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin: 0;
}


/*-------------------------------------------------*/
/* =  Start Button Scroll-UP
/*-------------------------------------------------*/

.Scroll-up {
    font-size: 30px;
    color: #03a9f4;
    background-color: #f8f8f8;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 9999;
    cursor: pointer;
    border: 2px solid #03a9f4;
    display: none;
}
@media (max-width: 1199px) {
  .navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 12px;
  }
  .gallery-box .gallery-post {
    width: 25%;
  }
  .gallery-box .gallery-post.snd-size {
    width: 50%;
  }
  .gallery-page-section .gallery-box,
  .gallery-section .gallery-box.col3 {
    width: 970px;
  }
  .gallery-page-section .gallery-box.col2 .gallery-post {
    width: 455px;
  }
  .gallery-page-section .gallery-box.col3 .gallery-post,
  .gallery-page-section .gallery-box .gallery-post,
  .gallery-section .gallery-box.col3 .gallery-post {
    width: 293px;
  }
  .news-section #owl-demo {
    width: 970px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 25px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .flexslider .flexcaption .inner-caption h1:after {
    display: none;
  }
  .flexslider .flexcaption .inner-caption span {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-banner-section .container {
    width:50%;
  }
  .form-search {
    width: 430px;
    right: 34px;
  }
  .top-line,
  .top-line ul.social-icons {
    text-align: center;
  }
  .top-line p span {
    display: inline-block;
    margin-bottom: 7px;
  }
  .navbar-nav > li > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 10px;
  }
  .navbar-nav a.open-search {
    padding-left: 7px !important;
    padding-right: 15px;
  }
  #home-section {
    margin-top: 174px;
  }
  .offer-post {
    margin-bottom: 30px;
  }
  .gallery-box .gallery-post {
    width: 33.33%;
  }
  .tab-posts-box {
    margin-top: 30px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .clients-section blockquote {
    margin-top: 20px;
  }
  .gallery-box .gallery-post {
    width: 50%;
  }
  .gallery-box .gallery-post.snd-size {
    width: 50%;
  }
  .gallery-page-section .gallery-box,
  .gallery-section .gallery-box.col3 {
    width: 750px;
  }
  .gallery-page-section .gallery-box.col2 .gallery-post,
  .gallery-page-section .gallery-box.col3 .gallery-post,
  .gallery-page-section .gallery-box .gallery-post,
  .gallery-section .gallery-box.col3 .gallery-post {
    width: 345px;
  }
  .page-banner-section {
    margin-top: 184px;
  }
  .page-banner-section ul.page-depth {
    text-align: center;
  }
  .about-alternative-section .accordion-box {
    margin-bottom: 40px;
  }
  .news-section #owl-demo {
    width: 750px;
  }
  .clients-section ul.client-list {
    margin-bottom: 40px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .services-offer-section .services-box-mas .services-project {
    width: 50%;
  }
  .services-offer-section .services-box-mas.col5 .services-project {
    width: 33.3333%;
  }
  .gallery-section ul.filter {
    text-align: center !important;
  }
  .gallery-section .title-section.alt-title {
    text-align: center;
  }
  .gallery-section .title-section.alt-title h1:after {
    left: 50%;
    margin-left: -16px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 20px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .flexslider .flexcaption .inner-caption p {
    font-size: 11px;
    line-height: 16px;
  }
  .guide-box,
  .work-details {
    margin-bottom: 40px;
  }
  #map,
  #map2 {
    height: 300px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-banner-section .container {
    width:80%;
  }
  .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 30px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  header.active .navbar-brand>img {
      margin-top: 10px;
  }
  .navbar-nav > li.search {
    display: none;
  }
  .navbar-nav > li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0;
    border: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav > li.drop ul.dropdown li a {
    padding: 5px 20px;
    text-transform: inherit;
  }
  #home-section {
    margin-top: 190px;
  }
  .services-offer-section .services-box-mas .services-project,
  .services-offer-section .services-box-mas .services-project.snd-size {
    width: 100%;
  }
  .gallery-box .gallery-post {
    width: 100%;
  }
  .gallery-box .gallery-post.snd-size {
    width: 100%;
  }
  .gallery-page-section .gallery-box,
  .gallery-section .gallery-box.col3 {
    width: 100%;
    margin-left: 0;
  }
  .gallery-page-section .gallery-box.col2 .gallery-post,
  .gallery-page-section .gallery-box.col3 .gallery-post,
  .gallery-page-section .gallery-box .gallery-post,
  .gallery-section .gallery-box.col3 .gallery-post {
    width: 100%;
    margin: 0 0 30px;
  }
  .page-banner-section {
    margin-top: 190px;
  }
  .blog-section .blog-box .comment-section ul.depth .comment-box {
    padding-left: 0;
  }
  .news-section #owl-demo {
    width: 100%;
    margin-left: 0;
  }
  .news-section #owl-demo .news-post {
    margin: 0 0 30px;
  }
  .services-offer-section .services-box-mas.col5 .services-project {
    width: 50%;
  }
  .about-section .about-post {
    margin-bottom: 30px;
  }
  .flexslider .flexcaption {
    bottom: 10px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 15px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 15px;
  }
  .clients-section ul.client-list li{
    width:50%;
    text-align: center;
  }
  .clients-section ul.client-list li a img{
        width:70%;
  }
  footer .up-footer h2{
    margin: 30px 0 15px 0;
  }
}
@media (max-width: 500px) {
  .gallery-box .gallery-post {
    width: 100%;
  }
  .tab-posts-box ul.nav-tabs li a {
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 400;
  }
  .tab-posts-box .tab-pane img {
    float: none !important;
    margin: 0;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post img {
    max-width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post .autor-content,
  .blog-section .blog-box .comment-section ul li .comment-box .comment-content {
    margin-left: 0;
  }
  .blog-section .blog-box .comment-section ul li .comment-box img {
    display: none;
  }
  #map {
    height: 200px;
  }
  .services-offer-section .services-box-mas.col5 .services-project {
    width: 100%;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 10px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .flexslider .flexcaption .inner-caption p {
    display: none;
  }
  .clients-section ul.client-list li{
    width:100%;
    text-align: center;
  }
  .clients-section ul.client-list li a img{
        width:50%;
  }
  .underconstruction-section h1{
    font-size: 20px;
  }
}

@media (max-width: 350px) {
    .navbar-brand{
        width:75%;
    }
    .navbar-brand img{
        width:100%;
    }
}