/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}



body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    /*margin: 0.67em 0;*/
    font-size: 2em;
}

mark {
    color: #000;
    background: #FF0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    a, a:visited {
        text-decoration: underline;
    }
    
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    
    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    
    thead {
        display: table-header-group;
    }
    
    img, tr {
        page-break-inside: avoid;
    }
    
    img {
        max-width: 100% !important;
    }
    
    h2, h3, p {
        orphans: 3;
        widows: 3;
    }
    
    h2, h3 {
        page-break-after: avoid;
    }
    
    select {
        background: #FFF !important;
    }
    
    .navbar {
        display: none;
    }
    
    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    
    .label {
        border: 1px solid #000;
    }
    
    .table {
        border-collapse: collapse !important;
    }
    
    .table td, .table th {
        background-color: #FFF !important;
    }
    
    .table-bordered td, .table-bordered th {
        border: 1px solid #DDD !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #FFF;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337AB7;
    text-decoration: none;
}

a:focus, a:hover {
    color: #23527C;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #EEE;
}

.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;
}

[role=button] {
    cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small,
h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%;
}

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

.mark, mark {
    padding: 0.2em;
    background-color: #FCF8E3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337AB7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3C763D;
}

a.text-success:hover {
    color: #2B542C;
}

.text-info {
    color: #31708F;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8A6D3B;
}

a.text-warning:hover {
    color: #66512C;
}

.text-danger {
    color: #A94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #FFF;
    background-color: #337AB7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #DFF0D8;
}

a.bg-success:hover {
    background-color: #C1E2B3;
}

.bg-info {
    background-color: #D9EDF7;
}

a.bg-info:hover {
    background-color: #AFD9EE;
}

.bg-warning {
    background-color: #FCF8E3;
}

a.bg-warning:hover {
    background-color: #F7ECB5;
}

.bg-danger {
    background-color: #F2DEDE;
}

a.bg-danger:hover {
    background-color: #E4B9B9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #EEE;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd, dt {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #EEE;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #EEE;
    border-left: 0;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before,
blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: '';
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right
footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #C7254E;
    background-color: #F9F2F4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #FFF;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #F5F5F5;
    border: 1px solid #CCC;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    
    .col-sm-12 {
        width: 100%;
    }
    
    .col-sm-11 {
        width: 91.66666667%;
    }
    
    .col-sm-10 {
        width: 83.33333333%;
    }
    
    .col-sm-9 {
        width: 75%;
    }
    
    .col-sm-8 {
        width: 66.66666667%;
    }
    
    .col-sm-7 {
        width: 58.33333333%;
    }
    
    .col-sm-6 {
        width: 50%;
    }
    
    .col-sm-5 {
        width: 41.66666667%;
    }
    
    .col-sm-4 {
        width: 33.33333333%;
    }
    
    .col-sm-3 {
        width: 25%;
    }
    
    .col-sm-2 {
        width: 16.66666667%;
    }
    
    .col-sm-1 {
        width: 8.33333333%;
    }
    
    .col-sm-pull-12 {
        right: 100%;
    }
    
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    
    .col-sm-pull-9 {
        right: 75%;
    }
    
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    
    .col-sm-pull-6 {
        right: 50%;
    }
    
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    
    .col-sm-pull-3 {
        right: 25%;
    }
    
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    
    .col-sm-pull-0 {
        right: auto;
    }
    
    .col-sm-push-12 {
        left: 100%;
    }
    
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    
    .col-sm-push-9 {
        left: 75%;
    }
    
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    
    .col-sm-push-6 {
        left: 50%;
    }
    
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    
    .col-sm-push-3 {
        left: 25%;
    }
    
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    
    .col-sm-push-0 {
        left: auto;
    }
    
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
    
    .col-md-12 {
        width: 100%;
    }
    
    .col-md-11 {
        width: 91.66666667%;
    }
    
    .col-md-10 {
        width: 83.33333333%;
    }
    
    .col-md-9 {
        width: 75%;
    }
    
    .col-md-8 {
        width: 66.66666667%;
    }
    
    .col-md-7 {
        width: 58.33333333%;
    }
    
    .col-md-6 {
        width: 50%;
    }
    
    .col-md-5 {
        width: 41.66666667%;
    }
    
    .col-md-4 {
        width: 33.33333333%;
    }
    
    .col-md-3 {
        width: 25%;
    }
    
    .col-md-2 {
        width: 16.66666667%;
    }
    
    .col-md-1 {
        width: 8.33333333%;
    }
    
    .col-md-pull-12 {
        right: 100%;
    }
    
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    
    .col-md-pull-9 {
        right: 75%;
    }
    
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    
    .col-md-pull-6 {
        right: 50%;
    }
    
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    
    .col-md-pull-3 {
        right: 25%;
    }
    
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    
    .col-md-pull-0 {
        right: auto;
    }
    
    .col-md-push-12 {
        left: 100%;
    }
    
    .col-md-push-11 {
        left: 91.66666667%;
    }
    
    .col-md-push-10 {
        left: 83.33333333%;
    }
    
    .col-md-push-9 {
        left: 75%;
    }
    
    .col-md-push-8 {
        left: 66.66666667%;
    }
    
    .col-md-push-7 {
        left: 58.33333333%;
    }
    
    .col-md-push-6 {
        left: 50%;
    }
    
    .col-md-push-5 {
        left: 41.66666667%;
    }
    
    .col-md-push-4 {
        left: 33.33333333%;
    }
    
    .col-md-push-3 {
        left: 25%;
    }
    
    .col-md-push-2 {
        left: 16.66666667%;
    }
    
    .col-md-push-1 {
        left: 8.33333333%;
    }
    
    .col-md-push-0 {
        left: auto;
    }
    
    .col-md-offset-12 {
        margin-left: 100%;
    }
    
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    
    .col-md-offset-9 {
        margin-left: 75%;
    }
    
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    
    .col-md-offset-6 {
        margin-left: 50%;
    }
    
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    
    .col-md-offset-3 {
        margin-left: 25%;
    }
    
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }
    
    .col-lg-12 {
        width: 100%;
    }
    
    .col-lg-11 {
        width: 91.66666667%;
    }
    
    .col-lg-10 {
        width: 83.33333333%;
    }
    
    .col-lg-9 {
        width: 75%;
    }
    
    .col-lg-8 {
        width: 66.66666667%;
    }
    
    .col-lg-7 {
        width: 58.33333333%;
    }
    
    .col-lg-6 {
        width: 50%;
    }
    
    .col-lg-5 {
        width: 41.66666667%;
    }
    
    .col-lg-4 {
        width: 33.33333333%;
    }
    
    .col-lg-3 {
        width: 25%;
    }
    
    .col-lg-2 {
        width: 16.66666667%;
    }
    
    .col-lg-1 {
        width: 8.33333333%;
    }
    
    .col-lg-pull-12 {
        right: 100%;
    }
    
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    
    .col-lg-pull-9 {
        right: 75%;
    }
    
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    
    .col-lg-pull-6 {
        right: 50%;
    }
    
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    
    .col-lg-pull-3 {
        right: 25%;
    }
    
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    
    .col-lg-pull-0 {
        right: auto;
    }
    
    .col-lg-push-12 {
        left: 100%;
    }
    
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    
    .col-lg-push-9 {
        left: 75%;
    }
    
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    
    .col-lg-push-6 {
        left: 50%;
    }
    
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    
    .col-lg-push-3 {
        left: 25%;
    }
    
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    
    .col-lg-push-0 {
        left: auto;
    }
    
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #DDD;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #DDD;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table >
colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #DDD;
}

.table .table {
    background-color: #FFF;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed
> thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #DDD;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered >
thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #DDD;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}

.table-hover > tbody > tr:hover {
    background-color: #F5F5F5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active >
td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead >
tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #F5F5F5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr >
td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #E8E8E8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot >
tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table
> thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #DFF0D8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody >
tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #D0E9C6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td,
.table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #D9EDF7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr >
td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #C4E3F3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot >
tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table
> thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #FCF8E3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody >
tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #FAF2CC;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger >
td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead >
tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #F2DEDE;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr >
td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #EBCCCC;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #DDD;
    }
    
    .table-responsive > .table {
        margin-bottom: 0;
    }
    
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive >
    .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    
    .table-responsive > .table-bordered {
        border: 0;
    }
    
    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive >
    .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead >
    tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    
    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive >
    .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr
    > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    
    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive >
    .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.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);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EEE;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 34px;
    }
    
    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month],
    input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }
    
    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month],
    input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled],
input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline,
.has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3C763D;
}

.has-success .form-control {
    border-color: #3C763D;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2B542C;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67B168;
}

.has-success .input-group-addon {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #3C763D;
}

.has-success .form-control-feedback {
    color: #3C763D;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline,
.has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8A6D3B;
}

.has-warning .form-control {
    border-color: #8A6D3B;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512C;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #C0A16B;
}

.has-warning .input-group-addon {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #8A6D3B;
}

.has-warning .form-control-feedback {
    color: #8A6D3B;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline,
.has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #A94442;
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #CE8483;
}

.has-error .input-group-addon {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #A94442;
}

.has-error .form-control-feedback {
    color: #A94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    
    .form-inline .form-control-static {
        display: inline-block;
    }
    
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    
    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto;
    }
    
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    
    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    
    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0;
    }
    
    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }
    
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action:manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.btn-default {
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #E6E6E6;
    border-color: #ADADAD;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus,
.btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active,
.btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled]
.btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #FFF;
    border-color: #CCC;
}

.btn-default .badge {
    color: #FFF;
    background-color: #333;
}

.btn-primary {
    color: #FFF;
    background-color: #337AB7;
    border-color: #2E6DA4;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #286090;
    border-color: #204D74;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus,
.btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active,
.btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled]
.btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337AB7;
    border-color: #2E6DA4;
}

.btn-primary .badge {
    color: #337AB7;
    background-color: #FFF;
}

.btn-success {
    color: #FFF;
    background-color: #5CB85C;
    border-color: #4CAE4C;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #FFF;
    background-color: #449D44;
    border-color: #398439;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus,
.btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active,
.btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled]
.btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5CB85C;
    border-color: #4CAE4C;
}

.btn-success .badge {
    color: #5CB85C;
    background-color: #FFF;
}

.btn-info {
    color: #FFF;
    background-color: #5BC0DE;
    border-color: #46B8DA;
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #FFF;
    background-color: #31B0D5;
    border-color: #269ABC;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover,
.btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover,
fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled]
.btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5BC0DE;
    border-color: #46B8DA;
}

.btn-info .badge {
    color: #5BC0DE;
    background-color: #FFF;
}

.btn-warning {
    color: #FFF;
    background-color: #F0AD4E;
    border-color: #EEA236;
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    color: #FFF;
    background-color: #EC971F;
    border-color: #D58512;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus,
.btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active,
.btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled]
.btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #F0AD4E;
    border-color: #EEA236;
}

.btn-warning .badge {
    color: #F0AD4E;
    background-color: #FFF;
}

.btn-danger {
    color: #FFF;
    background-color: #D9534F;
    border-color: #D43F3A;
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #FFF;
    background-color: #C9302C;
    border-color: #AC2925;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus,
.btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active,
.btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled]
.btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #D9534F;
    border-color: #D43F3A;
}

.btn-danger .badge {
    color: #D9534F;
    background-color: #FFF;
}

.btn-link {
    font-weight: 400;
    color: #337AB7;
    border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
    color: #23527C;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown, .dropup {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #FFF;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #E5E5E5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #F5F5F5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #337AB7;
    outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group >
.btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group +
.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) >
.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn
input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn >
.btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn >
.btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #EEE;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child >
.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #EEE;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #EEE;
    border-color: #337AB7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #E5E5E5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #DDD;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #EEE #EEE #DDD;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #DDD;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #DDD;
        border-radius: 4px 4px 0 0;
    }
    
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #FFF;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #FFF;
    background-color: #337AB7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #DDD;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #DDD;
        border-radius: 4px 4px 0 0;
    }
    
    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #FFF;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    
    .navbar-collapse.in {
        overflow-y: visible;
    }
    
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    
    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    
    .navbar-nav > li {
        float: left;
    }
    
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    
    .navbar-form .form-control-static {
        display: inline-block;
    }
    
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    
    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    
    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    
    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0;
    }
    
    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }
    
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #F8F8F8;
    border-color: #E7E7E7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5E5E5E;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #E7E7E7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #CCC;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #DDD;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #DDD;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #E7E7E7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #E7E7E7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default
    .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #E7E7E7;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default
    .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #CCC;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled]
.navbar-default .btn-link:hover {
    color: #CCC;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9D9D9D;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #FFF;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9D9D9D;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9D9D9D;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #FFF;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9D9D9D;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #FFF;
        background-color: transparent;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse
    .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #FFF;
        background-color: #080808;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse
    .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9D9D9D;
}

.navbar-inverse .navbar-link:hover {
    color: #FFF;
}

.navbar-inverse .btn-link {
    color: #9D9D9D;
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #FFF;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled]
.navbar-inverse .btn-link:hover {
    color: #444;
}

/* TL / DOLAR */

span[curr-btn], [curr-data] {
    display:none ;
}

.currencyChange {
    font-weight: 400;
    text-decoration: none;
    color: #393939;
    /*padding: 20.5px 12px;*/
    opacity: 0;
    float: right;
}

.currencyChange:hover a{
    background-color: #FFFFFF !important;
}

.currencyChange label {
	overflow: inherit!important;
	display: none!important;
}

.currencyChange .label-tl, .currencyChange .label-us {
    transition: all .2s ease-in-out;
    display: initial !important;
    margin: 0 8px 0 0;
    font-weight: 400;
    text-align: right;
}

.currencyChange .label-us {
    margin-right: 0;
    margin-left: 8px;
    text-align: left;
}

.currencyChange .switch-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.currencyChange .switch-box .switch-box-slider {
  position: relative;
  display: inline-block!important;
  height: 17px;
  width: 32px;
  background: #d5d5d5;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 0;
}
.currencyChange .switch-box .switch-box-slider:after {
  position: absolute;
  left: -1px;
  top: 0;
  display: flex;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #92C208;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  content: '₺';
  transition: all 0.2s ease;
}
.currencyChange .switch-box .switch-box-input {
  display: none;
}

.switch-box .switch-box-input:checked ~ .switch-box-slider:after {
  left: 16px;
  content: '$';
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #F5F5F5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #CCC;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337AB7;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #23527C;
    background-color: #EEE;
    border-color: #DDD;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #337AB7;
    border-color: #337AB7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled >
span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #FFF;
    border-color: #DDD;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #EEE;
}

.pager .next > a, .pager .next > span {
    float: right;
}

.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #FFF;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:focus, a.label:hover {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5E5E5E;
}

.label-primary {
    background-color: #337AB7;
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090;
}

.label-success {
    background-color: #5CB85C;
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449D44;
}

.label-info {
    background-color: #5BC0DE;
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31B0D5;
}

.label-warning {
    background-color: #F0AD4E;
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #EC971F;
}

.label-danger {
    background-color: #D9534F;
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #C9302C;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337AB7;
    background-color: #FFF;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #EEE;
}

.jumbotron .h1, .jumbotron h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #D5D5D5;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }
    
    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    
    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337AB7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.alert-success hr {
    border-top-color: #C9E2B3;
}

.alert-success .alert-link {
    color: #2B542C;
}

.alert-info {
    color: #31708F;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

.alert-info hr {
    border-top-color: #A6E1EC;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}

.alert-warning hr {
    border-top-color: #F7E1B5;
}

.alert-warning .alert-link {
    color: #66512C;
}

.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.alert-danger hr {
    border-top-color: #E4B9C0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #F5F5F5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    background-color: #337AB7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width 0.6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5CB85C;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5BC0DE;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #F0AD4E;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #D9534F;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #FFF;
    border: 1px solid #DDD;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:focus, a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #F5F5F5;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #EEE;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover
.list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #FFF;
    background-color: #337AB7;
    border-color: #337AB7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading >
small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus
.list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #C7DDEF;
}

.list-group-item-success {
    color: #3C763D;
    background-color: #DFF0D8;
}

a.list-group-item-success {
    color: #3C763D;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover {
    color: #3C763D;
    background-color: #D0E9C6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
    color: #FFF;
    background-color: #3C763D;
    border-color: #3C763D;
}

.list-group-item-info {
    color: #31708F;
    background-color: #D9EDF7;
}

a.list-group-item-info {
    color: #31708F;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
    color: #31708F;
    background-color: #C4E3F3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
    color: #FFF;
    background-color: #31708F;
    border-color: #31708F;
}

.list-group-item-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
}

a.list-group-item-warning {
    color: #8A6D3B;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
    color: #8A6D3B;
    background-color: #FAF2CC;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
    color: #FFF;
    background-color: #8A6D3B;
    border-color: #8A6D3B;
}

.list-group-item-danger {
    color: #A94442;
    background-color: #F2DEDE;
}

a.list-group-item-danger {
    color: #A94442;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
    color: #A94442;
    background-color: #EBCCCC;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
    color: #FFF;
    background-color: #A94442;
    border-color: #A94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #F5F5F5;
    border-top: 1px solid #DDD;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child >
thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child >
tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child >
.table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child >
tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel >
.table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel
> .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child >
.table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child >
tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel >
.table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel >
.table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child >
tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child >
.table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child >
tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel >
.table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel >
.table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child >
.table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child
td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child >
tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child >
tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #DDD;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr >
td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead
> tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr >
th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr >
th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr >
th:first-child {
    border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr >
td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead >
tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr >
th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr >
th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr >
th:last-child {
    border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead >
tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel
> .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel >
.table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child >
td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive
> .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive >
.table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #DDD;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #DDD;
}

.panel-default {
    border-color: #DDD;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #F5F5F5;
    border-color: #DDD;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #DDD;
}

.panel-default > .panel-heading .badge {
    color: #F5F5F5;
    background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #DDD;
}

.panel-primary {
    border-color: #337AB7;
}

.panel-primary > .panel-heading {
    color: #FFF;
    background-color: #337AB7;
    border-color: #337AB7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337AB7;
}

.panel-primary > .panel-heading .badge {
    color: #337AB7;
    background-color: #FFF;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337AB7;
}

.panel-success {
    border-color: #D6E9C6;
}

.panel-success > .panel-heading {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #D6E9C6;
}

.panel-success > .panel-heading .badge {
    color: #DFF0D8;
    background-color: #3C763D;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #D6E9C6;
}

.panel-info {
    border-color: #BCE8F1;
}

.panel-info > .panel-heading {
    color: #31708F;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #BCE8F1;
}

.panel-info > .panel-heading .badge {
    color: #D9EDF7;
    background-color: #31708F;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #BCE8F1;
}

.panel-warning {
    border-color: #FAEBCC;
}

.panel-warning > .panel-heading {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #FAEBCC;
}

.panel-warning > .panel-heading .badge {
    color: #FCF8E3;
    background-color: #8A6D3B;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #FAEBCC;
}

.panel-danger {
    border-color: #EBCCD1;
}

.panel-danger > .panel-heading {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EBCCD1;
}

.panel-danger > .panel-heading .badge {
    color: #F2DEDE;
    background-color: #A94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #EBCCD1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #DDD;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #FFF;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #E5E5E5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #FFF;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 5px 5px 0 0;
    text-align:center;
    color:#878787;
}

.popover-content {
    padding: 9px 14px;
    color: #878787;
}

.popover-content span.green-price {
	color: #3cbe00!important;
	font-size: 14px!important;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #FFF;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #FFF;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #FFF;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #FFF;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective:1000;
    }
    
    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%, 0, 0);
    }
    
    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%, 0, 0);
    }
    
    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
    color: #FFF;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #FFF;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #FFF;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }
    
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }
    
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    
    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before,
