.web-logo {
    margin-bottom: 75px !important;
    /* max-width: 178px !important; */
    position: relative;
    top: 50px;
    width: 85%;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
}

.page-left-menu {
    background: black url(../images/menu-bg.jpg) repeat-y;
}

/***** STYLE RESET *****/

body {
    background-color: transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    background-color: #333;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

img {
    overflow: hidden;
    max-width: 100%;
}

a {
    outline: none;
    color: #c0c0c0;
}

/***** CUSTOM FONT *****/

h1, h2, h3, h4, h5, h6, .sf-menu a, .read_more, .custom_font, .custom_font * {
    font-family: 'Oswald', arial, serif;
    font-size: 11px;
}

.read_more {
}

/***** MAIN LAYOUT *****/

html {
    overflow: hidden;
}

body {
    background-attachment: fixed;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #c0c0c0;
    overflow-y: auto;
    line-height: 20px;
    height: 100vh;
}

#background {
    z-index: 1;
    position: fixed;
    visibility: hidden;
}

#loader {
    padding: 15px;
    position: absolute;
    background: #0C0C0C;
    z-index: 1001;
    display: none;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#logo {
    width: 209px;
    height: 164px;
    background: transparent url(../images/logo.jpg) no-repeat;
    position: fixed;
    z-index: 600;
    top: 0;
    -moz-opacity: 0.01;
    opacity: 0.01;
    filter: alpha(opacity=1);
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#video-pattern, #img-pattern {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(../images/pattern.png) repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    visibility: hidden;
}

/***** MENU *****/

#menu-show {
    width: 209px;
    height: 70px;
    background: transparent url(../images/menu_show.png) no-repeat;
    background-position: 0px 0px;
    position: fixed;
    z-index: 600;
    top: 164px;
    -moz-opacity: 0.01;
    opacity: 0.01;
}

#menu-show-arrow {
    width: 41px;
    height: 41px;
    background: transparent url(../images/small_arrow_bottom.png) no-repeat;
    left: 84px;
    top: 20px;
    position: relative;
    background-size: 100% 100%;
}

#menu-hide {
    width: 209px;
    height: 70px;
    background: transparent url(../images/menu_show.png) no-repeat;
    background-position: 0px 0px;
    position: fixed;
    z-index: 600;
    display: none;
}

#menu-hide-arrow {
    width: 41px;
    height: 41px;
    background: transparent url(../images/small_arrow_top.png) no-repeat;
    left: 84px;
    top: 20px;
    position: relative;
    background-size: 100% 100%;
    display: none !important;
}

#menu {
    width: 209px;
    /*border: 1px solid #080808;
    border-width: 0 1px 0 1px;*/
    background: black url(../images/menu-bg.jpg) repeat-y;
    position: fixed;
    z-index: 601;
    top: 164px;
    text-align: center;
    display: none;
    padding: 24px 0 24px 0;
    text-transform: uppercase;
}

.tinynav {
    display: none;
    color: #A0A0A0 !important;
    margin: 0;
    padding: 5px;
    background: #161616;
    border: 1px solid black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}

.sf-menu {
    display: block;
}

/***** SOCIAL AND STOCK ICON LIST *****/

.buy, .follow {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10px;
    display: none;
    padding-bottom: 6px;
    color: #A0A0A0;
}

.buy {
    display: none;
}

.buy li, .follow li {
    padding: 0 3px 0 3px;
    clear: both;
    display: block;
}

.buy ul, .follow ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.buy ul li, .follow ul li {
    display: inline-block;
    padding: 0px;
    margin: 0;
}

.buy li a, .follow li a {
    display: inline-block;
    height: 20px;
    width: 20px;
    overflow: hidden;
    margin: 2px;
    float: left;
}

.buy img, .follow img {
    -moz-opacity: 0.30;
    opacity: 0.30;
    filter: alpha(opacity=30);
    overflow: hidden;
}

.buy img:hover, .follow img:hover {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

/***** MAIN CAROUSEL *****/
/* Obada - Give slider a background color */
.slider {
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
}

.slider div {
    overflow: hidden;
    position: relative;
}

#slider div.caroufredsel_wrapper {
    overflow: hidden;
}

#left, #right {
    width: 80px;
    height: 209px;
    -moz-opacity: 0.30;
    opacity: 0.30;
    filter: alpha(opacity=30);
    background: white;
    position: absolute;
    z-index: 600;
    top: 50%;
    transform: translateY(-50%);
}

#left {
    background: transparent url(../images/big_arrow_left.png) no-repeat;
    left: 0;
}

#right {
    background: transparent url(../images/big_arrow_right.png) no-repeat;
    right: 0;
}

#arrow_left {
    background: transparent url(../images/arrow_left.png) no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
    top: 92px;
    left: 20px;
    z-index: 502;
}

#arrow_right {
    background: transparent url(../images/arrow_right.png) no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
    top: 92px;
    left: 35px;
    z-index: 502;
}

#scroll_left, #scroll_right {
    display: block;
    position: relative;
    width: 80px;
    height: 209px;
    z-index: 503;
    top: -25px;
}

#gallery {
    height: 100%;
    overflow: hidden;
}

#gallery div {
    overflow: hidden;
}

/* Obada - Fixing home slider imgs width and height */
#gallery img {
    /*float: left;*/
    display: inline;
    position: relative;
    -moz-opacity: 0.10;
    opacity: 0.10;
    filter: alpha(opacity=10);
    z-index: 1;
    overflow: hidden;
    visibility: hidden;
}

/***** VIDEO BG *****/

#videos div {
    width: 1px;
    position: absolute;
    height: 1px;
    z-index: -1;
    background: transparent;
    top: 0;
}

#vimeovideo, #youtubevideo {
    z-index: 1;
    opacity: 0.01;
}

#player_overlay {
    z-index: 2;
    width: 100%;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
}

#player_overlay2 {
    z-index: 2;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
}

/***** TOP ICONS *****/

#desc_info, #video_desc_info {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    top: 0px;
    cursor: pointer;
    background: transparent url(../images/top_icon_bg.png) no-repeat;
    width: 37px;
    height: 45px;
    display: none !important;
}

#desc_info_icon {
    background: transparent url(../images/show_info.png) no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
    left: 6px;
}

#fullscreen {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    top: 0px;
    cursor: pointer;
    background: transparent url(../images/top_icon_bg.png) no-repeat;
    width: 37px;
    height: 45px;
}

.full_on {
    background: transparent url(../images/fullscreen_on.png) no-repeat;
}

.full_off {
    background: transparent url(../images/fullscreen_off.png) no-repeat;
}

