﻿body {
    font-family: 'Open Sans', sans-serif !important;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/Content/fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/Content/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/Content/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/Content/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/Content/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: #f1f1f1;
}


.content-wrap {
    min-height: 500px;
}

ol, ul {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.pageTop {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 50px;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    background-color: #494949;
    text-align: center;
    z-index: 9999;
}

    .pageTop i {
        color: #fff;
        font-size: 24px;
    }

    .pageTop:hover {
        background-color: #F58943;
    }

        .pageTop:hover i {
            color: #494949;
        }


/***************************
*******   HEADER     ******
***************************/
.navbar-inverse {
    border: none;
   background-color:#1e3362;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
}

.navbar-brand {
    padding: 10px;
}

    .navbar-brand img {
        width: 75px;
    }

small {
    font-size: 80%;
    font-weight: 200;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
    color: white;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        font-size: 15px;
        color: black;
        background-color: white;
    }
    .navbar-inverse .navbar-nav > li:hover {
         border-radius:20px;
        color: black;
       
    }


    .navbar-inverse .navbar-nav > li > a i.fa-sign-in {
        color: #f27350;
    }

.destek-hatti {
 /*   margin-left: 20px;*/
 margin-right: -30px
}

    .destek-hatti .destek-hatti-left, .destek-hatti .destek-hatti-right {
        float: left;
    }

    .destek-hatti .destek-hatti-left {
        padding-top: 10px;
        margin-right: 5px;
    }

        .destek-hatti .destek-hatti-left i {
            font-size: 22px;
            color: #009f9d;
        }


    .destek-hatti .destek-hatti-right p {
        color: #ffff;
    }

        .destek-hatti .destek-hatti-right p small {
            letter-spacing: 2px;
        }

        .destek-hatti .destek-hatti-right p.tel {
            font-size: 22px;
            font-weight: 600;
        }

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 2px;
    }

        ul.social-network li a:hover {
            text-decoration: none;
        }

        ul.social-network li a i {
            font-size: 20px;
            color: #4a494e;
            padding-top: 15px;
        }

.gray-bg {
    background: #f1f1f1;
}

.white-bg {
    background: #fff;
}

/***************************
*******   SOCIAL MEDIA     ******

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    display: block;
    text-align: center !important;
    /*padding: 5px 30px 5px 30px;*/
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
}

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    text-shadow: 0 -1px 0 #354C8C;
    width: 100%;
}

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        color: #fff;
    }

/* twitter */
.loginBtn--twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,.2);
    text-shadow: 0 -1px 0 #354C8C;
    width: 100%;
}

    .loginBtn--twitter:hover,
    .loginBtn--twitter:focus {
        color: #fff;
        background-color: #39a3f3;
    }

/* instagram */
.loginBtn--instagram {
    color: #fff;
    background-color: #096e9f;
    border-color: rgba(0,0,0,.2);
    text-shadow: 0 -1px 0 #354C8C;
    width: 100%;
}

    .loginBtn--instagram:hover,
    .loginBtn--instagram:focus {
        color: #fff;
        background-color: #007BB6;
    }


/***************************
*******   FOOTER     ******
***************************/
footer .footer-top, footer .footer-bottom {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .footer-top {
    border-bottom: 1px solid #f3eff5;
}

.mobile-app {
    text-align: center;
}

    .mobile-app img {
        margin-right: 5px;
    }


footer .footer-top ul.social-network li a i {
    font-size: 30px;
}


footer .footer-bottom ul.footer-menu {
    list-style-type: none;
}

    footer .footer-bottom ul.footer-menu li a {
        font-size: 14px;
        color: #87868c;
        font-weight: 200;
        padding: 3px 0;
        display: block;
    }

footer .footer-bottom .destek-hatti .destek-hatti-right p {
    color: #2F3293;
}

    footer .footer-bottom .destek-hatti .destek-hatti-right p.tel {
        font-size: 30px;
    }

footer .footer-bottom .destek-hatti .destek-hatti-right {
    padding-top: 10px;
}






/***************************
*******   INDEX     ******
***************************/

.page-banner {
    background-position: 50% 0;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

    .page-banner .slogan h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 15px;
    }

        .page-banner .slogan h1 strong {
            font-weight: 600;
        }

    .page-banner .slogan h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 15px;
    }


.search-tabs {
    margin-top: 17px;
    margin-bottom: 80px;
}

.search-tabs-abs-bottom {
    position: relative;
}

.search-tabs > .nav-tabs {
    border: none;
}

    .search-tabs > .nav-tabs > li {
        margin: 15px;
    }

        .search-tabs > .nav-tabs > li.active {
            border-bottom: 5px solid #ed8323;
        }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: none;
    color: #fff;
}

.search-tabs > .nav-tabs > li > a > span.xs {
    display: none;
}

.search-tabs > .nav-tabs > li > a {
    background: none;
    border: none !important;
    color: #fff;
    padding: 5px 0;
    text-transform: uppercase;
}

.search-tabs > .tab-content > .tab-pane {
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    background: #fff;
    border-radius: 6px;
    min-height: 64px;
}

.border-right {
    border-right: 1px solid #e1e2e4;
}

.search-tabs .form-group .twitter-typeahead {
    width: 100%;
    float: left;
}


.search-tabs .form-group .btn-travellers-trigger {
    font-size: 14px;
    margin: 12px 0;
}

.search-tabs .form-group .travellers-content span.triagle {
    left: 50px;
}

.search-tabs .form-group {
    margin-bottom: 0;
}

.search-tabs .form-control {
    border: none;
    box-shadow: none;
    margin: 15px 0;
    font-size: 14px;
    z-index: 2;
    position: relative;
}

.search-tabs .typeahead, .search-tabs .typeahead-fly {
    padding-left: 20px;
}

.search-tabs .twitter-typeahead:before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 18px;
    float: left;
    position: relative;
    top: 23px;
    margin-bottom: -23px;
    color: #fff;
}


.search-tabs .form-control .btn-default, .open > .dropdown-toggle.btn-default:hover {
    background: none;
    border: none;
    outline: none !important;
    font-size: 16px;
}





select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none;
}

    /*for IE10*/
    select::-ms-expand {
        display: none;
    }