.container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal
.form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after,
.navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after,
.panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal
.form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0 / 0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width:device-width;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block,
.visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    
    table.visible-xs {
        display: table;
    }
    
    tr.visible-xs {
        display: table-row !important;
    }
    
    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 991px) {
    #paketOzellikleriDivId {
        padding-top: 50px;
    }
    .noDomainContiune {
    	padding: 7px 10px;
    	font-size: 13.5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    
    table.visible-sm {
        display: table;
    }
    
    tr.visible-sm {
        display: table-row !important;
    }
    
    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    
    table.visible-md {
        display: table;
    }
    
    tr.visible-md {
        display: table-row !important;
    }
    
    td.visible-md, th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    
    table.visible-lg {
        display: table;
    }
    
    tr.visible-lg {
        display: table-row !important;
    }
    
    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    
    table.visible-print {
        display: table;
    }
    
    tr.visible-print {
        display: table-row !important;
    }
    
    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-20 {
    width: 18.91%;
    float: left;
}

.col-xs-22, .col-sm-22, .col-md-22, .col-lg-22 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-22 {
    width: 22.22%;
    float: left;
}

@media (min-width: 768px) {
    .col-xs-20 {
        width: 18.99%;
        float: left;
    }
    
    .col-xs-22 {
        width: 22.22%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 18.99%;
        float: left;
    }
    
    .col-sm-22 {
        width: 22.22%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-20 {
        width: 19.99%;
        float: left;
    }
    
    .col-md-22 {
        width: 22.22%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-20 {
        width: 19.99%;
        float: left;
    }
    
    .col-lg-22 {
        width: 22.22%;
        float: left;
    }
}

@media (max-width: 480px) {
    .hidden-xss {
        display: none !important;
    }
}

.page__404 {
    margin-top: 80px;
    margin-bottom: 100px;
}

.page__404 h1 {
    margin-bottom: 10px !important;
}

.page__404 p {
    margin-bottom: 40px;
}

.logo-404 {
    margin: 0 auto;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_thin_italic-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_thin_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_thin_italic-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_thin_italic-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_thin_italic-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_light-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_light-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_light-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_light_italic-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_light_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_light_italic-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_light_italic-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_light_italic-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_regular_italic-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_regular_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_regular_italic-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_regular_italic-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_regular_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_semibold-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_semibold-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_semibold-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_semibold_italic-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_semibold_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_semibold_italic-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_semibold_italic-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_semibold_italic-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_bold_italic-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_bold_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_bold_italic-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_bold_italic-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_bold_italic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_extrabold-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_extrabold-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_extrabold-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_extrabold-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_extrabold_italic-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_extrabold_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_extrabold_italic-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_extrabold_italic-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_extrabold_italic-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_black-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_black-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_black-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_black-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/mark_simonson_-_proxima_nova_black_italic-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_black_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_black_italic-webfont.svg') format('svg'), url('../fonts/mark_simonson_-_proxima_nova_black_italic-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_black_italic-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/*FRMWRK*/
@media (min-width: 768px) {
    .p0 {
        padding: 0;
    }
}

.p2e {
    padding: 2em;
}

.p3e {
    padding: 3em;
}

.p3e0 {
    padding: 3em 3em 0 3em;
}

.p4e {
    padding: 4em;
}

.ptb50 {
	padding: 50px 0;
}

@media (min-width: 1200px) {
    .pr0 {
        padding-right: 0;
    }
    
    .pl0 {
        padding-left: 0;
    }
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .m0 {
        margin: 0;
    }
}

.m0 {
	margin: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.m20 {
    margin: 20px;
}

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mr20 {
    margin-right: 20px;
}

.clear {
    clear: both;
    height: 0;
    content: "";
    overflow: hidden;
}

.nob {
    border: 0 none !important;
}

.dn {
    display: none !important;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.vertical-align {
    vertical-align: middle;
    display: table-cell;
    height: 50px;
}

.display-table {
    display: table;
    table-layout: fixed;
}

.display-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.partners .display-cell {
    text-align: center;
    width: 15%;
}

.partners img {
    width: 80%;
}

body {
    margin: 0 auto;
    color: #000;
    font: 16px / 20px 'proximanova', Arial, Helvetica, sans-serif;
    background: #FFF;
    height: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

a:active {
    background-color: transparent;
}

header, footer, article, section, hgroup, nav, figure, main {
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}

input, textarea, select {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #84A1A7;
}

img {
    border: none;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type=image] {
    padding: 0;
    border: none;
}

input[type=text], input[type=password], input[type=submit], input[type=file], input[type=search], input[type=email], input[type=tel], input[type=url], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

#wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
    margin-bottom: -20px;
}

.holder {
    /*width: 1232px;*/
    margin: 0 auto;
}

#header {
    margin: 0 auto;
    background: rgba(6, 127, 161, 0.82);
}

.logo {
}

.logo a {
    /*display: inline-block;*/ 
}

.logo img {
    display: block;
    margin-top: 8px;
    /*width: 90%;*/
}

#nav {
}

#nav ul {
    margin: 0;
    list-style: none;
    text-align: right;
}

#nav li {
    padding: 7px 12px;
    display: inline-block;
}

#nav li a {
    color: rgba(255, 255, 255, 0.853);
    font-size: 0.78em;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#nav li a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.animal {
    background: url(../assets/images/animal.png) right 10px no-repeat;
    width: 100%;
    height: 56px;
    display: block;
    margin-top: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.animal:hover {
    background-position: right top;
}

.menu-wrapper {
    border-bottom: 1px solid #E5E5E5;
}

.services-menu {
    background: #FFF;
    padding: 0;
    position: relative;
    z-index: 99;
}

.drop {
    /*    display: none !important;
                                        height: 0;
                                        position: absolute;
                                        top: -514352354325px;
                                        z-index: 0;
                                        opacity: 0;*/
}

#navigation {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

#navigation > li {
    float: left;
}

#navigation > li > a {
    color: #393939;
    display: block;
    font-size: 0.85em;
    padding: 1.6em 1.4em 1.4em;
    border-right: 1px solid rgba(113, 113, 113, 0.090);
    text-decoration: none;
}

#navigation > li > a:active, #navigation > li > a:focus {
    text-decoration: none;
}

#navigation > li > a .icons {
    margin-right: 5px;
}

#navigation > li > a:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    background: #E5E5E5;
    bottom: 3px;
}

#navigation > li:last-child > a:after {
    width: 0px;
}

#navigation > li:last-child {
    float: right;
}

#navigation > li:last-child > a {
    border-right: none 0;
}

#navigation > li > a > span {
}

#navigation li:hover a {
    background: #E8F1F3;
    text-decoration: none;
}

#navigation li.menu-cart:hover a {
    background: #FFFFFF;
}

.sepet-tab a {
	border-right: none!important;
}

.sepet-tab span {
	position:relative; 
	background-color:transparent!important;
	color:#45BE00!important;
}

.sepet-tab i.icon-basket {
	font-size:18px; 
	vertical-align:text-bottom; 
	margin-right:0!important; 
	color:#45BE00
}

.sepet-tab .counter {
	font-size:10px; 
	font-family:proximanova,Arial; 
	font-weight:500; 
	position:absolute; 
	z-index:2; 
	top:0; 
	left:21px; 
	width:15px; 
	height:15px; 
	display:none; 
	justify-content:center; 
	align-items:center; 
	color:#FFF; 
	border-radius:100%; 
	background-color:#E0534E
}

.sepet-tab .counter span {
	color: #f8f8f8!important; 
	background:transparent
}

.menu-cart span {
    color: #FFFFFF;
    background: #33CB48;
    padding: 10px 10px 8px 10px;
    border-radius: 3px;
}

.menu-cart span:hover {
    background: rgba(51, 202, 72, 0.870);
}

.menu-discount a {
    border: 0 !important;
}

.drop-slide-wrapper {
    z-index: 100;
}

.services-menu .drop {
    position: absolute;
    left: 0;
    background: #E8F1F3;
    width: 100%;
    overflow: hidden;
    /*border-bottom: 5px solid #B3C5C9;*/
    z-index: 1000;
    font-size: 13px;
    line-height: 1.2em;
    padding: 1em 0;
    display: none;
    /*+box-shadow: 0px 2px 5px rgba(46, 135, 155, 0.271);*/
    -moz-box-shadow: 0px 2px 5px rgba(46, 135, 155, 0.271);
    -webkit-box-shadow: 0px 2px 5px rgba(46, 135, 155, 0.271);
    box-shadow: 0px 2px 5px rgba(46, 135, 155, 0.271);
}

.services-menu .drop-holder {
    overflow: hidden;
    letter-spacing: 0;
    padding-bottom: 6px;
    margin-left: 1.6em;
    margin-right: 1.6em;
}

.services-menu .drop-holder .row {
    overflow: hidden;
    margin-bottom: 10px;
}

.services-menu #navigation > li:hover .drop {
    display: block;
}

.services-menu .drop .col {
    min-width: 167px;
    float: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 36px 9999px;
    margin-bottom: -9999px;
}

.services-menu .drop .col-new {
    vertical-align: top;
    /*padding: 0 15px 9999px;*/
    padding: 0 15px;
    /*margin-bottom: -9999px;*/
}

.menu-seperator {
    border: none;
    background: none;
    height: 1px;
    margin-bottom: 10px;
}

.services-menu .drop .col:after {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #B3C5C9;
}

.services-menu .row div:after {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 0;
    width: 1px;
    background: transparent;
}

.services-menu .drop .col:last-child:after {
    display: none;
}

.services-menu .drop .title {
    font-size: 1em;
    line-height: 20px;
    font-weight: 500;
    color: #2B96B4;
    text-transform: none;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 4px;
    border-bottom: 1px solid #DAE2E4;
}

.services-menu .drop ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.services-menu .drop li {
    font-size: 1em;
    line-height: 1.7em;
    text-transform: none;
}

.services-menu .drop li a {
    color: #1C5262;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.services-menu .drop li a .fa {
    color: #ABB7BB;
}

.menu--ad {
}

.menu--ad a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.drop .label {
    padding-top: 0.4em;
    top: -1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.drop .label:hover {
    padding-left: 0.8em;
}

.menu--ad .info {
}

.menu--ad p {
    line-height: 1.5em;
    font-size: 0.9em;
    color: #555;
}

.menu--ad-title {
    font-size: 1em;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
}

.menu--ad-price {
    font-weight: 700;
    margin-bottom: 5px;
}

.menu--ad-price strong {
    font-size: 1.4em;
    color: #F17300;
}

.services-menu .drop li a:hover {
    color: #2B96B4;
}

.menu-corporate-logo img {
    max-height: 35px;
}

.pos-rlt {
    position: relative;
    z-index: 1;
}

.arrow {
    position: absolute;
    z-index: 10;
}

.arrow:before, .arrow:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 9px;
    border-color: transparent;
    border-style: solid;
}

.arrow:after {
    border-width: 8px;
}

.arrow.top {
    top: -9px;
    left: 50%;
    margin-left: -9px;
}

.arrow.top.pull-in {
    top: -4px;
}

.arrow.top:before {
    border-bottom-color: rgba(120, 130, 140, 0.13);
    border-top-width: 0;
}

.arrow.top:after {
    top: 1px;
    left: 1px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: inherit;
    border-left-color: transparent;
    border-top-width: 0;
}

.arrow.right {
    top: 50%;
    right: 0;
    margin-top: -9px;
}

.arrow.right.pull-in {
    right: 4px;
}

.arrow.right:before {
    border-left-color: rgba(120, 130, 140, 0.13);
    border-right-width: 0;
}

.arrow.right:after {
    top: 1px;
    left: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
    border-right-width: 0;
}

.arrow.bottom {
    bottom: 0;
    left: 50%;
    margin-left: -9px;
}

.arrow.bottom.pull-in {
    bottom: 4px;
}

.arrow.bottom:before {
    border-top-color: rgba(120, 130, 140, 0.13);
    border-bottom-width: 0;
}

.arrow.bottom:after {
    top: 0px;
    left: 1px;
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-bottom-width: 0;
}

.arrow.left {
    top: 50%;
    left: -9px;
    margin-top: -9px;
}

.arrow.left.pull-in {
    left: -4px;
}

.arrow.left:before {
    border-right-color: rgba(120, 130, 140, 0.13);
    border-left-width: 0;
}

.arrow.left:after {
    top: 1px;
    left: 1px;
    border-top-color: transparent;
    border-right-color: inherit;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-left-width: 0;
}

.arrow.left.sitebaz:after {
	top: -7px!important;
    left: 10px!important;
    border-right-color: transparent!important;
    border-bottom-color: inherit!important;
    border-left-width: 5px!important;
    border-width: 5px!important
}

.arrow.pull-left {
    left: 18px;
}

.arrow.pull-right {
    left: auto;
    right: 26px;
}

.arrow.pull-top {
    top: 18px;
}

.arrow.pull-bottom {
    top: auto;
    bottom: 26px;
}

.arrow.b-primary:before, .arrow.b-info:before, .arrow.b-success:before, .arrow.b-warning:before, .arrow.b-danger:before, .arrow.b-accent:before,
.arrow.b-dark:before {
    border-color: transparent;
}

.primary {
    color: rgba(255, 255, 255, 0.87);
    background-color: #0CC2AA;
}

.primary .lt {
    background-color: #0DCEB5;
}

.primary .dk {
    background-color: #0BB69F;
}

.primary .bg {
    background-color: #0CC2AA;
}

.accent {
    color: rgba(255, 255, 255, 0.87);
    background-color: #A88ADD;
}

.accent .lt {
    background-color: #AF94E0;
}

.accent .dk {
    background-color: #A180DA;
}

.accent .bg {
    background-color: #A88ADD;
}

.warn {
    color: rgba(255, 255, 255, 0.87);
    background-color: #FCC100;
}

.warn .lt {
    background-color: #FFC60A;
}

.warn .dk {
    background-color: #EFB700;
}

.warn .bg {
    background-color: #FCC100;
}

.success {
    color: rgba(255, 255, 255, 0.87);
    background-color: #6CC788;
}

.success .lt {
    background-color: #75CB8F;
}

.success .dk {
    background-color: #63C381;
}

.success .bg {
    background-color: #6CC788;
}

.info {
    color: rgba(255, 255, 255, 0.87);
    background-color: #6887FF;
}

.info .lt {
    background-color: #7591FF;
}

.info .dk {
    background-color: #5B7DFF;
}

.info .bg {
    background-color: #6887FF;
}

.warning {
    color: rgba(255, 255, 255, 0.87);
    background-color: #F77A99;
}

.warning .lt {
    background-color: #F886A2;
}

.warning .dk {
    background-color: #F66E90;
}

.warning .bg {
    background-color: #F77A99;
}

.danger {
    color: rgba(255, 255, 255, 0.87);
    background-color: #F44455;
}

.danger .lt {
    background-color: #F55060;
}

.danger .dk {
    background-color: #F3384A;
}

.danger .bg {
    background-color: #F44455;
}

.blue {
    color: rgba(255, 255, 255, 0.87);
    background-color: #2196F3;
}

.blue .lt {
    background-color: #2D9CF4;
}

.blue .dk {
    background-color: #1590F2;
}

.blue .bg {
    background-color: #2196F3;
}

.b-light {
    border-color: #F8F8F8;
}

.b-white {
    border-color: #FFF;
}

.b-primary {
    border-color: #0CC2AA;
}

.b-t-primary {
    border-top-color: #0CC2AA;
}

.b-r-#e7f9f7 {
    border-right-color: #0CC2AA;
}

.b-b-primary {
    border-bottom-color: #0CC2AA;
}

.b-l-primary {
    border-left-color: #0CC2AA;
}

.b-accent {
    border-color: #A88ADD;
}

.b-t-accent {
    border-top-color: #A88ADD;
}

.b-r-#f6f3fc {
    border-right-color: #A88ADD;
}

.b-b-accent {
    border-bottom-color: #A88ADD;
}

.b-l-accent {
    border-left-color: #A88ADD;
}

.b-warn {
    border-color: #FCC100;
}

.b-t-warn {
    border-top-color: #FCC100;
}

.b-r-#fff9e6 {
    border-right-color: #FCC100;
}

.b-b-warn {
    border-bottom-color: #FCC100;
}

.b-l-warn {
    border-left-color: #FCC100;
}

.b-success {
    border-color: #6CC788;
}

.b-t-success {
    border-top-color: #6CC788;
}

.b-r-#f0f9f3 {
    border-right-color: #6CC788;
}

.b-b-success {
    border-bottom-color: #6CC788;
}

.b-l-success {
    border-left-color: #6CC788;
}

.b-info {
    border-color: #6887FF;
}

.b-t-info {
    border-top-color: #6887FF;
}

.b-r-#f0f3ff {
    border-right-color: #6887FF;
}

.b-b-info {
    border-bottom-color: #6887FF;
}

.b-l-info {
    border-left-color: #6887FF;
}

.b-warning {
    border-color: #F77A99;
}

.b-t-warning {
    border-top-color: #F77A99;
}

.b-r-#fef2f5 {
    border-right-color: #F77A99;
}

.b-b-warning {
    border-bottom-color: #F77A99;
}

.b-l-warning {
    border-left-color: #F77A99;
}

.b-danger {
    border-color: #F44455;
}

.b-t-danger {
    border-top-color: #F44455;
}

.b-r-#feecee {
    border-right-color: #F44455;
}

.b-b-danger {
    border-bottom-color: #F44455;
}

.b-l-danger {
    border-left-color: #F44455;
}

.b-light {
    border-color: #F8F8F8;
}

.b-t-light {
    border-top-color: #F8F8F8;
}

.b-r-#fefefe {
    border-right-color: #F8F8F8;
}

.b-b-light {
    border-bottom-color: #F8F8F8;
}

.b-l-light {
    border-left-color: #F8F8F8;
}

.b-grey {
    border-color: #424242;
}

.b-t-grey {
    border-top-color: #424242;
}

.b-r-#ececec {
    border-right-color: #424242;
}

.b-b-grey {
    border-bottom-color: #424242;
}

.b-l-grey {
    border-left-color: #424242;
}

.b-dark {
    border-color: #2E3E4E;
}

.b-t-dark {
    border-top-color: #2E3E4E;
}

.b-r-#eaeced {
    border-right-color: #2E3E4E;
}

.b-b-dark {
    border-bottom-color: #2E3E4E;
}

.b-l-dark {
    border-left-color: #2E3E4E;
}

.b-black {
    border-color: #2A2B3C;
}

.b-t-black {
    border-top-color: #2A2B3C;
}

.b-r-#eaeaec {
    border-right-color: #2A2B3C;
}

.b-b-black {
    border-bottom-color: #2A2B3C;
}

.b-l-black {
    border-left-color: #2A2B3C;
}

.b-white {
    border-color: #FFFFFF;
}

.b-t-white {
    border-top-color: #FFFFFF;
}

.b-r-white {
    border-right-color: #FFFFFF;
}

.b-b-white {
    border-bottom-color: #FFFFFF;
}

.b-l-white {
    border-left-color: #FFFFFF;
}

.b-blue {
    border-color: #2196F3;
}

.b-t-blue {
    border-top-color: #2196F3;
}

.b-r-#e9f5fe {
    border-right-color: #2196F3;
}

.b-b-blue {
    border-bottom-color: #2196F3;
}

.b-l-blue {
    border-left-color: #2196F3;
}

.no-b-t {
    border-top-width: 0;
}

.no-b-r {
    border-right-width: 0;
}

.no-b-b {
    border-bottom-width: 0;
}

.no-b-l {
    border-left-width: 0;
}

.b-dashed {
    border-style: dashed !important;
}

.banner {
    /* width: 100%; */
    margin-bottom: 30px;
    position: relative;
}

.banner .mask {
    /* width: 1232px; */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 320px;
}

.banner .slideset {
    width: 100%;
    float: left;
}

.banner .slide {
    width: 100%;
    float: left;
}

.banner .slide img {
    vertical-align: top;
}

.banner .description {
    width: 580px;
    position: absolute;
    top: 65px;
    left: 157px;
}

.banner .description .caption {
    font-size: 64px;
    line-height: 73px;
    font-weight: 900;
    background: #FFF600;
    -webkit-box-shadow: 20px 0 0 #fff600, -29px 0 0 #fff600, 20px 9px 0 #fff600, -29px 9px 0 #fff600;
    box-shadow: 20px 0 0 #FFF600, -29px 0 0 #FFF600, 20px 9px 0 #FFF600, -29px 9px 0 #FFF600;
}

.banner .pagination {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.banner .pagination li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 10px;
    height: 10px;
    background: #F2F6EE;
    border-radius: 30px;
    margin: 0 6px;
    overflow: hidden;
}

.banner .pagination li a {
    height: 100%;
    display: block;
    background-color: transparent;
    border: 0 none transparent;
}

.banner .pagination li:hover, .banner .pagination li:hover a, .banner .pagination li.active:hover a, .banner .pagination li.acitive a, .banner .pagination
li.acitive a:hover {
    /*  background-color: transparent !important;*/
    border: 0 none transparent;
}

.banner .pagination li:hover, .banner .pagination li.active, .banner .pagination li.active:hover {
    background: #045C6D;
}

.domain-register {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ebf2f4));
    background: -webkit-linear-gradient(top, #FEFEFE 0%, #EBF2F4 100%);
    background: -o-linear-gradient(top, #FEFEFE 0%, #EBF2F4 100%);
    background: -ms-linear-gradient(top, #FEFEFE 0%, #EBF2F4 100%);
    background: linear-gradient(to bottom, #FEFEFE 0%, #EBF2F4 100%);
}

#main h1 {
    margin: 0 0 10px 0;
    font-size: 2.5em;
    line-height: 50px;
    font-weight: 300;

    color: #045C6D;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 43px;
    letter-spacing: 2px;
    font-size: 27px;
}

#main h1:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 36px;
    height: 29px;
    background: url(../images/sprites.png) no-repeat -9999px 0;
}

.homepage__domain-h1 {
    margin-top: 25px;
}

#main .domain-register h1:before {
    background-position: 0px -31px;
}

.domain-register .holder {
    /* width: 912px; */
}

.domain-register .selection-block {
    background: #FFF;
    position: relative;
    margin-bottom: 3em;
    padding-bottom: 2em;
}

.domain-register .selection-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    box-shadow: 20px 17px 20px -10px #B7C5C8;
    z-index: 1;
    margin-left: -1.5%;
}

.domain-register .selection-block:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFF;
    z-index: 2;
}

.domain-register .register-tab {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
    background: #FFF;
}

.domain-register .register-tab li {
    float: left;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.domain-register .register-tab li:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 11px;
    width: 1px;
    background: #D2E0E2;
}

.domain-register .register-tab li:last-child {
    margin-right: 0;
}

