/*
	Theme Name: YTM
	Theme URI: 
	Description: YTM teema
	Author: Jussi Pääkkönen
	Author URI: http://www.mambomedia.fi
	Editor: Niko Ailamo / YTM-Industrial
	Version: 3.0.0

	Tags: herp, derp

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- lc Pro Brown
		- lc Pro Green
		- lc Pro Orange
		- lc Pro Purple
		- lc Pro Red
		- lc Pro Teal
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/

/* */

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #222;
	font-family: 'Gesta', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

a,
button,
.product-image,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #008FD1;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Gesta', sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	padding: 0;
}

h1 {
	font-size: 35px;
	font-size: 3.5rem;
}

h2 {
	color: #008FD1;
	margin-bottom: 24px;
	font-size: 22px;
	font-size: 2.0rem;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

h3 a {
	color:#000;
	text-align:center;
	text-decoration:none;
	font-weight: 600;
}

.textwidget h3 {
	color: #008FD1;
	font-size: 16px;
	font-size: 1.6rem;
}


h4 {
	font-size: 15px;
	font-size: 1.5rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}


/* Product listing 4 palstaa
--------------------------------------------- */
.entry-content .productslist, .entry-content .productslist li {
    list-style-type: none !important;
    margin-left: 0;
}
.entry-content .productslist li {
    display: inline-block;
    float: left;
    margin-right: 17px;
    max-width: 258px;
    text-align: center;
}
.entry-content .productslist li a {
	color:#000;
	font-weight:normal;
	padding-top:5px;
	display:block;
	min-height: 70px;
}


/* Product listing 3 palstaa
--------------------------------------------- */

.entry-content .productslist2, .entry-content .productslist2 li {
    list-style-type: none !important;
    margin-left: 0;
}
.entry-content .productslist2 li {
	float:left;
	max-width: 210px;
	max-height: 210px;
	text-align:center;
	margin-right:30px;
	display:block;
}
.entry-content .productslist2 li a {
	color:#000;
	font-weight:normal;
	padding-top:5px;
	display:block;
    	height:auto;
   	min-height:80px;

}

/* Related Posts
--------------------------------------------- */

#related_posts_thumbnails {
list-style-type: none;
list-style-position: inside;
padding: 0px;
margin: 0px;
}
#related_posts_thumbnails li {
padding: 10px 0;
border-bottom: 0px solid #ccc;
border-right: 0px solid #ccc;
}
#related_posts_thumbnails li img {
width: 100px;
margin-right: 0px;
vertical-align:text-top;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #222;
	font-family: 'Gesta', sans-serif
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 5px;
	padding: 0.6rem;
	padding:6px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #008fd1;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 7px 16px;
	padding: 0.7rem 1.6rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #6bd5f1;
	border: none;
	text-decoration: none;
}

.button {
	display: inline-block;
	color:#fff !important;
	font-weight:bold;
	font-size:13px;
}

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

.home-cta a.button {
	display: inline-block;
	margin-top: -30px;
	margin-top: -3rem;
	text-align: center;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
    vertical-align: middle;
    padding: 10px;
}

th {
	font-weight: bold;
	color: #fff;
	background-color: #008fd1;
}

td {
	border-top: 1px solid #ddd;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
}
.site-header .wrap {
    margin: 0 auto;
    max-width: 1100px;
    min-height: 100px;
	padding-top: 46px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	max-width:1100px;
}

.home-company {
	padding: 3rem 0rem 3rem 0rem;
	padding: 30px 0px 30px 0px;
	background-color:#fff;
	margin:0 auto !important;

}
.home-company .wrap img {
	border:4px solid #ebebeb;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin-bottom: 7px;
}
.home-company .wrap img:hover {
	border:4px solid #cfcfcf;
}

.home-company .widget li {
	list-style-type: disc;
   	text-align: left;
	margin-left: 16px;
}

