/*
TABLE OF CONTENTS
01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 COLORS
*/
/*---------------------------01 MENU BAR------------------------------*/
.sambar {
    position: relative;
}
.sambar a:focus {
    outline: none;
}
.sambar ul li {
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
    display: table;
    content: "";
    line-height: 0;
}
.sambar .sambar-inner:after {
    clear: both;
}

.sm_megamenu_wrapper_horizontal_menu {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    margin: 0;
}

.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
    margin: 0;
    padding: 0;
}

.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
    list-style: none;
    width: 100%;
    padding: 0;
}
.sm_megamenu_wrapper_menu_full {
    width: 100%;
    margin: 0;
    display: block;
    position: relative;
    z-index: 9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
    list-style: none;
    width: 940px;
    margin: 0px auto 0px auto;
    height: 43px;
    padding: 0px 20px 0px 20px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
    float: left;
    text-align: center;
    position: static;
    padding: 0 0px;
    border: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
    position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li.sm_megamenu_top_actived
> a,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li.sm_megamenu_actived
> a {
    background-color: transparent;
}

.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_title.sm_megamenu_actived
> a {
    color: #3399cc;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.open {
    border-bottom: none;
    transition-timing-function: ease-in;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li.sm_megamenu_nodrop:hover {
    background: transparent;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li.sm_megamenu_nodrop:hover
a {
    padding: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
    color: #FFF;
    outline: 0;
    padding: 0px 24px 20px 7px;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 16px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li:hover
a.sm_megamenu_head {
    color: #ffffff;
    text-shadow: none;
    position: relative;
    z-index: 11;
    /*border-bottom:1px solid #405568;*/
    /*padding: 9px 20px 2px 10px;*/
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover div a {
    display: inline;
}

/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
    float: right;
    right: 0;
    margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li.sm_megamenu_right:hover {
    margin-right: 0px;
}

/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles ------------------------------*/

.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_fullwidth {
    margin: 0px auto;
    top: -9999em;
    /*top: 38px;*/
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(36,36,36,0.2);
    box-shadow: 0px 15px 15px 0px rgba(36,36,36,0.2);
    z-index: 999;
    background: #ffffff;
    padding: 10px;
}

/*------------------------------- Drop Downs Sizes --------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_1column {
    width: 16.1446374257406%;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_2columns {
    width: 32.2892748514812%;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_3columns {
    width: 48.4339122772218%;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_4columns {
    width: 64.5785497029624%;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_5columns {
    width: 80.723187128703%;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_6columns {
    width: 98.2078245544433%;
    left: 2px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_fullwidth {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li
.sm_megamenu_first_fullwidth {
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li:hover
.sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li:hover
.sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li:hover
.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li:hover
.sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li:hover
.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li:hover
.sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li.other-toggle.open
.sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li.other-toggle.open
.sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li.other-toggle.open
.sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li.other-toggle.open
.sm_megamenu_dropdown_6columns {
    top: auto;
    padding: 10px 10px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    /* max-width: 960px;
    min-with: 960px; */
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li:hover
.sm_megamenu_dropdown_fullwidth {
    left: 21px;
    top: 33px;
    display: block;
}
.sm_megamenu_wrapper_menu_full
.sm_megamenu_menu
li:hover
.sm_megamenu_dropdown_fullwidth {
    left: 50%;
    margin-left: -470px;
    top: 32px;
    display: block;
}

/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */

.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li
.sm_megamenu_align_right {
    left: auto;
    right: 0;
}
/*.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_drop{*/
/*background:url("img/drop.png") no-repeat 100% 17px;*/
/*}*/
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li
.sm_megamenu_haschild {
    background: url("img/drop_dark.png") no-repeat 100% 12px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li:hover
.sm_megamenu_align_right {
    left: auto;
    right: 0px;
}

.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li.sm_megamenu_right:hover
.sm_megamenu_dropdown_fullwidth {
    right: 18px;
    top: 33px;
}

/*-------------------------------------- Columns Sizes ---------------------------------------- */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    /*display:block;*/
    /*display: flex;*/ /* allow subs */
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
    flex: 0 0 16.6666666667%;
    padding: 0 1%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
    flex: 0 0 33.3333333333%;
    padding: 0 1%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
    flex: 0 0 50%;
    padding: 0 1%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
    flex: 0 0 66.666666666%;
    padding: 0 1%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
    flex: 0 0 83.3333333333%;
    padding: 0 1%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 100%;
    padding: 2px 0;
    clear: both;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    text-align: left;
}

/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_1columns
> .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_2columns
> .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_3columns
> .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_4columns
> .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_5columns
> .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_dropdown_6columns
> .sm_megamenu_firstcolumn {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /*gap: 10px 20px;*/
    row-gap: 10px;
    /*column-gap: 25px;*/
}

/*---------------------------------03 CONTENT STYLING-------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu p,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
    color: #636363;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
    text-align: left;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 10px;
    text-shadow: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .strong {
    font-weight: bold;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .italic {
    font-style: italic;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
    border-bottom: 1px solid #333333;
    margin-top: 7px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .product-items {
    margin: 10px 0 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3.product-name {
    padding: 10px 0 0;
    border-bottom: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2 {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 18px;
    padding-bottom: 11px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 7px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li div a {
    color: #eeeeee;
    text-decoration: none;
    text-shadow: none;
    border: none;
    padding: 0;
}

.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li
div
a.product-image
img {
    border: 1px solid #ededed;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .pusher {
    /* Use this pucher if you want to give more vertical spacing between your rows of content */
    margin-top: 18px;
}

/*---------------------------------- Icon paragraphs --------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .help,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .favorite,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mail,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .print {
    padding-left: 36px;
    margin-bottom: 18px;
}

/*------------------------------------------ Images styles ---------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .imgshadow_dark {
    /* Better style on dark background */
    background: #ffffff;
    padding: 4px;
    border: 1px solid #333333;
    margin-top: 5px;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .imgshadow_light {
    /* Better style on light background */
    background: #ffffff;
    padding: 4px;
    border: 1px solid #777777;
    margin-top: 5px;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .img_left {
    /* Image sticks to the left */
    width: auto;
    float: left;
    margin: 2px 15px 5px 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .img_right {
    /* Image sticks to the right */
    width: auto;
    float: right;
    margin: 2px 0px 5px 15px;
}

/*---------------------------------------- Box styles ---------------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .black_box,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .dark_grey_box {
    color: #eeeeee;
    text-shadow: 1px 1px 1px #000;
    padding: 4px 6px 4px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #0a0a0a;
    -webkit-box-shadow: inset 0 0 3px #000000;
    -moz-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
}

/*----------------------------Standard lists styles--------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul li {
    line-height: 24px;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left;
    width: 145px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul li a {
    padding: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul li:hover {
    background: none;
    border: none;
    color: #3399cc;
    padding: 0;
    margin: 0;
}

/*----------------------------------------- Greybox lists styles -----------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .greybox li {
    background: #0a0a0a;
    border: 1px solid #000000;
    margin: 0px 0px 4px 0px;
    padding: 4px 6px 4px 6px;
    width: 131px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .greybox li:hover {
    border: 1px solid #000;
    padding: 4px 6px 4px 6px;
    margin: 0px 0px 4px 0px;
}

/*---------------------------------------------- Other lists styles ------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .plus li {
    background: url("img/plus_dark.png") left 6px no-repeat;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 21px;
    width: 109px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .plus li:hover {
    background: url("img/plus_dark.png") left 6px no-repeat;
    padding: 0px 0px 0px 21px;
    margin: 0px 0px 4px 0px;
}

/*-------------------------------------- Social Icons ---------------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li {
    padding-top: 5px;
    margin: 0 12px 12px 0;
    float: left;
    position: relative;
    display: inline;
    width: 32px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li img {
    border: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li:hover {
    padding-top: 5px;
    margin: -1px 12px 12px 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li span {
    display: none;
}

/*-------------------------------- 2-Levels Drop Down ----------------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels ul {
    /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .levels a {
    display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a {
    display: block;
    width: 10em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a.parent,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a.parent:hover {
    background: url("img/drop2_dark.png") right center no-repeat;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li {
    float: left;
    width: 150px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul {
    /* second-level lists */
    position: absolute;
    background: #161616;
    border: 1px solid #000000;
    top: -23px;
    margin: 15px 0px 0px 4px;
    padding: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #161616, #0a0a0a);
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#161616),
        to(#0a0a0a)
    );
    background: -o-linear-gradient(top, #161616, #0a0a0a);
    left: -999em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul ul {
    top: -23px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.levels
li:hover
ul
ul
ul {
    left: -999em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.levels
li
li
li:hover
ul {
    left: 142px;
}

/*----------------------------------------04 CONTACT FORM-----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu #contact_form label,
legend {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu #contact_form legend {
    margin-bottom: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu #contact_form {
    display: block;
    margin-bottom: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu #contact_form label {
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 36px;
    width: 80px;
    font-size: 12px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu #contact_form input,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu textarea,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu select {
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    width: 200px;
    padding: 5px;
    color: #ffffff;
    background-color: #222222;
    border: 1px solid #0a0a0a;
    margin: 7px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu #contact_form textarea {
    resize: none;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
#contact_form
input:focus,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu textarea:focus,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu select:focus {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px;
    border: 1px solid #333333;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
#contact_form
input:hover,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu textarea:hover,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu select:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu #contact_form .required {
    color: #c00;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
#contact_form
.form_buttons {
    margin: 4px 0 0 80px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
#contact_form
input.button {
    width: 80px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #1e1e1e;
    border: 1px solid #0a0a0a;
    color: #cccccc;
    padding: 4px 7px 4px 7px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
#contact_form
input.button:hover {
    color: #eeeeee;
    background-color: #222222;
    border: 1px solid #000000;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu #contact_form .special {
    display: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu #contact_form .error,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu #contact_form .sent {
    font-size: 11px;
    padding: 2px 5px 2px 5px;
    text-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu #contact_form .error {
    background: #fbe5e2;
    border: #f2a197 solid 1px;
    color: #992213;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu #contact_form .sent {
    background: #e1f8cb;
    border: #c6d880 solid 1px;
    color: #37620d;
}

/*---------------------------------------------05 COLORS----------------------------------------*/
/*--------------------------------------- Black ------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
    background-color: transparent;
}
.sm_megamenu_wrapper_menu_full
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_black {
    border-bottom: 1px solid #444;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_black li:hover div a {
    color: #636363;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_black
li:hover
div
a:hover {
    color: #3399cc;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_black li ul li a:hover {
    color: #ccc;
}

/*--------------------------------------- Blue ---------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue {
    background: #014464;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#0272a7),
        to(#013953)
    );
    background: -o-linear-gradient(top, #0272a7, #013953);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue {
    border: 1px solid #015b86;
    border-top: 1px solid #029feb;
}
.sm_megamenu_wrapper_menu_full
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_blue {
    border-bottom: 1px solid #015b86;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue li:hover div a {
    color: #0294da;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_blue
li:hover
div
a:hover {
    color: #33bcfd;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue li ul li a:hover {
    color: #33bcfd;
}

/*---------------------------------------- Brown --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown {
    background: #44391e;
    background: -moz-linear-gradient(top, #736033, #382f19);
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#736033),
        to(#382f19)
    );
    background: -o-linear-gradient(top, #736033, #382f19);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown {
    border: 1px solid #5c4c29;
    border-top: 1px solid #a28748;
}
.sm_megamenu_wrapper_menu_full
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_brown {
    border-bottom: 1px solid #5c4c29;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown li:hover div a {
    color: #8b733e;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_brown
li:hover
div
a:hover {
    color: #bfa670;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown li ul li a:hover {
    color: #bfa670;
}

/*-------------------------------------- Green ------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green {
    background: #3e5718;
    background: -moz-linear-gradient(top, #658c26, #354914);
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#658c26),
        to(#354914)
    );
    background: -o-linear-gradient(top, #658c26, #354914);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green {
    border: 1px solid #52711f;
    border-top: 1px solid #8bc135;
}
.sm_megamenu_wrapper_menu_full
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_green {
    border-bottom: 1px solid #52711f;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green li:hover div a {
    color: #6f992a;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_green
li:hover
div
a:hover {
    color: #a3d158;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green li ul li a:hover {
    color: #a3d158;
}

/*-------------------------------------------- Light Blue --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue {
    background: #52786b;
    background: -moz-linear-gradient(top, #709e8e, #52786b);
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#709e8e),
        to(#52786b)
    );
    background: -o-linear-gradient(top, #709e8e, #52786b);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue {
    border: 1px solid #608c7d;
    border-top: 1px solid #99b9ae;
}
.sm_megamenu_wrapper_menu_full
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_lightblue {
    border-bottom: 1px solid #608c7d;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_lightblue
li:hover
div
a {
    color: #608c7d;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_lightblue
li:hover
div
a:hover {
    color: #99b9ae;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_lightblue
li
ul
li
a:hover {
    color: #99b9ae;
}

/*----------------------------------------- Orange ----------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange {
    background: #d24900;
    background: -moz-linear-gradient(top, #ff6717, #c14300);
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#ff6717),
        to(#c14300)
    );
    background: -o-linear-gradient(top, #ff6717, #c14300);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange {
    border: 1px solid #f45500;
    border-top: 1px solid #ff945b;
}
.sm_megamenu_wrapper_menu_full
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_orange {
    border-bottom: 1px solid #f45500;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange li:hover div a {
    color: #f45500;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_orange
li:hover
div
a:hover {
    color: #ff945b;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange li ul li a:hover {
    color: #ff945b;
}

/*------------------------------------------ Pink ------------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
    background: #910045;
    background: -moz-linear-gradient(top, #d50066, #80003d);
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#d50066),
        to(#80003d)
    );
    background: -o-linear-gradient(top, #d50066, #80003d);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
    border: 1px solid #b30055;
    border-top: 1px solid #ff1a87;
}
.sm_megamenu_wrapper_menu_full
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_pink {
    border-bottom: 1px solid #b30055;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li:hover div a {
    color: #e6006d;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_pink
li:hover
div
a:hover {
    color: #ff4da1;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li ul li a:hover {
    color: #ff4da1;
}

/*------------------------------------ Purple -----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
    background: #6a5f71;
    background: -moz-linear-gradient(top, #8c8094, #615867);
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#8c8094),
        to(#615867)
    );
    background: -o-linear-gradient(top, #8c8094, #615867);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
    border: 1px solid #7b6f83;
    border-top: 1px solid #ada5b3;
}
.sm_megamenu_wrapper_menu_full
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_purple {
    border-bottom: 1px solid #7b6f83;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li:hover div a {
    color: #7b6f83;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_purple
li:hover
div
a:hover {
    color: #ada5b3;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li ul li a:hover {
    color: #ada5b3;
}

/*------------------------------------------------- Red --------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red {
    background: #830701;
    background: -moz-linear-gradient(top, #d70b02, #830701);
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#d70b02),
        to(#830701)
    );
    background: -o-linear-gradient(top, #d70b02, #830701);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red {
    border: 1px solid #a40802;
    border-top: 1px solid #fd190f;
}
.sm_megamenu_wrapper_menu_full
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_red {
    border-bottom: 1px solid #a40802;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red li:hover div a {
    color: #d60a03;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu_red
li:hover
div
a:hover {
    color: #fd5953;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red li ul li a:hover {
    color: #fd5953;
}
.sm_megamenu_icon {
    padding-left: 20px;
    display: block;
}
.sm_megamenu_lv1 .sm_megamenu_nodesc .sm_megamenu_title {
    line-height: 30px;
}
.sm_megamenu_title .sm_megamenu_icon {
    min-height: 21px;
}
.sm_megamenu_title span {
    line-height: 20px;
    display: inline-block;
}

.sm_megamenu_title_lv-2 {
    font-weight: bold;
}

.sm_megamenu_description {
    font-size: 10px;
    display: block;
    padding-left: 0px !important;
    /*text-transform: uppercase;*/
}
.sm_megamenu_description > p {
    color: #696969 !important;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
li
div
div.sm_megamenu_title {
    height: auto;
    padding-left: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
.sm_megamenu_head_button {
    background: url("img/bt.png") no-repeat scroll 0px 0px transparent;
    padding: 4px 10px 3px;
    display: block;
    text-decoration: none;
    color: #305f8e;
    height: 26px;
    float: right;
    padding-right: 30px;
    text-shadow: none;
    border: none;
    line-height: 145%;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
.sm_megamenu_head_button:hover {
    background: url("img/bt_hover.png") no-repeat scroll 0px 0px transparent;
    padding: 4px 10px 3px;
    display: block;
    text-decoration: none;
    color: #e25203;
    height: 26px;
    float: right;
    padding-right: 30px;
    text-shadow: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul {
    margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
ul
li
a
span {
    padding-left: 13px;
    background: url("img/li_normal.png") no-repeat scroll 0 50% transparent;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
ul
li
a:hover
span {
    background: url("img/li_active.png") no-repeat scroll 0 50% transparent;
    color: #74b6e1;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
label {
    color: #fff;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
ul
li
input {
    -moz-border-radius: 3px 3px 3px 3px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
ul.form-list
li {
    clear: both;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.fieldset {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.fieldset
ul.form-list {
    margin-top: 5px;
    display: inline-block;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.fieldset
ul.form-list
li {
    width: 350px;
    margin-top: 5px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.fields
.field {
    width: 280px;
    margin-top: 5px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.fieldset
ul.form-list
li
label {
    float: left;
    font-weight: none;
    -moz-border-radius: 3px 0 0 3px;
    border: 1px solid #a2c1cc;
    background-color: #f3f8fa;
    padding: 0px 5px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.fieldset
ul.form-list
li
label {
    color: #444444;
    width: 100px;
    text-shadow: none;
    font-weight: none;
    height: 25px;
    *padding-top: 2px;
    *border-top: 1px solid #3a5163;
    padding: 3px 5px 2px 15px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.fieldset
ul.form-list
.input-box {
    width: 145px;
    clear: none;
    display: inline;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.fieldset
ul.form-list
input.input-text {
    width: 145px;
    display: block;
    height: 30px;
    -moz-border-radius: 0 3px 3px 0;
    font-size: 15px;
    *padding-top: 2px;
    *padding-bottom: 1px;
    *line-height: 25px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.fieldset
ul.form-list
li.wide
.input-box {
    clear: both;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.fieldset
ul.form-list
li.wide
label {
    width: 420px;
    -moz-border-radius: 5px 5px 0 0;
    height: 25px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.fieldset
ul.form-list
textarea {
    width: 430px;
    background-color: #fff;
    border: 1px solid #a2c1cc;
    color: #2f2f2f;
    margin: 0;
    border-radius: 0;
    font-size: 15px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.buttons-set {
    border: none;
    margin: 0 0 10px 0;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
.buttons-set
p {
    margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
button.sm_megamenu_head_button {
    padding-top: 0px;
}
.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
.sm_megamenu_content
form
button.sm_megamenu_head_button:hover {
    padding-top: 0px;
}
.sm_megamenu_align_right {
    text-align: right;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
    display: block;
}

/*css for button*/
.sambar .sambar-inner .btn-sambar {
    background: #fff;
    color: #ffffff;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 7px;
    display: none;
}

.sambar .sambar-inner .btn-inner {
    background: #08c;
    width: 100%;
    padding: 7px 0;
    float: left;
}

.sambar .btn-sambar .icon-bar {
    background-color: #0a263c;
    display: block;
    height: 2px;
    margin: 2px 0;
    width: 18px;
}

.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_menu
> li
> div
.static-link-top {
    border: 2px solid #e1e1e1;
    color: #000;
    display: block;
    font-size: 91.67%;
    margin-bottom: 20px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}

/** allow nested flex. **/
.flexbox > .sm_megamenu_head_item {
    width: 100%;
}
.flexbox > .sm_megamenu_head_item > .sm_megamenu_title {
    display: flex;
}

.sm_megamenu_title_lv-3 {
    font-weight: 700;
}

.sm_megamenu_wrapper_horizontal_menu
.sm_megamenu_col_6
.sm_megamenu_firstcolumn
> .sm_megamenu_head_item
> .sm_megamenu_title
> a
> .sm_megamenu_title_lv-3 {
    /*font-size: 12px;
    font-weight: normal;
    line-height: 2em;*/
    font-weight: 700;
}
.sm_megamenu_wrapper_horizontal_menu .title-cat-st h2 > a {
    font-weight: bolder;
    font-size: 14px;
    margin-bottom: 18px;
    padding-bottom: 11px;
}

.sm_megamenu_wrapper_horizontal_menu .col-sm-1,
.sm_megamenu_wrapper_horizontal_menu .col-sm-2,
.sm_megamenu_wrapper_horizontal_menu .col-sm-3,
.sm_megamenu_wrapper_horizontal_menu .col-sm-4,
.sm_megamenu_wrapper_horizontal_menu .col-sm-5,
.sm_megamenu_wrapper_horizontal_menu .col-sm-6 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: center !important;
    line-height: 2;
    background-color: #f5f5f5 !important;
    border: 1px solid #ddd;
}

.sm_megamenu_wrapper_horizontal_menu .envato_sites {
    background: url("img/drop2.png") no-repeat 96% 11px;
    width: 910% !important;
}

.sm_megamenu_wrapper_horizontal_menu .envato_col_1 {
    width: 100%;
    position: absolute;
    left: 100%;
    display: inline-block;
    display: none;
}

.sm_megamenu_wrapper_horizontal_menu .envato_sites:hover > .envato_col_1 {
    display: block;
    margin-top: -31px;
    background: #ffffff;
}

.sm_megamenu_wrapper_horizontal_menu .media-list {
    width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu li.media {
    width: 100% !important;
    padding: 0 0 10px 0 !important;
    display: block;
}

.sm_megamenu_wrapper_horizontal_menu .add_media_element,
.sm_megamenu_wrapper_horizontal_menu .add_content_video,
.sm_megamenu_wrapper_horizontal_menu .add_google_map,
.sm_megamenu_wrapper_horizontal_menu .text_1,
.sm_megamenu_wrapper_horizontal_menu .text_2,
.sm_megamenu_wrapper_horizontal_menu .text_3 {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 108.33% !important;
    line-height: 2em;
}

.sm_megamenu_wrapper_horizontal_menu .pink img,
.sm_megamenu_wrapper_horizontal_menu .orange img,
.sm_megamenu_wrapper_horizontal_menu .purple img,
.sm_megamenu_wrapper_horizontal_menu .red img,
.sm_megamenu_wrapper_horizontal_menu .royal-blue img,
.sm_megamenu_wrapper_horizontal_menu .salmon img,
.sm_megamenu_wrapper_horizontal_menu .silver img,
.sm_megamenu_wrapper_horizontal_menu .taupe img,
.sm_megamenu_wrapper_horizontal_menu .white img,
.sm_megamenu_wrapper_horizontal_menu .yellow img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
    float: left;
}

.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu {
    float: left;
    padding-bottom: 15px;
    padding-left: 15px;
}

.sm_megamenu_wrapper_horizontal_menu
.megamenu-dropdown-2
.item-home-megamenu
i {
    padding-right: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .title-megamenu-home {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 108.33% !important;
    line-height: 2em !important;
    width: 100% !important;
    position: relative;
    text-align: left;
}

.sm_megamenu_wrapper_horizontal_menu .clear_item_megamenu {
    clear: both;
}

.sm_megamenu_wrapper_horizontal_menu .element_shop_product-1,
.sm_megamenu_wrapper_horizontal_menu .element_shop_product-2 {
    padding: 15px 0 0 0;
}

.sm_megamenu_wrapper_horizontal_menu #fitvid402488 {
    width: 100%;
    display: block;
    height: 202px;
}

.sm_megamenu_wrapper_horizontal_menu iframe {
    border: none;
}

.sm_megamenu_wrapper_horizontal_menu #gmap_canvas img {
    max-width: none !important;
    background: none !important;
}

.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
    width: 20%;
}

.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu li {
    width: 100%;
}

.sm_megamenu_wrapper_horizontal_menu
.megamenu-dropdown-2
.item-home-megamenu
li {
    width: 100%;
}

.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu {
    width: 30.068956956776%;
}

.sm_megamenu_wrapper_horizontal_menu .pull-right {
    float: right;
    display: inline-block;
}

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

.sm_megamenu_wrapper_horizontal_menu .icon_items {
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 10px;
    top: -14px;
    z-index: 9;
}

.sm_megamenu_wrapper_horizontal_menu .icon_items img {
    vertical-align: top;
}

.sm_megamenu_wrapper_horizontal_menu .dropdown-menu {
    width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu li {
    float: left !important;
    width: 100% !important;
}

.sm_megamenu_wrapper_horizontal_menu .contact_field-3 textarea {
    width: 100%;
    background: #ffffff;
    max-width: 923px;
    color: #000000;
    font-size: 14px;
    display: inline-block;
}

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

.sm_megamenu_wrapper_horizontal_menu .pull-right-contact input {
    padding: 7px 15px;
    background: #2e8ab8;
    cursor: pointer;
    float: right;
    border: 0;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
}

.sm_megamenu_wrapper_horizontal_menu .contact_field-1,
.sm_megamenu_wrapper_horizontal_menu .contact_field-2 {
    width: 49%;
}

.sm_megamenu_wrapper_horizontal_menu .contact_field-1 {
    float: left;
}

.sm_megamenu_wrapper_horizontal_menu .contact_field-2 {
    float: right;
}

.sm_megamenu_wrapper_horizontal_menu .contact_field-1 input,
.sm_megamenu_wrapper_horizontal_menu .contact_field-2 input {
    margin: 14px 0;
    height: 34px;
}
.sm_megamenu_wrapper_horizontal_menu li.megamenu-home {
    width: 3%;
    text-align: left;
    padding: 0 10px 0 0;
}
.sm_megamenu_wrapper_horizontal_menu a.items-home {
    font-size: 18px;
}

.sm_megamenu_wrapper_horizontal_menu .envato_tuts {
    background: url("img/drop2.png") no-repeat 99% 9px !important;
}

.sm_megamenu_wrapper_horizontal_menu .envato-sublv-3 {
    position: absolute;
    left: 100%;
    top: -1px;
    width: 100%;
    background: #ffffff;
    display: none;
}

.sm_megamenu_wrapper_horizontal_menu .envato_tuts:hover .envato-sublv-3 {
    display: inline-block;
}
.sm_megamenu_wrapper_horizontal_menu .envato_tuts:hover .envato-sublv-3 ul {
    padding: 0 10px;
}

.sm_megamenu_wrapper_horizontal_menu
.envato_tuts:hover
.envato-sublv-3
ul
li.psd-tuts,
.sm_megamenu_wrapper_horizontal_menu
.envato_tuts:hover
.envato-sublv-3
ul
li.code-tuts {
    line-height: 24px;
    padding: 5px 0;
    clear: left;
}

@media all and (max-width: 767px) {

    .sm_megamenu_wrapper_horizontal_menu .sambar-inner {
        box-shadow: none;
        list-style: none outside none;
        margin: 30px auto 0;
        padding: 0;
        width: 100%;
    }
    .sambar .sambar-inner .btn-sambar {
        display: none !important;
        clear: both;
        margin: 7px;
    }
    .sambar .sambar-inner .btn-sambar + .sm_megamenu_menu {
        display: none;
        margin-left: -30px;
        width: 92%;
        float: left;
    }
    .sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu {
        display: none;
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li
    .sm_megamenu_align_right
    .sm_megamenu_right {
        position: relative;
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div > div {
        box-shadow: none;
    }
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    .sm_megamenu_dropdown_1column,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    .sm_megamenu_dropdown_2columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    .sm_megamenu_dropdown_3columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    .sm_megamenu_dropdown_4columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    .sm_megamenu_dropdown_5columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    .sm_megamenu_dropdown_6columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    .sm_megamenu_dropdown_fullwidth {
        position: static;
        float: left;
        height: 0;
        width: 100%;
    }
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li:hover
    > .sm_megamenu_dropdown_1column,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li:hover
    > .sm_megamenu_dropdown_2columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li:hover
    > .sm_megamenu_dropdown_3columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li:hover
    > .sm_megamenu_dropdown_4columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li:hover
    > .sm_megamenu_dropdown_5columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li:hover
    > .sm_megamenu_dropdown_6columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li:hover
    > .sm_megamenu_dropdown_fullwidth,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li.other-toggle.open
    > .sm_megamenu_dropdown_1column,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li.other-toggle.open
    > .sm_megamenu_dropdown_2columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li.other-toggle.open
    > .sm_megamenu_dropdown_3columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li.other-toggle.open
    > .sm_megamenu_dropdown_4columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li.other-toggle.open
    > .sm_megamenu_dropdown_5columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li.other-toggle.open
    > .sm_megamenu_dropdown_6columns,
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li.other-toggle.open
    > .sm_megamenu_dropdown_fullwidth {
        height: auto;
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
        width: 98%;
    }
    .sm_megamenu_wrapper_horizontal_menu
    .sm_megamenu_menu
    li
    a.sm_megamenu_head {
        padding: 4px 10px;
    }
    .sm_megamenu_wrapper_horizontal_menu
    .megamenu-dropdown
    .item-home-megamenu {
        width: 100% !important;
    }

    .sm_megamenu_wrapper_horizontal_menu
    .megamenu-dropdown
    .item-home-megamenu
    li {
        width: 100%;
    }
    .sm_megamenu_wrapper_horizontal_menu
    .megamenu-dropdown-2
    .item-home-megamenu {
        width: 100%;
    }

    .sm_megamenu_wrapper_horizontal_menu
    .megamenu-dropdown-2
    .item-home-megamenu
    li {
        width: 100%;
    }

    .sm_megamenu_wrapper_horizontal_menu .icon_items {
        display: inline-block;
        height: 29px;
        position: absolute;
        right: 30px !important;
        top: 0 !important;
        z-index: 9;
    }
    .sm_megamenu_wrapper_horizontal_menu .envato_sites {
        background: rgba(0, 0, 0, 0) url("img/drop.png") no-repeat scroll 100%
        11px !important;
        width: 100% !important;
    }
    .sm_megamenu_wrapper_horizontal_menu .envato_tuts {
        background: rgba(0, 0, 0, 0) url("img/drop.png") no-repeat scroll 99%
        9px !important;
    }
    .sm_megamenu_wrapper_horizontal_menu .envato_col_1 {
        left: 0 !important;
        position: relative;
        display: none;
        width: 100%;
    }

    .sm_megamenu_wrapper_horizontal_menu .envato_sites:hover > .envato_col_1 {
        margin-top: 0;
        display: block;
        border: none;
    }

    .sm_megamenu_wrapper_horizontal_menu .envato-sublv-3 {
        position: relative;
        left: 0;
        top: -1px;
        border: none;
        width: 100%;
        background: #ffffff;
        display: none;
    }
}

@media all and (max-width: 1300px) {
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
        flex: 1 0 33%;
    }
}
