/* Minification failed. Returning unminified contents.
(9,1): run-time error CSS1019: Unexpected token, found '@import'
(9,9): run-time error CSS1019: Unexpected token, found 'url("https://use.typekit.net/wnf7mwt.css")'
(941,1603): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(941,1630): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(941,1751): run-time error CSS1019: Unexpected token, found '@keyframes'
(941,1770): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1088,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1089,10): run-time error CSS1035: Expected colon, found '{'
(1092,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1093,10): run-time error CSS1035: Expected colon, found '{'
(1540,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1541,10): run-time error CSS1035: Expected colon, found '{'
(1869,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1870,10): run-time error CSS1035: Expected colon, found '{'
 */

/*---------------------
General
---------------------*/
@font-face {
    font-family: 'Allura';
    src: url('/css/fonts/Allura-Regular.ttf') format('truetype');
}
@import url("https://use.typekit.net/wnf7mwt.css");
a {
    color:#333;
}
a:hover {
    text-decoration:none;
}

h1, h2, h3				{color:#000;}
h1						{font-size:30px; margin:0 0 10px 0; font-weight:bold;}
h2						{font-size:22px; margin:25px 0 5px 0;}
h3						{font-size:18px; margin:25px 0 5px 0;}
h4						{margin:25px 0 5px 0; font-weight:bold; line-height:1.5;}
p						{margin:0 0 10px 0;}

::selection             {background:#d0e8ff;}
::-moz-selection        {background:#d0e8ff;}

table,
table tr,
table tr td				{font:normal 12px/1.5 Arial, Verdana, Sans-serif;}

img, table				{border:0;}
html 					{margin:0; padding:0;}
body {
    margin: 0;
    padding: 0;
    COLOR: #333;
    font-family: 'Libre Franklin', Verdana, Sans-serif;
    line-height: 1.2;
}

/*---------------------
Body layout
---------------------*/
.button-black{
    margin: 10px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.wrapper {
    background-color: #fff;
}
.inner {
    margin: 0 20px;
}
#logo {
    width: 200px;
    margin: 0 20px;
}
#logo img {
    display: block;
    width: 100%;
}
.header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.header .inner {
    min-height: 100px;
    position: relative;
}
.header #contact {
    position: absolute;
    right: 20px;
    top: 10px;
}

.header-small
{
    background-color:#000;
    color:#fff;
    text-align:center;
    font-size:12px;
    padding:5px ;
}
.topmenu {
    overflow: hidden;
}
#responsive-menu-btn {
    display: block;
    height: 50px;
    padding: 0 14px;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    cursor: pointer;
}
.topmenu ul                  {margin:0; padding:0;}
.topmenu ul li               {display:inline-block; }
.topmenu ul li a {
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}
.topmenu ul li.on a {
    background-color: #fff;
    border-bottom: 2px solid #888888;
    padding-bottom: 8px;
}
.topmenu ul li a:hover       {text-decoration:none;}
.topmenu ul li a.haschild    {display:none;}
.topmenu ul li ul            {display:none;}

.search-icon {
    padding: 10px 0;
    margin-left: 10px;
}
.search-icon a {
    text-decoration: none;
    margin-right: 20px;
}

.search-icon img {
    height:15px;
    margin-bottom:-2px;
}

.favs {
    padding:10px 0;
    cursor:pointer;
}

.favs img {
    height: 15px;
    margin-bottom:-2px;
}

.header #nav ul#responsive {
    display: none;
}
.header .contactPuffs {
    position: absolute;
    right: 0;
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-content-left,
.header-content-right {
    display: flex;
    align-items: center;
}

.header-search {
    margin: 40px auto 10px;
    width: 90%;
    position: relative;
}
.header-search-field {
    padding: 20px 40px 20px 20px;
    background-color: #e9e9e9;
    border: none;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}
.header-search-field:focus {
    outline:0;
}

.header-search-icon {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    height: 20px;
}

.page-search {
    text-align: center;
    max-width: 700px;
    margin:0 auto;
}

.page-search-control {
    position: relative;
    display: inline-block;    
    width:100%;
}

.page-search-field {
    padding: 20px 40px 20px 20px;
    border-radius: 4px;
    border: 1px solid #D1D1D1;
    font-size: 16px;
    width: 100%;    
    box-sizing:border-box;
}

.page-search-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.searchResult {
    text-align:center;
    font-size:14px;
}

.text-over-image {
    color: #fff;
    text-shadow: 0px 0px 15px #000000a6;
}

/*---------------------
Page layout
---------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix 			{height: 1%;}
.content-wrapper {
    max-width: 2000px;
    margin: 0 auto;
    background-color: #fff;
}
.content {
    background-color: #fff;
}
.content .inner {
    margin: auto;
    min-height: 450px;
    overflow: hidden;
    padding: 40px 0;
    max-width: 1400px;
}
.contentright {
    width: 75%;
    margin: 0;
    padding: 0;
    float: right;
    overflow: hidden;
}

/*---------------------
Start page
---------------------*/
#start-slideshow {
    position: relative;
}
.flexslider                 {overflow:hidden; width:100%; margin:0 auto !important;}
.flexslider .slides li {
    background-size: cover;
    background-position: center;
}
.flexslider .slides li a {
    display: block;
    height: 100%;
    width: 100%;
}
.flexslider .slides > li:first-child {
    display: block;
    -webkit-backface-visibility: visible;
} 


#start-content                      {margin:0 auto;}

