body{
    margin:0;
    padding:0;
    background:#FFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","εγΔε¦«εβ₯ηεγΌE‘Δε€Ά ProN W3",Meiryo,εγ‘£εβ‘’εγ₯§εβ₯§,"MS PGothic","ώΎ₯EΎ₯¦ ώΎ‘Όεβ₯¨εβ₯­εγ¦ε€±",sans-serif;
    line-height:1.8;
}
a{transition: 0.5s ;}
a:hover{text-decoration: none; cursor:pointer;}
a,button{outline: none!important;}

::selection {
     background: #F39801;
     color: #fff;
}
::-moz-selection {
     background: #F39801;
     color: #fff;
}
/*
-------------------------------------------------------------- */

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#EEEEEE}

.carousel-control span {
    bottom: 0;
    color: #F5AD34;
    position: absolute;
    top: 50%;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.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;
}

#tel {
	color: #000;
	font-size: 1.6em;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0;
	z-index: 1040;
	background-color: none;
	height: 227px;
	width:235px;
}

#tel span {
    font-size:0.52em;
    line-height: 0.7;
}

@media (max-width: 460px) {
#tel {
    display:none;
}}

#tel_phone {
    diplay:none;
}

#tel a {
    color:#fff;
}

#tel_phone a {
    color:#000;
}

@media (max-width: 460px) {
#tel_phone {
    color: rgb(0, 0, 0);
    padding: 5px 5px!important;
	margin:0;
    position: absolute;
    right: 0;
    z-index: 1040;
    background-color: #F2C023;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    font-size:1em;
    line-height: 0.7;
}}

@media (max-width: 460px) {
#tel_phone span {
    font-size:0.6em;
    line-height: 0.7;
}}

@media (min-width: 461px) {
#tel_phone {
    display:none;
}}


.hd_access {
    background-color: #6b1453;
    border-radius: 2px;
    margin: 7px 0 0;
    padding: 9px 18px;
    display: block;
    text-align: center;
}

.hd_access a {
    color: #fff!important;
    font-size: 1em;
}

@media (max-width: 460px) {
.hd_access {
    background-color: #6b1453;
    border-radius: 2px;
    margin: 7px 0 0;
    padding: 9px 18px;
    display: block;
    text-align: center;
}}

.carousel-indicators {
    bottom: 0;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 6px!important;
    margin: 1px;
    text-indent: -999px;
    width: 20px !important;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    width: 30px!important;
}

.bloc .container{
    padding-left:0;
    padding-right:0;
}

#bloc-1 #md_line {
    background-image: url(img/md_line.jpg);
    background-repeat: repeat-x;
    margin-top:20px;
    border-radius: 3px;
}


#main_ph {
    background-color:#F39801;
    margin:0 auto;
	
}

@media (max-width: 1100px){
#mainlogo {
    position:absolute;
    text-align:center;
    margin:80px auto 0 0;
}}

@media (max-width: 800px){
#mainlogo {
    position:absolute;
    text-align:center;
    margin:10px auto 0 auto;
}}

@media (max-width: 360px){
#mainlogo {
    margin: -20px auto 0 16px;
    position: absolute;
    text-align: center;
    width: 310px;
}}

#bloc-0{
    min-height:500px;
    padding-top:20px;
}

.navbar-default .navbar-nav > li > a{
    font-size:13px;
    color:#000;
    padding:15px;
}
.navbar-default .navbar-nav > li > a:hover{
    font-size:13px;
    color:#F39801;
}

.col-md-8.col-md-offset-2 .text-center strong {
    color:#666;
    font-weight:normal;
    font-size:12px;
    font-weight: bold;
}

.navbar-brand {
    font-family: 'Oswald', sans-serif;
}

@media (min-width: 768px){
.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}
}  

/* Sizes */

.bloc-lg{
    padding:15px 50px;
}

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

.bloc-fill-screen{
    padding-top:0;
    position: relative;
    height: inherit;
}