#fullscreen_icon {
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
    left: 6px;
}

#play, #video_play {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    top: 0px;
    cursor: pointer;
    background: transparent url(../images/top_icon_bg.png) no-repeat;
    width: 37px;
    height: 45px;
}

.play_on {
    background: transparent url(../images/pause.png) no-repeat;
}

.play_off {
    background: transparent url(../images/play.png) no-repeat;
}

#play_icon {
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
    left: 6px;
}

#sound, #video_sound {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    top: 0px;
    cursor: pointer;
    background: transparent url(../images/top_icon_bg.png) no-repeat;
    width: 37px;
    height: 45px;
}

.sound_on {
    background: transparent url(../images/sound_on.png) no-repeat;
}

.sound_off {
    background: transparent url(../images/sound_off.png) no-repeat;
}

#sound_icon {
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
    left: 6px;
}

/***** PHOTOS SIMPLEMODAL DESCRIPTION *****/

#desc_cont, #video_desc {
    display: block;
}

#modal_shadow {
    width: 502px;
    height: 44px;
    background: transparent url(../images/modal_shadow.png) no-repeat;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
}

.desc-one-half {
    width: 211px;
    margin: 0;
    padding-top: 8px;
}

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

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

.float-left {
    float: left;
    margin-left: -3px;
}

.float-right {
    float: right;
    margin-right: -3px;
}

/***** THUMBNAILS CAROUSEL *****/

#gallery-show {
    width: 209px;
    height: 60px;
    background: transparent url(../images/gallery_show.png) no-repeat;
    position: fixed;
    z-index: 600;
    bottom: 0px;
    visibility: hidden;
}

#gallery-show-arrow {
    width: 12px;
    height: 12px;
    background: transparent url(../images/small_arrow_top.png) no-repeat;
    left: 98px;
    top: 8px;
    position: relative;
}

#div_cont div {
    display: none;
    width: 600px;
    color: #bbb;
    background-color: #333;
    border: 4px solid #444;
    padding: 12px;
}

#thumbnails_bg {
    z-index: 599;
    width: 100%;
    height: 144px;
    margin: auto;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    background: transparent url(../images/transparent.gif);
    visibility: hidden;
}

#gallery_hide {
    width: 209px;
    height: 60px;
    background: transparent url(../images/gallery_hide.png) no-repeat;
    position: fixed;
    z-index: 600;
    bottom: 0px;
}

#gallery_hide_arrow {
    width: 12px;
    height: 12px;
    background: transparent url(../images/small_arrow_bottom.png) no-repeat;
    left: 98px;
    top: 8px;
    position: relative;
}

#mini_cont {
    width: 960px;
    height: 142px;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    background: transparent url(../images/gallery-bg.png);
    /* background:#1a1a1a; */
}

#thumbnails_cont {
    width: 800px;
    height: 124px;
    margin: auto;
    overflow: hidden;
}

#thumbnails {
    margin: 0;
    position: absolute;
    z-index: 602;
    width: 798px;
}

#thumbnails_cont a {
    display: block;
    width: 20px;
    height: 25px;
    overflow: hidden;
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#thumbnails a img {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    max-height: 100%;
}

#mini_prev {
    background: transparent url(../images/arrow_left.png) no-repeat;
    padding-left: 25px;
    left: 10px;
}

#mini_next {
    background: transparent url(../images/arrow_right.png) no-repeat;
    padding-left: 25px;
    right: 10px;
}

#bottom-line {
    background: #1a1a1a;
    width: 960px;
    height: 20px;
}

#author {
    float: right;
    text-align: right;
    margin-right: 20px;
    font-size: 10px;
    font-style: italic;
}

/***** PAGE STYLES *****/

#page {
    width: 100%;
    max-width: 900px;
    position: absolute;
    z-index: 400;
    margin-top: 0px;
    overflow: visible;
    visibility: hidden;
}

.scroll_pane {
    width: 755px;
}

div.big_header {
    padding-bottom: 80px;
}

.page_block {
    background: transparent url(../images/noise.png) repeat;
    /*width: 98%;*/
    padding: 50px 30px 40px 30px;
}

.page-footer {
    background: #161616;
    text-align: right;
    font-style: italic;
    padding: 8px 30px 8px 30px;
    font-size: 10px;
    position: relative;
}

.submenu {
    background: #161616;
    width: 100%;
    padding: 0px 30px 0px 30px;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.submenu a {
    text-decoration: none !important;
    display: inline-block;
    padding: 10px;
    font-size: 11px;
    color: #EFEFEF !important;
}

.submenu a:hover {
    color: #feb518 !important;
}

.scroll-pane {
    overflow: auto;
}

.horizontal-only {
    height: auto;
    max-height: 400px;
}

/***** TYPOGRAPHY *****/

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    color: #EFEFEF;
    text-shadow: 0 0 0 transparent, 3px 3px 3px #161616; /*includes chrome fix */
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none !important;
}

h1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

h5 {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}

h6 {
    font-size: 10px;
    line-height: 20px;
    font-weight: normal;
}

h1.big_header {
    text-align: right;
    color: #EFEFEF;
    font-size: 48px;
    line-height: 130px;
    margin-right: 40px;
    letter-spacing: -2px;
    text-shadow: 0 0 0 transparent, 3px 3px 3px #000; /*includes chrome fix */
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=135, strength=4);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
    filter: alpha(opacity=60);
}

p {
    padding: 0px;
    margin: 0;
    font-size: 14px;
    text-align: justify;
}

.scroll-bar-container p {
    padding: 9px;
    line-height: 18px;
}

p.dropcap:first-letter {
    font-size: 36px;
    font-weight: bold;
    float: left;
    width: 1em;
    letter-spacing: 5px;
    margin-top: 6px;
}

blockquote {
    display: block;
    background: transparent url(../images/quote.png) no-repeat;
    padding-left: 60px;
    margin-bottom: 0px;
    font-style: italic;
}

ul, ol {
    padding-bottom: 0px;
    margin-left: 20px;
}

ul {
    list-style-type: square;
}

.highlight {
    background: #161616;
    padding: 0 6px 0 6px;
}

.highlight2 {
    color: #E9CD87;
    background: #202020;
    padding: 0 6px 0 6px;
}

.highlight3 {
    color: black;
    background: #efefef;
    padding: 0 6px 0 6px;
}

