    /* ************************************************************
    :: hotel Sekia Wedding Style.css
    :: Version: 1.0
    ************************************************************ 
    *
    *
    ****************** :: Index of CSS :: ******************

    color PINK : #DD7B9B　rgba(221, 123, 155, 1.0);
	color Over : #4753a2;
	color green: #00ac97 rgba(0, 172, 151, 1.0);
	color charcoal-gray ：#4e454a;
	color mid-blue       :#0f2350 rgba( 15,35,80,.80); 
    ****************************** */
    /* *************************
    :: Import all css 
    ************************* */
    
    @import '../../../assets/css/bootstrap.css';
	@import 'w_property.css';
	@import 'w_meanmenu.css';
    @import '../../../assets/css/magnific-popup.css';
    @import '../../../assets/css/animate.css';
    @import '../../../assets/css/font-awesome.min.css';
    @import '../../../assets/css/owl.carousel.css';
	@import '../../../assets/css/icofont.css';
	@import '../../../assets/css/print.css';
    /* *************************
    :: 1.0 Fonts 
    ************************* */
    @import url('https://fonts.googleapis.com/css?family=Cormorant+SC:300,400,500,600,700');

	@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700");
    @import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");

    @import url('https://fonts.googleapis.com/css?family=Forum');
/*
    font-family: 'Cormorant SC', serif;    

	font-family: 'Noto Serif', serif;
	font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Forum', cursive;
*/



/* ========================================================================== 
:: 2.0 Common CSS
========================================================================== */ 

	* {
        margin: 0;
        padding: 0;
    }
	
	html,
	body {
		height: 100%;
		width: 100%;
		font-family: 'Noto Sans JP', sans-serif;
		color:#333;
	}
	
	 body {
        font-size: 14px;
        line-height: 22px;
    }
    
    .floatleft {
        float: left
    }
    
    .floatright {
        float: right
    }
    
    .alignleft {
        float: left;
        margin-right: 15px;
    }
    
    .alignright {
        float: right;
        margin-left: 15px;
    }
    
    .aligncenter {
        display: block;
        margin: 0 auto 15px;
    }
.clear, .clr {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}
    a:focus {
        outline: 0px solid;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 10px 0 15px;
        font-weight: 700;
    }
    
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 13px;
}  

@media screen and (max-width: 479px) {
	
	h4 {
		font-size: 18px;
		margin-top:15px;
	}
}
    
a,
a:hover,
a:focus {
        -webkit-transition: all 700ms ease 0s;
        transition: all 700ms ease 0s;
        text-decoration: none;
        outline: none;
    }

a img {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  

a img:hover {
        filter: brightness(60%) saturate( 1 );
		-webkit-filter: brightness(60%) saturate( 1 ); 
		-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;   
}

    
ol li,
ul li {
        list-style: outside none none;
}
    
img {
        height: auto;
        max-width: 100%;
}
    /*
    .table {
        display: table;
        z-index: 9;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    */
.table_cell {
        display: table-cell;
        vertical-align: middle;
}

blockquote {
	font-size: inherit;
	border-left: none;
	padding: 10px 20px;
  margin: 0 0 20px;
}

@media screen and (max-width: 479px) {
	p{	
	word-break: break-all;
	}
	
}

/* ========================================================================== 
:: Preloader
========================================================================== */  
    div#preloader {
        overflow: hidden;
        background-color: #fff;
        background-image: url(../../../assets/img/core-img/preloader.gif);
        background-repeat: no-repeat;
        background-position: center center;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999999;
    }
    
    #scrollUp {
        background-color: #DD7B9B;
        border-radius: 3px;
        bottom: 20px;
        color: #fff;
        font-size: 22px;
        padding: 5px 10px;
        right: 20px;
    }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    #scrollUp {
        bottom: 15px;       
        right: 5px;
    }
    
}
	

/* ========================================================================== 
[ 4.0 ] Top header css
========================================================================== */ 	
    
header {
        height: auto;
        position: absolute;
        width: 100%;
        z-index: 999;	
}

/* 
========================================================================== 
:: 4.2.0 Main header css
========================================================================== 
*/        
.logo_area {
	padding: 20px 0px 29px 10px;
	
    }
	

.logo_area a:hover img{
    filter: invert( 0.8);
}
    
