/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  background: #fefefe;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  color: #4a4a4a;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
  color: #fefefe;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* Tables or grid */
/*  SECTIONS  */
.section {
        clear: both;
        padding: 0px;
        margin: 0px;
}

/*  COLUMN SETUP  */
.col {
        display: block;
        float:left;
        margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
        width: 100%;
}
.span_3_of_4 {
        width: 74.6%;
}
.span_2_of_4 {
        width: 49.2%;
}
.span_1_of_4 {
        width: 23.3%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
        .col {  margin: 1% 0 1% 0%; }
        .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}
/*  GRID OF FIVE  */
.span_5_of_5 {
        width: 100%;
}
.span_4_of_5 {
        width: 79.68%;
}
.span_3_of_5 {
        width: 59.36%;
}
.span_2_of_5 {
        width: 39.04%;
}
.span_1_of_5 {
        width: 18.32%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
        .col {  margin: 1% 0 1% 0%; }
        .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 31.4%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
        .col {  margin: 1% 0 1% 0%; }
        .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  GRID OF TWO  */
.span_2_of_2 {
        width: 100%;
}
.span_1_of_2 {
        width: 48.4%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
        .col {
                margin: 1% 0 1% 0%;
        }
}

@media only screen and (max-width: 480px) {
        .span_2_of_2, .span_1_of_2 { width: 100%; }
}

.item-block {
	margin-left: 15px;
	float: left;
	width: 31.3%;
	margin-bottom: 10px;
	min-height: 210px;
}

.item-block img {
	max-width: 100%;
	max-height: 142px;
	height: 142px;
	object-fit: cover;
	min-width: 100%;
	/*width: 100%;*/
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	/*background: rgb(175, 203, 225);*/
	background: #ff3c3c;
	background: rgba(184, 184, 184, 0.23);

}

.item-block > h2 {
	margin-top: 0;
}

.item-block > h2 a {
	font-size: 22px!important;
}

.item-block h3 {
	margin: 10px 0;
}

.item-block h3 a {
	color: #4a4a4a;
}

.jumbotron {
	background: #fefefe;
	padding: 0;
}


/* Shock Bold */
@font-face {

    font-family: 'Shock';
    src: url('../fonts/shock_sintax_bold-webfont.eot');
    src: url('../fonts/shock_sintax_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/shock_sintax_bold-webfont.woff') format('woff'),
         url('../fonts/shock_sintax_bold-webfont.ttf')  format('truetype'),
         url('../fonts/shock_sintax_bold-webfont.svg#svgFontName') format('svg');

}


/***************************/
/****** Layout header ******/
/*************************/
.pushable { overflow: visible!important; }

.wrapper_header{
	/*height: 98px;*/
	position: relative;
	/*height: 40px;*/
	/*background: url(img/header_bkg2.jpg);*/
	background: #000;
	min-height: 30px;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	padding-bottom: 0;
	z-index: 20;
	/*border-bottom: 1px solid #E9E9E9;*/

}

.wrapper_header.secondary-header { background: #1a1a1a; }

/*.wrapper_header.third-header { background: #afcbe1; }*/
.wrapper_header.third-header { background: #ff3c3c; }

.secondary_menu { display: none!important; }

#header,
.shock-subnav {
	/*width: 960px;*/
	width: 1040px;
	margin: auto;
	position:relative;
}

#header a.logo {
	position:relative;
	*display: inline;
	*zoom: 1;
	display: inline-block;
	margin: 3px 31px 0 0;
	padding-bottom: 5px;
}

#header a.logo img {
	width: 32px;
	position: relative;
  	top: -4px;
	/*height: 32px;*/
}

#header a.logo img + span + img {
	position: relative;
	top: -5px;
	left: -10px;
	width: 20px;
	height: 20px;
}

#header span.is_title_logo{
	color:#fff;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	position:relative;
	bottom:0px;
	right:8px;
}

#header span.is_title_logo.bp {
	font-family: 'Shock';
}

#header span.is_txt_logo{
	display: none;
	position:absolute;
	bottom:3px;
	left:43px;
	font-size:9px;
	color:#37404A;
}

ul.menu_ds{
	/*background: #333;*/
	/*background: rgba(0,0,0,.2);*/
	position:absolute;
	right: 0;
	top: 2px;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	list-style:none;
	/*color:#EEE;*/
	font-size:1em;
	/*text-shadow:1px 1px 1px rgba(0,0,0,0.25);*/
	/*left:1px;*/
	/*border-radius:20px;*/
	/*-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 -1px 0 rgba(0, 0, 0, .9);*/
	/*-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 -1px 0 rgba(0, 0, 0, .9);*/
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 -1px 0 rgba(0, 0, 0, .9);*/
	padding:10px 5px;
	color: #fff;
}

ul.menu_ds li{
	float:left;
	margin:0 14px;
}

ul.menu_ds li a {
	color: #fefefe!important;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}

ul.menu_ds li a:hover{
	text-decoration:underline;
	color: #fefefe!important;
	font-size: 14px;
	border-bottom: none;
}

/*Mobile menu*/
.menu_ds-mobile { display: none; }

/*Secondary nav*/
.ss-nav {
	text-align: center;
	position: relative;
	padding: 5px 0;
	max-height: 33px!important;
	margin-bottom: 0;
}

.ss-nav li {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	/*padding: 10px 5px;*/
}

.ss-nav li.bp-btn {
	position: relative;
	/*top: 5px;*/
	font-family: 'Arvo', sans-serif;
	font-weight: 600;
}

.ss-nav li.bp-btn a { font-size: 1.1em; font-family: 'Shock'; }

.ss-nav li.bp-btn a svg#Layer_1 {
	position: relative;
  	top: 3px;
}

.ss-nav li.bp-btn a svg#Layer_1 * {
  fill: #fefefe;
}

.ss-nav li.bp-btn a:hover {
	padding: 5px 10px 11px;
}

.ss-nav li a {
	color: #afafaf;
	padding: 5px 10px 9px;
}

.ss-nav li a:hover {
	/*background: rgb( 26, 34, 42 );*/
	background: rgb(51, 31, 30);
	color: #afafaf;
	padding: 5px 10px 9px;
}

.ss-nav li a.iconshock-btn-menu.active {
	position: relative;
	top: -8px;
	/*background: rgb( 26, 34, 42 );*/
	background: rgb(51, 31, 30);
	color: #afafaf;
	padding: 5px 10px 13px;
}

.ss-nav li a.iconshock-btn-menu.active svg#Layer_iconshock {
	position: relative;
  	top: 8px;
}

.ss-nav li a.iconshock-btn-menu.active svg#Layer_iconshock {
	/*stroke: #75a2d8;*/
	stroke: #c33a34;
	stroke-width: 1px;
}

.ss-nav li img {
	/*width: 15px;*/
}


/* Third nav */
.sst-nav {
	text-align: center;
	position: relative;
	margin-bottom: 0;
}

.sst-nav li {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	color: #fefefe;
	padding: 5px 0;	
	/*padding: 10px 5px;*/
}
.sst-nav li.newsletter {
	background: #ef0000;
	padding: 5px 0 6px;
}
.sst-nav li a {
	color: #000;
	padding: 10px 0px 9px;
	font-size: 1em;
	color: #fefefe;
}

.sst-nav li a:first-child {
	/*color: #000;*/
	color: #fefefe;
	padding: 10px 5px 9px;
	font-size: 1em;
}

.sst-nav li a:hover {
	text-decoration: underline;
}

