/*
Theme Name: Taftoys
Theme URI: http://www.taftoys.com
Description: A theme for Taftoys' new site
Author: Zephyr Web Design
Author URI: http://www.wwz.co.il
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

@font-face {
    font-family: 'Genericons';
    src: url('fonts/genericons-regular-webfont.eot');
    src: url('fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/genericons-regular-webfont.woff') format('woff'),
         url('fonts/genericons-regular-webfont.ttf') format('truetype'),
         url('fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*= Basic rules
-------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: Lato, 'Roboto', tahoma, verdana, arial, sans-serif;
	color: #705e63;
}
html, body {
	height: 100%;
}
ul {
	padding: 0;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a, a:hover {
	color: inherit;
}

a:hover {
	text-decoration: inherit;	
}

h1, .h1, h2, .h2, h3, .h3, ul, ol {
	margin: 0;
}
input {
	font-family: Lato, tahoma, verdana, arial, sans-serif;
}
.desktop_only {
	display: block;	
}
.mobile_only {
	display: none;
}
.zw_loading {
	opacity: 0;
	-webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.2s;
}

.zw_loaded {
	opacity: 1;
}

/*= Grid
-------------------------------------------------------------- */

.clear {
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	content: " ";
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.container-fluid {
 	max-width: 1054px;
 }
 
 .grid a {
 	display: block;
 	height: 220px;
}

/*= Language Selector
-------------------------------------------------------------- */
.langholder #lang_sel ul ul {
	visibility: visible;
}
.langholder #lang_sel a.lang_sel_sel {
	border: 0;
	background-image: none;
	padding-bottom: 20px;
}

.langholder #lang_sel {
	font-family: Lato,Roboto, tahoma,verdana,arial,sans-serif;
	position: relative;
	width: 90px;
}

.langholder #lang_sel:after {
	background-image: url(images/lang_arrow_down.png);
	background-repeat: no-repeat;
	background-position: top right;	
	width: 14px;
	height: 9px;
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
	content: " ";
}

.langholder #lang_sel li {
	width: 90px;
	background-color: #fff;
	float: none;
}

.langholder #lang_sel ul ul a, #lang_sel ul ul a:visited {
	border-width: 0;
}

.langholder #lang_sel a.lang_sel_sel:hover, .langholder #lang_sel *:hover > a, .langholder #lang_sel ul ul *:hover > a {
	color: #009ddc;
	background-color: transparent;
}


.langholder #lang_sel ul {
	list-style-type: none;
}

.langholder #lang_sel ul ul {
	border: 0;
	height: auto;
	padding-top: 5px;
	z-index: 200;
	top: -20px;
	display: none;
	left: 0;
    position: absolute;
    width: 149px;
}

.langholder #lang_sel:hover  ul ul {
	display: block;
}

.langholder #lang_sel a, .langholder #lang_sel a:visited {
	font-size: 15px;
}

.social img {
	margin-left: 7px;
}

/*= Sections
-------------------------------------------------------------- */
.main_header {
	margin: 12px 0 7px;
}

.main_header:after {
	display: block;
	clear: both;
	content: " ";
}

.site_title_holder, .topmenu, .langholder, .search_holder {
	display: inline-block;
	vertical-align: middle;
}
.right_edge{
	float: right;
	margin-top: 35px;
}
.navbar-toggle {
	display: none;
	cursor: pointer;
    font: 30px/48px Genericons;
    text-align: center;
	position: absolute;
	top: 25px;
	right: 5px;
    line-height: 14px;
    margin: 0;
    color: #009ddc;
}

.toggle_search {
	font: 35px/14px Genericons;	
	color: #009ddc;
	position: absolute;
	right: 62px;
	top: 35px;
	cursor: pointer;
	display: none;
}

.topmenu {
	font-size: 22px;
	font-size: 2.2rem;
}

.wf-active .topmenu {
	font-size: 25px;
	font-size: 2.5rem;
}

.lang-ru .topmenu {
	font-size: 21px;
	font-size: 2.1rem;
} 

.wf-active .lang-ru .topmenu {
	font-size: 22px;
	font-size: 2.2rem;
}

