@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Denk+One|Jockey+One');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
/* 
* フォント
* レイアウト
* ヘッダー
* 共通設定

 */

 
/* =========================================================
* フォント
========================================================= */
body {
font-family: 'Noto Sans Japanese', serif;
}

.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}

.jockeyOne{
font-family: 'Jockey One', sans-serif;
}
.denkOne{
font-family: 'Denk One', sans-serif;
}

.serif{
 font-family: 'Noto Serif', serif;
}
.sans {
font-family: 'Noto Sans Japanese', serif;
}

 /* =========================================================
* レイアウト
========================================================= */

.content-box{
	width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width: 1100px) {
.content-box{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	
}


 /* =========================================================
* ヘッダー
========================================================= */
.g-navigation{
	background: rgba(255,255,255,0.8);
	padding-top: 6px;
	border-bottom: solid 1px rgba(200,183,153,0.6);
}
.g-navigation ul{
	margin: 6px 0 0 0;
	padding: 0;
	
}
.g-navigation ul li{
	list-style: none;
	display: inline-block;
}
.g-navigation ul li a{
	text-decoration: none;
	font-size: 13px;
	padding: 0 0.7em;
	color: #5A4F50;
}
.g-navigation ul li a:hover{
	color: #346596;
}
.g-navigation img{
	max-height: 36px;
}
.g-navigation .g-link{
	text-align: right;
}

.header h1{
	margin: 0 auto;
	line-height: 0;
	clear: both;
}
.navigation{
	background: #1e1311;
}
.navigation a{
    font-family: 'Jockey One', sans-serif!important;
	text-decoration: none;
	font-size: 22px!important;
	line-height: 1.1!important;
	letter-spacing: 0.1em!important;
	display: block;
	padding: 15px 5px!important;
	border-right: solid 1px rgba(255,255,255,0.15);
}
.navigation a:hover{
	color: #FAEFBD;
	color: rgba(233,106,90,1);
}
.navigation ul{
	margin:0 auto;
	width: 100%;
	max-width: 1200px!important;
}
.navigation ul li{
	width: 24%;
	text-align: center;
}
.navigation li:last-child a{
	border-right: none;
}
.navigation ul ul li a {
	line-height: 1.4!important;
}


.navigation .hover:hover{
	cursor: pointer;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	color: rgba(233,106,90,1);
}

/*
.navigation ul li:nth-child(1) a{ color: #e8cf6a;}
.navigation ul li:nth-child(2) a{ color: #a8c270;}
.navigation ul li:nth-child(3) a{ color: #9eba9a;}
.navigation ul li:nth-child(4) a{ color: #cd8bb2;}
.navigation ul li:nth-child(5) a{ color: #e5aa80;}
*/
.navigation ul li a span{
	color: #c9ba92;
    font-size: 12px!important;
	display: block!important;
	font-family: 'Noto Sans Japanese', serif!important;
	font-weight: 200!important;
}

.navigation ul li ul,
.navigation ul li ul li{
	display: block;
	background: #1e1311!important;
	width: 100%;
}
.navigation ul li ul li a{
	display: block;
	background: #1e1311;
	width: 100%;
	font-weight:200;
	font-size: 13px!important;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: left;
	border-top: solid 1px #2D2A2A;
	padding-left: 10px!important;
}
.navigation ul li ul li a:hover{
	color: #E1DAD3;
	color: rgba(233,106,90,1);
}
.navigation ul li ul{display: none;}

 .back-2017top{
	float: right;
	background: #ffc501;
	padding: 10px 15px;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.2;
	text-align: center;
	color: #333;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcf32+0,ffc501+100 */
background: #ffcf32; /* Old browsers */
background: -moz-linear-gradient(top,  #ffcf32 0%, #ffc501 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffcf32 0%,#ffc501 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffcf32 0%,#ffc501 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf32', endColorstr='#ffc501',GradientType=0 ); /* IE6-9 */
}
 .back-2017top i{
	 font-size: 14px;
 }
 .english{
	 display: none;
	 
	float: right;
	padding: 15px 10px 10px 10px;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.2;
	text-align: center;
	color: #333;
 }
 @media screen and (max-width: 992px) {
	.english{
	display: none;
	
	float: right;
	padding: 20px 5px;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.2;
	text-align: center;
	color: rgba(66,54,54,0.8);
 }
 }
 @media screen and (max-width: 768px) {
	 .english{
	float: none;
	display: none;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	margin: 0 auto;
	width: 70%;
	color: rgba(66,54,54,0.8);
	border-bottom: dotted 1px #CBC4B9;
 }
 }
 
@media screen and (max-width: 768px) {
.g-navigation{
	text-align: center;
}
.g-navigation .g-link{
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 5px;
	display: none;
}
.g-navigation img{
	max-height: 28px;
	margin: 0 auto 4px auto;
}
 .back-2017top{
	float: none;
	display: block;
}
 .back-2017top i{
	 font-size: 14px;
 }


.menu-toggle {
	text-align: center;
	font-family: 'Jockey One', sans-serif!important;
}
.navigation ul,
.navigation ul li{
	display: block;
	background: #1e1311;
	width: 100%;
}
.navigation ul li ul li a{
	display: block;
	background: #1e1311;
	width: 100%;
	font-weight:200;
	font-size: 14px;
	letter-spacing: 0;
}
.navigation ul li ul{display: none;}

}

 /* =========================================================
* フッター
========================================================= */
.footer{
	background: #1c1111;
	padding: 20px 10px 0 10px;
	margin-top: 0;
	color: #E0D9D9;
	color: rgba(255,255,255,0.6);
	font-size: 12px;
	font-weight: 200;
	line-height: 1.6;
}
.footer .copy{
	text-align: center;
	font-size: 11px;
	color: #B09D9E;
	padding: 20px 0;
}


 /* =========================================================
* トップページ
========================================================= */
.top-main{
	color: #2C2727;
	/*background: url(../img/top_main_bg.png) top center no-repeat;*/
}
.top-main > div{
    margin: 0 auto;
	padding: 10px 0;
	width: 1100px;
}

.main-img img{
	width: 100%;
}
.main-img span{
	font-size: 10px;
	color: rgba(76,74,72,0.6);
	line-height: 1.4;
	display: block;
	margin: -5px 0 0 0;
	padding-bottom: 20px;
}
.top-main h2{
	margin: 30px 0 0 20px;
	line-height: 0;
}
.top-main h3{
	margin: 0 0 0 20px;
}

.top-main p{
	font-size: 16px;
	line-height: 1.6;
	margin-left: 34px;
	padding-bottom: 15px;
	color: rgba(87,43,44,0.8);
}
.top-link{
	background: url(../img/top_bg_lb.jpg) top center repeat-y;
	background: rgba(30,19,17,1);
	background: #241916;
	text-align: center;
	padding: 20px 0;
	margin-top: -10px;
}
.top-link img{
	/*background: rgba(255,255,255,0.9);*/
	margin: 0 auto 20px auto;
}
.top-link .button-ticket{
	border: solid 10px rgba(255,255,255,0.9);
	background: #bd292c;
	color: #fff;
	font-size:22px;
	padding: 6px;
	display: block;
	margin: 15px auto 0 auto;
	text-decoration:none;
}
.top-link .button-supporter{
	border: solid 10px rgba(255,255,255,0.9);
	background: #FFCA2A;
	color: #000;
	font-size:22px;
	padding: 6px;
	display: block;
	margin: 0 auto;
	text-decoration:none;
}


@media screen and (max-width:1139px) {
	.top-main > div{
	width: 100%;
}
   .top-main img{
	width: 100%;
}
}
@media screen and (max-width:768px) {

.main-img img{
	border: none;
	max-width: 100%;
}
.top-main h2{
	margin: 0;
}
.top-main{
	text-align: center;
}
.top-main h3{
	margin-bottom: 10px;
}
.top-main p{
	font-size: 15px;
    margin-bottom: 20px;
	margin-left: 10px;
}
.top-link img{
	width: 100%;
	margin: 0 auto 10px auto;
}
.top-link .button-ticket{
	border: solid 8px rgba(255,255,255,0.9);
	background: #bd292c;
	color: #fff;
	font-size:18px;
	padding: 6px;
	display: block;
	width: 84%;
	margin: 5px auto;
	text-decoration:none;
}
.top-link .button-supporter{
	border: solid 8px rgba(255,255,255,0.9);
	background: #FFCA2A;
	font-size: 18px;
	padding: 6px;
	display: block;
	width: 84%;
	margin: 0 auto;
	text-align: center;
	text-decoration:none;
	color: #000;
}

}



 /* =========================================================
* 下層ページ
========================================================= */
.page-ttl{
	font-family: 'Jockey One', sans-serif;
	text-decoration: none;
	font-size: 50px;
	margin: 20px 0 30px 0;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.page-ttl span{
	color: #474747;
	font-size: 16px;
	display: block;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	line-height: 1;
}
.program {
	margin-bottom: 20px;
	padding-bottom: 40px;
}
.program .film-info{
	padding: 20px 0 10px 0;
	margin-bottom: 15px;
	background: rgba(255,255,255,0.6);
	border-left: solid 6px #b6985b;
	box-shadow:0px 4px 6px -4px #ababab;
   -moz-box-shadow:0px 4px 6px -4px #ababab;
   -webkit-box-shadow:0px 4px 6px -4px #ababab;
}
.program .film-info:nth-child(odd){
	border-left: solid 6px #bd292c;
}
.program h2.top-ttl{
	font-size: 30px;
	padding: 15px;
	text-align: center;
	background: rgba(255,206,75,0.5);
	background: rgba(255,216,85,0.6);
	border: solid 3px #373535;
	width: 80%;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
.program h2 rt{
	font-weight: 200;
	line-height: 0;
	margin: 0 0 -5px 0;
	padding: 0;
	font-size: 13px;
}

.program h3{
	font-size: 32px;
	margin: 0 10px 10px 10px;
	line-height: 1.4;
}
.program h3 span{
	font-size: 16px;
	display: block;
	font-weight: 300;
	margin-top: 0;
}

.program h3 .wp{
	font-size: 16px;
	background: rgba(255,210,0,0.9);
	padding: 3px 10px;
	border: solid 2px #000;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.program .special{
	color: #E4495B;
	font-size: 24px;
	letter-spacing: 0.2em;
	display: block;
	border-top: double 3px #E85153;
	border-bottom: double 3px #E85153;
	padding: 10px;
}



.program p{
	line-height: 1.6;
	margin: 10px;
}
.program .flilm-txt{
	line-height: 1.4;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 10px;
	color: #746768;
	border: solid 1px #CCC5C6;
	background: #EEEAE2;
}
.program .time{
	line-height: 1.4;
	font-size: 13px;
	padding: 8px;
	color: #fff;
	background: #df4373;
	background: #bd292c;
	width: 200px;
	text-align: center;
	margin: 0 10px 0 auto;
	font-weight: bold;
}
.timetable{
	padding-bottom: 40px;
}
.timetable h2{
	background: #a8c270;
	background: rgba(0,0,0,0.2);
	text-align: center;
	padding: 10px;
	margin: 0 10px;
}
.timetable .timetable-time{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: dotted 1px #A19797;
	background: rgba(255,255,255,0.2);
}
.timetable .timetable-film{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: dotted 1px #A19797;
}
.timetable .timetable-film,
.timetable .timetable-time{
	padding: 15px 10px;
	vertical-align: middle;
	line-height: 1.6;
	min-height: 80px;
}
.timetable .timetable-event{
	padding: 15px 10px;
	font-weight: bold;
	border-bottom: dotted 1px #A19797;
	background: rgba(231,166,160,0.4);
	line-height: 1.6;
}
.timetable .timetable-event-time{
	padding: 15px 10px;
	font-weight: bold;
	border-bottom: dotted 1px #A19797;
	background: rgba(231,166,160,0.2);
	line-height: 1.6;
}
.timetable a{
	text-decoration: none;
	color: #2C2828;
}
.timetable .grid-container {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}


.event {
	margin-bottom: 20px;
}
.event h2.event-ttl{
	font-size: 32px;
	padding: 25px 0;
	text-align: center;
	margin: 0 auto 1em auto;
	letter-spacing: 0.1em;
	color: #bd292c;
	background-size: cover;
	line-height: 1.5;
}
.event h2.event-ttl.bg2{
	/*background: url(../img/ttl_bg02.jpg) top center no-repeat rgba(33,33,33,1);*/
	background-size: cover;
}
.event h2.event-ttl .font-s{
    font-size: 18px;
	display: block;
	font-weight: 300;
	padding: 5px;
	width: 70%;
	margin: 0 auto 10px auto;
	background: rgba(255,255,255,0.3);
}


.event h3{
	padding: 10px;
	display: block;
	color: #fff;
	text-align: center;
    background: #ad292c;
	letter-spacing: 0.1em;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 10px;
}

.event h4.gest{
    font-size: 18px;
	display: block;
	font-weight: 300;
	padding: 5px;
	width: 50%;
	text-align: center;
	margin: 0 auto 10px auto;
	background: rgba(255,255,255,0.3);
}

.event p{
	line-height: 1.6;
	margin: 10px;
	font-size: 18px;
}
.event .time{
	line-height: 1.4;
	font-size: 16px;
	padding: 8px;
	border: solid 2px #bd292c;
	color: #bd292c;
	width: 200px;
	text-align: center;
	margin: 5px auto;
	font-weight: bold;
}
.event .event-speaker{
	clear: both;
}
.event .event-speaker .name{
	float: left;
	margin-right: 20px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}
.event .event-speaker .name-center{
	margin-right: 20px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}
.event .event-speaker .name{
	float: left;
	margin-right: 20px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}
.event .event-speaker .name-center img,
.event .event-speaker .name img{
	width: 120px;
	padding: 4px;
	background: #fff;
	display: block;
	margin: 0 auto 10px auto;
}
.event .event-speaker .speaker-info{
	font-size: 90%;
	color: #525050;
	margin-left: 160px;
}
.event .border-left{
	border-left: dotted 2px #BDB7B1;
}
.event-speaker-one{
	max-width: 1000px;
}
.event-speaker-one .speaker-info .name{
	display: block;
	margin-right: 0;
	font-size: 18px;
	text-align: left;
	padding-bottom: 10px;
	float: none;
}


.ticket h2{
	background: rgba(0,0,0,0.2);
	text-align: center;
	padding: 15px;
	margin: 0 10px;
}
.ticket p.price{
	text-align: center;
	padding: 15px;
	margin: 0;
	font-size: 20px;
}
.ticket p.note{
	display:inline-block;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
}

.access h2{
	font-size: 18px;
	padding: 10px;
	text-align: center;
	background: rgba(255,210,0,0.9);
	background: rgba(0,0,0,0.2);
	width: 60%;
	margin: 0 auto 1em auto;
}
.osusume{
	background: #fff;
	margin-top: -8px;
	margin-bottom: 50px;
	padding: 0 20px 20px 20px;
}

.osusume > div > div h3{
	background: rgba(255,210,0,0.9);
	padding: 5px 10px;
	margin-top: 8px;
	line-height: 1.4;
}
.osusume > div > div a{
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
.osusume > div > div > div{
	padding: 5px 10px;
	line-height: 1.5;
}

/* ロッキーホラーショーの楽しみ方*/
.howto > div{
	margin-top: -40px;
	margin-bottom: 40px;
	background: rgba(33, 33, 33, 0.9);
	color: #fff;
	padding-bottom: 30px;
}
.howto h4{
	color: #E6B55D;
	text-align: center;
	padding: 20px 0;
	font-size: 25px;
	margin: 10px;
}
.howto .box{
	padding: 10px;
	margin: 10px 25px;
}
.howto .box h5{
	font-size: 25px;
	margin: 0;
	color: #bd292c;
}
.howto .box:nth-child(even) h5{
	color: #E6B55D;
}

@media screen and (max-width: 768px) {
.timetable .timetable-film,
.timetable .timetable-time{
	min-height: auto;
}
.program h3 .wp{
	font-size: 16px;
	background: rgba(255,210,0,0.9);
	padding: 3px 10px;
	border: solid 2px #000;
	display: inline-block;
	margin: 6px 0;
}
.program h2,
.event h2.event-ttl{
	font-size: 18px;
}
.event .event-speaker .name{
	width: 160px;
	float: none;
	margin: 10px auto;
}
.event .event-speaker .speaker-info{
	font-size: 90%;
	color: #525050;
	margin-left: 0;
}
.event .border-left{
	border-left: none;
}
.program h3{
	font-size: 20px;
	margin: 0 10px 10px 10px;
}
.event h2.event-ttl .font-s{
    font-size: 16px;
	display: block;
	font-weight: 300;
	padding: 5px;
	width: 80%;
	margin: 0 auto 10px auto;
	background: rgba(255,255,255,0.3);
}



/* ロッキーホラーショーの楽しみ方*/
.howto h4{
	padding: 10px 0;
	font-size: 20px;
	margin: 10px;
}
.howto .box{
	padding: 10px;
	margin: 10px;
	font-size: 15px;
}
.howto .box h5{
	font-size: 20px;
}

}


/* =========================================================
* 共通設定
========================================================= */

body{
	background: url(../img/bg.jpg);
	color: #2C2727;
	line-height: 1.8;
}
a{
	color: #333;
}
a:hover{
	color: #ed5881;
	color: #BC3D3F;
}
img{
	max-width: 100%;
}

.txt-left{text-align: left;}
.txt-right{text-align: right;}
.txt-center{text-align: center;}

.float-left {float: left;}
.float-right {float: right;}
.clear:after, .clear-left:after, .clear-right:after {display: block; content: "";}
.clear, .clear:after {clear: both;}
.clear-left, .clear-left:after {clear: left;}
.clear-right, .clear-right:after {clear: right;}

h1,h2,h3,h4,p{
	margin: 0;
}

.txt-lblue{ color: #9CA9E8!important;}
.txt-blue{ color: #0083ce!important;}
.txt-navy{ color: #3856AD!important;}
.txt-green{ color: #18A05F!important;}
.txt-lgreen{ color: #7EF0A0!important;}
.txt-pink{ color: #e6136f!important;}
.txt-lpink{ color: #EF8DAC!important;}
.txt-white{ color: #fff!important;}
.txt-lpink{color: #bd292c!important;}
.txt-dred{color: #CC4244!important;}
.txt-wine{color: #792426!important;}

.font80{font-size: 80%!important;}
.font90{font-size: 90%!important;}
.font120{font-size: 120%!important;}

.v-align-middle{
	vertical-align: middle;
}

.hover:hover{
	cursor: pointer;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}



/* トップへ戻る　*/
#backTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 40px;
	color: #bd292c;
}

.ggmap {
position: relative;
padding-bottom: 36.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.button-black{
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	background: #312E2E;
}
.button-black:hover,
.button-black i{
	color: #fff!important;
	background: #434343
}


.button-white{
	display: inline-block;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	background: #fff;
}
.button-black i{
	color: #333;
}


/* ----------------------------------------------------
margin
/*---------------------------------------------------- */
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }

/* ----------------------------------------------------
grid-wide
---------------------------------------------------- */
.grid-wide-1200 .grid-container {
    max-width: 1200px;
}

