body {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-weight: 300;
	line-height: 1em;
	padding: 0;
	margin: 0;
    font-size: 36px; 
}

.col-left {
    padding-right: 23px;
}

.col-right {
    padding-left: 23px;
}

.wide-container {
    margin: 0;
    padding: 0;
    width: 100% !important;
}

#content a, .sectie a {
    color: #333;
}

#content a:hover, .sectie a:hover { 
    color: #444;
}

#content a.nob:hover, .sectie a.nob:hover {
    outline: 0  !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-decoration: none !important;
}

#content a:hover img, .sectie a:hover img,  img:hover {
    outline: 0  !important;
    border-bottom: none !important;
    text-decoration: none !important;
}


#content img a, .sectie img a {
    border-bottom: none !important;
    text-decoration: none !important;
}


h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5,  {
	font-family: "Varela Round", Helvetica, Arial, sans-serif;
    color: #003;
    font-weight: 400;
	line-height: 1em;
	padding: 0;
	margin: 5px 0;
}

h2 {
    color: #333;
    font-size: 100%;
    font-weight: 600;
}

h3 {
    color: #333;
    font-size: 75%;
    font-weight: 600;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 2px solid #777;
}


#logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 80px;
    margin-left: 4px;
}

.cart_image {
    width: 48px; 
    height: auto;
    margin-top: -2px;
}


#blogo, #hlogo {
    float: right;
}

#footer {
    padding-top: 4px;
    padding-bottom: 20px;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif; 
    font-size: 70% !important; 
    color: #FFF;
    line-height: 1.4;
}

#footer-adres {font-size: 50% !important;}
#footer-menu-social {font-size: 50% !important;}
#footer-menu-copyright {font-size: 50% !important;font-family: "Ubuntu", Helvetica, Arial, sans-serif; line-height: normal; margin-top: 5px;}
#footer-copyright {font-size: 50% !important; font-family: "Ubuntu", Helvetica, Arial, sans-serif; margin-left: 20px;}

#copyrights {
    padding: 30px 0 30px 0;
    font-size: 14px !important; 
    color: #f0eade !important;
    background-color: #bc6e59 !important;
}

#primary-menu-trigger,
#page-menu-trigger {
    color: white;
}

.svg-trigger path {
	stroke: #FFF;
}


#hlogo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 80px;
}

#blogo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 50px;
}

.menu-link {
    font-size: 28px !important;
}


.menu-container .menu-link {
    display: block;
    line-height: 28px;
    letter-spacing: 1.2px;
    padding: 24px 0px 4px 0px ;
    color: #FFF;
    font-size: 100% !important;
    font-weight: 400;
    text-transform: lowercase;
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.menu-container .menu-link img {
    height: 60px;
}

.menu-container > .menu-item:not(:first-child) {
    margin-left: 0 !important;
}


.small-container{
    list-style: none;
    margin: 0;
    margin-right: 0px;
    width: 100%;
}

.small-container .menu-link {
    display: block;
    line-height: normal;
    padding: 0 0 0 0;
    color: #FFF;
    font-weight: 400;
    font-size: 24px !important;
    text-transform: lowercase;
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.menu-item > .menu-link div {
    text-decoration: none !important;
    padding-bottom: 5px;
}

.menu-item:hover > .menu-link div,
.menu-item.current > .menu-link div {
    color: red;
}

.with-line  {
    border-top: 2px solid #777;
}

li.hideit {display: none;}

#content {
    position: relative;
    background-color: transparent;
}

#header {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-y: visible !important;
}

#header-wrap {
    height: 80px;
    /*padding-top: 5px;*/
    /*border-bottom: 2px solid #7CEB90 !important;*/
}

#header-wrap {
}


#header.transparent-header {
    background: transparent !important;
}


.sticky-header #header-wrap {
}

#logo, .menu-container {
    border: none !important;
}


.container-full {width: 100%; padding: 0 30px;}

