

/* ----------------------------------------------------
GENERAL STYLES
---------------------------------------------------- */
html {
    height: 100%;
    font-size: 100%;
}

body {
    color: #16214A;
    margin: 0;
    padding: 0;
    font-weight: 300;
    height: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.2rem !important;
	line-height: 2rem;
}

::-moz-selection {
    color: #fff;
    background: #007FFF;
    text-shadow: none;
}

::selection {
    color: #fff; 
    background: #007FFF;
    text-shadow: none;
}

h1, h2, h3, h4  {
    font-weight: 400;
    color: #16214A;
    padding: 0;
}

h1 {
    font-size: 5rem;
    line-height: 5rem;
}

h2 {
    margin: 0 0 30px;
    font-size: 3rem;
    line-height: 1rem;
	font-family: 'Rubik', serif;
	padding-top:0;
}

h3 {
    margin: 0 0 30px !important;
    font-size: 3rem;
    line-height: 2rem;
	font-family: 'Rubik', serif;
	padding-top:0;
}

h4 {
    margin: 0 0 30px;
    font-size: 2rem;
    line-height: 3rem;
	color:#16214A;
}

h5 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

h6 {
    margin: 10px 0;
    font-size: 1rem;
    line-height: 1.5rem;
}

p {
    margin-bottom: 1rem;
}

a	{
    color: #007FFF;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #17E9E1;
    text-decoration: none;
}

img {
    max-width: 100%;
}

i, em   {
    font-style: italic;
    font-family: serif;
}

blockquote	{
    border: 0;
    padding-left: 60px;
    position: relative;
}

blockquote:before  {
    content: "";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2rem;
    color: #404045;
}


/* ----------------------------------------------------
TITLE
---------------------------------------------------- */

#title {
	margin-top: 100px;
}

.leadtext {
	margin-bottom: 40px;
	text-align: center;
    padding: 0;
}
.leadtext img   {
	margin: 0 auto;
	padding: 0 1rem;
    width: 637px;
}

.headertitle {
	text-align: center;
	margin-bottom: 2rem;
}
.headertitle img {
	margin: 0 auto;
	padding: 0 1rem;
    width: 962px;
}
.title  {
    text-align: center;
    padding: 0;
	margin: 0;
	margin-bottom: 40px;
}
.title img {
	width:100%;
	margin: 0 auto;
}
.logo {
	padding-left:0;
	padding-right:0;
}
h1#logo   {
    margin: 0;
	padding:0;
}

.tweet, .jme {
	margin-bottom: 20px;
	text-align: center;
    padding: 10px 0 10px;
}
.tweet img   {
	margin: 0 auto;
	padding: 0 1rem;
    width: 303px;
}


/* ----------------------------------------------------
CONTENT
---------------------------------------------------- */
#content { 
	text-align: center;
	margin: 0 auto;
}

/* ----------------------------------------------------
ONAIR SECTION
---------------------------------------------------- */
#onair-section	{text-align: center;}

.nowonair  {
	width: 95%;
	text-align: center;
	margin: 0 auto;
    padding: 3rem;
	margin-bottom:50px;
	border: 2px solid #17224D;
}

.onairLeft {

}
.onairRight{
	text-align: left;
	font-size: 1rem;
	color:#17224D;
	line-height: 1.6rem;
}

.onairRight h3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.2rem;
	color: #17224D;
	font-weight:600;
	line-height: 1.6rem;
}
.onairRight .onairDate {
	font-family: 'Rubik', serif;
	font-size:0.9rem;
	background: #17E9E1;
	letter-spacing: 3px;
}

.banner {margin: 3rem;}

.bg-light {
    background-color: #fefcf8;
}

section {
    position: relative;
    padding: 2rem 0 2rem;
}

.section-title  {
    padding: 2rem;
    text-transform: none;
    color: #17224D;
    margin-bottom: 0;
	font-size: 2rem;
	letter-spacing: 4px;
	font-weight:400;
	text-align: center;
}


/* ----------------------------------------------------
MESSAGE SECTION
---------------------------------------------------- */
#message-section	{text-align: center;}

.message  {
	width: 80%;
	text-align: center;
	margin: 0 auto;
    padding: 3rem;
	margin-bottom:50px;
	border: 2px solid #007FFF;
}
.message img {
	width: 80%;
}


/* ----------------------------------------------------
ARCHIVE SECTION
---------------------------------------------------- */
#archive-section	{text-align: center;}

