* {
    box-sizing: border-box;
    outline: none;
}
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
img {
	max-width: 100%;
	height: auto;
}

body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #1b1210;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
    outline: none;
}
body {
    background: #1b1210;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #a79086;
}
.magdalene_width-wrap {
    position: relative;
    width: 100%;
    max-width: 98%;
    margin: 0 auto;
    padding: 0 10px;

}
.magdalene_clearfix-after:after {
    content: '';
    display: block;
    clear: both;

}

section {
    padding: 10px 0;
    border-bottom: 1px solid #39302e;
}

header {
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    background: #d2d2c9;
}
    header .magdalene_logo-container {
        text-align: center;
    }
        header .magdalene_logo-container .magdalene_logo {
            display: inline-block;
            font-size: 24px;
            line-height: 30px;
            font-weight: bold;
            color: #8f1b36;
            text-decoration: none;
            text-transform: uppercase;
		
        }
            header .magdalene_logo-container .magdalene_logo span {
                color: #1b1210;
            }
        header .magdalene_search-container {
            position: relative;
            clear: both;
        }
            header .magdalene_search-container .magdalene_search-block {
                display: block;
                position: relative;
            }
                header .magdalene_search-container .magdalene_search-block .magdalene_search-input {
				     padding-top:5px;
                    display: block;
                    float: right;
					text-align:center;
                    max-width: 460px;
                }
.magdalene_heading {
    margin: 0 0 5px;
}
    .magdalene_heading h1,
    .magdalene_heading h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
        color: #a79086;
    }
	
.grid:after {
	content: "";
	display: block;
	clear: both;
}

/* ---- .grid-item ---- */
.grid {
	margin: 0 -2px 70px;
}

.grid .btn {
	position: absolute;
	bottom:5px;
	left: 3px;
	border-radius: 0;
	background: rgba(0, 0, 0, .4);
}

.grid .btn:hover {
	color: #fff;
}

.grid .grid-item {
	float: left;
	text-align: center;
}

.grid .grid-item > a img {
	display: block;
	width: 100%;
	border: 1px solid transparent;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
	border: 1px solid #a19d97;
}

.grid .grid-item > a:hover .btn {
	color: #fff;
}

.grid .grid-item > a:hover img {
	border: 1px solid #727272;
}

.grid .grid-sizer,
.grid .grid-item {
	width: 14.285%;
	padding: 0 2px 4px;
}



.btn {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #fff;
	background: #404040;
	padding: .5em 1em;
	border-radius: 10px;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	font-weight: 700;
}

.btn:hover {
	color: #d6cfba;
}

.magdalene_pager {
    margin: 10px 0;
    text-align: center;
}
    .magdalene_pager li {
        display: inline-block;
        margin-bottom: 3px;
    }
        .magdalene_pager a,
        .magdalene_pager span {
            display: block;
            min-width: 40px;
            height: 40px;
            padding: 0 10px;
            border-radius: 50%;
            background-color: #d2d2c9;
            font-size: 16px;
            line-height: 42px;
            color: #000000;
            text-decoration: none;
            text-transform: uppercase;
            transition: 0.15s ease background-color;
        }
        .magdalene_pager span {
            opacity: 0.5;
        }
            .magdalene_pager li.magdalene_current span {
                opacity: 1;
                background-color: #8f1b36;
            }
            .magdalene_pager a:hover {
                background-color: #a79086;
            }

.magdalene_about-text {
    font-size: 14px;
    line-height: 20px;
    color: #f6f5f6;
}

.magdalene_spots {
    text-align: center;
}
    .magdalene_spots .magdalene_spot {
        display: none;
    }
        .magdalene_spots .magdalene_spot:nth-child(1) {
            display: inline-block;
        }

.magdalene_categories-list {

}
    .magdalene_categories-list ul {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-width: 44%;
	column-width: 44%;
    }
        .magdalene_categories-list ul li {
            display: block;
            padding: 2px 0;
        }
            .magdalene_categories-list ul li a {
                display: block;
                position: relative;
                overflow: hidden;
                padding-right: 50px;
                font-size: 16px;
                line-height: 24px;
                color: #a79086;
                text-decoration: none;
                white-space: nowrap;
                text-overflow: ellipsis;
                transition: 0.15s ease color;
            }
                .magdalene_categories-list ul li a:hover {
                    color: #8f1b36;
                }

                .magdalene_categories-list ul li a .magdalene_quantity {
                    position: absolute;
                    top: 0;
                    right: 0;
                    padding: 0 5px;
                    border-radius: 3px;
                    background: #d2d2c9;
                    font-size: 11px;
                    color: #f6f5f6;
                    transition: 0.15s ease color;
                }
                    .magdalene_categories-list ul li a:hover .magdalene_quantity {
                        color: #a79086;
                    }