.btn-green {
    background: #009c9a;
    background: -moz-linear-gradient(left, #009c9a 0%, #006766 100%);
    background: -webkit-linear-gradient(left, #009c9a 0%,#006766 100%);
    background: linear-gradient(to right, #009c9a 0%,#006766 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009c9a', endColorstr='#006766',GradientType=1 );
    color: #fff;
}

    .btn-green:hover, .btn-green:focus {
        background: #009c9a;
        background: -moz-linear-gradient(left, #009c9a 0%, #006766 100%);
        background: -webkit-linear-gradient(left, #009c9a 0%,#006766 100%);
        background: linear-gradient(to right, #009c9a 0%,#006766 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009c9a', endColorstr='#006766',GradientType=1 );
        color: #fff;
        outline: none;
    }

.btn-navy-blue {
    background: #2F3293;
    background: -moz-linear-gradient(left, #2F3293 0%, #2F3293 100%);
    background: -webkit-linear-gradient(left, #2F3293 0%,#2F3293 100%);
    background: linear-gradient(to right, #2F3293 0%,#2F3293 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F3293', endColorstr='#2F3293',GradientType=1 );
    color: #fff;
}

    .btn-navy-blue:hover, .btn-navy-blue:focus {
        background: #2F3293;
        background: -moz-linear-gradient(left, #2F3283 0%, #2F3283 100%);
        background: -webkit-linear-gradient(left, #2F3283 0%,#2F3283 100%);
        background: linear-gradient(to right, #2F3283 0%,#2F3293 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F3283', endColorstr='#2F3283',GradientType=1 );
        color: #fff;
        outline: none;
    }


.btn-list {
    padding: 22px 34px;
    border-radius: 0 6px 6px 0;
    border: none;
    width: 100%;
}

.form-date {
    position: relative;
}

    .form-date .fa-calendar {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #aeadb2;
    }

.no-padding {
    padding: 0;
}

.banner-bottom {
    width: 900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .banner-bottom img {
        margin-bottom: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
    }

    .banner-bottom p,
    .banner-bottom span {
        color: #fff;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 500;
        text-align: center; /* Metni ortala */
    }

    .banner-bottom p {
        margin-bottom: 5px;
        display: block;
        color: black;
    }

    .banner-bottom span {
        font-weight: 300;
        font-size: 12px;
    }

@media (max-width: 768px) {
    .banner-bottom p {
        font-size: 11px;
    }
}




/***********************
****    FIRM   ********
************************/

#popular-rot-min {
    display: none;
}

.firm {
    padding-top: 40px;
    padding-bottom: 40px;
}

.popular-routes-bg {
    text-align: center;
}

#firm .owl-item img {
    width: inherit !important;
}


.allinone_carousel.powerful .contentHolderUnit {
    box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.8);
}

.contentHolderUnit, #popular-rot-min {
    position: relative;
    text-align: center;
    border-radius: 4px;
    border: none;
}

    #popular-rot-min a {
        padding-top: 65% !important;
    }

    .contentHolderUnit a, #popular-rot-min a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 68%;
        padding-bottom: 10px;
        /*background: rgba(0,0,0,0.4);*/
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 );
    }

    .contentHolderUnit .nereden, #popular-rot-min .nereden {
        font-size: 24px;
        text-shadow: 0px 1px 5px rgba(0,0,0,0.8);
    }

    .contentHolderUnit .nereye, #popular-rot-min .nereye {
        font-size: 20px;
        text-shadow: 0px 1px 5px rgba(0,0,0,0.8);
    }

    .contentHolderUnit span, #popular-rot-min span {
        font-size: 16px;
        color: #fff;
        display: block;
        text-shadow: 0px 1px 5px rgba(0,0,0,0.8);
    }


.allinone_carousel {
    margin: auto;
}

    .allinone_carousel.powerful .bannerControls {
        margin-top: 15% !important;
    }

    .allinone_carousel.powerful .leftNav, .allinone_carousel.powerful .rightNav {
        display: block !important;
    }

    .allinone_carousel.powerful .rightNav {
        right: -3%;
    }

    .allinone_carousel.powerful .leftNav {
        left: -3%;
    }

        .allinone_carousel.powerful .leftNav:before, .allinone_carousel.powerful .rightNav:before {
            font-family: 'FontAwesome';
            font-size: 40px;
            color: #d7d6db;
        }

    .allinone_carousel.powerful .rightNav:before {
        content: "\f105";
    }

    .allinone_carousel.powerful .leftNav:before {
        content: "\f104";
    }

.btn-dark-green {
    background: #009f9d;
    color: #fff;
    padding: 14px 12px;
}

    .btn-dark-green.focus, .btn-dark-green:focus, .btn-dark-green:hover {
        outline: none;
        color: #fff;
    }


.owl-theme .owl-nav [class*=owl-] {
    font-size: 0 !important;
    position: absolute;
    top: 30%;
    color: #87868c !important;
    background: none !important;
}


/*.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    font-family: 'fontAwesome';
}


@media only screen and (min-width: 768px) {
    .owl-carousel .owl-nav .owl-prev {
        left: -50px;
    }

        .owl-carousel .owl-nav .owl-prev:before {
            content: "\f104";
            font-size: 40px;
        }

    .owl-carousel .owl-nav .owl-next {
        right: -50px;
    }

        .owl-carousel .owl-nav .owl-next:after {
            content: "\f105";
            font-size: 40px;
        }
}*/

.popular-stops {
}

.popular-stops-content {
    columns: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-rule: 3px outset #f99217;
    -webkit-column-rule: 3px outset #f99217;
    -moz-column-rule: 3px outset #f99217;
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    margin-bottom: 50px;
}

.popular-stops-header h4 {
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 30px !important;
}

.popular-stops-content p {
    line-height: 1.2 !important;
}

    .popular-stops-content p a {
        color: #87868c;
        font-size: 12px;
    }

.company-info-text {
    margin-bottom: 50px;
    border-bottom: 2px solid #ebebeb;
}

    .company-info-text p {
        line-height: 1.6 !important;
    }






/**************************
**** MOBİL UYGULAMA   ****
**************************/

.mobil-uygulama-bg h3 {
    font-size: 26px;
    color: #2F3293;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 120%;
}


.mobil-uygulama-bg h5 {
    font-size: 20px;
    color: #2F3293c;
    margin-bottom: 30px;
    line-height: 160%;
}


.mobil-uygulama-bg a {
    display: inline-block;
}

    .mobil-uygulama-bg a img {
        margin-right: 5px;
    }

.divider {
    width: 100%;
    height: 1px;
    background: #e1e2e4;
    margin: 30px auto;
}

.uygulama-gonder h4 {
    margin-bottom: 30px !important;
    font-size: 16px !important;
}

.uygulama-gonder .form-control {
    border: none;
    border-bottom: 1px solid #979797;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 24px 12px;
    margin-bottom: 20px;
}

.uygulama-gonder .btn {
    letter-spacing: 2px;
}


/**************************
******* BLOG SECMELER  ****
**************************/
.text-light {
    font-weight: 200;
    line-height: 150%;
}

.text-medium {
    font-weight: 600;
}

.text-book {
    font-weight: 400;
}

.text-bold {
    font-weight: 800;
}

.blogdan-secmeler {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .blogdan-secmeler h3 {
        font-size: 26px;
        font-weight: 900;
        margin-bottom: 15px;
        text-align: center;
    }

    .blogdan-secmeler h4 {
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

.popular-blog .item img {
    border-radius: 4px;
    margin-bottom: 15px;
}

.popular-blog .item h5 {
    margin-bottom: 5px;
}

.popular-blog .item p {
    font-size: 12px;
    line-height: 150%;
}

.orange-divider {
    width: 150px;
    height: 5px;
    background: #f98d17;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}



/****************************
******* NEDEN BİLETPLAZA ****
****************************/
.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .content .content-heading h3 {
        font-size: 26px;
        font-weight: 900;
        margin-bottom: 15px;
        text-align: center;
        color: #2F3293;
    }

    .content .content-heading h4 {
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .content p {
        color: #87868c;
        line-height: 2;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .content h4 {
        color: #87868c;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .content h6.text-bold {
        color: #f27350;
        font-size: 30px;
        font-weight: 900;
    }

        .content h6.text-bold span {
            color: #87868c;
            font-size: 20px;
        }

.bottom-20 {
    margin-bottom: 20px;
}

.promosyon .input-group {
    display: block;
}

    .promosyon .input-group .form-control {
        padding: 27px 15px;
        border-radius: 3px;
    }


        .promosyon .input-group .form-control:focus {
            border-color: #009f9d;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgb(108, 161, 160);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgb(108, 161, 160);
        }

.promosyon .input-group-btn .btn-dark-green {
    position: absolute;
    right: 3px;
    margin-top: 3px;
    z-index: 3;
    border-radius: 3px;
    letter-spacing: 2px;
}


.biletplaza {
    text-align: center;
}

    .biletplaza p {
        font-size: 35px;
        color: #f27350;
        font-weight: 900;
    }

/*************************************
********  DATEPİCKER   ***************
*************************************/

.ui-datepicker {
    font-size: 16px !important;
    border-radius: 3px;
    color: #222;
    border-left: 5px solid #2F3293;
    border-right: 5px solid #2F3293;
    border-top: 0;
    border-bottom: 0;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
}

    .ui-datepicker .ui-datepicker-header {
        background: none;
        font-size: 16px;
        font-weight: 400;
        border: none;
    }

    .ui-datepicker td {
        padding: 3px;
    }

.ui-datepicker-month, .ui-datepicker-year {
    color: #2F3293 !important;
}

table.ui-datepicker-calendar thead {
    background: #2F3293 !important;
}

    table.ui-datepicker-calendar thead th span {
        color: #fff;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
    font-weight: 400;
    color: #222 !important;
    padding: 8px 6px;
}

.ui-state-highlight:before, .ui-widget-content .ui-state-highlight:before, .ui-widget-header .ui-state-highlight:before {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 7px solid #f15a23;
    border-left: 7px solid transparent !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none !important;
    background: #009f9d !important;
    color: #FFFFFF !important;
    position: relative;
    border-radius: 3px;
}



.ui-datepicker-next:before {
    content: "\f0da";
}

.ui-datepicker-prev:before {
    content: "\f0d9";
}

.ui-datepicker-next:before, .ui-datepicker-prev:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    left: 10px;
}

.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
    color: #009f9d !important;
    background: none !important;
    border: none !important;
    border-radius: 3px;
}

.ui-datepicker-next:hover {
    right: 2px;
    top: 2px;
}

.ui-datepicker-prev:hover {
    left: 2px;
    top: 2px;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #2F3293 !important;
    color: #fff !important;
    border-radius: 3px;
}


.ui-widget-header .ui-icon {
    background: none;
}



.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 400 !important;
    border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: none;
}





.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background: none;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #b25f00;
}

.content-box {
    background: #fff;
    border-radius: 6px;
    border-bottom: 2px solid #e1e2e4;
    padding: 30px 15px;
    margin-bottom: 30px;
}

.page-title h1 {
    color: #2F3293;
    letter-spacing: 5px;
    font-size: 20px;
}


.orange-border {
    margin-bottom: 30px;
}

    .orange-border li {
        display: inline-block;
        height: 4px;
        border-radius: 4px;
    }

        .orange-border li:nth-child(1) {
            background: #E11A22;
            width: 89%;
        }

        .orange-border li:nth-child(2) {
            background: #E75F8B;
            width: 4px;
        }

        .orange-border li:nth-child(3) {
            background: #2F3293;
            width: 5%;
        }

        .orange-border li:nth-child(4) {
            background: #f27350;
            width: 2%;
        }


.page-content h2 {
    font-size: 16px;
    color: #87868c;
    margin-bottom: 10px;
}

.page-content p, .page-content ul li {
    font-weight: 200;
    font-size: 14px;
    line-height: 1.4;
}


/*****************************
******  BUS TICKET   *********
******************************/


.search-form {
    background-color: #fff;
    /*padding: 20px 0;*/
    position: relative;
    border-bottom: 1px solid #f3eff5;
}

    .search-form .form-control {
        box-shadow: none;
        border: none;
        border-radius: 0;
        width: 220px;
    }

    .search-form .datetimepicker {
        width: 122px;
    }


    .search-form .form-group {
        margin: 15px 0;
        border-radius: 4px;
        height: 34px;
    }

#flightRoundTripInput, #budoRoundTripInput {
    display: inline-block;
    margin-left: 30px;
}

.tab-content .flight-dep-date .gidis-donus, .tab-content .budo-round-trip .gidis-donus {
    font-weight: 600;
    margin: 21px 0;
    white-space: nowrap;
}

.budo-ticket .round-trip {
    margin: 6px 0 6px 20px;
}

.tab-content .flight-dep-date .form-control, .tab-content .budo-round-trip .form-control {
    padding-left: 0;
}

.budo-round-trip .fa-calendar {
    right: 10px;
}


#budoRoundTripInput {
    width: 90%;
}

#flightRoundTripText, #budoRoundTripText {
    display: inline-block;
    color: #9b9b9b;
    line-height: 150%;
    font-size: 14px;
}

.roundTripText {
    white-space: nowrap;
    margin: 6px 0 6px 20px;
}

/*.flight-ticket .form-group i.fa-exchange {
    margin-top: 0 !important;
}*/

.search-form select:after {
    content: "\f078";
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}

.search-form .btn-default, .open > .dropdown-toggle.btn-default:hover {
    background: none;
    border: none;
    outline: none !important;
    color: #9b9b9b;
    font-size: 18px;
}

.search-form .form-group .input-group img {
    position: relative;
    top: -5px;
}


.search-form .form-date a.btn-left-arrow, .search-form .form-date a.btn-right-arrow {
    color: #4a494e !important;
}

    .search-form .form-date a.btn-left-arrow:before {
        content: "\f053";
        margin-right: 10px;
    }

    .search-form .form-date a.btn-right-arrow:before {
        content: "\f054";
        margin-right: 10px;
    }




.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    vertical-align: middle;
    border: none;
    width: inherit;
}

    .bootstrap-select.btn-group .dropdown-toggle .caret:before {
        content: "\f078";
        font-family: FontAwesome;
        color: #333;
    }



.open .bs-searchbox input.form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .open .bs-searchbox input.form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    }


.search-form .form-group i.fa-exchange {
    color: #f98d17;
    width: 16px;
    text-align: center;
    margin-top: 10px;
}


.search-form .form-date span.date {
    color: #9b9b9b;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    padding-top: 10px;
}

.space-hr-pad-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.space-pad-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.space-pad-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.space-pad-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.space-pad-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

/**********************************
***********  FILTER    ***********
**********************************/
.filter .button-group a {
    font-weight: 200;
    outline: none;
    box-shadow: none;
    color: #9b9b9b;
    font-size: 16px;
}

    .filter .button-group a i {
        color: #4a494e;
    }

.filter .button-group .dropdown-menu {
    padding: 15px;
}

    .filter .button-group .dropdown-menu li {
        position: relative;
    }

        .filter .button-group .dropdown-menu li input {
            margin-bottom: 10px;
        }

        .filter .button-group .dropdown-menu li i.fa-search {
            position: absolute;
            right: 15px;
            top: 10px;
        }

        .filter .button-group .dropdown-menu li:first-child {
            border-bottom: 1px solid #f1f1f1;
            margin-bottom: 5px;
        }


/*------Radio ve Checkbox Button-----------*/
.funkyradio-float-left div {
    margin-right: 0 !important;
}

.funkyradio div {
    overflow: hidden;
}

