/*
Theme Name: SimpleMag
Theme URI: http://themesindep.com/
Author: ThemesIndep
Author URI: http://themesindep.com/
Description: Magazine theme for creative things
Version: 3.0.4
Tags: black, white, one-column, two-columns, three-columns, right-sidebar, fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready, photoblogging
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
    font-family: 'Lato Thin';
    src: url(fonts/Lato/Lato-Thin.ttf);
}

@font-face {
    font-family: 'Lato Semibold';
    src: url(fonts/Lato/Lato-Semibold.ttf);
}

@font-face {
    font-family: 'Lato Regular';
    src: url(fonts/Lato/Lato-Semibold.ttf);
}

@font-face {
    font-family: 'Lato Medium';
    src: url(fonts/Lato/Lato-Medium.ttf);
}


@font-face {
    font-family: 'Lato Bold';
    src: url(fonts/Lato/Lato-Bold.ttf);
}

@font-face {
    font-family: 'Lato Heavy';
    src: url(fonts/Lato/Lato-Heavy.ttf);
}

@font-face {
    font-family: 'Lato Black';
    src: url(fonts/Lato/Lato-Black.ttf);
}


@font-face {
    font-family: 'Lato Light';
    src: url(fonts/Lato/Lato-Light.ttf);
}

@font-face {
    font-family: fontawesome;
    src: url(fonts/fontawesome-webfont.ttf);
   
}
body{
	font-family: Lato;
}
strong{
	font-family: Lato Black;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}

html {font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;line-height:1.5;}

body {margin:0}
body.postid-999{min-height: 2400px;}
.category-blog .masonry-layout{min-height: 500px;}
a:focus{outline:thin dotted}
a:hover,a:active{outline:0}

h1,h2,h3,h4,h5,h6{margin:0;padding:0}
h4 {font-size: 16px!important;}

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

b,strong{font-weight:bold}

blockquote{font-family:Georgia,"Times New Roman",Times,serif}

dfn {font-style:italic}

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

p,pre{margin:0}

pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}

pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}

q{quotes:none}

q:before,q:after{content:'';content:none}
small{font-size:80%}

sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}

dl,ol,ul{margin:0;padding:0;list-style:none;list-style-image:none}

form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
select{max-width:100%}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;font-family:sans-serif}
button,input{line-height:normal}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;border-radius:0;*overflow:visible;outline:none}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea {overflow:auto;vertical-align:top}
textarea,input[type="text"],input[type="email"],input[type="password"]{-webkit-appearance:none;border-radius:0;-moz-border-radius:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

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

.wrapper,
.layout-boxed {margin-left:auto;margin-right:auto}

.grids{margin-left:-30px}
.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12{display:inline;float:left;margin-left:30px}
.grid-12{margin-right:0}

.grid-4:nth-child(3n+1) {clear:left;}
.grid-8 .grid-4:nth-child(3n+1),
.grid-8 .grid-2:nth-child(3n+1) {clear:none;}
.grid-8 .grid-4:nth-child(odd),
.grid-8 .grid-2:nth-child(4n+1) {clear:left;}

/* Grid 1080px */
.wrapper{width:1020px}
.grid-1{width:60px}.grid-2{width:150px}.grid-3{width:240px}.grid-4{width:330px}.grid-5{width:420px}.grid-6{width:510px}.grid-7{width:600px}.grid-8{width:690px}.grid-9{width:780px}.grid-10{width:870px}.grid-11{width:960px}.grid-12{width:1030px}
.layout-boxed {max-width:1110px;}

/* Grid 960px (mediaqueries) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.wrapper{width:930px}
.grid-1{width:50px}.grid-2{width:130px}.grid-3{width:210px}.grid-4{width:290px}.grid-5{width:370px}.grid-6{width:450px}.grid-7{width:530px}.grid-8{width:610px}.grid-9{width:690px}.grid-10{width:770px}.grid-11{width:850px}.grid-12{width:910px}
.layout-boxed {max-width:990px;}
}
	
/*Grid 750px (mediaqueries)*/ 
@media only screen and (min-width: 751px) and (max-width: 959px) {
.wrapper{width:700px}
.grids{margin-left:-20px}
.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12{margin-left:20px}
.grid-1{width:40px}.grid-2{width:100px}.grid-3{width:160px}.grid-4{width:220px}.grid-5{width:280px}.grid-6{width:340px}.grid-7{width:400px}.grid-8{width:460px}.grid-9{width:520px}.grid-10{width:580px}.grid-11{width:640px}.grid-12{width:680px}
.layout-boxed {max-width:730px;}
.hiw {zoom: 0.7}

.col-md-635 {
    padding: 10px;
    display: block;
    float: left;
}

}
#scroll_top{display: none;}
/* Mobile (mediaqueries) */
@media only screen and (max-width: 750px){

	.countdown-area{
		/*width: 72%!important;*/
		margin: 0 auto;
	}
	#scroll_top{display: block;position: fixed;right: 10px;bottom: 10px;cursor: pointer;}
.grids,
.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12{width:100%;margin-left:0;margin-right:0}
html{font-size:1.125em}
body{-webkit-text-size-adjust:none}	
	.hiw {
		padding-left: 0px!important;
    	width: 100%!important;
	}
	.gday-top p, .gday-top .gday-content, .inspiration .col-md-635{
		padding: 5px!important;
		width: 100%!important;
	}

	.inspiration {
		height: 500px!important;
	}

	.inspiration .col-md-445{
		float: left;
	}

	.inspiration .button_bottom_create {
		text-align:center!important;
	}
	
	.wrap-social {
		
		margin-top: 65px;

	}

	.case-study-01 .button_bottom_create {
		text-align: center!important;
	}
	
	.col-md-635 {
		padding: 10px;
    	display: block;
    	float: left;
	}

	.case-study-02 .col-md-635 {
		background-color: #0075cc!important;
		padding-left: 0px!important;
		
	}
	
	.main-title-hiw {
		margin-top: 10px!important;
	}

	/*.inspiration img {
		height: 308px!important;
	}*/  

	.niche{
		height: 320px!important;
	}
	
	.keywords-01, .keywords-02, .keywords-03 {
		margin: 0px!important;
		clear: none!important;
		max-width: 100%!important;
	}

	
}


@media only screen and (min-width: 480px) and (max-width: 750px) {
	.slick-initialized .slick-slide {
		padding: 0px 27px!important;
	}
.wrapper{width:417px}
}

@media only screen and (max-width: 479px) {
.wrapper{width:335px}	
}
@media only screen and (max-width: 360px){
.wrapper{width:273px; font-size: 12px;}	

}

@media only screen and (max-width: 240px) {
.wrapper{width:200px}	
}

[class*="grid-"] .wrapper{width:100%}


.alignleft		{float:left}
.alignright		{float:right}
.aligncenter	{text-align:center;margin-left:auto;margin-right:auto;}
img.aligncenter	{margin-left:auto;margin-right:auto;display:block;padding-bottom: 50px;}

.text-left		{text-align:left}
.text-right		{text-align:right}
.text-center	{text-align:center; letter-spacing: 1px}

html .no-margin	{margin:0}

html .hidden	{display:none}

.grids:after,.clearfix:after,.grids:before,.clearfix:before{content:"";display:table}.grids:after,.clearfix:after{clear:both}.grids,.clearfix{zoom:1}
 
img{max-width:100%;height:auto;color:#c00;border:0;-ms-interpolation-mode:bicubic}
object,embed,video{max-width:100%}
svg:not(:root){overflow:hidden}
figure{margin:0}

.message,.logged-in-as,.comment-notes{display:block;padding:10px;margin-bottom:18px;color:#999;font-size:80%;font-weight:bold;text-align:center;line-height:18px;letter-spacing:.2em;border:1px dashed #ccc}
.message [class*="icomoon-"]{font-size:18px;position:relative;top:2px;left:5px;margin-right:15px}
.error{border-color:#fb5766}
.success{border-color:#83ba77}
.info [class*="icomoon-"]{color:#6cf}
.warning [class*="icomoon-"]{color:#f99}


/* Flex Slider */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:0}.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}
.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0)}.flexslider .slides {zoom:1}.flexslider .slides img{width:100%;display:block}.flex-pauseplay span{text-transform:capitalize}
.flex-viewport {max-height:2000px;-webkit-transition:all 1s ease; -moz-transition:all 1s ease; transition:all 1s ease}
.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}
.no-js .slides > li:first-child {display:block}

/* Sidebar in Mobile View */
#pageslide{position:absolute;top:0;left:0;z-index:100;visibility:hidden;width:55%;height:100%;background:#242628;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;-webkit-box-shadow:inset -1.5em 0 1.5em -.75em rgba(0,0,0,.5);-moz-box-shadow:inset -1.5em 0 1.5em -.75em rgba(0,0,0,.5);box-shadow:inset -1.5em 0 1.5em -.75em rgba(0,0,0,.5)}
#pageslide .block{padding:1.25em;border-bottom-width:3px;border-bottom-style:solid}#close-pageslide,#open-pageslide{display:none;border:none;padding:0;margin:0;font-size:28px;line-height:49px;text-decoration:none}#close-pageslide{width:100%;color:#8c919b;text-align:center}#pageslide .menu{margin:-1.25em}#pageslide .menu li{position:relative;margin:0;padding:0;list-style:none;border-bottom:none;border-top-width:1px;border-top-style:solid}#pageslide .menu li a{outline:0;display:block;padding:1.5em 1.25em;letter-spacing:.2em;text-decoration:none;text-transform:uppercase;font:400 12px Arial,Helvetica,sans-serif}#pageslide .menu li a:focus,#pageslide .menu li a:hover{text-decoration:none;color:rgba(255,255,255,1);background:rgba(255,255,255,.1)}#pageslide .sub-menu{display:none}#pageslide .menu .plus:before{content:"+";font-size:24px;font-family:Arial;display:block;width:50px;height:50px;line-height:50px;box-sizing:border-box;border:1px solid rgba(255,255,255,.1);border-top:none;border-bottom:none;text-align:center;position:absolute;right:0;top:0;z-index:999;cursor:default}#pageslide .menu .plus.expanded:before{content:"_";line-height:26px}#pageslide .menu .sub-menu a{font-size:90%;padding:2.2em}#pageslide .menu .sub-menu .sub-menu a{font-size:80%;padding-left:6em}#pageslide .sub-menu figure{display:none}

@media only screen and (max-width: 960px){	
body{position:relative;overflow:hidden}#site{position:relative;left:0;z-index:99;height:100%;-webkit-transition:-webkit-transform .5s;-moz-transition:-moz-transform .5s;transition:transform .5s}.site-content{position:relative;-webkit-backface-visibility:hidden}
.main-menu,.secondary-menu{display:none}
#open-pageslide,#close-pageslide{display:block}
.layout-boxed #open-pageslide{margin-left:5%}

	.wrap-social {
		margin-top: 65px;
	}

	
}
.csstransforms3d .st-menu-open #site{-webkit-transform:translate3d(55%,0,0);-moz-transform:translate3d(55%,0,0);transform:translate3d(55%,0,0)}.csstransforms3d #pageslide{z-index:1;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.st-menu-open #pageslide{visibility:visible;-webkit-transition:-webkit-transform .5s;transition:transform .5s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.csstransforms3d #pageslide::after{display:none}.no-csstransforms3d .st-menu-open #site{left:70%}#site::after{position:absolute;top:0;right:0;width:0;height:0;background:rgba(0,0,0,.2);content:'';opacity:0;-webkit-transition:opacity .5s,width .1s .5s,height .1s .5s;transition:opacity .5s,width .1s .5s,height .1s .5s}.st-menu-open #site::after{width:100%;height:100%;opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s}#pageslide::after{position:absolute;top:0;right:0;width:100%;height:100%;background:rgba(0,0,0,.2);content:'';opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s}.st-menu-open #pageslide::after{width:0;height:0;opacity:0;-webkit-transition:opacity .5s,width .1s .5s,height .1s .5s;transition:opacity .5s,width .1s .5s,height .1s .5s}

/* CSS animation */
.animated{-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-duration:1.2s;animation-duration:1.2s}
@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}

#branding{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-delay:.2s;animation-delay:.2s}.
main-menu-container{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-delay:.5s;animation-delay:.5s}
#content{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-delay:.8s;animation-delay:.8s}
#footer{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-delay:1.2s;animation-delay:1.2s}

/* WordPress Core */
/* Calendar */
#wp-calendar{width:100%;border:1px solid}#wp-calendar tr{background:0}#wp-calendar td{padding:1%}#wp-calendar caption{font-weight:bold;font-size:100%;text-align:center;margin:0 0 5px}#wp-calendar thead{border-bottom:1px solid}#wp-calendar thead th{height:30px;font-weight:normal}#wp-calendar tbody{border-bottom:1px solid}#wp-calendar tbody td{font-size:120%;text-align:center}#wp-calendar tbody td#today{color:#F36}#wp-calendar tbody td a{display:block;height:26px;line-height:26px;text-decoration:none;border:1px solid}#wp-calendar tfoot{font-size:90%;text-transform:uppercase}#wp-calendar tfoot #next{text-align:right}
img.alignleft,.wp-caption.alignleft{margin-right:1.5em}
img.alignright,.wp-caption.alignright{margin-left:1.5em}
.wp-caption.alignleft img,.wp-caption.alignright img{margin-left:0;margin-right:0}

/* Icons */
@font-face {font-family:'icomoon';src:url('fonts/icomoon.eot')}
@font-face {font-family:'icomoon';src:url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),
		 url(data:application/font-woff;charset=utf-8;base64,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) format('woff');font-weight:normal;font-style:normal}

[class*=icomoon-],[class^=icomoon-]{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:icomoon;src:url(fonts/icomoon.svg#icomoon) format('svg')}}

.icomoon-bloglovin:before{content:"\e621"}.icomoon-google:before{content:"\e61e"}.icomoon-gmail:before{content:"\e61c"}.icomoon-myspace:before{content:"\e61f"}.icomoon-digg:before{content:"\e61d"}.icomoon-camera:before{content:"\e600"}.icomoon-tag:before{content:"\e601"}/* .icomoon-menu:before{content:"\e602"} */.icomoon-info:before{content:"\e603"}.icomoon-plus:before{content:"\e620"}.icomoon-arrow-right:before{content:"\e622"}.icomoon-arrow-left:before{content:"\e623"}.icomoon-youtube:before{content:"\e604"}.icomoon-wordpress:before{content:"\e605"}.icomoon-blogger:before{content:"\e606"}.icomoon-yahoo:before{content:"\e607"}.icomoon-reddit:before{content:"\e608"}.icomoon-delicious:before{content:"\e609"}.icomoon-music:before{content:"\f001"}.icomoon-search:before{content:"\f002"}.icomoon-pencil:before{content:"\f040"}.icomoon-chevron-left:before{content:"\f053"}.icomoon-chevron-right:before{content:"\f054"}.icomoon-remove-sign:before{content:"\f057"}.icomoon-warning:before{content:"\f071"}.icomoon-chevron-up:before{content:"\f077"}.icomoon-camera-retro:before{content:"\f083"}.icomoon-envelope:before{content:"\f0e0"}.icomoon-app-net:before{content:"\f170"}.icomoon-apple:before{content:"\f179"}.icomoon-windows:before{content:"\f17a"}.icomoon-android:before{content:"\f17b"}.icomoon-share:before{content:"\e60a"}.icomoon-feed:before{content:"\e60b"}.icomoon-flickr:before{content:"\e60c"}.icomoon-vimeo:before{content:"\e60d"}.icomoon-twitter:before{content:"\e60e"}.icomoon-facebook:before{content:"\e60f"}.icomoon-google-plus:before{content:"\e610"}.icomoon-pinterest:before{content:"\e611"}.icomoon-tumblr:before{content:"\e612"}.icomoon-linkedin:before{content:"\e613"}.icomoon-dribbble:before{content:"\e614"}.icomoon-stumbleupon:before{content:"\e615"}.icomoon-lastfm:before{content:"\e616"}.icomoon-instagram:before{content:"\e617"}.icomoon-skype:before{content:"\e618"}.icomoon-picasa:before{content:"\e619"}.icomoon-soundcloud:before{content:"\e61a"}.icomoon-behance:before{content:"\e61b"}

/* Print */
@media print{	
.no-print{display:none!important}*{background-color:#fff;color:#000;text-shadow:none!important}body{font-size:.75em}.wrapper{width:75%;margin:0 auto}#footer,.entry-category,.fluid-width-video-wrapper,.single-box,.slide-dock{display:none}.entry-content{display:block}.logo img{position:static}.page #content .column-1,.single #content .column-1{width:100%}.page #content .column-2,.single #content .column-2{display:none}.message{border:0;font-weight:700}a:link:after,a:visited:after{content:"(" attr(href)")";font-size:smaller}.video-wrapper:after,object:after{content:"Flash/video content.";display:block;font-weight:700;margin-bottom:1.5em}
}

/*
 * Global
 */
.menu a,
a:hover,
.entry-meta a,
.entry-title a,
.entry-image a,
.widget_pages a,
.related-posts a,
.comment-reply-link,
.widget_categories a,
.widget-post-title a,
a[class*="read-more"],
.comments li .vcard a,
.widget_recent_entries a,
.widget_recent_comments a {
	text-decoration:none;
}

.widget_pages a:hover,
.comment-reply-link:hover,
.widget_categories a:hover,
.comments li .vcard a:hover,
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.page-header .entry-meta a:hover {
	text-decoration:underline;
}

nav li,
input#s,
.tagline,
.sub-title,
.widget h3,
.entry-header,
.comment-box label,
.section-header,
.comment-meta,
.comment .vcard,
.widget-post-title,
.widget_pages li,
.widget_nav_menu li,
.widget_categories li,
.comment-reply-link,
#submit,
.widget h4,
.copyright,
.entry-meta,
.top-strip nav,
input[type="submit"],
[class*="read-more"],
.slide-dock h4,
.related-posts h4,
.secondary-menu li,
.sub-menu li {
	
}

.entries .entry-title,
.entries .entry-header {
	letter-spacing:0.05em;
}

nav li,
input#s,
.tagline,
.sub-title,
.widget h3,
.entry-title,
.vcard.author,
.entry-header,
.comment .vcard,
.comment-box label {
	font-size:18px;
}

#submit,
.widget h4,
.copyright,
.entry-meta,
.comment-meta,
input[type="submit"],
[class*="read-more"],
.slide-dock h4,
.related-posts h4,
.secondary-menu li,
.widget-post-title {
	font-size:12px;
}

.sub-menu li {
	font-size:10px;
}

.single-title .entry-title {
	letter-spacing:normal;
}

.title-with-bg,
.title-with-sep {
	line-height:100%;
}

.title-with-bg .title,
.title-with-bg .entry-title,
.title-with-sep .title,
.title-with-sep .entry-title,
.classic-layout .entry-title a {
	font-size:100%;
}
	
.title-with-sep .title,
.title-with-sep .entry-title {
	display:inline-block;
	line-height:120%;
	margin-left:20px;
	margin-right:20px;
	padding-left:20px;
	padding-right:20px;
	background-color:#fff;
}

.format-bg .title-with-sep {
	background-image:none;
}

.format-bg .title-with-sep .title,
.layout-full .format-bg .title-with-sep .title {
	background-color:transparent;
}

#submit,
.read-more,
input[type="submit"],
.classic-layout .read-more-link {
	color:#000;
	background:none;
	padding:14px 25px 12px;
	border:3px solid #000;
	position:relative;
}
	/*#submit:hover,
	.read-more:hover,
	input[type="submit"]:hover, */
	.classic-layout .read-more-link:hover{
		box-shadow:3px 3px 0 #000;
	}
	
	#submit:active,
	.read-more:active,
	input[type="submit"]:active,
	.classic-layout .read-more-link:active {
		top:1px;
		box-shadow:1px 1px 0 #000;
	}

[class*="read-more"] {
	position:relative;
	line-height:100%;
	display:inline-block;	
}

.read-more {
	letter-spacing:2px;
	font-size:14px;
	padding:15px 30px;
}

.read-more-link {
	margin-top:15px;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
	width:100%;
	padding:10px;
	border:1px solid #ccc;
}

/*
 * Colors
 */
body {
	color:#444;
}

a,
.title-with-sep{
	color:#000;
}
	
.layout-boxed .site-content {
	background:#fff;
}

.copyright,
.copyright a,
#pageslide a,
.comment-meta a,
.comment-box label,
.comment-reply-link,
.comment-reply-login,
.widget-post-title a,
.single-rating .description,
.widget-posts-entries span a{
	color:#8c919b;
}



.sidebar #wp-calendar,
.sidebar #wp-calendar tbody,
.sidebar #wp-calendar thead,
.sidebar .widget_rss li,
.sidebar .widget_pages li,
.sidebar .widget_nav_menu li a,
.sidebar .widget_categories ul li,
.sidebar .widget_recent_entries li,
.sidebar .widget_recent_comments li,
.sidebar .widget_ti_latest_comments li a {
	border-color:#ddd;
}
	
.copyright {
	background-color:rgba(0,0,0,0.1)
}
	.color-site-white .copyright {
		background-color:rgba(0,0,0,0)
	}

.tagline,
.sub-title,
.entry-meta,
.entry-meta a,
#open-pageslide,
#close-pageslide,
.cat-description {
	color:#fff;
}

#pageslide {
	color:#8c919b;
	background:#242628;			
}

#pageslide .block,
#pageslide .menu,
#pageslide .menu li {
	border-color:#343133;
}

.title-with-bg,
.title-with-bg a,
.title-with-bg .read-more,
.title-with-bg .sub-title,
.title-with-bg .entry-title,
.content-over-image,
.content-over-image a,
.content-over-image .read-more,
.content-over-image .entry-meta,
.content-over-image .entry-title {
	color:#fff;
}

.title-with-bg .read-more,
.content-over-image .read-more {
	border-color:#fff;
}


/*
 * Header 
 */
.top-strip {
	height: 50px;
}
	.layout-boxed .top-strip {
		max-width:1110px;
	}

.color-site-white {
	padding-top:20px;
}
	
#branding {
	margin-top:10px;
	margin-bottom:0px;
	display: none;
}

.header .inner {
	display:table;
	width:100%;	
}

.header .inner-cell {
	display:table-cell;
	vertical-align:middle;
}

.tagline,
.logo img {
	display:block;
	display: none;
}

	.header-search .social {
		float:right;	
	}
	
	.search-form-cell {
		width:140px;	
	}
	
	.header-banner .ad-block {
		float:right;	
	}
	
.header-default {
	text-align:center;	
}	
	.header-banner .logo,
	.header-default .logo {
		max-width:100%;
		display:inline-block;	
	}
	
/* 
 * Menus
 */
.main-menu .menu,
.secondary-menu .menu {
	font-size:0;
}

.main-menu li,
.secondary-menu li {
	display:inline-block;	
}

.main-menu > ul > li > a,
.secondary-menu > ul > li > a {
	position:relative;
}

.main-menu .sub-menu,
.secondary-menu .sub-menu {
	position:absolute;
	top:-9999px;
	left:0;
	width:100%;
	z-index:999;
	box-sizing:border-box;
    opacity:0;
	-webkit-backface-visibility:hidden;
}

.main-menu li:hover > .sub-menu,
.secondary-menu li:hover > .sub-menu {
	opacity:1;
	transition:all 0s .2s;
}

.main-menu > ul > li:hover > .sub-menu,
.secondary-menu > ul > li:hover > .sub-menu {
	top:100%;
}

.main-menu .sub-menu a,
.secondary-menu .sub-menu a {
	display:block;
}

/* sub menu third level */
.sub-menu .sub-menu {
	left:160px;
}

.sub-menu .menu-item-has-children {
	position:relative;	
}

.main-menu li:hover .sub-menu .sub-menu,
.secondary-menu > ul > li > .sub-menu > li:hover > .sub-menu {
	top:0;
}

	.secondary-menu .sub-menu .menu-item-has-children > a:before,
	.sub-links-only .sub-menu .menu-item-has-children > a:before {
		content:"❯";
		font-size:10px;
		font-family:Arial;
		display:block;
		text-align:center;
		position:absolute;
		right:10px;
		top:50%;
		margin-top:-7px;
		z-index:999;
		cursor:default;
	}

/* main menu */
.main-menu-container {
	position:relative;
	z-index:997;	
}

.main-menu {
	position:relative;
	z-index:998;
}
	
.main-menu > ul {
	text-align:center;
}

	.main-menu > ul > li:after {
		content:"/";
		font:normal 24px/24px Helvetica, Arial;
		display:block;
		float:left;
		width:6px;
		margin-top:14px;
	}
		.main-menu > ul > li:last-child:after {
			display:none;
		}
	
.main-menu > ul > li > a {
	height:50px;
	line-height:50px;
	padding-left:15px;
	padding-right:15px;
	display:block;
	float:left;
}
	.main-menu > ul > .link-arrow > a:after {
		content:"";
		position:absolute;
		left:40%;
		bottom:0;
		border-width:0 10px 10px;
		border-style:solid;
		border-color:transparent transparent #000;
		width:0;
		z-index:999;
		opacity:0;
	}
		.main-menu > ul > .link-arrow:hover > a:after {
			opacity:1;
			transition:all 0s .2s;
		}
		

/* main menu sub-menu */	
html .main-menu > ul > li > .sub-menu {
	border-top-width:3px;
}
		
.main-menu > ul > li > .sub-menu {
	padding-top:20px;
}
	.main-menu .sub-links {
		display:none;
	}
	
	.main-menu .sub-menu li,
	.main-menu .sub-menu .sub-links {
		display:block;
	}
		.main-menu .sub-menu .sub-links a {
			position:relative;
			padding:12px;
			line-height:16px;
		}
			
			.main-menu .sub-menu .sub-links a:after {
				content:"";
				display:block;
				position:absolute;
				left:0;
				bottom:0;
				width:100%;
				height:1px;
			}
				.main-menu .sub-links-only .sub-menu .sub-links li:last-child a:after {
					display:none;
					margin-bottom:12px;
				}