.start-page-top-container-inner {
    background-color: #ffffff;
    padding: 30px;
    width: 600px;
    max-width: 80%;
}

.start-search-description {
    margin: 10px 0;
    font-size: 14px;
}

.start-search-description .usp {
    margin-bottom: 6px;
}
.start-search-description .usp-icon {
    margin-right: 5px;
}


.start-puff-wrapper {
    overflow: hidden;
}
    
.start-puffs {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    
}
.start-puffs .puffitem {
    flex: 1 1 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}
.start-puffs .puffitem .innerPuffitem {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}
.start-puffs .puffitem .puff-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.start-puffs .puffitem .puff-text-content {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #525252;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    border-bottom: 1px solid #e9e9e9;
}

.start-puffs .puffitem .rub {
    display: block;
    font-size: 2em;
    margin: 20px 0;
}

.start-puffs .puffitem .content {
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: transparent;
    text-align: center;
    font-size: 1.2em;
    margin: 10px 0;
}

.start-puffs .puffitem .content p {
    padding: 0;
    margin: 0;
}

.start-puffs .puffitem .link {
    padding: 20px 40px;
    text-decoration: none;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    display: inline-block;
    font-size: 1em;
    margin: 30px 0;
    color: #fff;
    background-color: #000000;
    font-family: 'Libre Franklin', Verdana, Sans-serif;
}


.start-page-top-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}


.start-popular-searches {
    width: 600px;
    margin: 0px auto 40px;
    text-align: center;
}
.start-popular-searches-header {
    margin: 10px 0;
}

.start-popular-searches .tag-marker {
    padding: 0 5px 0 0;
    margin: 0px;
    font-size: 12px;
    background-color: transparent;
    color: #fff;
}

.start-collection-wrapper {
    max-width: 1400px;
    overflow: hidden;
    margin: auto;
}

.start-page-header {
    text-align: center;
    margin: 25px 0;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-size: 1.6em;
}
.start-page-subheader {
    font-size: 0.8em;
    text-align: center;
    margin: 5px 0 0;
}

#start-news {
    width: 32.5%;
    height: 225px;
    margin: 0;
    padding: 0;
    float: right;
    overflow: hidden;
}

#start-news h3                      {padding:0 0 2.6% 0; margin:0; display:block; font-size:16px; line-height:18px;}
#start-news ul                      {list-style:none; margin:0; padding:0; width:100%; overflow:hidden;}
#start-news ul li                   {width:100%; padding:0; margin:0 0 3% 0;}
#start-news ul li a                 {transition-duration:0.2s; -webkit-transition-duration:0.2s; display:block; text-decoration:none; padding:1.5% 1.5% 1.5% 3%; margin:0; border-left:2px solid #ccc;}
#start-news ul li a .date           {display:block; font-size:10px; color:#888;}
#start-news ul li a .title          {display:block; color:#444; width:100%; max-width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#start-news ul li a:hover           {transition-duration:0.2s; -webkit-transition-duration:0.2s; border-left:2px solid #2980b9; background-color:#f5f5f5;}
#start-news ul li a:hover .date     {color:#666;}
#start-news ul li a:hover .title    {color:#000;}
.start-collections-link {
    margin: 20px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: 3px solid #848484;
    border-radius: 30px;
}
.section{
    margin: 50px 0;
}
.section-header {
    margin: 20px 0 20px;
    font-size: 1.2em;
}
.centered {
    text-align: center;
}

.tag-marker {
    background-color: #ddd;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: 10px;
}

.image-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.image-list-item {
    width: 20%;
    min-width: 240px;
    max-width: 260px;
    flex: 1 1 auto;
    position:relative;
}
.image-list-item-inner {
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    text-align: center;
    margin: 20px 10px;
    text-decoration: none;
    display: block;    
}
.image-list-item .favBtn{
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 9;
    cursor: pointer;
    padding: 5px;
}
.image-list-item .favBtn .fa-heart,
.image-list-item .favBtn.active .fa-heart-o,
.favBtnDetails .fa-heart,
.favBtnDetails.active .fa-heart-o {
    display: none;
}
image-list-item .favBtn .fa-heart-o,
.image-list-item .favBtn.active .fa-heart,
.favBtnDetails .fa-heart-o,
.favBtnDetails.active .fa-heart {
    display: inline;
}