/*Search*/
#is_search{
	display:none;
	position:absolute;
	top:10px;
	right:42px;
}

#is_search input[type="text"]{
	border-radius:20px;
	background:rgba(0,0,0,0.4);
	border:none;
	padding:0 17px;
	color:#FFF;
	box-shadow:0 1px 0 rgba(255, 255, 255, .1), 0 -1px 0 rgba(0, 0, 0, .8);
}
#is_search input[type="submit"]{
	position:absolute;
	background: transparent url(img/search-icon.png) no-repeat;
	border:none;
	width:14px;
	height:14px;
	top:0;
	right:-23px;
}
div.example_search{
	color:#FFF;
	font-size:9px;
	margin:0 0 0 3px;
}
div.example_search a:hover{
	text-decoration:underline;
}
/***************************/
/****** Layout Content *****/
/*************************/
.wrapper_content{
	overflow: hidden;
}

/*DesignShock features*/
.ds-features {
	margin: 20px 0;
}

.ds-features .ds-feat .left {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	text-align: left;
	margin-left: 40px;
}

.ds-features .ds-feat .left svg * {
	stroke: #ff3c3c!important;
}

.ds-features .ds-feat .left svg#larousse * {
	stroke: none!important;
	fill: #ff3c3c;
}

.ds-features .ds-feat .right {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	text-align: left;
	margin-left: 20px;
	font-size: 1.2rem;
}

/* Nesletter area */
.newsletter_area {
	height: auto;
	padding-bottom: 0;
}

.newsletter_area .count_comfirmed {
	background: none;
	color: #ff3c3c;
	border-right: none;
}

.newsletter_area .count_comfirmed span {
	color: #ff3c3c;
	text-shadow: none;
	font-size: 18px;
	font-weight: 500;
}

.newsletter_area .count_comfirmed small {
	color: #ff3c3c;
	text-shadow: none;
	text-align: right;
	font-size: 16px;
	margin-top: -8px;
}

.newsletter_area input[type="submit"] {
	margin-left: -4px;
	height: 64px;
	font-style: normal;
	font-weight: 500;
}

.newsletter_area input:not([type="submit"]) {
	border: 3px solid #B5B5B5;
}

.newsletter_area #privacy-policy {
	right: 225px;
	top: 73px;
}

.newsletter_area #privacy-policy a {
	color: #999999;
	font-size: 15px;
}

.newsletter_area .newsletter_message {
	display: block;
	width: 59%;
	background: none;
	color: #000000;
	font-size: 16px;
	margin: auto;
}

.newsletter_area .newsletter_message span {
	color: #ff3c3c;
}

/* Main content of the site */
#content{
	max-width: 960px;
	margin: 20px auto;
}

#a_la {
	/*display: none;*/
}

.shock-bundles {
	margin-bottom: 0;
}

.shock-bundles h3.many-more {
	margin: 0 20px;
}

.shock-bundles h2 a,
.shock-bundles h3 a {
	color: #4a4a4a;
	letter-spacing: -1px;
	text-transform: none;
	font-size: 17px;
}

.shock-bundles h2:hover a,
.shock-bundles h2:active a,
.shock-bundles h3:hover a,
.shock-bundles h3:active a {
	color: #7e7e7e;
	text-decoration: none;
}

.shock-bundles h2 a:hover,
.shock-bundles h2 a:active,
.shock-bundles h3 a:hover,
.shock-bundles h3 a:active {
	color: #7e7e7e;
	text-decoration: none;
}


.shock-bundles h2 a {
	font-family: 'Arvo', sans-serif;
	font-size: 1.3em;
	font-weight: 400;
}

