/*-------Fonts-------*/
@font-face {
    font-family: 'latoitalic';
    src: url('fonts/lato-italic-webfont.eot');
    src: url('fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-italic-webfont.woff2') format('woff2'),
         url('fonts/lato-italic-webfont.woff') format('woff'),
         url('fonts/lato-italic-webfont.ttf') format('truetype'),
         url('fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato-black-webfont.eot');
    src: url('fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-black-webfont.woff2') format('woff2'),
         url('fonts/lato-black-webfont.woff') format('woff'),
         url('fonts/lato-black-webfont.ttf') format('truetype'),
         url('fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-light-webfont.woff2') format('woff2'),
         url('fonts/lato-light-webfont.woff') format('woff'),
         url('fonts/lato-light-webfont.ttf') format('truetype'),
         url('fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latomedium_italic';
    src: url('fonts/lato-mediumitalic-webfont.eot');
    src: url('fonts/lato-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/lato-mediumitalic-webfont.woff') format('woff'),
         url('fonts/lato-mediumitalic-webfont.ttf') format('truetype'),
         url('fonts/lato-mediumitalic-webfont.svg#latomedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latosemibold';
    src: url('fonts/lato-semibold-webfont.eot');
    src: url('fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('fonts/lato-semibold-webfont.woff') format('woff'),
         url('fonts/lato-semibold-webfont.ttf') format('truetype'),
         url('fonts/lato-semibold-webfont.svg#latosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latomedium';
    src: url('fonts/lato-medium-webfont.eot');
    src: url('fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-medium-webfont.woff2') format('woff2'),
         url('fonts/lato-medium-webfont.woff') format('woff'),
         url('fonts/lato-medium-webfont.ttf') format('truetype'),
         url('fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*-----Overrides-----*/

body{
	background: #ffffff;
	border-top: 16px solid #a81916;
}

body, p, div, li {
    font-family: 'latolight', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    color: #404041;
}


.ty-mainbox-title,
h1.ty-mainbox-title{
	color: #2d2357;
    font-family: 'latoregular', sans-serif;
    font-size: 32px;
    font-weight: normal;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
    margin-bottom: 20px;
    line-height: normal;
}

hr {
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    margin: 20px 0;
}


/*reset site width*/
.container-fluid, .ty-footer-grid__full-width > .row-fluid{
	max-width: 960px;
}

/*apply styles to blocks*/
.tygh-top-panel{
	padding-top: 6px;
	padding-bottom: 5px;
	background: #dadada;
	background: -moz-linear-gradient(top, #d1d2d4 0%, #d0d1d2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d2d4), color-stop(100%,#d0d1d2));
	background: -webkit-linear-gradient(top, #d1d2d4 0%,#d0d1d2 100%);
	background: -o-linear-gradient(top, #d1d2d4 0%,#d0d1d2 100%);
	background: -ms-linear-gradient(top, #d1d2d4 0%,#d0d1d2 100%);
	background: linear-gradient(to bottom, #d1d2d4 0%,#d0d1d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d2d4', endColorstr='#d0d1d2',GradientType=0 );
	border-bottom: 1px solid #bcbcbc;
}

input.ty-search-block__input {
    border: 2px solid #eaeaeb;
}

input.ty-search-block__input:focus{
    border: 2px solid #bcbcbc;
}

.ty-search-magnifier {
    right: 7px;
    color: #444549;
}

.tygh-header{
	padding-bottom: 20px;
	border-bottom: 4px solid #f6f6f6;
}

/* Menu */

.no-touch .ty-menu__item:hover .ty-menu__item-link, .is-hover-menu .ty-menu__item-link, .is-hover-menu.ty-menu__item-active .ty-menu__item-link {
    color: #2d2357!important;
}

/* Menu End */

/* Account */
.ty-account-info {
    padding-top: 0px;
}
/* End Account */

.tygh-content{
	background: #f3f3f4;
}

.tygh-content > div{
	background-color: transparent;
}

.row-fluid .top-logo-grid{
	/*width: auto;
	height: 69px;*/
}

.row-fluid .cart-content-grid{
	/*width: auto;*/
	/*float: right;*/
}

.tygh-footer .ty-footer-grid{
	background-image: none;
	background-color: #383d46;
}

.ty-footer-grid .footer-wrapper{
	text-align: center;
}

.ty-footer-grid .footer-wrapper .footer-block.left .ty-wysiwyg-content{
	width: 50%;
    float: left;
}

.ty-footer-grid .footer-wrapper .footer-block.left .responsible-purchaser{
	clear: both;
	display: block;
	padding-top: 40px;
}

.ty-footer-grid .footer-wrapper .footer-block.left .responsible-purchaser .ty-wysiwyg-content{
	float: none!important;
	width: 100%!important;
}

.ty-footer-grid .footer-wrapper .footer-block{
	text-align: left;
	width: 33.333%;
	margin: 0;
	float: left;
}

.ty-footer-grid .footer-wrapper .footer-block.middle h3{
	width: 50%;
}

/* Twitter */
.twitter-wrap{
	width:100%;
}

.twitter-wrap a.header{
	display: block;
	clear: both;
	border-radius: 4px 4px 0 0;
	color:#fff;
	font-family: 'latomedium_italic', sans-serif;
	font-size: 14px;
	padding: 12px 12px 12px 36px;
	background:#3c4652 url('../images/twitter-icon.png') no-repeat 12px center;
	margin-bottom: 2px;
}

.twitter-wrap a.header:hover,
.twitter-wrap a.footer:hover{
	background-color: #2d2357;
}

.twitter-wrap .content{
	background: #4a5460;
	padding: 12px;
	margin-bottom: 2px;
}
.twitter-wrap .content p{
	color: #fff;
}

.twitter-wrap .content p a,
.twitter-wrap .content p span{
	color: #77a159;
}

.twitter-wrap .content p a:hover{
	text-decoration: underline;
}

.twitter-wrap a.footer{
	display: block;
	clear: both;
	border-radius: 0 0 4px 4px;
	background: #3c4652;
	color:#fff;
	font-family: 'latolight', sans-serif;
	font-size: 14px;
	padding: 12px;
}



/* Twitter End*/

.ty-footer-grid .footer-wrapper .footer-block.right .ty-wysiwyg-content{
	width: 50%;
    float: right;
}

.ty-footer-grid .footer-wrapper .footer-block h3{
	padding-bottom: 10px;
	color: #ffffff;
	font-family: 'latoregular', sans-serif;
	font-weight: normal;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #d0d1d2;
	position: relative;
}

.ty-footer-grid .footer-wrapper .footer-block h3:after{
	background: #a81916;
	content: '';
	position: absolute;
	height: 5px;
	width: 55px;
	bottom:-3px;
	left: 2px;
}

.footer-block.right p{
	color: #ffffff;
	font-family: 'latoregular', sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

.footer-block.right p a{
	font-family: 'latoitalic', sans-serif;
	color: #ffffff;
}

.footer-block ul.footer_navigation{
	margin: 0;
	padding: 0;
}

.footer-block ul.footer_navigation li{
	list-style: none;
	padding: 0;
	margin: 6px 0;

}

.footer-block ul.footer_navigation li a{
	font-family: 'latoregular', sans-serif;
	color: #ffffff;
}

.footer-block ul.footer_navigation li:before{
	display: none!important;
}

.ty-footer-grid .footer-wrapper{
	padding-top: 40px;
	padding-bottom: 20px;
}

.ty-footer-grid .footer-wrapper .row-fluid{
	max-width: 960px;
	width: auto;
	margin: 0 auto;
	padding: 0 20px;
}

.ty-footer-grid > .row-fluid:nth-child(2){
	width: auto;
	background: #a81916;
}

.ty-footer-grid .footer-bottom{
	max-width: 960px;
	width: auto;
	margin: 0 auto!important;
	float: none;
	padding: 0 20px;
}

.ty-footer-grid .social_bottom{
	padding: 6px 0 3px;
}

.ty-footer-grid .social_bottom a{
	display: inline-block;
	height: 18px;
	width: 18px;
	background: url(../images/footer_icons.png) no-repeat;
	margin-right: 4px;
	-webkit-transition: background 0ms ease-out;
	-moz-transition: background 0ms ease-out;
	-ms-transition: background 0ms ease-out;
	-o-transition: background 0ms ease-out;
	transition: background 0ms ease-out;
}

.ty-footer-grid .social_bottom a.facebook{
	background-position: 0 0;
}

.ty-footer-grid .social_bottom a.twitter{
	background-position: -18px 0;
}

.ty-footer-grid .social_bottom a.linked{
	background-position: -36px 0;
}

.ty-footer-grid .social_bottom a.facebook:hover{
	background-position: 0 -18px;
}

.ty-footer-grid .social_bottom a.twitter:hover{
	background-position: -18px -18px;
}

.ty-footer-grid .social_bottom a.linked:hover{
	background-position: -36px -18px;
}

.header-social{
	margin-right: 8px;
}

.header-social a{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/header_icons.png) no-repeat;
	margin-right: 2px;
	margin-top: 8px;
	-webkit-transition: background 0ms ease-out;
	-moz-transition: background 0ms ease-out;
	-ms-transition: background 0ms ease-out;
	-o-transition: background 0ms ease-out;
	transition: background 0ms ease-out;
}

.header-social a.facebook{
	background-position: 0 0;
}

.header-social a.twitter{
	background-position: -18px 0;
}

.header-social a.linked{
	background-position: -36px 0;
}

.header-social a.facebook:hover{
	background-position: 0 -18px;
}

.header-social a.twitter:hover{
	background-position: -18px -18px;
}

.header-social a.linked:hover{
	background-position: -36px -18px;
}

.ty-footer-grid .footer-bottom .ty-wysiwyg-content{
	display: block;
	max-width: 960px;
	min-width: auto;
	margin: 0 auto;
}

.contact-block h3{
	font-size: 26px;
	font-weight: normal;
	color: #2d2357!important;
	font-family: 'latoregular', sans-serif;
	margin-top: 16px;
}

.contact-block h3 span{
	font-family: 'latobold', sans-serif;
	color: #a81916!important;
}

.footer_navigation li a:hover{
	padding-left: 5px;
}

/*Menu*/

.ty-menu__submenu-item-header.sub_items_ar{
	background: url(../images/sub-drop.png) no-repeat right 14px top -25px;
}

.ty-menu__submenu-item-header.sub_items_ar:hover{
	background: url(../images/sub-drop.png) no-repeat right 14px top 10px;
}

.top-menu-grid{
	text-align: center;
}
/* Responsive Menu */

.cm-responsive-menu{
	padding:0;
	display: inline-block;
	margin: 0 auto;
}

/* End Responsive Menu */

.ty-menu__items{
	background: none;
}

.ty-menu__item.cm-menu-item-responsive{
	background: url(../images/drop.png) no-repeat right 4px top 11px;
	position: relative;
}

.ty-menu__submenu-item-header .ty-menu__submenu-link{
	font-weight: normal;
}

.ty-menu__submenu .ty-menu__submenu{
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.ty-menu__submenu-items{
	min-width: 170px;
/* display: none; */
	position: absolute;
	background: #ffffff;
	z-index: 100;
	border: none;
	border-top: 0px;
	padding: 0;
	border-bottom: 2px solid #2d2357;
	left: 0 !important;
	right: auto !important;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.ty-menu__submenu-items .ty-menu__submenu-item{
	margin-bottom: 0px;
}

.ty-menu__submenu-items li{
	padding: 0;
}

.ty-menu__submenu-items li:last-child{
	border-bottom: 2px solid #ffffff;
}

.ty-menu__submenu-items .ty-menu__submenu-link{
	color: #888888;
	display: block;
	padding: 6px 20px;
	text-align: left;
}

.ty-menu__submenu-items .ty-menu__submenu-link:hover{
	background: rgba(255, 255, 255, 0.2);
	color: #333333 !important;
}

.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a{
	background: #a81916;
	padding: 6px 20px;
}
.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover{
	color: #fff!important;
}

.ty-menu__item.ty-menu__item-active .ty-menu__item-link {
    background: transparent;
    color:#2d2357;
}

.ty-menu__item .ty-menu__item-link{
	font-family: 'latoregular', sans-serif;
	font-size: 14px;
	color: #878786;
	position: relative;
	padding: 5px 20px;
	display: block;
	min-height: 30px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.no-touch .ty-menu__item:hover .ty-menu__item-link, .is-hover-menu .ty-menu__item-link, .is-hover-menu.ty-menu__item-active .ty-menu__item-link{
	background: none;
	color: #a81916;
}

.ty-account-info li a{
	color: #a81916;
	font-family: 'latoregular', sans-serif;
}

.ty-account-info__orders-txt{
	font-family: 'latoregular', sans-serif;
}

.ty-account-info li:hover{
	padding: 7px 14px;
	background: #a81916 !important;
}

.ty-account-info .ty-account-info__name:hover{
	background: transparent!important;
}

.ty-account-info .ty-account-info__item .ty-account-info__a{
	display: block;
}

.ty-dropdown-box__content .ty-account-info__orders{
	margin-top: 8px;
}

.ty-btn__secondary{
	background: #a81916;
	font-family: 'latoregular', sans-serif;
}

.ty-btn__secondary:hover{
	background: #D83633;
}

.ty-btn__primary{
	background: #2d2357;
	font-family: 'latoregular', sans-serif;
}

.ty-btn__primary:hover{
	background: #51477B;
}

.ty-input-text:focus{
	border-color: #2d2357 !important;
}

.ty-dropdown-box__title.open{
	background: #2d2357;
	border-radius: 2px;
}

.ty-dropdown-box__title.open:hover{
	background: #2d2357;
}

.ty-dropdown-box__title.open:hover a, .ty-dropdown-box__title.open:hover i{
	color: #ffffff;
}

.ty-dropdown-box__title, .ty-dropdown-box__title a, .ty-dropdown-box__title i{
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	-ms-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
}

.ty-dropdown-box__title:hover{
	background: none;
}

.ty-dropdown-box__title:hover a, .ty-dropdown-box__title:hover i{
	color: #2d2357;
}

.ty-footer-grid .social_bottom .social-icons{
	float: left;
	margin: 5px 0;
	padding: 0;
}

.ty-footer-grid .social_bottom .pbp-footer{
	float: right;
	color: #FFA8A8;
	font-size: 12px;
	font-family: 'latoregular', sans-serif;
	margin: 5px 0;
	padding: 0;
}

.ty-footer-grid .social_bottom .pbp-footer a{
	display: inline;
	width: auto;
	height: auto;
	font-family: 'latomedium', sans-serif;
	color: #ffffff;
	background: none;
}

.ty-dropdown-box__content{
	left: 0;
	right: auto;
	top: 39px;
	border-top: 1px solid #bcbcbc;
}

.banner-block-wrapper{
	margin-top: 20px;
}

.banner-block{
	height: 260px;
	position: relative;
}

.banner-block .ty-wysiwyg-content{
	position: relative;
	height: 260px;
}
.banner-block .ty-wysiwyg-content:after{
	display: block;
	content: '';
	clear: both;
}

.banner-block a{
	color: #ffffff;
	font-size: 14px;
	font-family: 'latoregular', sans-serif;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75%;
	padding: 12px 16px;
	background: #2d2357;
}

.banner-block a:hover{
	background: #51477B;
	opacity: 0.95;
}

.banner-block.block-a{
	background: url(../images/banner-blocks/block_a.jpg) no-repeat center top;
}

.banner-block.block-b{
	background: url(../images/banner-blocks/block_b.jpg) no-repeat center top;
}

.banner-block.block-c{
	background: url(../images/banner-blocks/block_c.jpg) no-repeat center top;
}

.banner-block.block-d{
	background: url(../images/banner-blocks/block_d.jpg) no-repeat center top;
}


/*more menu stuff*/

.ty-top-mine__submenu-col{
	margin: 0 !important;
	position: relative !important;
	min-width: 270px !important;
}

.ty-menu__submenu-item-header{
	min-height: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.ty-menu__submenu .ty-menu__submenu{
	position: absolute;
	top: 0;
	left: 270px;
	min-width: 270px;
	background: #ffffff;
	display: none;
	overflow: hidden;
	border-bottom: 2px solid #a81916;
}

.ty-menu__submenu .ty-menu__submenu li:last-child{
	border-bottom: 2px solid #ffffff!important;
}

.ty-top-mine__submenu-col:hover .ty-menu__submenu{
	display: block;
}


/*Content Styles, blocks, inner content formatting etc*/
.ty-wysiwyg-content h1{
	color: #2d2357;
	font-family: 'latoregular', sans-serif;
	font-size: 32px;
	font-weight: normal;
	line-height: normal;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding: 20px 0;
}

.ty-wysiwyg-content h2{
	color: #2d2357;
	font-family: 'latoregular', sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: normal;
}

.ty-wysiwyg-content h3{
	color: #a81916;
	font-family: 'latoregular', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: normal;
}

.ty-wysiwyg-content h4{
	color: #2d2357;
	font-family: 'latoregular', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: normal;
}

.ty-wysiwyg-content h5{
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
}

.one-section .ty-wysiwyg-content h5{
	font-family: 'latoregular', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	color: #949494;
	line-height: 150%;
}

.ty-wysiwyg-content p{
	color: #949494;
	font-family: 'latolight', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.ty-wysiwyg-content p.sub{
	font-size: 16px;
}

.ty-wysiwyg-content ol {
    counter-reset:li;
    margin-left:0;
    padding-left:0;
    margin: 20px 0;
}

.ty-wysiwyg-content ul {
    margin-left:0;
    padding-left:0;
    margin: 20px 0;
}

.ty-wysiwyg-content ul > li {
    position:relative;
    margin:0 0 6px 2em;
    padding:4px 8px;
    list-style:none;
    font-family: 'latolight', sans-serif;
}
.ty-wysiwyg-content ul > li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: -10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #a81916;
}

.ty-wysiwyg-content ol > li {
    position:relative;
    margin:0 0 6px 2em;
    padding:4px 8px;
    list-style:none;
    font-size: 20px;
    font-family: 'latolight', sans-serif;
    color: #2d2357;
}
.ty-wysiwyg-content ol li ol > li{
	font-size: 14px;
    font-family: 'latolight', sans-serif;
    color: #878786;
}
.ty-wysiwyg-content ol > li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top:5px;
    left:-20px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:20px;
    height: 20px;
    margin-right:8px;
    line-height:20px;
    color:#fff;
    border-radius: 1em;
    background:#a81916;
    font-weight:bold;
    text-align:center;
    font-size: 14px;
    font-family: 'latolight', sans-serif;
}

.ty-wysiwyg-content ol li ol > li:before {
	background: #383d46;
	font-size: 14px;
    font-family: 'latolight', sans-serif;
    top:2px;
}

.ty-wysiwyg-content ol li ol li ol > li:before {
	background: #4a5460;
	font-size: 14px;
    font-family: 'latolight', sans-serif;
    top:2px;
}

.ty-wysiwyg-contentli ol,
.ty-wysiwyg-contentli ul {margin-top:6px;}
.ty-wysiwyg-content ol ol li:last-child {margin-bottom:0;}

.two-section-left, .one-section{
	margin-top: 30px;
	padding-bottom: 20px;
}
.two-section-right{
	margin-top: 20px;
}
.one-section{
	border-bottom: 1px solid #e7e7e7;
}

.one-section .ty-wysiwyg-content h1{
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 0;
}


.two-section-right .ty-wysiwyg-content:after,
.two-section-left .ty-wysiwyg-content:after{
	display: table;
	content:'';
	clear: both;
}

.two-section-left .ty-wysiwyg-content img,
.two-section-left img{
	width: 60%;
	float: left;
	border-right: 30px solid #f3f3f4;
}
.two-section-right .ty-wysiwyg-content img,
.two-section-right img{
	width: 60%;
	float: right;
	border-left: 30px solid #f3f3f4;
}

.two-section-left .ty-wysiwyg-content h1,
.two-section-left h1{
	/*padding-top: 60px;*/
	margin-bottom: 14px;
	margin-top: 0;
}

.two-section-right .ty-wysiwyg-content h1,
.two-section-right h1{
	margin-bottom: 14px;
	margin-top: 0;
}

.offer-banner{
	background: #a81916;
	padding: 20px 30px;
	height: auto;
	margin-top: 0px;
	position:relative;
}

.offer-banner .offer-content{
	width: calc(100% - 220px);
}

.offer-banner h3{
	display: inline-block;
	color: #ffffff;
	margin-right: 30px;
	font-family: 'latoblack', sans-serif;
	text-transform: uppercase;
	margin: 0px 16px 0 0;
	font-weight: normal;
	font-size: 32px;
	vertical-align: middle;
}

.offer-banner p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	font-family: 'latoregular', sans-serif;
	font-size: 18px;
	margin-top: 0px;
}

.offer-banner a{
	font-family: 'latoregular', sans-serif;
	display: inline-block;
	position: absolute;
	border: 1px solid #ffffff;
	font-size: 20px;
	color: #ffffff;
	padding: 8px 38px;
	text-transform: uppercase;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.offer-banner a:hover{
	background: rgba(255,255,255,0.08);
	color:#fff;
}

a:hover{

	color: #a81916;

}


/*temp*/
.owl-item{
	/*height: 360px;
	background: url(../images/banner-bg.jpg) no-repeat center center;*/
	position: relative;
}

.owl-item .ty-wysiwyg-content{
	position: absolute;
	right: 46px;
	top: 32px;
	width: 370px;
	text-align: left;
}

.banner-btn{
	font-family: 'Latoitalic', sans-serif;
	color: #fff;
	font-size: 18px;
	background:#2d2357;
	padding: 12px 28px;
	margin-top: 23px;
	display: block;
	text-align: center;
}

.banner-btn:hover{
	color: #ffffff;
	background: #a81916;
}
/* Home Banners */

.main-content-grid{
	position: relative;
}

.homepage-banners{
	margin-top: 0;
}

.banner-text h2{
	margin-top: 0;
}

.banner-text p{
	color:#333;
}

/*.homepage-banners h1{
	margin-top: 20px;
}

.homepage-banners p{
	padding: 0;
	color: #fff;
}

.homepage-banners a{
	margin-top: 20px;
	background-color: rgba(255,255,255,0.6);
	color:#383d46;
	position: relative;
}*/

/* Page Banners */

.page-banners{
	height: 360px;
	position: relative;
}

.page-banners .banner-image{
	height: 100%;
	background-position: left center;
	position: relative;
}

.page-banners .banner-content{
	height: 360px;
	width: 45%;
	position: absolute;
	right: 0;
	top: 0;
}

.page-banners .banner-content > div{
	padding: 40px 20px;
	position: relative;
	text-align: center;
	height: calc(100% - 80px);
}
.page-banners .banner-content .blue{
	background: #29215B;
}
.page-banners .banner-content .red{
	background: #a81916;
}
.page-banners .banner-content h3{
	color:#fff;
	margin-bottom: 20px;
	font-size: 28px;
}
.page-banners .banner-content p{
	color:#fff;
	margin-bottom: 20px;
	line-height: 150%
}
.page-banners .banner-content a{
	color:#fff;
	font-family: 'Latoitalic', sans-serif;
	font-size: 20px;
	border: 1px solid #fff;
	padding: 20px;
	display: inline-block;
	margin: 0 auto;
}

/* Products */

.ty-product-block__left {
	width: calc(100% - 302px)!important;
}

.special-offers h1{
	margin-top: 5px;
	padding-top: 0;
}

.ty-product-block-title{
	color: #2d2357;
    font-family: 'latoregular', sans-serif;
    font-size: 32px;
    font-weight: normal;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    line-height: normal;
}

.ty-product-block__sku .ty-control-group,
.ty-product-block__price-actual {
	margin: 0;
}

.ty-product-block__option,
.ty-product-block__advanced-option{
	margin-bottom: 0;
}

.ty-product-block__sku{
	margin-top: 14px
}
.ty-product-block__field-group{
	margin-bottom: 0;
	border-bottom: 1px solid #e7e7e7;
}

.ty-product-block__button a{
	margin: 0!important;
	display: table;
	clear: both;
	text-align: left;
	color: #a81916;
	border: 0;
}

.ty-product-block__button a:hover{
	color: #2d2357;
}

.ty-social-buttons {
	margin: 20px 0 0 0;
	padding-top: 20px;
	border-top: 1px solid #e7e7e7;
}
.ty-social-buttons a{
	display: inline-block;
	margin-right: 3px;
}

.ty-product-prices {
	padding: 0px 0px 20px 0px;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
}
.ty-control-group__label{
	width:100px;
	margin-right: 0;
}

.ty-no-price {
    color: #a81916;
   	font-size: 24px;
	font-weight: bold;
}

.ty-subcategories__item {
	min-width: 20%;
	max-width: 20%;
    vertical-align: top;
}

.ty-subcategories__item a{
	display: inline-block;
}
.ty-subcategories__item a span{
	display: block;
	text-align: center;
}

.ty-subcategories__item a img.ty-subcategories-img {
	max-height: 340px;
	display: block;
	height: 100vh;
}

.ty-subcategories__item .ty-no-image {
    height: 34.5vh;
    margin-bottom: 8px;
}

.ty-subcategories__item .ty-wysiwyg-content p {
	font-size: 13px;
}

.ty-grid-list__item {
	margin: 0px 10px 20px 10px;
}

.ty-grid-list__item-name, .ty-grid-list__price{
    display: block;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
    width: 100%;
}
.ty-grid-list__item-name .product-title,
.ty-compare-products__item a{
	color:#404041;
	text-align: center;
	display: block;
	font-family: 'latolight', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

.ty-grid-list__item-name .product-title:hover,
.ty-compare-products__item a:hover{
	color:#2d2357;
}

.ty-grid-list__price{
	margin-top: 0;
}
.ty-grid-list__price .ty-no-price,
.ty-compare-products__item .ty-no-price{
	color: #a81916;
	font-size: 14px;
	text-align: center;
	display: block;
}

.ty-compare-checkbox{
	border: 1px solid #c2c9d0;
	color: #77a159;
}

.ty-compare-checkbox__icon {
	top: -1px;
}

/* Tabs */

.ty-tabs {
    border-bottom: 0;
    background-color: #E8E7E6;
}
.ty-tabs__item.active, .ty-tabs .subtab.active {
    background: #fff;
    margin: 0;
    padding: 0;
    border-top: 5px solid #a81916;
}
.ty-tabs__item.active .ty-tabs__a, .ty-tabs__a, .ty-tabs .subtab a{
    color: #949494;
    height: auto;
    padding: 10px 20px;
}
.ty-tabs__content {
    padding: 20px;
    background: #fff;
}

.ty-tabs__item, .ty-tabs .subtab{
	background: transparent;
    margin: 0;
    padding: 0;
}

/* Accordion */

.ty-accordion .ui-accordion-header{
	color: #949494;
	height: auto;
	padding: 10px 20px;
	margin: 0 auto;
	background-color: #E8E7E6;
	cursor: pointer;
}

.ty-accordion .ui-accordion-header.ui-state-active {
	color: #949494;
	background-color: #fff;
	border-top: 5px solid #a81916;
}

.ty-accordion .ui-accordion-content{
	padding: 20px;
}

/* Sidebar Categories */

.ty-sidebox__title{
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 0;
	margin-bottom: 20px;
	line-height: normal;
}
.ty-sidebox__title-wrapper{
	color: #2d2357!important;
	font-family: 'latoregular', sans-serif;
	font-size: 32px!important;
	font-weight: normal!important;
	text-transform: none!important;
}

.ty-sidebox ul.accordion {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	margin:0 auto;
}

.ty-sidebox ul.accordion li input[type='checkbox'] {
	display: none;
}

.ty-sidebox ul.accordion li label{
	color:#A61D21;
	background:#DBDCDE;
	padding:10px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	font-family: 'latoregular', sans-serif;
}

.ty-sidebox ul.accordion li label a{
	color:#A61D21;
	font-size: 14px;
	font-weight: bold;
	font-family: 'latoregular', sans-serif;
	display: block;
}

.ty-sidebox ul.accordion li label:hover{
	color:#fff;
	background:#2d2357;
	cursor: pointer;
}

.ty-sidebox ul.accordion li label:hover a{
	color:#fff;
}

.ty-sidebox ul.accordion li input[type='checkbox']:checked ~ .sub-menu {
	height: 100%;
	display:block;
}

.ty-sidebox ul.accordion li input[type='checkbox']:checked + label,
.ty-sidebox ul.accordion li input[type='checkbox']:checked + label a{
	background:#2d2357;
	color: #fff;
}

.ty-sidebox ul.accordion ul {
	background:transparent;
	margin:0;
	padding:0;
}

.ty-sidebox ul.accordion ul li a {
	display:block;
	padding:10px 10px 10px 25px;
	color:#404041;
	text-decoration:none;
	position: relative;
}

.ty-sidebox ul.accordion ul li a:before {
	content: '>';
	left: 10px;
	top: 10px;
	position: absolute;
}

.ty-sidebox ul.accordion ul li a:hover {
	color:#2d2357;
}

.ty-sidebox .sub-menu {
	height: 0;
	display: block;
	overflow: hidden;
}

.ty-sidebox .sub-menu li{
	margin: 0;
	padding: 0;
}

.ty-sidebox__title-toggle{
	top:25px;
}

.ty-sidebox__icon-open, .ty-sidebox__icon-hide {
	margin-top: 0;
}
/* Sidebar Compare */

.comparison .ty-no-price{
	font-size: 14px;
}

.comparison .ty-mt-s {
	margin-top: 0px;
}

.comparison .sidebox-actions{
	margin-top: 20px;
}

/* Compare */

.ty-compare-products__menu{
	padding: 0;
}

.ty-compare-menu__item {
	margin-bottom: 5px;
	padding: 0;
}

.ty-compare-menu__item a{
padding: 10px;
	color: #A61D21;
	background: #DBDCDE;
	font-weight: bold;
	display: block;
	font-family: 'latoregular', sans-serif;
	width: auto;
}

.ty-compare-menu__item a:hover{
color: #fff;
	background: #2d2357;
}

.ty-compare-menu__item span{
padding: 10px;
	color: #fff;
	background: #2d2357;
	font-weight: bold;
	display: block;
	font-family: 'latoregular', sans-serif;
}

/* Pagination */

.ty-pagination{
	text-align: center;
	padding: 0;
	margin: 40px 0 0 0;
}

.ty-pagination__item, .ty-pagination__selected {
    border: 1px solid #2d2357;
    border-radius: 0;
    padding: 5px 10px;
    margin: 0 4px;
    display: inline-block;
}

.ty-pagination__selected{
	border: 1px solid #a81916;
    background: #a81916;
    color:#fff;
    padding: 6px 10px 5px 10px;
}

.ty-pagination__item:hover{
	border-radius: 0;
    padding: 5px 10px;
    margin: 0 4px;
    display: inline-block;
	border: 1px solid #a81916;
    background: #a81916;
    color:#fff;
}

/* Product Sort */

.ty-sort-container {
	padding-left: 0px;
	background: transparent;
	margin: 0 0 30px 0px;
}

.ty-sort-container .ty-sort-dropdown__content{
	right: 0;
}


.ty-sort-container .ty-sort-dropdown > a{
	padding: 10px 30px 10px 10px;
	border: 1px solid #29215B;
	position: relative;
	color: #404041;
}

.ty-sort-container .ty-sort-dropdown > a:hover{
	background: #29215B;
	color: #fff;
}

.ty-sort-container .ty-sort-dropdown > a:hover:after{
	color: #fff;
}

.ty-sort-container .ty-sort-dropdown > a:after{
	position: absolute;
	content: '›';
	right: 8px;
	top: 4px;
	color: #29215B;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    font-size: 24px;
}

.ty-sort-container .ty-sort-dropdown > a i{
	display: none;
}

.ty-sort-dropdown__wrapper.open{
	background: #29215B!important;
	color: #fff!important;
}

.ty-sort-dropdown__wrapper.open:after{
	color: #fff!important;
}

.ty-product-block__left {
	width: 60%;
    float: left;
}

.ty-wysiwyg-content h4 {
	color: #2d2357;
    font-family: 'latoregular', sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 20px 0;
    margin-bottom: 10px;
    line-height: 30px;
}

/** Media Queries **/

@media (max-width: 1075px){
	.banner-text{
		width:30%;
	}
}

@media (max-width: 1000px){
	.banner-text{
		width:35%;
	}
}

@media (max-width: 950px){
	.banner-text{
		width:38%;
	}
}

@media (max-width: 767px){
	.banner-text{
		display: none;
	}
}

@media (max-width: 998px){
	/*.banner-text{
		width:42%;
	}*/
	.cm-responsive-menu .ty-menu__item .ty-menu__item-link {
    	padding-right:15px;
    	padding-left: 2px;
	}
	.page-banners .banner-content{
		width: 50%;
	}
}

@media (max-width: 920px){
	.banner-text{
		width:45%;
		top: 10px;
		right: 10px;
	}
	.two-section-left .ty-wysiwyg-content h1 {
    	padding-top: 0px;
    	margin-top: 20px;
	}
	.page-banners .banner-content{
		width: 60%;
	}
}
@media (max-width: 840px){
	.ty-product-block__left {
		width: 100%!important;
	}

	.banner-text{
		width:50%;
	}
}

@media (max-width: 767px){
	.tygh-header > div, .tygh-top-panel > div {
    	padding: 0px 20px;
	}

	.tygh-header {
	    padding-bottom:0;
	    border-bottom:0;
	}
	.top-cart-content {
    	margin: 0;
	}
	.ty-logo-container{
		margin:10px;
	}
	.cart-content-grid{
		padding-bottom: 15px;
	}
	.cart-content-grid .contact-block{
		float: none;
		width: 100%;
		text-align: center;
	}

	.page-banners{
		height: auto;
	}
	.page-banners .banner-image {
	    height: 200px;
	    background-position: center;
	}
	.page-banners .banner-content {
	    height: auto;
	    width: 100%;
	    position: relative;
	}
	.page-banners .banner-content > div {
	    padding: 30px 20px;
	    height: calc(100% - 60px);
	}
	/* Responsive Menu */

	.cm-responsive-menu{
		display: block;
		width: 100%;
		background-color: #383d46!important;
	}
	.cm-responsive-menu .ty-menu__item-link{
		padding: 13px 0!important;
		color: #fff;
		font-size: 16px;
	}

	.cm-responsive-menu .ty-menu__item-link:hover{
		background-color: #a81916!important;
		color: #fff!important;
	}

	.no-touch .ty-menu__item:hover .ty-menu__item-link, .is-hover-menu .ty-menu__item-link, .is-hover-menu.ty-menu__item-active .ty-menu__item-link {
    	color: #fff!important;
    	background-color: #a81916!important;
    	text-align: center!important;
	}

	.ty-menu__item.cm-menu-item-responsive{
		background: none;
	}
	.ty-menu__menu-btn.visible-phone .ty-menu__item-link{
		background-color: #2d2357!important;
	}

	.ty-menu__submenu-items{
		position: relative;
		box-shadow: none;
		border:0;
		background-color: #3c4652;
	}
	.cm-responsive-menu-toggle,
	.ty-menu__item .ty-menu__item-toggle-active{
		background: none!important;
	}
	.ty-menu__item-active .ty-menu__item-link{
		background-color: #2d2357;
	}
	.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item{
		border-bottom: 1px solid #383d46;
	}
	.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item:last-child{
		border-bottom: 0;
	}
	.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
	    display: block;
	    padding: 13px 0;
	    color:#fff;
	    text-align: center!important;
	}
	.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link:hover {
	    background-color: #2d2357;
	    color:#fff!important;
	}
	.no-touch .ty-menu__item.ty-menu__item-active:hover .ty-menu__item-link {
    	background: #2d2357;
	}

	.ty-menu__item.ty-menu__item-active .ty-menu__item-link {
    background: #a81916!important;
    color: #fff!important;
}
	/* 3rd Submenu */
	.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header{
		border-color:#383d46;
	}
	.ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__submenu-link{
		padding: 13px 0;
		color:#fff;
		text-align: center!important;
	}
	.ty-menu__submenu-items .ty-menu__submenu-link:hover{
		color:#fff!important;
		background-color: #a81916!important;
	}

	.ty-menu__submenu .ty-menu__submenu {
	    position: relative!important;
	    left: 0!important;
	    display: block;
	    border-bottom: 0!important;
	    background: #4a5460!important;
	    box-shadow: none!important;
	}

	.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item{
		padding-left: 0!important;
	}
	.ty-menu__submenu .ty-menu__submenu li:last-child,
	.ty-menu__submenu-items li:last-child{
		border-bottom: 0!important;
	}
	.ty-menu__submenu-item-header.sub_items_ar{
		background: none!important;
	}

	/* End Responsive Menu */

	.banner-block-wrapper .span4{
		float:left;
		width: 24.2%;
		margin-left: 1%;
	}
	.banner-block-wrapper .span4:first-child{
		margin-left: 0;
	}
	.banner-block a{
		width: 100%;
		padding: 12px 0px;
		text-align: center;
	}
	.two-section-left .ty-wysiwyg-content img,
	.two-section-right .ty-wysiwyg-content img,
	.two-section-left img,
	.two-section-right img{
    	float: none;
    	border: 0;
    	width: 100%;
	}
	.ty-footer-grid .footer-wrapper .footer-block.right .ty-wysiwyg-content,
	.ty-footer-grid .footer-wrapper .footer-block.left .ty-wysiwyg-content,
	.ty-footer-grid .footer-wrapper .footer-block.middle h3 {
    	width: 75%;
	}

	.ty-compare-sort,.ty-compare-feature_item_size{
		display: table-cell;
		width: auto;
	}

}

@media (max-width: 675px){

	.offer-banner .offer-content {
    	width: 100%;

	}
	.offer-banner a{
		display: block;
	    position: relative;
	    right: 0;
	    top: 0;
	    width: auto;
	    text-align: center;
	    margin-top: 40px;
	}
}

@media (max-width: 568px){
	.ty-compare-products__product,
	.ty-compare-products__menu{
		width: 100%;
		display: table;
		clear: both;
		padding: 0;
		position: relative;
	}
	
	.ty-compare-menu{
		width: auto;
	}

	.owl-item .ty-wysiwyg-content{
		position: absolute;
	    right: 50%;
	    top: 50%;
	    width: 75%;
	    text-align: center;
	    transform: translate(50%,-50%);
	}
	.banner-btn{
		float: none;
		display: inline-block;
	}

	.ty-footer-grid .footer-wrapper .footer-block{
		width: 100%;
		clear: both;
		margin-bottom: 40px;
	}
	.ty-footer-grid .footer-wrapper .footer-block.right{
		margin-bottom: 0;
	}
	.ty-footer-grid .footer-wrapper .footer-block.right .ty-wysiwyg-content{
		float: none;
	}
}

@media (max-width: 480px){
	.top-search{
		display: none;
	}
	.banner-block-wrapper .span4{
		float:left;
		width: 49%;
		margin-left: 2%;
		margin-bottom: 5px;
	}
	.banner-block-wrapper .span4:nth-child(3){
		margin-left: 0;
	}
	.ty-footer-grid .social_bottom .social-icons,
	.ty-footer-grid .social_bottom .pbp-footer{
		float: none;
		clear: both;
		text-align: center;
	}
}