.funkyradio label {
    font-weight: 200;
    padding-right: 10px;
    font-size: 12px;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 1.50em;
        text-indent: .50em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            text-align: center;
            width: 16px;
            height: 16px;
            box-sizing: border-box;
            background: #D1D3D4;
            border-radius: 50%;
        }


        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            text-align: center;
            width: 16px;
            height: 16px;
            box-sizing: border-box;
            background: #D1D3D4;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: -1px;
        line-height: 16px;
        background-color: #c2c2c2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: -1px;
        color: #333;
        line-height: 16px;
        background-color: #ccc;
    }

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #415977;
    font-size: 7px;
}

.block {
    display: block !important;
}

.filter-nav {
    margin-bottom: 0;
}

    .filter-nav li {
        float: left;
        margin-right: 5px;
    }

        .filter-nav li:last-child {
            margin-right: 0;
        }

        .filter-nav li a, .filter-nav .btn-filter {
            font-weight: 200;
        }


    .filter-nav p.filter-list {
        color: #9b9b9b;
        padding: 10px 15px;
        display: inline-block;
    }

    .filter-nav .btn-filter {
        border-radius: 3px;
        border: 1px solid #e1e2e4;
        background: #f1f1f1;
        color: #9b9b9b;
        padding: 6px 15px;
    }

        .filter-nav .btn-filter:focus, .filter-nav .btn-active {
            color: #fff;
            background: #4a494e;
            border: 1px solid #4a494e;
        }

.ticket-list-box {
    margin-bottom: 30px;
}

    .ticket-list-box ul li .journey-list {
        background: #fff;
        border-radius: 3px;
        margin-bottom: 2px;
    }

.journey-list .li-top {
    min-height: 60px;
    border-bottom: 1px dashed #e1e2e4;
    margin-bottom: 10px;
}

.journey-list .li-bottom {
    min-height: 20px;
}

.departure p.city {
    color: #f98d17;
    font-size: 12px;
    margin-bottom: 6px;
}

.departure p.time i {
    color: #e1e2e4;
}

.departure p.time span {
    font-size: 24px;
    color: #4a494e;
}

.landing p.time span {
    color: #87868c;
    font-size: 24px;
}


.departure i.fa-long-arrow-right {
    position: relative;
    top: 25px;
    font-size: 18px;
}

.bus-info {
    padding-top: 20px;
}

    .bus-info p {
        color: #9b9b9b;
        font-size: 24px;
        font-weight: 200;
    }

        .bus-info p i {
            position: relative;
            top: 2px;
        }

    .bus-info i.fa-info-circle {
        color: #f98d17;
    }

    .bus-info ul li {
        float: left;
        padding: 5px;
    }

.bold {
    font-weight: 600;
}

.border-ticket {
    border-right: 4px dotted #f1f1f1;
}


    .border-ticket:before, .border-ticket:after {
        content: "";
        width: 15px;
        height: 7.5px;
        display: inline-block;
        position: absolute;
        right: -9px;
        background: #f1f1f1;
    }

    .border-ticket:before {
        top: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .border-ticket:after {
        bottom: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }



.text-center {
    text-align: center;
}

.li-bottom p.kalan-koltuk {
    font-size: 11px;
    display: inline-block;
}

.li-bottom p.route, .li-bottom p.hour {
    font-weight: 200;
    font-size: 14px;
    display: inline-block;
    color: #87868c;
}

p.price {
    font-size: 30px;
    color: #87868c;
    margin-bottom: 10px;
    font-weight: 600;
}

    p.price i {
        font-size: 18px;
    }


.btn-select, .btn-close, .btn-remove {
    min-width: 100px;
}

.btn-select {
    background: #2F3293;
    font-weight: 200;
    color: #fff;
}

    .btn-select:hover, .btn-select:focus {
        outline: none;
        color: #fff;
    }

.btn-remove {
    background: #c78a8a;
    font-weight: 200;
    color: #fff;
}

    .btn-remove:hover, .btn-remove:focus {
        outline: none;
        color: #fff;
    }

.alert-special {
    color: #585858;
    background-color: #dedcdc;
    border-color: #a9a9a9;
}

.btn-close {
    background: #9b9b9b;
    font-weight: 200;
    color: #fff;
    border-bottom: 2px solid #87868c;
}

    .btn-close:hover, .btn-close:focus {
        outline: none;
        color: #fff;
    }

.select-seat {
    background: #fff;
    margin-bottom: 2px;
    box-shadow: inset -1px 0 5px rgba(0,0,0,0.05);
}

.ticket-list .item .armchair-wrap .content .bus-layout-wrap .bus-layout a.male .s-seat {
    stroke: #aac;
    fill: #c7e2fb;
}


/*****************************
          WPF-NETBUS
******************************/
.atlas-logo img {
    position: absolute;
    top: 4px;
    left: 15px;
    width: 140px;
}

.atlas-logo .logo-small {
    display: none;
}

.wpf-netbus .form-group .form-control {
    padding: 5px;
}

.wpf-netbus .form-group .fa-exchange {
    margin-right: 15px;
}

.wpf-netbus .form-group:nth-child(1), .wpf-netbus .form-group:nth-child(3), .wpf-netbus .form-group:nth-child(6) {
    margin-right: 0;
}

.toggle-ribbon {
    float: left;
    display: inline-block;
    position: relative;
    left: -84px;
    color: #fff !important;
    background: #009f9d;
    font-size: 12px;
    padding: 13px;
    top: -12px;
    border-radius: 4px 0 0 4px;
    margin-right: -84px;
    cursor: pointer;
    width: 71px;
}

.daily-report-wropper {
    position: fixed;
    top: 40%;
    right: -230px;
    background: #fff;
    width: 230px;
    display: block;
    z-index: 9999;
}

    .daily-report-wropper.active {
        right: 0px;
    }

    .daily-report-wropper .daily-report-title {
        background: #009f9d;
        color: #fff;
        padding: 12px;
        text-align: center;
    }

        .daily-report-wropper .daily-report-title h3 {
            font-size: 14px;
            font-weight: 200;
        }

    .daily-report-wropper .daily-report-content {
        padding: 20px;
    }

        .daily-report-wropper .daily-report-content ul li {
            border-bottom: 1px dashed #e1e2e4;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .daily-report-wropper .daily-report-content ul li:last-child {
                border-bottom: none;
            }

            .daily-report-wropper .daily-report-content ul li p {
                font-size: 11px;
                font-weight: 200;
                margin-bottom: 5px;
            }

            .daily-report-wropper .daily-report-content ul li h5 {
                font-size: 24px;
                font-weight: 600;
                color: #f98d17;
            }

                .daily-report-wropper .daily-report-content ul li h5 i {
                    font-size: 16px;
                }

                .daily-report-wropper .daily-report-content ul li h5.iptal {
                    color: #4a494e;
                }


/***************************
***** BUS SCHEMA  *********
***************************/
.busSchemaClass {
    float: left;
}

.bus {
    position: relative;
    display: inline-block;
    min-height: 190px;
    margin: 0 auto 30px;
}


    .bus .bus-schema-middle {
        border: 1px solid #f1f1f1;
        display: inline-block;
        padding: 10px 30px;
        box-shadow: 0 0 12px rgba(0,0,0,0.1);
        border-radius: 0 10px 10px 0;
        background: #fff;
    }



.bus-schema-front, .bus-schema-middle {
    float: left;
}

.bus-schema-front {
    position: relative;
    top: -3px;
    left: 1px;
}


.bus .bus-schema {
    float: left;
}

    .bus .bus-schema li a {
        height: 34px;
        display: block;
        cursor: pointer;
    }

    .bus .bus-schema li.door:before {
        content: "";
        position: relative;
        top: -19px;
        border-top: 4px solid #87868c;
        width: 20px;
        left: 13px;
        display: inline-block;
    }

    .bus .bus-schema li.door {
        position: relative;
        width: 38px;
        height: 34px;
    }

        .bus .bus-schema li.door span {
            position: absolute;
            top: 16px;
            left: 3px;
            color: #87868c;
            display: inline-block;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        }

    .bus .bus-schema li.corridor {
        position: relative;
        width: 38px;
        height: 34px;
    }

        .bus .bus-schema li.corridor span {
            position: absolute;
            left: 16px;
            top: 10px;
            color: #cccccc;
            display: inline-block;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        }



    .bus .bus-schema li a i {
        margin: 2px 3px;
    }


.seat-type {
    width: 70%;
    display: block;
    margin: auto;
}

    .seat-type ul li {
        display: inline-block;
    }

        .seat-type ul li span {
            font-weight: 200;
            font-size: 11px;
        }

        .seat-type ul li i {
            position: relative;
            top: 12px;
        }

.bus-border {
    border-right: 4px dotted #f1f1f1;
}


    .bus-border span.text-red {
        color: #cd0606;
        font-size: 13px;
        margin: auto;
        padding: 0 10px 10px 10px;
        display: block;
        text-align: center;
        line-height: 20px;
    }


.select-seat-info h4, .seat-warning h4 {
    font-weight: 200;
    color: #87868c;
    text-align: center;
    margin-bottom: 15px;
}

.seat-warning h4 {
    margin-top: 50px;
}

.select-seat-info span i {
    position: relative;
    top: 10px;
}

.total-price h4, .total-price h5 {
    color: #4a494e;
    text-align: center;
    margin-bottom: 15px;
}

.total-price h5 {
    font-size: 24px;
}

    .total-price h5 i {
        font-size: 16px;
    }


.space-top-50 {
    margin-top: 50px;
}

.space-bot-5 {
    margin-bottom: 5px;
}

.space-bot-15 {
    margin-bottom: 15px;
}

.space-bot-30 {
    margin-bottom: 30px;
}



/*****************************
******** ICONS  **************/

.icon-music {
    width: 19px;
    height: 16px;
    background: url(/Content/images/icon/music.png) no-repeat;
    display: inline-block;
}

.icon-tv {
    width: 19px;
    height: 16px;
    background: url(/Content/images/icon/television.png) no-repeat;
    display: inline-block;
}

.icon-wifi {
    width: 19px;
    height: 16px;
    background: url(/Content/images/icon/wifi.png) no-repeat;
    display: inline-block;
}

.icon-charge {
    width: 19px;
    height: 16px;
    background: url(/Content/images/icon/charge.png) no-repeat;
    display: inline-block;
}

.icon-seat-empty {
    width: 38px;
    height: 34px;
    background: url(/Content/images/icon/empty_seat.svg) no-repeat;
    display: inline-block;
}

.icon-seat-man {
    width: 38px;
    height: 34px;
    background: url(/Content/images/icon/seat-man.svg) no-repeat;
    display: inline-block;
}

.icon-seat-woman {
    width: 38px;
    height: 34px;
    background: url(/Content/images/icon/seat-woman.svg) no-repeat;
    display: inline-block;
}

.icon-seat-selected {
    width: 38px;
    height: 34px;
    background: url(/Content/images/icon/seat-selected.svg) no-repeat;
    display: inline-block;
}

.icon-plus {
    width: 16px;
    height: 16px;
    background: url(/Content/images/icon/plus.svg) no-repeat;
    display: inline-block;
}

.icon-minus {
    width: 16px;
    height: 16px;
    background: url(/Content/images/icon/minus.svg) no-repeat;
    display: inline-block;
}


.icon-plane-landing {
    width: 26px;
    height: 20px;
    background: url(/Content/images/icon/plane-landing.svg) no-repeat;
    display: inline-block;
}

.icon-plane-takeoff {
    width: 26px;
    height: 20px;
    background: url(/Content/images/icon/plane-takeoff.svg) no-repeat;
    display: inline-block;
}

.icon-flight-baggage {
    width: 16px;
    height: 14px;
    background: url(/Content/images/icon/flight-baggage.svg) no-repeat;
    display: inline-block;
}

.icon-thy-logo {
    width: 285px;
    height: 83px;
    background: url(/Content/images/flight-logo/thy-logo.png) no-repeat;
    display: inline-block;
}

.icon-clock {
    width: 16px;
    height: 16px;
    background: url(/Content/images/icon/clock.svg) no-repeat;
    display: inline-block;
}

.icon-info {
    width: 22px;
    height: 20px;
    background: url(/Content/images/icon/info.svg) no-repeat;
    display: inline-block;
}

.icon-long-arrow-right {
    width: 50px;
    height: 12px;
    background: url(/Content/images/icon/long-arrow-right.svg) no-repeat;
    display: inline-block;
}

.icon-check {
    width: 20px;
    height: 13px;
    background: url(/Content/images/icon/check.svg) no-repeat;
    display: inline-block;
}

.icon-dekorate-city {
    width: 100%;
    height: 280px;
    background: url(/Content/images/icon/dekorate-city.png);
    display: inline-block;
}

.icon-bus {
    width: 35px;
    height: 35px;
    background: url(/Content/images/icon/bus.svg) no-repeat;
    display: inline-block;
}

.icon-flight {
    width: 35px;
    height: 35px;
    background: url(/Content/images/icon/flight.svg) no-repeat;
    display: inline-block;
}

.icon-budo {
    width: 35px;
    height: 35px;
    background: url(/Content/images/icon/ship.svg) no-repeat;
    display: inline-block;
}

.icon-browse {
    width: 14px;
    height: 14px;
    background: url(/Content/images/icon/browse.svg) no-repeat;
    display: inline-block;
}

.icon-delete {
    width: 14px;
    height: 14px;
    background: url(/Content/images/icon/delete.svg) no-repeat;
    display: inline-block;
}

.icon-notallowed {
    width: 14px;
    height: 14px;
    background: url(/Content/images/icon/notallowed.svg) no-repeat;
    display: inline-block;
}



/******************************
****** Flight Ticket   ********
*******************************/
.flight-data p {
    line-height: 140% !important;
}


.data-header h4 {
    color: #009f9d;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.flight-data h5 {
    font-size: 14px;
    color: #87868c;
}


.flight-data p .fa-try {
    font-size: 12px;
}

.flight-payment-total-price p.price {
    font-size: 22px;
    color: #009f9d;
    font-weight: 900;
}

    .flight-payment-total-price p.price .fa-try {
        font-size: 18px;
    }

.panel-payment .flight-data .date {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
}

.flight-data .time {
    font-size: 26px;
    font-weight: 100;
    color: #4DD0E1;
}

.flight-data .dest {
    font-size: 18px;
    font-weight: 100;
    color: #455a64;
    line-height: 130%;
}


.flight-ticket .form-group .input-group .fa-chevron-down {
    position: absolute;
    top: 6px;
    z-index: 9;
}

.flight-ticket .form-group {
    position: relative;
    height: 34px;
}

    /*.flight-ticket .form-group:nth-child(1), .flight-ticket .form-group:nth-child(3), .flight-ticket .form-group:nth-child(6) {
        margin-right: 25px;
    }*/


    .flight-ticket .form-group:last-child {
        margin-right: 0;
    }

    .flight-ticket .form-group .form-control {
        color: #555;
    }



    .flight-ticket .form-group .form-date .fa-calendar {
        left: -12px;
    }


.btn-travellers-trigger {
    background: none;
    color: #555;
}

    .btn-travellers-trigger.focus, .btn-travellers-trigger:focus, .btn-travellers-trigger:hover {
        text-decoration: none;
        outline: none !important;
        outline-offset: 0 !important;
        box-shadow: none !important;
    }

    .btn-travellers-trigger i {
        position: relative;
        top: 2px;
        right: -6px;
    }

.travellers-content {
    padding: 25px 15px 15px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.175);
    position: absolute;
    background: #fff;
    width: 250px;
    z-index: 99;
    top: 50px;
    text-align: left;
}

    .travellers-content .form-group {
        margin-right: 0 !important;
    }

    .travellers-content span.triagle:before {
        content: "";
        border-color: transparent transparent #ececec transparent;
        top: -1px;
        left: -10px;
        z-index: -1;
    }

    .travellers-content span.triagle {
        border-color: transparent transparent #fff transparent;
        top: -15px;
        left: 20px;
    }

        .travellers-content span.triagle, .travellers-content span.triagle:before {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 15px 10px;
            position: absolute;
        }

    /*.travellers-content span.triagle:before {
            content: "";
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 11px;
        }

        .travellers-content span.triagle:after {
            content: "";
            position: absolute;
            top: 1px;
            margin-left: -11px;
            border-top-width: 0;
            border-bottom-color: #fff;
        }*/





    .travellers-content .form-group {
        margin-right: 0;
    }

        .travellers-content .form-group .form-control {
            width: 50px;
            display: inline-block;
        }

    .travellers-content ol li {
        height: 55px;
    }


    .travellers-content ul li {
        padding-bottom: 15px;
        padding-top: 8px;
    }

        .travellers-content ul li p {
            margin-bottom: 35px;
        }

        .travellers-content ul li:first-child {
            border-bottom: 1px solid #f1f1f1;
        }

    .travellers-content ol li:last-child {
        height: inherit;
    }

    .travellers-content ol li .btn {
        width: 100% !important;
    }

    .travellers-content ol li .form-group button {
        border: none;
        outline: none;
    }