.lang-de .topmenu {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0 6px;
} 

.wf-active .lang-de .topmenu {
	font-size: 17px;
	font-size: 1.7rem;
} 

.lang-it .topmenu {
	font-size: 2px;
	font-size: 2rem;
} 

.wf-active .lang-it .topmenu {
	font-size: 22px;
	font-size: 2.2rem;
}

.lang-ko .topmenu {
	font-size: 1.9px;
	font-size: 1.9rem;
} 

.wf-active .lang-ko .topmenu {
	font-size: 22px;
	font-size: 2.2rem;
}

:lang(fr-FR) .topmenu {
	font-size: 21px;
	font-size: 2.1rem;
}


.topmenu a:hover {
	text-decoration: none;
}

.topmenu ul {
	list-style-type: none;
}
.topmenu > ul {
	padding: 0;
	clear:left;
	list-style:none;
	margin:0;
	padding:0;
}

.topmenu > ul > li {
	display: inline-block;
	position: relative;
	border-right: 1px solid #009ddc;
}

.topmenu > ul > li.menu_newsletter {
	display: none;
}

.topmenu > ul > li.current-menu-item > a, .topmenu > ul > li.current-menu-ancestor > a, .topmenu > ul > li:hover > a, .sub-menu li:hover a {
	color: #009ddc;
}

.topmenu > ul > li > a {
	padding: 0 12px;	
}

.lang-ru .topmenu > ul > li > a {
	padding: 0 8px;	
}

.topmenu > ul > li:last-child {
	border: 0;
}

.widget-area ul {
	list-style-type: none;
}

.right_edge {
	margin-top: 40px;
}

.my_modalbox.product_section.video_holder {
	width: 795px;
	height: 750px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #b0e1f4;
	box-sizing: unset;
	display: none;
}

/*= Ajax search light
-------------------------------------------------------------- */
div[id*="ajaxsearchlite"] {
	box-shadow: 0;
	border: 1px solid #009ddc;
	border-radius: 10px;
}

div[id*="ajaxsearchlite"] .probox .prosettings {
	display: none;
}


#ajaxsearchlite1 {
	margin-top: 0;
	width: 150px!important;
}

.innericon path, .proclose path, .proloading path {
	fill: #009ddc;
}

#ajaxsearchliteres1 {
	width: 225px!important;
}

#ajaxsearchliteres1 .results .item .content {
	width: auto!important;
}

header div[id*="ajaxsearchlite"] .probox .proclose svg {
	background-color: #009ddc;
}

.search-form {
	border: 1px solid #009ddc;
	border-radius: 15px;
	margin: 0;
}

.search-form input {
	border: 0;
	background-color: transparent;
}

.search-form input[type="submit"] {
	width: 15px;
	height: 15px;
	background-image: url(images/search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	vertical-align: middle;
	margin: 5px;
}

.search-form label {
	margin: 0;
}

.search-form input[type="search"], .search-form input[type="text"] {
	width: 105px;
	height: 25px;
}

/* =Slideshow
-----------------------------------------------*/

.home .cycle-slideshow {
	margin-top: 5px;
}

.home .cycle-slideshow h2 {
	position: absolute;
	font-size: 55px;
	color: #009ddc;
	line-height: 60px;
	width:100%;
	text-align: center;
	top: 3px;
	left: 0px;
}

.homepage_tiles {
	list-style-type: none;
	margin: 0 -27px 0 0;
	padding: 20px 0;
	text-align: center;
}

.homepage_tiles li {
	margin: 15px 26px 15px 0;
	display: inline-block;
}

/* =Products
-------------------------------------------------- */
.prodcat_title {
	margin-bottom: 10px;
}
.product_main_details {
	float: right;
	width: 300px;
}

.product_main_details .product_title {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 43px;
	line-height: 4.3rem;
	font-weight: normal;
}

.wf-active .product_main_details .product_title {
	font-size: 43px;
	font-size: 4.3rem;
	font-size: 38px;
	font-size: 3.8rem;
	margin-bottom: 10px;
}

.product_main_details .product_number {
	font-size: 14px;
}

.product_main_details .age {
	padding-top: 13px;
	font-size: 26px;
}

.product_main_details .buy_cta {
	display: block;
	width: 97px;
	height: 32px;
	line-height: 35px;
	line-height: 3.5rem;
	background-color: #009ddc;
	color: #fff;
	font-weight: 300;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	margin: 15px 0;
}

.product_main_details .buy_cta:hover {
	text-decoration: none;
}

.product_main {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 155px;
    max-width: 490px;
}

.product_main .gallery_holder {
	margin: 0;
}

.product_awards {
	list-style-type: none;
	text-align: center;
	margin-top: 10px;
}

.product_awards:after {
	display: block;
	clear: both;
	content: " ";
}

.product_awards li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.product_awards .award {
	max-width: 76px;
	height: auto;
}

.product_nav {
	margin-top: 40px;
	color: #009ddc;
	font-size: 18px;
}

.product_nav a {
	text-decoration: underline;
}

.product_nav .prev_prod {
	float: right;
}

.product_nav .next_prod {
	float: left;
}

.mobile_only.nav_buttons #mobile_prev, .mobile_only.nav_buttons #mobile_next {
	margin: 0;
	text-align: center;
}