/* sub menu posts */
.main-menu .sub-menu .sub-posts {
	float:left;
	width:100%;
	padding:15px 0 30px;
}
	.main-menu .sub-menu .sub-posts li {
		float:left;
		width:30%;
		margin-left:2.5%;
	}
	.main-menu .sub-menu .sub-posts li figure {
		height:156px;
		overflow:hidden;
		margin-bottom:15px;
	}
		.main-menu .sub-menu-full-width .sub-menu .sub-posts figure {
			height:197px;
		}

/* sub menu "two columns" layout */
.main-menu .sub-menu-two-columns .sub-menu .sub-links {
	float:left;
	width:25%;
	text-align:left;
	padding-bottom:20px;
}

.main-menu .sub-menu-two-columns .sub-menu .sub-posts {
	width:75%;
	float:right;
}
	.main-menu .sub-menu-two-columns .sub-menu .sub-links a {
		padding-left:25px;
		padding-right:25px;
	}
	
	.main-menu .sub-menu-two-columns .sub-menu .sub-links .sub-links {
		float:none;
		width:95%;
		margin-left:5%;
		padding-bottom:0;
	}

	.main-menu .sub-menu-two-columns .sub-menu .sub-links .sub-links a:after {
		left:-5%;
		width:105%;
	}

.main-menu .sub-menu-two-columns > .sub-menu:before,
.main-menu .sub-menu-two-columns > .sub-menu:after {
   content:"";
   position:absolute;
   z-index:-1;
   top:0;
   width:100%;
   height:100%;
}
	.main-menu .sub-menu-two-columns > .sub-menu:before {
		left:0;
		width:25%;
	}
	.main-menu .sub-menu-two-columns > .sub-menu:after {
		right:0;
		width:75%;
	}
	
/* sub menu "columns" layout */	
.main-menu .sub-menu-columns .sub-menu .sub-menu,
.main-menu .sub-menu-two-columns .sub-menu .sub-menu {
	position:static;
	opacity:1;
}
	
.main-menu > ul > .sub-menu-columns > .sub-menu > .sub-links {
	width:100%;
	float:left;
	text-align:left;
}
	.main-menu > ul > .sub-menu-columns > .sub-menu > .sub-links > li {
		float:left;
		margin:0 2%;
	}
		
.main-menu > ul > .sub-menu-columns > .sub-menu > .sub-links > li > a {
	font-size:130%;
}

.main-menu > ul > .sub-menu-columns-1,
.main-menu > ul > .sub-menu-columns-2,
.main-menu > ul > .sub-menu-columns-3 {
	position:relative;
}

.main-menu > ul > .sub-menu-columns-2 > .sub-menu {
	width:400px;
	left:50%;
	margin-left:-200px;
}

.main-menu > ul > .sub-menu-columns-3 > .sub-menu {
	width:600px;
	left:50%;
	margin-left:-300px;
}
	.main-menu > ul > [class*="sub-menu-columns-"]:first-child > .sub-menu {
		left:0;
		margin-left:0;
	}

	.main-menu > ul > [class*="sub-menu-columns-"]:last-child > .sub-menu {
		left:auto;
		right:0;
		margin-left:0;
	}
		.main-menu > ul > [class*="sub-menu-columns-"] > .sub-menu > .sub-links > li {
			width:21%;
			margin-bottom:30px;
			
		}
			.main-menu > ul > [class*="sub-menu-columns-"] > .sub-menu {
				padding-bottom:0;	
			}
		
		.main-menu > ul > .sub-menu-columns-2 > .sub-menu > .sub-links > li {
			width:46%;
		}
		
		.main-menu > ul > .sub-menu-columns-3 > .sub-menu > .sub-links > li {
			width:29%;
		}
		
		.main-menu > ul > [class*="sub-menu-columns-"] > .sub-menu > .sub-links > li:nth-child(4n+1) {
			clear:left;
		}
	
/* sub menu "links only" layout */	
.main-menu > ul > .sub-links-only {
	position:relative;
}
	.main-menu .sub-links-only .sub-menu {
		padding-top:0;
		padding-bottom:0;
		box-sizing:content-box;	
	}
		.main-menu .sub-links-only .sub-menu li {

		}
	
	.main-menu > ul > .sub-links-only > .sub-menu {
		width:160px;
		left:50%;
		margin-left:-85px;
		text-align:left;
	}

/* secondary menu */
.secondary-menu {
	margin-left:-1px;	
}
	.secondary-menu li {
		border-style:dotted;
		border-width:0;
	}
	
	.secondary-menu > ul > li {
		position:relative;
		line-height:49px;
		border-right-width:1px;
	}
	
	.secondary-menu > ul > li:first-child {
		border-left-width:1px;
	}
	
	.secondary-menu > ul > li a {
		padding:12px 15px;
	}
	
	.secondary-menu .sub-menu {
		width:160px;
	}
	
	.secondary-menu .sub-menu li {
		line-height:14px;
		display:block;
		border-top-width:1px;
	}
		.secondary-menu .sub-menu li:first-child {
			border-top:none;
		}
		
	.color-site-white .secondary-menu li {
		border:none;
	}
		
	.color-site-white .secondary-menu .sub-menu {
		border:3px solid #000;
		box-sizing:content-box;
	}

	.color-site-white .secondary-menu .sub-menu li:first-child {
		position:relative;
		
	}
		.color-site-white .secondary-menu .sub-menu li:first-child:after,
		.color-site-white .secondary-menu .sub-menu li:first-child:before {
			bottom:100%;
			border:solid transparent;
			content:"";
			height:0;
			width:0;
			position:absolute;
			pointer-events:none;
			border-style:solid;
		}
		
		.color-site-white .secondary-menu .sub-menu li:first-child:after {
			border-bottom-color:#fff;
			border-width:5px;
			left:25%;
			margin-left:-5px;
		}
		
		.color-site-white .secondary-menu .sub-menu li:first-child:before {
			border-bottom-color:#000;
			border-width:9px;
			left:25%;
			margin-left:-9px;
		}
		
			.color-site-white .secondary-menu .sub-menu .sub-menu li:first-child:after,
			.color-site-white .secondary-menu .sub-menu .sub-menu li:first-child:before {
				display:none;
			}
			
			.color-site-white .secondary-menu > ul > li > .sub-menu > li:hover > .sub-menu {
				top:-3px;	
			}

.sticky-active .main-menu-fixed {
	opacity:0.95;
	z-index:9999;
	background-color:#fff;
	border-top:none;
	border-bottom:1px solid #000;
	-webkit-backface-visibility:hidden;
}

.sticky-active .main-menu-fixed nav {
	margin:auto;
	border-top:0;
	border-bottom-width:0;
}


/* 
 * Content
 */
#content {
	min-height:300px;
	margin-bottom:0px;
}

/* 
 * Footer
 */
#footer {}

#footer .advertisement {
	margin:0;
	padding:30px 0;
	text-align:center;
}

.copyright {
	padding:30px 0;
	line-height:2em;	
}

.copyright .back-top {
	font-size:70%;
	text-align:right;
}

/* 
 * Home Page Blocks
 */
.home-section {
	
}

.with-sidebar .home-section {
	width:100%;
}

.home-section,
.home-section .section-header {
	margin-bottom:30px;
}
	.latest-post,
	.latest-reviews,
	.category-posts,
	.featured-posts {
		margin-bottom:0;	
	}

.home-section .section-header {
	text-align:center;
}

.sub-title {
	display:block;	
}

.format-bg {
	padding:30px;
	box-sizing:border-box;
}

.latest-posts .masonry-layout .hentry,
body:not(.home) .masonry-layout .hentry {
	padding-bottom:27px;
	border-bottom:3px solid #000;
}

.title-text {
	text-align:center;
	margin-bottom:30px;	
}

.advertising {
	text-align:center;
}

.advertising img {
	display:block;
	margin:0 auto;	
}

.composer-button {
	text-align:center;
	margin-bottom:60px;
}

/* Full width Image */
.title-with-bg {
	padding:200px 0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
}

/* All News button */	
.all-news-link {
	margin:60px auto 30px;
}
	
	.all-news-link .read-more {
		display:block;
		max-width:690px;
		padding:20px 0;
		margin-left:auto;
		margin-right:auto;
		font-size:100%;
		line-height:100%;
		text-align:center;
		border:none;
	}


/* 
 * Sliders ( global )
 */
.flexslider {
	overflow:hidden;
	position:relative;
}

.flexslider .slides li {
	position:relative;
}

.flexslider li img.alter {
	background:#242628;
}

.flex-direction-nav a,
#gallery-carousel .carousel-nav {
	position:absolute;
	bottom:0;
	z-index:998;
	font-size:14px;
	text-decoration:none;
	background:url("images/pixel.gif");	
}

#gallery-carousel .carousel-nav,	
.posts-slider .flex-direction-nav a {
	color:#fff;
	font-size:28px;
	display:block;
	width:54px;
	height:54px;
	line-height:55px;
	text-align:center;
	top:50%;
	margin-top:-32px;		
}
	#gallery-carousel .prev,
	.posts-slider .flex-prev {
		left:5%;
	}
	
	#gallery-carousel .next,
	.posts-slider .flex-next {
		right:5%;
	}
	
	#gallery-carousel .carousel-nav:hover .carousel-nav {
		box-shadow:3px 3px 0 #000;		
	}

.posts-slider.loading {
	background:url("images/loading.gif") no-repeat center;
}


/* 
 * Posts Slider
 */
.posts-slider li,
.posts-slider .flex-viewport {
	margin-bottom:30px;
}
		
.posts-slider .entry-title {
	line-height:120%;
}

.slider-latest .posts-slider .slides li {
	height:460px;
}
	.grid-8 .posts-slider .entry-title,
	.slider-latest .posts-slider .entry-title,
	.slider-latest .entries .content-over-image .entry-title {
		font-size:26px;
	}
	
	.grid-8 .posts-slider .flex-direction-nav a,
	.slider-latest .posts-slider .flex-direction-nav a {
		font-size:18px;
		width:36px;
		height:36px;
		line-height:36px;
		margin-top:-32px;	
	}

	.grid-8 .posts-slider .entry-header .read-more,
	.grid-8 .posts-slider .entry-header .entry-meta,
	.slider-latest .posts-slider .entry-header .read-more,
	.slider-latest .posts-slider .entry-header .entry-meta {
		font-size:80%;	
	}

/*
 * Slider and two Latest Posts
 */
.slider-latest {
	margin-bottom:0;	
}

.slider-latest .entries article {
	overflow:hidden;
	max-height:215px;
	margin-bottom:30px;
}

.with-sidebar .wrapper:not(.slider-under-menu) .slider-latest .grids,
.with-sidebar .wrapper:not(.slider-under-menu) .slider-latest .columns {
	width:100%;
	margin-left:0;
}
	.with-sidebar .wrapper:not(.slider-under-menu) .slider-latest .entries article {
		width:48%;
		float:right;
	}
	
	.with-sidebar .wrapper:not(.slider-under-menu) .slider-latest .entries article:first-child {
		float:left;
		margin-bottom:0;
	}


/* 
 * Native WP Gallery
 */
.gallery-item img {
	border:none !important;
}

/* 
 * Custom Gallery
 */
.custom-gallery .gallery-item {
	float:left;
	width:98%;
	height:450px;
	margin-bottom:1%;
	position:relative;
}

.custom-gallery .gallery-item:not(:nth-child(4n+1)) {
	width:32%;
	margin-right:1%;
	height:200px;
}

/* Old IE support */
.oldie .custom-gallery .row .gallery-item {
	width:32%;
	height:200px;
}

.custom-gallery .gallery-item .gallery-caption {
	position:absolute;
	left:0;
	bottom:0;
	width:98%;
	padding:5px 1%;
	font-size:90%;
	line-height:110%;
	text-align:center;
	color:#fff;
	background:#555;
	background:rgba(0,0,0,0.5);
}

/*
 * Gallery Carousel
 */
#gallery-carousel {
	height:100%;
	overflow:hidden;
	position:relative;
}

#gallery-carousel .carousel {
	width:9999px;	
}

#gallery-carousel .gallery-item {
	float:left;	
	margin:0 5px 0 0;
	position:relative;
}
	
/* 
 * Sliders and Gallery content
 */	
.content-over-image {
	position:relative;
}

.content-over-image .entry-link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	z-index:2;
}

.content-over-image [class*="-header"] {
	position:absolute;
	top:0;
	left:15%;
	width:70%;
	height:100%;
}

	.content-over-image [class*="-header"] .inner {
		width:100%;
		height:100%;
		display:table;
	}
	
	.content-over-image [class*="-header"] .inner-cell {
		width:100%;
		height:100%;
		display:table-cell;
		vertical-align:middle;
	}
			
		.content-over-image a {
			text-decoration:none;	
		}
			
		.content-over-image img {
			display:block;
		}
		
		.content-over-image .entry-meta {
			margin-bottom:10px;
		}
		
		.content-over-image .read-more {
			margin-top:40px;
		}
		
		.content-over-image .read-more,
		.content-over-image .entry-meta,
		.content-over-image .entry-title {
			position:relative;
			z-index:3;
		}
		
		.content-over-image .author a:hover,
		.content-over-image .entry-author a:hover,
		.content-over-image .entry-category a:hover {
			border-bottom:2px solid #fff;
		}
		

.content-over-image .flex-direction-nav a:hover {
	box-shadow:3px 3px 0 #000;
	text-shadow:3px 3px 0 #000;
}

.content-over-image figure:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	-webkit-transition:opacity .2s linear;
	   -moz-transition:opacity .2s linear;
	    -ms-transition:opacity .2s linear;
	     -o-transition:opacity .2s linear;
	        transition:opacity .2s linear;
	-webkit-backface-visibility:hidden;
}

/*
	font family.
*/
.entry-summary .product-detail p strong, .product-detail p{
	font-family: Lato !important;
}
.product-detail{
	/*margin-top: -150px;*/
}
.out-of-stock{
	font-family: Lato !important;
}

/* 
 * Posts ( global )
 */
.entry-header {
	text-align:center;
}
		
	.entry-header .entry-meta .author:after,
	.entry-header .entry-meta .entry-date:after,
	.entry-header .entry-meta .entry-category:after,
	.posts-slider .entry-header .entry-meta .entry-author:after {
		content:"/";
		padding:0 5px;
	}
		.entry-header .author:last-child:after,
		.entry-header .entry-meta .entry-date:last-child:after,
		.entry-header .entry-category:last-child:after {
			content:"";	
		}
	
	.entry-header .vcard.author {
		font-size:100%;
	}

.entries .hentry {
	text-align:center;
	margin-bottom:30px;
}

.entries .hentry .entry-meta {
	margin-top:10px;	
}

.entries .hentry .entry-title {
	margin-top:5px;
	line-height:150%;	
}

.entries .hentry .entry-author {
	font-size:12px;
}

.entries .hentry .entry-header .vcard.author {
	display:block;
	font-size:12px;
	margin-top:5px;
}

.entries .hentry .entry-summary {
	margin-top:5px;
}

.entries .hentry .entry-header .vcard.author:after {
	content:"";
	padding:0;	
}

.entries .format-audio iframe {
	width:100% !important;
}

/* Images */
.entry-image a,
.entry-image img {
	display:block;
}

.entries .entry-image {
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}
	.entries .entry-image [class*="icomoon-"] {
		font-size:24px;
		position:absolute;
		left:50%;
		top:50%;
		width:80px;
		height:80px;
		margin:-40px 0 0 -40px;
		line-height:80px;
		color:#fff;
		background:#000;
		border-radius:50%;
		opacity:0.5;
		text-align:center;
		transition: opacity 0.1s ease;
	}

	.entries .entry-image:hover [class*="icomoon-"] {
		opacity:1;
	}
	
	.entries .entry-image img {
		width:100%;
	}
	
	.entries .entry-image img:hover {
		-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter:alpha(opacity=50);
	}
	
	
/* Image Caption*/
.image-caption {
	opacity:0;
	position:absolute;
	z-index:999;
	left:0;
	bottom:0;
	width:90%;
	padding:20px 5%;
	font:italic 16px Georgia, serif;
	line-height:24px;
	letter-spacing:0.1em;
	color:#fff;
	background:#000;
	background:rgba(0,0,0,0.8);
	transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
}

figure .icon:before {
	opacity:1;
	content:"i";
	position:absolute;
	z-index:999;
	right:0;
	bottom:0;
	background:#000;
	color:#fff;
	display:block;
	width:28px;
	height:28px;
	text-align:center;
	font:italic 14px/28px Georgia, serif;
}

figure:hover .icon:before {
	opacity:0;
}

figure:hover .image-caption {
	opacity:1;
}

.advertisement {
	text-align:center;
	margin-bottom:30px;
}

	.advertisement img{
		display:block;
		margin:auto;
	}


/* 
 * Posts Layouts
 */
.list-layout,
.list-layout .hentry,
.classic-layout,
.classic-layout .hentry {
	margin-left:0;
}

.list-layout .hentry,
.classic-layout .hentry {
	float:left;
	width:100%;
	padding-bottom:30px; 
}
	.list-layout .hentry:last-child,
	.classic-layout .hentry:last-child {
		padding-bottom:0;
	}
 
/* List */
.list-layout .hentry {
	border-bottom:1px solid #ddd; 
}
	.list-layout .hentry:last-child {
		border-bottom:none; 
	}

.list-layout .hentry,
.list-layout .entry-header {
	text-align:left;	
}

.list-layout .entry-image {
	float:left;
	width:47.8%;
	max-width:330px;
	margin-right:5%;
	margin-bottom:0;	
}

.list-layout .entry-summary {
	overflow:hidden;	
}

/* Classic Column */	
.classic-layout .author {
	margin-bottom:20px;
}
	
.classic-layout .entry-image {
	display:inline-block;
}

.classic-layout .hentry .entry-title {
	line-height:100%;
	margin-top:10px;
	margin-bottom:10px;
}

/* Grid */
/* ad between posts */
.post-ad img {
	display:block;	
	margin-left:auto;
	margin-right:auto;
}

/*
 * Pages
 */
.page-header {
	margin-bottom:30px;	
}
	.page-header .entry-meta {
		margin-bottom:5px;	
	}

.cat-description {
	max-width:690px;
	text-align:center;
	margin:-15px auto 45px;	
}

/*
 * Single
 */
.base-image,
.single .entry-media .video-wrapper {
	max-width:1020px;
	margin-left:auto;
	margin-right:auto;
	position:relative;	
}

	.single .entry-media img {
		display:block;
	}
	
	.base-image img,
	#gallery-carousel,
	.single .entry-media iframe,
	.single .entry-media .video-wrapper {
		margin-left:auto;
		margin-right:auto;
		margin-bottom:30px;
	}
	
	.single iframe[src*="soundcloud.com"] {
		display:block;
		width:100% !important;
		max-width:1050px !important;	
	}

.single-box {
	margin-bottom:60px;	
}
	.single-box .title,
	.comment-reply-title {
		text-align:center;
		margin-bottom:10px;
		text-transform:none;
	}

/* Single Post & Page post */
.single .entry-content {
	margin-bottom:30px;
	padding-bottom:30px;
	
}

.page-content iframe,
.entry-content iframe,
.page-content .fluid-width-video-wrapper,
.entry-content .fluid-width-video-wrapper {
	clear:both;
}

.single .single-box.entry-media iframe {
	width:100% !important;
}

.single-box.entry-media .wrapper {
	width:100%;		
}

	.ltr .entry-content > p:first-of-type:first-letter {
		font-size:70px;
		float:left;
		line-height:60px;
		padding:4px 12px 0 0;	
	}
	
	.page-content h1,
	.entry-content h1,
	.page-content h2,
	.entry-content h2,
	.page-content h3,
	.entry-content h3,
	.page-content h4,
	.entry-content h4,
	.page-content h5,
	.entry-content h5,
	.page-content h6,
	.entry-content h6 {
		margin-bottom:18px;
	}
	
	.title-text h1,
	.page-content h1,
	.entry-content h1 { 
		font-size:50px;
		line-height:54px;
	}

	.my-account-welcome {
		color: #0075cc;
    	font-size: 20px!important;
    	font-family: Lato Bold;
    	text-transform: uppercase;
		padding-top: 0px;
		margin-top:0px;
		line-height: 15px!important;
	}
	
	.title-text h2,
	.page-content h2,
	.entry-content h2 { 
		font-size:36px;
		font-weight: 900;
		line-height:40px;
	}
	
	.page-content h3,
	.entry-content h3 { 
		font-size:28px;
		line-height:32px;
	}
	
	.page-content h4,
	.entry-content h4 { 
		font-size:22px;
		line-height:26px;
	}
	
	.page-content h5,
	.entry-content h5 { 
		font-size:18px;
		line-height:22px;
	}
	
	.page-content h6,
	.entry-content h6 { 
		font-size:16px;
		line-height:18px;
		color: #ff3942;
	}
	
	.page-content p,
	.page-content li,
	.page .page-content hr,
	.entry-content p,
	.entry-content li,
	.entry-content hr {
		margin-bottom:18px;
	}

	.page-content ol,
	.page-content ul,
	.entry-content ol,
	.entry-content ul {
		padding-left:40px;
	}
	
	.page-content li,
	.entry-content li {
		padding-left:15px;
	}
		.page-content ul li,
		.entry-content ul li {
			list-style:square;
		}
		
		.page-content ol li,
		.entry-content ol li {
			list-style:decimal;
		}
	
	.page-content hr,
	.entry-content hr {
		border:0;
		height:0;
		border-bottom:1px solid #ddd;
		clear:both;
	}
	
	.page-content .wp-caption,
	.entry-content .wp-caption {
		max-width:100%;
	}
	
	.page-content .wp-caption .wp-caption-text,
	.entry-content .wp-caption .wp-caption-text{
		color:#8c919b;
		font-style:italic;
		text-align:center;
	}
	
	.page-content blockquote,
	.entry-content blockquote {
		color:#000;
		margin:0;
		padding:15px;
		font-size:22px;
		line-height:1.5em;
		quotes:"\201C""\201D""\2018""\2019";
	}
		.page-content blockquote:before,
		.entry-content blockquote:before {
			content:open-quote;
			font-size:4em;
			line-height:.1em;
			margin-right:.15em;
			vertical-align:-.4em;
		}
		
		.page-content blockquote:after,
		.entry-content blockquote:after {
			content:close-quote;
			font-size:4em;
			line-height:.1em;
			margin-left:.15em;
			vertical-align:-.7em;
		}
		
		.page-content blockquote p:first-child + p
		.entry-content blockquote p:first-child + p {
			margin-top:18px;
		}
		
		.page-content blockquote p:first-child,
		.page-content blockquote p:first-child,
		.entry-content blockquote p:last-child,
		.entry-content blockquote p:last-child {
			display:inline;
		}
	
	.single-rating {
		padding:10px;
		margin-bottom:30px;
		background:#f8f8f8;	
	}
		.single-rating .inner {
			padding:20px;
			border:1px solid #dfdfdf;	
		}
		
		.single-rating .title {
			border-bottom:none;
		}
		
		.single-rating .description {
			text-align:center;
			margin-bottom:20px;
		}
		
		.rating-score-box .score {
			width:74px;
			height:74px;
			padding:3px;
			margin:0 auto;
			border-radius:50%;
			position:relative;
		}
			.rating-score-box .score input {
				color:#8c919b;
				opacity:0.7;
				font:normal 29px/29px Arial, Helvetica, sans-serif;
				letter-spacing:-0.1em;
				width:76px;
				height:44px;
				left:0;
				top:50%;
				margin-top:-22px;
			}
			
			.oldie .rating-score-box .score input {width:80px;margin-top:-19px;}
			@media screen and (min-width:0\0) {.rating-score-box .score input {width:80px;}}

	
/* Tags */			
.tag-box {
	text-align:center;
	margin-bottom:30px;
	padding-top:30px;
	border-top:3px solid #000;
}

.tag-box a {
	margin:5px 10px;
	padding:0 10px;
	line-height:30px;
	display:inline-block;
	border:1px solid #000;
	text-decoration:none;
}
	
/* Social links */
.social-box {
	padding-top:30px;
	text-align:center;	
	border-top:3px solid #000;
}