code {
    display: block;
    background: #161616;
    border: 1px solid #0C0C0C;
    padding: 19px 20px 19px 20px;
    margin: 0;
    line-height: 20px;
    font-size: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/***** PAGE COLUMNS *****/

.one-half, .one-third, .two-third, .one-fourth, .three-fourth {
    margin: 0 15px 0 15px;
    float: left;
}

.one-half {
    width: 315px;
}

.one-third {
    width: 200px;
}

.two-third {
    width: 430px;
}

.one-fourth {
    width: 142px;
}

.three-fourth {
    width: 489px;
}

.column_cont {
    margin: 0 -15px 0 -15px;
    clear: both;
}

.clear {
    clear: both;
}

.floatleft {
    font-size: 11px;
    float: left;
    clear: left;
    text-align: center;
    margin: 3px 30px 20px 0;
}

.floatright {
    float: right;
    clear: right;
    font-size: 11px;
    text-align: center;
    margin: 3px 0 20px 30px;
}

.floatcenter {
    display: block;
    margin: auto;
    font-size: 11px;
    text-align: center;
}

s #page a, #page a:visited {
    text-decoration: underline;
    color: #A0A0A0;
}

#page a:hover, #page a:active {
    text-decoration: none;
    color: #feb518;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: #161616;
    margin: 10px 0 9px 0;
}

/*****  TABLE STYLES *****/

table {
    margin: auto;
    border-collapse: collapse;
    margin-top: 0px;
    margin-bottom: 0px;
}

th {
    background: #161616;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
}

td {
    text-align: center;
    line-height: 39px;
}

table, th, td {
    border: 1px solid #0c0c0c;
    padding: 0 30px 0 30px;
}

/***** MARGINS *****/

.margin_1line {
    margin-top: 20px !important;
}

.margin_2line {
    margin-top: 40px !important;
}

.margin_3line {
    margin-top: 60px !important;
}

.margin_1_2line {
    margin-top: 10px !important;
}

.margin_3_2line {
    left: 11% !important;
    position: relative;
    margin-top: 30px !important;
}

.margin_5_2line {
    margin-top: 50px !important;
}

.margin_bottom_1line {
    margin-bottom: 20px !important;
}

.margin_bottom_2line {
    margin-bottom: 40px !important;
}

.margin_bottom_3line {
    margin-bottom: 60px !important;
}

.margin_bottom_1_2line {
    margin-bottom: 10px !important;
}

.margin_bottom_1_3line {
    margin-bottom: 7px !important;
}

.margin_bottom_3_2line {
    margin-bottom: 30px !important;
}

.margin_bottom_5_2line {
    margin-bottom: 50px !important;
}

a.hover_link {
    display: block;
    padding: 0px;
    text-decoration: none !important;
    color: #A0A0A0 !important;
}

a.hover_link_light {
    display: block;
    padding: 0px;
    text-decoration: none !important;
    color: #EFEFEF !important;
}

a.hover_link:hover, a.hover_link_light:hover {
    text-decoration: none !important;
    /* padding-left:6px;  */
    color: #feb518 !important;
}

.stronger {
    font-weight: bold;
}

.links, .categories {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.links li, .categories li {
    line-height: 20px;
    padding: 0;
    border-bottom: 1px solid #0c0c0c;
}

.links li:hover, .categories li:hover {
    border-bottom: 1px solid transparent;
}

.links li a, .links li a:visited {
    display: block;
    padding: 10px 0 9px 6px;
    text-decoration: none !important;
}

.links li a:hover {
    text-decoration: none !important;
    color: #feb518 !important;
    background: black;
}

.categories li a, .categories li a:visited {
    display: block;
    padding: 9px 0 10px 30px;
    margin: 0 -30px 0 -30px;
    text-decoration: none !important;
}

.categories li a:hover {
    text-decoration: none !important;
    color: #feb518 !important;
    background: black;
}

/***** TWEETS *****/

#tweets ul {
    list-style: none;
    font-style: italic;
    margin: 0;
    padding: 10px 0 10px 0;
    padding-left: 0;
}

#tweets li {
    padding: 10px 0 10px 30px;
    background: transparent url(../images/tweet.png) no-repeat;
    background-position: -3px 9px;
    font-size: 11px;
    line-height: 20px;
}

/**** GALLERY STYLES ****/

.portfolio2c, .portfolio3c, .portfolio4c, .portfolioblog {
    overflow: hidden;
    list-style: none;
    margin: 0;
    margin-left: -30px;
    padding: 0;
}

.portfolio2c li, .portfolio3c li, .portfolio4c li, .portfolioblog li {
    display: block;
    float: left;
    padding: 0px 0 30px 30px;
}

.portfolio2c li {
    width: 315px;
}

.portfolio3c li {
    width: 200px;
}

.portfolio4c li {
    width: 142px;
}

.portfolioblog li {
    width: 200px;
}

.details {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    padding: 0;
    display: none;
    top: 0;
    left: 0;
}

.item, .blogitem {
    position: relative;
    height: auto;
    padding: 9px;
    border: 1px solid #111111;
    background: #1A1A1A;
    visibility: hidden;
}

.item img, .blogitem img {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #111111;
    width: 100%;
    height: auto;
}

.item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200;
    background: black;
    -moz-opacity: 0.01;
    opacity: 0.01;
    filter: alpha(opacity=1);
    top: 0;
    left: 0;
}

.blogitem a.overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200;
    background: black;
    -moz-opacity: 0.01;
    opacity: 0.01;
    filter: alpha(opacity=1);
    top: 0;
    left: 0;
}

a.loupe {
    display: block;
    width: 46px;
    height: 46px;
    background: transparent url(../images/loupe.png) no-repeat;
    position: absolute;
    z-index: 201 !important;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    left: 0;
    display: none;
}

img.shadow, img.shadow_form {
    position: absolute;
    display: block;
    z-index: 201;
    height:34px !important;
    top: 0;
    left: 0;
    border: 0px solid red;
}

img.shadow-reverse {
    position: absolute;
    display: block;
    z-index: 201;
    top: 0;
    left: 0;
    width: 100%;
}

/**** BLOG STYLES ****/

.mblogtitle {
    background: #1A1A1A;
    text-align: center;
    padding: 10px;
}

.mblogfooter, .mblogfooter2 {
    text-align: center;
    left: 0;
    position: absolute;
}

.mblogfooter {
    bottom: 16px;
    z-index: 501;
    display: none;
}

.mblogfooter a.butt {
    margin: auto;
}

.mblogfooter2 {
    bottom: 5px;
    width: 100%;
}

.mblogfooter2 p {
    padding: 5px;
}

.mblogdesc {
    padding: 20px 15px;
    font-size: 11px;
    line-height: 16px;
    color: #f8f8f8;
    text-align: justify;
}

.mblogauthor {
    margin: 20px 15px 0 15px;
    font-style: italic;
    font-size: 11px;
}

