/**
 * The main stylesheet for Tower.
 *
 * @package Tower
 * @author  LunarTheme
 * @link    http: //www.lunartheme.com
 */


/*--------------------------------------------------
 CSS Overview
 ----------------------------------------------------------

 1. Reset
 2. TypoGraphy
 3. Loader
 4. Header
 4.1. Header - Middle
 4.2 Header - Bottom
 4.3 Header-search
 5. Main-menu
 5.1 Sub Menu
 5.2 Mega-menu
 6. Title-bar
 7. Footer
 7.1 Footer dark
 7.2 coppy-right
 8. Sidebar
 8.1 No Sidebar
 8.2 Right Sidebar
 9. Widget
 9.1 Widget Search
 9.2 Widget-category
 9.3 Widget-tweets
 9.4 Widget Tags
 9.5 widget social
 9.5 widget-mail
 10. Blog single audio
 10.1 Post-content
 10.2 Tags Share
 10.3 Author
 10.4 Relate Post
 10.5 Comments

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


/*--------------------------------------------------------------
 CSS Overview
 ---------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700italic,700,500italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Lato);

/*--------------------------------------------------------------
 1. Reset
 --------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 14px;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http: //clagnut.com/blog/348/#c790 */
    overflow-x: hidden;
    overflow-y: auto;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*, *:before, *:after {
    /* apply a natural box layout model to all elements; see http: //www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http: //caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http: //caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.75em;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

table, th, td {}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

th, td {
    padding: 6px;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    color: #999;
    font-weight: bold;
    padding: 0 15px 15px 15px;
}

td {
    border-width: 0 1px 1px 0;
    padding: 15px;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    color: #000;
}
#today a {
    color: #00d2ff;
}

a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #999;
}

a:hover, a:focus {
    text-decoration: none;
    color: #00d2ff;
}

a img {
    border: 0;
}

p, .desc, .k2t-text-box, span, a {
    font-family: 'Roboto';
}

header p, header .desc, header span {
    font-family: 'Raleway';
}


/*--------------------------------------------------------------
    WordPress Recommended Classes
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: inline;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-style: oblique;
    font-size: 85%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 100%;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 9999;
    /* Above WP toolbar */
}

.gallery-caption {
    color: #ccc;
}

.sticky {
    z-index: 100;
}

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

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

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

.align-left > *, .align-right > *, .align-center > * {
    /* display: inline-block; */
}

.bypostauthor {}


/*-------------------------------------------
 2.Typography
 ---------------------------------------------*/

button, input, select, textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1 {
    font-size: 320%;
    padding-bottom: 10px;
    font-family: 'Raleway';
}

h2 {
    font-size: 280%;
}

h3 {
    font-size: 200%;
    line-height: 1.7em;
    font-family: 'Raleway';
}

h4 {
    font-size: 170%;
    line-height: 1.8em;
    font-family: 'Raleway';
}

h5 {
    font-size: 140%;
    line-height: 1.9em;
}

h6 {
    font-size: 110%;
    line-height: 2em;
}

b, strong {
    font-weight: 700;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote, q {
    padding-left: 70px;
    font-size: 18px;
    font-style: italic;
    border-left: 5px solid #00d2ff;
    color: #666;
    padding: 40px 96px 35px 85px;
    margin-bottom: 30px;
    font-size: 121.4285%;
    font-style: italic;
    font-weight: 300;
    line-height: 202%;
    position: relative;
}

q:after {
    content: "";
}

.entry-thumb blockquote:after {
    content: '';
}

blockquote:after {
    content: url('../images/single-quote.png');
    width: 36px;
    height: 32px;
    display: block;
    position: absolute;
    right: 0;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}

code, kbd, tt, var {
    font-size: 100%;
}

abbr, acronym {
    border-bottom: 1px solid #474747;
    cursor: help;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: none;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 1.5em;
}

img {
    border: 0;
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: 600;
    text-transform: uppercase;
}

pre, code {
    font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

::selection {
    background: #3f51b5;
    /* Safari */
    color: #FFF;
}

::-moz-selection {
    background: #3f51b5;
    /* Firefox */
    color: #FFF;
}

button {
    width: 170px;
    height: 50px;
    border: none;
    padding: 0;
    background: #00d2ff;
}

button a {
    color: #fff;
    text-transform: uppercase;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    font-family: "Roboto";
}


/*---------------------------
 background
 ---------------------------------------*/

.bg-blue {
    background-color: #00d2ff !important;
}

.bg-red {
    background-color: #ff1976 !important;
}

.bg-green {
    background-color: #09b248 !important;
}

.bg-orange {
    background-color: #ff8400 !important;
}

.bg-violet {
    background-color: #8d84e4 !important;
}

.bg-pink {
    background-color: #ff6bb1 !important;
}

.bg-sky {
    background-color: #497FE0 !important;
}

.bg-black {
    background-color: #3d3d3d !important;
}

.bg-gray {
    background-color: #b9b9b9 !important;
}

.bg-brown {
    background-color: #603913 !important;
}

.bg-while {
    background-color: #fff !important;
}


/*---------------------------------------
 border
 ------------------------------------*/

.bd-while {
    border: 1px solid #fff !important;
}

.bd-blue {
    border: 1px solid #00d2ff !important;
}

.bd-gray {
    border: 1px solid #e6e6e6 !important;
}

.clear-css {
    clear: both;
}

#wraper {
    max-width: 1920px;
    margin: auto;
}

.main-content {
    margin: 100px 0 30px 0;
}

.no-sidebar .main-content img {
    width: 100%;
}

.no-padding {
    padding: 0px;
}

.container-wrap {
    width: 1200px;
    padding-left: 15px;
}

h4.entry-title a {
    font-family: 'Raleway';
    color: #000;
}

.widget {
    color: #999;
    font-size: 14px;
}
/*fix 29/11*/
.widget .widget-title {
    color: #000;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 70px;
    margin-bottom: 25px;
    letter-spacing: .5px;
    padding-left: 0px;
}

.widget_latest_tweets_widget .widget-title {
    line-height: 58px;
}

.widget ul li a:hover {
    color: #00d2ff;
}

.widget span {
    color: #999;
    text-transform: capitalize;
}

.widget h4 {
    text-transform: capitalize;
    margin: 0px;
}


/*------------------------------------------------
 3. Loader
 ------------------------------------------------------*/


/*-----------------------------------------------
 4. Header
 ----------------------------------------------------*/

.header-mid {
    height: 75px;
    line-height: 75px;
    position: relative;
}


/*-----------------------------------------------
 5. Main-menu
 --------------------------------------------------------*/

.k2t-header {
    height: 74px;
    font-family: 'Raleway';
    line-height: 74px;
}

.k2t-menu > li > a {
    display: block;
    font-size: 15px;
}

.k2t-menu > li > a span {
    text-transform: uppercase;
}

.k2t-menu li ul li {
    width: 100%;
}

.k2t-menu li .sub-menu a.has-icon i {
    margin-left: 10px;
    margin-top: -8px;
}

.k2t-menu > li a span.k2t-title-menu {
    margin-left: 0;
}

.k2t-menu > li a i {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 110%;
    margin-top: -6px;
}

.k2t-menu li ul li:last-child a {
    border: 0;
}

.k2t-menu li ul li a:hover {
    background: #f9f9f9;
}

.k2t-menu li ul ul {
    left: 148px;
    top: -1px;
}


/*--------------------------------------------------------------
 4.1. Header - Middle
 --------------------------------------------------------------*/

#main-nav {
    float: right;
}

.k2t-menu {
    z-index: 9000;
    float: right;
}

.k2t-menu > li {
    overflow: hidden;
}

.k2t-menu > li:hover {
    overflow: inherit;
}

.k2t-menu > li a i {
    margin-right: 10px;
}


/*-------------------------------------------------
 5.1 Sub Menu
 --------------------------------------------------*/

.k2t-menu li:hover > ul {
    opacity: 1;
    z-index: 888;
}

.k2t-menu > li ul li {
    list-style: none;
    position: relative;
    height: 0;
}

.k2t-menu > li:hover ul li {
    height: 100%;
}

.k2t-menu li ul li a {
    line-height: 1;
    text-transform: capitalize;
    padding: 10px 20px;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    font-size: 14px;
}

.k2t-menu li ul > li:hover > a, .k2t-menu li ul > li.current-menu-item > a, .k2t-menu li ul > li.current-menu-ancestor > a {
    background: hsla(0, 0%, 96%, 1);
}

.k2t-menu li ul li ul {
    left: 200px;
    top: 0;
}

.element-editor {
    font-size: 85%;
}


/*--------------------------------------------------------------
 4.2 Header - Bottom
 --------------------------------------------------------------*/

.k2t-menu li, .k2t-menu li {
    float: left;
    position: relative;
    list-style: none;
}

.k2t-menu > ul > li > a {
    border-bottom: 1px solid #00d2ff;
}

.k2t-menu li > a:hover, .k2t-menu li.active > a, .k2t-menu li > a.current {
    color: #00d2ff;
}

.k2t-blog {
    margin-top: 100px;
}