.shock-bundles h2.subtree {
	margin-left: 9px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.shock-bundles h2.subtree i {
	font-size: 15px;
	position: relative;
	top: -3px;
}

.shock-bundles h2.subtree a {
	font-family: 'Arvo', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
}

.shock-bundles .sb-counter {
	font-weight: 600;
  	font-size: 17px;
}

.shock-bundles .sb-description {
	width: 97%;
	margin: 40px auto 40px
}

.shock-bundles .plugin-items img {
	max-width: 100%;
	margin-left: 15px;
	max-height: 142px;
	height: 142px;
	object-fit: cover;
	min-width: 100%;
	width: 100%;
	/*width: 100%;*/
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	/*background: rgb(175, 203, 225); */
	background: #ff3c3c;
	background: rgba(184, 184, 184, 0.23);
}

.shock-bundles .plugin-items .feats {
  	margin-bottom: 10px;
}

.shock-bundles .plugin-items .feats .plugin-description {
	font-size: 18px;
  	margin-top: 10px;
}

.shock-bundles .plugin-items .feats .plugin-description span {
	margin-top: 20px;
	display: block;
	padding-left: 15px;
}

.shock-bundles .plugin-items .feats .subtree {
	margin-top: 0;
	margin-bottom: 0;
}

.join-us-btn {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1;
	margin: 0;
	border-top: 2px solid rgb(247, 247, 247);
	background: white;
	padding: 20px;
	display: table;
}

.join-us-btn .button {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.join-us-btn .button a {
	color: white;
	padding: 10px 100px;
	background-color: green;
}

.join-us-btn .button a:hover,
.join-us-btn .button a:active {
	background-color: rgb( 13, 103, 13 );
}

.wrapper_footer { opacity: 0; }


/**
 * CnetralizedDataSingle styles
 */

/*Entry Post*/
.head_post {
	/*border-bottom-color: #afcbe1;*/
	border-bottom-color: #ff3c3c;
	margin-bottom: 10px;
}

.head_post h1 {
	padding-bottom: 0;
}

.entry_post {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.entry_post + div a:hover,
.entry_post + div a:active,
.entry_post a:hover,
.entry_post a:active {
	color: #4a4a4a;
}

.entry_post img {
	max-width: 100%;
}

/*Peyment Buttons*/
.buttons_area {
	text-align: center;
	margin-bottom: 30px;
}

.singleitemlist ul.list-centered {
	margin: auto;
	text-align: center;
}

.singleitemlist ul, .singleitemlist li {
	list-style: none;
	list-style-type: none;
}

.singleitemlist ul.list-centered li {
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin-top: 10px;
}

.singleitemlist ul.list-centered li span {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.blog_boxes .singleitemlist a {
	margin: 10px 0;
}

.dlbtn {
	font-size: 20px;
}

.upbtn,
.upbtn:hover,
.upbtn:active {
	color: #80B34F;
	font-weight: 600;
}

.upbtnblack,
.upbtnblack:hover,
.upbtnblack:active {
	color: #231F20;
}


/*SIDEBAR*/

.list-wrapp-sidebar {
	float: left;
	width: 275px;
	margin-left: 30px;
	position: relative;
	margin-top: 52px;
}

.list-wrapp-sidebar .owl-ds-carousel {
	display: none;
    width: 90%;
    margin-left: 25px;
    height: auto;
    max-height: 130px;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
}

.list-wrapp-sidebar .owl-ds-carousel.active {
	display: block;
    width: 90%;
    margin-left: 25px;
    height: auto;
    max-height: 130px;
    background: #4a4a4a;
}

.list-wrapp-sidebar .owl-ds-carousel .item:hover {
	opacity: 0.9;
}

.list-wrapp-sidebar .owl-ds-carousel .item {
	font-size: 12px;
}

.list-wrapp-sidebar .owl-ds-carousel .item a:hover {
	cursor: -webkit-grab;
}

.list-wrapp-sidebar .owl-ds-carousel .item a:active {
	cursor: -webkit-grabbing;
}

.list-wrapp-sidebar .owl-ds-carousel .item img {
	display: block;
    width: 100%;
    height: 130px;
    object-fit: cover;
    overflow: hidden;
}

.list-wrapp-sidebar .owl-ds-carousel .item .owl-item-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	background: rgba( 0, 0, 0, 0.75 );
}

.list-wrapp-sidebar .owl-ds-carousel .item .owl-item-title strong {
	color: #fefefe;
	font-weight: 100;
}

.list-wrapp-sidebar .owl-controls {
    height: 30px;
    transform: translateY(-100%);
    position: absolute;
    top: 60%;
    /*width: 100%;*/
}

.list-wrapp-sidebar .owl-controls .owl-prev {
    display: inline-block!important;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    background-color: rgb(104, 168, 42 );
    color: #fefefe;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    /*padding: 5px 10px 7px;*/
    padding: 5px 10px 6px;
    font-weight: 100;
    font-size: 12px;
    min-width: 56px;
    border-radius: 4px;
    margin-left: 5px;
}

.list-wrapp-sidebar .owl-controls .owl-prev:hover,
.list-wrapp-sidebar .owl-controls .owl-prev:active {
    background-color: rgba( 0, 0, 0, 0.85 );
}

.list-wrapp-sidebar .owl-controls .owl-next {
    display: inline-block!important;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    background-color: rgb(104, 168, 42 );
    color: #fefefe;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    /*padding: 5px 10px 7px;*/
    padding: 5px 10px 6px;
    /*float: right;*/
    position: absolute;
    left: 181px;
    font-size: 12px;
    font-weight: 100;
    min-width: 56px;
    border-radius: 4px;
}

.list-wrapp-sidebar .owl-controls .owl-next:hover,
.list-wrapp-sidebar .owl-controls .owl-next:active {
    background-color: rgba( 0, 0, 0, 0.75 );
}

.list-wrapp-sidebar .owl-ds-carousel.active .owl-controls {
	opacity: 0;
	/*-webkit-transform: scale( 0.1 );
	-moz-transform: scale( 0.1 );
	-ms-transform: scale( 0.1 );
	-o-transform: scale( 0.1 );
	transform: scale( 0.1 );*/
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.list-wrapp-sidebar .owl-ds-carousel.active:hover .owl-controls {
	opacity: 1;
	/*-webkit-transform: scale( 1 );
	-moz-transform: scale( 1 );
	-ms-transform: scale( 1 );
	-o-transform: scale( 1 );
	transform: scale( 1 );*/
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.list-wrapp-sidebar .owl-ds-carousel.active .owl-controls a {
	-webkit-transform: scale( 0.1 );
	-moz-transform: scale( 0.1 );
	-ms-transform: scale( 0.1 );
	-o-transform: scale( 0.1 );
	transform: scale( 0.1 );
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.list-wrapp-sidebar .owl-ds-carousel.active:hover .owl-controls a {
	-webkit-transform: scale( 1 );
	-moz-transform: scale( 1 );
	-ms-transform: scale( 1 );
	-o-transform: scale( 1 );
	transform: scale( 1 );
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.list-wrapp-sidebar .owl-ds-carousel.active .owl-item-title {
	opacity: 0;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.list-wrapp-sidebar .owl-ds-carousel.active:hover .owl-item-title {
	opacity: 0;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.list-wrapp-sidebar.original-single {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin-left: 25px;
}

div#issidebar.fixed {
	margin-left: 0;
}

.list-wrapp-sidebar .issidebar {
	/*border-left-color: #afcbe1;*/
	border-left-color: #ff3c3c;
	border-left-style: solid;
	border-left-width: 5px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
}

.list-wrapp-sidebar .issidebar h1 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 0;
	color: inherit;
	text-shadow: none;
}

.list-wrapp-sidebar .issidebar h1 a:hover,
.list-wrapp-sidebar .issidebar h1 a:active {
	color: #8a8a8a!important;
	text-decoration: underline;
}

.list-wrapp-sidebar p {
	text-align: center;
	font-style: italic;
	font-weight: 600;
}

.list-wrapp-sidebar .issidebar ul {
	list-style: none;
	padding-left: 24px;
	position: relative;
	left: 12px;
}

.list-wrapp-sidebar .issidebar ul li {
	position: relative;
	padding: 5px 0;
	line-height: 1.1;
    font-size: 14px;
    font-weight: 100;
}

.list-wrapp-sidebar .issidebar ul li span {
	position: absolute;
	left: -8px;
	top: 0;
}

.list-wrapp-sidebar .issidebar .owl-slider-selector {
	display: block;
	margin-bottom: 5px;
	margin-left: 25px;
	width: 90%;
	font-size: 14px;
	text-align: center;
}

.list-wrapp-sidebar .issidebar .owl-slider-selector a:hover,
.list-wrapp-sidebar .issidebar .owl-slider-selector a:active {
	color: #8a8a8a;
}

.list-wrapp-sidebar .issidebar .owl-slider-selector a.active {
	text-decoration: underline;
}

.list-wrapp-sidebar .isiconshock {
	border-left-color: #68a82a;
	border-left-style: solid;
	border-left-width: 5px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	margin-top: -10px;
}

.list-wrapp-sidebar .isiconshock a.upbtn {
	text-align: center;
	display: inherit;
	padding: 15px 0 10px;
	color: #80B34F;
	font-weight: 600;
}

.list-wrapp-sidebar .isiconshock a.upbtn:hover,
.list-wrapp-sidebar .isiconshock a.upbtn:active {
	color: #50931F;
}

.list-wrapp-sidebar .isiconshock a.upbtn.inline{
	display: inline;
}

/*Sidebar 1200 and content*/
#content.p1200{
	width:1200px;
	max-width: initial; 
}
#content.p1200 .main_content{
	width: 100%;
}
#content.p1200 .main_content .head_post{
	border: none;
}
#content.p1200 .main_content .head_post .post_title{
	max-width: 600px;
	margin: auto;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
	margin-top: 27px;

}
#content.p1200 .main_content .entry_post{
	text-align: center;
	font-size: 20px;
	font-style: italic;
	padding: 52px 0 0;
	height: auto!important;
}
#content.p1200 .main_content .entry_post p a{
	font-weight: 600;
}

#content.p1200 .main_content .entry_post .reldesign {
	font-style: normal;
}
#content.p1200 .main_content .entry_post h4{
	font-size: 20px;
	font-weight: 600;
	font-family: inherit;
	letter-spacing: normal;
}
#content.p1200 .main_content .entry_post .reldesign br{
	display: none;
}
#content.p1200 .main_content .entry_post p{
	max-width: 900px;
	margin: auto;

}
#content.p1200 .main_content .entry_post .reldesign p{
	max-width: inherit;
}
#content.p1200 .main_content .entry_post .reldesign strong{
	display: inline-block;
	font-size: 16px;
}
#content.p1200 .main_content .entry_post .reldesign strong span.dash{
	display: inline-block;
	color: #ff3c3c;
	vertical-align: text-top;
	padding: 0 12px 0 5px;

}

#content.p1200 .main_content .entry_post img{
	border: 0 !important;
	box-shadow: none !important;
	margin:0;
}