.domain-register .register-tab li:last-child:after {
    display: none;
}

.domain-register .register-tab li a {
    color: #097282;
    display: block;
    word-wrap: break-word;
    min-width: 129px;
    height: 64px;
    padding: 26px 39px 10px;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.domain-register .register-tab li a:after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-color: #097887 transparent transparent;
    border-style: solid;
    margin: auto;
}

.domain-register .register-tab li.active, .domain-register .register-tab li:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#055f70), color-stop(100%,#0c7d8c));
    background: -webkit-linear-gradient(top, #055F70 0%, #0C7D8C 100%);
    background: -o-linear-gradient(top, #055F70 0%, #0C7D8C 100%);
    background: -ms-linear-gradient(top, #055F70 0%, #0C7D8C 100%);
    background: linear-gradient(to bottom, #055F70 0%, #0C7D8C 100%);
}

.domain-register .register-tab li.active:after, .domain-register .register-tab li:hover:after {
    display: none;
}

.domain-register .register-tab li.active a, .domain-register .register-tab li:hover a {
    color: #FFF;
    text-decoration: none;
}

.domain-register .register-tab li.active a:after, .domain-register .register-tab li:hover a:after {
    display: none;
}

.domain-register .tab-content {
    width: 100%;
    position: relative;
    z-index: 5;
}

.domain-register .search-form {
    width: 100%;
    /* padding-bottom: 2em; */
}

.domain-register .search-form .check-holder {
    overflow: hidden;
    /*padding: 0 5px 0 54px;*/
    /* width: 853px; */
}

.domain-register .search-form .check-frame {
    /* width: 912px; */
    overflow: hidden;
    margin-bottom: 5px;
    padding-left: 1em;
}

.domain-register .search-bar {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c7d8c), color-stop(100%,#1b98a4));
    background: -webkit-linear-gradient(top, #0C7D8C 0%, #1B98A4 100%);
    background: -o-linear-gradient(top, #0C7D8C 0%, #1B98A4 100%);
    background: -ms-linear-gradient(top, #0C7D8C 0%, #1B98A4 100%);
    background: linear-gradient(to bottom, #0C7D8C 0%, #1B98A4 100%);
    overflow: hidden;
    padding: 12px 21px 12px 27px;
    margin-bottom: 25px;
}

.domain-register .search-bar input[type="search"], .domain-register .search-bar input[type="text"] {
    /* width: 726px; */
    height: 48px;
    background: #FFF;
    float: left;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #84A1A7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.domain-register .search-bar input[type="submit"] {
    width: 138px;
    height: 48px;
    float: left;
    border: none;
    cursor: pointer;
    background: url(../images/sprites.png) no-repeat 0 -113px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #045C6D;
    padding: 13px 50px 10px 21px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-form ::-webkit-input-placeholder {
    color: #84A1A7;
}

.search-form :-moz-placeholder {
    color: #84A1A7;
}

.search-form ::-moz-placeholder {
    color: #84A1A7;
    opacity: 1;
}

.search-form :-ms-input-placeholder {
    color: #84A1A7;
}

.domain-register .search-bar input[type="submit"]:hover {
    background-position: 0 -166px;
}

.domain-register .search-form .col {
    width: 17.99%;
    width: 11.99%;
    width: 16.99%;
    float: left;
    margin: 0 0 1.8em 1.5em;
    text-align: left;
}

.jcf-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important;
}

.search-form .chk-area {
    border: 1px solid #D2E0E2;
    margin: 0 9px 0 0;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.search-form .chk-checked {
    background: #83A608 url(../images/sprites.png) no-repeat -27px -81px;
    border-color: #83A608;
}

.search-form .chk-focus {
    border-color: #D2E0E2;
}

.search-form .chk-disabled {
    background: #EEE;
}

.search-form .jcf-label-disabled {
    color: #CCC;
}

.search-form label {
    color: #000;
    font-weight: 500;
}

.search-form label.chk-label-active {
    color: #83A608;
}

.selection-block .tab-content .expander {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0C7E8C;
    position: relative;
    padding-right: 20px;
}

.selection-block .tab-content .expander:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    background: url(../images/sprites.png) no-repeat -90px -89px;
    width: 10px;
    height: 6px;
}

.selection-block .tab-content .search-form.active .expander:after {
    background-position: -120px -89px;
}

.hosting-packages, .cloud-services {
    /*width: 1232px;*/
    margin: 0 auto 1em;
    text-align: center;
    /*border-bottom: 1px solid #F4F4F4;*/
    padding: 3em 0;
}

#main .hosting-packages h1 {
    padding-left: 45px;
    margin-bottom: 37px;
}

#main .hosting-packages h1:before {
    height: 30px;
    background-position: -43px -33px;
}

.hosting-packages .four-columns, .cloud-services .four-columns {
    overflow: hidden;
    margin: 0 -1.5em;
}

.hosting-packages .col, .cloud-services .col {
    /*width: 320px;*/
    padding: 0 1.5em;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hosting-packages .col:before, .cloud-services .col:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 1.2em;
    width: 1px;
    background: #E5E5E5;
}

.hosting-packages .col:first-child:before, .cloud-services .col:first-child:before {
    display: none;
}

.hosting-packages .visual, .cloud-services .visual {
    min-height: 158px;
    margin-bottom: 36px;
    position: relative;
}

.hosting-packages .package-title, .cloud-services .package-title {
    border-bottom: 1px solid #E5E5E5;
    padding: 0 15px 17px;
}

.hosting-packages .package-title img, .cloud-services .package-title img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hosting-packages .package-title h2, .cloud-services .package-title h2 {
    margin: 0 0 6px;
    font-size: 24px;
    /*line-height: 24px;*/
    font-weight: normal;
    /*color: #4F96CD;*/
    text-transform: uppercase;
    /*padding: 0 0.2em;*/
    /*min-height: 2em;*/
}

.hosting-packages .col.red .package-title h2, .cloud-services .col.red .package-title h2 {
    color: #DF2626;
}

.hosting-packages .col.orange .package-title h2, .cloud-services .col.orange .package-title h2 {
    color: #FC7E02;
}

.hosting-packages .col.green .package-title h2, .cloud-services .col.green .package-title h2 {
    color: #35BE48;
}

.hosting-packages .package-title .rate, .cloud-services .package-title .rate {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    display: block;
}

.hosting-packages .package-title .rate strong, .cloud-services .package-title .rate strong {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}

dl.features.plus {
    margin: 0 !important;
}

dl.features.plus dt {
    padding: 10px 0 0 10px;
}

dl.features.plus dd {
    padding: 10px;
    color: #FC7E02;
}

ul.features.plus {
    margin: -16px 0 10px 0;
}

.features.plus li {
    padding-left: 10px !important;
}

dl.features.plus2 dt {
    padding: 10px 0 0 10px;
}

dl.features.plus2 dd {
    padding: 10px;
    color: #35BE48;
}

ul.features.plus2 {
    margin: -16px 0 10px 0;
}

.hosting-packages dl.features, .cloud-services dl.features {
    margin: 0 0 16px;
    overflow: hidden;
}

.hosting-packages .features dt, .cloud-services .features dt {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    float: left;
    padding: 22px 15px 15px;
    /* width: 100px; */
}

.hosting-packages .features dd, .cloud-services .features dd {
    margin: 0;
    text-align: right;
    border-bottom: 1px solid #E5E5E5;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4F96CD;
    padding: 20px 15px 18px 150px;
}

.hosting-packages .col.red .features dd, .cloud-services .col.red .features dd {
    color: #DF2626;
}

.hosting-packages ul.features, .cloud-services ul.features {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.hosting-packages ul.features li, .cloud-services ul.features li {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    padding: 10px 0px 9px;
    border-bottom: 1px solid #E5E5E5;
}

.hosting-packages ul.features li:after, .cloud-services ul.features li:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 13px;
    background: url(../images/sprites.png) no-repeat 0 -230px;
    width: 17px;
    height: 14px;
}

.hosting-packages .col.green ul.features li:after, .cloud-services .col.green ul.features li:after {
    background-position: -30px -230px;
}

.hosting-packages .col.red ul.features li:after, .cloud-services .col.red ul.features li:after {
    background-position: -164px -230px;
}

.hosting-packages .col ul.features li:after, .cloud-services .col ul.features li:after {
    background-position: -139px -230px;
}

.hosting-packages .col.orange ul.features li:after, .cloud-services .col.orange ul.features li:after {
    background-position: 0 -230px;
}

.hosting-packages .col .btn-explore, .cloud-services .col .btn-explore {
    background: #46494B;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 24px;
    padding: 13px 66px 13px 34px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.hosting-packages .col .btn-explore:after, .cloud-services .col .btn-explore:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #4F96CD url(../images/sprites.png) no-repeat 12px -71px;
    top: 4px;
    right: 5px;
    border-radius: 100px;
}

.hosting-packages .col.red .btn-explore:after, .cloud-services .col.red .btn-explore:after {
    background: #DF2626 url(../images/sprites.png) no-repeat 13px -71px;
}

.hosting-packages .col.orange .btn-explore:after, .cloud-services .col.orange .btn-explore:after {
    background: #FC7E02 url(../images/sprites.png) no-repeat 13px -71px;
}

.hosting-packages .col.green .btn-explore:after, .cloud-services .col.green .btn-explore:after {
    background: #35BE48 url(../images/sprites.png) no-repeat 13px -71px;
}

.hosting-packages .col .btn-explore:hover, .cloud-services .col .btn-explore:hover {
    background: #222;
    text-decoration: none;
}

.hosting-packages .col .packets-box .main-packets-info--text .popover.top {
	 max-width: 100% !important;
     min-width: 212px;
}

.hosting-packages .col .packets-box .main-packets-info--text .popover-content .pop-content {
	 display: block!important;
}

.hosting-packages .col .packets-box .main-packets-info--text .pop-content {
	 display: none;
}

#main .cloud-services h1 {
    padding-left: 63px;
}

#main .cloud-services h1:before {
    width: 48px;
    height: 27px;
    background-position: -83px -33px;
}

.partners {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.partners .holder {
    padding: 34px 0;
}

.partners ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.partners li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding: 0 55px 19px;
}

.partners li img {
    vertical-align: top;
}

.partners a {
    display: inline-block;
}

.partners a img {
    margin-bottom: 1em;
}

#footer {
    background: rgba(6, 127, 161, 0.82);
    margin-bottom: -1.3em;
}

#footer .holder {
    /* width: 1110px; */
}

.footer-top {
    padding: 51px 0 30px;
    border-bottom: 2px solid #20ADB8;
}

#main {
        background: #fff;
    }

.footer-top .column {
    /*width: 204px;
                                                                            float: left;
                                                                            margin-right: 10px;*/
}

.footer-top .column h2 {
    margin: 0 0 17px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF600;
    /*width: 78px;*/
    border-bottom: 1px solid #FFF;
    padding-bottom: 14px;
}

.footer-top .column ul {
    padding: 0;
    margin: 0;
    list-style: none;
    min-height: 235px;
}

.footer-top .column li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}

.footer-top .column li a {
    color: #FFF;
}

#footer .copyright {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    padding: 37px 0 40px;
}

#footer .copyright a {
    color: rgba(255, 255, 255, 0.2);
}

#footer .copyright a:hover {
    color: #FFF;
    text-decoration: none;
}

#footer .social-icons {
    float: right;
    color: #CCDCDF !important;
    width: 210px;
}

#footer .fapng {
    display: block;
    height: 18px;
    width: 18px;
    float: right;
    margin: -4px 0px 0 10px;
    background-repeat: no-repeat;
    background-position: center center;
    /*+opacity: 75%;*/
    -filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#footer .fapng:hover {
    color: #FFFFFF;
    /*+opacity: 100%;*/
    -filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.social-icons .fapng-facebook {
    background-image: url(../assets/images/facebook_ffffff_18.png);
}

.social-icons .fapng-twitter {
    background-image: url(../assets/images/twitter_ffffff_18.png);
}

.social-icons .fapng-linkedin {
    background-image: url(../assets/images/linkedin_ffffff_18.png);
}

.social-icons .fapng-instagram {
    background-image: url(../assets/images/instagram_ffffff_18.png)
}

.social-text {
}

body.add .domain-register .holder {
    /*width: 1184px;*/
}

body.add .domain-register .search-bar {
    padding: 12px 10px 12px 11px;
    margin-bottom: 0;
}

body.add .domain-register .search-bar input[type="search"], body.add .domain-register .search-bar input[type="text"] {
    /*width: 1005px;*/
    padding: 10px 12px;
}

body.add .domain-register .search-bar input[type="submit"] {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afe4ef), color-stop(100%,#98dbe9));
    background: -webkit-linear-gradient(top, #AFE4EF 0%, #98DBE9 100%);
    background: -o-linear-gradient(top, #AFE4EF 0%, #98DBE9 100%);
    background: -ms-linear-gradient(top, #AFE4EF 0%, #98DBE9 100%);
    background: linear-gradient(to bottom, #AFE4EF 0%, #98DBE9 100%);
    width: 158px;
    padding: 11px 20px 10px;
}

body.add .domain-register .search-bar input[type="submit"]:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98dbe9), color-stop(100%,#afe4ef));
    background: -webkit-linear-gradient(top, #98DBE9 0%, #AFE4EF 100%);
    background: -o-linear-gradient(top, #98DBE9 0%, #AFE4EF 100%);
    background: -ms-linear-gradient(top, #98DBE9 0%, #AFE4EF 100%);
    background: linear-gradient(to bottom, #98DBE9 0%, #AFE4EF 100%);
}

body.add #wrapper:after {
}

body.add .domain-register, body.add .services-menu {
    background: transparent;
}

body.add .domain-register .selection-block:before, body.add .domain-register .selection-block:after {
    display: none;
}

body.add .domain-register {
    text-align: left;
    padding-top: 20px;
}

body.add .domain-register .selection-block {
    text-align: center;
}

body.add #main h1 {
    font-size: 30px;
    line-height: 44px;
    padding-left: 38px;
    margin-bottom: 39px;
}

body.add #main .domain-register h1:before {
    width: 26px;
    height: 26px;
    background-position: 0 -297px;
}

body.add .domain-register .search-form .check-holder {
    padding: 12px 0 0;
    width: 100%;
}

body.add .domain-register .check-wrapper {
    border-width: 0 1px 1px;
    border-color: transparent #EDEDED #EDEDED;
    border-style: solid;
    padding-bottom: 1em;
}

.suffix-lists {
    padding: 0 0 0 14px;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.suffix-lists li {
    width: 70px;
    height: 90px;
    float: left;
    margin: 0 0.84em 1em 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

.check-holder.slide .suffix-lists li {
    margin-bottom: 10px;
}

.suffix-lists li a {
    border: 1px solid #91B024;
    border-radius: 2px;
    display: block;
    height: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.suffix-lists li a:hover {
    opacity: 0.6;
    text-decoration: none;
}

.suffix-lists li.remove a {
    border-color: #EDEDED;
}

.suffix-lists li .domain-suffix {
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
    padding: 6px 0;
}

.suffix-lists li.add .domain-suffix {
    color: #000;
}

.suffix-lists li.remove .domain-suffix {
    color: #627C7F;
}

.suffix-lists li .icon {
    width: 22px;
    height: 22px;
    background: url(../images/sprites.png) no-repeat -9999px 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.suffix-lists li.add .icon {
    background-position: -69px -226px;
}

.suffix-lists li.remove .icon {
    background-position: -105px -226px;
}

.suffix-lists li.add .icon {
    background-position: -44px -338px;
    width: 60px;
    height: 46px;
}

.suffix-lists li.remove .icon {
    background-position: -120px -381px;
    width: 60px;
    height: 46px;
}

.suffix-lists li.removal .icon {
    background-position: -112px -338px;
    width: 69px;
    height: 38px;
}

.suffix-lists li .price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.suffix-lists li.add .price {
    background: #91B024;
    color: #FFF;
    border-top: 1px solid #91B024;
}

.suffix-lists li.remove .price {
    background: #FFF;
    color: #627C7F;
    border-top: 1px solid #EDEDED;
}

body.add .domain-register .row.add {
    padding: 23px 0 24px;
}

#content {
}

#content .practice {
    /* width: 1008px;*/
    margin: 0 auto;
    /*padding: 0 112px;*/
    text-align: center;
}

body.add #main .practice h1 {
    width: 545px;
    padding: 0 50px;
    line-height: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 69px;
}

#content .practice .article-wrapper {
}

.practice h2, .practice h3, .practice h4 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    color: #045C6D;
}

.practice .article-wrapper .idea {
    text-align: left;
    min-height: 12em;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.practice .idea img {
    float: left;
    margin: 0.5em 2em 0 1em;
}

.practice .idea .description {
    overflow: hidden;
    padding-left: 32px;
}

.practice .idea p {
    margin: 0 0 10px;
}

body.add .partners {
    margin-bottom: 24px;
}

body.add .partners .holder {
    padding: 0;
}

/*#main.add H1
{
	font-size: 30px;
	font-size: 25px;
	(*line-height: 48px;
	*)
	line-height: 47px;
	margin-bottom: 0;
}*/
.exchange-block {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ebf2f4));
    background: -webkit-linear-gradient(top, #FFF 0%, #EBF2F4 100%);
    background: -o-linear-gradient(top, #FFF 0%, #EBF2F4 100%);
    background: -ms-linear-gradient(top, #FFF 0%, #EBF2F4 100%);
    background: linear-gradient(to bottom, #FFF 0%, #EBF2F4 100%);
}

#content .table .grey td {
    background: none repeat scroll 0% 0% #F7F7F7;
}

#content .column-info .name {
    width: 298px;
}

#content .table td {
    border-style: solid;
    border-color: #DEDEDE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 1px 0px 0px;
    padding: 7px 5px 6px;
    font-size: 12px;
}

#content .table {
    border-collapse: collapse;
    font-size: 13px;
    font-weight: bold;
}

.table-data {
    font-weight: normal !important;
}

#tabs-block .tab-content {
    font-size: 14px;
    line-height: 20px;
}

body {
    color: #333;
}

.exchange-block .holder, .packets-block .holder {
    /*width: 1184px;*/
    /*padding: 0 24px;*/
}

.exchange-block .heading, .packets-block .heading, header.heading {
    padding-top: 2.5em;
    padding-top: 0.6em;
    padding-bottom: 0.2em;
    position: relative;
    z-index: 9;
}

.exchange-block .heading:after, .packets-block .heading:after {
    content: '';
    display: block;
    clear: both;
}

#main.add .exchange-block h1, #main.add .packets-block h1 {
    /*float: left;*/
    /*padding-left: 39px;*/
    /*margin-bottom: 0;*/
}

#main.add .exchange-block h1:before {
    width: 26px;
    height: 26px;
    background-position: -43px -297px;
}

.exchange-block .quick-menu, .packets-block .quick-menu {
    width: 463px;
    float: right;
    text-align: right;
    position: relative;
}

.exchange-block .quick-menu .toggle, .packets-block .quick-menu .toggle {
    font-size: 16px;
    line-height: 20px;
    color: #393939;
    background: #FFF;
    text-transform: uppercase;
    padding: 12px 14px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 23px;
    min-width: 155px;
    overflow: hidden;
}

.exchange-block .quick-menu .toggle span, .packets-block .quick-menu .toggle span {
    position: relative;
    z-index: 7;
    background: url(../images/arrow.png) no-repeat 100% 50%;
    padding-right: 48px;
    word-spacing: 5px;
}

.exchange-block .quick-menu.active .toggle, .packets-block .quick-menu.active .toggle {
    border-radius: 23px 23px 0 0;
    -webkit-box-shadow: 0 10px 18px 2px rgba(0,0,0,.2);
    box-shadow: 0 10px 18px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

.exchange-block .quick-menu.active .toggle span, .packets-block .quick-menu.active .toggle span {
    background: url(../images/arrow3.png) no-repeat 100% 50%;
}

.exchange-block .quick-menu.active .toggle:before, .packets-block .quick-menu.active .toggle:before {
    content: '';
    height: 18px;
    position: absolute;
    bottom: 18px;
    right: 1px;
    left: 0;
    background: #FFF;
    z-index: 5;
}

#main.add .exchange-block .quick-menu h1, #main.add .packets-block .quick-menu h1 {
    padding: 0;
    float: none;
    line-height: 34px;
    margin-bottom: 21px;
}

#main.add .exchange-block .quick-menu h1:before, #main.add .packets-block .quick-menu h1:before {
    display: none;
}

.exchange-block .quick-menu .menu-open, .packets-block .quick-menu .menu-open {
    position: absolute;
    top: 23px;
    right: 1px;
    background: #FFF;
    border-radius: 23px 0 23px 23px;
    padding: 25px 30px 9px;
    overflow: hidden;
    text-align: left;
    -webkit-box-shadow: 0 10px 18px 2px rgba(0,0,0,.2);
    box-shadow: 0 10px 18px 2px rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.exchange-block .quick-menu .left-col, .packets-block .quick-menu .left-col {
    float: left;
    width: 186px;
    margin-right: 30px;
}

.exchange-block .quick-menu .right-col, .packets-block .quick-menu .right-col {
    float: right;
    width: 186px;
}

.exchange-block .menu-open ul, .packets-block .menu-open ul {
    padding: 26px 3px 10px;
    margin: 0;
    list-style: none;
    border-top: 1px solid #E6E5E5;
}

.exchange-block .menu-open li, .packets-block .menu-open li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 13px;
    margin-bottom: 8px;
}

