/*------------------------------------------------------------------
[ Master Stylesheet ]

Project:	Camaro - Responsive Multipurpose Template
Version:	1.1
Last change:	10/24/14

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


/* Import fonts */

/*@import url(font-awesome.min.css);*/
@import url(robotofonts.css);


/*------------------------------------------------------------------
[ Table of contents ]

0. Reset
1. Layout
2. Typography
    2.1. Headings
    2.2. Buttons
    2.3. Camaro Icons
    2.4. Custom Themes Icons
    2.5. Colors
    2.6. Tabs
    2.7. Pagination
3. Preloader
4. Scrolltop
5. Header
    5.1. Header Layout
    5.2. Header Cart
    5.3. Mainmenu
    5.4. Sidemenu
    5.5. Menu Table
    5.6. Search
6. Home
7. Content
    7.1. Content Layout
    7.2. Page Header
    7.3. Search Results
    7.4. Facts
    7.5. Progresses
8. Forms
    8.1. General Styles
    8.2. jSlider (input type 'range')
    8.3. Custom select ('chosen')
    8.4. Newsletters
    8.5. Comments
9. Countdown
10. Slider
    10.1. General Styles
    10.2. Logotypes ('.logos')
    10.3. Fullwidth ('.oneslider')
    10.4. Popup Slider
    10.5. Pricing Slider
    10.6. Arrows
    10.7. Slider Pagination
11. Gallery
12. Catalog
13. Cart
14. Audio Player ('mejs')
15. Tooltips ('tooltipster')
16. Team
    16.1. Team List
    16.2. Team Item
    16.3. Hover images
    16.4. Team details
17. Vacancy
18. Google Maps
19. Blog
20. YouTube video player ('ytplayer')
21. Popup
    21.1 Popup General
    21.2. Popup: Team
    21.3. Popup Login
    21.4. Popup Slider ('magnific')
22. History
23. Page 404
24. Footer
25. Splash
26. Responsive styles

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


/*------------------------------------------------------------------
[ 0. RESET ]
-------------------------------------------------------------------*/