#content.p1200 .list-wrapp-sidebar{
	float : none;
	max-width : 300px;
	width: 300px;
	position : absolute;
	margin : 37px 0 0 10px;
	right : 0;
	background : #FFF;
	text-align : left;
	font-family : 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-style : normal;
	top : 400px;
	visibility : hidden;
	opacity : 0.9;
}
@media screen and ( min-width: 1800px ) {
	#content.p1200 .list-wrapp-sidebar{
		margin-left: 310px;
	}
}
@media screen and ( max-width: 1799px ) {
	#content.p1200 .list-wrapp-sidebar{
		left: auto !important;
		right: 0 !important;
	}
}

#content.p1200 .list-wrapp-sidebar .sidect{
	background : inherit;
}
#content.p1200 .list-wrapp-sidebar.ui.sticky.nofixed{
	left: initial !important;
}
#content.p1200 .list-wrapp-sidebar.ui.sticky.fixed{
	position: fixed;
	left: auto;
	right: auto;
	top : 10px;
	visibility: visible;
	height: auto !important;

}
#content.p1200 .buttons_area{
	font-size: 15px;
}
#content.p1200 .buttons_area .free_area{
	margin: 0 20px;
}
#content.p1200 #respond{
	padding: 0 20px;
}
.free_area svg{
	display: inline-block;
	vertical-align: middle;
}
.list-wrapp-sidebar .shortdesc,
#content.p1200 .list-wrapp-sidebar.collapse .longdesc,
#content.p1200 .list-wrapp-sidebar.collapse h1 br{
	display: none;
}

#content.p1200 .list-wrapp-sidebar.collapse h1, #content.p1200 .list-wrapp-sidebar h1{
	margin: 0;
	padding: 10px 0 10px;
}
#content.p1200 .list-wrapp-sidebar .icon{
	color: #ff3c3c;
}
#content.p1200 .list-wrapp-sidebar.collapse .shortdesc{
	display: block;
	margin: 0;
	padding: 0 0 10px;
}
#content.p1200 .list-wrapp-sidebar.collapse .issidebar{
	border-right: 5px solid #ff3c3c;
	padding-bottom: 0;
}
#content.p1200 .list-wrapp-sidebar .issidebar{
	font-size: 14px;
	padding-bottom: 15px;
}
#content.p1200 .list-wrapp-sidebar .fixed{
	background: #FFF;
}

#content.p1200 .list-wrapp-sidebar .sidect ul,
#content.p1200 .list-wrapp-sidebar .owl-ds-carousel
{
	width: 237px;
}
#content.p1200 .list-wrapp-sidebar .isiconshock{
	padding-bottom: 10px;
}
#content.p1200 .list-wrapp-sidebar .owl-slider-selector{
	width: 243px;
}
#content.p1200 .list-wrapp-sidebar .isiconshock a.upbtn{
	padding-top: 4px;
}
#content.p1200 .list-wrapp-sidebar.collapse .sidect ul,
#content.p1200 .list-wrapp-sidebar.collapse .sidect .isiconshock,
#content.p1200 .list-wrapp-sidebar.collapse h1 .icon,
#content.p960 .list-wrapp-sidebar.collapse .icon,
#content .list-wrapp-sidebar.collapse .icon,
#content.p1200 .list-wrapp-sidebar.collapse .owl-slider-selector,
#content.p1200 .list-wrapp-sidebar.collapse .owl-ds-carousel
{
	display: none;
}
#content.p1200 .list-wrapp-sidebar.collapse .icon{
	display: inline;
}
#content.p1200 .list-wrapp-sidebar h1 .icon{
	position: absolute;
	font-size: 15px;
	color: #afcbe1;
	cursor: pointer;	
}
#content.p1200 .list-wrapp-sidebar .icon:hover{
	text-decoration: underline;
}
#content.p1200 .email_info{
	width: 60%;
	text-align: center;
	margin: 20px auto;
}
#content.p1200 ul.btnsarea{

}
#content.p1200 ul.btnsarea li{
	display: inline-block;
	max-width: 250px;
	vertical-align: top;
	margin: 0 15px 10px;
}
#content.p1200 ul#related_posts_thumbnails li{
	margin: 0 15px !important;
}
#content.p1200 .rlthumb{
	margin-left: 18px;
}
/*Fix download */

.bottom-bar-fixed.single.p1200 .download-methods {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*Payument bar*/
.bottom-bar-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #FFF;
	text-align: center;
	color: #424242;
	z-index: 999;
	padding: 0 0 5px;
	border-top: 5px solid #ff3c3c;
}

/*for other bar to 20%*/
.bottom-bar-fixed::after {
	content: "";
	border-top: 5px solid #333b3f;
	width: 380px;
	height: inherit;
	position: absolute;
	right: 0;
	top:-5px;

}
.bottom-bar-fixed.single .content {
	width: 1200px;
	margin: auto;
}

.bottom-bar-fixed .content .actions {
  	text-align: center;
}

.bottom-bar-fixed .content .actions ul {
	min-width: 720px;
/*	margin: auto;
	list-style: none;*/
	text-align: left;
	margin-left: 131px;
	max-width: 720px;
	text-align: center;
}

.bottom-bar-fixed .content .actions ul .stick-menu-mobile {
	display: none;
}

.mobile-mode {
	display: none!important;
}

.bottom-bar-fixed.single .content .download-methods .mobile-mode {
	margin-top: 20px;
}

.bottom-bar-fixed .content .actions li {
	margin: 14px 0 9px 0;
	cursor: pointer;
	display: inline-block;
}

.bottom-bar-fixed .content .actions li {
	vertical-align: top;
	padding: 0 0 0;
	max-width: 100%;
	text-align: center;
}

.bottom-bar-fixed .content .actions li a {
/*	display: block;*/
}

.bottom-bar-fixed .isbtnblack {
	text-transform: none;
	color: #fff;
	padding: 6px 15px;
	background: #0c9dd2;
}

.bottom-bar-fixed .content .actions span {
    font-size: 12px;
    line-height: 3;
}

.bottom-bar-fixed .isbtngreen {
    text-transform: none;
    color: #fff;
    padding: 6px 15px;
    background: #090;
}

.bottom-bar-fixed .isbtnblack:hover,
.bottom-bar-fixed .isbtnblack:active{
	background: #0a8dbd;
}
.bottom-bar-fixed .isbtngreen:hover,
.bottom-bar-fixed .isbtngreen:active {
    background: #007f00;
}

/*Modals*/
.dwn-freebie {
	height: 365px;
	border-radius: 3px 3px 0 0!important;
}

.dwn-freebie .content {
	min-height: 187px;
}

.dwn-freebie .content .ui.field,
.dwn-freebie .content .ui.field.error {
	margin-bottom: 0!important;
}

.dwn-freebie .content .ui.green.prompt.label.transition.visible.success {
	margin-top: 10px!important;
}

.dwn-freebie .content p {
	margin-bottom: 20px;
}

/*.dwn-freebie .content form input[type="email"] {
	width: 250px;
	height: 30px;
}*/

.dwn-freebie .actions {
	height: 244px;
	text-align: left!important;
	line-height: 1.3;
}