.comment_number {
    font-weight: bold;
    background: transparent url(../images/comment.html) left no-repeat;
    text-align: center;
    width: 20px;
    height: 24px;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
    padding-top: 1px;
    font-size: 11px;
}

.author {
    height: 24px;
    float: left;
    padding-left: 12px;
    margin-top: 6px;
}

.classicblog {
    background: #161616;
    width: 151px;
    padding: 0px 30px 0 30px;
    margin: -20px -15px 0;
    overflow: hidden;
    float: right !important;
}

.classicblog2 {
    width: 450px;
    margin: 0 30px 0 15px;
    float: left;
}

img.frame {
    padding: 6px;
    border: 1px solid black;
    background: #161616;
}

/**** FORM STYLES ****/

p.contact {
    margin-top: -3px;
}

label {
    line-height: 30px;
    text-align: left;
}

input, textarea {
    width: 412px;
    float: left;
    color: #A0A0A0;
    margin: 0;
    padding: 5px;
    background: #161616;
    border: 1px solid black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.wide input, .wide textarea {
    width: 355px;
}

input, button {
    height: 32px;
}

input:focus, textarea:focus {
    background: #222222;
    border: 1px solid #333333;
}

textarea {
    margin-top: 1px;
    height: 138px;
    resize: none;
    overflow: auto;
}

.butt {
    display: inline-block;
    text-decoration: none !important;
    width: 100px !important;
    height: 30px;
    font-size: 11px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    padding-left: 10px;
    left: 0;
    float: left;
    clear: left;
    margin-bottom: 5px;
}

.butt, .butt:focus {
    border: 1px solid black;
    background: #161616;
    background-image: url(../images/button_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/button_arrow.png), -moz-linear-gradient(top, #222222 0%, #000000 100%);
    background-image: url(../images/button_arrow.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222222), color-stop(100%, #000000));
    background-image: url(../images/button_arrow.png), -webkit-linear-gradient(top, #222222 0%, #000000 100%);
    background-image: url(../images/button_arrow.png), -o-linear-gradient(top, #222222 0%, #000000 100%);
    background-image: url(../images/button_arrow.png), -ms-linear-gradient(top, #222222 0%, #000000 100%);
    background-image: url(../images/button_arrow.png), linear-gradient(top, #222222 0%, #000000 100%);
}

.butt:hover, .butt:active {
    color: white !important;
    background-image: url(../images/button_arrow_hover.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/button_arrow_hover.png), -moz-linear-gradient(top, #222222 0%, #000000 100%);
    background-image: url(../images/button_arrow_hover.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222222), color-stop(100%, #000000));
    background-image: url(../images/button_arrow_hover.png), -webkit-linear-gradient(top, #222222 0%, #000000 100%);
    background-image: url(../images/button_arrow_hover.png), -o-linear-gradient(top, #222222 0%, #000000 100%);
    background-image: url(../images/button_arrow_hover.png), -ms-linear-gradient(top, #222222 0%, #000000 100%);
    background-image: url(../images/button_arrow_hover.png), linear-gradient(top, #222222 0%, #000000 100%);
    -moz-box-shadow: 0 0 3px 3px #161616;
    -webkit-box-shadow: 0 0 3px 3px #161616;
    box-shadow: 0 0 3px 3px #161616;
}

input.butt {
    height: 34px;
    line-height: 24px;
    padding-bottom: 6px;
}

a.butt {
    padding-bottom: 2px;
}

span.red {
    color: red;
    font-size: 10px;
}

form img {
    padding: 9px 0 9px 0;
}

#comment img {
    vertical-align: middle;
    padding-right: 6px;
}

input[type='text'].invalid, input[type='number'].invalid, input[type='email'].invalid, textarea.invalid, select.invalid {
    border-color: red;
}

/**** INFO BLOCKS ****/

.success {
    background: #161616 url(../images/yes.png) no-repeat;
    border: 1px solid #0c0c0c;
}

.error {
    background: #161616 url(../images/no.png) no-repeat;
    border: 1px solid #0c0c0c;
}

.info {
    background: #161616 url(../images/info.png) no-repeat;
    border: 1px solid #0c0c0c;
}

.warning {
    background: #161616 url(../images/warning.png) no-repeat;
    border: 1px solid #0c0c0c;
}

.success, .error, .info, .warning {
    display: block;
    background-position: 12px 11px;
    font-style: normal;
    padding: 9px 40px 9px 40px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.success p, .error p, .info p, .warning p {
    padding: 0;
    margin: 0;
}

/***** QTip *****/

.qtip {
    font-size: 10px;
    font-weight: bold;
}

a.qtip {
    font-size: 12px;
    font-weight: normal;
}

/***** RESPONSIVE SLIDES *****/

.responsiveslides-div {
    margin: auto;
    padding: 9px;
    overflow: hidden;
    height: 100px;
    position: relative;
}

.responsiveslides-div:hover > .prev, .responsiveslides-div:hover > .next {
    opacity: 1;
}

.responsiveslides-div ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.responsiveslides-div li {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.responsiveslides-div .prev {
    position: absolute;
    top: 50%;
    left: 19px;
    width: 41px;
    height: 41px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 1102;
    display: block;
    opacity: 0;
}

.responsiveslides-div .next {
    position: absolute;
    top: 50%;
    right: 19px;
    width: 41px;
    height: 41px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 1102;
    display: block;
    opacity: 0;
}

.responsiveslides-div {
    border: 1px solid #111111;
    background: #1A1A1A;
}

.responsiveslides-div .prev {
    background: transparent url('../images/fancy_left.png') no-repeat;
}

.responsiveslides-div .next {
    background: transparent url('../images/fancy_right.png') no-repeat;
}

.responsiveslides-div .prev, .responsiveslides-div .next {
    background-position: top;
    -webkit-transition: background-position .4s ease-in;
    -moz-transition: background-position .4s ease-in;
    -o-transition: background-position .4s ease-in;
    transition: background-position .4s ease-in;
}

.responsiveslides-div .prev:hover, .responsiveslides-div .next:hover {
    background-position: bottom;
}

.equipment {
    width: 26%;
    display: inline-table;
    padding: 8px;
}

.equipment:nth-child(2) {
    position: relative;
}

.equipment:nth-child(4) {
    width: 46%;
}

.equipment ul {
    /*display: inline-block;*/
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(236, 148, 30, 0.35);
}

.equipment ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
}

.equipment ul li img {
    margin: auto;
    text-align: center;
}

.equipment ul li h4 {
    padding-top: 20px;
    display: inline-flex;
}

.equipment article {
    -moz-column-width: 13em;
    -webkit-column-width: 13em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}

.equipment article div {
    display: inline-block;
    margin: 0.25rem;
    /* padding: 1rem; */
    width: 100%;
    max-width: 140%;
}

.bg {
    z-index: 1;
    position: fixed;
    /* visibility: hidden; */
    width: 100%;
    height: 100%;
    /* max-height: 300px; */
    background-size: 100%;
}

.portfolio-title {
    font-size: 18px;
    color: #ec941e !important;
    text-decoration: none !important;
    display: inline-block;
    padding-top: 30px;
    font-family: 'Oswald', arial, serif;
    padding-bottom: 30px;
}

.submenu-title {
    background: #161616;
    /*width: 100%;*/
    padding: 0 30px 0px 30px;
    text-transform: uppercase;
    color: white;
    text-align: left;
    height: 100%;
    min-height: 80px;
}

.active {
    color: #feb518 !important;
}

.permission-text {
    position: absolute;
    float: right;
    right: 15px;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    height: auto;
    width: auto;
    z-index: 9;
    text-align: initial;
    display: flex;
    /* padding: 10px; */
    max-width: 318px;
    text-align: left;
    padding: 4px;
}

.permission-text p {
    font-size: 10px;
    font-style: italic;
    line-height: 14px;
    padding: 5px;
}

.permission-text img {
    float: left;
    z-index: 99;
    /* display: none; */
    /* width: 44px; */
    /* height: 40px; */
    top: 0;
    position: relative;
}

.home-permission-text {
    position: fixed;
    float: right;
    right: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    height: auto;
    width: auto;
    z-index: 9;
    text-align: initial;
    display: flex;
    /* padding: 10px; */
    max-width: 318px;
    text-align: left;
    padding-right: 12px;
}

.home-permission-text p {
    font-size: 10px;
    font-style: italic;
    line-height: 14px;
    padding: 5px;
}

.home-permission-text img {
    float: left;
    z-index: 99;
    /* display: none; */
    width: 44px;
    /* height: 40px; */
    top: 0;
    position: relative;
}

.news-container h5 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
}

.news-container .isotopeSelector figure {
    padding-bottom: 20px;
}

#language {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    top: 0;
    cursor: pointer;
    background: transparent url(../images/top_icon_bg.png) no-repeat;
    width: 37px;
    height: 45px;
}

#language.inner-language {
    left: 15px !important;
}

#language_icon {
    width: 24px;
    height: 24px;
    position: relative;
    top: 7px;
    text-align: center;
    left: 7px;
    font-size: 12px;
    background-color: #ffffff;
    border-radius: 100%;
    padding-top: 2px;
    color: #443005;
    font-weight: 800;
}

#language_icon:hover {
    color: #feb518;
}

.contact-page {
    left: 20%;
}

.bio-image {
    width: 50%;
    height: 100%;
    margin-top: 5px;
    float: right;
    padding-left: 15px;
}

a.tooltip {
    outline: none;
    text-decoration: none;
    padding-top: 12px;
    font-size: 14px;
}

a.tooltip strong {
    line-height: 30px;
}

a.tooltip:hover {
    text-decoration: none;
}

a.tooltip span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: 40px;
    /* margin-right: 112px; */
    width: 300px;
    line-height: 16px;
    float: right;
    /* left: 0; */
    clear: right;
    right: 3%;
    letter-spacing: 0.6px;
}

a.tooltip:hover span {
    display: inline;
    position: absolute;
    border: 2px solid #FFF;
    color: #EEE;
    background: #333 url('../images/css-tooltip-gradient-bg_.png') repeat-x 0 0;
}

.callout {
    z-index: 20;
    position: absolute;
    border: 0;
    top: -35px !important;
    right: 0;
    float: right !important;
    text-align: right;
}

/*CSS3 extras*/
a.tooltip span {
    border-radius: 2px;
    box-shadow: 0 0 8px 4px #666;
    /*opacity: 0.8;*/
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/** Custom page styles **/
.scroll-bar-container .inner-content {
    border: 1px solid #CCC;
    max-height: 170px;
    width: 600px;
}

.scroll-bar-container > div {
    max-height: 130px;
    overflow: auto;
}

.scroll-content .permanent {
    min-width: 800px;
}

.scroll-content .inner-content {
    border: 1px solid #CCC;
    max-height: 170px;
    width: 600px;
}

.scroll-content > div {
    max-height: 650px;
    overflow: auto;
    height: 100%;
}

.scroll-content .permanent {
    min-width: 800px;
}

.controls {
    padding: 0 0 10px;
}

.controls span {
    cursor: pointer;
    padding: 2px 8px;
}

.controls span.active {
    background: #4698CE;
    color: #fff;
    cursor: default;
}

.prettyprint ol.linenums > li {
    list-style-type: decimal;
}

#lorem-ipsum {
    display: none;
}

.filtr-item {
    padding: 1rem;
}

.item-desc {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 4px 2rem;
    font-size: 15px;
    height: 100%;
}

.simplefilter li span {
    color: #ddd;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px;
    display: none;
}

.simplefilter li.active {
    color: #feb518;
    border: 1px solid;
}

.simplefilter li:hover {
    color: #feb518;
}

.multifilter li {
    background-color: #4b9eff;
}

.multifilter li.active {
    background-color: #2265b4;
}

/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}

.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}

.sortandshuffle .sort-btn {
    background-color: #de0000;
}

.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

/* Search control */
.search-row {
    margin-left: 2.5rem;
}

.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}

.filtr-item img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    position: relative !important;
    top: 0;
    width: auto !important;
    padding-bottom: 50px;
    padding-top: 36px;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-div {
    background: transparent url(../images/noise.png) repeat;
    /* width: 98%; */
    padding: 50px 30px 40px 30px;
}

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #fff;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #fff;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

.scrollbar-inner {
    background: transparent url(../images/noise.png) repeat;
    /*width: 98%;*/
    padding: 18px 30px 0px 30px;
}

.scroll-div > .scroll-element,
.scroll-div > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 99999;
}

.scroll-div > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scroll-div > .scroll-element .scroll-element_track {
    display: none;
}

.scroll-div > .scroll-element .scroll-bar {
    background-color: #fff;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scroll-div:hover > .scroll-element .scroll-bar,
.scroll-div > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scroll-div > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scroll-div > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scroll-div > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scroll-div > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scroll-div > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scroll-div > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scroll-div > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scroll-div > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scroll-div > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scroll-div > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

/*********************/

.page-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
    background-position: center center;
}

.page-center-align {
    margin-top: 55px;
    position: relative;
    height: 100%;
    float: left;
    min-height: 100%;
    width: 100%;
}

.page-left-menu .logo {
    z-index: 4;
    position: relative;
}

.page-left-menu .logo img {
    margin-bottom: 0;
}

/****************************************/

/* --------------------------------

Main Page Content

-------------------------------- */
.cd-main-content .content-wrapper {
    padding: 45px 5% 3em;
}

.cd-main-content .content-wrapper h1 {
    text-align: center;
    padding: 3em 0;
    font-size: 2rem;
}

.cd-main-content::before {
    /* never visible - used to check MQ in jQuery */
    display: none;
    content: 'mobile';
}

@media only screen and (min-width: 768px) {
    .cd-main-content .content-wrapper {
        margin-left: 110px;
        padding-top: 55px;
    }

    .cd-main-header {
        display: none;
    }

    .cd-main-content .content-wrapper h1 {
        padding: 4em 0;
        font-size: 3.2rem;
        font-weight: 300;
    }

    .cd-main-content::before {
        content: 'tablet';
    }
}

@media only screen and (min-width: 1170px) {
    .cd-main-content .content-wrapper {
        margin-left: 200px;
    }

    .cd-main-content::before {
        content: 'desktop';
    }
}

/* -------------------------------- 

Header

-------------------------------- */
.cd-main-header {
    position: relative;
    top: 0;
    left: 0;
    height: 45px;
    width: 100%;
    background: rgba(22, 22, 22, 0.69);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-main-header::after {
    clear: both;
    content: "";
    display: table;
}

@media only screen and (min-width: 768px) {
    .cd-main-header {
        position: fixed;
        height: 55px;
    }
}

.cd-logo {
    float: left;
    display: block;
    margin: 11px 0 0 5%;
}

.cd-logo img {
    display: block;
}

@media only screen and (min-width: 768px) {
    .cd-logo {
        margin: 16px 0 0 36px;
    }
}

.cd-nav-trigger {
    /* navigation trigger - visible on mobile devices only */
    float: right;
    position: relative;
    display: block;
    width: 34px;
    height: 44px;
    margin-right: 5%;
    /* hide text */
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 9999999;
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #ec941e;
}

.cd-nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.cd-nav-trigger span::before {
    /* menu icon top line */
    top: -6px;
}

.cd-nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px;
}

.cd-nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(255, 255, 255, 0);
}

.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: white;
}

.cd-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.cd-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width: 768px) {
    .cd-nav-trigger {
        display: none;
    }
}