html {
    font-size:100%;
    sx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
a,
img,
strong,
sub,
b,
u,
i,
ul,
li,
form,
label {
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    font-size:100%;
    margin:0;
    padding:0;
}

a:active,
a:hover,
a:focus,
input:active,
button:active,
button,
textarea:focus,
input:focus {
    outline:0;
    text-decoration: none;
}

ins {
    text-decoration:none;
}

input,
select,
button,
textarea {
    font-size:100%;
    margin:0;
    padding:0;
}

button,
input,
select,
textarea {
    font-size:100%;
    vertical-align:baseline;
    margin:0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor:pointer;
    overflow:visible;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
    display:block;
    margin:0;
    padding:0;
}

img {
    border:0;
}

.none {
    display:none;
}

ul,
ol{
    margin-bottom: 30px;
    list-style: none;
}

ol {
    margin: 0 0 0 10px;
    padding: 0;
    counter-reset: num;
}

ol li:before {
    content: counter(num) '. ';
    counter-increment: num;
}

ol ol li:before {
    content: counters(num, '.') ' ';
}

table {
    border-collapse:collapse;
}

table {
    width:100%;
    margin-bottom:45px;
    font-size:18px;
}

table:last-child{
    margin-bottom: 0;
}

.table-responsive{
    border: 0;
}

.table-responsive table{
    margin-bottom: 20px;
}

table th {
    font-size:20px;
    color:#000;
    text-align:left;
    font-weight:400;
    border-bottom:1px solid #EAEAEA;
    padding:15px 28px;
}

table td{
    white-space:nowrap;
    padding:10px 28px;
}

table tbody tr:first-child td {
    padding-top:30px;
}

table tbody tr:last-child td {
    padding-bottom:30px;
}

table tr.last > *{
    padding-top: 30px !important;
}


table td a,
[class*=skin-] table td a{
    color:#000;
}

table td a:hover {
    color:#e7543d;
}

table .pclose {
    position:static!important;
    display:inline-block;
}

table .td-descr {
    white-space:normal;
}

table .counting {
    font-size:20px;
}

.table > thead > tr > th{
    font-weight: 300;
    border-bottom: 1px solid #D6D6D6;
    line-height: 22px;
    padding: 22px 30px;
}

.table > thead > tr.highlight > th{
    border-bottom: 0;
}

.table > thead > tr > th:first-child{
    border-radius: 3px 0 0 3px;
}

.table > thead > tr > th:last-child{
    border-radius: 0 3px 3px 0;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td{
    line-height: 30px;
    padding: 0 30px;
}

.table > tbody > tr > td{
    border: 0;
}

.table > tfoot > tr > td{
    border-top: 1px solid #EAEAEA;
    padding: 22px 30px;
    line-height: 22px;
}

.table tbody tr:first-child td{
    padding-top: 25px;
}

.table tbody tr:last-child td{
    padding-bottom: 25px;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin-bottom: 45px;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.col-md-4 .embed-responsive,
.col-md-3 .embed-responsive{
    margin-bottom: 25px;
}


/*------------------------------------------------------------------
[ 1. LAYOUT ]
-------------------------------------------------------------------*/

body {
    font-family:'Roboto Slab', serif;
    font-size:17px;
    line-height:26px;
    color:#666;
    font-weight:300;
    overflow-x:hidden;
    width:100%;
}

body.container{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.container .footer .container:last-child{
    padding-bottom: 0;
}

.overlay,
.overlay > * {
    position:relative;
}

.overlay:after {
    opacity:.3;
    background-color:#191919;
    left:0;
    top:0;
    display:block!important;
    content:"";
    height:100%;
    position:absolute;
    width:100%;
}

.overlay.grey-bg:after{
    background-color: #323232;
    opacity: .9;
}

.overlay.color-bg:after{
    background-color: #282828;
    opacity: 1;
}

.container {
    padding:55px 0;
}

.container:last-child {
    padding-bottom:110px;
}

.container .container:last-child{
    padding-bottom: 55px;
}

.highlight .container {
    padding: 75px 0;
}

.no-border,
.no-border *{
    border: 0 !important;
}

.no-padding{
    padding: 0 !important;
}

.no-margin{
    margin: 0 !important;
}

.padding-top-0{
    padding-top: 0 !important;
}

.padding-top-big {
    margin-top:150px!important;
    padding-top: 0;
}

.padding-top {
    padding-top:90px!important;
}

.padding-top-medium{
    padding-top: 60px !important;
}

.padding-medium{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.padding-bottom {
    padding-bottom:65px!important;
}

.padding-bottom-big{
    padding-bottom: 180px !important;
}

.padding-bottom-huge {
    padding-bottom:370px!important;
}

.margin-top {
    margin-top:90px!important;
}

.margin-top-big {
    margin-top:150px!important;
}

.row {
    margin-left:0;
    margin-right:0;
}

.row .row,
.row + .row {
    margin-top:35px;
}

.row .row:first-child {
    margin-top:0;
}

.row.border-bottom + .row{
    margin-top: 40px;
}

.inforow > [class*=col-]{
    margin-bottom: 30px;
}

.inforow{
    margin-bottom: -30px;
    overflow: hidden;
}

.block {
    overflow:hidden;
    display:block !important;
}

button.block {
    width:100%;
}

.equal {
    display:table;
    width:100%;
}

.equal > * {
    display:table-cell !important;
    box-sizing:border-box;
    float:none;
    margin:0;
    padding:40px 20px 0;
}

.big-padding {
    padding:120px 0!important;
}

.separator {
    height:1px;
    background-color:#2D2D2D;
    border:0;
    overflow:hidden;
    clear:both;
    width:100%;
    content:'\0020';
    font-size:1px;
}

.circle,
.circle:after,
.circle img {
    border-radius:100%;
    -webkit-transform: translateZ(0);
    display: inline-block;
}

.inline > * {
    margin-left:30px;
    display:inline-block;
    vertical-align:middle;
}

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

.rel{
    position: relative;
}

.static{
    position: static !important;
}

.inline-block{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.inline-block:last-child{
    margin-right: 0;
}

.middle{
    vertical-align: middle !important;
}

.huge-size{
    height: 660px;
}

.large-size{
    height: 480px;
}

.medium-size{
    height: 310px;
}

.small-size{
    height: 200px;
}

.divtable{
    display: table;
    width: 100%;
}

.divtable > *{
    display: table-cell;
    float: none;
}

/*------------------------------------------------------------------
[ 2. TYPOGRAPHY ]
-------------------------------------------------------------------*/

/* [ 2.1 HEADINGS ] */

h1,
.h1{
    font-size:42px;
    margin:0 0 20px;
    color: #000;
    font-weight: 300;
    line-height: 44px;
}

h2,
.h2{
    font-size:30px;
    letter-spacing:-2px;
    color:#000;
    margin:0 0 10px;
}

h3,
.h3{
    font-size:24px;
    line-height: 30px;
    color:#000;
    font-weight:300;
    letter-spacing:-1px;
    margin:0 0 20px;
}

h4,
.h4{
    font-size:20px;
    line-height: 30px;
    font-weight:300;
    margin:0 0 20px;
}

h5,
.h5{
    font-size:18px;
    line-height:30px;
    font-weight:300;
    margin-bottom: 20px;
}

h6,
.h6{
    font-size:17px;
    color:#000;
    line-height:30px;
    font-weight:300;
    margin-bottom:20px;
}

.light {
    font-weight:300!important;
}

.normal {
    font-weight:400!important;
}

.strong{
    font-weight: 500!important;
}

h3 strong,
h4 strong {
    font-weight:400;
}

h3 + h5 {
    margin-top:-15px;
}

h4 + small{
    margin-top: -20px;
}

h1 small{
    font-size: 38px;
    color: #000;
    font-weight: 300;
}

h2 small{
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
}

h2 i {
    margin-right:10px;
}

.h-icon i {
    width:33px;
    margin-left:-33px;
    position:relative;
    font-size:18px;
    top:-2px;
}

.huge {
    font-size:55px !important;
    line-height: 60px;
    margin-bottom:7px !important;
}

small {
    font-size:15px;
    line-height:26px;
    color:#999;
    font-weight:300;
    display:block;
}

mark{
    padding: 0 3px;
    background-color: #E7543D;
    color: #fff;
}

.label-default{
    background-color: #F2F2F2 !important;
    color: inherit;
}

.label-warning{
    background-color: #FFF799 !important;
    color: inherit;
}

.label-info{
    background-color: #A1E4FE !important;
    color: inherit;
}

.label-success{
    background-color: #C6F1C0 !important;
    color: inherit;
}

.label-inverse{
    background-color: #252525 !important;
}

.box-inline{
    color: #fff;
    padding: 14px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
}

.box-inline *{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    line-height: 1;
}

.box-inline .icon{
    margin-right: 38px;
}

.box-inline .pull-right{
    position: absolute;
    top:50%;
    right: 30px;
    margin: -11px 0 0 0;
}

.hand{
    cursor: pointer;
}

p {
    margin-bottom:20px;
}

.first-letter{
    font-size: 48px;
    line-height: 1;
    color: #000;
    float: left;
    margin: 0 15px 0 0;
}

p.lead {
    font-size:26px;
    color:#666;
    font-weight:300;
    margin-bottom:0;
    line-height:50px;
}

p + .btn {
    margin-top:10px;
}

a{
    color:#e7543d;
    text-decoration:none;
}

a.black:hover{
    color: #e7543d !important;
}

a:hover,
a:focus,
[class*=theme-] a:hover,
[class*=theme-] a:focus{
    text-decoration:none;
    color:inherit;
}

blockquote{
    border-left: 1px solid #e7543d;
    color: #808080;
    padding: 0 0 0 20px;
    margin: 0 20px 20px;
    font-size: inherit;
}

blockquote.highlight{
    border-radius: 4px;
    border: 0 !important;
    padding: 12px 17px 17px;
}

blockquote.normal{
    border: 0;
    color: #333333;
}

blockquote.lead {
    border:0 !important;
    font-size:32px;
    color:#000;
    line-height:38px;
    font-weight:300;
    margin-bottom:30px;
    padding:0;
}

.step {
    font-size:55px;
    color:#acacac;
    line-height:1;
    font-weight:100;
    margin-bottom:20px;
}

.color {
    color:#e7543d;
}

.color-ccc{
    color: #ccc !important;
}

.inherit{
    color: inherit;
}

.text-highlight {
    font-size:30px;
    color:#000;
    margin-bottom:25px;
}

sup {
    font-size:40%;
    line-height:1;
    margin-right:6px;
    position:relative;
    top:.4em;
    vertical-align:top;
}

a,
i,
input,
button,
.mask,
.recentworks li a:after,
a img,
.nav-tabs a span,
.img *,
.img-link:after,
.img figure:before,
.img figure:after,
.item figure:before,
.item figure:after,
.item:before,
.item:hover:before,
.aimg:before{
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.font-open-sans{
    font-family: 'Open Sans', sans-serif;
}

.font-raleway{
    font-family: 'Raleway', sans-serif;
}

.font-ubuntu{
    font-family: 'Ubuntu', sans-serif;
}


/* [ 2.2 BUTTONS ] */

.btn{
    line-height: 50px;
    font-size:16px;
    cursor:pointer;
    text-align:center;
    border-radius:4px;
    display:inline-block;
    padding:0 25px;
    position: relative;
    outline: none !important;
    -webkit-transition: color .3s ease, background .3s ease, border-color .3s ease, opacity .3s ease;
    -moz-transition: color .3s ease, background .3s ease, border-color .3s ease, opacity .3s ease;
    -ms-transition: color .3s ease, background .3s ease, border-color .3s ease, opacity .3s ease;
    transition: color .3s ease, background .3s ease, border-color .3s ease, opacity .3s ease;
}

.btn:active{
    box-shadow: none;
}

.btn.btn-default {
    background-color:#E7543D;
    color:#fff;
    border-color:transparent;
}

.btn.btn-default:hover {
    opacity: .85 !important;
    border-color:transparent;
}

.btn.btn-default i {
    padding-left:0;
    opacity:0;
    width:0;
    margin-right: 0;
}

.btn.btn-default:hover i {
    padding-left:8px;
    opacity:1;
    width:auto;
}

.btn.btn-primary {
    background-color:transparent;
    color:#E7543D;
    line-height: 48px;
    border:2px solid #E7543D;
}

.btn.btn-primary:hover {
    background-color:#E7543D;
    color:#fff !important;
    border-color: transparent;
}

.btn.btn-info {
    background-color:transparent;
    line-height:46px;
    border:2px solid #333;
    color: #666;
}

.btn.btn-info:hover {
    background-color:#333;
    color:#fff;
}

.btn-primary.free {
    color:#B3B3B3;
    border-color:#B3B3B3;
    padding:0 50px;
}

.btn-primary.free:hover {
    color:#fff;
    background-color:#B3B3B3;
}

.btn.btn-inverse {
    background-color:transparent;
    color:#fff;
    border:2px solid #fff;
    line-height:36px;
}

.btn.btn-inverse:hover {
    background-color:#fff;
    color:#000 !important;
}

.btn.btn-lg {
    line-height:60px;
}

.btn.btn-sm {
    line-height:40px;
}

.btn.btn-xs {
    line-height:33px;
    padding: 0 20px;
}

.btn.btn-wd{
    padding: 0 40px;
}

.btn.btn-size{
    padding: 0;
    width: 130px;
}

.btn.btn-success{
    background-color: #58BA57;
    border-color: #58BA57;
}

.btn.btn-success:hover{
    background-color: #47a447;
    border-color: #47a447;
}

.btn.btn-warning{
    background-color: #F2AE42;
    border-color: #F2AE42;
}

.btn.btn-warning:hover{
    background-color: #ed9c28;
    border-color: #ed9c28;
}

.btn.btn-danger{
    background-color: #DB524C;
    border-color: #DB524C;
}

.btn.btn-danger:hover{
    background-color: #d2322d;
    border-color: #d2322d;
}

.btn i{
    margin-right: 8px;
}

.sticker{
    width: 88px;
    height: 88px;
    position: absolute;
    left: 5px;
    top: 10px;
    border-radius: 88px;
    text-align: center;
    line-height: 88px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    z-index: 2;
}

.sticker.sticker-new{
    background-color: #3B3B3B;
}

.sticker.sticker-top{
    background-color: #E6E6E6;
    color: #000;
}

.sticker.sticker-sale{
    background-color: #E7543D;
}

.half-opacity{
    opacity: .5;
}


/* [ 2.3 CAMARO ICONS ] */

@font-face {
    font-family: "camaro";
    src:url("fonts/camaro.eot");
    src:url("fonts/camaro.eot?#iefix") format("embedded-opentype"),
    url("fonts/camaro.woff") format("woff"),
    url("fonts/camaro.ttf") format("truetype"),
    url("fonts/camaro.svg#camaro") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "camaro" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "camaro" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-armchair-chair-streamline:before {
    content: "a";
}
.icon-arrow-streamline-target:before {
    content: "b";
}
.icon-backpack-streamline-trekking:before {
    content: "c";
}
.icon-bag-shopping-streamline:before {
    content: "d";
}
.icon-barbecue-eat-food-streamline:before {
    content: "e";
}
.icon-barista-coffee-espresso-streamline:before {
    content: "f";
}
.icon-bomb-bug:before {
    content: "g";
}
.icon-book-dowload-streamline:before {
    content: "h";
}
.icon-book-read-streamline:before {
    content: "i";
}
.icon-caddie-shop-shopping-streamline:before {
    content: "j";
}
.icon-caddie-shopping-streamline:before {
    content: "k";
}
.icon-camera-photo-polaroid-streamline:before {
    content: "l";
}
.icon-camera-photo-streamline:before {
    content: "m";
}
.icon-camera-streamline-video:before {
    content: "n";
}
.icon-chaplin-hat-movie-streamline:before {
    content: "o";
}
.icon-chef-food-restaurant-streamline:before {
    content: "p";
}
.icon-clock-streamline-time:before {
    content: "q";
}
.icon-cocktail-mojito-streamline:before {
    content: "r";
}
.icon-computer-network-streamline:before {
    content: "s";
}
.icon-computer-streamline:before {
    content: "t";
}
.icon-cook-pan-pot-streamline:before {
    content: "u";
}
.icon-crop-streamline:before {
    content: "v";
}
.icon-crown-king-streamline:before {
    content: "w";
}
.icon-danger-death-delete-destroy-skull-stream:before {
    content: "x";
}
.icon-dashboard-speed-streamline:before {
    content: "y";
}
.icon-database-streamline:before {
    content: "z";
}
.icon-delete-garbage-streamline:before {
    content: "A";
}
.icon-earth-globe-streamline:before {
    content: "B";
}
.icon-eat-food-fork-knife-streamline:before {
    content: "C";
}
.icon-eat-food-hotdog-streamline:before {
    content: "D";
}
.icon-edit-modify-streamline:before {
    content: "E";
}
.icon-email-mail-streamline:before {
    content: "F";
}
.icon-envellope-mail-streamline:before {
    content: "G";
}
.icon-eye-dropper-streamline:before {
    content: "H";
}
.icon-factory-lift-streamline-warehouse:before {
    content: "I";
}
.icon-first-aid-medecine-shield-streamline:before {
    content: "J";
}
.icon-happy-smiley-streamline:before {
    content: "K";
}
.icon-headset-sound-streamline:before {
    content: "L";
}
.icon-home-house-streamline:before {
    content: "M";
}
.icon-ibook-laptop:before {
    content: "N";
}
.icon-ink-pen-streamline:before {
    content: "O";
}
.icon-ipad-streamline:before {
    content: "P";
}
.icon-iphone-streamline:before {
    content: "Q";
}
.icon-ipod-mini-music-streamline:before {
    content: "R";
}
.icon-ipod-music-streamline:before {
    content: "S";
}
.icon-link-streamline:before {
    content: "T";
}
.icon-lock-locker-streamline:before {
    content: "U";
}
.icon-locker-streamline-unlock:before {
    content: "V";
}
.icon-macintosh:before {
    content: "W";
}
.icon-magic-magic-wand-streamline:before {
    content: "X";
}
.icon-magnet-streamline:before {
    content: "Y";
}
.icon-man-people-streamline-user:before {
    content: "Z";
}
.icon-map-pin-streamline:before {
    content: "0";
}
.icon-map-streamline-user:before {
    content: "1";
}
.icon-notebook-streamline:before {
    content: "2";
}
.icon-paint-bucket-streamline:before {
    content: "3";
}
.icon-painting-pallet-streamline:before {
    content: "4";
}
.icon-painting-roll-streamline:before {
    content: "5";
}
.icon-pen-streamline:before {
    content: "6";
}
.icon-pen-streamline-1:before {
    content: "7";
}
.icon-pen-streamline-2:before {
    content: "8";
}
.icon-pen-streamline-3:before {
    content: "9";
}
.icon-photo-pictures-streamline:before {
    content: "!";
}
.icon-settings-streamline:before {
    content: "\"";
}
.icon-settings-streamline-1:before {
    content: "#";
}
.icon-settings-streamline-2:before {
    content: "$";
}
.icon-shoes-snickers-streamline:before {
    content: "%";
}
.icon-speech-streamline-talk-user:before {
    content: "&";
}
.icon-stamp-streamline:before {
    content: "'";
}
.icon-streamline-suitcase-travel:before {
    content: "(";
}
.icon-streamline-sync:before {
    content: ")";
}
.icon-streamline-umbrella-weather:before {
    content: "*";
}
.icon-browser-streamline-window:before {
    content: "+";
}
.icon-brush-paint-streamline:before {
    content: ",";
}
.icon-bubble-comment-streamline-talk:before {
    content: "-";
}
.icon-bubble-love-streamline-talk:before {
    content: ".";
}
.icon-coffee-streamline:before {
    content: "/";
}
.icon-computer-imac:before {
    content: ":";
}
.icon-computer-imac-2:before {
    content: ";";
}
.icon-computer-macintosh-vintage:before {
    content: "<";
}
.icon-design-graphic-tablet-streamline-tablet:before {
    content: "=";
}
.icon-design-pencil-rule-streamline:before {
    content: ">";
}
.icon-diving-leisure-sea-sport-streamline:before {
    content: "?";
}
.icon-drug-medecine-streamline-syringue:before {
    content: "@";
}
.icon-food-ice-cream-streamline:before {
    content: "[";
}
.icon-frame-picture-streamline:before {
    content: "]";
}
.icon-grid-lines-streamline:before {
    content: "^";
}
.icon-handle-streamline-vector:before {
    content: "_";
}
.icon-ipod-streamline:before {
    content: "`";
}
.icon-japan-streamline-tea:before {
    content: "{";
}
.icon-laptop-macbook-streamline:before {
    content: "|";
}
.icon-like-love-streamline:before {
    content: "}";
}
.icon-micro-record-streamline:before {
    content: "~";
}
.icon-monocle-mustache-streamline:before {
    content: "\\";
}
.icon-music-note-streamline:before {
    content: "\e000";
}
.icon-music-speaker-streamline:before {
    content: "\e001";
}
.icon-picture-streamline:before {
    content: "\e002";
}
.icon-picture-streamline-1:before {
    content: "\e003";
}
.icon-receipt-shopping-streamline:before {
    content: "\e004";
}
.icon-remote-control-streamline:before {
    content: "\e005";
}

.icon-big,
.fa-big{
    font-size:60px;
    margin-bottom:10px;
    color:#000;
    line-height:1;
    height: 67px;
}

.icon-norm,
.fa-norm{
    font-size:50px;
    margin-bottom:15px;
    height: 55px;
    color:#000;
    line-height:1;
}

.icon-small,
.fa-small{
    font-size: 36px;
    height: 44px;
    line-height: 1;
}

.icon-extra-small,
.fa-extra-small{
    font-size: 32px;
}

/*------------------------------------------------------------------
[ 2.4. Custom Themes icons ]
-------------------------------------------------------------------*/

[class*=custom-icon] {
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition:all 0s ease;
    -ms-transition:all 0s ease;
    transition:all 0s ease;
}

.custom-icon-arrow-next {
    width: 53px;
    height: 53px;
    background-position: -16px -15px;
}

.custom-icon-arrow-prev {
    width: 53px;
    height: 53px;
    background-position: -98px -15px;
}

.custom-icon-close {
    width: 22px;
    height: 22px;
    background-position: -181px -15px;
}

.custom-icon-close-s {
    width: 16px;
    height: 15px;
    min-height: 15px;
    background-position: -262px -15px;
}

a:hover .custom-icon-close-s {
    background-position: -282px -15px;
}

.custom-icon-ico-audio-pause {
    width: 13px;
    height: 13px;
    background-position: -328px -15px;
}

.custom-icon-ico-audio-play {
    width: 13px;
    height: 15px;
    background-position: -371px -15px;
}

.custom-icon-ico-audio-sound-off {
    width: 16px;
    height: 16px;
    background-position: -414px -15px;
}

.custom-icon-ico-audio-sound-on {
    width: 16px;
    height: 16px;
    background-position: -460px -15px;
}

.custom-icon-ico-cart {
    width: 19px;
    height: 18px;
    background-position: -506px -15px;
}

.custom-icon-ico-cart-w {
    width: 19px;
    height: 18px;
    background-position: -555px -15px;
}

.custom-icon-ico-collapse {
    width: 12px;
    height: 14px;
    background-position: -604px -15px;
}

.custom-icon-ico-cube {
    width: 50px;
    height: 52px;
    background-position: -646px -15px;
}

.custom-icon-ico-expand {
    width: 11px;
    height: 16px;
    background-position: -726px -15px;
}

.custom-icon-ico-menu {
    width: 12px;
    height: 12px;
    background-position: -767px -15px;
}

.custom-icon-ico-menu-w {
    width: 12px;
    height: 12px;
    background-position: -792px -15px;
}

.custom-icon-ico-monitor {
    width: 50px;
    height: 52px;
    background-position: -834px -15px;
}

.custom-icon-ico-resize {
    width: 50px;
    height: 52px;
    background-position: -914px -15px;
}

.custom-icon-ico-resize-l {
    width: 50px;
    height: 52px;
    background-position: -994px -15px;
}

.custom-icon-palette-settings {
    width: 22px;
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    background-position: -396px -51px;
}

.custom-icon-palette-active-w {
    width: 10px;
    height: 7px;
    background-position: -437px -57px;
}

.custom-icon-h-caret{
    width: 9px;
    height: 5px;
    background-position: -338px -61px;
    margin-left: 15px;
}

.custom-icon-ico-search {
    width: 18px;
    height: 18px;
    background-position: -1074px -15px;
}

.custom-icon-ico-search-w {
    width: 18px;
    height: 18px;
    background-position: -1102px -15px;
}

.custom-icon-ico-video {
    width: 56px;
    height: 52px;
    background-position: -1220px -15px;
}

.custom-icon-page-prev {
    width: 6px;
    height: 11px;
    background-position: -282px -59px;
}

.custom-icon-page-next {
    width: 6px;
    height: 11px;
    background-position: -262px -59px;
}

.custom-icon-icon-grid {
    width: 16px;
    height: 16px;
    background-position: -1306px -45px;
}

a:hover .custom-icon-icon-grid,
a.active .custom-icon-icon-grid{
    background-position: -1306px -15px;
}

.custom-icon-icon-list {
    width: 16px;
    height: 11px;
    background-position: -1352px -15px;
}

a:hover .custom-icon-icon-list,
a.active .custom-icon-icon-list{
    background-position: -1352px -45px;
}

.custom-icon-lightclose {
    width: 15px;
    height: 15px;
    background-position: -1398px -15px;
}

.custom-icon-lightclose-w,
a:hover .custom-icon-lightclose{
    width: 15px;
    height: 15px;
    background-position: -1418px -15px;
}

.custom-icon-scrolltop {
    width: 60px;
    height: 60px;
    background-position: -1462px -15px;
}

a:hover .custom-icon-scrolltop {
    background-position: -1532px -15px;
}

/* [ 2.5. COLORS ] */

.bg {
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:0;
    content: '\0020';
    background-position: 50% 0;
}

.img-bg-content{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.content .bg-content + .highlight.darker:last-child{
    margin-top: 0;
}

.bg-faq {
    background-image:url(images/bg-faq.jpg);
}

.bg-pricing {
    background-image:url(images/bg-pricing.jpg);
}

.bg-testimonials {
    background-image:url(images/bg-testimonials.jpg);
}

.bg-sitemap {
    background-image:url(images/bg-sitemap.jpg);
}

.bg-contact {
    background-image:url(images/bg-contact.jpg);
}

.bg-text {
    background-image:url(images/bg-text.jpg);
}

.bg-works {
    background-image:url(images/bg-works.jpg);
}

.bg-shop {
    background-image:url(images/bg-shop.jpg);
}

.bg-blog {
    background-image:url(images/bg-blog.jpg);
}

.bg-services {
    background-image:url(images/bg-services.jpg);
}

.bg-history {
    background-image:url(images/bg-history.jpg);
}

.bg-team {
    background-image:url(images/bg-team.jpg);
}

.bg-gallery {
    background-image:url(images/bg-gallery.jpg);
}

.bg-about {
    background-image:url(images/bg-about.jpg);
}

.bg-aboutme {
    background-image:url(images/bg-aboutme.jpg);
}

.bg-video {
    background-image:url(images/bg-video.jpg);
}

.inverse,
.inverse *{
    color:#fff !important;
}

.inverse a:hover{
    color: #e7543d !important;
}

.highlight {
    background-color:#F8F8F8;
}

.asphalt {
    background-color:#343434;
}

.highlight.night{
    background-color: #252525;
}

.highlight.darker {
    background-color:#F2F2F2;
}

.bg-sand{
    background-color: #E3DCD3;
}

.bg-violet{
    background-color: #F0EEF5;
}

.bg-beach{
    background-color: #F9F9F8;
}

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

.bg-info{
    background-color: #00AEEF;
}

.bg-success{
    background-color: #3CB878;
}

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

.content > .highlight.darker:last-child {
    margin-top:50px;
}

.tabs + .highlight.darker:last-child {
    margin-top:-80px;
}

.logos + .highlight.darker:last-child,
.related + .highlight.darker:last-child,
.popupslider + .highlight.darker:last-child,
.related-projects + .highlight.darker:last-child{
    margin-top:140px;
}

.grey,
.icon.grey:hover{
    color:#999 !important;
}

.def-color{
    color: #666 !important;
}

a.grey:hover{
    color: #e7543d !important;
}

.light-grey {
    color:#b2b2b2 !important;
}

.black {
    color:#000 !important;
}

.theme {
    background-color:#E7543D;
}

.color {
    color:#E7543D!important;
}

.border-top-color {
    border-top:4px solid #e7543d;
}

.border-top {
    border-top:1px solid #EAEAEA;
}

.border-bottom {
    border-bottom:1px solid #EAEAEA;
}

.border{
    border: 1px solid #B3B3B3 !important;
}


/* [ 2.6. TABS ] */

.tabs {
    margin-bottom:80px;
    margin-top:40px;
}

.nav-tabs {
    padding-top:0;
    padding-bottom:0;
}

.nav-tabs > li > a {
    border-radius:2px 2px 0 0;
    line-height:54px;
    color:#000;
    font-size:19px;
    border-style: solid;
    border-color: transparent;
    border-width:2px 0 0;
    padding:0;
}

.nav-tabs > li > a:hover {
    color:#e7543d;
    background-color:transparent;
    border-color:transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #e7543d;
    background-color:#F8F8F8;
    color:#000;
}

.nav-tabs > li > a .icon {
    margin-right:10px;
    top:2px;
    position:relative;
}

.nav-tabs > li > a > span {
    line-height:28px;
    border-left:1px solid #D9D9D9;
    display:inline-block;
    padding:0 43px;
}

.nav-tabs > li.active > a span,
.nav-tabs > li.active + li > a > span,
.nav-tabs > li:first-child > a span {
    border-left-color:transparent;
}

.nav li {
    float:none;
    display:inline-block;
    padding-left: 0 !important;
}

.nav li:before{
    display: none !important;
}

.nav.nav-vertical li{
    display: block;
}

.nav.nav-vertical li a,
.nav.nav-vertical li a:hover,
.nav.nav-vertical li a:focus{
    background-color: transparent;
    border: 0;
    font-size: 18px;
    line-height: 38px;
    border-right: 1px solid transparent;
}

.nav.nav-vertical li.active a,
.nav.nav-horizontal li.active a{
    color: #e7543d;
}

.nav.nav-border-right li > a{
    margin-right: 20px;
}

.nav.nav-border-right li.active > a{
    border-right: 1px solid #D9D9D9;
}

.nav.nav-horizontal{
    margin-bottom: 30px;
}

.nav.nav-border-bottom{
    margin-bottom: 24px;
}

.nav.nav-horizontal li a,
.nav.nav-horizontal li a:hover,
.nav.nav-horizontal li a:focus{
    background-color: transparent;
    border: 0;
    font-size: 19px;
    line-height: 28px;
    padding: 0 20px;
    border-left: 1px solid #D9D9D9 !important;
}

.nav.nav-horizontal li:first-child a,
.nav.nav-horizontal li:first-child a:hover,
.nav.nav-horizontal li:first-child a:focus{
    padding-left: 0;
    border-left-color: transparent !important;
}

.nav.nav-border-bottom li{
    margin-right: 40px;
}

.nav.nav-border-bottom li a,
.nav.nav-border-bottom li a:hover,
.nav.nav-border-bottom li a:focus{
    border-bottom-color: transparent;
    border-left-color: transparent !important;
    padding:0 0 6px;
}

.nav.nav-border-bottom li.active a{
    border-bottom: 1px solid #D9D9D9;
}


/* [ 2.7. PAGINATION ] */

ul.pagination {
    margin:-3px 0 0 -15px;
}

ul.pagination li:before {
    display:none!important;
}

ul.pagination li {
    padding-left:0!important;
    display:inline-block;
    vertical-align: top;
}

ul.pagination li a {
    color:#000;
    width:32px;
    height:32px;
    display:block;
    line-height:32px;
    text-align:center;
    border-radius:3px;
    border:1px solid transparent;
    padding:0;
}

ul.pagination li a:hover {
    background-color:transparent;
    color:#e7543d;
    border-color:transparent;
}

ul.pagination li.active a,
ul.pagination li.active a:hover {
    background-color:#E7543D;
    border-color:transparent;
}

ul.pagination li:first-child a:hover,
ul.pagination li:last-child a:hover {
    border-color:#B3B3B3;
}

ul.pagination li:first-child {
    margin-right:5px;
}

ul.pagination li:last-child {
    margin-left:5px;
}

ul.pagination li i {
    top:-2px;
}


/*------------------------------------------------------------------
[ 3. PRELOADER ]
-------------------------------------------------------------------*/

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:999;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(images/preloader.gif);
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}

/*------------------------------------------------------------------
[ 4. SCROLLTOP ]
--------------------------------------------------------------------*/

.scrolltop {
    width:60px;
    height:60px;
    position:fixed;
    left:65px;
    bottom:65px;
    z-index:15;
    display:none;
    overflow: hidden;
}

.scrolltop:before {
    border-radius:3px;
    background-color:#808080;
    opacity:.1;
    position:absolute;
    width:100%;
    height:100%;
    content:'\0020';
    display:block;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
    z-index:-1;
}

.scrolltop:hover:before {
    background-color:#E7543D;
    opacity:1;
}


/*------------------------------------------------------------------
[ 5. HEADER ]
-------------------------------------------------------------------*/

/* [ 5.1. Header Layout ] */

.header {
    position:relative;
    background-color:#fff;
    z-index:99;
}


.sticky .left-pos .mainmenu {
    padding-left:15px;
    text-align:center;
}

.sticky .not-sticky {
    display:block;
}

.header.sticky {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    box-shadow:0 5px 5px rgba(0,0,0,0.05);
}

.header.sticky .mainmenu .navbar-nav > li > a,
.header.sticky .hbottom .col-md-1,
.header.sticky .logo,
.header.sticky .search [class*=col-] {
    line-height:73px!important;
}

.header.sticky .logo a {
    font-size:32px;
}

.header.header-simple .htop,
.header.header-simple .contact-info,
.header.centered .hbottom .contact-info,
.not-sticky,
.header.sticky .htop,
.header.sticky .contact-info,
.header .htop .contact-info{
    display:none;
}

.header.centered .htop .contact-info{
    display: block;
}

.header.centered .logo,
.header.centered .slogan,
.page404 .logo,
.page404 .slogan{
    float: none !important;
    text-align: center;
}

.page404 .htop{
    display: block !important;
}

.header.centered.sticky .logo{
    float: left !important;
    text-align: left;
}

.header .container {
    padding:0;
}

.header.sticky .search {
    padding:2px 0;
}

.header .logo a:hover,
.hcart-list .block a:hover,
.contact-info .a-email:hover,
.hbottom.dark a:hover,
.hbottom.dark .mainmenu .navbar-nav > li > a:hover {
    color:#e7543d;
}

.centered.header .logo,
.header.sticky .logo,
.header.header-simple .logo{
    margin-right:0;
}

.header.sticky .logo{
    text-align: left;
}

.header-simple .logo,
.hbottom .col-md-1 {
    line-height:96px;
    display: block;
}

.hcart,.hbottom .container {
    position:relative;
}

.header.sticky .nav.navbar-nav,
.sticky .left-pos .mainmenu .nav.navbar-nav {
    text-align:center;
}

.header.centered.header-simple [class*=col-md-offset]{
    margin: 0;
}

.header.centered .mainmenu{
    margin-left: 18.5%;
}

.header .htop {
    padding-top:30px;
    padding-bottom:30px;
    border-bottom:1px solid #EBEBEB;
}

.header.centered .htop {
    padding-top:45px;
    padding-bottom:35px;
}

.header.centered .htop .col-md-4:last-child {
    margin-top:10px;
}

.header .logo {
    margin-right:27px;
    font-size: 1px;
}

.header .logo a {
    font-size:36px;
    line-height:1;
    margin-top: -2px;
    color:#000;
    font-weight:700;
    display:inline-block;
    vertical-align: middle;
}

.slogan {
    color:#999 !important;
    font-size:15px;
    font-weight:300;
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
}

.sticky .header .logo a {
    vertical-align:middle;
    margin-top:-2px;
}

.header.centered .slogan{
    display: block;
}

.header .btn {
    line-height:36px;
    height:40px;
    padding:0 21px;
}

.a-login {
    margin-left:45px;
}

.header a {
    -webkit-transition:color .3s ease,
    background .3s ease, opacity .3s ease;
}


/* [ 5.2. Header cart ] */

.hcart{
    margin-left: 50px;
}

.hcart > a,
[class*=skin-] .hcart > a{
    font-size:16px;
    color:#000;
    font-weight:300;
    line-height:38px;
}

.hcart > a i {
    margin-right:10px;
    margin-top:-3px;
}

.hcart > a:hover {
    color:#E7543D;
}

.hcart .dropdown {
    position:absolute;
    right:0;
    top:100%;
    z-index:10;
    background-color:#fff;
    text-align:left;
    box-shadow:0 0 13px rgba(0,0,0,0.1);
    display:none;
}

.hcart-list li {
    border-top:1px solid #EBEBEB;
    width:280px;
    overflow:hidden;
    padding:19px 15px 19px 0;
}

.hcart-list li:first-child {
    border-top:0;
}

.hcart-list li .fig {
    width:135px;
    text-align:center;
    float: left !important;
}

.hcart-list li .fig img {
    display:inline-block;
    vertical-align:middle;
}

.hcart-list .block {
    padding-top:10px;
}

.hcart-list .block *{
    text-align: left !important;
}

.hcart-list .block a {
    color:#000;
    font-size:16px;
    font-weight:300;
    display:block;
    line-height:24px;
}

.hcart-list .block .cost {
    color:gray;
    margin-top:5px;
}

.hcart-total {
    background-color:#F8F8F8;
    padding:20px;
}

.hcart-total > * {
    display:inline-block;
    line-height:40px;
}

.hcart-total .total {
    color:gray;
    font-size:16px;
    font-weight:300;
    margin-left:12px;
    text-align:center;
    width:140px;
}

.hcart-total .total ins {
    color:#000;
    font-weight:400;
}

.contact-info {
    line-height:96px;
    font-size:16px;
    font-weight:300;
    color:#666;
}

.left-pos .contact-info{
    text-align: right;
    float: right;
}

.contact-info .phone {
    padding-right:25px;
    border-right:1px solid #E2E2E2;
    margin-right:24px;
}

.contact-info .a-email {
    color:#000;
}

.header.centered .contact-info {
    line-height:57px;
}

.header.centered.sticky .mainmenu {
    margin-left:0;
}

.hbottom .col-md-1 a {
    display:inline-block;
    vertical-align:middle;
    line-height:normal;
    margin:0 7px 0;
    font-size: 1px;
}

a.a-search {
    content:'\0020';
    -webkit-transition:all 0s ease;
    -ms-transition:all 0s ease;
    transition:all 0s ease;
    padding-left:0;
    padding-right:0;
}

a.a-menu {
    content:'\0020';
    padding-left:0;
    padding-right:0;
}

.hbottom.dark {
    background-color:#232323;
}

.hbottom.dark a,
.hbottom.dark .mainmenu .navbar-nav > li > a {
    color:#d9d9d9;
}

.hbottom.dark .phone {
    border-right-color:#2D2D2D;
}

.left-pos .mainmenu,
.left-pos .mainmenu .nav.navbar-nav {
    padding-left:0;
    text-align:left;
}

.header.centered .mainmenu,
.header.centered .mainmenu .nav.navbar-nav{
    text-align: center;
}

.navbar-toggle{
    float: none;
    border: 0;
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    height: 96px;
    line-height: 96px;
    vertical-align: middle;
    display: none;
}

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

.sticky .navbar-toggle{
    line-height: 77px;
    height: 77px;
}


/* [ 5.3. Mainmenu ] */

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color:transparent;
    border:0;
    text-decoration:none;
}

.mainmenu,
.dropdown-menushop,
.dropdown-menutable{
    position: static !important;
}

.mainmenu .navbar-nav > li > a {
    line-height:96px;
    padding-top:0;
    padding-bottom:0;
    color:#000;
}

.mainmenu li.active > a,
.mainmenu li > a:hover {
    color:#e7543d;
}

.mainmenu.text-left {
    padding-left:0;
}

.otherwise{
    text-align: right;
    left: auto !important;
    right: 0;
}

.otherwise a{
    text-align: right;
}

.dropdown-menu {
    box-shadow:none;
    border:0;
    background-color:#252525;
    left:-10px;
    border-radius:0;
    padding:15px 0;
}

.dropdown-menu > li > a {
    color:#8c8c8c;
    line-height:30px;
    font-size:16px;
    font-weight:300;
    position:relative;
    padding:0 50px 0 25px;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-15px;
    margin-left:-1px;
    border-radius:0;
}

.otherwise .dropdown-menu,
.subotherwise.dropdown-menu{
    left: auto;
    right: 100%;
    text-align: right;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    width:4px;
    height:7px;
    position:absolute;
    right:29px;
    top:11px;
    background:url(images/icons.png) -367px -61px no-repeat;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#fff;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    border-radius:6px 0 6px 6px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li:hover > a {
    background-color:transparent;
    color:#e7543d;
}

.navbar-collapse {
    padding-left:0;
    padding-right:0;
}

.nav > li > a > img {
    display:inline-block;
    vertical-align:middle;
}

.mainmenu,
.navbar-nav.text-center .dropdown {
    text-align:left;
}


.navbar-nav.text-center,
.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-menu li,
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

.collapse.in .dropdown-submenu:hover>.dropdown-menu{
    display: none;
}

.navbar-collapse.in .nav.navbar-nav > li,
.navbar-collapse.collapsing .nav.navbar-nav > li{
    display: block;
}

.navbar-collapse.in .mainmenu{
    width: 100%;
}

.header .collapse.in,
.header .collapsing{
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.collapse.in .dropdown:last-child > a{
    border-color: transparent !important;
}

.collapse.in .navbar-nav > li > a,
.collapsing .navbar-nav > li > a,
.header.sticky .mainmenu .collapse.in .navbar-nav > li > a,
.header.sticky .mainmenu .collapsing .navbar-nav > li > a{
    line-height: 36px !important;
    text-align: left !important;
    color: #8b8b8b;
    padding-left: 0 !important;
    border-bottom: 1px solid #2D2D2D;
    position: relative;
}

.collapse.in .dropdown-menu a{
    border-bottom: 1px solid #2D2D2D;
    padding: 0 !important;
    margin-left: 20px;
    line-height: 36px !important;
    display: block;
}

.collapse.in .dropdown-menu  .dropdown-menu a{
    margin-left: 40px;
}

.collapse.in .navbar-nav,
.collapsing .navbar-nav{
    margin: 0;
    padding: 10px 30px !important;
    background-color: #252525;
}

.collapse.in .dropdown-menu{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
}

.collapse.in .menutable h4,
.collapse.in .menushop h4{
    display: none;
}

.collapse.in .divtable,
.collapse.in .divtable [class*=col-],
.collapse.in .menushop [class*=col-]{
    display: block;
    text-align: left;
    border-left: 0;
    padding: 0;
}

.collapse.in .menushop ul{
    margin: 0;
}

.collapse.in .category-imgs{
    display: none !important;
}

.collapse.in .dropdown > a:after,
.collapse.in .dropdown-submenu > a:after,
.collapse.in .dropdown-menushop > a:after{
    background: url(images/icons.png) -312px -61px;
    width: 9px;
    height: 5px;
    top: 50%;
    margin-top: -2px;
    right: 15px;
    display: block;
    content: '\0020';
    position: absolute;
}


/* [ 5.4. SideMenu ] */

.sidemenu {
    position:fixed;
    right:0;
    top:0;
    overflow:auto;
    width:300px;
    box-sizing:border-box;
    min-height:100%;
    height:100%;
    background-color:#212121;
    z-index:100;
    color:#fff;
    display:none;
    padding:70px 40px 20px;
}

.sidemenu h4 {
    margin-bottom:20px;
}

.sidemenu .sclose {
    position:absolute;
    right:20px;
    top:20px;
}

.sidemenu ul {
    margin-bottom:30px;
}

.sidemenu li a {
    font-size:15px;
    color:#8c8c8c;
}

.sidemenu .hcart {
    margin:15px 0 42px;
}

.sidemenu .hcart > a {
    color:#8c8c8c;
}

.sidemenu a:hover {
    color:#e7543d;
}

.sidemenu .login {
    margin-bottom:38px;
}

.sidemenu ul.social li {
    margin:0 14px 0 0;
}

.sidemenu .social a,
.sidemenu .social a i {
    font-size:24px;
    color:#4D4C4C;
}

.sidemenu ul.social li a:hover,
.sidemenu ul.social li a:hover i {
    color:#fff;
}

/* [ 5.5. Menu Table ] */

.menutable {
    background-color:#252525;
    position:absolute;
    top:100%;
    left:0 !important;
    right: 0 !important;
    width:100%;
    max-width: 1200px;
    z-index:9;
    padding-top:30px;
    padding-bottom:30px;
    display:none;
    margin: auto;
    text-align: left;
}

.menutable h4 {
    margin-bottom:20px;
}

.menutable ul{
    margin-bottom: 0;
}

.menushop {
    background-color:#252525;
    position:absolute;
    top:100%;
    left:0 !important;
    right:0 !important;
    margin: auto;
    width:100%;
    max-width: 1200px;
    z-index:9;
    padding-top:0;
    padding-bottom:0;
    overflow:hidden;
    text-align: left;
}

.menushop h4 {
    color:#d9d9d9;
}

.menushop .divtable > *{
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0 0 20px;
}

.menushop ul{
    margin-bottom: 20px;
}

.category-imgs {
    background-color:#fff;
    position:relative;
    padding:0 !important;
}


.category-imgs li {
    display:none;
    text-align:center;
    font-size:1px;
}

.category-imgs li:first-child {
    display:block;
}

.category-imgs li:before {
    content:'\0020';
    display:inline-block;
    vertical-align:middle;
    height:100%;
}

.category-imgs li img {
    display:inline-block;
    vertical-align:middle;
}

.menutable [class*=col-],
.menushop [class*=col-] {
    padding-left:30px;
    border-left: 1px solid #2D2D2D;
}

.menutable [class*=col-]{
    display: table-cell;
    float: none;
}

.menutable [class*=col-]:first-child,
.menushop [class*=col-]:first-child{
    border-left: 0;
}

.menutable li a,
.menushop li a {
    color:#8c8c8c;
    font-size:16px;
    line-height:30px;
}

.menutable li a:hover,
.menushop li a:hover {
    color:#e7543d;
}

/* [ 5.6. Search ] */

.header .search {
    background-color:#252525;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    display:none;
    padding:30px 0;
    z-index: 2;
}

.header .search [class*=col-] {
    line-height:34px;
}

.header .search input[type=text] {
    background-color:transparent;
    border:0;
    color:#fff;
    font-size:24px;
    font-family:'Roboto Slab', serif;
    height:34px;
    position: relative;
    line-height: 34px;
}

.header .search ::-webkit-input-placeholder {
    color:#4c4c4c;
}

.header .search ::-moz-placeholder {
    color:#4c4c4c;
}

.header .search input:-ms-input-placeholder {
    color:#4c4c4c;
}

/*------------------------------------------------------------------
[ 6. HOME ]
-------------------------------------------------------------------*/

.home{
    color: #fff;
    position: relative;
    z-index: 4;
    overflow: hidden;
}

.home *{
    opacity: 0;
    color: #f6f6f6;
}

.home .container *,
.home .row *,
.home [class*='slider'] *{
    opacity: 1;
}

.home h1 {
    font-size:34px;
    margin:0;
    font-weight: 400;
}

.home h1 + .btn,
.home h1 + p{
    margin-top: 40px;
}

.home h3{
    color: #999;
}

.home .header{
    background-color: transparent;
}

.home .oneslider{
    margin: 0;
    position: static;
}

.home.container .oneslider{
    margin-bottom: 0;
}

.home .oneslider li{
    position: relative;
}

.oneslider .ytvideo{
    min-width: 1px !important;
    min-height: 1px !important;
}

.oneslider .mbYTP_wrapper iframe{
    z-index: 6 !important;
}

.home.container{
    padding: 0;
}

.home .container,
.home .container:last-child{
    z-index: 1;
    padding: 0;
}

/*------------------------------------------------------------------
[ 7. CONTENT ]
-------------------------------------------------------------------*/

/* [ 7.1. Content Layout ] */

.content .highlight:first-child {
    margin-bottom:45px;
}

.content > :last-child {
    margin-bottom:0;
}

.content [class*=col] ul li {
    padding-left:39px;
    position:relative;
}

.content [class*=col] ul li:before {
    position:relative;
    left:-17px;
    top:-3px;
    background-color:#4D4D4D;
    width:5px;
    height:5px;
    border-radius:5px;
    content:'\0020';
    display:inline-block;
}

.breadcrumbs{
    padding: 0;
}

.breadcrumb{
    margin: 0;
    padding: 30px 0;
    background-color: transparent;
}

.breadcrumb li:before{
    display: none;
}

.breadcrumb li,
.breadcrumb li.active{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.breadcrumb li:nth-child(2n){
    margin: 0 16px;
}

.breadcrumb li i{
    color: #b2b2b2;
    font-size: 18px;
}

.breadcrumb li a{
    color: #000;
    display: block;
}

.breadcrumb li a:hover{
    color: #e7543d;
}

.breadcrumb li a i{
    margin-right: 10px;
}

ul.list-pages {
    margin-bottom:30px;
}

ul.list-pages + h4 {
    margin-bottom:15px;
}

ul.list-pages li {
    padding-left:0 !important;
}

ul.list-pages li a {
    color:#666;
}

ul.list-pages li i {
    width:33px;
    margin-left:-33px;
    color:#000;
}

ul.icon-list li:before{
    display: none !important;
}

ul.icon-list li{
    padding-left: 12px !important;
}

ul.icon-list i{
    margin-right: 10px;
}

ul.no-marker li{
    padding-left: 0 !important;
    line-height: 30px;
    margin: 0;
    display: block;
    float: none;
    border-radius: 0;
}

ul.no-marker li:before{
    display: none !important;
}

ul.no-marker li a{
    color: #000;
    border: 0 !important;
    line-height: 30px;
    font-size: 17px;
    margin-right: 0;
    background-color: transparent !important;
}

ul.no-marker li a:hover,
ul.no-marker li.active a{
    color: #e7543d !important;
}

ul.social {
    margin-bottom:20px;
    font-size:1px;
    line-height:1;
}

ul.social ul {
    padding:0;
}

ul.social li {
    display:inline-block;
    font-size:36px;
    line-height:36px;
    padding-left:0!important;
    margin:0 9px;
}

ul.social.text-left li{
    margin: 0 16px 0 0;
    font-size: 32px;
}

ul.social li a,
ul.social li a i {
    color:#4d4c4c;
}

.social.sm{
    margin-bottom: 20px;
}

.social.sm li {
    font-size:24px;
    margin:0 0 0 10px;
}

.social.sm li a,
.social.sm li a i {
    color:#b3b1b1;
}

.purchase {
    padding:55px 0!important;
}

ul.list-pages li:before,
ul.social li:before {
    display:none!important;
}

ul.list-pages li a:hover,
ul.social li a:hover,
ul.social li a:hover i {
    color:#e7543d;
}

.related-searches{
    margin-bottom: 45px;
}

.related-searches h5{
    margin-bottom: 15px;
}

/* [ 7.2. Page header ] */

.page-header {
    text-align:center;
    margin-top:0;
    margin-bottom:35px;
    position:relative;
    border:0;
    padding:0;
}

.page-header:before {
    height:1px;
    border:0;
    background-color:#D6D6D6;
    overflow:hidden;
    width:100%;
    clear:both;
    position:absolute;
    left:0;
    top:50%;
    content:'\0020';
    font-size:1px;
    margin:auto;
}

.page-header > * {
    background-color:#fff;
    display:inline-block;
    margin:0;
    padding:0 25px;
    position: relative;
}

.page-header * + .btn {
    margin-top:10px;
}

.page-header h1:last-child,
.page-header h2:last-child,
.page-header h3:last-child,
.page-header h4:last-child,
.page-header h5:last-child,
.page-header h6:last-child{
    margin-bottom: 0;
}

.page-header .titl {
    padding:0 30px;
}

.page-header .icon{
    margin-bottom: 10px;
}

/* [ 7.3. Search Results ] */

.sresult{
    padding-bottom: 25px;
    margin-bottom: 56px;
}

.sresult h4{
    margin-bottom: 10px;
}

.sresult h4 a:hover{
    color: #e7543d !important;
}

.sresult img{
    max-width: 160px;
    width: 100%;
}

.sresult .circle img{
    max-width: 130px;
}

.sresult .cats{
    margin: -5px 0 12px;
}


/* [ 7.4. Facts ] */

.chart {
    position:relative;
    display:inline-block;
    height:210px;
    width:210px;
    margin-bottom:40px;
    text-align:center;
    opacity:0;
    color: #e7543d;
}

.chart canvas {
    position:absolute;
    top:0;
    left:0;
    width:210px;
    height:210px;
}

.percent {
    display:inline-block;
    line-height:148px;
    width:148px;
    z-index:2;
    font-weight:100;
    color:#acacac;
    background-color:#F8F8F8;
    border-radius:148px;
    font-size:55px;
    letter-spacing:-1px;
    margin:30px 0 0;
}

.percent:after {
    content:'%';
    margin-left:.1em;
    font-size:55px;
    letter-spacing:-1px;
}

.no-percent .percent:after {
    display:none;
}

.no-percent .percent {
    color:#000;
}

.no-percent .percent .icon {
    display:inline-block;
    vertical-align:middle;
    line-height:2;
    letter-spacing:0;
    color: #acacac;
}

.num {
    font-weight:100;
    color:#acacac;
    line-height:1;
    font-size:55px;
    margin-bottom:25px;
}

.num-line {
    background-color:#F0F0F0;
    display:block;
    height:35px;
    margin-right:15px;
    position:relative;
}

/* [ 7.5. Progresses ] */

.progresses .col-md-8 {
    width:60%;
}

.progresses [class*=col-]{
    padding-left: 0;
    margin-bottom: 0;
}

.progresses > .row > [class*="col-"]{
    padding-left: 15px;
}

.progresses h5 {
    line-height:35px;
    margin: 0;
}

.progresses .num {
    font-size:30px;
    color:#000;
    font-weight:300;
    margin-right:-70px;
    margin-bottom:20px;
    float:left;
}

.non-numeric{
    opacity: 0;
}

.bar-diagramm {
    margin: 61px -2px 0;
    float: none;
    display: inline-block;
}

.bar-diagramm h3 {
    font-size:22px;
}

.bar {
    margin:0 auto 10px;
    width: 90% !important;
}

.bar.border {
    border-color:#F8F8F8 !important;
    border-style:solid;
    border-width:0 0 3px!important;
}

.bar.fill {
    background-color:#f8f8f8;
}

.bar.fill.white {
    background-color:#fff;
}

[class*=graphField] {
    margin-left:0!important;
    width:100% !important;
}

[class*=graphValue] {
    font-size:55px;
    line-height:50px;
    padding-bottom:15px;
    color:#acacac;
    font-weight:100;
    font-family:'Roboto Slab', serif;
    position:relative;
    z-index:1;
}

[class*=graphBar]{
    border-top:2px solid #E7543D;
}

.bar.padding [class*=graphValue] {
    box-shadow:0 0 0 30px #fff;
    border-bottom: 2px solid #e7543d;
}


/*------------------------------------------------------------------
[ 8. FORMS ]
-------------------------------------------------------------------*/

/* [ 8.1. General Styles ] */

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=date],
textarea {
    font-size:16px;
    color:#000;
    height:45px;
    width:100%;
    border:1px solid #B3B3B3;
    border-radius:4px;
    box-shadow:none;
    box-sizing:border-box;
    font-family:'Roboto Slab', serif;
    font-weight:300;
    padding:0 18px;
}

.formwrap input[type=text],
.formwrap input[type=email],
.formwrap input[type=password],
.formwrap input[type=search],
.formwrap input[type=date],
.formwrap textarea{
    border-radius: 0;
    border-width: 0 0 1px;
}

input[type=text].border-bottom,
input[type=email].border-bottom,
input[type=password].border-bottom,
input[type=search].border-bottom,
textarea.border-bottom {
    border-bottom:1px solid #ECECEC;
}

label {
    font-weight:400;
    cursor:pointer;
}

textarea {
    height:145px;
    line-height:26px;
    overflow:auto;
    resize:none;
    padding:18px;
}

input[type=radio],
input[type=checkbox] {
    display:inline-block;
    vertical-align:middle;
    float:none!important;
    margin:-3px 7px 0 -17px !important;
}

::-webkit-input-placeholder {
    opacity: 1;
    color:#999;
    font-weight: 300;
}

::-moz-placeholder {
    opacity: 1;
    color: #999;
    font-weight: 300;
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #999;
    font-weight: 300;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    color: #999;
    font-weight: 300;
}

input:invalid,
input.invalid,
textarea:invalid,
textarea.invalid{
    color:#e7543d;
    box-shadow: none;
}

input.invalid::-webkit-input-placeholder{
    color:#d94147;
    box-shadow: none;
}

input.invalid::-moz-placeholder{
    color:#d94147;
    box-shadow:none;
}

input.invalid:-ms-input-placeholder {
    color: #d94147;
    box-shadow: none;
}

textarea.invalid::-webkit-input-placeholder{
    color:#d94147;
    box-shadow: none;
}

textarea.invalid::-moz-placeholder{
    color:#d94147;
    box-shadow: none;
}

textarea.invalid:-ms-input-placeholder{
    color:#d94147;
    box-shadow: none;
}

.succs-msg {
    display:none;
    line-height:46px;
    margin-left: 15px;
}

.form-control:focus {
    box-shadow:none;
}

label.h3 input {
    margin-left:10px!important;
}

label > h2 + input[type=checkbox],
label > h3 + input[type=checkbox],
label > h4 + input[type=checkbox],
label > h2 + input[type=radio],
label > h3 + input[type=radio],
label > h4 + input[type=radio] {
    margin-top:-4px!important;
}

.form-inline input[type=text],
.form-inline input[type=email],
.form-inline input[type=password],
.form-inline input[type=search] {
    height:40px;
    margin-right:15px;
    border-radius:4px;
}

.formwrap {
    border:1px solid #B3B3B3;
    border-radius:4px;
    margin-bottom:25px;
}

.formwrap input {
    border-bottom:1px solid #E0E0E0;
}

.formwrap > :last-child input,
.formwrap > :last-child textarea{
    border-bottom:0;
    border-radius:0 0 3px 3px;
}

.formwrap > :first-child input,
.formwrap > :first-child textarea{
    border-radius:3px 3px 0 0;
}

.formwrap .form-group {
    margin-bottom:0;
}

.formwrap.has-error {
    border-color:#E7543D;
}

.formwrap.has-error input {
    color:#e7543d;
}

.has-feedback .form-control-feedback {
    top:0;
    height:45px;
    line-height:45px;
    color:#666565;
    text-decoration:none;
}

.has-feedback .form-control-feedback:hover {
    color:#000;
}

.hideShowPassword-wrapper {
    width:100%!important;
}

.checkbox,
.checkbox *,
.radio,
.radio * {
    line-height:1;
}

.checkbox label {
    font-weight:300;
    color:#666;
    display:inline-block;
}

.panel .radio {
    margin-bottom:20px;
}

.radio * {
    vertical-align:middle;
}

.radio img {
    margin-left:10px;
    margin-top:-2px;
}

.radio label {
    font-weight:300;
}

.formwrap .chosen-container-multi{
    border-bottom: 1px solid #e0e0e0;
}

.formwrap .chosen-container {
    width:100% !important;
}

.formwrap .chosen-container-single .chosen-single {
    border:0;
    border-bottom:1px solid #E0E0E0;
    height:46px;
    line-height:46px;
    border-radius:4px 4px 0 0;
}

.formwrap .chosen-container.chosen-with-drop .chosen-drop{
    left: -1px;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: -o-calc(100% + 2px);
    width: -ms-calc(100% + 2px);
    width: calc(100% + 2px);
}

.formwrap [class*=col-md] {
    padding-left:0;
    padding-right:0;
    border-left:1px solid #E0E0E0;
}

.formwrap [class*=col-md]:first-child {
    border-left:0;
}

.form-group{
    line-height: 1;
}

.payment {
    margin-left:27px;
    padding-left: 0;
    overflow:hidden;
}

.panel-group {
    padding-bottom:35px;
    margin-bottom: 0;
}

.panel {
    border:0;
    box-shadow:none;
    margin:0!important;
    padding:0;
}

.feedback input[type=email]{
    background-color: transparent;
    border: 0;
    height: 50px;
    padding: 0;
    font-size: 26px;
    color: #666 !important;
}

.feedback p{
    margin: 0 0 0 18px;
}

.feedback .validatr-message{
    left: 33px !important;
    font-size: 17px !important;
}

/* [ 8.2. jSlider ] */

.jslider {
    display:block;
    width:95%!important;
    height:1px;
    position:relative;
    top:0;
    background-color:#B3B3B3;
    margin:50px 0;
}

.jslider table {
    width:100%;
    border-collapse:collapse;
    border:0;
}

.jslider td,
.jslider th {
    vertical-align:top;
    text-align:left;
    border:0;
    padding:0;
}

.jslider table,
.jslider table tr,
.jslider table tr td {
    width:100%;
    vertical-align:top;
    padding:0!important;
}

.jslider .jslider-bg {
    position:relative;
}

.jslider .jslider-bg i {
    height:5px;
    position:absolute;
    font-size:1px;
    top:0;
}

.jslider .jslider-bg .l {
    width:10%;
    left:0;
}

.jslider .jslider-bg .f {
    width:80%;
    left:10%;
    background-repeat:repeat-x;
}

.jslider .jslider-bg .r {
    width:10%;
    left:90%;
}

.jslider .jslider-bg .v {
    position:absolute;
    width:60%;
    left:20%;
    top:-1px;
    height:2px;
    background-color:#E7543D;
    -webkit-transition:all 0s ease;
    transition:all 0s ease;
}

.jslider .jslider-pointer {
    width:15px;
    border-radius:15px;
    background-color:#E7543D;
    height:15px;
    position:absolute;
    left:20%;
    top:-7px;
    margin-left:-8px;
    cursor:pointer;
}

.jslider .jslider-label {
    font-size:9px;
    line-height:12px;
    color:#000;
    opacity:0.4;
    white-space:nowrap;
    position:absolute;
    top:-18px;
    left:0;
    padding:0 2px;
}

.jslider .jslider-label-to {
    left:auto;
    right:0;
}

.jslider .jslider-value {
    font-size:17px;
    color:#000;
    white-space:nowrap;
    position:absolute;
    top:-28px;
    left:20%;
    line-height:12px;
    font-weight:300;
}

.jslider .jslider-label small,
.jslider .jslider-value small {
    position:relative;
    top:-.4em;
}

.jslider .jslider-scale {
    position:relative;
    top:0;
    z-index:-1;
}

.jslider .jslider-scale > :last-child span {
    text-align:right;
}

.jslider .jslider-scale span {
    position:absolute;
    height:4px;
    border-left:1px solid #B3B3B3;
    font-size:1px;
}

.jslider .jslider-scale ins {
    font-size:14px;
    text-decoration:none;
    position:absolute;
    left:0;
    top:5px;
    color:#b2b2b2;
}

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label {
    display:none;
}

.jslider .jslider-pointer-to,
.jslider .jslider-value-to {
    left:80%;
}

/* [ 8.3. CHOSEN ] */

.chosen-container {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    box-sizing:border-box;
    text-align:left;
    font-size:17px;
    font-weight:300;
    min-width:69px;
}

.sorting [class*=col-]:first-child .chosen-container{
    min-width: 220px;
}

.chosen-container .chosen-drop {
    position:absolute;
    top:100%;
    left:-9999px;
    z-index:1010;
    box-sizing:border-box;
    width:100%;
    border:1px solid #B3B3B3;
    background-color:#fff;
    border-top:0;
    border-radius:0 0 3px 3px;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left:0;
    margin-top:-2px;
}

.chosen-container a {
    cursor:pointer;
}

.chosen-container-single .chosen-single {
    position:relative;
    display:block;
    overflow:hidden;
    height:46px;
    background-clip:padding-box;
    color:#000;
    text-decoration:none;
    white-space:nowrap;
    font-size:17px;
    line-height:42px;
    border:1px solid #B3B3B3;
    border-radius:3px;
    padding:0 0 0 13px;
}

.chosen-container-single .chosen-single span {
    display:block;
    overflow:hidden;
    margin-right:25px;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right:38px;
}

.chosen-container-single .chosen-single abbr {
    position:absolute;
    top:6px;
    right:26px;
    display:block;
    width:12px;
    height:12px;
    font-size:1px;
}

.chosen-search {
    display:none;
}

.chosen-container-single .chosen-single div {
    position:absolute;
    top:0;
    right:0;
    display:block;
    width:30px;
    height:100%;
    text-align: center;
}

.chosen-container-single .chosen-single div strong {
    background:url(images/icons.png) -312px -61px no-repeat;
    display:inline-block;
    vertical-align: middle;
    width:9px;
    height:5px;
    top: -2px;
    position: relative;
}

.chosen-container-single .chosen-drop {
    background-clip:padding-box;
}

.chosen-container .chosen-results {
    position:relative;
    overflow-x:hidden;
    overflow-y:auto;
    max-height:320px;
    margin:0 4px 4px 0;
    padding:5px 0 5px 4px;
}

.chosen-container .chosen-results li {
    display:none;
    list-style:none;
    color:#666 !important;
    text-indent:0;
    line-height:32px;
    white-space:nowrap;
    margin:0;
    padding:0 10px 0 13px !important;
}

.chosen-container .chosen-results li:hover{
    color: #e7543d !important;
}

.chosen-container .chosen-results li:before {
    display:none!important;
}

.chosen-container .chosen-results li.active-result {
    display:list-item;
    cursor:pointer;
}

.chosen-container .chosen-results li.highlighted {
    color:#e7543d;
}

.chosen-container .chosen-results li.no-results {
    display:list-item;
    color: #e7543d;
    padding: 0 18px 8px !important;
}

.chosen-container .chosen-results li.group-result {
    display:list-item;
    font-weight:700;
    cursor:default;
}

.chosen-container .chosen-results li.group-option {
    padding-left:13px;
}

.search-choice{
    margin-top: 9px;
}

.search-choice-close{
    background: url(images/icons.png) -496px -58px no-repeat;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}

.chosen-container .chosen-results .level-1 {
    padding-left: 45px !important;
}

.chosen-container .chosen-results .level-2 {
    padding-left: 75px !important;
}

.chosen-container .chosen-results li em {
    font-style:normal;
    text-decoration:underline;
}

.chosen-container-multi .chosen-choices {
    position:relative;
    overflow:hidden;
    box-sizing:border-box;
    width:100%;
    height:auto!important;
    background-color:#fff;
    cursor:text;
    margin:0 25px 0 0;
    padding:0;
}

.chosen-container-multi .chosen-choices:after{
    background: url("images/icons.png") no-repeat scroll -312px -61px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 5px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 24px;
    width: 9px;
    content: '\0020';
}

.chosen-container-multi .chosen-choices li {
    float:left;
    list-style:none;
    padding-left: 18px !important;
    line-height: 24px;
    color: #000;
}

.chosen-container-multi .chosen-choices li:before{
    display: none !important;
}

.search-field input{
    border: 0;
    padding-right: 0;
    padding-left: 0 !important;
    color: #999 !important;
}

.chosen-container-multi .chosen-results {
    margin:0;
    padding:0;
}

.chosen-disabled {
    opacity:0.5!important;
    cursor:default;
}

.chosen-container-single .chosen-default {
    color:#999;
}

.chosen-container .chosen-results li.disabled-result {
    display:list-item;
    color:#ccc;
    cursor:default;
}


/* [ 8.4. NEWSLETTERS ] */

#feedback-form .validatr-message {
    font-size:14px;
    line-height:14px;
    color:#d94147!important;
    background-color:transparent!important;
    border-radius:0!important;
    border:0!important;
    padding:0!important;
}

.footer .success-block{
    margin-top: 10px;
}

.success-block p {
    font-size:16px;
    margin-bottom:0;
    color:#00A651;
}

.success-block p.error {
    color:#d94147;
}

/* [ 8.5. Commets ] */

.comment-line {
    margin-bottom:5px;
}

.comment-line p {
    margin-bottom:0;
}

.comment-line p a {
    color:#999;
}

.comment-line p a:hover {
    color:#e7543d;
}

.comment a img{
    width: 100%;
}

/*------------------------------------------------------------------
[ 9. COUNTDOWN ]
-------------------------------------------------------------------*/

#countdown {
    white-space: nowrap;
    margin-bottom: 65px;
}

#countdown > div {
    display: inline-block;
    vertical-align: top;
}

#countdown > div:first-child {
    margin-right: 50px;
}

#countdown > div:last-child {
    border-right: 0 none;
}

#countdown span {
    color: #fff;
    display: block;
    font-size: 135px;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 20px;
}

#countdown ins:first-letter{
    text-transform: uppercase;
}

#countdown span i {
    display: inline-block;
    width: 1px;
    height: 62px;
    margin: 0 32px;
    background-color: #505050;
    vertical-align: middle;
    content: '\0020';
}