.dwn-freebie .actions .powered-by {
	text-align: right;
	position: absolute;
	width: 100%;
	left: 0;
	/* bottom: 0; */
	background-color: #000;
	color: #fefefe;
	padding: 0 20px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.dwn-freebie .actions .powered-by a {
	/*color: rgba( 0, 0, 0, 0.8 );*/
	color: #fefefe;
}

.dwn-freebie .actions .powered-by a:hover,
.dwn-freebie .actions .powered-by a:active {
	color: rgba( 0, 0, 0, 1 );
	color: rgba( 240, 240, 240, 0.8 );
}

.dwn-freebie .actions .powered-by strong img {
	width: 30px;
	height: 32px;
	margin-right: -3px;
}

.dwn-freebie .actions .powered-by strong:last-child img {
	width: 20px;
	height: 20px;
	margin-right: 0;
}

/**
 * CentralizedDataProfIcons
 */

.main_content {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}

.main_content .blog_boxes {
	/*margin-bottom: 80px;*/
}

.itemct {
	clear: both;
	display: block;
	margin-bottom: 10px;
}

.itemct img {
	float: right;
  	margin: 9px 0;
  	width: 425px;
  	/*height: 112px;*/
  	/*max-height: 112px;*/
  	object-fit: cover;
  	border: 1px solid #aeaeae;
}

.itemct ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.itemct ul .title_item {
	text-align: left;
  	font-size: 20px;
  	padding: 9px 0;
}

.itemct ul .title_item a {
  	color: #2b2c26;
}

.itemct > ul li:last-child {
	text-align: left;
  	font-size: 18px;
  	opacity: 0;
}

.itemct .actions {
	text-align: right;
  	margin: 0 0 0 -38px;
  	float: left;
  	/*margin: 10px 0;*/
  	width: 635px;
}

.itemct .actions ul {
	margin: auto;
	display: inline-block;
	list-style: none;
	list-style-type: none;
	padding: 0;
}

.itemct .actions ul.news {
	display: none;
}

.itemct .actions ul li {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	padding: 9px 0 12px;
	text-align: center;
	margin: 0 11px;
}

.itemct .actions ul li .list-tooltip {
	font-size: 15px;
  	font-weight: 600;
}

.itemct .actions ul li a {
	margin-bottom: 10px;
	float: none;
  	display: block;
}

.itemct .actions ul li span {
	width: auto;
	float: none;
	margin: 0;
}

/**
 * Extras for centralizedData
 */
.shock-separator {
	width: 100%;
}

.shock-separator + .the-items {
	margin-top: 50px;
}


/**
 * CentralizedDataProfIcons
 */
.box-header {
	height: auto;
	padding-bottom: 15px;
	margin: 30px auto 0;
	font-weight: 600;
	color: #231f20;
}

.box-header h1 {
	font-family: 'Arvo', serif;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 50px;
}

.box-header h1 span {
	position: relative;
}

.box-header h1 span .hbtn {
	position: absolute;
	right: 3px;
	bottom: -18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
  	font-size: 16px;
}

.box-header .subtitle {
	font-style: italic;
	font-size: 20px;
	text-align: center;
	margin: 0 0 27px;
}

/**
 * Footer cnetralizedDtaProfIcons
 */

.wrapper_footer.visible {
	opacity: 1;
	height: auto!important;
	color: #fefefe;
}

.wrapper_footer.visible span.copyright {
	padding: 18px 0;
}

/*Extras other in new design*/

#dd_ajax_float {
	border-radius: 0px!important;
  	box-shadow: none!important;
}

body div.social_networks {
	margin: 8px 0 0 -7px !important;
	border-radius: 0;
	box-shadow: none;
}

.btn {
	border-radius: 0;
}

iframe.centralized {
	visibility:hidden;
}

.dwn-banner {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	color: #fefefe;
	z-index: 20;
}

.dwn-banner {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	color: #fefefe;
	z-index: 20;
	margin-bottom: 0;
	background-color: black;
}

.dwn-banner .container-1040 h3 {
	color: #fefefe;
	font-size: 28px;
	text-align: center;
	margin: 0;
}

.ds-sidebar-wrapp .ds-sidebar .ds-sidebar-slider-wrapper {
	display: none;
}

.ui.popup.transition {
	z-index: 999!important;
}

#toBeAppended {
	display: none!important;
}


@media screen and ( max-width: 320px ) {
	body {
		/*display: none;*/
		font-size: 3.9vw;
	}

	body .wrapper_header.secondary-header { display: none; }

	.wrapper_header { min-height: 40px; }

	a.menu_ds-mobile {
		display: block;
		position: absolute;
		left: 5px;
		top: 0px;
		font-size: 40px;
		color: #fefefe;
	}

	.ui.vertical.menu {
		width: 100%;
		border-radius: 0;
	}

	.ui.vertical.menu .item a {
		display: block;
	}

	#header {
		max-width: 100%;
	}

	#header .menu_ds {
		display: none;
	}

	#header a.logo {
		margin-left: 50px;
		margin-right: 1px;
		zoom: 0.9;
	}

	.sst-nav li {
		margin: 1px;
	}

	.sst-nav li a:first-child {
		font-size: 4vw;
	}

	.shock-banner {
		margin: 0;
		margin-bottom: 20px;
	}

	.shock-banner .container-1040 .legend {
		width: 100%;
		right: 0;
		text-align: center;
	}

	.ds-features {
		margin: 60px 0 30px;
	}

	.ui.grid > .row > [class*="four wide"].column, .ui.grid > .column.row > [class*="four wide"].column, .ui.grid > [class*="four wide"].column, .ui.column.grid > [class*="four wide"].column {
		width: 50%!important;
	}

	.ds-features .ds-feat .right {
		display: block;
		margin-left: 0;
		text-align: center;
		font-size: 4vw;
	}

	/*Newsletter area*/

	.newsletter_area {
		padding-top: 0;
	}

	.newsletter_area .count_comfirmed {
		display: none;
	}

	.newsletter_area #f_sending3 {
		display: block;
		height: 44px;
	}

	.newsletter_area #email {
		width: 75%;
		font-size: 4vw;
	}

	.newsletter_area input[type="text"],
	.newsletter_area input[type="submit"] {
		height: 44px;
	}

	.newsletter_area .newsletter_message {
		display: block;
		width: 90%;
		font-size: 4vw;
		padding: 5px 0;
	}

	/*Posts*/

	.item-block {
		margin-left: 0;
		width: 100%;
	}

	#a_la {
		margin-top: -30px;
	}

	.shock-bundles .container-1200 > h2 a {
		font-size: 7vw!important;
		line-height: 1.2;
	}

	.shock-bundles h2 a {
		font-size: 6vw!important;
		line-height: 1.2;
	}

	.shock-bundles .sb-counter {
		font-size: 4vw;
	}

	.shock-bundles h3.many-more {
		margin: 0;
	}

	.shock-bundles h2.subtree {
		margin-left: 0;
	}

	.shock-bundles h2.subtree i {
		font-size: 4vw;
	}

	.shock-bundles h2.subtree a {
		font-size: 7vw;
	}

	.shock-bundles h3 a {
		font-size: 6vw;
		font-weight: 100;
	}

	.shock-bundles .the-items .eight.wide.column {
		width: 100%!important;
	}

	.shock-bundles .the-items .eight.wide.column img {
		margin-left: 0;
	}

	/*Join Us*/

	.join-us-btn .button {
		font-size: 8vw;
	}

	.join-us-btn .button a {
		padding: 10px 60px;
	}

	/*Disable chat */

	#grew5dm {
		display: none;
	}

	.bottom-bar-fixed.single * {
		max-width: 100%;
	}

	.bottom-bar-fixed.single .download-methods {
		min-width: 300px!important;
		-webkit-transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
		-ms-transition: all .15s ease-in-out;
		-o-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
	}

	.bottom-bar-fixed.single .download-methods {

		-webkit-transition: all 0.15 ease-in-out;
		-moz-transition: all 0.15 ease-in-out;
		-ms-transition: all 0.15 ease-in-out;
		-o-transition: all 0.15 ease-in-out;
		transition: all 0.15 ease-in-out;
	}

	.bottom-bar-fixed.single .download-methods .mobile-mode {
		display: inline-block!important;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
	    position: absolute;
	    right: 0;
	    top: -20px;
	    padding: 0px;
	    margin: 0;
	}

	.bottom-bar-fixed.single .download-methods .mobile-mode a {
		padding: 5px;
    	font-size: 5vw;
    	z-index: 1000;
	}

	w-div {
		display: none!important;
	}
	.bottom-bar-fixed::after {
		display: none;

	}		

	/*Profesional Icons*/
	.box-header h1 span {
	    position: relative;
	    font-size: 6vw;
	    box-sizing: border-box;
	    padding: 10px;
	}

	.profesional-design-pack,
	#content.single_page {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}

	.profesional-design-pack .actions {
	    max-width: 100%;
	    display: block;
	    width: 100%;
	    float: none;
	    margin: -20px 0 30px;
	    text-align: center;
	}

	.download-methods {
		margin-left: 0px!important;
	}

	.download-methods ul {
		text-align: center!important;
	}

	.bottom-bar-fixed .content .actions ul .stick-menu-mobile {
		display: block;
	}

	.bottom-bar-fixed .content .actions ul .stick-menu-desktop {
		display: none;
	}


	/*Sidebar*/
	.list-wrapp-sidebar {
		display: none!important;
	}

}