.assembly_anchor {
	text-decoration: underline;
	display: block;
}

.music {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.music li {
	background-image: url(images/note.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: 17px 0;
}

.product_category_list, .side_menu {
	list-style-type: none;
	font-size: 16px;
	fon-size: 1.6rem;
	font-weight: 300;
	width: 175px;
	color: #009ddc;
	text-align: center;
	border-top: 1px solid #b0e1f4;
	margin-top: 62px;
}

.product_category_list li, .side_menu li {
 	border-bottom: 1px solid #b0e1f4;
 	padding: 15px 5px;
}

.product_category_list li.musical {
	border-bottom: 0;
}
.product_category_list li.musical:hover {
	background-color: transparent;
}

.product_category_list li:hover, .product_category_list li.current, .side_menu li:hover, .side_menu li.current {
	background-color: #a3d8f5;
	color: #fff;
}

.product_category_list li:hover a, .side_menu li:hover a {
	text-decoration: none;
}

.product_overview {
	margin: 51px  0 0;
}

.product_more {
	margin: 51px 50px 0 65px;
}

.product_section_title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	border-bottom: 3px dashed #b0e1f4;
	padding: 8px 0;
	display: inline-block;
}

.product_section {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
	font-weight: 300;
	margin: 15px 0;
}

.product_section h2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 29px;
	line-height: 2.9rem;
}

.product_section ul {
	padding: 0 20px 20px;
}

.product_section p, .product_section h2 {
	padding-bottom: 20px;
}

.product_grid {
	margin: 55px 0 0 0;
}

.product_grid .mishne, .video_grid .mishne {
	font-weight: 300;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 30px;
	line-height: 3rem;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 20px;
	line-height: 2rem;
	
	margin-bottom: 65px;
}

.term-m-products .video_grid .mishne {
	max-width: 795px;
} 

.product_grid .grid {
	list-style-type: none;
}

.product_grid .grid li {
	margin: 0 0 45px;
	text-align: center;
}

.product_grid .grid li:after {
	position: absolute;
	left: 80px;
	bottom: -5px;
	width: 90px;
	height: 2px;
	background-color: #b0e1f4;
	content: " ";
}

.video_holder .product_section {
	max-width: 1023px;
	width: 100%;
	margin: 105px auto;
	background-color: #fff;
	border: 1px solid #009ddc;
	padding: 40px;
	position: relative;
}

.video_holder .product_section iframe {
	max-width: 560px;
	width: 100%;
}

#main {
	margin-bottom: 40px;	
}

.single-tafproduct #main {
	position: relative;
} 

.video_grid {
	margin: 30px 0;
}

.grid_box {
	text-align: center;
	position: relative;
}

.grid_box h3 {
	width: 250px;
	margin: 0 auto;
}

.grid_box:after {
	position: absolute;
	width: 40%;
	bottom: -5px;
	left: 50%;
	margin-left: -20%;
	border-bottom: 2px solid #a3d8f5;
	content: " ";
}

.grid_box .cell {
	display: table;
	margin: 0 auto;
}