.home-company .widget ul {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.raja {
	border:4px solid #cfcfcf;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin-bottom: 7px;
}
.raja:hover {
	border:4px solid #999999;
}

.wrap {
	margin:0 auto;
	max-width:1100px;
}
.lc-home .site-inner {
	overflow: visible;
	max-width: 100%;
	background-color: rgba(0, 0, 0, 0);
	background-color: transparent;
}

#footer-home {
	width:100%;
	padding:30px 0px 30px 0px;
	background-color:#ebebeb;
}
.wps-spotcontent p {
	margin:0 !important;
}
.wps-spottitle {
	font-weight:bold !important;
}


/* YTM-GROUP
--------------------------------------------- */

.ytmgroup {	
	padding:30px 30px 30px 30px;
	max-width:1100px;
   margin-left: auto;
    margin-right: auto;
}



/* SLIDER
--------------------------------------------- */

#genesis-responsive-slider {
    background-color: #FFFFFF;
    margin: 0px !important;
    position: relative;
	border-radius:15px;
	top:30px;
}

.flexslider {
    background: transparent !important;
    position: relative;
}

.content .genesis_responsive_slider p {
    color: #008FD1 !important;
    font-size: 21px !important;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}
.flexslider .slides img {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
    display: block;
    max-width: 100%;
}
.home-slider {
	width:100%;
	background-color:#008fd1;
	position:relative;
	padding: 30px 0 0;
}
.home-slider .entry-content a {
	color:#fff;
}
.home-slider .entry-content p {
	margin-bottom:0 !important;
	text-align:center;
}
.content .genesis_responsive_slider .slide-excerpt {
    background-color: transparent !important;
    height: 100%;
    margin: 0;
    opacity: 1;
    padding: 0 3.5% !important;
}

.tp-caption medium_light_white {
	color: #333;
	font-family: 'Gesta', sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	padding: 0;
}

/* Column Widths and Positions


/* Content  */
.ytm-categorypage .entry-content p, .ytm-product .entry-title {
	margin-bottom:0px !important;
	text-align:center !important;
	font-size:0.9em !important;
	font-weight:normal;
}
.ytm-categorypage .entry-content a {
	color:#000;

}

.content {
    float: left;
    padding: 0;
    width: 725px;
}
#icl_lang_sel_widget {
	display: block;
	float: right;
	margin-left: 33px;
	position: relative;
	top: 11px;
	width: auto;
}
.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.lc-home .content {
	padding: 0;
}
.home-social-icons {
    float: right;
    margin: 0 auto;
    text-align: right;
    width: 37px;
}
.social-wrap {
    margin: 0 auto;
    max-width: 1202px;
    position: relative;
    top: -151px;
}
.lc-portfolio .content {
	padding: 40px 30px 0;
	padding: 4rem 3rem 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.717948717948715%;
	margin-left: 4.564102564102564%;

}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
	margin-bottom: 24px;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
	margin-bottom: 24px;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.last.after {	
	clear: both;
	display: block;
	margin-right: 100px;
	margin-bottom: -12px;
}

.eyht {
clear: both;	
width: 100%;
	border:1px solid #333;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding:10px;
	background-color:#fafafa;
}

.ytmshoplink {
	clear: both;	
	width: 100%;
	min-height: 150px;
	border:1px solid #333;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding:12px;
	background-color:#fafafa;
	margin-bottom: 24px;
}

.ytmshoplinkimage {

	float: right;
	text-align: right;
	margin-top: 12px;

</style>
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #fff;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	background: url("images/icon-search_white.png") no-repeat scroll 7px 6px #B2B2B2;
	border: 0 none;
	border-radius: 0;
	float: right;
	height: 28px;
	margin: 0;
	padding: 10px;
	position: relative;
	text-indent: -9999px;
	width: 28px;
}

.search-form input[type="search"] {
	background-color: #FFFFFF;
	color: #888888;
	font-size: 1rem;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 6px;
	text-transform: uppercase;
	width: 159px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 28px;

}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 0px;
	margin-bottom: 0rem;
	border:4px solid #ebebeb;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
	margin: 0 2.4rem 1.2rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 100;
	margin: 0;
	text-align: center;
}

.entry-content .wp-caption {
	margin-bottom: 0px;
	margin-bottom: 0rem;
	border:4px solid #ebebeb;
	background-color: #ebebeb;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

.entry-content .wp-caption img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	padding: 2px 6px 0 0;
	padding: 0.2rem 0.6rem 0 0;
	text-align: right;
}