.image-list-item .item-image {
    margin: 15px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.image-list-item .item-image img {
    max-height: 100%;
    max-width: 100%;
}

.image-list-item .item-info {
    height: 80px;
}
.image-list-item .item-title {
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px auto;
    font-size: 14px;
}
.image-list-item .item-price {
    font-weight: 700;
}
.pager {
    text-align: center;
    margin: 20px 0;
}
.pager .pager-link {
    font-size: 14px;
    
    height: 58px;
    border-radius: 4px;
    width: 48px;
    margin: 5px;
    text-align: center;
    line-height: 58px;
    background-color: #efefef;
    cursor: pointer;
    text-decoration: none;
    display:inline-block;
}

.pager .pager-link.current-page {
    color: #efefef;
    background-color: #464746;
}


.image-collection-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.image-collection-item {
    width: 45%;
    float: left;
    flex: 1 0 45%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 10px 20px;
}
.image-collection-item-inner {
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: background-color linear 0.1s;
}
.image-collection-item-inner:hover {
    background-color: #00000033;
}
.image-collection-item .collection-text{
    font-weight: 700;
    font-size: 24px;
    text-shadow: 2px 2px 4px #33333399;
    text-transform: capitalize;
}

.start-page-text {
    text-align: center;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-size: 1.6em;
}

.start-page-text h1,
.start-page-text h2,
.start-page-text h3,
.start-page-text h4,
.start-page-text h5 {
    font-size: 2.2em;
    font-weight: 400;
}

#start-slideshow .flex-direction-nav{
    display: none;
}
/*---------------------
Submenu vertical
---------------------*/
.leftmenu {
    float: left;
    width: 25%;
}
.leftmenu ul					    {width:90%; margin:0; padding:0 0 10px 0; list-style:none; overflow:hidden;}
.leftmenu ul li				        {width:100%; margin:0; padding:0; border-bottom:1px dotted #999;}
.leftmenu ul li:last-child          {background:none; border:0;}
.leftmenu ul li a				    {width:100%; margin:0; padding:0; font-size:12px; color:#555; text-decoration:none; display:block;}
.leftmenu ul li a:hover             {color:#333;}
.leftmenu ul li.on a			    {color:#333; font-weight:bold;}
.leftmenu ul li.on-childs           {background:none; border:0;}
.leftmenu ul li.on-childs a	        {color:#555; font-weight:bold; line-height:30px;}

.leftmenu ul li.on-childs ul            {margin:0 0 0 15px !important;}
.leftmenu ul li.on-childs ul li         {background:none; border:0;}
.leftmenu ul li.on-childs ul li a       {font-weight:normal !important; line-height:24px !important; font-size:11px; color:#555;}
.leftmenu ul li.on-childs ul li a:hover {color:#333;}
.leftmenu ul li.on-childs ul li.on a    {color:#333; font-weight:bold !important;}

/*---------------------
Submenu horizontal
---------------------*/ 
.fullmenu                           {background-color:#cccccc;}
.fullmenu ul					    {width:auto; text-align:center; margin:0; padding:0; list-style:none; overflow:hidden;}
.fullmenu ul li				        {display:inline-block; margin:0 10px; padding:0; }
.fullmenu ul li:last-child          {background:none; border:0;}
.fullmenu ul li a				    {margin:0; padding:5px 10px; font-size:12px; color:#555; text-decoration:none; display:block;}
.fullmenu ul li a:hover             {color:#333;}
.fullmenu ul li.on a, .fullmenu ul li.on-childs a			    {color:#333; font-weight:bold;}


/*---------------------
Footer layout
---------------------*/
#footer {
    padding: 50px 0;
    height: 400px;
    position: relative;
    color: #fff;
    background-color: #474747;
    background-image: url('/gfx/footer_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#footer .footer-content {
    max-width: 800px;
    margin: auto;
}

#footer a {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .rss img,
#footer .facebook img,
#footer .twitter img {
    margin: 0 0 3px 2px;
    padding: 0;
    border: 0;
}


@media screen and (max-width: 1420px) {
    .content .inner {
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .flexslider .slides li {
        height: 600px !important;
    }
    .start-page-top-container {
        position: relative;
    }
    .start-page-top-container-inner {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid #e9e9e9;
        padding: 20px 0;
    }


    .start-page-header {
        margin: 15px 0;
        font-size: 1.2em;
    }

}
@media screen and (max-width: 860px)
{
    h1  {font-size:24px;}
    h2  {font-size:18px;}
    h3  {font-size:14px;}
    
    .header 						    {width:auto; margin:0; padding:0; position:relative;}
    .header .inner                      {z-index:999;}
    #logo                               {}
    #logo img                           {}
    
    .header #nav					        {position:static; top:0; left:0; height:auto; min-height:50px; width:100%; padding:0; margin:0; z-index:9; display:none;}
    .header .topmenu                      {display:none;}

    
    
    .content					{}
    .content .inner {
        padding: 20px 10px;
    }
    .submenu				    {display:none;}
    
    .content .inner	            {padding-left:10px; padding-right:10px;}
    .contentright               {float:none; width:100%;}

    #footer					    {width:auto; margin:0; padding:2% 0 0 0; clear:left; position:relative; font-size:11px; line-height:16px;}
    #footer .links              {display:none;}
    #footer .footer-content     {max-width:100%; padding-left:10px; padding-right:10px;}
    
    .flexslider .slides  li     {height:400px !important;}

    .start-page-text {
        font-size: 1.4em;
    }
    .header-search, .page-search {
        margin: 10px auto;
    }



    .start-popular-searches {
        width: 90%;
    }
    .start-popular-searches-header {
        font-size: 12px;
    }
    .start-popular-searches .tag-marker {
        
    }

    .start-puffs .puffitem .puff-image {
        height: 350px;
    }
        .image-collection-list {
        margin: 0 -10px;
    }
    .image-collection-item {
        height: 200px;
        margin: 10px;
    }
    .start-puffs {
        font-size: 14px;
    }
    .start-puffs .puffitem {
        flex: 0 0 100%;
        margin: 0px 0px 10px;
    }


    table.responsive-table,
    table.responsive-table thead,
    table.responsive-table tbody,
    table.responsive-table th,
    table.responsive-table td,
    table.responsive-table tr {
        display: block;
        border: 0;
    }
	table.responsive-table thead tr     {position:absolute; top:-9999px; left:-9999px;}
	table.responsive-table tr           {border:1px solid #ccc;}
	table.responsive-table td           {padding:4px 6px;}
	table.responsive-table td           {border:none; border-bottom:1px solid #ddd; position:relative; padding-left:50%; white-space:normal; text-align:left !important;}
 	table.responsive-table td:before    {position:absolute; top:6px; left:6px; width:45%; padding-right:10px; white-space:nowrap; text-align:left; font-weight: bold;}
	table.responsive-table td:before    {content:attr(data-title);}


    .image-list-item {
        width: 45%;
        min-width: 0;
        max-width: none;
        flex: 1 1 auto;
    }
    .image-list-item-inner {
        border: 1px solid #ececec;
        border-radius: 0;
        margin: 0px 5px 10px;
        padding-top: 1px;
    }
    .image-list-item .item-info {
        height: 65px;
    }
    .image-list-item .item-image {
        margin: 5px;
        height: 160px;
    }
    .pager{
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .pager .pager-link {
            height: 48px;
            line-height: 48px;
        }

    .image-list-item .favBtn {
        bottom: 10px;
        right: 10px;     
    }

}
@media screen and (max-width: 750px) {
    .favs span {
        display: none;
    }

    .favs {
        margin-left: 20px;
    }

    .search-icon span {
        display: none;
    }

    .search-icon a {
        margin-right: 0;
    }
    .header-cart-title {
        display: none;
    }
}
@media screen and (max-width: 600px)
{
    h1  {font-size:20px;}
    h2  {font-size:16px;}
    h3  {font-size:14px;}

    .header .inner {
        min-height: 50px;
    }
    #responsive-menu-btn {
        font-size: 24px;
    }
    #logo {
        width: 120px;
        margin: 4px 5px 0;
    }
    .flexslider .slides li {
        height: 350px !important;
    }
    .start-page-text {
        font-size: 1em;
    }

    .start-puffs .puffitem .puff-image {
        height: 250px;
    }

    .image-collection-list {
        margin: 0;
    }
    .image-collection-item {
        flex: 0 0 100%;
        height: 200px;
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 480px)
{
    h1  {font-size:18px;}
    h2  {font-size:14px;}
    h3  {font-size:12px;}

    .start-page-text {
        font-size: 0.8em;
    }

    .footer-content img {max-width:100%;}

    .favs {
        margin-left: 7px;
    }
    .upload-link{
        font-size: 0.7em;
    }
}
@media screen and (max-width: 350px) {
    #logo {
        width: 90px;
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/Css/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/Css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/Css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/Css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/Css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/Css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


.instagram-header {
    margin: 20px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    /*border: 3px solid #848484;
    border-radius: 30px;*/
}

.instagram-feed{
    /*text-align: center;*/
    padding: 5px 0;
    margin-bottom: 40px;
    overflow: hidden;
}

.instagram-feed .inner{
    margin: auto;    
    overflow: hidden;
    padding: 40px 0;
    max-width: 1400px;
}

.instagram-feed .instagram{
    overflow: hidden;
    margin: 30px 0;
}
.instagram-feed .instagramPost{
    float: left;
    width: 16.6%;
}
.instagram-feed .image{
    display: block;
    margin: 10px;
    position:relative;
}

    .instagram-feed .image::after
    {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.instagram-feed .image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1000px)
{
    .instagram-feed .instagramPost {
        width: 33.3%;
    }
}
@media screen and (max-width: 480px)
{
    .instagram-feed .instagramPost {
        width: 50%;
    }
}


.modal-trigger{
    cursor: pointer;
}
.modal-background {
    background-color: #000000bf;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
height:100vh;
}
.modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    width: 30px;
    height: 30px;
    font-family: sans-serif;
    cursor: pointer;
}
.modal-close .icon{
    width: 100%;
}
.modal-content{
    display: none;
}
.modal-panel {
    position: relative;
    background-color: #ffffff;
    margin: auto;
    max-width: 95%;
    max-height: 95%;
    padding:10px 10px 0 10px;
    -webkit-animation-name: animatefade;
    -webkit-animation-duration: 0.4s;
    animation-name: animatefade;
    animation-duration: 0.4s;
    box-sizing: border-box;
}

.modal-panel img {
        max-height: 93vh;
        height: auto;
        width: auto;
        max-width: 100%;
    }

.modal-panel.stretch {
    bottom: 10%;
    overflow: auto;
    max-width: none;
}

.modal-panel .gallery{
    width: 100%;
    height: 100%;
}
.modal-panel .gallery-image-container {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items:center;
}
.modal-panel .gallery img{
    display: block;
    width:100%;
}
.modal-panel .youtube-iframe{
    height: 400px;
    width: 600px;
}
@-webkit-keyframes animatefade {
    from { opacity: 0} 
    to { opacity: 1}
}
@keyframes animatefade {
    from { opacity: 0}
    to { opacity: 1}
}

.modal-large-description {
    text-align:center;
    width:66%;
    padding:40px;
    margin:0 auto;
}

.modal-background.hide {
    display: none;
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-menu a {
    color: #000;
}
#mm-0   {top: 0px;}

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }


.mm-vertical a {
    text-transform:uppercase;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; text-align:left;}
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

#shopping-cart {
    position: relative;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #fff;
    opacity: 0.8;
    background-image: url('../../gfx/webbedit/search-preloader.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    display: none;
}
#shopping-cart.loading .loading-overlay {
    display: block;
}
#shopping-cart .veiw-cart-toggle {
    display: flex;
    cursor: pointer;
    padding: 10px 15px;
}
#shopping-cart .avieworder{
    display: none;
}

#shopping-cart a{
    text-decoration: none;
}
#shopping-cart .shopping-cart-icon {
    margin: 0 10px;
    height: 18px;
}
#shopping-cart .productcount {
    background-color: #6B6B75;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: block;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
}

@keyframes shoppingcartExpand{
    from {
        visibility: hidden;
        opacity: 0;
        }
    to {
        visibility: visible;
        opacity: 1;
    }
}

#shopping-cart .cart-details-container {
    position: absolute;
    z-index: 101;
    top: 60px;
    right: 5px;
    width: 500px;
    background-color: #fff;
    color: #353535;
    box-shadow: -3px 3px 10px rgba(0,0,0,0.4);
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
    background-color: #eee;
    overflow: hidden;
}

#shopping-cart .cart-header {
    padding: 10px;
    background-color: #fff;
    border-bottom: 2px solid #dedede;
}
#shopping-cart .cart-body {
    padding: 10px;
}

#shopping-cart .cart-details-container .close-cart-details {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
    color: #777;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
#shopping-cart .cart-details-container .close-cart-details img{
    width: 100%;
    vertical-align: middle;
}

#shopping-cart.expanded .cart-details-container {
    visibility: visible;
    opacity: 1;
    animation-duration: .3s;
    animation-name: shoppingcartExpand;
}
#shopping-cart .cart-details-container .cart-title{
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    display: block;
    padding: 10px;
}

#shopping-cart .cart-item-group {
    border: 2px solid #dedede;
    margin: 10px 0;
    border-radius: 10px;
    background-color: #fff;
}
#shopping-cart .cart-item {
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    display: flex;
    align-items: center;
}
#shopping-cart .addon-item {
    border-top: 2px solid #dedede;
}
#shopping-cart .cart-item .remove-button {
    margin: 0 10px;
    width: 15px;
    flex: none;
    cursor: pointer;
}
    #shopping-cart .cart-item .addon-label {
        background-color: #000000;
        padding: 2px 8px;
        border-radius: 20px;
        color: #fff;
        font-weight:700;
    }