/*  .k2t-menu > li.children > a:before,
 .k2t-header-bot .k2t-menu > li.children > a:after {
 content: "";
 background: #ccc;
 margin-top: -1px;
 position: absolute;
 top: 50%;
 height: 2px;
 width: 7px;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition:    all .3s ease-in-out 0s;
 transition:         all .3s ease-in-out 0s;
 }
 .k2t-menu > li.children > a:before,
 .k2t-menu > li.children > a:hover:after {
 -webkit-transform: rotate(45deg);
 -moz-transform:    rotate(45deg);
 -ms-transform:     rotate(45deg);
 -o-transform:      rotate(45deg);
 transform:         rotate(45deg);
 }
 .k2t-menu > li.children > a:after,
 .k2t-menu > li.children > a:hover:before {
 -webkit-transform: rotate(-45deg);
 -moz-transform:    rotate(-45deg);
 -ms-transform:     rotate(-45deg);
 -o-transform:      rotate(-45deg);
 transform:         rotate(-45deg);
 }
 .k2t-menu > li.children > a:before {
 right: 7px;
 }
 .k2t-menu > li.children > a:after {
 right: 3px;
 }
 .k2t-menu > li.children > a:hover:before,
 .k2t-menu > li.children > a:hover:after {
 right: 3px;
 width: 11px;
 background-color: #3f51b5;
 } */

.k2t-menu li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 250px;
    background: #fafafa;
    left: 50%;
    margin-left: -145px;
    z-index: 100;
}

.k2t-menu li:hover > ul, .k2t-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.k2t-menu > li:hover > ul {
    margin-left: -105px;
}

.k2t-menu ul li {
    display: inline-block;
    width: 100%;
}

.k2t-header .menu-main-menu.k2t-menu > ul > li {
    padding: 25px 15px 10px 15px;
}

.k2t-menu ul li:last-child > a {
    border: 0;
}

.k2t-menu ul li.children > a:after, .sub-menu>li.menu-item-has-children>a:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: 15px;
}

.k2t-menu ul ul {
    left: 208px;
    left: 207px\9;
    margin: 0;
    top: -1px;
}

.k2t-menu .menu-rtl > ul {
    left: -210px;
}

.k2t-menu > li > a {
    font-weight: 600;
    position: relative;
    padding: 0 15px;
    text-transform: none;
}

.k2t-menu li a {
    color: #000;
}

.k2t-menu li .sub-menu a.has-icon i {
    margin-top: -8px;
}

.k2t-menu li .sub-menu a.has-icon span.k2t-title-menu {
    margin-left: -5px;
}

.k2t-menu > li a.has-icon {
    padding-left: 10px;
}

.k2t-menu > li a span.k2t-title-menu {
    margin-left: 0;
}

.k2t-menu > li a i {
    font-size: 110%;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -7px;
}

.k2t-menu li ul ul {
    top: -1px;
}

/*-----------------------------------------------
 5.2 Mega-menu
 --------------------------------------------------------*/

.k2t-header .k2t-menu li.k2t-megamenu {
    position: static;
}

.k2t-header .k2t-menu .mega-container {
    padding: 0 80px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    right: 0;
    top: 74px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.k2t-header .k2t-menu .k2t-megamenu:hover .mega-container, .k2t-header .k2t-menu .k2t-megamenu:hover .mega-container ul {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    margin-left: 0;
}

.k2t-header .k2t-menu .mega-container ul {
    visibility: hidden;
    opacity: 1;
    position: static;
    margin: 0;
    border: 0;
    overflow: hidden;
    width: 100%;
}

.k2t-header .k2t-menu .mega-container > ul {
    display: table;
    padding: 0;
    table-layout: fixed;
    visibility: hidden;
    width: 100%;
}

.k2t-header .k2t-menu .mega-container > ul > li {
    border-top: 0;
    display: table-cell;
    float: right;
    max-width: 350px;
    vertical-align: top;
}

.k2t-header .k2t-menu .mega-container > ul > li > a {
    border: 0;
    text-transform: uppercase;
    padding: 15px 20px;
}

.k2t-header .k2t-menu .mega-container > ul > li:hover > a, .k2t-header .k2t-menu .mega-container > ul > li.current-menu-item > a, .k2t-header .k2t-menu .mega-container > ul > li.current-menu-ancestor > a {
    background: none;
}

.k2t-header .k2t-menu .mega-container .k2t-megamenu-submenu > a {
    font-weight: 700;
}

.k2t-header .k2t-menu .mega-container > ul > li > ul {
    font-size: 100%;
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.k2t-header .k2t-menu .mega-container li.children > a:after, .k2t-header-top .k2t-menu .mega-container a:before {
    display: none;
}

.k2t-header .k2t-menu .mega-container .sub-menu {
    width: 100%;
    padding-left: 0;
}

.k2t-header .k2t-header-top .k2t-menu .mega-container {
    background: #fff;
    border-color: #ddd;
}

.k2t-header-top .k2t-menu .mega-container li ul li a:hover {
    background: none;
}


/*-------------------------------------------------
 4.3 Header-search
 ----------------------------------------------------*/

.btn-search, .btn-shop-cart {
    font-size: 18px;
    font-weight: 500;
}

.btn-search {
    float: right;
    padding: 0px 30px 0 15px;
}

.btn-shop-cart {
    float: right;
    padding-right: 50px;
    position: relative;
}

.btn-shop-cart .cart-control {
    display: block;
    position: relative;
}

.btn-shop-cart:hover .shop-item {
    background: #fff;
    border-bottom: 2px solid #00d2ff;
    display: block;
}

.btn-shop-cart .shop-item {
    position: absolute;
    display: none;
    width: 400px;
    z-index: 100;
    right: 50px;
    top: 85px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.btn-shop-cart .shop-item:before {
    content: "\f04b";
    color: #FFF;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    position: absolute;
    top: -14px;
    right: 20px;
    ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.btn-shop-cart .shop-item ul {
    border-bottom: 1px dashed #e8e8e8;
}

.shop-item ul .product_list_widget li {
    list-style: none;
}

.shop-item ul li {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 6px 30px 15px;
}

.shop-item ul li:last-child {
    margin-bottom: 15px;
}

.shop-item ul li .img-product {
    display: block;
    float: left;
}

.shop-item ul li .info-product {
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}

.shop-item ul li .name-product {
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
}

.shop-item ul li .info-product span {
    display: block;
    line-height: 100%;
}

.shop-item ul li:hover {
    background: #f6f6f6;
}

.shop-item ul li .zmdi-close {
    font-size: 18px;
    padding-top: 20px;
}

.shop-item ul li:hover .zmdi-close {
    color: #00d2ff;
}

.shop-item ul li .info-product span:first-child {
    line-height: 1em;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    text-transform: uppercase;
}

.shop-item ul li img {
    border: 1px solid #00d2ff;
}

.shop-item ul li .amount {
    font-size: 15px;
    font-family: 'Roboto';
    color: #999;
}

.shop-item ul li del {
    font-size: 13px;
    padding-left: 5px;
}

.shop-item .total, .shop-item .btn-control {
    padding: 0px 30px;
}

.shop-item .total {
    border-bottom: 1px dashed #e8e8e8;
    color: #00d2ff;
    font-family: 'Roboto'
}

.shop-item .btn-control {
    padding: 30px;
    margin-bottom: 30px;
}

.shop-item .btn-control button {
    height: 36px;
    line-height: 36px;
    width: 116px;
}

.shop-item .btn-control button a {
    font-size: 14px;
}


/*--------------------------------------------
 6. Title-bar
 ----------------------------------------------------*/

.title-bar {
    color: #fff;
    height: 500px;
    padding-top: 230px;
}

.single-product .title-bar {
    //  background: url('../images/detail-product.png');
}

.title-bar ul li {
    display: inline-block;
}

.title-bar ul li a {
    color: #ccc;
    text-transform: capitalize;
}

.title-bar ul li.current a {
    color: #00d2ff;
    text-transform: capitalize;
}

.title-bar ul li a:hover {
    color: #00d2ff;
}

.active > li + li:before {
    content: "\f105";
    color: #ccc;
    font: normal normal normal 14px/1 FontAwesome;
    padding: 0 8px;
}

.title-bar .name-titlebar h1 {
    font-size: 36px;
    font-family: "Raleway";
    font-weight: 600;
    padding: 0;
    padding-left: 8px;
    padding-top: 2px;
    letter-spacing: .8px;
}

.link-titlebar {
    padding-top: 6px;
    font-size: 13px;
    padding-left: 16px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
}


/*----------------------------------------------------
 7. Footer
 ---------------------------------------------------*/

.footer-wrap {
    background: #2f2f2f;
    color: #696969;
    padding-top: 100px;
    line-height: 2.14;
    padding-bottom: 35px;
}


/*----------------------------------------------
 7.1 Footer dark
 -------------------------------------------------------*/

.dark-bg .widget .widget-title {
    color: #fff;
}

.dark-bg .widget span, .widget ul li a {
    color: #666;
    font-family: 'Roboto';
}

.dark-bg .widget ul li a:hover {
    color: #fff;
}

.widget-title {
    padding: 100px 0px 60px 0px;
}

.dark-bg .widget-title {
    color: #fff;
    font-size: 18px;
}

#text {
    font-size: 14px;
    color: #fff;
}


/*-----------------------------------------------
 Widget-text
 ----------------------------------------------------*/

.widget_text ul li, .widget-recent-post ul li {
    border-top: 1px solid #474747;
    padding: 11px 0px;
}

.widget_text p {
    padding-bottom: 15px;
}

.widget_text ul span.test {
    float: left;
}

.widget_text ul i {
    font-size: 18px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.dark-bg .widget-tags ul li {
    padding: 10px 10px 10px 0px;
    float: left;
}

.dark-bg .widget-tags ul li a {
    background: #535353;
    padding: 8px 16px;
    text-transform: capitalize;
}

.dark-bg .widget-tags ul li a:hover {
    background: #00d2ff;
}

.widget-recent-post ul li:first-child {
    border: none;
    padding-top: 0px;
}

.widget-recent-post .list-post li:hover {
    color: #00d2ff;
}

.widget-recent-post .list-post li:before {
    content: "\f101";
    font-weight: 900;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
}


/*-------------------------------
 9.5 widget-mail
 -------------------------------------------*/

.widget-mail {
    padding-bottom: 20px;
    border-bottom: 1px solid #474747;
}

.widget-mail p {
    padding-bottom: 32px
}

.widget-mail form {
    padding: 10px 0px;
    height: 50px;
}

.widget-mail button, .widget-mail input {
    border: none;
    height: 50px;
    padding: 0px;
}

.widget-mail button {
    background: #00d2ff;
    width: 50px;
}

footer .widget-mail button {
    line-height: 0;
    border-radius: 0;
}

.widget-mail input {
    background: #696969;
    color: #fff;
    font-style: italic;
    line-height: 50px;
    padding: 10px 25px;
}


/*----------------------------------------
 9.6 widget social
 ------------------------------------------------*/

.widget-social li {
    float: left;
    padding-right: 20px;
    padding-top: 10px;
}

.widget-social li a {
    font-size: 18px;
}

.dark-bg .widget-social ul li a:hover {
    color: #00d2ff;
}


/*-------------------------------------
 7.2 Coppy Right
 ----------------------------------------------*/

#coppy-right {
    background: #252525;
    color: #999999;
    padding: 22px 0;
}

#coppy-right span {
    float: left;
    height: 40px;
    line-height: 40px;
}

#coppy-right strong a {
    color: #00d2ff;
}

#coppy-right img {
    border: 1px solid #666666;
    float: right;
    padding: 12px 14px;
    position: relative;
    top: -6px;
}


