/*

Theme Name: skini

Theme URI: http://webmagazine.co.il/

Author: Atkinson Leon

Author URI: http://underscores.me/

Description: Starter Theme made with love and a great underscore engine.

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: skini

Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
skini is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/



/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

## Links

## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

## Posts and pages

## Asides

## Comments

# Infinite scroll

# Media

## Captions

## Galleries

--------------------------------------------------------------*/



/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600&subset=hebrew');

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}
body {
    margin: 0;
    overflow-x:hidden;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
html .nav-links a{
    color: #fff;
    font-weight: 600;
}
.nav-previous, .nav-next {
    display: block;
    float: right;
    background: #7593A2;
    padding: .5% 1%;
    border: solid 1px #18283e;
    margin: 1% 0 0 5px;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.37em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0; 
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
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 {
    border: 0;
    padding: 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-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.footer_widgets td,.footer_widgets th,.footer_widgets caption{
    color:#fff;
}
/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

body, button, input, select, textarea {
    color: #333;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    font-size: .95rem;
    /* line-height: 1.5; */
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0;
}
h1.entry-title {
    padding: 0 0 1% 0;
}
h2.entry-title {
    padding: 0 0 2% 0;
}
.home h3{
    font-size: 3.3em;
}
.home .inner_media{
	display:none;
}
.wrapper_video h3{
    color: #7593A2;
    text-align:center;
    font-weight: 500;
    margin-bottom: 2%;
}
h2 {
    font-size: 1.7rem;
}
p {
    margin-bottom: 1em;
    line-height: 1.5em;
    font-size: 1.3em;
}
.footer_widgets p{
    font-weight:300;
    margin-top: 4px;
    text-align: center;
    padding: 0 0 0 3%;
}
.about_naor p{
    font-size: 1.7em;
    line-height: 1.5em;
    font-weight: 600;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
    vertical-align:top;
}
body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul {
    list-style: disc;
    padding-right: 5%;
}
ol {
    list-style: decimal;
}
li {
    /* list-style:none; */
    padding: .8% .3%;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;/* Make sure images are scaled correctly. */
    max-width: 100%;/* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

.menu-toggle, input[type="button"], input[type="reset"], input[type="submit"] {
    border:#061a35 1px solid;
    border-radius: 9;
    background: #c3d6e6;
    color: #070404;
    font-size: 12px;
    font-size: 0.96rem;
    line-height: 1.5;
    padding: .7em .9em .7em;
    box-shadow: inset 0px 0px 12px 3px rgba(6,26,53, 0.6);
}
input[type="submit"]{
    padding: .2em .9em .2em;
    border: none;
    width: 100%;
}
/*button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}*/
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #666;
    border: 1px solid #444444;
    border-radius: 3px;
    width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 8px;
}
textarea {
    padding-left: 3px;
    width: 100%;
    max-height: 127px;
}
/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

/*--------------------------------------------------------------



## Links

--------------------------------------------------------------*/

a {
    color: #002f6d;
    text-decoration:none;
}
a:visited {
    color: #002f6d;
}
a:hover, a:focus, a:active {
    color: #46719b;
}
a:focus {
    outline: .1rem dotted #21759b;

}
a:hover, a:active {
    outline: 0;

}
/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/
/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.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: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
.site-footer {
    max-width:1200px;
    margin:0 auto;
    border-top: none;
    border-bottom: none;
    padding: 10px 15px;
}
.stuck{
    position:fixed;
    z-index: 99999;
    width:100%;
    top: 0 !important;
    background: #fff;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 500ms ease-out 1s;
    -o-transition: all 500ms ease-out 1s;
    transition: all 500ms ease-out 500ms;
    box-shadow: 0px 5px 10px 0px rgba(68, 68, 68, 0.75);
}
/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {
    margin: 0 0 1em;
    padding: 5px 0 0 2%;
}
#secondary .widget{
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/* Search widget. */

.widget_search .search-submit,.entry-footer,.nav-previous, .nav-next {
    display: none;
}


/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 0;
    /*	border: solid 1px #DCDADA;
    background: #eee;*/
    padding: 5px 15px 0;
}
.byline, .updated:not(.published) {
    display: none;
}
.single .byline, .group-blog .byline {
    display: inline;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------

## Asides

--------------------------------------------------------------*/

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}
/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}

/*New Added on source by Leon Atkinson*/
.main-navigation {
    width: 100%;
    background:#444444;
    max-width: 1200px;
    margin: 0 auto;
}
.main-navigation > div{
    max-width: 1200px;
    margin: -13px auto 0 auto;
    padding: 0;
}
.widget-area {
    width: 18.5%;
    float: right;
    padding: 0 10px 10px 10px;
    max-width: 208px;
    border-left: solid 1px #666;
	box-sizing:border-box;
}


.widget-area-full .widget {
    width: 33%;
    float: right;
    margin: 15px 0 15px 0px;
    color: #fff;
    text-align: center;
}
.content-area {
    width: 100%;
    padding: 0;
}
.blog .content-area,.single .content-area{
    width: 100%;
    float:right;
    padding-top: 2%;
}
.blog .content-area article,.category .content-area article{
    width: 47.3%;
    float:right;
    margin:1%;
    padding-bottom: 1%;
    background: #eee;
}
@media screen and (max-width:780px){
	.blog .content-area article,.category .content-area article{
        width:100%;
    }
    .footer_full .widget-title {
        text-align: center;
    }
}
.full {
    width:100%;
}
.site-branding {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.post {
    background: #ffffff;
    margin-top:0;
}
#content {
    border-bottom: none;
    border-top: none;
    max-width: 1200px;
    margin: 0 auto;
	padding:20px 0 20px 0;
}
.home #content,.site-footer{
    max-width: 1200px;
}