#shopping-cart .cart-item-details{
    display: flex;
}

#shopping-cart .cart-item .remove-button img {
    width: 100%;
    vertical-align: middle;
}
#shopping-cart .cart-item .image {
    flex: none;
    width: 50px;
    height: 50px;
    border: 1px solid #dedede;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
#shopping-cart .cart-item .info {
    width: 100%;
}
#shopping-cart .cart-item .text-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-left: 10px;
    width: 280px;
    flex: 0 0 auto;
    justify-content: center;
}
#shopping-cart .cart-item .price-info {
    width: 90px;
    flex: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#shopping-cart .cart-item .addon-info {
    width: 90px;
    flex: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}
#shopping-cart .cart-item .item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}
#shopping-cart .cart-item .item-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #777;
}
#shopping-cart .cart-item .quantity {
    margin: 5px;
}
#shopping-cart .cart-item .price {
    margin: 5px;
}

#shopping-cart .cart-item .addon-price {
    top: 30px;
}


#shopping-cart .cart-item .current-price {
    font-weight: 700;
}
#shopping-cart .cart-item .non-discount-price{
    text-decoration: line-through;
    font-size: 12px;
    display: none;
}
#shopping-cart .cart-item.campaign .non-discount-price{
    display: block;
}
#shopping-cart .cart-item.campaign .current-price{
    color: red;
}
#shopping-cart .total-price {
    padding: 15px;
    overflow: hidden;
    background-color: #ededed;
    margin: 10px 0;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    border-radius: 10px;
}
#shopping-cart .button.go-to-checkout {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1300px) {
    /*#shopping-cart {
        position: absolute;
        right: 10px;
        text-align: left;
    }
    #shopping-cart .cart-details-container {
        top: 45px;
    }*/

}
@media screen and (max-width: 860px) {
    #head .inner #shopping-cart {
        display: none;
    }
}
@media screen and (max-width: 600px) {


    #shopping-cart .avieworder {
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }

    .header-cart-title
    {
        display:none;
    }

    #shopping-cart .veiw-cart-toggle {
        flex-wrap:nowrap;
        padding:7px;
    }

    #shopping-cart .productcount
    {
        min-width:16px;
    }

    #shopping-cart .shopping-cart-icon {
        margin: 0 2px;
    }
}
@media screen and (max-width: 420px) {
    #shopping-cart .cart-details-container {
        position: fixed;
        left: 10px;
        top: 60px;
        right: 10px;
        max-height: 80%;
        overflow: auto;
        width: auto;
        padding: 10px;
    }
}
@media screen and (max-width: 480px) {
    #shopping-cart .cart-item .image {
        display: none;
    }

    #shopping-cart .cart-item .name {
        left: 20px;
    }

    #shopping-cart .cart-item .description {
        left: 20px;
    }

    #shopping-cart .cart-item .remove-button {
        margin: 0;
    }

    #shopping-cart .veiw-cart-toggle {        
        
    }
}

