/*
    Theme Name: Interfaces
    Theme URI: https://interfaces.pro/
    Description: Custom Theme for Interfaces.pro
    Author: Interfaces
    Author URI: https://interfaces.pro/
    Version: 1.0
*/

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Nunito';
    font-size: 10px;
    margin: 0 auto;
    width: 100%;
    /* min-width: 1200px; */
    font-weight: 800;
    letter-spacing: .2px;
	background-color: #fafafa;
}

.container {
    width: 100%;
    min-width: 970px;
	box-sizing: border-box;
	padding: 10px;
}

/*header*/
header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    background: #fafafa;
    z-index: 99999;
    font-size: 1.2em;
    line-height: 1.6em;
}

.hamburger-menu {
    display: none;
}

.cross-menu-mobile {
    display: none;
}

.blur{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.logo {
    background: url("pictures/interfaces-pro-logo.svg") no-repeat;
    width: 165px;
    display: inline-block;
    height: 34px;
    vertical-align: top;
    margin: 8px 0 6px 22px;
    cursor: pointer;

}

.logo-symb {
    display: inline-block;
    width: 42.2px;
    height: 32px;
    background: linear-gradient(90deg, #CB2742 0%, #FF4422 100%);
    border-radius: 10px/7px;
    position: relative;
    vertical-align: middle;
    margin-right: 11px;
}

.logo-symb div {
    display: inline-block;
    width: 14.07px;
    height: 14px;
    opacity: 0.65;
    background-color: #FFFFFF;
    border-radius: 2px;
    position: absolute;
}

.logo-symb div:first-child {
    top: 6.5px;
    left: 17.08px;
}

.logo-symb div:last-child {
    top: 11.5px;
    left: 11.05px;
}

p.logo-txt {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 104px;
    color: #1E2022;
    text-transform: uppercase;
}

.logo-txt span {
    color: #F23D2A;
}

.head-navigation {
    width: calc(100% - 201px);
    min-width: 765px;
    margin-left: 9px;
    display: inline-block;
    opacity: 0.85;
    padding-right: 0.3%;
    box-sizing: border-box;
}

.head-navigation-mobile {
    display: none;
}

.head-links {
    width: calc(99% - 405px);
}

.head-links a {
    margin-left: 50px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.head-links a::before{
    content: attr(data-letters);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #424242;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.4s 0.3s;
    transition: width 0.4s 0.3s;
}

.head-links a:hover::before{
    width: 100%;
}

.head-links a::after{
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    top: 50%;
    margin-top: -2px;
    right: 0;
    background: #F9F9F9;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.head-links a:hover::after{
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 1;
}

.head-links a:first-child {
    margin-left: -5px;
}

.submit,
.head-links,
.twitter,
.subscribe {
    display: inline-block;
    background-color: #EDF2F5;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    margin: 0 0 0 7px;
    height: 46px;
    padding: 14px 0;
    box-sizing: border-box;
    opacity: 0.85;
}

.submit,
.twitter,
.subscribe,
.head-links a {
    color: #7E8E99;
    text-decoration: none;
    text-transform: uppercase;
}

.submit {
    width: 162px;
    padding: 14px 43px;
    margin-left: 10px;
}

.submit span {
    float: right;
}

.submit svg {
    fill: #7E8E99;
}

.twitter {
    width: 46px;
    font-size: 1.5em;
    box-sizing: border-box;
}

.subscribe {
    width: 160px;
    color: #FF4422;
    opacity: 1;
}

.submit:hover,
.twitter:hover,
.head-links a:hover {
    color: #1E2022;
}

.submit:hover svg {
    fill: #1E2022;
}

/*main*/
main {
    padding-top: 65px;
    width: 100%;
	transition: all 0.5s;
}

.left-side {
    width: 195px;
    height: 100%;
    position: fixed;
    box-sizing: border-box;
    padding: 70px 0 0 15px;
    background: #fafafa;
    font-size: 1.2em;
    line-height: 1.6em;
}

.main-content-navigation {
    width: 100%;
    height: calc(100% - 130px);
    position: relative;
    overflow: hidden;
    padding-bottom: 16px;
}

.main-content-navigation .left-menu {
    margin: 0 -20px 0 -23px;
    overflow: auto;
    position: relative;
    height: 100%;
}

#magic-line {
    position: absolute;
    top: 2px;
    left: 24px;
    z-index: 99;
    width: 3.93px;
    background: #fe4902;
    height: 32px;
    background: linear-gradient(90deg, #CB2742 0%, #FF4422 100%);
    border-radius: 3px;
    transition: transform .4s;
    display: none;
}

#mobile-magic-line {
    position: absolute;
    top: 88px;
    left: 24px;
    z-index: 99;
    width: 3.93px;
    background: #fe4902;
    height: 32px;
    background: linear-gradient(90deg, #CB2742 0%, #FF4422 100%);
    border-radius: 3px;
    transition: transform .4s;
}

.head-navigation-mobile li,
.main-content-navigation li {
    list-style: none;
    height: 32px;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}

.main-content-navigation li:nth-last-child(2) {
    margin-bottom: 45px;
}

.head-navigation-mobile li a,
.main-content-navigation a {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 0;
    height: 100%;
    width: 100%;
    color: #7E8E99;
    transition: color .5s;
}

.head-navigation-mobile li a.active-link-head-navigation-mobile,
.main-content-navigation li:hover a,
.main-content-navigation a.active {
    color: #1E2022;
}

.main-content-navigation::after {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    bottom: 2px;
    left: 0;
    z-index: 105;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.38) 3%, rgba(255, 255, 255, 0.59) 26%, rgba(250, 250, 250, 1) 72%, rgba(250, 250, 250, 1) 83%);
    background: -webkit-gradient(left top, left bottom, color-stop(3%, rgba(255, 255, 255, 0.38)), color-stop(26%, rgba(246, 246, 246, 0.59)), color-stop(72%, rgba(253, 253, 253, 1)), color-stop(83%, rgba(250, 250, 250, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.38) 3%, rgba(255, 255, 255, 0.59) 26%, rgba(250, 250, 250, 1) 72%, rgba(250, 250, 250, 1) 83%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.38) 3%, rgba(255, 255, 255, 0.59) 26%, rgba(250, 250, 250, 1) 72%, rgba(250, 250, 250, 1) 83%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.38) 3%, rgba(255, 255, 255, 0.59) 26%, rgba(250, 250, 250, 1) 72%, rgba(250, 250, 250, 1) 83%);
    background: linear-gradient(top, rgba(255, 255, 255, 0.38) 3%, rgba(255, 255, 255, 0.59) 26%, rgba(250, 250, 250, 1) 72%, rgba(250, 250, 250, 1) 83%);
}