.grid_img_holder {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 250px;
}

.product_grid .grid h3, .grid_box h3 {
	text-align: center;
	font-weight: 300;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 22px;
	line-height: 2.2rem;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_grid .grid h3 {
	width: 100%;
	display: table;	
}

h3.video_header {
	max-width: 355px;
	display: table;
}

.product_grid .grid h3 a, h3.video_header span {
	display: table-cell;
	vertical-align: middle;
	height: auto;
}

.product_grid .grid h3 a .fixed_height {
	display: block;
	height: 65px;
	overflow: hidden;
}

.video_poster_holder {
	max-width: 355px;
	height: 200px;
	overflow: hidden;
	text-align: right;
	border: 1px solid #a3d8f5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	margin: 50px auto 0;
}

.video_poster_holder .play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -44px
}

/* =Distributors
-------------------------------------------------------------- */
.distributors_holder {
	margin-top: 40px;
}

.distributors_column {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin-top: 40px;
}

.dist_country_holder {
	padding: 0 15px 30px;
}

.dist_country_holder .entry-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

.dist_country_holder h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

.distributor_details {
	padding: 5px 0 0;
}

.distributor_details p {
	padding: 0;
	margin: 0;
}

/* =Contact
-------------------------------------------------------------- */
.page .hentry.contact_holder {
	margin-left: 105px;
	max-width: 500px;
}

/* =footer
-------------------------------------------------------------- */
footer {
	color: #fff;
	background-color: #009ddc;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 35px;
	padding: 11px 0 100px;
	font-weight: 300;
}

.lang-ru footer {
	font-size: 15px;
	font-size: 1.5rem;
}

footer h3, footer .seo_legal {
	font-size: 17px;
	font-weight: bold;
	line-height: 35px;
}

.lang-ru footer h3, .lang-ru footer .seo_legal {
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
}

footer ul {
	list-style-type: none;
}

footer .footerlist li:hover, footer .seo_links li:hover {
	font-weight: normal;
}

footer .faq, footer .faq h4 {
	font-size: 14px;
	margin-top: 8px;
}

footer .faq h4 {
	cursor: pointer;
}

footer .faq > li {
	padding: 1px 0;
}

footer .faq_category_items li {
	line-height: 22px;
}

footer .frm_forms input[type="email"] {
	background-color: transparent!important;
	border: 1px solid #fff!important;
	border-radius: 15px!important;
	-moz-border-radius: 15px!important;
	-webkit-border-radius: 15px!important;
	color: #fff!important;
	font-size: 12px;
	font-style: italic;
	display: inline-block!important;
}

footer .frm_forms input[type="submit"] {
	background-color: #fff!important;
	border: 0!important;
	color: #009ddc!important;
	width: 30px!important;
	height: 30px!important;
	border-radius: 25px!important;
	cursor: pointer!important;
	display: inline-block!important;
	font-size: 10px!important;
}

footer .frm_form_field, footer .frm_submit, footer .with_frm_style .frm_form_field, footer .with_frm_style .frm_submit {
	display: inline-block!important;
	clear: none!important;
}

footer .with_frm_style .frm_form_field {
	width: 110px!important;
}

.social_links img {
	margin-right: 7px;
}

.credits_rights {
	padding-top: 40px;
	font-size: 14px;
}

/* =Components 
-------------------------------------------------------------- */
.show_modalbox {
	cursor: pointer;
}

.fb-like {
	height: 25px;
	margin: 5px 0;
}

.topmenu .sub-menu {
	display: none;
	position: absolute;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 20px;
	width: 140%;
	margin-left: -20%;
	background-color: #fff;
	text-align: center;
	z-index: 1000;
	padding: 15px 10px 0;
	border-bottom: 1px solid #009ddc;
	-webkit-transition: all 2s; /* Safari */
    transition: all 2s;
}

.lang-ru .topmenu .sub-menu {
	font-size: 13px;
	font-size: 1.4rem;
	width: 170%;
}

.topmenu .sub-menu > li {
	padding: 8px 0 0 0;
	position: relative;
}