.footer_full {
    border-bottom: none;
    background: #061a35;
    margin-top:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444444+0,3a3a3a+100 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
}
.home .footer_full {
    margin-top: 0;
}
.footer_full_dark{
    border-top: solid 1px #9edae3;
    background: #020c1b;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444444+0,3a3a3a+100 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
}
.footer_full footer a{
    color:#9edae3;
}
.footer_full footer a:hover{
    color:#fff;
}

.menu-toggle {
    /* float:left; */
    margin: -80px 11px 0 14px;
    border-radius: 5px;
}
i.fa {
    font-size:1.5rem;
}
.footer_full .widget-title {
    margin:0;
    color: #fff;
    padding: 5px 0;
}
.footer_full .textwidget {
    color: #A5A5A5;
    font-size: .8rem;
}
.fotlogo{

}
.banner_top {
    width:100%;
}
.post-thumbnail img {
    width:100%;
	margin-bottom:10px;
}
#site-logo {
    /* display:inline-flex; */
    float: right;
 
}
.stuck #site-logo img{
    width: 50%;
}
.stuck UL.sm-bar{
    margin-top: 20px;
}
#searchform {
    width: 267px;
    float: left;
    margin-top: 17px;
}
a.more-link {
    display: block;
    background: #c3d6e6;
    text-align: center;
    color: #000;
	border:#ccc 1px solid;
    padding: .7rem;
    float: left;
    line-height: .7rem;
}
a.more-link:hover{
    background: #a2bcd1;
    -webkit-animation: squeeze 0.5s;
    animation: squeeze 0.5s;
}
.site-info {
    color: #eee;
    font-size: 1.2rem;
    margin:15px 0;
    width: 100%;
    max-width: 1200px;
    padding: 25px 0;
    margin: 0 auto;
}
.site-info a{
    color: #fff;
    float: left;
    padding-right: 96px;
    background: url('images/logo_daronet.gif') no-repeat right bottom;
    line-height: 35px;
}
.vc_images_carousel {
    direction: ltr;
}
.home .vc_images_carousel {
    width:100%;
}
.site-title {
    margin-left: 23px;
    padding: 5px 0;
}
.entry-meta {
    display: none;
    font-size: .7rem;
    padding: 4px 0;

}
.breadcrumbs {
    padding: .35% .5%;
    background: #c3d6e6;
    color: #070404;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262626+0,2d2d2d+100 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
}
.breadwrapp {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 .8%;
}
.breadcrumbs a{
    color: #070404;
}
.breadwrapp i{
    display: inline-block;
    margin: 0 7px;
    padding: 4px 0 0 0;
}

.home .breadcrumbs{
    display:none;
}
/*Shop*/
#content #container{
    float: right;
} 
.woocommerce span.onsale {
    line-height: 3.036;
    background-color: #E87772;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #111111;
    border-radius: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    border-radius: 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #DA2929;
}
.woocommerce .quantity .qty {
    line-height: 1.9;
}
.woocommerce div.product p.price, .woocommerce div.product span.price,.woocommerce ul.products li.product .price {
    color: #404040;
}
.woocommerce .woocommerce-message {
    border-top-color: #DA2929;
}
.home .entry-title{
    display:none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    padding:7px;
}
a.cart_stat {
    display: block;
    background: black;
    color: #fff;
    width: 100%;
    position: fixed;
    clear:both;
    text-align: center;
    padding: 12px;
    bottom: 0px;
    left: 0;
    z-index: 99999;
}
.woocommerce a.button {
    color: #fff;
    background-color: #E87772;
    width: 100%;
    text-align: center;
}
/*Shop End*/
div#owlcaru_images {
    max-width: 1200px;
    margin: 0 auto 3% auto;
}
#owl-midd{
    clear: both;
}
#owl-midd .owl-buttons,#owl-bott .owl-buttons{
    font-size: 3em;
}
#owl-midd .owl-item,#owl-bott .owl-item{
    padding: .3%;
    text-align: center;
}
#owl-midd .owl-prev,#owl-midd .owl-next{
    background:none;
    bottom: 20%;
}