/*------------------------------------------------
 8. Sidebar
 -----------------------------------------------------*/

.sidebar {
    margin-bottom: 30px;
    width: 83.33%;
    margin-top: 50px;
    padding: 0 10px;
    margin-top: 73px;
    position: relative;
}

.sidebar aside {
    margin-bottom: 33px;
}


/*----------------------------------
 8.1 No Sidebar
 ----------------------------------------*/

.no-sidebar .sidebar {
    display: none;
}

.no-sidebar .col-md-8 {
    width: 100%;
}

.no-sidebar .entry-thumb .icon-quote {
    width: 8%;
}

.no-sidebar .item-post i {
    top: 250px;
}

.no-sidebar .gototop img {
    width: 3%;
}

.no-sidebar .main-content img {
    width: 100%;
}


/*---------------------------------
 8.2 Right Sidebar
 --------------------------------------------*/

#right-sidebar.col-md-8 {
    float: right;
}

.right-sidebar .sidebar {
    float: right;
}


/*-------------------------------------------
 sidebar-second
 -------------------------------------------------*/

.sidebar-second {
    width: 100% !important;
}


/*------------------------------------------
 9.1 Widget Search
 -------------------------------------------------*/

.widget-search input {
    background: #f6f6f6;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 15px;
    font-family: "Roboto";
    height: 50px;
    line-height: 50px;
    padding: 10px 20px;
    width: 100%;
}

.widget_search #searchform {
    padding-top: 8px;
}


/*-----------------------------------------------
 9.2 Widget-category
 -----------------------------------------------------*/

.widget_categories ul li a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    text-align: left;
    color: #666666;
    text-transform: capitalize;
}

.widget-recent-post article h4 a {
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    text-align: left;
    color: #333333;
    text-transform: uppercase;
}

.widget-recent-post .posts-list {
    padding-left: 0;
}

.widget-recent-post article h4 a:hover {
    color: #00d2ff;
}

.widget_categories ul li, .widget_archive ul li, .widget_recent_comments ul li {
    padding-bottom: 12px;
}

.widget_categories ul li:last-child {
    padding-bottom: 0px;
}

.widget_categories ul > li:before, .widget_archive ul > li:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 15px;
    font-size: 14px;
}

.widget_categories .count {
    float: right;
}


/*-------------------------------------
 9.3 Widget-tweets
 ----------------------------------------------*/

.widget-tweets ul li {
    padding-bottom: 20px;
}

.widget-tweets ul li span {
    color: #ccc;
}

.widget-tweets #view-all a {
    color: #999;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

.widget-recent-post .post-thumb {
    float: left;
}

.widget-recent-post .post-item {
    margin-bottom: 40px;
    height: 64px;
}

.post-text {
    padding-left: 100px;
    font-family: 'Raleway', sans-serif;
}

.post-text h4 {
    font-size: 16px;
}

.post-item img {
    width: 100%;
}

#post-item-bt {
    padding-bottom: 0px
}


/*---------------------------------------
 9.4 Widget Tags
 ----------------------------------------------*/

.widget-tags a {
    color: #999;
}

.widget-tags a:hover {
    color: #00d2ff;
}

#wg-tags {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    width: 270px;
}

#wg-tags a:after {
    content: ",";
}

.widget_tag_cloud .tagcloud {
    line-height: 2;
}

/*---------------------------------------
 9.5 Widget Archived
 ----------------------------------------------*/
.widget ul li.current-cat a {
    color: #00d2ff;
}

/*-------------------------------------------------
 owl-carousel
 --------------------------------------------------------*/

.owl-carousel {
    overflow: hidden;
}

.item-post .excerpt {
    padding-right: 15px;
}

.item-post i {
    color: #fff;
    background: #2e2e2d;
    padding: 6px 10px;
    position: absolute;
}

.item-post .owl-next i {
    right: 20px;
}

.item-post .owl-prev i {
    left: 20px;
}

.owl-prev:hover, .owl-next:hover {
    color: #fff;
    background: #00d2ff;
    cursor: pointer;
}


/*--------------------------
 slick-slider
 -------------------------------*/

.slider-item {
    margin-top: 95px;
}

.slider-item .slider-nav img {
    padding-bottom: 30px;
    height: 160px;
    width: 100px;
}

.slider-item .slider-nav button {
    display: none;
    background: #cecece;
    color: #999;
}

.slider-item .slider-nav button:hover {
    background: #00d2ff;
    color: #fff;
}

.slick-slider .slick-slide.slick-active {
    opacity: 0.75;
}

.slick-slider .slick-slide.slick-current.slick-active {
    opacity: 1;
}

.s-product-detail .slider-item .slick-next {
    top: 15px;
    left: 40px;
}

.s-product-detail .slider-item .slick-prev {
    top: 550px;
    left: 40px;
}

.slider-item .slick-prev, .slider-item .slick-next {
    top: 100%;
}

.slick-next:before {
    content: "\33" !important;
}

.slick-prev:before {
    content: '\32' !important;
}

.slick-prev:before, .slick-next:before {
    color: #999 !important;
    font-family: 'ElegantIcons' !important;
    height: 30px;
    width: 30px;
}

.slick-prev:hover, .slick-next:hover {
    
}

.slider-item .slider-nav {
    padding: 65px 0 30px 0;
}


/*-----------------------------------------------------
 page-number
 ---------------------------------------------------------------*/

.b-pagination .page-numbers a {
    border: none;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.b-pagination .page-numbers a:hover {
    background: none;
    border-bottom: 1px solid #00d2ff;
    color: #00d2ff;
    border-radius: none;
}

.b-pagination .page-numbers .current {
    font-size: 20px;
}

.b-pagination .page-numbers > li:first-child > a, .b-pagination .page-numbers > li:first-child > span, .b-pagination .page-numbers > li:last-child, .b-pagination .page-numbers > li:first-child > span > a {
    border-radius: 0;
}


/*-------------------------------------------
 11.item-post
 --------------------------------------------------*/

.small-thumbnail.item-post h4 {
    padding-top: 0;
}

.page .item-post h4 {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 400;
    height: auto;
    line-height: 1.4em;
    padding-top: 34px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.item-post h4 a:hover {
    color: #00d2ff;
}

.item-post h4 a {
    font-family: 'Raleway';
    color: #000;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.related-post>h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.related-post .item-post h4 a {
    font-size: 18px;
    padding-top: 20px;
    display: inline-block;
    font-weight: bold;
}
.related-post .item-post .date-time li a {
    font-size: 12px;
}
.blog-listing .item-post h4 a {
    font-size: 24px;
}

.item-post {
    margin-bottom: 50px;
    padding: 0;
}

.page .item-post ul li {
    font-size: 12px;
    float: left;
    padding-right: 5px;
}

.item-post ul li a, .item-post ul li span {
    color: #999;
    text-transform: uppercase;
}

.item-post .date-time li:first-child a, .item-post ul li a:hover {
    color: #000;
    font-weight: 500;
}
ul.date-time li {
    display: inline;
}
.item-post .date-time {
    padding-bottom: 20px;
    padding-left: 0;
    padding-top: 10px;
}

.item-post .date-time a {
    font-family: 'Roboto';
}

.item-post .date-time li a:hover {
    color: #000;
}

.date-time > li + li:before {
    content: "|";
}

.item-post {
    letter-spacing: 0.5px;
}

.item-post p {
    color: #747474;
    padding-bottom: 25px;
    letter-spacing: 0.5px;
}

.related-post .owl-carousel .owl-item > * {
    width: auto;
}

.related-post .owl-carousel .owl-item .item-post {
    margin-right: 25px;
}
.related-post .item-post .date-time {
    padding-top: 0;
}

/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.item-post .owl-dots {
    display: none;
}

.item-post .item {
    width: 100% !important;
}

.item-post .more-link span {
    color: #999;
    text-transform: uppercase;
    float: left;
}

.item-post a:hover span {
    color: #00d2ff;
}

.item-post .icon {
    position: relative;
    top: 3px;
    right: -6px;
}

.item-post .load-more button a:hover {
    color: #fff;
}

.item-post .entry-thumb {
    position: relative;
}


/*----------------------------------------------
 Blog-single-images-slider
 ----------------------------------------------------*/

.post-thumb {
    position: relative;
}

.images-slider i {
    color: #fff;
    background: #2e2e2d;
    font-size: 20px;
    padding: 6px 10px;
    position: absolute;
    top: 190px;
}

.images-slider .owl-next i {
    text-align: center;
    right: 5px;
}

.images-slider .owl-prev i {
    text-align: center;
    left: 5px;
}


/*--------------------------------------------------------------------------
 sidebar second (filter section)
 ----------------------------------------------------------------------------------*/

.filter h3 {
    color: #000;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.filter-section h4 {
    padding-bottom: 40px;
}

.filter-selection .filter #slider-range {
    margin-bottom: 40px;
    color: #ccc;
}

.filter-selection .filter #slider-range .ui-slider-range {
    color: #00d2ff;
}