.exchange-block .menu-open li:before, .packets-block .menu-open li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #B6B6B6;
    border-radius: 100%;
}

.exchange-block .menu-open li a, .packets-block .menu-open li a {
    color: #045C6D;
}

.exchange-block .menu-open .e-destek, .packets-block .menu-open .e-destek {
    width: 186px;
    height: 46px;
    background: url(../images/logo-edestek.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin: 11px 0 32px;
}

.slider-block {
}

.slider-block .banner-image {
    overflow: hidden;
    position: relative;
}

.slider-block .banner-image img {
    vertical-align: top;
}

.slider-block .banner-image .description {
    width: 480px;
    position: absolute;
    top: 42px;
    left: 64px;
}

.slider-block .banner-image .caption {
    font-size: 47px;
    line-height: 53px;
    font-weight: 900;
    background: #FFF600;
    -webkit-box-shadow: 20px 0 0 #fff600, -29px 0 0 #fff600, 20px 9px 0 #fff600, -29px 9px 0 #fff600;
    box-shadow: 20px 0 0 #FFF600, -29px 0 0 #FFF600, 20px 9px 0 #FFF600, -29px 9px 0 #FFF600;
    width: 200px;
}

.slider-block .email-counter {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c7d8c), color-stop(100%,#1b98a4));
    background: -webkit-linear-gradient(top, #0C7D8C 0%, #1B98A4 100%);
    background: -o-linear-gradient(top, #0C7D8C 0%, #1B98A4 100%);
    background: -ms-linear-gradient(top, #0C7D8C 0%, #1B98A4 100%);
    background: linear-gradient(to bottom, #0C7D8C 0%, #1B98A4 100%);
    overflow: hidden;
}

.slider-block .dragger {
    width: 704px;
    float: left;
    padding: 30px 31px;
    position: relative;
}

.slider-block .dragger .incomplete {
    width: 100%;
    height: 12px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13707b), color-stop(33%,#167580), color-stop(67%,#167681), color-stop(100%,#15737e));
    background: -webkit-linear-gradient(top, #13707B 0%, #167580 33%, #167681 67%, #15737E 100%);
    background: -o-linear-gradient(top, #13707B 0%, #167580 33%, #167681 67%, #15737E 100%);
    background: -ms-linear-gradient(top, #13707B 0%, #167580 33%, #167681 67%, #15737E 100%);
    background: linear-gradient(to bottom, #13707B 0%, #167580 33%, #167681 67%, #15737E 100%);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.slider-block .dragger .complete, .slider-block .ui-slider-range {
    height: 6px;
    background: #FFF600;
    border-radius: 1px;
    width: 18.2%;
    text-indent: -9999px;
    overflow: hidden;
}

.slider-block .dragger .button {
    background: #FFF;
    height: 32px;
    float: left;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 25px rgba(1,60,68,.7);
    box-shadow: 0 10px 25px rgba(1, 60, 68, 0.7);
}

.slider-block .ui-slider-handle {
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.slider-block .button .prev, .slider-block .button .next {
    background: #DFF7FA url(../images/sprites.png) no-repeat 6px -331px;
    text-indent: -9999px;
    overflow: hidden;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}

.slider-block .button .next {
    background: #DFF7FA url(../images/sprites.png) no-repeat -23px -331px;
    right: 0;
    left: auto;
}

.slider-block .button .value {
    font-size: 12px;
    line-height: 32px;
    font-weight: bold;
    color: #0C7D8C;
    padding: 0 35px;
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: default;
}

.email-counter .total, .email-counter .total-price {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    float: left;
    width: 111px;
    padding-left: 41px;
    position: relative;
    color: #FFF;
    margin: 23px 10px 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.email-counter .total:before, .email-counter .total-price:before {
    content: '';
    background: url(../images/sprites.png) no-repeat 0 -261px;
    width: 28px;
    height: 24px;
    position: absolute;
    top: 1px;
    left: 0;
}

.email-counter .total-price:before {
    background-position: -39px -261px;
}

.email-counter .total strong, .email-counter .total-price strong {
    font-weight: bold;
}

.email-counter .btn-buy {
    width: 125px;
    height: 40px;
    border: 2px solid #FFF600;
    border-radius: 18px;
    padding: 5px 33px 5px 10px;
    float: right;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    position: relative;
    margin: 1.1em 1.1em 1em 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.email-counter .btn-buy:hover {
    text-decoration: none;
    background: #333;
}

.email-counter .btn-buy:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    background: #FFF600 url(../images/sprites.png) no-repeat -82px -256px;
    border-radius: 100%;
}

.exchange-block .faq {
    padding: 57px 25px 45px 67px;
    overflow: hidden;
}

.exchange-block .faq img {
    float: left;
    margin-right: 45px;
}

.exchange-block .faq .description {
    overflow: hidden;
}

.exchange-block .faq h2 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
    text-transform: uppercase;
    color: #045C6D;
}

.exchange-block .faq p {
    margin: 0 0 10px;
}

#main.add #content {
    /* padding: 8px 0;*/
}

.service-holder {
    overflow: hidden;
    padding: 0 46px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    border-bottom: 1px solid #E5E5E5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.service-holder .column {
    display: inline-block;
    vertical-align: top;
    padding: 0 60px 39px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.service-holder .scol {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.service-holder .img-cover img {
    vertical-align: middle;
    display: inline-block;
}

.service-holder .img-cover {
    height: 14em;
    display: inline-block;
    vertical-align: middle;
}

.service-holder .column.add img {
    margin: 0 0 3px -16px;
}

.service-holder .column.add1 img {
    margin: 0 0 3px -42px;
}

.service-holder .column h2, .service-holder .scol h2 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    color: #045C6D;
    letter-spacing: -1px;
}

.service-holder .column, .scol {
    color: #045C6D;
}

.service-holder .column p, .scol p {
    margin: 0 0 10px;
}

.elements {
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elements-nav {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 3em 0 3em 0;
    list-style: none;
    overflow: hidden;
}

.elements-nav li {
    font-size: 16px;
    line-height: 38px;
    text-transform: uppercase;
    float: left;
    margin-left: 26px;
}

.elements-nav li:first-child {
    margin-left: 0;
}

.elements-nav li a {
    color: #045C6D;
    padding: 0 39px;
    border-radius: 19px;
}

.elements-nav li.active a, .elements-nav li a:hover {
    background: #045C6D;
    text-decoration: none;
    color: #FFF;
    display: block;
}

.elements .block-holder {
    text-align: left;
    font-size: 0;
    line-height: 0;
    margin: 0 -24px;
}

.elements .block {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    width: 528px;
    padding: 0 24px 55px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.elements .block img {
    float: left;
    margin: 4px 29px 0 0;
}

.elements .block h2 {
    margin: 0 0 19px;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    color: #045C6D;
}

.elements .block p {
    margin: 0 0 10px;
}

.elements .block .description {
    overflow: hidden;
}

#main.add .partners {
    margin-bottom: 25px;
}

#main.add .partners .holder {
    padding: 0;
}

body.add1 #wrapper:after {
}

body.add1 .services-menu {
    background: transparent;
}

.packets-block {
}

/*#main.add .packets-block H1
{
	padding-left: 42px;
}*/
#main.add .packets-block h1:before {
    width: 36px;
    height: 18px;
    background-position: -84px -297px;
    top: 14px;
}

.packet-configure {
    overflow: hidden;
}

.packet-configure div {
    padding-right: 2px;
    padding-left: 2px;
}

.packet-configure .title-box {
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.07);
    /* padding: 0 30px;*/
    padding: 0 1em;
    margin-bottom: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.packet-configure .data-box {
    padding: 0 1em;
    background: #FFF;
    margin-bottom: 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.07);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.packet-configure .title-box .title h2 {
    padding-right: 4em;
    padding-right: 8em;
    margin: 0;
}

.packet-configure .title-box .first-li {
    /*line-height: 3.46em;*/
}

.packet-configure .title, .packet-configure .titlex {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #045C6D;
    padding: 21px 0 20px;
}

.packet-configure .titlex {
    height: 98px;
}

.packet-configure .data-box .title {
    color: #4F96CD;
    padding: 23px 0 17px;
}

.packet-configure .data-box.green .title {
    color: #35BE48;
}

.packet-configure .data-box.orange .title {
    color: #FC7E02;
}

.packet-configure .data-box.red .title {
    color: #DF2626;
}

.packet-configure .title h2, .packet-configure .titlex h2 {
    margin: 0 0 3px;
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
    
}

.packet-configure .title h3 {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.packet-configure ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* paket yukseklikleri esitleniyor */
.packet-configure li {
    font-size: 14px;
    line-height: 1.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /* padding: 13px 0 11px;
                                                                        
                                                                            /**/
    display: table;
    height: 40px;
    width: 100%;
    line-height: 18px !important;
    text-transform: uppercase;
    /**/
}

.packet-configure li strong, .packet-configure li span {
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.packet-configure li strong {
    line-height: 60px;
}

.packet-configure li strong i {
    display: block;
    font-style: normal;
}

.packet-configure .title-box li {
    font-size: 12px;
    /*  line-height: 16px;
                                                                            font-weight: bold;*/
    padding-left: 4px;
}

img.ico-del, img.ico-ok {
    /* height: 0.9em;
                                                                        
                                                                            /**/
    margin-top: 0.8em;
}

.packet-configure .first-li {
    height: 60px;
}

.packet-configure .title-box .all {
    display: block;
    text-align: center;
    padding: 27px 0 28px;
}

.packet-configure .title-box .all a {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0C7E8C;
    background: url(../images/arrow1.png) no-repeat 100% 2px;
    padding-right: 25px;
}

.packet-configure.active .title-box .all a {
    background: url(../images/arrow4.png) no-repeat 100% 4px;
}

.packet-configure .btn-buy {
    display: inline-block;
    padding: 17px 0 18px;
    margin: 0 auto;
}

.packet-configure .btn-buy a {
    width: 124px;
    height: 40px;
    border: 2px solid #C5DCEF;
    border-radius: 18px;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding: 5px 30px 5px 5px;
    display: block;
    text-align: center;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.packet-configure .data-box .btn-buy a:hover {
    opacity: 0.6;
    text-decoration: none;
}

.packet-configure .data-box .btn-buy a:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 4px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: #4F96CD url(../images/sprites.png) no-repeat -121px -256px;
}

.packet-configure .data-box.green .btn-buy a {
    border-color: #35BE48;
}

.packet-configure .data-box.orange .btn-buy a {
    border-color: #FC7E02;
}

.packet-configure .data-box.red .btn-buy a {
    border-color: #DF2626;
}

.packet-configure .data-box.green .btn-buy a:after {
    background-color: #35BE48;
}

.packet-configure .data-box.orange .btn-buy a:after {
    background-color: #FC7E02;
}

.packet-configure .data-box.red .btn-buy a:after {
    background-color: #DF2626;
}

#content .article-holder {
    text-align: left;
    margin-bottom: 33px;
}

.article-holder h2,.article-holder h3, .article-holder .title-article {
    margin: 0 0 17px;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    padding-left: 36px;
    position: relative;
    overflow: hidden;
}

.article-holder h2 a:before,.article-holder h3 a:before, .article-holder .title-article a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/sprites.png) no-repeat -151px -146px;
}

.article-holder h2 a, .article-holder h3 a, .article-holder .title-article a {
    color: #045C6D;
}

.article-holder .article.active h2 a:before, .article-holder .article.active .title-article a:before{
    background-position: -151px -113px;
}

.article-holder .article {
    overflow: hidden;
    position: relative;
    padding: 19px 0 0;
}

.article-holder .article .description {
    padding: 0 36px 11px;
}

.article-holder .article:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(22%,#e9e9e9), color-stop(78%,#fbfbfb), color-stop(100%,#fff));
    background: -webkit-linear-gradient(left, #E5E5E5 0%, #E9E9E9 22%, #FBFBFB 78%, #FFF 100%);
    background: -o-linear-gradient(left, #E5E5E5 0%, #E9E9E9 22%, #FBFBFB 78%, #FFF 100%);
    background: -ms-linear-gradient(left, #E5E5E5 0%, #E9E9E9 22%, #FBFBFB 78%, #FFF 100%);
    background: linear-gradient(to right, #E5E5E5 0%, #E9E9E9 22%, #FBFBFB 78%, #FFF 100%);
    height: 1px;
    width: 884px;
}

.article-holder .article.active:after {
    display: none;
}

.article-holder .article p {
    margin: 0 0 10px;
}

/*
body.add1 .elements-nav {
    margin-bottom: 30px;
}
*/
body.add2 #main {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ebf2f4));
    background: -webkit-linear-gradient(top, #FFF 0%, #EBF2F4 100%);
    background: -o-linear-gradient(top, #FFF 0%, #EBF2F4 100%);
    background: -ms-linear-gradient(top, #FFF 0%, #EBF2F4 100%);
    background: linear-gradient(to bottom, #FFF 0%, #EBF2F4 100%);
    /* padding: 40px 0 60px;*/
}

.shopping-holder {
    margin: 0 auto;
    padding: 0 24px 42px;
    background: #FFF;
    position: relative;
}

.shopping-holder:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1130px;
    height: 40px;
    z-index: 1;
}

.shopping-holder:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFF;
    z-index: 2;
}

#main .shopping-holder h1 {
    padding-left: 0;
    word-spacing: -4px;
}

#main .shopping-holder.add h1 {
}

#main .shopping-holder h1:before {
    display: none;
}

.shopping-holder .calculator {
    margin: 0 auto;
    border-radius: 16px;
    border: 2px solid #CDCDCD;
    position: relative;
    /*padding: 30px 60px 25px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-holder .calculator:after {
    content: '';
    display: block;
    clear: both;
}

.shopping-holder .calculator .column-left {
    padding-top: 2em;
}

.calculator-data {
    padding-top: 2em;
    padding-left: 2.6em;
}

.shopping-holder .platform-selector {
    margin: 0;
    list-style: none;
    position: absolute;
    top: -29px;
    left: 47px;
    background: #FFF;
    height: 56px;
    padding: 0 5px 0 10px;
    overflow: hidden;
    z-index: 1 ;
}

.shopping-holder .platform-selector li {
    width: 223px;
    height: 56px;
    float: left;
    font-size: 16px;
    line-height: 33px;
    font-weight: bold;
    text-align: center;
    margin-right: 5px;
}

.shopping-holder .platform-selector li a {
    color: #54585C;
    display: block;
    height: 100%;
    border: 2px solid #CDCDCD;
    border-radius: 8px;
    padding: 10px 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-holder .platform-selector li.active a, .shopping-holder .platform-selector li a:hover {
    border: 3px solid #66B5E9;
    padding: 9px 3px;
}

.shopping-holder .platform-selector li span {
    display: inline-block;
    vertical-align: middle;
}

.shopping-holder .platform-selector li.windows span {
    background: url(../images/bg-windows.png) no-repeat 0 4px;
    padding-left: 35px;
}

.shopping-holder .platform-selector li.linux span {
    background: url(../images/bg-linux.png) no-repeat;
    padding-left: 39px;
}

.calculator-data .select-form {
    /*width: 323px;*/
}

.combolist {
    width: 320px;
}

.select-area {
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #ACB3BD;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    cursor: default;
    height: 40px;
    display: block;
    /*width: 322px !important;*/
    box-shadow: -2px 2px 2px 0 #E7E7E7 inset;
}

.select-area .center {
    white-space: nowrap;
    padding: 3px 10px;
    line-height: 42px;
    font-size: 13px;
    color: #595F6F;
}

.select-disabled {
    background: #EEE;
}

.select-area .select-opener {
    background: url(../images/bg-select2.jpg) no-repeat;
    position: absolute;
    height: 42px;
    width: 42px;
    cursor: pointer;
    right: 0;
    top: -1px;
}

.select-options {
    position: absolute;
    overflow: hidden;
    background: #FFF;
    z-index: 2000;
    border-radius: 3px;
}

.select-options .drop-holder {
    overflow: hidden;
    height: 1%;
    border: 1px solid #ACB3BD;
    border-radius: 3px;
    margin: 2px 0 0;
}

.select-options ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.select-options ul li:first-child {
    border: none;
}

.select-options ul li {
    width: 100%;
    float: left;
    border-top: 1px solid #ACB3BD;
}

.select-options ul a {
    text-decoration: none;
    padding: 10px 10px 12px;
    display: block;
    cursor: default;
    color: #595F6F;
    height: 1%;
}

.select-options .item-selected a {
    text-decoration: none;
    background: #65B5E9;
    color: #FFF;
    cursor: default;
}

.select-options .optgroup {
    clear: both;
}

.select-options .optgroup strong {
    display: block;
    padding: 5px;
}

.select-options .optgroup ul a {
    padding-left: 30px;
}

.shopping-holder .slider-holder {
    padding: 53px 39px 0 2px;
}

.shopping-holder .slider-holder .row img {
}

.slider-range-icon {
    float: left;
    width: 50px;
}

.slider-range-icon img {
}

.shopping-holder .slider-holder .row .band-width {
    margin: 7px 0 0 1px;
}

.shopping-holder .slider-range-wrapper {
    width: 95%;
    height: 29px;
    margin: 4px 0 0 50px;
    border-radius: 11px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e2), color-stop(8%, #e5e5e8), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #E0E0E2 0%, #E5E5E8 8%, #F5F5F5 100%);
    background: -o-linear-gradient(top, #E0E0E2 0%, #E5E5E8 8%, #F5F5F5 100%);
    background: -ms-linear-gradient(top, #E0E0E2 0%, #E5E5E8 8%, #F5F5F5 100%);
    background: linear-gradient(to bottom, #E0E0E2 0%, #E5E5E8 8%, #F5F5F5 100%);
}

.shopping-holder .slider-range-min {
    position: relative;
    margin: 0 15px;
    height: 5px;
}

.shopping-holder .slider-range-wrapper .slider-range-min .pricing {
    margin: 0 0 0 -15px;
    width: 100%;
}

.shopping-holder .pricing {
    width: 93%;
    height: 6px;
    position: absolute;
    border-radius: 11px;
    top: 10px;
    left: 9px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acacac), color-stop(20%, #b8b8b8), color-stop(40%, #c0c0c0), color-stop(60%, #c4c4c4), color-stop(80%, #c4c4c4), color-stop(100%, #c0c0c0));
    background: -webkit-linear-gradient(top, #ACACAC 0%, #B8B8B8 20%, #C0C0C0 40%, #C4C4C4 60%, #C4C4C4 80%, #C0C0C0 100%);
    background: -o-linear-gradient(top, #ACACAC 0%, #B8B8B8 20%, #C0C0C0 40%, #C4C4C4 60%, #C4C4C4 80%, #C0C0C0 100%);
    background: -ms-linear-gradient(top, #ACACAC 0%, #B8B8B8 20%, #C0C0C0 40%, #C4C4C4 60%, #C4C4C4 80%, #C0C0C0 100%);
    background: linear-gradient(to bottom, #ACACAC 0%, #B8B8B8 20%, #C0C0C0 40%, #C4C4C4 60%, #C4C4C4 80%, #C0C0C0 100%);
}

.shopping-holder .row:after {
    display: block;
    clear: both;
    content: '';
}

.shopping-holder .row {
    margin: 0 0 49px;
    position: relative;
}

.shopping-holder .row:first-child {
    padding-left: 4px;
}

.shopping-holder .row.last {
    padding-left: 9px;
    margin: 0 0 16px;
}

.shopping-holder .pricing .ui-slider-range {
    height: 6px;
    border-radius: 11px;
    position: absolute;
    left: 0;
    top: 0;
    background: #65B5E9;
}

.shopping-holder .row.hd .pricing .ui-slider-range {
    background: #65B5E9;
    width: 40.8%;
}

.shopping-holder .row.ram .pricing .ui-slider-range {
    background: #90CA33;
    width: 44.8%;
}

.shopping-holder .row.cpu .pricing .ui-slider-range {
    background: #EEB120;
    width: 1%;
}

.shopping-holder .ui-slider-handle {
    outline: none;
    width: 47px;
    height: 57px;
    margin: 0 0 0 -24px;
    padding: 12px 6px 12px 8px;
    position: absolute;
    top: -18px;
    left: 116px;
    background: url(../images/bg-slider.png) no-repeat -5px 0;
}

.shopping-holder .row.hd .ui-slider-handle {
    left: 40.8%;
}

.shopping-holder .row.ram .ui-slider-handle {
    left: 44.8%;
}

.shopping-holder .row.cpu .ui-slider-handle {
    left: 0;
}

.shopping-holder .ui-slider-handle a {
    width: 34px;
    height: 35px;
    display: block;
    cursor: pointer;
}

.shopping-holder .row .caption {
    padding: 10px 14px 17px 12px;
    white-space: nowrap;
    background: #8B9AB7;
    font-size: 14px;
    line-height: 9px;
    font-weight: bold;
    border-radius: 10px;
    top: -27px;
    left: -10px;
    color: #FFF;
    height: 18px;
    min-width: 50px;
    text-align: center;
    position: absolute;
}

.shopping-holder .row .caption:after {
    width: 10px;
    height: 5px;
    position: absolute;
    left: 31px;
    bottom: -5px;
    content: '';
    background: url(../images/bg-caption.png) no-repeat;
}

.shopping-holder .column-right {
    padding-top: 2em;
}

.shopping-holder .column-right .description-holder {
    overflow: hidden;
}

.shopping-holder .column-right .description {
    width: 201px;
    height: 115px;
    margin: 0 auto -14px;
    position: relative;
    z-index: 10;
    padding: 14px 0 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    left: -8px;
    text-transform: uppercase;
    text-align: center;
    color: #878787;
    background: url(../images/bg-description.png) no-repeat;
}

.shopping-holder .column-right .description .holder {
    height: 69px;
    overflow: hidden;
}

.shopping-holder .column-right .description p {
    margin: 0;
}

.shopping-holder .column-right .description .title {
    display: block;
    color: #363B4A;
    font-size: 50px;
    line-height: 51px;
    font-weight: 500;
}

.shopping-holder .column-right .description sup {
    font-size: 18px;
    line-height: 21px;
}

.shopping-holder .column-right .img-holder {
    position: relative;
    margin: 0 0 13px;
}

.shopping-holder .column-right .img-holder img {
    vertical-align: top;
    margin: 0 auto;
}

.shopping-holder .packages {
    margin: 0;
    padding: 0 3px 9px;
    text-align: center;
    list-style: none;
    overflow: hidden;
}

.shopping-holder .packages li {
    width: 31%;
    float: left;
    border: 1px solid #90CA33;
    border-radius: 3px;
    margin: 0 0.45em 0 0;
    -webkit-box-shadow: 0px 1px 2px #ababab;
    box-shadow: 0px 1px 2px #ABABAB;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfff7), color-stop(100%, #fbfff4));
    background: -webkit-linear-gradient(top, #FCFFF7 0%, #FBFFF4 100%);
    background: -o-linear-gradient(top, #FCFFF7 0%, #FBFFF4 100%);
    background: -ms-linear-gradient(top, #FCFFF7 0%, #FBFFF4 100%);
    background: linear-gradient(to bottom, #FCFFF7 0%, #FBFFF4 100%);
}

.shopping-holder .packages li strong {
    white-space: nowrap;
    font-size: 14px;
    display: block;
    line-height: 15px;
}

.shopping-holder .packages li .package-holder strong span {
    font-weight: normal;
}

.shopping-holder .packages li p {
    margin: 0;
}

.shopping-holder .packages li img {
    margin: 0 auto 1px;
}

.shopping-holder .packages li .holder {
    padding: 9px 3px 7px;
}

.shopping-holder .packages li:first-child .price {
    width: 100%;
    background: #4FBAFF;
    border-color: #2C88C3;
}

.shopping-holder .packages li .price {
    text-align: center;
    padding: 4px 0 5px 0;
    display: block;
    vertical-align: top;
    background: #90CA33;
    margin: 0 -1px;
    border: 1px solid #73A128;
    border-radius: 0 0 2px 2px;
    font-size: 17px;
    line-height: 22px;
    white-space: nowrap;
}

.shopping-holder .packages li .price sup {
    margin: 0 8px 0 0;
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
}

.shopping-holder .packages li i {
    font-style: normal;
    color: #F3A22F;
}

.shopping-holder .packages li.last {
    border-color: #EBBA65;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffdf9), color-stop(100%, #fffdf7));
    background: -webkit-linear-gradient(top, #FFFDF9 0%, #FFFDF7 100%);
    background: -o-linear-gradient(top, #FFFDF9 0%, #FFFDF7 100%);
    background: -ms-linear-gradient(top, #FFFDF9 0%, #FFFDF7 100%);
    background: linear-gradient(to bottom, #FFFDF9 0%, #FFFDF7 100%);
}

.shopping-holder .packages li.last .price {
    background: #FDBF2C;
    border-color: #DE9123;
}

.shopping-holder .more {
    width: 96%;
    margin: 0 0 1em 3px;
    padding: 14px 0 12px 45px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    position: relative;
    border-radius: 3px;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    box-shadow: 0 1px 3px #A25555;
    background: #FF5E5E url(../images/bg-more.png) repeat-y 60px 0;
    border-bottom: 4px solid #D84545;
    overflow: hidden;
    color: #FFF;
}

.shopping-holder .more:hover {
    background: #D84545 url(../images/bg-more.png) repeat-y 60px 0;
    border: none;
    margin-bottom: 4px;
    text-decoration: none;
}

.shopping-holder .more:before {
    width: 36px;
    height: 37px;
    position: absolute;
    left: 14px;
    top: 8px;
    content: '';
    background: url(../images/bg-cart.png) no-repeat;
}

.shopping-holder .elements {
    /* padding: 40px 88px 10px; */
}

.shopping-form {
    margin: 0 auto;
}

.shopping-form .steps {
    padding: 10px 0 12px;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: justify;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    border-bottom: 2px solid #097989;
}

.shopping-form .steps:after {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    content: '';
    height: 0;
    font-size: 0;
    line-height: 0;
}

.shopping-form .steps li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: bold;
    color: #B5C2C4;
    text-transform: uppercase;
    position: relative;
}

.shopping-form .steps li:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #B5C2C4;
    border-style: solid;
}

.shopping-form .steps li.current {
    color: #097282;
}

.shopping-form .steps li.done {
    color: #90B539;
}

.shopping-form .steps li.done:after {
    border-color: transparent transparent transparent #90B539;
}

.shopping-form .steps li span {
    display: block;
    padding: 0 5px;
    padding-right: 20px;
}

.shopping-form .steps li:first-child span {
    padding-left: 0;
}

.shopping-form .steps li:last-child span {
    padding-right: 0;
}

.shopping-form .steps li:last-child:after {
    display: none;
}

.shopping-form .cart-holder {
    font-size: 16px;
    line-height: 24px;
    /*Design fix*/
    padding: 1em;
}

.shopping-form .cart-holder .row {
    position: relative;
    margin: 0;
    overflow: hidden;
    padding: 20px 0 17px;
}

.shopping-form .cart-holder .row.heading {
    color: #097786;
    padding: 29px 0 9px;
}

.shopping-form .cart-holder .row:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -o-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -ms-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: linear-gradient(to right, #E5E5E5 0%, #F7F7F7 100%);
}

.shopping-form .cart-holder .row.heading .col1 {
}

.shopping-form .cart-holder .row .col1, .shopping-form .cart-holder .row .col2, .shopping-form .cart-holder .row .col3, .shopping-form .cart-holder .row .col4,
.shopping-form .cart-holder .row .col5, .shopping-form .cart-holder .row .col6 {
    float: left;
}

.shopping-form .cart-holder .row .col1 {
    width: 18px;
    margin-right: 52px;
}

.shopping-form .cart-holder .row .col2 {
    width: 260px;
    margin-right: 54px;
}

.shopping-form .cart-holder .row .col3 {
    width: 180px;
    margin-right: 57px;
}

.shopping-form .cart-holder .row .col4 {
    width: 88px;
    margin-right: 73px;
}

.shopping-form .cart-holder .row .col5 {
    width: 130px;
    margin-right: 44px;
}

.shopping-form .cart-holder .row .col6 {
    width: 130px;
    margin-right: 10px;
}

.shopping-form .cart-holder .btn-delete {
    width: 15px;
    height: 15px;
    background: url(../images/btn-delete.png) no-repeat;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    margin: 5px auto 0;
}

/*NEW*/
/*
.shopping-form .cart-holder .row:after {
    background: linear-gradient(to right, #e5e5e5 0%, #f7f7f7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 89%;
}
.shopping-form .cart-holder .row .col2 {
        width: 213px;
        margin-right: 13px;
}

.shopping-form .cart-holder .row .col4 {
    margin-right: 103px;
    width: 80px;
}
.shopping-form .cart-holder .row .col5 {
    margin-right: 103px;
    width: 100px;
}
.shopping-form .cart-holder .row .col3 {
    margin-right: 57px;
    width: 256px;
}
*/
.shopping-form .cart-holder .btn-delete:hover {
    opacity: 0.5;
}

.shopping-form .cart-holder .unit-price {
    font-weight: bold;
}

.shopping-form .cart-holder .total {
    font-weight: bold;
    color: #DE3535;
}

.cart-holder .select-area {
    border: 1px solid #097989;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: default;
    height: 30px;
    display: block;
    margin: -4px auto 0;
    box-shadow: none;
}

.cart-holder .select-area .center {
    white-space: nowrap;
    padding: 3px 10px;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #097989;
}

.cart-holder .select-disabled {
    background: #EEE;
}

.cart-holder .select-area .select-opener {
    background: #FFF url(../images/arrow1.png) no-repeat 9px 12px;
    position: absolute;
    height: 30px;
    width: 26px;
    cursor: pointer;
    right: 1px;
    top: 1px;
}

.drop-item-select.select-options {
    position: absolute;
    overflow: hidden;
    background: #FFF;
    z-index: 2000;
    border-radius: 3px;
}

.drop-item-select.select-options .drop-holder {
    overflow: hidden;
    height: 1%;
    border: 1px solid #ACB3BD;
    border-radius: 3px;
    margin: 2px 0 0;
}

.drop-item-select.select-options ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.drop-item-select.select-options ul li:first-child {
    border: none;
}

.drop-item-select.select-options ul li {
    width: 100%;
    float: left;
    border-top: 1px solid #ACB3BD;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.drop-item-select.select-options ul a {
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    cursor: default;
    color: #444;
    height: 1%;
}

.drop-item-select.select-options .item-selected a {
    text-decoration: none;
    background: #65B5E9;
    color: #FFF;
    cursor: default;
}

.drop-item-select.select-options .optgroup {
    clear: both;
}

.drop-item-select.select-options .optgroup strong {
    display: block;
    padding: 5px;
}

.drop-item-select.select-options .optgroup ul a {
    padding-left: 30px;
}

.shopping-form .preview-holder {
    padding: 18px 0 21px;
    position: relative;
}

.shopping-form .preview-holder:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -o-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -ms-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: linear-gradient(to right, #E5E5E5 0%, #F7F7F7 100%);
}

.shopping-form .preview-frame {
    width: 700px;
    background: #D0D8DF;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.shopping-form .preview-frame img {
    display: inline-block;
    vertical-align: bottom;
}

.shopping-form .preview-frame .preview-text {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
    color: #AAB7C3;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    width: 255px;
    text-align: center;
    padding: 33px 0;
}

.shopping-form .payment-holder {
    padding: 16px 0 0;
    position: relative;
    overflow: hidden;
}

.shopping-form .payment-holder:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -o-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -ms-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: linear-gradient(to right, #E5E5E5 0%, #F7F7F7 100%);
}

.shopping-form .payment-holder .row {
    overflow: hidden;
    text-align: right;
    margin-bottom: 17px;
}

.shopping-form .payment-holder .row:first-child {
    padding-left: 0;
}

.shopping-form .payment-holder label {
    font-size: 16px;
    line-height: 20px;
    color: #097989;
    float: left;
    width: 793px;
    padding: 6px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment-holder .select-area {
    border: none;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: default;
    height: 32px;
    float: right;
    width: 298px !important;
    box-shadow: none;
    background: #097989;
    text-align: left;
}

.payment-holder .select-area .center {
    white-space: nowrap;
    padding: 3px 10px;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    color: #FFF;
}

.payment-holder .select-disabled {
    background: #EEE;
}

.payment-holder .select-area .select-opener {
    background: #097989 url(../images/arrow5.png) no-repeat 7px 13px;
    position: absolute;
    height: 30px;
    width: 27px;
    cursor: pointer;
    right: 0;
    top: 1px;
}

.drop-payment-selector.select-options {
    position: absolute;
    overflow: hidden;
    background: #FFF;
    z-index: 2000;
    border-radius: 3px;
}

.drop-payment-selector.select-options .drop-holder {
    overflow: hidden;
    height: 1%;
    border: 1px solid #ACB3BD;
    border-radius: 3px;
    margin: 2px 0 0;
}

.drop-payment-selector.select-options ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.drop-payment-selector.select-options ul li:first-child {
    border: none;
}

.drop-payment-selector.select-options ul li {
    width: 100%;
    float: left;
    border-top: 1px solid #ACB3BD;
    font-size: 16px;
    line-height: 20px;
}

.drop-payment-selector.select-options ul a {
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    cursor: default;
    color: #444;
    height: 1%;
}

.drop-payment-selector.select-options .item-selected a {
    text-decoration: none;
    background: #65B5E9;
    color: #FFF;
    cursor: default;
}

.drop-payment-selector.select-options .optgroup {
    clear: both;
}

.drop-payment-selector.select-options .optgroup strong {
    display: block;
    padding: 5px;
}

.drop-payment-selector.select-options .optgroup ul a {
    padding-left: 30px;
}

.shopping-form .total-calculator {
    padding: 5px 0 5px 626px;
    text-align: right;
    overflow: hidden;
}

.shopping-form .total-calculator .total-holder {
    padding: 4px 0 2px 34px;
    overflow: hidden;
}

.shopping-form .total-holder .left-side {
    font-size: 16px;
    line-height: 44px;
    text-transform: uppercase;
    color: #097989;
    float: left;
}

.shopping-form .total-holder .amount {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #DE3535;
}

.shopping-form .total-calculator .discount {
    text-align: left;
    overflow: hidden;
    margin-bottom: 15px;
}

.shopping-form .discount .chk-area {
    border: 1px solid #097989;
    margin: 0 15px 0 0;
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 4px;
}

.shopping-form .discount .chk-checked {
    background: #097989 url(../images/sprites.png) no-repeat -27px -81px;
    border-color: #097989;
}

.shopping-form .discount .chk-focus {
    border-color: #097989;
}

.shopping-form .discount .chk-disabled {
    background: #EEE;
}

.shopping-form .discount .jcf-label-disabled {
    color: #CCC;
}

.shopping-form .discount label {
    color: #000;
    font-weight: normal;
    overflow: hidden;
    display: block;
}

.shopping-form .discount label strong {
    font-weight: bold;
}

.shopping-form .update-holder {
    padding: 5px 2px 42px 36px;
    overflow: hidden;
}

.shopping-form .update-holder input[type="text"] {
    width: 272px;
    height: 48px;
    border: 1px solid #097989;
    background: #FFF;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-form .update-holder input[type="submit"] {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afe4ef), color-stop(100%,#98dbe9));
    background: -webkit-linear-gradient(top, #AFE4EF 0%, #98DBE9 100%);
    background: -o-linear-gradient(top, #AFE4EF 0%, #98DBE9 100%);
    background: -ms-linear-gradient(top, #AFE4EF 0%, #98DBE9 100%);
    background: linear-gradient(to bottom, #AFE4EF 0%, #98DBE9 100%);
    width: 158px;
    height: 48px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #045C6D;
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-form .update-holder input[type="submit"]:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98dbe9), color-stop(100%,#afe4ef));
    background: -webkit-linear-gradient(top, #98DBE9 0%, #AFE4EF 100%);
    background: -o-linear-gradient(top, #98DBE9 0%, #AFE4EF 100%);
    background: -ms-linear-gradient(top, #98DBE9 0%, #AFE4EF 100%);
    background: linear-gradient(to bottom, #98DBE9 0%, #AFE4EF 100%);
}

.shopping-form .btn-continue {
    background: url(../images/bg-continue.png) no-repeat;
    width: 217px;
    height: 48px;
    border: none;
    padding: 5px 45px 5px 20px;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    float: right;
    margin-right: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-form .btn-continue:hover {
    background-position: 0 -49px;
}

.shopping-form .information-block {
    position: relative;
}

.shopping-form .information-block h2 {
    margin: 0 0 17px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #097786;
    position: relative;
    padding-bottom: 10px;
}

.shopping-form .information-block h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -o-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -ms-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: linear-gradient(to right, #E5E5E5 0%, #F7F7F7 100%);
}

.shopping-form .information-holder {
}

.shopping-form .information-holder .row {
    margin-bottom: 31px;
    position: relative;
}

.shopping-form .information-holder .row:first-child {
    padding-left: 0;
}

.shopping-form .information-holder label {
}

.shopping-form .information-holder label .required {
    color: #FC3D39;
}

.shopping-form .information-holder input[type="text"], .shopping-form .information-holder input[type="email"], .shopping-form .information-holder
input[type="tel"] {
    border: 1px solid #097989;
    background: #FFF;
    padding: 5px 20px;
    color: #000;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-form .information-holder .error-pop {
    font-size: 12px;
    line-height: 16px;
    color: #FC3D39;
    position: absolute;
    top: 1px;
    left: 671px;
    width: 132px;
    padding: 0 10px;
    display: none;
}

.shopping-form .information-holder .error .error-pop {
    display: block;
}

.shopping-form .information-holder .mobile-holder {
    /* float: left; */
}

.shopping-form .information-holder .mobile-holder input[type="text"], .shopping-form .information-holder .mobile-holder input[type="tel"] {
    /* width: 312px;*/
}

.information-block .select-area {
    border: 1px solid #097989;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: default;
    height: 32px;
    float: left;
    width: 88px;
    box-shadow: none;
    margin-right: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-form .information-holder .error input, .information-block .error .select-area {
    border-color: #FC3D39;
}

.information-block .select-area .center {
    white-space: nowrap;
    padding: 3px 10px;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #097989;
}

.information-block .select-disabled {
    background: #EEE;
}

.information-block .select-area .select-opener {
    background: #FFF url(../images/arrow1.png) no-repeat 7px 12px;
    position: absolute;
    height: 30px;
    width: 34px;
    cursor: pointer;
    right: 1px;
    top: 1px;
}

.drop-area-code.select-options {
    position: absolute;
    overflow: hidden;
    background: #FFF;
    z-index: 2000;
    border-radius: 3px;
}

.drop-area-code.select-options .drop-holder {
    overflow: hidden;
    height: 1%;
    border: 1px solid #ACB3BD;
    border-radius: 3px;
    margin: 2px 0 0;
}

.drop-area-code.select-options ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.drop-area-code.select-options ul li:first-child {
    border: none;
}

.drop-area-code.select-options ul li {
    width: 100%;
    float: left;
    border-top: 1px solid #ACB3BD;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.drop-area-code.select-options ul a {
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    cursor: default;
    color: #444;
    height: 1%;
}

.drop-area-code.select-options .item-selected a {
    text-decoration: none;
    background: #65B5E9;
    color: #FFF;
    cursor: default;
}

.drop-area-code.select-options .optgroup {
    clear: both;
}

.drop-area-code.select-options .optgroup strong {
    display: block;
    padding: 5px;
}

.drop-area-code.select-options .optgroup ul a {
    padding-left: 30px;
}

.shopping-form .disclaimer {
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
}

.shopping-form .disclaimer .discount {
    overflow: hidden;
}

.shopping-form .disclaimer .discount .chk-area {
    margin-right: 10px;
}

.shopping-form .disclaimer .discount label {
    font-size: 16px;
    line-height: 20px;
}

.shopping-form .disclaimer .discount label a {
    color: #097989;
    text-decoration: underline;
}

.shopping-form .disclaimer .discount label a:hover {
    text-decoration: none;
}

.shopping-form .disclaimer .order-info {
    overflow: hidden;
}

.shopping-form .disclaimer p {
    margin: 0 0 21px;
}

.shopping-form .disclaimer .order-info strong {
    font-weight: bold;
}

.shopping-form .information-block.billing:after {
    display: none;
}

.shopping-form .information-block.billing .information-holder label {
    width: 262px;
}

.information-block.billing .select-area {
    width: 266px !important;
}

.information-block.billing .select-area .center {
    text-transform: none;
}

.information-block.billing .select-area .select-opener {
    background: #FFF url(../images/arrow1.png) no-repeat 14px 12px;
}

.shopping-form .information-block.billing .information-holder input[type="text"] {
}

.shopping-form .information-block.add:after {
    display: none;
}

#main .information-block h1 {
    color: #90B53A;
    margin-bottom: 9px;
}

.shopping-form .information-block.add {
    padding: 24px 0 68px;
}

.shopping-form .information-block h2.add {
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}

.shopping-form .information-block h2.add:after {
    display: none;
}

.shopping-form .information-block .order-code {
    font-size: 32px;
    line-height: 34px;
    font-weight: bold;
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 41px;
}

.shopping-form .information-block .order-code:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -o-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -ms-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: linear-gradient(to right, #E5E5E5 0%, #F7F7F7 100%);
}

.shopping-form .information-block .confirmation {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
}

.shopping-form .information-block .confirmation p {
    margin: 0 0 16px;
}

.shopping-form .confirmation:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -o-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -ms-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: linear-gradient(to right, #E5E5E5 0%, #F7F7F7 100%);
}

.shopping-form .confirmation-block {
    position: relative;
    padding: 18px 0 9px;
}

.shopping-form .confirmation-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -o-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: -ms-linear-gradient(left, #E5E5E5 0%, #F7F7F7 100%);
    background: linear-gradient(to right, #E5E5E5 0%, #F7F7F7 100%);
}

.shopping-form .confirmation-block.add:after {
    display: none;
}

.shopping-form .information-block .confirmation-block h2 {
    margin-bottom: 3px;
    padding-bottom: 0;
}

.shopping-form .information-block .confirmation-block h3 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.shopping-form .information-block .confirmation-block h2:after {
    display: none;
}

.shopping-form .confirmation-block dl {
    margin: 0 0 10px;
    overflow: hidden;
}

.shopping-form .confirmation-block dl.info1 {
    margin-bottom: 23px;
}

.shopping-form .confirmation-block dt {
    float: left;
    width: 242px;
    margin-right: 10px;
}

.shopping-form .confirmation-block dd {
    margin: 0 0 4px;
    overflow: hidden;
    font-weight: bold;
}

.shopping-form .confirmation-table {
    width: 792px;
    border-spacing: 0;
    border-collapse: collapse;
}

.shopping-form .confirmation-table th {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #097989;
    padding: 5px 52px 5px 0;
}

.shopping-form .confirmation-table td {
    padding: 0 20px 21px 0;
}

.shopping-form .confirmation-table td.total-label {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #097989;
}

.shopping-form .confirmation-table td strong {
    font-weight: bold;
}

.red-box {
    background: #FFCACA;
    border: 1px solid #FF7979;
}

.message-block {
    height: 1%;
    overflow: hidden;
    padding: 12px 10px 10px 10px;
    margin: 0 0 16px;
    font-size: 12px;
    color: #404030;
    /* font-size: 11px; */
    line-height: 20px;
    background: #FFCACA;
    border: 1px solid #FF7979;
}

.sepete-ekle {
    display: block;
    width: 290px;
    height: 48px;
    background: url('/images/sepeteekle.png') bottom;
    cursor: pointer;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: normal;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #045C6D;
    padding: 15px 46px 5px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px 10px 10px 10px;
}

.sepete-ekle:hover {
    background-position: 0 0;
    text-decoration: none;
}

.eposta {
    background-color: #F9FEF8;
}

.genelozellikler {
    background-color: #FFFFF9;
}

.veritabani {
    background-color: #FFF7F9;
}

.uygulama {
    background-color: #F7FBFF;
}

.kontrolpaneli {
    background-color: #F9F9F9;
}

.callout {
    text-align: left;
    margin-bottom: 10px;
    border-left: 3px solid #EEE;
}

.callout h5 {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 10px;
}

.callout p:last-child {
    margin-bottom: 0;
    padding: 15px;
    margin-top: -5px;
}

.callout code {
    background-color: #FFF;
    border-radius: 3px;
}

.callout-default {
    background-color: #F5F5F5;
    border-color: #DDD;
}

.callout-default h5 {
    color: #555;
}

.callout-danger {
    background-color: #FDF7F7;
    border-color: #D65C4F;
}

.callout-danger h5 {
    color: #D65C4F;
}

.callout-warning {
    background-color: #FCF8F2;
    border-color: #E7804F;
}

.callout-warning h5 {
    color: #E7804F;
}

.callout-info {
    background-color: #F2F7F9;
    border-color: #1992C2;
}

.callout-info h5 {
    color: #1992C2;
}

.callout-success {
    background-color: #F4FAF5;
    border-color: #239169;
}

.callout-success h5 {
    color: #239169;
}

.popbox {
    background: none repeat scroll 0 0 #EFF5F6;
    border: thin solid #656565;
    box-shadow: 0 0 5px 0 rgba(164, 164, 164, 1);
    color: #656565;
    display: none;
    margin-left: -200px;
    margin-top: -50px;
    padding: 10px;
    position: absolute;
    width: 400px;
    z-index: 99999;
    border: #656565;
    text-transform: initial;
}

.popbox h2 {
    background-color: #B3C5C9;
    color: #656565;
    display: block;
    font-size: 14px;
    margin: -10px 0 8px -10px;
    padding: 5px 10px;
    width: 100%;
    text-transform: uppercase;
}

.code-box {
    float: left;
    overflow: hidden;
    font-size: 11px;
    padding-left: 10px;
}

.goScroll {
    cursor: pointer;
    opacity: 1;
}

.goScroll:hover {
     opacity: 0.8;
}

.goScroll .label {
        top: -3px;
        position: relative;
}

.ihs-message-nedir {
    font: 16px / 20px 'proximanova', Arial, Helvetica, sans-serif;
    margin-bottom: 50px;
    overflow: hidden;
    clear: both;
}

.ihs-message-nedir .row {
    margin-bottom: 20px;
} 

.ims-title {
    margin-bottom: 20px;
    overflow: hidden;
}
.ims-title-img {
margin: 0;
padding: 0;
    display: block;
    float: left;
}
.ims-title-span {
    color: #045C6D;
    margin-left: 0;
    padding: 12px 0;
    font-size: 24px;
    display: block;
    float: left;
}

.ihs-message-nedir h2 span {
    margin: 0;
    padding: 10px 0 0 0;
}

.ihs-message-nedir h3 {
    color: #045C6D;
    margin-left: 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}
.ihs-message-nedir p {
    margin-bottom: 1em;

}
.ihs-message-nedir .img-responsive {
    padding: 5px;
    margin-bottom: 2em;
    display: inline-block;
}

.kurumsal-paket-nedir * {
    font: 16px / 20px 'proximanova', Arial, Helvetica, sans-serif;
}

.kurumsal-paket-nedir h2, .kurumsal-paket-nedir .title-article {
    color: #045C6D;
    margin-left: 0;
    padding: 0;
}

.kurumsal-paket-nedir h3 {
    color: #045C6D;
    margin-left: 0;
    padding: 0;
    font-weight: bold;
}

.kurumsal-paket-nedir img {
    margin-bottom: 2em;
}

.kurumsal-paket-nedir p {
    margin-bottom: 4em;
    text-align: justify;
}

.kurumsal-videolar {
    text-align: center;
}

.kurumsal-videolar a {
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 1em;
    padding: 1em;
}

.kurumsal-videolar p {
    margin-bottom: 4em;
}

.kurumsal-videolar {
}

.kurumsal-videolar {
}

.urun-ozellikleri article {
    min-height: 15em;
    text-align: left;
}

.urun-ozellikleri article h2 {
    margin: 0 0 1em;
    font-size: 1.5em;
    font-weight: normal;
    color: #045C6D;
}

.urun-ozellikleri-img img {
    margin: 1em auto 3em;
}

.urun-ozellikleri article p {
    margin-bottom: 2em;
}

.btn1 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afe4ef), color-stop(100%,#98dbe9));
    background: -webkit-linear-gradient(top, #AFE4EF 0%, #98DBE9 100%);
    background: -o-linear-gradient(top, #AFE4EF 0%, #98DBE9 100%);
    background: -ms-linear-gradient(top, #AFE4EF 0%, #98DBE9 100%);
    background: linear-gradient(to bottom, #AFE4EF 0%, #98DBE9 100%);
    color: #045C6D;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn1 :hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98dbe9), color-stop(100%,#afe4ef));
    background: -webkit-linear-gradient(top, #98DBE9 0%, #AFE4EF 100%);
    background: -o-linear-gradient(top, #98DBE9 0%, #AFE4EF 100%);
    background: -ms-linear-gradient(top, #98DBE9 0%, #AFE4EF 100%);
    background: linear-gradient(to bottom, #98DBE9 0%, #AFE4EF 100%);
}

.category-list-new {
    overflow: hidden;
    padding: 0;
    margin-bottom: 2em;
}

.category-list-new li {
    list-style: none;
}

.category-list-new a {
    display: block;
    padding: 0.5em 2em 0em 2em;
    border: 1px solid #DDD;
    background: #EEE;
    margin: 0.5em;
    border-radius: 0.3em;
    text-align: center;
    float: left;
}

.category-list-new a:hover {
    background: rgb(236, 245, 255);
    text-decoration: none;
    border: 1px solid rgb(183, 228, 239);
}

.category-list-new .cat-name {
    display: block;
    font-size: 1em;
    font-weight: bold;
}

.category-list-new .cat-count {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.9em;
}

.crt-btn {
    background: url(../images/sprites.png) no-repeat 0 -113px;
    color: #045C6D;
    display: inline-block;
    padding: 1em 4em 1em 2em;
    text-transform: uppercase;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.crt-inp {
    margin-top: 1px;
    height: 3.4em;
}

.about-ihs {
    line-height: 1.6em;
}

.about-ihs p {
    margin-bottom: 1em;
}

.about-ihs img {
    margin-bottom: 5em;
}

.contact {
}

.contact h2 {
    margin-top: 3em;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 0.5em;
    color: #097786;
    border-bottom: 1px solid #DDD;
}

.contact p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.contact .row {
    padding-bottom: 2em;
}

.referanslar {
}

.referanslar img {
    margin: 2em auto;
    display: block;
}

.referanslar {
}

.ihs-red {
    color: red;
}

/**** Hosting New Packeds And Floating ****/
.red-price {
    color: #CB0000;
}

.red-price.line-throught {
    text-decoration: line-through;
}

.green-price {
    color: #559D33;
}

.compareHosting {
}

.compareHosting strong {
    vertical-align: baseline;
}

.compareHosting .data-box {
    /*text-align: left !important;*/
}

/*
.compareHosting .data-box .title {
    padding: 20px 0 !important;
}
*/
.compareHosting .data-box li {
    border-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: none;
}

.compareHosting .data-box li span, .compareHosting .data-box li strong {
    display: inline-block;
}

.compareHosting .ozellikler {
}

.compareHosting .data-box ul {
    border-bottom: 1px solid #EBEBEB;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}

.packed-new-ul.kontrolpaneli {
    margin-bottom: 20px;
}

.product-info-small {
    /*display: block;*/
    font-size: 14px;
    margin-left: 5px;
}

.product-info-small.line-throught {
    text-decoration: line-through;
    color: #BBB;
}

.packed-new-ul {
    color: #393939;
}

.packed-new-ul li {
    min-height: 50px;
    font-size: 14px;
    line-height: 19px !important;
}

.packed-new-ul li div {
    display: table-cell;
    vertical-align: middle;
}

.compareHosting ul {
}

.compareHosting li strong {
    vertical-align: baseline !important;
}

#top-float-prices .compareHosting .btn-buy a {
    width: 110px;
    height: 32px;
    border-radius: 18px;
    font-size: 13px;
    text-indent: 5px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #373737;
    margin-left: auto;
    padding: 5px 30px 5px 5px;
    /*position: absolute;*/
    /*top: 94px;*/
    /*right: 16px;*/
    float: right;
}

#top-float-prices .btn-buy {
    padding: 17px 0 0;
}

#top-float-prices .btn-buy a:after {
    background-position: -124px -259px !important;
    top: 4px !important;
    right: 4px !important;
    width: 20px !important;
    height: 20px !important;
}

#top-float-prices .new-price {
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    float: left;
    margin: 35px auto 0;
    min-width: 50%;
}

#top-float-prices .new-price.full {
    width: 100%;
    float: none;
    margin-top: 20px;
}

#top-float-prices .new-price div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.new-price {
    display: none;
}

#top-float-prices .data-box {
    background: #F4F8F9;
    border: 0 none;
    margin: 0;
}

#top-float-prices .packets--header {
    min-height: auto !important;
    padding-top: 20px !important;
}

#top-float-prices .packets-box {
    margin-top: 10px !important;
}

#top-float-prices .packets--header-title {
    margin-bottom: 10px !important;
}

#top-float-prices .packets--header-price-range {
    margin-bottom: 10px !important;
}

#top-float-prices {
    overflow: hidden;
    background: #F4F8F9;
    height: 0;
    /*height: 143px !important;*/
    padding: 0 0 0px 0;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 0;
    top: -170px;
    left: 0;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid #F0F0F1;
}

#top-float-prices.growUp {
    display: block;
    height: auto !important;
    z-index: 1061;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 0.98 !important;
    top: 0px !important;
    padding-bottom: 15px;
}

#top-float-prices.growUp:hover {
    padding-top: 10px !important;
}

/**** Hosting  Packeds 2 ****/
h1 {
}

.packets-h1 {
    text-align: center;
    margin: auto !important;
    /*font-size: 2.5em;*/
    /*line-height: 50px;*/
    /*font-weight: 300;*/
    /*text-transform: uppercase;*/
    /*color: #045C6D;*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*position: relative;*/
    /*padding-left: 43px;*/
    /*letter-spacing: 2px;*/
    /*font-size: 27px;*/
    color: #707479 !important;
    font-size: 2em !important;
    font-weight: normal !important;
    margin: 1.5em 0 !important;
    text-transform: none !important;
    display: block !important;
    font-weight: 300 !important;
}

.packets-h1:before {
    display: none !important;
}

.packets {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    color: #454B53;
    text-align: center;
    font-size: 14px;
}

.col-md-20 {
}

.infinity {
}

.infinity span {
    font-size: 2em;
    font-family: Helvetica;
    font-weight: lighter;
}

.packets--row {
    min-height: 50px;
}

.packets-info {
    text-align: right;
}

.packets--header {
    min-height: 220px;
    padding-top: 50px;
    margin-bottom: 20px;
}

.packets--header-title {
    font-size: 21px;
    color: #878787;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0;
}

span.vds-sub-info {
	font-size: 10.5px;
	color: #a0a0a0;
}

.packets--header-title.wordpress-title {
    font-size: 18px
}

.packets--header-title.bluee {
    color: #4F96CD;
}

.packets--header-title.orange {
    color: #FE7E00;
}

.packets--header-title.red {
    color: #E1221B;
}

.packets--header-title.green {
    color: #2BC040;
}

.packets--header-price {
    color: #3CBE00;
    font-size: 26px;
}

.packets--header-price.red {
    color: #E1221B;
    font-size: 18px;
    text-decoration: line-through;
    margin-top: -21px;

}

.packets--header-price-range {
    margin-bottom: 20px;
    color: #878787;
    font-size: 11px;
}

.packets-info--text {
}

.packets-buy-btn {
    border: 1px solid #64C554;
    color: #29C800;
    line-height: 23px;
    padding-bottom: 4px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
    font-weight: bold;
    /*+border-radius: 2px;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.packets-buy-btn.selected {
    color: #FFFFFF;
    background: #29C800;
}

.packets-buy-btn:hover {
    color: #FFFFFF;
    background: #29C800;
}

.packets-box {
}

.packets-box-main {
}

.packets-box-main .btn i {
    font-weight: bold;
}

.packets-box-main .packets--header-title {
    font-size: 1.3em;
    color: #045C6D;
    font-weight: 300;
}

.packets-box.center-box {
    border-radius: 3px;
    border: 1px solid #F0F0F1;
    background: #FBFCFD;
}

.packets-details {
    margin-top: 20px;
    margin-bottom: 50px;
}

.packets-details-header {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.packets-details-header-a {
    color: #878787;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: none;
}

.packets-details-header-a:hover {
    color: #5B5B5B;
    text-decoration: none;
}

.packets-details-header-a:focus {
    color: #494949;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: none;
}

.packets-details-header-a.collapsed .fa-angle-right {
    display: inline-block;
}

.packets-details-header-a.collapsed .fa-angle-down {
    display: none;
}

.packets-details-header-a .fa-angle-right {
    display: none;
}

.packets-details-header-a .fa-angle-down {
    display: inline-block;
}

.packets-details-header-a:hover {
    color: #464646;
}

.packets-detail {
    text-align: right;
    font-size: 0.85em;
    color: #4D535A;
}

.packets-details-container {
    margin-bottom: 10px;
}

.packets-details .fa-check {
    color: #59D181;
}

.sitebaz .fa-check {
    color: #59D181;
}

.ssl .fa-check {
    color: #59D181;
}

.packets-details .fa-times {
    color: #E83636;
}

.packets-details .fa-times {
    color: #E83636;
}

.sitebaz .fa-times {
    color: #E83636;
}

.sitebaz-pro .fa-times {
    color: #E83636;
}

.sitebaz-pro .fa-check {
    color: #59D181;
}

.sitebaz-live-demo a {
	min-width: 230px;
	font-size: 14px;
}

.sitebaz-live-demo a:last-child {
	background: #33CB48;
	color: #FFFFFF;
}


.ssl .fa-times {
    color: #E83636;
}

.packets-detail--row {
    min-height: 25px;
    min-height: 40px;
}

.packets-detail--text {
}

.main-packets-info--text {
    margin-bottom: 20px;
    font-size: 0.85em;
}

.free-services {
    margin-top: 50px;
    margin-bottom: 20px;
}

.free-services h4 {
    margin-top: 65px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #EEEEEE;
}

.free-services h4 i {
    font-style: normal;
    border-bottom: 2px solid #FFF711;
    margin-bottom: -2px;
    position: relative;
    display: inline-block;
    font-weight: 500 ;
}

.free-services p {
    color: rgba(105, 106, 105, 0.847);
    line-height : 24px ;
}

.btn-free-services {
    background: #2389B0;
    color: #FFFFFF;
    border: 1px solid #2389B0;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-sss {
    background: #FFFFFF;
    color: #2389B0;
    border: 1px solid #2389B0;
    margin-left: 5px;
    margin-right: 5px;
}

.free-services-row {
    margin-bottom: 40px;
}
.header-top-campaign-content {
    color: #3C763C;
}
.campaign-remaining-time .day, .campaign-remaining-time .hour, .campaign-remaining-time .minute, .campaign-remaining-time .second {
	position: relative;
}
.campaign-remaining-time .day::after {
    content: 'Gün';
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
}
.campaign-remaining-time .hour::after {
    content: '';
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    bottom: -11px;
    left: 50%;
    margin-left: -9px;
}
.campaign-remaining-time .minute::after {
    content: '';
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    bottom: -11px;
    left: 50%;
    margin-left: -18px;
}
.campaign-remaining-time .second::after {
    content: '';
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    bottom: -11px;
    left: 50%;
    margin-left: -20px;
}
.header-top-campaign-content .campaign-remaining-time {
	width: 350px; 
	height: 54px; 
	background-color: #0072BC; 
	color: #ffffff; 
	position: relative;
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}
.header-top-campaign-content .campaign-remaining-time::after {
	content: '';
	position: absolute;
	height: 8px;
	width: 100%;
	background-color: #0072BC;
	top: -8px;
	left: 0;
}
.header-top-campaign-content .campaign-remaining-time-red {
	width: 350px; 
	height: 54px; 
	background-color: #0072BC; 
	color: #ffffff; 
	position: relative;
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
	background-color: #F15B5B!important;
	transition: all ease-in-out .3s;
}
.header-top-campaign-content .campaign-remaining-time-red::after {
	content: '';
	position: absolute;
	height: 8px;
	width: 100%;
	background-color: #F15B5B!important;
	top: -8px;
	left: 0;
	transition: all ease-in-out .3s;
}

.header-top-campaign {
    background-color: #DCEDD4;
    text-align: center;
    padding: 4px;
    transition: all ease-in-out 1s;
}
.header-top-campaign__left span{
	font-size: 22px;
	font-weight: 700;
}
.header-top-campaign__middle{
	font-size: 36px; 
	font-weight: 800
}
.header-top-campaign__right{
	display: flex;
	align-items: center;
	justify-content: space-around; 
	width: 330px; 
	margin-left: 10px; 
}
.header-top-campaign-content {
    color: #005C6E;
    display: flex;
    align-items: center;
    justify-content: space-around; 
    margin: auto
}
.header-top-campaign-content a {
	 color: #005C6E;
    text-decoration: underline;
    font-weight: 700;
}
.header-top-campaign-content strong {
    font-weight: bold;
}
.header-top-campaign-content .link {
    text-decoration: underline;
    display:inline-block;
    color: #005C6E;
    font-weight: bold;
}
.header-top-campaign-content .link:hover {
    text-decoration: none;
    color: #006D82;
}
@media screen and (max-width: 1200px) and (min-width: 810px)  {
 .header-top-campaign-content .campaign-remaining-time, .header-top-campaign-content .campaign-remaining-time-red  {
	display: none;
  }
  .header-top-campaign__left span, .header-top-campaign__middle{
	margin: 0 10px;
  }
}
@media only screen and (max-width: 810px) {
	.header-top-campaign-content .campaign-remaining-time, .header-top-campaign-content .campaign-remaining-time-red  {
	  display: none;
    }
    .header-top-campaign-content {
      flex-wrap: wrap
    }
   .header-top-campaign__middle {
	margin: 10px 10px 6px 10px;
  }
}

.emoji-ooo {
    background: url("../assets/images/emoji-ooo.png") center center;
    display:inline-block;
    margin-bottom: -5px;
    margin-right: 4px;
    margin-top: 0px;
    height: 23px;
    width: 23px;
}
.sepette-25 {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    line-height: 24px;
    border-radius: 3px;
 
}
.sepette-25 strong {
    color: #cb0000;
    font-weight: 500;
}
.ihs-para-box-content {
	border: 1px solid #ade588; 
	background-color: #d9f5b6; 
	color: #333; 
	padding: 12px 20px; 
	border-radius: 4px; 
	font-size: 13px;
}
 
.ihs-para-box-content a{
color: #337AB7;
}

.ihspara-question{
	font-size: 22px;
	margin-top: 40px; 
	margin-bottom: 15px; 
	font-weight: bold;
}

.ihspara-question ~ ul li {  
	margin-bottom: 10px;
}

.ihspara-question:first-child{
	margin-top: 0;  
}

.ihspara-question-annotation{
	font-size: 12px;
	margin-top: 60px; 
}




/*Responsive*/
@media (max-width: 1200px) {
    #nav {
        /*padding-top: 0.5em;*/
    }
    
    #nav li {
        /*margin: 0 0 0.8em 3em !important;*/
    }
    
    #navigation > li > a {
        padding: 1.6em .742em 1.4em .742em;
    }
    
    #navigation > li > a:before {
        display: none !important;
    }
    
    .domain-register .register-tab li a {
        min-width: inherit;
        padding: 26px 14px 10px;
    }
    
    .domain-register .search-bar input[type='search'], .domain-register .search-bar input[type='text'] {
        width: 80%;
        margin-bottom: 1em;
    }
    
    .domain-register .search-bar input[type='submit'] {
        float: none;
        float: left;
        /* width: 20%;*/
    }
    
    .hosting-packages ul.features li, .cloud-services ul.features li {
        font-size: 10px;
    }
    
    .hosting-packages .features dd, .cloud-services .features dd {
        padding: 20px 15px 18px 70px;
    }
    
    .slider-block .dragger {
        width: 500px;
    }
    
    .shopping-holder .packages li {
        float: none;
        width: inherit;
        margin: 0 0 10px 0 !important;
    }
    
    .shopping-holder .more {
        width: 100%;
    }
    
    .domain-register .search-form .col {
        width: 16.98%;
        margin: 0 1em 1.8em 0;
    }
    
    ul.services-list {
        margin-left: 0 !important;
        margin-bottom: 60px;
    }
    
    #top-float-prices .new-price {
        float: none !important;
        text-align: center;
        margin: 10px 0;
    }
    
    #top-float-prices .new-price div {
        position: static;
        top: auto;
        /*+transform: none;*/
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    #top-float-prices .compareHosting .btn-buy {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    #navigation > li > a:before {
        display: none;
    }
    
    #navigation > li > a {
        /*padding: 1.1em 1.2em 0 1.3em;*/
    }
}

@media (min-width: 1200px) {
    .col-md-2 .md-p5, .col-md-3 .md-p5 {
        padding: 0.3em !important;
    }
}

@media (max-width: 992px) {
    .menu--ad-price-link {
        margin-top: 10px;
        display: block;
    }
    
    .services-menu .drop .col-new {
        min-height: 220px;
    }
    
    #navigation > li > a {
        padding: 1.5em 1em 1.5em 0.9em;
    }
    
    #nav {
        padding-top: 0;
    }
    
    #nav ul {
        text-align: center !important;
    }
    
    #nav li {
        /*margin: 0 0 0.8em 1em !important;*/
    }
    
    #navigation > li > a > span {
        padding-right: 0 !important;
        background: none;
        color: #333;
    }
    
    .domain-register .register-tab li {
        width: 19.98%;
    }
    
    .domain-register .register-tab li a:after {
        display: none;
    }
    
    .elements-nav li {
        font-size: 15px;
        margin-left: 0;
    }
    
    .elements-nav li a {
        padding: 0 20px;
    }
    
    .practice .idea img {
        margin: 0.5em 1em 0 1em;
    }
    
    .slider-block .dragger {
        width: 250px;
    }
    
    .sm-p5 {
        padding: 0.3em !important;
    }
    
    .packet-configure .first-li {
        height: 80px;
    }
    
    #top-float-prices .compareHosting .btn-buy a {
        /*width: 101px;*/
        padding: 0;
        text-indent: 0;
    }
    #navigation > li:last-child {
	    float: left;
	}
    .logo {
    	text-align: -webkit-center;
    }
}

@media (min-width: 992px) {
    .services-menu .col-md-2 {
        width: 19.49999%;
    }
    
    .domain-register .search-bar input[type='search'], .domain-register .search-bar input[type='text'] {
        width: 80%;
        margin-bottom: 1em;
    }
    
    .packets-details-header {
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .packet-configure .btn-buy a {
        width: 95px;
        padding: 5px;
    }
    
    .packet-configure .btn-buy a:after {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .services-menu {
        padding: 0;
    }
    
    .elements-nav {
        text-align: center;
    }
    
    .elements-nav li {
        float: none;
        margin-bottom: 0.35em;
    }
    
    .domain-register .register-tab li a {
        padding: 16px 14px 10px;
    }
    
    .slider-block .dragger {
        width: inherit;
    }
    
    .shopping-holder .platform-selector {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        height: inherit;
        margin: 10px auto;
    }
    
    .shopping-holder .platform-selector li {
        margin-bottom: 10px;
    }
    
    .calculator-data, .column-left {
        padding-top: 0 !important;
    }
    
    .calculator-data {
        padding-left: 0em;
    }
    
    .sm-p5 {
        padding: 0.858em !important;
    }
    
    .packet-configure li strong, .packet-configure li span {
        display: block;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 480px) and (max-width: 768px) {
    #navigation > li {
        height: inherit;
    }
    
    #navigation > li > a {
        padding: 0.6em 0.7em 0 0.7em !important;
        font-size: 0.9em;
        line-height: 1em;
        display: inline-block;
        float: none;
        height: 2em;
    }
    
    #navigation > li > a:after {
        bottom: 0;
    }
}

@media (max-width: 480px) {
	#navigation > li:last-child {
	    float: none;
	}
    .logo img {
        /*width: 100%;*/
    }
    .logo {
    	text-align: -webkit-center;
    }
    
    #nav ul {
        /*margin: 10px;*/
    }
    
    #nav li {
        padding: 3px;
    }
    
    #header {
        padding: 0.5em;
    }
    
    #header .logo {
        padding: 0;
    }
    
    #lz_floating_button {
        display: none;
    }
    
    #navigation {
        text-align: center;
    }
    
    #navigation > li > a {
        padding: 0.5em !important;
    }
    
    #navigation > li {
        font-size: 0.9em;
        line-height: 1em;
        display: inline-block;
        float: none;
        height: 2em;
    }
    
    #navigation > li > a:after {
        bottom: 0;
    }
    
    #main h1 {
        padding-left: 0 !important;
    }
    
    #main h1:before {
        display: none;
    }
    
    .domain-register .register-tab li {
        float: none;
        width: inherit;
    }
    
    .domain-register .search-form .check-holder {
        padding: 0 0.5em 0 1em;
    }
    
    .domain-register .search-form .col {
        width: 40.99%;
        margin: 0 1em 1.8em 0;
    }
    
    .practice .idea {
        padding: 1em;
    }
    
    .practice .idea img {
        margin: 0.5em 0.5em 0 0.5em;
    }
    
    .practice h2 {
        font-size: 20px;
    }
    
    .hosting-packages ul.features li, .cloud-services ul.features li {
        font-size: 12px;
    }
    
    .domain-register .search-bar input[type='search'], .domain-register .search-bar input[type='text'] {
        width: 100%;
        margin-bottom: 1em;
    }
    
    .slider-block .dragger {
        width: inherit;
    }
    
    .combolist {
        width: 90%;
    }
    
    #main.add h1, #main h1 {
        font-size: 1.3em;
        line-height: 1.3em;
    }
    
    .slider-block .banner-image .description {
        width: inherit;
        position: inherit;
        top: 0;
        left: 0;
    }
    
    .packet-configure .first-li {
        height: 40px;
    }
    
    .platform {
        margin: 0 !important;
    }
    
    .m-top-50 .services-list {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
    }
    
    .subheader-icon {
        display: none !important;
    }
    
    .kampanya-bg {
        background: #166272 !important;
        min-height: 300px !important;
    }
    
    .hdetay {
        margin-top: 100px !important;
    }
    
    .services-list img {
        float: none !important;
        margin-right: inherit !important;
    }
    
    ul.services-list {
        margin-left: 0;
    }
    
    .payment-holder .select-area {
        width: auto !important;
    }
    
    .shopping-form .confirmation-block dt {
        float: none;
        width: inherit;
    }
    
    .btn-explore {
        margin-bottom: 2em;
    }
    
    /* ikinci el alanadı */
    .category-list-new a {
        width: 43%;
        padding: 0.5em 1em 0em 1em;
    }
    
    .shopping-form .total-calculator {
        padding: 1em;
    }
    
    .shopping-form .cart-holder .row .col4 {
        width: 95px;
    }
}

/* Answer Ticket */

.answer-ticket .selection-block {
    background: #FFF;
    position: relative;
    margin-bottom: 3em;
    padding-bottom: 2em;
}
.answer-ticket .selection-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    box-shadow: 1px 17px 20px -10px #B7C5C8;
    z-index: 1;
}
.answer-ticket .title {
    color : #3296B2 ;
    font-size : 24px;
    padding : 40px 0;
}
.answer-ticket .yellow {
    background: rgba(255,255,85,0.35);
    padding: 13px;
    color: #575757;
}
.answer-ticket .btn-answer {
    color: #FFFFFF;
    background: #33CB48;
    -webkit-border-radius:3px!important;
    -moz-border-radius:3px!important;
    border-radius:3px!important;
    border : none;
    font-weight: 400 ;
    float: right;
    padding: 13px 35px;
    font-size: 13.5px;
    margin-top: 15px;
}
hr.answer-hr {
    margin-top: 140px;
}
.answer-ticket .btn-answer:hover {
    background: rgba(51, 202, 72, 0.870);
}
.answer-ticket textarea {
    font-size : 14px;
    width: 100%;
    height: 200px;
    border:1px solid #DDDDDD;
    padding: 5px 10px!important;
}
.answer-ticket textarea:focus {
    border: 1px solid #0098B5!important;
    outline:none;
}
.answer-ticket hr {
    border-top: 1px solid #DDDDDD;
}
.answer-ticket img.icon {
    height : 30px
}
.answer-ticket .answer {
    padding : 10px 20px ;
    background : rgba(50,150,178,.2) ;
    line-height:22px;
    color : rgba(79,79,79,0.81) ;
    font-size : 14px ;
}
.chat table tr:nth-child(odd) {
    margin-top : 15px ;
    color : rgba(79,79,79,0.81) ;
    font-size : 14px ;
}
.chat table tr:nth-child(even) td td{
    padding : 10px 20px ;
    background : rgba(51,149,176,0.13) ;
    color : rgba(79,79,79,0.81) ;
    font-size : 14px ;
    border: 1px solid rgba(51,149,176,0.19);
}
.chat table tr:nth-child(even){
    background : transparent;
}
.chat table tr,.chat table td {
    background-color: transparent;
}
.grey-bg {
    padding : 10px 20px!important ;
    background : rgba(216,216,216,0.21)!important ;
    line-height:22px!important;
    color : rgba(79,79,79,0.81) ;
    font-size : 14px ;
    border: 1px solid rgba(216,216,216,0.3)!important;
}
table tr td.answer-musteri {
    padding : 10px 20px ;
    background : rgba(216,216,216,0.21) ;
    line-height:22px;
    color : rgba(79,79,79,0.81) ;
    font-size : 14px ;
    border : 1px solid rgba(216,216,216,0.1)
}
.answer-ticket table {
    width: 100%;
}
.answer-ticket .answer-musteri{
    padding : 10px 20px ;
    background : rgba(216,216,216,0.21) ;
    line-height:22px;
    color : rgba(79,79,79,0.81) ;
    font-size : 14px ;
}
.answer-ticket .padd {
    padding : 6px ;
}

/* new-ticket */
.new-ticket label {
    color : #575757 ;
    font-weight : 400 ;
}
.new-ticket .inputs, .signUpSelect {
    width : 100%;
    border : 1px solid #DDDDDD!important;
    height : 35px!important ;
    padding: 5px 10px!important;
}
.new-ticket .inputs:focus {
    border : 1px solid #0098B5!important ;
}
.has-error .form-control {
    border-color: #A94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.new-ticket .btn-next {
    color: #FFFFFF;
    background: #33CB48;
    padding: 10px 10px 8px 10px;
    -webkit-border-radius:3px!important;
    -moz-border-radius:3px!important;
    border-radius:3px!important;
    border : none;
    font-weight: 400 ;
}
.new-ticket .btn-next:hover {
    background: rgba(51, 202, 72, 0.870);
}
.new-ticket input[value=Gönder] {
    padding: 13px 35px;
    font-size: 13.5px;
}
.new-ticket span.kod {
    color: #0098B5;
    font-weight: 500;
    font-size: 10px ;
    line-height: 24px;
}
.question-answer {
    padding-top: 20px;
    padding-bottom: 12px;
    margin-top: 1em;
}
.new-ticket .text-top {
    font-size : 14px ;
}
.new-ticket .text-top a {
    color : #0098B5 ;
}
.new-ticket .security-code {
    margin-top : 30px ;
}
.new-ticket .destek-icon {
    clear : both
}
.new-ticket .shopping-form .information-block h2:after{
    height: 0px;
}
.new-ticket .shopping-form .information-block:after {
    height: 0px;
}
.new-ticket .domain-register .selection-block:after{
    width: 1130px;
}

span.domain-campaign {
    font-size : 13px
}
img.campaign-icon {
    height: 50px;
    width: 50px;
}

@media (max-width: 992px) {
    span.domain-campaign {
        display: none;
    }
}

@media (min-width: 993px) {
    span.domain-campaign {
        display: inline;
    }
}

/* SenderKing */

.sendeking-infinite {
    font-size: 1.5em;
    font-family: Helvetica;
    font-weight: lighter;
}

p.senderking-title {
    color: #707479 ;
    font-size: 2em;
    font-weight: 300;
    margin : 60px 0 0 0 ;
    letter-spacing: 2px;
    line-height: 40px;
}

p.senderking-top-explanation {
    font-weight: 300 ;
    color: #707479 ;
    font-size: 1em ;
    margin-bottom: 40px;
    line-height: 32px;
}

hr.hr-width-50 {
    width: 40%;
}

i.fa-check-green {
    color : #59D181
}

p.senderking-properties {
    line-height: 24px;
}

img.senderking-img {
    margin-top: 65px;
}

.senderking-campaign {
    border: 1px solid #F0F0F1;
    background: #F6F9FA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5em 2em 1.5em;
    margin-top: 4em;
}

.senderking-campaign-down {
    margin-bottom: 4em;
}

.senderking-campaign-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0.5em;
    line-height: 30px;
    color : #333!important; ;
}