/* MegaMenu
--------------------------------------------- */

#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 > li.menu-item {
    max-width: 263px !important;
    min-width: 283px !important;
}
#megaMenu ul ul.sub-menu li.menu-item > a, #megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator {
    line-height: 1.4em;
    margin: 1px 0 !important;
    padding: 2px 0 !important;
}

/* Products listings
--------------------------------------------- */

.ytm-product .entry-title {
	font-size:13px;
	font-size:1.3rem;
	margin-bottom:0;
	margin-top:5px;
	text-align:center;
}
.ytm-product .tuotteet {
	width: 25%;
	float:left;
	padding-right:15px;
}
.ytm-product .tuotteet .product-image {
	border: 4px solid #ebebeb;
	border-radius: 11px;
	padding:5px;
}
.product-image {
	border: 4px solid #ebebeb;
	border-radius: 11px;
}
.product-image:hover {
	border: 4px solid #ebebeb;
	border-radius: 11px;
	opacity:0.7;
}
/* Genesis
--------------------------------------------- */



.breadcrumb {
    color: #FFFFFF;
	font-size:12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    padding: 2rem;
    text-transform: uppercase;
}
.breadcrumb a{
    color: #FFFFFF;
}
.breadcrumb a:hover {
    color: #a4d6ed;
	text-decoration:none;
}
.content-top {
	background-color: #008FD1;
	border-bottom: 20px solid #ebebeb;
	margin-bottom:31px;
}
.ytm-categorypage .content-top {
	background-color: #008FD1;
	border-bottom: 60px solid #ebebeb;
	margin-bottom:31px;
}
.lc-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
}

.archive-description {
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.widget-area li {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
}

.widget-area li li {
	margin: 0;
	padding-bottom: 0;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #64c9ea;
	text-decoration: none;
}

.archive-title,
.widget-title,
.lc-portfolio .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
}

.lc-home .home-cta .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	text-transform: none;
}

.lc-home .home-cta .entry-title a,
.lc-home .home-cta .widget-title,
.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	color: #000;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.lc-home .featured-content .entry {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #64c9ea;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.sidebar .enews-widget {
	background-color: #222;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget {
	color: #ddd;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}


/* Genesis Responsive Slider
--------------------------------------------- */

.home-slider li {
	margin: 0;
	padding: 0;
}

.content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

.content .genesis_responsive_slider .slide-excerpt {
	background-color: #222;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 4% 5.5% !important;
	opacity: 1;
}

.content .genesis_responsive_slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.content .genesis_responsive_slider p {
	color: #ddd;
}

.content .genesis_responsive_slider p a {
	display: block;
	margin-top: 20px;
	margin-top: 2rem;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: 15px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: 15px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.content .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.content .genesis_responsive_slider .flex-control-nav {
	margin: -50px 0 0 60px;
	text-align: left;
}

.content .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.content .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
	padding: 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}



/* WP FILEBASE - tarkista mahd tuplaus oman CSS:n kanssa
--------------------------------------------- */


/* #################### DEFAULT FILE TEMPLATE #################### */
.wpfilebase-file-default {
	width: 100%;
	padding: 5px;
	margin: 10px auto 25px auto;	
	/* border: 1px solid #999; twenty14 adjust*/
	
	color: #000;
	text-align: left;	
	line-height: normal;
	
	/*
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;  twenty14 adjust*/

	cursor:pointer;

	box-shadow: 0px 0px 0px #CCC;
	
	background: #ebebeb;
}

.wpfilebase-file-default .icon { float: left; }

.wpfilebase-file-default .icon img {
	margin: 2px 0 2px 2px;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #999;
}

.wpfilebase-file-default .filetitle {
	float: left;
	font-size: 10px;
	margin: 0 0 4px 8px;
	height: 40px;
}

.wpfilebase-file-default .filetitle a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
	line-height: 29px;
}

.wpfilebase-file-default .filetitle a.postlink, .wpfilebase-file-default .info a {
	color: #fff;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
	background-color: #008fd1;
	border-radius: 3px;
}

