::-webkit-scrollbar {
    width: 12px;
}

.cd-filter ::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #777;
}

::-webkit-scrollbar-track {
    border-width: 0;
}

::-webkit-scrollbar-track:hover {
    border-left: solid 1px #aaa;
    background-color: #eee;
}

.morph-content .rgts ::-webkit-scrollbar {
    width: 6px!important;
}


/** Generated by FG **/

@font-face {
    font-family: 'pfhandbookpro';
    src: url('../fonts/pfhandbookpro-regular.eot');
    src: local('☺'), url('../fonts/pfhandbookpro-regular.woff') format('woff'), url('../fonts/pfhandbookpro-regular.ttf') format('truetype'), url('../fonts/pfhandbookpro-regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}


/*
::selection {
  text-shadow: none; 
  background: rgba(246,246,246,.1);
  color: #000;
}

::-moz-selection {
  text-shadow: none;
  background: rgba(246,246,246,.1);
  color: #000;
}*/

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #88BDBF!important;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #88BDBF!important;
    transition: background-color 5000s ease-in-out 0s;
}

::-webkit-input-placeholder {
    color: #7a8395;
    ;
    font-family: "pfhandbookpro";
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

:-moz-placeholder {
    color: #7a8395;
    ;
    font-family: "pfhandbookpro";
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

::-moz-placeholder {
    color: #7a8395;
    ;
    font-family: "pfhandbookpro";
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

:-ms-input-placeholder {
    color: #7a8395;
    ;
    font-family: "pfhandbookpro";
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.search ::-webkit-input-placeholder {
    color: #8b8b8b;
    font-family: "pfhandbookpro";
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.search :-moz-placeholder {
    color: #8b8b8b;
    font-family: "pfhandbookpro";
    font-weight: 400;
    font-size: 1.125rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.search ::-moz-placeholder {
    color: #8b8b8b;
    font-family: "pfhandbookpro";
    font-weight: 400;
    font-size: 1.125rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.search :-ms-input-placeholder {
    color: #8b8b8b;
    font-family: "pfhandbookpro";
    font-weight: 400;
    font-size: 1.125rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

:focus::-webkit-input-placeholder {
    color: #ccc;
}

:focus::-moz-placeholder {
    color: #ccc;
}

:focus:-moz-placeholder {
    color: #ccc;
}

:focus:-ms-input-placeholder {
    color: #ccc;
}

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden
}

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

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

html {
    font-size: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    /* font:400 normal 100%/1.2 "pfhandbookpro", sans-serif; */
    color: #7a8395;
    ;
    padding: 0;
    margin: 0;
    background: #fff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

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

.clr {
    clear: both;
}

a {
    text-decoration: none;
    color: rgb(135, 206, 235);
}

a:hover {
    text-decoration: none;
    color: rgb(255, 165, 0);
}

strong {
    font-weight: 700;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}