.main_header_area {
	/*background-color: rgba(255,255,255,0.7);*/
    background-color: rgba(221, 123, 155, .7);
	height: 90px;
	width: 100%;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
    }
	/* スクロール変化 */
	
	.is-sticky .main_header_area {
        background-color: rgba(221, 123, 155, .9);
		position:fixed;
    }
	
    .is-sticky .main_header_area {
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
        height: 70px;
    }
    
    .is-sticky .main_header_area .mainmenu ul#nav li a {
        padding: 23px 12px;
    }
    
    .is-sticky .main_header_area .logo_area {
        padding: 14px 0px 14px 10px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
/*@media screen and (max-width: 991px) {	*/
	
.logo_area {
	padding: 13px 0px 15px 0px;
    }
  .main_header_area {
	height: 70px;
    width: 100%;
	position:fixed !important;
	top:0;
	left: 0 !important;
	right: 0;
	z-index: 200;
    }

}

@media screen and (max-width: 479px) {	
	
	.logo_area {
	padding: 15px 0px 12px 5px;
    
    }
    
    .logo_area img {
        width: 120px;

    }
    
    .logo_area a img {
        
    }
	
	.main_header_area {
	height: 60px;
	width: 100%;
   
    }
    
}
    
    .main_menu_area {
        float: right;
        position: relative;
        z-index: 100;
    }
    
    .mainmenu {
        display: inline-block;
        text-align: right;
    }
    

    
    .mainmenu ul#nav li {
        display: inline-block;
        position: relative;
    }

    /* Under Bar Colour */
    .mainmenu ul#nav li:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #4753a2; 
    }
    
    .mainmenu ul#nav li.current_page_item:before {
        width: 100%;
        height: 3px;
        left: 0;
    }
    
    .mainmenu ul#nav li:hover:before {
        width: 100%;
        margin: auto;
        left: 0;
    }
    
    .mainmenu ul#nav li a {
        display: block;
        padding: 34px 15px;
        text-transform: uppercase;
        font-size: 12px;
        color: #FFF;
        letter-spacing: 1px;
    }
    
    .mainmenu ul#nav li a i,
    .mean-container .mean-nav ul li a i {
        font-size: 14px;
        padding-left: 5px;
    }
    
    .mainmenu ul#nav li ul {
        text-align: left;
    }
    
    .mainmenu ul#nav li ul li a {
        color: #2c3e50 !important;
        padding-left: 15px !important;
        text-align: left !important;
    }
    
    .mainmenu ul#nav li.current_page_item a {
        color: #4753a2;
    }
    
    .mainmenu ul#nav li:hover a {
        color: #4753a2;
    }
    /* Sub Menu CSS */
    
    .mainmenu ul li ul.sub-menu {
        position: absolute;
        left: 0px;
        width: 160px;
        background-clip: padding-box;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        z-index: 9;
        top: 100%;
        text-align: center;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        vertical-align: top;
        visibility: hidden;
    }
    
    .mainmenu ul li ul.sub-menu li {
        margin-bottom: 2px;
        display: block !important;
        background-color: #fff;
		box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    }
    
    .mainmenu ul li ul.sub-menu li a {
        padding: 10px !important;
        display: block;
        margin-bottom: 1px;
		
    }
    
    .mainmenu ul li ul.sub-menu li:last-child {
        border: none;

    }
    
    .mainmenu ul li:hover ul.sub-menu {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        z-index: 9999999;
        -webkit-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
    }
    
    .mainmenu ul#nav li:hover ul.sub-menu li:before {
        background-color: transparent;
    }
    
    .mainmenu ul#nav li ul.sub-menu li a:hover {
        color: #FFF !important;
		background-color: #DD7B9B;
    }
    
    .mainmenu ul li ul.sub-menu,
    .mainmenu ul#nav li a,
    .mainmenu ul#nav li:before {
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }
    
    .mainmenu ul#nav li ul.sub-menu li ul.sub-menu {
        position: absolute;
        left: 210px;
        width: 225px;
        background-clip: padding-box;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        z-index: -9;
        top: 0;
        text-align: center;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        vertical-align: top;
        visibility: hidden;
    }
    
    .mainmenu ul#nav li ul.sub-menu li:hover ul.sub-menu {
        top: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        z-index: 9999999;
        -webkit-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
    }

	
/* 
========================================================================== 
［5.0］ slider area css :: VEGAS Slideshow
========================================================================== 
*/ 

#welcome_area {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
		overflow:hidden;
		display: table;
    }
	
.intro {
	text-align: center;
	color: #FFF;
	margin-top: 45%;
	line-height: 60px;
	z-index: 0;
}