.senderking-title-span {
    line-height : 27px ;
}

.senderking-campaign-text {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 1em;
    color : #333!important; ;
}

.senderking-campaign a {
    margin-top : .2em ;
    font-size: 1em;
}

a.sender-king {
    color : #454B53;
}

a.sender-king:hover {
    color: #454B53;
    text-decoration: none;
}

.detail-senderking h4 {
    color : #333 ;
}

.detail-senderking h4 i{
    font-weight: 400;
}

.detail-senderking p {
    color : #333 ;
}


/* Com-Net-Org Kampanya */

p.com__net__org__campaign,p.com__net__org__campaign--result {
    margin: -20px 0 20px 0;
    line-height: 30px;
    font-weight: 300;
    color: #045C6D;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 43px;
    letter-spacing: 2px;
    font-size: 20px
}

/* Hosting sayfasindaki Kampanya */

.domain-free-campaign {
    color : #4D535A ;
    font-size: 13.6px;
    margin-left : 10px ;
}

@media (max-width: 480px) {
    p.com__net__org__campaign {
        line-height: 1.5em;
        padding-left: 0 !important;
    }
}

/* padd-6 */

.padd-6 {
    padding-top: 6px;
}

/* Ribbon */


#top-float-prices .ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
#top-float-prices .ribbon span {
    font-size: 9px;
    font-weight: bold;
    color: #3C763D;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #dff0d8;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
