/*
 *  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_v-4.0.3.eot"); src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont_v-4.0.3.woff") format("woff"), url("fonts/fontawesome-webfont_v-4.0.3.ttf") format("truetype"), url("fonts/fontawesome-webfont_v-4.0.3-fontawesomeregular.svg") 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.33333em; 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.28571em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; }
.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; }
.fa-li.fa-lg { left: -1.85714em; }

.fa-border { padding: 0.2em 0.25em 0.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=$rotation); -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=$rotation); -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=$rotation); -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=$rotation); -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=$rotation); -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: white; }

/* 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"; }

@font-face { font-family: "iconvault"; src: url("fonts/iconvault_3e488ef00baf918a88315e96d193656b.eot"); src: url("fonts/iconvault_3e488ef00baf918a88315e96d193656b.eot#iefix") format("embedded-opentype"), url("fonts/iconvault_3e488ef00baf918a88315e96d193656b.woff") format("woff"), url("fonts/iconvault_3e488ef00baf918a88315e96d193656b.ttf") format("truetype"), url("fonts/iconvault_3e488ef00baf918a88315e96d193656b.svg") format("svg"); font-weight: normal; font-style: normal; }

/* global box-sizing */
*, *:after, *:before { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; }

/*** 				HELPERs **/
.centered { text-align: center; display: block; }

.left { text-align: left; }

.right { text-align: right; }

.full-width { padding: 0; margin: 0; }
.full-width [class^="col"] { padding: 0; }

.container.final { margin-bottom: 50px; }
.container.single, .container.container-with-margin { margin-top: 80px; }

.row-with-margin { margin-bottom: 30px; }

.col-image { padding-top: 33px; z-index: 999; }
.col-image img { max-width: 100%; margin-bottom: 60px; }
.col-image img:last-child { margin-bottom: 0; }
.col-image aside { padding: 10px; margin-bottom: 60px; }
.col-image aside h1 { font-size: 24px; font-family: inherit; font-weight: inherit; margin-top: 0; }

.navbar-brand { padding: 0; margin: 15px; }

@media (min-width: 768px) { .navbar-collapse.collapse { overflow: visible !important; } }
ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; }

html { -webkit-font-smoothing: antialiased; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 100; line-height: 1.1; }

b, strong { font-weight: 500; }

#top-wrapper { height: 36px; background: #000; background-image: -webkit-linear-gradient(#000000, #333355); background-image: -moz-linear-gradient(#000000, #333355); background-image: -o-linear-gradient(#000000, #333355); background-image: linear-gradient(#000000, #333355); color: #fff; text-shadow: 0 0 1px rgba(255, 255, 255, 0.95); overflow: hidden; }
#top-wrapper a { color: White; }
#top-wrapper h2 { display: none; }

#contact_info { font-size: 16px; list-style-type: none; margin: 0 0 0 20px; padding: 0; }
#contact_info a { text-decoration: none; color: inherit; margin-left: 4px; }
#contact_info li { float: left; cursor: pointer; margin: 7px 20px 0 0; line-height: 23px; padding-right: 4px; }
#contact_info li:hover { background: #0088cc; }
#contact_info i { background-color: rgba(0, 0, 0, 0.2); width: 24px; height: 24px; padding: 3px; }