.no-row-margins {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.myrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.text-left  {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

.fc_return_msg {display: none;}

.with-gutters {
    margin-right: 15px;
    margin-left: 15px;
}

.sectie {
	position: relative;
    background-color: #DEF92F;
    padding: 4px 0;
}

.sectie-wrap {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
}
.topsectie {
    margin-top: -15px;
}

.topsectie .sectie-wrap {
	padding: 40px 0 20px 0;
}

.sectie-borders {
    border-top: 2px solid #777;
    border-bottom: 2px solid #777;
}

.no-borders {
    border-top: none;
    border-bottom: none;
}

.sectie .container { position: relative; }


#content p { line-height: 1.4; }
.sectie p  { line-height: 1.8; }

.sectie ul {
    line-height: 1.8;
}

.sectie ul {
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.sectie ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 8px;
}

.sectie ul li:before {
    background: transparent url("../images/bullet.gif");
    content:"";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 18px;
}




.center-image {width: 100%; text-align: center; padding: 0 15px; margin: 0;}
.center-image img {text-align: center; width: 100%;  height: auto; padding: 0; margin: 0;}

.bottomborder {
    border-bottom: 2px solid #777;
}

.smaller img {
    margin-top: -68px;
    padding-bottom: 20px;
}

.notopmargin {
    margin-top: 0 !important;
}

#header, #header-wrap, #logo, .header-row, .primary-menu {transition: unset;}

.thetags {
    margin-top: 20px;
    margin-bottom: 0;
}

ul.dotlink {
}

ul.dotlink {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

ul.dotlink li {
    font-size: 75%;
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 8px;
}

ul.dotlink li:before {
    background: transparent url("../images/reddot.gif");
    content:"";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 14px;
}

ul.dotlink li a {
    border-bottom: 1px solid #333333;
}




p a.dotlink::before {
content:'';
background: url('../images/reddot.gif');
margin-top: 14px;
height: 20px;
width: 8px;
position: absolute;
margin-left: -16px;
}

p.smaller a.dotlink::before {
content:'';
background: url('../images/reddot.gif');
margin-top: 10px;
height: 20px;
width: 8px;
position: absolute;
margin-left: -16px;
}

#content a.dotlink::before {
content:'';
background: url('../images/reddot.gif');
height: 20px;
width: 8px;
position: absolute;
margin-left: -16px;
}

#content a.dotlink {
    color: #333;
    margin-left: 16px;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

#content a.dotlink:hover { 
    color: #444;
    padding-bottom: 3px;
    border-bottom: 1px solid #333333;
}

ul.neg_margin {margin-top: -20px !important;}

#weshop-main-container {display: none}

.totals > div {
    border: 1px solid #333333;
    border-radius: 0px;
    color: #333;
    display: inline-block;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-size: 75%;
    padding: 7px 10px 6px;
    position: relative;
    text-align: center;
}

.product-price , .product-price .price {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    color: #444;
    font-size: 90%;
    }

.product-info .product-price {
	border-bottom: none;
	padding: 10px 5px;
}

label[for=subscribe]
{
    display: none;
}

label[for=subscribe1]
{
padding-top: 20px;
}

.screenWidth {
  border:1px solid #191919;
  background-color: #BA9A5C;
  width: 80px;
  max-width:300px;
  position:absolute;
  z-index:1000;
  top:210px;
  left:10px;
 }

p.myScreenWidth {
    margin-bottom: 0 !important;
    padding: 0 10px;
}

.mysubcat {
    padding: 20px 0 10px 0;
}

.mysubcat p {
    font-size: 75%;
}

.img_container {
  position: relative;
  font-size: 75%;
}

.img_container span {
  position: absolute;
  
}

.img_container a + span {display: none; position: absolute; bottom: 20px;left: 20px; }
.img_container a:hover + span {display: block; pointer-events: none; opacity: 1;}
.img_container a:hover {opacity: 0.4;}


ul.section_dotlink {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    margin: -20px 0 32px;
    padding: 0;
    list-style: none;
}

ul.section_dotlink li {
    font-size: 75%;
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 8px;
}

ul.section_dotlink li:before {
    background: transparent url("../images/reddot.gif");
    content:"";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 22px;
}

ul.section_dotlink li a {
    border-bottom: 1px solid #333333;
}

.formValidation {display: none;}

#userForm label {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    text-transform: none;
    }

.rsform-block-interested-again label {display: block; margin-bottom: 10px;;}

.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"] {
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    border: 1px solid #999999;
    width: 40%;
    margin-top: 5px;
    padding: 5px 15px;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.formResponsive label, .formResponsive input, .formResponsive button, .formResponsive select, .formResponsive textarea {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-size: 75%;
    font-weight: normal;
    line-height: 1.4;
}
.formResponsive textarea {
    width: 80%;
}