.filter .button-group button {
    font-weight: 200;
    outline: none;
    box-shadow: none;
    color: #9b9b9b;
    font-size: 16px;
}

    .filter .button-group button i {
        top: 0;
        right: 0;
    }

.travellers-content ol li .form-group span {
    width: 30px;
    display: inline-block;
    text-align: center;
}


.travellers-content ul li i.fa-search {
    position: absolute;
    right: 25px;
    top: 40px;
}

.flight-item, .voyage-item {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 2px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .flight-item .departure p {
        font-weight: 600;
        color: #4a494e;
    }


    .flight-item .departure i.icon-long-arrow-right {
        position: relative;
        top: 10px;
        left: -14px;
        z-index: 0;
        margin-bottom: 15px;
    }

    .flight-item .departure span.transfer-count {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #87868c;
        color: #fff;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        padding: 4px 0;
        font-weight: 200;
        position: absolute;
        top: 7px;
        z-index: 1;
    }

.connected-text {
    position: relative;
    left: -15px;
    font-size: 11px;
    color: #f00;
    font-weight: 200;
}


.flight-item .departure p small span {
    font-weight: 600;
    color: #4a494e;
}

.flight-item .ticket-price p.price {
    font-size: 24px;
    color: #4a494e;
    margin-bottom: 0px;
}

.flight-item .ticket-price p small {
    color: #f98d17;
}



.flight-info p {
    font-size: 12px;
    color: #9b9b9b;
    font-weight: 200;
    margin-bottom: 5px;
}

    .flight-info p i {
        position: relative;
        top: 3px;
    }

.flight-item .li-top {
    min-height: 25px;
    border-bottom: none !important;
    margin-bottom: 10px;
}

.btn-detail, .btn-detail-selected {
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    padding: 0 12px;
    display: inline-block;
    font-weight: 200;
    margin-right: 15px;
    outline: none !important;
}



.btn-detail {
    color: #009f9d;
    background-color: #f2fafa;
    border-color: #e5fafa;
}


    .btn-detail i:before {
        content: "\f107";
        font-family: FontAwesome;
        display: inline-block;
    }

.btn-detail-selected {
    color: #9b9b9b;
    background-color: #f5f5f5;
    border-color: #f8f8f8;
}

    .btn-detail-selected i:before {
        content: "\f106";
        font-family: FontAwesome;
        display: inline-block;
    }

.flight-detail {
    border-top: 2px dashed #e1e2e4;
    background: #fff;
    margin-bottom: 2px;
    box-shadow: inset -1px 0 5px rgba(0,0,0,0.05);
}

.flight-referance p {
    font-size: 14px;
    color: #87868c;
    line-height: 120%;
}

    .flight-referance p.medium {
        color: #4a494e;
    }

.departure-time p {
    font-size: 16px;
    color: #87868c;
    line-height: 120%;
}

    .departure-time p.medium {
        font-size: 18px;
        color: #4a494e;
        margin-bottom: 2px;
    }

.light {
    font-weight: 200;
}

.medium {
    font-weight: 600;
}


.flight-boarding-point .table {
    margin-bottom: 0;
}

    .flight-boarding-point .table > tbody > tr > td {
        padding: 0px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: none;
    }

.flight-clock p {
    font-size: 14px;
    color: #9b9b9b;
    line-height: 120%;
}

    .flight-clock p span {
        display: inline-block;
        border-left: 2px solid #9aedec;
        position: relative;
        top: 6px;
    }

        .flight-clock p span:before, .flight-clock p span:after {
            content: "";
            width: 12px;
            height: 12px;
            position: relative;
            border-radius: 50%;
            background: #9aedec;
            display: block;
            left: -7px;
        }

        .flight-clock p span:before {
            top: -5px;
        }

        .flight-clock p span:after {
            bottom: -5px;
        }


    .flight-clock p i {
        position: relative;
        top: 3px;
    }

.transfer {
    margin-bottom: 10px;
}

.transfer-point p {
    font-size: 16px;
    color: #face7d;
    margin-top: 12px;
}

.transfer .flight-clock p {
    color: #face7d;
}

    .transfer .flight-clock p span {
        display: inline-block;
        position: relative;
        width: 8px;
        height: 8px;
        position: relative;
        border-radius: 50%;
        background: #face7d;
        left: -4px;
        border-left: none;
        top: 0px;
        margin-right: 6px;
    }

        .transfer .flight-clock p span:before, .transfer .flight-clock p span:after {
            content: "";
            width: 8px;
            height: 8px;
            position: relative;
            border-radius: 50%;
            background: #face7d;
            display: block;
            left: 0;
        }

        .transfer .flight-clock p span:before {
            top: -14px;
        }

        .transfer .flight-clock p span:after {
            bottom: -5px;
        }


/*******************************************
******* FLIGHT DEPARTURE ARRIVAL  **********
********************************************/

.departure-arrival {
    margin-bottom: 30px;
}

    .departure-arrival .dep-arr-head {
        border-radius: 6px 6px 0 0;
        background: #009f9d;
        color: #fff;
        padding: 15px;
    }

        .departure-arrival .dep-arr-head h4, .departure-arrival .arr-dep-head h4 {
            font-size: 14px;
            font-weight: 200;
        }

        .departure-arrival .dep-arr-head span.date, .departure-arrival .arr-dep-head span.date {
            color: #fff;
            font-size: 14px;
            font-weight: 200;
        }

.btn-left-arrow, .btn-right-arrow {
    font-family: FontAwesome;
    color: #fff !important;
    cursor: pointer;
}

    .btn-left-arrow:before {
        content: "\f104";
        margin-right: 10px;
    }

    .btn-right-arrow:before {
        content: "\f105";
        margin-left: 10px;
    }

.dep-arr-content {
    margin-top: -5px;
}

    .dep-arr-content .dep-arr-item {
        background: #fff;
        border-radius: 3px;
        margin-bottom: 2px;
        padding: 25px 15px;
    }

.dep-arr-item .flight-logo img {
    margin-bottom: 5px;
}

.dep-arr-item .flight-logo p {
    font-weight: 200;
    color: #87868c;
    font-size: 12px;
}



.dep-arr-item .ticket-price p.price, .dep-arr-item .departure p.time span {
    font-size: 20px;
    margin-bottom: 3px;
}

.dep-arr-item .ticket-price p small {
    color: #f98d17;
}

.dep-arr-item .detail {
    text-align: right;
}

    .dep-arr-item .detail .form-group {
        margin-bottom: 5px;
    }

        .dep-arr-item .detail .form-group span {
            margin-right: 0;
        }

    .dep-arr-item .detail a.a-detail {
        font-weight: 200;
        color: #009f9d;
        font-size: 14px;
        text-decoration: none !important;
    }

        .dep-arr-item .detail a.a-detail:after {
            content: "\f107";
            font-family: FontAwesome;
            display: inline-block;
        }

.dep-arr-content .flight-detail {
    padding: 25px 15px;
}

.dep-arr-content .flight-referance p {
    font-size: 12px;
}

.dep-arr-content .departure-time p.medium, .dep-arr-content .flight-boarding-point .table > tbody > tr > td p {
    font-size: 13px;
}

    .dep-arr-content .departure-time p.medium, .dep-arr-content .flight-boarding-point .table > tbody > tr > td p.light {
        font-size: 11px;
    }


.dep-arr-content .departure-time p, .dep-arr-content .flight-clock p {
    font-size: 12px;
}

.pad-left-right-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.dep-arr-content .flight-detail {
    border-top: 1px dashed #e1e2e4;
}

.dep-arr-content .dep-arr-item-selected {
    background: #f2ffff !important;
    border: 1px solid #c3e6e6;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
    border-bottom: none;
}

.dep-arr-content .flight-detail-selected {
    background: #f2ffff !important;
    border: 1px solid #c3e6e6;
    border-radius: 0 0 3px 3px;
    border-top: 1px dashed #c3e6e6;
}


.departure-arrival .arr-dep-head {
    border-radius: 6px 6px 0 0;
    background: #be1a1a;
    color: #fff;
    padding: 15px;
}


/*******************************************
************       LOGIN       ***********
********************************************/
.login-box {
    padding: 25px 15px 15px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.175);
    position: absolute;
    background: #fff;
    width: 250px;
    z-index: 99;
    top: 50px;
    display: none;
}

    .login-box .form-border {
        border: 1px solid #e1e2e4;
        border-radius: 4px;
        margin-bottom: 20px;
    }

        .login-box .form-border .form-group {
            margin-bottom: 0px;
            border-bottom: 1px solid #e1e2e4;
        }

            .login-box .form-border .form-group:last-child {
                border-bottom: none;
            }


        .login-box .form-border .input-group-addon {
            border: none;
            background: none;
        }


        .login-box .form-border .form-control {
            border: none;
            box-shadow: none;
            height: 50px;
        }

    .login-box .form-group button {
        width: 100%;
        padding: 12px;
        margin-bottom: 15px;
    }

    .login-box .form-group a {
        font-weight: 200;
        color: #4f4e53;
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
        display: block;
        text-decoration: none;
    }

    .login-box .form-group p {
        color: #4f4e53;
        font-size: 13px;
        display: block;
        text-decoration: none;
        text-align: center;
    }

        .login-box .form-group p.bg-danger {
            font-weight: 200;
            padding: 15px 10px;
            text-align: left;
            border-radius: 3px;
            border: 1px solid #dfbfbf;
            color: #a86a6a;
            font-size: 12px;
            letter-spacing: 0.5px;
        }



    .login-box .form-group span {
        margin-left: 10px;
    }

    .login-box .form-group p a {
        font-weight: 600;
        color: #009f9d;
        display: inline-block;
    }

    .login-box span.triagle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 15px 10px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        top: -15px;
        left: 45px;
    }