@media screen and ( min-width: 321px ) and ( max-width: 480px ) {
	body {
		/*display: none;*/
		font-size: 3.2vw;
	}

	body .wrapper_header.secondary-header { display: none; }

	.wrapper_header { min-height: 40px; }

	a.menu_ds-mobile {
		display: block;
		position: absolute;
		left: 5px;
		top: 0px;
		font-size: 40px;
		color: #fefefe;
	}

	.ui.vertical.menu {
		width: 100%;
		border-radius: 0;
	}

	.ui.vertical.menu .item a {
		display: block;
	}

	#header {
		max-width: 100%;
	}

	#header .menu_ds {
		display: none;
	}

	#header a.logo {
		margin-left: 50px;
		margin-right: 1px;
		zoom: 0.9;
	}

	.sst-nav li {
		margin: 1px;
	}

	.sst-nav li a:first-child {
		font-size: 4vw;
	}

	.shock-banner {
		margin: 0;
		margin-bottom: 20px;
		background: none!important;
	}

	.shock-banner .container-1040 .legend {
		width: 100%;
		right: 0;
		text-align: center;
	}

	.ds-features {
		margin: 60px 0 30px;
	}

	.ui.grid > .row > [class*="four wide"].column, .ui.grid > .column.row > [class*="four wide"].column, .ui.grid > [class*="four wide"].column, .ui.column.grid > [class*="four wide"].column {
		width: 50%!important;
	}

	.ds-features .ds-feat .right {
		display: block;
		margin-left: 0;
		text-align: center;
		font-size: 4vw;
	}

	/*Newsletter area*/

	.newsletter_area {
		padding-top: 0;
		margin-top: 20px;
	}

	.newsletter_area .count_comfirmed {
		display: none;
	}

	.newsletter_area #f_sending3 {
		display: block;
		height: 44px;
	}

	.newsletter_area #email {
		width: 75%;
		font-size: 4vw;
	}

	.newsletter_area input[type="text"],
	.newsletter_area input[type="submit"] {
		height: 44px;
	}

	.newsletter_area .newsletter_message {
		display: block;
		width: 90%;
		font-size: 4vw;
		padding: 5px 0;
	}

	/*Posts*/

	.item-block {
		margin-left: 0;
		width: 100%;
	}

	#a_la {
		margin-top: -30px;
	}

	.shock-bundles .container-1200 > h2 a {
		font-size: 7vw!important;
		line-height: 1.2;
	}

	.shock-bundles h2 a {
		font-size: 6vw!important;
		line-height: 1.2;
	}

	.shock-bundles .sb-counter {
		font-size: 4vw;
	}

	.shock-bundles h3.many-more {
		margin: 0;
	}

	.shock-bundles h2.subtree {
		margin-left: 0;
	}

	.shock-bundles h2.subtree i {
		font-size: 4vw;
	}

	.shock-bundles h2.subtree a {
		font-size: 7vw;
	}

	.shock-bundles h3 a {
		font-size: 6vw;
		font-weight: 100;
	}

	.shock-bundles .the-items .eight.wide.column {
		width: 100%!important;
	}

	.shock-bundles .the-items .eight.wide.column img {
		margin-left: 0;
	}

	/*Join Us*/

	.join-us-btn .button {
		font-size: 8vw;
	}

	.join-us-btn .button a {
		padding: 10px 60px;
	}

	/*Disable chat */

	#grew5dm {
		display: none;
	}

	.bottom-bar-fixed.single * {
		max-width: 100%;
	}

	.bottom-bar-fixed.single .download-methods {
		min-width: 300px!important;
		-webkit-transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
		-ms-transition: all .15s ease-in-out;
		-o-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
	}

	.bottom-bar-fixed.single .download-methods {

		-webkit-transition: all 0.15 ease-in-out;
		-moz-transition: all 0.15 ease-in-out;
		-ms-transition: all 0.15 ease-in-out;
		-o-transition: all 0.15 ease-in-out;
		transition: all 0.15 ease-in-out;
	}

	.bottom-bar-fixed.single .download-methods .mobile-mode {
		display: inline-block!important;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
	    position: absolute;
	    right: 0;
	    /*top: -20px;*/
	    top: -47px;
	    padding: 0px;
	    margin: 0;
	    z-index: 1000;
	}

	.bottom-bar-fixed.single .download-methods .mobile-mode a {
		padding: 5px;
    	font-size: 5vw;
	}

	w-div {
		display: none!important;
	}

	.bottom-bar-fixed::after {
		display: none;

	}		

	/*Profesional Icons*/
	.box-header h1 span {
	    position: relative;
	    font-size: 6vw;
	    box-sizing: border-box;
	    padding: 10px;
	}

	.profesional-design-pack,
	#content.single_page {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}

	.profesional-design-pack .actions {
	    max-width: 100%;
	    display: block;
	    width: 100%;
	    float: none;
	    margin: -20px 0 30px;
	    text-align: center;
	}

	/*Sidebar*/
	.list-wrapp-sidebar {
		display: none!important;
	}

	.download-methods {
		margin-left: 0px!important;
	}

	.download-methods {
		text-align: center!important;
	}

	.bottom-bar-fixed .content .actions ul .stick-menu-mobile {
		display: block;
	}

	.bottom-bar-fixed .content .actions ul .stick-menu-desktop {
		display: none;
	}
}

