﻿/* ==========================================================================
   Layout

   filename:        layout.css
   theme            pex
   description:     Contanis styling for general layout and page layouts. 
   					Module specific style should be placed in the /modules
   					folder
   ========================================================================== */

.theme-pex #main {
	background-color: #fff; 
	width: 70%;
}

.theme-pex #side {
	float: left;
	padding-bottom: 30px;
	width: 30%;
}

.theme-pex.page_layout_event #page-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1205px;
}

.theme-pex.page_layout_article #page-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1205px;
}

.theme-pex #content > .wrapper { background: #f2f2f2; }
.theme-pex.page_layout_article .wrapper { position: relative; }
.theme-pex.page_layout_event .wrapper { position: relative; }

.theme-pex.page_layout_event #main:after {
	content: "";
	display: block;
	height: 402px;
}

.theme-pex.page_layout_article #main:after {
	background: url(../../images/temp/article-bg.png) no-repeat 0 0;
	content: "";
	display: block;
	height: 402px;
}

.theme-pex.page_layout_qrfform #main,
.theme-pex.page_layout_landing #main,
.theme-pex.page_layout_locator #main,
.theme-pex.page_layout_signin_register #main { width: 100%; }

.theme-pex.page_layout_landing #side,
.theme-pex.page_layout_signin_register #side { width: 100%; }

.theme-pex.page_layout_default #main {
	float: none;
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
}