.intro h1{
	font: 300 40px 'Cormorant SC', serif;
	color:rgba(255,255,255,1.0);
	letter-spacing:3px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.intro h2{
    font: 300 40px 'Cormorant SC', serif;
    
    letter-spacing:3px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 479px) {	
#welcome_area {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 80%;
		overflow:hidden;
		display: table;
    }
	.intro {
	margin-top: 50%;
	line-height: 40px;
}
	.intro h1{
	letter-spacing:0px;
	font-size:24px;
}
    .intro h2{
	letter-spacing:1px;
	font-size:30px;
}
	
}


.btn-top {
	color: #f1f1f1;
	background-color: #DD7B9B;
	
	/*border-color: rgba(255,255,255,.6);*/
	letter-spacing: 2px;
}
.btn-top:hover,
.btn-top:focus,
.btn-top:active,
.btn-top.active {
	color: #FFF;
	background-color: rgba( 15,35,80,.80); 
	/*border-color: rgba(0,172,151,1.0);*/
}

 /* ========================================================================== 
:: Section
========================================================================== */  

.section-divider {
	z-index: 999;
	width: 100%;
	display: block;
	/*display: table;*/
	/*border-bottom: 1px solid #FFF;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	margin-top: 0px;
	background-position: center center;
	-webkit-background-size: 100% cover;
	-moz-background-size: 100% cover;
	-o-background-size: 100% cover;
	background-size: 100% cover;
	background-attachment: relative;
	/*overflow:hidden;*/
}

    .section_heading {
        margin-bottom: 30px;
		letter-spacing:2px;
    }
    
@media screen and (max-width: 479px) {
	
	.section_heading {
        margin-bottom: 25px;
		letter-spacing:0px;
    }
    
}
    .section_heading.fo_black {
        margin-bottom: 15px;
    }
    
.section_heading .color_border {

		background-color: #DD7B9B;
        height: 3px;
        width: 120px;
        position: relative;
        z-index: 1;
 }

    
    .color_border:after {
        background-color: #2c3e50;
        content: "";
        height: 3px;
        right: 0;
        position: absolute;
        top: 0;
        width: 90px;
        z-index: 9;
    }

    .section_heading.fo_black .color_border:after {
        background-color: #a3d6cc;
    }
    
    .color_border:before {
        content: "";
        background-color: #fff;
        width: 0px;
        height: 3px;
        top: 0;
        position: absolute;
        right: 30px;
        z-index: 999;
    }
    

    
    .section_heading.fo_black .color_border:before {
        background-color: #343434;
    }



    .section_heading h3 {
		color: #DD7B9B;
        font: 400 30px 'Cormorant SC', serif; 
       /* font: 400 30px 'Forum', cursive;*/
        letter-spacing: 2px;
    }
    
    .section_heading h3 span,
	.section_heading h3 em {
        color: #4e454a;
		font-style:normal;
    }
	.section_heading h3 em {
		margin-left:5px;
	}

@media screen and (max-width: 479px) {
	
	.section_heading h2 {
		font-size:24px;
        letter-spacing: 0px;
    }
	
	.section_heading h3 {
		font-size:26px;
        letter-spacing: 0px;
	}

}

.m_top_30 {
        margin-top: 30px;
 }
	

.section-padding-60,    
.section_padding_60 {
        padding: 60px 0;
 }
 
@media screen and (max-width: 479px) {
	
	.section-padding-60,    
	.section_padding_60 {
        padding: 30px 0;
 }
	
}


 .section-padding-30{
        padding: 30px 0;
} 
    
.section-padding-60-30,
.section_padding_60_30 {
        padding-top: 60px;
        padding-bottom: 30px;
}

/* ========================================================================== 
Overlay 
========================================================================== */

/*.overlay {
    background-color: rgba(0,0,0,0.4);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 9;
	height:100%;
	cursor:pointer;
	margin-left:0px;
	margin-right:0px;
}
.overlay:hover {
    opacity: 1;
	overflow: hidden;
	
}

span.valign {
    height: 100%;
    vertical-align: middle;
	display: table-cell;
}

.overlay span.title-o {
	color: #FFFFFF;
    font-size: 16px;
	letter-spacing:0px;
	top: -10px;
	padding-left:10px;
	padding-right:10px;
	position: relative;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

.overlay span.title-o:after {
}

.overlay:hover i, .overlay:hover span.title-o {
    top: 90px;
}

.overlay i{
	border-radius: 0%;
	display: inline-block;
	width: 35px;
	height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
	background-color: #3cb37a;
        
}*/

