/*-----------------------------------------------------------------------------------
	    Store
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-sm{
	padding:20px 50px;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-md{
	max-width:300px;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:400;
	color:#212121!important;
}
.container{
	max-width:1140px;
}
.link-style{
	font-family:Lato;
	font-weight:400;
}
.navbar-brand img{
	width:230px;
	height:46px;
}
.bloc-76-h1{
	font-family:Lato;
	font-weight:300;
	margin-top:50px;
}
.img-logo-mmo-smal-style{
	width:230px;
	height:46px;
}
.navigation{
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
	line-height:24px;
	text-transform:uppercase;
}
.navigation:hover{
	font-family:"Lato";
	font-weight:bold;
	font-size:16px;
	line-height:24px;
	color:#0080FF!important;
	text-decoration:underline!important;
}
.navigation:active{
	color:#FF0000!important;
	font-weight:bold;
}
.button-main{
	text-transform:uppercase;
	font-family:"Lato";
	font-weight:400;
	background-color:#FBD697;
	padding-right:28px;
	padding-left:28px;
}
.button-main:hover{
	background-color:#82CEE1;
	text-transform:uppercase;
	font-family:"Lato";
	font-weight:400;
}
h1{
	font-family:"Lato";
	font-weight:300;
	font-size:70px;
	line-height:78px;
	color:#5E5E5E!important;
}
.h1-style{
	font-family:Lato;
	font-weight:300;
}
h2{
	font-size:45px;
	line-height:53px;
}
h3{
	font-size:30px;
	line-height:38px;
}
h4{
	font-size:25px;
	line-height:33px;
}
h5{
	font-size:23px;
	line-height:31px;
}
h6{
	font-size:17px;
	line-height:25px;
}
p{
	font-size:16px;
	line-height:24px;
	font-family:"Lato";
	font-weight:400;
}
a{
	font-size:16px;
	line-height:24px;
}
.navbar-nav li a{
	font-size:16px;
	line-height:24px;
	font-family:"Lato";
	font-weight:400;
}
.padding:hover{
	;
}
.padding{
	margin-right:5px;
}
.statement-bloc-text{
	line-height:38px;
	font-style:italic;
	font-size:28px;
	text-align:center;
	font-weight:300;
	font-family:"Lato";
}
.bloc-3-h2{
	font-family:Lato;
	font-weight:300;
}
.bloc-4-h2{
	font-family:Lato;
	font-weight:400;
}
.bloc-6-h2{
	font-family: Josefin Sans;
}
.apologetocs-row{
	background-color:#0033A7;
	background:linear-gradient(0deg, #00379C, #6F95CD);
	height:150px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:24px;
	margin-bottom:41px;
	font-family:"Lato";
	font-weight:400;
	font-size:70px;
	text-transform:none;
	text-shadow:0px 2px 0px #000000;
}
.mt-3{
	;
}
.img-bloc-1-style{
	width:1200px;
	height:750px;
}
.header-3{
	text-align:center;
	font-family:"Lato";
	font-weight:400;
}
.h6-style{
	font-size:17px;
	font-family:Lato;
	font-weight:400;
}
.img-margin-right{
	margin-right:-80px;
	margin-left:-69px;
}
.button-secondary{
	font-family:"Lato";
	font-weight:400;
	background-color:#FBD697;
	font-size:16px;
	line-height:24px;
	padding-right:28px;
	padding-left:28px;
	text-transform:uppercase;
}
.button-secondary:hover{
	background-color:#82CEE1;
	font-family:"Lato";
	font-weight:400;
}
.footer{
	padding-top:30px;
	padding-bottom:30px;
}
.footer-link:hover{
	color:#0080FF!important;
	font-family:"Lato";
	font-weight:400;
}
.img-bloc-4-style{
	width:268px;
	height:188px;
}
.card-shadow{
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 4px 7px #999999;
}
.card-shadow:hover{
	box-shadow:0px 4px 7px #999999;
}
.button-shadow{
	box-shadow:0px 0px 0px #999999;
}
.button-shadow:hover{
	box-shadow:0px 6px 11px #999999;
	font-family:"Lato";
	font-weight:400;
}
.img-tg-wid-style{
	height:188px;
}
.img-wim-width-style{
	height:188px;
}
.photo-padding{
	padding-top:20px;
}
.block-padding{
	padding-top:80px;
	padding-bottom:80px;
}
.img-style{
	;
}
.button-padding{
	margin-top:10px;
}
.h2-style{
	font-family:Lato;
	font-weight:300;
}
.h2-2-style{
	font-family:Lato;
	font-weight:300;
}
.img-rj-bloc-2-style{
	width:358px;
	height:513px;
	border-radius:0px 0px 0px 0px;
}
.html-widget-style{
	width:53.77%;
}
.html-widget-bloc-2-style{
	width:42.14%;
	height:38px;
}
.row-style{
	width:26.4%;
}
.h3-style{
	font-family:Lato;
	font-weight:400;
}
.h3-card-heading-style{
	font-family:Lato;
	font-weight:400;
}
.h3-3-style{
	font-family:Lato;
	font-weight:400;
}
.header-store-margin{
	margin-top:60px;
	margin-bottom:40px;
	font-family:"Lato";
	font-weight:300;
}
.cart-view-margin{
	margin-bottom:10px;
	background-position:left center;
}
.img-wim-lar-style{
	width:358px;
}
.h4-style{
	font-family:Lato;
	font-weight:300;
	font-size:24px;
}
.h4-downloads-style{
	font-family:Lato;
	font-weight:300;
	width:100%;
	font-size:24px;
}
.cart-view-margin:hover{
	background-position:left center;
}
.store-column-margin{
	margin-top:100px;
	margin-bottom:50px;
}
.store-featured-header-marg{
	margin-top:80px;
	margin-bottom:40px;
}
.img-bloc-2-style{
	width:318px;
	border-radius:0px 0px 0px 0px;
}
.img-rj-margin{
	margin-bottom:40px;
	margin-top:40px;
}
label{
	font-family:"Lato";
	font-weight:400;
}
.img-shadow{
	box-shadow:0px 3px 5px #000000;
}
.button-download{
	font-family:"Lato";
	font-weight:400;
}
.button-download:hover{
	background-color:#FFD478;
}
.header-store-margin:hover{
	font-family:"Lato";
	font-weight:300;
}
.link--click-here-style{
	font-weight:bold;
}
.h6-width{
	font-family:"Lato";
	font-weight:400;
}
.link-click-here-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
}
.link-0-click-here-style{
	font-weight:bold;
}
.img-rj-download-page{
	width:261px;
	height:395px;
}
.h4-newsletter-style{
	font-size:24px;
	font-weight:300;
	font-family:"Lato";
}
.h6-bloc-17-style{
	font-family:Lato;
	font-weight:400;
}
.imj-rj-store{
	width:261px;
	height:395px;
}
.imj-wim-store{
	width:261px;
	height:395px;
}
.img-trin-store{
	width:261px;
	height:395px;
}
.link-2907-style{
	font-weight:bold;
}
.link-12972-style{
	font-weight:bold;
}
.bloc-2-margin-featured{
	padding-top:10px;
	margin-bottom:50px;
}
.bloc-125-h1{
	font-family:Lato;
	font-weight:300;
}
.link-39660-style{
	font-weight:bold;
}
.link-13007-style{
	font-weight:bold;
}
.title-margin-trinity{
	margin-top:40px;
	margin-bottom:40px;
}
.parag-margin-trinity{
	;
}
.col-margin-trinity{
	margin-bottom:40px;
}
.img-ff-store{
	width:261px;
	height:395px;
}
.html-widget-0-bloc-17-style{
	height:43px;
}
.link-41429-style{
	font-weight:bold;
}
.bloc-18-padding{
	padding-top:10px;
	padding-bottom:50px;
}
.boc-17-padding{
	padding-bottom:50px;
}
.h6-bloc-18-style{
	font-family:Lato;
	font-weight:400;
}
.bloc-page-title{
	padding-top:50px;
	padding-bottom:50px;
}
.card-body-bloc-3-style{
	font-family:"Lato";
	font-weight:300;
}
.product-downloads-padding{
	padding-bottom:50px;
}
.img-wayd-prod{
	width:500px;
	height:730px;
}
.img-51-style{
	;
}
.about-purpose-title-padding{
	padding-bottom:20px;
}
.parag-padding-purpose{
	padding-top:20px;
	margin-bottom:20px;
}
.html-widget-0-style{
	height:43px;
}
.img-boc-style{
	width:400px;
	height:587px;
}
.link-34244-style{
	font-weight:bold;
}
.img-sda{
	width:340px;
	height:500px;
}
.img-sda-cove-style{
	;
}
.img-wf{
	height:488px;
	width:340px;
}
.img-pg{
	width:438px;
	height:626px;
}
.img-md-dvd{
	width:317px;
	height:445px;
}
.img-dod-dvd{
	width:450px;
	height:675px;
}
.img-dod-d-style{
	;
}
.img-fm-dvd{
	width:407px;
	height:588px;
}
.bloc-padding-bottom{
	padding-bottom:50px;
}
.img-67-style{
	width:100px;
	height:155px;
}
.img-jesustl-style{
	;
}
.img-jtl{
	width:120px;
	height:199px;
}
.link-available-here-style{
	font-weight:bold;
}
.link-bloc-31-style{
	font-weight:bold;
}
.img-dear-jesus{
	width:120px;
	height:199px;
}
.img-wtdoc{
	margin-bottom:10px;
}
.img-cfc-book{
	width:100px;
	height:155px;
	margin-bottom:10px;
}
.img-trob-boo-style{
	width:100px;
	height:155px;
	margin-bottom:10px;
}
.img-pgi-book{
	width:100px;
	height:155px;
	margin-bottom:10px;
}
.link-dvd-page-style{
	font-weight:bold;
}
.img-wyntk-book{
	width:100px;
	height:155px;
}
.img-wyntkjw-bo-style{
	;
}
.img-ctbf-dvd{
	width:248px;
	height:501px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-white-2{
	background-color:#FFFFFF;
}
.bgc-peach-orange{
	background-color:#FCD797;
}
.bgc-white-3{
	background-color:#FFFFFF;
}
.bgc-white-4{
	background-color:#FFFFFF;
}
.bgc-linen{
	background-color:#F7F1E6;
}

/* Text colour styles */

