/* ==========================================================================
Author's custom styles
========================================================================== */

/** Google Font **/
* { transition-duration: 0.2s; }

body { background: url()  ; }

h1 {  }
h2 {  }
h3 {  }
h4 {  }
h5 {  }
h6 {  }

a {  }
a:hover {  }

.breadcrumbs {  }

.topbar { line-height: 40px; font-weight: 800; }
.topbar-left { float: left; }
.topbar-right { float: right; }
.topbar-left i { font-weight: 800; letter-spacing: 0.5px; line-height: 40px; color: #ee7125; }

/** Logo **/
.logo { margin: auto; }
.logo-left { float: left; }
.logo-right { float: right }
.navbar-brand-logo { float: left; text-align: center; }


/** Navbar Wrapper **/
.navbar_wrapper { z-index: 2000; background: url() no-repeat 0% 0%;background-size: auto;background-attachment: initial;background-color: #f3f3f3; }


/** navbar **/
#navbar-center { float: left; }
#navbar-above { clear: both; }
#navbar-below { clear: both; }

#navbar-left { float: left; }
#navbar-right { float: right; }

/** Level 1 **/
.navbar-nav {padding: 0px;}
.navbar-nav > li > a {  }
.navbar-nav > li > a:hover {  }
.nav > li > a:hover {background: none;}
.navbar-nav > li.active a {  }

.showcase { background: url()  0% 0%; }

/** Level 2 **/
.dropdown-menu {  }
.dropdown-menu > li { }
.dropdown-menu > li > a {  }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {  }

.dropdown-menu > li:first-child {padding-top:10px!important;}
.dropdown-menu > li:last-child > a {padding-bottom:10px!important; border:none;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {  }

.navbar-nav .open .dropdown-menu > li > a {  }
.navbar-nav .open .dropdown-menu > li > a:hover { }



img.aligncenter {
    display: block;
    margin: 0 auto;
}

.clearfix { clear: both }

/** No Padding **/
.no-padding { padding: 0px !important }
.no-margin { margin: 0px !important }

.font08em {font-size: 0.8em;}
.font09em {font-size: 0.9em; line-height: auto; }
.font12 {font-size: 12px;}
.font13 {font-size: 13px; line-height: 1.4;}
.tmar1 { margin-top: 1%;}
.tmar2 { margin-top: 2%;}
.tmar3 { margin-top: 3%;}
.tmar4 { margin-top: 4%;}
.bmar10 { margin-bottom: 10%;}

.padded10, .padded10 li { padding: 10px;}
.tpad1 { padding-top: 1%;}
.tpad2 { padding-top: 2%;}
.tpad3 { padding-top: 3%;}
.tpad4 { padding-top: 4%;}
.tpad5 { padding-top: 5%;}
.tpad6 { padding-top: 6%;}
.tpad7 { padding-top: 7%;}
.tpad8 { padding-top: 8%;}
.tpad9 { padding-top: 9%;}
.tpad10 { padding-top: 10%;}
.bpad1 { padding-bottom: 1%;}
.bpad2 { padding-bottom: 2%;}
.bpad3 { padding-bottom: 3%;}
.bpad4 { padding-bottom: 4%;}
.bpad5 { padding-bottom: 5%;}
.lpad1 { padding-left: 1%;}
.lpad2 { padding-left: 2%;}
.lpad3 { padding-left: 3%;}
.lpad4 { padding-left: 4%;}
.lpad5 { padding-left: 5%;}
.rpad1 { padding-right: 1%;}
.rpad2 { padding-right: 2%;}
.rpad3 { padding-right: 3%;}
.rpad4 { padding-right: 4%;}
.rpad5 { padding-right: 5%;}
.lrpad1 { padding: 0% 1%;}
.lrpad2 { padding: 0% 2%;}
.lrpad3 { padding: 0% 3%;}
.lrpad4 { padding: 0% 4%;}
.lrpad5 { padding: 0% 5%;}
.lrpad10 { padding: 0% 10%;}
.tbpad1 { padding: 1% 0%;}
.tbpad2 {padding: 2% 0%;}
.tbpad3 { padding: 3% 0%;}
.tbpad4 { padding: 4% 0%;}
.tbpad5 { padding: 5% 0%;}
.tbpad6 {padding: 6% 0%;}
.tbpad8 { padding: 8% 0%;}
.tbpad10 { padding: 10% 0%;}
.no-padding-left { padding-left: 0px;}
.margin-bottom-30 {margin-bottom: 30px;}
.text-line-height-07 { line-height: 1.2em }

    /** Text Colour **/
.text-white { color: white; }


    /* chromeframe error */
.chromeframe {
        background: #a00;
        color: #faa;
        display: block;
        padding: 3px 0;
        text-align: center;
    }

.chromeframe a {
        color: #fff;
        text-decoration: underline;
    }

.page-header-top-right {
        margin-top: 10px;
    }

.pagination {
        margin: 0;
    }

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

.pagination-row {
        margin-bottom: 20px;
    }

.required {
        color: #f00;
    }

.row-with-vspace {
        margin-bottom: 20px;
    }

.site-main .format-aside {
        background: #f5f5f5;
    }

.site-main .format-image {
        background: url('../img/content-post-format-image.png') left top
        no-repeat;
    }

.site-main .format-link {
        background: url('../img/content-post-format-link.png') left top
        no-repeat;
    }

.site-main .format-quote {
        background: url('../img/content-post-format-quote.png') left top
        no-repeat;
    }

.site-main .format-video {
        background: url('../img/content-post-format-video.png') left top
        no-repeat;
    }

.site-title {
        margin-bottom: 0;
        margin-top: 10px;
    }

.site-title>a {
        text-decoration: none;
    }

.site-title>div {
        height: auto;
        line-height: 18px;
    }

.site-title .site-description {
        color: #999;
        font-size: 16px;
    }

.site-title .site-title-heading {
        margin: 0;
    }

.title-header { background: url() no-repeat 0% 0%;background-size: auto;background-attachment: initial; }
.js-navbar-collapse { float: left; }
    /** #header-navbar-center { float: right; } **/


        .widget_calendar #wp-calendar {
            margin: 0;
        }

        .widget_calendar #wp-calendar #next {
            text-align: right;
        }

        #comments .comment-navigation {
            margin-bottom: 0;
        }

        #comments .comment-navigation-below {
            margin-bottom: 20px;
            margin-top: 15px;
        }

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

        #comments .media-list li .media .media-body {
            border: 1px solid #eee;
            padding: 10px;
        }

        #comments .media-list li .media .media-body .comment-author {
            font-size: 12px;
            margin-bottom: 10px;
        }

        #comments .media-list ul.children {
            list-style: none;
            margin-left: 2.5em;
        }

        #main-column .wp-video-shortcode {
            display: block;
            height: auto;
            max-width: 100%;
        }

        #main-column .attachment .entry-content {
            margin-bottom: 20px;
        }

        #main-column .attachment .entry-content .attachment {
            text-align: center;
        }

        #main-column .attachment .entry-meta {
            margin-bottom: 20px;
        }

        #main-column .post, #main-column .page {
            margin-bottom: 20px;
            padding: 10px;
        }

        #main-column .post .entry-header .entry-meta {
            color: #999;
        }

        #main-column .post .entry-header .entry-meta a {
            color: inherit;
        }

        #main-column .post .entry-header .entry-meta .posted-on .updated {
            display: none;
        }

        #main-column .post .entry-meta .categories-icon {
            cursor: default;
        }

        #main-column .post .entry-meta .comments-link a {
            color: #333;
        }

        #main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
        #main-column .page .entry-meta .comments-link a .comment-icon .comment-total
        {
            color: #555;
            font-size: 12px;
            margin-left: 5px;
        }

        #main-column .attachment .edit-post-link a, #main-column .attachment .entry-meta .edit-post-link a,
        #main-column .post .entry-meta .edit-post-link a, #main-column .page .entry-meta .edit-post-link a
        {
            color: #333;
        }

        #main-column .post .entry-meta .tags-icon {
            cursor: default;
        }

        #main-column .attachment .entry-title, #main-column .post .entry-title,
        #main-column .page .entry-title {
            margin-top: 0;
            word-wrap: break-word;
        }

        #sidebar-left .widget, #sidebar-right .widget {
            margin-bottom: 20px;
            overflow: hidden;
            padding: 10px;
        }

        #sidebar-left .widget ul, #sidebar-right .widget ul {
            padding-left: 20px;
        }

        #sidebar-left .widget .widget-title, #sidebar-right .widget .widget-title
        {
            font-size: 18px;
            margin-top: 0;
        }



        /** Navbar **/
        .navbar { margin-bottom: 0px }
        .navbar-nav > li > a { padding-top: 0px; padding-bottom: 0px }
        #header-navbar { margin-top: 20px; }

        /* before and after */
        .navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
            /**    display: none; **/
        }


        /** Navbar Fixed **/
        .navbar-fixed-top {
            width: 100%;
            position:fixed;
            /** background-color: #fff !important; **/
            height: 100px;
            z-index: 1000;
        }
        .navbar-fixed .navbar {
            margin: 0px;
        }

        .header-margin-top {
            height: 100px;
        }

                /** Footer **/
        #footer { background: url(https://seagreenad.in/wp-content/uploads/2017/05/green-shape-with-white-1.png) no-repeat top center;background-size: auto;background-attachment: initial;background-color: #11978c; }
        .site-footer { clear: both; }
        .footer-1, .footer-2, .footer-3, .footer-4 { padding-top: 10px; padding-bottom: 10px; }



        /* Max style exandable search box */
        #expandable-search-form {
            margin:0;
            margin-top: 5px;
            padding: 0;
        }

        #expandable-search-form .search-query {
            padding-right: 3px;
            padding-right: 4px \9;
            padding-left: 3px;
            padding-left: 4px \9;
            /* IE7-8 doesn't have border-radius, so don't indent the padding */
            margin-bottom: 0;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-transition: width  0.2s ease-in-out;
            -moz-transition:width  0.2s ease-in-out;
            -o-transition: width  0.2s ease-in-out;
            transition: width  0.2s ease-in-out;
        }

        #expandable-search-form button {
            border: 0;
            background: none;
            /** belows styles are working good */
            padding: 2px 5px;
            margin-top: 2px;
            position: relative;
            left: -28px;
            /* IE7-8 doesn't have border-radius, so don't indent the padding */
            margin-bottom: 0;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        #expandable-search-form .search-query:focus + button {
            z-index: 3;
        }
        #expandable-search-form .search-query:focus {
            width: 260px;
        }


        /** Stylish Search Input **/
        /** BEGIN **/
        #stylish-search-input {
            margin:0;
            margin-top: 10px;
            padding: 0;
        }

        #stylish-search-input .search-query {
            padding-right: 3px;
            padding-right: 4px \9;
            padding-left: 3px;
            padding-left: 4px \9;
            /* IE7-8 doesn't have border-radius, so don't indent the padding */

            margin-bottom: 0;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        #stylish-search-input button {
            border: 0;
            background: none;
            /** belows styles are working good */
            padding: 2px 5px;
            margin-top: 2px;
            position: relative;
            left: -28px;
            /* IE7-8 doesn't have border-radius, so don't indent the padding */
            margin-bottom: 0;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            color:#D9230F;
        }

        #stylish-search-input .search-query:focus + button {
            z-index: 3;
        }
        /** END **/
        /** Stylish Search Input **/


        /** Icon Only Search Input **/
        /** BEGIN **/
        #icononly input[type=search] {
            background: #ededed url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
            border: solid 1px #ccc;
            padding: 9px 10px 9px 32px;
            width: 55px;

            -webkit-border-radius: 10em;
            -moz-border-radius: 10em;
            border-radius: 10em;

            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
        }
        #icononly input[type=search]:focus {
            width: 130px;
            background-color: #fff;
            border-color: #66CC75;

            -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
            -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
            box-shadow: 0 0 5px rgba(109,207,246,.5);
        }
        #icononly input:-moz-placeholder {
            color: #999;
        }
        #icononly input::-webkit-input-placeholder {
            color: #999;
        }

        #icononly input[type=search] {
            width: 15px;
            padding-left: 10px;
            color: transparent;
            cursor: pointer;
        }
        #icononly input[type=search]:hover {
            background-color: #fff;
        }
        #icononly input[type=search]:focus {
            width: 130px;
            padding-left: 32px;
            color: #000;
            background-color: #fff;
            cursor: auto;
        }
        #icononly input:-moz-placeholder {
            color: transparent;
        }
        #icononly input::-webkit-input-placeholder {
            color: transparent;
        }
        /** END **/
        /** Icon Only Search Input **/

        /** loader **/
        #loader-container {
            position: fixed;
            background-color: #333;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }
        #loader {
            position: absolute;
            left: 50%;
            top: 45%;
            border: 16px solid #f3f3f3; /* Light grey */
            border-top: 16px solid #3498db; /* Blue */
            border-radius: 50%;
            width: 120px;
            height: 120px;
            animation: spin 2s linear infinite;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* generic css */
        /* http://codepen.io/JacobStone420/pen/GfLEn */
        .view {
            margin: 10px;
            float: left;
            border: 10px solid #fff;
            overflow: hidden;
            position: relative;
            text-align: center;
            box-shadow: 1px 1px 2px #e6e6e6;
            cursor: default;
            background: #fff url(../images/bgimg.jpg) no-repeat center center
        }

        .view .mask,
        .view .content {
            width: 300px;
            height: 200px;
            position: absolute;
            overflow: hidden;
            top: 0;
            left: 0
        }

        .view img {
            display: block;
            position: relative
        }

        .view h2 {
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            position: relative;
            font-size: 17px;
            font-family: Raleway, serif;
            padding: 10px;
            /*background: rgba(0, 0, 0, 0.8);*/
            margin: 20px 0 0 0
        }

        .view p {
            font-family: Merriweather, serif;
            font-style: italic;
            font-size: 14px;
            position: relative;
            color: #fff;
            padding: 0px 20px 0px;
            text-align: center
        }

        .view a.info {
            display: inline-block;
            text-decoration: none;
            padding: 7px 14px;
            background: #000;
            color: #fff;
            font-family: Raleway, serif;
            text-transform: uppercase;
            box-shadow: 0 0 1px #000
        }

        .view a.info:hover {
            box-shadow: 0 0 5px #000
        }


        /*1*/

        .view-first img {
            /*1*/
            transition: all 0.2s linear;
            width: 300px;
            height: 200px;
        }

        .view-first .mask {
            opacity: 0;
            background-color: rgba(58, 1, 132, 0.44);
            transition: all 0.4s ease-in-out;
        }

        .view-first h2 {
            transform: translateY(-100px);
            opacity: 0;
            font-family: Raleway, serif;
            transition: all 0.2s ease-in-out;
        }

        .view-first p {
            transform: translateY(100px);
            opacity: 0;
            transition: all 0.2s linear;
        }

        .view-first a.info {
            opacity: 0;
            transition: all 0.2s ease-in-out;
        }


        /* */

        .view-first:hover img {
            transform: scale(1.1);
        }

        .view-first:hover .mask {
            opacity: 1;
        }

        .view-first:hover h2,
        .view-first:hover p,
        .view-first:hover a.info {
            opacity: 1;
            transform: translateY(0px);
        }

        .view-first:hover p {
            transition-delay: 0.1s;
        }

        .view-first:hover a.info {
            transition-delay: 0.2s;
        }


        /*2*/

        .view-second img {
            transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
        }

        .view-second .mask {
            background-color: rgba(12, 19, 27, 0.6);
            width: 300px;
            padding: 105px;
            height: 200px;
            opacity: 0;
            transform: translate(265px, 145px) rotate(45deg);
            -webkit-transform: translate(265px, 145px) rotate(45deg);
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
        }

        .view-second h2 {
            border-bottom: 1px solid rgba(0, 0, 0, 0.3);
            font-family: Raleway, serif;
            background: transparent;
            margin: 20px 40px 0px 40px;
            -webkit-transform: translate(200px, -200px);
            transform: translate(200px, -200px);
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .view-second p {
            transform: translate(-200px, 200px);
            -webkit-transform: translate(200px, -200px);
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
        }

        .view-second a.info {
            transform: translate(0px, 100px);
            -webkit-transform: translate(0px, 100px);
            transition: all 0.2s 0.1s ease-in-out;
            -webkit-transition: all 0.2s 0.1s ease-in-out;
        }


        /* */

        .view-second:hover .mask {
            opacity: 1;
            transform: translate(-80px, -125px) rotate(45deg);
            -webkit-transform: translate(-80px, -125px) rotate(45deg);
        }

        .view-second:hover h2 {
            transform: translate(0px, 0px);
            -webkit-transform: translate(0px, 0px);
            transition-delay: 0.3s;
            -webkit-transition-delay: 0.3s;
        }

        .view-second:hover p {
            transform: translate(0px, 0px);
            -webkit-transform: translate(0px, 0px);
            transition-delay: 0.4s;
            -webkit-transition-delay: 0.4s;
        }

        .view-second:hover a.info {
            transform: translate(0px, 0px);
            -webkit-transform: translate(0px, 0px);
            transition-delay: 0.5s;
            -webkit-transition-delay: 0.5s;
        }


        /*3*/

        .view-tenth img {
            transform: scaleY(1);
            transition: all .7s ease-in-out;
        }

        .view-tenth .mask {
            background-color: rgba(255, 231, 179, 0.3);
            transition: all 0.5s linear;
            opacity: 0;
        }

        .view-tenth h2 {
            border-bottom: 1px solid rgba(0, 0, 0, 0.3);
            background: transparent;
            margin: 20px 40px 0px 40px;
            transform: scale(0);
            color: #333;
            transition: all 0.5s linear;
            opacity: 0;
        }

        .view-tenth p {
            color: #333;
            opacity: 0;
            transform: scale(0);
            transition: all 0.5s linear;
            padding-
        }

        .view-tenth a.info {
            opacity: 0;
            transform: scale(0);
            transition: all 0.5s linear;
        }

        .view-tenth:hover img {
            -webkit-transform: scale(10);
            transform: scale(10);
            opacity: 0;
        }

        .view-tenth:hover .mask {
            opacity: 1;
        }

        .view-tenth:hover h2,
        .view-tenth:hover p,
        .view-tenth:hover a.info {
            transform: scale(1);
            opacity: 1;
        }

        /* main styles */
        /** http://codepen.io/chrisdothtml/pen/OVmgwK **/
        .tile {
            display: inline-block;
            margin: 10px;
            text-align: left;
            opacity: .99;
            overflow: hidden;
            position: relative;
            border-radius: 3px;
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
        }
        .tile:before {
            content: '';
            background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
            width: 100%;
            height: 50%;
            opacity: 0;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 2;
            -webkit-transition-property: top, opacity;
            transition-property: top, opacity;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }
        .tile img {
            display: block;
            max-width: 100%;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
        }
        .tile .details {
            font-size: 16px;
            padding: 20px;
            color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 3;
        }
        .tile .details span {
            display: block;
            opacity: 0;
            position: relative;
            top: 100px;
            -webkit-transition-property: top, opacity;
            transition-property: top, opacity;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }
        .tile .details .title {
            line-height: 1;
            font-weight: 600;
            font-size: 18px;
        }
        .tile .details .info {
            line-height: 1.2;
            margin-top: 5px;
            font-size: 12px;
        }
        .tile:focus:before,
        .tile:focus span, .tile:hover:before,
        .tile:hover span {
            opacity: 1;
        }
        .tile:focus:before, .tile:hover:before {
            top: 50%;
        }
        .tile:focus span, .tile:hover span {
            top: 0;
        }
        .tile:focus .title, .tile:hover .title {
            -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
        }
        .tile:focus .info, .tile:hover .info {
            -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
        }



        /* To Navigation Style */
        .codrops-top {
            background: #566472;
            background: rgba(255, 255, 255, 0.2);
            text-transform: uppercase;
            width: 100%;
            font-size: 0.69em;
            line-height: 2.2;
        }

        .codrops-top a {
            padding: 0 1em;
            letter-spacing: 0.1em;
            color: #fff;
            display: inline-block;
        }

        .codrops-top a:hover {
            background: rgba(255,255,255,0.8);
            color: #2c3e50;
        }

        .codrops-top span.right {
            float: right;
        }

        .codrops-top span.right a {
            float: left;
            display: block;
        }

        .codrops-icon:before {
            font-family: 'codropsicons';
            margin: 0 4px;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
        }

        .codrops-icon-drop:before {
            content: "\e001";
        }

        .codrops-icon-prev:before {
            content: "\e004";
        }

        @media screen and (max-width: 46.0625em) {
            .column {
                width: 100%;
                min-width: auto;
                min-height: auto;
                padding: 1em;
            }

            .column p {
                text-align: left;
                font-size: 1.5em;
            }

            .column:nth-child(2) {
                box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
            }
        }

        @media screen and (max-width: 25em) {
            .codrops-icon span {
                display: none;
            }
        }

        .sb-search {
            position: relative;
            margin-top: 10px;
            width: 0%;
            min-width: 60px;
            height: 60px;
            float: right;
            overflow: hidden;
            -webkit-transition: width 0.3s;
            -moz-transition: width 0.3s;
            transition: width 0.3s;
            -webkit-backface-visibility: hidden;
        }

        .sb-search-input {
            position: absolute;
            top: 0;
            right: 0;
            border: none;
            outline: none;
            background: #fff;
            width: 100%;
            height: 60px;
            margin: 0;
            z-index: 10;
            padding: 20px 65px 20px 20px;
            font-family: inherit;
            font-size: 20px;
            color: #2c3e50;
        }

        .sb-search-input::-webkit-input-placeholder {
            color: #efb480;
        }

        .sb-search-input:-moz-placeholder {
            color: #efb480;
        }

        .sb-search-input::-moz-placeholder {
            color: #efb480;
        }

        .sb-search-input:-ms-input-placeholder {
            color: #efb480;
        }

        .sb-icon-search,
        .sb-search-submit  {
            width: 60px;
            height: 60px;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            padding: 0;
            margin: 0;
            line-height: 60px;
            text-align: center;
            cursor: pointer;
        }

        .sb-search-submit {
            background: #fff; /* IE needs this */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
            filter: alpha(opacity=0); /* IE 5-7 */
            opacity: 0;
            color: transparent;
            border: none;
            outline: none;
            z-index: -1;
        }

        .sb-icon-search {
            color: #fff;
            background: #e67e22;
            z-index: 90;
            font-size: 22px;
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
        }

        .sb-icon-search:before {
            content: "\e000";
        }

        /* Open state */
        .sb-search.sb-search-open,
        .no-js .sb-search {
            width: 100%;
        }

        .sb-search.sb-search-open .sb-icon-search,
        .no-js .sb-search .sb-icon-search {
            background: #da6d0d;
            color: #fff;
            z-index: 11;
        }

        .sb-search.sb-search-open .sb-search-submit,
        .no-js .sb-search .sb-search-submit {
            z-index: 90;
        }

        

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}

