@charset"UTF-8";
@charset "UTF-8";
/*
  Theme Name: Blog
  Author: TreeThemes
  Author URI: http://treethemes.net
  
  CSS File for Blog Masonry & Default
*/
.blog-default {
    padding: 0;
    padding-bottom: 0px;
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}

.page-template-blog-template .blog-default,.single-post .blog-default {
    padding: 0;
}

.blog-default.wideblog {
    padding-top: 50px;
}

.blog-default .page_content.left .container,.blog-default .page_content.right .container {
    padding: 0 !important;
}

.blog-default-bg {
    left: 0;
    z-index: 5;
    position: relative;
    padding-right: 10px;
}

.single-post .page_content.left .blog-default-bg {
    padding-right: 0;
}

.padding-box {
    padding: 40px 0;
}

.blog-default-bg-masonry {
    left: 0;
    z-index: 5;
    position: relative;
    text-align: center;
    background: #fff;
    padding-bottom: 0px;
}
.journal .journal-post{
	padding-top: 13px;
}
.padding-box-masonry {
    padding: 30px 0;
    width: 100%;
    text-align: left;
}

.isotope-item.text .padding-box-masonry {
    padding: 0 0 30px;
}

.link .padding-box-masonry,.link .blog-default-bg-masonry,.quote .blog-default-bg-masonry {
    padding: 0;
}

.blog-default-bg-masonry .vendor,.post .blog-default-bg-masonry .flexslider {
    margin-bottom: 0 !important;
}

.padding-box-masonry .the_title {
    padding-top: 0;
}

.post {
    position: relative;
}

.data-bg {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 80px;
}

.data-bg .day {
    font-size: 13px;
    text-align: right;
    color: #ECECEC;
    padding-top: 0;
    font-family: Raleway;
    position: relative;
    letter-spacing: 1px;
}

.data-bg .day span {
    font-size: 75px;
    line-height: 65px;
    letter-spacing: -1px;
    text-align: right;
    position: relative;
    width: 100%;
    display: block;
    left: 0;
    font-weight: 700;
}

/* Overlay link / Zoom */
body.single-post a.des_prettyphoto {
    position: relative;
    float: left;
}

.featured-image a:hover .post_overlay,body.single-post a.des_prettyphoto:hover .post_overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.featured-image a .post_overlay,body.single-post a.des_prettyphoto .post_overlay {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
/* 	background-color: rgba(237,181,77, 0.97); */
    opacity: 0;
    filter: alpha(opacity=0);
}

body.single-post a.des_prettyphoto i {
    position: absolute;
    line-height: 36px;
    margin: -18px 0 0 -18px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
}
.featured-image a i{display: none;}
.featured-image a{
	overflow: hidden;
}
.featured-image a img,
.widget_meks_instagram .meks-instagram-widget a img{
	transition: all .2s ease-in-out;
	cursor: pointer;
	overflow: hidden;
}

/*Only Safari COde*/
@media not all and (min-resolution:.001dpcm) { 
    @media{
        
    }
}

.meks-instagram-widget div{
	overflow: hidden;
}

.meks-instagram-widget a{
	display: flex !important;
}
.featured-image a:hover img,
.widget_meks_instagram .meks-instagram-widget a:hover img{
	transform: scale(1.1);
}

.widget_search form:before, .woocommerce-product-search:before {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 16px;
    font-family: 'Ionicons';
    content: '\f21f';
    -webkit-font-smoothing: antialiased;
    color: #AEAFB1;
    line-height: 1;
}
.woocommerce-product-search{
	position: relative;
}

/* CALENDAR WIDGET */
.widget_calendar {
    font-size: .9em;
    padding: 5px;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar table caption {
    padding: 6px 2px;
    background: #545454;
    color: #f2f2f2;
    font-size: 13px;
    text-align: center;
}

.widget_calendar table thead th {
    padding: 3px;
    text-align: center;
}

.widget_calendar table td {
    padding: 4px;
    text-align: center;
}

.widget_calendar table td.pad {
    background: transparent;
    border: none;
}

.widget_calendar table td#prev {
    border: none;
    text-align: left;
}

.widget_calendar table td#next {
    border: none;
    text-align: right;
}

.widget_calendar table tfoot td {
    padding: 10px 0 5px;
}

.widget_calendar table tfoot a {
    margin: 0 5px;
}

/* Comment */
.comment-form {
    position: relative;
}

.comment-form .name,.comment-form .subject,.comment-form .email {
    width: 100%;
    position: relative;
    float: left;
    margin-right: 5px;
}

.comment-form .subject {
    margin-right: 0;
}

textarea {
    max-width: 100%;
}

#comments .form input.hightlight,.form textarea.hightlight {
    border: 1px solid #E45942;
}

.comments li {
    list-style-type: none;
    margin: 10px 0;
}

#comments label {
    text-align: left;
    left: 0;
    padding-bottom: 4px;
    font-weight: 400;
}

#comments input:focus,#comments textarea:focus {
    outline: none;
    border: 1px solid #ccc;
    background: #fff;
}

.comments li i {
    width: 30px;
    position: relative;
}

.comment-form input::-webkit-input-placeholder,.comment-form textarea::-webkit-input-placeholder {
    color: #212121;
}

.comment-form input::-moz-placeholder,.comment-form textarea::-moz-placeholder {
    color: #212121;
    opacity: 1;
}

.comment-form input:-moz-placeholder,.comment-form textarea:-moz-placeholder {
    color: #212121;
    opacity: 1;
}

.comment-form input:-ms-input-placeholder,.comment-form textarea:-ms-input-placeholder {
    color: #212121;
}

#comments .space {
    margin: 5px 0;
}
#comments h3{
	font-weight: 300;
	margin-bottom: 30px;
}
/* Sucess send style*/
#comments .form-success {
    display: none;
    position: relative;
    color: #fff;
    font-size: 16px;
    margin: 0;
    margin-top: 0;
    padding: 0;
    left: 0;
}

.address i {
    font-size: 16px;
    top: 2px;
    position: relative;
    margin-right: 10px;
}

#comments input,#comments textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* BLOG WIDGETS */
#searchform {
    position: relative;
}

.blog-sidebar .widget:first-child,.blog-sidebar .widget h2.widgettitle:first-child {
    margin-top: 0 !important;
}

.widget ul li a,.footer_sidebar ul li a {
    text-rendering: optimizelegibility;
    line-height: 22px;
    color: #444;
    margin-left: 1px;
    display: inline-block;
    line-height: 1.7em;
    width: 100% !important;
    padding-right: 15px;
    font-weight: 300;
}
.widget.widget_layered_nav ul li a{
	width: auto !important;
}
.widget.widget_categories ul li a{
	padding-right: 0px;
}
.widget .tweet_list li a,.widget .contact-form li a {
    width: auto !important;
    padding-right: 0;
}

.widget ul li.recentcomments span {
    margin-left: 0;
}

.widget {
    margin: 0 0 40px;
    float: left;
    width: 100%;
}

.widget.flickr_container li a:before {
    display: none;
}

.sidebar .widget.des_cubeportfolio_widget {
    margin-bottom: 50px;
}

.wpb_widgetised_column .widget.des_cubeportfolio_widget {
    margin-bottom: 0;
}

.sidebar .ult-carousel-wrapper {
    margin-top: 20px !important;
}

.widget.widget-contact-info {
    margin: 0;
}

.widget li,.widget_nav_menu li,.footer_sidebar ul li {
    list-style: none;
    margin-left: 0;
    position: relative;
    width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
    padding: 13px 0 9px 0;
}
.hazel-push-sidebar-content ul li{
    list-style: none;
    margin-left: 0;
    position: relative;
    width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
    padding: 5px 0 5px 0;
}

.widget.widget_pages li, 
.widget.widget_meta li, 
.widget.widget_recent_comments li, 
.widget.widget_recent_entries li,
.widget.widget_archive li,
.widget.widget_categories li{
	border-bottom: none;
	border-top: 1px solid #ededed;
}
.widget.widget_nav_menu li{
	border-top: 1px solid #ededed;
}
.widget.widget_nav_menu li .sub-menu, .widget.widget_nav_menu li .sub-menu li{
	padding-bottom: 0;
}
.widget.widget_pages li .sub-menu li, .widget.widget_nav_menu li .sub-menu li{
	border: none;
}
.widget li:last-child,
.widget_nav_menu li:last-child,
.footer_sidebar ul li:last-child,
.widget.widget_archive li:last-child,
.widget.widget_categories li:last-child {
    border-bottom: 1px solid #e4e4e4;
}
.widget .slick-dots li:last-child{
	border-bottom: none !important;
}
.widget .contact-form li {
    padding: 0;
}

.wpb_column .widget_nav_menu li:last-child,.slick-dots li {
    border-bottom: none;
}

.wpb_column .widget_nav_menu li:first-child a {
    border-top: none;
}

#menu-services-menu {
    margin: 0;
}

.top-bar-menu #menu_top_bar > li > a:hover {
    background: transparent !important;
}

.footer_sidebar ul li {
    border-top: none;
}

.widget .forms li {
    border-top: none;
}

.widget.widget_archive li {
    white-space: pre;
}

.widget.widget_rss li {
    white-space: pre-wrap;
    line-height: 1.7em;
}

.widget.widget_rss li a {
    line-height: 1.7em;
}

.widget.widget_rss li:after {
    top: 18px;
}

.textwidget select {
    max-width: 100%;
}

.widget_nav_menu .sub-menu {
    margin: 0;
}

.widget_nav_menu .sub-menu li:last-child {
    border-bottom: none;
}

.widget_nav_menu .sub-menu li a {
    padding-left: 15px;
}

.widget_nav_menu .sub-menu li .sub-menu li a {
    padding-left: 30px;
}

.widget_nav_menu .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 45px;
}

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

.widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 75px;
}

.widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 90px;
}

.widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 105px;
}

.widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 120px;
}

.widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 135px;
}

.widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 150px;
}

.widget li .children,.widget_nav_menu li .children,.footer_sidebar ul li .children,.custom-widget li .children {
    margin: 0;
}

.widget li .children li,.widget_nav_menu li .children li,.footer_sidebar ul li .children li,.custom-widget li .children li {
    border-bottom: none;
        margin-top: 10px;
    padding-bottom: 0;
}
.custom-widget .product-categories li .children li{
	margin-top: 0px;
}
.widget li .children li a,.widget_nav_menu li .children li a,.footer_sidebar ul li .children li a,.custom-widget li .children li a {
    padding-left: 15px;
}

.widget.contact-widget-container li a:before {
    top: 3px;
}

.widget .forms li:after,.slick-dots li:after,.flex-control-nav li:after,.flex-direction-nav:after,.flexslider li:after,.flex-control-nav li a:before,.flex-direction-nav li a:before,.flexslider li a:before{
    display: none;
}

.footer_sidebar ul#flickr li a:after {
    display: none;
}

.widget .tabscontent li {
    background: none;
    padding: 0;
}

.tabscontent .date {
    font-size: 11px;
    border: none;
}

.tabscontent p {
    margin-bottom: 0;
}

.widget_rss li {
    background: none;
    padding-left: 0;
    padding-bottom: 15px;
}

.widget .flexslider li {
    background: none;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.widget_rss a {
    font-weight: 700;
}

.widget_rss cite {
    font-style: italic;
}

.widget_search {
    border: none;
    margin-bottom: 20px;
    margin-top: 0;
    margin-bottom: 40px;
}

.widget_search input {
    border: none;
    padding: 10px 10px 10px 25px;
    width: 100%;
    outline: none;
    padding-left: 40px;
    font-size: 13px;
    border: 1px solid #e4e4e4;
    background: #fff;
}

.widget_product_search input[type="search"] {
    padding: 10px 10px 10px 25px;
    width: 100%;
    outline: none;
    padding-left: 40px;
    font-size: 13px;
    border: 1px solid #e4e4e4;
    background: #fff;
}

.widget_product_search input[type="submit"] {
    border: none;
    padding: 7px 10px;
    outline: none;
    background: #333;
    border: 1px solid #333;
    font-size: 13px;
    color: #fff;
}

#recentcomments li {
    text-rendering: optimizelegibility;
    line-height: 1;
    color: #444;
    margin-left: 1px;
    width: 100%;
    display: inline-block;
    font-size: 14px !important;
    white-space: pre-wrap;
    word-wrap: normal;
    padding: 12px 10px 11px 0;
    line-height: 1;
}

#recentcomments li a,#recentcomments li span,.widget_archive.widget li a,.widget_categories.widget li a {
    border: none;
    font-size: 14px !important;
    line-height: 1.7em;
    width: auto !important;
}

.widget ul#recentcomments li a,.widget ul#recentcomments li span {
    display: inline;
    padding-right: 0;
}

.black-section .widget_search input,.dark-section .widget_search input {
    background: #1C2024;
    color: #828A94;
    border: 1px solid #21262B;
}

.widget_search #searchsubmit, .woocommerce-product-search button {
    display: none;
}

.single .postcontent #the_movies,.single .postcontent .featured-image-thumb a {
    margin-bottom: 40px;
    max-width: 100%;
}

.page-template-blog-template .featured-image,.archive .featured-image {
    margin-bottom: 30px;
    text-align: center;
    max-height: 525px;
    overflow: hidden;
}

.page-template-blog-template .flexslider,.archive .flexslider {
    margin-bottom: 30px;
}

.archive .flexslider {
    margin-bottom: 30px !important;
}

.tabs li.current {
    color: #fff;
}

.widget_posts li,.tabs li {
    list-style-type: none;
}

.tabs li {
    padding: 10px 15px;
    width: auto;
    display: inline-block;
    background: #F7F7F7;
    border: none;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.tabs li {
    cursor: pointer;
}

.h-tabs .tabs li {
    border: none;
}

.tabs {
    margin-bottom: -1px;
    padding: 0;
}

.tabs .flexslider li {
    border: none;
    padding: 0;
}

.contents {
    overflow: hidden;
    padding: 15px;
    background: #fff;
    width: 100%;
    border: 1px solid #ededed;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.dark-section .contents,.black-section .contents {
    background: #1C2024;
    border: 1px solid #21262B;
}

.contents .tabscontent {
    display: none;
    overflow: hidden;
}

.widget_posts .contents .tabscontent .date p {
    font-size: 12px !important;
    color: #8B8B8B;
    margin: 0;
}

.widget_posts .contents .tabscontent .date p i {
    padding-right: 3px;
}

.widget_posts .contents .tabscontent ul li {
    margin-bottom: 28px;
    overflow: hidden;
}

.widget_posts .contents .tabscontent ul li:last-child {
    margin-bottom: 0;
}

.widget_posts .contents .tabscontent ul li img {
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
    margin: 6px 16px 5px 3px;
    border: 4px solid #ededed;
}

.widget h4 {
    font-weight: 600;
    font-size: 1.2em;
}

.widget h4 {
    margin-bottom: 20px !important;
    text-transform: capitalize;
}

.tagcloud a {
    cursor: pointer;
    padding: 4px 10px 3px;
    background: #333;
    position: relative;
    float: left;
    font-size: 13px !important;
    color: #f2f2f2 !important;
    margin: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #333;
}

.tagcloud a:hover {
    color: #fff !important;
}

.p-quote .post-content {
    background: #F8F8F8;
    border: none;
    padding-bottom: 0;
}

.blog-normal .p-quote .post-content {
    background: #F8F8F8;
    border-bottom: none;
}

.dark-section .post-content,.dark-section .about-author,.dark-section #comments,.black-section .post-content,.black-section .about-author,.black-section #comments {
    background: #1C2024;
    border: 1px solid #21262B;
}

.comment-body p {
    text-align: left !important;
}

h2.post-title {
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 5px;
}

.blog-normal h2.post-title {
    margin: 0 0 10px;
}

.blog-normal .post-summary {
    margin-bottom: 20px;
}

.blog-normal .featured-image {
    margin-bottom: 30px;
}

h2.post-title a {
    font-weight: 600;
}

.blog-normal h2.post-title a {
    font-weight: 600;
    color: #333;
    font-size: 1.5em !important;
    margin: 25px 0 15px;
}

.metas .tags a,.metas .category a {
    color: #333;
    font-size: 12px !important;
    font-family: Helvetica,Arial,sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 300;
}

h2.post-title.post-link {
    float: left;
    width: 100%;
    display: inline;
    margin: 0;
    font-size: 14px;
    word-wrap: break-word;
}

h2.post-title.post-link:hover a {
    color: #fff !important;
}

h2.post-title.post-link:hover a:before {
    color: rgba(255,255,255,0.15) !important;
}

h2.post-title.simple-text {
    margin: 0 0 20px;
}

.featured-image a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.post-content .featured-image img {
    width: 100%;
    z-index: 9;
}

.post-content .featured-image .hover-image-blog {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}

.post-content .ms-showcase2-template {
    padding-bottom: 45px !important;
}

.post-quote {
    padding: 50px;
    border-bottom: none;
    border: none;
    text-align: left;
}

.post-quote i:first-child {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.post-quote i:last-child {
    display: none;
}

.the_title h2 a,.des_recent_posts_widget.widget a h4 {
    color: #373737;
    line-height: 1.5em;
    font-weight: 600 !important;
    letter-spacing: -.5px;
    font-size: 16px !important;
}

.archive .the_title h2 a,.page-template-blog-template .the_title h2 a {
    font-size: 28px !important;
}

.page-template-blog-template .the_title h2 {
    margin: 0 0 10px;
}

.the_title h2,.des_recent_posts_widget.widget h4 {
    color: #373737;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 20px;
    margin: 0;
}

.single .the_title h2 {
    font-size: 26px;
}

.des_recent_posts_widget.widget .featured-image, .audioContainer audio {
    margin-bottom: 25px !important;
}
.blog-default-bg-masonry .audioContainer audio{
	margin-bottom: 0 !important;
}
.des_recent_posts_widget.widget .flexslider {
    margin-bottom: 30px !important;
}

.divider-posts {
    border-top: none;
    margin: 40px 0 80px;
    display: inline-block;
    width: 100%;
}

.tag-link .divider-posts {
    margin: 50px 0 40px;
}

.search-results .the_title h2 a {
    font-size: 35px !important;
}

.search-results .metas-container {
    margin-top: 10px;
    margin-bottom: 5px;
}

.page_content .metas-container p,.metas-container a {
    color: #333 !important;
    letter-spacing: 0;
    font-size: 10px !important;
    text-transform: uppercase;
    float: left;
    float: left;
    margin-left: 10px;
    font-family: 'Montserrat','Arial',sans-serif !important;
    margin-left: 0 !important;
    letter-spacing: 2px;
}

.page_content .metas-container p {
    margin-right: 30px;
}
.metas-container p:last-child{
	margin-right: 0px;
}
.metas-container p {
    margin-right: 20px;
    margin-bottom: 10px;
}

.metas-container i {
    color: #7dc771;
    font-size: 11px;
    margin-right: 10px;
    float: left;
    line-height: 19px;
    /* display: none; */
    color: #333 !important;
}

.metas-container,.the_title {
    width: 100%;
    margin-top: 5px;
    display: inline-block;
/* display: none; */
}

.single .metas-container {
    margin: 15px 0;
}

.page-template-blog-masonry-template .metas-container {
    margin: 10px 0 30px;
}

.page-template-blog-masonry-template .page_content {
    margin-bottom: 80px;
}

.archive .metas-container {
    margin: 10px 0 0;
}

.single-post .postcontent .flexslider {
    margin-bottom: 30px;
}

.blog-default-bg-masonry .the_title {
    width: 100%;
    margin: 0;
}

.blog-default-bg-masonry .the_title.no-feature {
    padding-top: 0;
}

.blog-default-bg-masonry .the_title h2 a {
    font-size: 20px !important;
    line-height: 27px;
    letter-spacing: .5px;
}

.blog-default-bg-masonry .post-summary {
    margin: 15px 0;
}

.blog-default-bg-masonry .post-summary p {
    line-height: 1.5em;
}

.blog_excerpt {
    margin: 0 0 30px;
}

.morebutton {
    float: left;
}

.comments-lovepost {
    float: left;
    margin-top: 10px;
}

.blog-default-bg-masonry .comments-lovepost,.des_recent_posts_widget .comments-lovepost {
    margin: 4px 10px 0 20px;
}

.comments-count {
    float: left;
}

.comments-count i {
    margin-right: 0;
    font-size: 14px;
}

.page-template-blog-masonry-template .date i {
    margin-right: 5px;
    font-size: 11px;
}

.lovepost {
    float: left;
    margin-left: 16px;
}

/* Sidebar */
.blog-sidebar-bg {
    display: inline-block;
    position: relative;
    z-index: 5;
    padding-left: 0;
    max-width: 100%;
}

.widget h2 {
    overflow: hidden;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    position: relative;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 2px;
    font-family: 'Muli', 'Arial', 'sans-serif' ,sans-serif;
}

.blog-default-bg-back {
    background: #fff;
    position: relative;
    top: 12px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 12px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(50,50,50,0.1);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,0.1);
    z-index: 1;
}

.blog-default-bg-back2 {
    background: #fff;
    position: relative;
    top: 8px;
    display: block;
    width: 91.7%;
    height: 100%;
    position: absolute;
    left: 25px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(50,50,50,0.1);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,0.1);
    z-index: 2;
}

.blog-default-bg-back3 {
    background: #fff;
    position: relative;
    top: 4px;
    display: block;
    width: 92%;
    height: 100%;
    position: absolute;
    left: 19px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(50,50,50,0.1);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,0.1);
    z-index: 3;
}

.wideblog .blog-default-bg-back2 {
    width: 97%;
    left: 29px;
}

.wideblog .blog-default-bg-back3 {
    width: 97.2%;
    left: 22px;
}

.data-bg:after {
    top: 50%;
    content: "";
    width: 10px;
    margin: 0 14px;
    position: absolute;
    border-bottom: 1px solid #EFEFEF;
    right: -40px;
}

.widget h2 > .widget_title_span {
    position: relative;
    display: inline-block;
    font-weight: 800 !important;
}

.navigation .next-posts {
    position: relative;
    float: left;
}

.navigation .prev-posts {
    position: relative;
    float: right;
    margin-right: 0;
}

.page-template-blog-template-fullwidth-php .navigation .prev-posts {
    margin-right: 70px;
}

.page-template-blog-template-leftsidebar-php .navigation .prev-posts {
    margin-right: 0;
}

.nav-previous,.nav-next,.next-posts,.prev-posts,#pbd-alp-load-posts a,#pbd-alp-load-newer-posts a,.btn-contact-left input {
    margin-right: 5px;
    cursor: pointer;
    color: #fff;
    padding: 5px 15px;
    border: none;
    font-family: 'Montserrat','Arial',sans-serif !important;
    font-weight: 700;
    font-size: 13px !important;
}

.next-posts a,.prev-posts a {
    color: #fff !important;
}

#pbd-alp-load-posts {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 50px auto;
    text-align: center;
}

#pbd-alp-load-posts a {
    position: relative;
    margin-right: 10px;
    text-align: center;
    background-color: #fff;
    color: #333;
    border: 1px solid #ECECEC;
    padding: 15px 25px;
}

.navigation a,#nav-below a {
    text-transform: capitalize;
    color: #fff !important;
}

.navigation a.page {
    color: #444 !important;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
    margin-right: 0;
}

.postcontent {
    padding-bottom: 40px;
}

.single-post .postcontent {
    padding-bottom: 0;
}

#nav-below {
    margin: 40px 0 20px;
}

.nav-previous i,.next-posts i {
    margin-right: 10px;
    font-size: 18px;
    top: 2px;
    position: relative;
}

.nav-next i,.prev-posts i {
    margin-left: 10px;
    font-size: 18px;
    top: 2px;
    position: relative;
}

/*pagination*/
.navigation {
    position: relative;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.page-template-blog-masonry-template .page_content .navigation {
    margin: 50px auto 0;
    text-align: center;
    width: auto;
    display: table;
}

.des-pages {
    position: relative;
}

.wideblog .des-pages {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.wideblog .navigation {
    display: -webkit-box;
    margin-bottom: 60px;
}

.des-pages .pages {
    background: #212121;
    color: #fff;
    border: none;
    padding: 5px 16px;
    border-radius: 0;
    margin-right: 5px;
    text-decoration: none;
    position: relative;
    border: 1px solid #303030;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.des-pages .postpagelinks,.des-pages a .postpagelinks,.navigation a.page {
    text-transform: capitalize;
    padding: 11px 14px;
    font-size: 15px;
    position: relative;
    font-family: Arial;
    margin-right: 4px;
    float: left;
    display: block;
    line-height: 1;
    font-weight: 600;
}

.navigation a.page {
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 12px;
}

.des-pages .postpagelinks {
    background: #fff;
    color: #F0A591;
    border: 1px solid #F0A591;
}

.des-pages a .postpagelinks,.navigation a.page {
    background: #fff;
    border: 1px solid #ededed;
    color: #444;
}

.des-pages a .postpagelinks:hover,.navigation a.page:hover {
    color: #EDB44D;
}

.single .navigation {
    margin: 0 !important;
	display: inline-block;
}

.des-pages .page:hover {
}

.posts-shares {
    float: left;
    width: 100%;
}

.share-buttons {
    width: 100%;
    margin: 0;
    padding-top: 40px;
    display: inline-block;
    padding-bottom: 40px;
}

.share-buttons h5 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #303030;
    position: relative;
    font-weight: 700;
    margin-right: 20px;
}

.single-post .share-buttons h5 {
    text-align: left;
}

.single-post .comments-lovepost {
    margin-top: 3px;
}

.social-shares {
/* display: block; */
    padding: 0;
}

.social-shares ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-shares ul li {
    float: left;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.social-shares ul li a {
    display: block;
    float: left;
    color: inherit;
    margin: 0 15px 0 0;
    background-image: none;
    line-height: 23px;
    font-size: 11px;
    text-transform: uppercase;
    color: #333;
}

.social-shares ul li a:hover {
    color: #bababa;
}

.social-shares ul li a:hover i {
}

.share-pinterest {
    background-image: none !important;
}

.social-shares ul li i {
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
    background: #f2f2f2;
    width: 35px;
    height: 35px;
    border-radius: 40px;
    display: table-cell;
    left: 1px;
    position: relative;
}

/* Blog Single */
.post-content,.about-author,#comments,.prev-next-btn {
    padding: 0;
    width: 96%;
    overflow: hidden;
}

#blog .post-content {
    padding: 20px;
    margin-bottom: 20px;
}

#blog .single .post-content {
    padding: 0;
    margin-bottom: 0;
}

.sticky .post-content {
    background: #FCFBF4;
    border: 1px solid #F0EEDB;
}

.blog-normal .sticky .post-content {
    padding: 0 20px 20px;
}

#blog .post-content .flexslider,#blog .post-content .video-thumb,#blog .post-content .flexslider,#blog .post-content .featured-image img {
    margin-bottom: 20px;
}

#blog .format-audio .post-content {
    padding-bottom: 0;
}

.format-audio h2.post-title,.format-audio .post-summary,.format-audio .metas {
    position: relative;
    top: -20px;
}

.about-author {
    padding: 0;
    margin: 0 0 10px;
}

/* Comments */
ol.commentlist,.single ol.commentlist ul {
    list-style: none;
}

article.comment {
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 5px;
    min-height: 100px;
    border: 1px solid #e4e4e4;
    padding-bottom: 30px;
    padding: 25px;
}

.comment-author {
    position: relative;
    float: left;
    width: 75px;
    text-align: center;
    top: 2px;
    word-break: break-word;
    line-height: 8px;
    left: -5px;
}

#respond {
    position: relative;
    float: left;
}

#respond .p-button {
    margin: 40px 0 10px;
}

.comment-block {
    position: relative;
    padding-left: 95px;
}

.comment-meta {
    position: relative;
    float: left;
    display: inline-block;
    margin: 15px 15px 30px 0;
}

.comment {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    list-style: none;
}

.commentmetadata {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
}

.commentmetadata,.single .reply {
    position: relative;
    margin: 25px;
}

.commentmetadata a,.single .reply a {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    font-family: Arial;
}

.commentmetadata a:hover,.single .reply a:hover {
    opacity: 1;
}

#comments .depth-1 {
    padding-left: 0;
}

#comments .depth-2 {
    padding-left: 90px;
}

#comments .depth-3 {
    padding-left: 170px;
}

#comments .depth-4 {
    padding-left: 60px;
}

#comments .depth-5 {
    padding-left: 80px;
}

#comments #respond label,#comments #respond input,.single #respond textarea {
    position: relative;
    float: left;
}

#comments #commentform p.form-allowed-tags {
    display: none;
}

#comments #commentform p {
    position: relative;
    display: inline-block;
}

#comments #commentform input,#comments #commentform label,#comments #commentform label textarea {
    position: relative;
    display: block;
    clear: both;
}

#comments #commentform input {
    border: 1px solid #E0E0E0 !important;
    font-weight: 700;
    background: #f9f9f9;
    border-radius: 0;
    padding: 10px 20px;
    border: none;
    font-family: 'Montserrat','Arial',sans-serif !important;
    font-weight: 700;
    font-size: 13px !important;
    width: 100%;
}

#comments #commentform input:focus {
    background: #fff;
    border: 1px solid #E0E0E0;
}

#comments #commentform input[type="submit"],#comments #commentform input:focus[type="submit"] {
    border: none !important;
}

#comments #commentform .comment-form-comment label {
    float: none;
}

#comments .comment-author .fn,#comments .comment-author .fn a {
    font-style: normal;
    position: relative;
    font-size: 9px!important;
    text-transform: uppercase;
    color: #2b2b2b;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 9px;
    font-weight: 600;
}

#comments .comment-author img {
    max-width: 60% !important;
}

.metas-comments p,.metas-comments p a {
    color: #D0D0D0;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    margin: 5px 10px 0 0;
}

.single #comment-form .form-submit #submit {
    position: relative;
    float: left;
    margin-top: 15px;
}

#respond {
    position: relative;
    float: left;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

#respond h2 {
    text-align: left;
    text-transform: uppercase;
}

#respond textarea {
    width: 100%;
    border: 1px solid #E0E0E0;
    font-weight: 700;
    background: #f9f9f9;
    outline: none;
}

#respond input:focus,#respond #comment:focus {
    border: 1px solid #E0E0E0;
    color: #777;
    background: #fff;
    outline: none;
}

#respond #comment {
    border: none;
    color: #777;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #e4e4e4;
    font-weight: 700;
    background: #fff;
}

#commentform {
    position: relative;
    float: left;
    margin-top: 0;
    width: 100%;
}

.logged-in-as {
    margin-bottom: 20px;
}

.commentlist {
    position: relative;
    float: left;
    width: 100%;
}

.comment-reply {
    background: #FFF;
    padding: 20px 30px;
    border: 1px solid #ddd;
}

.post-listing .post blockquote {
    font-size: 2em;
    color: #373737;
    font-family: Georgia;
    font-weight: 100;
    padding: 40px 160px 20px;
    letter-spacing: 0;
    word-wrap: break-word;
    text-align: center;
    line-height: 1.5em;
}

.post-listing .post .post-content blockquote {
    font-size: 21px;
    font-family: Lato;
    font-weight: 100;
    padding: 0;
    letter-spacing: 0;
    word-wrap: break-word;
    text-align: left;
    font-style: normal;
}

.post-content blockquote i,.post-listing .post blockquote i {
    font-size: 24px;
    vertical-align: super;
}

blockquote {
    padding: 10px 20px;
    margin-left: 20px;
}

blockquote,blockquote p {
    font-family: Georgia;
    font-size: 20px;
    font-style: italic;
}

table {
    width: 100%;
    background: #fff;
}

.post-content a .post-quote {
    padding: 20px;
}

.post-content a:hover .post-quote {
    background-color: red;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table thead th {
    background: #f2f2f2;
    font-weight: 700;
}

table td,table th {
    padding: 14px;
    border: 1px solid #ddd;
    text-align: left;
}

table tbody tr:nth-child(even) {
    background: #f5f5f5;
}

caption,th,td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}

tbody tr:last-child {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.post-password-form input {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 20px 5px;
}

.post-password-form input[type="submit"] {
    background: #545454;
    border: none;
    padding: 6px 18px;
    color: #f2f2f2;
}

.post-password-form input[type="submit"]:hover {
    background: #3F3F3F;
}

.comment-form-author,.comment-form-email,.comment-form-url {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.comment-form-url {
    margin-right: 0;
}

.comment-form-comment {
    width: 100%;
}

.comment-notes {
    margin-bottom: 40px;
}

/* Comments */
.single ol.commentlist,.single ol.commentlist ul {
    list-style: none;
}

.single article.comment {
    position: relative;
    float: left;
    clear: both;
    min-height: 100px;
    padding: 20px;
}

.single .comment-author {
    position: relative;
    float: left;
    width: 80px;
    text-align: center;
    position: relative;
    top: -1px;
    left: 0;
}

.single #respond {
    position: relative;
    float: left;
    margin-top: 40px;
}

.single #respond .p-button {
    margin: 40px 0 10px;
}

.single .comment-block {
    position: relative;
    padding-left: 105px;
}

.single .comment-meta {
    position: relative;
    float: left;
    display: inline-block;
    margin: 15px 15px 30px 0;
}

.single .comment {
    position: relative;
    float: left;
    width: 100% !important;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.single .commentmetadata {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
}

.single .commentmetadata,.single .reply {
    position: relative;
    margin: 10px 0;
    opacity: .3;
    left: -15px;
}

.single .commentmetadata a,.single .reply a {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    font-family: Arial;
    padding-left: 15px;
}

.single .depth-1 {
    padding-left: 0;
}

.single .depth-2 {
    padding-left: 70px;
}

.single .depth-3 {
    padding-left: 70px;
}

.single .depth-4 {
    padding-left: 70px;
}

.single .depth-5 {
    padding-left: 70px;
}

.single #respond label,.single #respond input,.single #respond textarea {
    position: relative;
    float: left;
}

.single #commentform p.form-allowed-tags {
    display: none;
}

.single #commentform p {
    position: relative;
    display: inline-block;
}

.single #commentform input,.single #commentform label,.single #commentform label textarea {
    position: relative;
    display: block;
    clear: both;
}

.single #commentform .comment-form-comment label {
    float: none;
}

.single #commentform .form-submit #submit {
    position: relative;
    float: left;
    margin-top: 15px;
    padding: 10px 16px;
    color: #fff;
}

.commentlist {
    position: relative;
    float: left;
    width: 100%;
}

.comment-reply {
    background: #FFF;
    padding: 20px 30px;
    border: 1px solid #ddd;
}

.post-content blockquote {
    font-size: 2em;
    color: #373737;
    font-family: Georgia;
    font-weight: 100;
    padding: 40px 30px;
    letter-spacing: 0;
    word-wrap: break-word;
}

.author-quote {
    font-size: 1em;
    color: #999;
    text-align: center;
    float: none;
    display: block;
    font-size: 13px !important;
    text-align: center;
    padding-top: 20px;
}
.blog-default-bg-masonry .author-quote{
	text-align: left;	
}
.post-content a:hover .post-quote blockquote,.post-content a:hover .post-quote blockquote .author-quote,.post-listing .post a:hover .post-quote blockquote,.post-listing .post a:hover .post-quote .author-quote,.post-listing .post a:hover .post-quote blockquote .author-quote {
    color: #fff;
}

.share-post {
    padding: 50px 0 20px;
    border-top: 1px solid #F7f7f7;
    margin-top: 60px;
}

.single #commentform p.comment-notes {
    width: 100%;
}

/* css from hazel-html version [relativo ao blog masonry] */
.journalwidth.medium {
    width: 75%;
    margin: 0 auto;
}

.journalwidth.big {
    width: 95%;
    margin: 0 auto;
}

.readmore {
    width: auto;
    margin: 0 8px 0 1px;
    padding: 2px 10px;
    height: 30px;
    display: inline-block;
    float: left;
}

.readmore a {
    color: #fff;
    font-size: 11px;
    line-height: 2.5em;
}

.journal,.journal .journal-post {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.journal {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width;
}

.journal .journal-post {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -ms-transition-property: -ms-transform,opacity;
    -o-transition-property: -o-transform,opacity;
    transition-property: transform,opacity;
}

/* .journal-sidebar .journal-post{margin-bottom: 15px !important;} */
.journal .post-audio audio {
    position: relative;
    width: 100%;
}

.journal .post-audio audio.ie {
    height: 40px;
}

#comments {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin: 80px 0;
}

.about-author {
    margin: 50px 0 -6px;
    padding: 35px 30px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #e4e4e4;
    border-radius: 0 !important;
    display: none;
}

.about-author h5 {
    margin-top: 0 !important;
    font-size: 14px !important;
}

.post-content {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 25px 0 rgba(11,25,29,0.1);
    -moz-box-shadow: 0 0 25px 0 rgba(11,25,29,0.1);
    box-shadow: 0 0 25px 0 rgba(11,25,29,0.1);
    text-align: left;
    border: 1px solid #fff;
}

.dark-section .post-content,.dark-section .about-author,.dark-section #comments,.black-section .post-content,.black-section .about-author,.black-section #comments {
    background: #1C2024;
    border: 1px solid #21262B;
}

.comment-body p {
    text-align: left !important;
    margin: 5px 0;
}

h2.post-title {
    font-size: 21px;
    font-weight: 800;
    margin: 30px 0 20px;
}

h2.post-title a {
    font-size: 17px;
    padding: 0;
    letter-spacing: 0;
    word-wrap: break-word;
    text-align: left;
    width: 100%;
    float: left;
    padding-right: 15px;
}

.tags a {
    color: #D0D0D0;
}

h2.post-title.post-link {
    float: left;
    display: inline;
    margin: 0;
    word-wrap: break-word;
    position: relative;
}

.archive h2.post-title.post-link {
    margin-top: 0;
    margin-bottom: 20px;
}

h2.post-title a:before {
    position: absolute;
    top: -7px;
    right: -10px;
    font-size: 75px;
    -webkit-font-smoothing: antialiased;
    color: rgba(0,0,0,0.05);
    line-height: 1;
    font-weight: 400;
    overflow: hidden;
    font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f0c1";
}

h2.post-title.simple-text {
    margin: 0 0 20px;
}

.post-content .featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.post-content .ms-showcase2-template {
    padding-bottom: 45px !important;
}

.metas {
    position: relative;
    margin: 0;
    float: left;
    width: 100%;
    padding: 5px 0;
}

.metas p,.lovepost a {
    font-size: 10px !important;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a7a5a5 !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
    font-family: 'Montserrat','Arial',sans-serif;
}

.des_recent_posts_widget .title {
    margin: 0 0 10px;
}

.des_recent_posts_widget .metas {
    margin: 10px 0;
}

.des_recent_posts_widget .audioContainer {
    margin-bottom: 20px;
}

.post-type i {
    display: table-cell;
    vertical-align: middle;
    font-size: .9em;
}

.post-type {
    width: 39px;
    height: 39px;
    color: #fff;
    position: relative;
    float: left;
    display: table;
    text-align: center;
    font-size: 14px;
    background: #F0A591;
}

.metas .date {
    position: relative;
    display: inline-block;
    margin: 5px 0 0;
    float: left;
}

.metas .comments,.metas .tags {
    position: relative;
    display: inline-block;
    float: right;
    top: 14px;
    margin-right: 10px;
}

.journalwidth.big {
    width: 95%;
    margin: 0 auto;
}

.journalwidth.medium {
    width: 75%;
    margin: 0 auto;
}

.view-all-posts {
    width: 100%;
    text-align: center;
    position: relative;
}

.next-post {
    float: right;
}

.about-author .img-container {
    float: left;
    margin-right: 25px;
}

.blog-single .featured-image {
    max-height: 350px;
    overflow: hidden;
}

.quote-nopadding .metas {
    margin: 0;
}

ol ul,ul ul ol,ul ol {
    margin: 0;
}

.flex-control-nav {
    bottom: 10px !important;
    position: absolute;
}

#home-slider .flex-control-nav {
    bottom: -40px !important;
}

.page-template-blog-masonry-template .post-listing {
    padding: 0 0 50px;
    overflow: inherit !important;
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
}

#primary_footer .footer_sidebar > h4,#primary_footer .footer_sidebar > .widget > h4 {
    color: #fff;
    font-family: 'Hind','Arial','sans-serif' !important;
    font-weight: 400!important;
    font-size: 11px!important;
    margin-bottom: 40px!important;
    text-transform: capitalize;
    margin-top: 0;
    letter-spacing: 5px;
}

/* Start: LAYERS */
.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.audioContainer {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.blog-default-bg-masonry .audioContainer{
	margin-bottom: 30px;
}
.page-template-blog-template .audioContainer {
    margin: 25px 0;
}

.page-template-blog-template .audioContainer audio {
    width: 100%;
}

.audioContainer audio {
    width: 100%;
}

.page-template-blog-template .audioContainer,.archive .audioContainer {
    margin-bottom: 20px;
}

audio {
    float: left;
}

.page-template-blog-template .page_content.sidebar .widget.widget_categories li,.single-post .page_content.sidebar .widget.widget_categories li,.page-template-blog-template .page_content.sidebar .widget.widget_archive li,.single-post .page_content.sidebar .widget.widget_archive li,.archive .page_content.sidebar .widget.widget_archive li,.archive .page_content.sidebar .widget.widget_categories li {border-top: 1px solid #e4e4e4;}

.page-template-blog-template .post-quote {
    margin-bottom: 25px;
}

.page-template-blog-masonry-template .posts_category_filter {
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.page-template-blog-masonry-template .posts_category_filter li {
    position: relative;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    color: #333333;
    font-size: 10px;
    font-style: normal;
    line-height: 35px;
    margin: 0 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.posts_category_filter li.disable {
    display: none !important;
}



.page-template-blog-masonry-template .posts_category_filter li:first-child {
    margin-left: 0;
}

.des_recent_posts_widget .title a {
    font-weight: 600 !important;
}

.nav-previous a,.nav-next a,.next-posts a,.prev-posts a {
    font-family: 'Montserrat','Arial',sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
}

.nav-previous,.nav-next,.next-posts,.prev-posts {
    background-color: #303030;
    border-radius: 0 !important;
    padding: 10px 20px !important;
}

.single #commentform .form-submit #submit, .nav-previous, .nav-next, .next-posts, .prev-posts, .btn-contact-left input, .des-button-dark input{
    border-radius: 3px !important;
    padding: 5px 15px !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
}
.nav-previous a, .nav-next a, .next-posts a, .prev-posts a{
	letter-spacing: 3px;
	font-size: 11px !important;
    text-transform: uppercase !important;
}
.des-button-dark{
	background: #999;
	color: #fff !important;
	padding: 9px 5px !important;
	border-radius: 3px !important;

}
.single #commentform .form-submit #submit:hover, .nav-previous:hover, .nav-next:hover, .next-posts:hover, .prev-posts:hover, .btn-contact-left input:hover, .des-button-dark:hover {
    background-color: #303030 !important;
    color: #fff !important;
}

.single.single-post .blog-defaultmain .the_title {
    display: none;
}

/* .blog-default, .blog-default .master_container{background: #f9f9f9;} */
.page-template-blog-template .wideblog .post-listing {
    max-width: 80%;
    margin: 0 auto;
}

.page-template-blog-template .wideblog .post-listing .the_title,.page-template-blog-template .wideblog .post-listing .blog_excerpt {
    text-align: center;
}

.page-template-blog-template .wideblog .post-listing .blog_excerpt {
    max-width: 80%;
    margin: 10px auto 40px;
}

.page-template-blog-template .wideblog .post-listing .metas-container {
    display: table;
    text-align: center;
    margin: 0 auto;
    width: auto;
}

.page-template-blog-template .wideblog .post-listing .metas-container:hover {
    opacity: 1;
}

.page-template-blog-template .wideblog .post-listing .divider-posts {
    margin: 60px 0;
}

.page-template-blog-template .wideblog .post-listing .the_title h2 a {
    font-size: 48px !important;
    letter-spacing: -1px;
}

.home.blog .wideblog .post-listing .blog_excerpt {
    padding: 15px 0 !important;
    margin-bottom: 0;
    text-align: center;
}
.home.blog .wideblog .post-listing .the_title h2 {
    text-align: center;
}
.home.blog .wideblog .post-listing .metas-container {
    margin-top: 5px;
    display: inline-block;
    display: table;
    text-align: center;
    margin: 0 auto;
    width: auto
}

.home.blog .wideblog .divider-posts {
    border-top: 1px solid #ededed;
    margin: 60px auto;
    display: inline-block;
    width: 14%;
    display: table;
    text-align: center;
    margin: 60px auto;
}


/* New Widget Instagram */
.instagram_widget ul.instagram-pics li {
	width: 33% !important;
	float: left;
	list-style: none;
	margin: 0;
	border: none;
	padding: 0;
	border-left: none;
    border-right: none;
}
.instagram_widget ul.instagram-pics li:hover{
	opacity: 0.8;
}
.instagram_widget .instagram-pics{top: 0px !important;margin-left: -5px;}


.instagram_widget ul.instagram-pics li a{
	padding: 2px 2px 0px 2px !important;
}

.single.single-post .blog-default-bg .postcontent .the_title{display: none;}

/* Latest Posts */
.recent_posts_widget_2 .recentcomments_listing li{
	display: inline-flex;
	padding-top: 15px;
}
.sidebar .recent_posts_widget_2 .recentcomments_listing li{
	border-bottom: 1px solid #ededed;
}
.recent_posts_widget_2 .recentcomments_listing li:last-child{

	border-bottom: none !important;
}
.recent_posts_widget_2 .recentcomments_listing .contents-left{
	position: relative;
    left: 0;
    float: left;

}
.recent_posts_widget_2 .recentcomments_listing .contents-right{
	position: relative;
	float: left;
}
.recent_posts_widget_2 .recentcomments_listing .contents-right a.the_title{
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	font-weight: bold !important;
	letter-spacing: 0.5px;
}
.recent_posts_widget_2 .recentcomments_listing .contents-left a.the_title{
	margin: 0;
	padding: 0;
}
.recent_posts_widget_2 .recentcomments_listing .contents-left img{
	max-width: 45px;
	margin-right: 15px;
}
.recent_posts_widget_2 .content-left-author span, .recent_posts_widget_2 .content-left-author a{font-size: 12px !important;opacity: 0.7;width: auto !important;}
.recent_posts_widget_2 .content-left-author{position: relative;left: 1px;}
.comment-form-cookies-consent{width: 100%}
#comments #commentform input[type="checkbox"]{width: auto;position: absolute;top: 2px;}
.comment-form-cookies-consent label{margin-left: 20px}
#comments #commentform input[type="checkbox"]{
	-webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

#comments #commentform input[type="radio"]{
	-webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 15px;
  line-height: 1.62857143;
  color: #687177;
  background-color: #fff;
  font-family: Helvetica,Arial,sans-serif;
}
p, a, h1, h2, h3, h4, h5, h6{
	text-rendering: optimizelegibility;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  line-height: 1.7;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1em;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1em;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
    line-height: 1.7em;
}
h6,
.h6 {
  font-size: 12px;
    line-height: 1.7em;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin:20px 0;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding-bottom: 15px;
  margin: 0 0 26px 0;

}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: left;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  
    position: relative;
}
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
  margin-bottom: 30px;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  /* background-color: #eee;  what the fucking fuck!!!! colors?! on a template css ?!.... shoot me in the face! */
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
/*   margin-bottom: 20px; */
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
}
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 768px) {

    .navbar-collapse.collapse{display: none !important;}
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  xtop: 0;
  border-width: 0 0 0px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    /* margin-left: -15px; */
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 8px 9px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
   padding-top: 28px;
   padding-bottom: 27px;
  }
  .navbar-nav.navbar-right:last-child {
    /* margin-right: -15px; */
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}


.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
          
}
.panel-body {
  padding: 20px;
}
.panel-heading {
  padding: 13px 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #F3F3F3;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #F3F3F3;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #FAFAFA;
  border-color: #F3F3F3;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #F3F3F3;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.tooltip{
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
  width: auto;
  display: inline-block;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.widget .tooltip.top {
	margin-top: 0px;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -10px;
  top: 0px !important;
  
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 5px 9px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background: #000000;
  background: rgba(0, 0, 0, .95);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
/* .slick-next, .slick-prev{font-size: 16px !important;} */
.ultb3-box a.ultb3-btn{padding: 12px 25px;  margin-top: 20px;}
.ultb3-box a.ultb3-btn i{font-size: 14px !important;}
.ultb3-box a.ultb3-btn {
    padding: 5px 20px;
    margin-top: 20px;
    letter-spacing: 3px;
    font-size: 11px !important;
}
/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-brands-400.eot);
  src: url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-brands-400.woff2) format("woff2"), url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-brands-400.woff) format("woff"), url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-brands-400.ttf) format("truetype"), url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-regular-400.eot);
  src: url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-regular-400.woff2) format("woff2"), url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-regular-400.woff) format("woff"), url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-regular-400.ttf) format("truetype"), url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-solid-900.eot);
  src: url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-solid-900.woff2) format("woff2"), url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-solid-900.woff) format("woff"), url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-solid-900.ttf) format("truetype"), url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }


/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f15e"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f161"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f163"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}
 

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/ionicons.eot?v=2.0.0);src:url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/ionicons.ttf?v=2.0.0) format("truetype"),url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/ionicons.woff?v=2.0.0) format("woff"),url(//www.kaethr.media/wp-content/themes/hazel/css/font-awesome/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}.dl-menuwrapper ul, .dl-menuwrapper li {margin:0;padding:0;list-style:none;outline:0;border:0;}
.dl-menuwrapper ul.dropdown-menu{width: 100%;top:100%;top:calc(100% + 10px);}

.dl-menuopen, .dl-menuopen ul{max-height:230px;overflow-y: visible;}
.dl-menuopen {overflow-y:scroll;}
.dl-menuopen.dl-subview{overflow-y: visible;}
.dl-menuopen ul{overflow-y: visible;}
.dl-menuopen li.dl-subviewopen > ul{overflow-y: scroll;}


.dl-menuwrapper {
	width: 300px;
	xmax-width: 300px;
	xfloat: right;
	xposition: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	right: 0;
	/* min-width: 300px; */
	display: none;
	position: absolute;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: transparent;
	border: none;
	width: auto;
	height: 32px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px;
	color: #fff;
	padding: 13px;
	z-index: 999;
	float: right;
	width: 40px !important;
}
.dl-menuwrapper ul {
	xbackground: #aaa;
	x-webkit-box-shadow: 0px 1px 4px 0px #c4c4c4;
	xbox-shadow: 0px 1px 4px 0px #c4c4c4;
}
.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 22px;
	height: 3px;
	background: #303030;
	top: 7px;
	left: 7%;
	box-shadow: 0 6px 0 #303030, 0 12px 0 #303030;
}
.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dl-menuwrapper li {
	position: relative;
	z-index: 999;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	outline: none;
	letter-spacing: 0.2px;
	text-align: left;
	z-index: 999;
}
.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	text-transform: UPPERCASE;
	font-weight: 800 !important;
}
.dl-menuwrapper .gosubmenu{
	position: absolute;
    top: 2px;
    line-height: 48px;
    font-family: FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    right: 0;
    width: 60px;
    height: 48px;
    text-align: center;
    z-index: 99999999999;
    cursor: pointer;
    cursor: pointer;
    font-size: 1.1em;
    text-align: right;
    padding-right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
}

.dl-subview > .gosubmenu, .dl-subviewopen > .gosubmenu{display: none !important;}
.dl-menuwrapper li.dl-back:after {
	content: "\f104";
	left: 0px;
	position: absolute;
	top: 9px;
	line-height: 30px;
	font-family: FontAwesome;
	speak: none;
	-webkit-font-smoothing: antialiased;
	right: 2px;
	width: 40px;
	height: 30px;
	text-align: center;
	z-index: 99999999999;
	cursor: pointer;
	font-size: 1.3em;
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.dl-menuwrapper li.dl-back:hover:after{
	xcolor:#262626;
}

.dl-menuwrapper li > a:after {
	right: 15px;
	color: rgba(0,0,0,0.25);
}

.dl-menuwrapper .dl-menu {
	margin: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.15);
	box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.15);
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.dl-menuwrapper ul.dropdown-menu{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(68, 68, 68, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(68, 68, 68, 0.15);
}
.menu-rounded .dl-menuwrapper .dl-menu, .menu-rounded .dl-menuwrapper ul.dropdown-menu {
    border-radius: 8px;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu-smart {
	display: none;

}
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu-smart,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu-smart,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu-smart > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu-smart {
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	-moz-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	-moz-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut1 {
	50% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-moz-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut2 {
	100% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut3 {
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut4 {
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	-moz-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
	
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	-moz-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	-moz-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn1 {
	0% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-moz-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn2 {
	0% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn3 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn4 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu-smart.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	-moz-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu-smart.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu-smart.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	-moz-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu-smart.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	-moz-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu-smart.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	-moz-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn1 {
	0% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn2 {
	0% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn3 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn4 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu-smart.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu-smart.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu-smart.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	-moz-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu-smart.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	-moz-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu-smart.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	-moz-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut1 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut2 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut3 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut4 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut5 {
	0% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
	background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
	background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
	background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
	background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
	background: #643771;
}

.dl-subviewopen .dl-submenu-smart:before{display: none !important;width: 0 !important; height: 0 !important; visibility: hidden !important;}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/*
  Theme Name: Hazel
  Author: TreeWorks
  Author URI: http://treethemes.net
  
  NEW VC SHORTCODES CSS
*/

/***************************************************************
					TESTIMONIALS STYLE 1
***************************************************************/
.testimonials.style1{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.testimonials-content{position: relative;width: 100%;transition:all .5s ease-in;margin-bottom: 10px;float: left;}

.testimonials.style1 .testimonial {
	position: absolute;
	text-align: center;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: none;
}

.testimonials.style1 .testimonial.active{display: block;}

.testimonials.style1 .testimonial p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
	color: #5C5C5C;
	font-weight: normal;
	text-align: center !important;
}

.testimonials.style1 .testimonial span.t-author-style1, .testimonials.style1 .testimonial span a{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 800;
	color: #333;
	letter-spacing: 4px;
}
 .testimonials.style1 .testimonial span a{letter-spacing: 3px;font-size: 11px;}
.testimonials.style1 .testimonial span a:hover{opacity: 0.9;}

.testimonials.style1 .testimonial-box{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}
.testimonials.style1 .testimonial-nav{width: auto;margin: 0 auto 25px;display: table;float: none;text-align: center;}
.testimonials.style1 .testimonial-nav li{
	position: relative;
	float: left;
	list-style-type: none;
	width: 50px;
	height: 50px;
	margin: 0 20px 10px 0;
	border-radius: 100px;
}
.testimonials.style1 .testimonial-nav li a{
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0;
	border: none;
	border-radius: 100px;
	overflow: hidden;
	opacity: 0.5;
}
.testimonials.style1 .testimonial-nav li a.active{
	opacity: 1;
}
.testimonials.style1 .testimonial-nav li a:before{
	width: 80px;
	height: 80px;
	background: red;
	position: absolute;
	z-index: 2;
}
.cover-test-img{
	background: rgba(26, 188, 156,0.8);
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	opacity: 0;
	border-radius: 100px;
	overflow: hidden;
	background: none !important;
}


.testimonials.style1 .testimonial-nav li a:hover .cover-test-img, .testimonials.style1 .testimonial-nav li a.active .cover-test-img{
	opacity: 1;
}

.no_avatar{
	background: #212121 url(//www.kaethr.media/wp-content/images/sprite.png) no-repeat -447px 25px;
	width: 74px;
	height: 74px;
}
.testimonials-style2 .no_avatar{
	background: #212121 url(//www.kaethr.media/wp-content/images/sprite.png) no-repeat -441px 33px;
	width: 88px;
	height: 88px;
}

/***************************************************************
					TESTIMONIALS STYLE 2
***************************************************************/
.testimonials-slide{
	padding: 0;
	margin: 0;
}
.testimonials-slide-content .img-container img.ie{border-radius: 100%;}
#testimonials-slider{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.nav-dark .testimonials-slide-content p{
	margin-top: 0px;
	color: #8C8C8C;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 500;
}
.nav-light .testimonials-slide-content .text-container span, .nav-light .testimonials-slide-content .text-container, .controlnav-light .testimonials-slide-content .text-container span, .controlnav-light .testimonials-slide-content .text-container{
	padding: 0px 0 30px 0;
	font-size: 18px;
	font-weight: 600;
	color: #f0f0f0;
}
.light-testimonials .t-author-style1,
.light-testimonials .text-container{
	color: #f0f0f0 !important;
}
html .light-testimonials .testimonials.style1 .testimonial span a{
	color: #ccc !important;
}
.nav-light .testimonials-slide-content p, .controlnav-light .testimonials-slide-content p{
	margin-top: 50px;
	color: #D7D7D7;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 500;
}
.vc_col-sm-6 .nav-light .testimonials-slide-content p, .vc_col-sm-6 .controlnav-light .testimonials-slide-content p{
	  margin-top: 25px;
	  font-size: 18px;
}
.vc_col-sm-6 .testimonials-slide-content .text-container span a{
	font-size: 15px;
	font-weight: 600;
}
.nav-dark .testimonials-slide-content .text-container span{
	padding: 10px 0 30px 0;
	font-size: 18px;
	font-weight: 600;
	color: #444;
}

.testimonials-slide-content.container{width: 100% !important;}
.testimonials-style2.flexslider .testimonials-slide .img-container img, .testimonials-style1.flexslider .testimonials-slide .img-container .no_avatar{width:88px;height:88px;}
.testimonials-slide-content p{margin-top: 0px;}
.text-container .fa-quote-left{padding-right: 5px;}
.text-container .fa-quote-right{padding-left: 5px;}
.testimonials-slide-content{text-align: center;}
.single .img-container{
	width: 100px;
	min-height: 145px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	display: table;
	text-align: center;
	margin: 0 auto;
	top: 0;
	position: relative;
	margin-right: 25px;
}
.single .img-container img, .img-container img, .single .comment-author img{
	-webkit-filter: none !important;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

}
.img-container{
	width: 70px;
	height: 70px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	display: table;
	text-align: center;
	margin: 0 auto;
}

.testimonials-slide-content .text-container{
	width: 95%;
	margin: 0px auto;
	display: inline-block;
}
.vc_col-sm-6 .testimonials-slide-content .text-container{
	width: 96%;
}
.vc_col-sm-12 .testimonials-slide-content .text-container{
	width: 85%;
}
.social-font-awesome{
	position: relative;
	margin-top: 20px;
}
.social-font-awesome li{
	position: relative;
	float: left;
	list-style-type: none;
	margin-right: 20px;
}
.social-font-awesome li a{
	font-size: 1.3em;
	color: #444;
}


/* ANIMATIONS */
.loaded .animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .6s;
	-moz-animation-duration: .6s;
	-ms-animation-duration: .6s;
	-o-animation-duration: .6s;
	animation-duration: .6s;
}
@-webkit-keyframes fadeIn {
	0% {
		 opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
}
	100% {
		opacity: .95;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
}
	100% {
		opacity: .95;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
}
	100% {
		opacity: .95;
	}
}/*
  Theme Name: Hazel
  Author: TreeWorks
  Author URI: http://treethemes.net
  
  WOO COMMERCE LAYOUT CSS
*/
.clear {
    clear: both;
}

.nobr {
    white-space: nowrap;
}

body.woocommerce .master_container .page_content > .container h1.page-title,body.woocommerce .master_container .page_content > .container div.page-description {
    display: none;
}

.woocommerce .col2-set,.woocommerce-page .col2-set {
    width: 100%;
}

.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before {
    content: " ";
    display: table;
}

.woocommerce .col2-set:after,.woocommerce-page .col2-set:after {
    clear: both;
}

.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

.woocommerce img,.woocommerce-page img {
    height: auto;
    max-width: 100%;
}

.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {
    float: left;
    width: 48%;
    position: relative;
}

.woocommerce #content div.product div.thumbnails:after,.woocommerce #content div.product div.thumbnails:before,.woocommerce div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:before,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:before,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:after {
    clear: both;
}

.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
}

.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0;
}

.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first {
    clear: both;
}

.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
}

.woocommerce-tabs .entry-content {
    width: 100%;
}

.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs {
    clear: both;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
    clear: both;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
}

.woocommerce #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:before,.woocommerce div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:before,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:after {
    clear: both;
}

.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto;
}

.woocommerce #content .quantity input::-webkit-inner-spin-button,.woocommerce #content .quantity input::-webkit-outer-spin-button,.woocommerce #quantity input::-webkit-inner-spin-button,.woocommerce #quantity input::-webkit-outer-spin-button,.woocommerce-page #content .quantity input::-webkit-inner-spin-button,.woocommerce-page #content .quantity input::-webkit-outer-spin-button,.woocommerce-page #quantity input::-webkit-inner-spin-button,.woocommerce-page #quantity input::-webkit-outer-spin-button {
    display: none;
}

.woocommerce .related:after,.woocommerce .related:before,.woocommerce .upsells.products:after,.woocommerce .upsells.products:before,.woocommerce-page .related:after,.woocommerce-page .related:before,.woocommerce-page .upsells.products:after,.woocommerce-page .upsells.products:before {
    content: " ";
    display: table;
}

.woocommerce .related:after,.woocommerce .upsells.products:after,.woocommerce-page .related:after,.woocommerce-page .upsells.products:after {
    clear: both;
}

.woocommerce .related ul,.woocommerce .related ul.products,.woocommerce .upsells.products ul,.woocommerce .upsells.products ul.products,.woocommerce-page .related ul,.woocommerce-page .related ul.products,.woocommerce-page .upsells.products ul,.woocommerce-page .upsells.products ul.products {
    float: none;
}

.woocommerce .related ul li.product,.woocommerce .related ul.products li.product,.woocommerce .upsells.products ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .upsells.products ul li.product,.woocommerce-page .upsells.products ul.products li.product {
    width: 48%;
}

.woocommerce .related ul li.product img,.woocommerce .related ul.products li.product img,.woocommerce .upsells.products ul li.product img,.woocommerce .upsells.products ul.products li.product img,.woocommerce-page .related ul li.product img,.woocommerce-page .related ul.products li.product img,.woocommerce-page .upsells.products ul li.product img,.woocommerce-page .upsells.products ul.products li.product img {
    width: 100%;
    height: auto;
}

.woocommerce ul.products,.woocommerce-page ul.products {
    clear: both;
}

.woocommerce ul.products:after,.woocommerce ul.products:before,.woocommerce-page ul.products:after,.woocommerce-page ul.products:before {
    content: " ";
    display: table;
}

.woocommerce ul.products:after,.woocommerce-page ul.products:after {
    clear: both;
}

.woocommerce-page.woocommerce ul.products li.product,.woocommerce-page.woocommerce-page ul.products li.product {
    margin: 0 3.8% 1.5em 0;
    padding: 0;
    position: relative;
    width: 30.2%;
    display: inline-block;
    float: left;
    height: 350px;
    clear: none !important;
}

.woocommerce-page.woocommerce ul.products li.product:nth-child(3n+3),.woocommerce-page.woocommerce-page ul.products li.product:nth-child(3n+3) {
    margin-right: 0;
}

.shopsidebar {
    margin-right: 40px !important;
}

.woocommerce ul.products li.first,.woocommerce-page ul.products li.first {
    clear: both;
}

.woocommerce ul.products li.last,.woocommerce-page ul.products li.last {
    margin-right: 0;
}

.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
}

.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product {
    width: 48%;
}

.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product {
    width: 30.75%;
}

.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product {
    width: 16.95%;
}

.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product {
    width: 13.5%;
}

.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count {
    float: left;
}

.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering {
    float: left;
    width: 30%;
    top: -20px;
    position: relative;
    right: 5px;
    z-index: 1;
}

.woocommerce.columns-4 ul.products li.product {
    float: left;
    margin: 0 2.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.9%;
}

.woocommerce.columns-3 ul.products li.product {
    float: left;
    margin: 0 2em 2.992em 0;
    padding: 0;
    position: relative;
    width: 31.6%;
}

.woocommerce.columns-2 ul.products li.product {
    float: left;
    margin: 0 3em 2.992em 0;
    padding: 0;
    position: relative;
    width: 48%;
}

.woocommerce.columns-2 .add_to_cart_button {
    float: left;
}

.woocommerce.columns-4 ul.products li.product:nth-child(4n+4),.woocommerce.columns-3 ul.products li.product:nth-child(3n+3),.woocommerce.columns-2 ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:before,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}

.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img {
    height: auto;
}

.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions {
    text-align: right;
    border-top: 1px solid #ededed;
}

.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text {
    width: 80px;
}

.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon {
    float: left;
}

.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label {
    display: none;
}

.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals {
    width: 100%;
}

.woocommerce .cart-collaterals:after,.woocommerce .cart-collaterals:before,.woocommerce-page .cart-collaterals:after,.woocommerce-page .cart-collaterals:before {
    content: " ";
    display: table;
}

.woocommerce .cart-collaterals:after,.woocommerce-page .cart-collaterals:after {
    clear: both;
}

.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left;
}

.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells {
    width: 40%;
    float: left;
}

.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 43%;
}

.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 60%;
    clear: right;
    float: left;
    margin-top: 20px;
    text-align: left;
}

.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:before,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:before {
    content: " ";
    display: table;
}

.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:after {
    clear: both;
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%;
}

.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 60%;
    text-align: left;
}

.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:after,.woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table;
}

.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after {
    clear: both;
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto;
}

.woocommerce form .form-row:after,.woocommerce form .form-row:before,.woocommerce-page form .form-row:after,.woocommerce-page form .form-row:before {
    content: " ";
    display: table;
}

.woocommerce form .form-row:after,.woocommerce-page form .form-row:after {
    clear: both;
}

.woocommerce form .form-row label,.woocommerce-page form .form-row label {
    display: block;
}

.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox {
    display: inline;
}

.woocommerce form .form-row select,.woocommerce-page form .form-row select {
    width: 100%;
}

.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}

.woocommerce form .form-row-last,.woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide {
    clear: both;
}

.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select {
    width: auto;
}

.woocommerce #payment .terms,.woocommerce-page #payment .terms {
    text-align: right;
    padding: 0 1em;
}

.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
    float: right;
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto;
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important;
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0;
}

.twentyfourteen .tfwc .product .images img {
    margin-bottom: 1em;
}

@media screen and (min-width:673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px;
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto;
    }
}
@media screen and (max-width:479px) {
    .woocommerce.columns-4 ul.products li.product{
    	margin: 0 0px 40px;
    	width: 100%;
    }
}




.woocommerce-page .cart-collaterals .cart_totals table {
    width: 100%;
}

.woocommerce-page .page_content.left .container {
    padding: 0;
}/*
  Theme Name: Hazel
  Author: TreeWorks
  Author URI: http://treethemes.net
  
  WOO COMMERCE CSS
*/
.clear {
    clear: both;
}

.mail-news .clear {
    clear: none;
}

.nobr {
    white-space: nowrap;
}

@font-face {
    font-family: star;
    src: url(//www.kaethr.media/wp-content/themes/hazel/icon-fonts/star.eot);
    src: url(//www.kaethr.media/wp-content/themes/hazel/icon-fonts/star.eot?#iefix) format("embedded-opentype"),url(//www.kaethr.media/wp-content/themes/hazel/icon-fonts/star.woff) format("woff"),url(//www.kaethr.media/wp-content/themes/hazel/icon-fonts/star.ttf) format("truetype"),url(//www.kaethr.media/wp-content/themes/hazel/icon-fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: WooCommerce;
    src: url(//www.kaethr.media/wp-content/themes/hazel/icon-fonts/WooCommerce.eot);
    src: url(//www.kaethr.media/wp-content/themes/hazel/icon-fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(//www.kaethr.media/wp-content/themes/hazel/icon-fonts/WooCommerce.woff) format("woff"),url(//www.kaethr.media/wp-content/themes/hazel/icon-fonts/WooCommerce.ttf) format("truetype"),url(//www.kaethr.media/wp-content/themes/hazel/icon-fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
}

p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: .5em 0;
    text-align: center;
    background: #ad74a2;
    background: -webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));
    background: -webkit-linear-gradient(#ad74a2,#96588a);
    background: -moz-linear-gradient(center top,#ad74a2 0,#96588a 100%);
    background: -moz-gradient(center top,#ad74a2 0,#96588a 100%);
    border: 1px solid #96588a;
    color: #fff;
    z-index: 99998;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,.2);
}

.admin-bar p.demo_store {
    top: 28px;
}

.wc-forward a:after,.wc-forward:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    content: "\e029";
    font-size: .75em;
}

.wc-backward a:before,.wc-backward:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e02f";
    font-size: .75em;
}

.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message,.woocommerce-page .woocommerce-error,.woocommerce-page .woocommerce-info,.woocommerce-page .woocommerce-message {
    padding: 1em 1em 1em 4.5em !important;
    margin: 0 0 3em !important;
    position: relative;
    background: #f2f2f2;
    color: #5e5e5e;
    list-style: none !important;
    width: auto;
}

.woocommerce .woocommerce-error:after,.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:after,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:after,.woocommerce .woocommerce-message:before,.woocommerce-page .woocommerce-error:after,.woocommerce-page .woocommerce-error:before,.woocommerce-page .woocommerce-info:after,.woocommerce-page .woocommerce-info:before,.woocommerce-page .woocommerce-message:after,.woocommerce-page .woocommerce-message:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-error:after,.woocommerce .woocommerce-info:after,.woocommerce .woocommerce-message:after,.woocommerce-page .woocommerce-error:after,.woocommerce-page .woocommerce-info:after,.woocommerce-page .woocommerce-message:after {
    clear: both;
}

.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:before,.woocommerce-page .woocommerce-error:before,.woocommerce-page .woocommerce-info:before,.woocommerce-page .woocommerce-message:before {
    content: "";
    height: 2.5em;
    width: 2.5em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: sans-serif;
    font-size: 22px;
    line-height: .6;
    text-align: center;
    color: #fff;
    padding-top: 1em;
}

.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button {
    float: right;
    position: relative;
    top: -8px;
}

.woocommerce .woocommerce-error li,.woocommerce .woocommerce-info li,.woocommerce .woocommerce-message li,.woocommerce-page .woocommerce-error li,.woocommerce-page .woocommerce-info li,.woocommerce-page .woocommerce-message li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.woocommerce .woocommerce-message,.woocommerce-page .woocommerce-message {
    border: none;
    background: #f2f2f2;
    color: #333;
    padding: 15px 0px 15px 70px !important;
}

.woocommerce .woocommerce-message:before,.woocommerce-page .woocommerce-message:before {
    background-color: #000;
    content: "\2713";
}

.woocommerce .woocommerce-info,.woocommerce-page .woocommerce-info {
    border: none;
    background: #1f1f1f;
    color: #fff;
    padding: 15px 0px 15px 70px !important;
}
.upsells.products{display: none;}
.woocommerce .woocommerce-info:before,.woocommerce-page .woocommerce-info:before {
    background-color: #000;
    content: "i";
    font-family: Times,Georgia,serif;
    font-style: italic;
}

.woocommerce .woocommerce-error,.woocommerce-page .woocommerce-error {
    border: none;
    background: #d65359;
    color: #fff;
    padding: 15px 0px 5px 70px !important;
}

.woocommerce .woocommerce-error:before,.woocommerce-page .woocommerce-error:before {
    background-color: #b81c23;
    content: "\00d7";
    font-weight: 700;
}

.woocommerce small.note,.woocommerce-page small.note {
    display: block;
    color: #777;
    font-size: 11px;
    line-height: 21px;
    margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb,.woocommerce-page .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777;
}

.woocommerce .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:before,.woocommerce-page .woocommerce-breadcrumb:after,.woocommerce-page .woocommerce-breadcrumb:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-breadcrumb:after,.woocommerce-page .woocommerce-breadcrumb:after {
    clear: both;
}

.woocommerce .woocommerce-breadcrumb a,.woocommerce-page .woocommerce-breadcrumb a {
    color: #777;
}

.woocommerce #content div.product,.woocommerce div.product,.woocommerce-page #content div.product,.woocommerce-page div.product {
    margin-bottom: 0;
    position: relative;
    width: 98%;
}

.woocommerce #content div.product .product_title,.woocommerce div.product .product_title,.woocommerce-page #content div.product .product_title,.woocommerce-page div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    letter-spacing: 0px !important;
}

.woocommerce #content div.product p.price,.woocommerce #content div.product span.price,.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce-page #content div.product p.price,.woocommerce-page #content div.product span.price,.woocommerce-page div.product p.price,.woocommerce-page div.product span.price {
    font-size: 1.25em;
}

.woocommerce #content div.product p.price ins,.woocommerce #content div.product span.price ins,.woocommerce div.product p.price ins,.woocommerce div.product span.price ins,.woocommerce-page #content div.product p.price ins,.woocommerce-page #content div.product span.price ins,.woocommerce-page div.product p.price ins,.woocommerce-page div.product span.price ins {
    background: inherit;
}

.woocommerce #content div.product p.price del,.woocommerce #content div.product span.price del,.woocommerce div.product p.price del,.woocommerce div.product span.price del,.woocommerce-page #content div.product p.price del,.woocommerce-page #content div.product span.price del,.woocommerce-page div.product p.price del,.woocommerce-page div.product span.price del {
    font-size: .67em;
    color: rgba(145,145,145,.5);
}

.woocommerce #content div.product p.stock,.woocommerce div.product p.stock,.woocommerce-page #content div.product p.stock,.woocommerce-page div.product p.stock {
    font-size: .92em;
}

.woocommerce #content div.product .stock,.woocommerce div.product .stock,.woocommerce-page #content div.product .stock,.woocommerce-page div.product .stock {
    color: #85ad74;
}

.woocommerce #content div.product .out-of-stock,.woocommerce div.product .out-of-stock,.woocommerce-page #content div.product .out-of-stock,.woocommerce-page div.product .out-of-stock {
    color: red;
}

.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {
    margin-bottom: 2em;
}

.woocommerce #content div.product div.images img,.woocommerce-page #content div.product div.images img{
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.woocommerce div.product div.images img,.woocommerce-page div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.woocommerce #content div.product div.images div.thumbnails,.woocommerce div.product div.images div.thumbnails,.woocommerce-page #content div.product div.images div.thumbnails,.woocommerce-page div.product div.images div.thumbnails {
    padding-top: 1em;
}

.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
    margin-bottom: 2em;
}

.woocommerce #content div.product div.social,.woocommerce div.product div.social,.woocommerce-page #content div.product div.social,.woocommerce-page div.product div.social {
    text-align: right;
    margin: 0 0 1em;
}

.woocommerce #content div.product div.social span,.woocommerce div.product div.social span,.woocommerce-page #content div.product div.social span,.woocommerce-page div.product div.social span {
    margin: 0 0 0 2px;
}

.woocommerce #content div.product div.social span span,.woocommerce div.product div.social span span,.woocommerce-page #content div.product div.social span span,.woocommerce-page div.product div.social span span {
    margin: 0;
}

.woocommerce #content div.product div.social span .stButton .chicklets,.woocommerce div.product div.social span .stButton .chicklets,.woocommerce-page #content div.product div.social span .stButton .chicklets,.woocommerce-page div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
}

.woocommerce #content div.product div.social iframe,.woocommerce div.product div.social iframe,.woocommerce-page #content div.product div.social iframe,.woocommerce-page div.product div.social iframe {
    float: left;
    margin-top: 3px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 1px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: #f7f6f7;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: .3em 1.5em;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #5e5e5e;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    text-decoration: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #777;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #e0dadf;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
/* -webkit-border-bottom-right-radius:4px; */
    -moz-border-bottom-right-radius: 4px;
/* border-bottom-right-radius:4px; */
/* border-width:0 1px 1px 0; */
/* box-shadow:2px 2px 0 #e0dadf
 */
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
    visibility: hidden;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    visibility: hidden;
}

.woocommerce #content div.product .woocommerce-tabs .panel,.woocommerce div.product .woocommerce-tabs .panel,.woocommerce-page #content div.product .woocommerce-tabs .panel,.woocommerce-page div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    top: 0;
    border: 1px solid #ededed;
    padding: 20px;
}

.woocommerce #content div.product p.cart,.woocommerce div.product p.cart,.woocommerce-page #content div.product p.cart,.woocommerce-page div.product p.cart {
    margin-bottom: 2em;
}

.woocommerce #content div.product p.cart:after,.woocommerce #content div.product p.cart:before,.woocommerce div.product p.cart:after,.woocommerce div.product p.cart:before,.woocommerce-page #content div.product p.cart:after,.woocommerce-page #content div.product p.cart:before,.woocommerce-page div.product p.cart:after,.woocommerce-page div.product p.cart:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product p.cart:after,.woocommerce div.product p.cart:after,.woocommerce-page #content div.product p.cart:after,.woocommerce-page div.product p.cart:after {
    clear: both;
}

.woocommerce #content div.product form.cart,.woocommerce div.product form.cart,.woocommerce-page #content div.product form.cart,.woocommerce-page div.product form.cart {
    margin-bottom: 2em;
}

.woocommerce #content div.product form.cart:after,.woocommerce #content div.product form.cart:before,.woocommerce div.product form.cart:after,.woocommerce div.product form.cart:before,.woocommerce-page #content div.product form.cart:after,.woocommerce-page #content div.product form.cart:before,.woocommerce-page div.product form.cart:after,.woocommerce-page div.product form.cart:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product form.cart:after,.woocommerce div.product form.cart:after,.woocommerce-page #content div.product form.cart:after,.woocommerce-page div.product form.cart:after {
    clear: both;
}

.woocommerce #content div.product form.cart div.quantity,.woocommerce div.product form.cart div.quantity,.woocommerce-page #content div.product form.cart div.quantity,.woocommerce-page div.product form.cart div.quantity {
    float: left;
    margin: 6px 15px 0 0;
    border-right: 1px solid #ededed;
}

.woocommerce #content div.product form.cart table,.woocommerce div.product form.cart table,.woocommerce-page #content div.product form.cart table,.woocommerce-page div.product form.cart table {
    border-width: 0 0 1px;
}

/*
.woocommerce #content div.product form.cart table td,.woocommerce div.product form.cart table td,.woocommerce-page #content div.product form.cart table td,.woocommerce-page div.product form.cart table td {
    padding-left: 0;
}
*/

.woocommerce #content div.product form.cart table div.quantity,.woocommerce div.product form.cart table div.quantity,.woocommerce-page #content div.product form.cart table div.quantity,.woocommerce-page div.product form.cart table div.quantity {
    float: none;
    margin: 0;
}

.woocommerce #content div.product form.cart table small.stock,.woocommerce div.product form.cart table small.stock,.woocommerce-page #content div.product form.cart table small.stock,.woocommerce-page div.product form.cart table small.stock {
    display: block;
    float: none;
}

.woocommerce #content div.product form.cart .variations,.woocommerce div.product form.cart .variations,.woocommerce-page #content div.product form.cart .variations,.woocommerce-page div.product form.cart .variations {
    margin-bottom: 1em;
}

.woocommerce #content div.product form.cart .variations label,.woocommerce div.product form.cart .variations label,.woocommerce-page #content div.product form.cart .variations label,.woocommerce-page div.product form.cart .variations label {
    font-weight: 700;
}

.woocommerce #content div.product form.cart .variations select,.woocommerce div.product form.cart .variations select,.woocommerce-page #content div.product form.cart .variations select,.woocommerce-page div.product form.cart .variations select {
    width: 100%;
    float: left !important;
    vertical-align: top;
    left: 0;
    position: relative;
    top: 0;
    text-transform: uppercase;
    background: #FAFAFA url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) no-repeat -120px -351px;
    float: right;
    width: 100%;
    -webkit-appearance: none;
    padding: 14px 16px;
    color: #666;
    outline: none;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 20px;
}

.woocommerce #content div.product form.cart .variations td.label,.woocommerce div.product form.cart .variations td.label,.woocommerce-page #content div.product form.cart .variations td.label,.woocommerce-page div.product form.cart .variations td.label {
    padding-right: 1em;
}

.woocommerce #content div.product form.cart .variations td,.woocommerce div.product form.cart .variations td,.woocommerce-page #content div.product form.cart .variations td,.woocommerce-page div.product form.cart .variations td {
    vertical-align: top;
}

.woocommerce #content div.product form.cart .button,.woocommerce div.product form.cart .button,.woocommerce-page #content div.product form.cart .button,.woocommerce-page div.product form.cart .button {
    vertical-align: middle;
    float: left;
}

.woocommerce #content div.product form.cart .group_table td.label,.woocommerce div.product form.cart .group_table td.label,.woocommerce-page #content div.product form.cart .group_table td.label,.woocommerce-page div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em;
}

.woocommerce #content div.product form.cart .group_table td,.woocommerce div.product form.cart .group_table td,.woocommerce-page #content div.product form.cart .group_table td,.woocommerce-page div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
}

.woocommerce span.onsale,.woocommerce-page span.onsale {
    padding: 7px;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 26px;
    top: 6px;
    left: 6px;
    margin: 0;
    -webkit-border-radius: 20px;
    border-radius: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    z-index: 9;
}

.woocommerce .products ul,.woocommerce ul.products,.woocommerce-page .products ul,.woocommerce-page ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

.woocommerce .products ul:after,.woocommerce .products ul:before,.woocommerce ul.products:after,.woocommerce ul.products:before,.woocommerce-page .products ul:after,.woocommerce-page .products ul:before,.woocommerce-page ul.products:after,.woocommerce-page ul.products:before {
    content: " ";
    display: table;
}

.woocommerce .products ul:after,.woocommerce ul.products:after,.woocommerce-page .products ul:after,.woocommerce-page ul.products:after {
    clear: both;
}

.woocommerce .products ul li,.woocommerce ul.products li,.woocommerce-page .products ul li,.woocommerce-page ul.products li {
    list-style: none;
}

.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -10px -10px 0 0;
    padding: 0;
    line-height: 40px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #101010 !important;
}

.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3 {
    padding: .7em 0 0;
    margin: 0;
    font-size: 1em;
    letter-spacing: normal !important;
    width: 100%;
    float: left;
    margin-bottom: 8px !important;
    text-align: center;
}

.woocommerce ul.products li.product a,.woocommerce-page ul.products li.product a {
    text-decoration: none;
    color: #424242;
}

.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 8px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    border: none;
}

.woocommerce ul.products li.product a:hover img,.woocommerce-page ul.products li.product a:hover img {
    border: none;
}

.woocommerce ul.products li.product strong,.woocommerce-page ul.products li.product strong {
    display: block;
}

.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    float: none;
    width: 100%;
    text-align: center;
}

.woocommerce ul.products li.product .price del,.woocommerce-page ul.products li.product .price del {
    font-size: .67em;
    color: rgba(145,145,145,.5);
    margin: -2px 0 0;
}

.woocommerce ul.products li.product.has-post-thumbnail .price del {
    font-size: 1em;
}

.woocommerce ul.products li.product .price ins,.woocommerce-page ul.products li.product .price ins {
    background: 0 0;
}

.woocommerce ul.products li.product .price .from,.woocommerce-page ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(145,145,145,.5);
}

.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-ordering,.woocommerce-page .woocommerce-result-count {
    margin: 20px 5px;
}

.woocommerce .woocommerce-ordering select,.woocommerce-page .woocommerce-ordering select {
    vertical-align: top;
}

.woocommerce #content nav.woocommerce-pagination,.woocommerce nav.woocommerce-pagination,.woocommerce-page #content nav.woocommerce-pagination,.woocommerce-page nav.woocommerce-pagination {
    text-align: center;
    margin: 40px 0 60px;
}

.woocommerce #content nav.woocommerce-pagination ul,.woocommerce nav.woocommerce-pagination ul,.woocommerce-page #content nav.woocommerce-pagination ul,.woocommerce-page nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #e0dadf;
    border-right: 0;
    margin: 1px;
}

.woocommerce #content nav.woocommerce-pagination ul li,.woocommerce nav.woocommerce-pagination ul li,.woocommerce-page #content nav.woocommerce-pagination ul li,.woocommerce-page nav.woocommerce-pagination ul li {
    border-right: 1px solid #e0dadf;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.woocommerce #content nav.woocommerce-pagination ul li a,.woocommerce #content nav.woocommerce-pagination ul li span,.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span,.woocommerce-page #content nav.woocommerce-pagination ul li a,.woocommerce-page #content nav.woocommerce-pagination ul li span,.woocommerce-page nav.woocommerce-pagination ul li a,.woocommerce-page nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1em;
    font-size: 1em;
    font-weight: 400;
    padding: 1em;
    min-width: 3.5em;
    display: block;
    outline: none !important;
    min-height: 1em;
}

.woocommerce #content nav.woocommerce-pagination ul li a:focus,.woocommerce #content nav.woocommerce-pagination ul li a:hover,.woocommerce #content nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,.woocommerce-page #content nav.woocommerce-pagination ul li span.current,.woocommerce-page nav.woocommerce-pagination ul li a:focus,.woocommerce-page nav.woocommerce-pagination ul li a:hover,.woocommerce-page nav.woocommerce-pagination ul li span.current {
    background: #f7f6f7;
    color: #998896;
    outline: none !important;
}

.woocommerce #content input.button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce-page #content input.button,.woocommerce-page #respond input#submit,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,.woocommerce #content div.product form.cart .button,.woocommerce div.product form.cart .button,.woocommerce-page #content div.product form.cart .button,.woocommerce-page div.product form.cart .button {
    font-size: 100%;
    margin: 0;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    overflow: visible;
    padding: 11px 14px;
    text-decoration: none;
    font-weight: 700;
    -webkit-border-radius: 0;
    border-radius: 0;
    left: auto;
    color: #5e5e5e;
    background: #f7f6f7;
    white-space: nowrap;
    display: inline-block;
    margin-top: 5px;
    outline: none !important;
    float: left;
    margin-right: 10px;
    margin-left: 0;
    font-size: 11px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.woocommerce #content input.button.loading,.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading,.woocommerce-page #content input.button.loading,.woocommerce-page #respond input#submit.loading,.woocommerce-page a.button.loading,.woocommerce-page button.button.loading,.woocommerce-page input.button.loading {
    display: none;
}

.woocommerce #content input.button.loading:before,.woocommerce #respond input#submit.loading:before,.woocommerce a.button.loading:before,.woocommerce button.button.loading:before,.woocommerce input.button.loading:before,.woocommerce-page #content input.button.loading:before,.woocommerce-page #respond input#submit.loading:before,.woocommerce-page a.button.loading:before,.woocommerce-page button.button.loading:before,.woocommerce-page input.button.loading:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(//www.kaethr.media/wp-content/themes/hazel/images/ajx_loading.gif) center no-repeat rgba(255,255,255,.65) !important;
}

.woocommerce #content input.button.added:before,.woocommerce #respond input#submit.added:before,.woocommerce a.button.added:before,.woocommerce button.button.added:before,.woocommerce input.button.added:before,.woocommerce-page #content input.button.added:before,.woocommerce-page #respond input#submit.added:before,.woocommerce-page a.button.added:before,.woocommerce-page button.button.added:before,.woocommerce-page input.button.added:before {
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: -8px;
    right: 0;
    text-indent: 0;
    font-family: WooCommerce;
    content: "\e017";
    color: #f2f2f2;
    font-size: 14px;
    visibility: visible;
}

.woocommerce #content input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce-page #content input.button:hover,.woocommerce-page #respond input#submit:hover,.woocommerce-page a.button:hover,.woocommerce-page button.button:hover,.woocommerce-page input.button:hover {
    opacity: .9;
}

/*
.woocommerce #content input.button:active,.woocommerce #respond input#submit:active,.woocommerce a.button:active,.woocommerce button.button:active,.woocommerce input.button:active,.woocommerce-page #content input.button:active,.woocommerce-page #respond input#submit:active,.woocommerce-page a.button:active,.woocommerce-page button.button:active,.woocommerce-page input.button:active {
    top: 1px;
}
*/

.woocommerce #content input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce-page #content input.button.alt,.woocommerce-page #respond input#submit.alt,.woocommerce-page a.button.alt,.woocommerce-page button.button.alt,.woocommerce-page input.button.alt {
/* font-weight: 700 !important; */
}

.woocommerce #content input.button.alt:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce-page #content input.button.alt:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce-page a.button.alt:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page input.button.alt:hover {
}

.woocommerce #content input.button.disabled,.woocommerce #content input.button:disabled,.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce-page #content input.button.disabled,.woocommerce-page #content input.button:disabled,.woocommerce-page #respond input#submit.disabled,.woocommerce-page #respond input#submit:disabled,.woocommerce-page a.button.disabled,.woocommerce-page a.button:disabled,.woocommerce-page button.button.disabled,.woocommerce-page button.button:disabled,.woocommerce-page input.button.disabled,.woocommerce-page input.button:disabled {
    color: #aaa;
    border: 1px solid #e0dadf;
    background: #f7f6f7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    cursor: not-allowed;
}

.woocommerce #content input.button.disabled:active,.woocommerce #content input.button:disabled:active,.woocommerce #respond input#submit.disabled:active,.woocommerce #respond input#submit:disabled:active,.woocommerce a.button.disabled:active,.woocommerce a.button:disabled:active,.woocommerce button.button.disabled:active,.woocommerce button.button:disabled:active,.woocommerce input.button.disabled:active,.woocommerce input.button:disabled:active,.woocommerce-page #content input.button.disabled:active,.woocommerce-page #content input.button:disabled:active,.woocommerce-page #respond input#submit.disabled:active,.woocommerce-page #respond input#submit:disabled:active,.woocommerce-page a.button.disabled:active,.woocommerce-page a.button:disabled:active,.woocommerce-page button.button.disabled:active,.woocommerce-page button.button:disabled:active,.woocommerce-page input.button.disabled:active,.woocommerce-page input.button:disabled:active {
    top: 0;
}

.woocommerce .cart .button,.woocommerce .cart input.button,.woocommerce-page .cart .button,.woocommerce-page .cart input.button {
    float: none;
}

.woocommerce a.added_to_cart,.woocommerce-page a.added_to_cart {
    padding-top: 13px;
    white-space: nowrap;
    display: inline-block;
    margin-left: 28px;
}

.woocommerce #content .quantity,.woocommerce .quantity,.woocommerce-page #content .quantity,.woocommerce-page .quantity {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    left: 85px;
    top: 35px;
}

.woocommerce #content .quantity input.qty,.woocommerce .quantity input.qty,.woocommerce-page #content .quantity input.qty,.woocommerce-page .quantity input.qty {
    width: 60px;
    height: 38px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 1px solid #ededed;
    border-right: 0;
    font-weight: 700;
}

.woocommerce #content .quantity input[type=number],.woocommerce #content .quantity noindex:-o-prefocus,.woocommerce .quantity input[type=number],.woocommerce .quantity noindex:-o-prefocus,.woocommerce-page #content .quantity input[type=number],.woocommerce-page #content .quantity noindex:-o-prefocus,.woocommerce-page .quantity input[type=number],.woocommerce-page .quantity noindex:-o-prefocus {
    padding-right: 1.2em;
}

.woocommerce #content .quantity .minus,.woocommerce #content .quantity .plus,.woocommerce .quantity .minus,.woocommerce .quantity .plus,.woocommerce-page #content .quantity .minus,.woocommerce-page #content .quantity .plus,.woocommerce-page .quantity .minus,.woocommerce-page .quantity .plus {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    vertical-align: text-top;
    width: 30px;
    height: 19px;
    overflow: visible;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    line-height: 13px;
    font-size: 14px;
    color: #FFF;
    border: none;
    background: #494949;
    text-shadow: none;
    outline: none !important;
}

.woocommerce #content .quantity .minus:hover,.woocommerce #content .quantity .plus:hover,.woocommerce .quantity .minus:hover,.woocommerce .quantity .plus:hover,.woocommerce-page #content .quantity .minus:hover,.woocommerce-page #content .quantity .plus:hover,.woocommerce-page .quantity .minus:hover,.woocommerce-page .quantity .plus:hover {
    background: #383838;
    outline: none !important;
}

.woocommerce #content .quantity .plus,.woocommerce .quantity .plus,.woocommerce-page #content .quantity .plus,.woocommerce-page .quantity .plus {
    top: 0;
    right: 0;
    border-bottom: 0;
    outline: none !important;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.woocommerce #content .quantity .minus,.woocommerce .quantity .minus,.woocommerce-page #content .quantity .minus,.woocommerce-page .quantity .minus {
    bottom: 0;
    right: 0;
    outline: none !important;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.woocommerce #reviews h2 small,.woocommerce-page #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0 0;
}

.woocommerce #reviews h2 small a,.woocommerce-page #reviews h2 small a {
    text-decoration: none;
    color: #777;
}

.woocommerce #reviews h3,.woocommerce-page #reviews h3 {
    margin: 0;
}

.woocommerce #reviews #respond,.woocommerce-page #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}

.woocommerce #reviews #comment,.woocommerce-page #reviews #comment {
    height: 75px;
}

.woocommerce #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:before,.woocommerce-page #reviews #comments .add_review:after,.woocommerce-page #reviews #comments .add_review:before {
    content: " ";
    display: table;
}

.woocommerce #reviews #comments .add_review:after,.woocommerce-page #reviews #comments .add_review:after {
    clear: both;
}

.woocommerce #reviews #comments h2,.woocommerce-page #reviews #comments h2 {
    clear: none;
}

.woocommerce #reviews #comments ol.commentlist,.woocommerce-page #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}

.woocommerce #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:before,.woocommerce-page #reviews #comments ol.commentlist:after,.woocommerce-page #reviews #comments ol.commentlist:before {
    content: " ";
    display: table;
}

.woocommerce #reviews #comments ol.commentlist:after,.woocommerce-page #reviews #comments ol.commentlist:after {
    clear: both;
}

.woocommerce #reviews #comments ol.commentlist li,.woocommerce-page #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta,.woocommerce-page #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #f7f6f7;
    border: 1px solid #f0eef0;
    margin: 0;
    line-height: 1;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #f0eef0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:before,.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after,.woocommerce-page #reviews #comments ol.commentlist li .comment-text:before {
    content: " ";
    display: table;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
    clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em;
}

.woocommerce #reviews #comments ol.commentlist ul.children,.woocommerce-page #reviews #comments ol.commentlist ul.children {
    list-style: none;
    margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating,.woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond,.woocommerce-page #reviews #comments ol.commentlist #respond {
    border: 1px solid #f0eef0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments .commentlist>li:before,.woocommerce-page #reviews #comments .commentlist>li:before {
    content: "";
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 5px !important;
}
.woocommerce .star-rating,.woocommerce-page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1.2em;
    line-height: 1.2em;
    font-size: .8em;
    width: 5.4em;
    font-family: star;
}
.woocommerce .wc-layered-nav-rating .star-rating, .woocommerce-page .wc-layered-nav-rating .star-rating{
	float: left;
	margin: 3px 10px 0 0;
}
.custom-widget ul li.wc-layered-nav-rating a{
	padding: 5px 20px 5px 0 !important;
}
.woocommerce .star-rating:before,.woocommerce-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating span,.woocommerce-page .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.woocommerce .star-rating span:before,.woocommerce-page .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce .woocommerce-product-rating,.woocommerce-page .woocommerce-product-rating {
    line-height: 2em;
    display: block;
}

.woocommerce .woocommerce-product-rating .star-rating,.woocommerce-page .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}

.woocommerce .products .star-rating,.woocommerce-page .products .star-rating {
    display: block;
    margin: 0 0 1.2em;
    float: none;
    position: relative;
    top: 14px;
    left: 0;
    float: right;
    display: none;
}

.woocommerce .hreview-aggregate .star-rating,.woocommerce-page .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}

.woocommerce #review_form #respond,.woocommerce-page #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: 0 0;
    border: 0;
}

.woocommerce #review_form #respond:after,.woocommerce #review_form #respond:before,.woocommerce-page #review_form #respond:after,.woocommerce-page #review_form #respond:before {
    content: " ";
    display: table;
}

.woocommerce #review_form #respond:after,.woocommerce-page #review_form #respond:after {
    clear: both;
}

.woocommerce #review_form #respond p,.woocommerce-page #review_form #respond p {
    margin: 0 0 10px;
}

.woocommerce #review_form #respond .form-submit input,.woocommerce-page #review_form #respond .form-submit input {
    left: auto;
    padding: 11px 14px !important;
}

.woocommerce #review_form #respond textarea,.woocommerce-page #review_form #respond textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.woocommerce p.stars,.woocommerce-page p.stars {
    position: relative;
    font-size: 1em;
}

.woocommerce p.stars a,.woocommerce-page p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
}

.woocommerce p.stars a:last-child,.woocommerce-page p.stars a:last-child {
    border-right: 0;
}

.woocommerce p.stars a.star-1,.woocommerce p.stars a.star-2,.woocommerce p.stars a.star-3,.woocommerce p.stars a.star-4,.woocommerce p.stars a.star-5,.woocommerce-page p.stars a.star-1,.woocommerce-page p.stars a.star-2,.woocommerce-page p.stars a.star-3,.woocommerce-page p.stars a.star-4,.woocommerce-page p.stars a.star-5 {
    border-right: 1px solid #ccc;
}

.woocommerce p.stars a.star-1:after,.woocommerce p.stars a.star-2:after,.woocommerce p.stars a.star-3:after,.woocommerce p.stars a.star-4:after,.woocommerce p.stars a.star-5:after,.woocommerce-page p.stars a.star-1:after,.woocommerce-page p.stars a.star-2:after,.woocommerce-page p.stars a.star-3:after,.woocommerce-page p.stars a.star-4:after,.woocommerce-page p.stars a.star-5:after {
    font-family: WooCommerce;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce p.stars a.star-1,.woocommerce-page p.stars a.star-1 {
    width: 2em;
}

.woocommerce p.stars a.star-1:after,.woocommerce-page p.stars a.star-1:after {
    content: "\e021";
}

.woocommerce p.stars a.star-1.active:after,.woocommerce p.stars a.star-1:hover:after,.woocommerce-page p.stars a.star-1.active:after,.woocommerce-page p.stars a.star-1:hover:after {
    content: "\e020";
}

.woocommerce p.stars a.star-2,.woocommerce-page p.stars a.star-2 {
    width: 3em;
}

.woocommerce p.stars a.star-2:after,.woocommerce-page p.stars a.star-2:after {
    content: "\e021\e021";
}

.woocommerce p.stars a.star-2.active:after,.woocommerce p.stars a.star-2:hover:after,.woocommerce-page p.stars a.star-2.active:after,.woocommerce-page p.stars a.star-2:hover:after {
    content: "\e020\e020";
}

.woocommerce p.stars a.star-3,.woocommerce-page p.stars a.star-3 {
    width: 4em;
}

.woocommerce p.stars a.star-3:after,.woocommerce-page p.stars a.star-3:after {
    content: "\e021\e021\e021";
}

.woocommerce p.stars a.star-3.active:after,.woocommerce p.stars a.star-3:hover:after,.woocommerce-page p.stars a.star-3.active:after,.woocommerce-page p.stars a.star-3:hover:after {
    content: "\e020\e020\e020";
}

.woocommerce p.stars a.star-4,.woocommerce-page p.stars a.star-4 {
    width: 5em;
}

.woocommerce p.stars a.star-4:after,.woocommerce-page p.stars a.star-4:after {
    content: "\e021\e021\e021\e021";
}

.woocommerce p.stars a.star-4.active:after,.woocommerce p.stars a.star-4:hover:after,.woocommerce-page p.stars a.star-4.active:after,.woocommerce-page p.stars a.star-4:hover:after {
    content: "\e020\e020\e020\e020";
}

.woocommerce p.stars a.star-5,.woocommerce-page p.stars a.star-5 {
    width: 6em;
    border: 0;
}

.woocommerce p.stars a.star-5:after,.woocommerce-page p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021";
}

.woocommerce p.stars a.star-5.active:after,.woocommerce p.stars a.star-5:hover:after,.woocommerce-page p.stars a.star-5.active:after,.woocommerce-page p.stars a.star-5:hover:after {
    content: "\e020\e020\e020\e020\e020";
}

.woocommerce table.shop_attributes,.woocommerce-page table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}

.woocommerce table.shop_attributes th,.woocommerce-page table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5em;
}

.woocommerce table.shop_attributes td,.woocommerce-page table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5em;
}

.woocommerce table.shop_attributes td p,.woocommerce-page table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}

.woocommerce table.shop_attributes .alt td,.woocommerce table.shop_attributes .alt th,.woocommerce-page table.shop_attributes .alt td,.woocommerce-page table.shop_attributes .alt th {
    background: rgba(0,0,0,.025);
}

.woocommerce table.shop_table,.woocommerce-page table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 40px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce table.shop_table th,.woocommerce-page table.shop_table th {
    font-weight: 700;
    line-height: 18px;
    padding: 9px 12px;
    color: #f2f2f2;
    background: #101010;
    border: 1px solid #212121;
}

.woocommerce table.shop_table td,.woocommerce-page table.shop_table td {
    padding: 20px;
    vertical-align: middle;
    border: none;
}

.woocommerce table.shop_table td small,.woocommerce-page table.shop_table td small {
    font-weight: 400;
}

.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th,.woocommerce-page table.shop_table tfoot td,.woocommerce-page table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.my_account_orders,.woocommerce-page table.my_account_orders {
    font-size: .85em;
}

.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th,.woocommerce-page table.my_account_orders td,.woocommerce-page table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;
}

.woocommerce table.my_account_orders .button,.woocommerce-page table.my_account_orders .button {
    white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions,.woocommerce-page table.my_account_orders .order-actions {
    text-align: right;
}

.woocommerce table.my_account_orders .order-actions .button,.woocommerce-page table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em;
}

.woocommerce td.product-name dl.variation,.woocommerce-page td.product-name dl.variation {
    margin: .25em 0;
}

.woocommerce td.product-name dl.variation:after,.woocommerce td.product-name dl.variation:before,.woocommerce-page td.product-name dl.variation:after,.woocommerce-page td.product-name dl.variation:before {
    content: " ";
    display: table;
}

.woocommerce td.product-name dl.variation:after,.woocommerce-page td.product-name dl.variation:after {
    clear: both;
}

.woocommerce td.product-name dl.variation dd,.woocommerce td.product-name dl.variation dt,.woocommerce-page td.product-name dl.variation dd,.woocommerce-page td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}

.woocommerce td.product-name dl.variation dt,.woocommerce-page td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
}

.woocommerce td.product-name dl.variation dd,.woocommerce-page td.product-name dl.variation dd {
    padding: 0 0 .25em;
}

.woocommerce td.product-name dl.variation dd p:last-child,.woocommerce-page td.product-name dl.variation dd p:last-child {
    margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification,.woocommerce-page td.product-name p.backorder_notification {
    font-size: .83em;
}

.woocommerce td.product-quantity,.woocommerce-page td.product-quantity {
    min-width: 80px;
}

.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail {
    min-width: 32px;
}

.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img {
    width: 32px;
}

.woocommerce #content table.cart td,.woocommerce #content table.cart th,.woocommerce table.cart td,.woocommerce table.cart th,.woocommerce-page #content table.cart td,.woocommerce-page #content table.cart th,.woocommerce-page table.cart td,.woocommerce-page table.cart th {
    vertical-align: middle;
}

.woocommerce #content table.cart a.remove,.woocommerce table.cart a.remove,.woocommerce-page #content table.cart a.remove,.woocommerce-page table.cart a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: .9em;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #303030;
    text-decoration: none;
    font-weight: 700;
}

.woocommerce #content table.cart a.remove:hover,.woocommerce table.cart a.remove:hover,.woocommerce-page #content table.cart a.remove:hover,.woocommerce-page table.cart a.remove:hover {
    background-color: #e46b6b;
    color: #fff;
}

.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.1);
    border: 1px solid #e0dadf;
    padding: 6px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1em;
    width: 110px;
}

.woocommerce #content table.cart input,.woocommerce table.cart input,.woocommerce-page #content table.cart input,.woocommerce-page table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1em;
}

.woocommerce.widget_shopping_cart ul.product_list_widget {
    padding: 0 18px 18px;
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    background: #FAFAFA;
    border: 1px solid #ededed;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.woocommerce .cart-collaterals .shipping_calculator .button,.woocommerce-page .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    content: "\e02e";
}

.woocommerce .cart-collaterals .cart_totals p,.woocommerce-page .cart-collaterals .cart_totals p {
    margin: 0;
}

.woocommerce .cart-collaterals .cart_totals p small,.woocommerce-page .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em;
}

.woocommerce .cart-collaterals .cart_totals table,.woocommerce-page .cart-collaterals .cart_totals table {
    border-collapse: separate;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 6px;
    padding: 0;
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child td,.woocommerce .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0;
}

.woocommerce .cart-collaterals .cart_totals table th,.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 14px;
    width: 40%;
    border-right: none;
    border-top: 1px solid #212121 !important;
}

.woocommerce .cart-collaterals .cart_totals table td,.woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 10px;
    border-top: 1px solid #ededed !important;
}

.woocommerce .cart-collaterals .cart_totals table td,.woocommerce .cart-collaterals .cart_totals table th,.woocommerce-page .cart-collaterals .cart_totals table td,.woocommerce-page .cart-collaterals .cart_totals table th {
    vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals table small,.woocommerce-page .cart-collaterals .cart_totals table small {
    display: block;
    color: #777;
}

.woocommerce .cart-collaterals .cart_totals table select,.woocommerce-page .cart-collaterals .cart_totals table select {
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals .discount td,.woocommerce-page .cart-collaterals .cart_totals .discount td {
    color: #85ad74;
}

.woocommerce .cart-collaterals .cart_totals tr td,.woocommerce .cart-collaterals .cart_totals tr th,.woocommerce-page .cart-collaterals .cart_totals tr td,.woocommerce-page .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #f7f6f7;
}

.woocommerce .cart-collaterals .cart_totals a.button.alt,.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
    display: inline-block;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.product,.woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0;
}

.woocommerce form .form-row,.woocommerce-page form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0;
}

.woocommerce form .form-row label,.woocommerce-page form .form-row label {
    line-height: 2em;
}

.woocommerce form .form-row label.hidden,.woocommerce-page form .form-row label.hidden {
    visibility: hidden;
}

.woocommerce form .form-row label.inline,.woocommerce-page form .form-row label.inline {
    display: inline;
}

.woocommerce form .form-row select,.woocommerce-page form .form-row select {
    cursor: pointer;
    margin: 0;
}

.woocommerce form .form-row .required,.woocommerce-page form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0;
}

.woocommerce form .form-row .input-checkbox,.woocommerce-page form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-page form .form-row input.input-text,.woocommerce-page form .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1em;
    padding: 10px;
    border: 1px solid #d8d8d8;
}

.woocommerce form .form-row textarea,.woocommerce-page form .form-row textarea {
    height: 4em;
    line-height: 1.5em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,.woocommerce form .form-row.validate-required.woocommerce-invalid select,.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop,.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single,.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
    border-color: #fb7f88;
}

.woocommerce form .form-row ::-webkit-input-placeholder,.woocommerce-page form .form-row ::-webkit-input-placeholder {
    line-height: normal;
}

.woocommerce form .form-row :-moz-placeholder,.woocommerce-page form .form-row :-moz-placeholder {
    line-height: normal;
}

.woocommerce form .form-row :-ms-input-placeholder,.woocommerce-page form .form-row :-ms-input-placeholder {
    line-height: normal;
}

.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register,.woocommerce-page form.checkout_coupon,.woocommerce-page form.login,.woocommerce-page form.register {
    border: 1px solid #e0dadf;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce ul#shipping_method,.woocommerce-page ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul#shipping_method li,.woocommerce-page ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none;
}

.woocommerce ul#shipping_method .amount,.woocommerce-page ul#shipping_method .amount {
    font-weight: 700;
}

.woocommerce p.woocommerce-shipping-contents,.woocommerce-page p.woocommerce-shipping-contents {
    margin: 0;
}

.woocommerce .checkout .col-2 h3#ship-to-different-address,.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
}

.woocommerce .checkout .col-2 .form-row-first,.woocommerce .checkout .col-2 .notes,.woocommerce-page .checkout .col-2 .form-row-first,.woocommerce-page .checkout .col-2 .notes {
    clear: left;
}

.woocommerce .checkout .create-account small,.woocommerce-page .checkout .create-account small {
    font-size: 11px;
    color: #777;
    line-height: 13px;
    font-weight: 400;
}

.woocommerce .checkout div.shipping-address,.woocommerce-page .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%;
}

.woocommerce .checkout .shipping_address,.woocommerce-page .checkout .shipping_address {
    clear: both;
}

.woocommerce #payment,.woocommerce-page #payment {
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce #payment ul.payment_methods,.woocommerce-page #payment ul.payment_methods {
    text-align: left;
    padding: 2.7em 2.8em;
    border-bottom: 1px solid #ededed;
    margin: 0;
    list-style: none;
}

.woocommerce #payment ul.payment_methods:after,.woocommerce #payment ul.payment_methods:before,.woocommerce-page #payment ul.payment_methods:after,.woocommerce-page #payment ul.payment_methods:before {
    content: " ";
    display: table;
}

.woocommerce #payment ul.payment_methods:after,.woocommerce-page #payment ul.payment_methods:after {
    clear: both;
}

.woocommerce #payment ul.payment_methods li,.woocommerce-page #payment ul.payment_methods li {
    line-height: 2em;
    text-align: left;
    margin: 0;
    font-weight: 400;
    list-style: none;
}

.woocommerce #payment ul.payment_methods li input,.woocommerce-page #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}

input[type=radio] {
    background: url(//www.kaethr.media/wp-content/themes/hazel/images/check_radio_sheet.png) no-repeat -43px 3px;
    border: none;
    width: 16px !important;
    height: 16px !important;
}

input[type=radio]:checked {
    background: url(//www.kaethr.media/wp-content/themes/hazel/images/check_radio_sheet.png) no-repeat -61px 3px;
    border: none;
    width: 16px !important;
    height: 16px !important;
}

input:hover,input:focus,input:active {
    outline: none !important;
}

.woocommerce #payment ul.payment_methods li input,.woocommerce-page #payment ul.payment_methods li input {
}

.woocommerce #payment ul.payment_methods li img,.woocommerce-page #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
}

.woocommerce #payment ul.payment_methods li img+img,.woocommerce-page #payment ul.payment_methods li img+img {
    margin-left: 2px;
}

.woocommerce #payment div.form-row,.woocommerce-page #payment div.form-row {
    padding: 1em;
    border-top: 1px solid #fff;
}

.woocommerce #payment div.payment_box,.woocommerce-page #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: .8em 0 1.4em;
    font-size: .92em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.5em;
    background: #FFF;
    color: #5e5e5e;
}

.woocommerce #payment div.payment_box input.input-text,.woocommerce #payment div.payment_box textarea,.woocommerce-page #payment div.payment_box input.input-text,.woocommerce-page #payment div.payment_box textarea {
    border-color: #c8bfc6 #d4cdd2 #d4cdd2;
    box-shadow: 0 1px 0 0 rgba(255,255,255,.4);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,.4);
}

.woocommerce #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-page #payment div.payment_box ::-webkit-input-placeholder {
    color: #c8bfc6;
}

.woocommerce #payment div.payment_box :-moz-placeholder,.woocommerce-page #payment div.payment_box :-moz-placeholder {
    color: #c8bfc6;
}

.woocommerce #payment div.payment_box :-ms-input-placeholder,.woocommerce-page #payment div.payment_box :-ms-input-placeholder {
    color: #c8bfc6;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(//www.kaethr.media/wp-content/themes/hazel/images/icons/credit-cards/visa.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(//www.kaethr.media/wp-content/themes/hazel/images/icons/credit-cards/mastercard.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(//www.kaethr.media/wp-content/themes/hazel/images/icons/credit-cards/laser.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(//www.kaethr.media/wp-content/themes/hazel/images/icons/credit-cards/diners.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(//www.kaethr.media/wp-content/themes/hazel/images/icons/credit-cards/maestro.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(//www.kaethr.media/wp-content/themes/hazel/images/icons/credit-cards/jcb.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(//www.kaethr.media/wp-content/themes/hazel/images/icons/credit-cards/amex.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(//www.kaethr.media/wp-content/themes/hazel/images/icons/credit-cards/discover.png);
}

.woocommerce #payment div.payment_box span.help,.woocommerce-page #payment div.payment_box span.help {
    font-size: 11px;
    color: #777;
    line-height: 13px;
    font-weight: 400;
}

.woocommerce #payment div.payment_box .form-row,.woocommerce-page #payment div.payment_box .form-row {
    margin: 0 0 1em;
}

.woocommerce #payment div.payment_box p:last-child,.woocommerce-page #payment div.payment_box p:last-child {
    margin-bottom: 0;
}

.woocommerce #payment div.payment_box:after,.woocommerce-page #payment div.payment_box:after {
    content: "";
    display: block;
    border: 14px solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -1px;
    left: 0;
    margin: -1.7em 0 0 2em;
}

.payment_method_paypal a {
    margin-left: 30px;
}

.woocommerce .order_details,.woocommerce-page .order_details {
    margin: 0 0 1.5em;
    list-style: none;
}

.woocommerce .order_details:after,.woocommerce .order_details:before,.woocommerce-page .order_details:after,.woocommerce-page .order_details:before {
    content: " ";
    display: table;
}

.woocommerce .order_details:after,.woocommerce-page .order_details:after {
    clear: both;
}

.woocommerce .order_details li,.woocommerce-page .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1em;
    border-right: 1px dashed #e0dadf;
    padding-right: 2em;
}

.woocommerce .order_details li strong,.woocommerce-page .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5em;
}

.woocommerce .order_details li:last-of-type,.woocommerce-page .order_details li:last-of-type {
    border: none;
}

.woocommerce .addresses .title:after,.woocommerce .addresses .title:before,.woocommerce-page .addresses .title:after,.woocommerce-page .addresses .title:before {
    content: " ";
    display: table;
}

.woocommerce .addresses .title:after,.woocommerce-page .addresses .title:after {
    clear: both;
}

.woocommerce .addresses .title h3,.woocommerce-page .addresses .title h3 {
    float: left;
}

.woocommerce .addresses .title .edit,.woocommerce-page .addresses .title .edit {
    float: right;
}

.woocommerce ol.commentlist.notes li.note p.meta,.woocommerce-page ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0;
}

.woocommerce ol.commentlist.notes li.note .description p:last-child,.woocommerce-page ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}

.woocommerce ul.digital-downloads,.woocommerce-page ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}

.woocommerce ul.digital-downloads li,.woocommerce-page ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.woocommerce ul.digital-downloads li:before,.woocommerce-page ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e00a";
}

.woocommerce ul.digital-downloads li .count,.woocommerce-page ul.digital-downloads li .count {
    float: right;
}

.woocommerce .widget_layered_nav ul,.woocommerce-page .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.woocommerce .widget_layered_nav ul li,.woocommerce-page .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none;
}

.woocommerce .widget_layered_nav ul li:after,.woocommerce .widget_layered_nav ul li:before,.woocommerce-page .widget_layered_nav ul li:after,.woocommerce-page .widget_layered_nav ul li:before {
    content: " ";
    display: table;
}

.woocommerce .widget_layered_nav ul li:after,.woocommerce-page .widget_layered_nav ul li:after {
    clear: both;
}

/*
.woocommerce .widget_layered_nav ul li a,.woocommerce .widget_layered_nav ul li span,.woocommerce-page .widget_layered_nav ul li a,.woocommerce-page .widget_layered_nav ul li span {
    padding: 1px 0;
    float: left;
}
*/

.woocommerce .widget_layered_nav ul li.chosen a,.woocommerce-page .widget_layered_nav ul li.chosen a {
    padding: 0 6px;
    text-decoration: none;
    border: 1px solid #ad74a2;
    background: #ad74a2;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.woocommerce .widget_layered_nav ul li.chosen a:before,.woocommerce-page .widget_layered_nav ul li.chosen a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e013";
}

.woocommerce .widget_layered_nav ul small.count,.woocommerce-page .widget_layered_nav ul small.count {
    float: right;
    margin-left: 6px;
    font-size: 1em;
    padding: 1px 0;
    color: #777;
}

.woocommerce .widget_layered_nav_filters ul,.woocommerce-page .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li,.woocommerce-page .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a,.woocommerce-page .widget_layered_nav_filters ul li a {
    padding: 0 6px;
    text-decoration: none;
    border: 1px solid #ad74a2;
    background: #ad74a2;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5) #888;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

.woocommerce .widget_layered_nav_filters ul li a:before,.woocommerce-page .widget_layered_nav_filters ul li a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e013";
}

.woocommerce .widget_price_filter .price_slider,.woocommerce-page .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount,.woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: .8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button,.woocommerce-page .widget_price_filter .price_slider_amount .button {
    font-size: 1em;
    float: left;
}

.woocommerce .widget_price_filter .ui-slider,.woocommerce-page .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    top: -3px;
    margin-left: -1px;
    background-color: #333;
}

.widget_price_filter .price_label {
    font-size: 1.2em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #ededed;
    height: 8px;
    width: 95%;
    margin: 15px 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal,.woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary {
    padding: 0;
}

.single-product .twentythirteen p.stars {
    clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px;
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important;
}

#ship-to-different-address .checkbox {
    padding-left: 0;
}

h3#order_review_heading {
    margin-top: 40px !important;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .woocommerce #content input.button.loading:before,.woocommerce #respond input#submit.loading:before,.woocommerce a.button.loading:before,.woocommerce button.button.loading:before,.woocommerce input.button.loading:before,.woocommerce-page #content input.button.loading:before,.woocommerce-page #respond input#submit.loading:before,.woocommerce-page a.button.loading:before,.woocommerce-page button.button.loading:before,.woocommerce-page input.button.loading:before {
        background-image: url(//www.kaethr.media/wp-content/themes/hazel/images/ajax-loader@2x.gif);
        background-size: 16px 16px;
    }
}

.woocommerce h2 {
    font-size: 1.5em;
    letter-spacing: normal;
    font-weight: 500;
    margin-bottom: 15px;
}

ul.product_list_widget {
    padding: 0;
    margin: 0;
}

.widget_products ul.product_list_widget {
    margin-top: 20px;
    display: inline-block;
}

ul.product_list_widget li {
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-bottom: 25px !important;
}

ul.product_list_widget li:first-child {
    padding-top: 0;
}

ul.product_list_widget li a {
    padding: 20px 0 3px 60px !important;
    line-height: 1.4em !important;
}

ul.product_list_widget li:first-child a {
    padding-top: 0 !important;
}

.woocommerce-page ul.product_list_widget li:first-child a img {
    top: 0 !important;
}

.product-type-simple {
    margin-top: 0;
}

p.myaccount_address {
    margin-bottom: 40px;
    line-height: 0;
}

/* SHOPING BAG*/
.hazel_dynamic_shopping_bag {
    position: relative;
    display: inline-block;
    width: auto;
}

.hazel_little_shopping_bag_wrapper {
    position: relative;
    top: 0;
    right: 0;
    z-index: 50;
    display: inline-block;
    width: auto;
/* height: 39px; */
    background: transparent !important;
    line-height: 1;
    z-index: 9999;
}

.hazel_little_shopping_bag {
    cursor: pointer;
    position: relative;
    display: block;
}

.hazel_little_shopping_bag .title {
    position: relative;
    float: left;
}

.hazel_little_shopping_bag .title a {
    background: url(//www.kaethr.media/wp-content/themes/hazel/img/shopping-bag.png) no-repeat center center;
    text-indent: -9999px;
    width: 40px;
    height: 36px;
    position: absolute;
    top: 4px;
}

.hazel_little_shopping_bag .title a {
    color: #000;
}

.hazel_little_shopping_bag .title i {
    font-size: 24px !important;
    float: right;
    margin: 1px 6px 3px 1px;
    top: 1px;
    position: relative;
}

.hazel_little_shopping_bag .overview {
    position: relative;
    top: -7px;
    right: -4px;
}

.hazel_little_shopping_bag .overview .amount {
    right: 14px;
    position: relative;
    font-family: Helvetica,Neue,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    float: right;
    top: 8px;
    letter-spacing: 1px;
}

.headerstyle-style4 .hazel_little_shopping_bag .overview .amount {
    font-size: 13px;
    top: 11px;
}

.headerstyle-style4 .hazel_little_shopping_bag .title i {
    font-size: 15px;
    top: 13px;
}

.hazel_little_shopping_bag .overview span.minicart_items {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-family: Arial,Sans-serif;
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    right: 11px;
    top: 4px;
    text-align: center;
    opacity: 1;
    background: #101010 !important;
}

.nav-container .hazel_minicart li a:hover {
    text-decoration: none;
}

/* minicart */
.hazel_minicart_wrapper {
    min-width: 270px;
    position: absolute;
    right: -10px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    float: right;
    padding-top: 10px;
    margin-top: 45px;
}

.hazel_little_shopping_bag_wrapper:hover .hazel_minicart_wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 10px 25px 0 rgba(68,68,68,0.15);
    box-shadow: 0px 10px 25px 0 rgba(68,68,68,0.15);
}

.hazel_minicart {
    width: 100%;
    padding: 15px 20px 10px;
    background: #fff;
    position: relative;
    float: right;
    text-align: left;
    display: block;
    border-top: none !important;
    top: 0;
    margin-top: -10px;
    top: -10px;
}

.info_above_menu .hazel_minicart {
    border: 1px solid #ededed;
}

.hazel_minicart ul {
    margin: 0;
    padding: 0;
}

.info_above_menu .hazel_minicart {
    top: 0;
}

ul.cart_list li,.woocommerce ul.cart_list li {
    padding: 5px 0 0 !important;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

ul.cart_list li:last-child,.woocommerce ul.cart_list li:last-child {
    border-bottom: 0;
}

.cart_list_img_wrapper {
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

ul.cart_list li img,.woocommerce ul.cart_list li img {
    box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
    float: left !important;
    display: block;
    margin: 0;
    width: 60px !important;
    height: auto;
}

ul.cart_list li a img,ul.cart_list li a,ul.cart_list ins,.woocommerce ul.cart_list ins {
    text-decoration: none;
    padding-top: 0;
    color: #f2f2f2;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 12px;
    line-height: 1em;
}

ul.cart_list del,ul.cart_list del span,ul.cart_list span.from,.woocommerce ul.cart_list del,.woocommerce ul.cart_list del span,.woocommerce ul.cart_list span.from {
    color: #8d8d8d !important;
}

ul.cart_list span.amount,.woocommerce ul.cart_list span.amount {
    font-size: 13px;
    font-weight: 900;
    padding-bottom: 3px;
    opacity: 2;
    font-family: Helvetica Neue,Arial,sans-serif;
}

.cart_list_product_title,.woocommerce .cart_list_product_title {
    width: 66%;
    float: left;
    position: relative;
}

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

.cart_list_product_img {
    float: left;
    width: 75px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

.cart_list_product_price {
    margin: 0;
    padding-left: 70px;
}

.cart_list_product_quantity {
    display: inline-block;
    padding-top: 12px;
    text-transform: uppercase;
    font-size: 11px;
    color: #8d8d8d;
}

ul.cart_list .remove {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 35px;
    height: 35px;
    background: none;
    background-position: -200px 0;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}

.minicart_total_checkout {
    padding: 8px 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
/* color: #C2C3C3; */
    float: left;
    font-family: Helvetica Neue,Arial,sans-serif;
    border-bottom: 1px solid #3C3C3C;
    margin-bottom: 15px;
    line-height: 26px;
    width: 100%;
}

.minicart_total_checkout span {
    font-size: 14px !important;
    float: right;
}

ul.cart_list .empty,.woocommerce ul.cart_list .empty {
    margin-top: 0;
    padding: 0;
    font-size: 12px;
    padding: 0 !important;
}

ul.cart_list .empty:before {
    content: "";
    width: 40px;
    height: 54px;
    background: none;
    background-position: -500px -300px;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

ul.cart_list li.empty {
    text-align: center;
}

.hazel_little_shopping_bag_wrapper_mobiles {
    display: none;
}

/* WOO MINICART */
.hazel_minicart_cart_but {
    background: #303030 !important;
    margin: 0 !important;
    padding: 7px 0 !important;
    position: relative !important;
    float: left;
    width: 48.5%;
    color: #fff !important;
    font-size: 11px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
    -ms-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.hazel_minicart_checkout_but {
    background: #303030 !important;
    margin: 0 0 0 15px !important;
    padding: 7px 0 !important;
    position: relative !important;
    float: left;
    width: 48.5%;
    color: #fff !important;
    font-size: 11px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
    -ms-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}
.woocommerce-page a.button.wc-forward, .woocommerce-page a.button.wc-forward.checkout,
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button,
.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt{
	-webkit-transition: linear .2s;
    -moz-transition: linear .2s;
    -ms-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}
.nav-container .cart_list_product_title ul.cart_list li a {
    color: #545454 !important;
    padding: 0;
    line-height: 1em !important;
    font-size: 13px;
}

.nav-container .hazel_minicart_wrapper .cart_list_product_img {
    width: 50px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 0;
}

.nav-container .hazel_minicart_wrapper ul.cart_list li a img {
    width: 50px !important;
    margin-right: 15px;
    top: 14px;
    left: 0;
    border: 2px solid #fff;
}

.nav-container .hazel_minicart_wrapper .cart_list_product_title {
    margin: 1px 0;
    position: relative;
    float: left;
}

.nav-container .hazel_minicart_wrapper ul.cart_list li:last-child {
    margin-bottom: 15px;
}

.navbar-default .hazel_minicart_wrapper ul.cart_list li {
    margin: 0;
    list-style: none;
    padding: 10px 0 !important;
}

.navbar-default .hazel_minicart_wrapper ul.cart_list li.empty {
    padding: 0 !important;
    margin: 0;
    list-style: none;
}

.nav-container .hazel_minicart_wrapper ul.cart_list li.empty {
    padding: 0 !important;
}

.hazel_minicart_wrapper ul.cart_list .remove {
    position: absolute;
    width: 35px;
    height: 35px;
    background: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    left: 2%;
    top: 1%;
}

.hazel_minicart_wrapper .cart_list_product_quantity {
    top: 54px;
    font-size: 9px;
    left: 1px;
    background-color: #fff;
    width: 25px;
    line-height: 12px;
    height: 20px;
    padding: 4px;
    letter-spacing: 0;
    text-align: center;
    overflow: initial;
    position: absolute;
    left: -70px;
    top: 29px;
    font-family: Arial;
    color: #333;
}

.cart_table_item .product-remove {
    width: 8%;
    border-left: none !important;
    padding-left: 20px !important;
}

/* MENU - WOOCOMMERCE */
.menu-woocommerce-menu-container .sf-menu li li a {
    padding: 6px 35px 6px 12px !important;
}

.woocommerce-menu {
    float: right;
    margin-top: 11px;
    margin-right: 0;
}

.woocommerce-menu #menulava_top > li {
    padding-left: 15px;
}

.woocommerce-menu #menulava_top > li > a {
    color: #CCC;
    padding-bottom: 15px;
}

.woocommerce-menu #menulava_top > li > ul {
    margin-top: -50px;
    left: 10px;
}

.woocommerce nav.woocommerce-pagination,.woocommerce #content nav.woocommerce-pagination,.woocommerce-page nav.woocommerce-pagination,.woocommerce-page #content nav.woocommerce-pagination {
    margin: 20px 0 40px;
}

h1.page-title {
    margin-top: 25px;
}

.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count {
    margin: 9px 20px 40px 0;
    float: right;
}

.woocommerce .woocommerce-ordering select,.woocommerce-page .woocommerce-ordering select {
    vertical-align: top;
    right: -25px;
    position: relative;
    top: 15px;
    border-radius: 0 0 0 0;
    width: auto;
    text-transform: uppercase;
    border: 1px solid #ededed;
    background: #FAFAFA url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) no-repeat -243px -351px;
    float: right;
    width: 100%;
    -webkit-appearance: none;
    box-sizing: none;
    padding: 14px 16px;
    color: #666;
    outline: none;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 11px;
}

.woocommerce .woocommerce-ordering select:before,.woocommerce-page .woocommerce-ordering select:before {
    position: relative;
    top: 3px;
    left: -10px;
    font-size: 15px;
    font-family: 'FontAwesome';
    content: '\f104';
    -webkit-font-smoothing: antialiased;
    color: #6E6D6D;
    line-height: 1;
    float: left;
}

ul.products li.hentry:hover .added_to_cart,ul.products li.hentry .added_to_cart {
    background: url(//www.kaethr.media/wp-content/themes/hazel/img/woo-sucess.png) no-repeat center center;
    padding: 10px 14px 16px 25px;
    top: 35% !important;
}

ul.products .hentry a.product_type_simple.added {
    display: none;
}


.woocommerce-page a.button.wc-forward {
    padding: 13px 16px;
}

.woocommerce-page a.button.wc-forward.checkout {
    padding: 13px 16px;
    margin-right: 0;
}
.woocommerce-page .sidebar a.button.wc-forward {
    padding: 10px 6px;
}

.woocommerce-page .sidebar a.button.wc-forward.checkout {
    padding: 10px 6px;
    margin-right: 0;
}
.woocommerce-page a.button.wc-forward:hover, .woocommerce-page a.button.wc-forward.checkout:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce-page .widget_price_filter .price_slider_amount .button:hover,
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce-page .cart .button:hover, .woocommerce-page .cart input.button:hover,
.woocommerce .cart-collaterals .cart_totals a.button.alt:hover, .woocommerce-page .cart-collaterals .cart_totals a.button.alt:hover{
	background: #101010;
}
.shopsidebar {
    margin-top: 50px;
}

.shopsidebar h1.page-title {
    display: none;
}

.nav-container a.button.hazel_minicart_cart_but {
    padding: 8px 13px !important;
    color: #fff !important;
    width: auto;
    font-size: 11px !important;
    border: 2px solid !important;
    font-weight: 700;
    line-height: 1;
    border: 2px solid transparent !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav-container a.button.hazel_minicart_checkout_but {
    padding: 8px 13px !important;
    color: #fff !important;
    width: auto;
    font-size: 11px !important;
    border: 2px solid !important;
    font-weight: 700;
    line-height: 1;
    border: 2px solid transparent !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nav-container a.button.hazel_minicart_cart_but:hover {
    padding: 8px 13px !important;
    color: #fff !important;
    width: auto;
    font-size: 11px !important;
    border: 2px solid !important;
    font-weight: 700;
    line-height: 1;
}

.nav-container a.button.hazel_minicart_checkout_but:hover {
    padding: 8px 13px !important;
    color: #fff !important;
    width: auto;
    font-size: 11px !important;
    border: 2px solid !important;
    font-weight: 700;
    line-height: 1;
}

.menu-rounded .nav-container a.button.hazel_minicart_cart_but,.menu-rounded .nav-container a.button.hazel_minicart_checkout_but {
    border-radius: 25px !important;
}

.woocommerce.widget_shopping_cart ul.cart_list li.empty {
    padding-bottom: 0 !important;
    margin: 15px 5px 8px;
    text-align: left;
    font-size: 15px;
}

.info_above_menu .hazel_little_shopping_bag_wrapper {
    margin-left: 20px;
    background: rgba(255,255,255,0.1) !important;
    height: 40px;
}

.info_above_menu ul.cart_list li,.info_above_menu .woocommerce ul.cart_list li {
    border-bottom: 1px solid #ededed;
}

.info_above_menu ul.cart_list li a,.info_above_menu .woocommerce ul.cart_list li a {
    color: #444 !important;
    font-weight: 700 !important;
}

.info_above_menu .minicart_total_checkout {
    border-bottom: 1px solid #ededed;
    color: #444;
}

.woocommerce .entry-summary .quantity,.woocommerce-page .entry-summary .quantity,.woocommerce .shop_table.cart .quantity,.woocommerce-page .shop_table.cart .quantity {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    width: auto;
}

.woocommerce .entry-summary .quantity .minus,.woocommerce-page .entry-summary .quantity .minus,.woocommerce .entry-summary .quantity .plus,.woocommerce-page .entry-summary .quantity .plus,.woocommerce .shop_table.cart .quantity .minus,.woocommerce-page .shop_table.cart .quantity .minus,.woocommerce .shop_table.cart .quantity .plus,.woocommerce-page .shop_table.cart .quantity .plus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 34px;
    position: relative;
}

.woocommerce .entry-summary .quantity input.qty,.woocommerce-page .entry-summary .quantity input.qty,.woocommerce .shop_table.cart .quantity input.qty,.woocommerce-page .shop_table.cart .quantity input.qty {
    height: 33px;
    padding-left: 10px;
    border-right: 1px solid #ededed;
}

.woocommerce .entry-summary .cart {
    margin-top: 20px;
}

.woocommerce div.product .entry-summary p.price {
    margin: 0 0 15px;
    font-size: 2em;
}

.woocommerce-page div.product .woocommerce-tabs {
    padding: 40px 0;
    float: left;
    width: 100%;
}
.grouped_form .single_add_to_cart_button{
	margin-top: 15px !important;
}
.woocommerce-Reviews #comments{
	margin: 0 !important;
}

.woocommerce-Reviews .comment-form-comment{
	margin-top: 10px !important;
}
.woocommerce-Reviews .comment-form-comment textarea{
	margin-bottom: 0px !important;
}

.woocommerce-page .upsells.products ul li.product,.woocommerce-page .upsells.products ul.products li.product {
    width: 71%;
}

.upsells.products,.related.products {
    float: left;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff !important;
}

.woocommerce-page ul.product_list_widget li img {
    float: right;
    width: 45px;
    margin-right: 10px;
    position: absolute;
    top: 21px;
    left: 0;
}

.woocommerce-page ul.product_list_widget del,.woocommerce-page ul.product_list_widget .amount {
    padding-left: 60px;
    line-height: 18px;
    font-size: 12px;
}
.woocommerce-page ul.product_list_widget .amount:nth-child(odd){
	padding-left: 0;
}
.woocommerce-page ul.product_list_widget ins .amount,.woocommerce-page ul.product_list_widget del .amount {
    padding-left: 0;
}

.woocommerce-page ul.product_list_widget ins {
    background-color: #E7E7E7;
    color: #999898;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 6px;
}

.checkout #order_review {
    margin-bottom: 60px;
}
/* New */
.product-categories li{
	border-top: 1px solid #ededed;
}
.product-categories li:last-child{
	border-bottom: 1px solid #ededed;
}

.widget_product_categories h4{
	margin-bottom: 20px;
}

.woocommerce-grouped-product-list-item__quantity .quantity{
	border: none !important;
}

.woocommerce-widget-layered-nav li{
	list-style: none;
    margin-left: 0;
    position: relative;
    width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
    padding: 13px 0 9px 0 !important;
    border-top: 1px solid #ededed;
}
.woocommerce-widget-layered-nav li a {
    border: none;
    font-size: 14px !important;
    line-height: 1.7em;
    width: auto !important;
    padding: 0 !important;
}
.woocommerce-widget-layered-nav .count{float: none !important;padding: 0 !important;}
.woocommerce-page.woocommerce-page ul.products li.product a.add_to_cart_button, 
.woocommerce ul.products li.product a.add_to_cart_button, 
.woocommerce-page ul.products li.product a.add_to_cart_button,
.woocommerce-page ul.products li.product a.product_type_grouped,
.woocommerce-page ul.products li.product a.product_type_external {
    display: none;
    position: relative;
    bottom: 0;
    text-align: center;
    margin: -50px 0 0 0;
    left: 0;
    -webkit-animation: Anim-add-to-cart linear .3s;
    -moz-animation: Anim-add-to-cart linear .3s;
    animation: Anim-add-to-cart linear .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    bottom: 0;
    background: #101010 !important;
    width: 100%;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

@-webkit-keyframes Anim-add-to-cart {
    0% {
        opacity: 0;
        bottom: 240px;
    }

    100% {
        opacity: 1;
        bottom: 180px;
    }
}

@-moz-keyframes Anim-add-to-cart {
    0% {
        opacity: 0;
        bottom: 240px;
    }

    100% {
        opacity: 1;
        bottom: 180px;
    }
}

@-o-keyframes Anim-add-to-cart {
    0% {
        opacity: 0;
        bottom: 240px;
    }

    100% {
        opacity: 1;
        bottom: 180px;
    }
}

@keyframes Anim-add-to-cart {
    0% {
        opacity: 0;
        bottom: 100px;
    }

    100% {
        opacity: 1;
        bottom: 66px;
    }
}

.woocommerce-page.woocommerce-page ul.products li.product:hover a.add_to_cart_button, 
.woocommerce ul.products li.product:hover a.add_to_cart_button, 
.woocommerce-page ul.products li.product:hover a.add_to_cart_button,
.woocommerce-page ul.products li.product:hover a.product_type_grouped,
.woocommerce-page ul.products li.product:hover a.product_type_external {
    display: block;
    bottom: 66px;
}

.woocommerce-page.woocommerce-page ul.products li.product:hover img, .woocommerce ul.products li.product:hover img {
    opacity: .2;
}

.woocommerce ul.products li.product a.added_to_cart.wc-forward,.woocommerce-page ul.products li.product a.added_to_cart.wc-forward {
    display: none !important;
}

.variations td,.variations tbody tr:last-child {
    border: none;
}

.variations td.label {
    display: none;
}

.woocommerce.widget_shopping_cart ul.cart_list li a.remove {
    display: none;
}

.woocommerce.widget_shopping_cart ul.cart_list li a,.woocommerce.widget_shopping_cart ul.cart_list li a {
    padding: 25px 0 3px 68px !important;
    line-height: 1.4em !important;
    line-height: 1;
    margin-left: 1px;
    border-top: 1px solid #ededed;
    width: 100%;
    display: inline-block;
    font-size: 14px !important;
    position: relative;
}

.woocommerce.widget_shopping_cart ul.cart_list li a img,.woocommerce.widget_shopping_cart .woocommerce ul.cart_list li a img {
    float: right;
    width: 58px !important;
    margin-right: 10px;
    position: absolute;
    top: 14px;
    left: 0;
    border: 2px solid #fff;
}

.woocommerce.widget_shopping_cart ul.cart_list span.amount,.woocommerce.widget_shopping_cart ul.cart_list span.amount {
    padding-left: 20px;
    line-height: 1px;
    color: #333;
    left: 44px;
    position: relative;
    top: -42px;
    font-size: 14px;
}

.woocommerce.widget_shopping_cart .quantity {
    top: 47px;
    font-size: 11px;
    left: 1px;
    background-color: #fff;
    width: 29px;
    line-height: 12px;
    height: 20px;
    padding: 4px;
    letter-spacing: -1px;
    text-align: center;
    overflow: initial;
}

.woocommerce.widget_shopping_cart .total {
    font-size: 1em;
    margin: 10px 0;
}

.woocommerce.widget_shopping_cart ul.cart_list li:first-child a,.woocommerce.widget_shopping_cart ul.product_list_widget li:first-child a {
    border-top: none;
}

.woocommerce.widget_shopping_cart ul.cart_list li,.woocommerce.widget_shopping_cart ul.product_list_widget li {
    list-style: none;
    border: none;
    padding: 10px 0 0 !important;
}

.woocommerce-checkout .master_container {
    margin-top: 50px;
}

.woocommerce ul.cart_list .minicart_total_checkout span.amount {
    opacity: .9;
}

.menu-rounded .hazel_minicart_wrapper {
    -webkit-box-shadow: 0 0 15px 0 rgba(68,68,68,0.15);
    box-shadow: 0 0 15px 0 rgba(68,68,68,0.15);
    border-radius: 8px;
}

.hazel_minicart_wrapper {
    z-index: 9999999999;
    background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 65%;
    margin-left: 5%;
}
.woocommerce-tabs .woocommerce-Tabs-panel iframe{
    max-width: 100%;
    width: 100%;
    min-height: 425px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    background: #f7f7f7;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    border-bottom: 1px solid #ededed;
    list-style-type: none;
    margin: 0;
    padding: 10px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
   	display: block;
    width: 100%;
}

/*  fix for the selects over the page title  */
.woocommerce-page section.page_content{overflow: visible !important;}
.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
}
.summary.entry-summary h1{letter-spacing: 2px !important;}
.woocommerce h2.woocommerce-loop-product__title {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}
/*___________________________________________________________________________________________________________________________________________________
 _ jquery.mb.components                                                                                                                             _
 _                                                                                                                                                  _
 _ file: mb.YTPlayer.css                                                                                                                            _
 _ last modified: 19/08/14 19.57                                                                                                                    _
 _                                                                                                                                                  _
 _ Open Lab s.r.l., Florence - Italy                                                                                                                _
 _                                                                                                                                                  _
 _ email: matteo@open-lab.com                                                                                                                       _
 _ site: http://pupunzi.com                                                                                                                         _
 _       http://open-lab.com                                                                                                                        _
 _ blog: http://pupunzi.open-lab.com                                                                                                                _
 _ Q&A:  http://jquery.pupunzi.com                                                                                                                  _
 _                                                                                                                                                  _
 _ Licences: MIT, GPL                                                                                                                               _
 _    http://www.opensource.org/licenses/mit-license.php                                                                                            _
 _    http://www.gnu.org/licenses/gpl.html                                                                                                          _
 _                                                                                                                                                  _
 _ Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);                                                                                              _
 ___________________________________________________________________________________________________________________________________________________*/




/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 30, 2013 */

@font-face {
  font-family: 'ytpregular';
  src: url(//www.kaethr.media/wp-content/themes/hazel/css/ytp-regular.eot);
}

@font-face {
  font-family: 'ytpregular';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format('woff'),
  url(//www.kaethr.media/wp-content/themes/hazel/css/ytp-regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;

}
.mb_YTPlayer :focus {
  outline: 0;
}

.mb_YTPlayer{
  display:block;
  transform:translateZ(0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  transform:translate3d(0,0,0);
  animation-timing-function: linear;
  box-sizing: border-box;
}

.mb_YTPlayer.fullscreen{
  display:block!important;
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  margin: 0!important;
  border: none !important;
}

.mb_YTPlayer.fullscreen .mbYTP_wrapper{
  opacity:1 !important;
}

.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}

.inline_YTPlayer{
  margin-bottom: 20px;
  vertical-align:top;
  position:relative;
  left:0;
  overflow: hidden;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
  box-shadow: 0 0 5px rgba(0,0,0,.7);
  background: rgba(0,0,0,.5);
}

.inline_YTPlayer img{
  border: none!important;
  -moz-transform: none!important;
  -webkit-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
  margin:0!important;
  padding:0!important
}

/*CONTROL BAR*/

.mb_YTPBar .ytpicon{
  font-size: 20px;
  font-family: 'ytpregular';
}

.mb_YTPBar .mb_YTPUrl.ytpicon{
  font-size: 30px;
}


.mb_YTPBar{

  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;

  display:block;
  width:100%;
  height:10px;
  padding:5px;
  background:#333;
  position:fixed;
  bottom:0;
  left:0;
  -moz-box-sizing:padding-box;
  -webkit-box-sizing:border-box;
  text-align:left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color:white;
  opacity:.1;
}

.mb_YTPBar.visible, .mb_YTPBar:hover{
  opacity:1;
}


.mb_YTPBar .buttonBar{

  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;

  background:transparent;
  font:12px/14px Calibri;
  position:absolute;
  top:-30px;
  left:0;
  padding: 5px;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.mb_YTPBar:hover .buttonBar{
  background: rgba(0,0,0,0.4);
}

.mb_YTPBar span{
  display:inline-block;
  font:16px/20px Calibri, sans-serif;
  position:relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}

.mb_YTPBar span.mb_YTPTime{
  width: 130px;
}

.mb_YTPBar span.mb_YTPUrl,.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display:block;
  top:6px;
  right:10px;
  cursor: pointer;
}

.mb_YTPBar span.mb_YTPUrl img{
  width: 60px;
}

.mb_YTPBar span.mb_OnlyYT {
  left:185px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img{
  width: 25px;
}

.mb_YTPBar span.mb_YTPUrl a{
  color:white;
}

.mb_YTPPlaypause,.mb_YTPlayer .mb_YTPPlaypause img{
  cursor:pointer;
}

.mb_YTPMuteUnmute{
  cursor:pointer;
}

/*PROGRESS BAR*/
.mb_YTPProgress{
  height:10px;
  width:100%;
  background:#222;
  bottom:0;
  left:0;
}

.mb_YTPLoaded{
  height:10px;
  width:0;
  background:#444;
  left:0;
}

.mb_YTPseekbar{
  height:10px;
  width:0;
  background:#fff;
  bottom:0;
  left:0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.YTPOverlay{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}

/*RASTER OVERLAY*/
.YTPOverlay.raster{
  background: url(//www.kaethr.media/wp-content/themes/hazel/images/raster.png);
}

.YTPOverlay.raster.retina{
  background: url(//www.kaethr.media/wp-content/themes/hazel/images/raster@2x.png);
}

.YTPOverlay.raster-dot{
  background: url(//www.kaethr.media/wp-content/themes/hazel/images/raster_dot.png);
}

.YTPOverlay.raster-dot.retina{
  background: url(//www.kaethr.media/wp-content/themes/hazel/images/raster_dot@2x.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2) {
    .disable-on-mobiles {
        display: none;
    }

    header .navbar-brand img.logo_normal,header .navbar-brand img.logo_after_scroll {
        display: none !important;
    }

    header .navbar-brand img.logo_retina:not(.logo_after_scroll) {
        display: block !important;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }

    header.header_after_scroll .navbar-brand img.logo_retina.logo_after_scroll {
        display: block !important;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }

    #ultimate-heading-38665745dc690b2a4 h2 {
        font-size: 20px !important;
        font-family: 'Roboto' !important;
        font-weight: 400 !important;
        color: #f2f2f2 !important;
    }

    .footer_logo .footer_logo_normal {
        display: none !important;
    }

    .footer_logo .footer_logo_retina {
        display: block !important;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
/*         max-height: 18px; */
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .footer_logo.align-left .footer_logo_retina {
        margin-left: 0;
        text-align: left;
    }

    .hide-on-start .navbar-brand img.logo_retina,header.header_after_scroll .navbar-brand img.logo_retina {
        display: none !important;
    }

    /* Videos on IOS */
    .upb_video_class {
        background-color: #343434;
    }

    .wpcf7 .f-name input,.wpcf7 .f-subject input:not(input[type="checkbox"]),.wpcf7 .f-email input:not(input[type="checkbox"]),.wpcf7 .f-message textarea,.wpcf7 .f-captcha input:not(input[type="checkbox"]),.wpcf7 .f-name textarea,.wpcf7 .hazel-request-quote.f3 textarea,.wpcf7 .hazel-request-quote input:not(input[type="checkbox"]),.wpcf7 .hazel-request-quote textarea,.contact-widget-container input:not(input[type="checkbox"]),.contact-widget-container textarea {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-appearance: none;
        border-radius: 0;
    }
}/*   
Theme Name: Hazel
Description: Minimalist Multi Purpose Wordpress Theme.&nbsp;
Author: treethemes
Author URI: https://treethemes.net
Version: 2.9.3
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,editor-style,featured-images,flexible-header,full-width-template,microformats,post-formats,theme-options,translation-ready
Theme URI: http://treethemes.net/themes/hazel
Text Domain: hazel
License:2
License URI:

  HAZEL WordPress Theme
  Author: treethemes
  Author URI: http://treethemes.net
  Version: 2.9.3
  
  HAZEL MAIN CSS

  01. RESET
  02. GENERAL
  03. BLOG
  04. INTRO LOADINGS
  05. ANIMATIONS
  06. NAVIGATION
  07. TOP BAR1
  08. TOP PANEL3
  09. HEADER
  10. PAGE TITLE5
  11. MENU
  12. SOCIAL ICONS
  13. POSTS
  14. SLIDERS
  15. PROJECTS
  18. SEARCH BAR
  19. 404
  20. WIDGETS
  21. WPML
  22. ELEMENTS
  23. FOOTER
  24. BOX PAGE
  25. CFORMS 7
  26. RESPONSIVE
  	                 		   
/***************************************************************
					  01. RESET
***************************************************************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,a,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,q {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    border: 1px solid #f2f2f2;
    height: 0;
}
.woocommerce hr{display: none !important;}
.hazel_helper_div {
    display: none;
}
.custom-widget.woocommerce{margin-bottom: 50px;display: inline-block;width: 100%;}
.woocommerce.widget_top_rated_products .product_list_widget{margin-top: 20px;}

/* WORDPRESS CORE CSS */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 25px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 25px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 5px 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 25px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 14px 10px 7px;
    margin-bottom: 0 !important;
}

.sticky {
    background: #fff;
    border: 4px double #ededed;
    padding: 40px;
    margin-bottom: 50px;
}

.sticky .divider-posts {
    display: none !important;
}

.gallery-caption {
}

.bypostauthor {
}

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

.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

video {
    max-width: 100%;
    height: auto;
}

iframe,embed,object {
    max-width: 100%;
}

.vendor {
    padding: 0;
    background: #fff;
    margin-bottom: 30px;
}

input {
    border-radius: 0;
}

section.page_content{
    overflow-y: hidden;
    overflow-x: hidden;
}

.single-portfolio .master_container {
    overflow: hidden;
}

/***************************************************************
					  02. GENERAL
***************************************************************/
html,body {
    overflow-x: hidden;
}

body {
    font-family: 'Helvetica Neue','Arial','sans-serif';
    font-size: 14px;
    line-height: 26px;
    color: #818181;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}

p,li,a,.aio-icon-description,.smile_icon_list li .icon_description p {
    font-family: 'Helvetica Neue','Arial','sans-serif';
    line-height: 1.75em;
    font-weight: 300;
    color: #616161;
    font-size: 16px;
    -webkit-transform-style: preserve-3d;
}
.aio-icon-description{line-height: 1.55em !important;}

.vc_custom_1472567312350 .aio-icon-description.ult-responsive a {
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
}

p {
    margin-bottom: 1em;
}

li {
    margin: .5em 0;
}

a {
    margin: 0;
    font-weight: 400;
}

a:not(.down-button,.hazel-button-dark-1d,.hazel-button-white,.hazel-button-color):hover,a:not(.down-button,.hazel-button-dark-1d,.hazel-button-white,.hazel-button-color):focus {
    color: #4A5157;
    text-decoration: none;
    outline: none !important;
    border: none;
}

img,img:hover,img:focus {
    text-decoration: none;
    outline: none !important;
    border: none;
}

input:hover,input:focus {
    text-decoration: none;
    outline: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Helvetica Neue','Arial','sans-serif';
    text-rendering: optimizelegibility;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 1.3em;
}

h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}
.heading-border {
    border: 1px solid;
    padding: 5px 10px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.column.one-third {
    width: 33%;
}

h1.page_title {
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 20px;
}

.aio-icon-square_box .aio-icon.advanced i {
    top: 2px;
    position: relative;
}

.uvc-headings-line {
    display: inline-block;
}

img {
    height: auto;
    max-width: 100%;
}

.bold {
    font-weight: 800;
}

/* letter spacing */
h1.page_title{
	letter-spacing: 20px;
	text-transform: uppercase;
}
.hazel_breadcrumbs, .hazel_breadcrumbs a, .hazel_breadcrumbs span{
	letter-spacing: 3px;
	text-transform: uppercase;
}
.hazel_breadcrumbs a:first-child, .hazel_breadcrumbs span:first-child{margin-left: 0;}

/***************************************************************
					  03. BLOG
***************************************************************/
.page-template-blog-template .blog-default .col-md-12 .metas-container {
    margin: 10px auto;
}

.page-template-blog-template .blog-default .col-md-12 .post .flexslider {
    margin: 0 0 10px;
}

.page-template-blog-template .blog-default .col-md-12 .featured-image-thumb {
    margin-bottom: 30px;
}

.featured-image-thumb img{
	width: 100%;
}

.single-post .featured-image-thumb {
    margin-bottom: 30px;
}

.single-post .featured-image-thumb .featured-image-fb {
    margin-top: -30px;
}

.tp-caption a.text_color:before {
    color: #50CCB3 !important;
}

/***************************************************************
					  05. ANIMATIONS
***************************************************************/
.p-button,.signup,.about-author,#comments,widget_followers li,.tabs li,.contents,.comment-reply,.tagcloud a,.navbar-toggle,.widget_followers li,.panel,.projects-overlay .projects-navigation .prev-proj a,.projects-overlay .projects-navigation .next-proj a,.ms-skin-light-6 .ms-tooltip-cont,#back-top a,a#send-comment,.bt-contact input,#respond input,.woocommerce #content input.button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce-page #content input.button,.woocommerce-page #respond input#submit,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,.woocommerce #content div.product form.cart .button,.woocommerce div.product form.cart .button,.woocommerce-page #content div.product form.cart .button,.woocommerce-page div.product form.cart .button,.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.navbar,.navbar-brand,.navbar-brand img,.navbar-default .navbar-nav > li > a,.navbar,a.go-about,.p-button,a.p-button.hide-icon i,a.p-button.hide-icon span.text,.signup,.slidecontent-bi .project-title-bi p a,.filter li a,.projects-overlay #projects-loader.transitioned,.projects-overlay #pagecontent .scrollbar,.projects-overlay #pagecontent .thumb,.readmore,.post-content .featured-image img,widget_followers li,.tagcloud a,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,#contacts input:hover,#contacts textarea:hover,.wpcf7 input:focus,.wpcf7 textarea:focus,#contacts textarea,#contacts input,.light #contacts .contact-form input:hover,.light #contacts .contact-form textarea:hover,.light #contacts .contact-form input:focus,.light #contacts .contact-form textarea:focus,#contacts .form-success,#contacts .form-success p,.skillbar,.dropdown-menu > li > a,.widget_followers li,#back-top a,a.social:before,.tp-caption a,.esg-grid a,.dl-back:after,.nav-container,.navbar-collapse,.navbar-header,.search_trigger i,.search_trigger_mobile i,.header_social_icons_wrapper,.the_title h2 a,.post-content a:hover .post-quote,.social-shares ul li a,.social-shares ul li a i,.post-listing .post a .post-quote blockquote,h2.post-title.post-link,.widget ul li a,.post-quote,.btn-contact-left input,.footer_sidebar ul li a,.header_social_icons div.social_container i,a.navbar-brand,.navbar-nav a,header.navbar .navbar-collapse ul li ul li a,.nav-next-nav1:after,.nav-previous-nav1:before,.nav-previous-nav1,.nav-previous-nav1 a,.nav-next-nav1 a,.hazel_breadcrumbs a,.nav-previous,.nav-next,.single #commentform .form-submit #submit,.style1 .hazel_little_shopping_bag,.nav-container .hazel_minicart li a,.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.hazel_minicart_wrapper,.intro_continue_text a,.intro_continue_arrow a,.navbar-default .style4_social_search,#cbpw-filters82 .cbp-filter-item,header .top-bar a,header .top-bar ul.phone-mail li a,.aio-icon-read,.header_social_icons,.hazel_dynamic_shopping_bag,.search_trigger,.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft:hover,.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight:hover,header.navbar .navbar-collapse ul li ul li a,li:not(.hazel_mega_menu) ul.menu-depth-1 li,li.hazel_mega_menu li.menu-item-depth-1 li,.dl-menu li,.page-template-blog-masonry-template .posts_category_filter li,.slick-next,.slick-prev,.wpcf7 .hazel-form-main-slider .slider-button input,.flip-box-wrap .flip_link a,.errorbutton,.metas-container a,.widget li,.widget_nav_menu li,.footer_sidebar ul li,.custom-widget li,.page-template-blog-template .wideblog .post-listing .metas-container,.ult_design_1 .ult_pricing_table .ult_price_link .ult_price_action_button,.custom-widget li a,#respond input,.bird,#contacts .mail_chimp_form_container input.button,.aio-icon-read:before,.navbar-nav .dropdown-menu a i,.just-icon-align-left .aio-icon,.hazel-form-simple.dark .bt-contact a span input, .hazel_right_header_icons, .navbar .nav-container .custom-font-icon i, .des-button-dark, #secondary_footer .social-icons-fa a i, #comment-nav-below .nav-previous a, #comment-nav-below .nav-next a{
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.cbp-nav-next, .cbp-nav-prev{
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
    transition: all .2s linear !important;
}

.tparrows{
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.tparrows:before{
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
header,.rev-btn {
    -webkit-transition: background .2s linear !important;
    -moz-transition: background .2s linear !important;
    transition: background .2s linear !important;
}

.tparrows:hover:before {
    color: #fff;
}

/***************************************************************
					  06. NAVIGATION
***************************************************************/
.nav-container {
    display: block;
}

.nav-container > .navbar-collapse.collapse,.dl-menuwrapper {
    display: block !important;
    vertical-align: middle;
}

.nav-container > .navbar-collapse.collapse {
    width: auto;
    float: right;
}



.nav-container img {
    width: auto;
    display: block;
    max-width: 100%;
    float: none;
}

.style1 .nav-container img{
    float: left;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 74px;
    margin: 0;
    z-index: 9999999;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    background-color: transparent;
    outline: none;
}

.navbar-nav {
    margin: 0;
}

.navbar-default .navbar-nav > li > a {
    position: relative;
    text-decoration: none;
    text-decoration: none;
    display: block;
    outline: none;
    padding: 0;
    margin: 0;
}


.nav-container > .navbar-collapse.collapse{margin-top: 4px;}
.header_after_scroll .nav-container > .navbar-collapse.collapse{margin-top: 9px;}

.menu-rounded.navbar-default .navbar-nav > li > a {
    border-radius: 25px;
    padding: 7px 17px;
}

.menu-square.navbar-default .navbar-nav > li > a {
    border-radius: 0;
    padding: 9px 20px;
}



.hide-on-start:not(.oldie) {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
}

header.hide-on-start.hidestartready {
    -webkit-transition: all .5s ease !important;
    -moz-transition: all .5s ease !important;
    -ms-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.nothidden.hide-on-start:not(.oldie) {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.hide-on-start.oldie {
    top: -300px;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    float: left;
    min-width: 175px;
    padding: 0;
    font-size: 14px;
    list-style: none;
    background-clip: padding-box;
    border-top: none;
    border: none;
    -webkit-box-shadow: 0px 10px 25px 0 rgba(68,68,68,0.15);
    box-shadow: 0px 10px 25px 0 rgba(68,68,68,0.15);
    background: #fff;
}

.menu-rounded .navbar-collapse li .dropdown-menu {
    border-radius: 8px;
}

.menu-rounded .navbar-collapse li.hazel_mega_menu .dropdown-menu ul {
    border-radius: 0;
}

#menu_top_bar > li ul.sub-menu {
    -webkit-box-shadow: 0px 10px 25px 0 rgba(68,68,68,0.15);
    box-shadow: 0px 10px 25px 0 rgba(68,68,68,0.15);
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 {
    top: -2px;
    margin: 2px 0px 0;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-3 {
    top: -2px;
    margin: 2px 2px 0;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-3 ul {
    top: 0;
    margin: 0 1px;
}

.menu-rounded .navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 {
    top: -12px;
    margin: 2px 2px 0;
}

.menu-rounded .navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-3 {
    top: -12px;
    margin: 2px 2px 0;
}

.menu-rounded .navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-3 ul {
    top: 0;
    margin: 0 1px;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-1 {
    z-index: 1000;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-2 {
    z-index: 1001;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-3 {
    z-index: 1002;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-4 {
    z-index: 1003;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-5 {
    z-index: 1004;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-6 {
    z-index: 1005;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-7 {
    z-index: 1006;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-8 {
    z-index: 1007;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-9 {
    z-index: 1008;
}

.navbar-collapse li:not(.hazel_mega_menu) .dropdown-menu.menu-depth-1 .menu-depth-2 .menu-depth-10 {
    z-index: 1009;
}

.navbar-collapse li.hazel_mega_menu > .dropdown-menu {
    min-width: 20vw;
}

.menu-to-the-left,.menu-to-the-left ul {
    left: auto !important;
    right: 100% !important;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 12px 26px 9px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: .9em;
}

.dark .dropdown-menu > li > a {
    border-bottom: 1px solid #23282C;
}

.dark .dropdown-menu {
    border: none;
}

.dropdown-menu > li:last-child > a {
    border-bottom: 0;
}

.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
    color: #999;
}

.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
    display: block;
}

/* Dark Nav */
.navbar-default.dark .navbar-toggle {
    border-color: #3D4349;
}

.navbar {
    z-index: 99999;
}

.navbar i {
    font-size: 11px;
    vertical-align: middle;
    padding-right: 9px;
}

.navbar .nav-container i {
    font-size: 15px;
    color: #383838;
}


.navbar-nav.icons > li > a {
    line-height: 78px;
}

/* Shrink Effect */
.navbar-shrink {
    height: 66px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(68,68,68,0.07);
    box-shadow: 0 1px 6px 0 rgba(68,68,68,0.07);
}

.navbar-shrink .navbar-brand {
    line-height: 60px;
}

.navbar-shrink .navbar-nav > li > a {
    line-height: 66px;
}

.navbar-shrink .navbar-nav.icons > li > a {
    line-height: 64px;
}

header,header .navbar-brand h1.logo,header button.navbar-toggle,header .top-bar,header .top-bar > .container {
    height: auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

header.header_not_fixed {
    position: absolute;
    margin-bottom: 0 !important;
    float: left;
    width: 100%;
}

header.header_not_fixed.headerclone {
    display: none;
}

header.header_not_fixed .header_social_icons {
    float: none;
}

header.header_not_fixed .header_social_icons_wrapper {
    display: inline-block;
}

.header_social_icons_wrapper {
    display: inline-flex;
    direction: rtl;
}

/* tweaks */
header.header_not_fixed.style3,header.header_not_fixed.style4 {
    width: 100%;
}

header.header_not_fixed.style3 .header_social_icons {
    float: left;
}

header .navbar-brand img:not(.logo_after_scroll) {
    display: block;
}

header .navbar-brand img.logo_after_scroll {
    display: none;
}

header.header_after_scroll .navbar-brand img:not(.logo_after_scroll) {
    display: none;
}

header.header_after_scroll .navbar-brand img.logo_after_scroll {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

header.navbar .main-menu-icon {
    position: relative;
    font-size: 1em;
    vertical-align: baseline;
    padding-right: 5px;
    right: 3px;
}


body.search-results .master_container {
    background-color: #fff;
}

/* Header Style 2 */

.menu_style2_bearer{position:absolute;top:0;right:0;bottom:0;left:0;}
.style2 .hazel_right_header_icons{
	position: absolute;
    float: right;
    right: 30px;
    top: 0;
}
header.style2 .hazel_right_header_icons.with-woocommerce-cart {
    position: absolute;
    padding-left: 0;
    float: right;
    width: auto;
    top:0;
    right: 30px;
    margin-left: 0px;
}

header.style2 .nav-container{
	display: table;
	float: left;
}
header.style2.header-with-container .nav-container{float: none;}
.style2 .navbar-right {
    float: none !important;
    text-align: center;
    margin: 0 auto;
    display: table;
}
header.style2. .hazel_right_header_icons.with-woocommerce-cart{margin-right: 60px;right: 0;}
header.style2.header-full-width .hazel_right_header_icons.with-woocommerce-cart{margin-right: 30px;right: 0;}

header.style2.header-full-width .hazel_right_header_icons.with-woocommerce-cart,
header.style2.header-full-width .hazel_right_header_icons.with-search,
header.style2.header-full-width .hazel_right_header_icons.with-panel{
    top: -3px;
}

.style2 .hazel_right_header_icons {top: 0px;right: 25px;}

.header-full-width .nav-container {
    padding: 0 30px;
    width: 100%;
}

/* New Border on Menu itens*/
header.navbar-default.hover-line .navbar-nav > li > a:before {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0;
    margin-top: 0px;
    border-bottom: 1px solid transparent;
    content: '';
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
header.navbar-default.hover-line .navbar-nav > li:hover > a:before, 
header.navbar-default.hover-line .navbar-nav > li:hover > a.selected:before,
header.hover-line.navbar-default .navbar-nav > li.current-menu-item > a:before,
header.hover-line.header_after_scroll.navbar-default .navbar-nav > li.current-menu-item > a:before {
    width: 100%;
    margin-left: 0px;
}

/*
** 04 - SECTION / SKINS */
section.nav-boxes {
    position: static;
}

#parallax-home {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

section#home {
    width: 100%;
}

section#home,.forcefullwidth_wrapper_tp_banner,.rev_slider_wrapper,.tp-revslider-mainul {
    overflow-y: hidden;
    overflow-x: hidden;
}

#parallax-home-contents {
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
    overflow: hidden;
}

.home-center-contents {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    text-align: center;
    z-index: 9;
    position: relative;
    top: -40px;
}

.home-center-contents > * {
    margin-bottom: -80px !important;
}

.logo-home {
    width: 100%;
    position: relative;
    text-align: center;
}

/* Text Slider */
#text-slider.flexslider {
    background: transparent;
    margin: 40px auto;
    border: none;
    width: 100%;
    padding: 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#text-slider .flex-control-nav li {
    position: relative;
    top: 70px !important;
}

p.home-slide-content {
    font-size: 3em !important;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 800;
    letter-spacing: 25px;
    color: #fff;
}

.big-text p.home-slide-content {
    font-size: 4.5em !important;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 800;
    letter-spacing: 0;
    color: #fff;
}

#text-slider .flex-control-nav {
    position: relative;
    top: -40px !important;
}

/* Get Started */
.next-section {
    width: 100%;
    position: absolute;
    height: 100px;
    display: block;
    text-align: center;
    bottom: 40px;
    z-index: 99;
}

a.go-about {
    width: auto;
    height: auto;
    top: 50%;
    overflow: hidden;
    background: transparent;
    border: 1px solid rgba(255,255,255,.1);
    z-index: 3;
    position: relative;
    padding: 10px 20px;
    color: #fff;
}

a.go-about:hover {
    border: 1px solid rgba(255,255,255,.5);
}

.intro_continue_arrow a {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

/* top bar menu nav */
#menu_top_bar {
    position: absolute;
    height: 100%;
    top: 0;
}

#menu_top_bar * {
/* display: block; */
}

#menu_top_bar > li ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 180px;
    left: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#menu_top_bar > li > ul {
    left: 0;
}

#menu_top_bar > li > ul ul {
    top: 0;
    margin-top: 0;
}

#menu_top_bar > li {
    height: 100%;
    margin-top: 0;
}

#menu_top_bar li:hover > ul,#menu_top_bar > li ul:hover {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

#menu_top_bar > li ul li {
    float: none;
    border: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
    display: block;
}

#menu_top_bar > li ul li a {
    margin-left: 12px;
    line-height: 2.5em;
}

#menu_top_bar > li ul li:last-child {
    margin-bottom: 5px;
}

#menu_top_bar > li > a {
    margin-top: 7px;
    position: relative;
    margin-bottom: -3px;
}

/*
** 10 - PORTFOLIO */
body:not(.search) article.portfolio {
    position: relative;
    padding: 0 15px;
    background-color: #fff;
}

.proj-content {
    margin-top: 60px;
}
.testimonials-style2 .slick-next, .testimonials-style2 .slick-prev{
	top: 42% !important;
}
.testimonials-style2:not(.single-wide-testimonials) .testimonilas1bg {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    border: 1px solid #ffffff !important;
    -webkit-box-shadow: 4px 5px 15px rgba(212,218,220,.5)!important;
    box-shadow: 4px 5px 15px rgba(212,218,220,.5)!important;
}
.portfolio_type-singlepageinlineajax-grid .proj-content {
    margin-top: 0;
}

.cbp-l-grid-gallery .cbpw-ajax-block {
    padding: 0 0 0 20px;
}

.cbp-l-grid-gallery .fb_type_button_count {
    margin: 0 0 0 15px;
}

.single-portfolio .proj-content {
    margin: 50px auto;
    width: 100%;
}

.cbp-popup-singlePage-open .proj-content {
    margin: 160px auto 0;
}
.cbp-popup-singlePage-open.portfolio_type-singlepageoverlay .proj-content{
	margin: 100px auto 0;
}
.single-portfolio .proj-content .content_container {
    padding: 0;
}

.cbp-popup-singlePage .cbp-popup-content {
    margin: 0 auto;
}

.cbp-popup-singlePageInline .single-portfolio .proj-content {
    margin: 20px auto;
    width: 100% !important;
}

.single-portfolio .projects_media.left_media {
    padding-left: 0;
    margin-bottom: 40px;
}

.portfolio_type-singlepageinlineajax-grid .projects_media.left_media {
    padding-left: 0;
    margin-bottom: 0;
}

.portfolio_type-singlepageinlineajax-grid .single-portfolio .proj-content {
    display: inline-block;
}

.portfolio_type-singlepageinlineajax-grid .share-buttons {
    margin: 20px 0 40px !important;
}

.portfolio #comments {
    padding: 15px;
    margin-top: 20px !important;
}

.portfolio_type-singlepageoverlay #comments {
    padding: 40px 0;
}

.portfolio_type-singlepageoverlay .cbpw-ajax-block {
    padding: 20px;
}

.portfolio_type-singlepageoverlay .col-md-12 .cbpw-ajax-block {
    padding: 0;
}

.portfolio_type-singlepageoverlay .fb_type_button_count {
    margin: 0;
}

.container .cbpw-ajax-block .fb_type_button_count {
    margin: 0;
}

.cbpw-ajax-block .uvc-sub-heading {
    letter-spacing: 1px;
}

.projects_media.left_media {
    padding-right: 30px;
}

/* Portfolio Navigation */
.projects_nav1 {
    position: relative;
    z-index: 999;
    float: left;
    background: #101010;
    height: 60px;
    width: 100%;
}

.nav-previous-nav1 {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
}

.nav-next-nav1 {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
}

.nav-next-nav1 a {
    position: absolute;
    cursor: pointer;
    cursor: pointer;
    width: 200px;
    height: 60px;
    display: block;
    z-index: 99;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 21px -113px;
}

.nav-previous-nav1 a {
    position: absolute;
    cursor: pointer;
    cursor: pointer;
    width: 200px;
    display: block;
    z-index: 99;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 21px 55px;
}

.nav-previous-nav1:before {
    position: absolute;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 1;
    float: right;
    font-weight: 700;
    display: block;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    z-index: 9;
    background: rgba(0,0,0,0.2);
    font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f104";
}

.nav-next-nav1:after {
    position: absolute;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 1;
    float: right;
    font-weight: 700;
    display: block;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    z-index: 9;
    background: transparent !important;
    font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f105";
}

.nav-next-nav1:hover:after {
    color: #fff;
    background: transparent !important;
    padding-left: 10px;
}

.nav-previous-nav1:hover:before {
    color: #fff;
    background: transparent !important;
    padding-right: 10px;
}

.delimiter:after {
    position: relative;
    top: 0;
    right: 0;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    color: #949494;
    line-height: 1.75em;
    font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f105";
}

.woocommerce .hazel_breadcrumbs {
    margin-top: 10px;
}

.woocommerce h1.page-title {
    display: none;
}

span.delimiter {
    margin: 0 10px !important;
}

.hazel_breadcrumbs a,.hazel_breadcrumbs span {
    margin: 0 10px;
    padding: 0;
    border-right: 1px solid;
    padding-right: 10px;
}
.hazel_breadcrumbs a:last-child,.hazel_breadcrumbs span:last-child{
	border-right: none;
	padding-right: 0;
    margin-right: 0;
}

.hazel_breadcrumbs a:hover {
    opacity: 0.5;
}

.dropdown-menu li.menu-item-has-children:not(.hazel_mega_hide_link) > a::before {
    position: relative;
    top: 2px;
    right: -10px;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    color: #2f2f2f;
    line-height: 1;
    float: right;
    font-family: "Font Awesome 5 Free";
	  font-weight: 600;
	  content: "\f105";
}

/* .fullwidth-container{z-index: 9;} */
.projects_media.full_media.col-md-12 {
    padding: 0 !important;
    margin-bottom: 20px;
}

.proj-content {
    margin: 50px auto;
    float: left;
}

.the_comments {
    margin-bottom: 50px;
}

.search_trigger_mobile {
    display: none;
}

/* SHARE BUTOTNS */
.single-portfolio .posts-shares {
    float: left;
    width: 100%;
}

.single-portfolio .share-buttons {
    width: 100%;
    margin: 0;
    display: inline-block;
    padding: 50px 0 30px;
}

.single-portfolio .share-buttons
.single-portfolio .share-buttons h5 {
    float: left;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #161616;
    position: relative;
    font-weight: 700;
    margin-right: 20px;
}

.single-portfolio .single-post .comments-lovepost {
    margin-top: 3px;
}

.single-portfolio .social-shares {
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.single-portfolio .social-shares ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    float: none;
    display: inline-block;
}

.single-portfolio .social-shares ul li {
    float: left;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.single-portfolio .social-shares ul li a {
    display: block;
    float: left;
    color: inherit;
    margin: 0 15px 0 0;
    background-image: none;
    line-height: 23px;
    font-size: 11px;
    color: #333;
}

.single-portfolio .social-shares ul li a:hover {
}

.single-portfolio .social-shares ul li a:hover i {
}

.single-portfolio .share-pinterest {
    background-image: none !important;
}

.single-portfolio .social-shares ul li i {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    margin-right: 7px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    vertical-align: middle;
    vertical-align: middle;
    background: #f2f2f2;
    width: 35px;
    height: 35px;
    border-radius: 40px;
    display: table-cell;
    left: 1px;
    position: relative;
    color: #333;
}

/* cubeportfolio adjustments */
.cbp-popup-singlePageInline .cbp-popup-content > div {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    background-color: #fff;
    padding: 80px 0;
}

.cbp-popup-singlePageInline .cbp-popup-content #the_movies {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.cbp-popup-singlePageInline .cbp-popup-content #the_movies iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92%;
}

.cbp-popup-singlePageInline {
    overflow: visible;
}

.cbp-popup-singlePageInline article.portfolio {
    padding: 0 !important;
    position: relative;
    float: left;
    max-width: 100%;
}

.cbp-popup-singlePageInline article.portfolio .cbpw-ajax-block {
    position: relative;
    float: left;
    max-width: 100%;
    padding: 0;
}

.cbp-popup-singlePageInline article.portfolio .cbpw-ajax-block .vc_row {
    position: relative;
    float: left;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.cbp-popup-singlePageInline article.portfolio .cbpw-ajax-block .special_tabs .vc_row {
    float: none !important;
}

.cbp-popup-singlePageInline article.portfolio .cbpw-ajax-block .special_tabs .tab-selector label {
    display: table !important;
}

.cbp-popup-singlePageInline article.portfolio .testimonials-slide .img-container,article.portfolio .testimonials-slide .img-container {
    margin-right: auto;
}

/*
** 11 - Testimonials **/
#testimonials-slider {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.style-light .testimonials-slide-content .text-container span.t-author,.style-light .testimonials-slide-content .text-container span.t-author a {
    color: #fff;
}

.testimonials-slide-content.container {
    width: 90% !important;
}
.testimonials-style2:not(.single-wide-testimonials) .t-author {
    margin-top: 25px;
    position: relative;
    display: inline-block;
    font-size: 1em !important;
    font-weight: 600 !important;
}
.testimonials-style2.single-wide-testimonials .t-author {
    font-size: 1.1em !important;
    font-weight: 600 !important;
}
.t-author a {
    width: 100%;
    display: inline-block;
    color: #0076ff;
    top: 0px;
    position: relative;
}
.testimonials-style2:not(.single-wide-testimonials) .text-container span p{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.testimonials-style2:not(.single-wide-testimonials) .testimonials-slide-content.container {
    width: 100% !important;
    padding-top: 40px !important;
}
.testimonials-style2:not(.single-wide-testimonials){}
.testimonials-slide-content p {
    margin-top: 20px;
}

.text-container .fa-quote-left {
    padding-right: 5px;
}

.text-container .fa-quote-right {
    padding-left: 5px;
}

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

.testimonials-slide-content .text-container {
    width: 100%;
    margin: 20px auto;
    display: inline-block;
}
.testimonials-style2.single-wide-testimonials .testimonials-slide-content .text-container{display: block !important;}
.testimonials-style2.single-wide-testimonials .testimonials-slide-content .text-container span p{margin-bottom: 0 !important;padding-bottom: 10px !important;padding-top: 0px !important;}
.testimonials-slide-content .text-container span p {
    padding: 10px 0 30px;    
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #5C5C5C;
    font-weight: normal;
    text-align: center !important;
}

.vc_col-sm-6 .testimonials-slide-content .text-container span p {
    font-size: 15px;
}

.testimonials-slide-content .text-container span.t-author, .testimonials-slide-content .text-container span a {
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color: #333;
    letter-spacing: 4px;
}

.testimonials-slide-content .text-container span.t-author {
    padding: 0 0 20px;
    position: relative;
    float: left;
    width: 100%;
}

#primary_footer hr {
    display: none;
}
.footer-full-width #primary_footer > .no-fcontainer {
	 padding-left: 30px;
	 padding-right: 30px;
	 position: relative;
	 display: inline-block;
	 width: 100%;
}

/* Google maps */
#map_canvas {
    width: 100%;
    height: 350px;
}

#map_canvas {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(//www.kaethr.media/wp-content/themes/hazel/images/grayscale.svg#greyscale);
    filter: gray;
}

.gm-style img {
    max-width: initial;
    max-width: -moz-initial;
}

/*
** 14 - FOOTER */
#bottom-footer {
    padding: 60px 0 40px;
}

#bottom-footer:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid #fff;
    border-top: 0 solid transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    left: 50%;
    top: -19px;
    margin-left: -24px;
    z-index: 10;
}

#bottom-footer:before {
    border: none;
}

/* SECONDARY FOOTER */
#secondary_footer {
    padding: 40px 0 20px;
    display: inline-block;
    width: 100%;
}

#secondary_footer p {
    margin: 0 !important;
    font-size: 0.8em;
}

/* - LOGO */
#secondary_footer .footer_logo.align-left {
    float: left;
    width: auto;
    margin: 10px -3px 8px;
}

#secondary_footer .footer_logo.align-center {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    cursor: default;
    margin-bottom: 20px;
}

#secondary_footer .footer_logo.align-center .logo {
    display: inline-block;
    cursor: pointer;
}

#secondary_footer .footer_logo.align-right {
    float: right;
}

/* - SOCIALS */
#secondary_footer .social-icons-fa.align-left {
    float: left;
}

#secondary_footer .social-icons-fa.align-center {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

#secondary_footer .social-icons-fa.align-right {
    float: right;
    margin-top: 25px;
}

#secondary_footer .social-icons-fa ul {
    position: relative;
    display: inline-block;
}

#secondary_footer .social-icons-fa ul li {
    margin: 0;
}

#secondary_footer .footer_logo .logo,#secondary_footer .social-icons-fa ul li a {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

/* - CUSTOM TEXT */
#secondary_footer .footer_custom_text {
    position: relative;
    float: left;
    width: auto;
    display: inline-block;
}

#secondary_footer .footer_custom_text.left {
    float: left;
    width: 50%;
    border-left: 1px solid #2F2F2F;
    padding-left: 25px;
    margin-top: 20px;
    margin-left: 30px;
}

#secondary_footer .footer_custom_text.right {
    float: right;
}

#secondary_footer .footer_custom_text.center {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    opacity: 0.5;
}

#primary_footer > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.slick-dots li {
    height: 10px!important;
    width: 10px!important;
    margin: 0 5px !important;
    font-size: 14px;
}

.style-light .slick-dots li i {
    color: rgba(255,255,255,0.5) !important;
    opacity: 1 !important;
    font-size: 17px;
}

.style-dark .slick-dots li i {
    color: rgba(0,0,0,0.1) !important;
    opacity: 1 !important;
    font-size: 14px;
}

.left-align-testimonials .testimonials-style2 ul.slick-dots {
    padding: 6px 0 !important;
}


.slick-dots {
    bottom: -65px !important;
}

.testimonials-style2 .slick-dots {
    bottom: 15px !important;
}

.des_recent_posts_widget .slick-dots {
    bottom: -60px !important;
}

.des_recent_posts_widget .slick-next {
    right: -27px !important;
}

.des_recent_posts_widget .slick-prev {
    left: -27px !important;
}

.footer_sidebar.col-md-6 .des_recent_posts_widget .slick-next {
    right: 0 !important;
}



.top-icon .aio-icon-header+.aio-icon-description {
    font-size: 14px;
}


/*IE COND*/
.mc-field-group label {
    display: none;
}

.indicates-required {
    display: none !important;
}

#mc_embed_signup h2 {
    display: none !important;
}

.about-me-padding {
    padding-top: 140px !important;
    padding-right: 100px !important;
    padding-bottom: 140px !important;
    padding-left: 100px !important;
}
/***************************************************************
					     FLEXSLIDER
***************************************************************/
.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;
    margin: 0;
    list-style-type: none;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}
.vc_empty-placeholder {
    margin-bottom: 0 !important;
}
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0;
    position: relative;
}

.archive .post .flexslider {
    margin: 0;
}

#agency-slider.flexslider {
    margin: 0;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 49% !important;
    z-index: 9;
}

.testimonials-style2 .flex-direction-nav {
    top: 38% !important;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}

/* Dark Style */
.flex-direction-nav .flex-prev,.flex-direction-nav.movies-nav .prev {
    left: 0;
    width: 50px !important;
    height: 50px !important;
    text-indent: -9999px;
    z-index: 100;
    cursor: pointer;
    position: absolute !important;
    background: rgba(255,255,255,0.3) url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) -7px -81px;
    color: transparent;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.flex-direction-nav .flex-next,.flex-direction-nav.movies-nav .next {
    right: 0;
    text-align: right;
    width: 50px !important;
    height: 50px !important;
    text-indent: -9999px;
    z-index: 100;
    cursor: pointer;
    position: absolute !important;
    background: rgba(255,255,255,0.3) url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) -62px -81px;
    color: transparent;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.flexslider .flex-prev:hover,.flex-direction-nav.movies-nav .prev {
    background: #ffffff url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) -7px -81px;
}

.flexslider .flex-next:hover,.flex-direction-nav.movies-nav .next {
    background: #fff url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) -62px -81px;
}

.projects_media.fullwidth_media .flex-direction-nav .flex-next,.projects_media.fullwidth_media .flex-direction-nav.movies-nav .next {
    right: 15px;
    top: 43% !important;
}

/* Light Style */
.nav-light .flex-direction-nav .flex-prev {
    left: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 100;
    cursor: pointer;
    position: absolute !important;
    background: #f2f2f2 url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) -7px -81px;
    width: 50px;
    height: 50px;
    color: transparent;
}

.nav-light .flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 100;
    cursor: pointer;
    position: absolute !important;
    background: #f2f2f2 url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) -62px -81px;
    width: 50px;
    height: 50px;
    color: transparent;
}

.nav-light .flexslider .flex-prev:hover {
    background: #fff url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) -7px -81px;
}

.nav-light .flexslider .flex-next:hover {
    background: #fff url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) -62px -81px;
}

.projects_media.fullwidth_media .flex-direction-nav .flex-next,.projects_media.fullwidth_media .flex-direction-nav.movies-nav .next {
    right: 0;
    top: 43% !important;
}

.controlnav-light .flexslider .flex-prev:hover {
    background: #fff url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) -7px -81px;
}

.controlnav-light .flexslider .flex-next:hover {
    background: #fff url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) -62px -81px;
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    text-align: center;
    z-index: 9;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    *display: inline;
}

.flex-control-paging li a {
    display: block;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.controlnav-light .flex-control-paging li a {
    background: rgba(255,255,255,.3);
}

.controlnav-light .flex-control-paging li a:hover {
    background: rgba(255,255,255,1);
}

.flex-control-paging li a.flex-active {
    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;
}

/** Isotope **/
.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -o-transition-property: top,left,opacity;
    transition-property: transform,opacity;
}

.isotope .isotope-item.no-transition,.isotope.no-transition,.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Core Owl Carousel CSS File */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px);
    padding-top: 15px;
}

#services .owl-carousel .owl-wrapper {
    padding-top: 0;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(//www.kaethr.media/wp-content/themes/hazel/images/grabbing.png) 8 8,move;
}

/* fix */
.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/* Owl Carousel Buttons / Controls*/
.owl-theme .owl-controls {
    margin: 40px 0;
    text-align: center;
}

#services-carousel.owl-theme .owl-controls {
    margin-top: 80px;
}

#parallax-2 .owl-theme .owl-controls {
    margin-top: 40px;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    *display: inline;
/*IE7 life-saver */
    width: 44px;
    height: 44px;
    font-size: 12px;
    background: url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) no-repeat;
    text-indent: -9999px;
}

.owl-buttons {
    position: absolute;
    top: 38%;
    width: 100%;
}

.owl-buttons:hover {
    opacity: .6;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    background-position: -141px 0;
    float: right;
    opacity: .3;
    right: -5%;
    position: relative;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    background-position: -94px 0;
    float: left;
    opacity: .3;
    left: -5%;
    position: relative;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .4;
}

.owl-theme .owl-controls .owl-page:hover {
    opacity: .6;
}

.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    display: block;
    background: #212121;
    border: 2px solid #212121;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.owl-theme .owl-controls .owl-page.active span {
    background: transparent;
    border: 2px solid #212121;
}

.container-logos .owl-theme .owl-controls .owl-page.active span {
    background: #E0E0E0;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(//www.kaethr.media/wp-content/themes/hazel/images/ajx_loading.gif) no-repeat center center;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(//www.kaethr.media/wp-content/themes/hazel/grabbing.png) 8 8,move;
}

/* fix */
.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes */
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.master_container {
    position: relative;
    float: none;
    margin: 0 auto;
}

.container {
    z-index: 99;
}

#big_footer {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}

.page_content.left > .container,.page_content.right > .container {
    width: 100%;
    padding: 0;
}

.woocommerce-page .page_content.right > .container {
    padding: 0;
}

/*PARALLAX*/
#parallax-home {
    background-attachment: scroll !important;
}

.parallax {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
}

.homepage_parallax {
    overflow: hidden;
}

.homepage_parallax.image,.homepage_parallax.video {
    height: 100vh;
}

.homepage_parallax .parallax {
    height: 100%;
}

.homepage_parallax .video-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.homepage_parallax .video-container .mbYTP_wrapper {
    opacity: 1 !important;
}

.homepage_parallax .video-container .wp-video {
    width: 100vw !important;
    height: 100vh !important;
}

.homepage_parallax .homepage_contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
}

.homepage_parallax .home-text-wrapper-video {
    display: table;
    width: 100%;
    height: 100%;
}

.homepage_parallax .home-text-wrapper-video .home-text-wrapper-video-contents {
    display: table-cell;
    vertical-align: middle;
}

.homepage_parallax #parallax-home {
    display: table;
    text-align: center;
}

.homepage_parallax .flex-viewport {
    max-height: 120px;
}

.homepage_parallax .home-text-wrapper {	display: table-cell;vertical-align: middle;	margin: auto;transition: opacity 1s ease; -webkit-transition: opacity 1s ease; -moz-transition: opacity 1s ease; -o-transition: opacity 1s ease; -ms-transition: opacity 1s ease;}
.homepage_parallax .home-text-wrapper.notready {opacity: 0; }

.homepage_parallax .home-logo-text,.homepage_parallax .home-logo-image {
    margin: 0 0 40px;
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    color: #000;
}

.homepage_parallax .home-logo-text a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.homepage_parallax .home-logo-text a.dark {
    color: #000 !important;
}

.homepage_parallax .home-logo-text a.light {
    color: #c8c8c8 !important;
}

.homepage_parallax #home-slider {
    background: rgba(0,0,0,0.3);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    overflow: visible !important;
}

.homepage_parallax #home-slider ul.slides {
    height: 1000%;
    position: absolute;
    width: 100%;
    -webkit-transition: 0;
    transition: 0;
    -webkit-transform: translate3d(0,0px,0);
}

.homepage_parallax #home-slider .home-slide {
    display: block;
}

.homepage_parallax .home-slide .home-slide-content {
    color: #fff;
    margin: 0;
}

.homepage_parallax .socialdiv {
    padding: 20px;
}

.homepage_parallax .social-icons,.homepage_parallax .social-icons * {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

/* endof parallax */
.social-icons {
    position: relative;
    height: 38px;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    left: -10px;
}

.social-icons .social_container {
    position: relative;
    float: left;
    line-height: 25px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 11px;
    padding: 0 3px;
    overflow: hidden;
    height: 38px;
}

.social-icons .description {
    position: relative;
    float: left;
    left: 37px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-family: sans-serif;
    font-size: 11px;
    padding: 0 3px 0 0;
    font-family: OpenSansBold,Arial;
    font-weight: 700;
}

.social-icons .icon {
    width: 25px;
    height: 15px;
    padding-top: 24px;
    padding-left: 10px;
}

.intro_continue_arrow {
    bottom: -100px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-table;
    background: transparent;
    width: 40px;
    height: 30px;
    padding: 3px;
}

.intro_continue_text {
    bottom: -100px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-table;
    background: transparent;
    width: auto;
    height: auto;
    padding: 6px 12px;
}

.intro_continue_text a p {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.intro_continue_text a:hover {
    opacity: .5;
}

.intro_continue_text img {
    padding: 10px;
}

.copys_left {
    float: left;
}

.copys_right {
    float: right;
}

video:-webkit-full-screen {
    max-height: 100%;
}

video:-moz-full-screen {
    max-height: 100%;
}

*|:fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

iframe:fullscreen {
    border: none;
}

*|:fullscreen::backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
}

.hidden_lis {
    display: none !important;
    opacity: 0 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0) !important;
    visibility: hidden !important;
    z-index: -1;
    transform: translateZ(-1px);
    -webkit-transform: translateZ(-1px);
    -ms-transform: translateZ(-1px);
    -o-transform: translateZ(-1px);
    -mz-transform: translateZ(-1px);
}

/***************************************************************
					CONTACTs FORM 7
***************************************************************/
.wpcf7 {
    position: relative;
}

/* Hazel Forms Types */
/* Simple Style */
.wpcf7 .hazel-form-simple .f-name,.wpcf7 .hazel-form-simple .f-subject,.wpcf7 .hazel-form-simple .f-email {
    width: 32.73%;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wpcf7 .hazel-form-simple .f-subject {
    margin-right: 0;
}

.wpcf7 .hazel-form-simple .f-message {
    position: relative;
    float: left;
    width: 100%;
}

.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-name,.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-subject,.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-email {
    width: 32.4%;
}

.vc_col-sm-6 .wpcf7 .hazel-form-simple .f-name,.vc_col-sm-6 .wpcf7 .hazel-form-simple .f-subject,.vc_col-sm-6 .wpcf7 .hazel-form-simple .f-email {
    width: 32.1%;
}

/* Simple Style */
.wpcf7 .hazel-form-simple-captcha .f-name,.wpcf7 .hazel-form-simple-captcha .f-subject,.wpcf7 .hazel-form-simple-captcha .f-email {
    width: 32.73%;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wpcf7 .hazel-form-simple-captcha .f-subject {
    margin-right: 0;
}

.wpcf7 .hazel-form-simple-captcha .f-message {
    position: relative;
    float: left;
    width: 66.4%;
}

.wpcf7 .hazel-form-simple-captcha .f-captcha {
    position: relative;
    float: left;
    width: 32.2%;
    margin-left: 15px;
    top: 10px;
}

.wpcf7 .hazel-form-simple-captcha .f-captcha .f-captcha-insert img {
    margin: 4px 0;
}

.vc_span8.column_container .wpcf7 .hazel-form-simple-captcha .f-name,.vc_span8.column_container .wpcf7 .hazel-form-simple-captcha .f-subject,.vc_span8.column_container .wpcf7 .hazel-form-simple-captcha .f-email,.vc_span8.column_container .wpcf7 .hazel-form-simple .f-name,.vc_span8.column_container .wpcf7 .hazel-form-simple .f-subject,.vc_span8.column_container .wpcf7 .hazel-form-simple .f-email {
    width: 32.4%;
}

/* Simple Wide */
.wpcf7 .hazel-form-simple-wide .f-name,.wpcf7 .hazel-form-simple-wide .f-subject,.wpcf7 .hazel-form-simple-wide .f-email {
    width: 100%;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.wpcf7 .hazel-form-simple-wide.style2 .f-name,.wpcf7 .hazel-form-simple-wide.style2 .f-subject,.wpcf7 .hazel-form-simple-wide.style2 .f-email{
	margin-bottom: 0px;
}
.wpcf7 .hazel-form-simple-wide.style2 textarea{
	height: 110px;
}
.wpcf7 .hazel-form-simple-wide .f-message {
    position: relative;
    float: left;
    width: 100%;
}

/* Simple Wide + Captcha */
.wpcf7 .hazel-form-simple-wide-captcha .f-name,.wpcf7 .hazel-form-simple-wide-captcha .f-subject,.wpcf7 .hazel-form-simple-wide-captcha .f-email,.wpcf7 .hazel-form-simple-wide-captcha .f-message {
    width: 100%;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wpcf7 .hazel-form-simple-wide-captcha .f-captcha {
    position: relative;
    width: 60%;
    float: left;
    top: 10px;
    margin-bottom: 20px;
}

.wpcf7 .hazel-form-simple-wide-captcha .f-captcha .f-captcha-insert img {
    margin: 4px 0;
}

.wpcf7 .hazel-form-simple-wide-captcha .f-captcha-insert,.wpcf7 .hazel-form-simple-wide-captcha .f-captcha-CONFIRM {
    float: left;
    width: 40%;
}

.wpcf7 .hazel-form-simple-wide-captcha .f-captcha-insert {
    position: relative;
    top: 10px;
}

.f-captcha-insert p {
    margin: 0 !important;
}

.wpcf7 .f-name input,.wpcf7 .f-subject input,.wpcf7 .f-email input,.wpcf7 .f-message textarea,.wpcf7 .f-captcha input {
    font-size: 12px !important;
    letter-spacing: 0;
    background: #fff;
    font-weight: 700 !important;
}

.wpcf7 .f-captcha {
    color: #333 !important;
    font-size: 14px !important;
    letter-spacing: 0;
    font-weight: 700;
}

.wpcf7 .f-subject {
    margin-right: 0;
}

textarea {
    max-width: 100%;
    -webkit-appearance: none;
}

.wpcf7 {
    width: 100%;
}

.wpcf7 li {
    list-style-type: none;
    margin: 10px 0;
}

.wpcf7 label {
    text-align: left;
    position: relative;
    float: left;
    left: 0;
    width: 100%;
    padding-bottom: 0;
    font-weight: 400;
}

.wpcf7 .wpcf7-checkbox label {
    width: 44%;
}

.wpcf7 input[type="text"],.wpcf7 input[type="email"] {
    position: relative;
    float: left;
    width: 100%;
    padding: 12px 20px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    outline: none;
    background: #fff;
    border: none;
    margin: 10px 0;
    border: 1px solid #ddd;
    font-weight: 700;
    background: #fbfbfb;
    /* border-radius: 3px; */
    border: 1px solid #E0E0E0;
    font-weight: 500;
    background: #fff;
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 textarea:focus,.simpleselect .placeholder:focus {
    background: #fff;
}

.wpcf7 textarea {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    font-family: "Helvetica Neue","Arial",sans-serif;
    outline: none;
    height: 130px;
    margin-bottom: 10px;
    border: none;
    margin: 10px 0;
    z-index: 99;
    font-weight: 700;
    background: #f9f9f9;
    border: 1px solid #E0E0E0;
    font-weight: 700;
    background: #fff;
}

.wpcf7 .hazel-form-simple-wide textarea,.wpcf7 .hazel-form-simple-wide-captcha textarea {
    margin: 10px 0;
}

.wpcf7 input:focus:not(input[type="submit"]),.wpcf7 textarea:focus {
    outline: none;
    border: 1px solid #EDEDED !important;
    background: #fff;
}

/* Dark BG */
.wpcf7 .dark input,.wpcf7 .dark textarea {
    border: 1px solid #3c3b3b;
    background: transparent;
    color: #cecece !important;
}

.wpcf7 .dark .hazel-button-white-1d:hover input,.wpcf7 .dark .hazel-button-white-1d:active input {
    color: #212121 !important;
}

.wpcf7 .dark input:focus,.wpcf7 .dark textarea:focus {
    outline: none;
    border: 1px solid #767676 !important;
    background: transparent;
}

.wpcf7 .hazel-form-simple.dark .f-name,.wpcf7 .hazel-form-simple.dark .f-subject,.wpcf7 .hazel-form-simple.dark .f-email {
    width: 32.73%;
}

.wpcf7 .bt-contact input:focus {
    border: none !important;
}

.wpcf7 li i {
    width: 30px;
    position: relative;
}

.bt-contact {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    right: -30px;
}

.wpcf7 .hazel-form-simple-wide.style2 textarea{
	height: 110px;
}

.btn-contact {
    position: relative;
}
.wpcf7 .hazel-form-simple-wide.style2 input[type="text"], .wpcf7 .hazel-form-simple-wide.style2 input[type="email"]{
	padding: 8px 20px !important;
}

.wpcf7 .hazel-form-simple.dark input:focus,.wpcf7 .hazel-form-simple.dark textarea:focus {
    outline: none;
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid #fff !important;
}
.wpcf7 .hazel-form-simple.dark .button-dark input:focus{
	background: none !important;
    border: none !important;
}
.hazel-form-simple.dark .wpcf7-not-valid {
    border: 1px solid #bb5e5e !important;
}

.hazel-form-simple.dark span.wpcf7-not-valid-tip,.hazel-form-simple.dark .bt-contact .ajax-loader {
    display: none !important;
}

/* Form Main Slider */
.wpcf7 .hazel-form-main-slider {
    width: 80%;
    position: relative;
    display: inline-block;
    padding: 40px;
    background: rgba(255,255,255,.1);
    display: table;
    margin: 0 auto;
}

.wpcf7 .hazel-form-main-slider h3 {
    color: #FFF !important;
    text-align: center;
    font-size: 21px !important;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-weight: 400;
}

.wpcf7 .hazel-form-main-slider input,.wpcf7 .hazel-form-main-slider textarea {
        padding: 14px;
    font-size: 11px !important;
    border: none;
    background: #fff;
    letter-spacing: 3px !important;
    text-transform: uppercase;
}

.agree-terms {
    position: relative;
    float: left;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.agree-terms h5 {
    color: rgba(255,255,255,0.7) !important;
}

.agree-terms h5 a {
    font-family: 'Raleway' !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    color: rgba(255,255,255,0.7) !important;
}

.wpcf7 .hazel-form-main-slider input:focus {
    border: none !important;
}

.wpcf7 .hazel-form-main-slider .slider-button {
    width: 100%;
    display: table;
}

.wpcf7 .hazel-form-main-slider .slider-button a {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.wpcf7 .hazel-form-main-slider .slider-button input {
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 20px auto 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 25px;
    color: #333 !important;
    font-weight: 800;
    font-size: 11px !important;
    letter-spacing: 3px !important;
    background: #fff !important;
}

.wpcf7 .hazel-form-main-slider .slider-button input:hover {
    background: #fff !important;
    color: #333;
}

.small-wide {
    width: 90%;
}

.wpcf7 .hazel-form-main-slider .f-name,.wpcf7 .hazel-form-main-slider .f-subject,.wpcf7 .hazel-form-main-slider .f-email {
    width: 100%;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn-contact-left input {
    width: auto;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.wpcf7 .hazel-form-main-slider .f-message {
    position: relative;
    float: left;
    width: 100%;
}

.wpcf7 .hazel-form-main-slider .bt-contact {
    float: left;
}

/* Plugin - Custom Select */
.simpleselect,.simpleselect * {
    box-sizing: content-box;
}

.hidden_select_container {
    width: 0;
    height: 0;
    overflow: hidden;
}

.simpleselect {
    font-weight: 400 !important;
    position: relative;
    width: 100%;
    min-width: 100%;
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    top: 10px;
    max-width: 100%;
}

.simpleselect .options {
    width: 100%;
    min-width: 198px;
}

.simpleselect .placeholder,.simpleselect .options .option,.simpleselect .options .optgroup .optgroup-label {
    padding: 7px 20px;
    cursor: pointer;
    border-radius: 4px !important;
}

.simpleselect .options .optgroup .optgroup-label {
    cursor: default;
    font-weight: 400 !important;
}

.simpleselect .options .optgroup .option {
    padding-left: 20px;
}

.simpleselect .placeholder,.simpleselect .options {
    border: 1px solid #E0E0E0;
    border-radius: 0;
    background: #fff;
    border: 1px solid #E0E0E0;
    font-weight: 700;
    background: #fff;
}

.simpleselect .placeholder {
    position: relative;
}

.simpleselect .placeholder:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 8px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA0Q0FGMUI4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA0Q0FGMUM4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDRDQUYxOThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDRDQUYxQThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8U8ZgAAAClSURBVHjaYpw7dw4DEggEYh4gXgwTYEGS5AfiyVD6FBDfBAkyISloB2JpqAlLgZgNWYENEGciKTYG4haYFSCVKA6BglIg3gdSIAHEfQzYASfj////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=) 0 center no-repeat;
}

.simpleselect .placeholder:hover {
    background: #fff;
}

.simpleselect .options {
    display: none;
    position: absolute;
    top: 0 !important;
    left: 0;
    height: auto !important;
}

.simpleselect .options .option.active {
    background: #101010;
    color: #fff;
}

.simpleselect.disabled .placeholder,.simpleselect.disabled .placeholder:hover {
    background: #fafafa;
    color: #aaa;
    border-color: #eee;
    cursor: default;
}

.simpleselect.disabled .placeholder:after {
    opacity: .5;
}

.wpcf7 form.wpcf7-form p {
    position: relative;
    font-weight: 600;
    margin: 0 0 20px !important;
    float: left;
    width: 100%;
    z-index: 10;
}

.hidden_select_container * {
    display: none;
}

.wpcf7 form.wpcf7-form .f-captcha p {
    margin-bottom: 0 !important;
}

/* Simple Style */
.wpcf7 .hazel-multiple-fields .f-name,.wpcf7 .hazel-multiple-fields .f-subject,.wpcf7 .hazel-multiple-fields .f-email,.wpcf7 .hazel-multiple-fields .f-service,.wpcf7 .hazel-multiple-fields .f-subject,.wpcf7 .hazel-multiple-fields .f-captcha,.wpcf7 .hazel-multiple-fields .f-confirm {
    width: 45%;
    position: relative;
    float: left;
    margin-right: 5%;
    margin-bottom: 0;
    z-index: 999;
}

.wpcf7 .hazel-multiple-fields .f-captcha img {
    margin: 20px 0;
}

.wpcf7 .hazel-multiple-fields .bt-contact {
    padding-right: 5%;
}

.wpcf7 .hazel-multiple-fields .f-message {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 5%;
    margin-bottom: 0;
    z-index: 99;
}

.wpcf7 select {
    position: relative;
    float: left;
    width: 100%;
    padding: 17px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    outline: none;
    background: #fff url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) no-repeat bottom right;
    border: none;
    margin: 10px 0;
    height: 57px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

/* Buttons */
.bt-contact .hazel-button-dark {
    padding: 0;
}

.bt-contact a span input {
    background-color: transparent !important;
    border: none !important;
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    z-index: 9;
    letter-spacing: 1px;
    line-height: 1;
    padding-top: 7px;
}

.bt-contact a.hazel-button-white span input {
    padding: 0 10px;
}

.ajax-loader {
    visibility: hidden;
    position: absolute;
    right: -10px;
    top: 1px;
}

.bt-contact .hazel-button-dark,.bt-contact .hazel-button-white,.bt-contact .hazel-button-color {
    float: none;
    margin: 40px auto;
    display: table;
    font-size: 17px;
    padding: 0 !important;
}

.bt-contact .hazel-button-white {
    padding: 12px 25px !important;
}

.bt-contact .vc_btn {
    padding: 0;
    margin: 20px 0;
}

.bt-contact a.vc_btn span input {
    padding: 15px 30px;
}

span.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    z-index: 999;
    display: block;
}

/* Error & Sucess */
span.wpcf7-not-valid-tip {
    color: #d66161 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: normal;
    position: absolute;
    bottom: -48px;
    z-index: 9999;
    left: 20px;
    left: 12px;
    background-color: #fff;
}
.your-message span.wpcf7-not-valid-tip{
	bottom: -47px;
}

div.wpcf7 .hazel-form-main-slider img.ajax-loader {
    display: none !important;
}

.hazel-multiple-fields span.wpcf7-not-valid-tip,.hazel-request-quote span.wpcf7-not-valid-tip {
    bottom: -47px;
    left: 18px;
}

.hazel-form-simple span.wpcf7-not-valid-tip {
    bottom: -49px;
}

div.wpcf7-validation-errors {
    display: none !important;
}

div.wpcf7-validation-errors {
    border: 2px solid #F3F1AF !important;
    padding: 10px !important;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    background: transparent;
    color: #99D36C;
    width: 100%;
    display: table-cell !important;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: -60px;
    border: none !important;
    left: -20px;
    font-weight: 700;
}

.wpcf7 input::-webkit-input-placeholder,.wpcf7 textarea::-webkit-input-placeholder {
    color: #8f8f8f;
}

.wpcf7 input::-moz-placeholder,.wpcf7 textarea::-moz-placeholder {
    color: #8f8f8f;
    opacity: 1;
}

.wpcf7 input:-moz-placeholder,.wpcf7 textarea:-moz-placeholder {
    color: #8f8f8f;
    opacity: 1;
}

.wpcf7 input:-ms-input-placeholder,.wpcf7 textarea:-ms-input-placeholder {
    color: #8f8f8f;
}

/* Dark Style */
.wpcf7 .dark input::-webkit-input-placeholder,.wpcf7 .dark textarea::-webkit-input-placeholder {
    color: #f2f2f2;
}

.wpcf7 .dark input::-moz-placeholder,.wpcf7 .dark textarea::-moz-placeholder {
    color: #f2f2f2;
    opacity: 1;
}

.wpcf7 .dark input:-moz-placeholder,.wpcf7 .dark textarea:-moz-placeholder {
    color: #f2f2f2;
    opacity: 1;
}

.wpcf7 .dark input:-ms-input-placeholder,.wpcf7 .dark textarea:-ms-input-placeholder {
    color: #f2f2f2;
}

.fullwidth-container {
    height: auto;
}

.search-no-results .hsearchtitle {
    font-size: 24px !important;
}

.search-no-results .page_content.right.sidebar {
    border-left: 1px solid #ededed;
}

.search-no-results .page_content.left {
    border-right: none;
}

.fullwidth-container .container {
    position: relative;
}

/* WIDGETS RELATED CSS */
.widget.des_cubeportfolio_widget .cbp-item {
    transform: translate3d(0,0,0) !important;
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
}

.widget.des_recent_posts_widget .flexslider ol li {
    width: auto !important;
    margin: 0 3px !important;
}

.widget.des_recent_posts_widget .flexslider * {
    border: none !important;
}

.widget.des_recent_posts_widget .flexslider .flex-direction-nav a:after {
    display: none;
}

.widget-contact-content:not(.centered) i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    padding-top: 6px;
    width: 23px;
    height: 30px;
    text-align: center;
    font-size: 19px;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    line-height: 22px;
    margin-right: 10px;
}

.widget-contact-content:not(.centered) i.fa-envelope {
    font-size: 18px;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    line-height: 22px;
    margin-top: 0;
    margin-right: 10px;
}

.widget hr {
    display: none;
}

.widget .ultsl-arrow-right6,.widget .ultsl-arrow-left6 {
    font-size: 20px;
}

.widget-contact-info-content, .widget-contact-info-content a{
    white-space: initial;
    line-height: 1.8em;
    font-size: 15px !important;
}

.centered .widget-contact-info-content {
    white-space: pre-wrap;
}
#hazel-push-sidebar-content .widget-contact-content:not(.centered) i{
	width: 20px;
    float: left;
    text-align: center;
    line-height: 11px;
    font-size: 15px;
    left: -5px;
    position: relative;
}
#hazel-push-sidebar-content .des_widget_vc_element{
	float: left;
	width: 100%;
}
#hazel-push-sidebar-content .widget-contact-info-content, #hazel-push-sidebar-content .widget-contact-info-content a{
	font-size: 13px !important;
}
.hazel-push-sidebar p{
	line-height: 1.5em;
}
#hazel-push-sidebar-content .widget-contact-content{
	    margin-bottom: 15px;
}

.widget-contact-content.centered {
    text-align: center;
    padding-left: 0;
}

.widget-contact-content:not(.centered) .widget-contact-info {
    display: table;
}

.widget-contact-content:not(.centered) .widget-contact-info i {
    display: table-cell;
    padding: 0 1em;
}

.widget-contact-content.centered i {
    font-size: 30px;
    margin-bottom: 20px;
}

.custom-widget ul {
    margin-bottom: 0;
}

.custom-widget.contact_info_widget,.custom-widget.contact_info_widget .widget {
    margin: 0;
}

.custom-widget h4,.widget.des_cubeportfolio_widget h4,
.widget.des_recent_posts_widget h4,
.contact-widget-container h4,.des_team_widget h4{
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    text-transform: Capitalize;
    margin-bottom: 7px !important;
    letter-spacing: 0;
    display: inline-block;
    font-weight: 800 !important;
}

.ult-item-wrap .title h4 {
    text-transform: capitalize;
    font-weight: 500 !important;
}

.widget.des_recent_posts_widget .excerpt {
    font-size: .8em;
}

.widget.des_recent_posts_widget .ult-item-wrap {
    margin: 0 !important;
}

.footer_sidebar.col-md-6 .widget.des_recent_posts_widget .ult-item-wrap {
    margin: 0 20px 0 0 !important;
}

.vc_row .widget.des_recent_posts_widget .ult-item-wrap {
    margin: 15px 20px !important;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(235,235,235,1);
    box-shadow: 0px 0px 25px 0px rgba(235,235,235,1);
}

.des_cubeportfolio_widget .ult-carousel-wrapper:not(.vc_row .des_cubeportfolio_widget .ult-carousel-wrapper) {
    margin: 20px 0 !important;
}

.des_recent_posts_widget .ult-carousel-wrapper {
    margin: 20px 0 60px !important;
}

.footer_sidebar .des_recent_posts_widget .ult-carousel-wrapper {
    margin: 28px 0 60px !important;
}

.custom-widget ul li {
    list-style: none;
    margin-left: 0;
    position: relative;
    width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.custom-widget ul li a {
    text-rendering: optimizelegibility;
    line-height: 22px;
    color: #444;
    margin-left: 1px;
    padding: 13px 20px 13px 0;
    width: 100%;
    display: inline-block;
    font-size: 15px !important;
}

.custom-widget ul li a:after,li a:not(.product_list_widget li a:after) {
    position: absolute;
    top: 15px;
    right: 1px;
    font-size: 15px;
    color: silver;
    line-height: 1;
    float: left;
    opacity: .6;
    font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f105";
}

.widget_tag_cloud {
    margin-bottom: 40px;
}

.tagcloud {
    margin-top: 15px;
}

.contact-widget-container .forms {
    margin: 5px 0 20px;
    display: inline-block;
}

.widget.contact-widget-container .message_success {
    display: block;
    background: transparent;
    color: #D66C6C;
    font-size: 12px;
    font-weight: 700;
}

.widget.contact-widget-container .form_success {
    display: block;
    background: transparent;
    color: #64B147;
    font-size: 12px;
    font-weight: 700;
}

.footer_sidebar .contact-widget-container .forms {
    margin: -10px 0 20px;
}
.home-box1-mobile {
	padding-right: 50px !important;
}
.contact-widget-container input,.contact-widget-container textarea {
    position: relative;
    float: left;
    width: 100%;
    padding: 13px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    outline: none;
    border: none;
    margin: 10px 0;
    box-shadow: none;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #E0E0E0;
    font-weight: 700;
    background: #f9f9f9;
    background: #f9f9f9;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.03);
}

.contact-widget-container textarea {
    height: 80px;
    line-height: 1.5em;
}

.contact-widget-container ul li {
    list-style: none;
    float: left;
    border: none;
}

.contact-widget-container ul li a:after {
    display: none;
}

.contact-widget-container ul li:last-child {
    border-bottom: none !important;
}

a#send-comment:hover {
    padding-right: 25px;
}

.v_links {
    display: none;
}

.widget_search label {
    display: none;
}

/* FLICKR */
#flickr li {
    width: 75px;
    height: 75px;
    position: relative;
    float: left;
    margin: 0 6px 6px 0;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: none !important;
    padding: 0;
    list-style: none;
    background: transparent;
}

#flickr li a,#flickr li img {
    width: 100%;
    height: auto;
    opacity: .9;
    background: none;
    margin: 0;
    padding: 0;
}

#flickr li a:hover {
    border-bottom: none !important;
    opacity: 1;
}

#flickr li:after {
    display: none !important;
}

.hazel-push-sidebar #flickr li {
    width: 62px;
    height: 62px;
}

.widget h4 {
    line-height: 1.3em;
}


/* Separator + text */
.divider-vertical {
    width: 1px;
    background: #333;
    height: 40px;
    margin: 0 auto;
}

.vc_separator_align_center h4 {
    text-align: center;
}

.zilla-likes {
    margin: 0 0 10px !important;
}

/* Fix li's xml init */
ul li ul,ul li ul li,ul li ul li ul li,ol li ol,ol li ol li,ol li ol li ol li {
    margin-top: 10px;
    margin-bottom: 10px;
}

dt {
    margin: 10px 0;
}

ul,li {
    list-style: disc;
}

ul li {
    line-height: 1.5em;
    margin-left: 20px;
    margin-top: .8em;
    margin-bottom: .8em;
}

ul.nav li {
    position: relative;
    display: block;
    line-height: 13px;
    margin-left: 0;
    margin: 0;
}

ol li {
    line-height: 1.5em;
    margin-left: 20px;
    list-style-type: decimal;
    margin-top: 1%;
}
ol li ul li {
    line-height: 1.5em;
    margin-left: 20px;
    margin-top: .8em;
    margin-bottom: .8em;
    list-style: disc;
}
.flex-direction-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    position: absolute;
    width: 100%;
}

/* Top Bar NEW */
header .top-bar-bg > .container {
    z-index: 99;
}

header .top-bar #lang_sel a.lang_sel_sel {
    background-image: none !important;
}

/* top bar menu & wpml new stuff */
.top-bar .top-bar-menu {
    display: inline-block;
}

.top-bar-menu > ul {
    margin: 0;
}

.top-bar-menu li {
    list-style: none;
    float: left;
    display: inline-block;
    position: relative;
    margin: 7px 15px 7px 0;
    top: 7px;
}

.top-bar-menu .menu_wpml_widget li,.top-bar-menu .menu_wpml_widget > ul {
    width: 50px !important;
}

.top-bar-menu #menu_top_bar > li:not(:first-child) > a {
    border-left: 1px solid;
    padding-left: 10px;
    width: 50px !important;
}

.top-bar .menu_wpml_widget {
    display: inline-block;
    float: right;
    z-index: 9999;
    width: 60px !important;
    margin-left: 15px;
}

.top-bar .menu_wpml_widget #lang_sel > ul > li > ul {
    left: 0 !important;
    z-index: 999999;
    width: 60px !important;
}

.top-bar .menu_wpml_widget #lang_sel > ul > li > ul > li > a {
    width: 100%;
    width: 60px !important;
}

header .top-bar #lang_sel a.lang_sel_sel,#lang_sel,#lang_sel li {
    width: auto !important;
    padding-top: 4px;
    border: none !important;
    padding-bottom: 6px;
}

#lang_sel li a {
    text-transform: uppercase !important;
    text-align: center !important;
}

#lang_sel li {
    z-index: 9999999;
}

#lang_sel a {
    padding-left: 0 !important;
}

#lang_sel ul ul {
    top: 35px;
}

#lang_sel ul li ul,#lang_sel ul a ul {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

#lang_sel ul li:hover ul,#lang_sel ul a:hover ul {
    opacity: 1;
}

header .top-bar #lang_sel a.lang_sel_sel i {
    position: relative;
    top: -2px;
}

/* endof top bar menu new stuff  */
.social-icons-fa {
    position: relative;
    float: left;
    margin-right: 15px;
}

.social-icons-fa ul {
    margin: 0;
    padding: 0;
}

.social-icons-fa ul li {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 6px 12px 5px -2px;
}

.navbar .social-icons-fa a,.navbar .phone-mail,.navbar .phone-mail a {
    color: #fff !important;
}

.social-icons-fa ul li a {
    font-size: 15px;
}

.navbar .social-icons-fa a,.navbar .phone-mail,.navbar .phone-mail a {
    color: #fff !important;
}

.top-bar .socialdiv {
    width: 100% !important;
    top: 0 !important;
    opacity: .9;
}

.top-bar .phone-mail {
    opacity: .9;
    position: relative;
    float: right;
    margin: 0 !important;
}

.down-button {
    text-align: center;
    display: none;
    top: 0;
}

.down-button i.fa-plus {
    float: right;
}

.top-bar .phone-mail i {
    top: 0px;
    padding: 0 9px;
    position: relative;
}

.top-bar .phone-mail li {
    list-style: none;
    float: left;
    margin: 7px 10px;
    font-size: 13px;
}

.top-bar .socialdiv ul li {
    margin: 0;
    opacity: .3;
}

.top-bar .phone-mail li:last-child {
    margin-right: 0;
}

.top-bar .phone-mail li.text_field {
    color: #fff !important;
    opacity: 1;
    margin: 0;
    padding: 7px 15px;
    margin-left: 10px;
}

.top-bar .socialdiv ul li:hover {
    opacity: 1;
}

.top-bar .phone-mail li:first-child i {
    font-size: 12px;
    margin-left: 0;
    top: 0px;
    padding-right: 11px;
}

.top-bar .phone-mail li:last-child i {
    padding-left: 10px;
}

.navbar .social-icons-fa ul li:hover a {
    background: transparent !important;
}

.navbar .phone-mail .fa-phone {
    font-size: 13px;
    top: 0;
}

.navbar .phone-mail .fa-map-marker {
    font-size: 14px;
    top: -2px;
}

.navbar .phone-mail .fa-info-circle {
    font-size: 15px;
    top: -1px;
}

@media (max-width: 767px) {
    .top-bar {
        padding: 1px 0;
        min-height: 0;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999999;
    }

    .navbar-default.default .navbar-nav > li a.icon-nav {
        display: none;
    }

    .top-bar .slidedown {
        display: none;
    }

    .down-button {
        display: block;
        margin: 0 auto;
        height: 20px;
        position: absolute;
        right: 0;
        z-index: 999999999;
    }

    .nav-topbar .down-button {
        display: block;
        width: 100%;
        margin: 0 auto;
        height: 22px;
        opacity: .6;
        filter: alpha(opacity=60);
        position: absolute;
    }

    .top-bar .phone-mail {
        text-align: center;
        float: none;
        width: 100%;
        display: inline-table;
    }

    .top-bar .phone-mail li {
        float: none;
        float: none;
        margin: 0 0 2px;
        padding: 0;
    }

    .top-bar .social-icons-fa {
        position: relative;
        float: none;
        width: 100%;
        text-align: center;
    }

    .top-bar .social-icons-fa ul li {
        text-align: center;
        float: none;
        display: inline-block;
    }

    .navbar .top-bar .down-button i {
        font-size: 10px;
        position: relative;
        color: #fff;
        right: -4px;
        top: 6px;
    }

    .navbar .down-button.current i {
        color: #fff;
    }

    .navbar .top-bar.opened .down-button i {
        color: #fff;
    }

    .navbar .top-bar:not(opened) .down-button i {
        color: #cbcbcc;
    }

    .nav-topbar .down-button:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar .social-icons-fa a {
        background: transparent !important;
    }
}

/* MENUS [NORMAL + MOBILE] */
header a.navbar-brand img {
    max-width: none;
}

header .nav-container {
    z-index: 10;
    position: relative;
}

header .top-bar {
    z-index: 9999999;
}

header .top-bar.opened {
    z-index: 999999999;
}

header .navbar-header {
    display: table-cell;
    vertical-align: middle;
    float: left;
    width: auto;
    z-index: 9999;
    position: relative;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu {
    position: static;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu > ul {
    width: 100vw;
    left: 0;
    display: table;
    padding: 20px 0;
    cursor: default;
    margin-left: 0;
    max-width: 1170px;
   -webkit-box-shadow: 0px 10px 25px 0 rgba(68,68,68,0.15);
    box-shadow: 0px 10px 25px 0 rgba(68,68,68,0.15);
}
.ult_pricing_table:hover {
    -webkit-box-shadow: 0 0 30px rgba(167,167,167,.3) !important;
    box-shadow: 0 0 30px rgba(167,167,167,.3) !important;
}
header.navbar .navbar-collapse ul li.hazel_mega_menu > ul > li {
    max-width: 25vw;
    width: 25.5%;
    display: table-cell;
    float: none;
    padding: 0 20px 0 0;
    cursor: default;
    vertical-align: top;
}
header.navbar .navbar-collapse ul li.hazel_mega_menu > ul > li:first-child {
    padding-left: 20px;
}

header.navbar.menu-square .navbar-collapse ul li.hazel_mega_menu > ul > li,header.navbar.menu-simple .navbar-collapse ul li.hazel_mega_menu > ul > li {
    padding: 0 20px 0 0;
}

header.navbar.menu-square .navbar-collapse ul li.hazel_mega_menu > ul > li:first-child,header.navbar.menu-simple .navbar-collapse ul li.hazel_mega_menu > ul > li:first-child {
    padding-left: 20px;
}

header.navbar .navbar-collapse li.hazel_mega_menu li {
    border-top: none !important;
}

header.navbar .navbar-collapse ul > li.hazel_mega_menu > ul > li:last-child {
    border-right: none;
}
header.navbar .navbar-collapse ul > li.hazel_mega_menu > ul > li:last-child ul{
	padding-right: 0 !important;
}
header.navbar .navbar-collapse ul li.hazel_mega_menu > ul > li.hazel_mega_hide_title > a {
    display: none;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu > ul > li > a {
    width: auto;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 16px;
    padding: 5px 15px 15px;
    letter-spacing: -.5px;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu ul li.current-menu-ancestor > a {
    font-weight: 800;
}

#site-header header.navbar .navbar-collapse ul li.hazel_mega_menu > ul > li:hover > a,#site-header header.navbar .navbar-collapse ul li.hazel_mega_menu ul li.current-menu-ancestor > a {
    background: none;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu ul li ul {
    position: relative;
    border-top: none;
    left: 0;
    cursor: default;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
}

li.des_mega_hide link > a {
    color: red !important;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu ul li:last-child ul {
    border-right: none;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu:hover ul li ul {
    visibility: visible;
    opacity: 1;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu ul li ul li a {
    padding: 11px 20px;
    line-height: 1.4em;
    width: auto;
}

header.navbar.menu-rounded .navbar-collapse ul li.hazel_mega_menu ul li ul li a {
    padding: 8px 20px;
}

header.navbar. .navbar-collapse ul li.hazel_mega_menu ul li a:hover,header.navbar .navbar-collapse ul li.hazel_mega_menu ul li.current-menu-item > a,.single-post header.navbar .navbar-collapse ul li.hazel_mega_menu ul li.current_page_parent > a,header.navbar .navbar-collapse ul li.hazel_mega_menu ul li.current-menu-ancestor > a {
    background: none;
}

header.navbar .navbar-collapse * {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

header.navbar .navbar-nav > li:not(.hazel_mega_menu) .dropdown-menu,header.navbar .navbar-nav > li.hazel_mega_menu > ul .dropdown-menu {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

header.navbar .navbar-nav > li.hazel_mega_menu > ul {
    -webkit-transition: opacity .3s ease-in-out,top .3s ease-in-out,visibility .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,top .3s ease-in-out,visibility .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,top .3s ease-in-out,visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,top .3s ease-in-out,visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out,top .3s ease-in-out,visibility .3s ease-in-out;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu.columns-2 > ul > li {
    width: 50%;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu.columns-3 > ul > li {
    width: 33.3%;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu.columns-4 > ul > li {
    width: 25%;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu.columns-5 > ul > li {
    width: 20%;
}

header.navbar .navbar-collapse ul li.hazel_mega_menu.columns-6 > ul > li {
    width: 16.6%;
}

/* EndOf Mega menu columns */
header.navbar .navbar-collapse ul li ul {
    position: absolute;
    top: 100%;
    margin: 0;
    left: 0;
    display: block;
    visibility: hidden;
    z-index: 9992;
    opacity: 0;
    pointer-events: none;
}

header.navbar .navbar-collapse ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

header.navbar .navbar-collapse ul li:hover {
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}

header.navbar .navbar-collapse ul li ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-weight: 800;
}

header.navbar .navbar-collapse ul li ul li a {
    display: block;
    background: none;
    border: none;
    margin: 0;
}

header.navbar.menu-rounded .navbar-collapse ul li ul li a {
    padding: 20px;
}

header.navbar.menu-square .navbar-collapse ul li ul li a {
    padding: 11px 20px;
    max-width: 100%;
}

header.navbar.menu-square .navbar-collapse ul li.hazel_mega_menu:hover ul li ul,header.navbar .navbar-collapse ul li.hazel_mega_menu:hover ul li ul {
    padding-right: 20px;
}


header.navbar.menu-rounded .navbar-collapse ul li ul li a {
    display: block;
    background: none;
    border: none;
    width: auto;
    padding: 0;
    margin: 0;
    padding: 7px 17px;
}

header.navbar.menu-rounded .navbar-collapse ul li:not[li.hazel_mega_menu] ul li {
    padding: 10px;
    width: auto;
}

header.navbar.menu-rounded .navbar-collapse ul li ul li a,header.navbar.menu-rounded .navbar-collapse ul li ul li:hover a {
    border-radius: 25px;
}

header.navbar.menu-rounded .navbar-collapse ul li:not[li.hazel_mega_menu] ul li a,header.navbar.menu-rounded .navbar-collapse ul li:not[li.hazel_mega_menu] ul li:hover a {
    padding: 7px 17px;
    border-radius: 25px;
}

header.navbar.menu-rounded .navbar-collapse ul li.hazel_mega_menu ul li:hover a > a {
    background: transparent !important;
}

header.navbar.menu-rounded .navbar-collapse li.hazel_mega_menu li li {
    border-top: none !important;
    padding: 3px 0;
    width: 91%;
}

header.navbar.menu-square .navbar-collapse li.hazel_mega_menu li li {
    border-top: none !important;
    padding: 2px 0;
}

.icon-with-desc5 .aio-icon-box.tooltip-icon .aio-icon-description {
    left: -20px;
}

header.navbar.menu-rounded .navbar-collapse ul li ul li {
    padding: 3px 15px;
}

header.navbar.menu-rounded .navbar-collapse ul li ul li.menu-item-depth-1:first-child,header.navbar.menu-rounded .navbar-collapse ul li ul li.menu-item-depth-2:first-child,header.navbar.menu-rounded .navbar-collapse ul li ul li.menu-item-depth-3:first-child {
    margin-top: 10px;
}

header.navbar.menu-rounded .navbar-collapse ul li ul li.menu-item-depth-1:last-child,header.navbar.menu-rounded .navbar-collapse ul li ul li.menu-item-depth-2:last-child,header.navbar.menu-rounded .navbar-collapse ul li ul li.menu-item-depth-3:last-child {
    margin-bottom: 10px;
}

/* mega pagetitle tweek */
body.content_after_header header,body.content_after_header .fullwidth-container {
    position: relative;
    float: left;
    width: 100%;
}

header.navbar .navbar-collapse ul li ul li ul {
    left: 100%;
    top: 0;
}

header.navbar .navbar-collapse ul li ul li ul:before,header.navbar .navbar-collapse ul li ul li ul:after {
    display: none;
}

header.navbar .navbar-collapse ul li ul li ul li a {
    padding-right: 20px;
}
body:not(.home):not(.page-template-template-home) header.headerclone {
    xposition: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

body.single-post header.headerclone {
    position: relative;
}

header.headerclone,header.headerclone * {
    visibility: hidden;
    transition: none !important;
}

.fullwidth-container {
    position: relative;
    width: 100%;
}

.fullwidth-container.parallax {
    position: inherit;
}

.fullwidth-container .pagetitle_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullwidth-container .center .pageTitle {
    max-width: 100% !important;
    width: 100% !important;
}

header.navbar.header_after_scroll {
    -webkit-box-shadow: 0 1px 6px 0 rgba(68,68,68,0.1);
    box-shadow: 0 1px 6px 0 rgba(68,68,68,0.1);
}

header .search_close i {
    font-size: 40px !important;
    color: #333 !important;
    top: -4px;
    position: relative;
}
header .search_input .search_close i{
	font-size: 20px !important;	
}

ul.dropdown-menu.sub-menu {
    text-align: left;
}

/* new tweeks */
.hazel_right_header_icons {
    position: absolute;
}

header.style1 .hazel_right_header_icons {
    position: relative;
    padding-left: 20px;
    float: right;
    width: auto;

}
header.style1.header_after_scroll .hazel_right_header_icons{
	padding-top: 1px;
}
.tparrows.uranus:before {
    color: #252525 !important;
}
.tparrows.uranus:hover:before {
    color: #252525 !important;
    opacity: 0.5;
}
.stats-top .aio-icon-top{
    margin-bottom: 10px !important;
}
header.style1 .hazel_little_shopping_bag_wrapper {
    padding-bottom: 0px;
    top: 0px;
}

header.style1 .menu-controls {
    position: relative;
    z-index: 9999;
    cursor: pointer;
}


.vc_custom_1469739486072 {
    padding-right: 80px !important;
    padding-left: 80px !important;
}

/* social icons no header */
header:not(.style1) .header_social_icons {
    display: table-cell !important;
    vertical-align: middle;
    margin-right: 20px;
}

header:not(.style1) .header_social_icons_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.header_social_icons div.social_container {
    position: relative;
    float: right;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: -1px 0 0 5px;
    padding: 0;
    line-height: 20px;
}

.header_social_icons div.social_container i {
    text-align: center;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* helper para o ajax do search */
/* Safari and Chrome */
@-webkit-keyframes desrotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes desrotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.desrotating {
    -webkit-animation: desrotating 2s linear infinite;
    -moz-animation: desrotating 2s linear infinite;
    -ms-animation: desrotating 2s linear infinite;
    -o-animation: desrotating 2s linear infinite;
    animation: desrotating 2s linear infinite;
}

.header_social_icons.with-social-icons {
    position: relative;
    padding-right: 15px;
    padding-left: 0 !important;
}

.rev-btn.Agency-NavButton i {
    position: relative;
    left: -2px !important;
}

/* dl-menu */
header .dl-menuwrapper {
    display: none !important;
    width: 100%;
}

header .dl-menuwrapper .dl-trigger-wrapper {
    width: 100%;
    text-align: right;
    float: right;
}

header .search_trigger,header .menu-controls,header .hazel_dynamic_shopping_bag,header .header_social_icons.with-social-icons {
    height: 100%;
    display: table-cell;
    right: 0;
    padding-left: 15px;
    vertical-align: middle;
    padding-top: 25px; */
    padding-bottom: 25px;
    padding-bottom: 25px;
}

/* IE 11 hack */
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    header .search_trigger,header .menu-controls,header .hazel_dynamic_shopping_bag,header .header_social_icons.with-social-icons {
        display: none;
    }
}

header .search_trigger i,header .hazel_dynamic_shopping_bag .hazel_little_shopping_bag_wrapper {
    display: table-cell;
}

header .search_trigger i,header .search_trigger_mobile i {
    padding-top: 0;
    cursor: pointer;
    position: relative;
    top: 0px;
}

header .search_trigger i {
    font-size: 17px !important;
    font-weight: 700;
}

header form.search_input .container {
    position: relative;
}

header .search_input {
    position: fixed;
    pointer-events: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    z-index: 1.0E+19;
    overflow: hidden;
    background: rgba(0,0,0,.85);
    position: absolute;
}

header .search_input > .container :not(.hidden):not(.ajax_search_results) {
    position: relative;
    float: left;
    line-height: 100%;
    text-align: left;
    letter-spacing: -2px;
}

header .search_input .ajax_search_results * {
    letter-spacing: normal !important;
}

header .search_input > .container {
    height: 100%;
}

header .search_close {
    cursor: pointer;
    font-size: 40px;
    color: #FFF;
    position: relative;
    top: 0;
    padding: 35px 20px 0 0;
    float: right !important;
    margin-right: 25px;
    z-index: 99999;
}

header .search_close i {
    padding-right: 0;
}

header .search_input input.search_input_value {
    position: relative !important;
    height: 100%;
    width: 100%;
    border: 0;
    background: none;
    color: #FFF;
    font-size: 2em;
    outline: 0;
    box-shadow: none;
    padding: 100px;
	letter-spacing: -1px;
}

header .search_input input.hidden {
    display: none;
}

header .search_input .ajax_search_results {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
}

header .search_input .ajax_search_results ul {
    width: 100%;
    margin: 0;
    max-height: 30vh;
    background: rgba(0,0,0,.85);
    overflow-y: visible;
}

header .search_input .ajax_search_results ul li {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #525252;
    margin: 0;
    padding: 0 3%;
}

header .search_input .ajax_search_results ul li:last-child {
    border-bottom: none !important;
}

header .search_input .ajax_search_results ul li a {
    padding: 10px 0;
    width: 100%;
    color: #DDD;
}

header .search_input .ajax_search_results ul li span,header .search_input .ajax_search_results ul li span i {
    float: none;
    font-size: .9em;
    line-height: 1.2em;
    color: #D5D5D5;
    vertical-align: baseline;
    padding-right: 0;
}

header .search_input .ajax_search_results ul li.selected {
    background: #525252;
}

header .search_input .ajax_search_results ul li.selected a {
    color: #FFF;
}

/* Search Overlay Effects */
header .search_input.slide_left {
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
}

header .search_input.slide_right {
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
}

header .search_input.slide_left.open,header .search_input.slide_right.open {
    width: 100vw;
}

header .search_input.slide_top {
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
}

header .search_input.slide_bottom {
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 0;
}

header .search_input.slide_top.open,header .search_input.slide_bottom.open {
    height: 100%;
}

header .search_input.unfold_horizontal {
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
}

header .search_input.unfold_horizontal.open {
    left: 0;
    width: 100%;
}

header .search_input.unfold_vertical {
    top: 50%;
    left: 0;
    width: 100vw;
    height: 0;
}

header .search_input.unfold_vertical.open {
    top: 0;
    height: 100%;
}

header .search_input.unfold_center {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
}

header .search_input.unfold_center.open {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
}

header .search_input.unfold_top_left {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

header .search_input.unfold_top_right {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
}

header .search_input.unfold_bottom_left {
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
}

header .search_input.unfold_bottom_right {
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
}

header .search_input.unfold_top_left.open,header .search_input.unfold_top_right.open,header .search_input.unfold_bottom_left.open,header .search_input.unfold_bottom_right.open {
    width: 100vw;
    height: 100%;
}

header .search_input.fade,header .search_input.none {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: absolute;
    z-index: 9999999;
}

header .search_input.fade.open,header .search_input.none.open {
    opacity: 1;
}

header .search_input.none {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

header .search_input.open {
    pointer-events: auto;
    overflow: visible;
}

/***************************************************************
					  TOOLTIP OPEN BT
***************************************************************/
a.team-profile .tooltip-desc,.overlay-thumb-tem {
    height: 0;
    visibility: hidden;
    position: relative;
    text-align: center;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    top: 0;
    opacity: 0;
}

a.team-profile:hover .tooltip-desc {
    visibility: visible;
    top: -50px;
    opacity: 1;
    z-index: 2;
}

.overlay-thumb-tem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(2555,255,255,0.4);
}

a.team-profile:hover .overlay-thumb-tem {
    visibility: visible;
    top: 0;
    opacity: 1;
}

/***************************************************************
					 MODAL TEAM PROFILE
***************************************************************/
/*
a.team-profile:hover {
    cursor: pointer;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: auto;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
    text-align: left;
}

.modal .close {
    float: right;
    background: url(//www.kaethr.media/wp-content/themes/hazel/images/sprite.png) -188px 3px no-repeat;
    width: 46px;
    height: 46px;
    margin: 0 0 -40px;
    z-index: 1000;
    text-indent: -9999px;
    top: 0;
    position: absolute;
    right: 0;
}

.tm-info {
    overflow-y: auto;
    text-align: left;
    margin: 6% auto;
    position: relative;
}

.tm-info .container {
    border-bottom: 1px solid #ededed;
    position: relative;
}

.tm-info .member-desc {
    padding: 0 60px 40px;
}

.tm-info .member-pos {
    position: absolute;
    top: 40px;
    right: 40px;
}

.tm-info .member-pos2 {
    position: absolute;
    top: 20px;
    right: 0;
}

.tm-info .member-pos3 {
    position: absolute;
    top: 20px;
    right: 0;
}

.tm-info .member-cont {
    position: absolute;
    left: 0;
    top: -35px;
}

.tm-info h2 {
    font-weight: 800;
    font-size: 4em;
    margin-bottom: 5px;
}

.tm-info h4 {
    color: #04acbb;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.4em;
}

.social-font-awesome {
    position: relative;
    margin-top: 20px;
}

.social-font-awesome li {
    position: relative;
    float: left;
    list-style-type: none;
    margin-right: 20px;
}

.social-font-awesome li a {
    font-size: 1.3em;
    color: #444;
}
*/

/* ANIMATIONS */
.loaded .animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -ms-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .95;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .95;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .95;
    }
}

/* draggable items from the slick js instances */
.slick-list.draggable {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -ms-grab;
    cursor: -o-grab;
    cursor: grab;
}

/* greyscale classes for the masses */
img.hazel_grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;    
}

img.hazel_grayscale:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}

#back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99999;
    margin: 0;
    display: none;
}

#back-top a {
    width: 40px;
    height: 40px;
    display: block;
    background: rgba(0,0,0,0.15);
    display: table;
}

#back-top a:hover {
    background: rgba(0,0,0,0.25);
}

#back-top a i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}

.vc_cta3-container {
    margin-bottom: 0 !important;
}
span.wpcf7-list-item {
    display: block !important;
    margin: 0 0 0 1em;
}
/* vc editor frontend tweaks for our shortcodes */
body.vc_editor .vc_verticaltabs .vc_controls-out-tl {
    left: 38%;
    left: calc(50% - 130px);
}

body.vc_editor .vc_verticaltabs .vc_verticaltab > .vc_controls .vc_controls-out-tl {
    top: 10px;
}

body.vc_editor .vc_verticaltabs .vc_verticaltab > .content,body.vc_editor .vc_verticaltabs .tab-selector {
    padding-top: 40px;
}

body.vc_editor .vc_verticaltabs .vc_verticaltab.vc_empty > .content {
    margin-top: 50px;
    top: 15px;
}

body.vc_editor .vc_verticaltabs .tab-selector .label.add-new-tab {
    position: absolute;
    top: 97%;
    padding: 15px;
    left: -15px;
    color: #333;
    cursor: pointer;
}

body.vc_editor .vc_verticaltabs .special_tabs.icontext .tab-selector .label.add-new-tab,body.vc_editor .vc_verticaltabs .special_tabs.text .tab-selector .label.add-new-tab {
    left: 0;
}

body.vc_editor section.special_tabs {
    padding-bottom: 30px;
}

.vc_row-full-width .upb_row_bg[data-bg-override="ex-full"] {
    z-index: -1;
    margin-left: 1.1%;
}

/* TreeThemes Visual Composer & Addons Styles */
.wpb_row,.wpb_content_element {
    margin-bottom: 0 !important;
}

.just-icon-align-left {
    float: left;
    margin-right: 10px;
}

/* Edit CubePortfolio */
.cbp-caption-fadeIn .cbp-caption:hover .cbp-l-caption-title,.cbp-caption-fadeIn .cbp-caption:hover .cbp-l-caption-desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cbp-caption-fadeIn .cbp-l-caption-title {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cbp-caption-fadeIn .cbp-l-caption-title,.cbp-caption-fadeIn .cbp-l-caption-desc {
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}

.projects_media.fullwidth_media {
    position: relative;
    top: -50px;
}

/* new awesome cube filters alignment */
.cbp-l-filters-dropdown.des-align-left .cbp-l-filters-dropdownWrap {
    left: 0;
}

.cbp-l-filters-dropdown.des-align-right .cbp-l-filters-dropdownWrap {
    right: 0;
}

.cbp-l-filters-dropdown.des-align-center .cbp-l-filters-dropdownWrap {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cbp-l-filters-button.des-align-center,.cbp-l-filters-alignLeft.des-align-center,.cbp-l-filters-alignCenter.des-align-center,.cbp-l-filters-alignRight.des-align-center,.cbp-l-filters-buttonCenter.des-align-center,.cbp-l-filters-work.des-align-center {
    text-align: center;
}

.cbp-l-filters-button.des-align-left,.cbp-l-filters-alignLeft.des-align-left,.cbp-l-filters-alignCenter.des-align-left,.cbp-l-filters-alignRight.des-align-left,.cbp-l-filters-buttonCenter.des-align-left,.cbp-l-filters-work.des-align-left {
    text-align: left;
}

.cbp-l-filters-button.des-align-right,.cbp-l-filters-alignLeft.des-align-right,.cbp-l-filters-alignCenter.des-align-right,.cbp-l-filters-alignRight.des-align-right,.cbp-l-filters-buttonCenter.des-align-right,.cbp-l-filters-work.des-align-right {
    text-align: right;
}

.cbp-l-filters-list.des-align-left {
}

.cbp-l-filters-list.des-align-right {
}

.cbp-l-filters-list.des-align-center {
    width: auto;
    text-align: center;
    margin: 0 auto 30px;
}

.cbp-l-filters-dropdownHeader {
    text-align: left;
}

.vc_row.vc_row-no-padding .wpb_column.vc_col-sm-6 .fb_type_button_count,.vc_row.vc_row-no-padding .container .cbpw-ajax-block .fb_type_button_count {
    margin-left: 15px !important;
}

/* remove paddings from container on filters */
.cbp-l-filters-button,.cbp-l-filters-dropdown,.cbp-l-filters-alignLeft,.cbp-l-filters-alignCenter,.cbp-l-filters-alignRight,.cbp-l-filters-list,.cbp-l-filters-buttonCenter,.cbp-l-filters-work {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* New Social Icons Effects */
/* Effect 5 */
#big_footer .social-icons-fa a i {
    box-shadow: 0;
    overflow: hidden;
}

.social-icons-fa a {
    position: relative;
}

#big_footer .social-icons-fa a i {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 0 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

#big_footer .social-icons-fa a i:after {
    display: none;
}

#big_footer .social-icons-fa a i:before {
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

#big_footer .social-icons-fa a i:hover:before {
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}



.page-template-blog-template-php .blog-default.wideblog .blog-default-bg {
    padding-right: 0;
}

.cbp-l-filters-dropdownWrap {
    width: 210px;
}

.portfolio_type-singlepageoverlay .fullwidth_media.col-md-12 .flexslider {
    max-width: 100%;
    min-height: auto;
}

/* 404 Page */
.error-c {
    text-align: center;
    border: 4px solid;
    padding: 200px;
    border: none;
    display: inline-block;
}
.error404 header.navbar {
    background-color: rgba(16,16,16,1) !important;
}
.heading-error{
    letter-spacing: 1px !important;
}

.error-c img {
    margin: 40px 0;
}

.errorbutton {
    font-family: 'Arial',sans-serif !important;
    font-weight: 100 !important;
    border-radius: 3px !important;
    font-size: 11px;
    padding: 10px 18px;
    color: #fff !important;
    margin: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
}

.errorbutton:hover {
    background: #38373A;
}

.error404 .text-error {
    font-size: 21px;
    line-height: 34px;
    max-width: 90%;
    text-align: center;
    margin: 20px auto;
    display: block;
}

.small_light_white {
    text-align: left !important;
}

.des-sc-dots-divider {
    border-top: 1px solid #ededed;
    margin: 10px 0 20px;
}

.search-results .blog_excerpt {
    display: none;
}

.full_media #the_movies .fluid-width-video-wrapper {
    padding-top: 56.321429% !important;
}

.left_media #the_movies .fluid-width-video-wrapper,.single-post .vendor .fluid-width-video-wrapper,.page-template-blog-template .vendor .fluid-width-video-wrapper,.des_recent_posts_widget .vendor .fluid-width-video-wrapper {
    padding-top: 56.321429% !important;
}

.fullwidth_media #the_movies .fluid-width-video-wrapper,.archive .vendor .fluid-width-video-wrapper {
    padding-top: 54.321429% !important;
}

.widget.des_cubeportfolio_widget .slick-list.draggable {
    min-height: 200px;
}

.page-template-blog-masonry-template .vendor .fluid-width-video-wrapper {
    padding-top: 56.321429% !important;
}

.cbp-popup-singlePageInline .left_media #the_movies .fluid-width-video-wrapper {
    padding-top: 62.321429% !important;
}

.page-template-blog-template .youtube .vendor .fluid-width-video-wrapper {
    padding-top: 55.321429% !important;
}

.page-template-blog-masonry-template .youtube .vendor .fluid-width-video-wrapper {
    padding-top: 55.321429% !important;
}

.page-template-blog-template .video-wrapper {
    margin-bottom: 35px;
}

.archive .video-wrapper {
    margin-bottom: 30px;
}

.search_trigger_mobile {
    display: none;
}

header .top-bar li,header .top-bar a,header .top-bar ul.phone-mail li a {
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer;
    line-height: 26px;
}

header .top-bar a,header .top-bar ul.phone-mail li a {
    cursor: pointer;
}

.btn-contact-left {
    position: relative;
    float: left;
}

.btn-contact-left.align-right {
    float: right;
}

.btn-contact-left input:hover {
    background: #303030;
}

.btn-contact-left.inversecolor input {
    background: #303030 !important;
}

/* Sidebar Options */

.archive .blog-default-bg {
    padding: 0 20px 40px 0;
}

.page_content.right {
    border-left: 1px solid #f3f3f3;
}

.page_content.left {
    border-right: 1px solid #f3f3f3;
}

.page_content.right.sidebar,.page_content.left.sidebar {
    border: none;
    z-index: 99;
}

.page_content.left,.page_content.left.sidebar {
    padding: 50px 40px 50px 0;
}

.page_content.right,.page_content.right.sidebar {
    padding-left: 40px;
    padding-top: 50px;
    padding-right: 0;
}

.page .page_content.right {
    padding: 50px 0 50px 50px;
}
.page-template-blog-masonry-template .page_content.right{
	padding-left: 35px;
}
.page .page_content.left {
    padding-left: 0;
    padding-top: 50px;
    padding-right: 50px;
}
.blog-default .page_content.left{padding-right: 35px;}

.page .page_content.left .container {
    padding-left: 0;
}

.page .page_content.left.sidebar {
    padding-right: 50px;
    padding-top: 50px;
    padding-left: 0;
    z-index: 99;
}

.page .page_content.left.sidebar .container,.page .page_content.right.sidebar .container {
    padding: 0;
}

.page.page-template-blog-template .page_content.left.sidebar,.page.page-template-blog-template .page_content.right.sidebar,.page.page-template-blog-template .page_content.left,.page.page-template-blog-template .page_content.right {
    padding-top: 80px;
}

.archive .page_content.left {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 40px;
}

.search-results .page_content.left {
    padding: 40px 20px 40px 0;
}

.search-results .page_content.right.sidebar {
    padding-top: 50px;
}

.search-results .page_content.left .container {
    padding-left: 0;
}

.woocommerce-page .page_content.right,.woocommerce-page .page_content.right.sidebar {
    padding-left: 35px;
    padding-right: 0;
}


.tp-caption.hazel-smallthingrey,.hazel-smallthingrey {
    text-align: left !important;
}

.footer_sidebar .des_cubeportfolio_widget .ult-carousel-wrapper {
    margin-top: -10px !important;
}

.footer_sidebar .des_cubeportfolio_widget .ult-carousel-wrapper .slick-dots {
    margin-top: -10px !important;
}
.footer_sidebar .des_cubeportfolio_widget .ult-carousel-wrapper .slick-dots li{border: none !important;}
.video_widget .fluid-width-video-wrapper {
    padding-top: 56.170732% !important;
}

.sidebar .video_widget .video_frame {
    margin-top: 20px;
}

.ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

a.aio-icon-read {
    font-weight: 700 !important;
    font-size: 11px !important;
    letter-spacing: 1px;
/*     float: left; */
    width: auto;
    display: table;
}

.hermes .tp-bullet {
    background-color: rgba(0,0,0,0.1) !important;
}

.type-portfolio h2 {
    letter-spacing: -.5px !important;
}

.aio-icon-read:hover {
    color: #3f3f3f !important;
    padding-left: 5px;
}

.aio-icon-read:before {
    position: relative;
    left: 0;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    color: #666;
    line-height: 1;
    float: right;
    opacity: 0;
    padding-right: 0;
    line-height: 15px;
    width: auto;
    opacity: 0;
    top: 1px;
    font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f105";
}
.stats-top .aio-icon-top{margin-bottom: 20px;}
.aio-icon-read:hover:before {
    left: 8px;
    opacity: 1;
}

header.style1 .nav-container .header_social_icons.with-social-icons i {
    top: -3px;
}

.portfolio_type-singlepageinlineajax-grid .proj-content {
    min-height: 500px !important;
}

#big_footer a.footer_logo:hover,#big_footer .social-icons-fa a:hover {
    background-color: transparent !important;
}

/* TreeThemes Visual Composer */
.wpb_row,.wpb_content_element,ul.wpb_thumbnails-fluid > li,.wpb_button {
    margin-bottom: 0 !important;
}

.hermes .tp-arr-imgholder {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.vc_general.vc_btn3 {
    font-weight: 600 !important;
}

/* TreeThemes Visual Composer Addons*/
.ult_design_4 .ult_pricing_table {
    box-shadow: 0 0 7px rgba(167,167,167,0.2) !important;
}

.ult_featured .ult_pricing_table {
    -webkit-transform: scale(1.03) !important;
    -moz-transform: scale(1.03) !important;
    -o-transform: scale(1.03) !important;
    -ms-transform: scale(1.03) !important;
    transform: scale(1.2) !important;
}

.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button {
    margin-bottom: 20px !important;
}

.ult_pricing_table .ult_price_link .ult_price_action_button {
    font-weight: 600 !important;
    padding: 12px 20px !important;
}

button.ubtn {
    margin-right: 10px !important;
    margin-top: 10px !important;
}

a.ubtn-link {
    margin: 15px 0 0 -15px !important;
}
a.ubtn-link {
    margin-top: 0 !important;
}
.flip-box-wrap .ifb-front,.flip-box-wrap .ifb-back {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    min-height: 220px !important;
}

.flip-box-wrap .ifb-front,.flip-box-wrap .ifb-back {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 5px !important;
    min-height: 220px !important;
}

.flip-box-wrap .ifb-jq-height .ifb-back {
    display: table !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: 100% !important;
    bottom: 0 !important;
}

.ifb-flip-box-section.ifb-flip-box-section-vertical-middle {
    vertical-align: middle !important;
}

.ifb-flip-box-section {
    display: table-cell !important;
}

.flip-box-wrap .flip-box-icon {
    display: block !important;
    margin: 20px auto !important;
}

.flip-box-wrap .flip-box h3 {
    margin: 15px 0 12px !important;
    display: block !important;
    padding: 0 36px !important;
}

.left-icon .aio-icon-header,.make-p-small,.make-p-small p {
    font-size: 1em !important;
    line-height: 1.75em !important;
}

.right-icon .aio-icon-right .aio-icon {
    margin-left: 25px !important;
}

.ifb-flip-box-section.ifb-flip-box-section-vertical-middle {
    -moz-backface-visibility: initial !important;
    -webkit-backface-visibility: initial !important;
    backface-visibility: initial !important;
}

.aio-icon-component .aio-icon-box.square_box-icon {
    padding: 25px 17px !important;
}

.square_box-icon .aio-icon-header h3.aio-icon-title {
    margin: 30px 0 15px !important;
}

.left-icon .aio-ibd-block {
    padding: 0 6px !important;
    position: relative !important;
}

.aio-icon-box,.wpb_column>.wpb_wrapper .aio-icon-component .aio-icon-box {
    margin-bottom: 5px !important;
    padding: 0 !important;
}

.slick-slider {
    margin-bottom: auto !important;
}

.upb_video-bg,.html5-video-content,.html5-video-player .video-stream {
    left: 0 !important;
}
/* Fix video Section WP 5.5 + New Addons*/
.upb_video_class{
	overflow-y: hidden !important;
}
.upb_video-wrapper .inline-YTPlayer{
	position: inherit !important;
}
.upb_video-wrapper .upb_video-bg {
    position: absolute !important;
	overflow-y: hidden !important;
}
.ult-team-member-wrap{
    margin-bottom: 0 !important;
}
.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}

.uvc-sub-heading p {
    line-height: 1.7em !important;
}

.mobile-apple-btn .ubtn-text,.mobile-google-btn .ubtn-text {
    margin-left: 25px !important;
}

.ult_countdown.ult-cd-s1 .ult_countdown-section .ult_countdown-amount {
    display: block;
    padding-bottom: 10px !important;
    padding-top: 8px !important;
}

.ult_countdown .ult_countdown-section .ult_countdown-period {
    padding: 0 4px;
    font-size: 13px;
    position: relative;
    top: 0;
    width: 100%;
    float: left;
}

.map_info_text {
    padding: 8px 2px 2px;
}

.wpb_single_image .vc_box_border.vc_box_border_grey,.wpb_single_image .vc_box_border_circle.vc_box_border_grey {
    background-color: #F5F5F5 !important;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border,.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
    padding: 3px;
}

.slidedown .col-sm-12 {
    padding: 0;
}

.navbar .social-icons-fa a i {
    font-size: 13px;
    padding-right: 5px;
    font-weight: 100;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
    border-color: #fff !important;
}

.cbp-l-filters-alignCenter.container {
    padding: 0 !important;
}

.portfolio_type-singlepageinlineajax-grid .wpb_column {
    padding-right: 20px;
}

/* TreeThemes Revolution SLider */
.gyges .tp-tab-date {
    text-align: left;
}

.gyges .tp-tab {
    border-bottom: none !important;
}

.page-template-blog-masonry-template .blog-default .container {
    opacity: 0;
}

#simpleselect_billing_country {
    display: none !important;
}

.top-bar .social-icons-fa ul li:last-child {
    margin-right: 0 !important;
}

#menu_top_bar > li ul li a {
    text-align: left !important;
}

/* BOXED Page */
body#boxed_layout {
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
}

.boxed_layout {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9999999999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.boxed_layout .des_cubeportfolio_widget:not(.wpb_widgetised_column .des_cubeportfolio_widget) {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    float: none;
}

.boxed_layout header.navbar {
    width: 1200px;
    margin: 0 auto;
    float: none;
}

.single.single-portfolio .boxed_layout {
    box-shadow: none;
}

.cbp-popup-singlePage .cbp-popup-content {
    max-width: 1170px !important;
}

.cbp-popup-singlePage .cbp-popup-content .proj-content {
    width: 100% !important;
}

.widget des_cubeportfolio_widget .slick-list {
    min-height: 310px !important;
}

.sidebar .widget des_cubeportfolio_widget .slick-list {
    min-height: 200px !important;
}

/* VC Adjustments */
.vc_progress_bar .vc_single_bar .vc_label {
    text-transform: uppercase !important;
    font-size: 11px !important;
    font-weight: 300 !important;
}

.vc_btn3-container.vc_btn3-left {
    float: left !important;
    margin-right: 20px !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    font-weight: 700 !important;
    padding: .7em 1em !important;
}

.vc_progress_bar .vc_single_bar:last-child {
    margin-bottom: 20px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.vc_single_bar .pointerval .vc_label_units {
    background: transparent;
    padding: 0;
    z-index: 99;
    font-size: 10px;
    line-height: 38px;
    float: left;
    font-weight: 300;
    right: 0 !important;
    position: relative;
}

.vc_progress_bar .vc_single_bar .vc_bar {
    transition: width .9s linear;
    -moz-transition: width .9s linear;
    -webkit-transition: width .9s linear;
    -o-transition: width .9s linear;
}

.vc_progress_bar .vc_single_bar {
    background: rgba(0,0,0,0.1) !important;
    -webkit-box-shadow: none !IMPORTANT;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.dark-progressbar-bg.vc_progress_bar .vc_single_bar {
    background: rgba(255,255,255,0.15) !important;
}

.vc_single_bar .pointerval {
    position: absolute;
    bottom: -2px;
    background: transparent;
    width: 0;
}

.ult_tabmenu.style2 li.ult_tab_li a {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.rev-btn:not[.VideoControls-Play] {
    padding: 14px 22px 15px !important;
    font-family: 'Montserrat','Arial',sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
}

.vc_btn3.vc_btn3-size-sm {
    padding: 12px 20px !important;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right {
    padding: 12px 40px 12px 20px !important;
}

.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited {
    letter-spacing: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.rev-btn.rev-medium,.rev-btn.rev-medium:visited {
    font-size: 12px !important;
    padding: 12px 25px !important;
}

.rev-btn.rev-small,.rev-btn.rev-small:visited {
    font-size: 11px !important;
    padding: 10px 20px !important;
}

.ultimate-vticker ul li {
    font-weight: 700 !important;
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 3px !important;
}

.tp-caption.rev-btn.small-rounded {
    border-radius: 3px !important;
}

.rev-btn.rev-hiddenicon i {
    font-size: 14px !important;
    top: 1px !important;
}

.vc_btn3.vc_btn3-style-custom {
    background-image: none !important;
}

.vc_single_bar .pointerval {
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
}

.vc_progress_bar .vc_single_bar .vc_label {
    padding: 0 !important;
    margin-bottom: 35px;
    height: 5px;
    padding-left: 0px !important;
    top: -26px;
    letter-spacing: 3px;
}

.vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0 !important;
    font-size: 11px !important;
}

.ubtn-ctn-left .ubtn {
    float: left !important;
}

/* ff fixs */
.ifb-flip-box-section.ifb-flip-box-section-vertical-middle {
    -moz-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
}

.flip-box-wrap .ifb-flip-box {
    display: inline-block !important;
}

.hazel_icon_container {
    display: none;
}

.widget h2 > .widget_title_span,.wpb_content_element .wpb_accordion_header a,.custom-widget h4,.widget.des_cubeportfolio_widget h4,.widget.des_recent_posts_widget h4,.contact-widget-container h4,a#send-comment,.widget h4, .hazel-push-sidebar-content h4 {
    font-weight: 700 !important;
    font-size: 11px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.des_recent_posts_widget .ult-carousel-wrapper .slick-dots li i {
    color: #CECECE !important;
}

.video-controls {
    width: 100%;
}

.tags-on-icons {
    float: left;
    margin-right: .3em;
}

.logo_normal {
    position: relative;
}

.logo_retina {
    position: relative;
    display: none;
}

.hazel_icon_container,#templatepath,.hazel_demo_status,#homePATH,#back_top {
    display: none;
}

.hazel_icon_container .clear {
    height: 10px;
}

.hazel_little_shopping_bag {
    background: transparent !important;
}

#html5video {
    position: relative;
    float: left;
    width: 100%;
}

.master_container {
    background-color: #fff;
}

#mc_embed_signup_scroll div[aria-hidden="true"] {
    position: absolute;
    left: -5000px;
}

.ult-carousel-wrapper.cbp-ready .cbp > * > * {
    visibility: visible;
}

.aio-icon-tooltip .aio-icon.circle:after {
    pointer-events: none;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.aio-icon-tooltip .aio-icon.square:after {
    pointer-events: none;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.cbp-popup-content #hazel_website_load {
    display: none !important;
}

/* Effect 1 */
.aio-icon-tooltip .aio-icon {
    -webkit-transition: background 0.2s,color .2s !important;
    -moz-transition: background 0.2s,color .2s !important;
    transition: background 0.2s,color .2s !important;
    cursor: pointer;
}

.tooltip-icon .aio-icon {
    position: relative !important;
}

.aio-icon-tooltip .aio-icon:after {
    margin-top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #fff;
    -webkit-transition: -webkit-transform 0.2s,opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s,opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s,opacity .2s;
    transform: scale(.5);
    opacity: 0;
    position: absolute;
    width: inherit;
    height: inherit;
}

/* Effect 1a */
.aio-icon-tooltip .aio-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(0.95);
    opacity: 1;
}

/* Effect 1b */
.aio-icon-tooltip .aio-icon:hover {
    color: #fff;
}

.aio-icon-tooltip .aio-icon:hover {
    color: #fff;
}
.vc_custom_1437260036157 {
    padding-right: 40px !important;
}
/* TOOLTIP DETAILS */
.aio-icon-box.tooltip-icon .aio-icon-description {
    color: rgba(255,255,255,.8) !important;
    top: auto;
    bottom: 100%;
    min-width: 240px;
    left: 0px;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    display: none;
    background: #000;
    background: rgba(0,0,0,.95);
    opacity: 0;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
    font-size: 13px !important;
    line-height: 1.4em !important;
    font-weight: 600;
    z-index: 99;
}
.aio-icon-box.tooltip-icon .aio-icon-description p{text-align: center !important;}
.aio-icon-box.tooltip-icon .aio-icon-header {
    margin-top: 20px !important;
}

.aio-icon-box.tooltip-icon .aio-icon-description,.aio-icon-box.tooltip-icon .aio-icon-description p,.aio-icon-description li {
    color: rgba(255,255,255,.8) !important;
    font-size: 13px !important;
    line-height: 1.4em !important;
}

.aio-icon-description ul {
    margin-top: 10px !important;
}

.aio-icon-box.tooltip-icon .aio-icon-description.visible,.aio-icon-box.tooltip-icon .aio-icon-description:hover {
    display: block;
    opacity: 1;
    -webkit-animation: all ease-in 1s;
    -moz-animation: all ease-in 1s;
    animation: all ease-in 1s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

.aio-icon-box.tooltip-icon .aio-icon-description .tooltip-arrow-down {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0,0,0,.95);
}

.aio-icon-box.tooltip-icon .aio-icon-description :not(ul):not(li) {
    line-height: 1em;
    margin: 0;
    font-weight: normal !important;
}

.aio-icon-box.tooltip-icon .aio-icon-description ul,.aio-icon-box.tooltip-icon .aio-icon-description li {
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.testimonials-style2 .slick-list {
    width: 80%;
    margin: 0 auto;
}

.vc_col-sm-6 .testimonials-style2 .slick-list,.vc_col-sm-8 .testimonials-style2 .slick-list {
    width: 100%;
    margin: 0 auto;
}

.testimonials-style2 .slick-next,.testimonials-style2 .slick-prev,.testimonials-style2 .slick-next:focus,.testimonials-style2 .slick-prev:focus {
    width: 60px;
    height: 60px;
    background: transparent;
}

.testimonials-style2 .slick-next i,.testimonials-style2 .slick-prev i {
    font-size: 18px;
    font-weight: 400;
}


.testimonials-style2 .slick-next:hover i:before,.testimonials-style2 .slick-prev:hover i:before,.testimonials-style2 .slick-next:hover i:focus,.testimonials-style2 .slick-prev:focus i:before {
    opacity: 0.6;
}

.cover-test-img::before {
    position: absolute;
    top: 35px;
    left: 31px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 1;
    float: left;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10e";
}

.ult-carousel-wrapper.ult_horizontal .slick-prev {
    left: -10px !important;
}

.ult-carousel-wrapper.ult_horizontal .slick-next {
    right: -10px !important;
}

.ult_pricing_table .ult_price_features ul li {
    text-align: center !important;
}

.team-position {
    font-size: .8em;
}

.des_cubeportfolio_widget .ult-carousel-wrapper {
    padding-bottom: 0 !important;
}

.about-me-page {
    padding: 140px !important;
    height: 100%;
}

.full-wide-height-img img {
    width: 100% !important;
    height: 100% !important;
}

.wpcf7 .hazel-request-quote.f1 p,.wpcf7 .hazel-request-quote.f2 p {
    width: 46%;
    margin: 40px 20px 0 !important;
}

.wpcf7 .hazel-request-quote.f3 p {
    margin: 40px 20px 0 !important;
}

.wpcf7 .hazel-request-quote.f3 textarea {
    width: 95.5%;
}

.wpcf7 .hazel-request-quote.f3 .bt-contact {
    margin: 40px 20px !important;
}

.flip-box-wrap .flip_link a {
    display: block;
    position: relative;
    display: inline-block !important;
    color: #fff;
    font-size: 11px !important;
    font-weight: 700;
    padding: 5px 15px !important;
    margin: 0 !important;
    border-radius: 3px;
}

/* New Accodion*/
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: transparent !important;
    background-color: transparent !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a,.vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 0 0 0 35px !important;
}

.vc_tta.vc_general .vc_tta-panel-title {
    margin: 0;
    line-height: 1;
    border: none;
    padding: 5px 0;
    margin-bottom: 5px !important;
    background: transparent;
    color: #333;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    font-weight: 600 !important;
    font-size: 12px;
    font-family: 'Nunito','Arial',sans-serif;
    etter-spacing: 3px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a,.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab a,.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab a {
    color: #303030 !important;
    font-weight: 600 !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Nunito','Arial',sans-serif;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 35px !important;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 14px 30px;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    background: transparent !important;
    width: 20px;
    height: 20px;
    border-radius: none;
    left: 0 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a i.vc_tta-controls-icon {
    background: transparent !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #333 !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    left: 5px !important;
    width: 10px;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    top: 5px !important;
    height: 10px !important;
}

/* .vc_tta.vc_general .vc_tta-panel-body {padding: 15px 20px 25px 25px !important;} */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #101010 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent !important;
    border-color: transparent !important;
}

.vc_tta.vc_general .vc_tta-panel-body {
    padding-left: 35px !important;
}

.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
    padding-left: 20px !important;
    padding-top: 20px !important;
}

.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body {
    padding-left: 35px !important;
    padding-top: 0 !important;
}

h2.secondaryTitle {
    line-height: 1.75em !important;
}

.right h2.secondaryTitle {
    padding-left: 40%;
}

.center h2.secondaryTitle {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
    border-width: 10px !important;
}

.ult_pricing_table .ult_price_link .ult_price_action_button {
    font-size: 12px !important;
    font-family: 'Montserrat','Arial',sans-serif !important;
    font-weight: 700 !important;
}

.ult_pricing_table .ult_pricing_heading {
    padding: 20px 0 0 !important;
}

.ult_pricing_table .ult_pricing_heading h5 {
    margin: -3px 20px 10px !important;
}

#price-table-wrap-4808 .ult_price_figure {
    margin: 10px 0 3px !important;
}

.ult_design_5 .ult_pricing_table {
    border-bottom: 2px solid #EAEAEA !important;
}

.icon-absolute-boxes {
    position: absolute;
    top: 4%;
    left: -55px;
}

.icon-absolute-boxes-right {
    position: absolute;
    top: 4%;
    right: -38px;
    z-index: 9;
}

.icon-absolute-boxes .vc_icon_element-icon {
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.gyges .tp-tab:hover,.gyges .tp-tab.selected {
    background: rgba(255,255,255,0.1) !important;
}

.tp-caption.Agency-PlayBtn,.Agency-PlayBtn {
    padding: 0 !important;
}

.team-boxes-style .uavc-icons .aio-icon {
    height: auto !important;
    width: auto !important;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-flat {
    padding: 13px 20px !important;
}

.vc_general.vc_btn3 {
    letter-spacing: 2px;
}

.vc_tta-color-grey.light-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff !important;
}

.vc_btn3.vc_btn3-size-md {
    font-size: 13px !important;
}

.uavc-icons,.wpb_column .wpb_wrapper .uavc-icons {
    margin-bottom: 0 !important;
}

.cbp-nav-next,.cbp-nav-prev {
    background: #000 !important;
    height: 30px !important;
    width: 30px !important;
}

.cbp-nav-controls {
    top: -60px !important;
}

.ult-carousel-wrapper .slick-dots {
    bottom: -25px !important;
}

.vc_row-o-full-height {
    overflow-y: hidden !important;
}

.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill) .vc_tta-panels {
    border: none !important;
}

/* Butons TreeThemes */
/* ANIMATED BUTTONS */
/* BT WHITE */
.des-button-white {
    border: none;
    font-family: Open Sans;
    font-size: 12px !important;
    color: inherit;
    cursor: pointer;
    padding: 10px 25px !important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600 !important;
    outline: none;
    position: relative;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    transition: all .3s !important;
    border: 1px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
}

.des-button-white:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.des-button-white span {
    z-index: 2;
    position: relative;
}

.des-button-white-1d:hover,.des-button-white-1d:active {
    color: #04acbb !important;
    border: 1px solid #fff !important;
    color: #212121 !important;
}

.des-button-white-1d:after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.des-button-white-1d:hover:after {
    width: 102%;
    opacity: 1;
}

.des-button-white-1d:active:after {
    width: 101%;
    opacity: 1;
}

/* BT DARK */
.button-dark {
    border: none;
    font-family: Open Sans;
    font-size: 12px !important;
    color: inherit;
    cursor: pointer;
    padding: 10px 25px !important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600 !important;
    outline: none;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border: 1px solid #212121 !important;
    background: transparent !important;
    color: #212121 !important;
}
.bt-contact .button-dark{padding: 0 !important;}
.bt-contact a span input{
	padding: 13px 26px !important;
}
.dark .button-dark{
	border: 1px solid #3c3b3b !important;
}

.single-format-standard .postpagelinks, .single-format-standard a .postpagelinks{padding: 11px 15px;}
.button-dark span {
    z-index: 2;
    position: relative;
    color: #f2f2f2 !important;
}

.button-dark-1d:active,.button-dark-1d:active span,.button-dark-1d:hover span {
    color: #f2f2f2 !important;
    
}

.button-dark:hover {
    color: #fff !important;
    background: #101010 !important;
    border: 1px solid #101010 !important;
}

.button-dark-1d:hover:after {
    width: 102%;
    opacity: 1;
}

.button-dark-1d:active:after {
    width: 101%;
    opacity: 1;
}

/* BT COLORED */
.des-button-color {
    border: none;
    font-family: Open Sans;
    font-size: 12px !important;
    color: inherit;
    cursor: pointer;
    padding: 10px 25px !important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600 !important;
    outline: none;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: transparent !important;
    color: #04acbb;
    border: 1px solid #04acbb;
}

.des-button-color:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.des-button-color span {
    z-index: 2;
    position: relative;
}

.des-button-color-1d:after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #04acbb;
}

.des-button-color-1d:active,.des-button-color-1d:active span,.des-button-color-1d:hover span {
    color: #fff !important;
}

.des-button-color-1d:hover:after {
    width: 102%;
    opacity: 1;
}

.des-button-color-1d:active:after {
    width: 101%;
    opacity: 1;
}

.extrapadding-form {
    padding: 0 130px !important;
}

@media only screen and (min-width: 994px) and (max-width: 1300px) {
    .extrapadding-form {
        padding: 0 80px !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1079px) {
    .extrapadding-form {
        padding: 0 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 993px) {
    .extrapadding-form {
        padding: 0 20px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .extrapadding-form {
        padding: 0 20px !important;
    }
}

.featured-image a .post_overlay,body.single-post a.des_prettyphoto .post_overlay {
    background-color: rgba(16,16,16,.3) !important;
}

.hazel-form-simple-wide-captcha .bt-contact {
    float: left;
    width: 40%;
    text-align: right;
    margin: 23px 0 0;
}

.ult_pricing_table.info_min_ht .ult_pricing_heading {
    padding: 60px 0 20px !important;
}

.ult_pricing_table.info_min_ht .ult_price_features {
    padding: 35px !important;
}

.ult_design_1 .ult_pricing_table .ult_price_link {
    background: transparent !important;
}

.ult_design_1 .ult_pricing_table .ult_price_link {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}

.ult_design_1 .ult_pricing_table .ult_price_link .ult_price_action_button {
    background: transparent !important;
    font-weight: 400 !important;
    border: 2px solid #fff !important;
    border-radius: 3px !important;
    padding: 13px 35px !important;
}

.ult_design_1 .ult_pricing_table .ult_price_link .ult_price_action_button:hover {
    background: #fff !important;
    border: 2px solid #fff !important;
    color: #303030 !important;
}

.ult_info_table.ult_design_4 .ult_pricing_table .ult_price_link {
    padding: 0 0 31px !important;
}

.vc_empty_space {
    display: -webkit-box;
    width: 100%;
}

.cbp-popup-lightbox {
    background: rgba(0,0,0,.6) !important;
}

.cbp-popup-singlePageInline .cbp-popup-close {
    right: 0 !important;
}

.ult-item-wrap.quote .title,.ult-item-wrap.quote .metas,.ult-item-wrap.link .title,.ult-item-wrap.link .metas {
    display: none !important;
}

.ult-item-wrap.image .featured-image {
    max-height: 320px;
    overflow: hidden;
}

.vc_sep_shadow {
    opacity: .6 !important;
}

.cbp-nav-pagination {
    bottom: -60px !important;
}

.cbp-nav-pagination-item {
    width: 12px !important;
    height: 12px !important;
}

.home-boxes9 .vc_column-inner,.home-boxes10 .vc_column-inner,.home-boxes11 .vc_column-inner {
    padding: 40px !important;
}

.cbp-popup-singlePageInline .portfolio_type-singlepageinlineajax-grid {
    padding: 0 !important;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 39px !important;
}

.box-shadow-cforms {
    margin-top: -120px !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
}

[data-animation*="fadeIn"] {
    opacity: 0;
}

.fullwidth-container.bg-pattern {
    background-size: inherit !important;
}

.des_active_ss,.simpleselect,.simpleselect .options .option {
    z-index: 99 !important;
}

.fullwidth_media .flex-control-paging li a {
    background: rgba(0,0,0,0.2);
    width: 12px;
    height: 12px;
}

.fullwidth_media .flex-control-nav {
    bottom: 20px !important;
    position: absolute;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 38px !important;
}

.ult_modal-header>.modal-icon {
    display: none !important;
}

.ult_modal-body {
    padding: 40px !important;
}

.ult-overlay-close {
    width: 15px !important;
    height: 15px !important;
}

h3.ult_modal-title {
    padding: 20px 40px !important;
}

.btn-modal-lg {
    padding: 13px 20px !important;
    font-size: 13px !important;
    line-height: 1.33 !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    font-family: 'Montserrat','Arial',sans-serif !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    border: none !important;
}

.btn-modal-lg:hover {
    opacity: .8 !important;
}

.ult_modal-content {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.2) !important;
    -o-box-shadow: 0 0 7px rgba(0,0,0,0.2) !important;
    -ms-box-shadow: 0 0 7px rgba(0,0,0,0.2) !important;
    box-shadow: 0 0 7px rgba(0,0,0,0.2) !important;
}

.serif-italic-font {
    font-family: 'Tangerine','Georgia' !important;
    font-weight: 700;
}

.cbp-popup-singlePage .cbp-popup-prev {
    background-position: 15px -92px !important;
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
    background-position: 15px -138px !important;
}

.widget .ult-carousel-wrapper button {
    opacity: 0;
    transition: all .2s linear .5s;
}

.widget .ult-carousel-wrapper:hover button {
    opacity: 1;
    transition: all 0 linear 0;
}

.des_cubeportfolio_widget .cbp-item {
    position: relative;
    float: left;
    width: 100% !important;
    max-height: 100%;
    top: 0 !important;
    min-height: 200px;
}

.des_cubeportfolio_widget .cbp:after {
    visibility: hidden;
}

.des_cubeportfolio_widget .cbp-caption-defaultWrap img,.des_cubeportfolio_widget .cbp-item {
    opacity: 1 !important;
}

.des_cubeportfolio_widget .cbp-l-grid-fullScreen {
    visibility: visible;
    overflow: visible;
}

.des_cubeportfolio_widget .slick-dots {
    top: 100%;
    bottom: 0 !important;
    margin-top: 10px !important;
}

.des_cubeportfolio_widget button {
    opacity: 0;
    transition: all .2s linear .5s;
}

.des_cubeportfolio_widget:hover button {
    opacity: 1;
    transition: all 0 linear 0;
}

.des_cubeportfolio_widget .slick-slide {
    margin: 0 !important;
}

.ultb3-box a.ultb3-btn i {
    font-size: 18px !important;
    right: 20px !important;
}

.home.blog .blog-default.wideblog .container .the_title h2 a {
    font-size: 46px !important;
    font-weight: 200 !important;
    font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    z-index: 999999 !important;
}

.des_team_widget .ult-carousel-wrapper .slick-dots li i {
    opacity: .2;
}

.des_team_widget {
    margin-bottom: 40px;
}

.des_recent_posts_widget .flexslider .slides li:first-child {
    display: list-item;
}

.info-c-full-br .info-c-full {
    padding: 30px !important;
}

/* .hermes.tparrows{opacity: 0;} */
/* firefox subitems fix */
header.navbar.menu-rounded .navbar-collapse ul li.hazel_mega_menu > ul {
    top: auto;
    margin-top: 20px;
}

header.navbar.menu-square .navbar-collapse ul li.hazel_mega_menu > ul {
    top: auto;
    margin-top: 20px;
}

header.navbar.menu-simple .navbar-collapse ul li.hazel_mega_menu > ul {
    top: auto;
}

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

header.header-full-width .search_input > .search_container :not(.hidden):not(.ajax_search_results) {
    margin-left: 20px;
}

header.header-full-width .search_close {
    margin-right: 25px;
}

.header-full-width .nav-container {
    padding: 0 30px;
}


header .top-bar-bg > .clearfix:not(.container) {
    margin: 0 30px;
}

/* Open Right Sidebar */
.custom-font-icon {
    position: relative;
    display: table;
}

.navbar .nav-container .custom-font-icon i {
    font-size: 26px;
}
.navbar .nav-container .custom-font-icon i.ion-grid{
	font-size: 18px;
}
.navbar .nav-container .custom-font-icon i.ion-close{
	font-size: 16px;
}
.hazel-push-sidebar-opened .navbar .nav-container .custom-font-icon i.ion-grid {
    display: none;
}

.navbar .nav-container .custom-font-icon i.ion-close {
    display: none;
}

.hazel-push-sidebar-opened .navbar .nav-container .custom-font-icon i.ion-close {
    display: block;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.hazel-push-sidebar-content {
    padding: 40px;
}

.hazel-push-sidebar.hazel-push-sidebar-right {
    background-color: #1a1a1a;
    background-color: rgba(26,26,26,1);
}

.hazel-push-sidebar {
    position: fixed;
    width: 300px;
    z-index: 12;
    height: 100%;
    overflow: auto;
}

.menu-icon {
    border-top-width: 4px;
    border-style: solid;
    border-color: inherit;
    display: block;
    margin-bottom: 3px;
    width: 4px;
    -webkit-transition: -webkit-transform 400ms ease,opacity 400ms ease,top 400ms ease;
    -moz-transition: -moz-transform 400ms ease,opacity 400ms ease,top 400ms ease;
    -o-transition: -o-transform 400ms ease,opacity 400ms ease,top 400ms ease;
    transition: transform 400ms ease,opacity 400ms ease,top 400ms ease;
    cursor: pointer;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    border-radius: 4px;
}

/*Right Sliding Sidebar*/
body:not(.rtl) .hazel-push-sidebar.hazel-push-sidebar-right {
    right: -300px;
    -webkit-transition: right 400ms ease;
    -moz-transition: right 400ms ease;
    -o-transition: right 400ms ease;
    transition: right 400ms ease;
}

body:not(.rtl) .hazel-push-sidebar.hazel-push-sidebar-right.opened {
    right: 0;
}

body:not(.rtl) #main {
    -webkit-transition: right 400ms ease;
    -moz-transition: right 400ms ease;
    -o-transition: right 400ms ease;
    transition: right 400ms ease;
    position: relative;
    right: 0;
    left: ;
    float: left;
    width: 100%;
}

body:not(.rtl) #main header {
    -webkit-transition: all 400ms ease !important;
    -moz-transition: all 400ms ease !important;
    -o-transition: all 400ms ease !important;
    transition: all 400ms ease !important;
    right: 0;
    left: 0;
}

body:not(.rtl).hazel-push-sidebar-opened #main {
    right: 300px;
}

body:not(.rtl).hazel-push-sidebar-opened #main #header #header-inner-wrap.no-transparent.top-animate,body:not(.rtl).hazel-push-sidebar-opened #main header {
    right: 300px;
    left: auto;
}

body:not(.rtl).hazel-push-sidebar-opened #main header.header-with-container,body:not(.rtl).hazel-push-sidebar-opened #main header.header-full-width.header_not_fixed {
    right: 0;
}

body:not(.rtl).hazel-push-sidebar-opened #main header.header-with-container.navbar-fixed-top:not(.header_not_fixed),body:not(.rtl).hazel-push-sidebar-opened #main header.header-full-width.navbar-fixed-top:not(.header_not_fixed) {
    right: 300px;
    left: -300px;
}

.footer-full-width #primary_footer > .no-fcontainer {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    display: inline-block;
}

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    border: 2px solid #fff;
    border-radius: 25px;
}

.footer-full-width #secondary_footer .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    display: inline-block;
}

.cbp-nav-next,.cbp-nav-prev {
    border-radius: 25px !important;
    margin: 0 2px !important;
}

.ult_tabmenu li {
    list-style: none !important;
}

.ult_tabmenu.style2 li.ult_tab_li a {
    margin-top: 9px !important;
}

.ult_tabmenu.style2 li.current a,.ult_tabmenu.style2 li.ult_tab_li a:hover {
    margin-top: 0 !important;
}

.ult_tabcontent.style2 {
    border: 1px solid #dedddd;
    position: relative;
    top: -1px;
}

body #main header.none-transition,.none-transition {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

a#send-comment {
    background: #EDB44D;
    cursor: pointer;
    color: #fff !important;
    padding: 5px 11px 5px 15px;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    font-size: 13px !important;
}

.slick-dots li {
    border: none;
}

.tparrows.gyges.tp-leftarrow,#des-team-1 .slick-prev {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tparrows.gyges.tp-rightarrow,#des-team-1 .slick-next {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.vc_progress_bar .vc_single_bar .vc_label {
    text-shadow: none !important;
}

.team_member_profile_content .vc_single_bar .pointerval .vc_label_units {
    color: #fff !important;
}

.absolute-icon-aligment {
    position: absolute !important;
    top: 35px !important;
    right: -30px !important;
}

.hermes.tparrows {
    opacity: 1;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cbp-popup-lightbox .cbp-popup-prev:after {
    position: absolute;
    top: 10px;
    left: 22px;
    font-size: 38px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f104";
}

.cbp-popup-lightbox .cbp-popup-next:after {
    position: absolute;
    top: 10px;
    left: 22px;
    font-size: 38px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f105";
}

.cbp-popup-lightbox .cbp-popup-close:after {
    position: absolute;
    top: 19px;
    left: 21px;
    font-size: 22px;
    font-family: 'Ionicons';
    content: '\f12a';
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 1;
}

.cbp-popup-lightbox .cbp-popup-prev:hover:after,.cbp-popup-lightbox .cbp-popup-next:hover:after {
    color: #fff;
}

.smile_icon_list li .icon_description p {
    line-height: 1.55em !important;
    margin-top: 10px !important;
}

.modal-popup-btn {
    text-align: center;
    display: block;
    background: #212121;
    padding: 10px;
    font-weight: 700;
    border-radius: 3px;
    margin: 40px 10px 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.vc_general.vc_cta3 h2,.vc_general.vc_cta3 h4 {
    margin-bottom: 40px !important;
}

.vc_btn3-container button {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.flip-box-wrap .flip_link {
    margin-top: 20px !important;
    margin-bottom: 0;
}

.vc_pie_chart .vc_pie_chart_value {
    font-size: 14px !important;
    font-weight: 700 !important;
}

.flip-box-wrap .ifb-back,.flip-box-wrap .ifb-front {
    transform-style: none !important;
    -webkit-backface-visibility: none !important;
    -moz-backface-visibility: none !important;
    -o-backface-visibility: none !important;
    -ms-backface-visibility: none !important;
    backface-visibility: none !important;
}

.flip-box-wrap .ifb-front * {
    backface-visibility: none !important;
}

.left-icon .aio-icon-left .aio-icon,.left-icon .aio-icon-left .aio-icon-img {
    margin-right: 15px !important;
}

.vc_tta.vc_general .vc_tta-panel.vc_active,.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    padding-bottom: 15px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: transparent!important;
    background-color: transparent!important;
}
.extra-padding-photohome {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.button-app-slider i {
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.home-portfolio-section {
    padding-top: 100px !important;
    padding-right: 40px !important;
    padding-bottom: 100px !important;
    padding-left: 40px !important;
}

.cdemo-padding-contacts {
    padding: 40px 80px !important;
}
.cbp-l-filters-dropdown {
    max-width: 100% !important;
}
/* INSTAGRAM FOOTER */
#footer-instagram .jr-insta-thumb ul li, #footer-instagram .instagram-pics li {
	xwidth:8.33% !important;
	opacity: 0.6;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
#footer-instagram .jr-insta-thumb ul li:hover, #footer-instagram .instagram-pics li:hover{
	opacity: 1;
}
 #footer-instagram .instagram-pics li  {
	display:inline-block;
	margin: 0;
    padding: 0;
 }
 
#footer-instagram .jr-insta-thumb ul li img, #footer-instagram .instagram-pics li img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
#footer-instagram .jr-insta-thumb .thumbnails > li {
	padding:0 !important;
}
#footer-instagram .jr-insta-thumb .thumbnails {
	padding:0 !important;
}1

#footer-instagram .instagram-heading {
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:15px;
	margin-bottom:15px;
}
.instagram-pics {
	top: -41px;
    position: relative;

}
.instagram_widget.null-instagram-feed h4{
	top: -41px;
    position: relative;
    color: #fff !important;
}
#footer-instagram h4{
	position: relative;
    top: -40px;
    font-size: 11px;
    color: #3e3b3a !important;
    font-family: 'Quicksand', 'Arial', 'sans-serif';
    font-weight: 700;
    font-size: 11px !important;
    letter-spacing: 2px !important;
}
.instagram_widget.null-instagram-feed p.clear{
	position: absolute;
    width: 100%;
    bottom: 33px;
}
#footer-instagram {
	text-align:center;
	float: left;
	width: 100%;
	position: relative;
	z-index: 9999;
}
#footer-instagram p.clear,
.meks-instagram-follow-link{
	position: absolute;
	width: 100%;
	bottom: -3px;
	text-align: center;
}
#footer-instagram p.clear a, .instagram_widget p.clear a,
.mks_author_link.meks-widget-cta{
	background: #565453;
	padding: 7px 18px;
	border-radius: 20px;
	top: 0;
	font-size: 11px !important;
	letter-spacing: 1px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	color: #fff !important;
	font-weight: 600 !important;
}
.widget_meks_instagram{
	position: relative;
	bottom: -7px;
}

.widget_meks_instagram h4{
	text-align: center;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 3px !important;
    font-weight: 600 !important;
}

.instagram_widget p.clear{
	text-align: center;
    top: 10px;
    position: relative;
}

.select2-search--dropdown{
	display: none !important;
}
.wpcf7 .select2-container--default .select2-selection--single {
    border: 1px solid #d8d8d8 !important;
    height: 50px !important;
    border-radius: 0;
}
.wpcf7 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
}
.wpcf7 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    right: 10px !important;
}
.wpcf7 .wpcf7-form-control-wrap .select2{
	margin: 10px 0;
}
#footer-instagram p.clear a:hover,
.meks-instagram-follow-link a:hover{
	background: #171717;
    border-color: #171717;
    color: #fff;
}
.widget_categories{
	margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.select2-container{width: 100% !important;}
/***************************************************************
					  26. RESPONSIVE
***************************************************************/
/* SMALL DESKTOP */
@media only screen and (min-width: 994px) and (max-width: 1200px) {
    .boxed_layout {
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
        z-index: 9999999999;
        background-color: #fff;
    }

    .boxed_layout .des_cubeportfolio_widget,.boxed_layout header .search_input.fade,.boxed_layout header .search_input.none {
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
        float: none;
    }

    .boxed_layout header.navbar {
        width: 1000px;
        margin: 0 auto;
        float: none;
    }

    .wpcf7 .hazel-request-quote.f1 p,.wpcf7 .hazel-request-quote.f2 p {
        width: 45%;
        margin: 40px 20px 0 !important;
    }

    .home-boxes1 {
        margin-top: 110px !important;
    }

    .home-boxes2 {
        padding-left: 0 !important;
    }

    .home-boxes4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .home-boxes5 {
        padding: 30px 0 0 15px !important;
    }

    .home-boxes6 {
        padding: 38px 0 38px 20px !important;
    }

    .home-boxes11 .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-right: 22px;
        text-align: left;
    }

    .home-boxes7 {
        padding: 0 15px !important;
    }

    .home-boxes7 {
        padding: 30px 0 !important;
    }

    .home-boxes8 .vc_column-inner {
        padding: 5px 20px !important;
    }

    .home-boxes8 .vc_column-inner h5 {
        font-size: 12px !important;
    }

    .home-boxes8 .vc_column-inner h2,.home-boxes9 .vc_column-inner h2 {
        font-size: 46px !important;
    }

    .home-boxes9 .vc_column-inner,.home-boxes10 .vc_column-inner,.home-boxes11 .vc_column-inner {
        padding: 10px 20px !important;
    }
}

/* LANDSCAPE IPAD */
@media only screen and (min-width: 993px) and (max-width: 1079px) {
    .testimonials.style1 {
        width: 100%;
    }
	.testimonials.style1 .testimonial-nav li{
		margin: 0 10px 10px 0;
	}
	.cdemo-padding-contacts {
	    padding: 20px 40px !important;
	}
    .wpcf7 .hazel-form-simple .f-name,.wpcf7 .hazel-form-simple .f-subject,.wpcf7 .hazel-form-simple .f-email,.wpcf7 .hazel-form-simple.dark .f-name,.wpcf7 .hazel-form-simple.dark .f-subject,.wpcf7 .hazel-form-simple.dark .f-email {
        width: 32.6%;
    }

    .s1-mobile-link .tp-button.mini {
        margin-left: -8px !important;
    }

    .adjusts-tablet-portrait .ultimate-typed-main {
        font-size: 70px !important;
    }

    #hazel-team-2 > div {
        height: 285px !important;
    }

    header .search_trigger i {
        padding-top: 0;
    }
	.icon-with-desc5 .aio-icon-box.tooltip-icon .aio-icon-description {
	    left: -35px;
	}
    #flickr li {
        width: 60px;
        height: 60px;
        margin: 0 5px 5px 0;
    }

    .woocommerce.widget_shopping_cart ul.cart_list span.amount,.woocommerce.widget_shopping_cart ul.cart_list span.amount {
        top: -30px;
    }

    .woocommerce.widget_shopping_cart .quantity {
        top: 49px;
    }

    .portfolio_type-singlepageoverlay .col-md-12 .cbpw-ajax-block {
        padding: 0;
    }

    .woocommerce.widget_shopping_cart ul.cart_list li a,.woocommerce.widget_shopping_cart ul.cart_list li a {
        padding: 40px 0 3px 68px !important;
    }

    .widget_product_search input[type="search"] {
        width: 65%;
    }

    .woocommerce-page a.button {
        margin-left: 1px;
    }

    .woocommerce-page a.button.wc-forward,.woocommerce-page a.button.wc-forward.checkout {
        padding: 10px;
    }

    header.navbar .navbar-collapse ul li.hazel_mega_menu > ul {
        width: 100vw !important;
    }

    .fullcoveredvideo video,.fullscreenvideo video {
        height: 100%;
    }

    .ult_countdown-amount {
        padding: 10px 5px !important;
    }

    .home-boxes1 {
        margin-top: 110px !important;
    }

    .home-boxes2 {
        padding-left: 0 !important;
    }

    .home-boxes4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .home-boxes5 {
        padding: 30px 0 0 15px !important;
    }

    .home-boxes6 {
        padding: 38px 0 38px 20px !important;
    }

    .home-boxes11 .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-right: 22px;
        text-align: left;
    }

    .home-boxes7 {
        padding: 0 15px !important;
    }

    .home-boxes7 {
        padding: 30px 0 !important;
    }

    .home-boxes8 .vc_column-inner {
        padding: 5px 20px !important;
    }

    .home-boxes8 .vc_column-inner h5 {
        font-size: 12px !important;
    }

    .home-boxes8 .vc_column-inner h2,.home-boxes9 .vc_column-inner h2 {
        font-size: 46px !important;
    }

    .home-boxes9 .vc_column-inner,.home-boxes10 .vc_column-inner,.home-boxes11 .vc_column-inner {
        padding: 10px 20px !important;
    }

    header .search_input input.search_input_value {
        height: 20% !important;
    }

    .home-form2 {
        padding-right: 100px !important;
        padding-left: 40px !important;
    }

    .ult-carousel-wrapper.ult_horizontal .slick-next {
        right: -25px !important;
    }

    .ult-carousel-wrapper.ult_horizontal .slick-prev {
        left: -25px !important;
    }

    header .search_input input.search_input_value {
        height: 350px !important;
        font-size: 38px !important;
    }

    header .search_close {
        top: 20px;
        margin-right: 20px;
        padding: 0;
    }

    .fullwidth-container {
        background-size: cover !important;
    }

    .increase-size-tablet {
        width: 50% !important;
    }

    .vc_col-sm-8 .wpcf7 .hazel-form-simple .f-name,.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-subject,.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-email {
        width: 32.25%;
    }

    .wpcf7 .hazel-request-quote.f1 p,.wpcf7 .hazel-request-quote.f2 p {
        width: 45%;
        margin: 40px 20px 0 !important;
    }

    .error-c {
        padding: 40px 100px;
    }

    .error404 .text-error {
        font-size: 21px;
        line-height: 24px;
    }

    .sidebar .widget.des_cubeportfolio_widget .slick-list.draggable {
        min-height: 155px;
    }

    .home-box1-mobile {
        width: 100% !important;
        padding-left: 20px !important;
    }

    .h3adjust-size-mobile {
        font-size: 32px !important;
        line-height: 35px !important;
    }

    .agency-fs-align {
        top: -40px !important;
    /* left: -100px; */
    }

    .shadow-text-position .uvc-sub-heading {
        margin-top: -80px !important;
    }

    .team_member_profile_content {
        margin: 40px 45px;
    }

    .aio-icon-box.tooltip-icon .aio-icon-description {
        left: -38px;
    }

    .cbp-l-filters-list.des-align-center {
        z-index: 2;
        position: relative;
    }

    .navbar-default.menu-rounded .navbar-nav > li,.navbar-default.menu-square .navbar-nav > li {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .navbar-default.menu-square .navbar-nav > li:first-child {
        padding-left: 0 !important;
    }

    
    .about-me-padding {
	    padding-top: 100px !important;
	    padding-right: 40px !important;
	    padding-bottom: 0px !important;
	    padding-left: 40px !important;
	}
}

/* PORTRAIT IPAD */
@media only screen and (min-width: 768px) and (max-width: 993px) {
    .extra-padding-photohome {
        padding-right: 10px !important;
        padding-left: 0 !important;
    }
    .cbp-popup-singlePageInline article.portfolio .cbpw-ajax-block {
    	padding: 30px 0;
	}
	.about-me-padding {
	    padding-top: 140px !important;
	    padding-right: 100px !important;
	    padding-bottom: 140px !important;
	    padding-left: 100px !important;
	    width: 100% !important;
	}
	.max-wide-box{
		width: 100% !important;
	}
	.ultb3-title{
	    font-size: 23px !important;
	    line-height: 26px !important;
	    margin-bottom: 20px !important;
	}
	.cdemo-padding-contacts {
	    padding: 10px 30px !important;
	}
    #flickr li {
        width: 44px;
        height: 44px;
    }
	
	.social-icons-fa ul li {
	    margin: 6px 4px 5px -2px;
	}
	.social-icons-fa {
	    margin-right: 5px;
	}
	
    div.pp_default .pp_content {
        max-width: 99%;
    }

    div.ppt {
        max-width: 97%;
    }

    .pp_hoverContainer {
        max-width: 96%;
    }

    .des_active_ss,.simpleselect,.simpleselect .options .option {
        z-index: 99 !important;
    }

    div.pp_pic_holder,div.pp_default .pp_content_container .pp_details,div.pp_overlay {
        max-width: 100%;
    }

    .ifb-back .ifb-flip-box-section {
        padding: 0 !important;
    }

    .flip-box-wrap .ifb-back p {
        font-size: 10px !important;
    }

    .small-text-mobile {
        font-size: 50px !important;
    }

    #section-199 .upb_row_bg {
        background-position: 75% 0 !important;
    }

    .team-profile .tooltip-content p {
        font-size: 11px !important;
    }

    .team-profile .tooltip-content {
        left: 12%;
        min-width: 120px;
        padding: 4px 8px;
    }

    .boxed_layout {
        width: 780px;
        margin: 0 auto;
        overflow: hidden;
        z-index: 9999999999;
        background-color: #fff;
    }

    .boxed_layout .des_cubeportfolio_widget,.boxed_layout header .search_input.fade,.boxed_layout header .search_input.none {
        width: 780px;
        margin: 0 auto;
        overflow: hidden;
        float: none;
    }

    .boxed_layout header.navbar {
        width: 780px;
        margin: 0 auto;
        float: none;
    }

    .wpb_wrapper {
        word-break: break-word;
    }

    #primary_footer .footer_sidebar {
        margin-bottom: 60px;
    }

    
    .fullcoveredvideo video,.fullscreenvideo video {
        height: 100%;
    }

    .ult_countdown-amount {
        padding: 10px 5px !important;
    }

    header .top-bar a,header .top-bar ul.phone-mail li a {
        font-size: 11px !important;
    }

    .top-bar-menu li {
        margin: 7px 10px;
    }

    .demo10-left-btn {
        left: 20px !important;
    }

    header.style1 .header_social_icons.with-social-icons{
        display: none;
    }

    .wpcf7 .hazel-form-simple-captcha .f-captcha {
        margin-left: 10px;
    }

    .wpcf7 .hazel-form-simple-captcha .f-message {
        width: 65.4%;
    }

    .wpcf7 .hazel-form-simple-captcha .f-name,.wpcf7 .hazel-form-simple-captcha .f-subject,.wpcf7 .hazel-form-simple-captcha .f-email {
        width: 32%;
    }

    .team_member_profile_content > .container {
        overflow: scroll;
    }

    /* mobile Menu on tablets */
    header .dl-menuwrapper {
        display: table-cell !important;
    }

    header.style4 .dl-menuwrapper {
        display: none !important;
    }

    .nav-container > .navbar-collapse.collapse {
        display: none !important;
    }

    .dl-menuwrapper button {
        float: right;
    }

    .dl-menuwrapper .dl-menu {
        top: 100%;
        z-index: 999;
    }

    .adjusts-tablet-portrait .vc_col-sm-8 {
        width: 55%;
    }

    .adjusts-tablet-portrait .vc_col-sm-4 {
        width: 45%;
    }

    .navbar-default .navbar-nav > li > a,.header_after_scroll.navbar-default .navbar-nav > li > a {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .testimonials.style1 {
        width: 100%;
    }

    .vc_col-sm-8 .wpcf7 .hazel-form-simple .f-name,.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-subject,.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-email {
        width: 31.8%;
    }

    .wpcf7 .hazel-form-simple.dark .f-name,.wpcf7 .hazel-form-simple.dark .f-subject,.wpcf7 .hazel-form-simple.dark .f-email,.wpcf7 .hazel-form-simple .f-name,.wpcf7 .hazel-form-simple .f-subject,.wpcf7 .hazel-form-simple .f-email {
        width: 32.4%;
    }

    .uvc-type-wrap .ultimate-typed-main,.typed-cursor {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .uvc-type-no-prefix {
        line-height: 50px !important;
    }

    .small-wide {
        font-size: 12px;
        line-height: 18px;
    }

    .flip-box-wrap .flip-box h3 {
        padding: 0 !important;
    }

    .flip-box-wrap .ifb-front,.flip-box-wrap .ifb-back {
        min-height: 245px !important;
    }

    .projects_media.fullwidth_media {
        top: -36px;
    }

    .testimonials.style1 .testimonial-nav li {
        width: 60px;
        height: 60px;
        margin: 5px;
    }

    .testimonials.style1 .testimonial-nav li a {
        width: 60px;
        height: 60px;
    }

    #big_footer .mail-news {
        width: 95%;
    }

    .widget_product_search input[type="search"] {
        width: 90%;
    }

    .page_content.left,.page_content.left.sidebar {
        padding: 30px 0 50px;
        border-right: none;
    }

    .fullwidth-container {
        background-size: cover !important;
    }

    .flex-direction-nav,.flex-control-nav {
        z-index: 99;
    }

    .single-portfolio .content_container .vc_column_container {
        padding: 0;
    }

    .single-portfolio .projects_media.left_media {
        padding-right: 0;
    }

    article.portfolio {
        padding: 0 10px;
    }

    .cbp-popup-singlePage article.portfolio_type-singlepageoverlay.portfolio {
        padding: 0;
    }

    .flex-control-nav li {
        margin: 0 6px;
    }

    h1.page_title {
        font-size: 2em !important;
    }

    .homepage_parallax #home-slider {
        height: 115px;
    }

    .homepage_parallax .home-logo-text,.homepage_parallax .home-logo-image {
        margin: -40px 0 40px;
    }

    .vc_btn3-container.vc_btn3-left {
        margin-right: 2px !important;
    }

    .vc_btn3.vc_btn3-size-md {
        font-size: 12px;
    }

    .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-right: 35px;
    }

    
    .vc_col-sm-6 .wpcf7 .hazel-form-simple .f-name,.vc_col-sm-6 .wpcf7 .hazel-form-simple .f-subject,.vc_col-sm-6 .wpcf7 .hazel-form-simple .f-email {
        width: 31.4%;
    }

    .tp-button {
        padding: 10px 13px !important;
    }

    .tp-caption a,.tp-caption a span {
        font-size: 11px !important;
    }

    .special_tabs.text .label {
        width: 100%;
    }

    .single-portfolio .proj-content {
        margin: 20px auto 0;
    }

    .cbp-popup-singlePage-open .proj-content {
        margin: 140px auto 0;
    }

    .single-portfolio .projects_media.full_media.col-md-12 {
        margin-bottom: 30px;
        padding: 0;
    }

    .cbp-popup-singlePage .single-portfolio .projects_media.full_media.col-md-12 {
        margin-bottom: 0;
        padding: 0;
    }

    
    .fullwidth-container .titlesleftcrumbsright .pageTitle,.fullwidth-container .titlesleftcrumbsright .hazel_breadcrumbs {
        width: 100%;
        max-width: 100%;
    }

    .blog-default.wideblog .page_content .container {
        padding: 0;
    }

    .fullwidth-container .titlesleftcrumbsright .hazel_breadcrumbs {
        float: left;
        text-align: left;
        padding-bottom: 20px;
    }

    .single-portfolio .share-buttons {
        margin: 0 !important;
        padding: 40px 0;
    }

    .cbp-l-grid-gallery .portfolio_type-singlepageinlineajax-grid .share-buttons {
        margin: -20px 0 450px !important;
        padding: 20px 0;
    }

    .cbp-l-grid-gallery .cbpw-ajax-block {
        padding: 0;
    }

    .flip-box-wrap .flip-box-icon {
        margin: 0 20px auto;
    }

    .flip-box-wrap .flip-box h3 {
        margin: 15px 0 12px !important;
    }

    .special_tabs.icontext .label .title {
        margin: 1px 0 0 25px;
        width: 90%;
        font-size: 13px;
        word-wrap: break-word;
        padding-right: 20px;
        line-height: 1px;
    }

    .special_tabs.icontext .hazel_icon_special_tabs i {
        top: 0;
        left: 0;
    }

    .special_tabs.icontext .label a {
        line-height: 1.4em;
    }

    .special_tabs.icontext .label {
        padding: 17px 15px 15px;
    }

    .tab-container.col-sm-11 {
        width: 87.666667%;
    }

    .single .blog-default.wideblog {
        padding-top: 0;
    }

    .single .featured-image-thumb a {
        margin-bottom: 40px;
    }

    .single-portfolio .proj-content .content_container.col-md-12,.single-portfolio .proj-content .content_container.col-md-5 {
        padding: 0 15px;
    }

    .single-post .page_content.right,.single-post .page_content.right.sidebar {
        padding-left: 0;
        padding-top: 0;
    }

    .single-post .the_comments {
        margin-bottom: 0;
    }

    .single-post .blog-default.wideblog .page_content .container,.single-post .blog-default.wideblog .page_content {
        width: auto !important;
        padding: 0;
    }

    .woocommerce-page .page_content.right,.woocommerce-page .page_content.right.sidebar {
        padding-left: 0;
    }

    .archive .page_content.left {
        border-right: none;
        padding-right: 0;
    }

    .product_list_widget {
        width: 100%;
    }

    header.navbar .navbar-collapse ul li.hazel_mega_menu > ul {
        width: 100vw !important;
    }

    .blog-default.wideblog {
        padding-top: 20px;
    }

    header.navbar .navbar-collapse ul li.hazel_mega_menu > ul > li > a {
        min-height: 50px;
    }

    .page .page_content.left.sidebar {
        padding: 50px 0 0;
    }

    .page .page_content.left .container {
        padding: 0;
    }

    .page .page_content.left {
        padding-right: 0;
        border: none;
        padding-top: 30px;
        padding-bottom: 0;
    }

    .page_content.right,.page .page_content.right {
        border-left: none;
        padding: 0;
    }

    
    .page-template-blog-masonry-template .journal-post {
        margin-bottom: 80px !important;
    }

    .contact-widget-container .forms {
        width: 100%;
    }

    .blog-default-bg {
        padding-right: 0;
    }

    .page_content.right.sidebar .blog-sidebar-bg {
        margin-bottom: 50px;
    }

    .portfolio_type-singlepageoverlay col-md-12 .cbpw-ajax-block {
        padding: 0;
    }

    p.home-slide-content {
        font-size: 70px !important;
        letter-spacing: 0;
    }

    /* Dual Buttons Adjustments */
    .ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper {
        width: 49% !important;
        float: left !important;
    }

    .ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button {
        border-top-left-radius: 40px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 40px !important;
        height: 30px !important;
        width: 150px !important;
    }

    .ult_dualbutton-wrapper .ult_ivan_button.icon-before .text-btn,.ult_dualbutton-wrapper .ult_ivan_button.icon-after .text-btn {
        font-size: 12px !important;
    }

    .ult_dual_button .middle-text {
        top: 51% !important;
        right: 0 !important;
        border-width: 0 !important;
    }

    .ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 40px !important;
        border-bottom-right-radius: 40px !important;
        border-bottom-left-radius: 0 !important;
        height: 30px !important;
        width: 150px !important;
    }

    header.style3 a.navbar-brand {
        margin-bottom: 15px !important;
    }

    header.style3 .dl-menuwrapper {
        display: inline-block !important;
        width: 80%;
        float: right;
        margin-top: 55px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    }

    header.style3 .dl-menuwrapper .dl-trigger-wrapper {
        display: table;
        text-align: center;
        margin: 0 auto;
    }

    header.style3 .dl-menuwrapper button {
        margin-right: 0;
    }

    header.style3:not(.header_after_scroll) .header_social_icons {
        position: absolute;
        top: 10px;
        width: 100% !important;
        height: 40px !important;
    }

    header.style3.header_after_scroll .dl-menuwrapper {
        margin-top: 15px;
    }

    header.style3 .nav-container .header_social_icons .header_social_icons_wrapper {
        height: auto !important;
        float: left;
    }

    header.style3 .search_trigger_mobile {
        position: absolute;
        right: 20px;
        top: 0;
        display: block;
        z-index: 9999999;
    }

    header.style3 .search_trigger {
        display: none !important;
    }

    header.style3 .search_trigger i,header.style3 .search_trigger_mobile i {
        top: 0;
    }

    header.style3 .nav-container .header_social_icons {
        display: block !important;
    }

    header.style3.header_after_scroll .nav-container .header_social_icons {
        display: none !important;
    }

    .s1-mobile-link .tp-button.mini {
        padding: 6px 10px !important;
        font-size: 8px !important;
        margin-left: 5px !important;
        top: -5px !important;
    }

    .adjust-boxes-on-mobile .vc_col-sm-4 {
        width: 100% !important;
    }

    .adjust-boxes-on-mobile .vc_col-sm-4 .ult-content-box {
        min-height: 330px !important;
    }

    .portfolio_type-singlepageinlineajax-grid {
        min-height: 900px !important;
    }

    .cover-test-img {
        width: 60px;
        height: 60px;
    }

    .cover-test-img:before {
        top: 25px;
        left: 25px;
    }

    .noscroller .partner-item.col-md-2 {
        width: 45%;
        margin-right: 2.5%;
        float: left;
    }

    /* Rev Adjustments */
    .tparrows:before {
        font-size: 14px;
        line-height: 37px;
    }

    .testimonials-style2 .slick-next i,.testimonials-style2 .slick-prev i {
        font-size: 14px;
    }

    .tparrows,.testimonials-style2 .slick-next,.testimonials-style2 .slick-prev,.testimonials-style2 .slick-next:focus,.testimonials-style2 .slick-prev:focus {
        width: 35px;
        height: 35px;
    }

    .aio-icon-box.tooltip-icon .aio-icon-description {
        left: 34%;
    }

    .rev-btn {
        padding: 12px 20px 13px !important;
        font-family: 'Montserrat','Arial',sans-serif !important;
        font-weight: 700 !important;
        font-size: 13px !important;
        letter-spacing: 1px !important;
    }

    /* Extra Paddings */
    .home-padding1 {
        padding: 25px !important;
        width: 100% !important;
    }

    .home-padding1-1 {
        width: 100% !important;
    }

    .home-padding1 .ult-spacer {
        height: 0 !important;
    }

    .home-padding2 {
        padding-left: 15px !important;
    }

    .home-padding3 {
        padding-left: 15px !important;
    }

    .home-corp1 {
        margin-top: -80px !important;
    }

    .home-boxes1 {
        margin-top: 80px !important;
    }

    .home-boxes2 {
        padding-left: 0 !important;
    }

    .home-boxes4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .home-boxes5 {
        padding: 30px 0 0 15px !important;
    }

    .home-boxes6 {
        padding: 38px 0 38px 20px !important;
    }

    .home-boxes11 .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-right: 22px;
        text-align: left;
    }

    .home-boxes7 {
        padding: 0 15px !important;
    }

    .home-boxes7 {
        padding: 30px 0 !important;
    }

    .home-boxes8 .vc_column-inner {
        padding: 5px 20px !important;
    }

    .home-boxes8 .vc_column-inner h5 {
        font-size: 12px !important;
    }

    .home-boxes8 .vc_column-inner h2,.home-boxes9 .vc_column-inner h2 {
        font-size: 32px !important;
    }

    .home-boxes9 .vc_column-inner,.home-boxes10 .vc_column-inner,.home-boxes11 .vc_column-inner {
        padding: 10px 20px !important;
    }

    .highlight-heading {
        margin-left: 15px !important;
    }

    .home-boxes11 .highlight-heading {
        margin-left: 6px !important;
    }

    .widget.des_cubeportfolio_widget .slick-list.draggable {
        min-height: 140px;
    }

    .left-align-testimonials .testimonials-style2 .slick-dots {
        top: -90px !important;
        text-align: left;
        margin-right: -8px;
    }

    .left-align-testimonials .testimonials-style2 .slick-list {
        margin-top: 40px;
    }

    .hazel_minicart_wrapper {
        padding-top: 14px !important;
        right: 0;
        width: 100%;
    }

    header .nav-container .dl-menuwrapper {
        padding-bottom: 0;
        margin-top: 17px;
        z-index: 9;
        position: absolute;
        width: 100%;
        padding: 0;
    }

    header .nav-container {
        width: 100%;
        padding: 0 !important;
        margin: 0 15px;
    }

    header .search_input input.search_input_value {
        font-size: 25px !important;
    }

    header .search_close {
        top: 20px;
        margin-right: 8px;
        padding: 0;
    }

    header .search_trigger {
        display: block;
        position: relative;
        float: right;
        z-index: 999;
    }

    header .search_trigger.next-to-shopping-bag {
        position: relative;
    }

    .header_after_scroll {
    }

    header .nav-container .navbar-header {
        position: relative;
        z-index: 99;
    }

    header.style4 .nav-container .navbar-header a.navbar-brand,header.style4.header_after_scroll a.navbar-brand {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    header .hazel_dynamic_shopping_bag {
        padding-left: 5px !important;
        right: -5px;
    }

    header.style1 .menu-controls.menu-next-to-shopping-bag {
        top: -2px;
    }

    .header_social_icons {
        display: none;
    }

    header .nav-container .dl-menuwrapper {
        width: 94%;
        margin-right: 30px;
        margin-top: 25px;
    }
	
    header.style1 .nav-container .dl-menuwrapper, {
	header.style2 .nav-container .dl-menuwrapper
        margin-top: 25px;
    }
    header.style1.header_after_scroll .nav-container .dl-menuwrapper,
    header.style2.header_after_scroll .nav-container .dl-menuwrapper {
        margin-top: 18px;
    }
	.style2 .hazel_right_header_icons {
	    top: 0px;
	    right: 80px;
	}
	
	.team-boxes-style .vc_col-sm-3{width: 50% !important;}
	
    .dl-menuwrapper button {
        float: right;
        right: -10px;
        top: -4px;
        position: relative;
    }

    header.header_after_scroll.hide-on-start .nav-container .dl-menuwrapper {
        margin-top: 23px;
    }

    .shadow-text-position .uvc-sub-heading {
        margin-top: -65px !important;
    }

    .wpcf7 .hazel-form-main-slider {
        padding: 20px;
    }

    .ult-carousel-wrapper.ult_horizontal .slick-next {
        right: -18px !important;
    }

    .ult-carousel-wrapper.ult_horizontal .slick-prev {
        left: -18px !important;
    }

    .wpcf7 .hazel-form-main-slider h3 {
        font-size: 17px !important;
    }

    .portfolio_type-singlepageinlineajax-grid .wpb_column {
        padding-right: 20px !important;
    }

    
    .big-on-table.vc_col-sm-6 {
        width: 74% !important;
        margin-left: -12% !important;
    }

    .search-results .page_content.right.sidebar {
        padding-left: 0;
    }

    .fullwidth-container {
        background-position: 100% 0 !important;
    }

    .center h2.secondaryTitle {
        max-width: 75%;
    }

    .page-id-191 .fullwidth-container {
        background-position: 50% 0 !important;
    }

    .page-id-191 h2.secondaryTitle {
        font-size: 44px !important;
        margin-top: 0 !important;
    }

    .increase-size-tablet {
        width: 50% !important;
    }

    #des-team-1 .slick-list {
        margin-left: 0 !important;
    }

    #des-team-1 .slick-prev {
        left: 0 !important;
    }

    #des-team-1 .slick-next {
        right: 0 !important;
    }

    .small-size-bgicon .aio-icon {
        height: 1em !important;
        width: 1em !important;
    }

    
    .wpcf7 .hazel-request-quote.f1 p,.wpcf7 .hazel-request-quote.f2 p {
        width: 44%;
        margin: 40px 20px 0 !important;
    }

    .error-c {
        margin: 90px auto 80px;
        padding: 40px;
    }

    .error404 .text-error {
        font-size: 21px;
        line-height: 24px;
    }

    .blog-default.wideblog .container {
        padding: 0 20px !important;
    }

    .page-template-blog-masonry-template .posts_category_filter li {
        margin: 0 5px;
    }

    article.portfolio.portfolio_type-singlepageinlineajax-grid {
        padding: 0 !important;
        max-width: 100%;
    }

    header.style1 .hazel_right_header_icons {
        position: relative;
        float: right;
        top: -4px;
        margin-right: 100px;
        padding-left: 0px;
    }
     header.style1.header_after_scroll .hazel_right_header_icons {
        top: 3px;
        margin-right: 100px;
    }

    header.style1 .hazel_little_shopping_bag_wrapper {
        top: -5px;
        padding-bottom: 0;
    }

    .hazel_little_shopping_bag .title i {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    header .search_close i {
        right: 20px;
        top: 13px;
    }

    .top-bar .phone-mail li {
        margin: 7px 2px;
    }

    .top-bar-menu li {
        margin: 7px 4px;
    }

    .top-bar-menu #menu_top_bar > li:not(:first-child) > a {
        padding-left: 5px;
    }

    .navbar .phone-mail .fa-map-marker,.top-bar .phone-mail i,.top-bar .phone-mail li:first-child i {
        font-size: 13px;
        top: 0;
    }

    .navbar i {
        font-size: 13px;
    }

    .hazel_right_header_icons .search_trigger {
        float: left;
        margin-right: 0;
        top: -2px;
    }

    .home-box1-mobile {
        width: 100% !important;
        padding-left: 40px !important;
    }

    .wide-box-mobile {
        width: 100% !important;
    }

    .adjust-boxes-on-mobile .vc_col-sm-3 {
        width: 50% !important;
    }

    .home-padding3 {
        padding-right: 15px !important;
    }

    .ifb-flip-box-section-content.ult-responsive {
        padding: 0 20px;
        line-height: 18px;
    }

    
    .navbar .nav-container .custom-font-icon i.ion-close {
        padding-right: 0;
        right: 2px;
        position: relative;
    }


    header.style3 .nav-container .dl-menuwrapper {
        z-index: 999;
    }

    header.style3 .nav-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    header.style3 .nav-container .navbar-header a.navbar-brand{
        margin-top: 50px !important;
        margin-bottom: 0 !important;
    }

   
    .ult_countdown.ult-cd-s1 .ult_countdown-section {
        padding: 0 !important;
        float: left;
        width: 20%;
        text-align: center;
    }
    .page-template-template-blank .vc_row .ult_countdown-div{
		margin-left: 150px !important;
	}
    div#jivo-iframe-container.jivo-iframe-container-bottom iframe, div#jivo-iframe-container.jivo-iframe-container-bottom.jivo_shadow.jivo-expanded:after, div#jivo-iframe-container.jivo-iframe-container-bottom.jivo_shadow.jivo-state-widget:after{display: none !important;visibility: hidden !important;}
    
    header.style2 .hazel_right_header_icons.with-woocommerce-cart {margin-right: 95px;}
	header .search_trigger i, header .search_trigger_mobile i {top: 7px;}
	header .with-woocommerce-cart .search_trigger i, header .with-woocommerce-cart .search_trigger_mobile i{top: 4px;}
    header.style2 .hazel_right_header_icons.with-woocommerce-cart {top: -4px;}
    header.header_after_scroll .search_trigger i, header .search_trigger_mobile i {top: 4px;}
    header.style2.header_after_scroll .hazel_right_header_icons.with-woocommerce-cart {top: 0px;}
    header.style1 .hazel_right_header_icons .search_trigger{top: -6px;}
	
	header.style1.header_after_scroll .hazel_right_header_icons .search_trigger{top: -4px;}
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .agency-fs-align.slide1-h1 {
        top: -60px !important;
        left: -160px;
        font-size: 40px !important;
        min-width: 300px !important;
        line-height: 44px !important;
    }
    
    .Hazel-Small-Text{
	    max-width: 600px !important;
	    min-width: 600px !important;
    }
    .Hazel-Big-Title {
	    letter-spacing: 20px !important;
	}
    
    .wide-testimonials-mobile{opacity: 1 !important;}
    .navbar-collapse.collapse{display: none !important;}
	div#jivo-iframe-container.jivo-iframe-container-bottom iframe, div#jivo-iframe-container.jivo-iframe-container-bottom.jivo_shadow.jivo-expanded:after, div#jivo-iframe-container.jivo-iframe-container-bottom.jivo_shadow.jivo-state-widget:after{display: none !important;visibility: hidden !important;}
    .agency-fs-align.slide3-h1 {
        top: -40px !important;
        left: -100px;
        font-size: 40px !important;
        min-width: 300px !important;
        line-height: 44px !important;
    }

    .agency-fs-align-last.slide5-h1 {
        top: -130px !important;
        left: 0;
        font-size: 40px !important;
        min-width: 500px !important;
        line-height: 44px !important;
    }

    .agency-fs-align-last.slide5-h2 {
        top: -140px !important;
        left: 0;
        font-size: 13px !important;
        min-width: 500px !important;
        line-height: 18px !important;
    }

    .agency-fs-align-last.slide5-button1 {
        left: -137px;
        top: -305px;
        font-size: 13px !important;
        line-height: 40px !important;
    }

    .agency-fs-align-last.slide5-button2 {
        left: -150px;
        top: -305px;
        font-size: 13px !important;
        line-height: 40px !important;
    }

    .agency-fs-align-last.slide5-img1,.agency-fs-align-last.slide5-img2,.agency-fs-align-last.slide5-img3,.agency-fs-align-last.slide5-img4 {
        top: -105px;
    }

    .agency-fs-align-last.slide5-img1 {
        left: -40px !important;
    }

    .agency-fs-align-last.slide5-img2 {
        left: -100px !important;
    }

    .agency-fs-align-last.slide5-img3 {
        left: -160px !important;
    }

    .agency-fs-align-last.slide5-img4 {
        left: -220px !important;
    }

    .agency-fs-align-last.slide5-img1 img,.agency-fs-align-last.slide5-img2 img,.agency-fs-align-last.slide5-img3 img,.agency-fs-align-last.slide5-img4 img {
        width: 55px !important;
        height: 40px !important;
    }

    .agency-fs-align.slide4-h1,.agency-fs-align-last.slide6-h1 {
        top: -50px !important;
        left: -80px;
        font-size: 40px !important;
        min-width: 335px !important;
        line-height: 44px !important;
    }

    .agency-fs-align-left.slide3-button1 {
        left: -150px;
        top: -10px;
        font-size: 13px !important;
        line-height: 40px !important;
    }

    .agency-fs-align-left.slide4-button1 {
        left: -105px;
        top: -40px;
        font-size: 13px !important;
        line-height: 40px !important;
    }

    .agency-fs-align-left.slide6-button1 {
        left: -146px;
        top: -20px;
        font-size: 13px !important;
        line-height: 40px !important;
    }

    .agency-fs-align-left.slide1-button1 {
        left: -160px;
        top: -150px;
        font-size: 13px !important;
        line-height: 40px !important;
        min-width: 160px !important;
    }

    .hermes.tp-bullets {
        left: 130% !important;
        top: 70% !important;
    }

    .agency-fs-align.slide2-h1 {
        top: -70px !important;
        left: -160px;
        font-size: 40px !important;
        min-width: 500px !important;
        line-height: 44px !important;
    }

    .agency-fs-align.slide2-h2 {
        top: -80px !important;
        left: -160px;
        font-size: 13px !important;
        min-width: 480px !important;
        line-height: 18px !important;
    }

    .agency-fs-align.slide2-button1 {
        top: -188px !important;
        left: -160px;
        min-width: 30px !important;
        font-size: 13px !important;
        line-height: 40px !important;
    }

    .agency-fs-align.slide2-button2 {
        top: -188px !important;
        left: -160px;
        min-width: 30px !important;
        font-size: 13px !important;
        line-height: 40px !important;
    }

    div.pp_default .pp_content {
        max-width: 99%;
    }

    div.ppt {
        max-width: 97%;
    }

    .pp_hoverContainer {
        max-width: 96%;
    }

    .des_active_ss,.simpleselect,.simpleselect .options .option {
        z-index: 99 !important;
    }

    .nav-container > .navbar-collapse.collapse {
        display: none !important;
    }

    .nav-container > .navbar-collapse.collapsing,.nav-container > .navbar-collapse.collapse.in {
        display: block !important;
        height: 1px;
    }

    header .nav-container {
        width: 100%;
        padding: 10px;
    }

    header .dl-menuwrapper {
        display: table-cell !important;
    }

    .s1-mobile-link .tp-button.mini {
        padding: 6px 10px !important;
        font-size: 7px !important;
        margin-left: -4px !important;
        top: -2px !important;
    }

    .mobile-text-center h2 {
        text-align: center !important;
        padding-top: 0 !important;
    }

    .mobile-text-center .uvc-sub-heading {
        text-align: center !important;
        padding-bottom: 30px;
    }

    .tp-caption.hazelmediumboldorange,.hazelmediumboldorange {
        font-size: 9px !important;
    }

    header.style3 .dl-menuwrapper {
        display: inline-block !important;
        width: 80%;
        margin-top: 35px !important;
        position: relative;
        right: 5px;
        float: right;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    }

    #hazel-team-2 > div {
        height: 150px !important;
    }

    header.style3.header_after_scroll .dl-menuwrapper {
        margin-top: 2px !important;
    }

    header.style3 .dl-menuwrapper button {
        margin-right: 0;
    }

    header.style3.header_after_scroll .header_social_icons {
        display: none !important;
    }

    header.style3.header_after_scroll .dl-menuwrapper {
        margin: 0;
    }

    header.style4 .new-menu-bearer {
        display: none !important;
    }

    header.style4 .dl-menuwrapper {
        display: inline-block !important;
        margin: -10px 5px 20px 0;
    }

    header.style4.header_after_scroll .dl-menuwrapper {
        margin: 0 5px 10px 0;
    }

    header.style3 .header_social_icons {
        position: relative;
        width: 100% !important;
        left: 0;
    }

    header.style3 .search_trigger {
        display: none;
    }

    header.style3 .search_trigger_mobile {
        display: inline-block;
    }

    header.style3:not(.header_after_scroll) .navbar-header {
        margin: 15px 0;
    }

    header.style3:not(.header_after_scroll) .header_social_icons {
        position: absolute;
        top: 10px;
        width: 100% !important;
        height: 40px !important;
    }

    header.style3 .nav-container .header_social_icons .header_social_icons_wrapper {
        height: auto !important;
        float: left;
    }

    header.style3 .search_trigger_mobile {
        position: absolute;
        right: 10px;
        top: 0;
        display: block;
        z-index: 9999999;
    }

    header.style3 .search_trigger i,header.style3 .search_trigger_mobile i {
        top: 0;
    }

    header.style3 a.navbar-brand {
        margin-bottom: 0 !important;
    }

    header.style3.header_after_scroll .navbar-header {
        margin: 0 !important;
    }

    header.style3 .nav-container .header_social_icons {
        display: block !important;
    }

    header.style3.header_after_scroll .nav-container .header_social_icons {
        display: none !important;
    }

    header.style4 .style4_social_search .search_trigger {
        margin-right: 20px;
    }

    header.style4 .nav-container .navbar-header .navbar-brand,header.style4 .nav-container .navbar-nav {
        margin-left: 15px;
    }

    header.style4 .style4_social_search_mobile,header.style4 .style4_social_search_mobile .search_trigger {
        display: inline-block;
    }

    header.style4 .style4_social_search_mobile {
        width: 100%;
        text-align: center;
        margin: 10px 0;
        display: none;
    }

    header.style4 .style4_social_search_mobile .search_trigger {
        float: right;
    }

    header.style4 .style4_social_search_mobile .header_social_icons {
        width: auto;
        display: inline-block !important;
        float: none;
        padding: 0;
    }

    header.style4 .style4_social_search_mobile .header_social_icons .header_social_icons_wrapper {
        float: left;
        width: auto;
    }

    header.style4 .nav-container .dl-menuwrapper {
        margin-top: 5px;
        position: relative;
        z-index: 99;
        float: right;
        width: 100%;
        right: 0;
    }

    header.style4 .nav-container {
        width: 100%;
        z-index: 999;
    }

    header.style4.header_after_scroll .nav-container .navbar-header,header.style4.header_after_scroll .nav-container .navbar-collapse {
        height: 45px !important;
    }

    header.style4 .style4_social_search_mobile {
        display: none;
    }

    .single-post .page_content.left {
        padding: 20px 0;
        border-right: none;
    }

    .page_content.right,.page_content.right.sidebar {
        padding: 0;
    }

    .page_content.left {
        border: none;
    }

    .blog-default-bg {
        padding-right: 0;
    }

    .team_member_profile_content > .container {
        overflow: scroll;
    }

    .projects_media.fullwidth_media {
        top: -20px;
    }

    .tweet_list {
        padding: 0 !important;
    }

    .wpcf7 .hazel-form-simple-captcha .f-name,.wpcf7 .hazel-form-simple-captcha .f-subject,.wpcf7 .hazel-form-simple-captcha .f-email,.wpcf7 .hazel-form-simple-captcha .f-message,.wpcf7 .hazel-form-simple .f-name,.wpcf7 .hazel-form-simple .f-subject,.wpcf7 .hazel-form-simple .f-email,.vc_col-sm-6 .wpcf7 .hazel-form-simple .f-name,.vc_col-sm-6 .wpcf7 .hazel-form-simple .f-subject,.vc_col-sm-6 .wpcf7 .hazel-form-simple .f-email,.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-name,.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-subject,.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-email,.wpcf7 .hazel-form-simple.dark .f-name,.wpcf7 .hazel-form-simple.dark .f-subject,.wpcf7 .hazel-form-simple.dark .f-email {
        width: 100%;
    }

    .wpcf7 .hazel-form-simple-captcha .f-captcha {
        width: 100%;
        margin-left: 0;
    }

    .modal .close {
        top: 10px;
        position: fixed;
        right: 10px;
    }

    .tooltip-desc,.tooltip-content {
        display: none;
    }

    .testimonials.style1 {
        width: 100%;
    }

    .testimonials.style1 .testimonial p {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonials.style1 .testimonial-box {
        margin-bottom: 20px;
    }

    .testimonials.style1 .testimonial-nav li {
        width: 55px;
        height: 55px;
        margin: 0 2px;
    }

    .testimonials.style1 .testimonial-nav li a {
        width: 55px;
        height: 55px;
    }

    #big_footer .mail-news {
        width: 100%;
    }

    .fullwidth-container {
        background-size: cover !important;
    }

    .style1 .hazel_little_shopping_bag {
    }

    .style4 .dl-menuwrapper button {
        margin-right: 0;
    }

    .dl-menuwrapper .dl-menu {
        top: 100%;
        top: calc(100% + 10px);
    }

    .dl-back {
        margin-top: -10px;
    }

    header.style1 .navbar-header,header..style1.header_after_scroll .navbar-header {
        height: 45px !important;
        width: auto !important;
    }

    .fullwidth-container .titlesleftcrumbsright .pageTitle,.fullwidth-container .titlesleftcrumbsright .hazel_breadcrumbs {
        width: 100%;
        max-width: 100%;
    }

    .blog-default.wideblog .page_content .container {
        padding: 0;
    }

    .fullwidth-container .titlesleftcrumbsright .hazel_breadcrumbs {
        float: left;
        text-align: left;
        padding-bottom: 20px;
    }

    .special_tabs.icontext .tab-container {
        top: 0;
    }

    .special_tabs .tab-container .content {
        padding: 45px 0 25px;
    }

    .info-wrapper .smile_icon_list li .icon_description .responsive-font-class * {
        font-size: 13px !important;
    }

    .special_tabs.icontext .label,.special_tabs.icontext .label.current {
        width: 100%;
    }

    .special_tabs.icon .label {
        float: left;
    }

    .special_tabs.icon .hazel_icon_special_tabs {
        margin: 20px 15px 20px 0;
    }

    .special_tabs.icon .divider-vertical-tabs {
        display: none;
    }

    .special_tabs.icon .tab-container .content {
        padding: 15px;
        width: 100%;
    }

    .wpb_column .wpb_wrapper .ult_pricing_table {
        margin-bottom: 50px !important;
    }

    .blog-default-bg {
        padding-right: 0;
        padding-bottom: 0;
    }

    .align-center-mobile .uvc-heading {
        text-align: center !important;
    }

    .align-center-mobile button.ubtn {
        text-align: center;
        width: auto;
        margin: 20px 0 20px 180px;
    }

    .extra-mobile-padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .flex-direction-nav {
        display: none;
    }

    .tp-caption a {
        font-size: 8px !important;
        letter-spacing: 0;
    }

    .tp-button {
        padding: 5px 8px !important;
    }

    .special_tabs.text .label {
        width: 100%;
    }

    .uvc-type-wrap .ultimate-typed-main,.typed-cursor {
        font-size: 50px !important;
        line-height: 30px !important;
    }

    .post-listing .post blockquote {
        padding: 20px 10px;
    }

    .blog-default.wideblog .page_content .container {
        padding: 0;
    }

    .blog-default.wideblog {
        padding-top: 20px;
    }

    .uvc-type-wrap {
        line-height: 30px !important;
    }

    button.ubtn {
        margin-right: 10px;
        font-size: 10px;
    }

    .page .page_content.left.sidebar {
        padding: 0 15px 0 0;
    }

    .page .page_content.left .container {
        padding: 0;
    }

    .page .page_content.left {
        padding-right: 0;
        border: none;
    }

    .page_content.right,.page .page_content.right {
        border-left: none;
        padding: 0;
    }

    .change-align-mobile .align-icon {
        text-align: left !important;
        margin: 0 0 20px;
    }

    .style1 .hazel_minicart_wrapper {
        padding-top: 22px !important;
    }

    .cbp-l-grid-gallery .portfolio_type-singlepageinlineajax-grid .share-buttons {
        margin: -20px 0 300px !important;
        padding: 20px 0;
    }

    .cbp-l-grid-gallery .cbpw-ajax-block {
        padding: 0;
    }

    .single-post .page_content.left .blog-default-bg {
        padding-bottom: 0;
    }

   #home-slider .flex-control-nav,.flex-control-nav {
        display: none;
    }

    .cbp-popup-singlePage .cbp-popup-content {
        width: 100%;
    }

    .single-portfolio .proj-content {
        margin: 20px auto !important;
    }

    .cbp-popup-singlePage-open .proj-content {
        margin: 100px auto 20px !important;
    }

    .single-portfolio .proj-content .content_container.col-md-12 {
        padding: 0;
    }

    .projects_media.full_media.col-md-12 {
        margin-bottom: 0;
    }

    .single-portfolio .share-buttons {
        padding: 40px 0;
    }

    .homepage_parallax #home-slider {
        height: 70px;
    }

    .portfolio_type-singlepageoverlay .cbpw-ajax-block {
        padding: 0;
    }

    p.home-slide-content {
        font-size: 42px !important;
        letter-spacing: 0;
    }

    .homepage_parallax .home-logo-text a.light {
        color: #fff !important;
        font-size: 1.4em !important;
        border: 1px solid !important;
        padding: 5px 10px !important;
    }

    .homepage_parallax .home-logo-text,.homepage_parallax .home-logo-image {
        margin: 0 0 10px;
    }


    .fullcoveredvideo video,.fullscreenvideo video {
        height: 100%;
    }

    .ult_countdown-amount {
        font-size: 45px !important;
        padding: 10px 25px !important;
    }

    .ult_countdown .ult_countdown-section .ult_countdown-period {
        font-size: 11px !important;
    }

    /* Dual Buttons Adjustments */
    .ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper {
        width: 49% !important;
        float: left !important;
    }

    .ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button {
        border-top-left-radius: 40px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 40px !important;
        height: 30px !important;
        width: 150px !important;
    }

    .ult_dualbutton-wrapper .ult_ivan_button.icon-before .text-btn,.ult_dualbutton-wrapper .ult_ivan_button.icon-after .text-btn {
        font-size: 12px !important;
    }

    .ult_dual_button .middle-text {
        top: 51% !important;
        right: 0 !important;
        border-width: 0 !important;
    }

    .ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 40px !important;
        border-bottom-right-radius: 40px !important;
        border-bottom-left-radius: 0 !important;
        height: 30px !important;
        width: 150px !important;
    }

    .ultb3-box img {
        width: 100% !important;
    }

    .tp-button.white-orange,.tp-button.white-blue,.tp-button.white-lightgrey,.tp-button.white-darkgrey,.tp-button.white-red,.tp-button.white-yellow,.tp-button.white-green,.tp-button.orange-white,.tp-button.blue-white,.tp-button.lightgrey-white,.tp-button.darkgrey-white,.tp-button.red-white,.tp-button.yellow-white,.tp-button.green-white {
        border-width: 1px !important;
    }

    .tp-button {
        font-weight: 800 !important;
    }

    .adjust-boxes-on-mobile .ult-content-box {
        padding: 40px !important;
    }

    .vc_custom_1436025089736 a.ubtn-link {
        margin: 0 -11px !important;
    }

    .portfolio_type-singlepageinlineajax-grid {
        min-height: 500px !important;
    }

    .typed-cursor {
        display: none;
    }

    .top-bar .top-bar-menu {
        position: relative;
        float: left;
        padding: 0 0 20px 20px;
        width: 100%;
        text-align: center;
    }

    #menu_top_bar {
        position: relative;
    }

    .top-bar-menu li {
        margin: 7px 10px;
        float: none;
    }

    .top-bar-menu #menu_top_bar > li:not(:first-child) > a {
        padding-left: 5px;
    }

    .boxed_layout {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        z-index: 9999999999;
        background-color: #fff;
    }

    .boxed_layout .des_cubeportfolio_widget,.boxed_layout header .search_input.fade,.boxed_layout header .search_input.none {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        float: none;
    }

    .boxed_layout header.navbar {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .ult_countdown.ult-cd-s1 .ult_countdown-section {
        padding: 0 !important;
        float: left;
        width: 25%;
        text-align: center;
    }

    .ult_countdown .ult_countdown-section .ult_countdown-period {
        padding: 0 !important;
    }


    /* Text Adjustments */
    h2:not(.uvc-main-heading h2) {
        font-size: 1.4em !important;
    }

    h5,h6 {
        font-size: .7em !important;
    }

    p {
        font-size: .9em !important;
    }

    h1,h2,h3,h4,.h1,.h2,.h3,h4,.h4,h5,.h5,h6,.h6 {
        line-height: 1.2em;
    }

    /* Rev Adjustments */
    .tparrows:before {
        font-size: 14px;
        line-height: 37px;
    }

    .testimonials-style2 .slick-next i,.testimonials-style2 .slick-prev i {
        font-size: 14px;
    }

    .tparrows,.testimonials-style2 .slick-next,.testimonials-style2 .slick-prev,.testimonials-style2 .slick-next:focus,.testimonials-style2 .slick-prev:focus {
        width: 35px;
        height: 35px;
    }

    /* Extra Paddings */
    .home-padding1 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .home-padding2 {
        padding-left: 15px !important;
    }

    .home-padding3 {
        padding-left: 15px !important;
    }

    .home-corp1 {
        margin-top: 0 !important;
    }

    .home-boxes1 {
        margin-top: 70px !important;
    }

    .home-boxes2 {
        padding-left: 0 !important;
    }

    .home-boxes4 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .home-boxes5 {
        padding-top: 0 !important;
        padding-right: 15px !important;
        padding-bottom: 0 !important;
        padding-left: 15px !important;
    }

    .home-boxes7 {
        padding-top: 0 !important;
        padding-right: 15px !important;
        padding-bottom: 0 !important;
        padding-left: 15px !important;
    }

    .home-boxes7 {
        padding-top: 30px !important;
        padding-right: 0 !important;
        padding-bottom: 30px !important;
        padding-left: 0 !important;
    }

    .highlight-heading {
        margin-left: 15px !important;
    }

    .left-align-testimonials .testimonials-style2 .slick-dots {
        top: -90px !important;
        text-align: left;
        margin-right: -8px;
    }

    .left-align-testimonials .testimonials-style2 .slick-list {
        margin-top: 40px;
    }

    header:not(.style4) .nav-container .header_social_icons {
        display: none;
    }

    .hazel_minicart_wrapper {
        padding-top: 14px !important;
        right: 0;
        width: 100%;
    }

    header .nav-container .navbar-header {
        position: relative;
        z-index: 99;
    }

    header .nav-container .dl-menuwrapper {
        padding-bottom: 0;
        margin-top: 40px;
        z-index: 9;
        position: absolute;
        width: 100%;
        padding: 0;
    }

    header .menu-controls {
        padding-left: 5px;
        top: 0;
        right: -4px;
    }

    header .menu-controls.menu-next-to-shopping-bag {
        top: -4px;
    }

    .dl-menuwrapper button {
        float: right;
        margin-right: 20px;
        top: -20px;
    }

    .header_after_scroll .dl-menuwrapper button {
        position: relative;
    }

    header .nav-container {
        width: 100%;
        padding: 0 !important;
        margin: 0 15px;
    }

    .hazel_little_shopping_bag_wrapper {
        top: -6px;
    }

    header .nav-container .navbar-header {
        position: relative;
        z-index: 99;
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }


    header a.navbar-brand img {
        max-width: 80%;
    }

    .rev-btn.Agency-NavButton i {
        font-size: 15px !important;
        line-height: 0 !important;
    }

    .rev-btn.Agency-NavButton {
        display: none !important;
    }

    .cover-test-img {
        width: 55px;
        height: 55px;
    }

    .cover-test-img:before {
        top: 21px;
        left: 21px;
    }

    header .search_input input.search_input_value {
        font-size: 28px !important;
        letter-spacing: normal !important;
    }

    header .search_close {
        top: 32px;
        margin-right: 45px !important;
        padding: 0;
    }

    header .search_input input.search_input_value {
        padding-left: 0;
    }

    .wpcf7 .hazel-form-main-slider {
        padding: 20px;
    }

    #des-team-2.noscroller > div.col-xs-3 {
        width: 50% !important;
        margin-bottom: 40px;
    }

    .team_member_profile_content .vc_empty_space {
        height: 20px !important;
    }

    .team_member_profile_content {
        border: 10px solid #333 !important;
    }

    .cbp-l-filters-alignCenter {
        margin-top: 40px !important;
    }

    .portfolio_type-singlepageinlineajax-grid .wpb_column {
        padding-right: 0;
    }

    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12,.vc_column_container>.vc_column-inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .portfolio_type-singlepageinlineajax-grid .projects_media.left_media {
        padding-right: 0;
        margin-bottom: 30px;
    }

    h1.page_title {
        font-size: 2em !important;
    }

    .fullwidth-container {
        background-position: 50% 0 !important;
    }

    .search-results .the_title h2 a {
        font-size: 25px !important;
    }

    .center h2.secondaryTitle {
        max-width: 70%;
        font-size: 1em !important;
    }

    .page-id-191 .pageTitle h1.page_title {
        margin-top: 0 !important;
    }

    .special_tabs.text .label.current {
        width: 100%;
    }

    .special_tabs.text .label {
        border-right: 1px solid #ddd !important;
    }

    .small-text-mobile {
        font-size: 30px !important;
    }

    #section-199 .upb_row_bg {
        background-position: 78% 0 !important;
    }

    #des-team-1 .slick-list {
        margin-left: 0 !important;
    }

    #des-team-1 .slick-prev {
        left: 0 !important;
    }

    #des-team-1 .slick-next {
        right: 0 !important;
    }

    .small-size-bgicon .aio-icon {
        height: 1em !important;
        width: 1em !important;
    }

    
    .wpcf7 .hazel-request-quote.f1 p,.wpcf7 .hazel-request-quote.f2 p,.wpcf7 .hazel-request-quote.f3 p {
        width: 46%;
        margin: 40px 10px 0 !important;
    }

    .wpcf7 .hazel-request-quote.f1 p,.wpcf7 .hazel-request-quote.f2 p,.wpcf7 .hazel-request-quote.f3 p {
        width: 100%;
        margin: 40px 0 0 !important;
    }

    .error-c {
        margin: 90px auto 80px;
        padding: 40px;
    }

    .error404 .text-error {
        font-size: 21px;
        line-height: 24px;
    }

    div.pp_default .pp_expand {
        display: none !important;
    }

    .blog-default.wideblog .container {
        padding: 0 20px !important;
    }

    .page-template-blog-masonry-template .posts_category_filter li {
        margin: 0 5px;
    }

    .fullwidth-container .pagetitle_overlay {
        height: 200%;
    }

    .page-template-blog-template .wideblog .post-listing .the_title h2 a {
        line-height: 1.2em;
    }

    .projects_media.full_media.col-md-12 {
        margin: 0;
    }

    /* Center Menu */
    header.style4 .nav-container .navbar-header {
        margin: 0;
        text-align: left;
        width: 90%;
		z-index: 999999999;
    }

    header.style4 .new-menu-wrapper .new-menu-left,header.style4 .new-menu-wrapper .new-menu-right {
        display: none;
    }

    header.style4 .nav-container .navbar-header .navbar-brand {
        opacity: 1;
        margin: 0 !important;
        z-index: 99999999999;
    }

    header.style4.header_after_scroll .nav-container .dl-menuwrapper {
        margin: 10px 20px;
    }

    header .hazel_dynamic_shopping_bag {
        padding-left: 5px !important;
        right: 0;
    }

    header.style4 .nav-container .dl-menuwrapper {
        margin-top: 10px;
    }

    header.style4.header_after_scroll .navbar-brand img.logo_after_scroll {
        margin: 0;
    }

    .navbar i {
        font-size: 13px;
    }

    .hazel_right_header_icons .search_trigger {
        float: left;
    }

    .home-box1-mobile {
        width: 100% !important;
        padding-left: 40px !important;
    }

    .wide-box-mobile {
        width: 100% !important;
    }

    .adjust-boxes-on-mobile .vc_col-sm-3 {
        width: 50% !important;
    }

    .home-padding3 {
        padding-right: 15px !important;
    }

    .ifb-flip-box-section-content.ult-responsive {
        padding: 0 20px;
        line-height: 18px;
    }

    
    .navbar .nav-container .custom-font-icon i.ion-close {
        padding-right: 0;
        right: 7px;
        position: relative;
    }

    .navbar .nav-container .custom-font-icon i.ion-grid {
        right: 3px;
        position: relative;
        top: 0;
    }

    header.style1 .hazel_right_header_icons {
        position: relative;
        float: right;
        top: 1px;
        margin-right: 90px;
    }
    header.style1.header_after_scroll .hazel_right_header_icons {
        top: 4px;
        margin-right: 90px;
    }
	
    .hazel_right_header_icons .search_trigger {
        float: left;
        top: -4px;
    }

    .dl-menuwrapper button {
        float: right;
        right: -10px;
        top: -10px;
        position: relative;
    }

    header.style1 .nav-container .dl-menuwrapper,
    header.style2 .nav-container .dl-menuwrapper {
        width: 100%;
        margin-right: 15px;
        margin-top: 30px;
    }
	
    header.style1 .nav-container .dl-menuwrapper,
    header.style2 .nav-container .dl-menuwrapper {
        margin-top: 23px;
    }
    header.style1.header_after_scroll .nav-container .dl-menuwrapper,
    header.style2.header_after_scroll .nav-container .dl-menuwrapper {
        margin-top: 23px;
    }

    header .search_trigger.next-to-shopping-bag {
        position: relative;
    }
	.instagram-pics {
	    top: -43px;
	    position: relative;
	}
    header.style1 .hazel_little_shopping_bag_wrapper {
        top: -5px;
        padding-bottom: 0;
    }
	.container > .navbar-header{margin-left: 0px !important;}
    header .search_trigger {
        z-index: 999;
    }

    header a.navbar-brand img {
        max-width: 100%;
    }
	
	
	#footer-instagram p.clear a, .instagram_widget p.clear a {
    	padding: 3px 13px;
	}
	#footer-instagram p.clear {
	    bottom: 5px;
	}
	
	
    .absolute-icon-aligment {
        display: none;
    }

    .testimonials-slide-content.container {
        width: 100% !important;
        padding: 0;
    }

  
    header.style3 .nav-container .dl-menuwrapper {
        z-index: 999;
    }

    header.style3 .nav-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    header.style3 .nav-container .navbar-header a.navbar-brand,header.style3.header_after_scroll a.navbar-brand {
        margin-top: 50px !important;
        margin-bottom: 0 !important;
    }

    .extra-padding-photohome {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #demoappslider	.rev-btn:not(.Agency-PlayBtn) {
        padding: 3px 12px !important;
        font-size: 8px !important;
        line-height: 16px !important;
        letter-spacing: 0 !important;
    }
	header .top-bar a,header .top-bar ul.phone-mail li a, .top-bar .phone-mail li, .top-bar .phone-mail i {
        font-size: 11px !important;
        border: none !important;
    }
    .button-app-slider i {
        font-size: 16px;
        top: 1px;
    }
    .rev-btn:not(.Agency-PlayBtn) {
	    padding: 3px 12px !important;
	    font-size: 8px !important;
	    line-height: 16px !important;
	    letter-spacing: 0 !important;
	}
	header.header_not_fixed.style3, header.header_not_fixed.style4 {
	    width: 100%;
	    padding: 20px 10px;
	    
	}
	
	.page-template-template-blank .vc_row{
		padding: 30px 10px 0 25px !important;
	}
	.page-template-template-blank .vc_row .ult_countdown-div{
		margin-left: 100px !important;
	}
	
	#comments .depth-2 {
	    padding-left: 20px;
	}
	
	#comments .depth-3 {
	    padding-left: 20px;
	}
	
	#comments .depth-4 {
	    padding-left: 20px;
	}
	
	#comments .depth-5 {
	    padding-left: 20px;
	}
	.testimonials.style1 .testimonial {
    	padding: 0 50px;
	}
	
	header.style4 .nav-container .dl-menuwrapper {position: absolute;}
	header .hazel_right_header_icons{display: none;}
	.team-boxes-style .vc_hidden-xs{display: block !important;}
}

/* Vertical Iphone */
@media only screen and (max-width: 479px) {
	
	.home-box1-mobile {
    	padding: 15px !important;
	}
	.cbp-l-filters-dropdown {
	    position: initial !important;
	}
	h1:not(.uvc-main-heading h1){font-size: 26px !important;}
	h2:not(.uvc-main-heading h2){font-size: 24px !important;}
	header.style1.header_after_scroll .hazel_right_header_icons.with-woocommerce-cart {
	    margin-right: 60px;
	    top: 6px;
	}
	
    #secondary_footer .footer_logo.align-center {
        margin-bottom: 20px;
    }
	div#jivo-iframe-container.jivo-iframe-container-bottom iframe, div#jivo-iframe-container.jivo-iframe-container-bottom.jivo_shadow.jivo-expanded:after, div#jivo-iframe-container.jivo-iframe-container-bottom.jivo_shadow.jivo-state-widget:after{display: none !important;visibility: hidden !important;}
    .ult_modal-body h2{
	    font-size: 28px !important;
    }
    div.pp_default .pp_expand {
        display: none !important;
    }

    #footer-instagram p.clear a, .instagram_widget p.clear a {
    	padding: 3px 13px;
	}
	#footer-instagram p.clear {
	    bottom: 5px;
	}
	
    .fullwidth-container .titlesleftcrumbsright .hazel_breadcrumbs {
        margin-top: 15px;
    }

    .hazel_breadcrumbs,.hazel_breadcrumbs a,.hazel_breadcrumbs span {
        font-size: .9em !important;
    }
	.cdemo-padding-contacts {
	    padding: 20px !important;
	}

	.footer-full-width #secondary_footer .container {
		padding-left: 20px;
		padding-right: 20px;
    }
    .tp-caption.PostSlider-Button, .PostSlider-Button{
	    width: 125px !important;
    }
    .tp-caption.PostSlider-Button, .PostSlider-Button i{
	    margin: 1px 8px 0px -4px !important;
    }
    

    .fullcoveredvideo video,.fullscreenvideo video {
        height: 100%;
    }

    .ult_countdown-amount {
        font-size: 34px !important;
        padding: 5px !important;
    }

    
    .ult_countdown .ult_countdown-section .ult_countdown-period {
        font-size: 11px !important;
    }

    .fullwidth-container {
        background-attachment: scroll !important;
        background-size: cover !important;
    }

    .journal .journal-post {
        margin-bottom: 60px !important;
    }

    .blog-default.wideblog {
        margin-bottom: 100px;
        padding-top: 20px;
    }

    .page-template-blog-masonry-template .page_content .navigation {
        margin: 20px 0 0;
    }

    .demo2-btn-align-right {
        left: 200px !important;
    }

    .page_content.left,.page_content.left.sidebar {
        padding-right: 0 !important;
        padding-left: 0;
        padding-bottom: 0;
    }

    .page_content.left {
        border: none;
        padding-top: 20px;
    }

    .single .postcontent #the_movies {
        margin-bottom: 20px;
    }

    .comment-form-author,.comment-form-email,.comment-form-url {
        width: 100%;
    }

    .blog-default-bg {
        padding-right: 0;
    }

    .the_comments {
        margin-bottom: 0;
    }

    .cbp-popup-singlePage .cbp-popup-content {
        width: 100%;
    }

    .single-portfolio .proj-content {
        margin: 20px auto !important;
    }

    .page-id-2068 .fullwidth-container {
        background-position-x: -200px !important;
    }

    .single .img-container {
        width: 100%;
        text-align: left;
        min-height: 0;
    }

    .nav-previous,.nav-next,.next-posts,.prev-posts,#pbd-alp-load-posts a,#pbd-alp-load-newer-posts a,.btn-contact-left input {
        padding: 5px 12px;
        margin-right: 2px;
    }

    .page_content.right,.page_content.right.sidebar {
        padding-left: 0 !important;
        padding-right: 0;
        margin-bottom: 100px;
    }

    header .dl-menuwrapper {
        display: block !important;
    }

    header .nav-container {
        width: 100%;
    }

    header .nav-container {
        padding-bottom: 10px;
    }

    header_after_scroll .search_trigger {
        padding-top: 25px !important;
    }

    header.style4 .search_trigger {
        display: block;
    }

    header .nav-container .navbar-header a {
        float: none;
        display: inline-block;
        left: -5px;
        position: relative;
    }

    header.style1 .nav-container .navbar-header a {
        left: 5px;
    }
    header.style1.header_after_scroll .nav-container .navbar-header a {
    }
	.dl-menuwrapper li.dl-back > a{top: 2px}
	header .search_input input.search_input_value {padding: 40px;}
	header .search_close i{top: -5px;}
    header .nav-container .navbar-header {
        position: relative;
        z-index: 99;
        text-align: left;
        left: 10px;
        display: block;
        margin-top: 29px !important;
        margin-bottom: 29px !important;
        margin-left: 0px;
    }

    header:not(.style4) .nav-container .header_social_icons {
        display: none !important;
        position: absolute;
        width: 100%;
        text-align: center;
        float: none;
        bottom: 9px;
        left: 0;
    }

    header.style1 .nav-container .header_social_icons.with-social-icons {
        position: relative;
        padding: 15px 0 0 !important;
        bottom: 0;
    }

    .team_member_profile_content > .container {
        overflow: scroll;
    }

    .projects_media.fullwidth_media {
        top: -20px;
    }

    header .header_social_icons .header_social_icons_wrapper {
        display: inline-block !important;
        height: auto !important;
        width: auto;
        float: none;
    }

    header .nav-container .dl-menuwrapper {
        margin-top: 0;
        position: relative;
        z-index: 999;
        margin-left: -10px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    }

    .dl-menuwrapper .dl-menu {
        top: 100%;
        top: calc(100% + 3px);
    }

    header.header_after_scroll a.navbar-brand {
    }

    .style4_social_search .hazel_minicart_wrapper {
        left: -150px;
    }

    .hazel_minicart {
        float: right;
    }

    .header_after_scroll {
        padding-bottom: 0;
        max-height: 65px;
    }

    header.header_after_scroll .nav-container .navbar-header {
        margin-top: 22px !important;
        margin-bottom: 22px !important;
        margin-left: 0;
    }

    header .search_input input.search_input_value {
        font-size: 1em !important;
        letter-spacing: normal !important;
    }

    header .search_close {
        top: 30px;
        margin-right: 10px;
        padding: 0;
    }

    .portfolio_type-singlepageoverlay .projects_media.full_media.col-md-12 {
        margin-bottom: 30px;
    }

    .single-portfolio .share-buttons {
        padding: 40px 0;
    }

    #cbpw-filters80 .cbp-filter-item.cbp-filter-item-active,#cbpw-filters80 .cbp-filter-item {
        margin: 10px 0 0 5px !important;
    }

    .flex-direction-nav {
        display: none;
    }

    .single-portfolio .cbp-popup-content article.portfolio {
        padding: 0;
        min-height: 400px;
    }

    article.portfolio {
        padding: 25px 15px;
    }

    .single-portfolio .projects_media.left_media {
        margin-bottom: 20px;
        padding: 0;
    }

    .single-portfolio .projects_description .content_container {
        padding: 0;
    }

    .cbp-l-grid-gallery .cbpw-ajax-block {
        padding: 0;
    }

    .cbpw-ajax-block .wpb_revslider_element {
        margin: -20px 0 40px;
    }

    .dl-menuwrapper li a {
        padding: 15px 55px 15px 15px;
    }

    
    .testimonials-slide-content.container {
        width: 100% !important;
        padding: 0;
    }

    .vc_col-sm-6 .nav-light .testimonials-slide-content p,.vc_col-sm-6 .controlnav-light .testimonials-slide-content p,.testimonials-slide-content p,.testimonials-slide-content p span {
        font-size: 14px;
    }

    .des_recent_posts_widget.widget .flexslider {
        margin-bottom: 0;
    }

    .des_recent_posts_widget .title {
        margin: 20px 0 10px;
    }

    header .nav-container .dl-menuwrapper {
        padding-bottom: 0;
        margin-top: 30px;
        z-index: 9;
        position: absolute;
        width: 100%;
        padding: 0;
    }

    .dl-menuwrapper button {
        float: right;
        top: -10px;
    }

    header.header_after_scroll .nav-container .dl-menuwrapper {
    margin-top: 28px;
    }

    .header_after_scroll .dl-menuwrapper button {
    	top: -11px;
		position: relative;
    }

    header .dl-menuwrapper .dl-trigger-wrapper {
        z-index: 99;
        width: 100%;
    }

    .tp-caption a {
        font-size: 6px !important;
        letter-spacing: 0;
    }

    .tp-caption a.hazel-button-white span {
        font-size: 6px !important;
        letter-spacing: 0;
    }

    .tp-button {
        padding: 3px 7px !important;
    }

    .tp-button.hazel-button-white,.tp-button.hazel-button-dark {
        padding: 7px !important;
    }

    .des-btn-mobile {
        margin-top: 10px !important;
    }

    header.style3:not(.header_after_scroll) .navbar-header {
        margin: 15px 0;
    }

    header.style3:not(.header_after_scroll) .header_social_icons {
        position: absolute;
        top: 10px;
        width: 100% !important;
        height: 40px !important;
    }

    header.style3 .nav-container .header_social_icons .header_social_icons_wrapper {
        height: auto !important;
        float: left;
    }

    header.style3 .search_trigger_mobile {
        position: absolute;
        right: 6px;
        top: 0;
        display: block;
        z-index: 9999999;
    }

    header.style3 .search_trigger i,header.style3 .search_trigger_mobile i {
        top: -2px;
    }

    header.style3 a.navbar-brand {
        margin-bottom: 0 !important;
    }

    header.style3.header_after_scroll .navbar-header {
        margin: 15px 0 0 !important;
    }

    header.style3 .nav-container .header_social_icons {
        display: block !important;
    }

    header.style3.header_after_scroll .nav-container .header_social_icons {
        display: none !important;
    }

    header.style3:not(.header_after_scroll) .dl-menuwrapper {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    header .search_trigger_mobile {
        display: none;
    }

    .hazel_minicart_wrapper {
        padding-top: 14px !important;
        right: -35px;
        width: 100%;
    }

    header.style4 .style4_social_search {
        top: 5px;
        padding-right: 30px;
        margin-bottom: 10px;
    }

    header.style4 .style4_social_search_mobile,header.style4 .style4_social_search_mobile .search_trigger {
        display: inline-block;
    }

    header.style4 .style4_social_search_mobile {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    header.style4 .style4_social_search_mobile .search_trigger {
        float: right;
    }

    header.style4 .style4_social_search_mobile .header_social_icons {
        width: auto;
        display: inline-block !important;
        float: none;
        padding: 0;
    }

    header.style4 .style4_social_search_mobile .header_social_icons .header_social_icons_wrapper {
        float: left;
        width: auto;
    }

    header.style4.header_after_scroll .style4_social_search_mobile {
        display: none;
    }

    header.style4 .style4_social_search_mobile {
        display: none;
    }

    header.style4 .hazel_dynamic_shopping_bag {
        margin-left: 0;
    }

    .tweet_list {
        padding: 0 !important;
    }

    .wpcf7 .hazel-form-simple-captcha .f-name,.wpcf7 .hazel-form-simple-captcha .f-subject,.wpcf7 .hazel-form-simple-captcha .f-email,.wpcf7 .hazel-form-simple-captcha .f-message,.wpcf7 .hazel-form-simple .f-name,.wpcf7 .hazel-form-simple .f-subject,.wpcf7 .hazel-form-simple .f-email,.vc_col-sm-6 .wpcf7 .hazel-form-simple .f-name,.vc_col-sm-6 .wpcf7 .hazel-form-simple .f-subject,.vc_col-sm-6 .wpcf7 .hazel-form-simple .f-email,.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-name,.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-subject,.vc_col-sm-8 .wpcf7 .hazel-form-simple .f-email,.wpcf7 .hazel-multiple-fields .f-name,.wpcf7 .hazel-multiple-fields .f-subject,.wpcf7 .hazel-multiple-fields .f-email,.wpcf7 .hazel-multiple-fields .f-service,.wpcf7 .hazel-multiple-fields .f-subject,.wpcf7 .hazel-multiple-fields .f-captcha,.wpcf7 .hazel-multiple-fields .f-confirm,.wpcf7 .hazel-form-simple.dark .f-name,.wpcf7 .hazel-form-simple.dark .f-subject,.wpcf7 .hazel-form-simple.dark .f-email {
        width: 100%;
    }

    .wpcf7 .hazel-form-simple-captcha .f-captcha {
        width: 100%;
        margin-left: 0;
    }

    #big_footer input.button {
        float: left;
        margin: 0 15px;
    }

    #secondary_footer .footer_logo.align-left {
        float: none;
    }

    #secondary_footer .footer_custom_text.right {
        width: 100%;
        text-align: center;
    }

    .modal .close {
        top: 10px;
        position: fixed;
        right: 10px;
        background-color: #fff;
    }

    .tooltip-desc,.tooltip-content {
        display: none;
    }

    .testimonials.style1 {
        width: 100%;
    }

    .testimonials.style1 .testimonial p {
        font-size: 14px;
        line-height: 24px;
    }

    .testimonials.style1 .testimonial-box {
        margin-bottom: 20px;
    }

    .testimonials.style1 .testimonial-nav li {
        width: 40px;
        height: 40px;
        margin: 5px;
    }

    .testimonials.style1 .testimonial-nav li a {
        width: 40px;
        height: 40px;
    }

    #big_footer .mail-news {
        width: 100%;
    }

    
    .vc_btn3-container.vc_btn3-left {
        margin-right: 5px !important;
    }

    .vc_btn3.vc_btn3-size-md {
        font-size: 11px;
    }

    .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-right: 48px;
        text-align: left;
    }
	.page-template-template-blank .vc_row{
		padding: 30px 10px 0 25px !important;
	}
	.page-template-template-blank .vc_row .ult_countdown-div{
		margin-left: 30px !important;
	}
    .vc_btn3.vc_btn3-size-md {
        padding: 10px 15px;
    }

    .dl-menu li.dl-subviewopen:not(:last-child) {
        border: none !important;
    }

    .testimonials-slide-content .text-container {
        width: 100% !important;
    }

    .testimonials-slide-content p,.testimonials-slide-content p span,.testimonials-slide-content .text-container span {
        font-size: 13px !important;
        line-height: 1.4;
    }

    .vc_custom_1435073560780 {
        margin-top: 20px !important;
    }

    .cbp-popup-singlePageInline .cbp-popup-close {
        right: 15px !important;
        top: 20px !important;
    }

    a.ubtn-link .ubtn {
        margin: 0 9px !important;
    }

    a.ubtn-link {
        margin: 10px 0 0 !important;
    }

    .info-wrapper .smile_icon_list li .icon_description .responsive-font-class * {
        font-size: 13px !important;
    }

    .small-text-mobile {
        font-size: 38px !important;
    }

    #section-199 .upb_row_bg {
        background-position: 75% 0 !important;
    }

    .wpb_column .wpb_wrapper .ult_pricing_table {
        margin-bottom: 50px !important;
    }

    .wpcf7 .hazel-multiple-fields .f-message {
        padding-right: 0;
        margin-top: 20px;
    }

    .change-align-mobile .align-icon {
        text-align: left !important;
        margin: 0 0 20px;
    }

    .fullwidth-container .titlesleftcrumbsright .pageTitle,.fullwidth-container .titlesleftcrumbsright .hazel_breadcrumbs {
        width: 100% !important;
        max-width: 100% !important;
        text-align: left;
        float: left !important;
        text-align: left !important;
    }

    .blog-default.wideblog .page_content .container {
        padding: 0;
    }

    .fullwidth-container .titlesleftcrumbsright .hazel_breadcrumbs {
        float: left;
        text-align: center;
        padding-bottom: 0;
    }

    .cbp-l-grid-gallery .portfolio_type-singlepageinlineajax-grid .share-buttons {
        margin: -20px 0 120px !important;
    }

    .cbp-popup-singlePage .cbp-popup-content {
        margin-top: 100px;
    }

    .cbp-popup-singlePage .cbp-popup-content #the_movies {
        margin-bottom: 30px;
    }

    .cbp-popup-singlePage .cbp-popup-content #comments {
        padding: 0;
    }

    .cbp-l-grid-gallery .portfolio_type-singlepageinlineajax-grid,.cbp-l-grid-gallery .portfolio_type-singlepageinlineajax-grid .proj-content .content_container {
        padding: 0;
        max-width: 100%;
    }

    .single-post .blog-default.wideblog .page_content {
        padding: 0;
    }

    .post-listing .post blockquote {
        padding: 20px 10px;
    }

    .align-center-mobile .uvc-heading {
        text-align: center !important;
    }

    .align-center-mobile button.ubtn {
        text-align: center;
        width: auto;
        margin: 20px 0 20px 60px;
    }

    .extra-mobile-padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    button.ubtn {
        margin-right: 10px;
        font-size: 10px;
    }

    .page .page_content.left.sidebar {
        padding: 30px 0 0;
    }

    .page .page_content.left .container {
        padding: 0;
    }

    .page .page_content.left {
        padding-right: 0;
        border: none;
        padding-top: 20px;
    }

    .page_content.right,.page .page_content.right {
        border-left: none;
        padding: 0;
    }

    .page-template-blog-template .metas-container {
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .portfolio_type-singlepageoverlay .cbpw-ajax-block {
        padding: 0;
    }

    .homepage_parallax #home-slider {
        height: 47px;
    }

    #secondary_footer .social-icons-fa ul li {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #secondary_footer .social-icons-fa ul li a {
        margin: 0 3px;
    }

    .homepage_parallax #parallax-home {
        background-position: -100px 0;
    }

    p.home-slide-content {
        font-size: 29px !important;
        letter-spacing: 0;
    }

    .homepage_parallax .home-logo-text a.light {
        color: #fff !important;
        font-size: 1em !important;
        border: 1px solid !important;
        padding: 5px 10px !important;
    }

    .homepage_parallax .home-logo-text,.homepage_parallax .home-logo-image {
        margin: -40px 0 15px;
    }

    #home-slider .flex-control-nav,.flex-control-nav {
        display: none;
    }

    /* 	header.style4 .new-menu-wrapper{display: none;} */
    /* Dual Buttons Adjustments */
    .ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper {
        width: 49% !important;
        float: left !important;
    }
	.icon-with-desc5 .aio-icon-box.tooltip-icon .aio-icon-description {
	    margin-left: 71px;
	}
    .ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button {
        border-top-left-radius: 40px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 40px !important;
        height: 30px !important;
        width: 150px !important;
    }

    .ult_dualbutton-wrapper .ult_ivan_button.icon-before .text-btn,.ult_dualbutton-wrapper .ult_ivan_button.icon-after .text-btn {
        font-size: 12px !important;
    }

    .ult_dual_button .middle-text {
        top: 51% !important;
        right: 0 !important;
        border-width: 0 !important;
    }

    .ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 40px !important;
        border-bottom-right-radius: 40px !important;
        border-bottom-left-radius: 0 !important;
        height: 30px !important;
        width: 150px !important;
    }

    .hazel2xtextwhite {
        font-size: 9px !important;
    }

    .hazelbigwhite.demo12-bigwhite {
        top: 125px !important;
        font-size: 26px !important;
    }

    .btn-demo12 {
        top: 160px !important;
    }

    .tp-button.white-orange,.tp-button.white-blue,.tp-button.white-lightgrey,.tp-button.white-darkgrey,.tp-button.white-red,.tp-button.white-yellow,.tp-button.white-green,.tp-button.orange-white,.tp-button.blue-white,.tp-button.lightgrey-white,.tp-button.darkgrey-white,.tp-button.red-white,.tp-button.yellow-white,.tp-button.green-white,.tp-button.hazel-button-white,.tp-button.hazel-button-dark,.tp-button.hazel-button-colored {
        border-width: 1px !important;
    }

    .tp-button {
        font-weight: 800 !important;
    }

    .slick-next {
        right: -15px !important;
    }

    .slick-prev {
        left: -15px !important;
    }

    header .top-bar a,header .top-bar ul.phone-mail li a, .top-bar .phone-mail li, .top-bar .phone-mail i {
        font-size: 11px !important;
        border: none !important;
    }

    .vc_custom_1437240114072 {
        padding-left: 15px !important;
    }

    .footer_sidebar {
        margin-bottom: 40px;
    }

    .footer_sidebar:last-child {
        margin-bottom: 0;
    }

    /* Sliders Mobile Adjustements */
    /*Service1*/
    .mobile-h2 {
        top: 0 !important;
    }

    .mobile-h3 {
        top: 0 !important;
    }

    .s1-mobile-h2 {
        top: 0 !important;
    }

    .s1-mobile-h3 {
        top: 0 !important;
    }

    .mobile-h4 {
        top: 10px !important;
        left: 45px !important;
        font-size: 10px !important;
    }

    .mobile-icon {
        top: 20px !important;
        left: 14px !important;
    }

    .mobile-icon i {
        font-size: 28px !important;
    }

    .mobile-box-size {
        top: 20px !important;
    }

    .mobile-box-size img {
        height: 75px !important;
        width: 400px !important;
    }

    .mobile-big-text {
        width: 245px !important;
        white-space: normal !important;
        line-height: 13px !important;
        font-size: 8px !important;
        top: 16px !important;
        left: 45px !important;
    }

    .mobile-link {
        top: 20px !important;
        left: 45px !important;
    }

    .mobile-link a {
        font-size: 7px !important;
    }

    .s1-mobile-link .tp-button.mini {
        padding: 3px !important;
        font-size: 5px !important;
        margin-left: -3px !important;
        top: 0 !important;
    }

    .tp-caption.hazelmediumboldorange,.hazelmediumboldorange {
        font-size: 6px !important;
    }

    /*Service2*/
    .mobile-h42 {
        top: 90px !important;
        left: -63px !important;
        font-size: 10px !important;
    }

    .mobile-icon2 {
        top: 105px !important;
        left: -90px !important;
    }

    .mobile-icon2 i {
        font-size: 42px !important;
    }

    .mobile-box-size2 {
        top: 100px !important;
        left: -150px !important;
    }

    .mobile-box-size2 img {
        height: 75px !important;
        width: 400px !important;
    }

    .mobile-big-text2 {
        width: 245px !important;
        white-space: normal !important;
        line-height: 13px !important;
        font-size: 8px !important;
        top: 97px !important;
        left: -63px !important;
    }

    .mobile-link2 {
        top: 100px !important;
        left: -63px !important;
    }

    .mobile-link2 a {
        font-size: 7px !important;
    }

    /*Service3*/
    .mobile-h43 {
        top: 165px !important;
        left: -171px !important;
        font-size: 10px !important;
    }

    .mobile-icon3 {
        top: 181px !important;
        left: -200px !important;
    }

    .mobile-icon3 i {
        font-size: 28px !important;
    }

    .mobile-box-size3 {
        top: 180px !important;
        left: -250px !important;
    }

    .mobile-box-size3 img {
        height: 75px !important;
        width: 400px !important;
    }

    .mobile-big-text3 {
        width: 240px !important;
        white-space: normal !important;
        line-height: 13px !important;
        font-size: 8px !important;
        top: 171px !important;
        left: -172px !important;
    }

    .mobile-link3 {
        top: 177px !important;
        left: -172px !important;
    }

    .mobile-link3 a {
        font-size: 7px !important;
    }

    .mobile-big-text br,.mobile-big-text2 br,.mobile-big-text3 br {
        display: none;
    }

    .adjust-boxes-on-mobile .ult-content-box {
        padding: 40px !important;
    }

    .mobile-text-center h2 {
        text-align: center !important;
        padding-top: 30px !important;
    }

    .mobile-text-center .uvc-sub-heading {
        text-align: center !important;
        padding-bottom: 30px;
    }

    .mobile-text-left .vc_col-sm-8 {
        padding: 20px 40px 80px !important;
    }

    .mobile-text-left .vc_col-sm-8 h2,.mobile-text-left .vc_col-sm-8 .uvc-sub-heading,.mobile-text-left .vc_col-sm-8 .vc_btn3-container {
        text-align: left !important;
    }

    .mobile-no-padding .wpb_column {
        padding: 0 5px !important;
    }

    .wpcf7 .hazel-form-main-slider {
        padding: 20px;
    }

    .tp-caption.hazel2xtextdark,.hazel2xtextdark {
        font-size: 5px;
        letter-spacing: -.5px;
    }

    .push-down {
        display: none;
    }

    
    .yl-left-align {
        left: -20px !important;
        top: 0 !important;
    }

    .yl-right-align {
        left: 5px !important;
        top: 0 !important;
    }
	.wpcf7 .hazel-form-main-slider {width: 100%;}
	.wpcf7 .hazel-form-main-slider h3 {font-size: 17px !important;}
	.vc_custom_1469739486072 {
	    padding-right: 15px !important;
	    padding-left: 15px !important;
	}
    #cbpw-filters77 .cbp-filter-item.cbp-filter-item-active,#cbpw-filters77 .cbp-filter-item {
        line-height: 24px !important;
        margin: 5px 5px 0 0 !important;
        padding: 0 15px !important;
        font-size: 10px !important;
    }

    .special_tabs.text .label.current {
        width: 100% !important;
    }

    .pageTitle h1.page_title,.pageTitle h2.secondaryTitle,.fullwidth-container .hazel_breadcrumbs {
        line-height: 1.5em !important;
        margin-top: 10px !important;
    }

    .archive .page_content.left {
        padding-right: 0;
    }

    .woocommerce-page.woocommerce ul.products li.product,.woocommerce-page.woocommerce-page ul.products li.product {
        margin: 0 0 100px !important;
        width: 100% !important;
    }

    .woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering {
        float: none !important;
        width: 100% !important;
        top: -10px !important;
        left: -5px !important;
        margin-bottom: 40px;
    }
	.widget_product_search input[type="search"]{width: 80%;}
	.custom-widget.woocommerce {margin-bottom: 100px;}
	.custom-widget.woocommerce.widget_shopping_cart {margin-bottom: 140px;}
    .woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count {
        margin: 9px 0 0 !important;
        float: none !important;
        text-align: center !important;
    }
	.woocommerce-page .woocommerce-message a.button.wc-forward {
	    padding: 10px 17px;
	    position: absolute;
	    right: 0;
	    bottom: 10px;
	    height: 30px;
	    float: none;
	    top: auto;
	    letter-spacing: 2px;
	}
	#ship-to-different-address .checkbox {
	    padding-left: 0;
	    margin-left: 20px;
	}
	.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
	    margin: 6px 8px 0 0;
	}
	.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	    padding-left: 0;
	}
	.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	    width: 100%;
	    float: left;
	}
	.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
	    width: 100%;
	}
	.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message{
		position: relative;
	    display: flex;
	    line-height: 1.4em;
	    padding: 15px 0px 50px 70px !important;
	}
	
	.woocommerce-checkout tfoot{width: 100%;display: block;}
    .woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
        float: right !important;
        width: 100% !important;
    }

    .woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {
        float: left;
        width: 100% !important;
    }

    .woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
        float: right;
        width: 100% !important;
        margin-top: 20px;
    }

    .woocommerce #payment ul.payment_methods,.woocommerce-page #payment ul.payment_methods {
        padding: 15px !important;
    }

    .woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {
        float: left !important;
        width: 100% !important;
    }

    .page-id-2670 .fullwidth-container {
        background-position-x: -115px !important;
    }

    .page-id-2203 .fullwidth-container {
        background-position-x: -270px !important;
        background-position-y: 100px !important;
    }

    .h2-align-center {
        width: 100% !important;
    }

    .h2-align-center button.ubtn {
        width: 100%;
        margin: 8px 0 0;
        text-align: center;
        font-size: 11px;
    }

    .portfolio_type-singlepageinlineajax-grid {
        min-height: 500px !important;
    }

    .typed-cursor {
        display: none;
    }

    #secondary_footer .footer_custom_text.left {
        float: none;
        width: 100%;
        text-align: center;
        margin: 20px 0;
        border-left: 0;
        padding: 0;
    }
	.team_member_profile_content > .container {
	    width: 100%;
	}
    #secondary_footer .social-icons-fa.align-right {
        float: none;
        margin-top: 15px;
        display: table;
        margin: 0 auto;
    }

    #secondary_footer .footer_logo.align-left {
        float: none;
        text-align: center;
        margin: 15px auto;
        display: table;
        width: auto;
    }

    .tp-caption.hazel2xtextdark,.hazel2xtextdark {
        font-size: 6px !important;
    }

    .top-bar .top-bar-menu {
        position: relative;
        float: left;
        padding: 0 0 10px 20px;
        width: 100%;
        text-align: center;
    }

    .gyges .tp-tab {
        width: 270px !important;
    }

    #menu_top_bar {
        position: relative;
    }

    .top-bar-menu li {
        margin: 7px 10px;
        text-align: center;
        float: none;
        border: none !important;
    }
	.vc_custom_1437260036157 {
	    padding-right: 0px !important;
	}
	.about-me-padding {
	    padding-top: 15px !important;
	    padding-right: 15px !important;
	    padding-bottom: 15px !important;
	    padding-left: 15px !important;
	}
    .top-bar-menu #menu_top_bar > li:not(:first-child) > a {
        padding-left: 5px;
    }

    .top-bar .social-icons-fa {
        left: 5px;
    }

    .align-left-on-mobile {
        float: left !important;
        margin-left: 77px !important;
    }

    input[type="file"] {
        font-size: 10px !important;
        line-height: 15px !important;
    }

    .page-id-3149 .pageTitle h1.page_title {
        font-size: 38px !important;
    }

    .boxed_layout {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        z-index: 9999999999;
        background-color: #fff;
    }

    .boxed_layout .des_cubeportfolio_widget,.boxed_layout header .search_input.fade,.boxed_layout header .search_input.none {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        float: none;
    }

    .boxed_layout header.navbar {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .ult_countdown.ult-cd-s1 .ult_countdown-section {
        padding: 0 !important;
        float: left;
        width: 25%;
        text-align: center;
    }

    .ult_countdown .ult_countdown-section .ult_countdown-period {
        padding: 0 !important;
    }

    .team.noscroller > div.col-xs-3 {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .team_member_profile_content .vc_empty_space {
        height: 20px !important;
    }

    .team_member_profile_content {
        border: 10px solid #333 !important;
        height: 100vh;
        width: 100vw;
        margin: 0;
    }

    .rev-btn:not(.Agency-PlayBtn) {
        padding: 3px 12px !important;
        font-size: 8px !important;
        line-height: 16px !important;
        letter-spacing: 0 !important;
    }

    .rev-btn.Agency-NavButton i {
        font-size: 22px !important;
        line-height: 34px !important;
    }

    .rev-btn.rev-hiddenicon i {
        font-size: 8px !important;
        top: 0 !important;
    }

    .rev-btn.rev-hiddenicon:hover i {
        opacity: 1 !important;
        margin-left: 4px !important;
        width: auto !important;
    }

    header .nav-container{
        width: 100%;
        padding: 0 !important;
    }
    header:not(.header-full-width):not(.header_after_scroll) .nav-container {
        /* padding: 0 10px !important; */
    }
	
    .navbar-header {
        width: 40%;
        text-align: left;
        max-width: 50%;
    }

    .style3 .navbar-header {
        max-width: 100%;
        left: 0 !important;
    }

    header a.navbar-brand img {
        max-width: 80%;
    }

    .cover-test-img {
        width: 40px;
        height: 40px;
    }

    .cover-test-img:before {
        top: 28px;
        left: 27px;
    }

    .vc_custom_1462480806528 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    #testimonials-slider-2 {
        margin-bottom: 80px;
    }

    .aio-icon-box.tooltip-icon .aio-icon-description {
        margin-left: 55px;
        max-width: 280px;
    }

    .page-id-23 .tp-revslider-mainul .slotholder .tp-bgimg {
        background-position: 70% 0 !important;
    }

    /* Text Adjustments */
    h2:not(.uvc-main-heading h2) {
        font-size: 1.4em !important;
    }

    p {
        font-size: .9em !important;
    }

    h1,h2,h3,h4,.h1,.h2,.h3,h4,.h4,h5,.h5,h6,.h6 {
        line-height: 1.2em;
    }

    h5,h6 {
        font-size: .85em !important;
        line-height: 1.8em !important;
    }

    /* Rev Adjustments */
    .tparrows:before {
        font-size: 14px;
        line-height: 37px;
    }

    .testimonials-style2 .slick-next i,.testimonials-style2 .slick-prev i {
        font-size: 14px;
    }

    .tparrows,.testimonials-style2 .slick-next,.testimonials-style2 .slick-prev,.testimonials-style2 .slick-next:focus,.testimonials-style2 .slick-prev:focus {
        width: 35px;
        height: 35px;
    }

    /* Extra Paddings */
    .home-padding1 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .home-padding2 {
        padding-left: 15px !important;
    }

    .home-padding3 {
        padding-left: 15px !important;
    }

    .home-corp1 {
        margin-top: 0 !important;
    }

    .home-boxes1 {
        margin-top: 70px !important;
    }

    .home-boxes2 {
        padding-left: 0 !important;
    }

    .home-boxes4 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .home-boxes5 {
        padding-top: 0 !important;
        padding-right: 15px !important;
        padding-bottom: 0 !important;
        padding-left: 15px !important;
    }

    .home-boxes7 {
        padding-top: 0 !important;
        padding-right: 15px !important;
        padding-bottom: 0 !important;
        padding-left: 15px !important;
    }

    .home-boxes7 {
        padding-top: 30px !important;
        padding-right: 0 !important;
        padding-bottom: 30px !important;
        padding-left: 0 !important;
    }

    .home-boxes8 .vc_column-inner {
        padding: 30px !important;
    }

    .home-boxes9 .vc_column-inner,.home-boxes10 .vc_column-inner,.home-boxes11 .vc_column-inner {
        padding: 30px !important;
    }

    .highlight-heading {
        margin-left: 15px !important;
    }

    .left-align-testimonials .testimonials-style2 .slick-dots {
        top: -90px !important;
        text-align: left;
        margin-right: -8px;
    }

    .left-align-testimonials .testimonials-style2 .slick-list {
        margin-top: 40px;
    }

    
    .rev-btn.Agency-NavButton {
        display: none !important;
    }

    .arrange-on-iphone .aio-icon-description {
        line-height: 22px !important;
        padding-top: 20px;
    }

    /* Align Services box at Center */
    .arrange-on-iphone .left-icon .aio-ibd-block {
        text-align: center;
        padding: 20px 0 !important;
    }

    .arrange-on-iphone .left-icon .aio-icon-left {
        width: 100%;
        text-align: center;
        float: left;
    }

    .vc_custom_1463482333004 .upb_row_bg {
        background-position: 60% 0;
    }

    .special_tabs.icontext.horizontal .label,.special_tabs.text.horizontal .label {
        border-right: 1px solid #ddd;
    }

    .special_tabs.horizontal.icontext .tab-selector .label.current {
        border-bottom: 1px solid #ddd;
    }

    .agree-terms h5 a,.agree-terms h5 {
        font-size: 12px !important;
    }

    #cbpw-filters130 .cbp-filter-item.cbp-filter-item-active,#cbpw-filters130 .cbp-filter-item {
        margin-bottom: 0;
        padding: 0 5px !important;
        font-size: 11px !important;
    }

    .cbp-l-filters-alignCenter {
        margin-top: 20px !important;
    }

    .portfolio_type-singlepageinlineajax-grid .wpb_column {
        padding-right: 0;
    }

    
    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12,.vc_column_container>.vc_column-inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .special_tabs.icontext .label {
        border-right: 1px solid #ddd !important;
    }

    .team-profile .tooltip-content p {
        font-size: 9px !important;
    }

    h1.page_title {
        font-size: 1.6em !important;
		letter-spacing: 6px !important;
    }

    .fullwidth-container {
        background-position: 50% 0 !important;
    }

    .page-id-191 .fullwidth-container {
        background-position: 32% 0 !important;
    }
	.testimonials.style1 .testimonial-nav li a {
	    width: 30px;
	    height: 30px;
    }
    .testimonials.style1 .testimonial-nav li {
    	width: 30px;
    	height: 30px;
    	margin: 0 10px 10px 0;
	}
	.cover-test-img {
        width: 30px;
        height: 30px;
    }
    .search-results .the_title h2 a {
        font-size: 25px !important;
    }

    .center h2.secondaryTitle {
        max-width: 100%;
        font-size: 1em !important;
        line-height: 1.5em !important;
    }

    .page-id-191 h2.secondaryTitle {
        font-size: 36px !important;
        text-align: right !important;
    }

    .page-id-191 .pageTitle h1.page_title {
        text-align: right !important;
        font-size: 17px !important;
    }

    .wide-buttons .vc_btn3,.wide-buttons .vc_btn3-container.vc_btn3-left {
        width: 100% !important;
    }

    .special_tabs.text .label {
        border-right: 1px solid #ddd !important;
    }

    .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-right: 39px !important;
    }

    #des-team-1 .slick-list {
        margin-left: 0 !important;
    }

    .small-size-bgicon .aio-icon {
        height: 1em !important;
        width: 1em !important;
    }

    #des-team-1 .slick-prev {
        left: 0 !important;
    }

    #des-team-1 .slick-next {
        right: 0 !important;
    }

    .box-shadow-cforms {
        padding: 0 !important;
    }

    .disable-on-mobiles {
        display: none;
    }
    .h1quotehome{font-size: 26px;line-height: 40px;}

    .SleekLanding-BottomText {
        display: none;
    }

    .wpcf7 .hazel-request-quote.f1 p,.wpcf7 .hazel-request-quote.f2 p,.wpcf7 .hazel-request-quote.f3 p {
        width: 100%;
        margin: 20px 0 0 !important;
        padding: 0;
    }

    .wpcf7 .hazel-request-quote.f3 .bt-contact {
        margin: 30px 0 40px !important;
    }

    .wpcf7 .hazel-request-quote .wpcf7-checkbox label,.wpcf7 .hazel-request-quote.f3 textarea {
        width: 100%;
    }

    .template-template-blank .vc_general.vc_btn3 {
        margin-right: 0;
    }

    .error-c {
        margin: 90px auto 80px;
        padding: 20px;
    }

    .error404 .text-error {
        font-size: 21px;
        line-height: 24px;
    }

    .ifb-back .ifb-flip-box-section {
        padding: 0 !important;
    }

    .flip-box-wrap .ifb-back p {
        font-size: 10px !important;
    }

    .blog-default.wideblog .container {
        padding: 0 20px !important;
    }

    .page-template-blog-template .blog-default.wideblog .container {
        padding: 0 !important;
    }

    .page-template-blog-template .wideblog .post-listing .blog_excerpt {
        max-width: 100%;
        margin: 10px auto 40px;
    }

    .page-template-blog-masonry-template .posts_category_filter li {
        margin: 0 5px;
    }

    .page-template-blog-template .wideblog .post-listing .the_title h2 a {
        font-size: 30px !important;
        line-height: 1.3em;
    }

    .fullwidth-container .pagetitle_overlay {
        height: 150%;
    }

    .page-template-blog-template .wideblog .post-listing {
        max-width: 100%;
    }

    .nav-previous,.nav-next,.next-posts,.prev-posts {
        padding: 5px 15px !important;
    }

    .woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last {
        width: 100%;
    }

    .woocommerce-checkout .master_container {
        margin-top: 0;
    }

    .woocommerce-page table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail {
        display: none !important;
    }

    .woocommerce-cart .page_content {
        margin: 0 !important;
    }

    .woocommerce .shop_table.cart .quantity,.woocommerce-page .shop_table.cart .quantity {
        float: none !important;
    }

    .woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon .input-text {
        width: 145px;
	    margin-bottom: 15px;
	    padding: 7px 10px;
	    margin-left: 5px;
	    margin-top: 5px;
    }

    .woocommerce .cart .button,.woocommerce .cart input.button,.woocommerce-page .cart .button,.woocommerce-page .cart input.button {
        float: none;
        margin-left: 5px;
    }

    .cart-subtotal th,.order-total th,.cart-subtotal,.order-total {
        display: inline-block !important;
        width: 100%;
        background: #F5F5F5;
        margin: 0;
        padding: 7px !important;
        text-align: left;
        width: 100% !important;
        background: #f5f5f5;
    }

    .order-total th,.cart-subtotal th {
        background: #FDFDFD;
    }

    .woocommerce tbody tr:last-child {
        border-bottom: none;
        border-right: none;
    }

    .hazel_breadcrumbs {
        margin-top: 10px !important;
    }

    #p-slider-938 {
        margin-top: 50px !important;
    }

    header .search_trigger {
        z-index: 999;
    }

    .nav-container > .navbar-collapse.collapse {
        display: none !important;
    }

    .nav-container {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .projects_media.full_media.col-md-12 {
        margin: 0;
    }

    /* Center Menu */
    header.style4 .nav-container .navbar-header {
        margin: 0;
        text-align: left;
    }

    header.style4 .new-menu-wrapper .new-menu-left,header.style4 .new-menu-wrapper .new-menu-right {
        display: none;
    }

    header.style4 .nav-container .navbar-header .navbar-brand {
        opacity: 1;
        margin: 0 !important;
    }

    header.style4.header_after_scroll .nav-container .dl-menuwrapper {
        margin: 10px 0;
    }

    header.style4 .nav-container .dl-menuwrapper {
        margin-top: 10px;
    }

    header.style4.header_after_scroll .navbar-brand img.logo_after_scroll {
        margin: 0;
    }

    header.style1 .hazel_right_header_icons {
        position: relative;
        float: right;
        margin-right: 60px;
        z-index: 99999;
    }
	header.style1 .hazel_right_header_icons:not(.with-woocommerce-cart){
		margin-right: 50px;
		top: 0px;
	}
	
	header.style1.header_after_scroll .hazel_right_header_icons:not(.with-woocommerce-cart){
		margin-right: 60px;
		margin-top: 10px;

	}
    .hazel_right_header_icons .search_trigger {
        float: left;
        margin-right: 0;
    }

    .dl-menuwrapper button {
        float: right;
        right: -15px;
        top: -7px;
        position: relative;
    }
	
    header .nav-container .dl-menuwrapper {
        width: 94%;
        margin-right: 12px;
        margin-top: 30px;
    }

    header.style1 .nav-container .dl-menuwrapper {
        margin-top: 29px;
    }
    header.style1.header_after_scroll .nav-container .dl-menuwrapper {
        margin-top: 24px;
    }

    header .search_trigger.next-to-shopping-bag {
        position: relative;
        top: -0px;
    }
    header.header_after_scroll .search_trigger.next-to-shopping-bag {
        position: relative;
        top: -3px;
    }

    header.style1 .hazel_little_shopping_bag_wrapper {
        top: -0px;
        padding-bottom: 0;
    }
    header.style1.header_after_scroll .hazel_little_shopping_bag_wrapper {
        top: -3px;
        padding-bottom: 0;
    }

    header .search_trigger {
        z-index: 999;
    }

    header a.navbar-brand img {
        max-width: 100%;
    }

    header .hazel_dynamic_shopping_bag {
        padding-left: 5px !important;
        right: -5px;
    }

    .navbar-default.style1 {
        max-height: 85px;
    }

    header .menu-controls {
        padding-left: 5px;
        top: -3px;
        right: -4px;
    }

    .hazel-push-sidebar-opened .navbar .nav-container .custom-font-icon i.ion-close {
        display: block;
        padding-right: 0;
        position: relative;
        top: 1px;
        right: 3px;
    }

    .vc_btn3.vc_btn3-size-md {
        font-size: 12px !important;
    }

    .home-box1-mobile {
        padding-left: 20px;
    }

    .wide-testimonials-mobile{opacity: 1 !important;}
    .align-center-mobile h3 {
        text-align: center !important;
        margin-left: 35px;
    }

    .align-center-mobile .vc_btn3-container.vc_btn3-left {
        text-align: center;
        float: none !important;
        margin-right: 0 !important;
    }

    .align-center-mobile .vc_btn3-container.vc_btn3-left a {
        margin-right: -35px;
    }

    .adjust-pagetitle-mobile-size {
        font-size: 38px !important;
        line-height: 48px !important;
    }

    header .search_trigger i {
        padding-right: 5px;
        top: 2px;
    }

    header .search_trigger i,header .search_trigger_mobile i {
        top: 0;
    }

    header .menu-controls{
        top: -5px;
        display: none;
    }
	.small-space-on-mobile2{height: 75px !important;}
    .hermes.tp-bullets {
        left: 112% !important;
        top: 85% !important;
    }

    .shadow-text-position .uvc-sub-heading {
        margin-top: -30px !important;
    }

    .shadow-text-position2 .uvc-sub-heading {
        margin-top: -15px !important;
    }

    header.style1.hide-on-start .menu-controls {
        top: 5px;
    }

    .absolute-icon-aligment {
        display: none;
    }

    #cbpw-filters31 .cbp-filter-item {
        padding: 0 8px !important;
    }

    .cbp-l-filters-list .cbp-filter-item {
        z-index: 999;
    }

   
    .align-cbutton-left {
        left: -46px !important;
        top: -20px !important;
    }

    header.style3 .nav-container .dl-menuwrapper {
        z-index: 999;
        margin-top: 25px;
    }

    header.style3 .nav-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    header.style3 .nav-container .navbar-header a.navbar-brand,header.style3.header_after_scroll a.navbar-brand {
        margin-top: 50px !important;
        margin-bottom: 0 !important;
    }

    .extra-padding-photohome {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

	.button-app-slider i {
        font-size: 16px;
        top: 1px;
    }

    body:not(.rtl).hazel-push-sidebar-opened #main header.header-with-container.navbar-fixed-top:not(.header_not_fixed),body:not(.rtl).hazel-push-sidebar-opened #main header.header-full-width.navbar-fixed-top:not(.header_not_fixed) {
        right: 220px;
        left: -220px;
    }

    body:not(.rtl).hazel-push-sidebar-opened #main,body.hazel-push-sidebar-opened header .top-bar .down-button,body:not(.rtl).hazel-push-sidebar-opened header .top-bar.opened .down-button {
        right: 220px;
    }

    .hazel-push-sidebar {
        width: 220px;
    }

    .hazel-push-sidebar-content {
        padding: 20px;
    }

    .home-box1-mobile {
        padding-left: 20px;
    }

    .home-portfolio-section {
        padding: 40px 0 !important;
    }

    .home-padding3 {
        padding-right: 0 !important;
    }
    header.header_not_fixed.style3, header.header_not_fixed.style4 {
        padding: 20px;
    }
    #comments .depth-2 {
	    padding-left: 0px;
	}
	
	#comments .depth-3 {
	    padding-left: 0px;
	}
	.social-shares ul li a{margin: 0 10px 0 0;}
	#comments .depth-4 {
	    padding-left: 0px;
	}
	
	#comments .depth-5 {
	    padding-left: 0px;
	}
	#hazel_website_load .spinner {
	    left: 42% !important;
	}
    .nav-previous-nav1 a, .nav-next-nav1 a{text-indent: -9999px;}
    /*NEW*/
    header .hazel_right_header_icons{display: none;}
    header.style2 .nav-container {
	    padding: 0 10px !important;
	}
    .team-boxes-style .vc_hidden-xs{display: block !important;}
    
}
@media only screen and (max-width: 767px){
.info-circle-responsive .smile_icon_list.left li .icon_list_icon {
    padding: 10px;
    left: -10px;
    top: -5px;
}
}


/* Safari only FIX Instagram widget*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { _::-webkit-full-page-media, _:future, :root , .widget_meks_instagram .meks-instagram-widget a img{
		max-height: 150px !important;
	} }



@media (max-width: 767px) {
	.widget_meks_instagram .meks-instagram-widget a img{
		max-height: 35px !important;
	}
	#footer-instagram p.clear, 
	.meks-instagram-follow-link {
	    bottom: -40px;
    }
}
/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */
@media screen and (max-width: 600px) {
    /* Force table to not be like tables anymore */
    .woocommerce-page table.shop_table,.woocommerce-page table.shop_table thead,.woocommerce-page table.shop_table tbody,.woocommerce-page table.shop_table th,.woocommerce-page table.shop_table td,.woocommerce-page table.shop_table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .woocommerce-page table.shop_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .woocommerce-page table.shop_table td {
        position: relative;
        padding-left: 36% !important;
        padding: 15px 0 10px;
        border-right: 1px solid #ededed;
        border-left: 1px solid #ededed;
        border-top: 1px solid #ededed;
    }

    .woocommerce-page table.shop_table .order-total td {
        padding-left: 8px !important;
    }

    .woocommerce-page table.shop_table {
        border: none;
    }

    .woocommerce-page table.shop_table td.product-spacer {
        border-color: #FFF;
        height: 10px;
    }

    .woocommerce-page table.shop_table td:before {
        position: absolute;
        top: 15px;
        left: 13px;
        width: 50%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 700;
    }

    .woocommerce-page table.shop_table td.product-remove:before {
        content: "DELETE";
    }
    .woocommerce-page table.shop_table td.product-thumbnail:before {
        content: "IMAGE";
    }
    .woocommerce-page table.shop_table td.product-name:before {
        content: "PRODUCT";
    }
    .woocommerce-page table.shop_table td.product-price:before {
        content: "PRICE";
    }
    .woocommerce-page table.shop_table td.product-quantity:before {
        content: "QUANTITY";
    }
    .woocommerce-page table.shop_table td.product-subtotal:before {
        content: "SUBTOTAL";
    }

    .woocommerce-page table.shop_table td.product-total:before {
        content: "TOTAL";
    }

    .woocommerce .quantity,.woocommerce #content .quantity,.woocommerce-page .quantity,.woocommerce-page #content .quantity {
        margin: 0;
    }

    .woocommerce-page table.cart td.actions,.woocommerce-page #content table.cart td.actions {
        text-align: left;
        border: 0;
        padding-left: 6px !important;
    }

    .woocommerce-page table.cart td.actions .button.alt,.woocommerce-page #content table.cart td.actions .button.alt {
        float: left;
        margin-top: 10px;
    }

    .woocommerce-page table.cart td.actions div,.woocommerce-page #content table.cart td.actions div,.woocommerce-page table.cart td.actions input,.woocommerce-page #content table.cart td.actions input {
        margin-bottom: 10px;
    }

    .woocommerce-page .cart-collaterals .cart_totals {
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 50px;
    }

    .woocommerce-page .cart-collaterals .cart_totals th,.woocommerce-page .cart-collaterals .cart_totals td {
        border: 0 !important;
    }

    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
        padding-left: 6px !important;
    }

    .woocommerce-page table.shop_table tr.cart-subtotal td,.woocommerce-page table.shop_table tr.shipping td,.woocommerce-page table.shop_table tr.total td,.woocommerce-page table.shop_table.order_details tfoot th,.woocommerce-page table.shop_table.order_details tfoot td {
        padding-left: 6px !important;
        border: 0 !important;
    }

    .woocommerce-page table.shop_table tbody {
        padding-top: 10px;
    }

    .woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2,.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }

    .woocommerce .order_details ul,.woocommerce-page .order_details ul,.woocommerce .order_details,.woocommerce-page .order_details {
        padding: 0;
    }

    .woocommerce .order_details li,.woocommerce-page .order_details li {
        clear: left;
        margin-bottom: 10px;
        border: 0;
    }
}

.cbp-l-filters-list .cbp-filter-item {
    z-index: 999;
}

/***************************************************************
					  04. LOADING INTRO
***************************************************************/

#hazel_website_load .spinner .loaders-style-box {
    position: relative;
    left: -52.5%;
}

#hazel_website_load .spinner .loaders-style-box.load2, #hazel_website_load .spinner .loaders-style-box.load3, #hazel_website_load .spinner .loaders-style-box.load6 {
    top: -50px;
}

.loading-css{
	border-right: 2px solid #2ecc71;
	border-top: 2px solid #2ecc71;
}
.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    text-align: center;
    margin-left: -15px;
}
.loading-css{
  	position: relative;
  	border-bottom: 2px solid #F5F5F5;
  	border-left: 2px solid #F5F5F5;
  	border-radius: 100%;
  	height: 30px;
  	width: 30px;
  	-webkit-animation: spin 1.2s infinite linear;
  	-moz-animation: spin 1.2s infinite linear;
  	-ms-animation: spin 1.2s infinite linear;
  	-o-animation: spin 1.2s infinite linear;
  	animation: spin 1.2s infinite linear;
}

@keyframes "spin" {
 from {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(359deg);
   	-moz-transform: rotate(359deg);
   	-o-transform: rotate(359deg);
   	-ms-transform: rotate(359deg);
   	transform: rotate(359deg);
 }

}

@-moz-keyframes spin {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-webkit-keyframes "spin" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-ms-keyframes "spin" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-o-keyframes "spin" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

.info-wrapper.ult-adjust-bottom-margin,.smile_icon_list_wrap.ult-adjust-bottom-margin,.uavc-list-icon-wrapper.ult-adjust-bottom-margin,.ubtn-ctn-center,.ubtn-ctn-left,.ubtn-ctn-right,.ubtn-img-container,.ult-banner-block.ult-adjust-bottom-margin,.ult-modal-input-wrapper.ult-adjust-bottom-margin,.ult_dual_button.ult-adjust-bottom-margin,.ultb3-box.ult-adjust-bottom-margin,.ultimate-call-to-action.ult-adjust-bottom-margin,.ultimate-google-trends.ult-adjust-bottom-margin,.ultimate-map-wrapper.ult-adjust-bottom-margin,.uvc-type-wrap.ult-adjust-bottom-margin,html .ult-ih-container.ult-adjust-bottom-margin,html .ult_exp_section_layer.ult-adjust-bottom-margin,html .ult_hotspot_container.ult-adjust-bottom-margin,html .ult_main_cl.ult-adjust-bottom-margin {
    margin-bottom: 0 !important;
}

#qLoverlay{display:none !important;}
#hazel_website_load {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 99999999999 !important;
    background: #d5d5d5;
    transform: translateZ(20px);
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
}

#hazel_website_load .percentage {
    height: 40px;
    width: 300px;
    position: relative;
    top: 52% !important;
    text-align: center;
    left: 47.5%;
    left: calc(50% - 150px);
    left: -webkit-calc(50% - 150px);
    left: -moz-calc(50% - 150px);
    left: -ms-calc(50% - 150px);
    left: -o-calc(50% - 150px);
    /* margin-top: 60px; */
    font-weight: 100;
    font-style: italic;
}
.select2-results__option {
    list-style-type: none;
    margin: 0;
}
.woocommerce-checkout .woocommerce-info a{color: #adacac !important;}
.woocommerce-error li{color: #fff !important;}
.select2-container--default .select2-selection--single {
    border: 1px solid #d8d8d8 !important;
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px !important;
    right: 6px !important;
}
#hazel_website_load .introloading_logo{position: relative;top: 50%;/* left: 45%; */margin-top: 5px;text-align: center;/* margin-left: -45px; */}
div#jivo-iframe-container.jivo-iframe-container-bottom{right: 55px !important;}

/* edge 12+ hacks */
_:-ms-lang(x), _:-webkit-full-screen, .ifb-flip-box-section-vertical-middle{
    transform: translateY(0px) !important;
}
.left-icon .aio-icon-left {
    padding-right: 10px;
}
.cbp-filter-item{border-radius: 0 !important;}
#boxed_layout header .search_input, #boxed_layout header .search_input, header.header-with-container .search_input{position: fixed;}
.info-circle-text{margin-top: 20px !important;}
.aio-icon-box.tooltip-icon .aio-icon-header h3{text-align: center;}

/* big screens mega menu adjustment */
@media (min-width: 1601px) {
	header.header-full-width.style1 ul.navbar-nav > li.hazel_mega_menu > ul{ max-width: unset !important; min-width: 1240px !important; width: unset !important; left: unset !important; }
}

@media only screen and (max-width: 767px){
	.widget_meks_instagram .meks-instagram-widget a img {
		max-height: 50px;
	}
}
.compose-mode .vc_vc_row>[data-vc-full-width=true], .compose-mode .vc_vc_row_inner, .compose-mode .vc_vc_section>[data-vc-full-width=true] {
    padding-top: 0 !important;
}