#top-float-prices .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
#top-float-prices .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.packets--header .ribbon {
    position: absolute;
    left: 5px;
    top: -7px;
    z-index: 1;
    overflow: hidden;
    width: 95px;
    height: 95px;
    text-align: right;
}
.packets--header .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #3C763D;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 126px;
    display: block;
    background: #DFF0D8;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 30px;
    left: -25px;
}
.packets--header .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #9AB782;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #9AB782;
}
.packets--header .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #9AB782;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #9AB782;
}

@media (max-width: 768px) {
    .packets--header .ribbon {
        left: 15px;
    }
}

.sitebaz-properties {
    line-height: 1.1!important;
    padding-left: 0 !important;
    overflow: inherit!important;
}

/* SSL Sayfaları */


.ssl-content {
    margin-bottom : 50px ;
}
.ssl .packets--header-title{
    margin-bottom: 0;
    height: 53px;
    line-height:25px;
}
.ssl .packets--header-price {
    line-height: 25px;
}
.ssl .bayi-quick .packets--header-price{
    margin-top : 10px;
}
.ssl .pci-dss .packets--header-price{
    margin-top : 35px;
}
.ssl .pci-dss .packets--header {
    min-height:238px;
}
.ssl .hizli .packets--header-price {
    margin-top: 20px;
}
.ssl .hizli .packets--header {
    min-height: 223px ;
}
.ssl .wildcard .packets--header {
    min-height : 223px ;
}
.ssl .wildcard .packets--header-price {
    margin-top : 20px ;
}
.ssl .kurumsal .packets--header {
    min-height : 223px ;
}
.ssl .kurumsal .packets--header-price {
    margin-top : 20px ;
}
.ssl .kurumsal-ev .packets--header {
    min-height : 223px ;
}
.ssl .kurumsal-ev .packets--header-price {
    margin-top : 20px ;
}