.formResponsive input[type="radio"], .formResponsive input[type="checkbox"] {
    margin-right: 10px;
}

.formResponsive .formHorizontal p.formDescription {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 14px;
    color: #555;
}

#userForm label {color: #003;}

.formResponsive input[type="submit"], .formResponsive button[type="submit"],
#verstuur, #contact_submit, .rsform-submit-button  {background: transparent; color: #333333; border: 1px solid #333333; border-radius: 0px; font-size: 75%; padding: 16px 24px;}


.order_text, .medium {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    }

.order_including {
    font-size: 75%;
    }

.ddatum {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-size: 75%;
    }

.lowerline {
    padding-top: 30px;
}

.lowerline p, .lowerline ul {
    line-height: 1.4;
    margin-bottom: 30px;
}

.eshop-content{
	background: transparent;
	clear: both;
	min-height: 150px;
	min-width: 250px;
	max-width: 90%;
	padding: 8px;
	position: absolute;
	top: 125%;
	border: none;
	color: #333;
}

#colorbox #cboxContent #cboxLoadedContent, #colorbox #cboxContent h1 {
    background: #F1E0E6;
}



table,
thead,
tbody,
tfoot,
tr,
th,
td {
    border: none;
    border-collapse: inherit;
    border-spacing: 0;
    border-color: inherit;
}

.table-striped tbody tr:nth-of-type(odd) {
	/*background-color: transparent;*/
}

#content a.eshop-remove-item-cart {border-bottom: none;}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.fullfull, .fullfull img {margin: 0 !important; padding: 0 !important;}

.almostfull {margin: 30px 0 0 0 !important; padding: 0 30px !important;}
.almostfull img {margin: 0 !important; padding: 0 !important;}

.margin30 {margin: 30px 0 0 0 !important;}
.thetags {padding-bottom: 20px;}
a.atags {line-height: 1.4;}

.logo1 {
    position: relative;
    top: 0;
    left: 0;
}


.bluecontainer { background-color: #112975 !important; width: 100% !important;}
.darkbluecontainer { background-color: #00001e !important; width: 100% !important;}
#copyrights .groencontainer { background-color: #8e9146 !important; width: 100% !important;}
.whitecontainer { background-color: #f0eade !important; color: #003;}
.with-line {border-top: 1px solid #ccc;}




@media (min-width: 992px) {
  .header-size-ww .header-wrap-clone {
    height: 101px;
  }

  .header-size-ww .menu-container > .menu-item > .menu-link {
    padding-top: 34px;
    padding-bottom: 34px;
  }


.nav-logo img 
  {
    width: 221px;
    height: 148px;
  }


.nav-logo {
    width: 221px;
    height: 148px;
    position: absolute;
    top: 0;
    left: 5%;
    background-image: url("/images/logo_stylink_studio.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99000;
}


}
.header-size-ww #header-wrap #logo img {
  height: 100px;
}




@media (max-width: 991.98px) {

.nav-logo img 
  {
    width: 152px;
    height: 103px;
  }


.nav-logo {
    width: 152px;
    height: 103px;
    position: absolute;
    top: 0;
    left: 20%;
    background-image: url("/images/logo_stylink_studio.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99000;
}



}


.section-wrap {
    /* background: #0F2974;*/
}


#vlek1 {
    width: 400px;
    height: 224px;
    position: absolute;
    top: 10%;
    left: 5%;
}

#vlek2 {
    width: 400px;
    height: 224px;
    position: absolute;
    bottom: 10%;
    right: 5%;
}

.acenter .small-container .menu-link {
    text-align: center;
}

.aright .small-container .menu-link {
    text-align: right;
}




figcaption {
    font-size: 14px;
    padding: 4px 24px 20px 0px;
}

.right_margin {padding-right: 20px;}

.no_padding {padding-left: 0; padding-right: 0; }

.review .info { 
    border-color: none;
    color: #FFFFFF;
}
.review h1 {color: white;}

.review h2 {color: white;}
.review h2 a {text-decoration: none;}

.review a, .review ul li a {color: #FFF;}
.review a:hover{ color: #0C4A52;}

.review p {color: white;}

input {
    color: #5f5f5f;
}


input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(185, 98, 129, 1);
  border: 1px solid rgba(185, 98, 129, 1);
  color: #5f5f5f !important;
}


:not(:placeholder-shown):not(:focus):invalid {
    border: 2px solid #f07178;
}

input.invalid {
    border: 2px solid #f07178;
}

input:valid { 
    background: white; 
}

input:-internal-autofill-selected {
    background: white; 
    background-color: white !important;
}

.hiddden {display: none;}

.more-wrap .product-info .product-cart {
    padding: 0;
    margin-bottom: 10px;
}

.more-wrap button#add-to-cart {
    margin-top: 0;
}

.commented_out {display: none;}

a.email_stylink {font-size: 14px; color: #ff9999 !important; padding-left: 10px;}
a.email_stylink:hover {color: #f8df51 !important;}

.wtf {z-index: 9999;}

.home_logo {
    position: absolute;
    top: 20px;
    left: 40px;
}

.view-none {display: none;}


/* ----------------------------------------------------------------
	Side Header
-----------------------------------------------------------------*/

@media (min-width: 992px) {


.side-header #header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 260px;
	height: 100%;
	height: calc(100vh);
	background-color: #FFF;
	border: none;
	border-right: 1px solid #EEE;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
}

.side-header #header-wrap {
	width: 300px;
	height: 100%;
	overflow: auto;
	padding-right: 40px;
}

.side-header #header .container {
	width: 260px !important;
	padding: 0 30px !important;
	margin: 0 !important;
}

.side-header #logo {
	float: none;
	margin: 60px 0 40px;
}

.side-header #logo img { height: auto !important; }

.side-header #logo:not(.nobottomborder):after,
.side-header #primary-menu:not(.nobottomborder):after {
	display: block;
	content: '';
	width: 20%;
}

.side-header .center #logo:after { margin: 0 auto; }

.side-header #primary-menu { margin-bottom: 30px; }

.side-header #primary-menu:not(.nobottomborder):after { margin-top: 40px; }

.side-header #primary-menu,
.side-header #primary-menu ul {
	float: none;
	height: auto;
}