#favourites {
    position: relative;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #fff;
    opacity: 0.8;
    background-image: url('../../gfx/webbedit/search-preloader.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    display: none;
}
#favourites.loading .loading-overlay {
    display: block;
}
#favourites .veiw-cart-toggle {
    display: flex;
    cursor: pointer;
    padding: 10px 15px;
}
#favourites .avieworder{
    display: none;
}

#favourites a{
    text-decoration: none;
}
#favourites .shopping-cart-icon {
    margin: 0 10px;
    height: 18px;
}
#favourites .productcount {
    background-color: #6B6B75;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: block;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
}

@keyframes favouritesExpand{
    from {
        visibility: hidden;
        opacity: 0;
        }
    to {
        visibility: visible;
        opacity: 1;
    }
}

#favourites .favourites-container {
    position: absolute;
    z-index: 999;
    top: 60px;
    right: 5px;
    width: 470px;
    background-color: #fff;
    color: #353535;
    box-shadow: -3px 3px 10px rgba(0,0,0,0.4);
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
    background-color: #eee;
    overflow: hidden;
}

#favourites .fav-header {
    padding: 10px;
    background-color: #fff;
    border-bottom: 2px solid #dedede;
}
#favourites .favourites-body {
    padding: 10px;
    max-height:200px;
    overflow-y:auto;
}