@media screen and ( min-width: 481px ) and ( max-width: 640px ) {
	body {
		/*display: none;*/
		font-size: 2vw;
	}

	body .wrapper_header.secondary-header { display: none; }

	.wrapper_header { min-height: 40px; }

	a.menu_ds-mobile {
		display: block;
		position: absolute;
		left: 5px;
		top: 0px;
		font-size: 40px;
		color: #fefefe;
	}

	.ui.vertical.menu {
		width: 100%;
		border-radius: 0;
	}

	.ui.vertical.menu .item a {
		display: block;
	}

	#header {
		max-width: 100%;
	}

	#header .menu_ds {
		display: none;
	}

	#header a.logo {
		margin-left: 50px;
		margin-right: 1px;
		zoom: 0.9;
	}

	.sst-nav li {
		margin: 1px;
	}

	.sst-nav li a:first-child {
		font-size: 4vw;
	}

	.shock-banner {
		margin: 0;
		margin-bottom: 20px;
	}

	.shock-banner .container-1040 .legend {
		width: 100%;
		right: 0;
		text-align: center;
	}

	.ds-features {
		margin: 60px 0 30px;
	}

	.ui.grid > .row > [class*="four wide"].column, .ui.grid > .column.row > [class*="four wide"].column, .ui.grid > [class*="four wide"].column, .ui.column.grid > [class*="four wide"].column {
		width: 50%!important;
	}

	.ds-features .ds-feat .right {
		display: block;
		margin-left: 0;
		text-align: center;
		font-size: 4vw;
	}

	/*Newsletter area*/

	.newsletter_area {
		padding-top: 0;
	}

	.newsletter_area .count_comfirmed {
		display: none;
	}

	.newsletter_area #f_sending3 {
		display: block;
		height: 44px;
	}

	.newsletter_area #email {
		width: 75%;
		font-size: 4vw;
	}

	.newsletter_area input[type="text"],
	.newsletter_area input[type="submit"] {
		height: 44px;
	}

	.newsletter_area .newsletter_message {
		display: block;
		width: 90%;
		font-size: 4vw;
		padding: 5px 0;
	}

	/*Posts*/

	.item-block {
		margin-left: 0;
		width: 100%;
	}

	#a_la {
		margin-top: -30px;
	}

	.shock-bundles .container-1200 > h2 a {
		font-size: 7vw!important;
		line-height: 1.2;
	}

	.shock-bundles h2 a {
		font-size: 6vw!important;
		line-height: 1.2;
	}

	.shock-bundles .sb-counter {
		font-size: 4vw;
	}

	.shock-bundles h3.many-more {
		margin: 0;
	}

	.shock-bundles h2.subtree {
		margin-left: 0;
	}

	.shock-bundles h2.subtree i {
		font-size: 4vw;
	}

	.shock-bundles h2.subtree a {
		font-size: 7vw;
	}

	.shock-bundles h3 a {
		font-size: 6vw;
		font-weight: 100;
	}

	.shock-bundles .the-items .eight.wide.column {
		width: 100%!important;
	}

	.shock-bundles .the-items .eight.wide.column img {
		margin-left: 0;
	}

	/*Join Us*/

	.join-us-btn .button {
		font-size: 8vw;
	}

	.join-us-btn .button a {
		padding: 10px 60px;
	}

	/*Disable chat */

	#grew5dm {
		display: none;
	}

	.bottom-bar-fixed.single * {
		max-width: 100%;
	}

	.bottom-bar-fixed.single .download-methods {
		min-width: 300px!important;
		-webkit-transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
		-ms-transition: all .15s ease-in-out;
		-o-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
	}

	.bottom-bar-fixed.single .download-methods {

		-webkit-transition: all 0.15 ease-in-out;
		-moz-transition: all 0.15 ease-in-out;
		-ms-transition: all 0.15 ease-in-out;
		-o-transition: all 0.15 ease-in-out;
		transition: all 0.15 ease-in-out;
	}

	.bottom-bar-fixed.single .download-methods .mobile-mode {
		display: inline-block!important;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
	    position: absolute;
	    right: 0;
	    top: -20px;
	    padding: 0px;
	    margin: 0;
	}

	.bottom-bar-fixed.single .download-methods .mobile-mode a {
		padding: 5px;
    	font-size: 5vw;
	}

	w-div {
		display: none!important;
	}

	.bottom-bar-fixed::after {
		display: none;

	}		

	/*Profesional Icons*/
	.box-header h1 span {
	    position: relative;
	    font-size: 6vw;
	    box-sizing: border-box;
	    padding: 10px;
	}

	.profesional-design-pack,
	#content.single_page {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}

	.profesional-design-pack .actions {
	    max-width: 100%;
	    display: block;
	    width: 100%;
	    float: none;
	    margin: -20px 0 30px;
	    text-align: center;
	}

	/*Sidebar*/
	.list-wrapp-sidebar {
		display: none!important;
	}
	body .bottom-bar-fixed .content .actions ul{
		margin-left: auto;
	}
	.bottom-bar-fixed .content .actions ul .stick-menu-mobile {
		display: block;
	}

	.bottom-bar-fixed .content .actions ul .stick-menu-desktop {
		display: none;
	}
}


@media screen and ( min-width: 641px ) and ( max-width: 960px ) {
	body {
		/*display: none;*/
		font-size: 1.5vw;
	}

	body .wrapper_header.secondary-header { display: none; }

	.wrapper_header { min-height: 40px; }

	a.menu_ds-mobile {
		display: block;
		position: absolute;
		left: 5px;
		top: 0px;
		font-size: 40px;
		color: #fefefe;
	}

	.ui.vertical.menu {
		width: 100%;
		border-radius: 0;
	}

	.ui.vertical.menu .item a {
		display: block;
	}

	#header {
		max-width: 100%;
	}

	#header .menu_ds {
		display: none;
	}

	#header a.logo {
		margin-left: 50px;
		margin-right: 1px;
		zoom: 0.9;
	}

	.sst-nav li {
		margin: 1px;
	}

	.sst-nav li a:first-child {
		font-size: 2vw;
	}

	.shock-banner {
		margin: 0;
		margin-bottom: 20px;
	}

	.shock-banner .container-1040 .legend {
		width: 100%;
		right: 0;
		text-align: center;
	}

	.ds-features {
		margin: 60px 0 30px;
	}

	.ui.grid > .row > [class*="four wide"].column, .ui.grid > .column.row > [class*="four wide"].column, .ui.grid > [class*="four wide"].column, .ui.column.grid > [class*="four wide"].column {
		width: 50%!important;
	}

	.ds-features .ds-feat .right {
		display: block;
		margin-left: 0;
		text-align: center;
		font-size: 4vw;
	}

	/*Newsletter area*/

	.newsletter_area {
		padding-top: 0;
		margin: 12px auto;
	}

	.newsletter_area .count_comfirmed {
		display: none;
	}

	.newsletter_area #f_sending3 {
		display: block;
		height: 44px;
	}

	.newsletter_area #email {
		width: 75%;
		font-size: 3.5vw;
	}

	.newsletter_area input[type="text"],
	.newsletter_area input[type="submit"] {
		height: 44px;
	}

	.newsletter_area .newsletter_message {
		display: block;
		width: 90%;
		font-size: 4vw;
		line-height: 4vw;
		padding: 5px 0;
	}

	/*Posts*/

	.item-block {
		margin-left: 0;
		width: 100%;
	}

	#a_la {
		margin-top: -30px;
	}

	.shock-bundles .container-1200 > h2 a {
		font-size: 7vw!important;
		line-height: 1.2;
	}

	.shock-bundles h2 a {
		font-size: 6vw!important;
		line-height: 1.2;
	}

	.shock-bundles .sb-counter {
		font-size: 4vw;
	}

	.shock-bundles h3.many-more {
		margin: 0;
	}

	.shock-bundles h2.subtree {
		margin-left: 0;
	}

	.shock-bundles h2.subtree i {
		font-size: 4vw;
	}

	.shock-bundles h2.subtree a {
		font-size: 7vw;
	}

	.shock-bundles h3 a {
		font-size: 6vw;
		font-weight: 100;
	}

	.shock-bundles .the-items .eight.wide.column {
		width: 100%!important;
	}

	.shock-bundles .the-items .eight.wide.column img {
		margin-left: 0;
	}

	/*Join Us*/

	.join-us-btn .button {
		font-size: 8vw;
	}

	.join-us-btn .button a {
		padding: 10px 60px;
	}

	/*Disable chat */

	#grew5dm {
		display: none;
	}

	.bottom-bar-fixed.single * {
		max-width: 100%;
	}

	.bottom-bar-fixed.single .download-methods {
		min-width: 300px!important;
		-webkit-transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
		-ms-transition: all .15s ease-in-out;
		-o-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
	}

	.bottom-bar-fixed.single .download-methods {

		-webkit-transition: all 0.15 ease-in-out;
		-moz-transition: all 0.15 ease-in-out;
		-ms-transition: all 0.15 ease-in-out;
		-o-transition: all 0.15 ease-in-out;
		transition: all 0.15 ease-in-out;
	}
	body .bottom-bar-fixed .content .actions ul{
		margin-left: auto;
	}
	.bottom-bar-fixed.single .download-methods .mobile-mode {
		/*display: inline-block!important;*/
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
	    position: absolute;
	    right: 0;
	    top: -20px;
	    padding: 0px;
	    margin: 0;
	}

	.bottom-bar-fixed.single .download-methods .mobile-mode a {
		padding: 5px;
    	font-size: 5vw;
	}

	w-div {
		display: none!important;
	}

	.bottom-bar-fixed::after {
		display: none;
	}		

	/*Profesional Icons*/
	.box-header h1 span {
	    position: relative;
	    font-size: 6vw;
	    box-sizing: border-box;
	    padding: 10px;
	}

	.profesional-design-pack,
	#content.single_page {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}

	.profesional-design-pack .actions {
	    max-width: 100%;
	    display: block;
	    width: 100%;
	    float: none;
	    margin: -20px 0 30px;
	    text-align: center;
	}

	/*Sidebar*/
	.list-wrapp-sidebar {
		display: none!important;
	}
}