.wpfilebase-file-default .filetitle a.postlink {
	color: #fff;
	margin-left: 4px;
	font-size: 10px;
	vertical-align: bottom;
	background-color: #008fd1;
}

.wpfilebase-file-default .info a {
	text-transform: uppercase;
	line-height: 18px;
}

.wpfilebase-file-default .info {
	float: right;
	text-align: right;
	font-size: 12px;
	margin: 12px 8px 0 auto;

	height: 50px;
	padding-right: 60px;
	padding-top: 3px;

	background-image: url('http://www.ytm.fi/wp-content/uploads/download-blue.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.wpfilebase-file-default .details {
	clear: both;
	font-size: 12px;
	padding: 8px 18px 0 18px;
	overflow: hidden;
}

.wpfilebase-file-default .details table, .wpfilebase-file-default .details table tr, .wpfilebase-file-default .details table tr th, .wpfilebase-file-default .details table tr td {
	border: none;
	border-collapse: collapse;
	background: none;
}

.wpfilebase-file-default .details table {
	width: 100%;
	margin: 20px 0 0 0;
}

.wpfilebase-file-default .details table tr { border-top: 1px solid #bbb; }

/* #################### DEFAULT FILE TEMPLATE END #################### */


/* #################### DEFAULT CATEGORY TEMPLATE #################### */
.wpfilebase-cat-default {
	width: 420px;
	margin: 10px auto 25px auto;
	text-align: left;
}

.wpfilebase-cat-default h3 {
	font-size: 18px;
}

.wpfilebase-cat-default h3 img {
	margin-left: -45px;
}

.wpfilebase-cat-default h3 a {
	margin-left: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px white;
}

.wpfilebase-cat-default h3 span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 7px;
}
/* #################### DEFAULT CATEGORY TEMPLATE END #################### */


/* #################### OLD DEFAULT FILE TEMPLATE #################### */

.wpfilebase-attachment {
	border: 2px solid #666;
	color: #333;
	padding: 4px;
	margin: 10px;
	text-align: left;
	background-color: #ddd;
	background-image: url('http://www.ytm.fi/wp-content/plugins/wp-filebase/images/down.png');
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: middle;
	width: 420px;
	line-height: normal;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wpfilebase-attachment-cat {
	background-image: none;
}

.wpfilebase-fileicon { float: left; }

.wpfilebase-fileicon img {
	margin: 2px 0 2px 2px;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #999;
}

.wpfilebase-attachment .wpfilebase-rightcol { float: left; }

.wpfilebase-filetitle {
	float: left;
	font-size: 10px;
	margin: 0 0 4px 8px;
	height: 40px;
}

.wpfilebase-filetitle a { font-size: 16px; }

.wpfilebase-filetitle a.wpfilebase-postlink { font-size: 10px; }

.wpfilebase-fileinfo {
	float: right;
	text-align: left;
	font-size: 10px;
	margin: 0 3px 0 auto;
}

.wpfilebase-filedetails {
	clear: both;
	font-size: 12px;
	width: 250px;
	margin: 0 -50px 0 0;
	padding: 0;
}

.wpfilebase-filedetails table, .wpfilebase-filedetails table tr, .wpfilebase-filedetails table tr th, .wpfilebase-filedetails table tr td {
	border: none;
	border-collapse: collapse;
}

.wpfilebase-filedetails table {
	width: 100%;
}

.wpfilebase-filedetails td {
	padding: 0 0 6px 4px;
}

.wpfilebase-filedetails table th {
	vertical-align: top;
	font-size: 10px;
}

/* #################### OLD DEFAULT FILE TEMPLATE END #################### */


/* #################### MISC #################### */
.wpfilebase-catselect {	width: 100%; }

#wpfb-credits {
	margin: 0 auto 2px auto;
	text-align: center;
}

/* DOWNLOAD BUTTON */
.wpfb-dlbtn div { width:250px; height:40px; margin:0; padding:0; background:transparent url('http://www.ytm.fi/wp-content/plugins/wp-filebase/images/dl_btn.png') no-repeat top center;}
.wpfb-dlbtn div:hover { background-image: url('http://www.ytm.fi/wp-content/plugins/wp-filebase/images/dl_btn_hover.png'); }

/* WP FILEBASE LOPPUU
--------------------------------------------- */





/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	min-height: 135px;
	width: 100%;
	 background-color: #FFFFFF;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	float: left;
	overflow: hidden;
}