#favourites .favourites-container .close-favourites {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
    color: #777;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
#favourites .favourites-container .close-favourites img{
    width: 100%;
    vertical-align: middle;
}

#favourites.expanded .favourites-container {
    visibility: visible;
    opacity: 1;
    animation-duration: .3s;
    animation-name: favouritesExpand;
}
#favourites .favourites-container .fav-title{
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    display: block;
    padding: 10px;
}

#favourites .fav-item-group {
    /*border: 2px solid #dedede;
    margin: 10px 0;
    border-radius: 10px;
    background-color: #fff;*/
    position:relative;
    display:inline-block;    
}
#favourites .fav-item {
    padding: 10px 5px 10px 0;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    display: flex;
    align-items: center;
}
#favourites .addon-item {
    border-top: 2px solid #dedede;
}
#favourites .remove-button {
    margin: 0px;
    width: 15px;
    flex: none;
    cursor: pointer;
    position:absolute;
    top:0;
    right:0;
    z-index:2;
}
    #favourites .fav-item .addon-label {
        background-color: #000000;
        padding: 2px 8px;
        border-radius: 20px;
        color: #fff;
        font-weight:700;
    }
#favourites .fav-item-details{
    display: flex;
}

#favourites .remove-button img {
    width: 100%;
    vertical-align: middle;
}
#favourites .fav-item .image {
    flex: none;
    width: 80px;
    height: 80px;
    border: 1px solid #dedede;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
#favourites .fav-item .info {
    width: 100%;
}
#favourites .fav-item .text-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-left: 10px;
    width: 280px;
    flex: 0 0 auto;
    justify-content: center;
}
#favourites .fav-item .price-info {
    width: 90px;
    flex: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#favourites .fav-item .addon-info {
    width: 90px;
    flex: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}
#favourites .fav-item .item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}
#favourites .fav-item .item-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #777;
}
#favourites .fav-item .quantity {
    margin: 5px;
}
#favourites .fav-item .price {
    margin: 5px;
}

#favourites .fav-item .addon-price {
    top: 30px;
}


#favourites .fav-item .current-price {
    font-weight: 700;
}
#favourites .cart-item .non-discount-price{
    text-decoration: line-through;
    font-size: 12px;
    display: none;
}
#favourites .cart-item.campaign .non-discount-price{
    display: block;
}
#favourites .cart-item.campaign .current-price{
    color: red;
}
#favourites .total-price {
    padding: 15px;
    overflow: hidden;
    background-color: #ededed;
    margin: 10px 0;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    border-radius: 10px;
}
#favourites .button.go-to-checkout {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1300px) {
    /*#favourites {
        position: absolute;
        right: 10px;
        text-align: left;
    }
    #favourites .favourites-container {
        top: 45px;
    }*/

}
@media screen and (max-width: 860px) {
    #head .inner #favourites {
        display: none;
    }
}
@media screen and (max-width: 600px) {


    #favourites .avieworder {
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }

    .header-cart-title
    {
        display:none;
    }

    #favourites .veiw-cart-toggle {
        flex-wrap:wrap;
    }
}
@media screen and (max-width: 420px) {
    #favourites .favourites-container {
        position: fixed;
        left: 10px;
        top: 60px;
        right: 10px;
        max-height: 80%;
        overflow: auto;
        width: auto;
        padding: 10px;
    }
}
@media screen and (max-width: 400px) {
    #favourites .cart-item .image {
        display: none;
    }

    #favourites .cart-item .name {
        left: 20px;
    }

    #favourites .cart-item .description {
        left: 20px;
    }

    #favourites .cart-item .remove-button {
        margin: 0;
    }
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin:0 0 0 0; /*background: #fff;*/ padding:0; /*border: 4px solid #fff;*/ position: relative; /*-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);*/ zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.flexslider.controlNav  {}