.tc-dark-jungle-green{
	color:#212121!important;
}
.tc-rifle-green{
	color:#3F3E3E!important;
}
.tc-dark-jungle-green-2{
	color:#212121!important;
}

/* Link colour styles */

.ltc-azure{
	color:#0094FF!important;
}
.ltc-azure:hover{
	color:#0076cc!important;
}
.ltc-dodger-blue{
	color:#0798F7!important;
}
.ltc-dodger-blue:hover{
	color:#067ac6!important;
}

/* Icon colour styles */

.icon-azure{
	color:#0094FF!important;
	border-color:#0094FF!important;
}

/* Bloc image backgrounds */




/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.img-logo-mmo-smal-style{
		width:190px;
		height:38px;
	}
	.navigation{
		text-transform:none;
	}
	.navigation:hover{
		color:#0080FF!important;
	}
	h1{
		font-size:50px;
		line-height:58px;
	}
	h2{
		font-size:35px;
		line-height:43px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#424242!important;
	}
	.mt-3{
		border-color:rgba(0,0,0,0.0)!important;
	}
	.photo{
		max-width:335px;
	}
	.footer{
		padding-top:10px;
	}
	.img-bloc-4-style{
		width:335px;
		height:235px;
	}
	.img-tg-wid-style{
		width:335px;
		height:235px;
	}
	.img-wim-width-style{
		width:335px;
		height:235px;
	}
	.block-padding{
		padding-top:20px;
		padding-bottom:20px;
	}
	.card-body-style{
		width:100%;
	}
	.heading-6{
		font-family:"Lato";
		font-weight:400;
	}
	.bloc-bloc-2a-margin-top{
		margin-top:16px;
	}
	.card-body-bloc-2-style{
		width:100%;
	}
	.card-shadow{
	}
	.img-rj-bloc-2-style{
		width:340px;
	}
	.card-body-bloc-3-style{
		width:100%;
	}
	.mt-lg-0{
	}
	.mt{
	}
	.header-store-margin{
		margin-bottom:20px;
		margin-top:40px;
	}
	.store-column-margin{
	}
	.store-featured-header-marg{
		margin-bottom:20px;
		margin-top:40px;
	}
	.img-rj-margin{
		margin-top:25px;
	}
	.logo-size{
		width:215px;
		height:43px;
	}
	.btn-style{
		width:100%;
	}
	.bloc-76-h1{
		margin-top:30px;
	}
	.navbar-brand img{
		width:215px;
		height:43px;
	}
	.link-bloc-17-style{
		font-weight:bold;
	}
	.bloc-page-title{
		padding:30px 0px 20px 0px;
	}
	.h4-newsletter-style{
		font-size:23px;
	}
	.h4-downloads-style{
		font-size:23px;
	}
	.boc-17-padding{
		padding-bottom:20px;
	}
	.product-downloads-padding{
		padding-bottom:30px;
	}
	.img-wayd-prod{
		width:400px;
		height:590px;
	}
	.img-boc-style{
		width:320px;
		height:470px;
	}
	.img-style{
		;
	}
	.img-pg{
		width:380px;
		height:543px;
	}
	.img-51-style{
		;
	}
	.img-fm-dvd{
		width:380px;
		height:540px;
	}
	.bloc-padding-bottom{
		padding-bottom:40px;
	}
	h3{
		font-size:28px;
		line-height:36px;
	}
	h4{
		font-size:24px;
		line-height:32px;
	}
	h5{
		font-size:22px;
		line-height:30px;
	}
	h6{
		font-size:17px;
		line-height:25px;
	}
	p{
		font-size:15px;
		line-height:23px;
	}
	a{
		font-size:16px;
		line-height:24px;
	}
	.navbar-nav li a{
		font-size:14px;
		line-height:22px;
	}
	.img-ctbf-dvd{
		width:200px;
		height:404px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
}