.social-box li {
	margin-bottom:15px;
	display:inline-block;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
	
.social-box li a {
	position:relative;
	text-decoration:none;
}

.social-box li a:hover {
	text-decoration:underline;
}
	
	/* minimal */
	.social-minimal li {
		font-size:12px;
		padding-left:2%;
		padding-right:2%;
	}
	
	.social-minimal li:after {
		content:"|";
		position:relative;
		top:-1px;
		right:-15px;
		font-size:10px;
	}
	
	.social-minimal li:last-child:after {
		content:normal;
	}
	
	.social-minimal [class^="icomoon-"] {
		display:none;
	}

	/* colorful */	
	.social-colors li {
		font-size:11px;
	}	

	.social-colors [class^="share-"] a {
		display:block;
		color:#fff;
		background-color:#444;
		box-shadow:inset 0 -3px 0 rgba(0,0,0,0.2);
		border-radius:1px;
		padding:8px 16px 8px 10px;
	}
	
		.social-colors .share-facebook a {
			background-color:#306199;
		}
		
		.social-colors .share-twitter a {
			background-color:#26c4f1;
		}
		
		.social-colors .share-pinterest a {
			background-color:#b81621;
		}
		
		.social-colors .share-linkedin a {
			background-color:#007bb6;
		}
		
		.social-colors .share-gplus a {
			background-color:#d34836;
		}
		
		.social-colors .share-mail a {
			background-color:#3C9;
		}

	.social-colors li a:hover {
		box-shadow:none;
		text-decoration:none;
	}
	

/* Post Author */
.single-author-box .author-tabs-content {
	color:#666;
	font-size:90%;
	padding:10px;
}

.single-author-box .inner {
	padding:20px;
	border:1px solid #dfdfdf;	
}
	.single-author-box .avatar {
		float:left;
		width:11%;
		height:11%;
	}
		.single-author-box .avatar img {
			width:100%;
			height:auto;
		}

	.single-author-box .author-info,
	.single-author-box .author-social {
		margin-left:20%;
	}

	.single-author-box .author-info p {
		margin:5px 0;
	}

	.single-author-box .author-info ul {
		margin-top:10px;
		padding-left:20px;
		padding-right:20px;
	}

	.single-author-box .author-info li {
		margin:5px 0;
		list-style:square;
	}
	
	.author-social li {
		display:inline-block;
		margin-right:15px;
		font-size:80%;
		letter-spacing:0.2em;
	}
	
	.single-author-box .author-tabs-button {
		position:relative;
		bottom:-1px;
	}
	
		.single-author-box .author-tabs-button li {
			float:left;
			width:50%;
		}
		
		.single-author-box .author-tabs-button li a {
			display:block;
			font-size:14px;
			padding:8px 20px;
			text-align:center;
			text-decoration:none;
			outline:none;
		}
	
	.single-author-box .author-tabs-content,
	.single-author-box .author-tabs-button li a.active {
		background-color:#f8f8f8;
	}

/* Related Posts */
.related-posts {
	overflow:hidden;
	position:relative;
}
	
	.related-posts .item {
		float:left;
	}
	
	.related-posts .item img {
		display:block;
	}
	
	.related-posts .carousel-nav {
		position:absolute;
		top:5px;
		width:22px;
		line-height:22px;
		text-align:center;
		font-size:14px;
		text-decoration:none;	
	}
	
	.related-posts .carousel-nav:hover {
		color:#fff;
		background:#000;	
	}
	
	.related-posts .next {
		right:0;	
	}
	
	.related-posts .prev {
		right:26px;	
	}
	
	
/* Slide dock */
.slide-dock {
	position:fixed; 
	bottom:0; 
	right:-361px; 
	width:330px;
	padding-bottom:30px; 
	border:1px solid #000;
	z-index:9999;
	
	transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}

.slide-dock-on {
	transform:translate(-360px,0);
    -webkit-transform:translate(-360px,0);
    -o-transform:translate(-360px,0);
    -moz-transform:translate(-360px,0);
}

.slide-dock-off {
	transform:translate(360px,0);
    -webkit-transform:translate(360px,0);
    -o-transform:translate(360px,0);
    -moz-transform:translate(360px,0);
}

.no-csstransforms .slide-dock-on 	{right:0;}
.no-csstransforms .slide-dock-off 	{display:none;}

.close-dock {
	position:absolute;
	top:18px;
	left:30px;
	display:block;
	font-size:20px;
	text-decoration:none;	
}

.slide-dock h3 {
	padding:20px 0 0;	
}

.slide-dock h4 {
	margin-bottom:10px;
}

.slide-dock h4 a {
	text-decoration:none;
}

.slide-dock .entries {
	padding:0 30px 0;
	font-size:80%;	
}


/* The Next and Previous post links */
.nav-single {
	padding:30px 0;
	position:relative;
	border-top:3px solid #000;
	border-bottom:1px solid #000;
}
	.nav-next,
	.nav-previous {
		width:36%;
		padding:0 7%;
		text-align:center;
	}	
	.nav-next {
		float:right;
	}
	.nav-previous {
		float:left;
	}	
		.nav-next a,
		.nav-previous a {
			font-size:12px;
			display:block;
			font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
		}
		
		.nav-next [class^="icomoon-"],
		.nav-previous [class^="icomoon-"] {
			font-size:25px;
			position:absolute;
			top:50%;
			margin-top:-14px;
		}
		.nav-next [class^="icomoon-"] 		{right:0;}
		.nav-previous [class^="icomoon-"] 	{left:0;}

	.nav-single .sep {
		display:block;
		position:absolute;
		top:0;
		left:50%;
		width:1px;
		height:100%;
		border-left:1px dotted #444;
	}

/* Comments */
.comment-list .comment-body {
	position:relative;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}	
	.comment-list .comment-body .avatar {
		position:absolute;
		top:0;
		left:0;
	}

	.comment-list .comment-body .reply {
		position:absolute;
		top:0;
		right:0;
	}

.comment-list .comment-meta,	
.comment-list .comment-author {
	margin-left:80px;	
}

.comment-list .children {
	margin-left:30px;
}
	
.comment-list .comment-author .fn {
	font-style:normal;
}

.comment-list .form-submit,
.comment-list .comment-meta {
	margin-bottom:30px;
}

.comment-list .comment-meta a {
	text-decoration:none;	
}

.comment-edit-link:after{
	content:"\f040";
	font-size:16px;
	font-family:icomoon;
	padding:0 5px;
}

.comment-reply-link,
.comment-reply-login {
	font-size:12px;
}

.comment-form-url,
.comment-form-email,
.comment-form-author {
	margin-bottom:15px;	
}
	.comment-form-url input,
	.comment-form-email input,
	.comment-form-author input,
	.comment-form-comment textarea {
		border-color:#000;
	}
	
	.comment-form-url input:focus,
	.comment-form-email input:focus,
	.comment-form-author input:focus,
	.comment-form-comment textarea:focus {
		outline:0;
		box-shadow:3px 3px 0 #000;
	}

.comment-form-comment {
	margin-bottom:30px;	
}	

.form-allowed-tags,	
.comment-author .says {
	display:none;	
}

/*
 * Pagination
 */
.paging-navigation {
	margin-top:30px;
}

.paging-navigation .loop-pagination {
	padding:30px 0;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
	.loop-pagination a {
		display:inline-block;
		margin:0 5px;
	}
	
	.loop-pagination a,
	.loop-pagination span {
		color:#8c949c;
		font-size:16px;
		line-height:20px;
		padding:5px 10px;
		display:inline-block;
		text-decoration:none;
	}

	.loop-pagination a.next,
	.loop-pagination a.prev {
		color:#000;
		border:none;
	}
	
	.loop-pagination a.next:hover,
	.loop-pagination a.prev:hover {
		color:#fff;
		background:#000;	
	}
	
.link-pages {
	font-size:16px;
	margin-top:30px;
	padding-top:30px;
	text-align:center;
	border-top:1px solid #eee;
}
	
	.entry-content .link-pages h3 {
		font-size:20px;
	}

	.link-pages a {
		text-decoration:none;
	}
		
	.link-pages span{
		padding:5px 10px;
	}
		
	.link-pages a span {
		color:#8c949c;
		background:none;
	}

	.link-pages span,
	.link-pages a span {
		margin:0 5px;
	}


/* 
 * Author Page
 */	
.author-page .column-2 {
	float:right;	
}

.author-page .author-box {
	padding:3%;
	margin-bottom:30px;
	text-align:center;
	background:#f8f8f8;
}

.author-page .author-box .inner{
	padding:5%;
	border:1px solid #dfdfdf;
}

.author-page .author-box .avatar {
	margin-bottom:15px;
}

.author-page .author-box .author-info,
.author-page .author-box .author-info h1 {
	margin-bottom:30px;
}

.author-page .author-box .avatar img {
	display:block;
	margin:0 auto;
}

.author-page .author-box .author-social {
	display:inline-block;

}

.author-page .author-box .author-social li {
	margin:0;
	padding:0 8px;
}

.author-page .author-box .author-social li a {
	text-decoration:none;
	font-size:18px;
}


/* 
 * Search
 */
#searchform {
	position:relative;
}

#searchform input[type="text"] {
	padding-left:15px;
}
	
#searchform input,
#searchform button {
	padding:0;
	height:40px;
	border:none;
	background:none;
	
}

 

.oldie #searchform input {
	line-height:40px;
}

#searchform input {
	width:100%;
	outline:none;
	font-size:12px;	
}

#searchform button {
	position:absolute;
	right:2px;
	top:57%;
	width:30px;
	height:18px;
	z-index:99;
	margin-top:15px;
}

#masthead #searchform {
	width:130px;
	float: left;
}
.header_top_right{display: table;   float: right; padding-top: 0px; }

#menu-main-menus .menu-item{display: inline-block;padding: 15px 14px;}

.menu-item-type-custom {padding-left: 17px!important;}

#menu-main-menus .menu-item a{color: #fff; font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 500}
#menu-main-menus .menu-item a:hover, .top-welcome a:hover { text-decoration: none; color: #8FC7E8; }
.top-welcome{
	    float: right;
		color: #fff;
		
    	line-height: 50px;
	    padding-left: 10px;
}
.top-welcome a{color: #fff; font-family: Lato; font-size: 14px; text-transform: uppercase; font-weight: 500; padding-left: 15px; }


	#masthead #searchform input[type="text"] {
		width: 220px;
		position:absolute;
		top:12px;
		right:0;
		z-index:98;
		height:26px;
		border: 1px solid #92c7e7;
		border-radius: 6px;
		font-family:LATO; font-size: 14px;
		text-transform: uppercase;
		font-weight: 500;
		background-color: #92c7e7;
		color: #0075cc!important;
	}
	
#searchform button,
#searchform input[type="text"] {
	color:#fff;
	background:#92c7e7;
}
	
	#masthead .header-search #searchform input[type="text"],
	#masthead.color-site-white #searchform input[type="text"] {
		background:#fff;
		border:none;
		border:1px solid #000;	
	}

.color-site-white.top-strip #searchform {
	margin-top:-3px;
}

.color-site-white #searchform input[type="text"] {
	border-width:3px;
	border-style:solid;
}

.search-result-nav {
	margin-top:30px;	
}

/*
 * Review graph 
 */
.score-line span {
	display:block;
}

.score-outer {
	background:#f3f3f3;
	background:rgba(0,0,0,0.05);
}

.entry-image .score-line {
	position:absolute;
	left:0;
	bottom:0;
	text-align:right;
}
	.entry-image .score-line span i {
		padding:0 10px;
		font-style:normal;
	}

.entry-breakdown .total {
	float:right;
}
	
.entry-breakdown .item {
	margin-bottom:20px;
}
	
.entry-breakdown .item .score-line {
	background:#ececec;
}
	
.entry-breakdown .score-line,
.entry-breakdown .score-line span {
	height:12px;
}

.entry-breakdown .total-score h4 {
	color:#000;
}

.entry-breakdown .total-score h4 .total {
	font-size:18px;	
}

/*
 * Sitemap
 */
.sitemap {
	margin-top:4px;	
}

.sitemap .trigger {
	cursor:pointer;
	position:relative;
	padding:21px 0 18px 40px;
	border-top:1px solid #ddd;
	margin-top:-1px;
}

.sitemap .trigger.active {
	margin-top:-3px;
	border-top:3px solid #000;
}

.sitemap .trigger.active:hover {
	color:#000;
}

.sitemap .trigger:after,
.sitemap .trigger.active:after {
	display:none;
	position:absolute;
	top:5px;
	right:40px;
	font:normal 50px "Courier New", Courier, monospace;
}

.sitemap .trigger:after {
	content:"+";
}

.sitemap .trigger.active:after {
	content:"-";
}
	.sitemap .trigger:hover:after {
		display:block;
	}

.sitemap .row ul {
	display:none;
	overflow:hidden;
	padding:0 0 21px 40px;
	border-bottom:1px solid #000;
	border-top:0;
}
	.sitemap .row:first-child ul {
		display:block;
	}

.sitemap .row ul li {
	margin:10px 0;
}
	
.sitemap .page-content {
	margin-bottom:30px;	
}


/*
 * Social icons
 */
.social li {
	display:inline-block;
}
	.social li a {
		display:block;
		position:relative;
		width:32px;
		height:32px;
		line-height:42px;
		text-align:center;
		font-size:18px;
		text-decoration:none;
		-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease;
		-o-transition:all 0.2s ease;
		-ms-transition:all 0.2s ease;
		transition:all 0.2s ease;
	}
	
	.social li a:hover {
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
		-ms-transform:scale(1.1);
		transform:scale(1.1);
	}
	
	.social li .social-share-link {
		display:none;
	}
	
.top-strip .social {
	float:right;
	margin-top:4px;
	margin-right:10px;
}
	
.social-center {
	text-align:center;
}


/* 
 * Page 404
 */
.error404 .post {
	margin-top:60px;
	text-align:center;	
}

.error404 .post img {
	margin-bottom:60px;	
}

.error404 .post h1 {
	font-size:50px;
	text-transform:uppercase;
}


/*
 * Contact Form 7 Plugin
 */
.wpcf7-form input,
.wpcf7-form textarea {
	margin-bottom:30px;	
}

.wpcf7-form-control-wrap {
	display:block;		
}

span.wpcf7-not-valid-tip {
	border:none;
	width:100%;
	height:41px;
	line-height:40px;
	padding:0;
	top:0; left:0;
	text-align:center;
	background:#fde2e7	
}

/*
 * Jetpack Subscription Widget
 */
.jetpack_subscription_widget p {
	margin-bottom:18px;	
}

#subscribe-email input {
	width:100%;
	padding:10px;
}

#subscribe-submit {
	text-align:center;	
}

/*
 * Jetpack Share
 */
.sharedaddy {
	margin-top:10px;	
}

/*
 * Subscribe to Comments
 */
.comment-subscription-form {
	margin-top:18px;
}

/* 
 * Sidebars 
 */
.sidebar {
	padding:24px;
}

.sidebar-fixed {
	-webkit-backface-visibility:hidden;
}

/* Footer Sidebar */
.footer-sidebar {
	
}

/* Footer Sidebar Columns */
.col-2 .widget-area {
	width:49%;
}

.col-3 .widget-area {
	width:25%;
}
	.col-3 .widget-area-1 {
		width:49%;
	}

.widget-area {
	box-sizing:border-box;	
}

html .footer-sidebar .widget {
	border-left:none;	
	border-right:none;	
	border-bottom:none;	
}
	
html .widget-area-2,
html .widget-area-3 {
	border-top:none;
}

html .col-1 .widget-area {border:none;}

.ltr .widget-area-1 .widget,
.ltr .col-2 .widget-area:first-child {
	border-left:none;	
}

.ltr .widget-area-2,
.ltr .widget-area-3,
.ltr .widget-area-3 .widget,
.ltr .col-2 .widget-area:last-child {
	border-right:none;	
}


/*
 * Widgets
 */
.sidebar .widget {
	margin-bottom:30px;
	padding-bottom:30px;
}
	.sidebar .widget:last-child {
		border:none;
		margin-bottom:0;
		padding-bottom:0;
	}

.footer-sidebar .widget {
	font-size:14px;
	padding:30px 0;
}

.widget h3 {
	text-align:center;
	margin-bottom:20px;
}

.widget-post-title {
	display:block;	
}

/* Widget Slider */
.widget .flexslider {
	padding-bottom:40px;
}
	.widget .carousel-nav,
	.widget .flex-direction-nav a {
		display:block;
		width:22px;
		line-height:22px;
		text-align:center;
		text-decoration:none;
		font-size:14px;
		position:absolute;
		bottom:10px;
	}
	
	.widget .carousel-nav:hover,
	.widget .flex-direction-nav a:hover {
		color:#fff;
		background:#000;	
	}
	
	.widget .next,
	.widget .flex-next {
		right:50%;
		margin-right:-23px;	
	}
	
	.widget .prev,
	.widget .flex-prev {
		left:50%;
		margin-left:-23px;	
	}

.widget .flexslider .entry-image {
	overflow:hidden;
	margin-bottom:10px;	
}


/* Widget About */	
.widget_ti-about-site {
	
}

.widget_ti-about-site img {
	float:left;
	max-width:100%;
	height:auto;
	margin:2px 15px 30px 0;
}

.widget_ti-about-site p {
	margin-bottom:30px;
}

/* Recent Posts & Comments */
.widget_recent_entries,
.widget_recent_comments {
	counter-reset:count;
}

.widget_recent_entries li,
.widget_recent_comments li {
	padding-left:15%;
	padding-top:15px;
	padding-bottom:15px;
	position:relative;
}

.widget_recent_entries span {
	display:block;
	font-size:85%;
	font-weight:bold;	
}

.widget_recent_comments .url {
	font-weight:bold;
	letter-spacing:0.2em;
}

	.widget_recent_entries li:before,
	.widget_recent_comments li:before {
		content:counter(count);
		counter-increment:count;
		position:absolute;
		top:50%;
		left:0;
		margin-top:-18px;
		opacity:0.5;
		font:normal 36px/1 Montserrat,serif;
	}
	
.footer-sidebar .widget_recent_entries li:after,
.footer-sidebar .widget_recent_comments li:after {
	content:"";
	display:block;
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0.2;
}

.widget .flexslider a,
[class^="widget-posts"] a {
	text-decoration:none;
}	
	.widget-posts-entries li {
		float:left;
		width:100%;
		margin-bottom:15px;
	}

	.widget-posts-entries .entry-image {
		float:left;
		width:45%;
		margin-top:5px;
		margin-right:5%;	
	}
	
	.widget-posts-entries span,
	.widget-posts-entries .widget-post-title {
		font-size:90%;
		letter-spacing:0;
	}
		
	.widget-posts-classic-entries li {
		margin-bottom:30px;
	}
		
	.widget-posts-classic-entries .entry-image img {
		width:100%;
		margin-bottom:10px;
	}
	
	.flexslider .widget-post-title,
	.widget-posts-classic-entries .widget-post-title {
		text-align:center;	
	}


/* Tag Cloud */
.widget_tag_cloud a {
	display:inline-block;
	line-height:120%;
	padding:5px 10px;
	margin-bottom:3px;
	text-decoration:none;
	border-width:1px;
	border-style:solid;
	font-size:100% !important;	
}


/* Video */
.widget_ti_video_embed {
	text-align:center;
}

.widget_ti_video_embed .video-title {
	margin-top:10px;
}


/* Author Widget */
.widget_ti_site_authors .inner {
	margin:0 auto;
}

.widget_ti_site_authors img {
	width:auto;
	height:auto;
	max-width:100%;
	display:block;
}

.widget_ti_site_authors .carousel-nav {
	position:static;
	float:right;
	margin-top:10px;
}

.widget_ti_site_authors .prev {margin-right:50%;}
.widget_ti_site_authors .next {margin-left:50%;}

.widget_ti_site_authors .carousel li {
	float:left;
	width:54px;
	height:54px;
	margin:0 0 1px 1px;	
}

.widget_ti_site_authors .authors-list li {
	margin-bottom:10px;
}

.widget_ti_site_authors .authors-list li a {
	line-height:12px;
	text-decoration:none;
}
	.widget_ti_site_authors .authors-list li a:hover {
		text-decoration:underline;
	}

.widget_ti_site_authors .authors-list .author-avatar {
	float:left;
	display:block;
	width:30%;
	max-width:78px;
	margin-right:5%;
}

.widget_ti_site_authors .authors-list .author-name {
	font-size:16px;
	letter-spacing:0.05em;
	text-transform:uppercase;	
}
	.widget_ti_site_authors .authors-list .f-name {
		font-weight:100;
	}
	.widget_ti_site_authors .authors-list .l-name {
		display:block;	
		font-weight:700;
	}
	
.widget_ti_site_authors .authors-list .author-post {
	color:#8c919b;	
}

/* Custom Menu & Pages Widget & Categories & RSS */
.widget_pages ul,
.widget_nav_menu ul,
.widget_categories ul {

}
	
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a,
.widget_categories ul li {
	display:block;
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
}
	.widget_nav_menu ul ul li a,
	.widget_categories ul ul li a {
		padding-left:20px;
	}
		.widget_nav_menu ul ul ul li a,
		.widget_categories ul ul ul li a {
			padding-left:40px;
		}

.sidebar .widget_rss li,
.sidebar .widget_pages li,
.sidebar .widget_nav_menu li a,
.sidebar .widget_categories li,
.sidebar .widget_recent_entries li,
.sidebar .widget_recent_comments li {
	border-top-width:1px;
	border-top-style:solid;
}

.widget_rss > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_nav_menu > div > ul > li:first-child > a {
	border-top:none;
}

.footer-sidebar .widget_rss li:after,
.footer-sidebar .widget_pages li a:after,
.footer-sidebar .widget_nav_menu li a:after,
.footer-sidebar .widget_categories ul li:after {
	content:"";
	display:block;
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0.2;
}

/* RSS Widget */
.rsswidget {
	display:block;
	font-size:14px;
	letter-spacing:0.05em;
	text-transform:uppercase;	
}

.rss-date {
	display:block;
	margin:10px 0;	
}


/* Most Commented */
.widget_ti_most_commented li {
	line-height:22px;
	margin:10px 0 17px;
	position:relative;
}

.widget_ti_most_commented li:after {
	content:"";
	position:absolute;
	left:0;
	bottom:6px;
	z-index:1;
	display:block;
	width:90%;
	border-bottom:1px dashed #999;	
}

.widget_ti_most_commented li a {
	display:inline;
	padding:0 5px 0 0;
	position:relative;
	z-index:2;
	text-decoration:none;	
}

.sidebar .widget_ti_most_commented li a {
	color:#000;
	background:#fff;
}

.widget_ti_most_commented span {
	float:right;
	display:block;
	height:22px;
	padding:0 5px;
	text-align:center;
	color:#000;
	position:relative;
	z-index:3;	
}

.widget_ti_most_commented span i {
	font-style:normal;	
}

.widget_ti_most_commented span i:before {
	content:"";
	position:absolute;
	bottom:-4px;
	left:1px;
	width:16px;
	height:10px;
}

.widget_ti_most_commented span i:after {
	content:"";
	position:absolute;
	bottom:-4px;
	left:8px;
	border:2px solid transparent;
	background:transparent;
}

/* Latest Reviews */
.widget_ti_latest_reviews li {
	line-height:22px;
	margin:10px 0 17px;	
}

.widget_ti_latest_reviews li a {
	text-decoration:none;
}
	.sidebar .widget_ti_latest_reviews li a {
		color:#000;
	}

.widget_ti_latest_reviews .total {
	float:right;
	font-size:16px;	
}

.widget_ti_latest_reviews .score-line span {
	height:5px;
	margin-top:3px;	
}


/* Meta & Archive */
.widget_meta ul,
.widget_archive ul {
	padding-left:15px;	
}

.widget_meta li,
.widget_archive li {
	padding:5px;
	list-style:square;
}

.widget_archive select {
	width:100%;
}



/* Latest Comments */
.widget_ti_latest_comments li {
	border:none;
	margin-bottom:30px;
}
	.widget_ti_latest_comments li:last-child {
		margin-bottom:0;
	}

.widget_ti_latest_comments header {
	margin-bottom:10px;
	min-height:40px;
}

.widget_ti_latest_comments figure {
	float:right;
	margin:0 0 0 15px;
}

.widget_ti_latest_comments .commentnum {
	float:left;
	margin:0 15px 0 0;
	opacity:0.5;
	font:italic 36px/1 serif;
}

.widget_ti_latest_comments .comment-post {
	display:block;
	overflow:hidden;	
}

.widget_ti_latest_comments .comment-text {
	font-size:90%;
	font-style:italic;
	padding:10px;
	position:relative;
	border-width:1px;
	border-style:solid;
}