.carousel li {margin-right: 5px}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); zoom: 1;}
.flex-caption {display: inline-block;vertical-align: middle;background: rgba(0,0,0,.5);color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,.3);font-size: 14px;line-height: 18px;}
.flex-caption h3    {color:#fff; padding:0 0 5px 0; margin:0;}
.flex-caption p     {color:#fff; padding:0; margin:0;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/gfx/webbedit/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:-30px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
  .flexslider ul li             {overflow:visible !important; height:auto !important;}
}
.searchIcon              {display: block; font-size: 18px; cursor:pointer;}
#overlay-search                         {height:100%; width:60%; overflow:auto; overflow-x:hidden; position:fixed; left:0; top:0; z-index:999 !important; padding:0 20%; text-align:left; background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BBFFFFFF,endColorstr=#BBFFFFFF); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BBFFFFFF,endColorstr=#BBFFFFFF); zoom:1; background:rgba(255,255,255,.90); display:none;}
.overlay-search-close                   {text-decoration:none; font-size:40px; line-height:40px; position:fixed; top:4%; right:2%; color:#999; padding:0 5px; margin:0; cursor:pointer; display:block;}
.overlay-search-close:hover             {color:#000;}
.overlay-search-title                   {font:bold 60px/60px Arial, Sans-serif; color:#000; margin:0; padding:5% 0 2% 0; display:block; width:100%; max-width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.overlay-search-tbx                     {font-size:40px; padding:1% 2%; margin:0; border:2px solid #ccc; width:100%; outline-style:none; outline-width:0pt; background-color:#f7f7f7; color:#bbb; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none;}
.overlay-search-tbx:focus               {background-color:#fff; color:#000; border:2px solid #2980b9;}
.overlay-search-result                  {padding:3% 0 5% 0; margin:0; list-style:none; width:100%;}
.overlay-search-result li               {padding:0 0 2% 0; margin:0 0 2% 0; border-bottom:1px solid #ccc;}
.overlay-search-result li:last-child    {padding:0; margin:0; border:0;}
.overlay-search-result li p.title       {padding:0; margin:0; font-size:20px; font-weight:bold; color:#000;}
.overlay-search-result li p.hits        {padding:2px 0 0 0; margin:0; font-size:10px;}
.overlay-search-result li a             {font-size:14px; text-decoration:none;}
.overlay-search-result li a:hover       {text-decoration:underline;}
.overlay-search-info                    {font:normal 20px/20px Arial, Sans-serif; color:#60add0; margin:2% 0 0 0; padding:1% 2%; border:2px solid #8ccfef; background-color:#cbeeff;}
.overlay-search-alert                   {font:normal 20px/20px Arial, Sans-serif; color:#c3454a; margin:2% 0 0 0; padding:1% 2%; border:2px solid #df6c70; background-color:#fbcfd1;}
.overlay-search-preloader               {width:100px; height:100px; position:absolute; left:50%; top:50%; margin-left:-50px; margin-top:-50px;}

@media screen and (max-width: 1100px) {
    #overlay-search                     {width:90%; overflow:auto; overflow-x:hidden; padding:0 5%;}
    .overlay-search-close               {font-size:25px; line-height:25px; top:4%; right:5%; position:absolute;}
    .overlay-search-title               {font:bold 24px/24px Arial, Sans-serif; margin:0 0 1.5% 0;}
    .overlay-search-tbx, 
    .overlay-search-tbx:focus           {font-size:18px; line-height:18px; padding:1% 2%; margin:0 0 1.5% 0; border-width:1px;}
    .overlay-search-result li p.title   {font-size:14px;}
    .overlay-search-result li p.hits    {font-size:10px; padding:0;}
    .overlay-search-result li a         {font-size:12px;}
    .overlay-search-info, 
    .overlay-search-alert               {font:normal 14px/14px Arial, Sans-serif; border-width:1px; padding:2%;}
    
    .searchIcon              {font-size:15px; margin: 0 0 0 15px;}

}
@media screen and (max-width: 600px) {
    .overlay-search-preloader           {width:80px; height:80px; margin-left:-40px; margin-top:-20px;}
}

@media screen and (max-width: 480px)
{
    .overlay-search-preloader           {width:50px; height:50px; margin-left:-25px; margin-top:-25px;}
}

/* CORE STYLES */
	/* noty bar */
	.noty_bar {
		position: fixed;
		display: none;
		z-index: 9999999;
	}
	
	/* noty_message */
	.noty_bar .noty_message {
		text-align: center;
	}
	
	/* noty close button */
	.noty_bar .noty_close {
		cursor: pointer;
	}
	
	/* noty modal */
	.noty_modal {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #000;
		z-index: 10000;
		opacity: 0.6;
		display: none;
		left: 0;
		top: 0;
	}
	
	/* noty container for noty_layout_topLeft & noty_layout_topRight */
	ul.noty_cont {
		position: fixed;
		z-index: 10000000;
		margin: 0px;
		padding: 0px;
		list-style: none;
		width: 300px;
	}
	ul.noty_cont li {
		position: relative;
		float: left;
		clear: both;
		list-style: none;
		padding: 0px;
		margin: 10px 0 0 0;
		width: 300px; /* Fix for: http://bugs.jquery.com/ticket/2278 */
	}
	ul.noty_cont.noty_layout_topLeft {left:20px; top:20px;}
	ul.noty_cont.noty_layout_topRight {right:40px; top:20px;}
	ul.noty_cont.noty_layout_bottomLeft {left:20px; bottom:20px}
	ul.noty_cont.noty_layout_bottomRight {right:40px; bottom:20px}
	ul.noty_cont.noty_layout_topRight li {float:right}

/* LAYOUTS */

	/* noty_layout_top */
	.noty_bar.noty_layout_top {
		top: 0;
		left: 0;
		width: 100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	/* noty_layout_bottom */
	.noty_bar.noty_layout_bottom {
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	/* noty_layout_center */
	.noty_bar.noty_layout_center {
		top: 40%;
		width: 80%;
	}
	
	/* noty_layout_topLeft & noty_layout_topRight */
	.noty_bar.noty_layout_topLeft, 
	.noty_bar.noty_layout_topRight,
	.noty_bar.noty_layout_bottomLeft,
	.noty_bar.noty_layout_bottomRight {
		width: 100%;
		clear: both;
		position: relative;
	}
	
	.noty_bar.noty_layout_topLeft .noty_message, 
	.noty_bar.noty_layout_topRight .noty_message,
	.noty_bar.noty_layout_bottomLeft .noty_message,
	.noty_bar.noty_layout_bottomRight .noty_message {
		text-align: left;
	}
	
	/* noty_layout_topCenter */
	.noty_bar.noty_layout_topCenter {
		top: 12px;
	}



/* --- THEME TWITTER --- */

/* noty bar */
.noty_bar.noty_theme_twitter {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	/*text-shadow: 0 1px 0 #fff;*/
	font-family: Arial, Verdana,sans-serif;
	width: 90%;
}

/* custom container */
.noty_custom_container.noty_theme_twitter.noty_layout_inline {
	position: relative;
}

	/* custom growl container */
	.noty_custom_container.noty_theme_twitter.noty_layout_inline .noty_cont.noty_layout_inline {
		position: static;
	}
	/* custom noty bar */
	.noty_custom_container.noty_theme_twitter.noty_layout_inline .noty_bar {
		position: static;
	}

		.noty_custom_container.noty_theme_twitter.noty_layout_inline .noty_bar .noty_message {
			font-size: 13px;
			padding: 4px;
		}

			.noty_custom_container.noty_theme_twitter.noty_layout_inline .noty_bar .noty_message .noty_buttons {
				margin-top: -1px;
			}

/* noty_message */
.noty_bar.noty_theme_twitter .noty_message {
	padding: 8px 14px;
}
/* noty_has_close_button */
.noty_bar.noty_theme_twitter.noty_closable .noty_message {
	padding: 10px 35px 10px 14px;
}

/* noty_buttons */
.noty_bar.noty_theme_twitter .noty_message .noty_buttons {
	float: right;
	margin-top: -5px;
	margin-left: 4px;
}

	/* noty_button */
	.noty_bar.noty_theme_twitter .noty_message .noty_buttons button {
		margin-left: 5px;
	}

/* noty close button */
.noty_bar.noty_theme_twitter .noty_close {
	position: absolute;
	top: 9px;
	right: 16px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	opacity: 0.8;
	background-color: rgba(0,0,0,0.1);
	padding: 1px 5px 3px 5px;
	/*text-shadow: 0 1px 0 #fff;*/
}

	/* noty close button hover */
	.noty_bar.noty_theme_twitter .noty_close:hover {
		opacity: 1.0;
		background-color: rgba(0,0,0,0.3);
	}

	.noty_bar.noty_theme_twitter .noty_close:after {
		content: "x";
	}

/* noty modal */
.noty_modal.noty_theme_twitter {
	opacity: 0.7;
}

/* noty_layout_topLeft & noty_layout_topRight */
.noty_bar.noty_theme_twitter.noty_layout_center {
	top: 40%;
}

.noty_bar.noty_theme_twitter.noty_layout_topCenter,
.noty_bar.noty_theme_twitter.noty_layout_topLeft,
.noty_bar.noty_theme_twitter.noty_layout_topRight,
.noty_bar.noty_theme_twitter.noty_layout_bottomLeft,
.noty_bar.noty_theme_twitter.noty_layout_bottomRight {
	/*-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;*/
	top: 0;
}

	.noty_bar.noty_theme_twitter.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_layout_bottomRight .noty_message .noty_buttons {
		float: none;
		border-top: 1px solid #FBEED5;
		margin-left: 0;
		margin-top: 10px;
		padding-top: 10px;
		text-align: right;
	}

	.noty_bar.noty_theme_twitter.noty_layout_center .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_layout_topCenter .noty_message .noty_buttons {
		margin-left: 15px;
		margin-top: -2px
	}

/* NOTIFICATION TYPES */

/* noty_alert */
.noty_bar.noty_theme_twitter.noty_alert {
	/*background-color: #f39c12;*/
	background-color: rgba(243,156,18,0.8);
	/*border: 1px solid #FBEED5;*/
	color: #fff;
	/*-webkit-box-shadow: 0 0 5px 0 #ccc; -moz-box-shadow: 0 0 5px 0 #ccc; box-shadow: 0 0 5px 0 #ccc;*/
}
/* noty_error */
.noty_bar.noty_theme_twitter.noty_error {
	/*background-color: #e74c3c;*/
	background-color: rgba(231,76,60,0.8);
	/*border: 1px solid #EED3D7;*/
	color: #fff;
	/*-webkit-box-shadow: 0 0 5px 0 #ccc; -moz-box-shadow: 0 0 5px 0 #ccc; box-shadow: 0 0 5px 0 #ccc;*/
}
/* noty_success */
.noty_bar.noty_theme_twitter.noty_success {
	/*background-color: #3498db;*/
	background-color: rgba(52,152,219,0.8);
	/*border: 1px solid #c1d8ae;*/
	color: #fff;
	/*-webkit-box-shadow: 0 0 5px 0 #ccc; -moz-box-shadow: 0 0 5px 0 #ccc; box-shadow: 0 0 5px 0 #ccc;*/
}
/* noty_information */
.noty_bar.noty_theme_twitter.noty_information {
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	color: #3A87AD;
	/*-webkit-box-shadow: 0 0 5px 0 #ccc; -moz-box-shadow: 0 0 5px 0 #ccc; box-shadow: 0 0 5px 0 #ccc;*/
}