#countdown ins {
    display: block;
    color: #666;
    font-weight: 300;
    margin-left: 40px;
    padding-right: 105px;
}

#countdown div:first-child ins{
    padding-right: 50px;
}


/*------------------------------------------------------------------
[ 10. SLIDER ]
-------------------------------------------------------------------*/

/* [ 10.1. General ] */

.slider {
    position:relative;
    margin-bottom:100px;
    margin-top: 30px;
    padding:0;
}

.slider h5,
.cimg + h5{
    width:80%;
    margin:30px auto 6px;
}

.slider h5 a,
.cimg + h5 a{
    color:#000;
}

.slider h5 a:hover,
.cimg + h5 a:hover{
    color:#e7543d;
}

.slider:first-child,
.slider + .slider {
    margin-top:0;
}

.slider ul {
    padding:0;
}

.slider li,
.pricing li {
    float:left;
    text-align:center;
    min-width:230px;
    width:auto;
    position:relative;
    text-indent:0;
    padding-left:0!important;
}

.slider li:before,
.pricing li:before {
    display:none!important;
}

.slider li > a {
    display:block;
}

.slider.container .container {
    padding-bottom:0;
    padding-top:0;
}

.slider.highlight {
    margin-bottom:55px;
}

.ribbon ul{
    font-size: 0;
}