/* Signin register page css */
.theme-pex .module-signin-register { background-color: #F1F1F1; }

.theme-pex .module-signin-register .module--content,
.theme-pex .module-signin-register .module--header { max-width: 980px; }

.theme-pex .module-signin-register iframe { 
    border: none;
    width: 100%; }

.theme-pex .module-signin-register .rbkltd-breadcrumbs {
    padding-left: 0; 
    max-width: 980px;
}

.theme-pex .module-signin-register .module--header-wrapper {
	background-color: #fff;
    margin-bottom: 50px;
    width: 100%;
}

.theme-pex .module-signin-register .module--header {
	text-transform: capitalize;
	padding-bottom: 9px;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

/* Error page css */
.theme-pex.page_layout_default .rbkltd-header-wrapper {
	width: 100%;
	margin: 0 0 37px;
	padding: 6px 0 0;
	background-color: #f2f2f2;
	height: 82px;
	color: #4e4e4e;
}

.theme-pex.page_layout_default .rbkltd-breadcrumbs {
    padding-left:5px;
	margin: 0 auto;
	max-width: 980px;
	float: none;
	position: relative;
	width: 100%;
}

.theme-pex.page_layout_default .rbkltd-header--error_message h1 {
	color: #5b5b58;
	font-family: "ReefontCondensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 0.85em;
	text-transform: uppercase;
	width: 80%;
}

.theme-pex.page_layout_default .rbkltd-header--error_message{
	margin: -20px auto 0;
	max-width: 980px;
	float: none;
	position: relative;
	width: 100%;
}

.theme-pex.page_layout_default .rbkltd-breadcrumbs--content { padding: 0 0 5px; }
.theme-pex.page_layout_default #content > .wrapper { background-color: transparent; }

.theme-pex .default ul {
	list-style: none;
	margin: 20px 0;
}

.theme-pex .default p, 
.theme-pex .default li { font-size: 0.8125em; }

.theme-pex .default p strong { display: block;}

.theme-pex .default li {
	list-style-position: inside;
	padding: 0 10px 5px 0;
	margin-left: 5px;
}

.theme-pex .default li:before {
	content: '\2713';
	padding-right: 10px;
}

.theme-pex .default .heading--block {
	font-size: 60px;
	line-height: 46px;
	text-transform: uppercase;
}

.theme-pex .default .module--header {
	margin-bottom: 12px;
	padding: 0;
}

.theme-pex .header-wrapper{
	width: 100%;
	position: relative;
	background-color: #EBEBEB;
	padding-bottom: 5px;
}

.rbkltd-header--error_message {
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0 auto;
	max-width: 980px;
}

/* Breadcrumbs */
.theme-pex .rbkltd-breadcrumbs {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1205px;
	padding-bottom: 20px;
	padding-left: 105px;
	padding-top: 10px;
}

.theme-pex .rbkltd-breadcrumbs--content {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}


.theme-pex .header-wrapper .rbkltd-breadcrumbs {
	padding-bottom: 0px;
}

.theme-pex .rbkltd-breadcrumbs--item { 
	display: inline-block; 
	line-height: 1;
	font-size: 12px;
}

.theme-pex .breadcrumbs--back-link { cursor: pointer; }

.theme-pex .rbkltd-breadcrumbs--item-link, 
.theme-pex .rbkltd-breadcrumbs--slash {
	color: #95938f;
	text-decoration: none;
}

.theme-pex .rbkltd-breadcrumbs--item-link:hover,
.theme-pex .rbkltd-breadcrumbs--item-link:focus,
.theme-pex .article--meta-data-link:hover 
.theme-pex .article--meta-data-link:focus { text-decoration: underline; }

.theme-pex .rbkltd-breadcrumbs--item-text {
	color: #95938f;
}

.theme-pex .rbkltd-breadcrumbs--item .icon {
	font-size: 16px;
	margin-left: -5px;
	padding-right: 4px;
	vertical-align: text-top;
}

/* fix for non-sign in content like "privacy policy" (FH-1653) */
.theme-pex .module-signin-register.align-breadcrumb-left .module--header {
	padding-left: 5px;
}

/* Search: Show all page */
.theme-pex .search--result-filter-wrapper {
	width: 100%;
	background-color: #000;
}

.theme-pex.page_layout_default .search--result-status,
.theme-pex.page_layout_default .search--result-filter {
	width: 100%;
	margin: 0 auto;
	max-width: 1205px;
	
}

.theme-pex.page_layout_default .search--result-filter{
	padding-left: 178px;	
}


.theme-pex.page_layout_default .search--result-status {
	padding-left: 105px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



/* Aside Modules */
.theme-pex .module--aside .module--header-text,
.theme-pex .module--aside .item-product-header {
	font-family: "ReefontCondensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.theme-pex .module--aside .module--sub-header{
	font-family: "ReefontBold";
	font-size: 1.5em;
	line-height: 1em;
	color: #c41230;
}

.theme-pex .ratio-wrapper { 
	position: relative;
	width: 100%;
}

/*Ratio boxes => http://www.mademyday.de/css-height-equals-width-with-pure-css.html */
.theme-pex .ratio-wrapper:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

/* Other ratios */
.theme-pex .ratio2_1:before { padding-top: 50%; }
.theme-pex .ratio1_2:before { padding-top: 200%; }
.theme-pex .ratio4_3:before { padding-top: 75%; }
.theme-pex .ratio16_9:before{ padding-top: 56.25%; }

.theme-pex .ratio-content {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.theme-pex .ratio-content a:hover,
.theme-pex .ratio-content a:focus {
	text-decoration: none;
}



@media (min-width: 1225px) {

     /*Event lips start*/

    .theme-pex.page_layout_event #page-wrapper { max-width: 1225px; }
    .theme-pex.page_layout_event #content { padding: 0 10px; }

    .theme-pex.page_layout_event .wrapper:before,
    .theme-pex.page_layout_event .wrapper:after {
        bottom: 0;
        content: "";
        position: absolute;
        top: 0;
        width: 10px;
    }

    .theme-pex.page_layout_event .wrapper:before {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAABBAMAAAAYxVIKAAAAJFBMVEX9/f38/P38+/v6+vr5+fn4+Pj39/f29vf19vX09fX09PPz8/MIiF/6AAAAD0lEQVR4XmNgVHZN71wNAATCAgXBIzyLAAAAAElFTkSuQmCC);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 10px);
        left: -10px;
    }

    .theme-pex.page_layout_event .wrapper:after {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAABBAMAAAAYxVIKAAAAJFBMVEXz8/P09PP09fX19vX29vf39/f4+Pj5+fn6+vr8+/v8/P39/f2cDcMZAAAAD0lEQVR4XmNgVHZN71wNAATCAgXBIzyLAAAAAElFTkSuQmCC);
        background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 10px);
        right: -10px;
    }
    /*lips END*/

    /*Lips start*/

    .theme-pex.page_layout_article #page-wrapper { max-width: 1225px; }
    .theme-pex.page_layout_article #content { padding: 0 10px; }

    .theme-pex.page_layout_article .wrapper:before,
    .theme-pex.page_layout_article .wrapper:after {
        bottom: 0;
        content: "";
        position: absolute;
        top: 0;
        width: 10px;
    }

    .theme-pex.page_layout_article .wrapper:before {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAABBAMAAAAYxVIKAAAAJFBMVEX9/f38/P38+/v6+vr5+fn4+Pj39/f29vf19vX09fX09PPz8/MIiF/6AAAAD0lEQVR4XmNgVHZN71wNAATCAgXBIzyLAAAAAElFTkSuQmCC);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 10px);
        left: -10px;
    }

    .theme-pex.page_layout_article .wrapper:after {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAABBAMAAAAYxVIKAAAAJFBMVEXz8/P09PP09fX19vX29vf39/f4+Pj5+fn6+vr8+/v8/P39/f2cDcMZAAAAD0lEQVR4XmNgVHZN71wNAATCAgXBIzyLAAAAAElFTkSuQmCC);
        background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 10px);
        right: -10px;
    }
    /*lips END*/
}
@media (min-width: 768px) and (max-width: 979px) {

	.theme-pex .module-signin-register .module--header {
		padding-left: 46px;
		padding-right: 20px;
	}

	/* Article layout css for tablet */
	.theme-pex.page_layout_article #content { padding-left: 0; }

	.theme-pex #content > .wrapper {
		background-color: #f2f2f2;
		margin: 0 20px 0 0;
	}

	.theme-pex #main { width: 67.5%; }

	.theme-pex #side {
		float: left;
		width: 32.44%;
	}

	.theme-pex .article {
		padding-left: 30px;
		padding-right: 15px;
	}

	/* Search layout css for tablet */

	.theme-pex.page_layout_default #main { width: 95%; }

	/* Aside Modules Common styles */
    .theme-pex .module--aside .module--header-text { font-size: 1.0625em; }

    .theme-pex .module--aside .module--header {
    	padding-top: 10px;
    	padding-bottom: 7px;
    }

	/* Breadcrumb */
    .theme-pex.page_layout_default .rbkltd-breadcrumbs { width: 95%; }

	.theme-pex .rbkltd-breadcrumbs { padding-left: 20px; }

	.theme-pex .rbkltd-breadcrumbs--item .icon { margin-top: -1px;}

	.theme-pex .rbkltd-breadcrumbs--item { 
		font-size: 10px; 
 		margin-left: -1px;
    	margin-right: -1px;
	}
	.theme-pex .rbkltd-breadcrumbs--item .icon { font-size: 15px; }

	.theme-pex.page_layout_default .search--result-status{
		padding-left: 20px;
		width:95%;
	}
	.theme-pex.page_layout_default .rbkltd-header--error_message {
		padding-left: 20px;
	}
	.theme-pex .rbkltd-breadcrumbs--item:before {
		padding-right: 1px;
	}
}