.cd-search {
    position: relative;
    margin: 1.2em 5% 0.6em;
}

.cd-search.is-hidden {
    opacity: 0;
}

.cd-search::before {
    /* lens icon */
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
}

.cd-search input {
    padding-left: 32px;
    width: 100%;
    height: 36px;
    border: none;
    border-radius: .25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.cd-search input:focus {
    outline: none;
}

@media only screen and (min-width: 768px) {
    .cd-search {
        float: left;
        display: inline-block;
        width: 250px;
        height: 100%;
        margin: 0 0 0 2.5em;
    }

    .cd-search.is-hidden {
        /* reset style */
        opacity: 1;
    }

    .cd-search::before {
        background-position: 0 -16px;
        left: 1em;
    }

    .cd-search form, .cd-search input {
        height: 100%;
        width: 100%;
    }

    .cd-search input {
        border: none;
        padding-left: 2.6em;
        border-radius: 0;
        background-color: #3e454c;
        border-left: 1px solid #51575d;
        color: #ffffff;
    }

    .cd-search input::-webkit-input-placeholder {
        color: #777c81;
    }

    .cd-search input::-moz-placeholder {
        color: #777c81;
    }

    .cd-search input:-moz-placeholder {
        color: #777c81;
    }

    .cd-search input:-ms-input-placeholder {
        color: #777c81;
    }
}

/* -------------------------------- 

Top Navigation

-------------------------------- */
.cd-nav {
    /* top nav - not visible on mobile devices */
    display: none;
}

@media only screen and (min-width: 768px) {
    .cd-nav {
        display: block;
        float: right;
        height: 100%;
    }
}

.cd-top-nav > li > a::before {
    /* reset style */
    display: none;
}

.cd-top-nav > li a {
    padding: 1em 5% !important;
}

.cd-top-nav img {
    /* avatar image */
    position: absolute;
    left: 1.8em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: none;
}

@media only screen and (min-width: 768px) {
    .cd-top-nav {
        height: 100%;
    }

    .cd-top-nav a {
        display: block;
        font-size: 1.4rem;
        color: #ffffff;
    }

    .cd-top-nav > li {
        display: inline-block;
        margin-right: 1em;
        height: 100%;
    }

    .cd-top-nav > li:last-of-type {
        margin-right: 0;
    }

    .cd-top-nav > li a {
        padding: 1em .6em !important;
    }

    .cd-top-nav img {
        display: block;
    }

    .mobil-language-icons {
        display: none;
    }

    .page-left-menu .logo a:last-child {
        display: none;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-top-nav li:not(.has-children) a:hover {
        color: #1784c7;
    }
}

@media only screen and (max-width: 767px) {
    .page-left-menu .logo a:first-child {
        display: none;
    }

    .page-left-menu .logo a:last-child {
        display: block;
    }

    .header-icons {
        display: none;
    }

    .mobil-language-icons {
        position: absolute;
        top: 0;
        left: 12px;
        float: left;
    }

    .mobil-language-icons ul {
        list-style-type: none;
    }

    .mobil-language-icons ul li {
        float: left;
        padding-right: 10px;
    }

    .mobil-language-icons ul li a {
        float: left;
        padding: 0;
    }

    .mobil-language-icons img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: filter .2s ease-in-out;
    }

    .mobil-language-icons img:hover {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        filter: none;
    }

    .page-left-menu .logo .mobil-logo {
        position: absolute;
        left: 30px;
    }

    .page-content {
        padding: 12px 15px 26px 15px !important
    }

    .has-children.selected > ul {
        display: block;
        margin-left: 0;
        padding-left: 45px;
    }

    .cd-side-nav:before, .cd-side-nav:after {
        display: none;
    }

    .cd-side-nav > ul > li > a {
        padding-left: calc(5% + 24px);
        border-bottom: 1px solid #373d44;
    }

    .cd-side-nav > ul > li:not(.action-btn):hover > a {
        color: #feb518;
    }

    .cd-side-nav > ul:last-of-type {
        padding-bottom: 0;
        margin-left: 0;
        z-index: 99999;
        position: relative;
    }



    #menu .cd-main-content {
        background: none !important;
    }


    #menu {
        height: auto;
        width: 100% !important;
        left: 0 !important;
        background: none !important;
    }


    .cd-main-header {
        position: relative;
        top: 0;
        left: 0;
        height: 45px;
        width: 100%;
        background-color: rgba(0, 1, 2, 0.94);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .cd-side-nav {
        background-color: rgba(0, 1, 2, 0.94);
    }

    #logo {
        display: none !important;
    }

    ul.menu-submenu > li {
        text-align: left;
    }

}