.no-results {
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 28%;
    text-align: center;
    color: #1E2022;
    text-transform: uppercase;
    display: none;
}

.no-results p span {
    color: #7E8E99;
    font-size: 0.8em;
}

.search-category {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    left: 100%;
    width: 180px;
    height: 46px;
    padding: 13px 11px;
    z-index: 999;
    background-color: #EDF2F5;
    border-radius: 2px;
    box-sizing: border-box;
    opacity: 0.2;
    transition: opacity .3s, left .3s;
}

.left-side:hover .search-category {
    left: 0;
    opacity: 1;
}

.search-category input {
    width: 80%;
    height: 100%;
    background-color: #EDF2F5;
    border: 0;
    outline: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #BCC4CA;
    font-weight: 800;
    font-family: 'Nunito';
    letter-spacing: 0.2px;
}

.search-category input.active-input {
    background: none;
}

.search-category .cross,
.search-category .search {
    position: absolute;
    top: 28%;
    left: 81%;
    width: 20px;
    height: 20px;
    display: none;
}

.search-category .cross.active-input {
    background: url('pictures/Cross.svg') 80% 50% no-repeat;
    display: block;
    cursor: pointer;
}

.search-category .search.active-input {
    background: url('pictures/Search.svg') 80% 50% no-repeat;
    display: block;
}