.side-header #primary-menu ul li {
	float: none;
	margin: 15px 0 0;
}

.side-header #primary-menu ul li:first-child { margin-top: 0; }

.side-header #primary-menu ul li a {
	height: 25px;
	line-height: 25px;
	padding: 0;
	text-transform: uppercase;
}

.side-header #primary-menu ul li i { line-height: 24px; }

.side-header #primary-menu ul ul {
	position: relative;
	width: 100%;
	background-color: transparent;
	box-shadow: none;
	border: none;
	height: auto;
	z-index: 1;
	top: 0;
	left: 0;
	margin: 5px 0;
	padding-left: 12px;
}

.side-header #primary-menu ul ul ul {
	top: 0 !important;
	left: 0;
}

.side-header #primary-menu ul ul.menu-pos-invert {
	left: 0;
	right: auto;
}

.side-header #primary-menu ul ul ul.menu-pos-invert { right: auto; }

.side-header #primary-menu ul ul li {
	margin: 0;
	border: 0;
}

.side-header #primary-menu ul ul li:first-child { border-top: 0; }

.side-header #primary-menu ul ul a {
	font-size: 12px;
	height: auto !important;
	line-height: 24px !important;
	padding: 2px 0 !important;
}

.side-header #primary-menu ul ul li:hover > a {
	background-color: transparent !important;
	color: #444 !important;
}

.side-header #primary-menu ul > li.sub-menu > a,
.side-header #primary-menu ul > li.sub-menu:hover > a { background-image: none !important; }

.side-header #primary-menu ul > li.sub-menu > a:after {
	position: absolute;
	content: '\e7a5';
	top: 1px;
	right: 0;
	-webkit-transition: transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
}

.side-header #primary-menu ul > li.sub-menu:hover > a:after {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.side-header:not(.open-header) #wrapper {
	margin: 0 0 0 260px !important;
	width: auto !important;
}

.side-header:not(.open-header) #wrapper .container {
	width: auto;
	max-width: none;
	margin: 0 40px;
}

#clogo a {
	display: block;
	color: #000;
}

#clogo img {
	display: block;
	max-width: 100%;
}


#zlogo {
    display: none;
}

.marquee {
  width: 100%;
  overflow: hidden;
  background: #FFF;
}