.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.25;
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
}

.site-title a {
	    background: url("images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 2.625rem;
    font-weight: 600;
    height: 61px;
    line-height: 1;
    margin: 0;
    text-indent: -9999px;
    width: 300px !important;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	float: left;
	margin: 0;
	max-width: 260px;
	min-height: 100px;
	padding: 0;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
}
.site-header .widget-area .widget {
	float: left;
}
.site-header .widget-area .widget-title {
	display:none;
}

.site-header .widget {
	padding: 0;
}
.site-header .widget-area .simple-social-icons {
	padding-top:10px;
	padding-right:15px;
}

.site-header .widget-area .widget_icl_lang_sel_widget {
	padding-top:12px;
	margin-left:15px;

}
.site-header .search-form {
	float: right;
	margin-top: 12px;
	margin-top: 1.2rem;
	width: 187px;
}

.site-header .widget-area .shopicon {
	padding-top:10px;
	margin-right: 5px;
}



/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	color: #008fd1;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {

}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 148px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 18px;
	padding: 1rem 1.8rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f5f5f5;
	color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	background: url(images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	margin-left: 1.2rem;
	padding-left: 16px;
	padding-left: 1.6rem;
}

.genesis-nav-menu > .twitter > a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
	padding-left: 2rem;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	padding: 0;
}

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
	margin-top: 8px;
}

.site-header .genesis-nav-menu a {
	padding: 8px 18px;
	padding: 0.8rem 1.6rem;
	font-weight: 600;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
	font-weight: 400;
	padding: 10px 18px;
	padding: 1rem 1.8rem;
}

.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {

}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */




/* Home Page
--------------------------------------------- */

.home-middle,
.home-top {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 60px 30px 0;
	padding: 6rem 3rem 0;
}

.home-middle .widget,
.home-top .widget {
	float: left;
	padding: 0 2.8%;
	width: 33.33333333333%;
}

.home-middle .widget:nth-of-type(3n+1), 
.home-top .widget:nth-of-type(3n+1) {
	clear: left;
}

.lc-home a.more-link {
	clear: both;
	display: block;
	margin: 30px 0 0;
	margin: 3rem 0 0;
}

.lc-home .home-cta {
	background-color: #222;
	color: #ddd;
	float: left;
	padding: 60px;
	padding: 6rem;
	width: 100%
}

.lc-home .home-cta p {
	color: #ddd;
}
.tweet-text {
	font-size:0.8em;
}
.home #footer-home .widget-wrap {
	margin-bottom:10px !important;
}
/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.lc-portfolio .entry,
.single-portfolio .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.content .entry-header .entry-meta {

}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

.content .entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.content .entry-header .entry-meta .entry-comments-link {
	color: #000;

}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
	padding-left: 3.2rem;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	padding-top: 10px;
	padding-top: 1rem;
}

.entry-footer .entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	margin-left: 0.4rem;
	padding-left: 10px;
	padding-left: 1rem;
}

.gallery-icon {
	margin: 0px 20px 14px 20px;
}

.gallery img {
	border:4px solid #ebebeb;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background-color:#fafafa;
}

.search-form {
	width: 195px;
}




/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 30px 0;
	padding: 3rem 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #64c9ea;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #6bd5f1;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	margin: 3rem;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
	margin: 3rem 0;
}

.comment-list li li {
	margin-right: -1px;
	margin-right: -0.1rem;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	padding: 3rem;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
	padding: 4.8rem;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
	margin-right: 1rem;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 48px 48px;
	padding: 0 4.8rem 4.8rem;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
}

.sidebar-secondary {
    padding-top: 0;

}

.sidebar .widget_text  {
	border:4px solid #ebebeb;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding:20px;
	background-color:#fafafa;
}

.sidebar .widget_black_studio_tinymce  {
	border:4px solid #ebebeb;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding:20px;
	background-color:#fafafa;
}