@media (max-width: 767px){
	.apologetocs-row{
		height:120px;
	}
	.photo{
		max-width:400px;
	}
	.footer{
		padding-top:8px;
	}
	.img-bloc-4-style{
		width:400px;
		height:280px;
	}
	.img-tg-wid-style{
		width:400px;
		height:280px;
	}
	.img-wim-width-style{
		width:400px;
		height:280px;
	}
	.photo-padding{
	}
	.block-padding{
		;
	}
	.header-pic{
		padding-right:1px;
		padding-left:1px;
	}
	.img-rj-bloc-2-style{
		width:244px;
		height:349px;
	}
	.mt-3{
	}
	.store-column-margin{
		margin-top:75px;
	}
	.header-store-margin{
		margin-bottom:20px;
		margin-top:20px;
	}
	.img-bloc-2-style{
		width:205px;
	}
	.logo-size{
		width:215px;
		height:43px;
	}
	.card-shadow{
	}
	.img-rj-download-page{
		width:246px;
	}
	.imj-wim-store{
		height:372px;
		width:246px;
	}
	.imj-rj-store{
		height:372px;
		width:246px;
	}
	.store-featured-header-marg{
		margin-top:10px;
		margin-bottom:0px;
	}
	.bloc-2-margin-featured{
		padding-top:5px;
		margin-bottom:20px;
	}
	.col-margin-trinity{
		margin-bottom:20px;
	}
	.bloc-125-h1{
		margin-bottom:20px;
		margin-top:20px;
	}
	.img-trin-store{
		width:246px;
		height:372px;
	}
	.img-ff-store{
		width:246px;
		height:372px;
	}
	.img-23-style{
		;
	}
	.html-widget-style{
		height:40px;
	}
	.html-widget-bloc-17-style{
		height:54px;
	}
	.html-widget-0-style{
		height:56px;
	}
	.bloc-bloc-2a-margin-top{
		margin-top:0px;
	}
	.bloc-page-title{
		padding-top:20px;
		padding-bottom:15px;
	}
	.boc-17-padding{
		padding-bottom:20px;
	}
	.img-wf{
		width:300px;
		height:430px;
	}
	.img-51-style{
		;
	}
	.img-pg{
		width:300px;
		height:400px;
	}
	.img-md-dvd{
		width:300px;
		height:350px;
	}
	.img-wayd-prod{
		width:320px;
		height:470px;
	}
	.img-dod-dvd{
		width:320px;
		height:470px;
	}
	.img-fm-dvd{
		width:320px;
		height:460px;
	}
	.bloc-padding-bottom{
		padding-bottom:30px;
	}
	h1{
		font-size:40px;
		line-height:48px;
	}
	h2{
		font-size:30px;
		line-height:38px;
	}
	h3{
		font-size:26px;
		line-height:34px;
	}
	h4{
		font-size:23px;
		line-height:31px;
	}
	h5{
		line-height:28px;
		font-size:20px;
	}
	h6{
		font-size:17px;
		line-height:25px;
	}
	p{
		font-size:14px;
		line-height:22px;
	}
	a{
		font-size:15px;
		line-height:23px;
	}
	.navbar-nav li a{
		font-size:13px;
		line-height:21px;
	}
	.img-ctbf-dvd{
		margin-bottom:10px;
	}
	
}