@media screen and ( min-width: 961px ) and ( max-width: 1024px ) {
	body {
		/*display: none;*/
		font-size: 1.5vw;
	}

	body .wrapper_header.secondary-header { display: none; }

	.wrapper_header { min-height: 40px; }

	a.menu_ds-mobile {
		display: block;
		position: absolute;
		left: 5px;
		top: 0px;
		font-size: 40px;
		color: #fefefe;
	}

	.ui.vertical.menu {
		width: 100%;
		border-radius: 0;
	}

	.ui.vertical.menu .item a {
		display: block;
	}

	#header {
		max-width: 100%;
	}

	#header .menu_ds {
		display: none;
	}

	#header a.logo {
		margin-left: 50px;
		margin-right: 1px;
		zoom: 0.9;
	}

	.sst-nav li {
		margin: 1px;
	}

	.sst-nav li a:first-child {
		font-size: 2vw;
	}

	.shock-banner {
		margin: 0;
		margin-bottom: 20px;
	}

	.shock-banner .container-1040 .legend {
		width: 100%;
		right: 0;
		text-align: center;
	}

	.ds-features {
		margin: 60px 0 30px;
	}

	.ui.grid > .row > [class*="four wide"].column, .ui.grid > .column.row > [class*="four wide"].column, .ui.grid > [class*="four wide"].column, .ui.column.grid > [class*="four wide"].column {
		width: 50%!important;
	}

	.ds-features .ds-feat .right {
		display: block;
		margin-left: 0;
		text-align: center;
		font-size: 4vw;
	}

	/*Newsletter area*/

	.newsletter_area {
		padding-top: 0;
	}

	.newsletter_area .count_comfirmed {
		display: none;
	}

	.newsletter_area #f_sending3 {
		display: block;
		height: 44px;
	}

	.newsletter_area #email {
		width: 75%;
		
	}

	.newsletter_area input[type="text"],
	.newsletter_area input[type="submit"] {
		height: 44px;
	}

	.newsletter_area .newsletter_message {
		display: block;
		width: 90%;
		padding: 5px 0;
	}
	.newsletter_area #privacy-policy{
		display: none;
	}
	/*Posts*/

	.item-block {
		margin-left: 0;
		width: 100%;
	}

	#a_la {
		margin-top: -30px;
	}

	.shock-bundles .container-1200 > h2 a {
		font-size: 7vw!important;
		line-height: 1.2;
	}

	.shock-bundles h2 a {
		font-size: 6vw!important;
		line-height: 1.2;
	}

	.shock-bundles .sb-counter {
		font-size: 4vw;
	}

	.shock-bundles h3.many-more {
		margin: 0;
	}

	.shock-bundles h2.subtree {
		margin-left: 0;
	}

	.shock-bundles h2.subtree i {
		font-size: 4vw;
	}

	.shock-bundles h2.subtree a {
		font-size: 7vw;
	}

	.shock-bundles h3 a {
		font-size: 6vw;
		font-weight: 100;
	}

	.shock-bundles .the-items .eight.wide.column {
		width: 100%!important;
	}

	.shock-bundles .the-items .eight.wide.column img {
		margin-left: 0;
	}

	/*Join Us*/

	.join-us-btn .button {
		font-size: 8vw;
	}

	.join-us-btn .button a {
		padding: 10px 60px;
	}

	/*Disable chat */

	#grew5dm {
		display: none;
	}

	.bottom-bar-fixed.single * {
		max-width: 100%;
	}

	.bottom-bar-fixed.single .download-methods {
		min-width: 300px!important;
		-webkit-transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
		-ms-transition: all .15s ease-in-out;
		-o-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
	}

	.bottom-bar-fixed.single .download-methods {
		-webkit-transition: all 0.15 ease-in-out;
		-moz-transition: all 0.15 ease-in-out;
		-ms-transition: all 0.15 ease-in-out;
		-o-transition: all 0.15 ease-in-out;
		transition: all 0.15 ease-in-out;
	}

	.bottom-bar-fixed.single .download-methods .mobile-mode {
		/*display: inline-block!important;*/
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
	    position: absolute;
	    right: 0;
	    top: -20px;
	    padding: 0px;
	    margin: 0;
	}

	.bottom-bar-fixed.single .download-methods .mobile-mode a {
		padding: 5px;
    	font-size: 5vw;
	}

	w-div {
		display: none!important;
	}

	.bottom-bar-fixed::after {
		display: none;
	}		

	/*Profesional Icons*/
	.box-header h1 span {
	    position: relative;
	    font-size: 6vw;
	    box-sizing: border-box;
	    padding: 10px;
	}

	.profesional-design-pack,
	#content.single_page {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}

	.profesional-design-pack .actions {
	    max-width: 100%;

	    display: block;
	    width: 100%;
	    float: none;
	    margin: -20px 0 30px;
	    text-align: center;
	}

	/*Sidebar*/
	.list-wrapp-sidebar {
		/*display: none!important;*/
		margin-left: 20px;
	}
}

@media screen and ( min-width: 1025px ) and ( max-width: 1280px ) {

	w-div {
		display: none!important;
	}
	.bottom-bar-fixed::after {
		display: none;

	}	
}
@media( max-width: 425px ) {

.bottom-bar-fixed .isbtnblack {
    padding: 6px 35px;
}
.bottom-bar-fixed .isbtngreen {
    padding: 6px 45px;
}
.bottom-bar-fixed .content .actions li {
    margin: 14px 0 -4px 0;
}
}