.highlight + .logos {
    margin-top:100px;
}

.team + .slider:not(.highlight){
    margin-top: 60px;
}

.related-projects ul{
    font-size: 0;
}

.related-projects li{
    max-width: 290px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.related-projects li img{
    max-width: 300px;
    width: 100%;
    float: left;
}

.related li a {
    display:inline-block;
    vertical-align:top;
}

.related li img {
    max-width:95%;
}

.related .sticker {
    top:50px;
    left:3%;
}

/* [ 10.2. Logotypes Slider ] */

.logos {
    font-size:1px;
}

.logos + .border-top{
    margin-top: 150px;
}

.logos:first-child{
    margin-top: 90px;
}

.logos:last-child{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.logos li {
    display:inline-block;
    vertical-align:top;
    width:24.6%;
    margin-bottom:20px;
    margin-top:40px;
}

.logos li img {
    opacity:.3;
    max-width: 100%;
}

.slider.logos .row {
    width:85%;
    margin:auto;
}

.slider.logos li {
    width:auto;
    margin:0;
}

.slider + .tabs > .container {
    padding-top:30px;
}

/* [ 10.3. Oneslider ] */

.oneslider{
    position: relative;
    padding: 0;
    margin-bottom: 80px;
}

.oneslider:before,
.home:before,
.oneslider:after,
.home:after{
    display: table;
    content: " ";
}

.oneslider:after,
.home:after{
    clear: both;
}

.container .oneslider{
    margin-bottom: 40px;
}

.oneslider li{
    float: left;
    position: relative;
    padding-left: 0 !important;
}

.oneslider li:before{
    display: none !important;
}

.oneslider li img{
    width: 100%;
    display: block;
}

.oneslider img.circle{
    max-width: 250px;
}

.ecommerceslider{
    margin-bottom: 40px;
    margin-top: 0;
}

.ecommerceslider ul{
    width: 9999px;
}

.ecommerceslider li{
    text-align: left;
    width: 100%;
}

.ecommerceslider .container{
    padding: 0;
    height: 480px;
    position: relative;
}

.img-ecommerce{
    width: auto !important;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.mask {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:table !important;
    background-color:#E7543D;
    opacity:0;
    text-align:center;
}

.logos2 li{
    width: 500px
}

.mask > * {
    display:table-cell;
    vertical-align:middle;
    color:#fff!important;
    text-decoration:none;
    opacity:0;
    -webkit-transition:opacity .5s 0s ease-in-out;
    -ms-transition:opacity .5s 0s ease-in-out;
    transition:opacity .5s 0s ease-in-out;
}

.mask h3{
    margin-bottom: 0;
    font-weight: normal;
    letter-spacing: 0;
}

.mask .icon{
    margin-bottom: 5px;
}

.mask a,
.mask *{
    color: #fff !important;
}

.mask ul{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.mask ul li{
    padding-left: 0 !important;
}

.mask ul li:before{
    display: none !important;
}

.mask nav{
    font-size: 17px;
    margin-top: 15px;
}

.mask nav .btn{
    margin-left: 5px;
}

.mask nav .btn:first-child{
    margin-left: 0;
}

.work img {
    width:100%;
}

.work:hover .mask {
    opacity:.99;
}

.logos li:hover img,
.work:hover .mask > *,
li:hover .mask > *,
.gallery [class*=col-]:hover .mask > * {
    opacity:1;
}

/* [ 10.4. Popupslider ] */

.popupslider,
.related-projects{
    font-size:1px;
}


.popupslider li:hover .mask,
.related-projects li:hover .mask,
.gallery [class*=col-]:hover .mask{
    opacity:.9;
    width:100.01%;
}

.popupslider li{
    display:inline-block;
    vertical-align:top;
    float:none;
    max-width:390px;
}

.popupslider li img {
    width:100%;
    float:left;
}

/* [ 10.5. Pricing Slider ] */

.pricing {
    margin-bottom:60px;
}

.pricing .container:last-child {
    padding-bottom:0;
}

.pricing .caroufredsel_wrapper {
    margin-bottom:0!important;
}

.pricing [class*=col-md] {
    border-radius:4px;
}

.pricing .num {
    font-size:80px;
    line-height:80px;
    font-weight:300;
    color:#4d4d4d;
    margin: 0 -10px 5px;
}

.pricing h2 {
    margin-bottom:25px;
}

.pricing h4 {
    margin-bottom:22px;
    font-weight:400;
}

.pricing h6{
    margin-bottom: 45px;
    color: #b2b2b2;
}

.pricing p {
    margin-top:45px;
}

.pricing i:first-child,
.pricing img:first-child{
    margin-bottom:25px;
}

.pricing .slidebar {
    margin-bottom:190px;
}

.pricing-color {
    margin-top:0;
    margin-bottom:0;
    padding:0;
}

.pricing-color .container {
    padding-bottom:55px;
}

.pricing-color [class*=col-] {
    padding-top:45px;
    padding-bottom:70px;
    display:inline-block!important;
    float:left;
    border-right:1px solid #fff;
    border-radius:0;
    height:600px;
}

.pricing-color.height-norm [class*=col-]{
    height: 520px;
}

.pricing-color.height-norm .asphalt{
    height: 540px;
    margin-top: -10px;
}

.pricing-color [class*=col-]:first-child {
    border-radius:4px 0 0 4px;
}

.pricing-color [class*=col-]:last-child {
    border-radius:0 4px 4px 0;
}

.pricing-color .asphalt {
    margin-top:20px;
    padding-top:55px;
    border-radius:4px;
    height:620px;
    border-right:0;
}

.pricing-color h2 {
    color:#b2b2b2;
}

.asphalt h2,
.asphalt .num,
.asphalt .btn {
    color:#fff;
}

.pricing h6,
.pricing p:last-child {
    margin-bottom:0;
}

/* [ 10.6. Arrows ] */

.arrow,
.mfp-arrow,
.th-arrow {
    width:63px;
    height:63px;
    display:block;
    border:1px solid transparent;
    border-radius:63px;
    position:absolute;
    z-index:3;
    text-align: center;
    top:50%;
    margin-top:-32px;
    background-color: transparent;
    -webkit-transition:border .3s ease;
    -ms-transition:border .3s ease;
    transition:border .3s ease;
}

.arrow i,
.mfp-arrow i{
    margin: 5px 0 0 1px;
}

.th-arrow i{
    margin: -1px 0 0 -2px;
    width: 50px;
    height: 50px;
}

.arrow:hover,
.mfp-arrow:hover {
    border-color:#E7553E;
}

.arrow.prev,
.mfp-arrow-left {
    left:30px;
}

.mfp-arrow-left {
    background-image: url(images/icons.png);
    background-position:-93px -10px;
}

.arrow.next,
.mfp-arrow-right {
    right:30px;
}

.mfp-arrow-right {
    background-image: url(images/icons.png);
    background-position:-12px -10px;
}

.home .arrow{
    margin-top: -52px;
}

.th-arrow {
    width:50px;
    height:50px;
    position:static;
    border-radius:4px;
    margin:14px 0 0;
}

.th-prev {
    background-position:0 -2px;
    margin-left:10px;
}

.th-next {
    background-position:-87px -2px;
    margin-right:10px;
}

.th-arrow:hover {
    border-color:#B3B3B3;
}

.thwrap{
    font-size:1px;
    margin:0 85px;
}

.thumbs-slider a {
    float: left;
    width:80px;
    height:80px;
    border:1px solid transparent;
    border-radius:2px;
    margin:0 3px;
    transition: all 0s ease;
}

.thumbs-slider img {
    width:100%;
    border-radius:2px;
}

.thumbs-slider a.selected,
.thumbs-slider a:hover {
    border-color:#CCC;
}


/* [ 10.7. Slider Pagination ] */

.slidebar {
    height:0;
}

.slidebar .pagination {
    text-align:center;
    font-size:1px;
    width:100%;
    line-height:1;
    margin:45px auto 0;
    position: relative;
}

.slidebar .pagination.text-left{
    text-align: left;
    margin-top: 24px;
}

.slidebar .pagination a {
    text-indent:-9999px;
    height:10px;
    width:10px;
    display:inline-block;
    vertical-align: middle;
    background-color:#CCC;
    border-radius:100%;
    position:relative;
    -webkit-transition:background-color .3s ease;
    -ms-transition:background-color .3s ease;
    transition:background-color .3s ease;
    margin:0 5px;
    overflow: hidden;
}

.slidebar .pagination.text-left a{
    margin: 0 10px 0 0;
}

.slidebar .pagination a.selected,
.slidebar .pagination a:hover {
    background-color:#E7543D;
    width:12px;
    height:12px;
    margin:0 4px;
}

.slidebar .pagination.text-left a.selected,
.slidebar .pagination.text-left a:hover{
    margin: 0 9px 0 -1px;
}

.slidebar .pagination.lined a {
    width:133px!important;
    text-indent:0;
    text-decoration:none;
    color:#666;
    font-size:18px;
    line-height:26px;
    font-weight:300;
    height:2px;
    border-radius: 0;
    overflow: visible;
}

.slidebar .pagination.lined a span{
    line-height: 50px;
    display: block;
}

.slidebar .pagination.lined a.selected,
.slidebar .pagination.lined a:hover {
    width:133px;
    color:#e7543d;
    top:0;
    margin:0 5px;
}

.slidebar .pagination > span {
    display:block;
    padding-top:15px;
}

.full-size .pagination{
    top: -97px;
    z-index: 5;
}


/*------------------------------------------------------------------
[ 11. GALLERY ]
-------------------------------------------------------------------*/

.gallery {
    padding-bottom:55px;
    padding-top:55px;
    overflow:hidden;
}

.gallery .row {
    margin:0 -15px;
}

.gallery [class*=col-] {
    position:relative;
    float:left;
    margin:0;
    padding:0;
    overflow: hidden;
}

.gallery .col-md-3 {
    width:25%;
}

.gallery .col-md-4 {
    width:33.3333%;
}

.gallery .col-md-2{
    width:20%;
}

.gallery img {
    width:100%;
    height:auto;
    float:left;
}

.gallery + .highlight:last-child{
    margin-top: 0 !important;
}


/*------------------------------------------------------------------
[ 12. CATALOG ]
-------------------------------------------------------------------*/

.sorting {
    z-index:5;
    position:relative;
}

.sorting .chosen-container-single .chosen-single{
    height: 37px;
    line-height: 34px;
}

.grid-nav {
    font-size:1px;
    display:inline-block;
    vertical-align:middle;
}

.grid-nav > a {
    display:inline-block;
    vertical-align:middle;
    margin-right:24px;
}

.grid-show > * {
    display:inline-block;
    vertical-align:middle;
}

.grid-show .chosen-container {
    margin:0 5px;
}

.catalog {
    padding-top:0;
}

.catalog + .container {
    padding:20px 0;
}

.citem {
    position:relative;
}

.citem img{
    width: 100%;
}

.cimg {
    position:relative;
}

.citem h5 {
    margin-bottom:8px;
}

.cimg .btn {
    opacity:0;
    position:absolute;
    top:50%;
    margin-top:-25px;
    left:50%;
    margin-left:-78px;
    width:165px;
    z-index:4;
    padding:0;
}

.aimg {
    display:inline-block;
    position:relative;
}

.aimg img{
    max-width: 100%;
    width: 100%;
}

.aimg:before {
    opacity:0;
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.9);
    content:'\0020';
    overflow:hidden;
    z-index:3;
    display: block;
}

.citem .sticker {
    top:80px;
    z-index:2;
}

.cost del {
    margin-right:5px;
}

.catalog-bar {
    padding-top:40px;
}

.catalog-bar .widget {
    margin-bottom:55px;
}

.catalog-bar input[type="radio"],
.catalog-bar input[type="checkbox"]{
    margin-left: 0 !important;
}

.catalog .widget + .btn {
    margin:-30px 0 55px;
}

.catalog-bar ul li {
    text-indent:0;
    padding-left:0!important;
    line-height:30px;
}

.catalog-bar ul li:before {
    display:none!important;
}

.catalog-bar label {
    font-weight:300;
    color: #666;
}

.cart-list li {
    overflow:hidden;
    margin-bottom:20px;
}

.cart-list .pict {
    width:90px;
    margin-right:10px;
}

.cart-list .pict img {
    max-width:100%;
}

.cart-list .block {
    padding-top:3px;
}

.cart-list .cost del {
    margin-right:6px;
}

.cart-list h5{
    margin-bottom: 0;
}

table.cart-table{
    margin-bottom: 50px;
}

.cart-table th{
    padding-bottom: 30px;
}

.catalog-list .citem {
    padding-bottom:50px;
    padding-top:20px;
}

.catalog-list .citem:last-child {
    padding-bottom:0;
}

.catalog-list .sticker {
    top:25px;
}

.tagcloud {
    line-height:30px;
}

.cdescription .row {
    margin:0;
}

.cdescription [class*=col-] {
    padding-left:0;
    padding-right:0;
}

.cdescription .cost{
    padding-top: 5px;
}

.rating-wrap > * {
    display:inline-block;
    vertical-align:middle;
    margin-right:11px;
}

.tab-pane .raty-count {
    display:block;
}

.product .cost {
    margin-bottom:35px;
    font-size:24px;
}

.product .cost del {
    margin-right:15px;
}

.product-count {
    margin-bottom:40px;
}

.counting {
    margin-right:40px;
    font-size:1px;
    height:32px;
}

.counting a {
    width:32px;
    height:32px;
    text-align:center;
    display:inline-block;
    vertical-align:top;
    line-height:32px;
    background-color:#4D4D4D;
    border-radius:3px;
    color:#fff !important;
    font-size:24px;
}

.counting a.disabled {
    background-color:#CCC;
}

.counting a:hover {
    background-color:#e7543d;
}

.counting input {
    text-align:center;
    border:0;
    width:37px;
    font-size:20px;
    height:32px;
    margin:0 5px;
    padding:0;
}

.product-table {
    margin-bottom:35px !important;
}

.product-table th{
    vertical-align: top;
}

.product-table td {
    line-height:30px;
    padding:0!important;
    white-space: normal;
}

.product-table th {
    font-weight:300;
    line-height:30px;
    border:0;
    font-size:17px;
    color:#666;
    padding:0 86px 0 0;
}

.description-table th{
    font-weight: 400;
    border: 0;
    padding: 0;
    vertical-align: top;
    font-size: 18px;
}

.description-table td{
    padding: 0 !important;
}

.description-table a{
    color: #e7543d;
}

.description-table a:hover{
    color: inherit;
}

.description-table nav a{
    display: block;
}

.img-medium {
    position:relative;
    margin-bottom:40px;
}

.img-medium a{
    float: left;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

.img-medium img {
    display:inline-block;
    vertical-align:top;
    width: 95%;
}

.grid-show > span,
.raty {
    color:#b2b2b2;
}

.citem .cost,
.cart-list .cost {
    font-size:18px;
}

.cimg:hover .aimg:before,
.citem.color .aimg:before,
.cimg:hover .btn,
.citem.color .btn {
    opacity:1;
}

.cost, .cost,
.catalog-bar li a,
.tagcloud a,
[class*=skin-] .tagcloud a{
    color:#666;
}

.cost .new,
.catalog-bar li a:hover,
.catalog-bar li a.color,
.cart-list h5 a:hover,
.cart-list .cost .new,
.tagcloud a:hover,
.raty .fa-star,
.raty .fa-star-half-o,
.product-table a:hover {
    color:#e7543d;
}

.catalog-bar h4,
.rating-wrap,
.product h2 {
    margin-bottom:20px;
}

.cart-list h5 a,
.product-table a {
    color:#000;
}


/*------------------------------------------------------------------
[ 13. CART ]
-------------------------------------------------------------------*/

.cart {
    min-height:400px;
}

.cart-empty h3 {
    letter-spacing:0;
    margin-bottom:30px;
}

table.cart-total{
    margin-bottom: 45px;
}

.cart-total th,
.compare-table th {
    border:0;
    line-height:30px;
    font-size:17px;
    font-weight:300;
    color:#666;
    padding:0;
}

.cart-total td {
    color:#000;
    padding:0!important;
}

.compare-table {
    width:100%;
    margin-bottom:0;
}

.compare-table th {
    padding-right:20px;
    color:#000;
    vertical-align:top;
    padding-top:25px;
}

.compare-table td {
    text-align:center;
    white-space:normal;
    padding-top:25px;
    padding-bottom:25px;
}

.compare-table tr:last-child td {
    padding-top:50px;
}

.compare-table .pclose.small {
    margin-bottom:50px;
}

.compare-table .aimg {
    display:inline-block;
}

.compare-table .sticker {
    top:40px;
    left:0;
}

.compare-table h3 {
    margin-bottom:35px;
}

.compare-table img {
    width:100%;
}

.estimate-shipping .h3 {
    line-height:50px;
    margin-bottom:15px;
    display: inline-block;
}


/*------------------------------------------------------------------
[ 14. AUDIO PLAYER ]
-------------------------------------------------------------------*/

.mejs-container {
    position: relative;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
    margin-bottom: 20px;
    max-width: 94%;
}

.col-md-4 .mejs-container{
    width: 300px;
    max-width: 300px;
}

.me-plugin {
    position: absolute;
    height: 0;
    width: 0;
}

.mejs-embed, .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
}
.mejs-container .mejs-controls  div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    border: 0;
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 8px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    -webkit-transition:all 0s ease;
    -ms-transition:all 0s ease;
    transition:all 0s ease;
}

.mejs-container .mejs-controls .mejs-time {
    display: block;
    height: 17px;
    width: auto;
    padding: 8px 7px 0 3px;
    overflow: hidden;
    text-align: center;
    box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
    color: #000;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    display: block;
    float: left;
    margin: 1px 7px 0 0;
    width: auto;
    min-width: 35px;
}

.mejs-controls .mejs-play button {
    background: url(images/icons.png) -371px -15px no-repeat;
    width: 13px;
    height: 15px;
}

.mejs-controls .mejs-pause button {
    background: url(images/icons.png) -328px -13px no-repeat;
    width: 13px;
    height: 15px;
}

.mejs-controls div.mejs-time-rail {
    width: 240px;
    margin-top: 11px;
    margin-right: 10px;
}

.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 220px;
    height: 10px;
    cursor: pointer;
    background-color: #EFEFEF;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #E6E6E6;
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #e7543d;
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #E6E6E6;
    color: #000;
    width: 36px;
    height: 17px;
    top: -26px;
    margin-left: -18px;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    top: 14px;
    left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px;
}

.mejs-controls .mejs-mute button {
    background: url(images/icons.png) -460px -15px no-repeat;
    width: 16px;
    height: 16px;
}

.mejs-controls .mejs-unmute button {
    background: url(images/icons.png) -414px -15px no-repeat;
    width: 16px;
    height: 16px;
}

.mejs-controls .mejs-volume-button {
    position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: rgba(50, 50, 50, 0.7);
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0;
}

.mejs-controls div.mejs-horizontal-volume-slider {
    height: 26px;
    width: 60px;
    position: relative;
    margin-left: 5px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 13px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background: #E6E6E6;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 13px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background-color: #E7543D;
    cursor: pointer;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}

.mejs-controls .mejs-captions-button {
    position: relative;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -51px;
    width: 85px;
    height: 100px;
    border: solid 1px transparent;
    padding: 10px 10px 0 10px;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 55px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0;
}


/*------------------------------------------------------------------
[ 15. TOOLTIPS ]
-------------------------------------------------------------------*/

.tooltipster-default {
    border-radius:5px;
    background:#333;
    color:#fff;
}

.tooltipster-default .tooltipster-content {
    overflow:hidden;
    width:370px;
    box-sizing:border-box;
    padding:20px;
}

.tooltipster-icon {
    cursor:help;
    margin-left:4px;
}

.tooltipster-base {
    font-size:1px;
    line-height:0;
    position:absolute;
    left:0;
    top:0;
    z-index:9999;
    pointer-events:none;
    width:auto;
    overflow:visible;
    padding:0;
}

.tooltipster-base .tooltipster-content {
    overflow:hidden;
}

.tooltipster-arrow {
    display:block;
    text-align:center;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display:block;
    width:0;
    height:0;
    position:absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left:0;
    right:0;
    margin:0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left:4px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left:3px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right:4px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right:3px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top:5px solid transparent!important;
    border-bottom:5px solid transparent!important;
    border-left:5px solid;
    top:50%;
    margin-top:-4px;
    right:-4px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top:5px solid transparent!important;
    border-bottom:5px solid transparent!important;
    border-left:5px solid;
    margin-top:-4px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top:5px solid transparent!important;
    border-bottom:5px solid transparent!important;
    border-right:5px solid;
    top:50%;
    margin-top:-4px;
    left:-4px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top:5px solid transparent!important;
    border-bottom:5px solid transparent!important;
    border-right:5px solid;
    margin-top:-4px;
}

.tooltipster-fade {
    opacity:0;
    -webkit-transition-property:opacity;
    -o-transition-property:opacity;
    -ms-transition-property:opacity;
    transition-property:opacity;
}

.tooltipster-fade-show {
    opacity:1;
}

.tooltipster-grow {
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -o-transform:scale(0,0);
    -ms-transform:scale(0,0);
    transform:scale(0,0);
    -webkit-transition-property:0;
    -ms-transition-property:0;
    transition-property:transform;
    -webkit-backface-visibility:hidden;
}

.tooltipster-grow-show {
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transform:scale(1,1);
    -webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
    -moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
    -ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
    -o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
    transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
}

.tooltipster-swing {
    opacity:0;
    -webkit-transform:rotateZ(4deg);
    -moz-transform:rotateZ(4deg);
    -o-transform:rotateZ(4deg);
    -ms-transform:rotateZ(4deg);
    transform:rotateZ(4deg);
    -webkit-transition-property:0 opacity;
    -moz-transition-property:0;
    -o-transition-property:0;
    -ms-transition-property:0;
    transition-property:transform;
}

.tooltipster-swing-show {
    opacity:1;
    -webkit-transform:rotateZ(0deg);
    -moz-transform:rotateZ(0deg);
    -o-transform:rotateZ(0deg);
    -ms-transform:rotateZ(0deg);
    transform:rotateZ(0deg);
    -webkit-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);
    -moz-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);
    -ms-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);
    -o-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);
    transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);
}