.widget_ti_latest_comments .comment-text:after,
.widget_ti_latest_comments .comment-text:before {
	bottom:100%;
	border:solid transparent;
	content:"";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.widget_ti_latest_comments .comment-text:after {
	border-width:6px;
	left:95%;
	margin-left:-6px;
}

.widget_ti_latest_comments .comment-text:before {
	border-width:7px;
	left:95%;
	margin-left:-7px;
}

	.sidebar .widget_ti_latest_comments .comment-text {
		border-color:#000;
	}
	
	.sidebar .widget_ti_latest_comments .comment-text:after {
		border-bottom-color:#fff;
	}
	
	.sidebar .widget_ti_latest_comments .comment-text:before {
		border-bottom-color:#000;
	}

/* Banners */
.widget_ti_code_banner,
.widget_ti_image_banner {
	text-align:center;	
}

.widget_ti_code_banner img,
.widget_ti_image_banner img {
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;	
}

.widget_ti_code_banner iframe,
.widget_ti_image_banner iframe {
	max-width:100% !important;	
}

.sidebar .widget_ti_code_banner,
.sidebar .widget_ti_image_banner {
	margin-left:-10px;
	margin-right:-10px;
}


/*
 * Text alignment
 */
.text-left .tag-box,
.text-left .social-box ul,
.text-left .widget:not(.slide-dock) h3,
.text-left .single-box .title,
.text-left .comment-reply-title,
.text-left .social-center,
.text-left .cat-description,
.text-left .widget-post-title,
.text-left .main-menu > ul,
.text-left .entry-header,
.text-left .entries .hentry,
.text-left .home-section .section-header {
	text-align:left;
}

.text-left .tag-box a,
.text-left .cat-description,
.text-left .title-with-sep .title,
.text-left .title-with-sep .entry-title {
	margin-left:0;
	padding-left:0;
}

.text-left .all-news-link .read-more {
	margin-left:0;
}

/*
 * Media Queries
 */

/* Only on Desktop view */
@media only screen and (min-width: 751px) {

	.layout-boxed .main-nav .wrapper,
	.layout-boxed .top-strip .wrapper {
		width:100%;
	}
	
	#gallery-carousel .carousel-nav,	
	.posts-slider .flex-direction-nav a {
		border:3px solid #fff;		
	}
	
	.posts-slider .slides li {
		max-height:700px;
		overflow:hidden;
	}

	.posts-slider.loading li {
		height:700px;
	}
	
	.grid-8 .posts-slider.loading li {
		height:460px;
	}

	#gallery-carousel .carousel-nav,
	.posts-slider .flex-direction-nav a {
		opacity:0;
		transition:opacity .2s ease-in-out;
		-moz-transition:opacity .2s ease-in-out;
		-webkit-transition:opacity .2s ease-in-out;
	}
	
	#gallery-carousel:hover .carousel-nav,
	.posts-slider:hover .flex-direction-nav a {
		opacity:1;
	}
	
	#gallery-carousel .carousel-nav:hover,
	.posts-slider .flex-direction-nav a:hover {
		box-shadow:3px 3px 0 #000;
		background-color:rgba(255,255,255,0.5);
	}
	
	.format-posts.format-bg .entry-image {
		height:200px;
	}

	.with-sidebar .format-posts.format-bg .entry-image {
		height:130px;
    }

	.format-posts.format-bg {
		padding-right:0;
		padding-bottom:0;	
	}
	
	.format-bg .grids {
		margin-left:-3.3%;
	}
	
	.format-bg .hentry {
		float:left;
		width:29%;
		margin-left:3.3%;
	}
		.grid-8 .format-bg .hentry:nth-child(odd) {
			clear:none;	
		}
	
	.footer-sidebar .columns {
		overflow:hidden;	
	}
	
	.col-2 .widget-area,
	.col-3 .widget-area {
		float:left;
		margin-bottom:-2000em;
		padding-bottom:2000em;
	}
	
	.footer-sidebar .widget:first-child {
		border:none;
	}
	
	.footer-sidebar .widget {padding-left:8%; padding-right:8%;}
	.footer-sidebar .col-1 .widget {padding-left:0; padding-right:0;}
	.ltr .footer-sidebar .widget-area-1 .widget {padding-left:0;}
	.ltr .footer-sidebar .widget-area-3 .widget {padding-right:0;}
	.ltr .footer-sidebar .col-2 .widget-area:first-child .widget {padding-left:0;}
	.ltr .footer-sidebar .col-2 .widget-area:last-child .widget  {padding-right:0;}
	
	/*
	.csstransitions #masthead #searchform input[type="text"] {width: 220px;
		-webkit-transition:width 0.5s ease-in-out;
		-moz-transition:width 0.5s ease-in-out;
		-o-transition:width 0.5s ease-in-out;
		transition:width 0.5s ease-in-out;
	}
	*/
	
	.csstransitions #masthead #searchform input[type="text"]:focus {
		#width:305px;
	}
	
	.entry-image {
		opacity:0;
		transition:opacity 0.7s ease-in-out;
		-moz-transition:opacity 0.7s ease-in-out;
		-webkit-transition:opacity 0.7s ease-in-out;
		-webkit-transform:translateZ(0);
	}
	
	.entry-image.inview,
	.no-csstransitions .entry-image {
		opacity:1;
	}
	
	.entries .hentry .entry-image img {
		-webkit-transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		transition:all 0.5s ease;
	}

	.entries .hentry .entry-image img:hover {
		opacity:0.5;
	}

	.csstransitions .entries .hentry .entry-image img:hover {
		-webkit-transform:scale(1.02);
		-moz-transform:scale(1.02);
		-o-transform:scale(1.02);
		-ms-transform:scale(1.02);
		transform:scale(1.02);
	}
	
	.entry-image .score-line span {
		width:0;
		-webkit-transition:width 0.7s ease-in-out;
		-moz-transition:width 0.7s ease-in-out;
		-o-transition:width 0.7s ease-in-out;
		transition:width 0.7s ease-in-out;
	}

	.related-posts .carousel {
		font-size:0;
		text-align:center;	
	}
	
	.related-posts .item {
		float:none;
		margin-left:30px;
		vertical-align:top;
		display:inline-block;
	}
	
	.grid-layout .entry-image,
	.format-posts .entry-image,
	.related-posts .entry-image,
	.category-posts .entry-image,
	.featured-posts .entry-image,
	.latest-reviews .entry-image {
		height:220px;
	}
	
	.related-posts .item {
		width:240px;
		height:250px;
	}
	
	.related-posts .entry-image {
		height:160px;
	}
	
	.column-1 .related-posts .item {
		width:210px;
	}
	
	.column-1 .related-posts .entry-image {
		height:140px;
	}
	
	.grid-layout .entry-image img,
	.format-posts .entry-image img,
	.related-posts .entry-image img,
	.category-posts .entry-image img,
	.featured-posts .entry-image img,
	.latest-reviews .entry-image img,
	.related-posts .entry-image img,
	.slider-latest .posts-slider .slides li img {
		position:absolute;
		top:0;
		left:0;
		height:100%;
	}
	
	.inview .score-line span {
		width:100%;
	}
	
	.related-posts {
		border-bottom:3px solid #000;
	}
	
	.single-rating-top {
		float:left;
		width:300px;
		margin-right:30px;
	}
	
	.single-rating-bottom .score {
		float:right;
	}
	
	.single-rating-bottom .description {
		float:left;
		width:70%;
		text-align:left;
	}
	
	.text-left .social-box li:first-child {
		margin-left:0;
		padding-left:0;
	}
	
	.sidebar .flexslider .entry-image {
		height:187px;
	}
	
	.col-1 .widget-area .flexslider .entry-image {
		height:500px;
	}
	
	.col-2 .widget-area .flexslider .entry-image,
	.col-3 .widget-area-1 .flexslider .entry-image {
		height:315px;
	}
	
	.col-3 .widget-area-2 .flexslider .entry-image,
	.col-3 .widget-area-3 .flexslider .entry-image {
		height:147px;
	}
	
}

@media only screen and (min-width: 959px) {
	.with-menu {
		margin-bottom:0px;
	}
	.home .with-menu {
		margin-bottom: 0px;
	}
	
	.top-strip-fixed:not(.hide-strip) {
		margin-top:50px;
	}

	.top-strip-fixed .top-strip {
		position:fixed;
		width:100%;
		top:0;
		left:auto;
		z-index:9999;
	}
	
	.hide-strip .top-strip {
		display:none;
	}
}


@media only screen and (min-width:768px) and (max-width:1024px) {
	
	.entry-image {
		opacity:1;
	}
	.variations .value select{
		width: 100% !important;
	}
	.woocommerce div.product form.cart .variations_button .single_add_to_cart_button {
   		 width: 49% !important;
    	/* margin: 0 auto; */
	}
	.woocommerce .variations_button {
	    width: 100%;
	    margin-left: -5px
	}
	.countdown-area {
		width: 100% !important;
	}
	.product-detail{
		width: 95%;
    	margin-left: 25px;
	}
}

@media only screen and (max-width: 959px) {
	
	.social-box li:after {
		content:normal;
		padding-left:0;
	}
	
	.posts-slider .entry-header {
		font-size:80%;
	}
	
	#gallery-carousel .carousel-nav,
	.posts-slider .flex-direction-nav a {
		font-size:18px;
		width:36px;
		height:36px;
		line-height:38px;
	}

	.title-with-bg .title,
	.title-with-bg .entry-title,
	.title-with-sep .title,
	.title-with-sep .entry-title,
	.classic-layout .entry-title a {
		font-size:80%;
	}

	.classic-layout .hentry .entry-title {
		line-height:80%;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.main-menu > ul > li > a,
	.main-menu > ul > li:after {
		font-size:0.9em;
	}
	
	.main-menu .sub-menu .sub-posts li figure {
		height:138px;
	}
		.main-menu .sub-menu-full-width .sub-menu .sub-posts figure {
			height:174px;
		}
		
	.posts-slider.loading li {
		height:620px;
	}
	
	.grid-8 .posts-slider.loading li,
	.slider-latest .posts-slider .slides li {
		height:400px;
	}
	
	.slider-latest .entries article {
		height: 185px;
	}
	
	.single .entry-media iframe[src*="soundcloud.com"] {
		max-width:930px !important;	
	}
	
	.custom-gallery .gallery-item {
		height:397px;
	}

	.custom-gallery .gallery-item:not(:nth-child(4n+1)) {
		height:197px;
	}
	
	.sidebar .flexslider .entry-image {
		height:160px;	
	}

	.format-posts.format-bg .entry-image {
		height:180px;
	}

    .with-sidebar .format-posts.format-bg .entry-image {
		height:115px;
    }
	
	.col-1 .widget-area .flexslider .entry-image {
		height:399px;
	}
	
	.col-2 .widget-area .flexslider .entry-image,
	.col-3 .widget-area-1 .flexslider .entry-image {
		height:279px;
	}
	
	.col-3 .widget-area-2 .flexslider .entry-image,
	.col-3 .widget-area-3 .flexslider .entry-image {
		height:130px;
	}
	
	.grid-layout .entry-image,
	.format-posts .entry-image,
	.category-posts .entry-image,
	.featured-posts .entry-image,
	.latest-reviews .entry-image {
		height:193px;
	}
	
	.related-posts .item {
		width:210px;
	}
	
	.related-posts .entry-image {
		height:140px;
	}
	
	.column-1 .related-posts .item {
		width:183px;
	}
	
	.column-1 .related-posts .entry-image {
		height:120px;
	}
}

@media only screen and (min-width: 751px) and (max-width: 959px) {
	.main-menu > ul > li > a,
	.main-menu > ul > li:after {
		font-size:0.65em;
	}
	
	.main-menu .sub-menu .sub-posts li figure {
		height:100px;
	}
		.main-menu .sub-menu-full-width .sub-menu .sub-posts figure {
			height:130px;
		}
		
	.posts-slider.loading li {
		height:467px;
	}
	
	.grid-8 .posts-slider.loading li,
	.slider-latest .posts-slider .slides li {
		height:300px;
	}
	
	.slider-latest .entries article {
		height: 135px;
	}
	
	.single .entry-media iframe[src*="soundcloud.com"] {
		max-width:700px !important;	
	}
	
	.custom-gallery .gallery-item {
		height:300px;
	}

	.custom-gallery .gallery-item:not(:nth-child(4n+1)) {
		height:134px;
	}

	.format-posts.format-bg .entry-image {
		height:134px;
    }

    .with-sidebar .format-posts.format-bg .entry-image {
		height:85px;
    }
	
	.sidebar .flexslider .entry-image {
		height:113px;	
	}
	
	.col-1 .widget-area .flexslider .entry-image {
		height:300px;
	}
	
	.col-2 .widget-area .flexslider .entry-image,
	.col-3 .widget-area-1 .flexslider .entry-image {
		height:211px;
	}
	
	.col-3 .widget-area-2 .flexslider .entry-image,
	.col-3 .widget-area-3 .flexslider .entry-image {
		height:98px;
	}
	
	.grid-layout .entry-image,
	.format-posts .entry-image,
	.related-posts .entry-image,
	.category-posts .entry-image,
	.featured-posts .entry-image,
	.latest-reviews .entry-image {
		height:140px;
	}
	
	.related-posts .item {
		width:210px;
	}
	
	.column-1 .related-posts .item {
		width:130px;
	}
	
	.column-1 .related-posts .entry-image {
		height:87px;
	}
}

@media only screen and (max-width: 750px) {
	#masthead {
		margin-bottom:0;
	}
	
	.logo img {
		margin-left:auto;
		margin-right:auto;
	}
	
	.header-banner .ad-block {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	
	.header-search .logo,
	.header-search .social {
		float:none;
	}
	
	.search-form-cell,
	#masthead .header-search #searchform {
		width:100%;
		float:none;	
	}
	
	.header .inner-cell {
		display:block;
		text-align:center;
	}
		.header .inner > .inner-cell {
			margin-bottom:20px;
		}
		
		.header .inner > .inner-cell:last-child {
			margin-bottom:0;
		}
		
	.title-with-bg {
		padding-top:120px;
		padding-bottom:120px;
	}

	.title-with-bg .title,
	.title-with-bg .entry-title,
	.title-with-sep .title,
	.title-with-sep .entry-title,
	.classic-layout .entry-title a   {
		font-size:70%;
	}

	#gallery-carousel .carousel-nav,
	.posts-slider .entry-header .entry-meta,
	.posts-slider .entry-header .read-more {
		display:none;	
	}
	
	.hide-strip .top-strip .social,
	.hide-strip .top-strip .message,
	.hide-strip .top-strip #searchform {
		display:none;
	}
			
	.top-strip .social li {
		float:none;
		margin:0;
	}

	.top-strip .social li a {
		width:40px;
		height:40px;
	}
	
	.top-strip .social li .social-share-link {
		display:block;	
	}
	
	.top-strip .social > li {
		position:relative;
	}
	
	.top-strip .social li ul {
		position:absolute;
		left:0;
		top:32px;
		z-index:999;
		display:none;
	}
	
	.top-strip .social > li:hover ul {
		display:block;
	}
		
	.sidebar {
		margin-top:30px;
		margin-bottom:30px;
	}

	.widget-area .entry-image,
	.with-sidebar .posts-slider .slides li,
	.slider-latest .posts-slider .slides li {
		height:auto;	
	}
	
	.slider-latest .entries {
		width:100%;
		float:left;
	}
	
		.slider-latest .entries article {
			width:47%;
			float:right;
		}
		
		.slider-latest .entries article:first-child {
			float:left;
			margin-bottom:0;
		}
	
	#gallery-carousel .gallery-item {
		margin-left:0;
		margin-right:0;
	}
	
	#gallery-carousel .gallery-item img {
		width:100%;
	}

	.custom-gallery .gallery-item,
	.custom-gallery .gallery-item:not(:nth-child(4n+1)) {
		float:none;
		width:100%;
		height:auto;
		margin:0 0 2px;	
	}

	.custom-gallery .gallery-item img {
		width:100%;
		height:auto !important;
		display:block !important;
	}
	
	.single .entry-media iframe[src*="soundcloud.com"] {
		width:90% !important;	
	}
	
	#gallery-carousel .carousel-nav {
		margin-top:-20px;
	}
	
	.widget .flex-direction-nav a {
		color:#fff;
		font-size:18px;
		top:50%;
		margin:-40px 0 0;		
	}
	
	.widget .flex-direction-nav a:hover {
		background:none;	
	}
		.widget .flex-prev {
			left:20px;
		}
		
		.widget .flex-next {
			right:20px;
		}
	
	.tagline,
	.sub-title {
		font-size:14px;
	}
	
	.title-with-sep .entry-title {
		margin:0;
		padding:0 5px;	
	}
	
	.masonry-layout .hentry {
		padding-bottom:0;
		border-bottom:none;
	}
	
	.single .entry-media {
		margin-bottom:30px;	
	}
	
	.slide-dock-on {
		transform:none;
		-webkit-transform:none;
		-o-transform:none;
		-moz-transform:none;
	}
	
	.social-box li {
		font-size:10px;
	}
	
	.social-box.social-colors li {
		display:block;
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}
	
	#tags-box {
		text-align:center;
	}
	
	#tags-box [class^="icomoon-"] {
		display:none
	}
	
	.nav-next,
	.nav-previous {
		width:100%;
		float:none;
		padding:0;
		text-align:center;	
	}
	
	.nav-next [class^="icomoon-"],
	.nav-previous [class^="icomoon-"] {display:none;}

	.nav-single .sep {
		width:100%;
		height:1px;
		border:none;
		margin:30px 0;
		position:static;
		background:#000;
	}
	
	.col-2 .widget-area,
	.col-3 .widget-area,
	.col-3 .widget-area-1 {
		float:none;
		width:100%;
	}
	
	.footer-sidebar .widget {
		padding-left:0;
		padding-right:0;
	}
	
	html .widget-area-2,
	html .widget-area-3 {
		border-left:none;
		border-right:none;
	}
	
	.footer-sidebar .columns .widget-area:last-child {
		border-bottom:none;
	}
	
	.copyright,
	.copyright .back-top {
		text-align:center;
	}

	.page blockquote,
	.single blockquote {
		float:none;
		width:100%;
		margin:20px 0;
	}
	
	html .posts-slider .entry-title,
	html .with-sidebar .posts-slider .entry-title,
	html .slider-latest .posts-slider .entry-title,
	html .slider-latest .entries .content-over-image .entry-title {
		font-size:12px;
	}
	
	.single .entry-rating {
		float:none;
		width:96%;
		padding:2%;
		margin:0 0 30px;	
	}
	
	 .social-box li {
		display:block;
		margin-bottom:15px;
	}
}

@media only screen and (max-width: 479px) {
	.inner-cell,
	.header-default {
		width:273px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#branding .wrapper,
	.header-banner .inner-cell:last-child {
		width:100%;	
	}
	
	.list-layout .entry-image {
		float:none;
		width:100%;
		max-width:none;
		margin-right:0;
		margin-bottom:10px;
	}
	
	.list-layout .read-more-link {
		display:block;
		text-align:center;
		margin-top:30px;
		padding:10px 15px;
		border:1px solid #000;
	}
	.variations .value select#size{
		width: 100%;
	}
}

.home-banner-left {
	width: 70%;
	float: left;
}



/* fancy products desinger */

#launch-progression {
    float: left;
    font-weight: 600;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
#launch-progression li {
    float: left;
}
#launch-progression li.active-step a {
    color: #39ace6;
}
#launch-progression a:first-child {
    padding-left: 0;
}
#launch-progression a {
    outline: 0;
    font-size: 13px;
    margin-left: 0;
    padding: 18px 50px;
    color: #a1adb2;
}
.nav>li>a {
    padding: 10px 15px;
}
.nav>li, .nav>li>a {
    position: relative;
    display: block;
}
#launch-progression li.active-step a .progress-number {
    background: #ff3942;
}
#launch-progression .progress-number {
    background: #8d999e;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    height: 20px;    
	line-height: 13px;
    margin-right: 13px;
    padding: 4px 6px;
    text-align: center;
    width: 20px;
}
#launch-progression a:active, #launch-progression a:focus, #launch-progression a:hover {
    background: #fff;
    color: #ff3942;
}
#launch-progression .nav:after, #launch-progression .nav:before {
    content: " ";
    display: table;
}
#launch-progression .nav:after {
    clear: both;
}
#launch-progression a:hover{background: none!important;}
#launch-progression li.active-step a {
    color: #ff3942;
}
#launch-progression a:first-child {
    padding-left: 0;
}
#launch-progression a {
    outline: 0;
    font-size: 15px;
    margin-left: 0;
    padding: 18px 50px;
    color: #a1adb2;
}