@media only screen and (max-width: 414px) {

    .permission-text {
        max-width: 85% !important;
    }

    .contant-title:before, .contant-title:after, footer:before, footer:after {
        max-width: 250px !important;
    }
}

/* --------------------------------

Sidebar

-------------------------------- */
.cd-side-nav {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    padding: 45px 0 0;
    visibility: hidden;
    opacity: 0;
    max-height: 100vh;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.cd-side-nav.nav-is-visible {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    max-height: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cd-side-nav > ul {
    padding: 0.6em 0;
}

.cd-side-nav > ul:last-of-type {
    padding-bottom: 0;
}

.cd-side-nav .cd-label, .cd-side-nav a {
    display: block;
    padding: 10px;
}

.cd-side-nav .cd-label {
    text-transform: uppercase;
    font-weight: bold;
    color: #646a6f;
    font-size: 1rem;
    letter-spacing: .1em;
}

.cd-side-nav a {
    position: relative;
    font-size: 1.4rem;
}

.cd-side-nav ul.cd-top-nav > li:last-of-type > a {
    border-bottom: none;
}

.cd-side-nav > ul > li > a {
    padding-left: calc(5% + 10px);
    font-family: 'Oswald', arial, serif;
    text-decoration: none;
}

.cd-side-nav > ul > li > a::before {
    /* icon before item name */
    position: relative;
    content: '';
    left: 5%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
}

.cd-side-nav > ul > li.overview > a::before {
    background-position: -64px 0;
}

.cd-side-nav > ul > li.notifications > a::before {
    background-position: -80px 0;
}

.cd-side-nav > ul > li.comments > a::before {
    background-position: -48px 0;
}

.cd-side-nav > ul > li.bookmarks > a::before {
    background-position: -32px 0;
}

.cd-side-nav > ul > li.images > a::before {
    background-position: 0 0;
}

.cd-side-nav > ul > li.users > a::before {
    background-position: -16px 0;
}

.cd-side-nav .count {
    /* notification badge */
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(5% + 16px + 0.4em);
    padding: 0.2em 0.4em;
    background-color: #ff7e66;
    border-radius: .25em;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.cd-side-nav .action-btn a {
    display: block;
    margin: 0 5%;
    padding: 1em 0;
    background-color: #1784c7;
    border-radius: .25em;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.cd-side-nav .action-btn a::before {
    display: none;
}

@media only screen and (min-width: 768px) {
    .cd-side-nav {
        position: relative;
        float: left;
        top: auto;
        width: 100%;
        padding-top: 0;
        /* reset style */
        visibility: visible;
        opacity: 1;
        overflow: visible;
        max-height: none;
        padding-bottom: 23px;
    }

    .cd-side-nav.nav-is-visible {
        box-shadow: none;
    }

    .cd-side-nav > ul {
        /* reset style */
        padding: 0;
        margin-left: 0;
        width: 100%;
    }

    .cd-side-nav .cd-label {
        /* remove labels on minified version of the sidebar */
        display: none;
    }

    .cd-side-nav a {
        font-size: 1.2rem;
        text-align: center;
    }

    .cd-side-nav > ul > li > a::before {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 2.4em;
    }

    .cd-side-nav .active > a {
        color: #ec941e !important;
    }

    .cd-side-nav .action-btn a {
        margin: 1em 10% 0;
    }

    .cd-side-nav .count {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        padding: 0;
        top: 2em;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        left: calc(50% + 5px);
        right: auto;
        color: transparent;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-side-nav {
        width: 100%;
    }

    .cd-side-nav > ul {
        padding: 0.6em 0;
        margin-left: 0;
    }

    .cd-side-nav > ul > li:not(.action-btn):hover > a {
        color: #feb518;
    }

    .cd-side-nav > ul > li > a {
        padding: 1em 0em 1em 0;
        text-align: left;
        border-bottom: none;
        text-decoration: none;
        text-align: center;
        font-size: 14px;
        color: #c0c0c0;
        font-family: 'Oswald', arial, serif;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        transition: 0.2s;
    }

    .cd-side-nav > ul > li > a:hover {
        background-color: #000;
    }

    .cd-side-nav > ul > li > a::before {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 18px;
        text-decoration: none;
    }

    .cd-side-nav .cd-label {
        display: block;
        padding: 1em 18px;
    }

    .cd-side-nav .action-btn {
        text-align: left;
    }

    .cd-side-nav .action-btn a {
        margin: 0 18px;
    }

    .no-touch .cd-side-nav .action-btn a:hover {
        background-color: #1a93de;
    }

    .cd-side-nav .count {
        /* reset style */
        color: #ffffff;
        height: auto;
        width: auto;
        border-radius: .25em;
        padding: .2em .4em;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 18px;
        left: auto;
        box-shadow: none;
    }
}

.has-children ul {
    position: relative;
    width: 100%;
    display: none;
    background-color: #1c1f22;
}

.has-children > a::after {
    /* arrow icon */
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    right: 5%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/cd-arrow.svg);
}

.has-children.selected > ul {
    display: block;
}

.has-children.selected > a::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

@media only screen and (min-width: 768px) {
    .has-children {
        position: relative;
        list-style-type: none;
    }

    .has-children ul {
        position: absolute;
        top: 0;
        left: 90%;
        width: 160px;
        padding: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        list-style-type: none;
    }

    .has-children ul a {
        text-align: left;
        border: none;
        padding: 1em;
        text-decoration: none;
    }

    .no-touch .has-children ul a:hover {
        color: #fe9e06;
    }

    .has-children > a::after {
        display: none;
    }

    .cd-side-nav .has-children.selected > a {
        /* focus state -> show sub pages */
        background-color: #33383e;
    }

    .cd-top-nav .has-children {
        position: relative;
        background-color: #2c3136;
    }

    .cd-top-nav .has-children > a {
        height: 100%;
        padding: 0 calc(1.8em + 22px) 0 calc(1.8em + 26px) !important;
        line-height: 55px;
    }

    .cd-top-nav .has-children > a::after {
        display: block;
        right: 1.8em;
    }

    .cd-top-nav .has-children ul {
        background-color: #1c1f22;
        width: 200px;
        top: 100%;
        right: 0;
        left: auto;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }

    .cd-top-nav .has-children ul a {
        padding-left: 18px !important;
    }
}

@media only screen and (min-width: 1170px) {
    .has-children > ul {
        width: 100%;
        z-index: 1;
    }

    .has-children ul a {
        padding-left: 18px;
        text-decoration: none;
    }

    .has-children.active > ul {
        /* if the item is active, make the subnavigation visible */
        position: relative;
        display: block;
        /* reset style */
        left: 0;
        box-shadow: none;
    }

    .no-touch .cd-side-nav .has-children:hover > ul, .cd-side-nav .has-children.hover > ul {
        /* show subnavigation on hover */
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.cd-main-content {
    width: 100%;
    background: black url(../images/menu-bg.jpg) repeat-y;
    position: relative;
    z-index: 601;
    /* top: 164px; */
    /* text-align: center; */
    /* padding: 24px 0 24px 0; */
    text-transform: uppercase;
    float: left;
    left: 0;
    clear: left;
    height: 100%;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.cd-side-nav ul {
    list-style-type: none;
}

.box h3 {
    text-align: center;
    position: relative;
    top: 80px;
}

.box {
    width: 70%;
    height: 200px;
    background: #FFF;
    margin: 40px auto;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.contant-title {
    position: relative;
}

.contant-title:before, .contant-title:after {
    z-index: 3;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 100%;
    top: 62%;
    max-width: 507px;
    background: #161616;
    transform: rotate(-2deg);
}

.contant-title:after {
    transform: rotate(2deg);
    right: 10px;
    left: auto;
}

.contant-title {
    font-size: 18px;
    background-color: #161616;
    color: #ec941e !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 20px 30px 20px 30px;
    width: 100%;
    z-index: 9;
}

.contant-title h2 {
    font-size: 18px;
    background-color: #161616;
    color: #ec941e !important;
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 999;
    font-stretch: condensed;
    unicode-range: U+0026;
}

.page-content {
    float: left;
    width: 100%;
    height: 100%;
    background: transparent url(../images/noise.png) repeat;
    /* width: 98%; */
    padding: 50px 30px 40px 30px;
}

footer {
    float: left;
    width: 100%;
    position: relative;
    background: #161616;
    text-align: right;
    font-style: italic;
    padding: 8px 30px 8px 30px;
    font-size: 10px;
}

.container {
    z-index: 99;
    position: relative;
}

footer:before, footer:after {
    z-index: 3;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 100%;
    top: 28%;
    max-width: 507px;
    background: #161616;
    box-shadow: 0 17px 12px #161616;
    transform: rotate(182deg);
    /* margin-top: 44px; */
}

footer:after {
    transform: rotate(178deg);
    right: 10px;
    left: auto;
}

footer span {
    position: relative;
    z-index: 99;
}

.cd-side-nav:before, .cd-side-nav:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 2px;
    width: 48.8%;
    top: 91%;
    max-width: 300px;
    background: rgba(0, 0, 0, 0);
    /* -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7); */
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 26px 9px rgba(0, 0, 0, 0.8);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    /* bottom: -17px; */
}

.cd-side-nav:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 2px;
    left: auto;
}

.header-icons {
    position: absolute;
    top: 0;
    left: 12px;
    float: left;
}

.header-icons ul {
    list-style-type: none;
}

.header-icons ul li {
    float: left;
    padding-right: 10px;
}

.header-icons ul li a {
    float: left;
}

.header-icons img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter .2s ease-in-out;
}

.header-icons img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

#exampleImage {
    cursor: zoom-in;
}

#exampleImage:-webkit-full-screen {
    cursor: zoom-out;
}

#exampleImage:-moz-full-screen {
    cursor: zoom-out;
}

#exampleImage:-ms-fullscreen {
    cursor: zoom-out;
}

#exampleImage:fullscreen {
    cursor: zoom-out;
}