#owl-bott iframe{
    width:100%;
    border: solid 1px #fff;
}
.content_on_slider{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(7, 4, 4, 0.51);
    padding: 1.5%;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}
.content_on_slider h2{
    font-size:3em;
    font-weight:300;
    text-shadow: 0px 0px 8px #e1e1e1;
}
.full_section_video{
    background: #efeeee;
    width: 100%;
    margin: 3% auto 0;
    padding: 2% 0;
}
.wrapper_video{
    max-width:1400px;
    margin:0 auto;
}
@media screen and (min-width: 1024px){

#owl-midd .owl-prev, #owl-bott .owl-prev {
    right: 0 !important;
    left: inherit !important;
}
}
@media screen and (min-width:768px) {
    #content #container{
        max-width: 79%;
        padding: 15px;
    } 
    .post-type-archive-product  #content #container,.single-product #content #container{
        max-width:100%;
    }

    .site-header {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c91be+0,061a35+100 */
		background: rgb(108,145,190); /* Old browsers */
		background: -moz-linear-gradient(-45deg,  rgba(108,145,190,1) 0%, rgba(6,26,53,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg,  rgba(108,145,190,1) 0%,rgba(6,26,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg,  rgba(108,145,190,1) 0%,rgba(6,26,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c91be', endColorstr='#061a35',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        padding: 14px;
        top:-100px;
        border-bottom: solid 1px #fff;
    }
    .serach_mobile{
        display:none;
    }
    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
        margin-left: 0 !important;
    }

}
@media screen and (max-width: 990px) {

.content_on_slider h2{
    font-size:1em;
}
.footer_widgets p{
    text-align:center;
}

    .breadcrumbs {
        padding-right: 15px;
    }
    .site-info{
        text-align: center;
    }
    .site-info a{
        float: none;
    }
    .home h3 {
        font-size: 2.3em;
    }
    .about_naor p{
        font-size: 1.6em;
    }
    html .vc_custom_1486383683142 {
        padding: 20px !important;
    }
    header#masthead {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c91be+0,061a35+100 */
		background: rgb(108,145,190); /* Old browsers */
		background: -moz-linear-gradient(-45deg,  rgba(108,145,190,1) 0%, rgba(6,26,53,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg,  rgba(108,145,190,1) 0%,rgba(6,26,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg,  rgba(108,145,190,1) 0%,rgba(6,26,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c91be', endColorstr='#061a35',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        width: 100%;
        display: flex;
        height: 124px;
    }
    #site-logo{
        float: none;
        width: 100%;
        max-width: 50%;
        display: flex;
        margin-right: 4%;
    }
    #searchform{
        display:none;
    }
    .widget-area, .content-area, .widget-area-full .widget, .main-navigation {
        width:100%;
        max-width:100%;
		clear:both;
    }
    .widget-area {
        border:0;
    }
    .widget-area-full .widget{
        float:none;
        margin:15px 0 0;
    }
    .main-navigation {
        /* border-top: solid 1px #DCDADA; */
        /* border-bottom: solid 1px #DCDADA; */
        min-height: 76px;
        width: 100%;
        /* float: left; */
        position: absolute;
        z-index:9999999;
        text-align: left;
        top: 0;
        right: 0;
    }
    #site-logo img {
        width: auto !important;
        max-height: 115px;
    }

    .serach_mobile{
        display:none;
        margin: 15px 14px 0 0;
        width: 257px;
    }
    input[type="submit"] {
        padding: .7em .9em .7em;
    }
    .site-branding{
        text-align: right;
        width: 100%;
        float: right;
        border-bottom: solid 1px #F1F1F1;
    }
    #content #container{
        width:100%;
    }
    .main-navigation{
        background: none;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 46%;
    }
}

@media screen and (min-width:991px) {
    .menu-toggle {
        display: none;
    }
    .page-template-default .content-area,.blog .content-area,.single .content-area,.category .content-area{
        width: 81.5%;
        float:left;
        padding: 0 10px 10px 10px;
    }
}






@-webkit-keyframes squeeze{
    0%   { transform: scale(1, 1); }
    50%  { transform: scale(1.1, 0.9); }
    100% { transform: scale(1, 1); }
}

@keyframes squeeze{
    0%   { transform: scal