.actions-bar:after {
    clear: both;
}
.campaign-subheader.navbar{min-height: inherit;
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid #e8eced;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 0;
    border-top: 1px solid #e8eced;
    margin-bottom: 10px;
	}
			
				.sales_goal_content{max-width: 180px;}
				.submit_container{margin: 25px 0px; text-align: center; width: 100%;}
				.submit_container .button_transaction { width: 100%;}
				.panel .submit_container .button_transaction:hover {
					  background: #25b4f2;
    background-color: #05b4f2;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #25b4f2),color-stop(100%, #05b4f2));
    background-image: -webkit-linear-gradient(#25b4f2,#05b4f2;);
    background-image: linear-gradient(#25b4f2,#05b4f2);
    border: 1px solid #05b4f2;
    color: #fff;
				}
.panel .submit_container .button_transaction, #ajax_register.ajax_register .button, #ajax_login.ajax_login .button {
    background: #ff3942;
    background-color: #ff3942;
	border-radius: 5px;
    color: #fff;
    cursor: pointer;
	padding: 10px 15px;
    -webkit-transition: all .15s;
    transition: all .15s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
}
				.submit_container button {
    margin: 0 auto;
}
.button_transaction {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
.button_transaction {
    width: 50%;
	    max-width: 200px;
}


#global_profit {color: #30b444;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 3.5rem;}
.design_view{
	background-color: #fff;
	background-size: 100% auto;
}
.flip-buttons {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    font-size: .8rem;
    font-weight: 600;
}


.front { background-position: center top;}
.back {background-position: center bottom;}



.flip-container:hover .flip{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flip-container{
-webkit-perspective: 1000;
-moz-perspective: 1000;
-o-perspective: 1000;
perspective: 1000;
margin: 0 auto;
}
.flip-container, .front, .back {
	height: 390px;
    width: 539px;
	padding-top: 5%;
}
.flip {
-webkit-transition: 0.6s;
-webkit-transform-style: preserve-3d;
-moz-transition: 0.6s;
-moz-transform-style: preserve-3d;
-o-transition: 0.6s;
-o-transform-style: preserve-3d;
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
}
.front, .back {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
background-size: auto 100%;
}
.front{
color: #ddd;
z-index: 2;
}
.back{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.submit_loading{text-align: center;
    padding-bottom: 50px;
    position: relative; }
.submit_loading .fpd-loading{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+CiAgPGNpcmNsZSB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDApIiBjeD0iMCIgY3k9IjE2IiByPSIwIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiIHZhbHVlcz0iMDsgNDsgMDsgMCIgZHVyPSIxLjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjAiCiAgICAgIGtleXRpbWVzPSIwOzAuMjswLjc7MSIga2V5U3BsaW5lcz0iMC4yIDAuMiAwLjQgMC44OzAuMiAwLjYgMC40IDAuODswLjIgMC42IDAuNCAwLjgiIGNhbGNNb2RlPSJzcGxpbmUiIC8+CiAgPC9jaXJjbGU+CiAgPGNpcmNsZSB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNiAwKSIgY3g9IjAiIGN5PSIxNiIgcj0iMCI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiB2YWx1ZXM9IjA7IDQ7IDA7IDAiIGR1cj0iMS4ycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSIwLjMiCiAgICAgIGtleXRpbWVzPSIwOzAuMjswLjc7MSIga2V5U3BsaW5lcz0iMC4yIDAuMiAwLjQgMC44OzAuMiAwLjYgMC40IDAuODswLjIgMC42IDAuNCAwLjgiIGNhbGNNb2RlPSJzcGxpbmUiIC8+CiAgPC9jaXJjbGU+CiAgPGNpcmNsZSB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNCAwKSIgY3g9IjAiIGN5PSIxNiIgcj0iMCI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiB2YWx1ZXM9IjA7IDQ7IDA7IDAiIGR1cj0iMS4ycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSIwLjYiCiAgICAgIGtleXRpbWVzPSIwOzAuMjswLjc7MSIga2V5U3BsaW5lcz0iMC4yIDAuMiAwLjQgMC44OzAuMiAwLjYgMC40IDAuODswLjIgMC42IDAuNCAwLjgiIGNhbGNNb2RlPSJzcGxpbmUiIC8+CiAgPC9jaXJjbGU+Cjwvc3ZnPg==");background-repeat:no-repeat;width:32px;height:32px;position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;display:block}

#panel-success{text-align: center; padding: 10px; color: green;}


/* product detail */
.thumbnails a{
    background-color: white;
    display: block;
    height: 50px;
    margin: 10px 0;
    opacity: .65;
	border-radius: 3px;
    overflow: hidden;
    width: 50px!important;
	border: 1px solid #6c7478;
}
.thumbnails a .thumbnail_img{
	 height: 50px;
	width: 50px;
	
}
.thumbnails a.active, .thumbnails a:hover{
	box-shadow: 0 0 0.5px 1px rgba(57,172,230,0.05);
    background-color: #f5fcff;
    -webkit-transition: all 100ms;
    transition: all 100ms;
	border: 1px solid #0089cc;
	opacity: 1;
}
#ajax_login_content h3, #ajax_register_content h3{text-align: center;    padding-top: 60px;
    margin-top: 0px;
    padding-bottom: 10px; color: #16a7e0; font-size: 28px}
	.header_text_content{text-align: center;   padding: 0 25px;  padding-top: 30px;}
.header_text_content .txt_line0{
	    color: #585858;
font-family: Lato;
    font-size: 26px;
    padding-left: 0px;
       margin: 0px;
       margin-top: 25px;
    margin-left: 0px;
    line-height: 30px;
    text-align: center;
	}	
.header_text_content .txt_line1{    font-size: 26px;
	font-family: Lato;
    padding-top: 40px;
    margin: 0px;
    color: #585858;
    text-align: center;}
.header_text_content .txt_line2{  color: #585858;
	font-family: Lato;
    font-size: 26px;
    padding-top: 40px;
    margin: 0px;
    margin-bottom: 25px;
    text-align: center;}
.header_text_content .txt_line_footer1{font-size: 18px;
    padding: 0px 0px 0px 0px;
    line-height: 22px;
    margin-left: 70px;
	color: #16a7e0;text-align: left;
	}
.header_text_content .txt_line_footer2{font-size: 22px;
    padding: 0px;
    line-height: 22px;
    color: #16a7e0;
	}

	.button.js-create-it-now:active{
		background: #ff3942!important;
		background-color: #ff3942!important;
		text-decoration: none;
	}
	.button.js-create-it-now:hover{
		background: #ff3942;
		background-color: #ff3942;
		text-decoration: none;
	}
.button.js-create-it-now{ 
      background: #ff3942;
    background-color: #ff3942;
	text-decoration: none;
    }
.button.js-create-it-now{ 
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    padding: 10px 55px 10px;
    border: 0;
    border-radius: 8px;
    color: #ff3942;
    cursor: pointer;
    
        margin-top: 19px;
	margin-bottom: 15px;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
}
.text-middle-content{    background: #fff;    margin-top: 0px; padding: 20px 20px;}
.text-middle-content .text-line1{font-weight: bold; color: #58585B;   padding: 5px 10px;    margin: 0px;}
.text-middle-content .text-line2{padding: 5px 15px; color: #6D6E70;   font-size: .9em;}
.text-middle-content .text-line3{text-align: right;        padding-right: 45px;}
.text-middle-content .text-line3 a{ text-decoration: underline; font-size: 1.3em;   color: #000;   }
.footer-wrapper h3{    font-size: 13px;
    font-weight: bold;
    padding-left: 13px;}
.footer-wrapper .footer-block-content{font-size:14px; line-height: 1.3em;}
.footer-wrapper{    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;}
.footer-wrapper .col-md-3{     padding: 0px;} 
.middle-container{background: #fff; padding-top: 0px; padding-bottom: 30px;}

.hero-banner{height: 585px; background-image: url(http://www.teem8.com.au/wp-content/uploads/bg.jpg);}
.hero-banner-bottom{height: 600px; background-image: url(http://www.teem8.com.au/wp-content/uploads/bg.jpg);}

.footer-container{background: #e3e9f3; padding-top: 20px;  padding-bottom: 10px; }
.slider_heading {font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding: 0px 5px 10px 5px;
    text-transform: uppercase; font-family: Helvetica;}
.center-align{text-align: center;}
.demo-tshirt{padding-top: 10px;} 
.logo_home{padding-bottom: 0px;}
.logo_home img{width: 180px;}
{background-color: #e3e9f3; height:50px; text-align: center;    position: fixed;    bottom: 0px;    width: 100%; z-index: 999999;}
.footer_banner img{max-height: 50px;}
.footer_banner .algin_left{text-align: left;}
.footer_banner .algin_center{text-align: center;}
.footer_banner .algin_right{text-align: right;}
.mail_to{color: #ff3942;}
.important_block{font-size: 14px;    line-height: 16px;}
.news_post_title{color: #ff3942; }
.news_post_block .post_row .avatar,.news_post_block .post_row img{  float: left; margin-right: 5px;} 
.news_post_block .post_row { padding: 10px 0px;}
.news_post_block{background: #fff;    padding: 5px;}   
.news_post_block .post_row .content_post{    line-height: 14px;    font-size: 14px;}

.sticky {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 105;
    border-top: 0;
}
#footer{/* height: 44px; */}
.single-post .wrapper.entry-header.page-header{margin: 40px auto 20px;}
.text-middle-content-top{font-size: 18px;color: #ff3942;}
.text-middle-content-social{text-align: right;margin-bottom: 10px;margin-top: -20px;}
.text-middle-content-social img{margin-left: 8px;}
#content .page-header{margin-top: 0;}
#content .page-header .entry-title{margin-top: 0;}
.crowd-funds{
	padding: 0px 0px 0px 0px; width: 1050px;
        margin-left: auto; margin-right: auto; color: #58585B;
}

.crowd-funds h1{
	font-size: 22px; color: #58585B
}

#crowd-funds-content{
	background-color: #d3d3d3;
}
.howitworks-page {
				font-family: "Lato""Helvetica Neue","Verdana",Helvetica,Arial,sans-serif;
				font-size: 16px;
				color: #808080;
		}
		   .howitworks-block-top{
			background: #e3e9f3;
			padding: 20px 0px;
			line-height: 35px;
			font-size: 20px;
			margin-bottom: 20px;
			letter-spacing: 1px;
		   } 
		   .howitworks-block-content h3{
			   background: url('images/bg_idea.png') left center no-repeat;
			   background-size: 35px;
			   font-size: 22px; color: #ff3942;
					line-height: 30px;
					    padding: 8px 0px 8px 50px;
				margin: 0px;
		   }
		   .content_row {
			        padding: 8px 0px 8px 50px;
					margin: 0px; ; 
					font-family: "Lato"
					font-size: 16px;
					letter-spacing: 1px;
					line-height: 1.8em;
		   }
		   	.howitworks-pagetitle{
			color: #0075cc;
    padding: 8px 0px;
    margin: 0;
    font-size: 28px;
		}

		
/* add 29/12/2015 - for change color, add new style */
    .ssp_block__top{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #e8eced;
    }
    .shirt-color-sample:hover {
        border-color: transparent;
    }
    .containertip--open, .containertip__toggle:hover+.containertip, .containertip__toggle:hover>.containertip {
        display: inline-block!important;
    }
    .shirt-color-delete {
        position: absolute;
        width: 14px;
        border: 1px solid hsla(0,0%,100%,.5);
        height: 14px;
        background: red;
        color: #fff;
        border-radius: 100%;
        left: 10px;
        top: 11px;
        font-weight: bolder;
        font-size: .6rem;
        line-height: 9pt;
        text-align: center;
    }
    .containertip {
        display: none;
        z-index: 11;
        position: absolute;
        top: 0;
        left: 100%;
        width: 234px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: 0 0 2px 0 hsla(200,4%,58%,.8);
        padding: 8px;
    }
    .containertip:before {
        content: "";
        background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAbCAYAAACqenW9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0M0NTg1NDFBNzA2MTFFMzg1REFBQ0E1NjA4QzFGRUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0M0NTg1NDJBNzA2MTFFMzg1REFBQ0E1NjA4QzFGRUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQzQ1ODUzRkE3MDYxMUUzODVEQUFDQTU2MDhDMUZFRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQzQ1ODU0MEE3MDYxMUUzODVEQUFDQTU2MDhDMUZFRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmZy0BwAAAE5SURBVHjaYvj//z8DMfjMmTOWjCAGIXD27FlpRkbGJ0wMxIFqSUlJBmKs77179+7//0QorL527dr/v3//4lcMVBh78eLF/79+/foPA1g9CPSQGdBDJ9XV1Rm4ubnh4kxYFHICqUx5eXkUhWCAxfrJjx8//o8NoCtsv3Xr1v9///7hVwxUmH/58uX/f/78+Y8LwBT6nT9//v/379//4wOMQIXgqFRRUWHg4+PDG42g0MgERSUhhTDFOz59+sRATIKCuXnCw4cP/xMCyKEx/82bN3gVI8fgdKDpDN++fcPvDCTTk0GJ5/fv34RjEKqh8ebNm1hjEVfynPzo0SO8bkYGxa9evVr27t07/KkOyXSbc+fO/f/69St+ZyBpSAMlLpiHicmwLbBkS2wBA84QLESWG5UvX758BBBgAFSDppgGmfEnAAAAAElFTkSuQmCC) no-repeat;
        width: 11px;
        height: 27px;
        position: absolute;
        left: -11px;
        top: 0;
        border: none
    }
    .containertip.containertip--top {
        top: -50%;
        left: auto;
        width: auto;
        -webkit-transform: translateY(-100%) translateX(-50%);
        -ms-transform: translateY(-100%) translateX(-50%);
        transform: translateY(-100%) translateX(-50%)
    }
    .containertip.containertip--top:before {
        left: 50%;
        top: 100%;
        width: 27px;
        height: 11px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAALCAYAAACOAvbOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0M0NTg1M0RBNzA2MTFFMzg1REFBQ0E1NjA4QzFGRUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0M0NTg1M0VBNzA2MTFFMzg1REFBQ0E1NjA4QzFGRUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQzQ1ODUzQkE3MDYxMUUzODVEQUFDQTU2MDhDMUZFRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQzQ1ODUzQ0E3MDYxMUUzODVEQUFDQTU2MDhDMUZFRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk7ajlsAAAFNSURBVHjarJNLS4RQFMev7Vq7kMHADyEM9CX6BkEQBK0KgjatgqBViyiY5UCL9u36AFEbH4jgQkQQVHBwFr4QRDydKw7YND6m5sBBfP1/en73MpIkHTIM8zmZTAjtXRcAEM/zSBAE13uiKH7hhQPf92e2bZOqqnYGKsuSWJZFQc94OqvJq8a/fDAMA4qigP9WlmWg6zpg5t0q/wesAd5omgZpmv4ZtFwuQVEUCjprZzM1ca1kWT5Gjy+CIBCWZbfy47ouWSwWr3RsqOijfX8jrAFO8XDOcdwJz/ME4YN+qPMkSaifKwQVG7+mq3EM+9hPpmkChvX6oaPHZ2/78nphLeg9lZ3n+S9QGIaAU6Cg06GcUbAGeKGqKkRRVENwi4DjOBQyx56Oyeh01uHxCN290c0fxzHBFfuIbi7Hvr8VrAHydOFgv6+vtqH6FmAA8RQltBM/5IEAAAAASUVORK5CYII=) no-repeat
    }
    .color-picker .containertip {
        top: -6px;

        width: 234px;
        padding: 8px;
    }
    .color_picker_multi .containertip {
        left: 40px;
    }
    .shirt-color-base, .shirt-color-nocolor, .shirt-color-sample {
        width: 22px;
        height: 22px;
        margin: 0 7px 7px 0;
        border-radius: 2px;
        vertical-align: top;
        display: inline-block;
        cursor: pointer;
    }
    .color_picker_multi {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        box-shadow: 0 0 0 1px #d8dddf;
        border: 2px solid #fff;
        border-radius: 2px;
        cursor: pointer;
    }
    .shirt-color-nocolor {
        border: 1px dashed #d3d3d3;
    }
    .color_picker_multi__more{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;width:2pc;height:18px;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAARCAYAAADKZhx3AAAD8GlDQ1BJQ0MgUHJvZmlsZQAAOI2NVd1v21QUP4lvXKQWP6Cxjg4Vi69VU1u5GxqtxgZJk6XpQhq5zdgqpMl1bhpT1za2021Vn/YCbwz4A4CyBx6QeEIaDMT2su0BtElTQRXVJKQ9dNpAaJP2gqpwrq9Tu13GuJGvfznndz7v0TVAx1ea45hJGWDe8l01n5GPn5iWO1YhCc9BJ/RAp6Z7TrpcLgIuxoVH1sNfIcHeNwfa6/9zdVappwMknkJsVz19HvFpgJSpO64PIN5G+fAp30Hc8TziHS4miFhheJbjLMMzHB8POFPqKGKWi6TXtSriJcT9MzH5bAzzHIK1I08t6hq6zHpRdu2aYdJYuk9Q/881bzZa8Xrx6fLmJo/iu4/VXnfH1BB/rmu5ScQvI77m+BkmfxXxvcZcJY14L0DymZp7pML5yTcW61PvIN6JuGr4halQvmjNlCa4bXJ5zj6qhpxrujeKPYMXEd+q00KR5yNAlWZzrF+Ie+uNsdC/MO4tTOZafhbroyXuR3Df08bLiHsQf+ja6gTPWVimZl7l/oUrjl8OcxDWLbNU5D6JRL2gxkDu16fGuC054OMhclsyXTOOFEL+kmMGs4i5kfNuQ62EnBuam8tzP+Q+tSqhz9SuqpZlvR1EfBiOJTSgYMMM7jpYsAEyqJCHDL4dcFFTAwNMlFDUUpQYiadhDmXteeWAw3HEmA2s15k1RmnP4RHuhBybdBOF7MfnICmSQ2SYjIBM3iRvkcMki9IRcnDTthyLz2Ld2fTzPjTQK+Mdg8y5nkZfFO+se9LQr3/09xZr+5GcaSufeAfAww60mAPx+q8u/bAr8rFCLrx7s+vqEkw8qb+p26n11Aruq6m1iJH6PbWGv1VIY25mkNE8PkaQhxfLIF7DZXx80HD/A3l2jLclYs061xNpWCfoB6WHJTjbH0mV35Q/lRXlC+W8cndbl9t2SfhU+Fb4UfhO+F74GWThknBZ+Em4InwjXIyd1ePnY/Psg3pb1TJNu15TMKWMtFt6ScpKL0ivSMXIn9QtDUlj0h7U7N48t3i8eC0GnMC91dX2sTivgloDTgUVeEGHLTizbf5Da9JLhkhh29QOs1luMcScmBXTIIt7xRFxSBxnuJWfuAd1I7jntkyd/pgKaIwVr3MgmDo2q8x6IdB5QH162mcX7ajtnHGN2bov71OU1+U0fqqoXLD0wX5ZM005UHmySz3qLtDqILDvIL+iH6jB9y2x83ok898GOPQX3lk3Itl0A+BrD6D7tUjWh3fis58BXDigN9yF8M5PJH4B8Gr79/F/XRm8m241mw/wvur4BGDj42bzn+Vmc+NL9L8GcMn8F1kAcXgSteGGAAAAxElEQVRIDWNkIAPw5n/4j67t80QBxl8M8hjibAwPGf8Uc2CIM6EbQC/+CLc4ODj4PwjTI7hZyLEElJCw6QMlJGziLL0/MMTJsvjjbT6MUOFX/cToX9yFIb6xt4zxFcMfDHEWbEGLLLZ27VoM12LzFaliA5aqWZB9BPMpshipPiFW/cD5mFgXIqsDJSRkPowNSkgwNjItxsCCIY4hgKwBF5tf3wUjlX68uIfx0k5DDHE99/OMjVevY4gPWFCPWowrWqkuDgAuszagF8/IpAAAAABJRU5ErkJggg==) no-repeat}

    .ssp_color {
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
    }
    .shirt-color-sample {
        border: 2px solid #fff;
        box-shadow: 0 0 0 1px #d8dddf;
        text-align: center;
        font-size: 1rem;
        line-height: 19px;
        position: relative;
    }
    .ssp_block .ssp_color .shirt-color-sample {
        margin-right: 6px;
    }
	.price_loading {display: none; text-align: right;}
	
	.style_adder {
    text-align: center;
}
.style_adder__panel {
    border: 2px dashed #c2c9cc;
    border-radius: 5px;
    color: #c2c9cc;
    cursor: pointer;
    margin: 1rem 0;
    padding: 2.5rem .5rem;
}
.style_adder__panel .style_adder__cta {
    color: #6c7478;
    text-decoration: underline;
}
.style_adder__panel .style_adder__description {
    font-size: 14px;
}
.style_adder__panel:hover {
    border-color: #39ace6;
    color: #39ace6;
}
.style_adder__panel:hover .style_adder__cta {
    color: #186a93;
    text-decoration: none;
}
.ssp_product_select {
    display: block;
    margin: 2.8rem 0;
    padding: 0px 30px;
    border-radius: 5px;
    background: none;
    font-size: .65em;
    line-height: 1.2em;
}
#ui.ssp_select_boxes .ssp_add_button.hover{
    background: #7eb341;
    background-color: #169adb;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #169adb),color-stop(100%, #1592d1));
    background-image: -webkit-linear-gradient(#169adb,#1592d1);
    background-image: linear-gradient(#169adb,#1592d1);
    border: 1px solid #0884c2;
    color: #fff;
}
#ui.ssp_select_boxes .ssp_add_button {
    position: relative;
    float: left;
    width: 10%;
    height: 40px;
    padding: 8px;
}
#ui.ssp_select_boxes .ssp_add_button {
	color: white;
    background: #52b8eb;
    background-color: #52b8eb;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #52b8eb),color-stop(100%, #22a1e0));
    background-image: -webkit-linear-gradient(#52b8eb,#22a1e0);
    background-image: linear-gradient(#52b8eb,#22a1e0);
    border: 1px solid #1592d1;
}
#item-options-dropdown{ height: 40px;
    width: inherit;
    min-width: 400px;
    margin-right: 4px;float: left;}
	
.ssp_select_boxes .ssp_add_button:before {
    content: "+";
}
.ssp_select_boxes:after {
    clear: both;
}
.ssp_select_boxes:after, .ssp_select_boxes:before {
    content: " ";
    display: table;
}
.row.box_design.ssp_block.active {
    border-color: #39ace6;
    background-color: #e1f3fb;
}
.ssp_block.product {
    overflow: visible;
}
.row.box_design.ssp_block{
	   cursor: pointer;
	   width: 100%; 
	   margin-top: 1rem;
	   margin-bottom: .5rem;
	   border: 1px solid #e8eced;
	   border-radius: 3px;
	   background: #f5f7f7;
	   box-sizing: border-box;
	   margin: 0px 0px 20px 0px;
	   padding:  15px 20px 8px 20px; 
}
.row.box_design.ssp_block:hover {
    background-color: #f5fcff;
    cursor: pointer;
}
.ssp_trashcan {
    display: inline-block;
    width: 15px;
    height: 18px;
    cursor: pointer;
    border: 0;
    background: url(images/trash_design.png);
    float: right;
    margin-top: 2px;
}
.woocommerce div.product form.cart label {
    color: #0075cc;
    text-transform: capitalize; 
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
	    text-align: left;
    width: 100%;
}

.woocommerce div.product form.cart  label {
   color: #ff3942;
    text-transform: uppercase; 
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
	    text-align: left;
    width: 100%;
    font-family: Lato;
}
.woocommerce div.product form.cart .design_style select {
    width: 100%;
    float: left;
}

.woocommerce div.product form.cart .design_style td,
.woocommerce div.product form.cart .design_style th {
    border: 0
}
.woocommerce div.product form.cart .design_style label {
    font-weight: 700
}
.woocommerce div.product form.cart .design_style td.label {
    padding-right: 1em
}
.woocommerce div.product form.cart .design_style td {
    vertical-align: top
}
.campaign_option{}

#select_style{  
	/*padding: 5px 0px;*/
	margin: 8px 0px 20px 0;
}
.variations  .value select{padding: 5px 0px;
margin: 8px 0px;}

table.design_style, table.variations {
	    width: 100%;
}
table.design_style td{
    /*padding: 10px 0px;*/
}
/*table.variations td{
	 padding: 8px 0px;	
}*/
table.design_style .label, table.variations .label{
	width: 35%;
	    display: table-cell;
}

.woocommerce .variations_button {
	float: left;
	margin-top: 14px;
} 
.woocommerce div.product form.cart .variations_button .single_add_to_cart_button{
	float: right;
    background: #ff3942;
    border-radius: 8px;
	padding: 14px 38px;
    letter-spacing: 1px;
	color: #fff;
	border: 3px solid #ff3942;
	/*width: 188px;*/
	font-family: Lato;
}

.woocommerce div.product form.cart .variations_button .cart-button{
    background: #fff;
	color: #ff3942;
	border: 3px solid #ff3942;
	margin-left:5px;
}

.woocommerce div.product form.cart .variations_button .cart-button:hover{
    background: #ff3942!important;
	color: #fff!important;
	border: 3px solid #ff3942!important;
}



	.woocommerce div.product form.cart .variations_button .single_add_to_cart_button:hover{
		color: #ff3942;
		background: #fff;
		border: 3px solid #ff3942;
	}

.woocommerce .price_wrapper{}
.woocommerce .variations_button .quantity{display: none!important;     width: 0px;
    visibility: hidden;}

.woocommerce div.product .price_wrapper p.price{
	padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 33px;
    font-weight: bold;
    color: #0075cc;
    line-height: 24px;
	margin: auto;
    width: 162px;
    text-align: center;
	
}
.fa-facebook-official, .fa-instagram, .fa-twitter{
	color: #0075cc;
}
.product-detail p strong{
	text-transform: uppercase;
}
.woocommerce div.product .price_wrapper div.price_note{
	text-align: right;
}
#campaign_countdown-1, #campaign_countdown-2{    width: 300px;
    margin: 0 auto;}
#campaign_countdown-1, #campaign_countdown-2 > div > div{
	background-color: #e3e9f3 !important;
}

.countdown-area {
	/*display: block;*/
    background-color: #e3e9f3;
    height: 150px;
    padding-top: 10px;
	border-radius: 8px;
	width: 97%;
	font-family: Lato bold;
	margin-top: 40px;
	margin-top: 12px;
	/*font-size: 27px!important;*/
}
.campaign_countdown-1 div{
	font-size: 27px !important;
}
.product-detail-social-icons{
	font-family: Lato bold;	
}

.campaign-end {
	color: #ff3942;
	text-align: center;
}

.product-detail-social-icons h4 {
	color: #ff3942;
    text-align: center;
    font-size: 16px!important;
    width: 192px;
    margin-left: -10px;
}

.campaign_transaction_subtext{
    font-size: 13px;}	
.shipping_note {padding: 30px 0px;
    font-size: 13px;
}
.woocommerce div.product .product_title {
  
    font-weight: bold;
}

.woocommerce .product-detail p strong, .woocommerce .product-detail h4 {
	color: #ff3942;
	font-family: Lato bold!important;
}
.woocommerce .product_title {
	color: #0075cc;
    text-transform: uppercase;
    font-family: Lato Heavy;
    font-size: 24px;

}

.design_style select{
	/*margin-top: 0px;
    border: 1px solid grey;
    background: url(images/narrow-down.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 350px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 380px!important;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 5px!important;*/
}

.variations .value select#size,
.variations .value select#color,
.variations .value select#style,
.variations .value select,
.design_style select {
    margin-top: 0px;
    border: 1px solid grey;
    background: url(images/narrow-down.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 99%;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 97.5% !important;
    text-indent: 0.01px;
    /*text-overflow: "";*/
    padding: 5px;
    border-radius: 7px;
    font-family: Lato;
    margin: 8px 0 20px 0;
    overflow: hidden!important;
}
.sizing_info{
	 float: right;
    font-weight: bold;
    color: black;
}   
.fpd-opacity-option{display: none!important;}
   .choose_design_page .choose_design_page-header{border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;}
                        .choose_design_page  .entry-title.choose_design_title{color: #0075cc;
    font-family: 'Montserrat'
    font-weight: bold;
    font-size: 28px;     padding-bottom: 8px;
    margin-bottom: 4px; padding-left: 0px;}
                        .choose_design_page  .intro_design{background: #e3e9f3;     color: #828080;    padding: 25px 22px;    font-size: 20px;}
                        .choose_design_page  .page-content{min-height: 600px;}
.choose_design_page  ul.categories_menu {padding-left: 0px;
    margin: 0px;
    margin-top: 0;
    margin-bottom: 10px;    background: #e3e9f3; }
    .choose_design_page  ul.categories_menu li.active{  
        
    }
    
    .choose_design_page  ul.categories_menu li.no_2.active{border-bottom: 1px solid #fff; background: #fff url(images/tab_active_right.png) left bottom no-repeat;}
    .choose_design_page  ul.categories_menu li.no_1.active{border-bottom: 1px solid #fff; background: #fff url(images/tab_active_left.png) right bottom no-repeat;}
    .child_cate_menu{display: none;}
    #products_ajax{padding-top: 20px}
                            .content_tabs {padding-bottom: 25px; padding-top: 7px;}
                            .intro_category{padding-left: 15px; padding-right: 15px;}
                            .intro_category .intro_category_left{       padding: 2px 287px 0px 0px;}
                            .intro_category .intro_category_right{    padding: 10px 0px;}
                            .intro_category{border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;}
    .intro_category h3.des_catetory_title{    color: #0075cc;
		padding: 0px;
		margin: 0px 0px;
		margin-top: 0px;
		font-size: 18px;
	text-align: center}
  .intro_category    .des_catetory_intro{color: #ff3942;
	  font-size: 16px;
	  text-align: center;}


	.intro_category  .link_category_design:active{
		background: #df4126!important;
		background-color: #df4126!important;
		text-decoration: none;
	}
	.intro_category  .link_category_design:hover{
		text-decoration: none;
		opacity: 0.8
	}
 .intro_category  .link_category_design{
 display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
	 text-decoration: none;
    border-radius: 8px;
    color: white;
    background: #ff3942;
    background-color: #ff3942;

}
   .bottom_link_design_now{margin-bottom: 80px;
    width: 100%;
    text-align: center;}
    .message-coming-soon{width: 100%;
    text-align: center;
    min-height: 124px;
    color: #0075cc;
    font-size: 18px;}
        .message-coming-soon span{    width: 100%;
    text-align: center;
    color: #0075cc;
    padding: 20px 0px;
    font-weight: bold;
    font-size: 28px;
    display: block;
}
        .message-coming-soon p{
        max-width: 460px;
    margin: 0 auto;
    color: #626262;
        }


	.link_category_design_2:active{
		background: #1885b0!important;
		background-color: #1885b0!important;
		color: white;
		text-decoration: none;
	}
	.link_category_design_2:hover{
		opacity: 0.8;
		color: white;
		text-decoration: none;
	}
    .link_category_design_2{display: block;
    text-align: center;
    width: 250px;
    margin: 0 auto;
	text-decoration: none;
    background: #0075cc;
    background-color: #0075cc;
    
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 25px 10px;
    border: 0;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    margin-top: 25px;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    } 
    
    .choose_design_page .shirt-color-sample {
    width: 22px;
    height: 22px;
    margin: 0 3px 3px 0;
    border-radius: 2px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 6px;
}
   .choose_design_page  .colors-available{ width: 210px;
    margin: 0 auto!important;
    
    }  
    .choose_design_page #products_ajax  a img.wp-post-image{
        
            margin-bottom: 0px;
    }
     .choose_design_page #products_ajax  .product_title_green{    color: #0075cc;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 5px;
    display: block;
    font-weight: bold;}
.choose_design_page .content_tabs ul{padding-left: 0px;
    margin: 0px 50px;
    margin-top: 0;
    margin-bottom: 10px;}
    .choose_design_page  ul.categories_menu li{   padding-bottom: 20px; 
        padding-top: 20px;}
        .choose_design_page  ul.categories_menu li{  list-style: none;  
        width: 50%;  
        padding-bottom: 16px; 
        padding-top: 16px;
        float: left;  
        padding-right: 54px;
        padding-left: 54px; 
        margin-bottom: 0px;
        text-align: center;
        }
    .choose_design_page .content_tabs ul li{
		list-style: none;
		width: 193px;
		float: left;
		padding-left: 54px;
		margin-bottom: 0px;
        }
	.choose_design_page .content_tabs ul li:nth-child(1){

	}
	.choose_design_page .content_tabs ul li:nth-child(2){
		margin-left: 95px;
		padding-right: 0px;
		width: 139px;
		padding-left: 0px;
	}.choose_design_page .content_tabs ul li:nth-child(3){
			 margin-left: 95px;
			 padding-left: 0px;
			 width: 139px;
	 }.choose_design_page .content_tabs ul li:nth-child(4){
				   padding-left: 0px;
				   width: 139px;
				   margin-left: 95px;
				   padding-right: 0px;
	  }
    
    .choose_design_page  ul.categories_menu li:nth-child(odd) {
        padding-right: 132px;
    }
   .choose_design_page  ul.categories_menu li:nth-child(even) {
       padding-left: 132px;
    }
      .choose_design_page  ul.categories_menu li:nth-child(odd){padding-left: 104px; }
       .choose_design_page  ul.categories_menu li:nth-child(even){
          padding-right: 104px;
      }

	
	.choose_design_page .content_tabs ul li a:active{
		background: #1885b0!important;
		background-color: #1885b0!important;
		text-decoration: none;
	}
	.choose_design_page .content_tabs ul li a:hover{
		background: #0075cc;
		background-color: #0075cc;
		text-decoration: none;
	}
	.choose_design_page .content_tabs ul li.active a{
		opacity: 1;
		background: #0075cc;
		text-decoration: none;
		background-color: #0075cc;
	}
    .choose_design_page .content_tabs ul li a{
	opacity: 0.7;
     background: #0075cc;
    background-color: #0075cc;
    cursor: pointer;
		text-decoration: none;
		font-size: 17px;
		letter-spacing: -0.9px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: white;
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
     line-height: 42px;
        border-radius: 8px;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;}


	.choose_design_page  ul.categories_menu li a:active{
		background: #df4126!important;
		background-color: #df4126!important;
		text-decoration: none;
	}
	.choose_design_page  ul.categories_menu li a:hover{
		background: #ff3942;
		background-color: #ff3942;
		text-decoration: none;
	}
	.choose_design_page  ul.categories_menu li.active a{
		background: #ff3942;
		background-color: #ff3942;
		text-decoration: none;
	}

.choose_design_page  ul.categories_menu li a{cursor: pointer;
    background: #ff666e;
    background-color: #ff666e;
	text-decoration: none;
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: white;
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
        border-radius: 8px;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
   
   }

.choose_design_page   .ajax_product_loading{text-align: center;    padding-bottom: 50px;} 
  .choose_design_page  .message_ajax{text-align: center;
    font-weight: bold;}
   .bar_skyblue_background{background: #0075cc; height: 10px; 
    text-align: center; visibility: hidden}
            .bar_skyblue_background h1{    line-height: 50px;
            
    font-size: 23px;
           
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    display: inline-block;
    margin: 0px;
    padding: 0px;  padding-top: 10px;}
                
	.content_sub_text{
	color: #585858; letter-spacing: 1px; font-weight: 600;
    font-size: 15px;
	font-family: "Lato Light";
	padding-top: 10px;
	letter-spacing: 1px;
	}

    .title_sub_h5{
    color: #585858;
    font-size: 18px;
    text-align: center;
	font-weight: bold;
	font-family: "Lato";
	padding-top: 8px;
	letter-spacing: 1px;
	}

	.mid_block_row{padding: 20px 0px;}
    
	#menu-main-menus{padding-left: 0px}             
	#menu-main-menus .menu-item.home-menu{    padding: 6px 10px;}
	#menu-main-menus .menu-item.home-menu img{ height: 38px;}

	.txt_line0{color: #585858;
	font-size: 22px;}
	
	.block_content_h{padding: 20px 0px 10px 0px;}
	.block_content_h_1 ,.block_content_h_2 ,.block_content_h_3  {    padding-left: 10px;}
	.block_content_h_1 h5,.block_content_h_2 h5,.block_content_h_3 h5{
	color: #585858;
    text-align: center;
    font-size: 18px;
	font-family: "Lato"; 
	font-weight: bold;   
                    }
                .owl-item .item p{margin-bottom: 0px;}
                .mid_block_row_title h2{text-align: center; font-family: "Lato"; font-weight: 900; font-size: 27.5px; color: #585858;}
                .mid_block_row.mid_block_row_first{padding-top: 0px;}
                
                
                .woocommerce.choose_design_page  ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 29.05%;
}
body.home #content{font-family: 'LATO';}


.button_bottom_create{text-align: center;
    padding: 12px 10px 27px;}

	.button.js-create-it-now.bottom:focus{
		outline:0;
		
	}
	.button.js-create-it-now.bottom:active{
		
	}
	.button.js-create-it-now.bottom:hover{
		background: #ff3942;
		background-color: #ff3942;
		text-decoration: none;
		opacity: 1.0;
		color: #fff;
		
	}
	.button.js-create-it-now.bottom{
		border: 3px solid #ff3942;
		background: #fff;
		background-color: #fff;
		text-decoration: none;
	}

.choose_design_des{    font-weight: normal;
    text-align: left; font-family: 'Montserrat';}

/** wrapper-tshirt **/
	@media only screen and (min-width: 1024px) {
		#wrapper-tshirt .grid-4{
			width: 33.3333%; 
		}
	}
	
	@media only screen and (min-width: 1000px) and (max-width: 1024px) {
		.choose_design_page .content_tabs ul li {
			zoom: 0.86;
		}
	}




	
	#wrapper-tshirt .grid-4{
		margin-left: 0;
		border-bottom: 1px solid #eee;
		min-height: 550px;
		margin-bottom: 20px;
		padding: 0 40px;
	}
	.product_title_green{
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #0075cc;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#wrapper-tshirt .entry-header{
		text-align: center;
	}
	#wrapper-tshirt .entry-header p{
		margin: 0;
	}
	#wrapper-tshirt .inview{
		text-align: center;
	}
	
	#wrapper-tshirt .inview img{
		
	}
	.attr-color{
		min-height: 70px;
	}

	.attr-color img {width: ;}

	.choose_design_des p{
		padding-top: 5px;
		line-height: 24px;
		font-size: 12px;
		font-color: #808080;
	
	}
	/***add for changes 2 page singlepost - categoryblog***/
	@media only screen and (min-width: 1024px) {
		.category-blog .grids{
			/* padding: 0 30px; */
			margin-left: 0;
		}
		body:not(.home) .masonry-layout .hentry {
			border-bottom: 1px solid #eee;
		}
		.category-blog .entries{
			/* padding: 0 15px; */
			/* width: 1050px; */
			/* margin-left: 30px; */
		}
		.category-blog .entries article{
			min-height: 500px;
			width: 33.3333%;
			margin-left: 0px;
			padding: 0 15px;
		}
		.category-blog .entries article:first-child{
			/* padding-left: 0; */
		}
		.category-blog .entries .entry-image{
			margin: 0;
			min-height: 230px;
		}
		.entries article .author,
		.entries article .author a{
			color: #808080
		}
		
		.entries  .read-more-link{
			position: absolute;
			bottom: 35px;
			left: 15px;
		}
		.single-post .category-blog .grids{
			margin-left: -30px;
		}
		.single-post .entry-media figure{
			margin-top: 0; 
		}
		.single-post .social-box{
			border-top: 1px solid #eee;
		}
		.single-post .nav-single{
			border-top: 1px solid #eee;
			border-bottom: 1px solid #eee;
		}
		.single-post .related-posts {
			border-bottom: 0;
		}
	}
	
	.category-blog .title-with-sep{
		background: none;
	}
	.category-blog .title-with-sep .entry-title{
		color: #0075cc;
    	font-size: 28px;
    	padding: 8px 0px;
    	margin: 0;
	}
	.single-post .title-with-sep{
    	background: none;
    }
    .single-post .entry-title{
    	color: #0075cc;
    	font-size: 28px;
    	padding: 8px 0px;
    	margin: 0;
    }
	
	.single-post .entry-content .content-title{
		padding-left: 10px;
		font-size: 20px;
		color: #808080;
	}
	.single-post .entry-content p{
		color: #808080;
		font-size: 14px;
		text-transform: inherit;
	}
	.single-post .entry-content > p:first-of-type:first-letter {
    	font-size: inherit;
		float: none;
		line-height: inherit;
		padding: 0;
    }
	.single-post .carousel .item .entry-image{
		min-height: auto;
	}
	.single-post .carousel .item{
		height: 210px;
	}
	.price_content_1 .currency_pre{
	color: #0075cc;
	font-size: 24px;
	font-weight: 700;
}
    .price_content_2 .currency_pre{
        color: #30b444;
        font-size: 2rem;
    }
    .price_content_3 .currency_pre{
        color: #11abf5;
        font-size: 18px;
        line-height: 36px;
        padding-right: 2%;
    }
.minimun_title{    font-weight: normal;}
h2.title_intro_sizing{    color: #ff660e;
	font-size: 18px;
	font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 8px;}
.text_intro_sizing{    padding-right: 20%;
	text-align: justify;
	font-size: 17px;}
.sizing_mid_content{padding-top: 20px;}

.page-sizing-info ul.categories_menu{border-top: 1px solid #D0CACA;}

#masthead{    overflow: hidden;}


@media all and (max-width: 991px) {
	.home_block_1_left{}
	.home_block_1_right{}
	body.home .mid_block_row{margin-top: 20px; margin-bottom: 20px;}
	.inspiration, .case-study-02 {width: 100%!important}

	.case-study-02 .col-md-445 {width: 100%!important; text-align:center!important;}
	.case-study-02 img {border-radius: 0px!important;}
	.case-study-02 .col-md-635, .case-study-02 .button_bottom_create {text-align:center!important;}
	.best-seller {max-width: 230px!important}
	.product-detail{margin-top: 0px;}
}
@media all and (min-width: 992px) {
	.col-md-635 {
		/* width: 635px; */
		width: 56%;
		margin: 82px 0 40px;
		float: left;
		padding-left: 60px;
		padding-right: 20px;
	}
	.col-md-445 {
		/* width: 425px; */
		width: 40%;
		margin: 65px 0 40px;
		float: left;
		padding-right: 20px;
	}
	.home_block_1_right{width: 54%!important;}
	.home_block_1_left{width: 46%!important;}
}

//body.home img.alignnone {max-width: 90%!important;}

.block_content_h p {padding: 0px;}
.block_content_h img {width: 100%!important;}

/*** 03-01-2016 ***/
.woocommerce table.shop_table{
	margin-top: 20px;
}
#billing_phone{
	border: 1px solid #ccc;
	padding: 10px;
}
@media all and (min-width: 960px) {	
	.secondary-menu{
		display: none!important;
	}
	.mb_nav{
		display: none;
	}
	.product_title_mb{
		display: none;
	}
	#customer_details .select2-container, select2-drop{
		z-index: 99!important;
	}
	#more-info-content{
		width: 550px;
		margin: 0 auto;
	}
}
@media all and (max-width: 960px) {
	/*.variations_button{
		margin-left: 100px; 
	}*/
	#branding{
		display: none;
	}
	#open-pageslide{
		float: right;
		top: 10px;
		position: relative;
		
	}
	.icomoon-menu{
		background: url(images/nav_mb.png) no-repeat;
		width:45px;
		height: 70px;
		background-size: 100%;
		display: inline-block;
	}
	.top-strip{
		height: 112px;
		padding-top: 12px;
	}
	.mb_nav{
		display: inline-block;
		float: left;
		position: relative;
		top: 0px;
		left: 35%;
	}
	.mb_nav a{
		display: inline-block;
	}
	
	.header_top_right,
	.top-links{
		display: none;
	}
	
	.woocommerce div.product{
		/*border-bottom: 1px solid #333;*/
		margin-bottom: 20px;
	}

	.thumbnails a {
		margin: 1px !important;
	}

	.thumbnails_mb{
		position: absolute;
		z-index: 101;
		width: 16%;
	}
	.product_title_mb{
		display: block;
		font-size: 25px;
		font-weight: bold;
		color: #0075cc;
    	text-align: center;
    	text-transform: uppercase;
	}
	.product_title_pc{
		
	}
	#customer_details .select2-container, .select2-drop{
		/*z-index: 99 !important;*/
	}
	.footer_banner{
		position: relative;
	}
	#footer .col-md-4{
		width: 33.33333333%;
		float: left;
	}
	.block_content_h p{
		text-align: center;
	}
	/*** 03-03-2016 ***/
	.choose_design_page ul.categories_menu li:nth-child(odd){
		padding-left: 40px;
		padding-right: 40px
	}
	.choose_design_page ul.categories_menu li:nth-child(even){
		padding-left: 40px;
		padding-right: 40px;
	}
	.choose_design_page .content_tabs ul{
		margin: 0 15px;
	}
	.choose_design_page .content_tabs ul li:nth-child(1){
		padding-left: 20px;
	}
	.choose_design_page .content_tabs ul li:nth-child(2){
		padding-left: 20px!important;
		margin-left: 0px!important;
	}
	.choose_design_page .content_tabs ul li:nth-child(3){
		margin-left: 20px;
	}
	.choose_design_page .content_tabs ul li:nth-child(4){
		padding-left: 20px!important;
		margin-left: 0px!important;
	}
	.intro_category .intro_category_left{
		padding: 10px;
	}
	.hero-banner {
	    height: 600px;
	    background-size: cover;
	}
}
/*** 03-03-2016 ***/
@media only screen and (min-width: 480px) and (max-width: 750px) {
	.site-content .wrapper{width:85%}
}
@media all and (max-width: 751px) {
	
	.top-strip{
		height: 70px;
		padding-top: 15px;
	}
	.mb_nav{
		width: 80%;
		top: -4px;
	}
	#open-pageslide{
		top: 5px;
	}
	.icomoon-menu{
		width: 35px;
		height: 40px;
	}
	
	/*** 03-03-2016 ***/
	.choose_design_page ul.categories_menu li:nth-child(odd){
		padding-left: 40px;
		padding-right: 40px
	}
	.choose_design_page ul.categories_menu li:nth-child(even){
		padding-left: 40px;
		padding-right: 40px;
	}
	.choose_design_page ul.categories_menu li:nth-child(odd) a{
		height: auto;
	}
	.choose_design_page ul.categories_menu li:nth-child(even) a{
		height: auto;
	}
	.choose_design_page .content_tabs ul{
		margin: 0 15px;
	}
	.choose_design_page .content_tabs ul li:nth-child(1),
	.choose_design_page .content_tabs ul li:nth-child(2),
	.choose_design_page .content_tabs ul li:nth-child(3),
	.choose_design_page .content_tabs ul li:nth-child(4){
		width: 40%;
		margin: 10px 20px;
		padding-left: 0;
	}
	
}
@media all and (max-width: 630px) {
	
	.page-cart .woocommerce  form{
		
	}
	/*** 03-03-2016 ***/
	.mb_nav{
		top: -5px;
	}	
}
/*** 03-03-2016 ***/
@media all and (max-width: 571px) {
	.choose_design_page ul.categories_menu li:nth-child(odd){
		padding-left: 20px;
		padding-right: 20px
	}
	.choose_design_page ul.categories_menu li:nth-child(even){
		padding-left: 20px;
		padding-right: 20px;
	}
	.choose_design_page .content_tabs ul li:nth-child(1),
	.choose_design_page .content_tabs ul li:nth-child(2),
	.choose_design_page .content_tabs ul li:nth-child(3),
	.choose_design_page .content_tabs ul li:nth-child(4){
		margin: 10px 15px;
	}
}
@media all and (max-width: 481px) {
	.top-strip .wrapper{
		width: 350px;
	}
	
	#pageslide .menu li#menu-item-13:first-child{
		text-align: center;
	}
	#pageslide .menu li#menu-item-13:first-child a{
		width: 50%;
		display: inline-block;
	}
	.mb_nav{
		top: 0px;
		left: 0px;
		width: 310px;
		text-align:center;
	}
	#open-pageslide{
		top: 5px;
		
	}
	.icomoon-menu{
		width: 30px;
		height: 30px;
	}
	.woocommerce div.product .price_wrapper p.price{
		font-size: 36px;
		text-align: center;
	}
	.woocommerce div.product form.cart .variations_button .single_add_to_cart_button{
		padding: 14px 10px;
		
	}
	.woocommerce form .form-row{
		width: 100%;
	}
	#payment li label{
		width: 85%;
	}
	.woocommerce div.product form.cart  select {
	}
	#footer .col-md-4{
		padding-top: 10px;
	}
	.woocommerce .shop_table td.actions input{
		height: 37px!important;
		padding: 14px 5px;
		font-size: 14px;
		line-height: 12px;
		float: right;
	}
		
	.woocommerce .shop_table .product-name a{
		font-size: 14px!important;
		line-height: 32px;
	}
	.woocommerce .shop_table .product-name i{
		font-size: 14px!important;
		line-height: 12px!important;
	}
	.woocommerce .shop_table .cart_item .product-price span.amount,
	.woocommerce .shop_table .cart_item .product-subtotal span.amount{
		font-size: 14px!important;
	}
	.woocommerce td.product-name dl.variation dd,
	.woocommerce td.product-name dl.variation dt{
		line-height: 20px;
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	.cart-collaterals .cart_totals h2{
		font-size: 22px;
	}
	.cart-collaterals .cart_totals table th{
		font-size: 16px;
	}
	.cart-collaterals .cart_totals table td{
		text-align: left;
	}
	.cart-collaterals .cart_totals table td span{
		float: right;
	}
	.woocommerce .woocommerce-checkout h3{
		font-size: 18px;
		font-weight: 700;
		position: relative;
	}
	.woocommerce .woocommerce-checkout #ship-to-different-address{
		padding-left: 0;
		background-position: 20px;
	}
	.woocommerce .woocommerce-checkout #ship-to-different-address label{
		float: right;
		padding-left: 27px;
		margin-top: 18px;
	}
	.woocommerce .woocommerce-checkout #ship-to-different-address input#ship-to-different-address-checkbox{
		position: absolute;
		top: 25px;
		left: 2px;
	}
	/*** 03-03-2016 ***/
	.choose_design_page ul.categories_menu,
	.choose_design_page ul.categories_menu li.no_2.active,
	.choose_design_page ul.categories_menu li.no_1.active{
		background: none;
	}
	.choose_design_page ul.categories_menu li:nth-child(odd){
		padding-left: 5px;
		padding-right: 5px;
		background: none;
	}
	.choose_design_page ul.categories_menu li:nth-child(even){
		border-bottom: 0;
		padding-left: 0px;
		padding-right: 0px;
	}
	.choose_design_page ul.categories_menu li{
		border-bottom: 0;
	}
	.choose_design_page ul.categories_menu li a{
		font-size: 14px;
	}
	.choose_design_page .content_tabs ul li a{
		font-size: 14px;
	}
	.choose_design_page .content_tabs ul li:nth-child(1),
	.choose_design_page .content_tabs ul li:nth-child(2),
	.choose_design_page .content_tabs ul li:nth-child(3),
	.choose_design_page .content_tabs ul li:nth-child(4){
		width: 45%;
	}
	.choose_design_page .content_tabs ul li:nth-child(1),
	.choose_design_page .content_tabs ul li:nth-child(3){
		margin-left: 0;
		margin-right: 5px;
	}
	.choose_design_page .content_tabs ul li:nth-child(2),
	.choose_design_page .content_tabs ul li:nth-child(4){
		margin-right: 0;
		margin-left: 17px;
	}
}
@media all and (max-width: 460px) {

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff;
	}

	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		display: inherit;
	}

	.woocommerce a.button.alt {
		background-color: #ff3942;
	}

	#campaign_countdown-1, #campaign_countdown-2{
		position: relative;
	}
	.page-cart .woocommerce  form{
	}
	
	.page-my-account .panel-default .table-striped{
		zoom: 0.9;
		transform: scale(0.8);
		-ms-transform: scale(0.8);
		-mos-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-mos-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-bottom: -410px;
	}
	
}