.bottom-left-nav {
    border-top: 2px solid #ECEDEF;
    width: 180px;
    position: relative;
    padding: 12px 10px;
    font-size: 10px;
    box-sizing: border-box;
}

.bottom-left-nav a,
.bottom-left-nav span {
    opacity: 0.5;
    line-height: 14px;
    color: #7E8E99;
    margin-left: 12px;
}

.bottom-left-nav a {
    text-transform: uppercase;
    text-decoration: none;
}

.bottom-left-nav a:hover {
    color: #1E2022;
}

/*content*/
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.posts-find {
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    color: #1E2022;
    text-transform: uppercase;
    padding: 20px 0 32px 0;
    float: left;
}

.countProduct {
    padding: 26px 0 32px 5px;
    float: left;
    font-size: 14px;
    font-weight: 900;
}

.angle {
    display: none;
    color: black;
}

.top-content-panel {
   width: 99%;
}

.filter-options {
    float: right;
    margin-top: 24px;
}

.filter-options div {
    font-size: 12px;
    font-weight: 900;
    background-color: #EDF2F5;
    text-transform: uppercase;
    float: left;
    margin-left: 10px;
    padding: 5px 8px;
    border-radius: 2px;
    width: 85px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    position: relative;
}

.filter-options div .arrowDownIcon{
    font-size: 16px;
    float: right;
    margin-left: 5px;
}

.filter-options span {
    cursor: pointer;
    display: block;
    color: #1E2022;
}

.filter-options a {
    opacity: 0;
    position: absolute;
    color: #9CA9B1;
    padding-top: 5px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transform: translateY(-19px);
    -webkit-transform: translateY(-19px);
    transform: translateY(-19px);
}

.main-content {
    width: 100%;
    box-sizing: border-box;

    padding: 0 10px 0 220px;
}

.content-section {
    width: 99%;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.content-section > div {
    display: inline-block;
    box-sizing: border-box;
    width: calc(50% - 13px);
    min-width: 350px;
	padding-top: 23.4%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
	border: 10px solid #FFFFFF;
    box-shadow: 0 0px 15px rgba(0, 0, 0, .15);
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
	vertical-align: top;
}

.content-section > div:hover {
    box-shadow: 0 1px 35px 1px rgba(0, 0, 0, .15);
}

.content-section > div:nth-child(odd) {
    margin-right: 25px;
}

.mobile-view > div {
    width: 32%;
    min-width: auto;
	padding-top: 37.4%;
    margin-right: 2%;
}

.mobile-view > div:nth-child(odd) {
    margin-right: 2%;
}

.mobile-view > div:nth-child(3n+0) {
    margin-right: 0;
}

.content-description {
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), white 75%, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255, 255, 255, 0.2), white 75%, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.2), white 75%, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255, 255, 255, 0.2), white 75%, white); /* Standard syntax */
	font-size: 1.6em;
    padding: 10px;
    box-sizing: border-box;
    color: #1E2022;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    transition: opacity .4s, box-shadow .3s;
}

.content-description p {
    margin: 0;
	position: absolute;
	bottom: 10px;
	left: 10px
}

.title1 {
    margin-bottom: 10px !important;
	bottom: 20px !important;
}

.content-description .title {
    margin-bottom: 150px;
}

.content-description .like {
    display: block;
    text-decoration: none;
}

.content-description .date {
    float: left;
}

.content-description .like {
    position: absolute;
	bottom: 10px;
	right: 35px;
}

.content-description .like span {
    float: right;
    line-height: 1.2;
	margin-left: 3px;
}

.content-description .date,
.content-description .like {
    font-size: 12px;
    color: #7E8E99;
	font-weight: 900px;
}

.openWebsite{
    position: absolute;
	bottom: 7px;
	right: 10px;
}

.like:hover svg, .openWebsite:hover img {
    -webkit-animation: heartbeat 1.4s linear infinite;
    -o-animation: heartbeat 1.4s linear infinite;
    -moz-animation: heartbeat 1.4s linear infinite;
    -ms-animation: heartbeat 1.4s linear infinite;
    animation: heartbeat 1.4s linear infinite;
}