.sidebar .yuzo_widget_wrap  {
	border:4px solid #ebebeb;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding:20px;
	background-color:#fafafa;
}

.sidebar .widget_genesis-club-post-image-gallery {
	border:4px solid #ebebeb;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding:20px 20px 0px 20px;
	background-color:#fafafa;
}

.sidebar .featured-content {
	border:4px solid #ebebeb;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding:20px 20px 0px 20px;
	background-color:#fafafa;
}

.sidebar .featured-content .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 100;
	line-height: 1;

}


.sidebar .NextendAccordionMenuWidget {
	border:4px solid #ebebeb;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding:20px;
	background-color:#fafafa;
}
.sidebar .widget_advanced_menu {
	border:4px solid #ebebeb;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding:20px;
	background-color:#fafafa;
}
.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	background: url(images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0 0 6px 16px;
	padding: 0 0 0.6rem 1.6rem;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 0;
	word-wrap: break-word;
	margin-bottom: 30px !important;
}

.sidebar .search-form {
	float: left;
	width: 195px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	padding-top: 30px;
	background-color: #ebebeb;
	color: #000000;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 0px 0px 20px;
	padding: 0rem 0rem 2rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 0;
	width: 31.5%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	margin-right:2.5%;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 0;
	word-wrap: break-word;
}

.footer-widgets li {
	background: url(images/icon-li-footer.png) no-repeat 0 7px;
	background-size: 8px 8px;
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0 0 6px 16px;
	padding: 0 0 0.6rem 1.6rem;
}

.footer-widgets .search-form {
	width: 100%;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #008FD1;
	color: #fff;
    font-size: 1.2rem;
    padding: 2rem 0;
    text-align: center;
    text-transform: uppercase;
}

.site-footer a {
	color: #fff;
}

.site-footer p {
	margin: 0;
	color:#fff;
}
.site-footer span {
	margin: 8acbe9;
	padding: 0px 10px 0px 10px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

.responsive-menu-icon::before {
	color: #008fd1;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	.content .entry-header .entry-meta .entry-comments-link a {
		background-image: url(images/icon-comments@2x.png)
	}
	
	.sidebar li {
		background-image: url(images/icon-li@2x.png);
	}
	
	.footer-widgets li {
		background-image: url(images/icon-li-footer@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(images/icon-control-nav@2x.png);
	}
	
	.genesis-nav-menu > .rss > a {
		background-image: url(images/icon-rss@2x.png);
	}
	
	.genesis-nav-menu > .twitter > a {
		background-image: url(images/icon-twitter-nav@2x.png);
	}

}

@media only screen and (max-width: 1200px) {

	.site-container {
	}
	.home-company .wrap, .home-slider .wrap, .site-header .wrap, .site-inner, .content-top .wrap, .footer-widgets .wrap, #footer-home .wrap {
		max-width:960px;
	}
	.site-header .widget-area {

	}
	.footer-home .wrap{
	margin:0 auto;
	}
	.content {
		width: 620px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.title-area {

	}
	
	.breadcrumb {

	}
	
	.content {

	}
	
	.site-header .genesis-nav-menu a {

	}
	
	.content #genesis-responsive-slider .flex-control-nav,
	.content #genesis-responsive-slider .flex-direction-nav li a,
	.content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}
	.home-social-icons {
    display:none;
	}
	.home-slider {
	border-bottom: medium none;
	clear: both;
	display: inline-block;
}
	#genesis-responsive-slider {
    top: 0;
}
	.site-header .genesis-nav-menu a {
	font-size: 14px;
	font-weight: 600;
	padding: 0.8rem 1.2rem;
}
	#footer-home {
	background-color: #ebebeb;
	padding: 30px;
	width: 100%;
}


.home-products {
	padding: 1,5rem 0rem 0rem 0rem;
	padding: 15px 0px 0px 0px;
	margin-top: 15px;
}


.entry-content .productslist li {
	max-width: 205px; 
}

.entry-content .productslist li a {
	min-height: 60px;
	max-width: 205px; 
}


}