@media all and (max-width: 370px) {
	.top-strip .wrapper{
		width: 310px;
	}
	.mb_nav{
		width: 270px;
	}
	.woocommerce div.product .price_wrapper p.price{
		font-size: 37px;
	}
	.woocommerce div.product .price_wrapper div.price_note{
		font-size: 12px;
	}
	#payment li label{
		width: 80%;
	}
	.woocommerce div.product form.cart .variations_button .single_add_to_cart_button{
		font-size: 12px;
		padding: 14px 5px;
	}
	/*.woocommerce div.product form.cart  select {
		width: 100px!important;
	}*/
	.page-cart .woocommerce  form{
	}
	.page-my-account .panel-default .table-striped{
		transform: scale(0.65);
		-ms-transform: scale(0.65);
		-mos-transform: scale(0.65);
		-webkit-transform: scale(0.65);
		transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-mos-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-bottom: -850px;
	}	
	
}

@media all and (max-width: 360px) {
	.page-cart .woocommerce  form{
		zoom: 0.9;
	}
	.woocommerce .woocommerce-checkout h3 {
    	font-size: 14px;
	}
	.woocommerce .shop_table .product-name a {
		font-size: 14px;
	}
	.choose_design_page ul.categories_menu li a{
		font-size: 12px;
	}
	.choose_design_page .content_tabs ul li a{
		font-size: 12px;
	}
}

.single-product #content{padding-top: 10px;}

.footer_banner {
    background-color: #fff;
    text-align: center;
    bottom: 0px;
    width: 100%;
    z-index: 999999;
}