.language-link {
    color: #000;
    font-weight: 700;
    font-family: 'Oswald', arial, serif;
    font-size: 15px; text-transform: capitalize;
}

.language-link:hover {
    text-decoration: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
    color: #000 !important;
}

.warning-text {
    display: none;
    padding: 10px;
    width: 100%;
}

.warning-text h3 {
    text-transform: uppercase;
    color: #000000;
    text-shadow: 0 0 0 transparent, 1px 1px 3px #161616;
}

#menu .cd-main-content {
    width: 100%;
    background: black url(../images/menu-bg.jpg) repeat-y;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    float: left;
    left: 0;
    clear: left;
    height: 100%;
    min-width: 100%;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

Light
    /** Custom page styles **/
.scroll-bar-container .inner-content {
    border: 1px solid #CCC;
    max-height: 170px;
    width: 600px;
}

.scroll-bar-container > div {
    max-height: 130px;
    overflow: auto;
}

.scroll-bar-container .permanent {
    min-width: 800px;
}

.controls {
    padding: 0 0 10px;
}

.controls span {
    cursor: pointer;
    padding: 2px 8px;
}

.controls span.active {
    background: #4698CE;
    color: #fff;
    cursor: default;
}

.prettyprint ol.linenums > li {
    list-style-type: decimal;
}