@media only screen and (max-width: 1023px) {

	.site-container {
		
	}
	.home-company .wrap, .home-slider .wrap, .site-header .wrap, .site-inner, .content-top .wrap, .footer-widgets .wrap, #footer-home .wrap  {
		max-width: 700px;
	}
	.site-title a {
    margin: 0 auto;
	padding-top:20px
	padding-bottom:20px;
	}
	.home-slider {
    	margin: 0 auto;
	}

	.content-top {
	display:none;
}
	.site-title {
    font-size: 3.6rem;
    line-height: 1.25;
    margin: 3rem 0 0.5rem;
	}
	.content,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.header-image .title-area, 
	.header-image .site-title, 
	.header-image .site-title a {
	    float: none;
	    margin: 0 auto;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .search-form,
	.site-header hgroup,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.site-header .genesis-nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}
	
	.comment-list li.depth-1,
	.ping-list li.depth-1 {
		margin: 30px 0;
		margin: 3rem 0;
	}
.home-slider {
	min-height: 255px;
}

.home-products {
	padding: 0rem 0rem 0rem 0rem;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}
.site-header {
    background-color: #ffffff;
    border-bottom: 7px solid #008fd1;
    margin: 0 auto;
    min-height: 135px;
    width: 100%;
	text-align: center;

}
.site-inner {
    background-color: #fff;
    clear: both;
    margin: 30px auto 0;
    overflow: hidden;
}

#megaMenu #megaMenuToggle .megaMenuToggle-icon:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
}
#megaMenu #megaMenuToggle .megaMenuToggle-icon:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
}
#megaMenu #megaMenuToggle .megaMenuToggle-icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
}
#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
    font-size: 14px !important;
}
	.home .site-inner  {
	margin: 0;
	}

}





@media only screen and (max-width: 768px) {

	.home-company, .site-header {
	padding: 30px 30px 30px 30px;
	}

	.site-inner  {
	background-color: #fff;
	clear: both;
	margin: 30px auto 0;
	overflow: hidden;
	padding:0px 30px;
	}

	.site-header .wrap {
	padding-top: 0px;
	}

	.lc-home .site-inner {
	padding: 0;
	}

	.product-image {
	width:97%;
	}

	.site-header .widget-area {
    text-align: center;
	height:115px;
	}

	.site-header .widget_black_studio_tinymce {
	width:100%;
    height: 50px;
   text-align:center;
    margin:0 auto; 
	}

	.site-header .widget_black_studio_tinymce img {
margin-left: 10px; 
	}

	.site-header .simple-social-icons {
 	display: none;
	}

	.site-header .widget_search {
	width:100%;
    height: 50px;
   text-align:center;
    margin:0 auto; 
	}

	.genesis-nav-menu.responsive-menu {
	display: none;
	background-color: #000;
	border-radius: 5px;
	position: absolute;
	width: 89%;
	}
	.footer-widgets {
	padding: 30px;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	width: 100%;
	}
	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 12px;
		text-transform: none;
		text-align:right;
		color:#fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.home-even,
	.home-odd {
		padding: 90px 0 100px;
	}

	.parallax-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}


.one-half, .three-sixths, .two-fourths {
    margin-left: 0%;
    width: 100%;
}

.one-third {
    margin-left: 0%;
    width: 100%;
	text-align: center;
padding-left: 30px;
padding-right: 30px;
}

.entry-content .productslist li {
	float:center;
	max-width: 400px;
	text-align:center;
	margin-right:0px;
	display:block;

}

.entry-content .productslist2 li {
	float:center;
	max-width: 400px;
	max-height: 400px;
	text-align:center;
	margin-right:0px;
	display:block;

}


@media only screen and (max-width: 600px) {

	.entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

.title-area {
	padding: 0;
}


	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}

.gallery-icon {
	margin: 0px 10px 0px 10px;
}

.ytmshoplink {
	min-width: clear;
	padding:12px;
	margin-bottom: 24px;
}

.ytmshoplinkpic {

}

.ytmshoplinktext {
    display:none;
}

.ytmshoplinkimage {
	clear: both;
	display:block;
	margin-top: 0px;

}



}

@media only screen and (max-width: 270px) {

    .header-image .site-title a {
        background-size: contain !important;
    }

    .site-title {
        font-size: 26px;
        font-size: 2.6rem;
    }

}