#archive-section h2.section-title	{margin-bottom:20px;}

.archiveBox {
	text-align: center;
}

.archive {
	text-align: left;
	padding: 0 2.5rem 1rem;
}
.archiveText {
	text-align: left;
}
p.archiveDate {
	font-size:0.9rem;
	font-family: 'Rubik', serif;
	margin-bottom: 0;
	padding:0;
	color: #007FFF;
}
.archiveText h4 {
	font-size:1rem;
	margin: 0 0 10px;	
	line-height: 1rem;
	color: #007FFF;
}

.col-lg-five-1, .col-md-five-1, .col-sm-five-1, .col-xs-five-1,
.col-lg-five-2, .col-md-five-2, .col-sm-five-2, .col-xs-five-2,
.col-lg-five-3, .col-md-five-3, .col-sm-five-3, .col-xs-five-3,
.col-lg-five-4, .col-md-five-4, .col-sm-five-4, .col-xs-five-4 {
  position: relative;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px;
}   
.col-xs-five-1 {
  width: 20%;
  float: left;
}
.col-xs-five-2 {
  width: 40%;
  float: left;
}
.col-xs-five-3 {
  width: 60%;
  float: left;
}
.col-xs-five-4 {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-five-1 {
    width: 20%;
    float: left;
  }
  .col-sm-five-2 {
    width: 40%;
    float: left;
  }
  .col-sm-five-3 {
    width: 60%;
    float: left;
  }
  .col-sm-five-4 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-five-1 {
    width: 20%;
    float: left;
  }
  .col-md-five-2 {
    width: 40%;
    float: left;
  }
  .col-md-five-3 {
    width: 60%;
    float: left;
  }
  .col-md-five-4 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-five-1 {
    width: 20%;
    float: left;
  }
  .col-lg-five-2 {
    width: 40%;
    float: left;
  }
  .col-lg-five-3 {
    width: 60%;
    float: left;
  }
  .col-lg-five-4 {
    width: 80%;
    float: left;
  }
}



/* ----------------------------------------------------
FORM
---------------------------------------------------- */
#title_form {
	margin-top: 30px;
}

#form-section   {
    padding: 30px 0;
}
#form-section h3.section-title {
	padding:10px;
	line-height: 3rem;
}

#form-section .form-box {
	border: 2px solid #17224D;
	margin: 1rem 1rem;
	text-align: left;
	padding: 30px 0;
}

.icon-left  {
    float: left;
    color: #ea9044;
    font-size: 2.6rem;
    line-height: 3.3rem;
    width: 3.3rem;
    padding-right: 1rem;
}

.form-frame {
    background: #fff;
    padding: 0;
}

/*------------------------ form ------------------------*/


.form-inp {
    width: 100%;
    height: 45px;
    border: solid 2px #17224D;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.form-inp2 {
    width: 30%;
    height: 45px;
    border: solid 2px #17224D;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.form-inp3 {
    width: 50%;
    height: 45px;
    border: solid 2px #17224D;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}

#formarea {margin: 10px;}

#formarea select{font-size:14px;}

#formarea textarea {
    width: 100%;
    border: solid 2px #17224D;
    font-size: 14px;
    padding: 10px 0 0 10px;
    margin-bottom: 15px;
}

#formarea .formbox h3{color:#007FFF;;margin:0 0 30px;padding:5px 0;border-bottom:2px solid #007FFF;font-weight:bold;clear:both;font-size:18px;font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;}
#formarea .notice2{margin-left:170px;font-size:0.86em; }
#formarea .notice{background:#EFF7F7;margin:20px 0;padding:8px 10px;border-radius:5px;font-size:14px;}
.formbox #formarea .notice{margin-top:40px}
#formarea .notice strong{font-weight:normal}
#formarea .member-link a{display:inline-block;margin-right:15px;text-decoration:none;color:#004CA1;}
#formarea .center-buttons{padding:30px 0 0;text-align:center}#formarea .center-buttons input{display:inline-block}

