/*
-> Abdo Hamoud Reset
*/
@font-face {
    font-family: "AH_Flat";
    src: url('fonts/js-flat/JF-Flat-regular.eot');
    src: url('fonts/js-flat/JF-Flat-regular.eot?#iefix') format('embedded-opentype'), url('fonts/js-flat/JF-Flat-regular.svg#JF Flat Regular') format('svg'), url('fonts/js-flat/JF-Flat-regular.woff') format('woff'), url('fonts/js-flat/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "AH_Light";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/roboto_light/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto_light/Roboto-Light-webfont.woff") format("woff"), url("fonts/roboto_light/Roboto-Light-webfont.ttf") format("truetype"), url("fonts/roboto_light/Roboto-Light-webfont.svg#robotolight") format("svg");
}
@font-face {
    font-family: "AH_Thin";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/roboto_thin/Roboto-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto_thin/Roboto-Thin-webfont.woff") format("woff"), url("fonts/roboto_thin/Roboto-Thin-webfont.ttf") format("truetype"), url("fonts/roboto_thin/Roboto-Thin-webfont.svg#robotothin") format("svg");
}
* {
    outline: 0 !important;
    text-decoration: none !important;
}
body {
    font-family: 'AH_Thin';
}
a {
    color: #45abe7;
}
a:hover {
    color: #2a85b9;
}
.skillRang
{
    color: #fc795f !important;
}
ul, li, ol, h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-position: inside;
    border: none;
    border: 0;
}
::-moz-selection{
    color: #fff;
    background: #000;
}
::-webkit-selection{
    color: #fff;
    background: #fff;
}
::-o-selection{
    color: #fff;
    background: #fff;
}
::-ms-selection{
    color: #fff;
    background: #fff;
}
::selection{
    color: #fff;
    background: #fff;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, select::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner, a::-moz-focus-inner {
    border:0 !important;
    padding:0 !important;
    margin:0 !important;
    outline: none !important;
}
.hidden_scroll{
    opacity: 0;
}

.visible_scroll{
    opacity: 1;
}
.fixed_scroll {
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    position:fixed;
    top: 0;
    z-index:99999;
    left: 0;
    margin: 0px !important;
    width: 100% !important;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="span"] {
    margin: 0px;
}
.dropdown-menu {
    padding: 0px;
    margin-top: 14px !important;
    border-top: none;
}
.dropdown-menu li a {
    padding: 5px 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.dropdown-menu li a:hover {
    padding-right: 15px !important;
}
.dropdown-menu li a:hover, .dropdown-menu li.selected a {
    background: #ff7f66;
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    border-radius: 3px;
    color: #555;
    font-weight: bold;
    font-size: 16px;
    text-shadow: none;
    padding: 8px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav > li.active > a {
    background: none !important;
    color: #46aae4 !important;
    border-top: 5px solid #46aae4 !important;
    text-shadow: none !important;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #46aae4;
}
.dropdown-menu > li > a {
    font-family: 'AH_Light' !important;
    font-size: 15px !important;
}
.navbar-toggle {
    float: right;
    margin: 23px 28px 8px 0px !important;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 25px;
}