.main-title {text-align:center; padding-top: 300px; margin-top:0px; color: #fff; font-size: 41px; font-family: Lato Black; letter-spacing: 1px;}

.main-title-hiw {text-align:center; margin-top:0px; padding-bottom: 5px; font-size: 33px; font-family: Lato Black; color: #585858}

.sub-main-title {text-align:center; color: #fff; font-size: 15px; letter-spacing: 1px;}

.howitwork .button_bottom_create {padding-top: 3px; padding-bottom: 30px;}
.top-rectangle {
	display: block;
    height: 50px;
    width: 100%;
    background-color: white;
    margin-top: -6px;
    margin-bottom: 50px;
    border-radius: 8px;
}

.bottom-rectangle {
	display: block;
    height: 56px;
    width: 100%;
    background-color: white;
    margin-top: 38px;
    border-radius: 8px;
}

.bottom-rectangle-gday {
	margin-top: 50px;
	margin-bottom: -5px;
	float: left;
}

.hiw {
	display: block;
	float: left;
	padding-left: 38px;	
	width: 990px;
	margin-bottom: 21px;
	
}

.hiw li {
	display: block;
    width: 315px;
    float: left;
 
	text-align: center;
	color: #ff3942;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

.hiw-step {padding: 14px; 0px; 40px; 0px}

.hiw .hiw-image { height: 253px; }

.hiw .row2 {
	padding: 17px;
}

.hiw li div img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 253px;
}

.hiw-title {
	background-color: #0075cc;
    height: 60px;
    color: #fff;
    font-weight: 600;
    vertical-align: bottom;
    line-height: 60px;
	letter-spacing: 1px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.step-medium .row2 {
	display: block;
    width: 220px;
	text-align: center;
	color: #ff3942;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 0px auto;
    max-width: 220px;
}

.gday{
	background-color: #0075cc;
    text-align: center;
	border-radius: 10px;
	float: left;
	margin-bottom: 3px;
}


.gday h2 {
	font-family: Lato Black;
	color: #8fc7e8;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 1px;

}

.gday-top {
	height: 275px;
}
.gday-top .gday-content {
	color: white;
	padding: 25px 90px 10px 90px;
	letter-spacing: 1px;
}

.gday ul li {
	width: 340px;
    display: block;
    float: left;
}

.gday ul li img {
	width: 340px;
	height: 254px;
}
.gday ul li.first img { border-bottom-left-radius: 10px; }
.gday ul li.last img { border-bottom-right-radius: 10px; }

.row-large{
	display: block;
    float: left;
    background-color: #e3e9f3;
    width: 100%;
}

.top-seller-list {
	display: block;
    float: left;
}

.top-seller-list li {
	padding-top:10px;
	display: block;
    width: 186px;
    float: left;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 53px 0px 0px;
}

.top-seller-list li:first-child{
	margin-left: 19px;
}

.top-seller-list li:last-child{
	margin-right: 0px;
}

.top-seller .button_bottom_create {
	padding: 0px;
	
}

.top-seller .button_bottom_create a{
	margin: 0px;
	padding: 10px 33px 10px;
}

.top-seller-list-mobile div {
	text-align: center;
	text-transform: uppercase;
}

/*** update 2016-05-09 ***/
.hero-banner .button.js-create-it-now.bottom{
	background: #ff3942;
	color: #fff;
	font-family: Lato Black;
}

.hero-banner .button.js-create-it-now.bottom:hover{
	background: #fff;
	color: #ff3942;
	border: 3px solid #fff;
}


.gday .gday-social li{
	width: 64px;
}
.gday-social{
	display: inline-block;
}

.product-detail-social-icons, .product-detail-social {
	width: 180px;
	margin: auto;
	/*font-size: 16px;*/
}


.product-detail-social-icons ul li {
	display:block;
	width: 60px;
	float: left;
	text-align: center;
	font-family: fontawesome;
	font-size: 38px;
}

.product-detail-social-icons ul li a:hover {
	text-decoration: none;
	color: #8fc7e8;
}

.product-detail-social-icons ul li span {
	display: none;
}

.fa {
  display: inline-block;
  font-family: fontawesome;
  font-size: 38px;
  line-height: normal;
  color: #91c6e6;
}
.fa:hover{
	color: #91c6e6;
	text-decoration: none;
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-twitter:before {
  content: "\f099";
}

.fa .icon-span{
	margin: 0;
	padding-left: 10px;
    color: #fff;
    font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    
} 

.fa .icon-span:hover{
	color: #8FC7E8;
	text-decoration: none;
}


.wrap-footer{
	background: #0075cc;
	padding: 5px 0 50px;
}
.col2{
	width: 20%;
	display: inline-block;
	float: left;
	max-width: 130px;
	margin-left: 65px;
}
.col2:first-child{
	max-width: 170px;
	margin-left: 12px;
}
.col2:last-child{
	
}
.col2:nth-child(3){
	
}
.footer-logo{
	max-width: 100px;
}
.footer-title{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.wrap-footer .footer-links{
	padding: 0px 0 0;
}
.footer-links li {
	text-align: left;
}
.footer-links li a{
	margin: 0;
	color: #fff;
	font-size: 12px;
}

.footer-links li a:hover{
	color: #8FC7E8;
	text-decoration: none;
}

ul.footer-social{
	padding: 0px 0 0;
}
.footer-social li{
}
.footer-social .fa{
	font-size: 14px;
}
.col-md-635 h2  {
	color: #404041;
	font-weight: 800;
	font-size: 30px;
	margin-top: 0px;
	font-family: Lato Black;
	letter-spacing: 1px;
}
.col-md-635 h6  {
	color: #0075cc;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
}
/*** update 2016-05-09 ***/

.case-study-02{
}

.case-study-02{
	width: 1020px;
	height: 419px;
    margin: auto!important;
    background-color: #0075cc;
	padding: 0px;
	border-radius: 10px;
}


.inspiration{
	width: 1020px;
	height: 420px;
    margin: auto!important;
    background-color: #0075cc;
	padding: 0px;
	border-radius: 10px;
	margin: 0px;
}

.inspiration img{
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px; 
	height: 420px;

}

.inspiration .col-md-445, .inspiration .col-md-635 {
	padding: 0px;
	margin: 0px;
}

.inspiration .col-md-635 {
	padding: 40px 50px;
	width: 60%;
	
}

.inspiration .content_sub_text, .inspiration h5, .inspiration h6 {
	color: #fff;
}

.inspiration h5 {
	font-size: 30px;
	padding-top: 0px;
}


.inspiration h6 {
	padding-top: 6px;
	color: #8fc7e8;
}

.inspiration .js-create-it-now{
	border: 3px solid #fff!important;
	background-color: #0075cc!important;
	color: #fff!important;
}

.inspiration .js-create-it-now:hover{
	background-color: #fff!important;
	color: #0075cc!important;
}

.inspiration .button_bottom_create {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
}


.case-study-02 img{
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px; 
	height: 419px;
} 

.case-study-02 .col-md-445 {
	padding: 0px;
	margin: 0px;
}

.case-study-02 .col-md-635 {
	padding-left: 44px;
	padding-top: 35px;
	margin: 0px;
	
}


.case-study-02 h2 {
	color: #fff;	
}


.case-study-02 .content_sub_text, .case-study-02 h5 {
	color: #fff;
}
.case-study-02 h6 {
	color: #8fc7e8;
}

.case-study-01 {
	padding:0px;
}

.case-study-01 .col-md-445 {
	padding: 0px;
	margin: 50px 0px 0px 0px;
}


.case-study-01 img {
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px;
	height: 424px;
	width: 400px;
    margin-bottom: 50px;
    margin-right: 20px;
	float: right;
}

.case-study-01 .button_bottom_create {
	text-align: left;
	padding: 0px;
	margin-top: 63px;
}


.case-study-02 .button_bottom_create {
	text-align: left;
	padding: 0px;
	margin-top: 58px;
}

.case-study-02 .col-md-445 {
	width: 39%;
}


.case-study-02 .js-create-it-now{
	border: 3px solid #fff!important;
	background-color: #0075cc!important;
	color: #fff!important;
}

.case-study-02 .js-create-it-now:hover{
	background-color: #fff!important;
	color: #0075cc!important;
}

.niche {
	background-color: #fff;
	height: 307px;
}	

.niche h2 {
	color: #0075cc;
	padding: 0px;
	font-size: 34px;
}
.niche .sub-main-title {
	color: #404041;
}
.hero-banner-bottom .main-title {
	padding-top: 165px;
	color: #404041;
}

.top-seller .main-title{
	color: #0075cc;
	font-size: 35px;
}

.top-seller .text-center {
	font-size: 15px;
}

.flag, .description, .name {
	font-size: 14px;
}
.flag {
	background-color: #0075cc;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.description {
	color: #333;
    background-color: #fff;
	border: 3px solid #ff3942;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	text-transform: none;
}

.description p {
	padding: 8px 3px;
	margin: 0px;
}

.name {
	background: #ff3942;
    color: #fff;
}

.keywords {
	margin-top: 13px;
}

.keywords-01 {
	margin: auto;
    max-width: 660px;
}
.keywords-02 {
	clear: left;
	margin: auto;
    max-width: 820px;
}
.keywords-03 {
	clear: left;
	margin: auto;
    max-width: 750px;
}
.keywords .button_bottom_create {
	
	display: block;
    float: left;
    padding: 2px;
    margin: 5px;
    height: 60px;
}

.keywords .button_bottom_create a{ 
	padding: 10px 22px;
	font-size: 15px;
}

.keywords .button_bottom_create span{ 
	padding: 10px 22px;
	font-size: 15px;
	cursor: default;
}

.keywords .js-create-it-now, .hero-banner-bottom .js-create-it-now{
	background: #ff3942!important;
    color: #fff;
	margin-top: 6px;
}

/* for mobile*/
.keywords-sm {
	clear: left;
	margin-top: 13px;
}

.keywords-01-sm {
	margin: auto;
    max-width: 252px;
}
.keywords-02-sm {
	clear: left;
	margin: auto;
    max-width: 235px;
}
.keywords-03-sm {
	clear: left;
	margin: auto;
    max-width: 280px;
}
.keywords-04-sm {
	clear: left;
	margin: auto;
    max-width: 227px;
}
.keywords-05-sm {
	clear: left;
	margin: auto;
    max-width: 265px;
}
.keywords-06-sm {
	clear: left;
	margin: auto;
    max-width: 105px;
}
.keywords-sm .button_bottom_create {
	
	display: block;
    float: left;
    padding: 2px;
    margin: 5px;
    height: 60px;
}

.keywords-sm .button_bottom_create a{ 
	padding: 10px 22px;
	font-size: 15px;
}

.keywords-sm .button_bottom_create span{ 
	padding: 10px 22px;
	font-size: 15px;
	cursor: default;
}

.keywords-sm .js-create-it-now, .hero-banner-bottom .js-create-it-now{
	background: #ff3942!important;
    color: #fff;
	margin-top: 6px;
}

/* end for mobile*/

.hero-banner-bottom .js-create-it-now:hover{
	background: #fff!important;
    color: #ff3942!important;
	border: 3px solid #fff;
}

.best-seller {
	max-width: 952px;
    margin: 0 auto;
}
.know-page .page-content{
	padding: 0 40px;
}
.page-template-knowital-page .content-title{
	color: #0075cc;
	font-size: 26px;
	font-weight: bold;
	font-family: Lato;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0px;
}
.page-template-knowital-page .text-question{
	color: #ff3942;
	font-size: 16px;
	font-family: Lato;
	text-transform: uppercase;
	margin-top: 35px;
}
.know-page p{
	font-family: Lato;
}
.know-col-left{
	width: 74%;
	float: left;
}
.know-col-right{
	width: 26%;
	float: right;
	padding-left: 40px;
	margin-top: 75px;
}
.know-col-right h3.active{
	color: #ff3942;
}
.know-col-right h3{
	color: #0075cc;
	font-size: 16px;
	font-family: Lato;
	text-transform: uppercase;
	line-height: normal;
	margin: 0 0 5px;
	font-weight: bold;
}
.know-col-right ul{
	padding-left: 0;
	margin-bottom: 20px;
}
.know-col-right li{
	list-style-type: none! important;
	padding-left: 0;
	margin-bottom: 5px;
}
.know-col-right li a{ 
	font-size: 14px;
	color: #8fc7e8;
}
.know-col-right li a:hover{ 
	color: #8FC7E8;
	text-decoration: none;
}


.page-template-knowital-page .bottom-rectangle, .woocommerce-page .bottom-rectangle, .search-results .bottom-rectangle{
	margin-top: 120px;
}

.page-template-knowital-page  .main-title, .woocommerce-page .main-title, .search-results .main-title {
	padding-top: 86px;
}


.page-template-knowital-page  .main-title,
.page-template-knowital-page .sub-main-title
.woocommerce-page .main-title,
.woocommerce-page .sub-main-title
{
	color: #fff;
}

.page-template-knowital-page #masthead {
	height: 50px;
}

.woocommerce .hero-banner {
	height: 200px;
}


.page-template-knowital-page .hero-banner, .woocommerce-page .hero-banner, .search-results .hero-banner{
	height: 330px;
}

.search-results #content {
	margin-bottom: 50px!important;
}

.search-results article {
	margin-bottom: 20px;
}


.term-holden-on-tight .hero-banner {
	height: 330px!important;
}

.page-template-knowital-page .hero-banner-bottom, .woocommerce-page .hero-banner-bottom {
	height: 300px;
}




/* Update 23-05-2016 for Ipad */
@media all and (max-width: 960px){	

}

@media all and (max-width: 1220px){	

 
 .thumbnails_mb{
 	display: none;

 }
 .mousetrap{
 	display: none;
 }
}



/* D:- Update 22-05-2016 */
/*@media all and (max-width: 960px) {*/

@media all and (max-width: 768px) {
	/* page-my-account */
	.slick-slider{
		display: block !important;
	}
	.slick-slide img{
		width: calc(100% - 60px);
    	margin: 0 auto;

	}
	.thumbnails-mobile{
		/*display: block;*/
	}
	.mobile-respon{
		display:block!important;
	}
	.single-product #content {
    	padding-top: 0px;
	}
	.page-my-account {  

	}
	.woocommerce-account #content {  }
	.woocommerce-account #content .howitworks-pagetitle{
		margin-top: 15px;
	    padding-bottom: 0px;
	    font-family: Lato Black;
	    margin-bottom: 20px;
	    text-transform: uppercase;
	    font-size: 20px;
	}
	.woocommerce-account #content .howitworks-block-top {display: none;}
	.woocommerce-account #content .howitworks-block-content{  }
	.woocommerce-account #content .wrapper{  }
	.woocommerce-account #content .woocommerce {  }
	.woocommerce-account #content .woocommerce .myaccount_user {color: #585858; margin-bottom: 15px;}
	.woocommerce-account #content .woocommerce .myaccount_user strong{ color: #585858; }
	/*.page-my-account #content .woocommerce .myaccount_user a { color: #585858; }*/
	.woocommerce-account #content .woocommerce h2 {     
		color: #ff3942;
    	text-transform: uppercase; 
    	font-size: 12px;
    	padding-bottom: 0px !important;
		margin-bottom: 0px;
    }
	.woocommerce-account #content .woocommerce .panel-default{border: none;box-shadow: none;    margin-bottom: -10px;}
	.woocommerce-account #content .woocommerce .panel-default .panel-body { border: none; padding-top: 0px;}
	.woocommerce-account #content .woocommerce .panel-default .panel-body .row{  
		border-color: #0075cc;
	    border:  solid 1px #0075cc;
	    border-radius: 4px;
	}
	.woocommerce-account #content .woocommerce .panel-default .panel-body .row .box{ 
		border: none;
	    width: 28%;
	    float: left;
	    margin-top: 15px;
	    margin-bottom: 15px;
	    color: #585858;
	    font-family: Lato;
	    font-size: 13px;
	    text-transform: uppercase;
	    text-align: center;
	    margin-left: 4%;
	}

	.woocommerce table.shop_table  {
		margin-top: 0px;
	}

	.woocommerce-account #content .woocommerce .panel-default .panel-body .box_desc {
		width: 135px;
	}
	.woocommerce-account #content .woocommerce .panel-default .panel-body .row .box .box_number {
		color: #0075cc;
		font-family: Lato;
	}
	.woocommerce-account #content .woocommerce .panel-default .panel-body .table-striped{ display: none; }
	.woocommerce-account #content .woocommerce .my_account_orders {  
		border-color: #0075cc;
	    border:  solid 1px #0075cc;
	    border-radius: 4px;
	    margin-bottom: 0px;
	}
	.woocommerce-account #content .woocommerce .my_account_orders tr {
		border: none;
		width: 30%;
	    float: left;
	    margin-left: 3%;
	    margin-top: 15px;
	    background: transparent;
	    margin-bottom: 15px;
	}
	.woocommerce-account #content .woocommerce .my_account_orders td {
		border: none; 
		background: transparent;
		padding: 2px 8px;
		font-family: LATO;
	}
	.woocommerce-account #content .woocommerce .my_account_orders .order-actions {

	}
	.woocommerce-account #content .woocommerce .my_account_orders .order-actions .view{
		font-size: 12px;
	    height: 25px;
	    padding-top: 4px;
	    font-family: LATO;
	}

	.woocommerce-account #content .woocommerce .myaccount_address{ display: none; }
	.woocommerce-account #content .woocommerce .col2-set {
		    margin-bottom: 30px;
	}
	.woocommerce-account #content .woocommerce .col2-set  .title a { line-height: 35px; text-transform: uppercase;font-size: 14px; }
	.woocommerce-account #content .woocommerce .col2-set .col-1{
		width: 45%;
	    float: left;
	    margin-right: 5%;
	}
	.woocommerce-account #content .woocommerce .col2-set .col-1 h3{ 
		background: transparent; 
		padding: 0px; 
		font-size: 13px;
		text-transform: uppercase;
	}
	.woocommerce-account #content .woocommerce .col2-set .col-2{
		width: 45%;
	    float: left;
	    margin-left: 5%;
	}
	.woocommerce-account #content .woocommerce .col2-set .col-2 h3{ 
		background: transparent;  
		padding: 0px;
		font-size: 13px;
		text-transform: uppercase;
	}

	/* page-template-knowital-page */
	.page-template-knowital-page #masthead { height: auto; }
	.page-template-knowital-page .hero-banner .bottom-rectangle {
	    margin-top: 110px;
	}
	.page-template-knowital-page .hero-banner .main-title {
		text-align: center;
	    padding-top: 181px;
	    margin-bottom: 0px;
	    margin-top: 0px;
	    color: #fff !important;
	    font-size: 25px;
	    font-family: Lato Black;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	}
	.page-template-knowital-page .hero-banner .sub-main-title {
		text-align: center;
	    color: #fff !important;
	    font-size: 12px;
	    letter-spacing: inherit;
	}

	/* menu tablet */
	.std-menu-open .top-strip {
	    height: 95px !important ;
	    padding-top: 8px  !important  ;
	}
	.std-menu-open  .header_top_right, .top-links {
	    position: absolute !important  ;
	    top: 70px;
	}
	.std-menu-open  .header_top_right {
	    display: table;
	    float: right;
	    padding-top: 0px;
	    position: absolute;
	    top: 48px !important  ;
	    /* border: solid; */
	    width: 45% !important  ;
	    right: 10% !important  ;
	}

	.std-menu-open  #masthead #searchform {
	    width: 155px;
	    float: right;
	    right: 115px;
	}
	.std-menu-open  .top-welcome {
	    float: right;
	    color: #fff;
	    line-height: 50px;
	    padding-left: 10px;
	    /* border: solid; */
	    display: block;
	}
	.std-menu-open  .top-links{
		width: 35% !important ;
	    left: 10% !important ;
	    top: 53px !important ;
	    display: block;
	}
	.std-menu-open  #menu-main-menus .menu-item.home-menu { display: none; }
	.std-menu-open .icomoon-menu {
	    background: url(images/close-header.png) no-repeat;
	    background-size: contain;
	}
	#masthead #searchform input[type="text"] { width: 170px }
	/*end menu tablet */

	/*  menu mobile */
	/*.icomoon-remove-sign:before { content:"\f00d"; }*/
	#pageslide{ } 
	#pageslide:before{ 
		content: " ";
	    background: #0075cc;
	    height: 100%;
	    width: 100%;
	    position: absolute;
	    transform: translate3d(0%,-50%,0);
	    border: solid #0075cc;
	}
	.st-menu-open #pageslide {
	   
	}

	.hiw li div img {
	    height: 100%;
	    width: 100%;
	}
	.top-strip .wrapper {
	    width: 95% !important;
	}
	.icomoon-menu {
	    width: 30px;
	    height: 30px;
	}
	#pageslide { 
		width: 100%; 
		background: #0075cc;
		box-shadow:none;
	}
	#open-pageslide {
	    float: right;
	    top: 3px;
	    position: relative;
	    line-height: 30px;
	}
	#pageslide #close-pageslide {
		width: 8%;
	    position: absolute;
	    right: 0%;
	    top: 0px;
	    z-index: 500;
	    background: url(images/close-header.png) no-repeat;
	    width: 50px; 
	    height: 50px;
	    background-size: 100%;
	    display: inline-block;
	    right: 2%;
    	top: 10px;
	}
	#pageslide #close-pageslide .icomoon-remove-sign { display: none; }
	#pageslide .block{
    	border: none;
    	margin-top: 50px;
	}
	#pageslide  .menu {}
	#pageslide  .menu .home-menu {

	}
	#pageslide .menu li {  
		padding-left: 0px !important;
	    margin: 0px;
	    width: 80%;
	    margin-left: 10%;
	    border: none;
	    height: 50px;
	}
	#pageslide .menu li a{
		color: #fff;
	    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 18px;
	    font-weight: 600;
	    text-align: center;
	    letter-spacing: 1px;
	}
	#pageslide .menu li#menu-item-13:first-child {
		max-height: 50px;
		position: absolute;
	    top: 0px;
	    border: none;
	    padding: 0px;
	    padding-left: 0px !important;
	    margin: 0px;
	    width: 100%;
	}
	#pageslide .menu li#menu-item-13:first-child a {
		max-height: 50px;
		padding: 0px;
	}
	#pageslide .menu li#menu-item-13:first-child img {
		max-height: 50px;
    	margin-top: 10px;
	}
	.csstransforms3d .st-menu-open #site {
		transform: translate3d(100%,0,0)
	}

	.top-strip {
	    height: 45px;
   		padding-top: 8px;
	}
	.mb_nav{
		top: 0px;
	    width: 90%;
	    left: 0%;
	    text-align: center;
	}
	.mb_nav img {
		max-width: 60% !important;
	}
	.wrapper{
		width: 100%;
	}

	.hero-banner {
	    height: 320px;
	    background-size: cover;
	}
	.search-results .hero-banner {
    	height: 281px;
	}

	.page-template-knowital-page .hero-banner {
		height: 364px!important;
	}

	.main-title {
	    text-align: center;
	    padding-top: 155px;
		margin-bottom: 0px;
	    margin-top: 0px;
	    color: #fff;
	    font-size: 25px;
	    font-family: Lato Black;
	    letter-spacing: 1px;
	}

	.niche .main-title {
		padding-top: 0px!important;
	}
	.sub-main-title {
	    text-align: center;
	    color: #fff;
	    font-size: 12px;
	    letter-spacing: inherit;
	}
	.button.js-create-it-now {
	    font-size: 12px;
	    font-weight: normal;
	    line-height: 1.5;
	    padding: 5px 30px 5px;
	    border: 0;
	    border-radius: 8px;
	    color: #ff3942;
	    cursor: pointer;
	    margin-top: 10px;
	    margin-bottom: 0px;
	    -webkit-transition: all 150ms;
	    transition: all 150ms;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    -webkit-tap-highlight-color: rgba(0,0,0,0);
	    -webkit-tap-highlight-color: transparent;
	    display: inline-block;
	}

	/*
	.hero-banner .js-create-it-now:hover, .hero-banner-bottom .js-create-it-now:hover {
    	background: #ff3942!important;
    	color: #fff!important;
		border: 3px solid #ff3942!important;
	}

	.howitwork .js-create-it-now:hover, .case-study-01 .js-create-it-now:hover{
		border: 3px solid #ff3942!important;
		background: #fff!important;
		background-color: #fff!important;
		color: #ff3942!important;
	}

	
	.howitwork .button.js-create-it-now:active, .case-study-01 .button.js-create-it-now:active{
		border: 3px solid #ff3942!important;
		background: #fff!important;
		background-color: #fff!important;
		color: #ff3942!important;
	}


	.case-study-02 .js-create-it-now:hover, .inspiration .js-create-it-now:hover{
		border: 3px solid #fff!important;
		background: #0075cc!important;
		background-color: #0075cc!important;
		color: #fff!important;
	}
	
	.case-study-02 .button.js-create-it-now:active, .inspiration .button.js-create-it-now:hover{
		border: 3px solid #fff!important;
		background: #0075cc!important;
		background-color: #0075cc!important;
		color: #fff!important;
	}
	*/

	.hero-banner .wrapper { height: 330px; }
	.top-rectangle {
		margin-bottom: 30px;
	}
	.gday h2 {
		font-size:15px;
		padding-top: 0px;
	}
	.gday-img img {
		height: 65px;
    	width: auto;
	}
	.bottom-rectangle {
	    display: block;
	    height: 56px;
	    width: 100%;
	    background-color: white;
	    margin-top: 18px;
	    border-radius: 8px;
	}

	.bottom-rectangle-gday {
		height: 36px;
	}
	.main-title-hiw {
	    text-align: center;
	    margin-top: 15px;
	    padding-bottom: 0px;
	    font-size: 18px;
	    font-family: Lato Black;
	    color: #585858;
	}
	.hiw .hiw-image {
		height: 213px;
	}
	.wrapper .step-sm .howitwork .button_bottom_create{ padding-bottom: 0px; }
	.wrapper .step-sm .howitwork .hiw{  
		display: inline-block;
	    float: left;
	    padding-left: 0%;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.wrapper .step-sm .howitwork .hiw .row2 {  
		display: block;
	    width: 30%;
	    float: left;
	    text-align: center;
	    color: #ff3942;
	    text-transform: uppercase;
	    font-size: 20px;
	    margin-left: 2.33%;
	    font-weight: bold;
	    padding: 0px;
	}
	.row-large .wrapper .gday .gday-top { height: auto; margin-bottom: 30px;}
	.row-large .wrapper .gday .gday-top .gday-content {  
		width: 90%;
	    padding: 0px;
	    margin-left: 5%;
	    margin-top: 10px;
	    letter-spacing: inherit;
	    text-align: center;
	    font-size: 12px;
	}

	.row-large .wrapper .gday { margin-bottom: 10px; }
	.row-large .wrapper .top-rectangle { margin-top: -10px; height: 40px; }
	.row-large .wrapper .gday ul { width: 100% }
	.row-large .wrapper .gday ul li{ 
		width: 33.33%;
	    display: inline-block;
	    float: left;
	    height: auto;
	}
	
	.row-large .wrapper .gday ul li img{ 
		width: 100%%;
	    height: auto;
	}
	.case-study-01 {}
	.case-study-01 .col-md-635 {  
		width: 55%;
		margin: 0px;
		padding:0px;
	}
	.case-study-01 .col-md-635 h6{  
		font-size: 14px;
	}
	.case-study-01 .col-md-635 h2{  
		font-size: 15px;
	}
	.case-study-01 .col-md-635 h5{  
		font-size: 14px;
	}
	.case-study-01 .col-md-635 .content_sub_text {  
		font-size: 12px;
	}
	.case-study-01 .col-md-635 .button_bottom_create {
		margin-top: 10px;
	}
	.case-study-01  .col-md-445 {  
		width: 40%;
		float: left;
		margin: 0px;
		padding:0px;
		margin-left: 5%;
	}
	.case-study-01  .col-md-445  img{
		height: auto;
	    width: 100%;
	    margin: 40px 0px 0px;
	}
	.wrapper .wrapper { width: 90%; }
	.row-large .wrapper .wrapper { width: 100%; }

	.case-study-02 { height: auto; margin-bottom: 10px !important;}
	.case-study-02 .col-md-635 {  
		width: 55%;
		margin: 0px;
		padding:0px;
		margin-left: 5%;
    	text-align: left !important;
    	padding-top: 10px;
	}
	.top-seller .js-create-it-now {
		display: none;
	}
	.case-study-02 .col-md-635 h6{  
		font-size: 14px;
	}
	.case-study-02 .col-md-635 h2{  
		font-size: 15px;
	}
	.case-study-02 .col-md-635 h5{  
		font-size: 14px;
	}
	.case-study-02 .col-md-635 .content_sub_text {  
		font-size: 12px;
	}
	.case-study-02 .col-md-635 .button_bottom_create {
		margin-top: 0px;
		text-align: left !important;
	}
	.case-study-02 .col-md-635 .button_bottom_create .button.js-create-it-now {
		margin-bottom: 10px;
	}
	.case-study-02  .col-md-445 {  
		width: 40% !important;
		float: left;
		margin: 0px;
		padding:0px;
	}
	.case-study-02  .col-md-445  img{
		height: auto;
	    width: 100%;
	    margin: 0px;
	    border-top-left-radius: 10px !important;
    	border-bottom-left-radius: 10px !important;
	}
	.top-seller {}
	.top-seller .main-title{ font-size: 18px; }
	.top-seller .best-seller { max-width: 100% !important; width: 100%; }
	.top-seller .best-seller .top-seller-list { width: 100% }
	.top-seller .best-seller .top-seller-list li{ width: 22%; margin: 0px 3% 0px 0px; }
	.top-seller .best-seller .top-seller-list li .flag { font-size: 11px; }
	.top-seller .best-seller .top-seller-list li .flag .description { font-size: 11px; }
	.top-seller .best-seller .top-seller-list li .flag .description .name { font-size: 11px;  }
	.inspiration-wrapper {height: 310px}
	.inspiration { height: auto; margin-bottom: 40px !important;}
	.inspiration .col-md-635 { padding:0px; width: 55%; }
	.inspiration .col-md-445 {  width: 40%; float: left; }
	.inspiration .col-md-635 {  
		width: 55%;
		margin: 0px;
		padding:0px;
		margin-left: 5%;
    	text-align: left !important;
    	padding-top: 10px;
	}
	.inspiration .col-md-635 h6{  
		font-size: 14px;
	}
	.inspiration .col-md-635 h2{  
		font-size: 15px;
	}
	.inspiration .col-md-635 h5{  
		font-size: 14px;
	}
	.inspiration .col-md-635 .content_sub_text {  
		font-size: 12px;
	}
	.inspiration .col-md-635 .button_bottom_create {
		margin-top: 0px;
		text-align: left !important;
	}
	.inspiration .col-md-635 .button_bottom_create .button.js-create-it-now {
		margin-bottom: 10px;
	}
	.inspiration  .col-md-445 {  
		width: 40% !important;
		float: left;
		margin: 0px;
		padding:0px;
	}
	.inspiration  .col-md-445  img{
		height: auto;
	    width: 100%;
	    margin: 0px;
	    border-radius: 0px !important;
	}
	.niche { height: auto; min-height: 190px; }
	.niche .keywords {  }
	.niche .main-title{ font-size: 18px;  }
	.niche .button_bottom_create { height: 30px }
	.niche .button_bottom_create span{ 
		color: #ffffff; 
	    padding: 5px 10px;
	    font-size: 10px;
	}
	
	 
	
	.keywords-01 {
		margin: auto;
    	max-width: 400px;
	}
	.keywords-02 {
		clear: left;
		margin: auto;
    	max-width: 505px;
	}
	.keywords-03 {
		clear: left;
		margin: auto;
    	max-width: 460px;
	}

	.hero-banner-bottom { background-size: cover; height: 400px;}
	.hero-banner-bottom .button_bottom_create a{ color: #ffffff; }
	.hero-banner-bottom .main-title {
	    padding-top: 90px;
	    color: #404041;
	}
	.wrap-footer .wrapper { width: 100%; }
	.wrap-footer .wrapper .row .col2 {    width: 10%; margin-left: 7%;}

}
   
@media all and (max-width: 640px){	
	/* page-my-account */
	.woocommerce-account {  

	}

	.woocommerce-account .button{  
		margin-top:5px!important;
	}
	.woocommerce-account #content {  
		width: 100%;
		margin-left: 0%;
	}
	.woocommerce-account #content .howitworks-pagetitle{
		margin-top: 15px;
	    padding-bottom: 0px;
	    font-family: Lato Black;
	    margin-bottom: 20px;
	    text-transform: uppercase;
	    font-size: 20px;
	    text-align: center;
	}
	.woocommerce-account #content .howitworks-block-top {display: none;}
	.woocommerce-account #content .howitworks-block-content{  }
	.woocommerce-account #content .woocommerce .panel-default .panel-body .box_desc {
		width: 100%;
	}
	.woocommerce-account #content  .wrapper{  }
	.woocommerce-account #content  .woocommerce {
		font-family: Lato;
    	font-size: 14px;
	}
	.woocommerce-account #content  .woocommerce .myaccount_user {color: #585858; margin-bottom: 40px; text-align: center; }
	.woocommerce-account #content  .woocommerce .myaccount_user strong{ color: #585858; }
	/*.page-my-account #content  .woocommerce .myaccount_user a { color: #585858; }*/
	.woocommerce-account #content  .woocommerce h2 {     
		color: #ff3942;
    	text-transform: uppercase; 
    	font-size: 18px;
    	padding-bottom: 0px !important;
    }
	.woocommerce-account #content  .woocommerce .panel-default{border: none;box-shadow: none;    margin-bottom: -10px;}
	.woocommerce-account #content  .woocommerce .panel-default .panel-body { border: none; }
	.woocommerce-account #content  .woocommerce .panel-default .panel-body .row{  
		border-color: #0075cc;
	    border:  solid 1px #0075cc;
	    border-radius: 4px;
	}
	.woocommerce-account #content  .woocommerce .panel-default .panel-body .row .box{ 
		border: none;
	    width: 100%;
	    float: left;
	    margin-top: 15px;
	    margin-bottom: 15px;
	    color: #585858;
	    font-family: Lato;
	    font-size: 18px;
	    text-transform: uppercase;
	    text-align: center;
	    margin-left: 0%;
	}
	.woocommerce-account #content  .woocommerce .panel-default .panel-body .row .box .box_number {
		color: #0075cc;
		font-family: Lato;
		font-size: 30px;
	}
	.woocommerce-account #content  .woocommerce .panel-default .panel-body .table-striped{ display: none; }
	.woocommerce-account #content  .woocommerce .my_account_orders {  
		border-color: #0075cc;
	    border:  solid 1px #0075cc;
	    border-radius: 4px;
	    margin-bottom: 40px;
		font-family: Lato;
    	font-size: 14px;
	}
	.woocommerce-account #content  .woocommerce .my_account_orders tr {
		border: none;
		width: 90%;
	    float: left;
	    margin-left: 3%;
	    margin-top: 15px;
	    background: transparent;
	    margin-bottom: 15px;
	}
	.woocommerce-account #content  .woocommerce .my_account_orders td {
		border: none; 
		background: transparent;
		padding: 2px 8px;
		font-family: LATO;
	}
	.woocommerce-account #content  .woocommerce .my_account_orders .order-actions {

	}
	.woocommerce-account #content  .woocommerce .my_account_orders .order-actions .view{
		font-size: 12px;
	    height: 25px;
	    padding-top: 4px;
	    font-family: LATO;
	}

	.woocommerce-account #content  .woocommerce .myaccount_address{ display: none; }
	.woocommerce-account #content  .woocommerce .col2-set {
		    margin-bottom: 30px;
	}
	.woocommerce-account #content  .woocommerce .col2-set .col-1{
		width: 100%;
	    float: left;
		
	}
	.woocommerce-account #content  .woocommerce .col2-set .col-1 h3{ 
		background: transparent; 
		padding: 0px; 
		font-size: 13px;
		text-transform: uppercase;
	}
	.woocommerce-account #content  .woocommerce .col2-set .col-2{
		width: 100%;
	    float: left;
	    margin-left: 0%;
	}
	.woocommerce-account #content  .woocommerce .col2-set .col-2 h3{ 
		background: transparent;  
		padding: 0px;
		font-size: 13px;
		text-transform: uppercase;
	}

	/* .page-template-knowital-page */
	.page-template-knowital-page #masthead{}
	.page-template-knowital-page .hero-banner{ height: 200px!important; }
	.hero-banner .wrapper {
	    height: 220px;
	}
	.page-template-knowital-page .hero-banner .main-title { padding-top: 100px; }
	.page-template-knowital-page .hero-banner .sub-main-title { font-size: 18px; }
	.page-template-knowital-page  .know-page {margin-top: 30px; }
	.page-template-knowital-page  .hero-banner-bottom {display: none;}
	.page-template-knowital-page  .know-page .page-content { padding: 0px 10%; }
	.page-template-knowital-page  .know-page .page-content .know-col-right {display: none;}
	.page-template-knowital-page  .know-page .page-content .know-col-left {width: 100%; margin-bottom: 20px;}
	.page-template-knowital-page  .know-page .page-content .know-col-left .content-title { font-size: 23px; font-weight: bold; letter-spacing: 1px;  }
	.page-template-knowital-page  .know-page .page-content .know-col-left .content-title:after {
		content: " ";
	    position: absolute;
	    background: url(images/icon-arrow-up-b.png) no-repeat;
	    width: 30px;
	    height: 45px;
	    margin-top: 10px;
	    display: inline-block;
	    right: 8%;
	}
	.page-template-knowital-page  .know-page .page-content .know-col-left .content-title-active:after {
		content: " ";
	    position: absolute;
	    background: url(images/arrow-down-b.png) no-repeat;
	    width: 30px;
	    height: 45px;
	    margin-top: 10px;
	    display: inline-block;
	    right: 8%;
	}
	.page-template-knowital-page .text-question { font-size: 18px; letter-spacing: 1px; font-weight: bold;}
	.know-page p { 
		font-family: LATO; 
		font-size: 16px;

	}
	.page-template-knowital-page .wrap-footer .wrapper .row { width: 80%; margin-left: 10%; }
	.page-template-knowital-page .wrap-footer .wrapper .row .col2 { text-align: left; }
	.page-template-knowital-page .wrap-footer .footer-links {
	    padding: 0px 0 0;
	    text-align: left;
	    width: 60%;
	    margin-left: 0%;
	}
	.page-template-knowital-page  .wrap-footer .footer-links li {text-align: left;  }
	.wrap-footer .col2 .footer-social .fa { font-size: 16px; }
	.wrap-footer .footer-social .fa .icon-span { font-size: 16px; }

	.wrap-footer .wrapper .row { width: 80% !important; margin-left: 10% !important; }
	.wrap-footer .wrapper .row .col2 { text-align: left !important; }
	.wrap-footer .footer-links {
	    padding: 0px 0 0;
	    text-align: left !important;
	    width: 60%;
	    margin-left: 0% !important;
	}
	.wrap-footer .footer-links li {text-align: left !important; }
	/*  End .page-template-knowital-page  */


	#pageslide{ /*transform: translate3d(0,0-50%,0) !important  ; background: transparent !important;*/ display: inherit !important ;} 
	#pageslide:before{ 
		content: " ";
	    background: #0075cc;
	    height: 100%;
	    width: 100%;
	    position: absolute;
	    transform: translate3d(0%,-50%,0);
	    border: solid #0075cc;
	}
	.st-menu-open #pageslide {
	    /*visibility: visible;
	    -webkit-transition: -webkit-transform .5s;
	    transition: transform .5s;
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);*/
	    display: inherit !important ;
	}
	.mb_nav{
		top: 0px;
		width: 90%;
	}	
	.inspiration h5 {
	    font-size: 26px;
	}
	.top-seller .best-seller .top-seller-list .name { font-size: 14px !important; }
	.top-seller .best-seller .top-seller-list .name  p { 
		font-size: 16px;
	    width: 90%;
	    margin-left: 5%;
	}
	.top-seller .best-seller .top-seller-list .description  { font-size: 14px !important; }
	.top-seller .best-seller .top-seller-list .flag  { font-size: 14px !important; }
	.gday h2 {
		font-size: 25px;
	}
	.content_sub_text {
		font-size: 15px !important;
	}
	.inspiration .title_sub_h5{
		font-size: 22px !important;
	}
	.title_sub_h5{
		font-size: 18px !important;
	}
	.hero-banner {
	    height: 300px;
	    background-size: cover;
	}
	.top-strip .wrapper {
	    width: 95%;
	}
	.icomoon-menu {
	    width: 30px;
	    height: 30px;
	}
	#pageslide { 
		width: 100%; 
		background: #0075cc;
		box-shadow:none;
	}
	#pageslide #close-pageslide {
		width: 10%;
	    position: absolute;
	    right: 2%;
	    top: 5px;
	}
	#pageslide .block{
    	border: none;
    	margin-top: 50px;
	}
	#pageslide  .menu {}
	#pageslide  .menu .home-menu {

	}
	#pageslide .menu li {  
		padding-left: 0px !important;
	    margin: 0px;
	    width: 80%;
	    margin-left: 10%;
	    border: none;
	    height: 40px;
	}
	#pageslide .menu li a{
		color: #fff;
	    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 15px;
	    font-weight: 600;
	    text-align: center;
	    letter-spacing: 1px;
	}
	#pageslide .menu li#menu-item-13:first-child {
		max-height: 50px;
		position: absolute;
	    top: 0px;
	    border: none;
	    padding: 0px;
	    padding-left: 0px !important;
	    margin: 0px;
	    width: 80%;
	    margin-left: 10%;
	}
	#pageslide .menu li#menu-item-13:first-child a {
		max-height: 50px;
		padding: 0px;
	}
	#pageslide .menu li#menu-item-13:first-child img {
		max-height: 35px;
    	margin-top: 10px;
	}
	.csstransforms3d .st-menu-open #site {
		transform: translate3d(100%,0,0)
	}

	/* Content */
	.wrapper {
   		width: 100% !important;
   		float: left;
	}
	.row-large .wrapper {
   		width: 100%;
   		float: none;
	}
	.hero-banner{
		height:600px;
		background-size: cover;
	}
	.main-title {
		padding-top: 100px;
		font-size: 26px;
	}

	.sub-main-title {
	    text-align: center;
	    color: #fff;
	    font-size: 15px;
	    letter-spacing: 1px;
	    width: 80%;
	    margin-left: 10%;
	    margin-bottom: 0px;
	}

	.button_bottom_create {
	    text-align: center;
	    padding: 0px 10px 27px;
	}
	.wrapper .bottom-rectangle {
	   display: none;
	}
	
	.wrapper .howitwork {

	}
	.wrapper .howitwork .main-title-hiw {
		margin-top: 10px!important;
		font-size: 26px;
	}
	.wrapper .howitwork .hiw{
		width:100%;
	}
	.wrapper .howitwork .hi .hiw-title {  
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.wrapper .howitwork .hiw .row2{
		width: 70%;
	    margin-left: 14%;
	    padding-top: 0px;
	}
	.wrapper .howitwork .hiw .row2 .hiw-step{
		width: 84%;
    	margin-left: 7%;
    	padding: 0px 14px 10px 14px;
	}
	.row-large{
		background: transparent;
		margin-top: -30px;
	}
	.row-large .wrapper .top-rectangle{
		display: none;
	}
	.gday{
		float: inherit;
		border-radius: 10px 10px 0px 0px;
	}
	.gday .gday-top { height: auto;margin-bottom: 0px !important }
	.gday h2{ padding-top: 30px ;}
	.gday .gday-top .gday-content {
		padding: 10px 10% !important;
	    padding-bottom: 20px !important;
	    line-height: 22px;
	    font-size: 16px !important;
	    margin-left: 0px !important;
	    letter-spacing: 1px !important;
	}
	.gday .gday-bottom {
		float: left;
	    width: 100%;
	    display: block;
	    text-align: center;
	}
	.gday .gday-bottom ul {
		float: left;
	    width: 100%;
	}
	.gday .gday-bottom ul li {
		float: left;
	    width: 100% !important;
	}
	.gday ul li img{width: 100%;height:auto;}
	.gday ul li.first img {
		border-radius: 0px;
	}

	


	body.home .mid_block_row {  
		width: 100%;
		margin: 0px;
		float: left;
	}
	body.home .mid_block_row .col-md-635 {
	    width: 90%;
		margin-left: 5%;
		float: left;
	}
	body.home .mid_block_row .col-md-635 h2{
	   font-size: 24px;
	}
	body.home .mid_block_row .col-md-635 .button_bottom_create {
		margin-top: 15px;
	    text-align: center !important;
	    margin-bottom: 15px;
	}
	body.home .mid_block_row .col-md-445 {
	    width: 100% !important;
	    float: none;
	    margin: 0px;
	}
	.case-study-01 img {
		width: 90%;
	    height: inherit;
	    margin: 0px;
	    float: left;
	    margin-left: 5%;
	    border-radius:0px;
	}
	.case-study-02 {
		height:auto;
	}
	.top-seller {margin-bottom: 60px;}
	.top-seller .top-rectangle{ display: none; }
	.top-seller .main-title {
	    color: #0075cc;
	    font-size: 26px;
	    padding-top: 0px;
	}
	.top-seller div {
		/*width: 90%;
    	margin-left: 5%;*/
	}
	.top-seller .best-seller {
		width: 100%;
	    margin: 0px;
	    float: left;
	    max-width: 100% !important;
	}
	.top-seller .best-seller .top-seller-list{
		width: 100%;
		margin-bottom: 30px ;
	}
	.top-seller .best-seller .top-seller-list li {
		padding-top: 10px;
	    display: block;
	    float: left;
	    text-align: center;
	    text-transform: uppercase;
	    /* margin: 0px 53px 0px 0px; */
	    width: 60%;
	    margin-left: 20%;
	}
	.top-seller-list li:first-child {margin-left: 20%}

	.inspiration {
		height: auto !important;
	}
	.inspiration h5{
		font-size: 26px;
	}
	.inspiration h6 {
		font-size: 18px !important;
	}
	.inspiration .col-md-635 {
		width: 100% !important;
	    margin-left: 0px !important;
	    background-color: #0075cc;
	    border-radius: 10px 10px 0px 0px;
	    padding-left: 5%;
	}
	.inspiration .col-md-635  .content_sub_text { width: 90%; margin-left: 5%; }
	.inspiration .col-md-635  h5 {width: 90%; margin-left: 5%;}
	.inspiration .col-md-635  h6{width: 90%; margin-left: 5%;}
	.case-study-02 {
		background: transparent;
		text-align: left !important ;
	}
	.case-study-02  .col-md-635{
		text-align: left !important ;
	}
	.case-study-02  .col-md-635 h6{
		width: 90%;
		margin-left: 8%;
	}
	.case-study-02  .col-md-635 h2{
		width: 90%;
		margin-left: 8%;
	}
	.case-study-02  .col-md-635 h5{ 
		width: 90%;
		margin-left: 8%;
	}
	.case-study-02  .col-md-635 .content_sub_text{
		width: 90%;
		margin-left: 8%;
	}

	.case-study-02 img {
	    border-radius: 0px !important;
	    width: 90%;
	    float: left;
	    margin-left: 5%;
	    height:auto;
	}

	.case-study-02 .col-md-635 {
		width: 100% !important ;
		margin-left: 0px !important;
	}

	.niche {  
		height: auto !important ;
		margin-top: 0px;
	}
	.niche .wrapper{  
		height: auto !important ;
		margin-top:0px ;
	}
	.niche h2{  
		font-size: 26px; 
	}

	.keywords  {
		margin-top: 13px;
	    width: 90%;
	    margin-left: 5%;
	    text-align: center;
	    zoom:1 ;
	}
	.keywords .button_bottom_create{
		height:30px;
	}

	.keywords .button_bottom_create span {
		padding: 5px 15px;
    	font-size: 12px;
	}

	.hero-banner-bottom { background: transparent !important ; height:auto ; margin-top: 30px;}
	.hero-banner-bottom .main-title{ padding-top:50px; }

	.wrap-footer {
	    background: #0075cc;
	    padding: 5px 0 50px;
	    width: 100%;
	    float: left;
		border-top-left-radius: 10px;
    	border-top-right-radius: 10px;
	}
	.wrap-footer .wrapper {
		width:100%;
		float: left;
		margin: 0px; 
	}
	.wrap-footer .wrapper .row {
		width:100%;
		float: left;
		margin:0px; 
	}
	.wrap-footer .wrapper .row .col2{
		width: 100%;
	    max-width: 100%;
	    float: left;
	    margin: 0px;
	    text-align: center;
	    margin-bottom: 15px;
	}
	.wrap-footer .wrapper .row .col2 .footer-logo{
		max-width: 100%;
		text-align: center;
	}
	.wrap-footer .footer-links {
	    padding: 0px 0 0;
	    text-align: center;
	    width: 60%;
	    margin-left: 20%;
	}
	.wrap-footer .footer-links li {
	    text-align: center;
	    width: 50%;
	    float: left;
	}
	.wrap-footer  .footer-title { font-size: 20px; letter-spacing: 1px; }
	.wrap-footer .footer-links li a {
	    font-size: 16px; 
	    font-family: LATO;
	}
	.top-seller .text-center{ 
		width:80%;
		margin-left:10%;
		font-size: 15px;
	}
	.top-strip {
	    padding-top: 10px;
    	height: 50px;
	}
	.mb_nav img {
		height: 35px;
    	top: 5px;
    	max-width: 100% !important;
	}
	#open-pageslide { top:4px; }
	#masthead { height: 50px; }
	.hiw .hiw-image { height:auto; }
	.hiw li div img { height: auto; }
	.button.js-create-it-now {     padding: 10px 50px 10px; }

	.case-study-02 { display:table;}
	.case-study-02 .col-md-445 { display: table-footer-group;} 
	.case-study-02 .col-md-635 {display: table-header-group;    border-radius: 10px 10px 0px 0px;} 

	.step-large { display: none; }
	.step-sm { display: none; }
}