.tooltipster-fall {
    top:0;
    -webkit-transition-property:top;
    -moz-transition-property:top;
    -o-transition-property:top;
    -ms-transition-property:top;
    transition-property:top;
    -webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
    -moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
    -ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
    -o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
    transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property:all;
    -moz-transition-property:all;
    -o-transition-property:all;
    -ms-transition-property:all;
    transition-property:all;
    top:0!important;
    opacity:0;
}

.tooltipster-slide {
    left:-40px;
    -webkit-transition-property:left;
    -moz-transition-property:left;
    -o-transition-property:left;
    -ms-transition-property:left;
    transition-property:left;
    -webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
    -moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
    -ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
    -o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
    transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property:all;
    -moz-transition-property:all;
    -o-transition-property:all;
    -ms-transition-property:all;
    transition-property:all;
    left:0!important;
    opacity:0;
}

.tooltipster-content-changing {
    opacity:.5;
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left:5px solid transparent!important;
    border-right:5px solid transparent!important;
    border-top:5px solid;
    bottom:-4px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left:5px solid transparent!important;
    border-right:5px solid transparent!important;
    border-bottom:5px solid;
    top:-4px;
}

.tooltipstered {
    cursor:help;
}

.tooltipstered:hover {
    color:#e7543d;
}