.register-form {
}

    .register-form .form-group .form-control {
        min-height: 50px;
        border: 1px solid #9a9a9a;
        box-shadow: none;
    }

    .register-form .form-group input, .register-form .form-group input:placeholder-shown {
        font-weight: 200;
    }

::-webkit-input-placeholder { /* Chrome */
    color: #555 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #555 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #555 !important;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #555 !important;
    opacity: 1;
}

.gender li {
    display: inline-block;
    margin-left: 15px;
}

    .gender li input[type="radio"]:checked + label span::before, .register-form input[type="checkbox"]:checked + label span::before {
        top: 1px;
    }



.register-form .contract p {
    display: block;
    margin-bottom: 10px;
    margin-left: 15px;
}

.register-form .form-group button {
    width: 100%;
    height: 50px;
    letter-spacing: 5px;
}

.scrollcontent {
    height: 606px;
    background: #f9f9f9;
    padding: 25px 15px;
    margin-top: 45px;
    border-radius: 6px;
}

.scrollcontent-inner {
    height: 560px;
    overflow-y: scroll;
    padding-right: 15px;
}


    .scrollcontent-inner::-webkit-scrollbar-track {
        margin: 0px;
    }



.scrollcontent p, .scrollcontent p b {
    font-size: 14px;
    color: #87868c;
}

.scrollcontent p {
    font-weight: 200;
    line-height: 150%;
}

    .scrollcontent p b {
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 10px;
        display: block;
    }




/*******************************************
************ BUS TICKET PAYMENT  ***********
********************************************/


.payment-border-right {
    position: relative;
    border-right: 1px solid #e1e2e4;
    min-height: 660px;
}


    .payment-border-right:before, .payment-border-right:after {
        content: "";
        position: absolute;
        border-right: 1px solid #e1e2e4;
        right: -1px;
        display: inline-block;
        height: 30px;
    }

    .payment-border-right:before {
        top: -30px;
    }

    .payment-border-right:after {
        bottom: -30px;
    }


.ticket-payment-heading h3 {
    font-weight: 200;
    font-size: 18px;
    color: #4a494e;
    font-weight: 600;
    margin-bottom: 20px;
}

.ticket-payment-content {
    margin-bottom: 50px;
}




.voyage-information, .passenger-info, .payment-info {
    padding-left: 15px;
    padding-right: 15px;
}


    .voyage-information .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        outline: none !important;
    }

    .voyage-information p ul, .voyage-information p ul li {
        float: left;
    }


    .voyage-information p:last-child {
        margin-bottom: 15px;
    }


    .voyage-information p {
        font-weight: 200;
        font-size: 14px;
        line-height: 200%;
        color: #87868c;
    }

        .voyage-information p b {
            font-weight: 600;
        }


.btn-change,
.btn-payment {
    font-weight: 200;
    color: #fff !important;
    width: 100%;
    height: 50px;
    outline: none !important;
    letter-spacing: 2px;
    font-size: 16px;
    border-radius: 2px;
    /* satır sarımını normal akışta yap */
    white-space: normal;
    /* kelime içini değil, sadece uygun boşluklardan kır */
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
}

    .btn-payment span {
        display: inline-block;
        max-width: 100%;
        /* span da aynı kuralları takip etsin */
        overflow-wrap: break-word;
        word-break: normal;
    }

.btn-change {
    background: #2F3293;
}

.btn-payment {
    background: #009f9d;
}

.ticket-payment-content .nav-tabs {
    border-bottom: none;
}


    .ticket-payment-content .nav-tabs > li > a {
        border-radius: 4px;
        padding: 6px 11px;
        font-weight: 200;
        font-size: 14px;
        border: 1px solid #87868c;
        background: #fff;
        color: #87868c;
    }


    .ticket-payment-content .nav-tabs > li.active > a,
    .ticket-payment-content .nav-tabs > li.active > a:focus,
    .ticket-payment-content .nav-tabs > li.active > a:hover {
        color: #fff;
        cursor: default;
        background-color: #87868c;
        border: 1px solid #87868c;
    }

.ticket-payment-content .tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
}


.passenger-info .panel-default > .panel-heading {
    color: #fff;
    background: #87868c;
    border-color: #87868c;
}

    .passenger-info .panel-default > .panel-heading h4 {
        font-weight: 200;
        margin: 0;
    }

        .passenger-info .panel-default > .panel-heading h4 a {
            text-decoration: none !important;
        }

.passenger-info .panel-default .panel-body .select-group select {
    width: 100%;
}

.passenger-info h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.passenger-info p {
    font-weight: 600;
    font-size: 22px;
    font-weight: 900;
}

.voyage-information .form-control, .passenger-info .form-control {
    height: 50px;
    border: 1px solid #9a9a9a;
    box-shadow: none;
}

.select-group {
    position: relative;
    margin-bottom: 15px;
}

    .select-group select {
        text-transform: uppercase;
    }

    .select-group i {
        position: absolute;
        right: 15px;
        top: 15px;
    }

select option {
    padding: 10px 15px !important;
    height: 30px;
}



.passenger-info .form-group a {
    font-weight: 200;
    font-size: 14px;
    color: #009f9d;
    float: right;
    text-decoration: none;
}

    .passenger-info .form-group a:after {
        content: "\f101";
        font-family: FontAwesome;
        margin-left: 5px;
    }


.voyage-information span small, .payment-info span small {
    font-size: 12px;
    font-weight: 200;
    color: #f98d17;
}


.payment-info .nav-tabs > li {
    width: 50%;
    margin: 0;
    text-align: center;
}

    .payment-info .nav-tabs > li > a {
        margin: 0;
    }

    .payment-info .nav-tabs > li:first-child > a {
        border-radius: 4px 0 0 4px;
    }

    .payment-info .nav-tabs > li:last-child > a {
        border-radius: 0 4px 4px 0;
    }