.bloc-fill-screen > .container{
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.bloc-fill-screen.bloc-group .bloc{
    vertical-align: middle!important;
}

.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{    position: absolute;
    margin: 20px auto;
    left: 0;
    right: 0;
    z-index: 1;
    transform: none;
}

.bloc-fill-screen .fill-bloc-top-edge{
    top:0;
}

.bloc-fill-screen .fill-bloc-bottom-edge{
    top: initial;
    bottom: 20px;
}

.blocs-hero-btn-dwn{
    width: 58px;
    height: 58px;
    display: block;
    margin:0 auto;
    line-height: 58px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: rgba(255,255,255,.8);
    background: rgba(0,0,0,.6);
    border:0;
}

.blocs-hero-btn-dwn:hover{
    color: rgba(255,255,255,1);
}

.d-bloc{
    color:rgba(255,255,255,.7);
}

.d-bloc button:hover{
    color:rgba(255,255,255,.9);
}

.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
    border-color:rgba(255,255,255,.9);
}

.d-bloc .divider-h span{
    border-color:rgba(255,255,255,.2);
}

.d-bloc a{
    color:rgba(255,255,255,.6);
}

.d-bloc a:hover{
    color:rgba(255,255,255,1);
}

.d-bloc .navbar-toggle .icon-bar{
    background:rgba(255,255,255,1);
}

.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
    color:rgba(255,255,255,1);
    border-color:rgba(255,255,255,1);
}

.d-bloc .panel{
    color:rgba(0,0,0,.5);
}

.d-bloc .panel button:hover{
    color:rgba(0,0,0,.7);
}

.d-bloc .panel icon{
    border-color:rgba(0,0,0,.7);
}

.d-bloc .panel .divider-h span{
    border-color:rgba(0,0,0,.1);
}

.d-bloc .panel a{
    color:rgba(0,0,0,.6);
}

.d-bloc .panel a:hover{
    color:rgba(0,0,0,1);
}

.d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover{
    color:rgba(0,0,0,.7);
    border-color:rgba(0,0,0,.3);
}

.l-bloc{
    color:rgba(0,0,0,.9);
}

.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);
}

.l-bloc .divider-h span{
    border-color:rgba(0,0,0,.1);
}

.l-bloc a{
    color:rgba(0,0,0,.7);
    font-family: 'Roboto', sans-serif;
}

.l-bloc a:hover{
    color:rgba(0,0,0,1);
}

.l-bloc .navbar-toggle .icon-bar{
    color:rgba(0,0,0,.6);
}

.l-bloc .btn-wire, .l-bloc .btn-wire:hover{
    color:rgba(0,0,0,.7);
    border-color:rgba(0,0,0,.3);
}

.voffset{
    margin-top:30px!important;
}

.navbar{
    margin-bottom: 0;
    z-index: 1040!important;
    border-radius: 0px;
}

.navbar-brand{
    height:auto;
    padding:15px 15px;
    font-size:20px!important;
    font-weight:600;
}

.navbar-brand img{
    max-height: 200px;
    margin: 0 5px 0 0;
    display:inline;
}

.navbar-brand{
    padding: 15px 15px;
}

.navbar .nav{
    z-index:1;
    font-weight:700;
}

.navbar-brand {
    display:none;	
}

@media (max-width: 768px){
.navbar-brand {
    display:block;
    color:#d9d9d9!important;
}}

.nav > li{
    float:left;
    font-size:11px;
    letter-spacing: 1px;
}

.navbar-nav .open .dropdown-menu > li > a{
    text-align: inherit;
}

.nav > li a:hover, .nav > li a:focus{
    background:transparent;
}

.navbar-toggle{
    margin: 10px 10px 0 0;
    border: 0px;
}

.navbar-toggle:hover{
    background:transparent!important;
}

.navbar-toggle .icon-bar{
    background-color: rgba(0,0,0,.5);
    width: 26px;
}
 
.nav-invert .navbar .nav{
    float:left;
}
.nav-invert .navbar-header, .nav-invert .navbar-brand{
    float: right;
}