.tooltipster-content {
    color:#999;
    font-size:17px;
    line-height:24px;
}

.tooltipster-content h4 {
    color:#fff;
    margin-bottom:10px;
}

.tooltipster-content p {
    margin-bottom:10px;
}


/*------------------------------------------------------------------
[ 16. TEAM ]
-------------------------------------------------------------------*/

/* [ 16.1. Team List] */

.team > .row:last-child > [class*=col-] {
    margin-right:0;
    margin-left:0;
    margin-bottom:80px;
    display:inline-block;
    float:none;
    width:24.5%;
    vertical-align:top;
    height:330px;
}

.team .active {
    z-index:5;
}

.profile {
    position:static;
}

.profile .container {
    padding:0;
}

.profile .circle img{
    width: 100%;
}

.profile.vacancy .circle img{
    width: auto;
}

.person {
    padding-top:90px;
    padding-bottom:0;
}

.person .row {
    padding-bottom:0;
}

.person .social {
    margin-top:65px;
}

.team {
    margin-bottom:-52px;
    overflow: hidden;
}

.team-list {
    position:static;
    margin-bottom:-52px;
}

.team-list p{
    font-size: 17px;
}

.team-list.square {
    margin-bottom:0;
    text-align:center;
    padding-left:0;
    padding-right:0;
    font-size: 0;
}

.team.team-list > .row > [class*=col-] {
    display:none;
    float:none;
    width:24.5%;
    vertical-align:top;
    height:330px;
}

ul.nav-category {
    margin-bottom:35px;
    padding:0;
}

ul.nav-category li {
    display:inline-block;
    font-size:16px;
    line-height:26px;
    text-transform:uppercase;
    margin:0 4px 10px;
    font-weight: 400;
}

ul.nav-category li:before {
    display:none;
}

ul.nav-category li a {
    display:block;
    color:#1a1a1a;
    position:relative;
    letter-spacing:1px;
    padding:0 6px 8px;
}

ul.nav-category li a.active,
ul.nav-category li a:hover {
    color:#e7543d;
    text-decoration:none;
}

ul.nav-category li a ins {
    position:absolute;
    height:1px;
    background-color:#F5BAB1;
    width:0;
    left:50%;
    bottom:0;
    overflow:hidden;
    clear:both;
    -webkit-transform:translateZ(0);
    margin:auto;
}

ul.nav-category li a.active ins{
    width: 100%;
}

ul.nav-blog li a.active ins{
    margin-left: -50%;
}

ul.nav-expand {
    padding-bottom:60px;
}

ul.nav-expand li {
    display:inline-block;
    margin:0 20px;
}

ul.nav-expand li a {
    color:#000;
}

ul.nav-expand li i {
    margin-right:8px;
    margin-top:-3px;
}

ul.nav-expand li a:hover {
    color:#e7543d;
}

.mix-list{
    overflow:hidden;
    margin-left: 0 !important;
    margin-right: 0 !important;
    opacity: 0;
}

.gallery .mix-list{
    font-size: 1px;
}

.mix {
    display:none;
    vertical-align:top;
    float:none;
    overflow: hidden;
}

.container .col-md-3.mix{
    width: 24.6%;
}

.faq {
    margin-bottom:0;
    padding-bottom:0;
}

.faq .panel-group .row {
    width:100%;
    overflow:hidden;
    margin:0 0 35px;
}

.faq .panel-group .row:last-child {
    margin:0;
}

.faq h3 {
    line-height:36px;
}

.faq .panel-body {
    margin:0 -30px;
    padding:0;
}

.faq .panel-body > div:first-child {
    margin:15px 0;
    padding:15px 30px 22px;
}

.faq .icon {
    margin-top:8px;
}

.accordeon-toggle {
    width:33px;
    height:33px;
    line-height:33px;
    border-radius:2px;
    background-color:#F2F2F2;
    text-align:center;
    color:#666 !important;
    font-size:24px;
    float:left;
    margin-right:28px;
}

.accordeon-toggle:hover {
    color:#fff !important;
    background-color:#E7543D;
}

.accordeon-content {
    margin-left:60px;
}

/* [ 16.2. Team Item ] */

.item {
    width:292px;
    height:292px;
    position:relative;
    cursor:pointer;
    display:table;
}

.item figure:before {
    position:absolute;
    left:0;
    top:0;
    width:100.01%;
    height:100.01%;
    background-color:#E7543D;
    opacity:0;
    content:'\0020';
    z-index:2;
}

.item .itemwrap {
    display:table-cell;
    vertical-align:middle;
    position:relative;
    text-align:center;
    z-index:2;
    opacity:0;
    visibility:hidden;
    text-decoration:none;
}

.item:hover figure:before {
    opacity:.9;
}

.item figure {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    line-height:300px;
}

.item figure img {
    width:100%;
}

.item.vacancy img {
    width:auto;
}

.item:hover .itemwrap,
.item.show .itemwrap {
    opacity:1;
    visibility:visible;
}

.itemwrap > * {
    color:#fff;
}

.person figure,
.person img,
.person h5 {
    margin-bottom:45px;
}

.person p:last-child,
.faq p {
    margin-bottom:0;
}

/* [ 16.3. Hover images ] */

.img {
    position:relative;
    overflow:hidden;
    text-align:center;
    height:220px;
    display:block;
    margin:0 auto 43px;
}

.img figure:before {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#E7543D;
    content:'\0020';
    opacity:0;
    z-index:2;
    border-radius:100%;
}

.img figure {
    height:220px;
    line-height:220px;
    max-width:100%;
    overflow:hidden;
    position:relative;
    width:220px;
    z-index:2;
    margin:auto;
}

.img:hover figure:before,
.color .img figure:before {
    opacity:.9;
}

.img figure:after {
    background:url(images/icons.png) -1150px -15px no-repeat;
    width:40px;
    height:22px;
    position:absolute;
    left:50%;
    top:50%;
    display:block;
    content:'\0020';
    opacity:0;
    z-index:2;
    border-radius:0;
    margin:-11px 0 0 -24px;
}

.vacancy figure {
    background-color:#E7543D;
}

.vacancy figure img {
    display:inline-block;
    line-height:220px;
    border-radius:0;
    vertical-align:middle;
    position:relative;
    z-index:1;
    margin:auto;
}

.img div {
    display:table;
    position:absolute;
    left:0;
    top:0;
    width:220px;
    height:100%;
    opacity:0;
    z-index:2;
}

.img ul {
    display:table-cell;
    vertical-align:middle;
    padding:0;
}

.img li {
    display:block;
    float:none;
    line-height:28px;
    font-size:17px;
    font-weight:300;
    color:#fff;
}

.img li.date {
    font-weight:400;
}

.img:hover figure:after,
.color .img figure:after,
.img:hover div,
.color .img div {
    opacity:1;
}

.gallery .img{
    height: auto;
}

.gallery .img div{
    width: 100%;
}

/* [ 16.4. Team details ] */

.expandteam {
    background-color:#F7F7F7;
    position:absolute;
    width:100%;
    left:0;
    top:auto;
    margin-top:50px;
    z-index:4;
    height:0;
    overflow:hidden;
    transform:translateZ(0px);
}

.expandteam .corner {
    content:"\0020";
    height:0;
    left:50%;
    position:absolute;
    top:auto;
    width:0;
    display:none;
    border-color:rgba(0,0,0,0) rgba(0,0,0,0) #F7F7F7;
    border-style:solid;
    border-width:21px;
    margin:-42px 0 0 -21px;
}

.expandteam .container {
    position:relative;
    margin:0 auto;
}

.expandteam .inner .container {
    margin-bottom:0;
    padding-bottom:0;
    display:table-cell;
    vertical-align:middle;
    position:relative;
}

.expandteam .inner {
    display:table;
    width:100%;
    max-width:1200px;
    opacity:0;
    -webkit-transition:opacity .3s ease;
    -ms-transition:opacity .3s ease;
    transition:opacity .3s ease;
    position:relative;
    margin:auto;
}

.expandteam.active .inner {
    opacity:1;
}

.expandteam .close {
    position:absolute;
    right:28px;
    top:45px;
    z-index:1;
    opacity: 1;
}

.expandteam .col {
    display:inline-block;
    float:none;
    margin-right:2.6%;
    vertical-align:top;
}

.expandteam .col p {
    padding-bottom:60px;
}

.expandteam p:last-child {
    padding-bottom:0;
}

.expandteam .percent {
    background-color:#FFF;
}


/*------------------------------------------------------------------
[ 17. VACANCY ]
-------------------------------------------------------------------*/

.vacancy-row.row,
.vacancy-row.highlight:first-child{
    margin:0;
}

.vacancy-row .container {
    padding-top:90px;
    padding-bottom:98px;
}

.vacancy-row.narrow .container {
    padding-top:55px;
    padding-bottom:55px;
}

.vacancy-row.narrow * {
    line-height:50px;
    margin-bottom:0;
    margin-top: -4px;
}

.vacancy-row .col-md-1 .icon {
    font-size:30px;
}

.vacancy-row p:last-child {
    margin-bottom:0;
}

.vacancy-row .text-right p {
    margin-bottom:10px;
}

.vacancy-row .btn-default {
    padding:0 38px;
}

.tag {
    margin-right:45px;
    font-size:19px;
    color:#000;
}

.tag .icon {
    font-size:30px;
    display:inline-block;
    vertical-align:middle;
    line-height:1;
    margin-right:7px;
}

.text-right .tag {
    margin-right:0;
    margin-left:45px;
}

.text-right .tag:first-child {
    margin-left:0;
}

.vacancy-row.outdated * {
    color:#b2b2b2;
}



.download .icon {
    font-size:48px;
    margin-right:-15px;
    margin-top:2px;
    position:relative;
}


/*------------------------------------------------------------------
[ 18. GOOGLE MAPS ]
-------------------------------------------------------------------*/

#contact-map,
#contact-map-fix{
    height: 600px;
}

.contact-map-medium{
    height: 450px !important;
}

.contact-map-small{
    height: 260px !important;
}

#contact-map.container,
#contact-map-fix.container{
    height: 400px;
}

#vacancy-map {
    height:260px;
    margin-bottom:40px;
}


/*------------------------------------------------------------------
[ 19. BLOG ]
-------------------------------------------------------------------*/

.blog-date{
    font-weight: 300;
    color: #cccccc;
    font-size: 30px;
    line-height: 32px;
    margin-left: -15px;
}

.blog-date *{
    display: block;
}

.post img{
    max-width: 100%;
    width: 100%;
    display: block;
}

.post-img{
    margin-bottom: 45px;
}

.post h1{
    margin-top: -2px;
}

.post h2{
    font-weight: 300;
    letter-spacing: 0;
}

.post h1 + a,
.post h2 + a{
    display: block;
    margin: -5px 0 10px;
}

.post p + h2,
.post p + h3{
    margin-top: 25px;
}

.post .oneslider{
    margin-bottom: 60px;
    margin-top: 8px;
}

.cite-author{
    font-size: 20px;
    margin: 14px 0;
}

.comments{
    padding-top: 50px;
}

.comments > h3{
    padding-bottom: 36px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D6D6D6;
}

.comment p{
    margin-bottom: 10px;
    margin-top: 3px;
}

.comment .date{
    margin-right: 18px;
}

.comment .ava{
    padding-left: 0;
    padding-right: 0;
}

.comment .ava img{
    width: 68px;
}

.leaveacomment{
    border-top: 1px solid #D6D6D6;
    padding-top: 60px;
    margin-top: 26px;
}

.leaveacomment [class*=col-md]{
    padding-left: 0;
    padding-right: 0;
}