#category-description {
    font-family: Nunito, sans-serif;
    font-weight: 100;
    font-size: 10pt;
    line-height: 28px;
    color: #8F9DA7;

    margin-top: 40px;
    margin-bottom: 55px;

    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-width: 503px; /* Chrome, Safari, Opera */
    -moz-column-width: 503px; /* Firefox */
    column-width: 503px;

    -webkit-column-gap: 23px; /* Chrome, Safari, Opera */
    -moz-column-gap: 23px; /* Firefox */
    column-gap: 23px;

}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    2% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    4% {
        -webkit-transform: scale(1.08);
        -o-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

    8% {
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(.96);
        -o-transform: scale(.96);
        -moz-transform: scale(.96);
        -ms-transform: scale(.96);
        transform: scale(.96);
    }

    24% {
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    32% {
        -webkit-transform: scale(1.08);
        -o-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

    40% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    2% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    4% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    8% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(.96);
        transform: scale(.96);
    }

    24% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    32% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.like.liked svg {
    animation: none;
}

.like.liked svg g {
    fill: #CC2741;
}

.content-section > div:hover .content-description {
    opacity: 1;
}

.content-section > div {
    background-size: cover;
}

.item {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.modal {
    display: none; /* Hidden by default */
    position: relative; /* Stay in place */
    z-index: 999999;
    left: 0;
    top: 0;
	right: 0;
	bottom: 0;
    background: #fafafa;
}

.modal-header {
    height: 120px;
    text-align: center;
    text-transform: uppercase;
    color: #7E8E99;
    font-family: Nunito, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 16px;
    position: fixed;
    /*width: 1028px;*/
    z-index: 11;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.header-content {
    margin: 30px auto;
    /*width: 360px;*/
    width: 90%;
    display: inline-block;
}

.icons {
    left: 930px;
    float: right;
    margin-top: 82px;
    position: absolute;

}

.mobile {
    width: 12px;
    height: 20px;
    margin-left: 35px;
    display: inline-block;
    background: url('pictures/Phone.svg') 100% 100% no-repeat;
    cursor: pointer;
    top: 5px;
    position: relative;
    outline: none;
}

.mobile.mobile-active{
    background: url('pictures/Phone-active.svg') 100% 100% no-repeat;
}

.like svg {
    position: relative;
    margin-right: 3px;
}

.play:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.play {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('pictures/Play.svg') 100% 100% no-repeat;
    cursor: pointer;
    margin-left: 15px;
}

.play-active {
    background: url('pictures/Play-active.svg') 100% 100% no-repeat;
}

.disabled {
    opacity: .25;
    cursor: not-allowed;
}

.title {
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    color: #1E2022;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
}

.rate {
    margin-left: 35px;
}

.download {
    margin-left: 35px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: -2px;
    background: url('pictures/Download.svg') 100% 100% no-repeat;
}

.visit {
    color: #FF4422;
    text-decoration: none;
    margin-left: 37.5px;
    text-transform: uppercase;
}

a.product_links{
	color: #1E2022;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}

/* Modal Body */
.modal-body {
    display: inline-block;
    box-sizing: border-box;
    border: 10px solid #fafafa;
    background-color: #fafafa;
    border-radius: 2px;
    width: 100%;
    margin-top: 146px;
    margin-bottom: 40px;
	position: relative;
}

.mobile-modal-body {
    width: 414px;
    /*max-height: 463px;*/
}

.mobile-modal-body iframe{
    max-height: 442px !important;
}

.screenshot {
    width: 100%;
}

#video {
    display: none;
    width: 100%;
}

/* Modal Content */
.modal-content {
    position: relative;
    background: transparent;
    padding: 0;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    max-width: 1028px; 
    margin: 0 auto;
    text-align: center;
}

/* The Close Button */
.close {
    color: #000;
    position: fixed;
    right: 40px;
    top: 27px;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
    background: url('pictures/Close.svg') 100% 100% no-repeat;
    width: 22px;
    height: 22px;
    z-index: 100;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.left-arrow {
    position: fixed;
    /*left: -50px;*/
    top: 47px;
    z-index: 100;
    right: 50%;
    margin-right: 200px;
    background: url('pictures/Arrow.svg') center no-repeat;
    width: 80px;
    height: 80px;
    cursor: pointer;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.right-arrow {
    position: fixed;
    top: 47px;
    background: url('pictures/Arrow.svg') center no-repeat;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 100;
    left: 50%;
    margin-left: 200px;
}

.all-white {
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 120px;
    background: white;
    top: 0;
    left: 0;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05);
}

/* Pages Template */
.page_opacity{
    background-color: white;
    opacity: 0.9;
    display: none;
}

.page_opacity, .page_modal{
    position: absolute; 
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    overflow: auto;
}

#page_modal{
    display: none;
}

.page_container{
	margin: 15vh auto 15vh auto;
    padding: 0 15px;
    box-sizing: border-box;
	max-width: 796px; 
	font-family: Nunito, sans-serif;
	font-size: 20px;
	color: #1E2022;
	line-height: 27px;
}

.page_header{
	width: 100%; 
	display: block;
    overflow: hidden;
}

.page_title{
	display: inline-block;
}

.page_title h1{
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

.page_close{
	float: right;
	width: 20px;
	height: 20px;
	position: relative;
	margin: 18px 0 0 0;
	cursor: pointer;
}

.page_close span{
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	width: 100%;
	height: 0;
	background: #1E2022;
}

.page_close span::before,
.page_close span::after{
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	display: inline-block;
	width: 100%;
	background: #1E2022;
}

.page_close span::after{
	height: 2px;
	top: 6px;
	transform: rotate(-45deg) translateY(-7px) translateX(1.5px);
}

.page_close span::before {
	height: 2px;
	transform: rotate(45deg) translateY(7px) translateX(1.5px);
}

.page_content{
	font-weight: 300;
    margin-top: 10px;
    font-size: 16px;
}

/* Subscribe Form */
.body_sub{
    width: 90%;
    margin: 15% auto;
}

.body_sub input{
    display: block;
    width: 380px;
    height: 50px;
    text-transform: uppercase;
    font-family: "Nunito";
    font-weight: 900;
    text-align: center;
    color: #1E2022;
    margin: 0 auto;
    border: none;
    outline: none;
}

.body_sub input[type="email"]{
    font-size: 20px;
    background: transparent;
}

.body_sub input[type="submit"]{
    border-radius: 2px;
    font-size: 12px;
    background-color: #F43E29;
    color: #fff;
    cursor: pointer;
}

.body_sub p{
    text-align: center;
    color: #7E8E99;
    font-family: 'Nunito';
    font-size: 14px;
    font-weight: 300;
}

/* Submit Page */
#submitSection{
    margin: 22px 0 0 0;
}

#submitSection fieldset {
    border: none;
    padding: 0;
}

.instrc_submitForm, .submitForm{
    display: inline-block;
    vertical-align: top;
}

.instrc_submitForm{
    width: 298px;
    font-size: 14px;
    margin-top: 17px;
}

.instrc_submitForm .number_submit{
    background-color: #EDF2F5;
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-block;
}

.submitForm{
    width: 462px;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 400;
}

.submitForm p{
    margin: 0;
}

.submitForm input:not([type="submit"]){
    height: 38px;
    width: 401px;
    border: 1px solid #BCC4CA;
    border-radius: 2px;
    padding: 0 10px;
    margin-top: 15px;
    font-size: 14px;
    font-family: Nunito, sans-serif;
}

.submitForm textarea{
    min-height: 114px;
    width: 401px;
    max-width: 401px;
    border: 1px solid #BCC4CA;
    border-radius: 2px;
    padding: 10px;
    margin: 15px 0 0 0;
    font-size: 14px;
    font-family: Nunito, sans-serif;
}

.submitForm input:not([type="submit"]):focus,
.submitForm textarea:focus {
    outline: none;
}

.submitForm button{
    float: right;
    height: 46px;
    width: 160px;
    border: none;
    border-radius: 2px;
    background-color: #EDF2F5;
    color: #FF4422;
    font-size: 12px;
    font-weight: 900;
    line-height: 16px;
    margin-top: 15px;
    margin-right: 34px;
}

.submitForm button:focus{
    outline: none;
}

/* progress_bar and spinner View */
.progress_bar, .progress_bar2{
	height: 4px; 
	background-color: #F43E29;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999999999999999999;
}

.progress_bar{
	-webkit-animation: progress-width 1s;
    animation: progress-width 1s;
}

.progress_bar2{
	-webkit-animation: progress2-width 1.5s;
    animation: progress2-width 1.5s;
}

.loading {
    opacity: 0.1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}

.spinner.ng-hide {
    opacity: 0;
}

.spinner.ng-hide-remove,
.spinner.ng-hide-add {
    display: block !important;
}

.spinner.ng-hide-remove {
    transition: all linear 1000ms;
}

.spinner.ng-hide-add {
    transition: all linear 500ms;
}

.spinner {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    /*margin: 0 auto;*/
    z-index: 99999999999999999999;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FF4422;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

/* For plugins */
.wpulike {
	display: none !important;
	margin-top: 20px;
}

.frm_error_style{
    color: #FF4422;
}

.frm_error {
    color: #FF4422;
    font-size: 10px;
}

label.frm_primary_label{
    display: none;
}

.subscribe_message{
    color: #FF4422; 
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    text-align: center;
    display: block;
    margin: 5px 0;
}

.mc4wp-response{
    text-align: center;
}

.submit_erorr_inter{
	display: block;
}

.a2a_kit .a2a_svg{
	background-color: #FF4422 !important;
}

.a2a_floating_style{
	padding: 0 !important;
}

div.a2a_full_footer{
	display: none !important;
}

a.a2a_menu_show_more_less span{
	background-color: #FF4422 !important;
}

@media screen and (min-width: 1840px) {

    .content-section > div {
        width: calc(33.8% - 26px);
		padding-top: 16%;
    }

    .content-section > div:nth-child(odd) {
        margin-right: 0;
    }
    
    .mobile-view > div {
        padding-top: 35%;
    }

    .content-section > div:not(:nth-child(3n)) {
        margin-right: 25px;
    }
    .head-navigation {
        width: calc(100% - 209px);
        margin-left: 8px;
    }
}
@media screen and (max-width: 1024px){
	header{
		width: 100%;
		min-width: 0;
		background: #EDF2F5;
    }
    
	header .container{
	    width: 100%;
	    min-width: 0;
	    margin: 0 auto;
    }
    
	.logo{
		margin-left: 6px;
    }
    
    .hamburger-menu {
        float: right;
		display: block;
        margin-top: 10px;
        width: 20px;
        height: 18px;
        position: relative;
    }

    .hamburger-menu span {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        width: 100%;
        height: 2px;
        background: #1E2022;
    }

    .hamburger-menu span::before,
    .hamburger-menu span::after {
        content: '';
        position: absolute;
        top: -6px;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        background: #1E2022;
        transition: transform .3s;
    }

    .hamburger-menu span::after {
        top: 6px;
    }

    .hamburger-menu.active-hamburger-menu span {
        height: 0;
    }

    .hamburger-menu.active-hamburger-menu span::before {
        transform: rotate(45deg) translateY(7px) translateX(1.5px);
    }

    .hamburger-menu.active-hamburger-menu span::after {
        transform: rotate(-45deg) translateY(-7px) translateX(1.5px);
    }

	.head-navigation {
	    display: none;
    }
    
	.head-navigation-mobile {
	    display: block;
	    width: 100%;
	    background: #EDF2F5;
	    position: fixed;
	    z-index: 999;
	    font-size: 1.8em;
	    padding: 70px 0 50px 0;
	    box-sizing: border-box;
	    top: -580px;
	    transition: transform 0.5s;
        font-weight: 900;
    }
    
	.left-side.active-left-side-menu-mobile,
	.head-navigation-mobile.active-head-nav-mobile {
	    transform: translateY(600px);
	    height: 100vh;
	    overflow: auto;
    }
    
	.link-mob {
	    margin-top: 60px;
	    margin-bottom: 80px;
    }
    
	.link-mob a {
	    display: block;
	    text-transform: uppercase;
	    text-decoration: none;
	    color: #7E8E99;
	    margin-left: 40px;
	    margin-bottom: 20px;
	    height: 3%;
	    width: 17.07%;
	    font-family: Nunito, sans-serif;
	    font-size: 14px;
	    font-weight: 900;
	    line-height: 19px;
    }
    
    .subscribe-mobile {
        margin: 0 auto;
        display: block;
        width: 50%;
        text-align: center;
        text-decoration: none;
        background: #F23D2A;
        border: 0;
        color: white;
        text-transform: uppercase;
        padding: 15px 0;
        border-radius: 2px;
        font-family: Nunito, sans-serif;
        font-size: 12px;
        font-weight: 900;
    }	
}
@media screen and (max-width: 980px){
    .content-section > div {
        width: 80%;
		padding-top: 39%;
    }

    .content-section > div:nth-child(odd){
        margin-right: 0;
    }

    .mobile-view > div {
        width: 45%;
		padding-top: 52%;
        margin-right: 0;
    }

    .mobile-view > div:nth-child(odd){
        margin-right: 2%;
    }

    .content-section {
        text-align: center;
    }

    .content-description p {
        text-align: left;
    }
	
}
@media only screen and (min-width: 320px) and (max-width: 500px) {
    body > main > div.head-navigation-mobile > ul > li {
        height: 3.3%;
        width: 42.4%;
        color: #7E8E99;
        font-family: Nunito, sans-serif;
        font-size: 18px;
        font-weight: 900;
        line-height: 24px;
    }

    body,
    header {
        width: 100%;
        min-width: 0;
    }

    body {
        padding: 0;
        height: 100%;
    }

    main {
        height: 100%;
    }

    header {
        background: #EDF2F5;
    }

    .logo {
        margin-left: 6px;
    }

    .main-content-navigation {
        position: fixed;
    }

    .posts-find {
        padding: 30px 0 32px 0;
    }

    .container {
        width: 100%;
        min-width: 0;
        margin: 0 auto;
    }

    .head-navigation {
        display: none;
    }

    main {
        padding-top: 65px;
        position: relative;
    }

    .head-navigation-mobile li, .main-content-navigation li {
        margin-bottom: 20px;
    }

    .head-navigation-mobile {
        display: block;
        width: 100%;
        background: #EDF2F5;
        position: fixed;
        top: 65px;
        z-index: 999;
        font-size: 1.2em;
        padding: 70px 0 50px 0;
        box-sizing: border-box;
        top: -580px;
        transition: transform 0.5s;
    }

    .left-arrow{
        margin-right: 0;
        top: 40px;
        left: -20px;
        right: auto;
    }

    .right-arrow{
        margin-left: 0;
        top: 40px;
        right: -20px;
        left: auto;
    }

    .mobile{
        display: none;
    }

    .link-mob {
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .link-mob a {
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        color: #7E8E99;
        margin-left: 40px;
        margin-bottom: 20px;
        height: 3%;
        width: 17.07%;
        font-family: Nunito, sans-serif;
        font-size: 14px;
        font-weight: 900;
        line-height: 19px;
    }

    .subscribe-mobile {
        width: 90%;
    }

    .angle {
        display: block;
        font-size: 25px;
        float: right;
        margin-top: 23px;
    }

    .left-side {
        position: absolute;
        top: -570px;
        transition: transform 0.5s;
        z-index: 9999;
        width: 100%;
        height: 630px;
        padding: 50px 0 0 20px;
        background: #EDF2F5;
    }

    .left-side.active-left-side-menu-mobile,
    .head-navigation-mobile.active-head-nav-mobile {
        transform: translateY(600px);
        height: 100vh;
        overflow: auto;
    }

    .search-category {
        display: none;
    }

    .content-description {
        display: none;
    }

    .main-content-navigation::after {
        background: -moz-linear-gradient(top, rgba(237, 242, 245, 0.38) 3%, rgba(237, 242, 245, 0.59) 26%, rgba(237, 242, 245, 1) 72%, rgba(237, 242, 245, 1) 83%);
        background: -webkit-gradient(left top, left bottom, color-stop(3%, rgba(237, 242, 245, 0.38)), color-stop(26%, rgba(246, 246, 246, 0.59)), color-stop(72%, rgba(253, 253, 253, 1)), color-stop(83%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(top, rgba(237, 242, 245, 0.38) 3%, rgba(237, 242, 245, 0.59) 26%, rgba(237, 242, 245, 1) 72%, rgba(237, 242, 245, 1) 83%);
        background: -o-linear-gradient(top, rgba(237, 242, 245, 0.38) 3%, rgba(237, 242, 245, 0.59) 26%, rgba(237, 242, 245, 1) 72%, rgba(237, 242, 245, 1) 83%);
        background: -ms-linear-gradient(top, rgba(237, 242, 245, 0.38) 3%, rgba(237, 242, 245, 0.59) 26%, rgba(237, 242, 245, 1) 72%, rgba(237, 242, 245, 1) 83%);
        background: linear-gradient(top, rgba(237, 242, 245, 0.38) 3%, rgba(237, 242, 245, 0.59) 26%, rgba(237, 242, 245, 1) 72%, rgba(237, 242, 245, 1) 83%);
    }

    .cross-menu-mobile {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        background: url('pictures/Cross.svg') 50% 50% no-repeat;
        top: 20px;
        right: 20px;
    }

    .main-content-navigation .left-menu {
        margin: 0 -20px 0 -23px;
        overflow: auto;
        height: 560px;
    }

    .bottom-left-nav {
        display: none;
    }

    .main-content {
        padding: 0 16px;
        margin: 0 auto;
        width: 100%;
    }

    .content-section > div {
        width: 99%;
        min-width: 260px;
        height: 416px !important;
        max-height: 463px;
        margin-bottom: 30px;
    }

    .content-section > div:nth-child(odd) {
        margin-right: 0;
    }

    .filter-options {
        display: none;
    }

    #category-description {
        -webkit-column-count: 1 !important;; /* Chrome, Safari, Opera */
        -moz-column-count: 1 !important;; /* Firefox */
        column-count: 1 !important;
    }

    .head-navigation-mobile li a,
    .main-content-navigation a {
        color: #7E8E99;
        font-family: Nunito, sans-serif;
        font-size: 18px;
        font-weight: 900;
        line-height: 24px;
    }

    /* product page */
    .modal-content {
        width: 100vw;
    }

    .modal-header {
        width: 100%;
    }

    .header-content {
        width: 100%;
        margin-top: 30px;
    }

    .download{
        display: none;
    }

    .visit {
        margin-left: 20px;
    }

    .rate {
        margin-left: 20px;
    }

    .close {
        top: 10px;
        left: calc(100% - 40px);
    }

    .modal-body {
        width: 100%;
    }

    .body_sub input{
        width: 265px;
    }

    .countProduct {
        padding: 36px 0 32px 5px;
    }

    .submitForm textarea {
         width: 325px;
    }

    .submitForm input:not([type="submit"]) {
        width: 325px;
    }

    .submitForm {
        width: 350px;
    }
    
    .submitForm input[type="submit"] {
        margin-right: 0px;
    }

    .body_sub input{
        width: 100%;
    }
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
@-webkit-keyframes progress-width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes progress-width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes progress2-width {
    0% {
        width: 0%;
    }
    100% {
        width: 75%;
    }
}

@keyframes progress2-width {
    0% {
        width: 0%;
    }
    100% {
        width: 75%;
    }
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #BCC4CA;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #BCC4CA;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #BCC4CA;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BCC4CA;
}