/* 767px */
@media screen and (max-width: 767px) {
    .theme-pex .module-signin-register .module--header { padding-left: 46px; }

	.theme-pex.page_layout_article #content { padding-left: 0; }

	.theme-pex #main,
	.theme-pex #side { width: 100%; }
	
    .theme-pex.page_layout_article .article { padding-left: 20px; }

	.theme-pex.page_layout_article #main:after {
		background: none;
		height: 0;
	}

	.theme-pex .module--aside .module--header { padding-left: 46px; }
	.theme-pex .module--aside .module--header-link {
		right: 42px;
		top: 23px;
	}

	/* Breadcrumbs */
	.theme-pex .rbkltd-breadcrumbs {
		padding-left: 20px;
		padding-bottom: 23px;
		padding-right: 20px;
	}

	.theme-pex .rbkltd-breadcrumbs--item {
		font-size: 22px;
		line-height: 1.4;
	}

	/* hide article title on mobile, FH-1467*/	
	.theme-pex .rbkltd-breadcrumbs--item:nth-last-child(-n+2) {
		display: none;
	}

	.theme-pex .rbkltd-breadcrumbs--item-link .icon { 
		font-size: 30px;
	}

	.theme-pex.page_layout_default #main { width: 95%;}

	.theme-pex.page_layout_default .search--result-filter{
		padding-left: 0px;
		margin-left: -7px;
	}

	.theme-pex.page_layout_default .rbkltd-header--error_message {
		padding-left: 10px;
	}
}

@media screen and (max-width: 640px) {
    .theme-pex .module-signin-register .module--header {
        padding-left: 65px;
    }
}