.leaveacomment h3{
    margin-bottom: 10px;
}

.leaveacomment label {
    color: #999;
    font-weight: 300;
    left: -33.5%;
    line-height: 46px;
    position: absolute;
    width: 35%;
}

.blogbar{
    padding-top: 6px;
}

.blogbar .widget{
    margin-bottom: 45px;
}

.blogbar .tagcloud{
    line-height: 26px;
}

.widget ul{
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget ul li{
    padding-left: 0 !important;
}

.widget ul ul{
    padding: 0 0 0 30px;
}

.widget ul li:before{
    display: none !important;
}

.widget ul li a:hover,
.tagcloud a:hover{
    color: #e7543d;
}

.widget ul li a,
.tagcloud a{
    color: #666666;
    margin-right: 5px;
}

.widget ul li span.post-date{
    color: #999999;
    display: block;
}

.blogbar .chosen-container-single .chosen-single{
    color: #666;
}

.blogbar .chosen-container .chosen-results li{
    line-height: 26px;
}

.table-calendar {
    width:100%;
}

.table-calendar caption{
    padding-bottom: 20px;
}

.table-calendar caption > *{
    margin-bottom: 0;
}

.table-calendar th {
    color:#666;
    background-color:#F8F8F8;
    text-align:center;
    width:14.2857%;
    font-size:15px;
    text-transform:uppercase;
    line-height:28px;
    border:0;
    padding:0;
}

.table-calendar tr:last-child > *,
.table-calendar tr:first-child > *{
    padding:0;
}

.table-calendar td {
    border:1px solid #F8F8F8;
    color:#666;
    text-align:center;
    line-height:28px;
    padding:0;
}

.table-calendar tbody td {
    font-size:14px;
}

.table-calendar tfoot td {
    padding-top:14px!important;
    border:0;
    text-align:left;
}

.masonry-list .post{
    margin-bottom: 50px;
}

.masonry-list .post h3{
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 34px;
}

.masonry-list .post p{
    margin-bottom: 20px;
}

.next-posts{
    opacity: 0;
}

.timeline > .row{
    margin-top: -70px;
    float: left;
    width: 100%;
}

.timeline > .row:first-child{
    margin-top: 0;
}

.timeline .no-top{
    margin-top: 0;
}

.timeline .top-x2{
    margin-top: -140px;
}

.timeline .top-x3{
    margin-top: -200px;
}

.timeline .post p,
.timeline .post h2,
.timeline .post h3{
    margin-bottom: 10px;
}

.timeline .post p + h2,
.timeline .post p + h3{
    margin: 10px 0;
}

.timeline .row{
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAANnZ2QAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjU4MDdFQjAzMTQyMDY4MTE4MjJBRDA5NEI0QjhCMjZEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUxNzg2MDUxMDFCRDExRTQ4RjEzRjlDMEU5Qjk1QUZCIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUxNzg2MDUwMDFCRDExRTQ4RjEzRjlDMEU5Qjk1QUZCIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMkNCRDU3QzExMjI2ODExODIyQUE4QUUwRTMxMTgwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1ODA3RUIwMzE0MjA2ODExODIyQUQwOTRCNEI4QjI2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) center top repeat-y;
}

.timeline .vline{
    background-image: none;
}

.timeline .vline > *{
    padding-bottom: 20px;
    padding-top: 20px;
}

.timeline .row:first-child .vline > *{
    padding-top: 0;
}

.timeline .col-md-4{
    padding-top: 22px;
}

/*------------------------------------------------------------------
[ 20. YTPlayer: YouTube video player  ]
--------------------------------------------------------------------*/

.mb_YTVPlayer :focus {
    outline: 0;
}

.mb_YTVPlayer{
    display:block;
    transform:translateZ(0);
    transform-style: preserve-3d;
    perspective: 1000;
    backface-visibility: hidden;
    transform:translate3d(0,0,0);
    animation-timing-function: linear;

}

.mb_YTVPlayer.fullscreen{
    display:block!important;
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    margin: 0!important;
}

.mbYTP_wrapper iframe{
    max-width: 4000px !important;
}

.inline_YTPlayer{
    margin-bottom: 20px;
    vertical-align:top;
    position:relative;
    left:0;
    overflow: hidden;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    background: rgba(0,0,0,.5);
}

.inline_YTPlayer img{
    border: none!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    margin:0!important;
    padding:0!important
}

.mb_YTVPBar .mb_YTVPUrl.ytpicon{
    font-size: 30px;
}

.mb_YTVPBar{
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    display:block;
    width:100%;
    height:10px;
    padding:5px;
    background:#333;
    position:fixed;
    bottom:0;
    left:0;
    -moz-box-sizing:padding-box;
    -webkit-box-sizing:border-box;
    text-align:left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    color:white;
    opacity:.1;
}

.mb_YTVPBar.visible, .mb_YTVPBar:hover{
    opacity:1;
}

.mb_YTVPBar .buttonBar{

    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;

    background:transparent;
    font:12px/14px Calibri;
    position:absolute;
    top:-30px;
    left:0;
    padding: 5px;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.mb_YTVPBar:hover .buttonBar{
    background: rgba(0,0,0,0.4);
}

.mb_YTVPBar span{
    display:inline-block;
    font:16px/20px Calibri, sans-serif;
    position:relative;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}
.mb_YTVPBar span.mb_YTVPTime{
    width: 130px;
}

.mb_YTVPBar span.mb_YTVPUrl,.mb_YTVPBar span.mb_OnlyYT {
    position: absolute;
    width: auto;
    display:block;
    top:6px;
    right:10px;
    cursor: pointer;
}
.mb_YTVPBar span.mb_YTVPUrl img{
    width: 60px;
}

.mb_YTVPBar span.mb_OnlyYT {
    left:185px;
    right: auto;
}
.mb_YTVPBar span.mb_OnlyYT img{
    width: 25px;
}

.mb_YTVPBar span.mb_YTVPUrl a{
    color:white;
}

.mb_YTVPPlaypause,.mb_YTVPlayer .mb_YTVPPlaypause img{
    cursor:pointer;
}

.mb_YTVPMuteUnmute{
    cursor:pointer;
}

.mb_YTVPProgress{
    height:10px;
    width:100%;
    background:#222;
    bottom:0;
    left:0;
}

.mb_YTVPLoaded{
    height:10px;
    width:0;
    background:#444;
    left:0;
}

.mb_YTVTime{
    height:5px;
    width:0;
    background:#fff;
    bottom:0;
    left:0;
    -moz-box-shadow:#666666 1px 1px 3px;
    -webkit-box-shadow:#666666 1px 1px 3px;
}

.mbYTP_wrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ytvideo {
    background-color: #000;
}

.ytvideo .slide-img,.video-popup .slide-img,.ytvideo[class*=-overlay]:after {
    z-index: 0;
}

.ytvideo {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mb_YTVPBar {
    display: none !important;
}

.playerBox {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.YTPOverlay {
    background-color: #6D5333;
    opacity: 0;
}

.YTPOverlay.raster {
    opacity: 1;
}

.mobile-player {
    display: block;
    height: 80%;
    overflow: hidden;
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    z-index: 25;
}


/*------------------------------------------------------------------
[ 21. Popup ]
--------------------------------------------------------------------*/

/* [ 21.1. Popup General ] */

.pclose {
    content:'\0020';
    display:inline-block;
    margin:80px auto;
    text-align: center;
}

.pclose.small {
    position:absolute;
    right:15px;
    top:13px;
    margin:0;
}

.popup .container {
    padding-top:0;
    padding-bottom:70px;
}

.popup .pclose {
    display:block;
}

a.sclose {
    display:inline-block;
}

.sticky a.sclose {
    height:24px;
}

.popup,.block-popup {
    display:none;
    z-index:1000;
}

.pclose.small:hover,.sclose:hover {
    background-position:-20px 0;
}

/* [ 21.2 Popup: Team ] */

.team-popup {
    position:fixed;
    left:50%;
    margin-left:-50%;
    top:0;
    width:100%;
    height:0;
    min-height:100%;
    overflow-y:scroll;
    background-color:#F2F2F2;
}

.team-popup .row:first-child {
    padding-bottom:40px;
}

.team-popup figure {
    width:290px;
    height:290px;
    line-height:290px;
    display:inline-block;
    vertical-align:middle;
    margin-bottom:50px;
    font-size:1px;
}

.team-popup figure img {
    vertical-align:middle;
    max-width:290px;
}

.team-popup p {
    margin-top:40px;
    margin-bottom:50px;
}

/* [ 21.3. Popup Login ] */

.plogin {
    position:absolute;
    left:50%;
    width:378px;
    margin-left:-189px;
    top:100px;
    background-color:#fff;
    box-sizing:border-box;
    border-radius:5px;
    padding:50px 35px 0;
}

.plogin h3 {
    font-weight:400;
    margin-bottom:30px;
}

.loginform .checkbox {
    margin-bottom:40px;
}

.footlogin {
    border-radius:0 0 5px 5px;
    margin:35px -35px 0;
    padding-top: 35px;
}

.footlogin .social li a {
    color:#B3B3B3;
}

.footlogin p {
    font-size:16px!important;
    padding-bottom:40px;
}

.a-privacy {
    color:#666565 !important;
    display:block;
    margin:0 0 -50px;
}

.a-privacy:hover {
    color:#e7543d !important;
}

.layer {
    background-color:#121212;
    opacity:.95;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    min-height:100%;
    z-index:999;
    display:none;
}

.loginform .btn,
.footlogin .social {
    margin-bottom:15px;
}

/* [ 21.4. Popup slider ] */

.mfp-bg {
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1042;
    overflow:hidden;
    position:fixed;
    background:#000;
    opacity: .9;
}

.mfp-wrap {
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1043;
    position:fixed;
    outline:none!important;
    -webkit-backface-visibility:hidden;
}

.mfp-container {
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    box-sizing:border-box;
    padding:0 8px;
}

.mfp-container:before {
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.mfp-content {
    display:inline-block;
    vertical-align:middle;
    text-align:left;
    z-index:3;
    margin:0 auto;
    max-width: 1200px;
    position: relative;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width:100%;
    cursor:auto;
}

.mfp-ajax-cur {
    cursor:progress;
}

.mfp-auto-cursor .mfp-content {
    cursor:auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

.mfp-hide {
    display:none!important;
}

.mfp-preloader {
    color:#ccc;
    position:absolute;
    top:50%;
    width:auto;
    text-align:center;
    margin-top:-.8em;
    left:8px;
    right:8px;
    z-index:1044;
}

.mfp-preloader a {
    color:#ccc;
}

.mfp-preloader a:hover {
    color:#FFF;
}

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

.mfp-close {
    position:fixed;
    right:40px;
    top:38px;
    text-decoration:none;
    text-align:center;
    border:0;
    text-indent:-9999px;
    background:url(images/icons.png) -181px -15px no-repeat;
    width:22px;
    height:22px;
    -webkit-transition:all 0s ease;
    -ms-transition:all 0s ease;
    transition:all 0s ease;
    z-index:1;
}

.mfp-close:hover {
    background-position:-210px -15px;
}

.mfp-close-btn-in .mfp-close {
    color:#333;
    -webkit-transition:all 0s ease;
    -ms-transition:all 0s ease;
    transition:all 0s ease;
}

.mfp-counter {
    position:absolute;
    top:0;
    right:0;
    color:#ccc;
    font-size:12px;
    line-height:18px;
    display:none;
}

.mfp-iframe-holder {
    padding-top:40px;
    padding-bottom:40px;
}

.mfp-iframe-holder .mfp-content {
    line-height:0;
    width:100%;
    max-width:900px;
}

.mfp-iframe-holder .mfp-close {
    top:32px;
}

.mfp-iframe-scaler {
    width:100%;
    height:0;
    overflow:hidden;
    padding-top:56.25%;
}

.mfp-iframe-scaler iframe {
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
}

img.mfp-img {
    width:auto;
    max-width:100%;
    height:auto;
    display:block;
    line-height:0;
    box-sizing:border-box;
    margin:0 auto;
    padding:80px 0;
}

.mfp-figure {
    line-height:0;
}

.mfp-figure:after {
    content:'';
    position:absolute;
    left:0;
    top:40px;
    bottom:40px;
    display:block;
    right:0;
    width:auto;
    height:auto;
    z-index:-1;
}

.mfp-figure small {
    color:#bdbdbd;
    display:block;
    font-size:12px;
    line-height:14px;
}

.mfp-figure figure {
    margin:0;
}

.mfp-bottom-bar {
    margin-top:-58px;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    cursor:auto;
}

.mfp-title {
    text-align:center;
    line-height:32px;
    color:#b2b2b2;
    word-wrap:break-word;
    font-size:20px;
}

.mfp-image-holder .mfp-content {
    max-width:100%;
}

.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display:none;
}

.mfp-zoom,.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor:pointer;
}


/*------------------------------------------------------------------
[ 22. HISTORY ]
-------------------------------------------------------------------*/

.history .row {
    margin-bottom:0;
    padding-bottom:50px;
    opacity:0;
}

.history .row:last-child{ padding-bottom: 0; }

.vline {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAANnZ2QAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjU4MDdFQjAzMTQyMDY4MTE4MjJBRDA5NEI0QjhCMjZEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUxNzg2MDUxMDFCRDExRTQ4RjEzRjlDMEU5Qjk1QUZCIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUxNzg2MDUwMDFCRDExRTQ4RjEzRjlDMEU5Qjk1QUZCIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMkNCRDU3QzExMjI2ODExODIyQUE4QUUwRTMxMTgwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1ODA3RUIwMzE0MjA2ODExODIyQUQwOTRCNEI4QjI2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) center top repeat-y;
}

.vline *{
    background-color: #fff;
}

.history h1{
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.history h5 {
    margin-bottom:25px;
}

.year {
    font-weight:300;
    font-size:48px;
    line-height:40px;
    margin-bottom:12px;
    color:#000;
}

.history .row:last-child .year {
    font-size:38px;
    font-weight:400;
}

.history .row .col-md-2,
.history .firstrow * {
    background-color:#fff;
}


/*------------------------------------------------------------------
[ PAGE 404 ]
-------------------------------------------------------------------*/

.page404,
.page404 body {
    height:100%;
}

.page404 .wrapper {
    min-height:100%;
    height:auto!important;
}

.page404 .htop {
    border-bottom:0;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.page404 .content {
    padding:90px 0;
}

.page404 .page-header {
    margin-bottom:50px;
}

.page404 .page-header:before {
    top:70%;
}

.page404 .logo,
.page404 .slogan{
    margin: 0 auto !important;
    line-height: 40px;
}

.page404 .header .logo a{
    margin: 0;
}

.page404 h1 {
    font-size:180px;
    line-height:1;
    letter-spacing:-10px;
    text-transform:uppercase;
    font-weight:100;
    color:#000;
    padding:0;
}

.page404 h1 small {
    display:block;
    font-size:24px;
    color:#a3a3a3;
    margin-top:18px;
    text-transform:none;
    line-height:26px;
    letter-spacing:0;
    font-weight:300;
}

.page404 .page-under {
    margin-bottom:140px;
}

.page404 .page-under h1 {
    font-size:63px;
    letter-spacing:-2px;
    text-transform:none;
    line-height:90px;
    padding:0 40px;
}

.page404 ul.social li {
    margin:0 14px 0 0;
}

.page404 footer {
    position:relative;
    margin-top:-100px;
    height:100px;
    overflow:hidden;
    width:100%;
}

.page404 footer p {
    line-height:100px;
    color:#999;
    padding:0;
}

.page404 .header,
.page404 h1 .icon {
    display:block;
}

/*------------------------------------------------------------------
[ 24. FOOTER ]
-------------------------------------------------------------------*/

.footer {
    background-color:#252525;
    color:#666;
    font-size:16px;
    line-height:24px;
    opacity:0;
}

.footer.flight {
    background-color:#F8F8F8;
}

.footer h2,
.footer h3,
.footer h4 {
    color:#b2b2b2;
    margin-bottom:22px;
}

.footer * {
    color:#666;
}

.footer ul {
    padding:0;
    margin:0;
}

.footer li {
    list-style-type:none;
}

.footer a,
[class*=skin-] .footer a{
    color:#8c8c8c;
}

.footer h3,
.footer h3 a,
[class*=skin-] .footer h3 a{
    color: #b2b2b2;
}

.footer .separator {
    margin-top:80px;
}

.footer .container {
    padding-bottom:0;
}

.footer .container:last-child {
    padding-top:50px;
}

.footer .container:last-child .row {
    padding-bottom:80px;
}

.footer .foorow-3 {
    padding-bottom:50px!important;
}

.footer .links li {
    line-height:28px;
}

.footer .fabout p {
    padding-right:40px;
}

.footer form {
    overflow:hidden;
}

.footer input[type=text],
.footer input[type=email] {
    height:42px;
    background-color:#333;
    font-size:14px;
    color:#fff;
    border-radius:2px 0 0 2px;
    padding:0 72px 0 16px;
    border: 0;
}

.footer input[type=text]::-webkit-input-placeholder {
    color:#4f4f4f;
}

.footer input[type=text]::-moz-placeholder {
    color:#4f4f4f;
}

.footer input[type=text]:-ms-input-placeholder {
    color:#4f4f4f;
}

.footer input[type=email]::-webkit-input-placeholder {
    color:#4f4f4f;
}

.footer input[type=email]::-moz-placeholder {
    color:#4f4f4f;
}

.footer input[type=email]:-ms-input-placeholder {
    color:#4f4f4f;
}

.footer .btn {
    border-radius:2px;
    width:55px;
    height:42px;
    line-height:1;
    margin-left:-55px;
    padding:0;
}

.footer form + * + p {
    padding-top:15px;
}

.latestposts li {
    margin-bottom:22px;
    line-height:24px;
}

.latestposts .date {
    font-size:14px;
    color:#404040;
    line-height:20px;
}

.recentworks {
    margin-top:34px;
}

.recentworks li {
    float:left;
    position:relative;
}

.recentworks li a {
    position:relative;
    display:block;
    height:80px;
}

.recentworks li a:after {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-color:#E7543D;
    opacity:0;
    content:'\0020';
    display:block;
}

.recentworks li a:hover:after {
    opacity:.9;
}

.recentworks li a img {
    width:80px;
    height:80px;
}

.twitter-list li {
    margin-bottom:20px;
    position:relative;
}

.twitter-list li .fa {
    float:left;
    margin:5px 15px 0 0;
}

.twitter-list p {
    margin:0 0 0 30px;
}

.twitter-list .date {
    font-size:14px;
    line-height:20px;
    color:#404040;
    margin-left:30px;
}

.footer .logo {
    font-weight:700;
    font-size:28px;
    color:#4c4c4c;
    margin-right:42px;
}

.footer .foorow-3 p {
    display:inline-block;
    color:#404040;
    font-size:14px;
    margin-bottom:0;
}

.footer .social {
    margin-bottom:0;
}

.footer .social li {
    float:left;
    font-size:24px;
    margin:0 0 0 17px;
}

.footer .social li a,
.footer .social li a i {
    color:#4D4C4C;
}

.foorow-3 {
    margin-top:0!important;
}

.footer .logo:hover,
.footer .social li a:hover,
.footer .social li a:hover i {
    color:#fff;
}

.flight a {
    color:#3d3d3d;
}

.flight .separator {
    background-color:#E3E3E3;
}

.flight input[type=text],
.flight input[type=email] {
    background-color:#E6E6E6;
}

.flight .social li a,
.flight .social li a i,
.flight .foorow-3 * {
    color:#B3B1B1;
}

.footer a:hover {
    color:#E7543D;
}

.flight .latestposts .date,
.flight .twitter-list .date,
.flight .foorow-3 p {
    color:#8c8c8c;
}

.flight h2,
.flight h3,
.flight h4,
.flight h2 a,
.flight h3 a,
.flight h4 a,
.flight.footer a.logo:hover,
.flight.footer .social li a:hover i,
.flight.footer input[type=text],
.flight.footer input[type=email] {
    color:#000;
}

.flight h2 a:hover,
.flight h3 a:hover,
.flight h4 a:hover,
.flight.footer a.logo {
    color:#b2b2b2;
}


/*------------------------------------------------------------------
[ 25. SPLASH PAGE ]
-------------------------------------------------------------------*/

#splashpage,
#splashpage body{
    min-height: 100%;
    text-align: center;
}

#splashpage .wrapper{
    text-align: center;
}

#splashpage wrapper > *{
    font-size: 0;
}

#splashpage article > *{
    display: inline-block;
    vertical-align: top;
}