.payment-info .form-control {
    height: 50px;
    border: 1px solid #9a9a9a;
    box-shadow: none;
}

.payment-info button {
    height: 70px;
}

    .payment-info button span {
        font-weight: 600;
    }


span.comodo {
    font-weight: 200;
    font-size: 10px;
}







::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background: #ebebeb;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
    background: #dedede;
}




.google_map {
    margin-top: 30px;
    margin-bottom: 40px;
}

address, address a {
    font-weight: 200;
    font-size: 14px;
    line-height: 150%;
    color: #87868c;
    margin-top: 30px;
}

    address strong {
        font-weight: 600;
    }



/*******************************************
************    LOADING      ***********
********************************************/
.loading {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 200px;
    color: #4a494e;
    font-weight: 200;
}

    .loading img {
        margin-bottom: 30px;
    }

    .loading h2 {
        font-size: 30px;
        margin-bottom: 15px;
        display: block;
    }

    .loading p {
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }

        .loading p strong {
            font-weight: 600;
        }

.loading-classic {
    text-align: center;
    color: #4a494e;
    font-weight: 200;
}

    .loading-classic p {
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }

    .loading-classic h2 {
        font-size: 20px;
        margin-bottom: 15px;
        display: block;
    }

/*******************************************
************ RADIO CHECKBOX      ***********
********************************************/