.magdalene_tubes-list {

}
    .magdalene_tubes-list ul {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-width: 44%;
	column-width: 44%;
    }
        .magdalene_tubes-list ul li {
            display: block;
            padding: 2px 0;
        }
            .magdalene_tubes-list ul li a {
                display: block;
                position: relative;
                overflow: hidden;
                padding-right: 50px;
                font-size: 16px;
                line-height: 24px;
                color: #cab7ae;
                text-decoration: none;
                white-space: nowrap;
                text-overflow: ellipsis;
                transition: 0.15s ease color;
            }
                .magdalene_tubes-list ul li a:hover {
                    color: #8f1b36;
                }
.magdalene_pics-view-section {

}
.magdalene_pics-view {text-align: center;}
    .magdalene_pics-view .magdalene_player-container {
        position: relative;
        background: #d2d2c9;
		display: inline-block;
		vertical-align:auto;
		margin-bottom: 10px; }
        .magdalene_pics-view .magdalene_player-container img {
        display: block;
	    margin:0 auto;
		height:auto;    
        width: 100%;
		border:#727272 solid 3px;}

    .magdalene_pics-view .magdalene_info-container {
        margin-bottom: 10px;
    }
        .magdalene_pics-view .magdalene_info-container .magdalene_info-row {
            margin-bottom: 10px;
            border: 1px solid #9f9f9f;
            border-top: 0;
            line-height: 30px;
            text-align: center;
        }
            .magdalene_pics-view .magdalene_info-container .magdalene_info-row .magdalene_date {
                float: left;
                width: 50%;
                border-right: 1px solid #9f9f9f;
            }

            .magdalene_pics-view .magdalene_info-container .magdalene_info-row .magdalene_duration {
                float: left;
                width: 50%;
            }
        .magdalene_pics-view .magdalene_info-container .magdalene_tags,
        .magdalene_pics-view .magdalene_info-container .magdalene_sponsor {
            margin-bottom: 10px;
        }
            .magdalene_pics-view .magdalene_info-container .magdalene_tags .magdalene_label,
            .magdalene_pics-view .magdalene_info-container .magdalene_sponsor .magdalene_label {
                display: inline-block;
                margin-right: 3px;
				color:#8f1b36;
            }
            .magdalene_pics-view .magdalene_info-container .magdalene_tags a,
            .magdalene_pics-view .magdalene_info-container .magdalene_sponsor a {
                display: inline-block;
                margin: 0 1px;
                padding: 0 5px;
                border-radius: 3px;
                background: #a79086;
                line-height: 24px;
                color: #000000;
                text-decoration: none;
                transition: 0.15s ease background-color;
            }
                .magdalene_pics-view .magdalene_info-container .magdalene_tags a:hover,
                .magdalene_pics-view .magdalene_info-container .magdalene_sponsor a:hover {
                    background-color: #673e37;
                }

.magdalene_sidebar {

}
    .magdalene_sidebar .magdalene_side-spots {
        text-align: center;
    }
        .magdalene_sidebar .magdalene_side-spots .magdalene_spot {
            display: none;
        }
            .magdalene_sidebar .magdalene_side-spots .magdalene_spot:nth-child(1) {
                display: inline-block;
            }

footer {
    padding: 10px 0;
    background: #d2d2c9;
}
    footer .magdalene_contact-us {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
        footer .magdalene_contact-us a {
            transition: 0.15s ease color;
        }
            footer .magdalene_contact-us a:hover {
                color: #8f1b36;
            }

    footer .magdalene_copyright-container {
        text-align: center;
    }
        footer .magdalene_copyright-container .magdalene_copyright {
            font-size: 14px;
            line-height: 24px;
            color: #8f1b36;
        }


.magdalene_width-wrap { max-width: 608px; }

.grid {
	margin: 0 0 70px 0;
}

.grid .grid-sizer,
.grid .grid-item {
	width: 100%;
	margin: 0 0 4px 0;
	padding: 0;
}


.magdalene_categories-list ul,
.magdalene_tubes-list ul {
    -webkit-columns: 2;
    columns: 2;
}
.magdalene_categories-list a, .magdalene_tubes-list a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.exo-native-widget-header {
padding: 0px !important;
margin: 0px !important;
height: 0px !important;
display: none !important;
}

@media screen and (min-width: 481px) {
    header {
        padding: 0;
    }
    header .magdalene_logo-container {
        display: table-cell;
        padding-right: 10px;
        text-align: left;
        vertical-align: middle;
    }
    header .magdalene_search-container {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
    .magdalene_thumbs-list .magdalene_thumb .magdalene_link .magdalene_thumb-container .magdalene_title {
        font-size: 16px;
    }
    .magdalene_thumbs-list .magdalene_thumb .magdalene_link .magdalene_thumb-container .magdalene_movies {
        font-size: 16px;
    }
}
@media screen and (min-width: 640px) {
    .magdalene_spots .magdalene_spot:nth-child(2),
    .magdalene_sidebar .magdalene_side-spots .magdalene_spot:nth-child(2) {
        display: inline-block;
    }
    .grid .grid-sizer,
    .grid .grid-item {
    	width: 300px;
    	margin: 0 2px 4px 2px;
    }
    .magdalene_width-wrap
    {
        padding: 0;
    }
}
@media screen and (min-width: 669px) {
    header {
        padding: 0;
    }

    header .magdalene_logo-container {
        display: table-cell;
        padding-right: 20px;
        vertical-align: middle;
    }
    header .magdalene_logo-container .magdalene_logo {
        display: block;
    }
    header .right-container {
        display: table-cell;
        width: 100%;
        padding-right: 80px;
        vertical-align: middle;
    }
    header .right-container .magdalene_search-container {
        display: block;
    }
    section {
        padding: 10px 0;
    }
    .magdalene_categories-list ul,
    .magdalene_tubes-list ul {
        -webkit-columns: 3;
        columns: 3;
    }
    .magdalene_pics-view {
        margin-right: 310px;
    }
    .magdalene_sidebar {
        position: absolute;
        right: 5px;
        top: 29px;
    }
    .magdalene_sidebar .magdalene_side-spots .magdalene_spot:nth-child(2) {
        display: none;
    }
    footer .magdalene_contact-us {
        float: left;
        text-align: left;
        line-height: 20px;
    }
    footer .magdalene_copyright-container {
        float: right;
        text-align: right;
    }
    footer .magdalene_copyright-container .magdalene_copyright {
        line-height: 20px;
    }
}
@media screen and (min-width: 940px) {
    .magdalene_thumbs-list .magdalene_thumb .magdalene_link .magdalene_thumb-container .magdalene_title {
        font-size: 16px;
    }
    .magdalene_thumbs-list .magdalene_thumb .magdalene_link .magdalene_thumb-container .magdalene_movies {
        font-size: 16px;
    }
    .magdalene_spots .magdalene_spot:nth-child(3) {
        display: inline-block;
    }
    
    .magdalene_width-wrap
    {
        max-width: 912px;
    }
}

@media screen and (min-width: 995px) {
    header .magdalene_logo-container .magdalene_logo {
        font-size: 36px;
        line-height: 40px;
    }
    header .right-container .language-container {
        top: 10px;
        right: 10px;
    }
    .magdalene_pager a,
    .magdalene_pager span {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .magdalene_categories-list ul,
    .magdalene_tubes-list ul {
        -webkit-columns: 4;
        columns: 4;
    }
    .magdalene_sidebar {
        right: 10px;
    }
    .magdalene_sidebar .magdalene_side-spots .magdalene_spot:nth-child(1),
    .magdalene_sidebar .magdalene_side-spots .magdalene_spot:nth-child(2) {
        display: block;
    }
}
@media screen and (min-width: 1236px) {
    .magdalene_spots .magdalene_spot:nth-child(4) {
        display: inline-block;
    }
    .magdalene_width-wrap
    {
        max-width: 1216px;
    }
}

@media screen and (min-width: 1540px) {
    .magdalene_spots .magdalene_spot:nth-child(5) {
        display: inline-block;
    }
    .magdalene_categories-list ul,
    .magdalene_tubes-list ul {
        -webkit-columns: 5;
        columns: 5;
    }
    .magdalene_width-wrap
    {
        max-width: 1520px;
    }
}

@media screen and (min-width: 1900px) {
    .magdalene_spots .magdalene_spot:nth-child(5) {
        display: inline-block;
    }
    .magdalene_categories-list ul,
    .magdalene_tubes-list ul {
        -webkit-columns: 6;
        columns: 6;
    }
    .magdalene_width-wrap
    {
        max-width: 1824px;
    }
}