.filter-selection .filter .range-price {
    color: #333;
    font-family: 'roboto';
    text-transform: uppercase;
    border: none;
}

.filter .ui-slider-horizontal {
    height: 2px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: url('../images/price.png');
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #00d2ff !important;
    border-radius: 50%;
    background: #fff;
    border: none;
}

.ui-slider-handle {
    position: relative;
}

.ui-slider-handle:before {
    content: '';
    background-color: #00d2ff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ui-slider-horizontal .ui-slider-handle {
    top: -10px;
}

.track a.prev, .track a.next {
    background: url('../images/123.jpg');
}


/*------------------------------------------------
 10. Blog single audio
 ----------------------------------------------------*/

.post-audio > a {
    position: relative;
    display: block;
}

.post-audio > a > .mask-item {
    background: url(../images/audio.png);
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    height: 15%;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 48%;
    transform: translateX(-50%);
}

.post-link {
    display: block;
    position: relative;
}

.post-link img {
    filter: contrast(50%);
}

.post-link a:hover {
    color: #fff;
}

.post-link span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
    font-family: "Roboto";
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    font-style: italic;
}

.item-post .post-link:hover span, .item-post .post-link:hover {
    color: #fff !important;
}

.post-video {
    display: block;
    position: relative;
}

.entry-thumb {
    overflow: hidden;
}

.entry-thumb:after {
    content: '';
    border: 2px solid #00d2ff;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    visibility: hidden;
}

.item-post:hover .entry-thumb:after {
    width: 30%;
    visibility: visible;
}

.post-video .mask-item:before {
    content: url(../images/video.png);
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
h4.comments-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}
.tags-share, .author, .relate-post, .comments, .respond, .social-share {
    border-top: 1px solid #e5e5e5;
    float: left;
    padding: 40px 0px;
    width: 100%;
}

.author {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.introduce-author h4, .relate-post h4, .comments h4, .relate-post h4, .respond h4, .relate-post ul li a {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.relate-post h4, .comments h4, .respond h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.tags-share .title-tagcloud, .tags-share .title-social-share, .title-category, .title-social-share{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
    text-transform: uppercase;
}
.tagcategories {
    display: inline;
}
.categories .list {
    display: inline; 
}
.categories .list a {
    display: inline-block;
}

#single-audio {
    background: url('../images/title-audio.png');
}

.icon-quote {
    position: absolute;
    right: 20px;
}


/*----------------------------------
 10.1 Post-content
 -----------------------------------------*/

.post-thumbnai {
    padding-top: 100px;
}

.post-content p {
    padding-bottom: 25px;
}

.post-content p, .post-content ul {
    color: #666;
    font-weight: 500;
}

.post-content p:first-child {
    color: #000;
    font-weight: normal;
    padding-top: 20px;
}

.post-content ul {
    padding-left: 15px;
    padding-bottom: 15px;
    list-style: square;
}

.post-content blockquote {
    margin-top: 0;
    padding-top: 35px;
    position: relative;
}

.post-content blockquote:after {
    content: "";
}

.post-content p:last-child {
    padding-bottom: 100px;
    padding-top: 30px;
}

.introduce {
    color: #000;
    font-weight: 600;
}


/*-------------------------------------
 10.2 Tags Share
 --------------------------------------------*/

.tags-share, .categories, .social-share {
    border-top: 1px solid #e5e5e5;
    font-family: 'Montserrat', sans-serif;
    padding: 35px 0;
}
.social-share span {
    padding-right: 10px;
}
.social-share {
    border-bottom: 1px solid #e5e5e5;
}
.tags-share span a,  .categories a{
    color: #999;
}

.tags-share span a:hover {
    color: #00d2ff;
}

.tags-share i {
    font-size: 18px;
    padding-right: 10px;
}

.tagcloud a {
    text-transform: capitalize;
}

.tagcloud a:after {
    content: ",";
}

.tagcloud a:last-child:after {
    content: none;
}

/*---------------------------------
 10.3 Author
 ---------------------------------------------*/

.introduce-author {
    background: #f6f6f6;
    height: 215px;
    padding: 0 40px;
    font-family: 'Raleway', sans-serif;
}

.introduce-author h4 {
    padding: 25px 0 15px 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: "Roboto";
}

.introduce-author p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}


/*------------------------------------
 10.4 Relate Post
 -------------------------------------------*/

.owl-dots {
    display: none;
}

.relate-post .title-relate, .comments .title-comments {
    padding-bottom: 40px;
}

.relate-post .item-post {
    width: 100%;
    padding-right: 15px;
}

.relate-post .item-post h4 {
    font-weight: 600;
}


/*----------------------------------------
 10.5 Comments
 ------------------------------------------------*/

.comments .avata {
    float: left;
}

.comments .content-comment {
    padding: 20px;
    background: #f6f6f6;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    line-height: 2em;
    margin-bottom: 30px;
    margin-left: 100px;
}