.topmenu .sub-menu > li:after {
	margin: 11px auto -1px;
	width: 30%;
	height: 1px;
	background-color: #009ddc;
	display: block;
	content: " ";
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.topmenu li:hover .sub-menu {
	display: block;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.newsletter_box {
	width: 610px;
	border: 3px dashed #afdcf7;
	background-color: #fff;
	color: #009ddc;
}

.newsletter_box h2 {
	text-align: center;
	font-weight: 300;
	font-size: 30px;
	margin: 15px 0;
}

.newsletter_box form#mc-embedded-subscribe-form, .newsletter_box form.frm-show-form {
	padding: 10px;
	margin: 0 auto;
	width: 60%;
}

.newsletter_box .frm_style_formidable-style.with_frm_style .form-field {
	margin: 0;
}

.newsletter_box .frm-show-form .frm_form_field {
	padding: 15px 0;
}

.newsletter_box .frm_style_formidable-style.with_frm_style input[type=text], .newsletter_box .frm_style_formidable-style.with_frm_style input[type=email], .newsletter_box .frm_style_formidable-style.with_frm_style input[type=number], .newsletter_box .frm_style_formidable-style.with_frm_style input[type=url], .newsletter_box .frm_style_formidable-style.with_frm_style input[type=tel], .newsletter_box .frm_style_formidable-style.with_frm_style input[type=phone], .newsletter_box .frm_style_formidable-style.with_frm_style select, .newsletter_box .frm_style_formidable-style.with_frm_style textarea {
	width: 220px;
	border: 1px solid #009ddc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
	color: #009ddc;
}

.newsletter_box form#mc-embedded-subscribe-form .mc-field-group label, .newsletter_box form#mc-embedded-subscribe-form .mc-field-group input {
	display: inline-block!important;
}

.newsletter_box form#mc-embedded-subscribe-form .mc-field-group label {
	width: 100px;
	font-weight: 300;
}

.newsletter_box #mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group input  {
	width: 220px;
	border: 1px solid #009ddc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
	float: right;
}

.newsletter_box #mc_embed_signup .mc-field-group select, .mc-field-group select {
	width: 220px;
	border: 1px solid #009ddc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
	height: 35px;
	float: right;
}

.newsletter_box #mc_embed_signup div.mce_inline_error {
	background-color: #fff;
    color: #705e63;
}

#mc_embed_signup form {
	padding: 0;
	max-width: 500px;
	width: 100%;
}

.nl_box#mc_embed_signup div.mce_inline_error {
	background-color: transparent;
	color: #705e63;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}

#mc_embed_signup div#mce-responses {
	float: none;
	margin: 0;
	padding: 0;
}

.newsletter_box #mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group input {
	float: none;
	width: 100%;
}

.newsletter_box #mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group input {
	height: 35px;
}

#mc_embed_signup .mc-field-group{
	color: #009ddc;
	font-weight: 300;
}

.mc-field-group select, #mc_embed_signup .mc-field-group select {
	display: block;
	width: 100%;
}

#mc_embed_signup .mc-field-group .asterisk {
	font-size: 22px;
	top: 10px;
}

.select_holder {
	position: relative;
}

.newsletter_box .select_holder:after {
	height: 35px;
}

.newsletter_box #mc_embed_signup .button, #mc_embed_signup .button {
	background-color: #009ddc;
	border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

.newsletter_box .frm_style_formidable-style.with_frm_style input[type=submit], .newsletter_box .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .newsletter_box .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
	border: 0;
}

#mc_embed_signup.nl_box {
	width: 100%;
}

#mc_embed_signup.nl_box p {
	border: 0;
}

.newsletter_box #mc_embed_signup .button:hover {
	background-color: #0882b3;
}

.newsletter_box #mc_embed_signup .mc-field-group .asterisk {
	top: 0;
}

.newsletter_box .submit_holder {
	text-align: right;
}

.close_modalbox {
	font-weight: 300;
	font-size: 30px;
	color: #009ddc;
	font-weight: bold;
}

.page .hentry, .faq_list {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	font-weight: 300;
	margin: 48px 20px 40px 0;
}