@media (min-width: 768px){
.site-navigation{
    position:absolute;
    top:50%;
    right:20px;
    transform:translate(0, -50%);
    -webkit-transform:translateY(-50%);
}

.nav-invert .site-navigation{
    left:20px;
    right:0;
}

.nav-center{
    text-align:center;
}

.nav-center .navbar-header{
    width:100%;
}

.nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li{
    float: none;
    display:inline-block;
}

.nav-center .site-navigation{
    position:relative;
    width:100%;
    margin-top:20px;
}
}

.nav > li > .dropdown a{
    background: none!important;
    display: block;
    padding: 14px 15px;
}

nav .caret{
    margin: 0 5px;
}

.dropdown-menu .dropdown-menu{
    top:-8px;
    left:100%;
}

.dropdown-menu .dropmenu-flow-right{
    top:100%;
    left:0;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu .dropdown span{
    border: 4px solid black;
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:transparent;
    margin: 6px -5px 0 0!important;
    float: right;
}

/*
-------------------------------------------------------------- */

.mg-md{
    margin-top:3px;
    margin-bottom:30px;
    text-align:center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.4;
}
.mg-lg{
    margin-top:10px;
    margin-bottom:40px;
}

.plan_p {
    text-align:center;
    margin:0 0 20px 0;
    padding:0;
    font-size:11px;
    color:#666;
}

/*
-------------------------------------------------------------- */

.btn{
    margin: 0 5px 5px 0;
}

.btn.pull-right{
    margin: 0 0 5px 5px;
}

.btn-d,.btn-d:hover,.btn-d:focus{
    color:#FFF!important;
    background:rgba(243,152,1,.8);
}

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

.btn-wire{
    background:transparent!important;
    border:2px solid transparent;
}

.btn-wire:hover{
    background:transparent!important;
    border:2px solid transparent;
}

.btn-xl{
    padding: 16px 40px;
    font-size: 28px;
}

.btn .caret{
    margin:0 0 0 5px}.dropdown a .caret{
    margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
    padding: 3px 20px;
}

#news li {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding:5px 0 10px 0;
    list-style-type: none;
}

.panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-rd{
	border-radius:30px;
}
.panel-rd .panel-heading{
	border-radius:29px 29px 0 0;
}
.panel-rd .panel-footer{
	border-radius:0 0 29px 29px;
}

/* iFrame */

iframe{
    border: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:"Helvetica";
}
.container{
    max-width:1170px;
}
.lake-hero-text-s{
    font-size:60px;
}
.lake-hero-text-sub-s{
    margin:100px 0;
    font-size:34px;
}
.blocs-hero-btn-dwn{
    background-color:rgba(0,0,0,0.0);
}
.statement-bloc-text{
    line-height:1.4;
    font-size:28px;
    text-align:center;
    margin:55px 0 10px 0;
    color:#666;
    font-weight:800;
}
.plan_ttl{
	margin-top:20px;
	text-align:center;
}
/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
    background-color: #ffffff;
    background-image: url(url);
}

/* Bloc image backgrounds */

.bg-lake{
    background-image:url('img/lake.jpg');
}

/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px){
.bloc{
    padding-left: 20px; 
    padding-right: 20px;  
}
}

@media (max-width: 768px)
{
.container{width:100%;}
.b-parallax{background-attachment:scroll;}
.page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */ 
}

@media (max-width: 767px)
{
.bloc-lg{text-align:center; }
.page-container{
    overflow-x: hidden;
    position:relative;
}

h1,h2,h3,h4,h5,h6,p{
    padding-left:10px!important; 
    padding-right:10px!important; 
    line-height: 1.6; 
}

#hero-bloc h1{
    font-size:40px;
}

#hero-bloc h2{
    font-size:34px;
}

#hero-bloc h3{
    font-size:25px;
}

.bloc{
    padding-left: 0; 
    padding-right: 0;  
    -webkit-background-size: auto 200%;
    -moz-background-size: auto 200%;
    -o-background-size: auto 200%;
    background-size: auto 200%;
}