.bluecontainer { background-color: #112975 !important; width: 100% !important;}
.darkbluecontainer { background-color: #00001e !important; width: 100% !important;}
.whitecontainer { background-color: #f0eade !important; color: #003;}
.with-line {border-top: 1px solid #ccc;}


/* Standard 1180 (devices and browsers) */
@media only screen and (min-width: 1200px){
    #header #logo { display: block !important;}
    #header #slogo { display: none !important;}
    #header-wrap {background: #112975;}
}

/* Smaller than standard 1180 (devices and browsers) */
@media only screen and (min-width: 959px) and (max-width: 1199px) {
    #header #logo { display: block !important;}
    #header #slogo { display: none !important;}
    #header-wrap {background: #112975;}
}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #header #slogo { display: block !important;}
    #header #logo { display: none !important;}
    #header-wrap {background: #053468;}
    #primary-menu ul li > a {color: #FFF;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    #header #slogo { display: block !important;}
    #header #logo { display: none !important;}
    #header-wrap {background: #053468;}
    #primary-menu ul li > a {color: #FFF;}
    #primary-menu ul li > a {color: #FFF;}
    #primary-menu ul li:hover > a {#009EDE}
}

.r_image {
    float: right;
    margin: 0px 10px 10px 10px;
    width: 200px;
    height: auto;

}

#pagination {margin-top: 20px;}

#pagination ul li {padding: 10px; border: 1px solid #999;}
#pagination ul li ul li {padding: 0px; border: none;}

#pagination ul li ul li {list-style: none;;}

.lpad {padding-top: 10px !important;}
.lpad p {margin-bottom: 0px !important;}

.imagenoshadow {
    border: solid 1px #999;
}

.imagedropshadow {
    padding: 5px;
    border: solid 1px #E6ECFF;
}
a:hover img.imagedropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}

a.readon {
    display: block;
    background: url(/images/readon.gif) no-repeat 0px 2px !important;
    margin: 12px 0 0 0;
    padding-left: 20px;
    color: #333;
}

a.readon:hover { color: #009EDE; }

.isection {padding-bottom: 60px !important;}

.video-container { position:relative; padding-bottom:56.25%; padding-top: 10px; height:0; overflow:hidden;  margin-bottom: 40px;} 
.video-container iframe, .video-container object, .video-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

.video-container_160 { width: 160% !important; position:relative; padding-bottom:56.25%; padding-top:20px; height:0; overflow:hidden; margin-bottom: 20px; } 
.video-container_160 video, .video-container_160 iframe, .video-container_160 object, .video-container_160 embed { position:absolute; top:0; left:0; width:100%; height: auto; }



.columns {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em;
  column-gap: 3em;
}
/* New fix for Safari */
.columns > * {
  display: inline-block;
  width: 100%;
}
#primary-menu ul {
	list-style: none;
	margin: 0;
}
#primary-menu ul li > a {
	color: #ccc;
}
#primary-menu ul li > a {
	line-height: 22px;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
}

.side-header #primary-menu ul li {
    float: none;
    margin: 15px 0 0;
        margin-top: 15px;
}

#header .container-fluid {
    width: 260px !important;
    padding: 0 30px !important;
    margin: 0 !important;
}


.side-header  .header-row {
-ms-flex-align: left;
align-items: left !important;
}

.shop-item {
  font-family: "Ubuntu";
  position: relative;
  overflow: hidden;
  color: #003;
  display: block;
  -webkit-transition: opacity .2s linear, -webkit-transform .2s linear;
  transition: opacity .2s linear, -webkit-transform .2s linear;
  transition: transform .2s linear, opacity .2s linear;
  transition: transform .2s linear, opacity .2s linear, -webkit-transform .2s linear;
}


.shop-item .post-category {
    font-family: "Ubuntu";
    text-transform: uppercase;
    color: #2438f6;
    font-size: 13px;
    line-height: 15px;
    font-weight: 800;
}

.shop-item time {
    text-transform: none;
    color: #a6a6b7;
    line-height: 20px;
}

.shop-item h3 a {
    color: #003 !important;
}

.shop-item p {
    font-size: 17px;
    line-height: 25.5px;
}
.shop-item p {
    font-size: 17px;
    line-height: 23.5px;
    font-weight: 300;
    font-family: "Ubuntu";
}

video {
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 20px;
}

.fright {
    display: none !important;
}