.comments .content-comment .name {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.comments .content-comment .name span {
    color: #00d2ff;
    font-style: italic;
}

.comments .content-comment .time {
    color: #999;
    font-size: 12px;
}

.respond {
    font-family: 'Roboto', sans-serif;
    color: #999;
}

.respond span {
    font-family: 'Roboto';
    font-style: italic;
}

.comment-form {
    margin-top: 0;
}

.comment-form .name-comment, .comment-form .emain-comment, .comment-form .website-comment, .comment-form .text-comment, .comment-form .submit-text {
    padding-bottom: 30px;
}

.comment-form input {
    height: 50px;
    padding-left: 20px;
    width: 100%;
    font-family: 'roboto';
}

.comment-form .name-comment, .comment-form .email-comment {
    width: 48%;
}

.comment-form .name-comment {
    float: left;
}

.comment-form .email-comment {
    float: right;
}

.comment-form .text-comment textarea {
    height: 180px;
    width: 100%;
    padding-left: 20px;
}

.submit-text button {
    border: none;
    border-radius: 5px;
    width: 200px;
}


/*----------------------------------------------
 Blog-single-images-slider
 ----------------------------------------------------*/


/*------------------------------------------------
 Blog-masonry
 ----------------------------------------------------*/

.blog-masonry .isotope-2-column .gutter-sizer {
    width: 50%;
}

.blog-masonry .isotope-3-column .gutter-sizer {
    width: 33.3333%;
}

.blog-masonry .isotope-4-column .gutter-sizer {
    width: 25%;
}

.blog-masonry .isotope-2-column .item-post {
    width: 50%;
}

.blog-masonry .isotope-4-column .item-post {
    width: 25%;
}

.blog-masonry .isotope-3-column .item-post {
    width: 33.3333%;
}

.blog-masonry .isotope-3-column .item-post i {
    top: 100px;
}

.blog-masonry .isotope-4-column .item-post i {
    top: 125px;
}

.blog-masonry .isotope-3-column .item-post .owl-prev i {
    left: 0;
}

.blog-masonry .isotope-3-column .item-post .owl-next i {
    right: 0;
}

.blog-masonry .isotope-3-column .item-post .quote {
    padding: 20px;
}

.blog-masonry .isotope-4-column .item-post .quote {
    padding: 35px;
}

.blog-masonry .item-post {
    display: block;
    float: left;
}

.blog-masonry .grid .item-post {
    padding: 0 15px;
}

.blog-masonry .grid {
    margin: 0 auto;
    /* centered */
}

.blog-masonry .quote .icon-quote {
    right: 40px;
    bottom: 65px;
}

.blog-masonry .load-more {
    margin-top: 40px;
    margin-bottom: 100px
}

.nav-seemore-inner a {
    border-radius: 5px;
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 600;
    color: #00d2ff;
    background: #fff;
    line-height: 50px;
    display: block;
    width: 170px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    border: 1px solid;
}

.nav-seemore-inner a:hover {
    color: #fff;
    background: #00d2ff;
}

.blog-masonry .item-post i {
    top: 160px;
}

.blog-masonry .item-post a:hover {
    color: #00d2ff;
}

.item-post .more-link span {
    font-weight: 500;
    letter-spacing: 1.2px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.item-post .quote {
    border: 15px solid #ededed;
    padding: 35px;
    font-style: italic;
    font-family: "Roboto";
    font-weight: 400;
    clear: both;
}

.item-post .quote p {
    padding-bottom: 0;
}

.item-post .quote a p {
    color: #666;
    font-style: normal;
}

p.author {
    border: none;
    padding-top: 20px;
}

p.author a {
    text-transform: uppercase;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    color: #333;
}

.blog-listing .format-quote, .small-thumb .format-quote, .content-left .format-quote, .content-right .format-quote {
    display: none;
}

.quote-wrapper {
    padding-right: 15px;
}

.item-post .quote .entry-author {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.item-post .quote .quote-content {
    font-style: italic;
}


/*-----------------------------------
 small-thumbnail
 ------------------------------------------*/


/*--------------------------------------------------
 blog small full-width
 ----------------------------------------------------*/

.full-width .b-small-thumb .small-thumb {
    height: 230px;
}

.full-width .b-small-thumb .entry-thumb {
    width: 42%;
}

.full-width .b-small-thumb .entry-content {
    padding-left: 500px;
}


/*------------------------------------------------------
 Blog-Grid
 ---------------------------------------------------------*/

.blog-grid .column-2 .item-post {
    width: 50%;
}

.blog-grid .column-2 .item-post:nth-child(2n+1) {
    clear: both;
    padding-left: 22px;
}

.blog-grid .column-2 .item-post:nth-child(2n) {
    padding-left: 22px;
    padding-right: 0;
}

.blog-grid .column-3 .item-post {
    width: 33.33%;
}

.blog-grid .column-3 .item-post:nth-child(3n+1) {
    clear: both;
}

.blog-grid .column-4 .item-post {
    width: 25%;
}

.blog-grid .column-4 .item-post:nth-child(4n+1) {
    clear: both;
}

.blog-grid .item-post {
    display: block;
    float: left;
}

.blog-grid .item-post i {
    top: 50%;
}

.full-width .blog-grid .column-2 .item-post i {
    top: 118px;
}

.full-width .blog-grid .column-3 .item-post .owl-prev i {
    top: 45px;
}

.full-width .blog-grid .column-3 .item-post .owl-prev i, .full-width .blog-grid .column-4 .item-post .owl-prev i {
    top: 45px;
}


/*--------------------------------------------------------
 product-detail
 -----------------------------------------------------------------*/

#related-product {
}

#content {
    margin-bottom: 90px;
}

#content .blog-listing .col-md-8, #content .blog-listing .col-md-4 {
    padding: 0 15px;
}

#content .container, #content .col-md-8, #content .col-md-4 {
    padding: 0 15px;
}

.name-product {
    font-size: 18px;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 10px;
}

.price {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 0;
}

.product-detail {
    font-family: 'Raleway';
    margin-top: 95px;
    margin-bottom: 30px;
    padding-left: 15px;
}

.product-detail .slick-slider img {
    height: 570px;
}

.product-detail p {
    font-family: 'Roboto';
}

.product-detail .review li {
    float: left;
}

.product-detail .review li a {
    color: #999;
    font-weight: 500;
    padding: 5px;
}

.product-detail .review li a:hover {
    color: #00d2ff;
}

.product-item .item {
    padding-left: 15px;
}

.star-rating {
    color: #fc0;
}

.product-detail .star-rating {
    float: left;
    padding-right: 20px;
}

.product-detail .excect-decription p, .product-detail .cart {
    padding: 20px 0 25px 0;
}

.product-detail .excect-decription p {
    margin-bottom: 0px;
}

.product-detail .stock {
    color: #999;
    font-weight: 500;
    line-height: 1em;
    padding-bottom: 25px;
}

.product-detail .stock a {
    color: #00d2ff;
}

.product-detail .excect-decription p {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.product-detail .cart .cart_quantity_button {
    float: left;
}

.product-detail .cart .cart_quantity_button a, .product-detail .cart .cart_quantity_button input {
    display: block;
    float: left;
}

.product-detail .cart .cart_quantity_button a {
    padding-top: 10px;
    padding-right: 5px;
}

.product-detail .cart .cart_quantity_button input {
    margin-right: 5px;
}

.product-detail .cart .cart_quantity_button span {
    padding: 12px 10px 10px 10px;
    font-size: 15px;
    font-weight: 600;
    background: #efefef;
}

.product-detail .cart .cart_quantity_input {
    font-family: 'roboto';
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    text-align: center;
    width: 70px;
}

.product-detail .cart .add-to-cart {
    float: left;
}

.cart .add-to-cart button {
    height: 40px;
}


/*-----------------------------------
 product-meta
 ---------------------------------------------*/

.product-detail .product-meta {
    font-family: 'Roboto';
    text-transform: capitalize;
    padding-bottom: 25px;
}

.product-detail .product-meta span {
    color: #00d2ff;
    padding-right: 5px;
}

.product-detail .cart .pull-right span {
    border: 2px solid #00d2ff;
    color: #00d2ff;
    font-size: 15px;
    line-height: 40px;
    padding: 10px;
}

.product-detail .product-meta a {
    color: #666;
}

.product-detail .product-meta a:hover {
    color: #00d2ff;
}


/*-----------------------------------
 social-icon
 ------------------------------------------*/

.product-detail .social {
    padding-bottom: 25px;
}

.product-detail .share-as {
    font-size: 16px;
    font-weight: 600;
    padding-right: 35px;
    text-transform: uppercase;
}

.product-detail .social i {
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    padding: 10px;
}

.product-detail .social a {
    padding-right: 10px;
}

.product-detail .social i:hover {
    background: #00d2ff;
}


/*-----------------------------------------
 product bottom
 -----------------------------------------------------*/

.product-detail .product-bottom .nav-tabs {
    font-family: 'Roboto' !important;
    border: none;
}

.nav-tabs > li {
    padding-right: 30px;
}

.nav-tabs > li > a:hover {
    border: none;
    background: none;
}

.nav-tabs > li > a {
    border: none;
    color: #ccc;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
}

.nav-tabs > li > a:hover {
    border-bottom-color: none !important;
    background: none;
    border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #00d2ff;
    background: none;
    color: #000;
}

.tab-content {
    color: #666;
}

.tab-content #home ul li:before {
    color: #666;
    content: '\5e';
    font-family: 'ElegantIcons';
    padding-right: 10px;
}

.tab-content > .active {
    font-family: "Roboto";
    padding: 30px 0;
}


/*-------------------------------------
 Related-product
 ----------------------------------------------*/

.relate-product {
    margin-bottom: 90px;
}

.relate-product h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 60px 0;
    text-align: center;
    text-transform: uppercase;
}