.b-parallax{
    background-attachment:scroll;
}

.navbar .nav{
    padding-top: 0;
    border-top:1px solid rgba(0,0,0,.2);
    float:none!important;
}

.navbar.row{
    margin-left: 0;
    margin-right: 0;
}

.site-navigation{
    position:inherit;
    transform:none;
    -webkit-transform:none;
    -ms-transform:none;
}  

.nav > li{
    margin-top: 0;
    border-bottom:1px solid rgba(0,0,0,.1);
    background:rgba(0,0,0,.05);
    text-align: left;
    padding-left:15px;
    width:100%;
}

.nav > li:hover{
    background:rgba(0,0,0,.08);
}

.dropdown .dropdown a .caret{   
    float: none;
    margin: 5px 0 0 10px!important;
    border: 4px solid black;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
    
#hero-bloc .navbar .nav{
    background:rgba(0,0,0,.8);
}

#hero-bloc .navbar .nav a{
    color:rgba(255,255,255,.6);
}

.hero{
    padding:50px 0;
}

.hero-nav{
    left:-1px;
    right:-1px;
}

.navbar-collapse{
    padding:0;
    overflow-x: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    
.navbar-brand img{
    max-height: 40px;
    width:auto;
    margin: -10px 10px 0 0;    
}

.nav-invert .navbar-header{
    float: none;
    width:100%;
}

.nav-invert .navbar-toggle{
    float:left; 
}

.btn.pull-left, .btn.pull-right{
    float:none!important; 
}
 
 .bloc-group .bloc{
    display:block;
    width:100%;
}

.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
    padding-left: 10px;
    padding-right: 10px;
}

.bloc-xxl,.bloc-xl,.bloc-lg{
    padding:0;
}

.bloc-sm,.bloc-md{
    padding-left: 0; 
    padding-right: 0;
}

.a-block{
    padding:0 10px;
}

.btn-dwn{
    display:none; 
}

.voffset{
    margin-top:5px;
    line-height:1.6;
}

.voffset-md{
    margin-top:20px;
}

.voffset-lg{
    margin-top:30px;
}

form{
    padding:5px;
}

.close-lightbox{
    display:inline-block;
}

.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    margin: 10px;
    text-align:center;
}

.video-bg-contianer{
    display:none;
}

.blocsapp-device-iphone5{
    background-size: 216px 425px;
    padding-top:60px;
    width:216px;
    height:425px;
}

.blocsapp-device-iphone5 img{
    width: 180px;
    height: 320px;
}
}

#bloc-9 {
    margin:30px 0 0 0;
    background-color:#eaeaea;
}

#bloc-9 .mg-md {
    text-align:left;	
}

@media (max-width: 768px) {
#bloc-9 .mg-md {
    text-align:center;	
}}

.img-responsive-overwrite{
    margin: 0 auto;
}

#whats {
    margin-top:20px;	
}

#footer_nav {
    font-size:12px;
    background-color: #eaeaea;
    padding: 0;
    margin-top: 5px;
}

#footer_nav li {
    list-style-type: none;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d3d3d3;
}

#footer_nav li:last-child {
    list-style-type: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d3d3d3;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
#footer_nav li:nth-child(5){
    clear:both;	
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
#footer_nav li:nth-child(n + 1):not(:nth-child(n + 5)){
    margin-bottom:20px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
#footer_nav li:nth-child(4){
    list-style-type: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d3d3d3;
}}

@media (max-width: 767px) {
#footer_nav li:last-child {
    list-style-type: none;
     border-right: none;
}
}

@media (max-width: 991) {
#footer_nav li {
    border-left-style: none;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #d3d3d3;
    padding:0 0 10px 0;
}}

@media (max-width: 767px) {
#footer_nav li {
    border-left-style: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #d3d3d3;
    padding:0 0 10px 0;
}}

.bgc-gray {
    background-color: #EAEAEA;
    margin: 30px 0 -30px 0;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d3d3d3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3d3d3;
}