.but-big {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 25px;
    display: inline-block;
    border: 0;
    background: #17224D;
    line-height: 21px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.but-big:hover {    
    background: #17E9E1;
	color: #17224D;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    
}
.btn-call   {
    padding: 9px 18px;
    color: #17224D;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    margin: 30px 0 0;
    border: 2px solid #17224D;
	font-family: 'Rubik', serif;
}

.btn-call:hover   {
    border-color: #007FFF;
    color: #007FFF;
}

/* ----------------------------------------------------
FOOTER
---------------------------------------------------- */
footer  {
    background-color: #17224D;
    padding: 3rem 0 6rem;
	font-size:0.6rem;
	color: #fff;
	font-family: 'Rubik', serif;
}

.nav-btn {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
    display: block;
    font-size: 1.8rem;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 100px;
    right: 0;
    color: #fff;
    background: #007FFF;
    cursor: pointer;
    z-index: 1100;
}

.nav-btn:hover, nav-btn:focus {
    color: #fff;
    background: #17E9E1;
}

/* ----------------------------------------------------
WAYPOINTS
---------------------------------------------------- */
.wp1, 
.wp2, 
.wp3, 
.wp4, 
.wp5, 
.wp6	{
    visibility: hidden;
}

.bounceInLeft, 
.bounceInRight, 
.fadeInUp, 
.fadeInUpDelay, 
.fadeInDown, 
.fadeInUpD, 
.fadeInLeft, 
.fadeInRight {
    visibility: visible;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}



/* ----------------------------------------------------
MAGNIFIC POPUP STYLES
---------------------------------------------------- */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.9;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-.list li {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #404045;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-.list li {
    line-height: 0;
}

.mfp-.list li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-.list li small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-.list li .list li {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 2rem;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 46px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-.list li {
    cursor: pointer;
}

/* ----------------------------------------------------
RETINA/HIDPI
---------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1024px) {
    #featured .lead   { 
        position: relative; 
        right: auto; 
        top: auto; 
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1024px) and (orientation: portrait) {
    .masonry-item {
        width: 50%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 480px) {
    #mainimage   {
        height: 200px;
    }
    #logo   {
        width: 350px;
		position: absolute; 
        left: 83%; 
        top: 50%; 
    }
    .section-title	{
        font-size: 2rem;
    }
	#message-section  {
		padding-top: 2rem;
		line-height: 1rem;
	}
	#present-section .section-title {
		padding-top: 11rem;
	}
	#guest-section .section-title {
		padding-top: 9rem;
	}
    .masonry-item {
        width: 100%;
    }
    footer	{
        text-align: left;
    }
    .message img {
		width: 100%;
    }
	.message  {
	width: 80%;
	text-align: center;
	margin: 0 auto;
    padding: 1rem;
	margin-bottom:30px;
	border: 2px solid #007FFF;
	}
}

/* ----------------------------------------------------
MEDIA QUERIES FOR FONT ROOT SIZE
---------------------------------------------------- */
@media (max-width: 62em)	{
    html	{
        font-size:15px;
    }
}
@media (max-width: 43.75em)	{
    html	{
        font-size:13px;
    }
}

/* ----------------------------------------------------
MEDIA QUERIES
---------------------------------------------------- */
@media screen and (max-width:1024px) {
    .equal-height-col.row	{
        display: block;
    }
    .equal-height-col.row [class*="col-"] {
        float: left;
        display: inline-block;
    }
    section	{
        position: relative;
        padding: 30px 0;
    }
    .wp1, .wp2, .wp3, .wp4, .wp5, .wp6,
    .wp7, .wp8, .wp9, .wp10, .wp11, .wp12,
    .wp13, .wp14, .wp15	{
        visibility: visible;
    }
    .bounceInLeft, 
    .bounceInRight, 
    .fadeInUp, 
    .fadeInUpDelay, 
    .fadeInDown, 
    .fadeInUpD, 
    .fadeInLeft, 
    .fadeInRight {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    #mainimage	{
        background-attachment: scroll;
    }
    .masonry-item {
        width: 50%;
    }
}
@media screen and (max-width:1024px) {
    #featured .lead   { position: relative; right: auto; top: auto; }
}

/* ----------------------------------------------------
MEDIA QUERIES FOR MAGNIFIC POPUP PLUGIN
---------------------------------------------------- */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-.list li:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-.list li small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* EXTRA FOOTTER */
@media screen and (max-width: 767px) {
    
    /* overrides common styles */
    #commonFooter{
        width: 100%;
        position: static;
    }
    
    #commonFooterInner{
        padding: 15px 0;
        width: 100%;
        background-color: #282828;
        text-align: center;
    }
    #commonFooter li{
        display:inline-block !important;
        float: none;
    }
}