#lorem-ipsum {
    display: none;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/** New filters**************************************************/

#filters {
    padding: 0;
    list-style: none;
    z-index: 99999;
    position: relative;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
}

#filters li {
    display: inline-block;
}

#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #fff;
    cursor: pointer; font-size: 15px
}

#filters li span.active,
#filters li.active {
    color: #feb518;
    border: 1px solid;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 10px 0px;
    float: left;
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
    background: #e95a44;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}

.portfolio-section p {
    padding: 0px 0px 20px 0px;
}

a:hover, a:focus {
    color: #ec941e !important;
    text-decoration: underline;
}

.help-block {
    font-size: 24px;
    padding-left: 4px;
}

@media only screen and (max-width: 1500px) {

    .equipment {
        width: 40%;
    }
}

/*******************************************************

    Markis

********************************************************/
#portfoliolist {
    transition: all .4s ease-in-out;
}

#portfoliolist a {
    display: block !important;
}


.bt_content img {
    width: 50%;
    height: 100%;
    margin-top: 5px;
    float: right;
    padding-left: 15px;
}

.contact .form-group > .form-control {
    background: #161616;
    border: 1px solid black;
}

.contact button {
    margin-top: 15px;
}

#menu .cd-side-nav {
    z-index: 10000;
    position: relative;
}


/* Home swiper slider
*************************************/
.bg-slider.swiper-container {
    width: 100vw;
    height: 100vh;
}
.bg-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-thumbs {
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 120px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