.dot {
    background-color: #eaeaea;
    margin: 30px 0 -30px 0;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d3d3d3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3d3d3;
    background-image: url(img/dotbg.jpg);
    background-repeat: repeat;
    background-size: 50px;
    padding: 40px 0 0 0
}

@media (min-width: 767px) {
#footer_nav .col-sm-2 {
    width: 11.6%;
}}


@media (min-width: 768px) {
.footer_info {
    list-style-type: none;
    padding:0px;
    font-size:11px;
    text-align:left;
}}

.footer_info {
    list-style-type: none;
    padding:0px;
    font-size:11px;
}

.animated {
    visibility: visible;	
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0px 0px 1px #F39801; 
}

.close {
    color: #000;
    display: block !important;
    float: none !important;
    font-size: 21px;
    font-weight: 700;
    height: 50px;
    line-height: 1;
    margin: 0 auto;
    opacity: 0.54;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 50px;
    z-index: 10;
}

#news span{
    background: #F39801;
    border-radius: 0.3em;
    color: #ffffff;
    display: inline-block;
    font-size: 70%;
    line-height: 1;
    padding: 0.4em 1.2em;
    margin:0 10px 0 0;
}

#lightbox-image {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.modal {
    bottom: 0;
    display: none;
    left: 20px;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}


.ftr {
    margin:0px!important;
}


.gr-bg {
    color:#fff;
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #FF7F9D, #605db3) repeat scroll 0 0;
}

.button {
    display: inline-block;
    width: 400px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 1;
    background-color: #3F292E;
    border: 2px solid #3F292E;
    color: #fff!important;
    line-height: 50px;
    margin:30px 0;
    border-radius: 5px;
}

@media (max-width: 767px) {
.button {
    display: inline-block;
    width: 400px;
    text-align: center;
    text-decoration: none;
    line-height: 1.6;
    outline: none;
    position: relative;
    z-index: 1;
    background-color: #3F292E;
    border: 2px solid #3F292E;
    color: #fff!important;
    margin:30px 0;
    border-radius: 5px;
    padding:10px;
}}

@media (max-width: 767px) {
.button {
    width: 200px;
}}

.button:hover {
    background-color: #fff;
    border-color: #F39801;
    color: #000!important;
}

.btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #FFFA00!important;
}

.col-xs-12 {
    margin: 10px 0 0 0;
}

.b-parallax {
    background-attachment: fixed;
    padding: 30px 0;
    color:#000;
}

.bg-creative-bg {
    background-image: url(common/img/pa_bg.jpg);
    background-position: 0% 0%;
}

#news {
    margin-top: 50px;
}

.info_titl{
	margin-left:0px;
}

@media (max-width: 460px) {
#news {
    padding:0;
}}

#news_mds::after {
    font-size:28px;
    background-color: #999;
    margin: 20px auto 16px;
    width: 100px;
}

#news_mds::after {
    content: " ";
    display: block;
    height: 1px;
}

h2::after {
    font-size:28px;
    background-color: #F3DB23;
    margin: 20px auto 20px;
    width: 100px;
}

h2::after {
    content: " ";
    display: block;
    height: 2px;
}

h2 {
    margin-top:50px;
}

.en_p {
    color: #666;
    font-size: 11px;
    margin: 10px 0 20px;
    padding: 0;
    text-align: center;
}

#whats li {
    background-image: url("img/whats_ico.png");
    background-position: 0px 6px;
    background-repeat: no-repeat;
    line-height: 2;
    list-style-type: none;
    padding: 0px 0 0 25px;
    text-align: left;
}

.info {
    color:#F39801;
}

.info_ft {
    color:#F39801;
}


@media (max-width: 460px) {
.info_ft {
    display:none;
}}

@media (max-width: 916px) {
.navbar-nav {
    margin-left: 100px;
}}

@media (max-width: 799px) {
.navbar-nav {
    margin-left: 60px;
}}

@media (max-width: 767px) {
.navbar-nav {
    margin-left: -15px;
}}