#splashpage header{
    padding: 120px 0 100px;
}

.spl-logo,
.spl-logo:hover,
.spl-logo:active,
.spl-logo:focus{
    font-weight: 300;
    color: #e7543d;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 70px;
    display: block;
    margin: 0 auto 15px;
}

.spl-slogan{
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #686868;
}

.spl-item{
    position: relative;
    width: 334px;
    height: 446px;
    border-radius: 3px;
    overflow: hidden;
    margin: 24px;
    box-shadow: 0 0 40px rgba(0,0,0,.75);
}

.spl-item img{
    width: 100%;
    float: left;
}

.spl-mask{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 432px;
    border-radius: 0 0 3px 3px;
    line-height: 432px;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    background-color: rgba(231,84,61,.95);
    opacity: 0;
    transition: opacity .3s ease;
}

.spl-item:hover .spl-mask{
    opacity: 1;
}

#panorama{
    background:url(http://media.aisconverse.com/camaro/imgs/splash.jpg) 0 0 repeat-x;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
}


/*------------------------------------------------------------------
[ 26. RESPONSIVE STYLES ]
-------------------------------------------------------------------*/

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

    #splashpage article{
        max-width: 960px;
        margin: auto;
    }

    .spl-item{
        margin: 20px;
    }

}

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

    .padding-bottom-huge{
        padding-bottom: 150px !important;
    }

    p.lead{
        font-size: 22px;
    }

    .gallery .col-md-2{
        width: 25%;
    }

    .img{
        height: 190px;
    }

    .img figure{
        width: 190px;
        height: 190px;
        line-height: 190px;
    }

    .pricing .num{
        font-size: 60px;
        line-height: 64px;
    }

    .pricing p{
        margin-top: 20px;
    }

    .team-list{
        margin-bottom: -83px;
    }

    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > td,
    .table > thead > tr > th{
        padding-left: 10px;
        padding-right: 10px;
    }

    .cart-table th,
    .cart-table td{
        padding-left: 10px;
        padding-right: 10px;
    }

    .hcart{
        margin-left: 0;
    }

    .iconmenu{
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .contact-info .phone{
        padding-right: 10px;
        margin-right: 10px;
    }

    .mainmenu .navbar-nav > li > a{
        padding: 0 5px;
    }

}


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

    .mask h3{
        font-size: 20px;
    }

    .bar-diagramm{
        margin-bottom: 40px;
    }

    .chart + h3{
        margin-bottom: 50px;
    }

    .logos li{
        width: 33%;
    }

    .tag{
        margin: 0 0 10px !important;
        display: block;
    }

    .tabwrap{
        overflow: hidden;
    }

    .vacancy-row .container{
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .vacancy-row [class*=col-]{
        margin-bottom: 20px;
    }

    .vacancy-row [class*=col]:empty{
        display: none;
    }

    .vacancy-row.narrow *{
        line-height: 40px;
    }

    .vacancy-row .text-right,
    .vacancy-row .text-center:not(:first-child){
        text-align: left;
    }

    .gallery [class*=col-]{
        width: 33.334% !important;
    }

    .progresses [class*=col-]{
        float: left;
        width: 100%;
    }

    .progresses + .progresses{
        margin-top: 40px;
        float: left;
        width: 100%;
    }

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

    .faq + .faq{
        margin-top: 50px;
    }

    .faq .panel-body{
        margin: 0 0 0 -30px;
    }

    .team .profile{
        width: 230px !important;
        display: inline-block;
        vertical-align: top;
    }

    .description-table *{
        font-size: 15px;
    }

    .description-table th{
        padding-right: 8px;
    }

    .expandteam .container{
        width: 100%;
    }

    .ecommerceslider [class*=img-]{
        right: auto;
        left:0;
    }

    ul.list-pages li i{
        width: 24px;
        margin-left: -24px;
    }

    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > td,
    .table > thead > tr > th{
        padding-left: 10px;
        padding-right: 0;
    }

    .history .text-left,
    .history .text-right{
        text-align: center;
    }

    .history .vline > [class*=col-]{
        padding-bottom: 5px;
    }

    .countdown-header > *,
    .countdown-header .slogan{
        text-align: center !important;
    }

    .countdown-header .logo{
        margin: 0;
        display: block;
        float: none !important;
    }

    #countdown span{
        font-size: 90px;
    }

    #countdown ins {
        margin-left: 0;
        padding: 0;
        text-align: left;
    }

    #countdown div:first-child ins{
        padding-right: 30px;
    }

    #countdown span i{
        height: 34px;
    }

    .leaveacomment label{
        left: -25%;
    }

    .col-sm-4 .mejs-container{
        width: 240px;
        max-width: 240px;
    }

    .cart-list .pict{
        float: none !important;
    }

    .progresses .row > [class*=col-]:last-child h3{
        margin-top: 30px;
    }

    .pricing h2{
        font-size: 24px;
    }

    .cost del{
        display: block;
    }

    .page404 .content{
        padding: 30px 0 90px;
    }

    .page404 .page-under{
        margin-bottom: 70px;
    }

    .page404 .page-under h1{
        line-height: 65px;
    }

    .footer .container:last-child .row{
        padding-bottom: 20px;
    }

    .footer .row [class*=col-]{
        margin-bottom: 30px;
    }

    .footer .row:last-child [class*=col-]{
        margin-bottom: 0;
    }

    .footer .separator{
        margin-top: 20px;
    }

    .footer h3,
    .footer p{
        text-align: left;
    }

    ul.recentworks{
        margin-bottom: 50px;
    }

    ul.links{
        margin-bottom: 20px;
    }

    .citem .sticker{
        top: 40px;
    }

     .contact-info{
         display: none !important;
     }

     .hbottom{
         text-align: center;
     }

     .nav.navbar-nav{
         display: table;
         width: 100%;
     }

     .nav.navbar-nav > li{
         display: table-cell;
     }

     .nav.navbar-nav > li > a{
         text-align: center;
     }

     .mainmenu{
         padding-left: 15px !important;
         margin-left: 0 !important;
     }

     .sticky .mainmenu,
     .header-simple .mainmenu{
         width: 58.3%;
         font-size: 15px;
     }

    .a-login{
        margin-left: 15px;
    }

    .htop{
        line-height: 40px;
    }

    .header .logo a{
        line-height: 34px;
    }

    .slogan{
        padding-top: 0;
        margin-right: -15px;
    }

    .leaveacomment label{
        left: 0;
    }

    .leaveacomment .formwrap,
    .leaveacomment .btn{
        margin-left: 115px;
    }

    .mfp-arrow {
        -webkit-transform:scale(0.75);
        transform:scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin:0;
        transform-origin:0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin:100%;
        transform-origin:100%;
    }

    .mfp-container {
        padding-left:6px;
        padding-right:6px;
    }

}

@media only screen and (min-width: 769px) {

    .dropdown:hover > .menutable,
    .dropdown:hover > .menushop {
        display: block;
    }

}


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

    .row .row, .row + .row{
        margin-top: 0;
    }

    .padding-bottom-huge{
        padding-bottom: 100px !important;
    }

    .purchase [class*=col-],
    .step,
    .step + *,
    .step + * + *,
    .foorow-3{
        text-align: center;
    }

    .vacancy-single .text-right,
    .vacancy-row .text-center,
    .icon-norm.text-center,
    .cdescription .text-right{
        text-align: left;
    }

    .vacancy-row [class*=col-]:first-child{
        margin-bottom: 15px;
    }

    h3.h-icon{
        text-align: left;
        margin-top: 20px;
    }

    .h-icon i{
        margin-left: 0;
    }

    .btn{
        padding: 0 15px;
    }

    p.lead{
        line-height: 30px;
    }

    .purchase p.lead{
        margin-bottom: 20px;
    }

    .slider{
        margin-top: 0;
    }

    .logos li{
        width: 49.5%;
        margin: 20px 0;
    }

    .open > .dropdown-menu{
        display: block !important;
        top: 0 !important;
    }

    .gallery [class*=col-]{
        width: 50% !important;
    }

    .vacancy-single [class*=col-]{
        margin-bottom: 20px;
    }

    .vacancy-single .social.sm li{
        margin: 0 10px 0 0;
    }

    .equal > *{
        width: 100%;
        display: block !important;
    }

    .faq .text-right{
        padding: 0;
    }

    .expandteam p{
        font-size: 14px;
        line-height: 20px;
    }

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

    .circle{
        margin: auto;
    }

    ul.list-pages li i{
        margin-left: 0;
    }

    .description-table{
        margin-top: 30px;
    }

    ul.pagination{
        margin-bottom: 15px;
    }

    .grid-show{
        text-align: left;
        margin-bottom: 20px;
    }

    .cost del{
        display: inline-block;
    }

    .sresult [class*=col-]{
        margin-bottom: 15px;
        text-align: left;
    }

    .related-searches{
        margin-top: 35px !important;
    }

    .feedback input[type="email"]{
        font-size: 20px;
        text-align: center;
    }

    #countdown > div:first-child {
        margin-right: 20px;
    }

    #countdown span{
        font-size: 46px;
        height: 55px;
    }

    #countdown ins {
       font-size: 12px;
    }

    #countdown div:first-child ins{
        padding-right: 0;
    }

    #countdown span i{
        margin: 0 20px;
    }

    .container .col-md-3.mix{
        width: 49.5%;
    }

    .blog-date{
        margin: 0 0 15px;
        text-align: left;
    }

    .displaying{
        text-align: left;
    }

    .timeline > .row{
        margin: 0 0 35px;
        position: relative;
    }

    .timeline .vline{
        width: 100%;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .timeline .vline > *{
        padding: 0;
    }

    .timeline .post{
        margin-top: 80px;
    }

    .timeline .vline,
    .timeline .row{
        background-image: none;
        background-color: transparent;
    }

    .col-sm-4 .mejs-container{
        width: 100%;
        max-width: 100%;
    }

    .sorting [class*=col-]{
        margin-bottom: 25px;
    }

    .sorting [class*=col-]:last-child{
        margin-bottom: 0;
    }

    .citem img{
        max-width: 300px;
        margin-bottom: 20px;
    }

    .citem .cost{
        margin-bottom: 20px;
    }

    .product-gallery{
        margin-bottom: 40px;
    }

    .pricing{
        margin-bottom: 0;
    }

    .pricing [class*=col-]{
        padding-bottom: 40px;
    }

    .pricing [class*=col-]:first-child{
        padding-top: 0;
    }

    .pricing ul{
        margin: 0;
    }

    .pricing-color.height-norm .container{
        padding: 0;
    }

    .pricing-color.height-norm [class*="col-"]{
        height: auto;
        width: 100%;
        padding: 30px 0;
        margin: 0;
    }

    .pricing-color + .highlight{
        margin-top: 0 !important
    }

    ul.links{
        margin-bottom: 40px;
    }

    .scrolltop{
        width: 50px;
        height: 50px;
        bottom: 25px;
        left: 50%;
        margin-left: -25px;
    }

    .scrolltop > *{
        margin: -5px;
    }

    .footer .fabout p{
        padding-right: 0;
    }

    .footer .social{
        float: none !important;
        margin: 20px auto 0;
        display: inline-block;
    }

    .footer .social li{
        margin: 0 8px;
    }

    .htop{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .htop,
    .htop *{
        text-align: center !important;
    }

    .header.centered .htop .col-md-4:last-child{
        margin-top: 0;
    }

    .htop .pull-right,
    .htop .pull-left{
        float: none !important;
        display: inline-block;
    }

    .header .logo{
        float: left;
        margin: -2px auto 10px;
    }

    .header-simple .logo{
        margin-bottom: -40px;
        position: relative;
        z-index: 1;
    }

    .header.sticky .logo{
        margin-bottom: 0;
    }

    .countdown-header .slogan{
        display: block !important;
    }

    .countdown-header + .row{
        padding-top: 50px !important;
    }

    .iconmenu{
        padding: 0 20px;
    }

    .navbar-toggle{
        display: block;
    }

    .sticky .mainmenu,
    .header-simple .mainmenu{
        width: 100%;
    }

    #splashpage header{
        padding: 60px 0 50px;
    }

}


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

    .btn{
        font-size: 15px;
    }

    h2 small{
        font-size: 20px;
    }

    label.h3{
        font-size: 22px;
    }

    .box-inline{
        padding: 14px 15px;
    }

    .box-inline .pull-right{
        right: 15px;
    }

    .box-inline .icon{
        margin-right: 20px;
        font-size: 26px;
    }

    .nav-tabs{
        margin-bottom: 0;
    }

    .nav-vertical li,
    .nav-horizontal li{
        margin-bottom: 20px;
    }

    .nav-tabs > li > a > span{
        border-color: transparent;
    }

    .vacancy-single .inline > *{
        display: block;
        margin: 0 0 30px;
    }

    .vacancy-single .inline p{
        margin-bottom: 5px;
    }

    .gallery [class*=col-]{
        width: 100% !important;
    }

    .faq .icon{
        font-size: 26px;
    }

    .feedback input[type="email"]{
        font-size: 15px;
    }

    .feedback .btn{
        padding: 0 4px;
    }

    #countdown span{
        font-size: 35px;
        height: 45px;
        line-height: 45px;
        margin: 0;
        padding: 0;
    }

    .container .col-md-3.mix{
        width: 100%;
    }

    ul.pagination li:first-child{
        margin-right: 2px;
    }

    ul.pagination li:last-child{
        margin-left: 2px;
    }

    ul.pagination li a{
        line-height: 24px;
        height: 27px;
        width: 27px;
        font-size: 15px;
    }

    .catalog > *{
        width: 100%;
    }

    .cart-list .pict{
        float: left !important;
    }

    .comment [class*=col-]:first-child{
        padding: 0;
    }

    .counting{
        margin-right: 10px;
    }

    .page404 .page-under h1{
        font-size: 30px;
        line-height: 32px;
    }

    .page404 .page-under h1 small{
        margin-top: 6px;
        font-size: 20px;
    }

    .arrow.prev, .mfp-arrow-left{
        left: 10px;
    }

    .arrow.next, .mfp-arrow-right{
        right: 10px;
    }

    .footer .logo{
        display: block;
        margin:0 auto 5px;
    }

    .tooltipster-default .tooltipster-content{
        width: 280px;
    }

    #login{
        width: 310px;
        margin-left: -155px;
    }

    .hcart .dropdown{
        right: auto;
        left: -10px;
    }

    .spl-logo{
        font-size: 50px;
        margin-bottom: 6px;
    }

    .spl-slogan{
        font-size: 18px;
    }

    .spl-item{
        width: 300px;
        height: 400px;
        margin: 20px auto;
    }

    .spl-mask{
        height: 388px;
        line-height: 388px;
    }

}


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

    .sorting .chosen-container{
        max-width: 180px !important;
        min-width: 69px !important;
    }

    .popupslider li{
        max-width: 320px;
    }

}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right:0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top:0;
        bottom:0;
    }

    .mfp-img-mobile .mfp-figure small {
        display:inline;
        margin-left:5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background:rgba(0,0,0,0.6);
        bottom:0;
        top:auto;
        position:fixed;
        box-sizing:border-box;
        margin:0;
        padding:3px 5px;
    }

    .mfp-img-mobile .mfp-counter {
        right:5px;
        top:3px;
    }

    .mfp-img-mobile .mfp-close {
        top:0;
        right:0;
        width:35px;
        height:35px;
        line-height:35px;
        background:rgba(0,0,0,0.6);
        position:fixed;
        text-align:center;
        padding:0;
    }

    .mfp-img-mobile img.mfp-img,
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding:0;
    }

}