.page .hentry h1, .faq_list h1, .prodcat_title, .distributors_holder h1  {
	font-size: 24px;
	font-size: 2.4rem;
	border-bottom: 3px dashed #afdcf7;
	font-weight: bold;
	padding: 8px 0;
	display: inline-block;
}

.page .hentry h1, .faq_list h1, .prodcat_title, .distributors_holder h1 {
	margin: 2px 0px 9px;
}

.lang-ru.page .hentry h1, .lang-ru .faq_list h1 {
	font-weight: normal;
}

.page .hentry h1.alain {
	padding-bottom: 0;
}

.page .hentry h1.alain img {
	width: 275px;
	height: auto;
}

.page .hentry  h2 {
	float: left;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 42px;
	line-height: 4.2rem;
	padding-right: 10px;
}

.page .hentry p, .faq_list p {
	padding: 14px 0 9px;
	position: relative;
	margin-bottom: 0;
}

.faq_list h2 {
	font-size: 28px;
}

.page .hentry h3 {
	font-size: 16px;
}

.page .hentry p:after, .page .hentry h3:after {
	border-bottom: 3px dashed #afdcf7;
	width: 165px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: " ";
}

.page .hentry #mc_embed_signup p:after {
	border: 0;
}

.page .hentry p:last-child {
	padding-bottom: 0;
}

.page .hentry p:last-child:after {
	border: 0;
}

.page .hentry ul, .faq_list ul {
	list-style-type: none;
	margin: 20px 0;
}

.page .hentry li, .faq_list li {
	position: relative;
	padding: 0 20px;
}

.page .hentry ul > li:before, .faq_list ul > li:before {
	position: absolute;
	top: 11px;
	left: 0;
	width:5px;
	height: 5px;
	border-radius: 5px;
	background-color: #a3d8f5;
	content: " ";
}

.mainpage_img_holder img {
	width: 100%;
	height: auto;
	border-bottom: 4px solid #a3d8f5;
}