.relate-product .name-product {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.relate-product .item .button {
    color: #00d2ff;
    background: #fff;
    border: 1px solid #00d2ff;
}

.relate-product .price-sale {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

.relate-product .owl-carousel {
    overflow: visible;
}

.relate-product .owl-wrapper-outer {
    overflow: hidden;
}

.relate-product .owl-prev {
    background: #ececec;
    font-size: 24px;
    padding: 5px;
    position: absolute;
    top: 25%;
    right: -50px;
}

.relate-product .owl-prev:hover, .relate-product .owl-next:hover {
    color: #fff;
    background: #00d2ff;
    cursor: pointer;
}

.relate-product .owl-next {
    background: #ececec;
    font-size: 24px;
    padding: 5px;
    position: absolute;
    top: 25%;
    left: -30px;
}

.relate-product button {
    width: 160px;
    background: #fff;
    border: 1px solid #00d2ff;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
}

.relate-product button a {
    color: #00d2ff;
    background: none;
}

.relate-product button:hover {
    background: #00d2ff;
}

.relate-product button:hover a {
    color: #fff;
}

.tab-content .comments {
    border-top: none;
}


/*-----------------------------------------
 sale
 ---------------------------------------------------*/

.sale-off .name-product {
    color: #666;
}

.on-sale {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.new-sale {
    position: absolute;
    left: 15px;
    top: 20px;
}

.onsale {
    position: absolute;
    top: 20px;
    right: 15px;
}

.onsale a {
    color: #00d2ff;
}


/*----------------------------------
 product-over-lay
 -----------------------------------------*/

.product-overlay {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: 'Lato';
    font-size: 14px;
    padding-left: 25px;
    padding-right: 20px;
    position: absolute;
    left: 0px;
    bottom: -50px;
    z-index: 6;
    height: 50px;
    line-height: 50px;
    width: 100%;
    opacity: 1;
    text-transform: capitalize;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.product-overlay a {
    color: #fff;
}

.product-overlay a:hover {
    color: #999;
}

.product-overlay .quick-view {
    padding-right: 35px;
}

.relate-product .entry-thumb {
    position: relative;
    overflow: hidden;
}

.relate-product .item:hover .product-overlay {
    bottom: 0;
}


/*----------------------------------
 category left-sidebar
 -------------------------------------*/

#category-product {
}

.top-category {
    margin-bottom: 40px;
}

.top-category .results-count {
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 600;
    height: 65px;
    line-height: 65px;
}

.top-category select {
    font-family: 'Droid', serif;
    float: left;
    height: 65px;
    line-height: 65px;
    padding-left: 25px;
    width: 270px;
}

.product {
    margin-bottom: 60px;
}

.top-category .orderby {
    color: #333;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}

.top-category .orderby:hover {
    border-color: #ccc !important;
}

.top-category .orderby option {}

.top-category .arrow_carrot-down {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 25px;
    right: 200px;
}

.top-category .icon_ul, .top-category .icon_grid-2x2 {
    border: 1px solid #999;
    color: #999;
    display: block;
    float: left;
    font-size: 24px;
    height: 65px;
    line-height: 65px;
    padding-left: 20px;
    width: 65px;
}

.top-category .icon_ul:hover, .top-category .icon_grid-2x2:hover {
    background: #00d2ff;
    border: none;
    color: #fff;
    cursor: pointer;
}

.top-category .icon_grid-2x2 {
    margin-left: 35px;
    margin-right: 5px;
}

.top-category .search-form {
    cursor: pointer;
    display: block;
    float: right;
    text-transform: capitalize;
}

.top-category .search-form: .search-form:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.top-category .search-form > * {
    display: block;
    float: left;
}


/*--------------------------------
 category-list
 ---------------------------------------------*/

.category-list .product-detail {
    margin-top: 0px;
    padding-left: 0;
}

.category-list .product-detail .excect-decription p {
    border: none;
}

.category-list .product-detail .stock {
    padding-bottom: 0;
}

.category-list .product-detail .name-product {
    color: #666;
}

.category-list .product-detail:hover .name-product {
    color: #000;
}

.category-list .relate-product {
    margin: 0px;
}

.category-list .product-list {
    margin-bottom: 60px !important;
}

.category-list .product-list .item-product:first-child {
    padding-top: 0px !important;
}

.category-list .product-list .item-product:nth-child(n) {
    clear: both;
}

.category-list .product-list .item-product:nth-child(n+2) {
    padding: 60px 15px;
}


/*--------------------------------
 login shop
 ----------------------------------------*/

.login .header-mid .btn-shop-cart {
    display: inline;
}

.page-entry {
    color: #666;
    margin: 0 auto;
    padding: 0px 15px;
    /* width:630px !important; */
    /* display: inline-block; */
}

.page-entry .myaccount {
    max-width: 630px;
    margin: 0 auto;
}

.page-entry .form-row-wide input {
    border: 1px solid #00d2ff;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    width: 100%;
}

.page-entry h2 {
    color: #333333;
    font-family: 'Raleway';
    /* font-size: 18px; */
    /* font-weight: 600; */
    /* padding: 60px 0; */
    /* text-transform: uppercase; */
    /* text-align: center; */
}

.page-entry p {
    /*margin-bottom: 25px;*/
    /* text-transform: capitalize; */
}

.page-entry .form-remember {
    float: left;
}

.page-entry .inline, .page-entry .forgot_password {
    font-family: 'Droid';
}

.page-entry .forgot_password {
    color: #0099cc;
}

.page-entry #customer_login {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 45px;
}

.page-entry button {
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}

.page-entry .social-share li a {
    text-transform: uppercase;
    float: left;
}

.page-entry .social-share > li + li:before {
    content: "|";
    padding: 0 15px;
}


/*-----------------------------------------
 shopping-cart
 -------------------------------------------------*/

.shop-cart {
    font-family: 'Raleway';
    padding-top: 40px;
}

.shop-cart h4 {
    padding: 55px 0;
}

td.product-remove {
    font-size: 25px;
    padding: 15px;
}

.shop-cart .main-cart {
    width: 87.5%;
}

.shop-cart .product-quantity input {
    width: 75px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.cart_item .name-product {
    font-size: 14px;
}

.cart_item .price {
    font-size: 16px;
}

.product-thumbnail img {
    margin: 30px 0;
}

.shop-cart select, .shop-cart input, .shop-cart button, .billing-fields select, .billing-fields input, .billing-fields button, .shipping_address select, .shipping_address input, .shipping_address button, .place-order button {
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%;
}


/* .coupon, */

.calculate-shipping form {
    border: 1px solid #ccc;
    padding: 65px;
}

.calculate-shipping form {
    padding: 65px;
}

.calculate-shipping .state {
    float: left;
    width: 48%;
}

.calculate-shipping .postcode {
    float: right;
    width: 48%;
}

.shipping {
    position: relative;
}

.shipping .arrow_carrot-down {
    position: absolute;
    top: 20px;
    right: 30px;
}

.cart_totals .totals {
    background: #f4f4f4;
    padding: 65px;
}

.cart_totals th, .cart_totals td {
    border-top: none;
    /* border-bottom: 1px solid #ccc; */
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.cart_totals td {
    font-family: 'Roboto';
}

.woocommerce-checkout-review-order-table tbody {
    color: #000;
    /* font-family: 'Roboto', regular; */
}

.update-cart {
    float: left;
    margin-bottom: 0;
    width: 38%;
}

.proceed-to-checkout {
    float: right;
    margin-bottom: 0;
    width: 58%;
}

.proceed-to-checkout button, .update-cart button {
    padding: 0px;
}

.shipping input, .coupon input {
    color: #666;
}


/*-------------------------------------------------
 CHECKOUT
 --------------------------------------------------------*/

.shipping_address textarea {
    height: 145px;
    line-height: 2em;
    width: 100%;
}

.checkout {
    margin-top: 100px;
    font-family: 'roboto';
}

.checkout .woocommerce-info {
    color: #999;
    border: 1px solid #00d2ff;
    padding: 20px;
}

.checkout .required {
    color: #ff3333;
}

.checkout select {
    color: #000;
    font-weight: 500;
}

.checkout .woocommerce-info:before {
    content: "\76";
    float: left;
    font-family: 'ElegantIcons';
    font-size: 17px;
    font-weight: 600;
    padding-right: 15px;
}

.checkout .woocommerce-info .showlogin, .checkout .woocommerce-info .showcoupon {
    color: #00d2ff;
}

.checkout .woocommerce-info .showlogin:hover, .checkout .woocommerce-info .showcoupon:hover {
    color: #999;
}

.checkout .billing-fields, .checkout .shipping_address {
    color: #999;
    text-transform: capitalize;
}

.checkout .billing-fields h3, #order_review_heading {
    color: #000;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0;
}

.checkout #ship-to-different-address {
    color: 000;
    font-family: "Droid";
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 30px;
}

#order_review .checkout-order {
    background: #f2f2f2;
    padding: 35px;
}

#order_review .checkout-order td, #order_review .checkout-order th {
    padding-left: 0px;
}

#order_review thead th, #order_review thead td, #order_review tfoot th, #order_review tfoot td {
    border-bottom: 1px solid #ccc;
    color: #000;
}

#order_review thead th {
    color: #666;
}

#place_order {
    margin-top: 30px;
}

.cart_item .product-name, .cart_item .amount {
    font-size: 16px;
}

.cart-subtotal th, .cart-subtotal td, .order-total th {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.order-total td {
    font-size: 24px;
}

#payment ul li input {
    margin-right: 15px;
}

#payment ul li label {
    color: #000;
    line-height: 2em;
    font-weight: 400;
    text-transform: uppercase;
}

#payment ul li p {
    color: #666;
    padding-left: 30px;
}

,
/*----------------------------------
 Short Code
 -------------------------------------------*/

.short-code {
    padding-top: 100px;
}


/*----------------------------------
 Heading
 ----------------------------------------------*/

.heading {
    padding: 60px 0;
}

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

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

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

.heading .k2t-wrap {
    margin-bottom: 50px;
}

.heading .heading-title {
    color: #000;
    font-family: 'Raleway';
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.heading .heading-text {
    font-family: "roboto";
    color: #666;
}

.heading .heading-title span {
    line-height: 1.4em;
}

.heading .k2t-heading .k2t-inner {
    display: inline-block;
}

.k2t-heading.short-line .heading-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.k2t-heading.short-line .heading-title:before {
    content: "";
    background-color: #00d2ff;
    display: inline-block;
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
}

.k2t-heading.short-line.align-center .heading-title:before {
    left: 50%;
    margin-left: -60px;
}

.k2t-heading.short-line.align-left .heading-title:before {
    left: 0;
}

.k2t-heading.short-line.align-right .heading-title:before {
    right: 0;
}

.k2t-heading.no-border .heading-title {
    margin-bottom: 40px;
}

.k2t-heading.has-border .heading-title span {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding: 0 30px 0 35px;
}

.k2t-heading.has-border .heading-title {
    margin-bottom: 55px;
}

.k2t-heading.has-border .heading-title:after {
    content: "";
    position: absolute;
    border-left: 1px solid #ccc;
    display: inline-block;
    height: 100px;
    width: 1px;
    left: 0px;
}

.k2t-heading.has-border.align-center .heading-title:after {
    margin-left: 38%;
}

.k2t-heading.has-border.align-left .heading-title:after {
    margin-left: 30px;
}

.k2t-heading.has-border.align-right .heading-title:after {
    margin-left: 74%;
}

.k2t-heading.border-box.align-center .heading-title {
    display: inline-block;
}

.k2t-heading.border-box.align-center span {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: inline-block;
    height: 96px;
    line-height: 96px;
    padding: 0 18px;
    position: relative;
}

.k2t-heading.border-box.align-center .heading-title:after, .k2t-heading.border-box.align-center .heading-title:before, .k2t-heading.border-box.align-center span:after, .k2t-heading.border-box.align-center span:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    position: absolute;
    background-color: #ccc;
}