input[type="checkbox"],
input[type="radio"] {
    display: none;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        color: #9b9b9b;
        font-size: 14px;
        font-weight: 200;
    }

        input[type="checkbox"] + label span {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 5px 0 0;
            vertical-align: middle;
            text-align: center;
            cursor: pointer;
            background: #f3eff5;
            background: -moz-radial-gradient(center, ellipse cover, #9a9a9a 0%, #bbb 100%);
            background: -webkit-radial-gradient(center, ellipse cover, #9a9a9a 0%,#bbb 100%);
            background: radial-gradient(ellipse at center, #ccc 0%,#c9c9c9 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#c9c9c9',GradientType=1 );
        }

        input[type="radio"] + label span {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 5px 0 0;
            vertical-align: middle;
            text-align: center;
            cursor: pointer;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #f3eff5;
            background: -moz-radial-gradient(center, ellipse cover, #f3eff5 0%, #e7e3e8 100%);
            background: -webkit-radial-gradient(center, ellipse cover, #f3eff5 0%,#e7e3e8 100%);
            background: radial-gradient(ellipse at center, #f3eff5 0%,#e7e3e8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3eff5', endColorstr='#e7e3e8',GradientType=1 );
        }

    input[type="checkbox"]:checked + label span::before {
        font-family: 'FontAwesome';
        content: "\f00c";
        position: relative;
        top: 3px;
        color: #555;
        display: inline-block;
    }

    input[type="radio"]:checked + label span::before {
        content: "";
        position: relative;
        top: 3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #969696;
        display: inline-block;
    }


    input[type="checkbox"] + label span, input[type="checkbox"]:checked + label span,
    input[type="radio"] + label span, input[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.4s linear;
        -o-transition: background-color 0.4s linear;
        -moz-transition: background-color 0.4s linear;
        transition: background-color 0.4s linear;
    }





/*******************************************
************ RANGE SLIDER      ***********
********************************************/

.sliders_step1 {
    margin-top: 15px;
}

.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #f27350;
    box-shadow: 0 1px 0 #ffaf1e inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #f27350;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ffaf1e), color-stop(100%, #f27350));
    background-image: -webkit-linear-gradient(top, #ffae1e, #f27350);
    background-image: -moz-linear-gradient(top, #ffae1e, #f27350);
    background-image: -o-linear-gradient(top, #ffae1e, #f27350);
    background-image: linear-gradient(top, #ffae1e, #f27350);
}


.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: initial;
    height: initial;
    cursor: default;
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff !important;
    font-size: 11px;
    text-shadow: none;
    padding: 2px 5px;
    background: #f27350 !important;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
}


    .ui-slider .ui-slider-handle:before {
        position: absolute;
        display: block;
        content: "";
        bottom: -26px;
        left: 50%;
        width: 16px;
        height: 16px;
        margin-left: -8px;
        overflow: hidden;
        border: 3px solid #f27350;
        border-radius: 50%;
        display: block;
        background: #fff;
    }

    .ui-slider .ui-slider-handle:after {
        position: absolute;
        display: block;
        content: "";
        bottom: -6px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -3px;
        overflow: hidden;
        border: 3px solid transparent;
        border-top-color: #f27350;
    }

.ui-slider-horizontal .ui-slider-handle {
    top: -30px;
    margin-left: -22px;
}

.ui-slider a:focus {
    outline: none;
}

#slider-range {
    width: 100%;
    margin: 0 auto;
}


.roundtrip-box {
    position: absolute;
    left: 5px;
    bottom: 0;
    top: 3px;
    margin: auto 0;
    height: 25px;
}

    .roundtrip-box label {
        margin-left: -15px;
    }



/*****************************
******  BUDO TICKET   *********
******************************/

.budo-header {
    background-color: #009F9D;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.negative-column {
    margin-left: -10px !important;
    margin-right: -10px !important;
}


.voyage-item label, .voyage-label label {
    font-weight: 200;
    margin-bottom: 10px;
    font-size: 12px;
}

#budoRetDate {
    margin-left: -20px;
}


/*****************************
******  TICKET SUCCESS   *********
******************************/
.ticket-header {
    background: #ffffff;
    height: 70px;
    border-radius: 10px 10px 0 0;
    padding: 18px;
    border-bottom: 1px solid #eee;
}

.payment-result {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 60px;
    position: relative;
    margin: 60px 0;
}

    .payment-result td {
        font-weight: 200;
        font-size: 14px;
    }

.pnr-bg {
    background: #f9f9f9;
    display: block;
    padding: 30px;
    width: 100%;
    min-height: 222px;
    margin: 0 auto;
}

    .pnr-bg h1 {
        color: #006D6C;
        font-weight: 600;
        margin-bottom: 15px;
        border-bottom: 2px solid #006D6C;
    }

.pnr-bg-top {
    background: url(/Content/images/pnr-bg-top.png);
    height: 6px;
    width: 100%;
    display: block;
}

.bilet-olus {
    max-width: 430px;
    margin: 50px auto 50px;
    text-align: center;
}

    .bilet-olus h1 {
        color: #e74c3c;
        font-weight: 600;
        margin-bottom: 20px;
    }



/*****************************
    MEMBERSHIP INFORMATION
******************************/
ul.user-info li {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*    ul.user-info li:first-child {
        border-bottom: 1px dashed #e1e2e4;
    }*/

    ul.user-info li h5 {
        font-size: 18px;
    }

    ul.user-info li p {
        font-size: 14px;
        margin-bottom: 5px;
        color: #f98d17;
    }

    ul.user-info li h6 {
        font-weight: 200;
        font-size: 16px;
    }

    ul.user-info li .btn {
        width: 100%;
        margin-bottom: 5px;
        padding: 14px 12px;
        font-weight: 200;
    }

    ul.user-info li .btn-close {
        background: #f98d17;
        border-bottom: none;
    }


.membership .nav-tabs {
   /* width: 455px;*/
    margin: auto;
    border-bottom: none;
}

.membership .panel-heading {
    display: flex;
    justify-content: center;
}

    .membership .nav-tabs > li > a {
        color: #9b9b9b;
        border: none;
    }

        .membership .nav-tabs > li > a:hover {
            background: transparent;
        }

    .membership .nav-tabs > li.active > a, .membership .nav-tabs > li.active > a:focus, .membership .nav-tabs > li.active > a:hover {
        color: #f98d17;
        border: none;
        border-bottom: 2px solid #f98d17;
    }

.membership .tab-content {

    background: #fcfbfd;
    background: -moz-linear-gradient(top, #fcfbfd 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #fcfbfd 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #fcfbfd 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbfd', endColorstr='#ffffff',GradientType=0 );
}

    .membership .tab-content h2 {
        font-size: 20px;
        text-align: center;
        color: #f27350;
        font-weight: 200;
        margin-bottom: 15px;
    }

    .membership .tab-content p {
        text-align: center;
        margin-bottom: 30px;
        color: #9b9b9b;
    }

.membership .input-group {
    position: relative;
    display: grid;
}

    .membership .input-group i {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 5;
    }

.membership .form-group .form-control {
    font-weight: 200;
}

.membership .form-group button {
    letter-spacing: 2px;
}


.membership .form-date .fa-calendar {
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.membership .pnael-body .tab-content .tab-panel {
    padding: 50px;
}

.ui-widget {
    font-weight: 200;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    border: none;
    box-shadow: inset 0px 5px 5px rgba(0,0,0,0.050);
    outline: none;
    text-align: center;
}


.form-content {
    border-bottom: 1px dashed #f1f1f1;
    margin-bottom: 15px;
}



.membership .my-ticket-header .nav-tabs {
    width: 100%;
    margin: inherit;
}

.my-ticket-header .nav-tabs > li.active > a, .my-ticket-header .nav-tabs > li.active > a:focus, .my-ticket-header .nav-tabs > li.active > a:hover {
    color: #f98d17;
    border: none;
    border-bottom: none;
}

    .my-ticket-header .nav-tabs > li.active > a i {
        width: 35px;
        height: 35px;
        display: inline-block;
    }

        .my-ticket-header .nav-tabs > li.active > a i.icon-bus {
            background: url(/Content/images/icon/bus-active.svg) no-repeat;
        }

        .my-ticket-header .nav-tabs > li.active > a i.icon-flight {
            background: url(/Content/images/icon/flight-active.svg) no-repeat;
        }

        .my-ticket-header .nav-tabs > li.active > a i.icon-budo {
            background: url(/Content/images/icon/ship-active.svg) no-repeat;
        }



.my-ticket-header .nav-tabs > li a i {
    position: relative;
    top: 10px;
}

.process-info li {
    display: inline-block;
    padding: 22px 10px 10px;
}

    .process-info li p {
        margin-bottom: 0 !important;
    }

    .process-info li a {
        cursor: pointer;
    }

        .process-info li p i, .process-info li a i {
            width: 32px;
            height: 32px;
            line-height: 32px;
            border-radius: 50%;
            text-align: center;
            color: #fff;
        }

    .process-info li .text-green i {
        background: #009f9d;
    }

    .process-info li .text-orange i {
        background: #f27350;
    }

    .process-info li .text-gray i {
        background: #9b9b9b;
    }

.text-green {
    color: #009f9d !important;
}

.text-orange {
    color: #f27350 !important;
}

.text-gray {
    color: #9b9b9b !important;
}

.table .process-info li {
    padding: 0px !important;
}



.membership .table > thead:first-child > tr:first-child > th, .membership .table > tbody > tr > td {
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
}

.membership .table > thead > tr > th {
    color: #4a4a4a;
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    position: relative;
}

    .membership .table > thead > tr > th span {
        border-right: 1px solid #e1e2e4;
        height: 25px;
        position: absolute;
        right: 0px;
        z-index: 9;
        top: 4px;
    }

.membership .table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #f1f1f1;
}

.membership .table > tbody > tr > td {
    color: #9b9b9b;
    background: none;
    border-top: 1px solid #f3eff5;
    font-weight: 200;
}

.membership .table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
}

.error-digit {
    font-size: 12px;
    display: block;
    color: red;
    padding: 6px;
    display: none;
}


.vector-smart-object {
    width: 352px;
    height: 228px;
    background: url(/Content/images/vector-smart-object.png)no-repeat;
    display: block;
    position: relative;
    margin: auto;
}

    .vector-smart-object .firm-logo {
        height: 53px;
        -ms-transform: rotate(13.1deg);
        -webkit-transform: rotate(13.1deg);
        transform: rotate(13.1deg);
        position: relative;
        top: 23px;
        left: 40px;
    }
/*****************************
          Bus Company
******************************/


.company-box {
    margin-bottom: 10px;
    transition: border-color .5s ease-in-out;
    padding: 10px;
    box-sizing: border-box;
}

    .company-box img {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .company-box:hover, .company-box:focus {
        border-color: #F58943;
        cursor: pointer;
    }

    .company-box .caption {
        border-radius: 4px;
        text-align: center;
        margin-top: 5px;
        font-size: 13px;
    }

.marker-location {
    float: left;
    line-height: 64px;
    font-size: 18px;
    color: #a0a0a0;
}

.form-after:after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    width: 16px;
    height: 19px;
    top: -5px;
    right: -5px;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.form-after > .form-control {
    padding: 6px 30px 12px 12px;
    background-color: transparent;
}

/*****************************
          BURULAS
******************************/

.burulas-vehicle li {
    font-family: GothamRnd;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: block;
}

    .burulas-vehicle li:hover {
        color: #006b6a;
    }

    .burulas-vehicle li:first-child {
        border-bottom: 3px solid #ed8323 !important;
        margin-bottom: 10px;
    }

#burulasInfo p {
    float: left;
    line-height: 64px;
    margin-left: 30px;
    font-family: GothamRnd;
    font-weight: 600;
}

/*****************************
          RESPONSİVE
******************************/
@media screen and (max-width:1366px) {
    .atlas-logo .logo-medium {
        display: none;
    }

    .atlas-logo .logo-small {
        display: block;
        max-width: 36px;
    }
}


@media screen and (max-width:1024px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 13px!important;
        
    }

    .destek-hatti .destek-hatti-left {
        margin-right: 0px;
    }

    .search-tabs .form-control {
        padding-left: 0;
        padding-right: 0;
    }

    .search-tabs .typeahead, .search-tabs .typeahead-fly {
        padding-left: 20px;
    }

    .search-form .form-control {
        width: 180px;
    }

    .search-form .form-date {
        margin-left: 0;
        margin-right: 0;
    }

    .departure p.time span {
        font-size: 18px;
    }

    .seat-type {
        width: 80%;
    }

    .selected-seat-type {
        display: inline-block;
        text-align: center;
        font-size: 14px;
    }

    .select-seat-info span i {
        margin-bottom: 10px;
    }

    .tab-content .flight-dep-date .gidis-donus, .tab-content .budo-round-trip .gidis-donus {
        margin-left: 20px;
    }

    .tab-content .flight-dep-date .fa-calendar, .tab-content .budo-round-trip .fa-calendar {
        display: none;
    }
}




@media screen and (max-width:768px) {



    .banner-bottom {
        width: 100%;
    }

    #popular-rot-min {
        display: block;
        margin-bottom: 30px;
    }

    #containingDiv {
        display: none;
    }


    .content h6.text-bold {
        font-size: 24px;
    }

        .content h6.text-bold span {
            font-size: 16px;
            margin-bottom: 20px;
            margin-top: 10px;
            display: block;
        }

    .about-bulgaria img {
        margin: 20px auto 30px;
    }

    .search-tabs .form-control {
        border-bottom: 1px solid #bfbfbf;
        border-radius: 0;
        height: 50px;
        padding: 15px 12px;
    }

    .search-tabs .typeahead, .search-tabs .typeahead-fly {
        padding-left: 20px;
    }

    .search-tabs .twitter-typeahead:before {
        top: 30px;
    }


    .mobil-uygulama-bg img {
        margin: 20px auto;
    }

    .banner-bottom p {
        line-height: 150%;
    }


    .search-form .form-control {
        width: 140px;
        font-size: 12px;
    }

    .search-form .datetimepicker {
        width: 100px;
    }

    .departure p.city, .departure p.time span {
        font-size: 14px;
    }

    .li-bottom p.route, .li-bottom p.hour {
        font-size: 12px;
    }

    .btn-list {
    }

    .border-right {
        border-right: none;
    }

    .btn-list {
        border-radius: 0 0 6px 6px;
    }

    .search-tabs .form-group .btn-travellers-trigger {
        float: left;
    }

    #flightRoundTripInput {
        width: 90%;
    }

    .bus {
        width: 800px;
    }

    .bus-border {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .seat-type ul {
        width: 750px;
    }

    .form-date {
        display: inline-block;
    }

    .tab-content .form-date {
        display: block;
    }

    .search-form .form-group .input-group img {
        display: none;
    }

    .departure {
        text-align: center;
    }

    .filter .button-group button {
        margin-bottom: 20px;
    }

    #ConnectedCount {
        right: 0;
    }

        #ConnectedCount span.triagle {
            right: 20px;
            left: inherit;
        }

    .landing p.time span {
        font-size: 14px;
    }

    .payment-border-right {
        min-height: 200px;
        margin-bottom: 30px;
    }

    .flight-ticket .form-group .departure-date {
        margin-left: 25px;
    }

    .flight-ticket .form-group .return-date {
        position: relative;
        margin-left: 40px;
    }

    .tab-content .flight-dep-date .fa-calendar, .tab-content .budo-round-trip .fa-calendar {
        display: block;
    }

    .form-date .fa-calendar {
        top: 15px;
    }

    .search-form .form-date .fa-calendar {
        top: 8px;
    }
}


@media screen and (max-width:480px) {
    .navbar-inverse .navbar-collapse {
        margin-top: 20%!important;
    }


    #flightRoundTripInput, #budoRoundTripInput {
        width: 80%;
    }

    .search-tabs > .nav-tabs > li > a > span.xs {
        display: block;
    }

    .search-tabs > .nav-tabs > li > a > span.lg {
        display: none;
    }

    .page-banner .slogan h1 {
        font-size: 22px;
        line-height: 160%;
    }

    .page-banner .slogan h2 {
        font-size: 16px;
        line-height: 160%;
    }

    .membership .panel ul li {
        width: -webkit-fill-available!important;
    }
    .orange-border li:nth-child(1) {
       
        width: 82%;
    }

  



 /*   .navbar-brand {
        padding: 0 15px;
    }*/

    .navbar-toggle {
        margin-top: 0;
    }

    .content .content-heading h3 {
        font-size: 20px;
    }

    .content .content-heading h4 {
        font-size: 18px;
        line-height: 150%;
    }

    .contentHolderUnit .nereden {
        font-size: 16px;
    }

    .contentHolderUnit .nereye {
        font-size: 14px;
    }

    .contentHolderUnit span {
        font-size: 12px;
    }

    .uygulama-gonder .btn {
        width: 100%;
        margin-bottom: 30px;
    }

    .popular-routes-bg .btn {
        width: 100%;
    }

    .biletplaza p {
        margin-bottom: 0;
    }

    .biletplaza .text-light {
        margin-bottom: 30px;
        display: block;
    }

    ul.social-network {
        float: none !important;
        margin: auto;
    }

    footer .footer-bottom ul.footer-menu {
        margin-bottom: 20px;
    }

    footer .footer-bottom .destek-hatti {
        float: left;
    }

    .travellers-content .form-group, .travellers-content ol li .form-group span {
        width: 20px;
        display: inline-block;
    }


    .tab-content .form-date .fa-calendar {
        top: 15px;
    }

    .form-date .fa-calendar {
        top: 8px;
    }

    .journey-list .li-top {
        display: inline-block;
    }

    .border-ticket {
        border-right: none;
    }

        .border-ticket:before, .border-ticket:after {
            background: none;
        }

    .ticket-payment-content .nav-tabs > li > a {
        padding: 6px 10px;
    }

    .btn-select {
        min-width: 50px;
        padding: 3px 6px;
    }

    .flight-info {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 5px;
    }

    #ConnectedCount {
        right: inherit;
    }

        #ConnectedCount span.triagle {
            left: 20px;
        }

    .border-bottom {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
    }

    .journey-list .space-pad-20 {
        padding-top: 0;
    }

    .voyage-label .departure p.time i {
        display: none;
    }

    .dep-arr-content .dep-arr-item {
        margin-bottom: 30px;
    }

    .popular-stops-content {
        columns: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
}
/*
TEST----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.HowToBuy {
}

    .HowToBuy .row {
        margin-left: -58px;
        margin-right: -58px;
    }

    .HowToBuy .List {
        padding-top: 40px;
    }

        .HowToBuy .List .item {
            text-align: center;
        }

            .HowToBuy .List .item .ItemImage {
                width: 120px;
                height: 120px;
                border-radius: 50%;
                display: inline-block;
            }

                .HowToBuy .List .item .ItemImage.Image1 {
                    background: #2f3293 url('../images/img_1.png') no-repeat center center;
                    transition: all 0.5s ease 0s;
                }

                .HowToBuy .List .item .ItemImage.Image2 {
                    background: #2f3293 url('../images/img_2.png') no-repeat center center;
                    transition: all 0.5s ease 0s;
                }

                .HowToBuy .List .item .ItemImage.Image3 {
                    background: #2f3293 url('../images/img_3.png') no-repeat center center;
                    transition: all 0.5s ease 0s;
                }

                .HowToBuy .List .item .ItemImage.Image4 {
                    background: #2f3293 url('../images/img_4.png') no-repeat center center;
                    transition: all 0.5s ease 0s;
                }

            .HowToBuy .List .item .itemText {
                font-family: GothamRnd;
                /*       text-transform: uppercase;*/
                color: #2f3293;
                font-size: 17px;
                padding-top: 15px;
                padding-bottom: 30px;
            }

            .HowToBuy .List .item:hover .ItemImage.Image1 {
                background: #e11a22 url('../images/img_1.png') no-repeat center center;
                transition: all 0.5s ease 0s;
            }

            .HowToBuy .List .item:hover .ItemImage.Image2 {
                background: #e11a22 url('../images/img_2.png') no-repeat center center;
                transition: all 0.5s ease 0s;
            }

            .HowToBuy .List .item:hover .ItemImage.Image3 {
                background: #e11a22 url('../images/img_3.png') no-repeat center center;
                transition: all 0.5s ease 0s;
            }

            .HowToBuy .List .item:hover .ItemImage.Image4 {
                background: #e11a22 url('../images/img_4.png') no-repeat center center;
                transition: all 0.5s ease 0s;
            }

            .HowToBuy .List .item:hover .itemText {
                color: #e11a22;
            }