.faq_list .type-faq {
	padding-left: 75px;
	margin: 55px 0;
	background-image: url(images/double_arrows.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

.page .hentry .frm_description p {
	padding: 0;
	margin: 0;
	color: #9acaeb;
	line-height: 20px;
	line-height: 2rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

.page .hentry .frm_description p:after {
	border: 0;
}

.inline-title {
	position: absolute;
	top: 0;
	right: 0;
	width: 345px;
	margin: 30px;
	color: #fff;
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 55px;
	line-height: 5.5rem;
}

.wide_column_content {
	font-size: 19px;
	line-height: 30px;
	margin: 30px 0;
	font-weight: 300;
}

.frm-show-form .frm_form_field {
	clear: both;
	padding: 10px 0;
	position: relative;
}

.frm-show-form .frm_form_field:after {
	display: block;
	clear: both;
	content: " ";
}

.frm-show-form label {
	font-weight: 300;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
}

:lang(fr-FR) .frm-show-form label {
	font-size: 21px;
	font-size: 2.1rem;
}

.frm-show-form input, .frm-show-form select {
	font-family: Lato, tahoma, verdana, arial, sans-serif;
}

.frm-show-form input[type="text"], .frm-show-form input[type="url"], .frm-show-form input[type="email"], select, textarea {
	border: 1px solid #98caec;
	border-radius: 10px;
	background-color: #fff;
	color: #00a1df;
	font-size: 14px;
	font-size: 1.4rem;
}

.frm-show-form input[type="text"], .frm-show-form input[type="url"], .frm-show-form input[type="email"], select {
	width: 245px;
	height: 30px;
}

.frm-show-form input[type="text"], .frm-show-form input[type="url"], .frm-show-form input[type="email"], select, .select_holder {
	float: right;
}

.select_holder {
	position: relative;
}

.select_holder:after {
    background-color: #fff;
    background-image: url("images/select_button.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0;
    content: " ";
    cursor: pointer;
    height: 28px;
    pointer-events: none;
    position: absolute;
    right: 1px !important;
    top: 1px !important;
    width: 29px;
}

.frm_form_field.frm_left_container input:not([type="radio"]):not([type="checkbox"]), .frm_form_field.frm_left_container select, .frm_form_field.frm_left_container textarea, .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) .frm_opt_container, .frm_form_field.frm_left_container .g-recaptcha, .frm_form_field.frm_right_container input:not([type="radio"]):not([type="checkbox"]), .frm_form_field.frm_right_container select, .frm_form_field.frm_right_container textarea, .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) .frm_opt_container, .frm_form_field.frm_right_container .g-recaptcha {
	max-width: 100%;
}

.frm-show-form input[type="submit"] {
	background-color: #009ddc;
	color: #fff;
	border: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 15px;
	cursor: pointer;
}

.frm-show-form .frm_required {
	color: #9acaeb;
}

.frm-show-form .frm_error {
	position: absolute;
	bottom: -2px;
	left: 0;
	margin: 0;
	color: #ff0000;
	font-size: 11px;
	font-size: 1.1rem;
}

.frm-show-form .frm_error_style {
	font-size: 14px;
	color: #ff0000;
}

.frm-show-form textarea {
	margin: 10px 0;
}

.frm_form_field.frm_left_container label.frm_primary_label {
	max-width: 40%;
}

.error404 h1 {
	color: #009ddc;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 29px;
	line-height: 2.9rem;
	width: 255px;
	float: right;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#content a {
	color: #a3d8f5;
}

#content a:hover {
	color: #009ddc;
}

.mobile_topmenu {
	padding: 20px;	
	font-size: 14px;
	font-weight: 700;	
}

.mobile_topmenu ul {
	list-style-type: none;
}

.mobile_topmenu > ul > li {
	margin-bottom: 10px;
}

.mobile_topmenu ul ul li {
	font-size: 12px;
	font-weight: 300;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
}

/* =Media queries
-------------------------------------------------------------- */
@media only screen and (max-width : 1055px) {
	#main {
		margin: 5px -15px 0;
	}
	.home .cycle-slideshow {
		margin: 0;
	}
	.page .hentry, .faq_list, .product_grid {
		padding: 0 15px;
	}
	.desktop_only {
		display: none;			
	}
	.main_header {
		margin: 7px 0 0;
	}
	.topmenu {
		font-size: 20px;
	}
	.search_holder:after {
		display: block;
		clear: both;
		content: " ";
	}
	.page .hentry.contact_holder {
		margin: 0;
	}
	.frm-show-form label {
		font-size: 13px;
		font-weight: normal;
	}
	.frm_form_field.frm_left_container label.frm_primary_label, .frm-show-form label {
		display: block;
		float: none;
	}
	.frm-show-form input[type="text"], .frm-show-form input[type="url"], .frm-show-form input[type="email"], select, .select_holder {
		float: none;
		display: block;
	}
	.frm-show-form .frm_form_field {
		padding: 5px 0 0;
	}
	.frm-show-form textarea {
		margin: 0 0 15px;
	}
	label {
		margin: 0;
	}
}

@media only screen and (max-width : 979px) {
	body {
		padding: 0;
	}
	.mobile_only {
		display: block;
	}
	.social.right_edge {
		position: absolute;
		top: 0;
		right: 10px;
	}
	.langholder {
		position: absolute;
		top: -5px;
		right: 100px;
	}
	.topmenu {
		font-size: 18px;
	}
	.right_edge {
		margin-top: 10px;
	}
	
	.single-tafproduct #main {
		padding: 0 15px;
	}
	.product_main_details {
		float: none;
		width: 100%;
		position: relative;
	}
	.product_main {
		margin: 0;
		max-width: unset;
	}
	
	.product_more {
		margin: 0;
	}
	.product_main_details .age {
		position: absolute;
		top: 4px;
		right: 6px;
		padding: 0;
		font-size: 20px;
	}
	.product_main_details .buy_cta {
		position: absolute;
		right: 1px;
		top: 24px;
	}
	.tax-distributor-category h1, .tax-distributor-category .mishne {
		text-align: center;
		display: block;
	}
}