@media (max-width: 575px){
	.img-logo-mmo-smal-style{
		width:170px;
		height:34px;
	}
	.button-main:hover{
		;
	}
	.footer-link{
		text-align:center;
	}
	.apologetocs-row{
		height:100px;
	}
	.photo{
		max-width:240px;
		padding-top:0px;
		padding-right:0px;
		padding-left:0px;
	}
	.img-bloc-4-style{
		height:168px;
	}
	.img-tg-wid-style{
		height:168px;
	}
	.img-wim-width-style{
		height:168px;
	}
	.block-padding{
		;
	}
	.img-style{
		;
	}
	.button-padding{
		margin-bottom:20px;
		padding-right:10px;
		padding-left:10px;
	}
	.header-pic{
		padding-right:1px;
		padding-left:1px;
		margin-top:-10px;
		margin-bottom:-40px;
	}
	.h6-width{
		font-family:"Lato";
		font-weight:400;
		width:100%;
	}
	.card-shadow{
	}
	.img-rj-bloc-2-style{
		width:263px;
	}
	.store-column-margin{
		margin-top:50px;
		margin-bottom:30px;
	}
	.header-store-margin{
		margin-bottom:10px;
	}
	.img-rj-margin{
		margin-bottom:30px;
		margin-top:10px;
	}
	.logo-size{
		width:200px;
		height:40px;
		margin-bottom:5px;
	}
	.navbar-brand img{
		width:200px;
		height:40px;
	}
	.img-rj-download-page{
		width:240px;
	}
	.img-trin-store{
		width:240px;
		height:372px;
	}
	.col-margin-trinity{
		margin-bottom:15px;
	}
	.title-margin-trinity{
		margin-bottom:20px;
		margin-top:20px;
	}
	.imj-wim-store{
		width:240px;
	}
	.img-ff-store{
		width:240px;
	}
	.img-23-style{
		;
	}
	.bloc-76-h1{
		margin-top:20px;
	}
	.bloc-page-title{
		padding-top:10px;
		padding-bottom:10px;
	}
	.card-body-bloc-3-style{
		;
	}
	.img-store-icon-dvd{
		width:100px;
		margin-bottom:10px;
	}
	.boc-17-padding{
		padding-bottom:25px;
	}
	.button-secondary{
		;
	}
	.h4-downloads-style{
		width:100%;
	}
	.h4-2-style{
		width:100%;
	}
	.img-wayd-prod{
		height:390px;
		width:265px;
	}
	.img-boc-style{
		width:265px;
		height:390px;
	}
	.img-sda-cove-style{
		height:405px;
	}
	.img-sda{
		width:265px;
		height:405px;
	}
	.img-wf{
		width:265px;
		height:380px;
	}
	.img-51-style{
		;
	}
	.img-pg{
		height:380px;
		width:265px;
	}
	.img-md-dvd{
		height:370px;
	}
	.img-dod-dvd{
		width:265px;
		height:400px;
	}
	.img-fm-dvd{
		height:380px;
		width:265px;
	}
	.bloc-padding-bottom{
		padding-bottom:20px;
	}
	h1{
		font-size:32px;
		line-height:40px;
	}
	h2{
		font-size:25px;
		line-height:33px;
	}
	h3{
		font-size:24px;
		line-height:32px;
	}
	h4{
		font-size:22px;
		line-height:30px;
	}
	h5{
		line-height:25px;
		font-size:17px;
	}
	h6{
		font-size:16px;
		line-height:24px;
	}
	p{
		font-size:13px;
		line-height:21px;
	}
	a{
		font-size:14px;
		line-height:22px;
	}
	.navbar-nav li a{
		font-size:13px;
		line-height:21px;
	}
	.img-ctbf-dvd{
		width:175px;
		height:302px;
		margin-bottom:10px;
	}
	
}