/*
@media screen and (max-width: 768px) {
	.overlay {
		display:none !important;
	}
}

*/

/* ========================================================================== 
END:::Overlay 
========================================================================== */


    
#c1 {
  margin-top:-60px;
  padding-top:60px;
}



/*========================================================================== 
:::PICKUP PLAN
========================================================================== */

.plan-area{
}


.plan-pickup {
		margin-bottom:10px;
        
	}
.plan-pickup-thumb {
	width: 100%;
     height: auto;
     margin-bottom: 5px;
     
     text-align: center;
     -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
    }
	
    
	.plan-pickup .p-lead{
		text-align:center;
		font-size:13px;
		color:#FFF;
        
	}
	.plan-pickup .p-lead p{
	margin: 5px 0px 0px;
	}
	
    
    .pickup-thumbs.owl-carousel .owl-item img {
        width: auto;
        margin-bottom: 10px;
  
    }
    
    .plan-pickup-thumb img {
		padding: 3px ;
		border: 1px solid rgba(255, 255, 255, 0.0);
	}
	
	.plan-pickup-thumb:hover .p-lead {
		color: #DD7B9B;
		text-decoration: underline;
    }
	
	.plan-pickup-thumb img{
        
	}
    
    .plan-pickup-thumb:hover img {
		border: 1px solid rgba(255, 255, 255, 0.8);
        filter: brightness(60%) saturate( 1 );
		-webkit-filter: brightness(60%) saturate( 1 );
        opacity: 1;  
    }


/* ========================================================================== 
::: Phone Section :::シェルピンク#fbdac8　rgba(251,218,200,1.0);
========================================================================== */

.phone-section{
	/*background-color: rgba(211, 211,216,0.95);*/
	color: #222;
	
	background: rgba(211,211,216,1);
background: -moz-linear-gradient(top, rgba(211,211,216,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(211,211,216,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(211,211,216,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(211,211,216,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(211,211,216,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(211,211,216,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d8', endColorstr='#ffffff', GradientType=0 );
	
}


.phone-section h4,
.phone-section h5 {
	   font-weight:normal;
}
   
.phone-section .phone {
}

.phone-section .phone span{
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	letter-spacing:2px;
}

.phone-section .phone i {
        font-size: 24px;
		margin:0 5px;
}
	
.phone-section .phone span,
.phone-section a {
			 color:#4e454a !important;
}
	
@media screen and (max-width: 479px) {
	.phone-section .phone span{
	font-size:24px;
	letter-spacing:0px;
}

		
}

.phone-section .btn-contact{
     background-color: rgba( 71,83,162,1.0); 
    color: #FFF !important;
}

.phone-section .btn-contact:hover,
.phone-section .btn-contact:focus{
    background-color: #2c3e50;
}



/* ========================================================================== 
:::BLOG Fedd
========================================================================== */

#feed{
	margin: 0px;
	padding: 15px;
	/*background-color:rgba(255,255,255,.00);*/
	/*height: 300px;	*/
    word-break: break-all;
}

#feed ul , #feed li{
	margin: 0px;
	padding: 0px;
}

#feed li{
    
	list-style: none;
	
	border-bottom: dotted 1px #CCC;
	margin-bottom: 0;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

#feed li .date{
    font-size: 0.85em;
	color:#FFF;
    background: #999;
    padding: 1px 4px;
    border-radius: 2px;
    line-height: 1;
}

#feed li a:hover{
	color:#333;
}


#feed li a:hover > .date {
	color:#333;
	text-decoration:none;
}


#feed li .title{
    font-size: 1.1em;
}

#feed .text{
    display: block;
    color: #666;
    padding-top: 5px;
    font-size: 0.9em;
}

@media screen and (max-width: 479px) {
    #feed li .title{
    font-size: 1.0em;
        display: block;
}
}

/*
#feed li .date:before{
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f274";
    margin-right: 5px;
	color:#DD7B9B;
}
*/
#feed a{
}
#feed a:hover{
	text-decoration: underline;
	color: #09F;
}


    
/* ========================================================================== 
:::Footer area:::PINK　rgba(221, 123, 155, .7);
========================================================================== */
/*
#DD7B9B;
#4753a2;

*/
    
.footer-area,    
.footer_area {
    background-color: rgba( 15,35,80,.90);
    color: #fff;
    position: relative;
    z-index: 9;
    padding-top: 60px;
 }