@media only screen and (max-width : 767px) {
	.hp_tiles_holder {
		display: none;
	}
	.topmenu > ul > li.menu_newsletter {
		display: block;
	}
	.social.right_edge {
		display: none;
	}
	.toggle_search {
		display: block;
	}
	.search_holder {
		display: none;
		clear: both;
		padding: 10px 0 0 0;
	}
	.topmenu {
		display: none;
		font-size: 18px;
	}
	.home .cycle-slideshow h2 {
		font-size: 25px;
		line-height: initial;
	}
	
	#site-title {
		padding: 0;
		float: left;
	}
	
	#site-title img {
		width: 55%;
		height: auto;
		margin: 0;
	}
	.navbar-toggle {
		display: block;
	}
	.langholder {
		position: absolute;
		top: 10px;
		right: 100px;
	}
	div[id*="ajaxsearchlite"] {
		float: none;
	}
	.page .hentry, .faq_list, .product_grid {
		font-size: 20px;
		line-height: 29px;
	}
	
	.product_category_list, .side_menu {
		width: 100%;
		text-align: center;
		margin: 20px 0 0;
	}
	
	.product_category_list li, .side_menu li {
		display: inline-block;
		padding: 0 10px;
	}
	
	.product_category_list li.musical {
		display: block;
		margin-top: 10px;
	}
	
	.product_grid {
		margin-top: 20px;
	}
	
	.wf-active  .product_main_details .product_title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 30px;
	}
	
	.product_more {
		margin-bottom: 30px;
	}
	
	.page .hentry h1, .faq_list h1 {
		width: 100%;
	}
	.home footer {
		margin: 0;
	}
	footer {
		font-size: 25px;
		font-weight: normal;
	}
	footer .footerlist .category_item {
		margin: 0 -15px;
		padding: 8px 15px;
		text-align: center;
	}
	footer .footerlist .category_item a {
		display: block;
	}
	.footer_social_holder {
		padding: 10px;
	}
	footer .footer_about, footer .footer_ourtoys_title, footer .footer_faq {
		display: none;
	}
	.footer_social_holder:after {
		display: block;
		clear: both;
		content: " ";
	}
	footer {
		padding: 0;
		margin-top: 40px;
	}
	footer .footer_contactlink {
		float: left;
	}
	footer .social_links {
		float: right;
	}
	.credits_rights {
		padding: 0;
	}
	.product_grid .grid li:after {
		left: 0;
		width: 100%;
	}
	.prodcat_title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.product_grid .mishne, .video_grid .mishne {
		margin-bottom: 30px;
	}
	.product_grid .mishne, .video_grid .mishne {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 25px;
		line-height: 2.5rem;
	}
	.product_overview {
		margin: 20px 0 0;
	}
	.product_section {
		margin: 20px 0;
	}
	.distributors_column {
		width: 100%;
		display: block;
		margin-top: 0;
	}
	.distributors_column h2 {
		font-size: 25px;
	}
	.distributors_column h3 {
		font-size: 21px;
	}
}

@media only screen and (max-width: 560px) {
	.iframe_holder {
		position: relative;
	    padding-bottom: 56.25%!important; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
	    padding-top: 30px!important;
	    height: 0;
	    overflow: hidden;
	}
	
	.iframe_holder iframe {
		position: absolute;
	    top: 0; 
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	.dist_country_holder {
		padding-bottom: 0;
	}
	.distributor_details {
		padding-top: 0;
	}
}

@media only screen and (max-width : 480px) {
	.music {
		position: absolute;
		right: 10px;
		top: 140px;
		z-index: 150;
	}
}

@media only screen and (max-width : 400px) {
	.right_edge {
		position: absolute;
		top: 10px;
		right: 10px;		
	}
}

@media only screen and (max-width : 320px) {
	.music {
		top: 220px;
	}
}
















@media only screen 
and (min-width: 768px) { /* Tablet - portrait: Android: 800 X 1118 */
	.debug {
		background-color: purple;
		height: 1100px;
		content: "Tablet";
	}
	.menu-toggle {
		
	}

}

@media only screen 
and (min-width: 1250px) 
and (min-height: 630px) { /* Tablet - landscape: Android: 1280 X 637*/
	.debug {
		background-color: red;
		height: 630px;
		content: "Tablet";
	}
	
}


@media only screen 
and (min-width: 1280px)
and (min-height: 400px) { /* 800px Desktop: 1280 X 800*/
	.debug {
		background-color: pink;
	}
	
}