/* News List */

#NewsPage .container .NewsList {
    margin-top: 0 !important;
}

.NewsList a {
    text-decoration: none;
}

.NewsList {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

    .NewsList .row {
        margin-right: -70px;
        margin-left: -46px;
    }

    .NewsList .Newsitem {
        margin-top: 30px;
    }

        .NewsList .Newsitem .image {
            position: relative;
        }

            .NewsList .Newsitem .image img {
                width: 100%;
            }

            .NewsList .Newsitem .image:after {
                content: '';
                width: 20px;
                height: 90%;
                background: #e11a22;
                position: absolute;
                left: -20px;
                top: 10%;
            }

            .NewsList .Newsitem .image .Date {
                position: absolute;
                bottom: 0;
                background: #e11a22;
                color: #fff;
                font-family: BPGSquareMtavruli;
                padding: 14px 12px;
            }

        .NewsList .Newsitem .title {
            color: #000;
            font-family: BPGSquareMtavruli;
            font-size: 14px;
            padding: 13px;
        }

.NewsImage {
    margin-top: 40px;
    text-align: center;
}

.Description {
    margin-top: 30px;
    font-family: bpg_dejavu_sans;
    font-size: 14px;
}

.languageIcon {
    display: flex;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    position: relative;
}

    .languageIcon li {
        padding: 0 3px;
    }

.navbar-header {
  
    margin-top: -15px;
    margin-left: 10px;
}

.navbar-collapse .navbar-right {
    padding-left: 300px !important;
}


.fw-bold {
    font-weight: initial !important
}

.fw-900 {
    font-weight: 900 !important;
}

.fw-300 {
    font-weight: 300 !important;
}




.index_search_bar {
    margin-top: -120px;
    opacity: 0.90;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

@media (max-width: 991px) {


    .navbar-inverse .navbar-collapse {
        margin-top: 12%;
    }

    .index_search_bar {
        margin-top: 0px !important;
    }

    .ticket-sear-bg {
        position: relative !important;
        width: 100% !important;
        margin: 20px 0;
    }
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

            .navbar-collapse.collapse.in {
                display: block !important;
            }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
}




.ticket-sear-bg {
    position: absolute;
    top: 20%;
    width: 400px;
    z-index: 99;
}

.ticket-search-content {
    border: 1px solid #ebebeb !important;
    border-top: none;
    padding: 12px 16px;
    background: #fff;
    border-radius: 8px !important;
}


    .ticket-search-content input {
        width: 100% !important;
    }


.form-group > span {
    display: block !important;
}


.btn-navy-blue {
    margin: 20px 0;
    border-radius: 20px;
}

.btn-navy-blue:hover {
    opacity: 0.85;
}


div.slogan {
    text-align: center;
    background-image: url('../images/online-bilet-kulakcik.png');
    display: block;
    height: 100px;
    position: relative;
    top: -45px;
    width: 190px;
    margin: 0 auto -40px;
    padding: 20px 0 0;
    background-repeat: no-repeat;
}

.online-bilet {
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(31,56,110,0.4);
    margin-top: 27px;
    letter-spacing: -1px;
    line-height: 20px;
}
.panel-heading-nav {
    border-bottom: 0;
    padding: 10px 0 0;
}

.panel-heading-nav .nav {
    padding-left: 10px;
    padding-right: 10px;
}
.panel-default > .panel-heading {
   
    background-color: #ffff!important;
  
}
.nav-tabs > li > a {
    background-color: #152c5f;
    color: #ffff;
    font-weight: 500;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-tabs > li.active > a {
    background-color: #ffff !important;
    color: #0a0000 !important;
    font-weight: 600 !important;
}
/*margin y */
.my-5 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.my-4 {
    margin-top: 8px;
    margin-bottom: 8px;
}
.my-3 {
    margin-top: 6px;
    margin-bottom: 6px;
}
.my-2 {
    margin-top: 4px;
    margin-bottom: 4px;
}
.my-1 {
    margin-top: 2px;
    margin-bottom: 2px;
}



/*margin x */
.mx-5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mx-4 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.mx-3 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.mx-2 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.mx-1 {
    margin-top: 2px;
    margin-bottom: 2px;
}
/*margin right */

.me-5 {
    margin-right: 10px;

}




/*margin bottom */
.mb-5 {
    margin-bottom:10px;
}

.mb-4 {
    margin-bottom: 8px;
}

.mb-3 {
    margin-bottom: 6px;
}

.mb-2 {
    margin-bottom: 4px;
}

.mb-1 {
    margin-bottom: 2px;
}



/*margin top */
.mt-5 {
    margin-top: 10px;
}

.mt-4 {
    margin-top: 8px;
}

.mt-3 {
    margin-top: 6px;
}

.mt-2 {
    margin-top: 4px;
}

.mt-1 {
    margin-top: 2px;
}





/*padding y */
.py-5 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-4 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.py-3 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.py-2 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.py-1 {
    padding-top: 2px;
    padding-bottom: 2px;
}

/*padding x */
.px-5 {
    padding-top: 10px;
    margin-bottom: 10px;
}

.px-4 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.px-3 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.px-2 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.px-1 {
    padding-top: 2px;
    padding-bottom: 2px;
}


/*padding bottom */
.pb-5 {
    padding-bottom: 10px;
}

.pb-4 {
    padding-bottom: 8px;
}

.pb-3 {
    padding-bottom: 6px;
}

.pb-2 {
    padding-bottom: 4px;
}

.pb-1 {
    padding-bottom: 2px;
}

/*padding top */
.pt-5 {
    padding-top: 10px;
}

.pt-4 {
    padding-top: 8px;
}

.pt-3 {
    padding-top: 6px;
}

.pt-2 {
    padding-top: 4px;
}

.pt-1 {
    padding-top: 2px;
}
.membership-panel .form-group label {
    color: #87868c;
}




.checkbox input,
.checkbox-inline input,
.radio input,
.radio-inline input {
    opacity: 0;
    position: absolute;
}

.checkbox label,
.radio label {
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkbox .indicator,
.checkbox-inline .indicator,
.radio .indicator,
.radio-inline .indicator {
    position: relative;
}

    .checkbox .indicator:before,
    .checkbox-inline .indicator:before,
    .radio .indicator:before,
    .radio-inline .indicator:before {
        content: '';
        border: 2px solid #888;
        display: inline-block;
        vertical-align: middle;
        width: 23px;
        height: 23px;
        padding: 2px;
        margin-top: -5px;
        margin-right: 10px;
        text-align: center;
    }

.checkbox input:checked + .indicator:before,
.checkbox-inline input:checked + .indicator:before {
    border-color: #00f;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="-7 -7 30 30"><path fill="#00f" d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>') no-repeat;
}

.checkbox input:disabled + .indicator:before,
.checkbox-inline input:disabled + .indicator:before {
    border-color: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox input:checked:disabled + .indicator:before,
.checkbox-inline input:checked:disabled + .indicator:before {
    border-color: #ccc;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="-7 -7 30 30"><path fill="#ccc" d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>') no-repeat;
}

.radio input + .indicator:before,
.radio-inline input + .indicator:before {
    border-radius: 50%;
}

.radio input:checked + .indicator:before,
.radio-inline input:checked + .indicator:before {
    border-color: #ee964a;
    background: #ee964a;
    box-shadow: inset 0px 0px 0px 5px #fff;
}

.radio input:disabled + .indicator:before,
.radio-inline input:disabled + .indicator:before {
    border-color: #ccc;
    box-shadow: inset 0px 0px 0px 5px #fff;
}

.font-weight-600 {
    font-weight: 600;
}
.membership-table thead {
    background-color: #ea5f16;
    
}
.membership-table thead tr th {
   color: #ffff;
}
.padding-100 {
    padding:100px;
}
.w-50 {
    width: 50%;
}
.float-right {
    float: right;
}
@media (max-width: 768px) {

    .navbar-inverse .navbar-collapse {
        margin-top: 12%;
    }
    header .hidden-box {
        display: block!important;
    }
    header .show-box {
        display: none!important;
    }
    .membership .panel ul li {
        margin-bottom: 20px;
    }

}

.form-group label {
    margin-bottom: 10px;
}

header .hidden-box {
    display: none;
}
header .show-box {
    display: block;
}
.membership .tab-content .tab-pane {
    overflow: auto !important;
}

.overflowx-scrool-auto {
    overflow-x: auto;


}

.d-flex {
    display: flex;

}
.flex-wrap {
    flex-wrap: wrap;

}
.justify-content-between {
    justify-content: space-between;

}
.align-items {
    align-items:center;

}
.list-unstyled {
    list-style: none;

}
.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
footer a i {
    color: #001d47;
    font-size: 30px !important;
}

.article-head ul.breadcrumbs li a, .article-head .breadcrumb li a {
    color: #fff;
}


.page-title2 {
    border-radius: 10px 10px 0 0;
    background: #FD8204;
    padding: 15px 30px 10px 30px;
}

    .page-title2 h1 {
        color: #fff;
        font-weight: 400;
    }





.breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0;
}

    .breadcrumb > li a {
        color: inherit;
    }

    .breadcrumb > .active {
        color: inherit;
    }

.fh-breadcrumb {
    height: calc(100% - 196px);
    margin: 0 -15px;
    position: relative;
}

.fh-no-breadcrumb {
    height: calc(100% - 99px);
    margin: 0 -15px;
    position: relative;
}
.skin-1 .breadcrumb {
    background: transparent;
}
.skin-2 .breadcrumb {
    background: transparent;
}
.skin-3 .breadcrumb {
    background: transparent;
}

ul.breadcrumbs, .breadcrumb {
    float: right;
    margin-top: 15px;
    margin-bottom: 0;
    background: none;
}

.no-subtitle ul.breadcrumbs, .breadcrumb {
    margin-top: 4px;
}

    ul.breadcrumbs li, .breadcrumb li {
        font-size: 13px;
        margin-left: 3px;
        color: #999;
        float: left;
    }

        ul.breadcrumbs li:before, .breadcrumb li:before {
            content: '/';
            margin: 0 4px 0 2px;
            color: #bbb;
        }

        ul.breadcrumbs li:first-child, .breadcrumb li:first-child {
            margin: 0;
        }

            ul.breadcrumbs li:first-child:before, .breadcrumb li:first-child:before {
                content: '';
                margin: 0;
            }

        ul.breadcrumbs li a, .breadcrumb li a {
            color: #666;
            font-weight: 400;
            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;
        }