.navbar-nav {
text-align: center;
    text-transform: uppercase;
}
.navbar-nav * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.navbar-nav li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0.3em;
    padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.navbar-nav li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.6em;
    padding: 0px;
}}

.navbar-nav a {
display: inline-block;
    padding: 0.5em 17px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
}

.navbar-nav a:before {
    left: 20%;
    right: 20%;
    top: 50%;
    content: '';
    border-left: 12px solid #F39801;
    border-right: 12px solid #F39801;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.navbar-nav a:hover,
.navbar-nav .current a {
    color: #ffffff;
}
.navbar-nav a:hover:before,
.navbar-nav .current a:before {
    left: 0;
    right: 0;
    opacity: 1;
}

#sns a {
    margin-top: 10px;
    color: #000;
}

#ctn_nav .col-xs-6 {
    margin-right:0;
    margin-left:0;
}

.txt_read {
    font-size: 123.1%;
    font-weight: 700;
    line-height: 1.94;
}

h4 {
    font-size: 21px;
    font-weight: 700;	
}

.album {
    margin-bottom:30px;	
}

@media (max-width: 460px) {
#album_ctn .col-sm-6 {
    border-bottom: 1px solid #DDDADA;
    padding-bottom:30px;
    margin-bottom:30px;	
}}

.panel-title {
    text-align:center;	
}

@media (min-width: 461px) {
.facebook {
    display: none!important
}}

@media (max-width: 460px) {
.facebook {
    text-align:center!important;
    display: block!important;
    background-color:#DDDADA!important;
}}

@media (min-width: 461px) {
.instagram {
    display: none!important
}}

@media (max-width: 460px) {
.instagram {
    text-align:center!important;
    display: block!important;
    background-color:#DDDADA!important;
}}

time {
    font-weight: 700;
    margin:0 20px 0 0;
}

.info_list {
    text-align: center;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #CCC;
}

@media (max-width: 991px) {
.info_list {
    text-align: center;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #CCC;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #CCC;
}}

@media (max-width: 766px) {
#ftr_bnr div {
    margin: 15px -30px 0 10px;	
}}

#ftr_bnr div p{
	text-align:center;
}

.next-lightbox, .prev-lightbox {
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    display: inline-block;
    height: 0;
    position: absolute;
    top: 50%;
    transition: all 0.2s ease-in-out 0s;
    width: 0;
}

.next-lightbox {
    border-left: 20px solid rgba(232, 179, 20, 0.4);
    
	right: 25px;
}

.prev-lightbox {
    border-right: 20px solid rgba(232, 179, 20, 0.4);
    left: 25px;
}

.prev-lightbox:hover, .next-lightbox:hover {
    border-left-color: rgba(232, 179, 20, 0.9);
    border-right-color: rgba(232, 179, 20, 0.9);
}

#card_bnr {
    margin:30px 0 0 0;	
}

@media (max-width: 768px){
.en_snap {
    margin: 10px 0!important;
}}

.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
.cf {
    zoom:1;
}

/*
-------------------------------------------------------------- */
.online_main{
	text-align:center;
}



/*
-------------------------------------------------------------- */
.camera_news{
	text-align:center;
}


/*
-------------------------------------------------------------- */
.cost_ph{
	text-align:center;
	font-size:26px;
}

.cost_album{
	text-align:center;
	font-size:18px;
}


/*
-------------------------------------------------------------- */
.under {
  border-bottom: dashed 1px #666;
  padding:5px 0;
  }

/*
-------------------------------------------------------------- */
#list_pre{
	margin-top:5px;
	margin-bottom:50px;
	list-style:circle;
}
.costume{  
	text-align: center;
    display: inline-block;
    text-decoration: none;
    outline: none;
    background-color:#FCC;
    color: #fff!important;
    line-height: 50px;
    margin:5px 0;
	padding:0 20px;
    border-radius: 5px;
}
  
a.anchor{
    display: block;
    padding-top:100px;
    margin-top: -100px;
}