/*===================== TABLE OF CONTENT =======================
1. Fonts
2. General Styling
3. Cross Browser Compatibility
4. Header
5. Dropdown
6. Sidemenu
7. Logo
8. Holbrook Carousel
9. Holbrook Blog
10. Holbrook Post Style 2
11. Holbrook Post Style 3
12. Post Pagination
13. Sidebar
14. About Holbrook
15. Contact Page
16. Single Post
17. Related Post
18. Single Post Gallery Standard
19. Shop
20. Pagination
21. Single Product Page
22. Footer
23. OWL CAROUSEL STYLING
24. SELECT2 PLUGIN STYLING
=============================================================*/

/*=============== Fonts ===================*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300italic,300,400italic,700,700italic,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,600italic,800,700italic,800italic);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400italic,400,700);


/*=============== General Styling ===================*/
 body{overflow-x:hidden}
body{
    float:left;
    width:100%;
    background:#f5f6f5; 
    font-family:open sans;
    letter-spacing:0;
    position:relative;
}
body *{outline:none!important}
h1, h2, h3, h4, h5, h6{
    color:#111111;
    font-family:Libre Baskerville;
}
p{
    color:#525150;
    font-family:open sans;
    font-size:13px;
    letter-spacing:0;
    line-height:24px;
}
ul li,
ol li{
    font-family:open sans;
}
a{color:inherit}
a:hover,
a:focus{
    text-decoration:none;
    outline:none;
    outline:none;
}
input:hover,input:focus{outline:none}
img{height:auto}
.theme-layout{
    float:left;
    position:relative;
    width:100%;
}
.theme-layout.boxed{
    background:none repeat scroll 0 0 #FFFFFF;
    float:none;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    z-index:1;
    width:1230px;
    -webkit-box-shadow:0 0 6px #747474;
    -moz-box-shadow:0 0 6px #747474;
    -ms-box-shadow:0 0 6px #747474;
    -o-box-shadow:0 0 6px #747474;
    box-shadow:0 0 6px #747474;
}
section{
    float:left;
    position:relative;
    width:100%;
}
.block{
    float:left;
    width:100%;
    padding:130px 0;
    position:relative;
}
.block.less-spacing{padding:65px 0}
.block .container{padding:0}
.container{padding:0}
.block.remove-gap{padding-top:0}
.block.no-padding{
    padding-top:0;
    padding-bottom:0;
}
.block.remove-bottom{padding-bottom:0}
.block.gray,.gray{background-color:#fafafa}
.block.dark{background:#2c2c2b}
.block.white,.white{background-color:#FFF}

.remove-ext{
    float:left;
    width:100%;
    margin-bottom:-30px;
}
iframe{
    width:100%;
    border:0;
}
.parallax,.fixed-bg{
    background-size:cover!important;
    height:100%;
    width:100%;
    margin:0;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
}
.fixed-bg{
    background-attachment:fixed !important;
    background-size:cover!important;
}
.parallax.still {background-position: 0 0 !important;}

.blackish:before, .whitish:before, .grayish:before{
    background:#1b1b1a none repeat scroll 0 0;
    content:"";
    height:100%;
    opacity:0.8;
    z-index:-1;
    position:absolute;
    left:0;
    top:0;
    width:100%;
}
.coloured:before{opacity:0.9}
.whitish:before{
    background-color:#FFFFFF;
    opacity:0.95;
}
.grayish:before{
    background-color:#fafafa;
    opacity:0.95;
}
iframe{
    border:0;
    width:100%;
    float:left;
}

/*=============== Cross Browser Compatibility ===================*/
a,
.search form,
.menu ul ul,
.insta-widget a,
.insta-widget a img,
.owl-dot,
.simple-btn,
.owl-nav > div,
.holbrook-carousel .owl-nav{
    -webkit-transition:all 0.25s linear;
    -moz-transition:all 0.25s linear;
    -ms-transition:all 0.25s linear;
    -o-transition:all 0.25s linear;
    transition:all 0.25s linear;
}

.owl-dot,
.author > img,
.comment > img,
.owl-nav > div,
.single-detail ul li:before{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
}


/*=============== Header ===================*/
header{
    float:left;
    width:100%;
}
.topbar {
    background:#1f1f1e;
    float: left;
    position: relative;
    width: 100%;
}
.menu {
    float: left;
    width: 75%;
}
.header-ext {
    float: right;
    width: 25%;
}
.menu > a {
    border-right: 1px dashed #474746;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    width: 55px;
}
.menu ul {
    float: left;
    list-style: outside none none;
    position:relative;
    margin: 0;
    padding: 0;
}
.menu ul li {
    color: #fff;
    float: left;
    font-family: lato;
    font-size: 10px;
    line-height: 55px;
    margin: 0 10px;
    text-transform: uppercase;
}
.menu ul li a {
    float: left;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 0 10px;
}
.search{
    float:right;
    position:relative;
}
.search > a {
    border-left: 1px dashed #474746;
    color: #fff;
    float: right;
    font-size: 13px;
    height: 55px;
    line-height: 55px;
    text-align: right;
    width: 55px;
}
.socials {
    float: right;
    margin-right: 10px;
}
.socials > a{
    color: #7d7e80;
    float: left;
    font-size: 13px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 30px;
}
.search form {
    font-family: libre baskerville;
    font-size: 12px;
    height:15px;
    position: absolute;
    right: 0;
    top: 100%;
    width:150px;
    opacity:0;
    visibility:hidden;
    -webkit-box-shadow:4px 0 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow:4px 0 8px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow:4px 0 8px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow:4px 0 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow:4px 0 8px 0 rgba(0, 0, 0, 0.2);
}
.search form input {
    background:#1f1f1e;
    border: 0 none;
    color: #fff;
    float: left;
    height: 100%;
    padding: 10px 20px;
    width: 100%;
}
.search form.active{
    opacity:1;
    visibility:visible;
    width:280px;
    height:45px;
}

/*=============== Dropdown ===================*/
.menu ul ul {
    background: #fff;
    display: block;
    overflow: visible;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 100;
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.menu li li a{
    border-top: 1px solid #efefef;
    display: block;
    float: none;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
}
.menu li ul li {
    border-top: 0 none;
    color: #333;
    float: none;
    line-height: 25px;
    margin: 0;
    min-width:200px;
    padding: 0;
    position: relative;
    -webkit-transition:background 0.2s ease-in 0s;
    -moz-transition:background 0.2s ease-in 0s;
    -ms-transition:background 0.2s ease-in 0s;
    -o-transition:background 0.2s ease-in 0s;
    transition:background 0.2s ease-in 0s;
}
.menu li li:first-child a{ 
    border-top-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.menu ul .menu-item-has-children > a:after{
    content: "\f105";
    font-family: fontawesome;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 21px;
    top: 16px;
}
.menu li:hover > ul{ 
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.menu ul ul ul { 
    left: 100%;
    top: 0;
}    

/*=============== Sidemenu ===================*/
.sidemenu {
    background:#222;
    height: 100%;
    width: 300px;
    position: fixed;
    left:-300px;
    top: 0;
    z-index: 10000;
    -webkit-box-shadow:4px 0 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow:4px 0 8px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow:4px 0 8px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow:4px 0 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow:4px 0 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 800ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 800ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all 800ms cubic-bezier(0.075, 0.820, 0.165, 1.000); /* easeOutCirc */

    -webkit-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000); /* easeOutCirc */
}
.sidemenu.slidein{left:0}
.sidemenu strong {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-family: lato;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    float:left;
    width:100%;
    padding: 16px 20px;
    text-transform: uppercase;
}
.close-sidemenu{float:right}
.sidemenu > ul {
    float: left;
    padding: 30px 0;
    width: 100%;
}
.sidemenu > ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    float: left;
    font-family: open sans;
    font-size: 13px;
    margin: 0;
    padding: 0 30px;
    position: relative;
    width: 100%;
}
.sidemenu > ul li a {
    line-height: 30px;
    padding: 10px 0;
    width: 100%;
}
.sidemenu > ul li ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: none;
    float: left;
    margin: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
    width: 100%;
}
.sidemenu > ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
}
.sidemenu > ul li ul li a {
    border: 0 none;
    font-weight: 600;
    text-transform: uppercase;
}
.sidemenu > ul li ul li:last-child{border:0 none}
.sidemenu ul .menu-item-has-children > a:after{content:"\f107"}

/*=============== Logo ===================*/
.logo {
    float: left;
    padding: 105px 0;
    text-align: center;
    width: 100%;
}
.logo a{display:inline-block}

/*=============== Holbrook Carousel ===================*/
.holbrook-slide {
    float: left;
    margin-bottom: 60px;
    position: relative;
    overflow:hidden;
    width: 100%;
}
.holbrook-carousel {
    float: left;
    margin-left: -25%;
    position: relative;
    width: 150%;
}
.slide-post {
    float: left;
    width:100%;
    position: relative;
    margin-bottom: 70px;
}
.slide-post:before{
    background:#1f1f1e;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

    -webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}
.active.center .slide-post:before{
    height:0;
    opacity:0;
}
.slide-post > img{width:100%}
.slide-post-name {
    background:#fff;
    bottom:0;
    opacity:0;
    left: 10%;
    padding: 25px;
    z-index:1;
    position: absolute;
    text-align: center;
    width: 80%;
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

    -webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}
.active.center .slide-post .slide-post-name{
    bottom:-70px;
    opacity:1;
}
.slide-post-name > i {
    color: #8e8f91;
    display: inline-block;
    font-family: lato;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
}
.slide-post-name > i:before,
.slide-post-name > i:after{
    background:#8e8f91;
    content: "";
    height: 1px;
    width: 15px;
    margin-top: -0.5px;
    position: absolute;
    left: -15px;
    top: 50%;
}
.slide-post-name > i:after{
    left:auto;
    right:-15px;
}
.slide-post-name h3 {
    float: left;
    font-size: 20px;
    margin: 12px 0 0;
    text-transform: uppercase;
    width: 100%;
}
.holbrook-slide.style2 .holbrook-carousel{
    margin:0;
    width:100%;
}
.holbrook-slide.style2 .slide-post:before{display:none}
.holbrook-slide.style2 .slide-post-name {
    left: 16%;
    width: 68%;
}


.featured-mas {
    float: left;
    margin-bottom: 60px;
    width: 100%;
}
.featured-mas .row{margin:0 -5px}
.featured-mas .row .masonary > div{padding:0 5px}

.slide-post.style2{margin:0 0 10px}
.slide-post.style2:before{display:none}
.slide-post.style2 .slide-post-name{
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    padding: 30px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.slide-post.style2 .slide-post-name:before{
    background: #fff none repeat scroll 0 0 padding-box content-box;
    content: "";
    height: 100%;
    width: 100%;
    padding: 10px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}



.slide-post.style3{margin:0 0 10px}
.slide-post.style3:before{display:none}
.slide-post.style3 .slide-post-name {
    background:none;
    left: 0;
    opacity: 1;
    width: 100%;
}
.slide-post.style3 .slide-post-name:before{
    background: #fff none repeat scroll 0 0 padding-box content-box;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slide-post.style3 .slide-post-name h3 {
    font-size: 15px;
    margin: 7px 0;
}



.holbrook-carousel .owl-nav {
    left: 53%;
    margin-left: -25%;
    opacity: 0;
    width: 44%;
}
.holbrook-carousel .owl-nav > div {
    background:none;
    margin-top:-50px;
    opacity:1;
}
.holbrook-carousel .owl-nav > div:before{font-size:48px}
.holbrook-carousel:hover .owl-nav{opacity:1}
    .holbrook-slide.style2 .holbrook-carousel .owl-nav {
    left: 0;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

/*=============== Holbrook Blog ===================*/
.holbrook-blog{
    float: left;
    width: 100%;
    margin-bottom:-50px;
}
.holbrook-post {
    background:#fff;
    float: left;
    margin-bottom:50px;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.holbrook-img {
    float: left;
    width: 100%;
}
.holbrook-img img{width:100%}
.holbrook-detail {
    float: left;
    padding: 40px 30px 0;
    text-align: center;
    width: 100%;
}
.date {
    color: #8e8f91;
    display: inline-block;
    font-family: lato;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
}
.date:before, .date:after{
    background:#d6d8db;
    content: "";
    height: 1px;
    left: -15px;
    position: absolute;
    top: 50%;
    width: 15px;
}
.date:after{
    left: auto;
    right: -15px;
}
.holbrook-detail h2 {
    float: left;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 0 20px;
    text-transform: uppercase;
    width: 100%;
}
.continue {
    border-bottom: 1px solid #d6d8db;
    display: inline-block;
    font-family: lato;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 20px;
    padding-bottom: 2px;
    text-transform: uppercase;
    position:relative;
}
.post-bottom {
    float: left;
    padding: 40px 0;
    width: 100%;
}
.tags{float:left}
.tags > a{
    float: left;
    font-family: libre baskerville;
    font-size: 9px;
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
}
.post-socials{float:right}
.post-socials span{
    color: #8e8f91;
    float: left;
    font-family: open sans;
    font-size: 12px;
    font-style: italic;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.post-socials span:before{
    background:#8e8f91;
    content: "";
    height: 8px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 5px;
}
.post-socials > a {
    color: #111;
    float: left;
    font-size: 11px;
    padding: 0 5px;
}

/*=============== Holbrook Post Style 2 ===================*/
.holbrook-post.style2 .holbrook-detail h2{font-size:15px}
.holbrook-post.style2 .tags{
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.holbrook-post.style2 .tags a {
    display: inline-block;
    float: none;
    margin: 0 8px;
}
.holbrook-post.style2 .post-socials {
    text-align: center;
    width: 100%;
}
.holbrook-post.style2 .post-socials span, 
.holbrook-post.style2 .post-socials a {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.holbrook-post.style2 .post-bottom{padding-top:25px}


.holbrook-blog .slide-post:before{opacity:0}
.holbrook-blog .slide-post-name{
    bottom: -70px;
    opacity: 1;
}
.holbrook-blog .slide-post{margin-bottom:120px}
.holbrook-blog .slide-post-name h3{font-size:15px}


/*=============== Holbrook Post Style 3 ===================*/
.holbrook-post.style3{display:table}
.holbrook-post.style3 .holbrook-img{
    display: table-cell;
    float: none;
    max-width: 50%;
    width: unset;
    vertical-align:middle;
}
.holbrook-post.style3 .holbrook-img img{width:auto}
.holbrook-post.style3 .holbrook-detail {
    display: table-cell;
    float: none;
    width: auto;
    text-align:left;
    padding:20px 20px 20px 30px ;
    vertical-align:middle;
}
.holbrook-post.style3 .holbrook-detail h2{font-size:17px}
.holbrook-post.style3 .holbrook-detail i.date:before, 
.holbrook-post.style3 .holbrook-detail i.date:after{display:none}
.holbrook-post.style3 .holbrook-detail i{padding:0}
    .holbrook-post.style3 .post-bottom {
    margin-top: 10px;
    padding: 0;
}

/*=============== Post Pagination ===================*/
.post-pagination {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.post-pagination a {
    color: #8e8f91;
    float: left;
    font-family: lato;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 11px;
    text-transform: uppercase;
}
.post-pagination a.old{float:right}
.post-pagination a i {
    display: inline-block;
    margin: -3px 3px 0;
    vertical-align: middle;
}

/*=============== Sidebar ===================*/
aside.sidebar{padding-left:30px}
.widget {
    border: 1px solid #e4e4e4;
    float: left;
    padding: 30px 18px;
    position: relative;
    width: 100%;
    margin-bottom:60px;
}
h5.widget-title {
    background:#f5f6f5;
    font-family: lato;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
}
.about {
    float: left;
    text-align: center;
    width: 100%;
}
.about > h4 {
    float: left;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px 0 12px;
    text-transform: uppercase;
    width: 100%;
}
.about > img {
    border: 1px solid #fff;
    width: 100%;
}
.about > p{margin:0}

form.form {
    float: left;
    width: 100%;
}
form.form input {
    background:#f9f9f9;
    border: 1px solid #e4e4e4;
    color: #8e8f91;
    float: left;
    font-family: open sans;
    font-size: 13px;
    height: 40px;
    padding: 5px 20px;
    width: 75%;
}
form.form button {
    background: #222222;
    border: 0 none;
    color: #fff;
    float: left;
    font-family: lato;
    font-size: 10px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 25%;
}

.insta-widget {
    float: left;
    width: 100%;
    margin-bottom:-5px;
}
.insta-widget .row{margin:0 -2.5px}
.insta-widget .row > div{padding:0 2.5px}
.insta-widget a{
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.insta-widget a img{width:100%}
.insta-widget a:hover{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.insta-widget a:hover img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
}
.widget .socials {
    float: left;
    margin: 0 0 -3px;
    text-align: center;
    width: 100%;
}
.widget .socials a {
    color: #111111;
    display: inline-block;
    float: none;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
}

.featured-post {
    float: left;
    text-align: center;
    width: 100%;
}
.featured-post > img {
    border: 1px solid #fff;
    width: 100%;
}
.featured-post .date{margin-top:20px}
.featured-post > h5 {
    float: left;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 10px 0 0;
    text-transform: uppercase;
    width: 100%;
}
.widget > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 20px;
    width: 100%;
}
.widget > ul li {
    border-bottom: 1px solid #e5e5e5;
    color: #111;
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}
.widget > ul li:last-child{border0 none}
.widget > ul li::before {
    content:"\f105";
    font-family: fontawesome;
    line-height: 5px;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.widget li span {
    color: #8e8f91;
    float: right;
}
.add{
    float: left;
    width: 100%;
    margin-bottom:60px;
}
.add a {
    float: left;
    width: 100%;
}
.add a img{width:100%}

.latest-tweets {
    float: left;
    text-align: center;
    width: 100%;
}
.latest-tweets > i {
    display: inline-block;
    font-size: 28px;
    margin-bottom: 15px;
}
.tweets-carousel,
.tweets{
    float: left;
    width: 100%;
}
.tweets-carousel blockquote {
    border: 0 none;
    color: #525150;
    font-family: open sans;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0;
}
.owl-dots {
    float: left;
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.owl-dot {
    border: 1px solid #d6d6d6;
    display: inline-block;
    height: 8px;
    margin: 0 4px;
    width: 8px;
}

/*=============== About Holbrook ===================*/
.about-holbrook {
    background: #fff;
    float: left;
    padding: 60px 30px 70px;
    text-align: center;
    width: 100%;
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.about-holbrook > h4 {
    display: table;
    font-size: 24px;
    letter-spacing: 2px;
    margin:0 auto 40px;
    text-transform: uppercase;
}
.about-detail {
    display: table;
    width: 100%;
}
.about-detail > img {
    display: table-cell;
    vertical-align: middle;
}
.about-text {
    display: table-cell;
    padding-left: 50px;
    text-align: left;
    vertical-align: middle;
}
.about-text > span {
    color: #8e8f91;
    float: left;
    font-family: lato;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}
.about-text > img{margin-top:30px}

/*=============== Contact Page ===================*/
.contact-page{
    background:#fff;
    float: left;
    width: 100%;
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.contact-page > img{width:100%}
.contact-detail{
    float: left;
    padding: 45px 30px;
    width: 100%;
}
.contact-detail > h4 {
    float: left;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin: 0 0 20px;
    width: 100%;
}
.simple-form {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.simple-form input, .simple-form textarea {
    color: #8e8f91;
    float: left;
    font-family: open sans;
    font-size: 13px;
    height: 40px;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
}
.simple-form textarea {
    height: 160px;
    padding: 15px;
}
.simple-btn{
    background:#9b9c9f;
    border: 0 none;
    color: #fff;
    float: left;
    font-family: lato;
    font-size: 10px;
    letter-spacing: 1.5px;
    padding:12px 25px;
    text-transform: uppercase;
}

/*=============== Single Post  ===================*/
.single-post {
    float: left;
    width: 100%;
}
.single-img {
    float: left;
    width: 100%;
}
.single-img > img{width:100%}
.single-detail {
    background: #fff;
    float: left;
    padding: 40px 30px;
    width: 100%;
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.single-detail .date {
    display: table;
    margin: 0 auto 5px;
}

.single-detail h1.post-title{
    float: left;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 10px 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.single-detail p {
    margin-bottom: 20px;
    text-align: left;
}
.single-detail h1, .single-detail h2, 
.single-detail h3, .single-detail h4, 
.single-detail h5, .single-detail h6 {
    letter-spacing: 1px;
    margin: 30px 0;
}
.single-detail blockquote {
    border:0;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    float: left;
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
    line-height: 31px;
    margin: 30px 0;
    padding: 25px 0;
    position: relative;
    width: 100%;
}
.single-detail blockquote:before{
    background: #fff;
    color: #111;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 20px;
    font-style: normal;
    left: 50%;
    margin-left: -10px;
    padding: 0 10px;
    position: absolute;
    top: -15px;
}
.single-detail blockquote span {
    display: table;
    font-family: lato;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    margin: 10px auto 0;
    text-transform: uppercase;
}
.single-detail .tags {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.single-detail .tags a {
    display: inline-block;
    float: none;
    margin: 0 10px;
}
.single-bottom {
    border-top: 1px solid #f0f0f0;
    float: left;
    margin-top: 30px;
    padding-top: 30px;
    width: 100%;
}
.single-bottom > span {
    float: left;
    font-family: lato;
    font-size: 10px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    width: 33.334%;
}
.single-bottom > a {
    color: #111;
    float: left;
    font-size: 10px;
    letter-spacing: 1px;
    text-align:center;
    text-transform: uppercase;
    width: 33.334%;
}
.single-detail .socials {
    float: left;
    margin: 0;
    width: 33.334%;
}
.single-detail .socials a {
    color: #111;
    float: right;
    height: 15px;
    line-height: 15px;
}

.author {
    background:#fff;
    display: table;
    float: left;
    margin: 35px 0;
    padding: 40px 30px;
    width: 100%;
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.author > img {
    display: table-cell;
    vertical-align: top;
}
.author-detail {
    display: table-cell;
    padding-left: 30px;
    vertical-align: top;
}
.author-detail strong {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.author-detail .socials {
    float: left;
    margin: 10px 0 0;
}
.author-detail .socials a {
    height: 20px;
    line-height: 20px;
}

/*=============== Related Post ===================*/
.related-posts {
    background:#fff;
    float: left;
    margin: 0 0 40px;
    padding: 40px 30px;
    width: 100%;
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.small-title{
    display: table;
    font-family: lato;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 auto 30px;
    position: relative;
    text-transform: uppercase;
}
.small-title:before, 
.small-title:after{
    background: #d6d8db;
    content: "";
    height: 1px;
    left: -25px;
    position: absolute;
    top: 50%;
    width: 15px;
}
.small-title:after{
    left: auto;
    right: -25px;
}
.related-carousel {
    float: left;
    text-align: center;
    width: 100%;
}
.related-post {
    float: left;
    width: 100%;
}
.related-img {
    float: left;
    position: relative;
    width: 100%;
}
.related-img > img{width:100%}
.related-post > i {
    color: #8e8f91;
    display: inline-block;
    font-family: lato;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.related-post > h4 {
    float: left;
    font-family: open sans;
    font-size: 13px;
    font-weight: 600;
    margin:10px 0 2px;
    width: 100%;
}
.post-comments {
    background: #fff;
    float: left;
    padding: 40px 30px;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.post-comments > ul{
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.post-comments li {
    border-bottom: 1px solid #f0f0f0;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.comment {
    display: table;
    float: left;
    padding-bottom: 40px;
    width: 100%;
}
.comment > img{display:table-cell}
.comment-detail {
    display: table-cell;
    vertical-align: top;
    padding-left:30px;
    width: 100%;
}
.comment-detail > h4 {
    float: left;
    font-size: 13px;
    margin: 0;
}
.comment-detail > h4 i {
    color: #8e8f91;
    font-family: lato;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 40px;
    text-transform: uppercase;
}
.reply {
    float: right;
    font-family: lato;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.comment-detail > p {
    float: left;
    margin-bottom: 0;
    margin-top: 20px;
    width: 100%;
}
.post-comments li:last-child{
    margin:0;
    border:0;
}
.comment-form{
    background: #fff;
    float: left;
    padding: 40px 30px;
    width: 100%;
    margin-top:40px;
    position:relative;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.comment-form .simple-btn {
    position: absolute;
    bottom: 70px;
    right: 40px;
}

/*=============== Single Post Gallery Standard ===================*/
.single-carousel{
    float:left;
    width:100%;
}
.single-carousel img{width:100%}
.owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    height: 0;
    width: 100%;
    padding: 0 20px;
}
.owl-nav > div {
    background: black none repeat scroll 0 0;
    color: transparent;
    float: left;
    height: 44px;
    margin-top: -22px;
    opacity: 0.6;
    position: relative;
    width: 44px;
}
.owl-nav > div:hover{opacity:1}
.owl-nav > div.owl-next{float:right}
.owl-nav > div:before{
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    font-size: 20px;
    height: 100%;
    left: 0;
    line-height: 42px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.owl-nav > div.owl-next:before{content:"\f105"}
.single-detail ul {
    color: #525150;
    font-family: open sans;
    font-size: 13px;
    list-style: outside none none;
    margin: 20px 0 30px;
    padding: 0;
}
.single-detail ul li {
    line-height: 25px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.single-detail ul li:last-child{margin:0}
.single-detail ul li:before{
    background: #111;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 6px;
}

/*=============== Shop ===================*/
.filters {
    display: table;
    width: 610px;
    margin: 0 auto 45px;
}
.filters i{
    color: #999999;
    float: left;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    font-style:normal;
    text-decoration:none; 
}
.filters select{
    float: left;
    width: 100%;
}
.holbrook-shop {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.holbrook-product {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.product-img {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product-img > img{
    width:100%;
    -webkit-transition:all 0.4s ease 0.2s;
    -moz-transition:all 0.4s ease 0.2s;
    -ms-transition:all 0.4s ease 0.2s;
    -o-transition:all 0.4s ease 0.2s;
    transition:all 0.4s ease 0.2s;
}
.holbrook-product:hover .product-img > img {
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    -o-transform:translateY(-10px);
    transform:translateY(-10px);
}
.product-img > a{
    background: #111;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    width:100%;
    -webkit-transform:translateY(100%);
    -moz-transform:translateY(100%);
    -ms-transform:translateY(100%);
    -o-transform:translateY(100%);
    transform:translateY(100%);
}
.holbrook-product:hover .product-img > a {
    -webkit-transform:translate(0);
    -moz-transform:translate(0);
    -ms-transform:translate(0);
    -o-transform:translate(0);
    transform:translate(0);
}
.product-name {
    background:#fff;
    float:left;
    padding: 25px 20px;
    text-align: center;
    width: 100%;
}
.product-name h3 {
    float: left;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
    width: 100%;
}
.product-name > span {
    display: inline-block;
    font-family: lato;
    font-size: 13px;
}
.product-img > span {
    color: #fff;
    font-family: lato;
    font-size: 11px;
    font-weight: 600;
    left: 0;
    letter-spacing: 1px;
    padding: 6px 13px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 1;
}

.product-name span i {
    color: #b3b3b3;
    font-style: normal;
    margin-right: 10px;
    text-decoration: line-through;
}

/*=============== Pagination ===================*/
.pagination {
    float: left;
    margin: 30px 0 0;
    text-align: center;
    width: 100%;
}
.pagination > a{
    background: #fff;
    border: 1px solid #e6e6e6;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    text-align: center;
    width: 30px;
}
.pagination > a:hover{color:#FFF}

/*=============== Single Product Page ===================*/
.single-product {
    background: #fff;
    float: left;
    padding: 60px 30px 40px;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.breadcrumbs {
    float: left;
    margin-bottom: 45px;
    width: 100%;
}
.breadcrumbs > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.breadcrumbs > ul li {
    color: #8e8f91;
    float: left;
    font-family: lato;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase;
}
.breadcrumbs > ul li:before {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: -4px;
    top: 0;
}
.breadcrumbs > ul li:last-child:before{display:none}
.next-item {
    color: #8e8f91;
    float: right;
    font-family: lato;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.next-item i{vertical-align:middle}

.single-product-gallery {
    float: left;
    width: 52%;
}
.gallery-big{
    float: left;
    width: 100%;
}
.gallery-big a {
    float: left;
    width: 100%;
}
.gallery-big a img{width:100%}
.gallery-thumbs{
    float:left;
    width:100%;
    margin-top:20px;
    padding:0 40px;
}
.gallery-thumbs a {
    float: left;
    width: 100%;
}
.gallery-thumbs a img{width:100%}
.gallery-thumbs .owl-nav{padding:0}
.gallery-thumbs .owl-nav > div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin: 0;
    width: auto;
}
.gallery-thumbs .owl-nav > div:before{
    color: #333;
    font-size: 25px;
    line-height: 20px;
}
.single-product-detail {
    float: left;
    padding-left: 50px;
    padding-top: 10px;
    width: 48%;
}
.single-product-detail h1 {
    float: left;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 0 20px;
    text-transform: uppercase;
    width: 100%;
}
.price {
    float: left;
    font-family: lato;
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 30px;
    width: 100%;
}
.single-product-detail p {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.product-filters {
    float: left;
    margin-bottom: 45px;
    width: 100%;
}
.product-filters > i {
    color: #2b2735;
    float: left;
    font-family: lato;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
}
.product-filters .select2 {
    border: 2px solid #e1e1e1;
    float: left;
    margin-left: 20px;
    width: 150px !important;
    z-index:100;
}
.product-filters .select2-container--default .select2-selection--single {
    border: 0 none;
    height: 35px;
    min-width: 0;
    width: 100% !important;
}
.product-filters .select2-container .select2-selection--single .select2-selection__rendered {
    color: #1b1b1b;
    font-family: open sans;
    font-size: 11px;
    font-weight: 600;
    line-height: 32px;
    padding: 0 20px;
    text-align: left;
}
.product-filters .select2-container--default .select2-selection--single .select2-selection__arrow b{top:-4px}
.cart-btn{
    background: #111;
    color: #fff;
    float: left;
    font-family: lato;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 35px;
    text-transform: uppercase;
}
.cart-btn:hover{color:#FFF}

.input-group {
    border: 3px solid #e1e1e1;
    float: left;
    margin-left: 30px;
    width: 100px;
}
.input-group input {
    border:0 none;
    border-left:3px solid #e1e1e1;
    border-right:3px solid #e1e1e1;
    color: #111;
    float: left;
    font-size: 13px;
    font-weight: 700;
    height: 43px;
    min-width: 0;
    padding: 0;
    width: 50px;
}
.input-group-btn {
    height: 43px;
    width: 25px;
}
.btn-default {
    background:none!important;
    border: 0 none;
    border-radius: 0;
    float: left;
    font-size: 20px;
    padding: 0;
    width: 100%;
}
.single-product-detail .socials {
    float: left;
    margin-right: 0;
    margin-top: 40px;
    width: 100%;
}
.single-product-detail .socials a {
    color: #111;
    height: 20px;
    line-height: 20px;
}
.toggle {
    border-bottom: 1px solid #f0f0f0;
    float: left;
    margin-top: 60px;
    width: 100%;
}
.toggle-item {
    border-top: 1px solid #f0f0f0;
    float: left;
    width: 100%;
}
.toggle-item h3 {
    float: left;
    font-family: lato;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 13px 0;
    cursor:pointer;
    text-transform: uppercase;
    width: 100%;
}
.content {
    float: left;
    padding-bottom: 20px;
    width: 100%;
}
.content p{margin:0}

/*=============== Footer ===================*/
footer {
    background:#111111;
    float: left;
    width: 100%;
}
.follow {
    float: left;
    width: 100%;
}
.follow h4 {
    background: #fff;
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 25px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.follow-gallery {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.follow-gallery > li {
    float: left;
    width: 14.286%;
}
.follow-gallery > li a {
    float: left;
    overflow: hidden;
    position: relative;
}
.follow-gallery > li a img {
    width:100%;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    -o-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
}
.follow-gallery > li a:hover {
    -webkit-filter:grayscale(1);
    filter:grayscale(1);
}
.follow-gallery > li a:hover img{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
}
.footer-logo {
    float: left;
    padding: 90px 0 75px;
    text-align: center;
    width: 100%;
}
.footer-logo .container > a {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.footer-logo .socials {
    display: inline-block;
    float: none;
    margin: 20px 0 0;
}
.footer-logo .socials a {
    color: #fff;
    height: 20px;
    line-height: 20px;
}
.footer-strip {
    background: #090909;
    border-top: 1px solid #212121;
    float: left;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.footer-strip span {
    color: #5c5c5c;
    float: left;
    font-size: 11px;
}
.footer-strip span:last-child{float:right}
.footer-strip a {
    color: #fff;
    display: inline-block;
    font-family: lato;
    font-size: 10px;
    text-transform: uppercase;
}
.footer-strip a i{margin:0 5px}




.track3 {
    background:none
    border-radius: 10px;
    margin-right: 2px;
    right: 0;
    top: 50px;
    transition: background 250ms linear 0s;
    width: 10px;
}
.track3:hover,
.track3.dragging{
    background:#d9d9d9; /* Browsers without rgba support */
    background:rgba(0, 0, 0, 0.15);
}
.handle3{
    width:7px;
    right:0;
    background:#999;
    background:rgba(0, 0, 0, 0.4);
    border-radius:7px;
    -webkit-transition:width 250ms;
    transition:width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3{
    width:10px;
}


/* ===============================================================
    OWL CAROUSEL STYLING
================================================================*/
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}.owl-carousel .owl-animated-in{z-index:0;}.owl-carousel .owl-animated-out{z-index:1;}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}@-webkit-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}/* *   Owl Carousel - Auto Height Plugin*/.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}/* *  Core Owl Carousel CSS File*/.owl-carousel{display:none;-webkit-tap-highlight-color:transparent;/* position relative and z-index fix webkit rendering fonts issue */position:relative;z-index:1;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;/* fix for flashing background */-webkit-transform:translate3d(0px, 0px, 0px);}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel.owl-loaded{display:block;}.owl-carousel.owl-loading{opacity:0;display:block;}.owl-carousel.owl-hidden{opacity:0;}.owl-carousel .owl-refresh .owl-item{display:none;}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel .owl-item img{-webkit-transform-style:preserve-3d;}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;}.owl-carousel.owl-rtl{direction:rtl;}.owl-carousel.owl-rtl .owl-item{float:right;}/* No Js */.no-js .owl-carousel{display:block;}/* *    Owl Carousel - Lazy Load Plugin*/.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}.owl-carousel .owl-item img{transform-style:preserve-3d;}/* *  Owl Carousel - Video Plugin*/.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000;}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease;}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3, 1.3);-moz-transition:scale(1.3, 1.3);-ms-transition:scale(1.3, 1.3);-o-transition:scale(1.3, 1.3);transition:scale(1.3, 1.3);}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}.owl-carousel .owl-video-frame{position:relative;z-index:1;}
@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}
@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
@-webkit-keyframes jello{0%,100%,11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,100%,11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/* ===============================================================
    SELECT2 PLUGIN STYLING
================================================================*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;z-index: 10000000000000;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{position:absolute;top:1px;right:1px;width:40px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:300px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}
.select2-container {
    float: left;
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 0 none;
    border-radius: 0;
    height:16px;
    padding: 0;
    background: none;
    min-width: 130px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 15px;
    right: 5px;
    top: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0 none;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    color: #aaadb1;
    content: "\f107";
    font-family: fontawesome;
    left: 50%;
    line-height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    letter-spacing: 1.5px;
    line-height:16px;
}
.select2-dropdown {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    min-width: 160px;
    border: 1px solid #eaeaea;
    padding: 20px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    display:none;
}
.select2-search--dropdown {
    float: left;
    width: 100%;
}
.select2-results {
    float: left;
    width: 100%;
}
.select2-results__option {
    font-size: 12px;
    padding: 6px 0;
    font-size: 12px;
    color: #5a5b60;
    text-transform: uppercase;
    font-weight: 500;
    background: none!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #aaadb1;
    font-family: poppins;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
}
.select2-container--default .select2-selection--single {
    background: #fff;
    border: 1px solid #eaeaea;
    height: 43px;
    margin: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #111111;
    float: left;
    font-family: open sans;
    font-size: 13px;
    font-weight: 500;
    text-align:center;
    height: 100%;
    line-height: 36px;
    margin: 0;
    text-transform: capitalize;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    margin: 0;
    width: 25px;
}


/*============= The End =============== */