@media (max-width: 768px) { .navbar-brand { padding: 0; margin: 20px 10px 15px; width: 141px; height: 37px; background: url("img/logo-iko-systems_141_37.png") no-repeat; }
  .navbar-brand img { display: none; }
  #contact_info { font-size: 14px; margin: 0; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { .navbar-brand { background: url("img/logo-iko-systems_141_37-2x.jpg") no-repeat; background-size: 141px 37px; } }
.navbar { margin-bottom: 0; }

header.fixed #top-wrapper { margin-bottom: 80px; }
header.fixed .navbar { position: fixed; right: 0; left: 0; top: 0; z-index: 1030; }

.navbar-header { display: inline-block; width: auto; }

/*#languages_switcher{
	line-height: 30px;
	position: absolute;
	right: 0;
	background: black;
	li{
		list-style-type: none;		
		font-size: 16px;
		.text{
			@include transition(all .3s ease-in-out);
			opacity: 0;
			margin-left: 10px;
		}
		a{									
			&:hover{
				.text{
					opacity: 1;
					color: #fff;
				}
			}
		}
	}
}*/
#languages_switcher_2 { position: absolute; right: 0; background: black; }
#languages_switcher_2 ul { margin: 0; padding: 0; cursor: pointer; float: right; width: 36px; height: 36px; overflow: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#languages_switcher_2 ul:hover { width: 140px; }
#languages_switcher_2 li { list-style-type: none; font-size: 18px; display: block; }
#languages_switcher_2 li .text { display: inline-block; margin-left: 15px; color: #fff; opacity: 0; }
#languages_switcher_2 li:hover .text { opacity: 1; -webkit-transition: all 0.3s 0.15s; -webkit-transition-delay: ease-in-out; -moz-transition: all 0.3s 0.15s ease-in-out; -o-transition: all 0.3s 0.15s ease-in-out; transition: all 0.3s 0.15s ease-in-out; }
#languages_switcher_2 li a { height: 36px; }

.navbar { border-radius: 0; background: #fff; background: rgba(255, 255, 255, 0.95); -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); font-size: 18px; }
.navbar .navbar-collapse { text-align: center; float: right; }
.navbar .navbar-toggle { margin-top: 24px; border: 1px solid #dedede; }
.navbar .navbar-toggle .icon-bar { background: black; }
.navbar .try { margin-top: 16px; float: right; }
.navbar .try span { position: relative; display: inline-block; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; -o-transition: -o-transform 0.3s; transition: transform 0.3s; padding: 10px 0; width: 100%; }
.navbar .try span::before { position: absolute; top: 100%; content: attr(data-hover); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); padding: 10px 0; text-align: center; width: 100%; left: 0; }
.navbar .try:hover span, .navbar .try:focus span { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
.navbar .navbar-nav { float: right; margin-top: 20px; }
.navbar .navbar-nav a { color: #333; padding: 10px 20px; }
.navbar .navbar-nav a.login { background-color: #d4d4d4; text-shadow: 0 0 1px white; border-radius: 3px; padding: 10px 20px; }
.navbar .navbar-nav a:hover { border-radius: 3px; }
.navbar .navbar-nav .dropdown-menu { border-radius: 0; border: none; background: #eeeeee; text-align: left; font-weight: 300; min-width: 12em; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-animation: showDropDown 0.3s forwards; -moz-animation: showDropDown 0.3s forwards; -o-animation: showDropDown 0.3s forwards; animation: showDropDown 0.3s forwards; }
.navbar .navbar-nav .dropdown-menu > li { border-bottom: 1px solid rgba(255, 255, 255, 0.25); border-radius: 0; }
.navbar .navbar-nav .dropdown-menu > li:nth-of-type(last) { border-bottom: none; }
.navbar .navbar-nav .dropdown-menu > li > a { line-height: 1.6em; font-weight: 300; font-size: 16px; border-radius: 0; }
.navbar .navbar-nav .dropdown-menu > li > a:hover { text-shadow: 0 0 1px rgba(255, 255, 255, 0.7); }

@media (max-width: 955px) and (min-width: 768px) { .navbar { font-size: 14px; }
  .navbar .navbar-nav a { padding: 7px; }
  .navbar .try { font-size: 14px; } }
@media (max-width: 780px) { .navbar-collapse { padding-right: 0; } }
@media (max-width: 767px) { .navbar .navbar-header { display: block; }
  .navbar .navbar-collapse.in { overflow-y: inherit; }
  .navbar .navbar-collapse .navbar-nav { width: auto; }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu { text-align: center; width: auto; }
  ul.nav li.dropdown:hover > ul.dropdown-menu { display: none; }
  ul.nav li.dropdown.open:hover > ul.dropdown-menu { display: block; }
  .dropdown.open ul.dropdown-menu { display: block; } }
@-moz-keyframes showDropDown { from { opacity: 0; -moz-transform: translateY(5px); transform: translateY(5px); -moz-transform: scaleY(1.15); transform: scaleY(1.15); }
  to { opacity: 1; -moz-transform: translateY(0); transform: translateY(0); } }

@-webkit-keyframes showDropDown { from { opacity: 0; -webkit-transform: translateY(5px); transform: translateY(5px); -webkit-transform: scaleY(1.15); transform: scaleY(1.15); }
  to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }

@-o-keyframes showDropDown { from { opacity: 0; -o-transform: translateY(5px); transform: translateY(5px); -o-transform: scaleY(1.15); transform: scaleY(1.15); }
  to { opacity: 1; -o-transform: translateY(0); transform: translateY(0); } }

@keyframes showDropDown { from { opacity: 0; transform: translateY(5px); transform: scaleY(1.15); }
  to { opacity: 1; transform: translateY(0); } }

#page-main-content H1 { text-align: center; margin-bottom: 40px; }

/* TEST DESIGN PAGE SOLUTION */
section .main-container { width: 100%; max-width: 100%; padding: 0; margin-bottom: 60px; }
section #page-nav { text-align: center; margin: 0 0 40px; height: 50px; }
section #page-nav .container { height: 50px; }
section #page-nav ul { list-style-type: none; display: inline-block; padding-left: 0; margin: 0 0 -25px; width: 100%; height: 50px; line-height: 50px; overflow: hidden; }
section #page-nav li { position: relative; margin: 0; padding: 0; float: left; background: #9a9a9a; }
section #page-nav li:first-child:before { border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-left: 25px solid white; }
section #page-nav li:last-child a:before, section #page-nav li:last-child a:after { border: none; }
section #page-nav li a { padding-left: 25px; font-size: 1.2em; width: 100%; display: block; position: relative; float: left; color: #fff; text-shadow: 0 0 1px rgba(255, 255, 255, 0.8); }
section #page-nav li a:after { content: " "; display: block; width: 0; height: 0; border-top: 25px solid rgba(0, 0, 0, 0); border-bottom: 25px solid rgba(0, 0, 0, 0); border-left: 25px solid #9a9a9a; position: absolute; top: 0; left: 100%; z-index: 2; }
section #page-nav li a:before { content: " "; display: block; width: 0; height: 0; border-top: 30px solid transparent; border-bottom: 30px solid transparent; border-left: 30px solid white; position: absolute; margin-left: 0; margin-top: -5px; left: 100%; z-index: 1; }
section #page-nav li a.current { background-color: #0088cc; }
section #page-nav li a.current:after { border-left-color: #0088cc; }
section #page-nav li a:hover { background-color: #005885; text-decoration: none; }
section #page-nav li a:hover:after { border-left-color: #005885; }
section #screen-container { overflow: hidden; width: 1140px; padding: 0; }
section #screen-container .col-sm-push-8.col-sm-4.image img { float: right; }
section #screen-container .btn { margin-right: 35px; }
section .screen { float: left; width: 100%; line-height: 1.4em; -webkit-animation: screenAppear 0.6s forwards; -moz-animation: screenAppear 0.6s forwards; -o-animation: screenAppear 0.6s forwards; animation: screenAppear 0.6s forwards; }
section .screen .row { margin: 0 0 40px 0; text-align: left; }
section .screen .row:nth-of-type(n+3) { min-height: 0; height: auto; }
section .screen .row .col-sm-3:nth-of-type(odd), section .screen .row .col-sm-4:nth-of-type(odd), section .screen .row .col-sm-5:nth-of-type(odd) { padding: 0 20px 20px 0; }
section .screen .row .col-sm-8:nth-of-type(odd), section .screen .row .col-sm-9:nth-of-type(odd), section .screen .row .col-sm-7:nth-of-type(odd) { padding-right: 20px; }
section .screen .row .col-sm-8:nth-of-type(even) .col-sm-9:nth-of-type(even), section .screen .row .col-sm-7:nth-of-type(even) { padding-left: 20px; }
section .screen .row .col-sm-3:nth-of-type(even), section .screen .row .col-sm-4:nth-of-type(even), section .screen .row .col-sm-5:nth-of-type(even) { padding: 0 0 20px 20px; }
section .screen .row.arrows { height: 20px; min-height: 20px; margin: 50px 0 60px; }
section .screen h3 { font-size: 30px; margin: 0 0 20px; }
section .screen img { max-width: 100%; height: auto; }
section .screen p { font-size: inherit; }
section .screen ul { margin: 0; padding: 0; line-height: 2em; font-size: inherit; list-style-type: none; }
section .screen ul li { padding-left: 50px; line-height: 1.6em; font-size: inherit; }
section .screen ul li i { font-size: 1.2em; color: #1A8D1A; margin-left: -30px; margin-right: 5px; }
section .footer-link { font-size: 18px; position: relative; text-decoration: none; margin-right: 35px; overflow: visible; float: none; left: 60%; }
section .footer-link:after { content: " "; display: block; width: 0; height: 0; border-top: 1.15em solid rgba(0, 0, 0, 0); border-bottom: 1.15em solid rgba(0, 0, 0, 0); border-left: 1.15em solid #0088cc; position: absolute; top: 0; right: -1.08em; z-index: 2; overflow: visible; }
section .footer-link:hover:after { border-left-color: #0077b3; }

@media (max-width: 768px) { .with-screens #page-nav { display: none; font-size: 12px; }
  .with-screens #page-nav .container { padding-left: 0; padding-right: 0; }
  .with-screens #page-nav li { height: 50px; }
  .with-screens #page-nav li a { padding: 5px 0 0 0; font-size: 12px; line-height: 20px; height: 50px; }
  .with-screens #page-nav li a::after, .with-screens #page-nav li a::before { display: none; }
  .with-screens #screen-container { width: auto; }
  .with-screens #screen-container .btn { margin-right: 0; }
  .with-screens .screen.item { width: auto; }
  .with-screens .screen.item .row { min-height: inherit; height: auto; padding: 0 10px; margin-bottom: 20px; }
  .with-screens .screen.item .row [class^="col"] { padding: 0; margin-bottom: 20px; }
  .with-screens .screen.item h3 { font-size: 20px; margin: 10px 0 20px; }
  .with-screens .screen.item ul { font-size: inherit; }
  .with-screens .footer-link { display: none; }
  .carousel-inner > .item { display: block; } }
#home h1 { text-align: center; }

.page-template-template_1_colum_and_screens-php .screen .row { min-height: 260px; }

#home1 { margin-top: 20px; margin-bottom: 20px; }
#home1 p { text-align: justify; font-size: 16px; margin-bottom: 3em; }
#home1 .row .icon { min-height: 3em; }
#home1 .row .text { min-height: 7em; }
#home1 h4 { font-size: 28px; }
#home1 .btn.more { position: absolute; bottom: 0; width: 100%; text-align: center; }
#home1 .icon { line-height: 46px; overflow: hidden; margin-bottom: 20px; }
#home1 .fa { float: left; margin: 0.8em 0.4em 0 0; font-size: 2.3em; }
#home1 .text { clear: both; }

@media (max-width: 1200px) { #home1 h4 { font-size: 20px; } }
@media (max-width: 767px) { #home h1 { font-size: 36px; }
  #home1 { margin-top: 0; }
  #home1 h4 { font-size: 24px; }
  #home1 .icon { margin-bottom: 0; }
  #home1 .ico { margin: 0 0.5em 0.2em 0; }
  #home1 p { margin-bottom: .4em; }
  #home1 .btn.more { position: inherit; }
  #home1 .box { margin-bottom: 1em; } }
@media (max-width: 570px) { #home h1 { font-size: 27px; } }
#home2 #home1 h1 { color: White; }

.btn { font-weight: 100; background-color: #0088cc; padding: 0.4em 1em; text-align: center; min-width: 7em; overflow: hidden; color: white; text-shadow: 0 0 1px rgba(255, 255, 255, 0.7); border-radius: 3px; font-size: 18px; }
.btn:hover { color: white; background-color: #0077b3; }
.btn.btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; }
.btn.btn-sm { padding: 5px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px; }
.btn.btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
.btn.btn-link { background-color: transparent; color: #0088cc; }
.btn.btn-link:hover { color: inherit; }
.btn.btn-red, .btn.btn-danger { background-color: red; text-shadow: 0 0 1px rgba(255, 255, 255, 0.9); }
.btn.btn-red:hover, .btn.btn-danger:hover { background-color: #E91212; }
.btn.btn-success { background-color: #5cb85c; }
.btn.btn-default { color: #000; border: 1px solid black; background-color: #FFF; }
.btn .fa { margin-right: 0.5em; }

.home h1, .home h2 { margin: 20px 0; }
.home h1 { font-size: 46px; }
.home p { text-align: justify; }
.home section { margin: 20px 0; padding: 20px 0; clear: both; /*&:nth-of-type(even){
	background: #F4F4F4;
}*/ }
.home .blog_post img { width: 100%; }
.home a.suite { position: relative; font-size: 18px; display: block; margin-top: 1em; }
.home .buttons { margin-top: 20px; }
.home .buttons .btn { min-width: 9em; padding: 10px 0; }
.home .buttons > div:nth-of-type(1) .btn { float: right; margin-right: 3em; }
.home .buttons div:nth-of-type(2) .btn { float: left; margin-left: 3em; }

@media (max-width: 768px) { .buttons { margin-top: 10px; }
  .buttons #mainMore, .buttons #mainTry { text-align: center; margin: 0; }
  .buttons #mainMore .btn, .buttons #mainTry .btn { float: none; margin: 0; }
  #ressource { margin-top: 60px; } }
@media (max-width: 360px) { .home section { padding: 0px 5px; margin-bottom: 0; }
  #home h1 { font-size: 24px; }
  #home .ico { margin: 0.3em 0.5em 0 0; }
  #home1 h4 { font-size: 20px; }
  .buttons .btn { font-size: 15px; } }
#home2 h1 { text-align: center; }

.image_with_over_title { position: relative; margin-bottom: 20px; }
.image_with_over_title h2 { width: 100%; text-align: center; border-bottom: none; }
.image_with_over_title > a { max-height: 200px; overflow: hidden; display: block; position: relative; }
.image_with_over_title img { width: 100%; max-height: 300px; }
.image_with_over_title .titre { content: attr(data-title); display: block; width: 100%; padding: 20px 0; position: absolute; left: 0; bottom: 0; background: rgba(255, 255, 255, 0.8); color: #333333; font-size: 20px; opacity: 0; text-align: center; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); }
.image_with_over_title.static .titre { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
.image_with_over_title:hover h2 { text-decoration: underline; }
.image_with_over_title:hover .titre { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
.image_with_over_title:hover img { -webkit-filter: grayscale(70%); -moz-filter: grayscale(70%); filter: grayscale(70%); }

@media (max-width: 767px) { .image_with_over_title .titre { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } }
.ressources .col-sm-4 { padding: 0; }
.ressources .row { margin: 0; }

@media (max-width: 767px) { .ressources > div { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #dedede; } }
section .ressources_2 {  /*h2{
	 text-align: left;
	 border-bottom-style: solid;
	 border-bottom-width: 2px;
	 @include border-image(linear-gradient(left, #0088cc 0%, #ff0000 100%) 100% 2);
	 border-top: 0;
	 margin-top: 0; }*/ }
section .ressources_2 .thumbnail { display: inline-block; }
section .ressources_2 .thumbnail .titre { width: 212px; font-size: 18px; }

section h2 { text-align: left; border-bottom: 2px solid #0088cc; margin-top: 0; display: inline-block; }

a.elastic { padding: 0; }
a.elastic:hover { -webkit-animation: elastic 0.15s 0.2s forwards; -moz-animation: elastic 0.15s 0.2s forwards; -o-animation: elastic 0.15s 0.2s forwards; animation: elastic 0.15s 0.2s forwards; -webkit-transform-origin: 50% 50% 50%; -moz-transform-origin: 50% 50% 50%; -ms-transform-origin: 50% 50% 50%; -o-transform-origin: 50% 50% 50%; transform-origin: 50% 50% 50%; }

@-moz-keyframes elastic { 15% { -moz-transform: scale(0.9); transform: scale(0.9); }
  90% { -moz-transform: scale(1.05); transform: scale(1.05); }
  94% { -moz-transform: scale(0.97); transform: scale(0.97); }
  96% { -moz-transform: scale(1.025); transform: scale(1.025); }
  100% { -moz-transform: scale(1); transform: scale(1); } }

@-webkit-keyframes elastic { 15% { -webkit-transform: scale(0.9); transform: scale(0.9); }
  90% { -webkit-transform: scale(1.05); transform: scale(1.05); }
  94% { -webkit-transform: scale(0.97); transform: scale(0.97); }
  96% { -webkit-transform: scale(1.025); transform: scale(1.025); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }

@-o-keyframes elastic { 15% { -o-transform: scale(0.9); transform: scale(0.9); }
  90% { -o-transform: scale(1.05); transform: scale(1.05); }
  94% { -o-transform: scale(0.97); transform: scale(0.97); }
  96% { -o-transform: scale(1.025); transform: scale(1.025); }
  100% { -o-transform: scale(1); transform: scale(1); } }

@keyframes elastic { 15% { transform: scale(0.9); }
  90% { transform: scale(1.05); }
  94% { transform: scale(0.97); }
  96% { transform: scale(1.025); }
  100% { transform: scale(1); } }

section .thumbnail { position: relative; padding: 0; border: 0; background: transparent !important; }
section .thumbnail .titre { position: absolute; left: 0; bottom: 0; background: rgba(255, 255, 255, 0.93); color: #333333; width: 100%; text-align: center; padding: 20px; opacity: 0; font-size: 24px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); }
section .thumbnail:hover .titre { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
section .thumbnail:hover img { -webkit-filter: grayscale(70%); -moz-filter: grayscale(70%); filter: grayscale(70%); }
section .thumbnail.round { border-radius: 100%; overflow: hidden; display: inline-block; }
section .thumbnail.round img { border-radius: 100%; border-color: rgba(0, 0, 0, 0); }
section .thumbnail.round:hover img { -webkit-filter: grayscale(70%) opacity(0.5); -moz-filter: grayscale(70%) opacity(0.5); filter: grayscale(70%) opacity(0.5); }
section .thumbnail.round .titre { background: transparent; color: red; text-shadow: 0 0 2px red; }

.logo img:hover { -webkit-filter: grayscale(70%); -moz-filter: grayscale(70%); filter: grayscale(70%); }

#clients { margin-top: 95px; }
#clients .container { position: relative; display: block; top: 50%; margin-top: -130px; height: 130px; text-align: center; line-height: 130px; }
#clients #logos_wrapper { overflow: hidden; position: absolute; width: 100%; }
#clients .wrap-logo { line-height: 0; }
#clients .logo { width: 12.3%; overflow: hidden; display: block; float: left; vertical-align: middle; }
#clients img { cursor: pointer; }
#clients a.btn-client { margin-top: 45px; padding: 10px 0; position: absolute; right: 0; }

@media (max-width: 1200px) { #clients a.logo { width: 11.9%; font-size: 15px; text-shadow: 0 0 1px white; } }
@media (max-width: 991px) { .container span:nth-of-type(n+7) { display: none; }
  #clients a.logo { width: 13.5%; font-size: 13px; text-shadow: 0 0 1px white; } }
@media (max-width: 768px) { #clients { display: none; /*
margin-top: 0;
padding-top: 0;
.container{
	height: 40px;
	margin-top: -40px;
	padding: 0;
	
	span:nth-of-type(n+5){
		display: none;
	}
}
img{
	width: 100%;
	height: initial;
}
a.logo{
	width: 20%;
}
a.btn-client{
	font-size: 12px;
	padding: 0.5em 0.3em;
	width: auto;
	margin-top: 4.3em;
}
*/ } }
/*
@media	(max-width: 568px){
	span:nth-of-type(n+4){
		display: none;
	}
	#clients a.logo{
		width: 25%;
	}
}
*/
.post-a-la-une { position: relative; min-height: 300px; }
.post-a-la-une .a-la-une-texte { background: rgba(255, 255, 255, 0.9); }

article.temoignage { position: relative; }
article.temoignage:last-of-type { margin-bottom: 80px; }
article.temoignage:last-of-type .quote { border-bottom: none; }
article.temoignage .headshot { padding: 40px 30px 0 0; text-align: right; }
article.temoignage .headshot img { border-radius: 100%; width: 150px; }
article.temoignage.odd .headshot { padding: 40px 0 0 30px; text-align: left; }
article.temoignage.odd h3 { text-align: right; }
article.temoignage .logo_client { text-align: center; display: inline-block; margin-right: 20px; }
article.temoignage .quote { border-bottom: 1px solid #ededed; padding: 30px 0; }
article.temoignage blockquote { position: relative; padding: 0; margin: 20px 30px 0; border: none; text-align: justify; font-size: 18px; font-style: italic; line-height: 1.5em; }
article.temoignage blockquote p { font-style: italic; line-height: 1.5em; font-size: 18px; }
article.temoignage blockquote:before, article.temoignage blockquote:after { position: absolute; color: #9a9a9a; font-size: 80px; font-weight: bold; font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; width: 43px; }
article.temoignage blockquote:before { content: '“'; top: 0; left: -50px; }
article.temoignage blockquote:after { content: '”'; top: 100%; right: -40px; }
article.temoignage h3 { font-size: 15px; margin-top: 30px; }
article.temoignage h3 .btn { float: right; }
article.temoignage h3 small { margin-left: 20px; }
article.temoignage h3 em { font-size: 0.8em; margin: 0 10px 0 5px; color: #999; font-style: normal; }

.main-container .temoignage { padding-right: 10px; }

.single-etude article.temoignage:last-of-type { margin-bottom: 0; }

@media (max-width: 768px) { article.temoignage { padding: 0 10px 100px; margin-bottom: 20px; border-bottom: 1px solid #e9e9e9; }
  article.temoignage .empty { display: none; }
  article.temoignage .full { float: left; }
  article.temoignage .headshot, article.temoignage.odd .headshot { padding: 20px 0 0 0; }
  article.temoignage .headshot img, article.temoignage.odd .headshot img { width: 100%; max-width: 150px; }
  article.temoignage .temoignage { position: absolute; left: 0; top: 0; max-width: 20%; padding: 0 0 0 10px; }
  article.temoignage.odd h3 { text-align: center; }
  article.temoignage h3 { margin-top: 30px; margin-left: -20%; position: absolute; text-align: center; width: 100%; }
  article.temoignage h3 img { max-width: 100px; }
  article.temoignage h3 .btn { float: none; }
  article.temoignage .quote { width: 100%; padding: 0 0 0 20%; margin: 0; float: left; border: none; }
  article.temoignage blockquote { font-size: 15px; min-height: 100px; }
  article.temoignage blockquote p { font-size: 15px; }
  article.temoignage blockquote:before, article.temoignage blockquote:after { font-size: 60px; }
  article.temoignage blockquote:before { left: -30px; }
  article.temoignage blockquote:after { right: -20px; }
  /*.single-etude{ 	article.temoignage{ 		.temoignage{ 			position: relative; 		} 	} }*/ }
@media (max-width: 400px) { article.temoignage { padding-bottom: 120px; }
  article.temoignage h3 em { display: block; margin: 6px 0; }
  article.temoignage blockquote { font-size: 14px; }
  article.temoignage blockquote p { font-size: 14px; }
  article.temoignage blockquote::before { left: -25px; font-size: 40px; }
  article.temoignage blockquote::after { right: -15px; font-size: 40px; } }
.single-client_case { font-size: 18px; /*.col-image{
	padding-top: 33px;
	img{
		width: 100%;
		margin-bottom: 60px;
	}
	aside{
		//font-family: "Helvetica Neue", Helvetica,Arial,sans-serif;
		//font-weight: normal;
	
		//border: 1px solid #EFEFEF;
		//box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.4);
		//background: $gris_moyen;
		//border-radius: 5px;
		padding: 10px;
		margin-bottom: 60px;
		h1{
			font-size: 24px;
			font-family: inherit;
			font-weight: inherit;
			margin-top: 0;
		}
	}
}*/ }
.single-client_case h1 { text-align: center; margin-bottom: 30px; }
.single-client_case .container { font-size: 16px; }
.single-client_case article.temoignage { padding: 0; }
.single-client_case article.temoignage img { margin-bottom: 0; }

@-moz-keyframes screenAppear { from { opacity: 0; }
  to { opacity: 1; } }

@-webkit-keyframes screenAppear { from { opacity: 0; }
  to { opacity: 1; } }

@-o-keyframes screenAppear { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes screenAppear { from { opacity: 0; }
  to { opacity: 1; } }

/* TEST DESIGN PAGE SOLUTION */
/*
[class^="mark"]{
	&:before{
		@include iconvault;
		content: "\f101";
		color: #1A8D1A;
		//content: "\f101";
	}
}
*/
.ikon-checkmark:before, i.mark:before { content: "\f101"; font-family: 'iconvault'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; color: #1A8D1A; }

.pagination { font-size: 20px; text-align: center; width: 100%; }
.pagination span, .pagination a { margin-left: 2px; margin-right: 2px; }

/*
.ikon-checkmark2:before { content: "\f101"; }
.ikon-up-right-plain:before { content: "\f102"; }
.ikon-mark:before { content: "\f103"; }
.ikon-pie-open:before { content: "\f104"; }
.ikon-earth:before { content: "\f105"; }
.ikon-building:before { content: "\f106"; }
.ikon-pile-up:before { content: "\f107"; }
.ikon-people:before { content: "\f108"; }
*/
/*
a.btn-triangle{
	position: relative;
	border: none;
	&:hover{
		border: none;
	}
	&.next{
		&:after {
		  content: "";
			position: absolute;
			top: 0;
			right: -28px;
			width: 0;
			height: 0;
			border-color: transparent transparent transparent inherit;
			border-style: solid;
			border-width: 16px 0 16px 30px;
		}	
		&.btn-info:after{
			border-left-color: #5bc0de;
		}	
		&.btn-info:hover:after{
			border-left-color: #39b3d7;
		}
		&.btn-primary:after{
			border-left-color: $bleu;
		}
		&.btn-primary:hover:after{
			border-left-color: #3276b1;
		}
	}
	&.prev{
		margin-left: 30px;
		&:before {
		  content: "";
			position: absolute;
			top: 0;
			left: -28px;
			width: 0;
			height: 0;
			border-color: transparent inherit transparent transparent;
			border-style: solid;
			border-width: 16px 30px 16px 0;
		}	
		&.btn-info:before{
			border-right-color: #5bc0de;
		}	
		&.btn-info:hover:before{
			border-right-color: #39b3d7;
		}
		&.btn-primary:before{
			border-right-color: $bleu;
		}
		&.btn-primary:hover:before{
			border-right-color: #3276b1;
		}
	}
}
*/
ul.share { list-style-type: none; padding: 0; margin: 0; overflow: hidden; }
ul.share li.facebook { color: #3B5998; }
ul.share li.twitter { color: #4099FF; }
ul.share li.rss { color: orange; }
ul.share li.email { color: red; }

.all-posts .image_with_over_title img { width: 100%; max-height: 93%; }
.all-posts .post-bottom-button { display: inline-block; position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; }
.all-posts .resume { position: relative; text-align: justify; height: 100%; }
.all-posts .resume a { text-decoration: none; }
.all-posts .resume a p { color: #000; }
.all-posts .resume a p:hover { color: #777; }
.all-posts ul.share { margin-bottom: 20px; }
.all-posts li { width: 25%; float: left; text-align: center; }

@media (min-width: 1201px) { .all-posts .image_with_over_title { min-height: 175px; }
  .all-posts .post-bottom { height: 175px; } }
@media (max-width: 1200px) and (min-width: 992px) { .all-posts .post-bottom { height: 195px; }
  .all-posts .image_with_over_title { min-height: 151px; }
  .all-posts .image_with_over_title img { max-height: 151px; } }
@media (max-width: 991px) and (min-width: 768px) { .all-posts .post-bottom { height: 235px; }
  .all-posts .image_with_over_title { min-height: 113px; }
  .all-posts .image_with_over_title img { max-height: 113px; } }
@media (max-width: 767px) { .all-posts { margin-bottom: 20px; }
  .all-posts .post-bottom-button { position: relative; }
  .all-posts .image_with_over_title { min-height: initial; }
  .all-posts .image_with_over_title img { max-height: initial; } }
.single-post.final { margin-bottom: 100px; }
.single-post article { text-align: justify; font-size: 16px; line-height: 1.5em; }
.single-post article a { text-decoration: underline; letter-spacing: 0.13em; }
.single-post #disqus_thread { margin-top: 40px; }

.post-aside h1 { font-size: 1.7em; text-align: center; margin: 0 0 0.4em; border-bottom: 2px solid #0088cc; }
.post-aside .block { margin: 2em 0 0; display: inline-block; width: 100%; }
.post-aside .date_post { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; width: 100px; height: 70px; float: left; margin-right: 20px; }
.post-aside .date_post .date_internal { position: relative; }
.post-aside .date_post .day { display: block; font-size: 60px; font-weight: bold; color: #CCC; text-shadow: 0 0 1px rgba(204, 204, 204, 0.5); line-height: 40px; margin-top: 20px; }
.post-aside .date_post .month { font-size: 24px; width: inherit; display: inline-block; letter-spacing: 0.35em; left: 2px; position: absolute; top: 35px; }
.post-aside .date_post .month.fr { left: 6px; }
.post-aside .date_post .year { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; -ms-transform-origin: 0 50%; -o-transform-origin: 0 50%; transform-origin: 0 50%; position: absolute; top: 42px; left: 84px; font-size: 30px; color: #CFCFCF; }
.post-aside .author { margin-top: 10px; font-size: 18px; }
.post-aside .categories { margin: 30px 0 20px; }
.post-aside .categories ul { list-style-type: none; margin: 0; padding: 0; display: inline-block; }
.post-aside .categories ul li { float: left; display: inline-block; }
.post-aside #image { margin: 1em 0 0.2em; }
.post-aside #image img { width: 100%; }
.post-aside #share { margin-bottom: -1em; overflow: hidden; text-align: center; }
.post-aside #share > div { display: inline-block; }
.post-aside #share #share_linkedin { width: 80px; padding: 0; margin: 0; float: left; }
.post-aside #share #share_twitter { width: 90px; }
.post-aside #share ul { list-style-type: none; margin: 0; padding: 0; line-height: 1.4em; font-size: 20px; }
.post-aside #share li { padding: 5px 0; width: 50%; float: left; cursor: pointer; }
.post-aside #share li i { margin-right: .3em; }
.post-aside #sharing { text-align: center; }
.post-aside #sharing > div { display: inline-block; margin: 0 10px 0 0; }
.post-aside #last_articles h2 { font-size: 1.4em; border: none; }
.post-aside #last_articles h2 a { text-decoration: none; color: inherit; }
.post-aside #last_articles .post_extract a { text-decoration: none; color: inherit; }

footer { font-size: 14px; background: #1d1d1d; width: 100%; color: #b4b4b4; overflow: hidden; background-image: -webkit-linear-gradient(#2c2c2c, #000000 50%, #000000); background-image: -moz-linear-gradient(#2c2c2c, #000000 50%, #000000); background-image: -o-linear-gradient(#2c2c2c, #000000 50%, #000000); background-image: linear-gradient(#2c2c2c, #000000 50%, #000000); }
footer .row { margin: 0; }
footer a { color: inherit; }
footer a:hover { color: white; }
footer a:hover i { text-decoration: none; font-size: 17px; }
footer address { margin-bottom: 0; }
footer address i { margin-right: 5px; }
footer .widget_container { text-align: center; }
footer .widget_content { display: inline-block; text-align: left; }
footer .row [class^="col"] { border-color: #1a1a1a; border-right: 1px solid rgba(255, 255, 255, 0.1); min-height: 176px; padding: 20px 0; }
footer .row [class^="col"]:nth-child(4) { border-right: none; }
footer article p { margin: 0; line-height: 24px; text-align: right; width: 100%; }
footer article p i { float: left; text-align: left; padding-top: 4px; }
footer article p i.icon { width: 27px; }
footer article p.street-address { display: inline-block; }
footer article p.street-address span { float: right; }
footer li { list-style-type: none; padding: 0; margin: 0; }
footer .social-icon { font-size: 30px; }
footer .social-icon i { padding: 0 15px; }
footer .social-icon a { width: 21%; display: inline-block; padding: 0; margin: 0; text-align: center; }
footer .social-icon a a:hover i { font-size: inherit; }

.single .main-container { margin-top: 60px; }

#prix { font-size: 1.2em; }
#prix .col { border: 1px solid #dddddd; margin: 0 10%; padding: 10px 0; width: 36%; max-width: 350px; }
#prix .col:last-of-type { margin: 0; }
#prix h3, #prix h2 { text-align: center; border: none; }

.price_label { background: red; text-shadow: 0 0 1px rgba(255, 255, 255, 0.6); color: white; text-align: center; padding: 5px 10px; font-weight: 400; letter-spacing: 1px; min-height: 50px; display: table; width: 100%; text-align: center; }
.price_label span { display: table-cell; vertical-align: middle; }

.price_content { padding: 10px 0 0; text-align: center; min-height: 240px; }
.price_content p { padding-left: 10px; padding-right: 10px; }
.price_content ul { list-style-type: none; margin: 0; padding: 0; font-size: 1em; }
.price_content li { padding: 10px; margin: 0; }
.price_content li:hover { background: #EDF3F7; }
.price_content li i.mark { margin: 0; }

.price_footer { border-top: 1px solid #dddddd; text-align: center; font-size: 1.2em; padding: 10px 0 0; }
.price_footer .btn { margin-top: 30px; white-space: normal; width: auto; }

@media (max-width: 1199px) and (min-width: 768px) { #prix .price_label { min-height: 80px; }
  #prix .price_content { min-height: 280px; } }
@media (max-width: 767px) { #prix { margin: 0 10% 0 0; }
  #prix .col { width: 100%; max-width: none; margin: 0 5% 30px; }
  #prix .price_content { min-height: initial; } }
.prix_avances { display: inline-block !important; }
.prix_avances .info { position: relative; display: inline; }
.prix_avances .info i { font-size: 1.5em; color: #0088cc; }
.prix_avances .info p { display: none; }
.prix_avances .info:hover p, .prix_avances .info.show_info p { display: block; position: absolute; text-align: left; right: -300px; top: 100%; background: white; border: 1px solid #dddddd; border-radius: 5px; padding: 10px; width: auto; box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2); z-index: 2; }
.prix_avances i.mark { margin: 0; font-size: 1.8em; }
.prix_avances h2 { font-size: 2em; }
.prix_avances h3 { font-size: 20px; margin: 20px 0; }
.prix_avances tr.prop { border-bottom: 1px solid #eeeeee; }
.prix_avances tr td { padding: 5px 0; }
.prix_avances tr td, .prix_avances tr th { text-align: center; border-right: 1px solid #dddddd; }
.prix_avances tr td h2, .prix_avances tr th h2 { text-align: center; }
.prix_avances tr td:first-of-type, .prix_avances tr th:first-of-type { text-align: right; padding-right: 5px; }
.prix_avances tr td:first-of-type h2, .prix_avances tr th:first-of-type h2 { text-align: right; }
.prix_avances tr td:last-of-type, .prix_avances tr th:last-of-type { border: none; }
.prix_avances tr.title { border-bottom: 1px solid #eeeeee; }
.prix_avances tr.title td { border-right: none; }

#prix_avances_responsive h2 { text-align: center; border: none; }
#prix_avances_responsive .col { border: 1px solid #dddddd; border-radius: 10px; padding-bottom: 20px; padding: 0 0 20px 0; margin: 0 2% 20px 0; width: 48%; float: left; }
#prix_avances_responsive .col:nth-of-type(even) { margin-right: 0; }
#prix_avances_responsive .plus { background: aliceblue; padding-top: 4px; padding-bottom: 5px; }

@media (max-width: 767px) { #prix_avances_responsive .col { width: inherit; float: none; margin: 0 20px 20px !important; padding: inherit; } }
.single-post .alignright { float: right; margin: 6px 0 20px 35px; }
.single-post .alignleft { float: left; margin: 6px 35px 20px 0; }
.single-post .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.single-post img.size-full { max-width: 100%; height: auto; }
.single-post .wp-caption { line-height: 18px; margin-bottom: 20px; max-width: 632px !important; padding: 4px; text-align: center; }
.single-post .wp-caption .wp-caption-text { color: #999; font-size: 14px; margin: 5px; }

.rounded-border { border: 2px solid #eeeeee; border-radius: 10px; padding: 30px; }
.rounded-border h1 { margin: 0 0 30px 0; }
.rounded-border img { max-width: 100%; }
.rounded-border .col { padding: 0; }

@media (max-width: 600px) { .mycontent .col { width: 100%; text-align: center; } }
.answer { max-height: 0; overflow: hidden; font-size: 16px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.answer.affiche { max-height: 500px; }

.faq_section { margin-top: 60px; }

.navbar.full-width { line-height: 78px; }
.navbar.full-width #logo_try { width: 40%; float: left; }
.navbar.full-width .navbar-collapse.in { width: 100%; clear: both; margin-right: 16px; }
.navbar.full-width .navbar-collapse.in .navbar-nav { width: 100%; }

@media (max-width: 981px) { .navbar.full-width #logo_try { width: 34%; min-width: 310px; } }
@media (max-width: 767px) { .navbar.full-width #logo_try { width: 60%; min-width: 333px; } }
@media (max-width: 400px) { .navbar.full-width #logo_try { min-width: 0; width: auto; }
  .navbar a.try { padding: 0 0.4em; min-width: 0; } }
article.job h1 { text-align: center; width: 100%; }