.footer-item-1,
.footer-item-2,
.footer-item-3,
.footer-item-4 {
    padding-bottom: 15px;
}

.footer-item-1 .title > h4,
.footer-item-2 .title > h4,
.footer-item-3 .title > h4,
.footer-item-4 .title > h4 {
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
    letter-spacing: 2px;
   
	}
	
	
.footer-area .links {
        margin-top: 15px;
    }
    
.footer-area .links > p {
        margin-bottom: 7px;
        font-size: 13px;
    }
    
.footer-area .links a {
        color: #fff;
        letter-spacing: 1px;
    }
    
.footer-area .links > p > i {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        padding-right: 15px;
    }
    
.footer-area .links a:hover,
.footer-area .links > p:hover > i {
        color: #DD7B9B;	
  }
.footer-area .links a:hover{
	text-decoration:underline;
}
    
.footer-item-1 > p {
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 22px;
    }

    .footer-contact > i {
        color: #FFF;
        font-size: 20px;
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 1;
    }
    
	.footer-contact > a,
    .footer-contact > p,
	.footer-contact > span {
        color: #fff;
        display: block;
        font-size: 13px;
        letter-spacing: 0px;
        margin-left: 30px;
    }
	.footer-contact p {
		line-height:30px;
		letter-spacing:1px;
	}
	.footer-contact a {
		color: #fff;
	}
    
    
    .footer-contact {
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
    }
    
.title.section_heading.fo_black > h4 span {
        color: #CCCCCC;
}



/* ========================================================================== 
:::footer bottom area css:::rgba(165, 81, 115, .7); #A55173
========================================================================== */

    
.footer-bottom-area,    
.footer_bottom_area {
	margin-top: 50px;
	/*background-color: rgba(55,55,55,1.0);*/
	background-color: rgba(165, 81, 115, .7);
    }
    
.footer-bottom p,    
.footer_bottom p {
	padding-top:10px;
	padding-bottom:30px;
	text-align: center;
	letter-spacing: 2px;

    }
.footer-bottom img{
	padding-top:30px;
    text-align: center;
}
    

    .footer_bottom p > a {
        color: #fff;
    }
    
    .footer_bottom p > i,
    .footer_bottom p > a:hover {
        color: #00ac97;
    }




/* ========================================================================== 
::Bckground COLOR 
========================================================================== */

.section {
  padding: 20px 0;
}
.bg-default {
  background-color: #2c4f54;
  color: #ffffff;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-white-alpha {
	background-color:rgba( 255 ,255,255,.50);
}

.bg-gray {
  background-color: #F0F0F0;
  color: #222222;
}
.bg-gray2 {
	background: #EEEFF1;
	color: #222222;
}

.bg-mid-blue {
	background-color:rgba( 15,35,80,.80); /*#0f2350*/
}

.bg-alpha-B30 {
	background-color:rgba(0,0,0,.30);
}

.bg-alpha-B50 {
	background-color:rgba(0,0,0,.60);
}

.bg-alpha-W80 {
	background-color:rgba(255,255,255,.80);
}

.bg-alpha-W70 {
	background-color:rgba(255,255,255,.70);
}

.bg-alpha-W50 {
	background-color:rgba(255,255,255,.50);
}

.bg-alpha-GRN {
	background-color:rgba(32,55,68,.70); /*#203744*/
}

.bg-pink{
	background: #FAEFEE;
}

.bg-pink-grd{
    
background: rgba(255,255,255,0.7);
background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(252,245,245,1) 60%, rgba(250,239,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.7)), color-stop(60%, rgba(252,245,245,1)), color-stop(100%, rgba(250,239,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(252,245,245,1) 60%, rgba(250,239,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(252,245,245,1) 60%, rgba(250,239,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(252,245,245,1) 60%, rgba(250,239,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(252,245,245,1) 60%, rgba(250,239,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faefee', GradientType=0 );
}
.bg-black {
	background: #222;
	color: #FFF;
}

.bg-blue {
	background: #82cddd;
}

.bg-beige {
	background-color: rgba(244,236,215,0.5);
	color: #000;
}


.bg-brown {
	background-color: rgba(67,49,38,1.0);
	color: #FFF !important;
}

.bg-brown h3 span{
	color: #FFF !important;
}


.bg-cream_ylw {
	background: #FFF8DC;
}

.bg-sky-green {
	background: #D6EAD8;
}
  