.k2t-heading.border-box.align-center .heading-title:after, .k2t-heading.border-box.align-center .heading-title:before {
    left: -18px;
}

.k2t-heading.border-box.align-center .heading-title:after {
    top: 18px;
}

.k2t-heading.border-box.align-center .heading-title:before {
    bottom: 18px;
}

.k2t-heading.border-box.align-center span:after, .k2t-heading.border-box.align-center span:before {
    right: -18px;
}

.k2t-heading.border-box.align-center span:after {
    top: 18px;
}

.k2t-heading.border-box.align-center span:before {
    bottom: 18px;
}


/*---------------------------
 Progress Bar
 ----------------------------------*/

.k2t-progress-bar .k2t-heading.no-border .heading-title {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.k2t-progress-bar {
    background-color: #f4f4f4;
    padding: 100px 0;
}

.k2t-progress {
    margin: 23px 0;
    position: relative;
    overflow: hidden;
}

.k2t-progress .text {
    color: #444;
    font-family: 'Raleway';
    font-weight: 600;
    float: left;
    padding-bottom: 9px;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
}

.k2t-progress .percent {}

.k2t-progress .bar-outer {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

.k2t-progress .bar {
    height: 6px;
    position: absolute;
    bottom: 0;
    z-index: 11;
}


/*--------------------------------
 Icon Box
 ----------------------------------------------*/

.color-blue {
    color: #00d2ff;
}

.k2t-iconbox.layout-1 .iconbox-icon {
    font-size: 60px;
}

.k2t-iconbox.layout-2 .iconbox-icon, .k2t-iconbox.layout-4 .iconbox-icon {
    border-radius: 5px;
    float: left;
    text-align: center;
}

.k2t-iconbox.layout-2 {
    margin-bottom: 40px;
}

.k2t-iconbox.layout-2 .iconbox-icon {
    font-size: 24px;
    height: 50px;
    margin: 0 auto 15px;
    padding-top: 10px;
    width: 50px;
}

.k2t-iconbox.layout-4 {
    margin-bottom: 80px
}

.k2t-iconbox.layout-4.layout-2 .iconbox-icon {
    font-size: 48px;
    height: 95px;
    width: 100px;
    padding: 15px;
}

.k2t-iconbox.layout-4.layout-2 .iconbox-text {
    margin-left: 120px;
}

.k2t-iconbox.layout-4.layout-2 .iconbox-text .title h3 {
    font-size: 18px;
}

.k2t-iconbox.layout-4 .learn-more a {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.k2t-iconbox.layout-4 .learn-more a:hover {
    color: #00d2ff;
}

.k2t-iconbox.layout-4 .learn-more a:after {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 10px;
}

.k2t-iconbox .iconbox-text .title h3 {
    font-family: 'Raleway';
    font-weight: 600;
}

.k2t-iconbox.layout-1 .iconbox-text .title h3 {
    font-size: 18px;
    padding: 17px;
}

.k2t-iconbox .iconbox-text .title h3 a {
    color: #000;
    font-family: "Raleway";
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.k2t-iconbox.layout-2 .iconbox-text {
    margin-left: 80px;
}

.k2t-iconbox.layout-2 .iconbox-text .title h3 {
    font-size: 14px;
}

.k2t-iconbox.layout-2 .iconbox-icon.color-red {
    border: 2px solid #ff1976;
    color: #ff1976;
}

.k2t-iconbox.layout-2 .iconbox-icon.color-blue {
    border: 2px solid #0ed5ff;
    color: #0ed5ff;
}

.k2t-iconbox.layout-2 .iconbox-icon.color-green {
    border: 2px solid #09b248;
    color: #09b248;
}

.k2t-iconbox.layout-2 .iconbox-icon.color-gray {
    background: #f4f4f4;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    z-index: 999;
}

.k2t-iconbox.layout-2 .iconbox-icon.color-gray:after {
    box-sizing: content-box;
    content: "";
    background-color: #00d2ff;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 1;
    z-index: -1;
}

.k2t-icon-box .heading .k2t-wrap .heading-text:after {
    content: "";
    color: #00d2ff;
    display: inline-block;
    height: 1px;
    width: 370px;
    text-align: center;
}


/*-------------------------
 Testimonials
 ---------------------------------*/

.testimonials .testimonials .container {
    padding: 90px;
}

.testimonials .heading {
    padding: 0px;
}

.testimonials .heading .k2t-wrap {
    padding-bottom: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.testimonials .testimonials-content {
    text-align: center;
}

.testimonials .slider-testimonials-nav {
    height: 75px;
    width: 450px;
    margin: auto;
    padding: 50px 25px 0 25px;
}

.testimonials .slider-testimonials-for {
    color: #fff;
}

.testimonials img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.testimonials .slider-item {
    margin-top: 0;
}

.testimonials .speech {
    font-style: italic;
    line-height: 1.5em;
    position: relative;
    text-align: center;
}

.testimonials .speech:before, .testimonials .speech:after {
    content: "''";
    display: inline;
    padding-left: 5px;
    position: absolute;
}

.testimonials .speech:before {
    top: 0;
    left: 22%;
}

.testimonials .speech:after {
    bottom: 0;
    right: 34%;
}

.testimonials .testimonials-meta {
    margin: 40px 0 0px 0;
}

.testimonials .testimonials-position {
    font-family: 'Roboto';
    color: #a2a1a0;
    display: block;
}

.testimonials .slick-slide.slick-current.slick-active {
    top: -6px;
}

.testimonials .testimonials-author {
    font-size: 18px;
    font-size: 36px;
}

.testimonials .slick-prev:before, .testimonials .slick-next:before {
    font-family: FontAwesome !important;
}

.testimonials .slick-prev:before {
    content: "\f104" !important;
}

.testimonials .slick-next:before {
    content: "\f105" !important;
}

.testimonials .slider-item .slick-prev, .testimonials .slider-item .slick-next {
    top: 100%;
}


/*-----------------------------
 testimonials-1
 -------------------------------------*/

.testimonials-1 {
}

.testimonials-1 .heading .heading-title {
    color: #fff;
}

.testimonials-1 .speech {
    font-family: "Droid";
    font-size: 24px;
}


/*----------------------------------
 testimonials-2
 ---------------------------------------------*/

.testimonials-2 {
    background: #f4f4f4;
    text-align: center;
}

.testimonials-2 .testimonials-content {
    background-color: #fff;
    position: relative;
}

.testimonials-2 .heading {
    padding-bottom: 100px;
}

.testimonials-2 .testimonials-img {
    position: absolute;
    top: -60px;
    left: 45%;
}

.testimonials-2 .testimonials-img img {
    height: 100px;
    border: 10px solid #f4f4f4;
    width: 100px;
}

.testimonials-2 .testimonials-content {
    padding: 70px 115px 50px;
}

.testimonials-2 .heading-text {
    padding: 0 115px;
}

.testimonials-2 .speech {
    color: #666;
    font-family: "Roboto";
    font-size: 16px;
}

.testimonials-2 .testimonials-author, .testimonials-2 .testimonials-position {
    font-size: 16px;
    font-weight: 500;
}

.testimonials-2 .testimonials-position {
    color: #00d2ff;
}

.testimonials .testimonials-meta {
    margin: 20px 0;
}

.testimonials-2 .speech::before {
    left: -10px;
}

.testimonials-2 .speech::after {
    right: 33%;
}


/*--------------------------
 button
 --------------------------------------*/

.k2t-button {
    display: inline-block;
    margin: 0 25px 10px 0;
    vertical-align: bottom;
}

.k2t-btn {
    background: #5ec5f4;
    border-radius: 5px;
    border-style: solid;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 90%;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 170px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.k2t-btn:hover {
    color: #fff;
    opacity: 0.2;
}


/*--------------------------
 btn width icon
 ----------------------------------*/

.btn-width-icon .k2t-btn {
    border: 1px solid #e6e6e6;
    color: #999;
    font-size: 14px;
}

.btn-width-icon .k2t-btn i {
    padding-left: 15px;
}

.btn-width-icon .k2t-btn:hover {
    background-color: #00d2ff !important;
    color: #fff;
    opacity: 0.8;
}


/*---------------------------
 btn outline
 -----------------------------------*/

.btn-outline .k2t-btn {
    color: #00d2ff;
}


/*--------------------------
 pricing
 -----------------------------*/

.pricing .pricing-column {
    border-radius: 5px;
    color: #333;
    padding: 30px;
    font-family: 'Roboto';
}

.pricing .pricing-column .title {
    font-size: 18px;
    color: #00d2ff;
}

.pricing .title-price {
    border-bottom: 1px dashed #e3e3e3;
    font-family: 'Montserrat';
    padding: 20px 0;
}

.pricing .title-price .price {
    font-size: 36px;
}

.pricing .title-price .per-name, .title-price .per-source {
    font-size: 18px;
}

.pricing .title-price p {
    color: #666;
    margin-top: 20px;
    font-family: "roboto";
}

.pricing .pricing-content {
    padding: 25px 0 35px;
    text-transform: capitalize;
}

.pricing .pricing-content li {
    font-family: 'roboto';
    font-size: 14px;
    padding: 7px 0;
}

.pricing .pricing-content li:before {
    color: #00d2ff;
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 20px;
}


/*----------------------------------
 brand
 --------------------------------------*/

.brand .no-border .heading-title {
    margin: 0px;
    padding-top: 70px;
}

.brand .owl-carousel .owl-item img {
    width: auto;
}

.brand .owl-prev, .brand .owl-next {
    border: 1px solid #ccc;
    color: #ccc;
    float: left;
    margin-left: 10px;
    padding: 2px 5px;
    position: absolute;
    top: 0;
}

.brand .owl-prev {
    right: 0;
}

.brand .owl-next {
    right: 35px;
}

.brand .slider-bottom .owl-carousel {
    margin-top: -145px;
    padding-top: 130px;
}

.brand .heading .k2t-wrap {
    margin: 0px;
}


/*-----------------------------------
 Teamm-member
 ---------------------------------------------*/

.member {
    font-family: 'Raleway';
}


/*---------------------------
 Member style 1
 ------------------------------------------*/

.member.style-1 {
    color: #fff;
}

.member.style-1 p {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
}

.member .entry-text {
    height: 185px;
    margin-right: 15px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    background-color: rgba(68, 68, 68, .95);
}

.member .entry-text .name-member, .member .entry-text .position-member {
    font-weight: 500;
    text-transform: uppercase;
}

.member .entry-text .name-member {
    font-size: 18px;
}

.member .entry-text .position-member {
    color: #999;
    font-size: 12px;
}

.member .entry-text .position-member:after {
    content: "";
    background-color: #00d2ff;
    display: block;
    height: 1px;
    width: 100px;
}

.member .entry-text .info-member {
    padding-top: 10px;
}

.member .item-post {
    margin-bottom: 0;
}


/*-----------------------------
 Member style 2
 ---------------------------------------*/

.member {
    display: block;
}

.member.style-2 .row {
    padding-bottom: 30px;
}

.member.style-2 {
    text-align: center;
}

.member.style-2 .work-with-us {
    background-color: #f6f6f6;
    height: 270px;
    font-size: 18px;
    font-weight: 600;
    padding: 75px 55px;
    text-transform: uppercase;
}

.member.style-2 .work-with-us i {
    font-size: 24px;
}

.member.style-2 .member-inner {
    text-align: center;
}

.member.style-2 .member-inner {
    position: relative;
}

.member.style-2 .text, .member.style-2 .text .name, .member.style-2 .text .role, .member.style-2 .text .desc, .member.style-2 .text .social {
    opacity: .9;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -moz-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}

.member.style-2 .text {
    color: #666;
    font-family: 'Raleway';
    visibility: hidden;
}

.member.style-2 .member-inner:hover .text {
    visibility: visible;
}

.member.style-2 .text-inner {
    padding: 40px;
    position: absolute;
    top: 50%;
    right: 15%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.member.style-2 .text:before {
    content: "";
    background: rgba(255, 255, 255, .95);
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

.member.style-2 .name-role {
    margin: 50px 0;
    position: relative;
}

.member.style-2 .name-role h3 {
    color: #00d2ff;
    font-size: 18px;
    text-transform: uppercase;
}

.member.style-2 .name-role h4 {
    font-family: 'Droid', serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.member.style-2 .social li {
    float: left;
    padding: 10px;
}


/*----------------------------------
 post-grid
 -------------------------------------*/

.post-grid .entry-post p {
    color: #666;
    font-family: 'Droid';
    font-weight: 400;
}

.post-grid .sytle-default .text-content {
    background-color: #f0f0f0;
    height: 200px;
    padding: 40px;
}

.post-grid .sytle-default .text-content h2 {
    color: #333;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-grid .sytle-default .text-content a:hover {
    color: #00d2ff;
}

.post-grid .sytle-default .heading .k2t-wrap {
    margin: 0;
}

.post-grid .k2t-blog-post-1 {
    position: relative;
}

.post-grid .k2t-blog-post-1 .entry-post {
    background-color: #f0f0f0;
    height: 350px;
    padding: 70px
}

.post-grid .k2t-blog-post-1 .entry-post span {
    color: #00d2ff;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
}

.post-grid .k2t-blog-post-1 .k2t-heading, .post-grid .k2t-blog-post-1 .entry-post p, {
    float: right;
    width: 50%;
}

.post-grid .k2t-blog-post-1 .post-images, .post-grid .k2t-blog-post-2 .post-images {
    box-shadow: 20px 20px 30px #cdcdcd;
}

.post-grid .k2t-blog-post-1 .post-images {
    position: absolute;
    left: 70px;
    top: 19px;
}

.post-grid .k2t-blog-post-2 .entry-post {
    padding-top: 200px;
}

.post-grid .k2t-blog-post-2 .entry-post .title-post {
    font-size: 18px;
    color: #00adb5;
    font-weight: 600;
    text-transform: uppercase;
}


/*-------------------------------
 5 column
 ------------------------------------*/

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#header-wrap [class*="col-"] {
    position: initial;
}


/*--------------------------------------------------------------
    Mobile menu
--------------------------------------------------------------*/

.mobile-menu-wrap {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: #000;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transition: top .4s ease .4s, transform .4s ease, opacity .5s ease, visibility .1s ease .5s;
    -webkit-transition: top .4s ease .4s, -webkit-transform .4s ease, opacity .5s ease, visibility .1s ease .5s;
}

.mobile .mobile-menu-wrap {
    opacity: 1;
}

.admin-bar .mobile-menu-wrap {
    top: 46px;
}

.enable-mobile-menu .mobile-menu-wrap {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: top .4s, transform .4s ease, opacity .4s ease, visibility 0s ease;
    -webkit-transition: top .4s, -webkit-transform .4s ease, opacity .4s ease, visibility 0s ease;
}

.enable-mobile-menu.scroll-mobile-menu .mobile-menu-wrap {
    top: 0;
}

.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    overflow: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.pc .mobile-menu {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transition: all .4s ease .25s;
    -webkit-transition: all .4s ease .25s;
}

.pc.enable-mobile-menu .mobile-menu {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.mobile-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li a, .mobile-menu-wrap .mobile-menu-toggle {
    display: block;
    border-bottom: solid 1px #444;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    padding: 0 20px;
    min-height: 43px;
    line-height: 43px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mobile-menu > li > a {
    font-size: 16px;
}

.mobile-menu .sub-menu {
    padding: 0;
}

.mobile-menu .sub-menu li a {
    padding-left: 40px;
}

.mobile-menu .sub-menu .sub-menu li a {
    padding-left: 60px;
}

.mobile-menu-wrap .mobile-menu-toggle {
    text-align: center;
    font-size: 25px;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mobile-menu li a:hover, .mobile-menu-wrap .mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 1);
    color: #252525;
}

.mobile-menu li ul {
    margin-left: 0;
}

.product-sku {
    font-family: 'Roboto', sans-serif;
}

.pro-meta-title {
    color: #00d2ff;
    font-family: 'Roboto', sans-serif;
}


/* --------------------------------------------------------
                24. 404PAGE 
----------------------------------------------------------*/

.page404 {
    background: #00d2ff;
}

.page404 h1 {
    font-size: 100px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-top: 180px;
    line-height: 0.72;
}

.page404 h3 {
    font-size: 36px;
    font-family: "Raleway";
    color: #000;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 55px;
    line-height: 0.72;
}

.page404 p {
    font-size: 18px;
    font-family: "Roboto";
    color: #000;
    padding-bottom: 55px;
    line-height: 1.667;
}

.page404 .btn-404page {
    padding-bottom: 270px;
}

.btn-404page .k2t-btn {
    border-radius: 5px !important;
    background: none;
}

.btn-404page .k2t-btn:hover {
    background: #fff !important;
    opacity: 1;
    color: #00d2ff !important;
}

.btn-404page .button-main {
    font-size: 14px;
    padding-right: 5px;
}

.btn-404page .button-subtitle {
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.1px;
    text-align: center;
}


/* CONTACT US */

.contact-us .contact-list li {
    color: #666666;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 2em;
}

.contact-us .contact-list .first {
    padding-bottom: 15px;
}

.contact-us .contact-list li i {
    padding-right: 10px;
}

.contact-us .contact-form {
    padding-top: 40px;
}

.contact-us .contact-form .contact-form-bottom {
    padding-bottom: 30px;
}

.contact-us .contact-form input {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    color: #999999;
    font-size: 14px;
    font-family: "Roboto";
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    text-transform: capitalize;
    width: 100%;
}

.contact-us .contact-form .contact-messageer input {
    height: 150px;
    padding-bottom: 100px;
}

.contact-us .contact-form .contact-button {
    padding-top: 60px;
}

.contact-us .contact-form .contact-button .k2t-btn {
    background: #00d2ff;
    border-radius: 5px;
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.1px;
    text-align: center;
}

.contact-us .contact-form input:hover {
    background: #ffffff;
    border: 1px solid #00d2ff;
    color: #000;
    font-weight: 500;
    opacity: 1;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}