@media all and (max-width: 480px){	
	.hero-banner {
	    height: 300px;
	    background-size: cover;
	}
}

@media all and (max-width: 320px){	
	.step-medium .row2 {
		width: 200px;
	}

	.slick-initialized .slick-slide {
		padding: 0px 27px!important;
	}

}
@media all and (min-width: 414px){
	.woocommerce div.product form.cart .variations_button .single_add_to_cart_button {
   		 width: 49% !important;
    	/* margin: 0 auto; */
	}
	.variations_button{
		width: 100%;
		margin-left: -6px;
	}
	
}
@media all and (min-width: 414px) and (max-width: 765px){
	.product_title_mb
	{
		font-size: 25px;
	}
}
@media all and (min-width: 376px) and (max-width: 414px){	

	.step-medium .row2 {
		width: 270px;
		max-width: 270px;
	}

	.slick-initialized .slick-slide {
		padding: 0px 31px!important;
	}
	
	.keywords {
		display: none;
	}
	.best-seller {
		display:none;
	}
	.variations .value select{
		width: 100% !important;
	}
	.woocommerce div.product form.cart .variations_button .single_add_to_cart_button {
   		 width: 49% !important;
    	/* margin: 0 auto; */
	}
	.woocommerce .variations_button {
	    width: 100%;
	    margin-left: -5px
	}
	.countdown-area {
		width: 100% !important;
	}
	.product-detail{
		width: 95%;
    	margin-left: 25px;
	}

}

@media all and (max-width: 375px){	
	.keywords-sm {
		display: block;
	}
	.keywords {
		display: none;
	}
	.best-seller {
		display:none;
	}
	.variations .value select{
		width: 100% !important;
	}
	.woocommerce div.product form.cart .variations_button .single_add_to_cart_button {
   		 width: 49% !important;
    	/* margin: 0 auto; */
	}
	.woocommerce .variations_button {
	    width: 100%;
	    margin-left: -5px
	}
	.countdown-area {
		width: 100% !important;
	}
	.product-detail{
		width: 95%;
    	margin-left: 25px;
	}
}


/*** 2016-05-24 ***/
@media all and (min-width: 639px){	
	.step-medium{
		display: none;
	}

	.keywords-sm {
		display: none;
	}
	
	.best-seller-mobile {
		display:none;
	}
}
@media all and (max-width: 767px){	
	.step-large{
		display: none;
	}
	.keywords-sm {
		display: block;
	}
	.gday ul li.first  { display:none!important; }
	.gday ul li.last  { display:none!important; }
}
.step-sm{
	text-align: center;
}
#smooth_slider_recent{
	max-width: 371px !important;
	text-align: center;
	display: inline-block;
	padding: 0 45px !important;
}
.smooth_slideri{
	max-width: 250px !important;
	margin: 0 !important;
	padding-left: 40px;
}

.smooth_slideri .hiw-title {
	width: 200px!important;
	font-size: 15px!important;
	height: 50px;
    line-height: 50px!important;
}

.banner_hero_title{
	color: #ff3942 !important;
	font-size: 20px !important;
	line-height: 1.42857143 !important;
	padding: 14px !important;
	margin: 0 !important;
	float: left;
	width: 100% !important;
}
.slider_thumbnail{
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 180px !important;
	display: inline-block;
}
.banner_hero_text{
	height: 60px;
	line-height: 60px !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	float: left;
	margin: 0 !important;
	width: 100% !important;
	display: inline-block;
}
.step-sm .smooth_slider .smooth_prev,
.step-sm .smooth_slider .smooth_next{
	color: #ff3942;
	font-family: fontawesome;
	font-size: 100px;
	display: inline-block;
	width: auto;
	height: auto;
	background: none !important;
	top: 30%;
}

.step-sm .smooth_slider .smooth_prev {
	padding-left: 20px;
}
.step-sm .smooth_slider .smooth_next:before{
	content: "\f0da";
}
.step-sm .smooth_slider .smooth_prev:before{
	content: "\f0d9";
}

/*** 2016-05-24 ***/

.woocommerce ul.products li.product h3 {
	text-transform: uppercase;
	padding-bottom: 0px;
	
}

.end_date_product {
	color: #404041;
	text-transform: uppercase;
	font-size: 10px;
}

.woocommerce ul.products li.product .price {
	float: right;
    color: #fff;
    background: #0075cc;
    padding: 3px;
    border-radius: 3px;
    margin-top: 9px;
}

.cart-link {
	display: block;
    float: right;
    color: white;
    margin-top: 15px;
	margin-left: 20px;
	background: url(images/circle.png);
	background-repeat: no-repeat;
    background-size: 36%;
    background-position: top right;
}

.cart-link a{
	color: #fff!important;
}

.cart-link a:hover{
	color: #8FC7E8!important;
	text-decoration: none;
}

.cart-link .cart-count {
	margin-left: 4px;
    margin-right: 6px;
    color: red;
}

.entry-image {
	background-color: transparent!important;
}

.search-result-title {
	margin: 0px 40px;
    color: #0075cc;
    text-transform: uppercase;
}

.search-results .entry-title a {
	color: #ff3942;
	text-transform: uppercase;
}

@media all and (max-width: 480px){	
	.search-result-title {
		margin: 10px 20px;
    	font-size: 26px;
	}
	
	.entry-image {
		margin: 0px;
	}

	.search-results article {
		padding: 10px;
	}

	.product-detail {
		margin: 10px;
	}

	.mobile-respon{
		display:none!important;
	}
	
	.slick-slide img {
		width: 100%;
	}

	.woocommerce-page .hero-banner {
		height: 200px !important;
	}

}


@media all and (max-width: 768px){
	.campaign-add-to-cart {
		/*width: 400px;*/
    	margin: auto;
	}
	#wrap{
		display: none;
	}
}

@media all and (max-width: 375px){	
	/*.woocommerce div.product form.cart  select {
		background-position-x: 274px!important;
		width: 305px!important;
	}*/
	.slick-initialized .slick-slide {
		/*padding: 0px 35px!important;*/
	}
	.woocommerce .variations_button {
		zoom: 0.9;
	}
}
.sizing_info{
	display: none;
}
@media all and (max-width: 320px){	
	.woocommerce div.product form.cart  select {
		background-position-x: 260px!important;
		/*width: 290px!important;*/
	}
	
	.woocommerce .variations_button {
		zoom: 0.75;
	}

	#campaign_countdown-1, #campaign_countdown-2{
		zoom: 0.9;
		left: 0px;
	}
}
@media (max-width:1024px) {
	.non-responsive-style{
		display: block !important;
	}
	.responsive-style{
		display: none !important;
	}
}
#campaign_countdown-1 > div > div{
	background-color: #e3e9f3 !important;
	font-size: 27px;
}
@media (min-width:1024px) {
	.non-responsive-style{
		display: none;
	}
	.responsive-style{
		display: block;
	}
}
.woocommerce div.product .price_wrapper p.price{
		font-family: Lato;
	}
.product-detail-hidden-1,
.product-detail-hidden-2,
.product-detail-hidden-3{
	font-family: Lato;
	margin-top: 10px;
	line-height: 25px;
	font-size: 14px;
	font-size: 15px;
}
.shipping-info, .shipping-rate, .quality-guarantee{
	color: #ff3942;
	margin-top: 20px;
	font-size: 15px;
}
.detail-click-1,.detail-click-2,.detail-click-3{
	font-family: Lato bold;

} 
.wrap-footer{
   clear:both;
}
.mobile-respon{
	display: none;
}
.wrap-footer{
	font-family: Lato;
}

.block-right {
	width: 175px;
	float: left;
	padding-left: 5px;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {line-height: 1em;}

.woocommerce a.button.alt, .woocommerce input.button.alt { 
	background-color: #ff3942;
	height: 50px;
}

.woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover   {
	background-color: #ff3942;
}

.woocommerce-checkout #content{
	padding: 5px;
}