@media (min-width: 992px) {
    .ssl .col-md-2{
    width: 16.66666667%;
}
}

@media (max-width: 1200px) {

    .packets-box:nth-child(4) .bayi-rapid a.packets-buy-btn{
        margin-top : 20px ;
    }
    .ssl .bayi-rapid .packets--header-price {
        margin-top : 10px;
    }
    .ssl .bayi-rapid .packets--header {
        min-height : 233px;
    }
    .ssl .bayi-quick .packets--header-price {
        margin-top : 35px;
    }
    .ssl .bayi-quick .packets--header {
        min-height:263px;
    }
    .ssl .pci-dss .packets--header-price {
        margin-top : 60px
    }
    .ssl .pci-dss .packets--header {
        min-height:263px;
    } /*
    .compareHosting:nth-child(4) .wildcard a.packets-buy-btn,.compareHosting:nth-child(7) .wildcard a.packets-buy-btn,.compareHosting:nth-child(10) .wildcard a.packets-buy-btn{
        margin-top : 25px ;
    } */
    .ssl .wildcard .packets--header {
        min-height:258px;
    }
    .ssl .wildcard .packets--header-price {
        margin-top: 30px;
    } /*
    .compareHosting:nth-child(4) .kurumsal-ev a.packets-buy-btn,.compareHosting:nth-child(7) .kurumsal-ev a.packets-buy-btn,.compareHosting:nth-child(10) .kurumsal-ev a.packets-buy-btn{
        margin-top : 25px ;
    } */
    .ssl .kurumsal-ev .packets--header {
        min-height:258px;
    }
    .ssl .kurumsal-ev .packets--header-price {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {

    .compareHosting:nth-child(4) .bayi-rapid a.packets-buy-btn{
        margin-top : 0 ;
    }
    .ssl .bayi-rapid .packets--header {
        min-height : 238px
    }
    .ssl .bayi-thawte .packets--header-price {
        margin-top: 15px ;
    }
    .ssl .pci-dss .packets--header {
        min-height:288px;
    } /*
    .compareHosting:nth-child(4) .wildcard a.packets-buy-btn,.compareHosting:nth-child(7) .wildcard a.packets-buy-btn,.compareHosting:nth-child(10) .wildcard a.packets-buy-btn{
        margin-top : 0 ;
    } */
    .ssl .kurumsal .packets--header {
        min-height : 248px ;
    } /*
    .compareHosting:nth-child(4) .kurumsal-ev a.packets-buy-btn,.compareHosting:nth-child(7) .kurumsal-ev a.packets-buy-btn,.compareHosting:nth-child(10) .kurumsal-ev a.packets-buy-btn{
        margin-top : 0 ;
    } */
    .ssl .kod-imzalama .packets--header {
        min-height:248px;
    }
    .ssl .kod-imzalama .packets--header-price {
        margin-top: 20px;
    }
    .ssl .kurumsal-san .packets--header {
        min-height:248px;
    }
    .ssl .kurumsal-san .packets--header-price {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .ssl .bayi-quick .packets--header-price {
        margin-top : 0
    }
    .ssl .bayi-quick .packets--header {
        min-height:220px;
    }
    .ssl .bayi-rapid .packets--header-price {
        margin-top : 0
    }
    .ssl .bayi-rapid .packets--header {
        min-height:220px;
    }
    .ssl .bayi-thawte .packets--header-price {
        margin-top : 0
    }
    .ssl .bayi-thawte .packets--header {
        min-height:220px;
    }
    .ssl .pci-dss .packets--header {
        min-height:220px;
    }
    .ssl .pci-dss .packets--header-price {
        margin-top : 0
    }
    .ssl .hizli .packets--header-price {
        margin-top: 0;
    }
    .ssl .hizli .packets--header {
        min-height: 220px ;
    }
    .ssl .wildcard .packets--header {
        min-height:220px;
    }
    .ssl .wildcard .packets--header-price {
        margin-top: 0;
    }
    .ssl .kurumsal .packets--header {
        min-height:220px;
    }
    .ssl .kurumsal .packets--header-price {
        margin-top: 0;
    }
    .ssl .kurumsal-ev .packets--header {
        min-height:220px;
    }
    .ssl .kurumsal-ev .packets--header-price {
        margin-top: 0;
    }
    .ssl .kod-imzalama .packets--header {
        min-height:220px;
    }
    .ssl .kod-imzalama .packets--header-price {
        margin-top: 0;
    }
    .ssl .kurumsal-san .packets--header {
        min-height:220px;
    }
    .ssl .kurumsal-san .packets--header-price {
        margin-top: 0;
    }
}

.ssl-description p {
    line-height: 1.5em;
    color: #7A7E83;
    margin-top : 25px!important;
    font-weight: 300;
}

.ssl-description .row:first-child h2, .ssl-description .row:first-child h3 {
    margin-top : 0;
}

.ssl-description .row h2, .ssl-description .row h3 {
    margin-top : 75px;
}

 .domain-search-old-price {
     text-decoration: line-through;
 }
.domain-search-new-price {
    color: #3CBE00;
    font-weight:400;
}
p.ihscart__total__row__smallText {
    font-size:10px;
    padding: 0;
    margin: 0
}

h1.hizli-hosting-satin-al {
    padding: 0!important;
    margin: 0!important;
    font-size: 28px!important;
    letter-spacing: -0.04em!important;
    line-height: 20px!important;
}


/* Sign Up */

.sign-up-box .form-control-feedback {
	right: 20px
}

.signup-title .text-top h1 {
    font-size: 20px!important;
    color: #333!important;
    font-weight: 700!important;
    letter-spacing: 0!important;
    margin: 0!important;
    padding: 0!important;
}

.signup-title .text-top h1:before {
    display: none
}

.signup-title li.navi__li {
	width: 33.3%;
    text-align: left;
}

.signup-title li.navi__li span.navi__name{
	margin-left: 1em
}

.phone-number-control-signup .col-xs-3{
	padding: 0
}

.phone-number-control-signup .col-xs-9 small{
	margin-left: 20px
}

.phone-number-control-signup input[name="gsmTel"] {
	margin-left: 20px
}

.phone-number-control-signup .form-control-feedback {
	right: 0
}

.ihs-red .ihs-red-text {
	font-size : 10px
}

.disable-onClick {
    pointer-events: none;
}


/* VmVpsProduct */

.vds-extra-info p{
	font-size: 16px!important;
}

.vds-extra-info .col-md-7 {
	margin-bottom: 50px;
}

.custom-vds-controller .alert-vds {
	position: relative;
	top:0;
	display: inline-block; 
	position: relative; 
	margin: 40px 0 100px 0; 
	height: 60px; 
	font-size: 21px; 
	box-shadow: 0 6px #3C763D;
	padding: 0;
	transition: box-shadow .25s ease, top .25s ease; 
}

.custom-vds-controller a:hover .alert-vds {
	top: 3px;
	box-shadow: 0 3px #3C763D;
}

.custom-vds-controller a:active .alert-vds {
	top: 6px;
	box-shadow: 0 0 #3C763D;
}

.custom-vds-controller .alert-vds .alert-vds-sub {
	height: -webkit-fill-available; 
	display: flex; 
	margin: 0 30px;
}

.custom-vds-controller .alert-vds .alert-vds-sub img { 
	margin-right: 30px; 
	height: 30px;
	margin-top: 13px;
}

.custom-vds-controller a:hover .alert-vds .alert-vds-sub img {
	transform: rotate(180deg)
}

.custom-vds-controller .alert-vds .alert-vds-sub .alert-vds-sub-text { 
	padding: 0 20px 0 40px; 
	border-left: 1px solid #c8c8c8; 
	display:flex; 
	display: -webkit-flex;
	align-items: center;
}

@media (max-width: 422px) {
	.custom-vds-controller .alert-vds {
		height: 50px; 
		font-size: 15px; 
	}
	.custom-vds-controller .alert-vds .alert-vds-sub {
		margin: 0 10px;
	}
	.custom-vds-controller .alert-vds .alert-vds-sub img { 
		margin-right: 10px; 
		height: 20px;
		margin-top: 14px;
	}
	.custom-vds-controller .alert-vds .alert-vds-sub .alert-vds-sub-text { 
		padding: 0 5px 0 10px; 
	}
}


.vds-vmVpsProducts {
    -webkit-box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.vds-vmVpsProducts .col-md-4.middle::after {
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    background-color: #c8c8c8;
    height: 86%;
    top: 7%;
    opacity: .4;
}

.vds-vmVpsProducts .col-md-4.middle::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    background-color: #c8c8c8;
    height: 86%;
    top: 7%;
    opacity: .4;
}

.vds-vmVpsProducts .col-md-4 .packets--row:last-child {
    margin-bottom: 20px
}

.vds-media .media .media-left img {
    margin: 10px 10px 0 0;
}


/* Owncloud vmVpsProduct */

.owncloud-sub-field {
	margin: 50px 0 80px 0;	
}

.owncloud-sub-field .owncloud-tree-title {
	color: #505458;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 50px;
}

.owncloud-download {
	text-align: -webkit-center;
	margin-bottom: 100px;
}

.owncloud-download .box {
	 height: 100px;
	 border: 2px solid #f0f0f0;
	 border-radius: 10px;
	 position: relative;
	 display: flex;
	 display: -webkit-flex;
	 align-items: center;
	 color: #505458;
	 font-weight: 500;
	 font-size: 19px;
	 width: inherit;
	 margin-top: 50px;
}

.owncloud-download .box .owncloud-flex {
	 display: flex;
}

.owncloud-download .box .device {
	 margin: 0 30px;
}

.owncloud-download .box .device a {
	color: #505458;
}

.owncloud-download .box .device a:hover {
	color: #46CFF6;
	text-decoration: none
}

.owncloud-download .box .device.device-title {
	width: 250px;
	text-align: left;
}

.owncloud-download .box .device i {
	 margin: 0 10px 0 0;
}

.owncloud-download span.text-download {
	 font-size: 17px;
	 position: absolute ;
	 left: 20px;
	 top: -10px ;
	 background: white;
	 padding: 0 10px ;
	 color: #46CFF6;
 }

.owncloud-sub-field .sub-title {
	font-size: 18px;
	margin: 10px 0 20px 0;
}

.owncloud-sub-field .media-body {
	font-weight: 300;
	line-height: 24px;
}

@media (max-width: 706px) {
	.owncloud-download .box {
		 flex-direction: column
	}
	.owncloud-download .box .device.device-title {
		margin:	15px 0 30px 0;
		text-align: center;
	}
	.owncloud-download .box .device {
		 margin: 0 8px;
	}
}


/* Referanslar */

.referanslar .row {
    padding: 10px 0 ;
    border-top: 1px solid #ebebeb;
}
.referanslar .row:first-child {
    border-top: none;
}

/*	Sitebaz	*/

.packets--header-title.sitebaz-title {
	font-size: 19px
}

i.fa.fa-question-circle {
	color: #454b53!important;
	vertical-align: top;
	font-size: 13px;
}

i.fa.fa-info-circle {
	cursor: help;
	color: #878787;
}

.noDomainContiune {
	padding: 8px 15px;
	border: 2px solid #b3b3b3;
	border-radius: 5px;
	color: #7b7b7b;
	transition: all .15s ease-in;
}

.noDomainContiune i.fa-chevron-right{
	margin-left: 7px;
	color: #b3b3b3;
	font-size: 13px;
	transition: all .15s ease-in
}

.noDomainContiune:hover {
	border: 2px solid #7b7b7b;
	background-color: #7b7b7b;
	color: #ffffff;
	text-decoration: none;
}

.noDomainContiune:hover i.fa-chevron-right{
	color: #ffffff;
}


/* Recaptcha */
.whois-top-box .align-recaptcha {
	display: flex;
	justify-content: center;
}

.whois-top-box .domain__box__row .domain__box--title {
	padding-left: 0!important;
}

.whois-top-box .domain__box__row .domain__box__search--input {
	width: calc(100% - 150px);
}

img.payment_card_icons {
    padding: 22px 0 35px;
}

.kullaniciSartlari input {
    margin-top: 0;
}

.kullaniciSartlari span {
    margin-left: 3px;
}

.kullaniciSartlari .has-success .form-control-feedback {
	top: -10px;
    right: 30px;
}

.sunucu-sihirbazi-menu a.sunucu-sihirbazi-link {
	/* display: block; */
	background: transparent!important;
}

.sunucu-sihirbazi-menu {
	padding: 5px 5px;
	transition: all .33s ease-in-out;
}

.sunucu-sihirbazi-menu:hover{
	background-color: #D2ECF2;
	
}

.csr-icerigi-onaylama input[type=text]{
    border: 1px solid #DDDDDD!important;
    height: 25px!important;
    padding: 3px 5px!important;
    width: 300px;
    color: #666;
    font-size: 15px;
}

.csr-icerigi-onaylama textarea{
    border: 1px solid #DDDDDD!important;
    padding: 3px 5px!important;
    color: #666;
    font-size: 15px;
}

.csr-icerigi-onaylama ul{
    padding-left: 20px;
}

.csr-icerigi-onaylama label{
    width: 200px;
    font-weight: 300;
    margin-bottom: 15px;
}

.csr-icerigi-onaylama select {
    border: 1px solid #DDDDDD!important;
    height: 25px!important;
    padding: 3px 5px!important;
    background-color: #fff;
    color: #333;
    width: 300px;
}

.csr-icerigi-onaylama input[type=radio] {
	margin: 4px 4px 0;
    vertical-align: inherit;
}

.csr-icerigi-onaylama input[type=submit] {
	color: #FFFFFF;
    background: #33CB48;
    padding: 10px 10px 8px 10px;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    border: none;
    font-weight: 400;
}

.csr-icerigi-onaylama input[disabled=disabled] {
	opacity: .7;
    cursor: not-allowed;	
}


/* Hosting Landing Page */

.hosting-landing-page {
	color: #595959;
}

.hosting-landing-page .mt-60{
	margin-top: 60px
}

.hosting-landing-page header .landing-title{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 60px;
}

.hosting-landing-page header .landing-title-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.hosting-landing-page header .landing-title span {
	margin-top: -70px;
    text-align: center;
    font-size: 18px;
    color: #505458;
}

.hosting-landing-page .landing-hosting-packets {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box {
	width: 200px; 
	height: 350px; 
	border: 1px solid #DBDBDB;
	border-radius: 6px;
	text-align: center;
	padding-top: 19px;
}

.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box img{
	width: 72px;
	height: 60px;
}

.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box--name {
	margin-top: 29px;
	font-size: 17px;
	color: #484848;
	position: relative;
}

.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box--name:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 50%;
	left: 25%;
	bottom: -5px;
	background-color: #224DA2
}

.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box--price {
	margin-top: 21px;
	font-size: 26px;
	color: #098A0A;
	margin-bottom: 20px;
}

.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box--info {
	font-size: 14px;
	margin-top: 13px;
	color: #888;
}

.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box--button { 
	margin-top: 30px;
}

.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box--button-windows { 
	margin-top: 63px;
}

.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box--button a { 
	text-transform: none;
	color: #22BB36;
	border: 1px solid #22BB36;
	border-radius: 6px;
	padding: 10px 20px;  
}
.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box--button-windows a{ 
	text-transform: none;
	color: #22BB36;
	border: 1px solid #22BB36;
	border-radius: 6px;
	padding: 10px 20px;
}

.hosting-landing-page .landing-annotation {
	color: #A8A8A8;
	font-size: 14px;
	margin-top: 8px;
}

.hosting-landing-page .landing-annotation div{
	margin-top: 5px;
}

.hosting-landing-page .landing-free-domain {
	font-size: 22px;
	text-align: center;
	line-height: 35px;
	margin-top: 32px;
}

.hosting-landing-page .landing-free-domain span{
	border-bottom: 2px solid #c8c8c8;
}

.hosting-landing-page .landing-content {
	margin-top: 40px;
}

.hosting-landing-page .landing-content .col-md-4 {
	text-align: center
}

.hosting-landing-page .landing-content .col-md-4 img{
	max-width: 100%;
	max-height: 100%;
}

.hosting-landing-page .landing-content .col-md-8 h2{
	font-size: 24px;
	margin-bottom: 19px;
}

.hosting-landing-page .landing-content .col-md-8 h3{
	font-size: 18px;
}

.hosting-landing-page .landing-content .landing-content__right {
	font-size: 16px;
	line-height: 24px;
}

.hosting-landing-page .landing-content .landing-content__left {
	font-size: 16px;
	line-height: 22px;
}

.hosting-landing-page .landing-benefits {
	margin-top: 46px;
	background-color: #F4F8F9;
	padding-top: 58px;
    padding-bottom: 20px;
}

.hosting-landing-page .landing-benefits h2 {
	margin-bottom: 45px;
	text-align: center; 
	font-size: 24px;
}

.hosting-landing-page .landing-benefits img {
	width: 147px;
}

.hosting-landing-page .landing-benefits .col-md-6{
	padding: 10px 10px;
}

.hosting-landing-page .landing-benefits .boxes{
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 10px 8px;
}

.hosting-landing-page .landing-benefits .media .media-body{
	font-size: 16px;
	line-height: 20px;
}

.hosting-landing-page .landing-benefits .media .media-body span{
	font-size: 12px;
}

.hosting-landing-page .landing-benefits .media .media-heading{
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 992px) {
  .hosting-landing-page .landing-hosting-packets {
		flex-wrap: wrap;
	}
	
	.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box {
		width: 30%;
	}
	
	.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box:nth-child(4), .hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box:nth-child(5) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 511px) {
  .hosting-landing-page .landing-hosting-packets {
		flex-wrap: wrap;
	}
	
	.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box {
		width: 45%;
	}
	
	.hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box:nth-child(3), .hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box:nth-child(4),  .hosting-landing-page .landing-hosting-packets .landing-hosting-packets__box:nth-child(5) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 645px) {
  .hosting-landing-page header .landing-title .landing-title-bottom {
  	display: block;
  	
  }
  
  .hosting-landing-page header .landing-title .packets-h1 {
  	margin: .5em 0 !important
  }
  
  .hosting-landing-page header .landing-title span {
  	margin-top: -10px
  }
}

@media screen and (max-width: 502px) {
  
  .hosting-landing-page header .landing-title .packets-h1 {
  	font-size: 28px!important;
    line-height: 28px!important;
  }
 
}

/* The Close Button */
.close-button {
  float: right;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  opacity: 0.8;
  color: #FFF;
   -webkit-appearance: none;
   padding: 0;
   cursor: pointer;
   background: 0 0;
   border: 0;
}

.close-button:hover,
.close-button:focus {
  color: #aaaaaa;
  text-decoration: none;
  cursor: pointer;
}

.modal_padding_top{
	padding-top: 8%
}

.modal_frame{
	width:100%; 
	height: 480px;
}

.modal-content-threed {
  margin: auto;
  padding: 1px;
  width:450px;
}

.threed_payment_modal_header{
	background: linear-gradient(to bottom, #2AAFBE 0%, #237887 100%);
	border-radius: 5px 5px 0 0;
	color: #FFF;
}

.modal-header-threed {
    min-height: 16.43px;
    padding: 15px;
}

@media(min-width: 768px) {
	.payment-modal-tree-d-secure .modal-dialog.modal-dialog-centered {
		width: 480px
	}
	
	.payment-modal-tree-d-secure .modal-dialog.modal-dialog-centered .modal-content {
		box-shadow: 0 15px 15px rgba(105, 105,105, 0.5);
	}
}

.payment-modal-tree-d-secure .modal-dialog.modal-dialog-centered .modal-header {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to bottom, #2AAFBE 0%, #237887 100%);
    border-radius: 5px 5px 0 0;
    color: #FFF;
    border-bottom: none
}

.payment-modal-tree-d-secure .modal-dialog.modal-dialog-centered .modal-header button.close {
	margin-top: 0;
    color: #fff;
    opacity: 1;
    font-weight: 400;
}

.payment-modal-tree-d-secure .modal-dialog.modal-dialog-centered .modal-header button.close:hover {
    color: #fff;
    opacity: 1;
}

.payment-modal-tree-d-secure .modal-dialog.modal-dialog-centered .modal_frame {
	border: none
}

.chart-bank-end-user-info .col-xs-7, .chart-bank-end-bill-info .col-xs-7 {
	display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}


@media (max-width: 992px) {
	.chart-bank-end-user-products {
		display:flex
	}
    .chart-bank-end-user-products .ihscart__list__header, .chart-bank-end-user-products .ihscart__list__row {
        width: 50%;
    	padding-top: 0;
    	border-bottom: none;
    	line-height: 20px
    }
    .chart-bank-end-user-products .ihscart__list__header .col-md-2, .chart-bank-end-user-products .ihscart__list__row .col-md-2{
        height: 23px;
        padding-left: 0;
    }
    .chart-bank-end-user-info + p.chart-bank-end-bill-info-title {
    	margin-top: 30px;
    }
    .chart-bank-end-prices .col-xs-6 {
    	text-align: left;
    }
}


/* Şikayet ve talep formu */

    .sikayet-cozum-merkezi h2 {
      margin-bottom: 19px;
      margin-top: 10px;
      font-size: 24px!important;
      color: #595959;
      font-weight: 500!important;
    }
    
    .sikayet-cozum-merkezi h1 {
    	font-size: 30px!important;
        padding-left: 0!important;
	    letter-spacing: 2px!important;
	    color: #707479 !important;
    }
    
    .sikayet-cozum-merkezi .main-title {
    	margin: 48px 0;
    }

    .sikayet-cozum-merkezi .content {
      font-size: 16px;
      color: #333;
      line-height: 24px;
    }

    .sikayet-cozum-merkezi img {
      max-width: 100%;
    }
    
     .sikayet-cozum-merkezi .footer-img {
      margin-top: 30px;
    }
    
    .sikayet-cozum-merkezi i.fa.fa-chevron-right {
    	margin-left: 8px;
    	vertical-align: middle;
    	font-size: 15px;
    }
    
    .sikayet-cozum-merkezi .col-md-8, .sikayet-cozum-merkezi .col-md-4 {
    	padding-top: 25px;
    	padding-bottom: 25px;
    }

    .sikayet-cozum-merkezi .request-form {
      background-color: #e7f4ff;
          padding: 40px 0 45px 0;
    }

    .sikayet-cozum-merkezi .request-form-link {
      	text-decoration: none;
	    padding: 12px 18px;
	    color: #fff;
	    background-color: #335ad2;
	    font-size: 16px;
	    font-weight: 700;
	    border-radius: 5px;
	    border: none;
    }
    
    .sikayet-cozum-merkezi .request-form-link:disabled {
    	opacity: .7;
    	cursor: not-allowed
    }

    .sikayet-cozum-merkezi .request-form-footer {
      background-color: #f4f8f9;
      padding-top: 56px;
      padding-bottom: 93px;
    }

    .sikayet-cozum-merkezi input[type='text'],
    .sikayet-cozum-merkezi textarea {
      	border: 1px solid #DDDDDD!important;
    	padding: 5px 10px!important;
   	    box-sizing: border-box;
   	    outline: none;
	    color: #000;
    }
    
    .sikayet-cozum-merkezi input[type='text'] {
	    height: 35px!important;
    }
    
    .sikayet-cozum-merkezi input::-moz-placeholder, .sikayet-cozum-merkezi textarea::-moz-placeholder {
	    color: #333;
	    opacity: .5;
	    font-size: 14px
	}
	
	.sikayet-cozum-merkezi input:-ms-input-placeholder, .sikayet-cozum-merkezi textarea:-ms-input-placeholder {
	    color: #333;
	    opacity: .5;
	    font-size: 14px
	}
	
	.sikayet-cozum-merkezi input::-webkit-input-placeholder, .sikayet-cozum-merkezi textarea::-webkit-input-placeholder {
	    color: #333;
	    opacity: .5;
	    font-size: 14px
	}
	
	.sikayet-cozum-merkezi #sikayetForm small.help-block {
	    position: absolute;
    	bottom: -29px;
    	font-size: 12px;
    	left: 2px;
    }
    
    .sikayet-cozum-merkezi #sikayetForm  i.form-control-feedback {
    	font-size: 12px
    }

    .sikayet-cozum-merkezi .request-form-footer .request-form-footer-right .title {
        font-size: 40px;
	    margin-bottom: 20px;
	    color: #707479;
	    line-height: 49px;
    }

    .sikayet-cozum-merkezi .request-form-footer .request-form-footer-right .d-flex-between {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 22px;
    }

    .sikayet-cozum-merkezi .w-48 {
      width: 48%;
      position: relative;
    }

    .sikayet-cozum-merkezi .w-100 {
      width: 100%;
    }
    
    .sikayet-cozum-merkezi .request-form-footer .request-form-footer-right form {
    	margin: auto;
    	max-width: 400px;
    }
    
    @media(max-width: 992px) {
		.sikayet-cozum-merkezi .col-md-4{
			text-align: center
		}
	}
	
	@media(min-width: 1200px) {
		.landing-content img.linux-hosting-img, .web-hosting-landing-content img, .landing-content img.windows-hosting-img {
			width: 70%;
		}
		.landing-content img.windows-hosting-ssd-img {
			width: 80%;
		}
		.sikayet-cozum-merkezi .col-md-push-8 {
			text-align: center;
		}
		.sikayet-cozum-merkezi .col-md-push-8 img{
			width: 80%;
		}
	}


