f*{
  margin: 0;
  padding: 0;
  border: none;
}

article,aside,audio,canvas,command,datalist,details,embed,div,div,footer,header,hgroup,keygen,meter,nav,output,progress,div,source,video,main{display:block}mark,rp,rt,ruby,summary,time{display:inline}
a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, embed,fieldset, div, div, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, div, small, span, source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{
  background: transparent;
  border: 0 none;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

iframe{
  width: 100%;
}

a{
  text-decoration: none;
  outline: none !important;
}

b, strong{
  font-weight: bold !important;
}

ul,ol{
  list-style: none;
}

q{
  quotes: none;
}

table, table td{ 
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img{
  vertical-align: top; 
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom:2px;
}

embed{ 
  vertical-align: top;
}

input,button{
  -webkit-appearance: none;
  outline: none;
}

button::-moz-focus-inner{
  border: 0;
}

html,body{
  height: 100%;
}

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

  2. Basic classes and elements 

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

body{
  font:16px/24px 'Product Sans','Montserrat';
  font-weight: 300;
  color: #000;
  line-height:24px;
  letter-spacing: 1px; 
  background: #fff;
  -webkit-backface-visibility: hidden;
  background-attachment: fixed;
  overflow-x: hidden;
}

.loader{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
}

.wrapper_container{
  position: relative;
  background: #fff;
}

.wrapper{
  overflow: hidden;
}

.relative{
  position: relative;
}

.t_align_l{
  text-align: left;
}

.t_align_c{
  text-align: center;
}

.t_align_r{
  text-align: right;
}

.f_left{
  float: left;
}

.f_right{
  float: right;
}

.d_inline_b{
  display: inline-block;
}

.hide{ 
  display: none!important;  
}

.show{ 
  display: block; 
}

.invisible{ 
  visibility: hidden; 
}

::selection{
  background: #507eee;
  color: #fff;
}

::-moz-selection{
  background: #507eee;
  color: #fff; 
}

::-o-selection{
  background: #507eee;
  color: #fff; 
}

::-ms-selection{
  background: #507eee;
  color: #fff;
}

::-webkit-scrollbar{
  width: 10px;
  background: #52585e;
}

::-webkit-scrollbar-thumb{
  background: #507eee;
}

img{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.header input::-webkit-input-placeholder{
  color: #bfbfc2;
}

.header input::-moz-placeholder{
  color: #bfbfc2;
}

[class*="header_"] input::-moz-placeholder{
  color: #f2f2f2;
}

[class*="header_"] input::-webkit-input-placeholder{
  color: #f2f2f2;
}

.clearfix:after,
.row:after{
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

.boxed_layout{
  width: 1200px;
  margin: 0 auto;
  background: #e2e2e2;

  -webkit-box-shadow: 0 0 45px 0 rgba(0,0,0,.17);
  box-shadow: 0 0 45px 0 rgba(0,0,0,.17);
}

.wide_layout{
  width: 100%;
}

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

  3. Typography

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

h1,h2,h3,h4,h5{
    font: 400 32px/40px;
	font-family:"Product Sans", "Montserrat";
    letter-spacing: 0px;
    margin: 4px 2px 4px;
}

h2{
  font-size: 22px;
}

h3{
  font-size: 16px;
}

h4{
  font-size: 14px;
}

h5{
  font-size: 12px;
}

a,
button{
  -webkit-transition: color .4s ease, background-color .4s ease;
  transition: color .4s ease, background-color .4s ease;
}

p{
  font-weight: 300;
}

p a{
  color: #ff680d;
}

p a:hover{
  text-decoration: underline;
}

.required{
  color: #ee4432;
}

/* Typography-page */

.typography li h1,
.typography li h2,
.typography li h3,
.typography li h4,
.typography li h5,
.typography li h6{
  font-family: 'Roboto', 'sans-serif'
  font-weight: 600;
  color: #3e454c;
  line-height: 1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.typography li{
  margin-top: 25px;
}

  .typography li h1{
    font-size: 36px;
  }

  .typography li h2{
    font-size: 30px;
  }

  .typography li h3{
    font-size: 24px;
  }

  .typography li h4{
    font-size: 18px;
  }

  .typography li h5{
    font-size: 16px;
  }

  .typography li h6{
    font-size: 14px;
  }

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

  4. Header

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

.header{
  position: relative;
  top: 0;
  z-index: 10;
  width: 100%;
}

.header[class*="header_"]{
  background-color: #3e454c;
}


/* Sticky menu */

.header.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

  /* Pre Header */

  .pre_header{
    text-align: center;
    padding: 20px;
    background: #383e44;
  }
  
  /* Header top part */

  .h_top_part{
    background: #f2f2f2;
  }

  [class*="header_"] .h_top_part{
    border-bottom: 1px solid #4b5158;
    background: none;
  }

  .header_top{
    text-align: justify;
    padding: 6px 0;
    margin-bottom: -20px;
  }

  .header_top:after{
    content: '';
    width: 100%;
    display: inline-block;
  }

    .login_block > ul > li,
    .login_block > ul > li > a{
      color: #212428;
      font-size: 13px;
    }

    .header[class*="header_"] .login_block > ul > li > a{
      color: #f2f2f2;
    }

    .header_top nav,
    .header_top .login_block,
    .mobile_menu nav ul li,
    .header_top .head_weather_info{
      display: inline-block;
    }

      .login_block > ul{
        font-size: 0;
      }

        .login_block > ul > li{
          display: inline-block;
          position: relative;
        }

        .login_block > ul > li:hover > a{
          background: #ff680d;
          color: #fff;
        }

        .login_block ul li:hover a i{
          color: #f2f2f2;
        }

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

    .h_bot_part_container > div{
      display: table-cell;
      vertical-align: middle;
      position: relative;
      float: none;
      padding: 0;
    }

  /* Header-2 */

  .header.header_2 .head_weather_info{
    color: #b0b2b4;
    font-size: 13px;
  }

    .header.header_2 .head_weather_info span{
      padding: 0 5px 0 10px;
      color: #e1e2e3;
    }

    .header.header_2 .head_weather_info span:after{
      content: "\f185";
      font-family: FontAwesome;
      padding-left: 3px;
    }

  /* Header-3 */

  .header_3 .menu_wrap{
    background: #3e454c;
    width: 100%;
  }

  /* Header-4 Header-5 */

  

  .header_4 .header_top,
  .header_5 .header_top{
    margin-bottom: -26px;
  }

  .header_4 .h_bot_part .logo,
  .header_5 .h_bot_part .logo{
    padding-top: 0;
  }

  

  .header_4 .header_top,
  .header_5 .header_top{
    padding: 0;
  }

  .header_4 .header_top nav,
  .header_5 .header_top nav{
    padding-top: 6px;
  }

  .header_5 .h_top_part{
    border: none;
  }

  .header_5 .menu_wrap{
    padding: 40px 0;
    background: #3e454c;
  }

  .header.header_5 .main_menu > ul > li > a {
    padding: 15px 13px;
  }

  .header_5 .menu_wrap.sticky{
    padding: 10px 0;
  }

  .header_5 .searchform_wrap{
    background: #3e454c;
  }
  
  
  /* Logo */

  .h_bot_part{
    padding: 30px 0;
  }

    .h_bot_part .logo{
      padding-top: 15px;
    }

    .header.header_2 .h_bot_part .logo,
    .header_3 .menu_wrap .logo{
      padding-top: 0;
      width: 100%;
    }

  /* Main Navigation */

  .menu_wrap{
    z-index: 189;
    width: inherit;
    position: relative;
    background: #fff;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .menu_border{
    border-bottom: 2px solid #3e454c;
  }

  [class*="header_"] .menu_wrap{
    background: #383e44;
  }

  .menu_wrap .menu_border_wrap{
    margin-bottom: -2px;
  }

  .header_6 .menu_wrap .menu_border_wrap{
    margin-bottom: 0;
  }

  .header_3 .menu_wrap{
    padding: 20px 0;
    background: #3e454c;    
  }

  .menu_wrap.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .header_3 .menu_wrap.sticky{
    padding: 10px 0;
  }

  .spacer{
    display: none;
    height: 0;
    -webkit-transition: height .25s ease;
    transition: height .25s ease;
  }

  .menu_wrap2{
    background: #383e44;
  }

  .menu_wrap.type_3{
    padding: 9px 0;
    border-bottom: 1px solid #e6e5e7;
  }

  .main_menu{
    float: left;
  }

  .header.header_2 .main_menu{
    float: none;
    text-align: center;
  }

    .header.header_2 .main_menu > ul{
      display: inline-block;
    }

      .main_menu > ul:after{
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        content: ".";
      }

        .main_menu > ul > li{
          float: left;
          position: relative;
        }

        .main_menu.menu_var2 > ul > li:nth-child(1) > a{
          border-bottom: 2px solid #ff680d;
        }

        .main_menu.menu_var2 > ul > li:nth-child(2) > a{
          border-bottom: 2px solid #13b7ff;
        }

        .main_menu.menu_var2 > ul > li:nth-child(2):hover > a,
        .main_menu.menu_var3 > ul > li:nth-child(2):hover > a,
        .main_menu.menu_var2 > ul > li.current_2 > a{
          background: #13b7ff;
        }

        .main_menu.menu_var2 > ul > li:nth-child(3) > a{
          border-bottom: 2px solid #854ec2;
        }

        .main_menu.menu_var2 > ul > li:nth-child(3):hover > a,
        .main_menu.menu_var3 > ul > li:nth-child(3):hover > a,
        .main_menu.menu_var2 > ul > li.current_3 > a{
          background: #854ec2;
        }

        .main_menu.menu_var2 > ul > li:nth-child(4) > a{
          border-bottom: 2px solid #feb41c;
        }

        .main_menu.menu_var2 > ul > li:nth-child(4):hover > a,
        .main_menu.menu_var3 > ul > li:nth-child(4):hover > a,
        .main_menu.menu_var2 > ul > li.current_4 > a{
          background: #feb41c;
        }

        .main_menu.menu_var2 > ul > li:nth-child(5) > a{
          border-bottom: 2px solid #ec2913;
        }

        .main_menu.menu_var2 > ul > li:nth-child(5):hover > a,
        .main_menu.menu_var3 > ul > li:nth-child(5):hover > a,
        .main_menu.menu_var2 > ul > li.current_5 > a{
          background: #ec2913;
        }

        .main_menu.menu_var2 > ul > li:nth-child(6) > a{
          border-bottom: 2px solid #00ada7;
        }

        .main_menu.menu_var2 > ul > li:nth-child(6):hover > a,
        .main_menu.menu_var3 > ul > li:nth-child(6):hover > a,
        .main_menu.menu_var2 > ul > li.current_6 > a{
          background: #00ada7;
        }

        .main_menu.menu_var2 > ul > li:nth-child(7) > a{
          border-bottom: 2px solid #197bbe;
        }

        .main_menu.menu_var2 > ul > li:nth-child(7):hover > a,
        .main_menu.menu_var3 > ul > li:nth-child(7):hover > a,
        .main_menu.menu_var2 > ul > li.current_7 > a{
          background: #197bbe;
        }

        .main_menu.menu_var2 > ul > li:nth-child(8) > a{
          border-bottom: 2px solid #a13d63;
        }

        .main_menu.menu_var2 > ul > li:nth-child(8):hover > a,
        .main_menu.menu_var3 > ul > li:nth-child(8):hover > a,
        .main_menu.menu_var2 > ul > li.current_8 > a{
          background: #a13d63;
        }

        .main_menu.menu_var2 > ul > li:nth-child(9) > a{
          border-bottom: 2px solid #96ca2d;
        }

        .main_menu.menu_var2 > ul > li:nth-child(9):hover > a,
        .main_menu.menu_var3 > ul > li:nth-child(9):hover > a,
        .main_menu.menu_var2 > ul > li.current_9 > a{
          background: #96ca2d;
        }

        .main_menu.menu_var2 > ul > li:nth-child(10) > a{
          border-bottom: 2px solid #d1008b;
        }

        .main_menu.menu_var2 > ul > li:nth-child(10):hover > a,
        .main_menu.menu_var3 > ul > li:nth-child(10):hover > a,
        .main_menu.menu_var2 > ul > li.current_10 > a{
          background: #d1008b;
        }

          .main_menu > ul > li > a{
            display: block;
            padding: 14px 18px;
            font-weight: 500;
            color: #212428;
            text-transform: uppercase;
            font-size: 16px;
          }

          [class*="header_"] .main_menu > ul > li > a{
            color: #f2f2f2;
            margin-bottom: 0;
            border: none;
            padding: 15px 18px;
          }

          .header.header_3 .main_menu > ul > li > a{
            padding: 15px 13px;
          }

          .main_menu > ul > li:hover > a,
          .main_menu > ul > li.current > a,
          .main_menu > ul > li[class*="current_"] > a{
            background: #ff680d;
            color: #fff;
          }

          .main_menu > ul > li.current > a{
            border-bottom: 2px solid #ff680d;
          }

          .header[class*="header_"]:not(.header_6) .main_menu > ul > li > a:hover,
          .header[class*="header_"]:not(.header_6) .main_menu > ul > li.current > a{
            border: none;
          }

  .menu_wrap.type_2 .main_menu > li > a{
    padding: 20px 30px;
  }

  .main_menu.type_2 > ul > li > a{
    padding: 9px 10px 10px;
  }

  .main_menu.type_3 > ul > li > a{
    padding: 10px 20px;
  }

  .main_menu ul li .plus{
    display: none;
  }

  .sub_menu_wrap{
    position: absolute;
    left: 0;
    width: 535px;
    background: #3e454c;
    text-align: left;
    padding: 2px 10px;
    -webkit-transform: rotate3d(1,0,0,-90deg);
    transform: rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    font-weight: 300;
    z-index: 999;

    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }

  .menu_border_wrap .sub_menu_wrap{
    top: calc(100% - 2px);
  }

  .sub_menu_wrap ul li.current > a{
    padding-left: 15px;
    padding-right: 15px;
    background: #484e56;
  }

  .sub_menu_wrap.sub_menu_inner ul li.current > a{
    background: #4f555d;
  }

  .sub_menu_wrap.type_2{
    min-width: 220px;
    width: auto;
    padding: 20px 0;
  }

  .sub_menu_wrap .sub_menu_wrap{
    opacity: 0;
    visibility: hidden; 
    left: 100%;
    top: 0;
    background: #484e56;

    -webkit-transform:rotate3d(0,1,0,90deg);
    -moz-transform:rotate3d(0,1,0,90deg);
    -o-transform:rotate3d(0,1,0,90deg);
    -ms-transform:rotate3d(0,1,0,90deg);
    transform:rotate3d(0,1,0,90deg);
  }

.main_menu > ul > li:hover > .sub_menu_wrap:not(.sub_menu_inner),
  .sub_menu_wrap ul li:hover .sub_menu_wrap.sub_menu_inner,
  .sub_menu_inner ul li:hover .sub_menu_wrap.sub_menu_inner_2{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }

  .sub_menu_wrap:before{
    right: auto;
    left: 16px;
  }

    .sub_menu_wrap > div{
      float: left;
    }

  .sub_menu,.main_menu > ul > li > a{
    -webkit-backface-visibility:hidden;
  }

  .sub_menu_wrap ul li:hover > a,
  .select_list > li:hover{
    background:#484e56;
  }

  .sub_menu_wrap.sub_menu_inner ul li:hover > a{
    background: #4f555d;
  }

  .sub_menu_wrap > div > div{
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .sub_menu_wrap ul li:hover > a{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sub_menu_wrap[class*="type_"] ul li{
    padding: 0 20px;
  }

  .sub_menu_wrap ul > li:last-child > a{
    border-bottom: none;
  }

  .sub_menu_wrap > div{
    margin-left: 30px;
    min-width: 145px;
  }

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

  .sub_menu_wrap ul li a{
    display:block;
    padding:2.7px 0;
    white-space:pre;
    border-bottom: 1px solid #565c64;

    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }

  .sub_menu_wrap ul li a,
  .sub_menu_wrap > div > div{
    color: #f2f2f2;
  }

  .sub_menu_wrap > div > div{
    font-weight: normal;
  }

  .header_3 .shopping_cart,
  .header_4 .shopping_cart{
    margin-top: 6px;
  }

  .header_6 .shopping_cart,
  .header_2 .shopping_cart{
    margin-top: 0;
  }

  .header.header_2 .searchform_wrap,
  .header.header_3 .searchform_wrap{
    background: #3e454c;
  }


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

  5. Lists and navigations

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

.mobile_menu nav ul li{
  margin-left: 8px;
}

.mobile_menu nav ul li:before{
  content: ".";
  margin: 0px 8px 0 0;
  top: 0;
  font-size: 25px;
  color: #e6e6e7;
  line-height: 0px;
  position: relative;
  top: -3px;
}

.mobile_menu.var2 nav ul li:before{
  color: #212428;
}

.mobile_menu nav ul li:first-child{
  margin-left: 0;
}

.mobile_menu nav ul li:first-child:before{
  display: none;
}

  .mobile_menu nav ul li a{
    color: #093dd9;
    font-size: 14px;
  }

  .mobile_menu.var2 nav ul li a{
    color: #212428;
  }

  .mobile_menu nav ul li a:hover{
    text-decoration: underline;
  }

.dropdown_list{
  position: absolute;
  top: 100%;
  margin-top: 6px;
  right: 0;
  padding: 0;
  min-width: 110px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;

  -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header.header_2 .dropdown_list{
  left: 0;
}

.dropdown_list:before{
  border-bottom-color: #34495e;
}

  .dropdown_list > li a,
  .sort_list > li a{
    display: block;
    padding: 7px 15px;
    background: #f2f2f2;
    color: #212428;
  }

  .dropdown_list > li img{
    margin-right:6px;
  }

  .dropdown_list > li a:hover,
  .sort_list > li a:hover{
    background: #f9f9f9;
    color: #ff680d!important;
  }

.sort_list{
  position:absolute;
  top:100%;
  margin-top:10px;
  right: 0;
  -webkit-transform-origin:0 0 0;
  -moz-transform-origin:0 0 0;
  -o-transform-origin:0 0 0;
  -ms-transform-origin:0 0 0;
  transform-origin:0 0 0;
  -webkit-transform:rotate3d(1,0,0,90deg);
  -moz-transform:rotate3d(1,0,0,90deg);
  -o-transform:rotate3d(1,0,0,90deg);
  -ms-transform:rotate3d(1,0,0,90deg);
  transform:rotate3d(1,0,0,90deg);
  visibility:hidden;
  z-index: 1;

  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

  .sort_list > li a{
    text-transform: uppercase;
    font-size: 13px;
  }

.sort_list.opened{
  -webkit-animation:wicket .5s ease;
  -moz-animation:wicket .5s ease;
  -o-animation:wicket .5s ease;
  -ms-animation:wicket .5s ease;
  animation:wicket .5s ease;
  -webkit-transform:rotate3d(1,0,0,0deg);
  -moz-transform:rotate3d(1,0,0,0deg);
  -o-transform:rotate3d(1,0,0,0deg);
  -ms-transform:rotate3d(1,0,0,0deg);
  transform:rotate3d(1,0,0,0deg);
  visibility:visible;
}

.sort_list.closed{
  -webkit-animation:wicketout .5s ease;
  -moz-animation:wicketout .5s ease;
  -o-animation:wicketout .5s ease;
  -ms-animation:wicketout .5s ease;
  animation:wicketout .5s ease;
  visibility:visible;
}

/* Lists */

.list_variants h3{
  margin-bottom: 0;
}

  [class*="default_list_"]{
    margin-top: 25px;
  }

    [class*="default_list_"] li{
      margin-top: 15px;
    }

    [class*="default_list_"] li a:hover{
      text-decoration: underline;
    }

    [class*="default_list_"] li:hover:before,
    .default_list_numb li:hover span{
      color: #ff680d;
    }

    [class*="default_list_"] li:first-child{
      margin-top: 0;
    }

    [class*="default_list_"] li{
      font-weight: 300;
      color: #3e454c;
      display: block;
      vertical-align: middle;
      overflow: hidden;
    }

    [class*="default_list_"] li:before{
      font-family: FontAwesome;
      float: left;
      padding-right: 10px;
      vertical-align: middle;
      font-weight: bold;
    }

    .default_list_numb li span{
      float: left;
      vertical-align: middle;
      padding-right: 10px;
    }

    .default_list_arrow li:before{
      content: "\f105";
      font-size: 14px;
    }

    .default_list_check li:before{
      content: "\f00c";
      font-size: 10px;
    }

    .default_list_disk li:before{
      content: "\f111";
      font-size: 8px;
    }

    .default_list_plus li:before{
      content: "\f196";
      font-size: 11px;
    }

    .default_list_minus li:before{
      content: "\f147";
      font-size: 11px;
    }

    .default_list_numb li{
      list-style-position: inside;
    }

      .default_list_numb li a{
        padding-left: 7px;
      }

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

  6. Buttons

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

.button{
  padding: 8px 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}

.button.full_width{
  width: 100%;
}

.button.button_orange,
.button.search_button:hover,
.shopping_button:hover,
.close_search_form:hover,
.button.button_grey:hover{
  background: #ff680d;
}

.button.button_orange:hover,
.button.button_grey{
  background: #3e454c;
}

.button.button_grey[class*="button_type_icon_"] i,
.button.button_orange[class*="button_type_icon_"]:hover i{
  background: #383e44;
}

.button.button_orange[class*="button_type_icon_"] i{
  background: #ef5f08;
}

.button.button_grey_light{
  background: #f2f2f2;
  color: #212428;
}

.button.button_white{
  background: #fff;
  color: #212428;
}

.button.button_grey_light[class*="button_type_icon_"] i,
.button.button_grey_light[class*="button_type_icon_"] span{
  background: #e2e6e7;
}

.button.button_grey_light:hover,
.button.button_white:hover{
  background: #ff680d;
  color: #fff;
}

.button.button_grey_light[class*="button_type_icon_"]:hover i,
.button.button_grey[class*="button_type_icon_"]:hover i,
.button.button_grey_light[class*="button_type_icon_"]:hover span{
  background: #ef5f08;
  color: #fff;
}

.button.search_button:hover i,
.shopping_button:hover i.fa-shopping-cart,
.close_search_form:hover i{
  color: #f2f2f2;
}

.button.btn-email{
  padding: 10px 11px 9px;
}

.button.search_button,
.button.shop_button{
  background-color: transparent;
  color: #b0b2b4;
  padding: 15px 10px;
}

.header_6 .button.search_button,
.header_6 .button.shop_button{
  padding: 16px 10px;
}

.button.button_type_2{
  padding: 8px 20px;
}

.button.button_type_3{
  padding: 2px 10px;
  font-size: 13px;
}

.button.button_type_4{
  padding: 13px 22px;
  font-size: 20px;
  font-weight: bold;
}

.button.button_type_icon_small{
  padding: 2px 30px 2px 11px;
  font-size: 13px;
  position: relative;
}

.button.button_type_icon_small i{
    padding: 2px 7px;
}

.button.button_type_icon_medium{
  padding: 8px 57px 8px 20px;
  font-size: 16px;
  position: relative;
}

.button.button_type_icon_medium i,
.button.button_type_icon_medium span{
    padding: 8px 12px 8px 11px;
}

.button.button_type_icon_big{
  padding: 13px 70px 13px 22px;
  font-size: 20px;
  position: relative;
  font-weight: bold;
}

.button.button_type_icon_big i{
    padding: 13px 16px;
}

.button[class*="button_type_icon_"] i,
.button[class*="button_type_icon_"] span{
  font-family: FontAwesome;
  margin: 0!important;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-weight: bold;
  font-style: inherit;

  -webkit-transition: background .4s ease;
    transition: background .4s ease;
}

.button[class*="button_type_icon_"] span{
  font-family: 'Roboto', 'sans-serif'
}

.button.icon[class*="button_type_icon_"]{
  padding: 0;
}

.button.icon[class*="button_type_icon_"] i{
  left: 0;
  right: inherit;
  position: relative;
}

.shopping_button,
.search_button{
  position: relative;
  display: inline-block;

  -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.shopping_button > i,
.search_button > i{
  font-size: 18px;
}

[class*="s_form_wrap"] .search_button{
  margin-top: 9px;
}

.close_search_form{
  background-color: transparent;
  position: absolute;
  right: 15px;
  padding: 15px 11px;
  color: #b0b2b4;
  z-index: 99;
  display: block;
  top: 0;
}

.header.header_2 .close_search_form{
  right: 0;
  top: 4px;
}

.searchform_wrap.type_2 .close_search_form{
  right: 28px;
}

.searchform_wrap.type_3 .close_search_form{
  right: 0;
}

#menu_button{
  padding: 15px;
  width: 100%;
  display: none;
  background: #383e44;
}

#menu_button{
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

#menu_button:before{
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
  margin-right: 5px;
}

#menu_button.active{
  background: #ff680d;
}

#menu_button.active > span,
.close_product:hover{
  color: #ff680d;
}

.login_button:hover .popup,
.lang_button:hover .dropdown_list{
  opacity: 1;
  visibility: visible;
}

.login_button > a,
.lang_button > a{
  padding: 9px 10px;
  background: transparent;
}

.login_button a i{
  margin-right: 7px;
  color: #b0b2b4;
}

.lang_button a img{
  margin: 5px 7px 0 0;
}

.close_product {
  font-weight: 300;
  background-color: transparent;
  color: #b0b2b4;
  position: absolute;
  right: 0;
  top: 0;
}

.button.banner_button{
  padding: 2px 11px;
  text-transform: none;
  font-size: 12px;
}

.button.view_button{
  padding: 1px 11px;
  background: #f2f2f2;
  color: #3e454c;
  font-size: 12px;
}

.button.view_button:hover{
  background: #ff680d;
  color: #fff;
}

.button.sport{
  background: #854ec2;
}

.button.travel{
  background: #00ada7;
}

.button.business{
  background: #13b7ff;
}

.button.health{
  background: #feb41c;
}

.button.fashion{
  background: #a13d63;
}

.button.entertainment{
  background: #ec2913;
}

.button.food{
  background: #96ca2d;
}

.button.education{
  background: #70b85d;
}

.button.politics{
  background: #4a80dc;
}

.button.tech{
  background: #d1008b;
}

#sort_button{
  color: #b0b1b4;
}

#sort_button:hover{
  color: #ff680d;
}

#sort_button.active{
  color: #ff680d;
}

#load_more,
.more_news_button{
  color: #212428;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

#load_more:hover,
.more_news_button:hover{
  color: #ff680d;
}


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

  8. Main content elements

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

/* Popup */

.popup{
  background: #f2f2f2;
  padding: 20px 0 0;
  position: absolute;
  font-size: 14px;
  right: 0;
  overflow: hidden;
  width: 260px;
  position: absolute;
  top: 100%;
  margin-top: 6px;
  min-width: 260px;
  opacity: 0;
  visibility: hidden; 
  z-index: 999;

  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header.header_2 .popup{
  left: 0;
}

  .popup a.button{
    margin-bottom: 20px;
    width: 100%;
  }

  .popup h3{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', 'sans-serif';
    margin-bottom: 20px;
    color: #3e454c;
  }

  .popup .button_type_1{
    width: 100%;
    display: block;
    font-size: 16px;
  }

  .popup .button_type_1:first-child{
    margin-bottom: 20px;
  }

  .popup div a{
    color: #212428;
  }

  .popup div a:hover{
    color: #ff680d;
  }

  .popup ul li{
    margin-bottom: 15px;
  }

  .popup ul li:nth-child(2n){
    margin-bottom: 25px;
  }

  .popup form{
    padding: 0 20px;
  }

  .popup .login_footer{
    padding: 30px 20px 0;
    background-color: #f9f9f9;
  }

  .popup label{
    color: #3e454c;
    display: inline-block;
    margin-bottom: 5px;
  }

  .popup input{
    width: 100%;
  }

  .popup input[type="checkbox"]{
    display: none;
  }

/* Banner hover options */

.scale_image_container{
  -webkit-backface-visibility:hidden;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.scale_image_container.var2 .caption_type_1{
  top: calc(50% - 54px);
}

.scale_image_container.var2 .caption_type_1 .caption_inner{
  max-width: 360px;
}

.scale_image_container.var2{
  margin-bottom: 0;
}

.half_column .scale_image_container,
.one_third_column .scale_image_container{
  margin-bottom: 0;
}

.scale_image_container:hover .scale_image{
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}

  .scale_image{
    -webkit-transition: all .4s ease;
      transition: all .4s ease;

    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
  }

  .caption_type_1{
    position:absolute;
    left:0;
    bottom:0;
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -o-transform:translateY(10px);
    -ms-transform:translateY(10px);
    transform:translateY(10px);
    width:100%;

    -webkit-transition: all .4s ease;
      transition: all .4s ease;
  }

    .caption_inner{
      background:rgba(34,34,38,.3);
      padding:17px 20px 20px;
    }

.scale_image_container:hover .caption_type_1{
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -o-transform:translateY(0px);
  -ms-transform:translateY(0px);
  transform:translateY(0px);
}

/* Banners boxes */

.half_column{
  width:50%;
  padding:0 0 0 5px;
  float: left;
  margin-top: 30px;
}

.half_column:first-child{
  padding:0 5px 0 0;
}

.one_third_column{
  width:33.30%;
  padding: 0 5px 0 5px;
  float: left;
  margin-top: 10px;
}

.two_third_column .scale_image_container{
  margin-bottom: 0;
}

.one_third_column.one_third_var2{
  margin-top: 30px;
  padding: 0 0 0 10px;
  width: 34.2%;
}

  .one_third_column.one_third_var2 .scale_image_container:last-child{
    margin-top: 10px;
  }

.two_third_column{
  width:65.8%;
  float: left;
  margin-top: 30px;
}


/* Posts elements */

.post_image_buttons a{
  position: absolute;
  bottom: 0;
  display: inline-block;
}

.post_image_buttons .buttons_container{
  left: 0;
  bottom: 0;
  position: absolute;
}

.post_image_buttons .buttons_container .button{
  left: inherit;
  position: relative;
  float: left;
}

.post_image_buttons .button{
  left: 0;
  z-index: 2;
}

  .post_image_buttons .icon_box{
    padding: 2px 8px;
    background: rgba(255,255,255,0.8);
    color: #212428;
    font-size: 13px;
    right: 0;
    z-index: 2;
  }

  .post_image_buttons .icon_box:hover{
    background: rgba(255,104,13,0.8);
    color: #fff;
  }

.scale_image_container .event_date{
  color: #fff;
}

.event_date,
.event_info,
.event_activity{
  font-size: 12px;
  color: #b0b1b4;
}

  .event_info a{
    color: #b0b1b4;
    margin-left: 15px;
  }

  .event_info a:first-child{
    margin-left: 0;
  }

  .event_info a:hover{
    color: #3e454c;
  }

  .event_date{
    text-transform: uppercase;
  }

  .event_activity{
    padding-top: 5px;
  }

  .event_date span{
    text-transform: none;
  }

.post_text{
  padding-top: 5px;
}   

  .post_text .post_theme,
  .post_text .post_title{
    vertical-align: middle;
    display: inline-block;
  }

  .post_text .post_title h2,
  .post_text .post_title a,
  .small_post_list h4{
    color: #212428;
  }

  .post_text .post_title a:hover,
  .small_post_list h4:hover{
    text-decoration: underline;
  }

  .post_text .post_theme{
    padding: 0 4px;
    background: #ff680d;
    color: #fff;
    margin: 2px 5px 0 0;
    line-height: 16px;
    font-size: 10px;
    text-transform: uppercase;
  }

  .post_text p{
    padding-top: 5px;
  }

.load_more_block,
.more_news{
  display: none;
}

.load_more_wrapper{
  margin-top: 30px;
  text-align: center;
}

  .small_post_list li{
    margin-top: 30px;
  }

  .small_post_list li:after{
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
  }

  .small_post_list.var2 li{
    margin-top: 20px;
  }

  .small_post_list.var2 h3{
    margin-bottom: 0;
  }

  .small_post_list.var3{
    margin-top: -30px;
  }


    .small_post_list li .scale_image_container{
      margin-bottom: 10px;
    }

      .small_post_list li .event_date{
        padding-top: 2px;
      }

      .small_post_list li .post_text .post_theme{
        float: left;
      }

      .small_post_list li .post_text h4{
        display: inline;
      }
        

.load_more_block .small_post_list{
  margin-top: 0;
}

.vertical_post_list.small_post_list{
  margin-top: 20px;
}

  .vertical_post_list.small_post_list li{
    margin-top: 20px;
  }



/*----------- Categories var2 --------------*/

.widget_categories.categories_var2 .categories_list li ul li{
  border-color: #e8e8e8;
}

  .widget_categories.categories_var2 .categories_list li ul li a{
    color: #212428;
  }

/*----------- Block Post list --------------*/

.block_post_list > ul > li{
  border-bottom: 1px solid #3e454c;
  padding-bottom: 40px;
  margin-top: 40px;
}

.block_post_list > ul > li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

  .block_post_list > ul > li .button_type_2{
    margin-top: 15px;
  }



/* Tables */

[class*="table_type_"]{
  width: 100%;
}

  .table_type_1 tr th{
    padding: 15px 20px 15px 20px;
    font-family: 'Droid Serif', serif;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #3e454c;
    text-align: left;
    width: 33%;
  }

  .table_type_1 tr th:nth-child(2n){
    background: #383e44;
  }

  .table_type_1 tr > td{
    font-weight: 300;
    padding: 10px 20px 10px 20px;
    color: #3e454c;
  }

  .table_type_1 tr td p{
    font-weight: normal;
    color: #b0b1b4;
  }

  .table_type_1 tr td > div > a{
    color: #212428;
    font-weight: normal;
  }

  .table_type_1 tr td > div > a:hover{
    text-decoration: underline;
  }

  .table_type_1 tr td a:hover h5{
    text-decoration: underline;
  }

  .table_type_1 > tbody > tr{
    background: #f9f9f9;
  }

  .table_type_1.table_type_2 tr{
    background: #f2f2f2;
  }

  .table_type_1.table_type_2 tr:nth-child(2n){
    background: #f9f9f9;
  }

  .table_type_1 > tbody > tr:nth-child(2n){
    background: #f2f2f2;
  }

  .table_type_1.table_type_2 tr th{
    padding: 10px 20px 10px 20px;
  }

  .table_type_1.table_type_2 tr:nth-child(2n) th{
    background: #383e44;
  }

  .table_type_1.table_type_2.type2 tr th,
  .table_type_1.table_type_2.type2 tr td{
    width: auto;
    width: 50%;
  }

  .table_type_1.table_type_2.var2 tr td{
    font-size: 16px;
    text-align: left;
  }

.table_type_1[class*="var"] > tr{
  background: #f2f2f2;
}

.table_type_1[class*="var"] > tr:nth-child(2n){
  background: #f9f9f9;
}

.table_type_1.var2 tr td{
  font-size: 14px;
  font-weight: normal;
}

.table_type_1.var2 tr th:first-child{
  width: 370px;
}

.table_type_1.var2 tr th:nth-child(2n){
  width: 144px;
}

.table_type_1.var2 tr th:last-child{
  width: 236px;
}

  .table_type_1.var2 tr td:last-child,
  .table_type_1.var2 tr th:last-child{
    text-align: right;
  }

    .table_type_1.var2 tr td:last-child figure{
      float: right;
      margin-left: 10px;
    }

  .table_type_1.var2 tr td div{
    line-height: 18px;
  }

  .table_type_1.var2 tr td a h5{
    line-height: 21px;
  }

    .table_type_1.var2 tr td a:hover h5{
      color: #ff680d;
      text-decoration: none;
    }

.table_type_1.var3 tr th:first-child{
  width: 605px;
}

.table_type_1.var3 tr th:last-child{
  width: 145px;
}

.table_type_1.var3 tr:last-child td,
.table_type_1.var4 tr:last-child td{
  font-weight: normal;
}

.table_type_1.var3 tr td{
  font-weight: normal;
  font-size: 14px;
}

  .table_type_1.var3 tr td h5{
    padding-top: 5px;
  }

  .table_type_1.var3 tr td figure,
  .table_type_1.var4 tr td .topic_author{
    float: left;
    margin-right: 20px;
    position: relative;
  }

    .table_type_1.var3 tr td div img:last-child{
      position: absolute;
      right: -10px;
      bottom: -10px;
    }

.table_type_1.var4 tr td .topic_author p{
  font-weight: normal;
  text-align: center;
  font-size: 13px;
  color: #b0b1b4;
}

.table_type_1.var4 tr td p{
  font-weight: 300;
  padding-top: 5px;
  color: #212428;
}
  
  .table_type_1.var4 tr td .topic_text a,
  .table_type_1.var4 tr td .topic_text span{
    display: inline-block;
    vertical-align: middle;
  }

  .table_type_1.var4 tr td .topic_text a{
    color: #212428;
  }

  .table_type_1.var4 tr td .topic_text a.number{
    font-size: 14px;
    font-weight: normal;
  }

  .table_type_1.var4 tr td .topic_text a.number:hover{
    text-decoration: underline;
  }

  .table_type_1.var4 tr td .topic_text > div > span{
    margin-left: 20px;
  }

.table_type_1.var5 tr:last-child td{
  font-weight: normal;
}

.table_type_1.var5 tr td figure{
  float: left;
  margin-right: 10px;
}

.table_type_1.var5 tr td a h5{
  padding-top: 5px;
}

.table_type_1.var5 tr th{
  width: auto;
}

.table_type_1.var5 tr th:first-child{
  width: 360px;
}

.table_type_1.var5 tr th:nth-child(2),
.table_type_1.var5 tr th:nth-child(4){
  width: 85px;
}

.table_type_1.var5 tr th:nth-child(3){
  width: 155px;
}

.table_type_1.var5 tr td .close_product{
  position: relative;
  font-size: 18px;
}

.table_type_1.var5 tr:last-child td table{
  width: 100%;
}

.table_type_1.var5 tr:last-child td table tr td{
  padding: 5px 0;
  width: 50%;
}

.table_type_1.var5 tr:last-child td table tr td:last-child{
  text-align: right;
}

.table_type_1.var5 tr:last-child td input{
  width: auto;
  margin-right: 2px;
}

.table_type_1.var5 tr:last-child td .button,
.table_type_1.var5 tr:last-child td input{
  vertical-align: middle;
}

.table_type_1.var5 tr:last-child td input::-webkit-input-placeholder{
  color: #3e454c;
  font-weight: 300;
}

.table_type_1.var5 tr:last-child td input::-moz-placeholder{
  color: #3e454c;
  font-weight: 300;
}

/* divider */

.divider_1{
  border-top: 1px solid #3e454c;
}

.divider_2{
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
}

/* Progress bar */

.progress_bar_list li{
  margin-bottom: 20px;
}

.progress_bar_list li:last-child{
  margin-bottom: 0;
}

  .progress_bar_list li p{
    margin-bottom: 5px;
  }

    .progress_bar_list li p span{
      float: right;
    }

  .progress_bar{
    height: 5px;
    background: #e2e6e7;
    position: relative;
    overflow: hidden;
  }

    .progress_bar > div{
      background: #ff680d;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
    }

/* Pricing Table */

.p_table{
  width: 283px;
  margin: 0 1px;
  position: relative;
  text-align: center;
  float: left;
}

.p_table.basic header,
.p_table.basic footer a{
  background: #feb41c;
}

.p_table.pro header,
.p_table.pro footer a{
  background: #ec2913;
}

.p_table.premium header,
.p_table.premium footer a{
  background: #13b7ff;
}

.p_table.free header,
.p_table.free footer a{
  background: #96ca2d;
}

.p_table.active{
  z-index: 1;
}

.p_table.active{
  margin-top: -21px;
  margin-left: -4px;
  margin-right: -4px;
  width: 293px;
  z-index: 2;
  -webkit-box-shadow: 0 0 17px rgba(0,0,0,.13);
  -moz-box-shadow: 0 0 17px rgba(0,0,0,.13);
  -o-box-shadow: 0 0 17px rgba(0,0,0,.13);
  box-shadow: 0 0 17px rgba(0,0,0,.13);
}

  .p_table.active > header{
    padding: 20px 0;
    font-size: 20px;
  }
  .p_table.active > footer a{
    padding: 17px 0;
    font-size: 18px;
    font-weight: 300;
  }
  .p_table.active .p_list > li{
    padding: 10px 20px;
  }
  .p_table.active .price{
    padding: 21px 0 21px;
  }

  .p_table > .hot_p{
    position: absolute;
    top: -4px;
    right: -4px;
  }

  .p_table > header{
    padding: 10px 0 9px;
    background: #3e454c;
    font-family: 'Droid Serif', serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }

  .p_table > .price{
    padding: 16px 0 16px;
    background: #f9f9f9;
  }

    .p_table > .price > dl > dt{
      font-size: 42px;
      color: #ff680d;
      font-weight: bold;
      line-height: 35px;
    }

    .p_table > .price > dl > dd{
      font-size: 14px;
      font-weight: 300;
    }

  .p_list > li{
    padding: 10px 20px;
    background: #f9f9f9;
    position: relative;
  }

  .p_list > li:nth-child(2n+1){
    background: #f2f2f2;
  }

  .p_list i[class^="fa"]{
    position: absolute;
    left: 10px;
    height: 100%;
    font-size: 14px;
  }

    .p_list i.fa-check{
      color: #96ca2d;
    }

    .p_list i.fa-times{
      color: #ec2913;
    }

  .p_table > footer a{
    padding: 13px 0 14px;
    background: #ff680d;
    color: #fff;
    display: block;
    text-transform: uppercase;
  }

  .p_table > footer a:hover{
    background: #3e454c;
  }

/* Jackbox */

.open_buttons{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
  
  .with_buttons:hover .open_buttons > *{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;  
    visibility: visible;
  }

  .with_buttons:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    background: rgba(41,47,56,.5);
    -webkit-transition:opacity .7s ease;
    -moz-transition:opacity .7s ease;
    -o-transition:opacity .7s ease;
    transition:opacity .7s ease;
  }

  .with_buttons:hover:after{
    opacity:1;  
    visibility: visible;  
  }

    .open_buttons > *{
      opacity: 0;
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px);

      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
    }

    .open_buttons > *:first-child{
      -webkit-transition-delay: .2s;
      -moz-transition-delay: .2s;
      -o-transition-delay: .2s;
      -ms-transition-delay: .2s;
    }

    .open_buttons > *:nth-child(2){
      -webkit-transition-delay: .4s;
      -moz-transition-delay: .4s;
      -o-transition-delay: .4s;
      -ms-transition-delay: .4s;
      margin-left: 3px;
    }

    .open_buttons > *:nth-child(3){
      -webkit-transition-delay: .6s;
      -moz-transition-delay: .6s;
      -o-transition-delay: .6s;
      -ms-transition-delay: .6s;
    }

      .jackbox_button{
        position: relative;
        display: block;
        padding: 11px 11px 9px 11px;
        font-size: 18px;
      }

/* Image Position */

[class*="img_position_"] .button{
  margin-top: 3px;
  width: 100%;
  text-transform: none;
  background: #ffffff;
  color: #212428;
}

/* Dropcaps */

[class*="first_letter_"] > span{
  font-weight: bold;
  float: left;
  display: block;
  text-align: center;
  font-family: 'Droid Serif', serif;
}

.first_letter_1 > span{
  font-size: 40px;
  margin: 13px 7px 0 0;
  color: #ff680d;
}

.first_letter_2 > span{
  width: 35px;
  height: 35px;
  font-size: 24px;
  color: #fff;
  margin: 7px 10px 0 0;
  padding-top: 8px;
  background: #ff680d;
}

/* Tooltips */

.tooltips a{
  color: #c5c6c8;
  position: relative;
}

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

.tooltips a.left_tooltip .tooltip:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 5px solid #ff680d;
  border-bottom: 8px solid transparent;
  position: absolute;
  bottom: 5px;
  left: 105%;
}

.tooltips a.left_tooltip .tooltip{
  left: -120%;
  bottom: -75%;
}

.tooltips a.right_tooltip .tooltip:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 5px solid #ff680d;
  border-bottom: 8px solid transparent;
  position:absolute;
  bottom: 5px;
  left: -5px;
}

.tooltips a.right_tooltip .tooltip{
  left: 210%;
  bottom: -75%;
}

.tooltips a.bottom_tooltip .tooltip:after{
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid #ff680d;
  border-top: none;
  position:absolute;
  bottom: 27px;
  left: 50%;
}

.tooltips a.bottom_tooltip .tooltip{
  left: 50%;
  bottom: -220%;
}

.tooltips span.pointed{
  background: #ff680d;
  color: #fff;
}

/* Emphasis */

.text_list ul li{
  margin-bottom: 15px;
  font-size: 15px;
}

.text_list.messages ul li{
  font-size: 14px;
}

  .text_list ul li.text_type_13{
    font-size: 13px;
  }

  .text_list ul li.text_type_underline{
    text-decoration: underline;
  }

/* Columns */

.columns h2.section_title_big{
  margin-bottom: 0;
}

.columns h3.section_title_small{
  margin-bottom: 15px;
}

/* Blog */

.page_theme{
  margin-bottom: 15px;
  position: relative;
}
  
  .page_theme .post_image_buttons{
    margin-right: 10px;
  }

  .caption_type_1 .caption_inner .page_theme a.button{
    margin-right: 0;
  }

  .caption_type_1 .caption_inner .page_theme .event_info a{
    color: #fff;
  }

  .caption_type_1 .caption_inner .page_theme{
    margin-bottom: 0;
  }

  .page_theme .post_image_buttons,
  .page_theme .event_date{
    display: inline-block;
    vertical-align: middle;
  }

  .page_theme .post_image_buttons .buttons_container{
    position: relative;
    float: left;
  }

.tags_section{
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e8e8e8;
  padding: 10px 0 5px 0;
}

  .tags_section span{
    font-size: 14px;
  }

  .tags_section > span{
    margin-bottom: 5px;
  }

  .tags_section > span,
  .tags_section > div{
    display: inline-block;
    vertical-align: middle;
  }

  .tags_section > div{
    margin-left: 5px;
  }

.post_controls .prev_post{
  float: left;
}

.post_controls .prev_post .button[class*="button_type_icon_"] i{
  left: 0;
  right: inherit;
}

.post_controls .prev_post .button.button_type_icon_medium{
  padding: 8px 20px 8px 55px;
}

.post_controls .next_post{
  float: right;
  text-align: right;
}

.post_controls .prev_post i,
.post_controls .next_post i{
  font-size: 22px;
  font-weight: bold;
  min-width: 37px;
}

.post_controls h5{
  margin-top: 10px;
}

.post_controls a:hover h5{
  text-decoration: underline;
}

.comments li{
  margin-top: 15px;
}

.comments li:first-child{
  margin-top: 0;
}

  .comment{
    background: #f9f9f9;
  }

  .comment.sub_comment{
    margin-left: 20px;
  }

    .comment > div:first-child{
      float: left;
    }

      .comment > div:first-child a{
        width: 100%;
        margin-top: 4px;
      }

        .comment > div:first-child a i{
          font-size: 11px;
        }

    .comment > div:last-child{
      padding: 10px 20px;
      overflow: hidden;
    }

    .comment a:hover h5{
      text-decoration: underline;
    }

.blog_review_container{
  background: #f9f9f9;
  padding: 30px 20px;
}

.blog_rating_block > div{
  float: left;
}

  .blog_rating_block > div:first-child{
    width: 22%;
    text-align: center;
    color: #fff;
  }

    .blog_rating_block > div:first-child .result{
      background: #ff680d;
      padding: 25px 5px;
      font-size: 18px;
    }

      .blog_rating_block > div:first-child .result h2{
        font-size: 36px;
        line-height: 22px;
        color: #fff;
        font-family: 'Roboto', 'sans-serif';
      }

      .blog_rating_block > div:first-child .result p{
        margin-top: 5px;
      }

    .blog_rating_block > div:first-child .rating_view{
      background: #ef5f08;
      padding: 10px 5px;
    }

      .blog_rating_block > div:first-child .rating_view p{
        font-size: 13px;
      }

  .blog_rating_block > div:last-child{
    background: #3e454c;
    padding: 20px 30px;
    color: #fff;
    width: 78%;
  }

    .blog_rating_block > div:last-child h3{
      color: #fff;
      margin-bottom: 0;
    }


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

  11. Icons

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

i[class^="fa "]{
  line-height: inherit;
}

[class*="button_type_"]:not(.button_type_1) > i:not([class*="m_"]):only-of-type{
  margin-left:10px;
  margin-right:10px;
}

.widget_social_icons ul li a{
  display:block;
  width:39.5px;
  height:40px;
  color:#838a8f;
}

.widget_social_icons ul li a i[class^="fa "]{
  line-height: 40px;
}

.widget_social_icons ul .website:hover a{background:#ff680d;}
.widget_social_icons ul .facebook:hover a,.sw_button.facebook{background:#3b5998;}
.widget_social_icons ul .twitter:hover a,.sw_button.twitter,.tw_color{background:#2daae1;}
.widget_social_icons ul .google_plus:hover a{background:#f63e28;}
.widget_social_icons ul .rss:hover a{background:#ff7e00;}
.widget_social_icons ul .pinterest:hover a{background:#cb2027;}
.widget_social_icons ul .instagram:hover a{background:#835e42;}
.widget_social_icons ul .linkedin:hover a{background:#0073b2;}
.widget_social_icons ul .vimeo:hover a{background:#44b0de;}
.widget_social_icons ul .youtube:hover a{background:#ff3132;}
.widget_social_icons ul .flickr:hover a{background:#ff0084;}
.widget_social_icons ul .envelope:hover a,.sw_button.contact{background:#1abc9c;}

/* ToolTip */

.tooltip{
  position:absolute;
  display:block;
  background:#e2e6e7;
  padding:3px 10px;
  bottom:100%;
  margin-bottom:10px;
  color: #000;
  font-size: 14px;
  left:50%;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  opacity:0;
  visibility: hidden;
  white-space: pre;
  z-index:5;

  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.tooltip:after{
  content:"";
  width:0;
  height:0;
  border-left:8px solid transparent;
  border-top:5px solid #ff680d;
  border-right:8px solid transparent;
  position:absolute;
  bottom:-5px;
  left:50%;
  margin-left:-8px;
}

li:hover .tooltip,a:hover .tooltip,button:hover .tooltip{
  opacity: 1;
  visibility: visible;
}

.widget_social_icons.type_2.tool_down ul li span.tooltip,
.widget_social_icons.type_2.tool_down ul li span.tooltip{
  top: 100%;
  bottom: inherit;
  margin: 10px 0 0 0;
  z-index: 999;
}

.widget_social_icons.type_2.tool_down ul li span.tooltip:after,
.widget_social_icons.type_2.tool_down ul li span.tooltip:after{
  bottom: 27px;
  border-left: 8px solid transparent;
  border-bottom: 5px solid #ff680d;
  border-right: 8px solid transparent;
  border-top: none;
  font-size: 13px;
}
.widget_social_icons.type_2 ul li a,
.widget_social_icons.type_2 ul li a{
  font-size: 14px;
  width: 35px;
  height: 35px;
}

  .widget_social_icons.type_2 ul li a i,
  .widget_social_icons.type_2 ul li a i{
    line-height: 35px;
  }

.widget_social_icons.type_2.type_border ul li a{
  border: 1px solid #e8e8e8;
}

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

  12. Footer

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

.footer{
  background: #ffffff;
  color: #3e454c;
}

.footer-main{
  background: transparent;
  border-top: 2px solid #3e454c;
  color: #3e454c;
}

  .footer-main .widget_title{
    color: #3e454c;
    border-top: 1px solid #3e454c;
  }

  .footer-main .widget_categories .categories_list > li > ul li{
    border-color: #e1e1e1;
  }

    .footer-main .widget_categories .categories_list > li > ul li a{
      color: #4b4d50;
    }

  .footer-main .widget_newsletter.form_section .form_text{
    color: #3e454c;
  }

  .footer .footer_bottom_part p{
    font-size: 14px;
  }

    .footer-main.footer .footer_bottom_part p span{
      color: #212428;
    }

  .footer-main.footer .footer_top_part{
    background: #f2f2f2;
  } 

  .footer-main .footer_middle_part{
    padding-bottom: 35px;
    background: #f9f9f9;
  }

  .footer-main .widget_latest_tweets{
    margin-top: 0;
  }

  .footer-main.footer .footer_bottom_part{
    background: #f2f2f2;
    border-color: #e1e1e1;
  }
  
  /* Footer banner */

  .footer .top_footer_banner{
    padding: 20px;
    text-align: center;
    background: #383e44;
  }
  
  /* Footer widgets */

  .footer .footer_top_part{
    padding-bottom: 0px;
  }

    .footer .widget{
      padding-top: 1px;
    }

      .widget_title{
        text-transform: uppercase;
        border-top: 1px solid #fff;
        padding-top: 5px;
        margin-bottom: 20px;
        font-family: 'Roboto', 'sans-serif';
        font-weight: 600;
        color: #9386f7;
      }

      .widget_tags .box-tags a{
        background: #60666b;
        border: none;
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        color: #fff;
        padding: 3px 10px;
        text-shadow: none;
        margin: 0 1px 5px 0;
      }

      .widget_tags .box-tags a:hover{
        background: #ff680d;
      }

      .widget_flickr .thumbs,
      .widget_flickr .thumbs{
        list-style: none;
        overflow: hidden;
      }

        .widget_flickr .thumbs li,
        .widget_flickr .thumbs li{
          float: left;
          margin: 0 10px 10px 0;
        }

          .widget_flickr .thumbs li img,
          .widget_flickr .thumbs li img{
            width: 80px;
            opacity: 1;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
          }

          .widget_flickr .thumbs li a:hover img,
          .widget_flickr .thumbs li a:hover img{
            opacity: 0.5;
          }

      .widget_latest_tweets{
        position: relative;
        margin-top: 35px;
      }

        .widget_latest_tweets p span a{
          color: #ff680d;
        }

        .widget_latest_tweets p span.tweet_time a{
          font-size: 13px;
          text-decoration: none;
          color: #b0b1b4;
        }

        .widget_latest_tweets .tweet_text a:first-child{
          text-decoration: underline;
        }

      .widget_social_icons ul li{
        position: relative;
        float: left;
        margin: 0 5px 5px 0;
      }

      .widget_social_icons ul li:last-child{
        margin: 0 0 5px 0;
      }

      .widget_social_icons ul li:hover a{
        color: #fff;
      }

        .widget_social_icons ul li a{
          text-align: center;
          font-size: 21px;
        }

      .widget_facebook .widget_title{
        margin-bottom: 10px;
      }

  /* Footer bottom part */

  .footer .footer_bottom_part{
    padding: 24px 0 22px;
    color: #a8aaad;
    border-top: 1px solid #4b5158;
  }

    .footer .footer_bottom_part p{
      float: left;
    }

      .footer .footer_bottom_part p span{
        color: #383e44;
      }

    .footer .footer_bottom_part .mobile_menu{
      float: right;
    }

    .footer .footer_bottom_part .mobile_menu nav ul li a{
      font-size: 14px;
      font-weight: 300;
    }

/* Footer 2 */

.footer .logo{
  margin-bottom: 20px;
  text-align: left;
  display: block;
}
  
  /* Categories */

  .footer .widget_categories .categories_list > li{
    width: 100%;
    display: block;
  }

  .footer_2 .widget_categories .categories_list > li{
    width: 49%;
    display: inline-block;
  }

  .footer_2 .widget_categories .categories_list > li:last-child{
    padding-left: 25px;
  }

    .widget_categories .categories_list > li > ul li{
      border-bottom: 1px solid #565c64;
      padding: 7px 0;
      font-weight: 300;
    }

    .widget_categories .categories_list > li > ul li:first-child{
      padding-top: 0;
    }

    .widget_categories .categories_list > li > ul li:last-child{
      border-bottom: none;
    }

    .widget_categories .categories_list > li > ul li:after{
      clear: both;
      display: block;
      visibility: hidden;
      height: 0;
      content: ".";
    }

      .widget_categories .categories_list > li > ul li a{
        float: left;
        color: #093dd9;
      }

      .widget_categories .categories_list > li > ul li a:hover{
        text-decoration: underline;        
      }

      .widget_categories .categories_list > li > ul li span{
        float: right;
      }

  

/* Footer 3 */

.footer.footer_3 .widget_text p{
  padding-bottom: 25px;
}

  .footer_3 .side_bar_reviews ul li{
    margin-bottom: 30px;
  }

    .footer_3 .side_bar_reviews ul li .scale_image_container{
      margin-right: 15px;
      margin-bottom: 0;
    }

    .footer_3 .side_bar_reviews ul li .post_text{
      padding-top: 5px;
      overflow: hidden;
    }

      .side_bar_reviews ul li .post_text h4{
        font-size: 14px;
      }

      .side_bar_reviews ul li .post_text .event_date{
        font-size: 12px;
      }

      .footer_3 .side_bar_reviews ul li .post_text h4{
        color: #fff;
      }

/* Footer 4 */

.footer.footer_4 .top_footer_banner{
  padding: 3px 0 5px 0;
}

/* Footer 5 */

.footer.footer_5 .widget_gallery .photo_gallery{
  border-color: #f2f2f2;
}

  .footer.footer_5 .widget_gallery .photo_gallery h3{
    color: #f2f2f2;
  }

  .footer.footer_5 .widget_gallery .photo_gallery h4 a{
    color: #fff;
  }

  .footer.footer_5 .widget_gallery .photo_gallery .view_button,
  .footer.footer_5 .widget_gallery .photo_gallery .owl-prev,
  .footer.footer_5 .widget_gallery .photo_gallery .owl-next{
    background: #383e44;
    color: #f2f2f2;
  }

  .footer.footer_5 .widget_gallery .photo_gallery .view_button:hover,
  .footer.footer_5 .widget_gallery .photo_gallery .owl-prev:hover,
  .footer.footer_5 .widget_gallery .photo_gallery .owl-next:hover{
    background: #ff680d;
  }

  .footer.footer_5 .widget_writers .writers_list{
    margin-bottom: 30px;
  }

    .footer.footer_5 .widget_writers .writers_list li h4{
      color: #fff;
    }

/*update 1.2*/

.sub_menu_wrap .sub_menu_wrap.sub_menu_inner_2{
    background: #3e454c;
    left: initial;
    right: 100%;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
